
header.navbar {
    background-color: transparent;
    box-shadow: none;
    z-index: 999;
  }

  header .nav-link {
    color: #000;
    font-weight: 500;
    margin-right: 1rem;
  }

  header .nav-link:hover {
    color: #007bff;
  }


  header .btn-primary {
    background-color: #36A1C9;
    border-color: #36A1C9;
    border-radius: 25px;
    font-family: 'Commissioner';
    font-weight: 400;
  }
  .btn-primary:hover{
    background-color: #fff;
    border: 1px solid #36A1C9;
    color:#36A1C9;
  }
  .btn-white{
    background-color: #fff;
    color:black;
    font-family: 'Commissioner';
    font-weight: 400;
  }
  .btn-white:hover{
    border: 1px solid #fff;
    color:white
  }
  .hero-section {
      height: 120vh;
      background: url("/frontend/img/banner-home.webp") no-repeat center center / cover;
      position: relative;
      color: #000;
      font-family: 'Commissioner', sans-serif;
      font-weight: 800;

  }
  .btn-primary{
      background-color: #36A1C9;
      border-color: #36A1C9;
      color:white;
  }
  .text-black{
    color:#000 !important;
  }
  .transition-navbar {
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    /* White background on scroll or toggle */
    .navbar.scrolled,
    .navbar.expanded {
      background-color: #ffffff !important;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

  @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .hero-animate {
      animation: fadeInUp 1s ease-out forwards;
      opacity: 0;
    }

    .typewriter::after {
      content: '|';
      display: inline-block;
      animation: blink 0.7s steps(1) infinite;
      margin-left: 5px;
    }

    @keyframes blink {
      50% {
        opacity: 0;
      }
    }
    @keyframes fadeDown {
      0% {
        opacity: 0;
        transform: translateY(-40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .fade-down-onload {
      animation: fadeDown 1s ease-out forwards;
      opacity: 0; /* ensures initial state is hidden */
    }

    /* how it works */
    .how-it-works{
      background-color: #36A1C9;
    }
    .hiw{
      font-size: 54px;
      font-family: 'Commissioner', sans-serif;
      font-weight: 800;
      color: white;
    }

    .nav-pills .nav-link {
      background: transparent;
      border: none;
      border-bottom: 2px solid transparent;
      border-radius: 0;
      transition: 0.3s;
      padding-bottom: 10px;
    }
    .nav-pills .nav-link.active {
      border-color: #fff;
    }
    .step-card img {
      filter: brightness(0) invert(1); /* make icons white if needed */
    }
    .active{
      background-color: transparent !important;
    }
    .banner-head{

      font-family: 'Commissioner','san-serif';
      font-weight: 800;
      font-size: 54px;
      line-height: 1.2;
    }
    /* hiw end*/

    /* why hotel use section*/

    .w-hotel{
      color: #000;
      font-family: 'Commissioner', sans-serif;
      font-size: 45px;
      font-weight: 800;
    }
     .why-hotel h3 {
      font-weight: 800;
      font-size: 2rem;
      margin-bottom: 40px;
    }

    .timeline-line {
      position: absolute;
      top: 204px;
      bottom: 40px;
      left: 50%;
      width: 0.5px;
      background-color: #A7A7A7;
      transform: translateX(-50%);
      z-index: 1;
    }

    .dot {
      width: 14px;
      height: 14px;
      background-color: #36A1C9;
      border-radius: 50%;
      display: inline-block;
      z-index: 2;
      position: relative;
    }

  .btn-outline-primary{
      color: black;
      font-weight: 400;
  }

  .btn-outline-primary:hover{
      background-color: #36A1C9;
  }
  .search-bar-wrapper {
      position: absolute;
      top: 22%;
      left: 52%;
      transform: rotate(-8deg);
      transform-origin: left center;
      z-index: 10;
      pointer-events: none;
      max-width: 30rem;
    }

    .search-bar-typewriter {
      background: transparent;
      padding: 0.5rem 1rem;
    }

    .typewriter-text {
      font-size: 60px;
      font-weight: 800;
      color: #0080E1;
      white-space: nowrap;
      overflow: hidden;
      border-right: 3px solid #0080E1;
      animation: blink-caret 0.7s step-end infinite;
      font-family: 'Commissioner', sans-serif;
    }

    @keyframes blink-caret {
      50% {
        border-color: transparent;
      }
    }
  /* why hotel use section end*/

  /* Reunite section*/
  .reunite{
      background-color: #36A1C9;
      color: white;

  }
  .reunite-heading{
      color: white;
      font-family: 'Commissioner', sans-serif;
      font-size: 40px;
      font-weight: 800;
  }
  .reunite-text{
      padding: 20px 0px;
      font-size: 15px;
      font-weight: 300;
      font-style: normal;
  }
  .reunite-text-section{
      padding: 0px 36px;
  }
  .readmore{
      display: inline-block;
    padding: 10px 24px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    background-color: transparent;

  }
  .readmore:hover{
      background-color: #ffffff;
      color:#36A1C9;
      border: 1px solid #36A1C9;


  }

  /*reunite end*/

  /*customer review section*/
  .swiper-container-custom {
      position: relative;
      padding-bottom: 50px; /* space for pagination */
    }

    .swiper {
      padding-bottom: 0; /* remove default swiper padding if any */
    }

    .swiper-slide {
      display: flex;
      align-items: stretch;
    }

    .swiper-slide > div {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 240px !important;
    }

    .customer-review-text {
      font-family: 'Commissioner', sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.2;
    }
    .review-heading{
      font-family: 'Commissioner', sans-serif;
      font-weight: 800;
      font-size: 45px;
    }

    .clamp-3-lines {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    .swiper-pagination {
      position: relative !important;
      bottom: 0 !important;
    }
    .swiper-pagination-bullet-active{
      background-color: #36A1C9 !important;
    }
    .star{
      width: 85px;
    }
  /*customer review end*/

  /*newletter*/
  .newsletter-section input::placeholder {
      color: #999;
      font-size: 0.95rem;
    }
    .subs:hover{
      color:#fff;
      border: 1px solid #fff;
      background-color: #36A1C9;
    }
  #email{
      border-radius: 12px;
  }
    @media (max-width: 575.98px) {
      .newsletter-section form {
        flex-direction: column;
        align-items: stretch;
      }
    }
    /*newsletter end*/
  /*footer*/
  .footer {
      position: relative;
      font-family: 'Commissioner', sans-serif;
      font-weight: 400;
      font-size: 16px;
    }

    .footer ul li a:hover {
      text-decoration: underline;
    }
    .footer .list-unstyled li {
      margin-bottom: 10px;
    }
    .footer-para{
      width: 60%;
      font-family: 'Commissioner','san-serif';
      font-weight: 300;
      font-size: 13px;
    }

    .list-unstyled li a{
      font-family: 'Commissioner','san-serif';
      font-weight: 300;
      font-size: 13px;
      line-height: 1.5;
    }
    .contact-info{

      font-family: 'Commissioner','san-serif';
      font-weight: 300;
      font-size: 13px;
      line-height: 1.5;
    }
    .scroll-to-top {
      position: fixed;
      bottom: 25px;
      right: 25px;
      background-color: #36A1C9;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      font-size: 20px;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      z-index: 999;
      transition: background-color 0.3s ease;
    }

    .scroll-to-top:hover {
      background-color: #2a8cb0;
    }

    @media (max-width: 767.98px) {
      .scroll-to-top {
        width: 40px;
        height: 40px;
        font-size: 18px;
      }
      .footer-para{
          width:100%;
          justify-content: center;
          text-align: center;
      }

    }
    @media (max-width: 991px) {
      .search-bar-wrapper  {
       display: none;
       width: 0px !important;
      }
      .search-bar-typewriter{
          display: none;
          width: 0px !important;
      }


      .reunite-image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; /* or a fixed height if needed */
      }
      .hero-section {
          background: url("/frontend/img/bg.png") no-repeat center center / cover !important;
          height: 80vh;
        }
        .banner-head{
            font-size: 42px;
        }
    }
    @media (max-width: 400px){
        .banner-head{
            font-size: 38px;
        }
    }
    @media (max-width: 991.98px) {
        .navbar-nav.bg-white {
            background-color: #ffffff !important;
            padding: 1rem;
            border-radius: 0.5rem;
        }
    }
    @media (min-width: 991px){
      .banner-head{
          font-size: 49px;
      }
      .search-bar-wrapper {
          position: absolute;
          top: 21%;
          left: 52%;
          transform: rotate(-9deg);
          transform-origin: left center;
          z-index: 10;
          pointer-events: none;
          max-width: 120px;
        }


    }

    @media(max-width: 1395px){
      .typewriter-text {
          font-size: 50px;

        }
        .search-bar-wrapper {
          position: absolute;
          top: 23%;
          left: 52%;
          transform: rotate(-8deg);
          transform-origin: left center;
          z-index: 10;
          pointer-events: none;
          max-width: 120px;
        }

    }
    @media(max-width: 1200px){
      .typewriter-text {
          font-size: 40px;

        }
        .search-bar-wrapper {
          position: absolute;
          top: 34%;
          left: 50%;
          transform: rotate(-8.5deg);
          transform-origin: left center;
          z-index: 10;
          pointer-events: none;
          max-width: 120px;
        }

    }
  /*footer end*/

  #nav-element-white li a{
    color:white ;
  }

  /*about*/
  .about-banner {
    background-color: #36A1C9; /* Match your blue */
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 120px; /* To prevent overlap with fixed navbar */
    color: white;
    text-align: center;
    position: relative;
}

.about-banner h1 {
    font-size: 64px;
    font-weight: 800;
}
.mission-section {
    background-color: #fff;
  }



  .mission-text {
    max-width: 900px;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    font-family: 'Commissioner';
    font-weight: 300;
  }
  .img-container{
    border-radius: 8%;
  }

  @media (max-width: 991.98px) {
    .section-title {
      font-size: 36px !important;

    }
    .mission-text {
      font-size: 1rem;
      padding: 0 1rem;
    }
  }

  @media (max-width: 576px) {
    .section-title {
      font-size: 42px;

    }
    .mission-text {
      font-size: 0.95rem;
    }
  }
  .story-section {
    font-family: 'Lato', sans-serif;
  }

  .story-section h2 {
    font-size: 2.5rem;
  }

  .story-section h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .story-section p,
  .story-section ul {
    font-size: 1rem;
    color: #333;
  }

  .story-section ul {
    padding-left: 1.2rem;
  }

  .story-section ul li {
    margin-bottom: 0.5rem;
  }

  @media (max-width: 767.98px) {
    .story-section h2 {
      font-size: 2rem;
    }

    .story-section h3 {
      font-size: 1.4rem;
    }

    .story-section p,
    .story-section ul {
      font-size: 0.95rem;
    }

    .story-section img {
      max-width: 100%;
      height: auto;
    }
  }
.heading{
    font-family: 'Commissioner';
    font-weight: 800;
    font-size:54px;
}
.story-text{
    font-family: 'Commissioner';
    font-weight: 300 !important;
    font-size: 16px;
}
.story-text li{
    font-family: 'Commissioner';
    font-weight: 300;
    font-size: 16px;
}

.story-text strong{
    font-family: 'Commissioner';
    font-weight: 800;
    font-size: 16px;
}
body {
    font-family: 'Commissioner', sans-serif;
  }

  .core-values-section {
    background-color: #f6f6f6;
  }

  .section-title {
    font-size: 54px;
    font-weight: 800;
    height:100px;
  }

  .section-subtitle {
    font-size: 16px;
    font-weight: 300;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .core-card {
    background: transparent;
    border: 1px solid #000;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }

  .core-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  }

  .core-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  .core-card-sub {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1rem;
  }

  .core-card-text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
  }

  @media (max-width: 767.98px) {
    .section-title {
      font-size: 36px;
      height:100px;
    }
  }

/*about end*/
/*review page*/
.sub-heading{
    font-family: 'Commissioner';
    font-size:42px;
    font-weight: 800;

}
.names{
    font-family: 'Commissioner';
    font-size: 20px;
    font-weight: 400;
}
.hotel-reviews{
    background: #EEEEEE;
}
.industry-recognition {
    background-color: #f5f5f5;
    font-family: 'Commissioner', sans-serif;
  }

  .industry-title {
    font-family: 'Commissioner';
    font-size: 54px;
    font-weight: 800;
  }

  .industry-box .icon {
    width: 135px;
    height: auto;
  }

  .industry-box h5 {
    font-family: 'Commissioner';
    font-size: 31px;
    font-weight: 600;
  }

  .industry-box p {
    font-family: 'Commissioner';
    font-size: 24px;
    font-weight: 300;
  }

  @media (max-width: 767.98px) {
    .industry-title {
      font-size: 28px;
    }

    .industry-box h5 {
      font-size: 18px;
    }

    .industry-box p {
      font-size: 15px;
    }

    .industry-box .icon {
      width: 48px;
    }
  }

/*contact section*/
.contact-section {
    padding: 60px 20px;
    background: #fff;
  }

  .contact-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
  }

  .contact-image img {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    height: auto;
  }

  .contact-form {
    flex: 1;
    min-width: 300px;
  }

  .contact-form h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 30px;
  }

  .contact-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .form-row input {
    flex: 1;
    padding: 14px 20px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 12px;
  }
  .select-box {
    flex: 1;
    padding: 14px 20px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 12px;
  }

  textarea {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 12px;
    resize: vertical;
  }

  .sub-button {
    background-color: #36A1C9;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    width: fit-content;
    cursor: pointer;
  }

  .sub-button:hover {
    background-color: #fff;
    border: 1px solid #36A1C9;
  }

  /* Responsive adjustments */
  @media (max-width: 992px) {
    .contact-container {
      flex-direction: column;
      align-items: stretch;
    }

    .form-row {
      flex-direction: column;
    }

    .contact-form h2 {
      font-size: 36px;
    }
  }
  /*contact end*/

  /*faq page*/

  .faq-heading {
    font-size: 42px;
    font-weight: 800;
    font-family: 'Commissioner', sans-serif;
  }

  /* Question button */
  .accordion-button {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Commissioner', sans-serif;
    background-color: white !important;
    color: black;
    border: 1px solid #dedbdb;
    border-radius: 5px;
    margin-bottom: 0;
  }

  /* Remove shadow & border */
  .accordion-button:focus {
    box-shadow: none;
  }
.accordion-header{
    border:none
}
  .accordion-item {
    border: none;
    margin-bottom: 16px;
    overflow: hidden;
  }

  /* Answer box */
  .faq-answer {
    background-color: #37a5ce;
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Commissioner', sans-serif;
    padding: 16px 24px;
    border-radius: 10px;
    margin-top: 8px;
  }


  /*faq ended*/
/*package guidelines */
.packaging-guidelines h5 {
    font-family: 'Commissioner', sans-serif;
    font-size: 20px;
  }

  .packaging-guidelines p {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    line-height: 1.6;
  }

  @media (max-width: 767.98px) {
    .packaging-guidelines .row {
      text-align: center;
    }

    .packaging-guidelines h5 {
      font-size: 18px;
    }

    .packaging-guidelines p {
      font-size: 15px;
    }
  }

  /*guidelines end*/
/*how it works page */
.guest-timeline {
    padding: 60px 20px;
    background: #fff;
  }

  .timeline-title{
    font-family: 'Commissioner';
    font-size: 36px;
    font-weight: 600;

  }

  .timeline-line-hiw {
    position: absolute;
    top: 75px;
    bottom: 255px;
    left: 33.3%;
    width: 1.5px;
    background-color: #36A1C9;
    transform: translateX(-50%);
    z-index: 1;
  }
  .square {
    width: 14px;
    height: 14px;
    background-color: #36A1C9;
    display: inline-block;
    z-index: 2;
    position: relative;
  }
  .step-number{
    font-family: 'Commissioner';
    font-weight: 600;
    color: #36A1C9;
    font-size: 18px;
  }
  .step-title{
    font-family: 'Commissioner';
    font-weight: 600;
    font-size: 20px;

  }
  .step-desc{
    font-family: 'Commissioner';
    font-weight: 400;
    font-size: 16px;

  }
  @media (max-width: 991.98px) {
    .timeline-line-hiw {
        position: absolute;
        top: 75px;
        bottom: 255px;
        left: 39.3%;
        width: 1.5px;
        background-color: #36A1C9;
        transform: translateX(-50%);
        z-index: 1;
      }
      .square {
        position: relative !important;
        right:-42px !important;
        width: 14px;
        height: 14px;
        background-color: #36A1C9;
        display: inline-block;
        z-index: 2;
        position: relative;
      }
}
@media (max-width: 767.98px) {
    .timeline-line-hiw {
       display: none;
      }
      .timeline-line {
        display: none;
       }
      .square {
       display: none;
      }
      .dot{
        display: none;
      }
}

/*how it works end */
