
  body{
    background: #f8f7f6;
  }

    /* Topbar */
    .wrap {
      overflow: hidden;
      background-color: #f8f7f6;
    }

    a {
      text-decoration: none;
    }

    .topbar {
      background: #111;
      color: #fff;
      font-size: 14px;
      padding: 8px 0;
    }

    .topbar a {
      color: #fff;
      text-decoration: none;
      margin: 0 8px;
    }

    .topbar i {
      color: #fff;
      margin-right: 5px;
      font-size: 16px;
    }

    /* Navbar */
    .navbar {
      background: #f8f7f6;
      padding: 15px 0;
    }

    .navbar-nav .nav-link {
      color: #111;
      margin: 0 10px;
      font-weight: 500;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #d4a46a;
    }

    /* Phone button */
    .phone-circle {
      background: #d4a46a;
      border-radius: 50%;
      padding: 10px;
      color: #fff;
      margin-right: 10px;
    }

    /* Quote button */
    .quote-btn {
      background: #d4a46a;
      color: #fff;
      border-radius: 30px;
      padding: 8px 20px;
      border: none;
      font-weight: 500;
      transition: 0.3s;
    }

    .quote-btn:hover {
      background: #b8874f;
      color: #fff;
    }

    /* Banner Section */
    /* Banner Section */
    .carousel-item {
      height: 100vh;
      min-height: 500px;
      background-size: cover;
      background-position: center;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      /* important for overlay */
    }

    /* Overlay */
    .carousel-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.55);
      /* black overlay with opacity */
      z-index: 1;
      border-radius: 20px;
    }

    /* Ensure caption stays above overlay */
    .carousel-caption {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      text-align: left;
      max-width: 600px;
      z-index: 2;
      /* higher than overlay */
    }

    .carousel-caption {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      text-align: left;
      max-width: 600px;
    }

    .carousel-caption h1 {
      font-size: 3rem;
      font-weight: 700;
      color: #fff;
    }

    .carousel-caption p {
      font-size: 1.1rem;
      color: #f0f0f0;
      margin: 15px 0 25px;
    }

    .btn-look {
      background: #d4a46a;
      color: #111;
      border-radius: 30px;
      padding: 10px 20px;
      font-weight: 500;
      border: none;
      display: inline-flex;
      align-items: center;
      transition: 0.3s;
    }

    .btn-look i {
      margin-right: 8px;
    }

    .btn-look:hover {
      background: #b8874f;
      color: #fff;
    }

    /* Custom Dots */
    .carousel-indicators [data-bs-target] {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #d4a46a;
    }

    .carousel-indicators .active {
      background-color: #111;
    }

    .feature-card {
      background: #fff;
      border-radius: 16px;
      padding: 30px 20px;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    }

    .feature-icon {
      background: #f4f4f4;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
    }

    .feature-icon i {
      font-size: 28px;
      color: #d4a46a;
    }

    .feature-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 8px;
    }

    .divider {
      width: 60%;
      height: 1px;
      background: #ddd;
      margin: 10px auto;
    }

    .feature-text {
      font-size: 0.95rem;
      color: #555;
    }

    .main-img {
      border-radius: 16px;
      width: 100%;
      object-fit: cover;
    }

    .badge-btn {
      background: #fff;
      border: none;
      border-radius: 25px;
      padding: 6px 16px;
      margin-right: 8px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .badge-btn.active {
      background: #d4a46a;
      color: #fff;
    }

    .content-box {
      margin-top: 20px;
    }

    .content-img {
      border-radius: 12px;
      width: 100%;
      max-width: 220px;
      height: 191px;
    }

    .check-list li {
      list-style: none;
      margin-bottom: 8px;
      position: relative;
      padding-left: 24px;
    }

    .check-list li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #d4a46a;
    }

    .chat {
      padding: 14px 28px;
      background-color: #C69A59;
      color: #fff;
      justify-content: center;
      text-align: center;
      border: 1px solid #C69A59;
      border-radius: 2.5em;
      font-weight: 18px;
      text-transform: capitalize;
    }

    .container-1 {
      background-color: #1a1a1a;
      border-radius: 15px;
      padding: 30px;
      margin-top: 20px;
    }

    .section-title {
      margin-bottom: 30px;
    }

    .card {
      background-color: #fff;
      border: none;
      border-radius: 10px;
      color: #000;
      text-align: center;
      padding: 20px;
      margin: 10px;
      height: 100%;
    }

    .card-img-top {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
    }

    .card-title {
      font-size: 1.2rem;
      font-weight: bold;
    }

    .card-text {
      font-size: 0.9rem;
    }

    .btn-see-all {
      background-color: #d4a373;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 20px;
      display: block;
      margin: 20px auto;
    }

    .btn-see-all:hover {
      background-color: #b88a5d;
    }

    @media (max-width: 768px) {
      .card {
        margin: 10px 0;
      }
    }

    .top {
      position: relative;
      background-image: url("image/Home-2-popup-bg-scaled.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      transition: background 0.3s, border-radius .3s, opacity 3s;
    }

    /* Add overlay */

    .gallery-title {
      font-size: 36px;
      color: #000;
      text-align: center;
      font-weight: 500;
      margin-bottom: 30px;
    }

    /* .gallery-title:after {
    content: "";
    position: absolute;
    width: 22.5%;
    left: 38.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
} */
    .filter-button {
      font-size: 18px;
      border: 1px solid #d4a373;
      border-radius: 5px;
      text-align: center;
      color: #000;
      margin-bottom: 30px;

    }

    .filter-button:hover {
      font-size: 18px;
      border: 1px solid #d4a373;
      border-radius: 5px;
      text-align: center;
      color: #ffffff;
      background-color: #d4a373;

    }

    .btn-default:active .filter-button:active {
      background-color: #d4a373;
      color: white;
    }

    .port-image {
      width: 100%;
    }

    .gallery_product {
      margin-bottom: 30px;
    }

    .gallery_product img {
      box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      width: 100%;
      height: 360px;
    }

    .pricing-section {
      padding: 80px 0;
    }

    .section-title {
      font-weight: 700;
      font-size: 2.2rem;
      line-height: 1.3;
      margin-bottom: 20px;
    }

    .toggle-switch {
      display: flex;
      align-items: center;
      gap: 15px;
      margin: 20px 0;
    }

    .toggle-switch .form-check-input {
      width: 50px;
      height: 25px;
      background-color: #d6d6d6;
      border-radius: 20px;
      cursor: pointer;
    }

    .pricing-card {
      border-radius: 15px;
      background: #fff;
      padding: 30px;
      margin-bottom: 30px;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    }

    .pricing-card.dark {
      background: url('https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?auto=format&fit=crop&w=800&q=80') no-repeat center/cover;
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .pricing-card.dark::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
    }

    .pricing-card.dark * {
      position: relative;
      z-index: 2;
    }

    .pricing-card h4 {
      font-weight: 600;
    }

    .pricing-card ul {
      list-style: none;
      padding: 0;
      margin: 15px 0;
    }

    .pricing-card ul li {
      margin-bottom: 8px;
      font-size: 0.95rem;
      position: relative;
      padding-left: 15px;
    }

    .pricing-card ul li::before {
      content: "•";
      color: #d4a05a;
      position: absolute;
      left: 0;
    }

    .price {
      font-weight: 700;
      font-size: 1.5rem;
      margin-top: 10px;
    }

    .price span {
      font-size: 1rem;
      color: #555;
    }

    .btn-package {
      background: #d4a05a;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      border-radius: 25px;
      padding: 10px 25px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }

    .btn-package:hover {
      background: #b88343;
      color: #fff;
    }

    footer {
      background: #0d0d0d;
      color: #fff;
      border-radius: 20px;
      padding: 60px 30px 20px;
    }

    footer h2 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .newsletter input {
      border-radius: 30px 0 0 30px;
      border: none;
      padding: 12px 15px;
      width: 100%;
    }

    .newsletter button {
      border-radius: 0 30px 30px 0;
      background: #d99151;
      color: #fff;
      border: none;
      padding: 12px 25px;
      transition: 0.3s;
    }

    .newsletter button:hover {
      background: #b87435;
    }

    .footer-links h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
    }

    .footer-links ul li {
      margin-bottom: 8px;
    }

    .footer-links ul li a {
      color: #ddd;
      text-decoration: none;
      transition: 0.3s;
    }

    .footer-links ul li a:hover {
      color: #fff;
    }

    .social-icons a {
      color: #fff;
      margin-right: 15px;
      font-size: 18px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #d99151;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 30px;
      padding-top: 15px;
      text-align: center;
      font-size: 14px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .newsletter input {
        border-radius: 30px;
        margin-bottom: 10px;
      }

      .newsletter button {
        border-radius: 30px;
        width: 100%;
      }
    }



    /* Header Section */
    .contact-header {
      background: url("image/Bread-Crump.jpg") no-repeat center center/cover;
      border-radius: 25px;
      padding: 100px 20px;
      text-align: center;
      color: #fff;
      position: relative;
    }
    .contact-header h1 {
      font-size: 48px;
      font-weight: 700;
    }
    .contact-header p {
      margin-top: 10px;
      font-size: 18px;
    }

    /* Contact Info Cards */
    .contact-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
      padding: 30px 20px;
      text-align: center;
      height: 100%;
      transition: all 0.3s ease-in-out;
    }
    .contact-card:hover {
      transform: translateY(-8px);
      box-shadow: 0px 8px 25px rgba(0,0,0,0.1);
    }
    .contact-card i {
      font-size: 40px;
      color: #d99151;
      margin-bottom: 15px;
    }
    .contact-card h5 {
      font-weight: 700;
      margin-bottom: 8px;
    }
    .contact-card p {
      font-size: 14px;
      color: #555;
      margin-bottom: 0;
    }
    .contact-card .highlight {
      color: #d99151;
      font-weight: 600;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-header h1 {
        font-size: 32px;
      }
    }

    /* Left text */
    .support-left h6 {
      color: #d99151;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
    }
    .support-left h2 {
      font-size: 40px;
      font-weight: 700;
      margin: 15px 0;
    }
    .support-left p {
      font-size: 16px;
      color: #555;
    }

    /* Form box */
    .support-form {
      background: #fff;
      border-radius: 25px;
      padding: 40px;
      box-shadow: 0 5px 30px rgba(0,0,0,0.05);
    }
    .support-form h3 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    /* Input fields */
    .form-control, .form-select {
      border-radius: 50px;
      padding: 12px 20px;
      border: 1px solid #e0e0e0;
      font-size: 15px;
    }
    textarea.form-control {
      border-radius: 20px;
      min-height: 120px;
    }

    /* Submit button */
    .btn-submit {
      background: #d99151;
      color: #fff;
      border-radius: 50px;
      padding: 12px 30px;
      font-weight: 600;
      border: none;
      transition: all 0.3s ease;
    }
    .btn-submit:hover {
      background: #b8733f;
    }

    /* Responsive */
    @media(max-width: 991px) {
      .support-left {
        text-align: center;
      }
      .support-left img {
        margin-top: 20px;
      }
    }

    /* about us */

    /* Background */
    .hero {
      background: url("image/about-bg.jpg") no-repeat center center;
      background-size: cover;
      min-height: 100vh;
      display: flex;
      align-items: center;
    }

    /* Card */
    .hero-card {
      background: #fff;
      border-radius: 25px;
      padding: 50px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.1);
      max-width: 650px;
    }

    .hero-card h6 {
      color: #d99151;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 15px;
      display: inline-block;
      background: #f9f6f2;
      padding: 5px 15px;
      border-radius: 20px;
    }

    .hero-card h2 {
      font-weight: 700;
      font-size: 36px;
      margin-bottom: 20px;
    }

    .hero-card p {
      color: #555555;
      font-size: 16px;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    /* Bullet list */
    .features {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0;
    }
    .features li {
      font-size: 16px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
    }
    .features li::before {
      content: "✔";
      color: #d99151;
      font-weight: bold;
      margin-right: 10px;
    }

    /* Button */
    .btn-custom {
      background: #d99151;
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      font-weight: 600;
      border: none;
      display: inline-flex;
      align-items: center;
      transition: all 0.3s ease;
      text-decoration: none;
    }
    .btn-custom:hover {
      background: #b8733f;
      color: #fff;
    }
    .btn-custom i {
      margin-right: 8px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .hero {
        justify-content: center;
        padding: 20px;
      }
      .hero-card {
        padding: 30px;
      }
      .hero-card h2 {
        font-size: 28px;
      }
    }
    /* Section */
    .choose-section {
      padding: 80px 0;
    }

    /* Images */
    .choose-img {
      border-radius: 20px;
      overflow: hidden;
    }
    .choose-img img {
      width: 100%;
      height: auto;
      border-radius: 20px;
      display: block;
    }

    /* Text Content */
    .choose-text h6 {
      color: #d99151;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 15px;
      display: inline-block;
      background: #f9f6f2;
      padding: 5px 15px;
      border-radius: 20px;
    }

    .choose-text h2 {
      font-weight: 700;
      font-size: 36px;
      margin-bottom: 20px;
    }

    .choose-text p {
      color: #555;
      font-size: 16px;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    /* Button */
    .btn-custom {
      background: #d99151;
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      font-weight: 600;
      border: none;
      display: inline-flex;
      align-items: center;
      transition: all 0.3s ease;
      text-decoration: none;
    }
    .btn-custom:hover {
      background: #b8733f;
      color: #fff;
    }
    .btn-custom i {
      margin-right: 8px;
    }

    /* Stats */
    .stats {
      margin-top: 50px;
    }
    .stats .col-md-3 {
      text-align: center;
      padding: 20px 10px;
      border-right: 1px solid #ddd;
    }
    .stats .col-md-3:last-child {
      border-right: none;
    }
    .stats h3 {
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 10px;
    }
    .stats p {
      margin: 0;
      color: #444;
      font-size: 14px;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .choose-text {
        margin: 30px 0;
        text-align: center;
      }
      .stats .col-md-3 {
        border-right: none;
        border-bottom: 1px solid #ddd;
      }
      .stats .col-md-3:last-child {
        border-bottom: none;
      }
    }

    /* faq */

    .faq-section {
            padding: 50px 0;
            background-color: #f9f9f9;
            font-family: Arial, sans-serif;
        }
        .faq-section h2 {
            color: #333;
            font-size: 2rem;
            margin-bottom: 30px;
            text-align: center;
        }
        .faq-item {
            background-color: #fff;
            border-radius: 10px;
            margin-bottom: 10px;
            padding: 15px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        .faq-item.active {
            background-color: #d4a373;
            color: #fff;
        }
        .faq-item.active .accordion-button {
            color: #fff;
            background-color: #d4a373;
        }
        .faq-item .accordion-button {
            font-size: 1rem;
            color: #333;
            padding: 10px;
            background-color: #fff;
            border: none;
            text-align: left;
        }
        .faq-item .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }
        .faq-item .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }
        .faq-item .accordion-body {
            padding: 10px 15px;
            font-size: 0.9rem;
            color: #666;
        }
        @media (max-width: 768px) {
            .faq-section h2 {
                font-size: 1.5rem;
            }
            .faq-item .accordion-button {
                font-size: 0.9rem;
            }
        }

        .section-title {
      text-align: center;
      margin-bottom: 2rem;
    }

    .section-title span {
      font-size: 0.8rem;
      text-transform: uppercase;
      color: #c6a86d;
      font-weight: 600;
      letter-spacing: 1px;
      margin-right: 5px;
    }

    .service-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: left;
      transition: all 0.3s ease;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
      height: 100%;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    }

    .service-icon {
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 6px rgba(0,0,0,0.08);
      margin-bottom: 15px;
    }

    .service-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .service-card p {
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 20px;
    }

    .service-link {
      font-size: 0.9rem;
      font-weight: 500;
      color: #000;
      text-decoration: none;
    }

    .service-link i {
      margin-left: 6px;
      background: #000;
      color: #fff;
      font-size: 12px;
      padding: 5px;
      border-radius: 50%;
    }

    .section-titles {
      text-align: center;
      margin-bottom: 2rem;
    }

    .section-titles span {
      font-size: 0.8rem;
      text-transform: uppercase;
      color: #c6a86d;
      font-weight: 600;
      letter-spacing: 1px;
      margin-right: 5px;
    }

    .project-card {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .project-card img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      display: block;
      transition: transform 0.4s ease;
    }

    .project-card:hover img {
      transform: scale(1.05);
    }

    .project-badge {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #c6a86d;
      color: #fff;
      font-size: 0.8rem;
      font-weight: 500;
      padding: 4px 10px;
      border-radius: 6px;
    }

    .project-info {
      margin-top: 12px;
    }

    .project-info h6 {
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 5px;
    }

    .project-info span {
      font-size: 0.85rem;
      color: #555;
    }

     .blog-section {
      padding: 60px 0;
      text-align: center;
    }

    .blog-section h2 {
      font-weight: 600;
      margin-bottom: 40px;
    }

    .blog-card {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s;
    }

    .blog-card:hover {
      transform: translateY(-8px);
    }

    .blog-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .badge-category {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #f3f2ef;
      color: #333;
      font-size: 0.8rem;
      padding: 5px 12px;
      border-radius: 20px;
      font-weight: 500;
    }

    .blog-body {
      padding: 20px;
      text-align: left;
    }

    .blog-meta {
      font-size: 0.9rem;
      color: #888;
      margin-bottom: 10px;
    }

    .blog-meta i {
      margin-right: 5px;
      color: #c79248;
    }

    .blog-title {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 15px;
      color: #222;
    }

    .view-blog {
      font-size: 0.9rem;
      font-weight: 500;
      text-decoration: none;
      color: #000;
      display: inline-flex;
      align-items: center;
    }

    .view-blog i {
      margin-left: 8px;
      font-size: 0.8rem;
    }

    .pagination-custom {
      margin-top: 40px;
    }

    .pagination-custom .page-link {
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 5px;
      color: #333;
    }

    .pagination-custom .active .page-link {
      background-color: #c79248;
      border-color: #c79248;
      color: #fff;
    }