
      * {
        font-family: "Inter", sans-serif;
      }
      body {
        overflow-x: hidden;
        scroll-behavior: smooth;
      }
      /* Top header */
      .top-header {
        background: #1e2a3e;
        color: #f8f9fa;
        font-size: 0.85rem;
        padding: 8px 0;
      }
      .top-header a {
        color: #f8f9fa;
        text-decoration: none;
        transition: 0.3s;
        margin-right: 1rem;
      }
      .top-header a:hover {
        color: #ffc107;
      }
      .social-icons a {
        margin-left: 12px;
        font-size: 0.9rem;
      }
      /* Sticky navbar */
      .navbar {
        background: white;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition: all 0.3s;
        padding: 12px 0;
      }
      .navbar-brand {
        font-weight: 700;
        font-size: 1.6rem;
        letter-spacing: -0.5px;
        color: #c49a6c !important;
      }
      .nav-link {
        font-weight: 500;
        color: #2c3e50 !important;
        margin: 0 4px;
        transition: 0.2s;
      }
      .nav-link:hover,
      .nav-link.active {
        color: #c49a6c !important;
      }
      .btn-book {
        background: #c49a6c;
        border: none;
        color: white;
        border-radius: 30px;
        padding: 6px 20px;
        font-weight: 600;
        transition: 0.3s;
      }
      .btn-book:hover {
        background: #a87b4f;
        transform: translateY(-2px);
      }
      /* Hero carousel overlay */
      .carousel-item {
        height: 90vh;
        min-height: 500px;
        background-size: cover;
        background-position: center;
        position: relative;
      }
      .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.55);
      }
      .carousel-caption {
        bottom: 30%;
        z-index: 2;
        text-align: center;
      }
      .carousel-caption h1 {
        font-size: 3.2rem;
        font-weight: 700;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
      }
      .carousel-caption p {
        font-size: 1.3rem;
      }
      .btn-cta {
        background: #c49a6c;
        border: none;
        padding: 12px 32px;
        border-radius: 40px;
        font-weight: 600;
        transition: 0.3s;
      }
      .btn-cta:hover {
        background: #a87b4f;
        transform: scale(1.02);
      }
      /* sections */
      section {
        padding: 80px 0;
      }
      .section-title {
        text-align: center;
        margin-bottom: 50px;
        font-weight: 700;
        position: relative;
        color: #2c3e50;
      }
      .section-title:after {
        content: "";
        display: block;
        width: 70px;
        height: 3px;
        background: #c49a6c;
        margin: 12px auto 0;
        border-radius: 5px;
      }
      /* service cards */
      .service-card {
        background: #fff;
        border-radius: 20px;
        padding: 30px 20px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        height: 100%;
        border: 1px solid #f0ede8;
      }
      .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
      }
      .service-card i {
        font-size: 2.8rem;
        color: #c49a6c;
        margin-bottom: 20px;
      }
      /* gallery hover zoom */
      .gallery-img {
        overflow: hidden;
        border-radius: 16px;
        cursor: pointer;
      }
      .gallery-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: transform 0.4s ease;
        border-radius: 16px;
      }
      .gallery-img:hover img {
        transform: scale(1.05);
      }
      /* why choose us */
      .reason-item {
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        gap: 15px;
      }
      .reason-item i {
        font-size: 1.8rem;
        color: #c49a6c;
        width: 45px;
      }
      /* process steps */
      .process-step {
        text-align: center;
        padding: 15px;
      }
      .process-icon {
        background: #f8f3ed;
        width: 85px;
        height: 85px;
        line-height: 85px;
        border-radius: 50%;
        margin: 0 auto 20px;
        font-size: 2.2rem;
        color: #c49a6c;
        transition: 0.3s;
      }
      .process-step:hover .process-icon {
        background: #c49a6c;
        color: white;
      }
      /* testimonials carousel - single card elegant style */
      .testimonial-single {
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        border-radius: 32px;
        padding: 40px 35px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
        border: 1px solid rgba(196, 154, 108, 0.15);
      }
      .testimonial-single .quote-icon {
        font-size: 3rem;
        color: #c49a6c;
        opacity: 0.5;
        margin-bottom: 15px;
      }
      .testimonial-single .review-text {
        font-size: 1.2rem;
        line-height: 1.6;
        color: #2c3e50;
        font-style: italic;
        margin-bottom: 25px;
      }
      .testimonial-single .rating i {
        color: #ffb82e;
        margin: 0 2px;
        font-size: 1rem;
      }
      .testimonial-single .customer-name {
        font-weight: 700;
        font-size: 1.1rem;
        color: #c49a6c;
        margin-top: 15px;
      }
      .testimonial-single .customer-title {
        font-size: 0.85rem;
        color: #7f8c8d;
      }
      #testimonialCarousel .carousel-control-prev,
      #testimonialCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
        background: #c49a6c;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.8;
      }
      #testimonialCarousel .carousel-control-prev {
        left: -20px;
      }
      #testimonialCarousel .carousel-control-next {
        right: -20px;
      }
      @media (max-width: 768px) {
        #testimonialCarousel .carousel-control-prev {
          left: -10px;
          width: 35px;
          height: 35px;
        }
        #testimonialCarousel .carousel-control-next {
          right: -10px;
          width: 35px;
          height: 35px;
        }
        .testimonial-single {
          padding: 30px 20px;
        }
        .testimonial-single .review-text {
          font-size: 1rem;
        }
      }
      /* contact section */
      .contact-info {
        background: #f8f9fa;
        padding: 30px;
        border-radius: 20px;
        height: 100%;
      }
      .contact-form {
        background: white;
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
      }
      .btn-submit {
        background: #c49a6c;
        border: none;
        padding: 12px;
        font-weight: 600;
        border-radius: 40px;
      }
      .btn:hover {
    color: #f5f1f1;
    background-color: #000;
    border-color: var(--bs-btn-hover-border-color);
}
      /* CTA banner */
      .cta-banner {
        background: linear-gradient(135deg, #1e2a3e, #2c3e50);
        color: white;
        padding: 60px 0;
        text-align: center;
      }
      /* footer */
      footer {
        background: #111c2a;
        color: #ddd;
        padding: 50px 0 20px;
      }
      footer a {
        color: #c49a6c;
        text-decoration: none;
      }
      footer a:hover {
        text-decoration: underline;
      }
      .footer-social a {
        font-size: 1.2rem;
        margin-right: 15px;
        color: #ccc;
      }
      .footer-social a:hover {
        color: #c49a6c;
      }
      @media (max-width: 768px) {
        .carousel-caption h1 {
          font-size: 2rem;
        }
        .carousel-caption p {
          font-size: 1rem;
        }
        section {
          padding: 50px 0;
        }
      }