@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.image-grid-section {
  position: relative;
  padding: 50px 0;
}
.image-grid-section .img-1 {
  width: 212px;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.image-grid-section .img-2 {
  width: 195px;
  height: 238px;
  margin-left: 20%;
  margin-bottom: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.image-grid-section .img-3 {
  width: 267px;
  height: 300px;
  margin-left: -10%;
  margin-top: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.image-grid-section .img-4 {
  width: 304px;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.particle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.8;
  animation: move 5s infinite ease-in-out;
}

.particle-blue {
  background-color: #62B3FD;
  top: 10%;
  left: 0%;
  animation-delay: 0s;
}

.particle-pink {
  background-color: #FD7FE9;
  top: 0%;
  left: 80%;
  border-radius: 40%;
  animation-delay: 1s;
}

.particle-pink-2 {
  background-color: #FD7FE9;
  top: 5%;
  left: 20%;
  width: 5px;
  height: 5px;
  border-radius: 20%;
  animation-delay: 5s;
}

.particle-green {
  background-color: #4AC63F;
  top: 95%;
  left: 5%;
  animation-delay: 2s;
}

.particle-yellow {
  background-color: #F6C92D;
  top: 90%;
  border-radius: 0;
  left: 90%;
  animation-delay: 3s;
}

/* Particle animation */
@keyframes move {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(20px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
/*
 |-----------------------------------------------------------
 | Common Styles
 |-----------------------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul, li {
  padding: 0;
  margin: 0;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 500;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  overflow-x: hidden;
  color: #777E90 !important;
  background: #FFFFFF !important;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #23262F !important;
}

ul {
  margin-bottom: 0px;
}

.container {
  max-width: 1120px !important;
  margin: 0 auto;
}

.container-0 {
  max-width: 1152px;
  margin: 0 auto;
  left: 0;
}

.text-container {
  max-width: 990px !important;
  margin: 0 auto;
}

.text-container-m {
  max-width: 680px;
  margin: 0 auto;
}

.row {
  margin-top: 0px;
}

::-moz-selection {
  background: #000F41;
  color: rgba(234, 167, 39, 0.1019607843);
}

::selection, ::-moz-selection {
  background: #000F41;
  color: rgba(234, 167, 39, 0.1019607843);
}

/*
 |-----------------------------------------------------------
 | Margin & Padding Styles
 |-----------------------------------------------------------
*/
.pt-80 {
  padding-top: 80px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-100 {
  padding-top: 24px;
  padding-bottom: 100px;
}

/*
 |-----------------------------------------------------------
 | Colour Styles
 |-----------------------------------------------------------
*/
.a1 {
  color: #000F41 !important;
}

.a1-bg {
  background: #000F41 !important;
}

.a2 {
  color: #fe6937 !important;
}

.a2-bg {
  background: #fe6937 !important;
}

.d1 {
  color: #FFFFFF !important;
}

.d4 {
  color: #D6D6D6 !important;
}

.d2 {
  color: rgba(234, 167, 39, 0.1019607843);
}

.d5 {
  color: #777E90 !important;
}

.d6 {
  color: #23262F !important;
}

.d1-bg {
  background: #FFFFFF !important;
}

.d2-bg {
  background: rgba(234, 167, 39, 0.1019607843);
}

.d3-bg {
  background: #FCFCFD !important;
}

.d4-bg {
  background: #D6D6D6 !important;
}

.d5-bg {
  background: #777E90 !important;
}

.d6-bg {
  background: #23262F !important;
}

.gradient {
  background: linear-gradient(-45deg, #3b6c73 0%, #05383b 100%) !important;
}

.highlight {
  background: #000F41;
  padding: 4px;
  font-weight: 500;
}

.text-shadow {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.lable {
  background: #000F41;
  padding: 0px 32px;
  text-align: center;
}

.ticket {
  background: #FFFFFF;
}
.ticket .ticket-img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ticket {
  margin-bottom: 32px;
}

.p-16 {
  padding: 16px;
}

.map_icon {
  font-size: 14px !important;
}

.header-bg {
  background: #FCFCFD;
  border-bottom: 1px solid #E6E8EC;
}

/*
 |-----------------------------------------------------------
 | Typography Styles
 |-----------------------------------------------------------
*/
.body-small {
  font-size: 14px;
}

.sub-head {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.headingH1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}

.headingH2, h2 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
}

.headingH3, h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.headingH4, h4 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.headingH5 {
  font-family: "DM Sans", sans-serif !important;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.headingH6 {
  font-family: "DM Sans", sans-serif !important;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

/*
 |-----------------------------------------------------------
 | Button Styles
 |-----------------------------------------------------------
*/
.go-btn {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: rgb(55, 55, 55);
  color: #000F41;
}
.go-btn:hover {
  box-shadow: 1px 2px 0px #000F41;
}

.main-btn {
  background: #fe6937;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  line-height: 20px;
  padding: 16px 30px;
  transition: all 0.3s ease;
}

.main-btn3 {
  background: transparent;
  color: #777E90;
  border: 1px solid #fe6937;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  line-height: 20px;
  padding: 14px 30px;
  border: 1px solid #fe6937;
  transition: all 0.3s ease;
}

.main-btn2 {
  background: transparent;
  color: #777E90;
  border: 1px solid #fe6937;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  padding: 0px 20px;
  border-radius: 8px;
  transition: all 0.5s ease;
  margin-top: 16px;
}
.main-btn2:hover {
  background: rgba(234, 167, 39, 0.1019607843);
}

.form-text, .form-select {
  height: 48px;
  width: 100%;
  margin-top: 0 !important;
  border: 2px solid #E6E8EC;
  padding: 0 16px;
  border-radius: 12px;
}

.form-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #000F41;
  font-weight: 600;
}

.form-text-area {
  height: 100px;
  width: 100%;
  margin-top: 0 !important;
  border: 2px solid #E6E8EC;
  border: 1px solid #D6D6D6;
  padding: 0 16px;
  border-radius: 12px;
}

.book-btn {
  background: #000F41;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  color: rgba(234, 167, 39, 0.1019607843);
  transition: all 0.3s ease;
}
.book-btn:hover {
  background: rgba(234, 167, 39, 0.1019607843);
  color: #000F41;
}

.new-sub {
  margin-left: -50px;
}

.footer {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

ul.navbar-nav {
  display: flex;
  margin-bottom: 0;
  list-style: none;
}
ul.navbar-nav li {
  padding-left: 24px !important;
  padding-right: 24px !important;
  font-size: 16px;
  font-weight: 600;
}
ul.navbar-nav li a {
  color: #23262F;
}

.ourworkthumb {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.article-card {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 5px 5px 20px rgba(37, 37, 37, 0.0784313725);
}

.search-input {
  width: 100%;
  max-width: 255px;
  height: 48px;
  border-radius: 90px;
  border: 2px solid #D6D6D6;
  padding: 8px;
}

.search-btn {
  width: 32px;
  height: 32px;
  background: #fe6937;
  border: none;
  line-height: 18px;
  border-radius: 100px;
  position: absolute;
  top: 8px;
  right: 55px;
}

/*
 |-----------------------------------------------------------
 | Card Elements Styles
 |-----------------------------------------------------------
*/
.tour-card {
  border: 1px solid #E6E8EC;
  border-radius: 16px;
  margin-bottom: 32px;
  width: 100%;
}
.tour-card .tour-body {
  padding: 32px 24px;
}
.tour-card .tour-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tour-card .tour-img .main-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.tour-card .tour-img:hover .main-btn {
  opacity: 1;
}
.tour-card .tour-img img {
  border-radius: 16px;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-card .tour-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 16px;
  transition: opacity 0.2s ease;
}
.tour-card .tour-img:hover .overlay {
  opacity: 1;
}

.cta-img {
  padding-bottom: 32px;
}

.fact-card {
  width: 100%;
  padding: 30px;
  background: #FCFCFD;
  border-radius: 30px;
  text-align: center;
  transition: all 0.5s ease;
  margin-bottom: 24px;
}

.service-card {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #FCFCFD;
  border-radius: 30px;
  text-align: center;
  transition: all 0.5s ease;
}
.service-card img {
  filter: grayscale(1);
  opacity: 0.6;
}
.service-card p {
  color: #777E90;
}
.service-card:hover {
  background: rgba(234, 167, 39, 0.1019607843);
  color: #23262F;
}
.service-card:hover .headingH4 {
  color: #23262F !important;
}
.service-card:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.client-logo {
  transition: all 0.5s ease;
  filter: grayscale(1);
  opacity: 0.4;
}
.client-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

.border-left {
  border-radius: 150px 0 0 0;
}

.border-bottom {
  border-radius: 0 0 150px 0;
}

.video-card {
  background: #FDFDFE;
  border-radius: 16px;
  padding: 20px;
}
.video-card iframe {
  border-radius: 10px;
  max-height: 180px;
}

.book-img img {
  border-radius: 16px;
}

.img-card {
  position: relative;
  border-radius: 16px;
  height: 100%;
  width: 100%;
}
.img-card img {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-content {
  width: 100%;
  padding: 16px;
  padding-top: 80px !important;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(360deg, #0d1d23 60%, rgba(253, 253, 254, 0) 100%);
}

.news-card {
  background: #FFFFFF;
  border-radius: 16px;
}
.news-card:hover {
  box-shadow: 2px 2px 20px #e3e3e3;
  cursor: pointer;
}

.breaker-card {
  border-radius: 24px;
  background-color: #FFFFFF;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}

.hero-image {
  position: relative;
}

.herobg {
  position: absolute;
  left: 0;
  top: -20%;
  width: 450px;
}

.hero1 {
  width: 100%;
  max-width: 550px;
  position: relative;
  z-index: 9;
}

.hero-text {
  position: absolute;
  bottom: 20%;
  z-index: 10;
  right: 0;
}

.image-over-text {
  position: absolute;
  z-index: 12;
  left: 100px;
  top: 32px;
}

.bg {
  background-image: url("../images/elements/bg.png");
  background-size: cover;
  background-position: bottom left;
}

.date {
  background: #FCFCFD;
  padding: 30px 20px;
}

.anim {
  opacity: 0;
}

.carousel-inner {
  overflow: hidden !important;
}

@keyframes animtop {
  from {
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*
 |-----------------------------------------------------------
 | Responsive Styles
 |-----------------------------------------------------------
*/
@media only screen and (max-width: 540px) {
  .headingHX {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 769px) {
  .p-64 {
    padding: 32px;
  }
  .button-232, .button-176 {
    width: 100%;
  }
  .button-176 {
    margin-top: 16px;
  }
}
@media (max-width: 990px) {
  .service-card, .fact-card {
    padding: 30px 16px;
  }
  .hero-img {
    width: 800px;
    position: relative;
    transform: translateX(-30%);
    padding-top: 40px;
  }
  .border-left {
    border-radius: 0 0 0 0;
  }
  .border-bottom {
    border-radius: 0 0 0 0;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .form-text {
    width: 100%;
  }
  .t-card {
    width: 100%;
  }
  .main-mobile-btn {
    margin-top: 120px !important;
  }
  .herobg {
    display: none;
  }
  .main-btn, .main-btn3 {
    width: 90%;
    justify-content: center;
  }
  .headingH1 {
    font-size: 32px;
    line-height: 46px;
  }
  .headingH2 {
    font-size: 28px;
    line-height: 38px;
  }
  .headingH3 {
    font-size: 26px;
    line-height: 36px;
  }
  .navbar-brand .headingH4 {
    font-size: 15px;
    line-height: 20px;
  }
  .mobile-hide {
    display: none;
  }
  .discover-img {
    height: 300px !important;
  }
  .text-container {
    padding: 0 16px;
  }
  .py-100 {
    padding-top: 32px;
    padding-bottom: 33px;
  }
  .review .carousel-inner {
    padding: 0 50px !important;
  }
  .review-img {
    width: 800px;
    margin-left: -210px;
  }
  .video-frame {
    height: 260px;
  }
  .collapse.navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%; /* Initially off-screen */
    height: 100vh;
    width: 80%;
    background-color: white;
    z-index: 1050;
    transition: all 0.4s ease;
    padding: 2rem;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  }
  .collapse.navbar-collapse.show {
    left: 0;
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0s 0.4s;
  }
  .header-area .collapse:not(.show) {
    display: block !important;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease;
  }
  .navbar-nav .menu-item {
    font-size: 16px;
    padding: 0.25rem 0.5rem;
    display: block;
  }
  .navbar-toggler {
    border: none;
    background: transparent;
    font-size: 1.5rem;
  }
}
.blog-header {
  border-radius: 5px;
}

.image-container {
  position: relative;
}
.image-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 194, 19, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.image-text {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 9;
}

.accordion-button:not(.collapsed) {
  border: none;
  box-shadow: none !important;
  background: transparent !important;
  color: #23262F !important;
}

.accordion-item {
  border: none !important;
  background: #FCFCFD !important;
}

.accordion-button {
  font-size: 20px !important;
  background: #FCFCFD !important;
  font-weight: 600;
}
.accordion-button::after {
  height: 16px !important;
  width: 16px !important;
  background-size: contain !important;
}

.arrow-btn {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 1px solid #D6D6D6;
  text-align: center;
  margin-left: 16px;
  transition: all 0.5s ease;
}
.arrow-btn span {
  line-height: 40px;
  color: #777E90;
}
.arrow-btn:hover {
  border: 1px solid #23262F;
}
.arrow-btn:hover span {
  color: #23262F;
}

.video-frame {
  border-radius: 30px;
}

.review .carousel-inner {
  padding: 0 180px;
}

.why-card {
  border: 1px solid #E6E8EC;
  border-radius: 20px;
  padding: 20px;
}
.why-card .why-icon {
  color: #fe6937;
  width: 100px;
  background: rgba(234, 167, 39, 0.1019607843);
  border-radius: 30px;
  padding: 20px;
}

.discover-img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.discover-card {
  margin-bottom: 32px;
}

.discover-body {
  padding: 24px 16px;
}

.discover-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discover-img .main-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.discover-img:hover .main-btn {
  opacity: 1;
}

.discover-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 16px 16px 0 0;
  transition: opacity 0.2s ease;
}

.discover-img:hover .overlay {
  opacity: 1;
}

.h-links {
  padding: 10px 16px;
  color: #777E90;
}
.h-links.active {
  background: #fe6937;
  color: #FFFFFF;
  border-radius: 8px;
}

.svg-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.anim-element {
  transition: transform 0.1s ease-out; /* Smooth transition for mouse movement */
  will-change: transform; /* Hint browser for better performance */
}

.btn-close {
  border: 1px solid #D6D6D6 !important;
  border-radius: 50% !important;
  padding: 4px !important;
  background-size: 14px 14px !important;
}

.contact-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-content {
  padding: 24px !important;
  border-radius: 30px !important;
}

.overlay-text {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
}

.contact-icon {
  width: 56px;
  height: 56px;
  padding: 16px;
  border-radius: 50%;
  background: #fe6937;
}

.contact-card {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #E6E8EC;
  box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.1019607843);
}

.tour-carousel-img {
  width: 100%;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.discover-single-img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/* --- Blog Archive Custom Styles --- */
/* Hero Section */
.blog-hero-bar {
  background: #000F41;
  padding: 3rem 2rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.blog-hero-bar::before, .blog-hero-bar::after {
  content: "";
  position: absolute;
  background: #fe6937;
  border-radius: 50%;
}

.blog-hero-bar::before {
  width: 320px;
  height: 320px;
  opacity: 0.07;
  top: -80px;
  left: -60px;
}

.blog-hero-bar::after {
  width: 200px;
  height: 200px;
  opacity: 0.06;
  bottom: -60px;
  right: 40px;
}

.blog-eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fe6937;
  margin-bottom: 10px;
}

.blog-hero-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  margin-top: 8px;
}

/* Filter Bar */
.blog-filter-bar {
  display: flex;
  gap: 8px;
  padding: 1.25rem 2rem;
  background: #fff;
  border-bottom: 0.5px solid #eee;
  overflow-x: auto;
  justify-content: center;
}

.filter-pill {
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 0.5px solid #ddd;
  color: #666;
  text-decoration: none;
  transition: all 0.2s;
}

.filter-pill.active, .filter-pill:hover {
  background: #000F41;
  color: #fe6937;
  border-color: #000F41;
}

/* Layout */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 2rem;
  padding: 2rem;
  max-width: 1140px;
  margin: 0 auto;
}

/* Featured Post */
.blog-featured-post {
  background: #fff;
  border-radius: 12px;
  border: 0.5px solid #eee;
  overflow: hidden;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.blog-featured-img {
  background: #000F41;
  min-height: 260px;
  position: relative;
}

.blog-img-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #000F41 0%, #1a2d6b 100%);
}

.blog-img-placeholder i {
  font-size: 64px;
  color: rgba(234, 167, 39, 0.2);
}

.blog-featured-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fe6937;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  text-transform: uppercase;
}

.blog-featured-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Grid Cards */
.blog-post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.blog-post-card {
  background: #fff;
  border-radius: 12px;
  border: 0.5px solid #eee;
  overflow: hidden;
}

.blog-card-img {
  height: 160px;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card-img-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card-body {
  padding: 1.25rem;
}

/* Sidebar Elements */
.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.blog-sidebar-card {
  background: #fff;
  border-radius: 12px;
  border: 0.5px solid #eee;
  padding: 1.25rem;
}

.blog-sidebar-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.blog-dest-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  text-decoration: none;
  border-bottom: 1px solid #f9f9f9;
}

.blog-dest-dot {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Category Colors */
.bg-amber {
  background: rgba(234, 167, 39, 0.15);
}

.ic-amber {
  color: #BA7517;
}

.bg-teal {
  background: rgba(29, 158, 117, 0.15);
}

.ic-teal {
  color: #0F6E56;
}

.bg-blue {
  background: rgba(55, 138, 221, 0.15);
}

.ic-blue {
  color: #185FA5;
}

.bg-coral {
  background: rgba(216, 90, 48, 0.15);
}

.ic-coral {
  color: #993C1D;
}

/* CTA Card */
.blog-cta-card {
  background: #000F41;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
}

.blog-cta-card i {
  font-size: 32px;
  color: #fe6937;
  margin-bottom: 12px;
}

.blog-cta-text {
  font-size: 16px;
  margin-bottom: 15px;
  opacity: 0.8;
}

.blog-cta-btn {
  background: #fe6937;
  color: #FFF;
  border: none;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

/* Responsive */
@media (max-width: 850px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }
  .blog-featured-post {
    grid-template-columns: 1fr;
  }
}
/* --- Pagination Style --- */
.blog-pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.blog-pagination ul.page-numbers {
  display: flex;
  list-style: none;
  gap: 8px;
  padding: 0;
}

.blog-pagination .page-numbers li {
  display: inline-block;
}

/* Base style for links and spans */
.blog-pagination .page-numbers a,
.blog-pagination .page-numbers span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 0.5px solid #ddd;
  background: #fff;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* Active Page */
.blog-pagination .page-numbers .current {
  background: #000F41;
  color: #fe6937;
  border-color: #000F41;
  font-weight: 600;
}

/* Hover State */
.blog-pagination .page-numbers a:hover {
  border-color: #000F41;
  color: #000F41;
  background: #f8f9fa;
}

/* Icon adjustment for Arrow icons */
.blog-pagination .page-numbers i {
  font-size: 16px;
  vertical-align: middle;
}

/* Fix Sidebar Category Alignment */
.blog-dest-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  text-decoration: none;
  border-bottom: 0.5px solid #f0f0f0;
}

.blog-dest-item:last-child {
  border-bottom: none;
}

/* Fix the Colored Icon Box */
.blog-dest-dot {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* Prevents the box from squeezing */
}

/* Ensure text doesn't have default margins */
.blog-dest-name {
  font-size: 14px;
  font-weight: 600;
  color: #000F41;
  margin: 0;
  line-height: 1.2;
}

.blog-dest-count {
  font-size: 12px;
  color: #666;
  margin: 4px 0 0 0;
}

/* Ensure arrow is pushed to the right */
.blog-dest-arrow {
  margin-left: auto;
  color: #ccc;
  font-size: 14px;
}

/* Background & Icon Color Classes (Verify these match your PHP) */
.bg-amber {
  background-color: #fe6937 !important;
}

.ic-amber {
  color: #BA7517 !important;
}

.bg-teal {
  background-color: rgba(29, 158, 117, 0.1254901961) !important;
}

.ic-teal {
  color: #0F6E56 !important;
}

.bg-blue {
  background-color: rgba(55, 138, 221, 0.1254901961) !important;
}

.ic-blue {
  color: #185FA5 !important;
}

.bg-coral {
  background-color: rgba(216, 90, 48, 0.1254901961) !important;
}

.ic-coral {
  color: #993C1D !important;
}

/* Single Post Layout Styles */
.single-post-wrapper {
  background: #fcfcfc;
  padding-bottom: 4rem;
}

.single-post-meta {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.single-post-meta i {
  color: #fe6937;
}

.meta-sep {
  opacity: 0.3;
}

/* Featured Image */
.single-post-featured-img {
  margin-bottom: 2.5rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.single-post-featured-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Content Typography */
.single-post-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.single-post-content p {
  margin-bottom: 1.8rem;
}

.single-post-content h2 {
  font-size: 28px;
  color: #000F41;
  margin: 2.5rem 0 1.2rem;
  font-weight: 700;
}

.single-post-content h3 {
  font-size: 22px;
  color: #000F41;
  margin: 2rem 0 1rem;
}

.single-post-content blockquote {
  border-left: 4px solid #fe6937;
  padding: 1rem 2rem;
  margin: 2rem 0;
  background: #fff8eb;
  font-style: italic;
  font-size: 20px;
  color: #555;
}

/* Footer & Tags */
.single-post-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.tag-label {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin-right: 8px;
}

/* Responsive adjust */
@media (max-width: 768px) {
  .single-post-content {
    font-size: 16px;
  }
}
/* Category Hero Cleanup */
.category-hero {
  padding: 4rem 2rem;
  background: #000F41; /* Keep the consistent brand dark blue */
}

.category-hero h1 {
  color: #fe6937; /* Highlight the category name in your brand amber */
  margin-bottom: 10px;
}

.category-hero .blog-hero-sub {
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
}

/* Ensure the grid cards look clean even without category-specific colors */
.blog-card-img-bg {
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card-img-bg i {
  font-size: 40px;
  color: #fe6937;
}

.blog-card-meta i, .blog-post-meta i {
  font-size: 14px;
  color: #fe6937 !important;
  margin-right: 8px;
}

.blog-card-meta span, .blog-post-meta span {
  font-size: 14px;
  padding-right: 15px;
}

/* Container & Card Base */
.tour-card-new {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.tour-card-new:hover {
  transform: translateY(-5px);
}

/* Image Section */
.tour-img-wrap {
  position: relative;
  height: 240px;
}

.tour-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000F41; /* Your Brand Amber */
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Content Section */
.tour-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.tour-title {
  color: #000F41; /* Your Brand Blue */
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tour-meta {
  display: flex;
  gap: 15px;
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
}

.tour-meta i {
  color: #666; /* Icons in Amber */
  margin-right: 4px;
}

.tour-excerpt {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Footer & Button */
.tour-footer {
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.view-details-btn {
  background: #fe6937;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.view-details-btn:hover {
  background: #000F41; /* Switch to Blue on hover */
  color: #ffffff;
}

.tour-filter-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 0.5px solid #ddd;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.filter-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000F41; /* Brand Blue */
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.filter-select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #444;
  background-color: #f9f9f9;
  cursor: pointer;
  outline: none;
}

.filter-select:focus {
  border-color: #fe6937; /* Brand Amber */
}

.about-hero {
  padding: 80px 0;
}
.about-hero .about-hero-img {
  width: 100%;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 990px) {
  .about-hero {
    padding: 40px 0;
  }
}

.about-stats-strip {
  padding: 40px 0;
}
.about-stats-strip .about-stat-item {
  padding: 24px 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.about-stats-strip .about-stat-item:last-child {
  border-right: none;
}
.about-stats-strip .about-stat-number {
  font-family: "DM Sans", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 6px;
}
.about-stats-strip .about-stat-label {
  font-size: 14px;
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 990px) {
  .about-stats-strip .about-stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .about-stats-strip .about-stat-item:last-child {
    border-bottom: none;
  }
}

.about-story-text {
  font-size: 17px;
  line-height: 1.8;
}
.about-story-text p {
  margin-bottom: 1rem;
}

.about-mission-card {
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #D6D6D6;
}
.about-mission-card .about-mission-icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.about-value-icon {
  font-size: 28px;
}

.about-team-card {
  padding: 28px 20px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E6E8EC;
  transition: all 0.3s ease;
  height: 100%;
}
.about-team-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.about-team-card .about-team-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fe6937;
  margin: 0 auto;
  display: block;
}
.about-team-card .about-team-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(234, 167, 39, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 36px;
  color: #fe6937;
}
.about-team-card .about-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
  color: #777E90;
  font-size: 18px;
  transition: all 0.3s ease;
}
.about-team-card .about-social-link:hover {
  background: #000F41;
  border-color: #000F41;
  color: #FFFFFF;
}

.about-award-card {
  text-align: center;
}
.about-award-card .about-award-logo {
  max-height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0.3);
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}
.about-award-card .about-award-icon {
  font-size: 36px;
}

.tour-filter-wrapper {
  background: #FFFFFF;
  border: 1px solid #E6E8EC;
  border-radius: 16px;
  padding: 14px 20px;
}

.filter-pill {
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid #D6D6D6;
  background: transparent;
  color: #777E90;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.filter-pill.active, .filter-pill:hover {
  background: #000F41;
  color: #fe6937;
  border-color: #000F41;
}

.filter-select-sm {
  height: 34px;
  font-size: 13px;
  padding: 0 12px;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  background: #FCFCFD;
  color: #777E90;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.filter-select-sm:focus {
  outline: none;
  border-color: #fe6937;
}

.tour-pagination {
  margin-top: 2rem;
}
.tour-pagination .tour-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #FFFFFF;
  font-size: 14px;
  color: #777E90;
  text-decoration: none;
  transition: all 0.2s ease;
}
.tour-pagination .tour-page-btn:hover {
  border-color: #000F41;
  color: #000F41;
}
.tour-pagination .tour-page-btn.active {
  background: #000F41;
  border-color: #000F41;
  color: #fe6937;
  font-weight: 600;
  pointer-events: none;
}
.tour-pagination .tour-page-btn i {
  font-size: 16px;
}

@media (max-width: 990px) {
  .tour-filter-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .filter-select-sm {
    width: 100%;
  }
}
.form-multiselect {
  width: 100%;
  border: 2px solid #E6E8EC;
  border-radius: 12px;
  padding: 8px;
  font-size: 14px;
  color: #23262F;
  background: #FFFFFF;
  min-height: 180px;
  transition: border-color 0.2s ease;
  cursor: pointer;
}
.form-multiselect:focus {
  outline: none;
  border-color: #fe6937;
}
.form-multiselect option {
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #23262F;
  cursor: pointer;
}
.form-multiselect option:checked {
  background: #000F41;
  color: #fe6937;
}
.form-multiselect option:hover {
  background: #FCFCFD;
}

.form-hint {
  font-size: 12px;
  color: #777E90;
  margin-bottom: 6px;
}
.form-hint kbd {
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  background: #FCFCFD;
  color: #23262F;
  font-family: monospace;
}

/* ============================================================
   Journe — Newsletter Form CSS
   Paste into: Appearance > Customize > Additional CSS
============================================================ */
.journe-newsletter h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000F41 !important;
  margin-bottom: 8px;
}

.journe-newsletter p.sub {
  font-size: 15px;
  color: #777E90;
  margin-bottom: 10px;
}

.journe-newsletter .wpcf7-form {
  display: flex;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border: 1.5px solid #E6E8EC;
  border-radius: 999px;
  padding: 6px 6px 6px 22px;
  box-shadow: 0 4px 24px rgba(0, 15, 65, 0.07);
  transition: border-color 0.25s, box-shadow 0.25s;
  flex-wrap: nowrap;
}

.journe-newsletter .wpcf7-form br {
  display: none;
}

.journe-newsletter .wpcf7-form p {
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  align-items: center;
}

.journe-newsletter .wpcf7-form p:last-of-type {
  flex: 0;
}

.journe-newsletter .wpcf7-form:focus-within {
  border-color: #fe6937;
  box-shadow: 0 4px 28px rgba(254, 105, 55, 0.15);
}

/* Email input */
.journe-newsletter .wpcf7-form input[type=email] {
  flex: 1;
  min-width: 0;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #23262F;
  height: 44px;
  padding: 0;
  width: 100%;
}

.journe-newsletter .wpcf7-form input[type=email]::-moz-placeholder {
  color: #B0B7C3;
}

.journe-newsletter .wpcf7-form input[type=email]::placeholder {
  color: #B0B7C3;
}

/* Submit button */
.journe-newsletter .wpcf7-form input[type=submit] {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fe6937;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding: 0;
  transition: background 0.25s, transform 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.journe-newsletter .wpcf7-form input[type=submit]:hover {
  background: #000F41;
  transform: scale(1.07);
}

/* Hide validation tip — response message handles errors */
.journe-newsletter .wpcf7-not-valid-tip {
  display: none;
}

/* Response message */
.journe-newsletter .wpcf7-response-output {
  max-width: 480px;
  margin: 14px auto 0;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  border: none !important;
}

.journe-newsletter .wpcf7-mail-sent-ok {
  background: rgba(74, 198, 63, 0.1);
  color: #2a7a24;
}

.journe-newsletter .wpcf7-validation-errors,
.journe-newsletter .wpcf7-mail-sent-ng {
  background: rgba(254, 105, 55, 0.1);
  color: #c94000;
}

/* Mobile */
@media (max-width: 520px) {
  .journe-newsletter h2 {
    font-size: 24px;
  }
  .journe-newsletter .wpcf7-form {
    padding: 5px 5px 5px 18px;
  }
  .journe-newsletter .wpcf7-form input[type=submit] {
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=styles.css.map */