html{
    font-size: 16px;
    font-family: 'Playfair Display', serif;
}

body {
   font-family: 'Playfair Display', serif;
}

p, h5{
    font-family: Inter;
}

main {
    min-height: calc(100vh - 367px);
    margin-top: 99px;
}

:root{
    --primary-bg:#1A1E35;
    --secondary-bg:#C9A23F;
    --section-bg:#EDE9E3;
    --bg-blue:#1A1E35;
    --bg-dark:#333333;
    --yellow-text:#C9A23F;
    --white-text:#fff;
    --wine-text:#7A1E3A;
    --font-h1:30.769rem;
}

.primary-bg{
    background-color:#1A1E35;
}

.secondary-bg{
    background-color:#C9A23F;
}

.section-bg{
  background-color: var(--section-bg);
}

.bg-blue{
  background-color: var(--bg-blue);
}

.bg-dark{
  background-color: var(--bg-dark);
}

.font-h1{
    font-size: var(--font-h1);
}

.yellow-text{
    color: var(--yellow-text);
}

.white-text{
    color: #fff;
}

.wine-text{
  background-color: var(--wine-text);
}

h2{
  color: var(--wine-text);
  font-family: "Playfair Display";
  font-size: 1.875rem;
  font-weight: 400;
}

h3 {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    line-height: normal;
}

a {
    text-decoration: none;
    color: #fff;
}

.section-divider{
  padding:2.9375rem  0;
}

button{
    display: flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    max-width: max-content;
    width: 100%;
    margin: 16px 0;
}
.cmmn-btn{
    display: flex;
padding: 14px 16px;
justify-content: center;
align-items: center;
gap: 10px;
font-size: 1rem;
 font-family: "Inter", sans-serif;
}

.yellow-btn{
          background: #b88a16;
    border-radius: 4px;
    
    text-align: center;
}
.yellow-btn-book {
      background: #b88a16;
    border-radius: 4px;
  width: 150px;
    text-align: center;
}
.yellow-border-btn{
padding: 8px 10px;
border: 1px solid #C9A23F;
color: #C9A23F;
 font-family: "Inter", sans-serif;
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: normal;
background-color: transparent;
width: auto;
}
.yellow-border-btn:hover{
  background: var(--secondary-bg);
  color: #fff;
}
svg {
    margin-bottom: 1.4375rem;
}
.top-space{
  margin-top: 3rem;
}
::placeholder {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}

/* navbar css */
.navbar-brand img{
  width: 100px;
height: 100px;
object-fit: contain;

}

.nav-item{
  padding: 0 25px;
}
.nav-link{
    padding-left: 0!important;
    padding-right: 0 !important;
    color: var(--white-text);
}

