@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Taprom&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Mr+De+Haviland&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url('../font/poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.mr-de-haviland-regular {
    font-family: "Mr De Haviland", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: normal;
}

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  background-color: #000;
  font-size: 16px;
   color: #E0E0E0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  /* overflow-x: hidden; */
}
a {
  color: #000;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}
button:focus {
  outline: none;
}
ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 14px;
}
p {
  margin: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}
.lint-ht p{
  line-height: 30px;
}
a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
p
{
  margin: 0;
  padding: 0;
}
.dual-wings-top {
  position: relative; /* allows reliable background placement */
  background-image: url('../img/left-wings-mgk.webp'), url('../img/right-wings-mgk.webp');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 22% auto, 22% auto; /* tweak to taste: % or px */
  background-attachment: scroll, scroll;
  background-color: transparent;
  
}




.custom-font{
  font-family: "Ephesis", cursive;
  font-style: normal;
  font-size: 27px;
  font-weight: 400;
}
.luxury-hr {
  border: none;
  height: 3px;
  width: 60%;
  max-width: 320px;
  margin: 2.5rem auto 2rem auto;
  background: linear-gradient(
    to right,
    transparent 0%,
    #d9ae52 45%,
    #f3dfb1 50%,
    #d9ae52 55%,
    transparent 100%
  );
  border-radius: 8px;
  /* box-shadow: 0 0 16px 2px #d9ae5233, 0 1px 8px #f3dfb166; */
  opacity: 0.98;
  position: relative;
}
.luxury-hr-left {
  border: none;
  height: 3px;
  width: 60%;
  max-width: 320px;
  margin: 1rem 0 1rem 0;   /* <-- changed from auto to 0 */
  margin-left: 0;           /* <-- ensure starts at left */
  margin-right: auto;
  background: linear-gradient(
    to right,
    #d9ae52 45%,
    #f3dfb1 50%,
    #d9ae52 55%,
    transparent 100%
  );
  border-radius: 8px;
  /* box-shadow: 0 0 16px 2px #d9ae5233, 0 1px 8px #f3dfb166; */
  opacity: 0.98;
  position: relative;
}
.icon-gold {
  color: #d9ae52 !important; /* Gold color */
}
.gold-color{
  color: #d9ae52 !important;
}
.bg
{
  background-color: black;

}
.bg1
{
  background-color: #d9ae52;
  color: #000;
}
.bg2
{
  background-color: #E0E0E0;
  color: #000;
}
.gradient-gray-bg {
    background: linear-gradient(180deg, rgb(15 15 15 / 99%), rgb(39 38 38 / 92%));
}
.partners-gradient-bg {
    background: linear-gradient(90deg, #202020 0%, #363636 50%, #202020 100%);
}
.gradient-icon
{
 font-size: 14px;
 font-weight: 200;
  background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* topbar */
.topbar
{
  background-color: black;
   position: relative;
  z-index: 4;
}
.topbar a
{
  text-decoration: none;
  color: #E0E0E0;
   font-size: 1rem;
   font-weight: 200;
 
}
.topbar p{
  font-size: 14px;
  font-weight: 300;
}
/* navbar */
.mgk-navbar{
  background-color: rgba(0, 0, 0, 55%);
  padding: 10px 0px;
  z-index: 999;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-link {
  text-decoration: none;
  color: #E0E0E0;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
}
.nav-link:hover {
  text-decoration: none;
  color: #d9ae52;
  font-size: 0.9rem;
  font-weight: 400;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #E0E0E0;
}
 .navbar .active {
  border-bottom: solid 2px #d9ae52;
  color: #E0E0E0;
}


.navbar-toggler {
 
    color: #d9ae52;
   
    padding: 6px 10px;
}
.navbar-toggler i
{
  font-size: 1.5rem;
}
.nav-link:focus, .nav-link:hover {
  color: #d9ae52;
  text-decoration: none;
}

.dropdown-item.active
{
 
  background-color: transparent;
}
.dropdown-menu
{
  background-color: black;
}
.dropdown-menu a
{
   font-size: 0.8rem;
  color: #E0E0E0;
}
.dropdown-menu a:hover
{
background-color: #d9ae52;
}
.transparent {
  background-color: transparent;
 
}
.scrolled {
  background-color: black;
  position: fixed;
}

/* video */
.video-background {
  /* confine the video to the header/hero by positioning absolutely
     inside its parent .hero (which must be position:relative) */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* absolutely position the <video> so it fills the .video-background
     container and is clipped by the parent's bounds */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.video-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4);  */
}

.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.pad
{
  padding-top: 25rem;
  padding-bottom: 15rem;
}
/* whychoose us */
.back
{
  background-image: url('../img/wings-mgk.webp');
  background-position: 0 -20px;
  background-repeat: no-repeat;   
  background-size: cover;
  background-attachment: scroll;

}
h1
{
  color: #E0E0E0;
  font-size: 40px;
  font-weight: 800;
  text-shadow: 0 0 30px #000000;
  line-height: 70px;
  z-index: 2;
}
h1 span
{
  font-size: 40px;
  font-weight: 600;
  font-family: "Ephesis", cursive;
  font-style: normal;
}
.hero-span{
  font-size: 40px;
  font-weight: 600;
  font-family: "Ephesis", cursive;
  font-style: normal;
}
h3{
  color: #E0E0E0;
  font-size: 20px;
  font-weight: 600;
}
.back h3
{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  
}
.card-2
{
  background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
  border-radius: 20%;
  color: black !important;
}
.card-2 .hover-text {
    height: 0;
    transition: all 0.6s ease;
    overflow: hidden;
    color: #000;
}

.card-2:hover {
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
    transform: translateY(-5px);
}

.card-2:hover .hover-text {
    opacity: 1;
    height: auto;
    margin-top: 3px;
    
}

.card-2:hover h3 {
    color: #000;
}

.card-1 {
    background: transparent;
    border-radius:15%;
    transition: all 0.3s ease;
    padding: 5px;
    height: 100%;
    
}

.card-1 .hover-text {
    opacity: 0;
    height: 0;
    transition: all 0.6s ease;
    overflow: hidden;
    color: #000;
    height: 100%;
}

.card-1:hover {
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
    transform: translateY(-5px);
    
}

.card-1:hover .hover-text {
    opacity: 1;
    height: auto;
    margin-top: 3px;
}

.card-1:hover h3 {
    color: #000;
}

/* about sec*/
.sm-font-hd{
  font-size: 17px;
  line-height: 35px;
}
h2
{
  /* color: #d9ae52; */
  font-size:35px;
  font-weight: 700;
  line-height: 60px;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 span{
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;
  font-size:27px;
  color: #E0E0E0;
}
   .info-box {
      background-color: #2a2a2a;
      padding: 2rem;
      border-radius: 0.1rem  0rem 0rem 0.1rem;
      z-index: 4;
      position: relative;
     
    }

    .highlight {
   
      color: #f5c241;
      font-weight: bold;
      font-size: 2.2rem;
    }

    .mgk-logo {
      width: 40px;
      height: 60px;
      color: #f5c241;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      flex-direction: column;
      font-size: 0.8rem;
     
    }

    .stat-label {
      font-size: 0.8rem;
      color: #f5c241;
    }
   

.photo-section img {
  max-width: 100%;
  border-radius: 0rem  5.5rem .5rem 0rem;
  z-index: 4;
  position: relative;
  /* height: 485px; */
  margin-left: 0;
  border-right: 5px solid #000;
  border-top: 5px solid #000;
}

.gold-bg1 {
  background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
  width:450px; 
  height: 35%; 
  position: absolute; 
  right: 240px;
  top: 80px;
  z-index:2;
  border-radius: 20px;
  }

.pattarn
{
  background-image: url('../img/mgk-pattarn-left.webp');
  background-position: center;
  background-repeat: no-repeat;   
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5rem;
position: relative; /* Ensure the pseudo-element is positioned relative to this element */

}

.pattarn1
{
  background-image: url('../img/mgk-pattarn-right.webp');
  background-position: center;
  background-repeat: no-repeat;   
  background-size: cover;
  background-attachment: fixed;
  position: relative; /* Ensure the pseudo-element is positioned relative to this element */
}
.pattarn4 {
  background-image: url('../img/mgk-pattarn-3.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative; /* Ensure the pseudo-element is positioned relative to this element */
}
.pattarn3 {
  background-image: url('../img/mgk-pattarn-3.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative; /* Ensure the pseudo-element is positioned relative to this element */
}

.pattarn3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0), transparent 15%, transparent 85%, rgb(0, 0, 0));
  z-index: 1; /* Ensure it appears above the background */
  pointer-events: none; /* Make sure it doesn't block interactions */
}
.z-index-ele{
  position: relative;
  z-index: 4;
}
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: flex;
  animation: scroll 40s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
  gap: 2rem;
}

.marquee-group img {
  max-width: 150px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.marquee-group img:hover {
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Optional: Pause animation on hover */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}
.border-top {
    position: relative;
    padding-top: 20px;
}

.border-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
}


/* footer */
footer  a{
 font-weight: 200;
 font-size: 14px;
  color: #E0E0E0;
}
footer  i{

 font-size: 20px;
  color: #E0E0E0;
}

.products-services {
    background-color: #000;
    color: #E0E0E0;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-img {
    position: relative;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-img img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
}

/* .service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.service-content h3 {
    color: #000;
    margin-bottom: 5px;
    text-align: center;
    max-height: 100px;
    min-height: 50px;
} */

.service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 10px;       /* slightly larger padding for balance */
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
    display: flex;
    justify-content: center;
    align-items: center;      /* vertical centering */
    flex-direction: row;
    height: 60px;             /* set a fixed bar height so content can be perfectly centered */
    box-sizing: border-box;
}

.service-content h3 {
    margin: 0;                /* remove default margins so vertical centering works */
    color: #000;
    text-align: center;
    line-height: 1.1;
    display: flex;
    align-items: center;      /* ensure multi-line text stays centered vertically */
    justify-content: center;
    max-height: none;         /* allow text to naturally wrap */
    min-height: 0;
    font-size: 18px !important;
}




@media (max-width: 991px) {
    .service-card {
        margin-bottom: 30px;
    }
}
/* dmc */
.dmc {
  background-image: url('../img/destination-management-company-with-mgk.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
.padd {
  padding-top: 9rem;
  padding-bottom: 10rem;
}
.padd-banner-pages {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

   .btn-hero {
      background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52); /* gold-orange example */
      color: #000;
      border: none;
      padding: 12px 20px;
      font-size: 14px;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s;
      box-shadow: 0 4px 12px rgba(146, 109, 21, 0.1);
    }

    .btn-hero:hover {
      opacity: 0.9;
      transform: scale(1.05);
    }
    .dmc-intro {
    background-color: #000;
    color: #E0E0E0;
    position: relative;
    overflow: hidden;
}
.btn-hero a
{
  color: #000;
}
.hero{
  height: 100vh;
}


.content-box {
  padding-top: 2rem;
  border-radius: 8px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .content-box {
    margin-top: 0;
  }
  .image-box{
    order: 2;
  }
}

.content-box p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.image-box {
    position: relative;
    overflow: hidden;
}

.image-box img {
    transition: transform 0.5s ease;
}

.image-box:hover img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .dmc-intro h2 {
        font-size: 2rem;
    }
    
    .content-box {
        padding: 1.5rem;
    }
}
/* what we offer */

.services-list li
{

  font-size: 1rem;
  color: #E0E0E0;
  font-weight: 200;

}
.services-list i
{

      background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

.services-list i:hover {
    background: linear-gradient(to left, #d9ae52, #f3dfb1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1.1);
}
.carousel .active {
    border-bottom: solid 1px #000000;
    color: #E0E0E0;
}
/* Destinations  */
.cards-carousel {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}



.card {
    /* min-width: 300px; */
    height: 415 px;
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52) ;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(184, 140, 42, 0.2);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
}

.card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.card span ,a 
.card h5 ,a {
    color: #d9ae52;
    padding: 15px;
    margin: 0;
    text-align: center;
    font-size: 16px;
}
  
.dark-color{
    color: #000 !important;
}

/* Activities Section */
.activities {
    background-color: #000;
    color: #E0E0E0;
}

.activities-section {
    background: linear-gradient(to bottom, #000, #111);
    padding: 80px 0;
}

.section-header h2 {
    color: #f3dfb1;
    font-weight: 600;
    margin-bottom: 20px;
}

.divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
    margin: 0 auto 40px;
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
    gap: 20px;
    padding: 20px;
}

.activity-card {
    background: rgba(184, 140, 42, 0.05);
    border: 1px solid rgba(184, 140, 42, 0.4);
    border-radius: 15px;
    padding: 20px  10px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.activity-card:hover {
    transform: translateY(-10px);
    background: rgba(184, 140, 42, 0.4);
    box-shadow: 0 10px 30px rgba(184, 140, 42, 0.1);
}

.icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(184, 140, 42, 0.1), rgba(223, 192, 134, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.activity-card:hover .icon-wrapper {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(184, 140, 42, 0.2), rgba(223, 192, 134, 0.2));
}

.icon-wrapper img {
    width: 75px;
    height: 75px;
    /* filter: brightness(0) saturate(100%) invert(71%) sepia(19%) saturate(1015%) hue-rotate(358deg) brightness(89%) contrast(84%); */
}

.activity-card h3 {
    color: #E0E0E0;
    font-size: 1.2rem;
    margin-bottom: px;
}

.activity-card p {
    color: #E0E0E0;
    font-size: 1rem;

}

/* top */
.mice-business .card-title {
    font-size: 3rem;
    font-weight: 600;
    color: #E0E0E0;
    margin-bottom: 10px;
    border-left: 4px solid #d9ae52;
    padding: 5px 15px;
 
}
.mice-business h5:hover {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    border-left: 4px solid #d9ae52;
    padding: 5px 15px;
    background-color: rgb(184, 140, 42);
    transition: all 0.3s ease;

}

.mice-business img
{
  ronder-radius: 16px;
}
/* Luxury travel */
.lt {
  background-image: url('../img/luxury-concierge-services.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
.hotel {
  background-image: url('../img/bg-hotel.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
    .hotel-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
    }

    .hotel-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 12px;
    }

    .hotel-overlay {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      width: 100%;
      padding: 10px;
      text-align: center;
      color: white;
      font-weight: 400;
      font-size: 16px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
    }
    .hotel-gallery
    {
      margin-top: -8rem;
    }
    .hotel-card:hover {
      transform: translateY(-10px);
        background: rgba(184, 140, 42, 0.1);
    box-shadow: 0 10px 30px rgba(184, 140, 42, 0.1);
    }


.bg-accent {
    position: absolute;
    left: -150px;
    top: 25%;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
    z-index: 1;
    border-radius: 0 40px 40px 0;
}
.bg-accent-right {
    position: absolute;
    right: -98px;
    top: 17%;
    width: 85%;
    height: 60%;
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
    z-index: 1;
    border-radius: 40px 0 0 40px;
}
.bg-accent2 {
    position: absolute;
    left: -70px;
    top: 13%;
    width: 80%;
    height: 71%;
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
    z-index: 1;
    border-radius: 10px 10px 40px 10px;
}

.travel-personality-section .row > .col-lg-6:first-child {
    position: relative;
    z-index: 2;
}

.img-credit {
    font-size: 0.85rem;
    margin-top: 8px;
  
    display: block;
}

.quote-icon i {
    font-size: 3rem;
    color: #d9ae52;
}

.travel-personality-section h2 {
    color: #d9ae52;
}

.travel-personality-section p {
    color: #E0E0E0;
    font-size: 16px;
}

@media (max-width: 991px) {
    .bg-accent {
        width: 100%;
        height: 30%;
        top: 10%;
        border-radius: 0 0 40px 40px;
    }
    .travel-personality-section .row > .col-lg-6:first-child {
        margin-bottom: 2rem;
    }
}
/* airport services */
.airport-services .service{
  width: 80%;
  padding: 20px 20px;
  border: solid 1px #d9ae52;
  border-radius: 16px;
  background-color: #000000;
    
}
.airport-services .card-title
{
  font-weight: 700;
} 
.airport-services .card-text{
  font-size: 0.9rem;
}
.service:hover{
    transform: scale(1.1);
    /* background: linear-gradient(135deg, rgba(184, 140, 42, 0.2), rgba(223, 192, 134, 0.2)); */
}
/* Add to your CSS file */
.btn-learn {
  background: #7b1fff;
  color: #E0E0E0;
  border-radius: 0;
  padding: 10px 32px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(123,31,255,0.08);
  border: none;
}

.btn-learn:hover, .btn-learn:focus {
  background: #d9ae52;
  color: #E0E0E0;
}

.programs-section h3 {
  margin-bottom: 1rem;
}

.programs-section p {
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .programs-section .row {
    flex-direction: column !important;
  }
  .programs-section .col-lg-6 {
    margin-bottom: 2rem;
  }
}

/* animatton */
/* Slide-in from right animation */
.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Slide-in from left animation */
.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.5s ease, transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}
/* Travel Management Company (TMC) */
.tmc {
  background-image: url('../img/travel-management-company.webp'); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
.what-we-do-section {
  background: linear-gradient(90deg, #eeceda 0%, #bfc6e6 100%);
}

.text-pink {
  color: #e91e63;
}


.style-guide{
   
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    gap: 10px;
    padding: 10px;
    justify-content: center;
    
}
.icon-box {
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 12px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #d9ae52;
  box-shadow: 0 2px 12px rgba(233,30,99,0.08);
  margin-top: 2px;
}
.why-us .style{
    line-height: 50px;
    font-size: 17px;
    background: rgb(184 140 42 / 14%);
}
.style
{
     background: rgba(184, 140, 42, 0.05);
    border: 1px solid rgba(184, 140, 42, 0.1);
    border-radius: 15px;
    padding: 15px  8px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.style:hover {
    transform: translateY(-10px);
    background: rgba(184, 140, 42, 0.1);
    box-shadow: 0 10px 30px rgba(184, 140, 42, 0.1);
}

@media (max-width: 767px) {
  .icon-box {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .what-we-do-section .row > div {
    margin-bottom: 1.5rem;
  }
}

/* contact us page */
.contact-dark-section {
  background: #000;
  color: #E0E0E0;
}

.contact-input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #d9ae52;
  border-radius: 0;
  color: #E0E0E0;
  font-size: 1.1rem;
  padding-left: 0;
  box-shadow: none;
  transition: border-color 0.3s;
}

.contact-input:focus {
  border-bottom: 2px solid #d9ae52;
  background: transparent;
  color: #E0E0E0;
  box-shadow: none;
}

.btn-contact {
  background: #d9ae52;
  color: #000;
  border-radius: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.7rem 0;
  border: none;
  transition: background 0.3s;
  text-transform: uppercase;
}

.btn-contact:hover, .btn-contact:focus {
  background: #d9ae52;
  color: #E0E0E0;
}

.contact-social {
  color: #d9ae52;
  font-size: 1.7rem;
  margin-right: 18px;
  transition: color 0.2s;
  display: inline-block;
}

.contact-social:hover {
  color: #E0E0E0;
}

@media (max-width: 991px) {
  .contact-dark-section {
    padding: 2rem 0;
  }
  .ps-lg-5 {
    padding-left: 0 !important;
  }
}
/* mice page */
.mice{
  background-image: url('../img/mice-banner.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}













/* about us page */
.about{
  background-image: url('../img/mice-banner.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.for
{
  background-color: #fbfbfb;
  color: #000;
  padding: 55px;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: -5rem;
}








/* Culture & Heritage page */
.ch{
  background-image: url('../img/rich-heritage-with-mgk-exclusivity.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* places */
   .grid {
	position: relative;
	margin: 0 auto;

	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 200px;
	max-width: 200px;
	max-height: 200px;
	width: 48%;
	
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #E0E0E0;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 500;
  font-size: 20px;

}

.grid figure h2 span {
	font-weight: 500;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}


figure.effect-bubba {
	background: #000;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {

	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}



figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.owl-carousel .owl-theme
{
   display: flex;
   position: absolute;

}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #d9ae52;
  font-size: 3rem;
  background: transparent;
  border: none;
  margin: 0 0.5rem;
  position: relative;
top: 50%;
    left: 50%;
   
}



.card-adventure {
    min-width: 300px;
    height: 400px;
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52) ;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(184, 140, 42, 0.2);
    transition: transform 0.3s ease;
}

.card-adventure:hover {
    transform: translateY(-10px);
}

.card-adventure img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.card-adventure h5 ,a {
    color: #d9ae52;
    padding: 10px;
    margin: 0;
    text-align: center;
    font-size: 1.1rem;
}


/* Adventure */
.ad{
  background-image: url('../img/adventure-is-different-with-mgk.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}




.iamge:hover
{
    transform: translateY(-10px);
    background: rgba(184, 140, 42, 0.1);
    box-shadow: 0 10px 30px rgba(184, 140, 42, 0.1);
}


/* mice */
.team
{
  background-image: url('../img/mice/mgk-team.webp');
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.accordion {
    --bs-accordion-color: #fff;
    --bs-accordion-bg: var(--bs-accordion-bg-color, transparent);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: rgba(184, 140, 42,0.5);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y:1.25rem;
    --bs-accordion-btn-color: #fff;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
 
        --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") ;
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-icon-color: #fff;  
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(184, 140, 42, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1.25rem;
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: rgba(255, 255, 255, 0.8);
}

.carousel-control-prev,
.carousel-control-next {
color: #000 !important;
background-color: rgba(184, 140, 42, 0.7);
  border-radius: 8%;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.85;
  padding-left: 2px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1) grayscale(1);
}
/* Group Travel Planning */
.group
{
  background-image: url('../img/best-group-travel-planning-service.webp');
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.title-step
{
  background-color: #d9ae52;
  border-radius: 8px;
  padding: 20px;
  color: #000;
}
    .step {

      padding: 20px;
      border-radius: 10px;
      margin-bottom: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .step-icon {
      background: #d9ae52;
      color: white;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
    }
    .step-content i
    
    {
      font-size: larger;
      padding-right: 2px;
    }

    .step-content h3 {
      color: #d9ae52;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }
    /* Add this to your style.css */


.step-card {
 border: 1px solid #d9ae52;
  border-radius: 8px;
  min-height: 120px;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.step-number {
  font-size: 3rem;
  font-weight: 700;
  color: #d9ae52;
  line-height: 1;
}

.step-text {
  font-size: 1rem;

}

/* SMERF */
.smerf
{
  background-image: url('../img/smarf-services-in-egypt.webp');
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* Meditation & Wellness */
.mw {
  background-image: url('../img/meditation-wellness.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
.border-warning {
border-color: #d9ae52 !important;
}
@media only screen and (max-width: 422px) {
  h1
  {
    font-size: 32px;
  }
 
h2
{
  font-size: 24px;
}
}
.copyright{
  border-top: solid 1px #d9ae52;
  padding-top: 20px;
}
.why-choose-us-section {
  padding: 40px 0;
}

.why-card {
   position: relative;
  background: linear-gradient(90deg, #232323 0%, #2d2d2d 50%, #232323 100%);
  color: #fff;
  padding: 24px 24px 24px 25px;
  overflow: hidden;
  min-height: 80px;
  transition: transform 0.2s;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  z-index: 1;
  border-radius: 18px; /* Add border-radius for rounded corners */
}

/* Four borders, animated from corners */
.why-card::before,  /* top */
.why-card::after,   /* right */
.why-card .border-bottom, /* bottom */
.why-card .border-left {  /* left */
  content: "";
  position: absolute;
  background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52) ;
  transition: all 0.35s cubic-bezier(.77,0,.18,1);
  z-index: 2;
  pointer-events: none;
  border-radius: 2px;
}

/* Top border */
.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52); /* Gradient border */
  border-radius: 20px; /* Match the border-radius of the card */
  padding: 2px; /* Creates the border effect */
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Right border */
.why-card::after {
  top: 0; right: 0;
  width: 3px;
  height: 0;
  transition-delay: 0.15s;
}

/* Bottom border */
.why-card .border-bottom {
  left: 0; bottom: 0;
  height: 3px;
  width: 0;
  transition-delay: 0.3s;
}

/* Left border */
.why-card .border-left {
  left: 0; bottom: 0;
  width: 3px;
  height: 0;
  transition-delay: 0.45s;
}

/* On hover, animate each border in sequence */
.why-card:hover::before {
  width: 100%;
}
.why-card:hover::after {
  height: 100%;
}
.why-card:hover .border-bottom {
  width: 100%;
}
.why-card:hover .border-left {
  height: 100%;
}
.why-icon {
  font-size: 2.2rem;
  min-width: 48px;
  text-align: center;
}

.why-title {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.01rem;
    text-align: left;
}
/* Responsive tweaks */
@media (max-width: 991px) {
  .why-card {
    min-height: 70px;
    padding: 18px 12px 18px 12px;
  }
  .why-icon {
    font-size: 1.5rem;
    min-width: 36px;
  }
  .why-title {
    font-size: 0.98rem;
  }
  .content-box{
  padding: 10px;
  position: relative;
  margin-right: 0;
  }
}

/* Add these elements inside each .why-card in your HTML: */

.why-icon .icon {
  width: 75px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}

.luxury-hr {
    border: none;
  height: 3px;
  width: 60%;
  max-width: 320px;
  margin: 2.5rem auto 2rem auto;
  background: linear-gradient(
    to right,
    transparent 0%,
    #d9ae52 45%,
    #f3dfb1 50%,
    #d9ae52 55%,
    transparent 100%
  );
  border-radius: 8px;
  /* box-shadow: 0 0 16px 2px #d9ae5233, 0 1px 8px #f3dfb166; */
  opacity: 0.98;
  position: relative;
}
.overview{
  display: flex;
  flex-direction: column;
}
.overview p{
  line-height: 30px;
}
.content-box{
padding: 40px 40px 40px 0;
position: relative;
margin-right: -110px;
z-index: 2;
}
.box-img img{
  height: 350px !important;
}
.why-mgk .card{
  background: rgba(34, 34, 34, 0.95);
}
.luxury-gallery-carousel .item img {
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  transition: transform 0.3s;
}
.luxury-gallery-carousel .item img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(212,175,55,0.2);
}
/* Luxury gold and black accordion styling */
  .luxury-accordion .accordion-item {
    border: none;
    background: #111;
    color: #d9ae52 !important;
    margin-bottom: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  .luxury-accordion .accordion-header {
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52) ;
    border-radius: 8px 8px 0 0;
  }
  .luxury-accordion .accordion-button {
    background: transparent;
    color: #111;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    box-shadow: none;
  }
  .luxury-accordion .accordion-button:not(.collapsed) {
    background: #222;
    color: #d9ae52 !important;
    border-bottom: 1px solid #d9ae52;
  }
  .luxury-accordion .accordion-body {
    background: #181818;
    color: #fff;
    border-radius: 0 0 8px 8px;
    font-size: 1rem;
    padding: 1.25rem;
  }
  /* Luxury accordion arrow color styling */
.luxury-accordion .accordion-button::after {
  color: #111; /* Black when collapsed */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}

.luxury-accordion .accordion-button:not(.collapsed)::after {
  color: #d9ae52; /* White when opened */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23d9ae52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}
.itinerary .accordion-body span
 {
    font-weight: 600;
    color: #d9ae52;
}
.itinerary .accordion-body p
 {
    font-weight: 400;
    color: #E0E0E0;
    line-height: 25px;
    margin-left: 10px;
}

.sidebar {
  padding: 20px;
  overflow-y: auto;
  position: sticky;
  top: 100px;
}

/* Luxury Glass Form Styles */
.luxury-form-glass {
  position: relative;
  z-index: 1;
  background: rgba(24, 18, 2, 0.85);
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 20px;
  /* Remove border-image and border here */
}

.luxury-form-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 2.5px; /* Border thickness */
  border-radius: 1.5rem;
  background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.luxury-form-glow {
  content: "";
  position: absolute;
  top: -60px; left: -60px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, #bfa04655 0%, transparent 80%);
  z-index: 0;
  pointer-events: none;
}

.luxury-form-title {
  color: #fffbe6;
  letter-spacing: 1.5px;
  font-size: 1.7rem;
  font-weight: 700;
  text-shadow: 0 2px 12px #bfa04644;
}

.luxury-form-subtitle {
  color: #d9ae52;
  font-size: 1.05rem;
  font-weight: 400;
  margin-top: 0.25rem;
  letter-spacing: 0.5px;
}

.luxury-crown-icon {
  font-size: 2.5rem;
  color: #d9ae52;
  filter: drop-shadow(0 2px 8px #bfa04655);
}

.luxury-input-glass {
  background: rgba(34, 28, 10, 0.7);
  border: 1.5px solid #d9ae52;
  color: #fffbe6;
  border-radius: 0.9rem;
  font-size: 1.08rem;
  box-shadow: 0 2px 12px #bfa04622;
  transition: border-color 0.3s, background 0.3s;
}
.luxury-input-glass:focus {
  border-color: #fffbe6;
  background: rgba(34, 28, 10, 0.92);
  color: #fffbe6;
}

.luxury-btn-glass {
  background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52) ;
  color: #181818;
  font-weight: 700;
  border: none;
  border-radius: 0.9rem;
  font-size: 1.1rem;
  box-shadow: 0 2px 12px #bfa04633;
  transition: background 0.3s, color 0.3s;
  padding: 12px;
}
.luxury-btn-glass:hover, .luxury-btn-glass:focus {
  background: #181818;
  color: #d9ae52;
  border: 1.5px solid #d9ae52;
}


/* Fix white background on floating label for textarea in luxury form */
.luxury-form-glass .form-floating > label {
  background: transparent !important;
  color: #bfa046;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition: color 0.3s, font-weight 0.3s;
  box-shadow: none !important;
}
.luxury-form-glass .form-floating > .form-control:focus ~ label,
.luxury-form-glass .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #fffbe6;
  font-weight: 600;
  background: transparent !important;
  box-shadow: none !important;
}

.luxury-form-glass .form-label i,
.luxury-form-glass .form-floating label i {
  color: #d9ae52;
  margin-right: 0.5rem;
}

.luxury-form-glass .alert {
  border-radius: 0.75rem;
  font-size: 1.08rem;
  border: 1.5px solid #d9ae52;
  background: rgba(34, 28, 10, 0.85);
  color: #fffbe6;
  box-shadow: 0 2px 12px #bfa04622;
}
.luxury-form-glass .alert-success {
  background: linear-gradient(90deg, #bfa04633 0%, #fffbe633 100%);
  color: #d9ae52;
  border-color: #d9ae52;
}
.luxury-form-glass .alert-danger {
  background: linear-gradient(90deg, #2a1818 0%, #bfa04622 100%);
  color: #fffbe6;
  border-color: #d9ae52;
}

@media (max-width: 991px) {
  .luxury-form-glass {
    padding: 2rem 1rem !important;
    border-radius: 1.5rem !important;
  }
}
.form-floating>textarea:focus~label::after, .form-floating>textarea:not(:placeholder-shown)~label::after{
  background-color: transparent !important;
}
.inclouds-exclouds ul li{
  font-size: 15px;
}
.attraction-item-left{
  background: rgb(0 0 0 / 53%);
  border: 1px solid rgb(184 140 42 / 50%);
  border-radius: 15px;
  padding: 25px 100px 25px 25px;
  transition: all 0.3s ease;
}
.attraction-item-left:hover {
    transform: translateY(-10px);
    background: rgb(0, 0, 0);
    box-shadow: 0 10px 30px rgba(184, 140, 42, 0.1);
}
.attraction-item-right{
  background: rgb(0 0 0 / 53%);
  border: 1px solid rgb(184 140 42 / 50%);
  border-radius: 15px;
  padding: 25px 25px 25px 150px;
  transition: all 0.3s ease;
}
.attraction-item-right:hover {
    transform: translateY(-10px);
    background: rgb(0, 0, 0);
    box-shadow: 0 10px 30px rgba(184, 140, 42, 0.1);
}
.attractions img.right-img {
    margin-left: -100px;
    margin-top: -20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 64%);
}
.attractions img.left-img {
    margin-top: -40px;
    box-shadow: 0 0 30px rgb(0 0 0 / 64%);
    z-index: 5;
}


.luxury-cards { background: #050505; }
.luxury-card{
  border: 1px solid rgba(212,175,55,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  overflow: hidden;
  transition: transform .45s cubic-bezier(.2,.9,.2,1), box-shadow .45s;
  border-radius: 12px;
  position: relative;
  padding-bottom: 1rem;
}

.luxury-card:hover{
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.7), 0 0 18px rgba(212,175,55,0.06);
  border-color: rgba(212,175,55,0.28);
}

.luxury-card .card-img-top{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
  transition: transform .6s ease;
}

.luxury-card:hover .card-img-top{ transform: scale(1.06); }

/* title style */
.gold-title{
  color: #d9ae52;
  font-weight: 700;
  letter-spacing: .4px;
  margin-top: .75rem;
  font-size: 1.15rem;
  text-transform: none;
  line-height: 30px;
}

/* text */
.luxury-card .card-text{
  color: #d6d6d6;
  font-size: .95rem;
  margin-bottom: .5rem;
  opacity: .95;
}

/* small decorative gold line */
.luxury-card::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  width: 36%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .9;
  border-radius: 2px;
}

/* reveal animation (scroll) */
.reveal{
  opacity: 0;
  transform: translateY(18px) scale(.997);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2,.9,.2,1);
  will-change: transform, opacity;
}
.reveal.in-view{
  opacity: 1;
  transform: none;
}

/* responsive tweaks */
@media (max-width: 992px){
  .luxury-card .card-img-top{ height: 160px; }
}
@media (max-width: 576px){
  .luxury-card .card-img-top{ height: 140px; }
  .gold-title{ font-size: 1rem; }
}
.concierge-services .content-box{
  padding: 25px;
  margin-top: 0;
}
.dmc-services-carousel .content-box{
  padding: 25px;
  margin-top: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: #e1b300 !important;
    border: 1px solid #e1b300 !important;
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
}
.concierge-services .owl-dots {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px !important;
}
.dmc-services-carousel .owl-dots {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px !important;
}
.owl-dot .active{
    background-color: #e1b300 !important;
}
.owl-carousel .owl-nav button.owl-next{
  border: none !important;
}
.owl-carousel .owl-nav button.owl-next{
  border: none !important;
}
.owl-carousel .owl-nav button.owl-prev{
  border: none !important;
}

/* ////////////////////////////// */
.dmc-services-carousel .content-box{
  margin-right: 0 !important;
}
/* ...existing code... */

:root {
  --mgk-gold: #d4af37;
  --mgk-gold-2: #b8851f;
  --mgk-ivory: #f6eddc;
  --mgk-deep: #080808;
  --mgk-ease: cubic-bezier(.22,.9,.28,1);
  --gold: #d9ae52;
  --gold-gradient: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52);
}

/* container baseline */
.concierge-services {
  position: relative;
  padding: 28px 12px 8px;
  z-index: 2;
}

/* card */
.concierge-services .service-card-item {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  background: linear-gradient(180deg, rgb(15 15 15 / 99%), rgb(39 38 38 / 92%));
  border: 1px solid rgb(212 175 55 / 44%);
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transform-origin: center center;
  transition: transform .6s var(--mgk-ease), box-shadow .45s, filter .45s;
  will-change: transform, opacity;
  z-index: -1;
  padding-left: 100px;
  margin-left: -100px; 
}
.concierge-services .service-card-item-2 {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  background: linear-gradient(180deg, rgb(15 15 15 / 99%), rgb(39 38 38 / 92%));
  border: 1px solid rgb(212 175 55 / 44%);
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transform-origin: center center;
  transition: transform .6s var(--mgk-ease), box-shadow .45s, filter .45s;
  will-change: transform, opacity;
  z-index: -1;
  padding-right: 150px;
  margin-right: -100px; 
}

/* single-slide visual: slight perspective and depth */
.concierge-services .service-card-item:hover {
  /* transform: translateY(-14px) rotateX(1.2deg) scale(1.02); */
  box-shadow: 0 52px 120px rgba(0,0,0,0.8);
  filter: saturate(1.08) brightness(1.02);
}

/* image column */
.concierge-services .img-box {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.concierge-services .img-box img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 2px solid rgba(212,175,55,0.08);
  box-shadow: 0 18px 44px rgba(0,0,0,0.65);
  transition: transform .9s var(--mgk-ease), filter .6s var(--mgk-ease);
  transform-origin: center;
  display:block;
}

/* gentle active-scale for focus */
.concierge-services .owl-item.active .img-box img {
  transform: scale(1.01) translateY(0px);
  filter: saturate(1.08) contrast(1.03);
}

/* content column */
.concierge-services .content-box {
  flex: 1;
  color: var(--mgk-ivory);
}
.concierge-services .content-box h3 {
  color: var(--mgk-gold);
  font-size: 1.45rem;
  margin: 0 0 6px;
  letter-spacing: .6px;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0,0,0,0.7);
}

/* subtitle / kicker */
.concierge-services .content-box .custom-font {
  color: #efe6d2;
  font-style: italic;
  display:block;
  margin-bottom:10px;
}

/* list */
.concierge-services .services-list li {
  color: #e9e2d3;
  margin-bottom:6px;
  font-weight: 300;
}
.concierge-services .services-list i {
  color: var(--mgk-gold);
  margin-right:8px;
  transform: translateY(1px);
}

/* entrance animation for each slide */
@keyframes concierge-enter {
  0% { transform: translateY(20px) scale(.996); opacity: 0; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}
.concierge-services .owl-item .service-card-item {
  animation: concierge-enter .85s var(--mgk-ease) both;
}
.dmc-services-carousel .owl-item .service-card-item {
  animation: concierge-enter .85s var(--mgk-ease) both;
}

/* Dots: bold gold orb + sliding track */
.owl-dots {
  display:flex;
  gap:12px;
  justify-content:center;
  align-items:center;
  margin-top:18px;
  position:relative;
  --dots-count: 1;
  --dot-index: 0;
  padding-bottom: 6px;
}


/* dot base */
.owl-dots .owl-dot {
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(212,175,55,0.08), rgba(0,0,0,0.28));
  border: 1px solid rgb(212, 175, 55);
  box-shadow: 0 8px 26px rgba(0,0,0,0.6);
  transition: transform .35s var(--mgk-ease), background .35s, box-shadow .35s;
  transform-origin: center;
}

/* active dot: burnished gold orb with pulse */
.owl-dots .owl-dot.active span {
  transform: scale(1);
  background: radial-gradient(circle at 30% 28%, #fff7e6 0%, var(--mgk-gold) 30%, var(--mgk-gold-2) 75%);
  box-shadow: 0 14px 48px rgba(212,175,55,0.28), inset 0 2px 6px rgba(0,0,0,0.35);
  /* animation: dot-pulse 1.6s ease-in-out infinite; */
}
@keyframes dot-pulse {
  0% { transform: scale(1.1); box-shadow: 0 12px 38px rgba(212,175,55,0.22); }
  50% { transform: scale(1.5); box-shadow: 0 28px 68px rgba(212,175,55,0.30); }
  100% { transform: scale(1.2); box-shadow: 0 12px 38px rgba(212,175,55,0.22); }
}

/* short gold sheen effect for titles on slide change */
.gold-sheen {
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 45%, rgba(255,255,255,0) 70%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  animation: sheen 1.1s var(--mgk-ease) both;
}
@keyframes sheen { from { background-position: -140% 0 } to { background-position: 240% 0 } }

/* responsive stack for small screens */
@media (max-width: 991px) {
  .concierge-services .service-card-item { flex-direction: column; padding:18px; }
  .concierge-services .img-box { flex: 0 0 auto; max-width:100%; margin-bottom:12px; }
  .concierge-services .content-box { padding-left: 0; }
  .owl-dots { gap:10px; }
  .dmc-services-carousel .service-card-item { flex-direction: column; padding:18px; }
  .dmc-services-carousel .img-box { flex: 0 0 auto; max-width:100%; margin-bottom:12px; }
  .dmc-services-carousel .content-box { padding-left: 0; }
}

/* make sure Owl's default dot/button visuals don't bleed through */
.owl-carousel .owl-dots .owl-dot, .owl-carousel .owl-nav button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

#carouselExampleAutoplaying .carousel-item img {
  height: 500px;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.owl-carousel.dmc-destinations-carousel .owl-nav button.owl-prev{
border: none !important;
}
.owl-carousel.dmc-destinations-carousel .owl-nav button.owl-next{
border: none !important;
}
.overview-mice p{
  line-height: 30px;
}
.steps-section .h-it-w-size {
    font-size: 3.2rem;
    font-weight: 600;
    color: #d9ae52;
}
.smrf-services p{
  line-height: 30px;
  margin-top: 30px;
}
.luxury .img-box img {
  width: 450x;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    transition: transform 0.3s;
}
.luxury.wellness-sec .img-box img {
  width: 450x;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    transition: transform 0.3s;
}
.spiritual-sec-ser h3{
  color: #d9ae52;
  font-size: 2.5rem;
  font-weight: 600;
}
/* small semi-transparent band positioned under the headline & CTA */
    .header-hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 150px;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
    pointer-events: none;
    width: 100%;
    height: 100%;
    }

    /* keep header content above the overlay */
    .padd-banner-pages { position: relative; z-index: 3; }

  
    .card-img-top.card-ht{
      height: 300px !important;
    }

    .custom-tour{
      /* background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(7,7,7,1)); */
      padding: 60px 0;
      color: #fff;
    }

    .luxury-form-wrap{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:30px;
      flex-wrap:wrap;
    }

    .form-card{
      position:relative;
      width:100%;
      padding:32px;
      border-radius:16px;
      background:var(--card-bg);
      box-shadow: 0 10px 30px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.02);
      border: 1px solid rgba(212,175,55,0.12);
      overflow:hidden;
      transform-style:preserve-3d;
      transition:transform .18s ease, box-shadow .18s ease;
      backdrop-filter: blur(6px) saturate(120%);
    }

    /* animated gold glow */
    .form-card::before{
      content:'';
      position:absolute;
      left:-40%;
      top:-40%;
      width:200%;
      height:200%;
      /* background: conic-gradient(from 180deg at 50% 50%, rgba(212,175,55,0.05), rgba(212,175,55,0.16), transparent 50%); */
      filter: blur(24px);
      mix-blend-mode: screen;
      animation: rotateGlow var(--ani-duration) linear infinite;
      pointer-events:none;
      z-index:0;
    }
    @keyframes rotateGlow { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }

    .form-card .card-title{
    font-family: 'Qwitcher Grypen', sans-serif;
    color: #d9ae52;
    letter-spacing: 1px;
    margin-bottom: 8px;
    z-index: 2;
    position: relative;
    font-size: 55px;
    }
    .form-card .card-sub{
      color:#cfc7b0;
      margin-bottom:20px;
      font-size:0.95rem;
      z-index:2;
      position:relative;
    }

    .form-floating .form-control{
      background: rgba(255,255,255,0.02);
      color:#fff;
      border: 1px solid rgba(212,175,55,0.30);
      height:54px;
      padding:1rem .9rem;
      border-radius:8px;
      transition: box-shadow .15s ease, border-color .15s ease;
    }
    .form-floating .form-control:focus{
      box-shadow:0 6px 30px rgba(212,175,55,0.06);
      border-color: var(--gold);
      outline: none;
      background: rgba(255,255,255,0.03);
    }
    .form-floating label{
      color:#e8dfc3;
      padding-left:6px;
    }

    textarea.form-control{ min-height:130px; resize:vertical; padding-top:12px; }

    .btn-gold{
      background: linear-gradient(90deg,var(--gold),var(--gold-dark));
      color: #d9ae52;
      font-weight:700;
      border-radius:10px;
      padding:10px 22px;
      border: 1px solid;
      box-shadow: 0 6px 18px rgba(212,175,55,0.18);
      transition: transform .12s ease, box-shadow .12s ease;
      margin-top: 15px;
    }
    .btn-gold:hover{ transform:translateY(-3px); box-shadow: 0 18px 30px rgba(212,175,55,0.22); border:1px solid rgba(243, 233, 199, 0.829);}

    /* decorative vertical info panel */
    .lux-info{

      padding:26px;
      border-radius:12px;
      background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.15));
      border:1px solid rgba(243, 233, 199, 0.829);
      box-shadow: 0 10px 30px rgba(0,0,0,0.6);
      color:#efe7c6;
    }
    .lux-info span{ color: #d9ae52;  margin-bottom:10px; font-size: 2rem; font-weight: 700; margin-bottom: 20px; display: block; } 
    .lux-info p{ color:#d8cfb3; font-size:0.95rem; margin-bottom:12px; }

    .lux-info .dot{
      display:inline-block; width:10px; height:10px; border-radius:50%; background:var(--gold); margin-right:8px;
      box-shadow:0 6px 18px rgba(212,175,55,0.18);
    }

    /* success overlay */
    .submit-ok{
      position:absolute;
      inset:0;
      display:flex;
      align-items:center;
      justify-content:center;
      background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(7,7,7,0.8));
      color:var(--gold);
      font-size:1.05rem;
      font-weight:700;
      opacity:0;
      pointer-events:none;
      transition: opacity .28s ease;
      z-index:9;
      border-radius:16px;
    }
    .submit-ok.show{ opacity:1; pointer-events:auto; }

    @media (max-width:992px){
      .lux-info{ order:2; width:100%; max-width:100%; }
      .form-card{ order:1; width:100%; max-width:100%; }
      .luxury-form-wrap{ padding:0 18px; }
    }
    .mice-business .card-title.font-sz-card{
      font-size: 1rem !important;
    }
    .mice-business .card-title.font-sz-card-md{
      font-size: 1.3rem !important;
    }
    .luxury-card .h-img-card{
      height: 300px !important;
    }


    /* container baseline */
.dmc-services-carousel {
  position: relative;
  padding: 28px 12px 8px;
  z-index: 2;
}

/* card */
.dmc-services-carousel .service-card-item {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  background: linear-gradient(180deg, rgb(15 15 15 / 99%), rgb(39 38 38 / 92%));
  border: 1px solid rgb(212 175 55 / 44%);
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transform-origin: center center;
  transition: transform .6s var(--mgk-ease), box-shadow .45s, filter .45s;
  will-change: transform, opacity;
  z-index: -1; 
}
.dmc-services-carousel .service-card-item-2 {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  background: linear-gradient(180deg, rgb(15 15 15 / 99%), rgb(39 38 38 / 92%));
  border: 1px solid rgb(212 175 55 / 44%);
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transform-origin: center center;
  transition: transform .6s var(--mgk-ease), box-shadow .45s, filter .45s;
  will-change: transform, opacity;
  z-index: -1;
  padding-right: 150px;
  margin-right: -100px; 
}

/* single-slide visual: slight perspective and depth */
.dmc-services-carousel .service-card-item:hover {
  /* transform: translateY(-14px) rotateX(1.2deg) scale(1.02); */
  box-shadow: 0 52px 120px rgba(0,0,0,0.8);
  filter: saturate(1.08) brightness(1.02);
}

/* image column */
.dmc-services-carousel .img-box {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.dmc-services-carousel .img-box img {
  width: 100%;
  height: auto;
  border-radius: 15px 0 0 15px;
  border: 2px solid rgba(212,175,55,0.08);
  box-shadow: 0 18px 44px rgba(0,0,0,0.65);
  transition: transform .9s var(--mgk-ease), filter .6s var(--mgk-ease);
  transform-origin: center;
  display:block;
}

/* gentle active-scale for focus */
.dmc-services-carousel .owl-item.active .img-box img {
  transform: scale(1.01) translateY(0px);
  filter: saturate(1.08) contrast(1.03);
}

/* content column */
.dmc-services-carousel .content-box {
  flex: 1;
  color: var(--mgk-ivory);
}
.dmc-services-carousel .content-box h3 {
  color: var(--mgk-gold);
  font-size: 1.45rem;
  margin: 0 0 6px;
  letter-spacing: .6px;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0,0,0,0.7);
}

/* subtitle / kicker */
.dmc-services-carousel .content-box .custom-font {
  color: #efe6d2;
  font-style: italic;
  display:block;
  margin-bottom:10px;
}

/* list */
.dmc-services-carousel .services-list li {
  color: #e9e2d3;
  margin-bottom:6px;
  font-weight: 300;
}
.concierge-services .services-list i {
  color: var(--mgk-gold);
  margin-right:8px;
  transform: translateY(1px);
}
.pattarn3 .form-card{
  background-color: #000000 !important;
}
footer img.img-fluid {
    height: 90px;
    width: auto;
}

@media (max-width: 768px) {
    .form-date-field .date-wrapper {
        position: relative;
    }

    .form-date-field .check-in-out-input {
        position: absolute;
        top: 100%; /* Position the calendar below the input field */
        left: 0;
        z-index: 9999;
        width: 100%; /* Ensure it fits within the screen */
    }

    .form-date-field .check-in-out-input:focus {
        outline: none;
    }
}

/* cards for tours in home page */


.luxury-modern {
    padding: 90px 0;
    /* background: #000; */
    color: #fff;
    font-family: 'Poppins', sans-serif;
}


/* Section Titles */
.section-title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 8px;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 50px;
}

/* Owl Carousel container */
.modern-owl .owl-stage-outer {
    padding: 20px 0;
}

.modern-owl .owl-item {
    display: flex;
    justify-content: center;
}

/* Card */
.tour-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    width: 400px;
    overflow: hidden;
    border: 1px solid rgba(217, 174, 82, 0.18);
    transition: 0.35s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

.tour-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold);
}

/* Image */
/* Image Container */
.card-image {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-bottom: 1px solid rgba(217, 174, 82, 0.18);
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.card-image:hover img {
  transform: scale(1.1);
}


/* Overlay with gradient */
.card-image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1; /* Always visible */
  transition: none; /* Remove hover transition */
}

/* Title on the overlay */
.card-image .overlay .tour-name {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

/* Button on the overlay */
.card-image .overlay .book-btn {
  padding: 7px 20px;
  border-radius: 8px;
  border: none;
  background: var(--gold-gradient);
  color: #000;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
  transition: 0.3s;
}

.card-image .overlay .book-btn:hover {
  opacity: 0.85;
}

/* Content */
.card-content {
    padding: 25px;
}

.tour-name {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: var(--gold);
}

.tour-summary {
    color: #ccc;
    margin-bottom: 25px;
    font-size: 0.95rem;
}




/* Owl Navigation Buttons */
.modern-owl .owl-nav button {
    position: absolute;
    top: 40%;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--gold) !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--gold) !important;
    font-size: 20px !important;
    transition: 0.3s;
}

.modern-owl .owl-nav button:hover {
    background: var(--gold-gradient) !important;
    color: #000 !important;
}

.modern-owl .owl-nav .owl-prev {
    left: -60px;
}

.modern-owl .owl-nav .owl-next {
    right: -60px;
}

/* Dots */
.modern-owl .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid var(--gold);
    border-radius: 50%;
    transition: 0.3s;
}

.modern-owl .owl-dots .owl-dot.active span {
    background: var(--gold);
}
/* animation */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s cubic-bezier(.17,.67,.45,1.32);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
.why-title.h5{
  font-size: 18px;
}
.btm-services .activities-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
}
.destinations .card {
    min-width: 300px;
    height: 405px;
    background: linear-gradient(to right, #d9ae52, #f3dfb1, #d9ae52) ;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(184, 140, 42, 0.2);
    transition: transform 0.3s ease;
    text-align: center;
}
.destinations .card span a{
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.why-partner .style{
    line-height: unset;
    font-size: 16px;
}
.why-us-home .style{
  line-height: 50px;
    font-size: 17px;
  background: linear-gradient(180deg, rgb(15 15 15 / 99%), rgba(0, 0, 0, 0.92)) !important;
}
.card-body h2{
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background: unset !important;
};
/* Responsive adjustments */
@media (max-width: 992px) {
  .dual-wings-top {
    background-size: 180px auto, 180px auto;
    background-position: left 12px top 12px, right 12px top 12px;
  }

}
@media (max-width: 767px) {
  .hero {
    height: 50vh !important;
  }
  .video-background video{
    object-fit: cover !important;
    height: 50% !important;
  }
  h1{
    font-size: 35px !important;
    line-height: 55px !important;
  }
  h2{
    font-size: 35px !important;
    line-height: 50px !important;
  }
  h2.section-title{
    font-size: 35px !important;
    line-height: 50px !important;
  }
  .activities-grid .card-content{
    padding: 0 !important;
  }
  .activities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .icon-wrapper {
    width: 60px;
    height: 60px;
  }
  .icon-wrapper img {
    width: 50px;
    height: 50px;
  }
  .why-choose-us-section{
    padding: 0 !important;
  }
  .service-card-item{
    flex-direction: column !important;
    padding: 18px !important;
  }
  .dmc-services-carousel .service-card-item{
    box-shadow: none !important;
  }
  .luxury-modern{
    padding: 0;
  }
  .why-us-home .style{
    line-height: unset !important;
  }
  .style-guide{
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    gap: 0 !important; 
    padding: 0;
    margin: 0;
  }
  .about-sec{
    padding: 0 !important;
  }
  .content-box{
    padding: 0;
    margin: 0;
  }
  .pattarn{
    padding-top: 1rem;
  }
  .concierge-services .service-card-item{
    margin-left: 0;
  }
  .concierge-services .service-card-item-2{
    margin: 0 !important;
    padding: 20px !important;
  }

}
@media (max-width: 576px) {
  .dual-wings-top {
    background-image: none; /* hide on small screens to avoid overlap */
  }
  .custom-font{
    font-size: 22px;
  }
   .col-lg-6.my-5 {
    margin: 0 !important; /* Forcefully remove margin */
  }
}