.nav-link.active, .nav-link:focus, .nav-link:hover{
    color: var(--yellow-text)!important;
    border-bottom: 1px solid var(--yellow-text);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{   color: var(--yellow-text)!important;

}

.contact-btn {
    border: 1px solid;
    padding: 9px;
    margin-left: 18px;
}

.contact-btn:hover {
    background: #fff;
    color: #000;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    top: 72px;
    background: #fff;
    border: 0;
    padding-right: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
    color: var(--yellow-text);
    background: transparent;
}
.dropdown-toggle::after {
    transition: transform 0.3s ease; 
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

/* end */

/* banner css */

    /* .banner h1 {
      font-size: 2.5rem;
         color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    }
    .banner p {
         font-size: 1.2rem;
    max-width: 400px;
    margin: 0 auto 10px;
     font-family: "Inter", sans-serif;
         line-height: normal;
    } */
    .banner .btn {
      padding: 12px 30px;
      font-size: 1rem;
    }
    .banner-content{
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 33%;
      max-width: 810px;
    margin: 0 auto;
    }
    .common-banner{
        position:relative;
    }
    .navbar-brand{
        padding:0px;
    }
  
          .banner-content .my-lg-1 {
        font-size: 19px;
        font-weight: 300;
    }
    .banner-content div{
    color:#c9a23f;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }
.banner-content svg{
  margin: 10px 0px 0px 0px;
}
.banner-content svg *{
  fill: #fff;
}
/* end */

/* skyantra info  */
.link-color {
    color: var(--wine-text);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.skyantra-info img {
    width: 100px;
}
.skyantra-info p {
    color: #1C1C1C;
    text-align: center;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 3rem;
}
/* end */


/* slider css */
/* ---------------- SLIDER ---------------- */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  padding-left: 8vw;   /* left peek */
  padding-right: 8vw;  /* right peek */
}

/* ---------------- TRACK ---------------- */
.slider-track {
  display: flex;
  gap: 23px;
  transition: transform 0.45s ease;
}

/* ---------------- SLIDE ---------------- */
.slide {
  flex: 0 0 calc(25% - -175px);
  position: relative;
}

.slide h3{
      position: absolute;
    bottom: 10rem;
    left: 27px;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testimonial-carousel h5{
        margin-top: 20px;
    font-size: 14px;
}
.slide p{
text-align: left;
    color: #1C1C1C;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    font-style: italic;
    margin-bottom: 28px;
}
.slide > img {
  width: 100%;
  height: 289px;
  object-fit: cover;
  margin-bottom: 10px;
}
   
/* ---------------- ARROWS ---------------- */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  border: none;
  background: white;
  padding: 8px 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 50;
}
.prev { left: 10px; visibility: hidden; }
.next { right: 10px; visibility: hidden; }

/* end */

/* why choose us */
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 87px; /* gap between 4 cards */
}

.card {
  background:transparent;
  text-align: center;
border: 0;
}


.why-us p {
      color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}
.why-us .card > div {
    height: 104px;
}
/* end */


/* signature experince */
.signature-wrapper p{
  color: #1C1C1C;
text-align: center;
font-family: Inter;
font-size: 1rem;
font-style: normal;
font-weight: 400;
}
.main-wrapper {
  display: grid;
  grid-template-columns: 2.2fr 1fr; /* Left column bigger */
  gap: 18px;
}

/* Left video column */
.left {
      position: relative;
    background: #000;
    overflow: hidden;
    height: 448px;
}

/* Video fills the left column */
.left video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Overlay text & button */
.left .overlay {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    background: #00000085;
    opacity: 01;
    bottom: 0;
padding: 10px 0 27px 42px;
}

.left .overlay h3 {
     margin-bottom: 21px;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.left .overlay p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.left .overlay button {
  color: #fff;
  margin: 0;
}

/* SVG play icon */
.play-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  fill: white;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.play-icon:hover {
  opacity: 1;
}

/* Right column: two smaller stacked cards */
.right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.right .card {
      background: #fff;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    height: 100%;
}

.right .card button {
  align-self: flex-start;
  padding: 10px 20px;
  background: #219ebc;
  border: none;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
}
.right .card img {
    height: 100%;
    max-height: 225px;
    object-fit: cover;
}
/* end */

/* contact form css */



.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-full {
  margin-top: 15px;
}

.input-box {
  position: relative;
}

/* Left icon */
.input-box .left-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #777;
}

/* Right icon or text */
.input-box .right-text {
  position: absolute;
  right: 12px;
  top: 40%;
  font-size: 0.875rem;
  color: #219ebc;
  pointer-events: none;
}

/* Input Fields */
.input-box input, .input-box textarea, .input-box select {
     width: 100%;
       padding: 12px 25px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 1rem;
    outline: none;
    font-family: 'Inter';
    background: #fff
}

.input-box textarea {
  height: 130px;
  resize: none;
}

.service-select {
  position: relative;
}

.service-select:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #777; /* arrow color */
    pointer-events: none;
}

.service-select select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
    cursor: pointer;
}

/* end */

/* testimonial css */
.carousel-inner svg {
    margin-bottom: 42px;
}

.carousel-inner img {
    margin-top: 42px;
}

.carousel-item p {
    max-width: 25.3125rem;
    margin: 0 auto;
}
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 30px 0;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}

.marquee-track.reverse {
  animation: scroll-right 20s linear infinite;
}

.marquee-track .row {
  display: flex;
  flex-wrap: nowrap !important;
}




@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* end */

/* video section */
  .video-section {
      position: relative;
      height: 50vh; 
      overflow: hidden;
    }


    .video-section video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      z-index: 1;
      transform: translate(-50%, -50%);
      object-fit: cover; 
    }

    /* 🔥 Dark overlay for visibility */
    .video-overlay-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.55); /* adjustable darkness */
      z-index: 2;
    }
    /* Overlay content */
    .video-overlay {
      position: relative;
      z-index: 2;
      color: white;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      padding: 0 20px;
    }

    .video-overlay h1 {
      font-size: 3rem;
      margin-bottom: 20px;
    }

    .video-overlay p {
    font-size: 1.25rem;
    font-weight: 400 !important;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    max-width: 615px;
    margin: 23px auto;
    }


/* css */

/* footer css */
footer{
  font-family: Inter;
}
.footer-left img{
  width: 100px;
}
.footer-wrapper ul li a:hover{
  color: var(--yellow-text);
}
 
    .footer-bottom {
      padding: 15px 0;
 background: #1C1C1C;
      text-align: center;
      font-size: 14px;
      color: #6c757d;
    }
    footer h3{
      color: var(--white-text);
 margin-bottom: 19px;
font-family: Inter;
font-size: 1.5rem;
font-style: normal;
font-weight: 500;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
    }
footer h4{
  margin: 10px 0 20px;
}

footer ul li {
    margin: 10px 0;
}

footer svg {
    margin-bottom: 0;
   
}
footer a{
 margin-left: 10px;
}
footer a:first-child{
 margin-left: 0;
}


footer svg:first-child {
    margin-left: 0;
}
.footer-left p a , .footer-left p {
    color: #000;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 114.862%;
}
/* end */



/*======= about us page css ========*/
.vm-card .card{
  border: 1px solid var(--sky-iconstyle, #C9A23F);
background: #FFF;
padding: 35px;
height: 100%;
display: flex;
}
.why-us h3{
    color: #7a1e3a!important;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: normal;
}
.vm-card h2{
  margin-bottom: 0;
}
.vm-card h3{
  padding-top: 23px;
    padding-bottom: 33px;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 27.5rem;
    margin: 0 auto;
}
.vm-card p{
  color: #1C1C1C;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
max-width: 28rem;
margin: 0 auto;
}
 .core-value .card-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
       .core-value .card-title-box {
                color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.72) 100%);
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
        }

        .core-value .card img {
            width: 100%;
            display: block;
        }
        .cmmn-card-section h3{
          font-size: 1.75rem;
          margin-bottom: 2.0625rem;
        }
        .cmmn-card-section img {
    height: 342px;
    object-fit: cover;
}
/*======= about us page css  end ========*/
/* min width based css */
/* @media(max-width:1131px){
  .nav-item {
    padding: 0 18px;
}
} */

     @media (max-width: 991px) {
            .card-grid { grid-template-columns: repeat(2, 1fr); }
        }
        

        @media (max-width: 575px) {
            .card-grid { grid-template-columns: repeat(1, 1fr); }
        }

    /* Center menu on desktop */
    @media (min-width: 992px) {
      .navbar-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
      }
    }

    /* ---------------- RESPONSIVE ---------------- */
    /* Tablet (2 cards per row) */
@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  header{
        position: absolute;
    width: 100%;
    
  }

 
}


@media (max-width: 768px) {
  .section-divider {
    padding: 1.5rem 0;
}
  .slide {
    flex: 0 0 calc(100% - 20px); /* 2 cards on mobile */
  }

.banner h1 {
    font-size: 1.15rem;
}
  h2{
    font-size: 1.5rem;
  }
  .banner, .common-banner img{
    height: 400px;
    object-fit: cover;
  }
    .banner-content{
      width: 100%;
      padding: 10px;
      top:33%;
    }
    .navbar-brand img {
    width: 93px;
    height: 59px;
}
main {
    margin-top: 58px;
}
  .banner-content div, .banner p {
           font-size: 0.875rem;
        color: #fff;

}
.yellow-btn {
    padding: 10px;
}
.slide p {
    font-size: 1rem;
}
.form-row , .main-wrapper {
    grid-template-columns: 1fr;
}
.nav-link.active, .nav-link:focus, .nav-link:hover {
    border-bottom: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: transparent;
}

.dropdown-item {
    color: #fff;
}
.left .overlay{
  padding: 25px 15px;
}
.skyantra-info p{
  margin-bottom: 2rem;
}
.slide h3 {
    bottom: 11rem;
}
.top-space{
  margin-top: 1rem;
}
.carousel-inner svg {
    margin-bottom: 10px;
}

.carousel-item , .carousel-inner img {
    margin-top: 20px;
}
.vm-card h3 {
    font-size: 1.2rem;
    padding: 15px 0;
}
.cmmn-card-section h3 {
    margin-bottom: 0.5rem;
            margin-top: 1rem;
}



.cmmn-card-section .top-space {
    margin-bottom: 3rem;
}
html{
  font-size: 14px;
}
/* hamberger into cross icon */
/* Hide default Bootstrap hamburger icon */
.navbar-toggler .navbar-toggler-icon {
    background-image: none; /* remove default */
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #fff; /* color of bars */
    display: inline-block;
    transition: all 0.3s ease;
}

/* Create top & bottom bars using pseudo-elements */
.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
}

.navbar-toggler .navbar-toggler-icon::after {
    top: 10px;
}

/* When menu is open (button:not(.collapsed)) */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent; /* hide middle bar */
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg) translate(9px, 8px);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-toggler:focus{
  box-shadow: none;
}
.navbar-toggler{
  border: none;
}

}

/* end */



/* Mobile (1 card per row) */
@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
    gap: 20px; /* optional smaller gap on mobile */
  }
}



/* TABLET */
@media (max-width: 991px) {
    .core-value .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 575px) {
    .core-value .card-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* ===============================
   BOOTSTRAP 5 HAMBURGER FIX
   =============================== */

/* Default: Hamburger icon (menu closed) */
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Menu open → show X */
/* .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3e%3c/svg%3e");
} */
