        /* Be Vietnam Font */

        @import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700&display=swap");

        /* Utilities */

        .be-vietnam-pro-light {
            font-family: "Be Vietnam Pro", serif;
            font-weight: 300;
            font-style: normal;
        }


        .be-vietnam-pro-regular {
            font-family: "Be Vietnam Pro", serif ;
            font-weight: 400;
            font-style: normal;
            
        }
        .be-vietnam-pro-regular {
        font-size: 15px !important;
        color:#4D4D4D !important;
      }
      .nav-link, .navbar-nav li ul li a{
        font-size:14px !important;
      }
      .contact_desc,.headerBtn_green{
        color: white !important;
      }
      .text-light{
        color: white !important;
      }
        .be-vietnam-pro-medium {
            font-family: "Be Vietnam Pro", serif;
            font-weight: 500;
            font-style: normal;
        }

        .be-vietnam-pro-semibold {
            font-family: "Be Vietnam Pro", serif;
            font-weight: 600;
            font-style: normal;
        }

        .be-vietnam-pro-bold {
            font-family: "Be Vietnam Pro", serif;
            font-weight: 700;
            font-style: normal;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html,
        body {
            font-family: "Be Vietnam Pro", serif !important;
            height: 100%;
            width: 100%;
        }

        body {
            font-family: "Be Vietnam Pro", serif !important;
            font-style: normal;
            font-size: 15px;
            color: #000000;
            margin: 0;
            padding: 0;
        }

        .text-justify,p,h1,h2,h3,h4,h5,h6 {
                text-align: left !important;
            }
        
        h1 {
            font-weight: bold;
            font-size: 45px;
        }

        h2 {
            font-weight: bold;
            font-size: 40px;
        }

        h3 {
            font-weight: bold;
            font-size: 35px;
        }

        h4 {
            font-weight: bold;
            line-height: 28px;
        }

        .fw-400 {
            font-weight: 400;
        }

        .fw-600 {
            font-weight: 600;
        }

        .fw-700 {
            font-weight: 700;
        }

        .fw-800 {
            font-weight: 800;
        }

        .fs-24 {
            font-size: 24px;
        }

        .fs-20 {
            font-size: 20px;
        }

        .text_green {
            color: #36b864;
        }

        .bg_green {
            background-color: #36b864;
            border: 1px solid #36b864;
        }

        .dark_text {
            color: #1e1e1e;
        }

        .text_offWhite {
            color: #f7f7f7;
        }

        p {
            margin: 0;
        }

        a {
            text-decoration: none;
        }

        .gap-6 {
            gap: 4rem;
        }

        h1, h2, h3, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6 {
            color: #000000;
        }
        

        .services_heading h3{
            font-size: 44px;
        }

        .services_heading p {
            font-size: 15px !important;
            color: #666666 !important;
            line-height: 30px;
        }
        .services_heading a {
            text-decoration: underline #36B864 1px solid !important;
            font-weight: bold !important;
        }

        .services-heading h2 {
            font-size: 44px;
            font-weight: 500;
        }

        .services-heading p {
            font-size: 15px !important;
            color: #666666 !important;
            line-height: 30px;
            font-weight: 400 !important;
        }
        .services-heading a {
            text-decoration: underline #36B864 1px solid !important;
            font-weight: bold !important;
        }
        .black_layer h2,.black_layer p {
            text-align: center !important;
        }

        .text-justify {
            text-align: justify;
        }

        .text-underline {
            text-decoration: underline;
        }

        .form-control:focus {
            box-shadow: none;
        }

        ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .booking_btn {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 7px 20px;
            border-radius: 6px;
            background: #36b864;
            color: #fff;
            font-weight: 600;
            font-size: 15px;
            border: 2px solid #36b864;
        }

        .booking_btn:hover {
            background-color: #ffffff;
            color: #000000;
            border: 1px solid #666666;
        }

        .form-select:focus {
            box-shadow: none;
        }

        /* Remove number input arrows */
        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        input[type="number"] {
            -moz-appearance: textfield;
            /* For Firefox */
        }

        /* End Utilities */

        .get_quote p {
            width: 70%;
        }

        .fs-24 {
            font-size: 24px;
        }

        .round-icon {
            right: 50px;
            padding: 13px;
            z-index: 9;
            margin-bottom: -110px;
            margin-left: -100px !important;
            width: 88px;
            height: 88px;
            border-radius: 100px;
            font-size: 50px;
            border: 4px solid #ffffff !important;
        }

        .services_banner {
            background-image: url("chandelier-cleaning-services/images/services-banner.png");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 80px 0;
            height: 100%;
        }

        .contact-section {
            display: flex;
            flex-wrap: wrap;
            height: 820px;
        }

        .contact-info {
            background: url("../chandelier-cleaning-services/images/contact-us.webp") no-repeat center/cover;
            color: white;
            flex: 1;
            padding: 0 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .contact-form {
            background: #c7ffdb;
            flex: 1;
            padding: 0 200px 100px 0;
            display: flex;
            width: 60%;
            flex-direction: column;
            justify-content: center;
        }

        .contact-info h2 {
            font-size: 45px;
            font-weight: bold;
        }

        .contact-info p , .contact-form p strong{
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 20px;
            color: #ffffff !important;
        }

        .contact-form input,
        .contact-form textarea {
            margin: 15px;
            width: 100%;
            padding: 16px;
            border-radius: 100px;
            border: none;
            color: #BDBDBD;
        }
        .contact-form input::placeholder,
        .contact-form textarea::placeholder {
            color: #BDBDBD;
            font-size: 20px;
        }
        .contact-form textarea {
            border-radius: 30px !important;
        }

        .contact-form button {
            background: #36b864;
            padding: 10px 20px;
            border: none;
            border-radius: 6px;
        }

        .appointment-label {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            background-image: url("../chandelier-cleaning-services/images/context-head.webp");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            color: #2f4672;
            padding: 22px;
            text-align: center;
        }

        .appointment-label span {
            position: relative;
            top: 24%;
            left: 10px;
            font-size: 30px;
            writing-mode: vertical-rl;
            transform: rotate(180deg);
        }

        .contact_desc {
            width: 80%;
            font-size: 24px !important;
        }

        .contact_details i {
            width: 50px;
            height: 50px;
            background-color: #36b864;
            border-radius: 100px;
            padding: 15px;
            font-size: 20px;
            text-align: center;
        }

        .overly-right {
            left: inherit !important;
            right: -100px !important;
            box-shadow: -4px -4px 0px 2px rgb(255 255 255) !important;
        }

        


        .feature-box {
            display: flex;
            align-items: center;
            background: #f5f4f4;
            border-radius: 4px;
            margin-bottom: 10px;
            font-size: 15px;
            font-weight: 600;
        }

        .feature-box i {
            color: #36b864;
            margin-right: 8px;
            margin-left: 8px;
        }

        .about_btn {
            padding: 10px 20px;
            display: inline-block;
            border-radius: 6px;
        }

        .bg_green {
            background-color: #36b864;
            border: 1px solid #36b864;
        }

        .about_btn:hover {
            background-color: transparent !important;
            border: 1px solid #36b864;
            color: #36b864 !important;
        }

        .bg_green {
            background-color: #36b864;
            border: 1px solid #36b864;
        }

        .black_layer {
            background: #111d15;
            border-radius: 16px;
        }
        .qoute-btn {
            color:#36b864 !important;
            background-color: white !important;
            font-weight: 400 !important;
            font-size: 16px !important;
            border: none !important;
        }
        .section_desc {
            width: 38%;
            margin: 20px auto;
        }

        .overly-right {
            left: inherit !important;
            right: -100px !important;
            box-shadow: -4px -4px 0px 2px rgb(255 255 255) !important;
        }

        .service_main {
            
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 44px;
            position: relative;
            border-radius: 40px;
        }

        .service_main:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            background-color: rgba(33, 120, 60, 0.9);
            border-radius: 40px;
        }

        .service_main_content {
            position: relative;
            z-index: 2;
        }

        .service_main_content p {
            font-size: 15px;
        }

        .service_main_content img {
            min-height: 52px;
        }

        .achievement_content p {
            width: 70%;
            margin: 0 auto;
        }

        .about_btn {
            padding: 10px 20px;
            display: inline-block;
            border-radius: 6px;
        }

        .about_btn:hover {
            background-color: transparent !important;
            border: 1px solid #36b864;
            color: #36b864 !important;
        }

        .service_method .col-4:nth-child(2) .service_method_card span {
            top: 20px;
        }

        .get_quote {
            position: relative;
            z-index: 9;
        }

        .service_method_card img {
            width: 210px;
            height: 210px;
            border-radius: 100px;
            object-fit: cover;
            /* box-shadow: 0px 0px 20px 0px rgb(178 178 178); */
        }

        .service_method_card span {
            position: absolute;
            bottom: 20px;
            right: -4px;
            width: 48px;
            height: 48px;
            border-radius: 100px;
        }

                
        .book-now-button {
            background-color:#36b864;
            color: white;
            border: none;
            height: 48px;
            width: 157px;
            font-size: 15px;
            font-weight: 500;
            border-radius: 4px;
            cursor: pointer;
            width: 30%;
            display:inline;
        }

        .view-services{
            background-color:white;
            width:226px;
            font-size: 15px;
            font-weight: 500;
            margin:0 5%;
            border:1px solid black;
            cursor:pointer;
            border-radius:4px;
            display:inline; 

        }
        
        .booking-form {
            padding: 38px 32px;
            border-radius: 24px;
            box-shadow: 0px 4px 37px 0px #00000026;
        }
        .ctm-input {
            border: 2px solid #D3D8DD;

        }
        .ctm-input option , .ctm-input::placeholder, .ctm-input input , .ctm-input:focus ,.ctm-input:placeholder-shown , .ctm-input{
            color:#88939D !important;
            font-size: 15px !important;
        }
        

        .form-select,
        .form-control {
            border-radius: 8px;
            padding: 10px;
        }
        .custom_gutter {
            --bs-gutter-y: 2rem;
        }
        .hero_section {
          position: relative;
          background-image: 
            linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), 
            url('chandelier-cleaning-services/images/services-banner.png');
          background-size: cover;
          background-position: center;
          min-height: 600px;
          padding: 50px 0;
          color: #fff;
        }


      .custom-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
      }

      .hero_content {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
        width: 100%;
        position: relative;
        z-index: 2;
      }

      .hero_text {
        flex: 1;
        min-width: 300px;
        color: #fff;
        padding: 30px;
       
      }

      .hero_title {
        font-size: 4rem;
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 1.2;
        color: white;
      }

      .star_rating {
        color: #f5c518;
        margin-bottom: 15px;
      }

      .benefits_list {
        list-style: none;
        margin-bottom: 30px;
        color: white;
        font-size: 15px;
      }

      .benefits_list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
      }

      .benefits_list li::before {
        content: '\f00c';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color:white;
        position: absolute;
        left: 0;
        top: 2px;
      }

      .request_quote_btn {
        display: inline-block;
        background-color:rgba(47, 179, 78, 0.97);
        color: #fff;
        padding: 12px 24px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 15px;
        font-weight: bold;
        transition: background-color 0.3s;
        text-transform: uppercase;
      }

      .request_quote_btn:hover {
        color: #fff;
        /* background-color:rgb(143, 193, 247); */
      }

      .book_services_card {
        flex: 1;
        min-width: 300px;
        background-color: rgba(54, 184, 100, 100);
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        /* border: 2px solid ; */
      }

      .form_content {
        display: flex;
        flex-direction: column;
        gap: 15px;
      }

      .form_row {
        display: flex;
        gap: 15px;
      }

      .form_row input {
        flex: 1;
        padding: 12px;
        border: 2px solid #ddd;
        border-radius: 10px;
        font-size: 1.5rem;
        outline: none;
        height: 50px;
        background-color: white;
        color: black;
      }

      .form_row input::placeholder {
        color: black;
        opacity: 0.8;
      }

      .form_content textarea {
        width: 100%;
        padding: 12px;
        border: 2px solid #ddd;
        border-radius: 10px;
        font-size: 1.5rem;
        outline: none;
        resize: vertical;
        min-height: 80px;
        background-color: white;
        color: black;
      }

      .form_content textarea::placeholder {
        color: black;
        opacity: 0.8;
      }

      .form_content input[type="submit"] {
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 5px;
        font-size: 1.5rem;
        font-weight: bold;
        cursor: pointer;
        background-color: #12153a;
        color: #fff;
        transition: background-color 0.3s;
        text-transform: uppercase;
      }

      .form_content input[type="submit"]:hover {
        background-color: #0056b3;
      }

      .service_badge {
        position: absolute;
        bottom: -4.5rem;
        right: -5rem;
        z-index: 2;
        text-align: right;
      }

      .service_badge img {
        max-width: 100px;
        display: block;
        margin-bottom: 10px;
      }

      .service_badge span {
        background-color: #28a745;
        color: #fff;
        padding: 8px 16px;
        border-radius: 5px;
        font-size: 15px;
      }
      .faq-item{
        background-color: rgba(54, 184, 100, 100);
      }


      @media (max-width: 992px) {
        .hero_content {
          flex-direction: column;
          gap: 30px;
        }

        .hero_text {
          text-align: center;
        }

        .book_services_card {
          width: 100%;
          max-width: 500px;
          margin: 0 auto;
        }

        .hero_title {
          font-size: 2rem;
        }

        .benefits_list {
          font-size: 15px;
        }

        .service_badge {
          right: 10px;
          display:flex;
          align-items: center;
        }

        .service_badge img {
          max-width: 80px;
        }
      }

      @media (max-width: 576px) {
        .hero_section {
          min-height: 700px;
        }

        .booking-form {
            width: auto;
            height: auto;
        }

        .ctm-input {
            width: 100%;
        }

        .main-points {
            width: auto  !important;
            padding: auto !important;
        }
        .service_detail_content{
           padding: 0  2rem !important;
        }

        .service_detail_content p {
            padding: 0 !important;
        }
        .service_details_content {
            margin: 0 10% !important;
        }

        .contact-section {
            height: auto !important;
        }
        .contact-form input, .contact-form textarea {
            margin: 15px 0;
            width: 100% !important;
        }

        .hero_title {
          font-size: 1.8rem;
        }

        .hero_text {
          padding: 20px;
        }

        .book_services_card {
          padding: 20px;
        }

        .form_row {
          flex-direction: column;
          gap: 10px;
        }

        .form_row input {
          width: 100%;
        }

        .form_content textarea {
          min-height: 80px;
        }

        .form_row input,
        .form_content textarea,
        .form_content input[type="submit"] {
          font-size: 0.9rem;
          padding: 10px;
        }
        .main-image-1 {
          width: 97vw !important;
          height: auto;
        }
      }
        .banner-booking-btn {
            width: 100%;
            padding: 12px;
            font-weight: bold;
            border-radius: 6px;
            background-color: #12153a;
            border: 1px solid #12153a;
        }

        .banner-booking-btn:hover {
            border: 1px solid #12153a;
            color: #12153a !important;
            background-color: transparent !important;
        }

        .main-image {
            width: 378px;
            height: 379px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 3px -4px 0px 2px rgb(54 184 100);
        }
        .main-image-2 {
            height:auto;
            width:auto;
            object-fit:cover;
            box-shadow:none;
        }

        .overly-right {
            left: inherit !important;
            right: -100px !important;
            box-shadow: -4px -4px 0px 2px rgb(255 255 255) !important;
        }

        .overlay-image {
            position: absolute;
            left: -100px;
            bottom: -51px;
            width: 231px;
            height: 265px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 3px -4px 0px 2px rgb(255 255 255);
        }

        .get_quote a:hover {
            background-color: #ffffff !important;
            color: #36b864 !important;
            border: 1px solid #36b864 !important;
        }

        .services_icon {
            bottom: 80px;
        }

        .services_booking {
            position: relative;
            top: -55px;
            z-index: 9;
        }

        /* Main Header */

        .emergency_contact,
        .emergency_contact span {
            font-size: 13px;
        }

        .navbar-nav .nav-item .nav-link {
            font-size: 14px;
        }

        .header_btn {
            min-width: 125px;
            padding: 10px 0;
            border-radius: 6px;
            text-transform: inherit;
            font-size: 15px;
        }

        .headerBtn_green:hover {
            background-color: transparent;
            color: #36b864 !important;
            border: 1px solid #36b864;
        }

        /* End Main Header */

        /* Footer */

        .footer_main {
            background-color: #1b1b1a;
            padding: 29px 0 34px;
        }

        .subscribe_section {
            background-color: #282826;
            border-radius: 12px;
            padding: 24px;
            min-height: 293px;
        }

        .newslatter_form {
            position: absolute;
            width: 65%;
            bottom: 25px;
            left: 30px;
        }

        .newslatter_form input,
        .newslatter_form input:focus {
            background-color: transparent;
            border: none;
            color: #ffffff;
            border-bottom: 1px solid #4c4b47;
            border-radius: 0;
            padding: 0px;
            padding-bottom: 10px;
            font-size: 15px;
        }

        .newslatter_form input::placeholder {
            color: #6f6d66;
            opacity: 1;
        }

        .input-group i {
            color: #36b864;
            position: absolute;
            right: -25px;
            top: 0;
        }

        .footer_social_media a:hover {
            border: 1px solid #36b864;
            color: #36b864;
        }

        .push_to_top a {
            width: 88px;
            height: 88px;
            padding: 20px;
            font-size: 24px;
            color: #6f6d66;
            border: 1px solid #ffffff;
            border-radius: 100px;
        }

        .social_media_icons a {
            width: 40px;
            height: 40px;
            /* padding: 20px; */
            font-size: 15px;
            color: #6f6d66;
            border: 1px solid #ffffff;
            border-radius: 100px;
        }

        .footer_right_section::after {
            content: "";
            height: 1px;
            background: #403f3c;
            width: 100%;
            top: 35px;
            position: absolute;
            left: 0;
        }

        .footer_links {
            list-style: disc;
            line-height: 30px;
        }

        .footer_links li a {
            font-size: 14px;
        }

        .footer_links li a:hover {
            color: #36b864 !important;
        }

        .footer_call_btn a {
            font-size: 12px;
        }

        .footer_info:hover {
            color: #36b864 !important;
        }

        /* End Footer */
        .deep-cleaning-container {
                display: flex;
                max-width: 1200px;
                margin: 0 auto;
                padding: 30px;
                font-family: "Be Vietnam Pro", serif ;
                gap: 40px;
            }

.image-column {
    flex: 1;
}

  .image-column img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
  }

  .content-column {
    flex: 1;
  }


  .content-column p {
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
  }

  .services-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
  }

  .services-column {
    flex: 1;
  }

  .services-column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .services-column li {
    margin-bottom: 12px;
    padding: 0 3%;
    background-color:rgb(238, 238, 238);
    color: #333;
  }

  .divider-line {
    height: 1px;
    background-color: #ddd;
    margin: 25px 0;
  }

  


  
        
    .deep-cleaning-services {
    font-family: "Be Vietnam Pro", serif ;
    max-width: 90vw;
    margin: 0 auto;
    padding: 40px 20px;
    color: #000000;
    }

    .deep-cleaning-services .h1 {
    font-size: 44px;
    font-weight:600;
    margin-bottom: 30px;
    margin-left:25px;
    color: black;
    }
  
  .service-card {
    margin-bottom: 30px;
    padding:0 25px;
    border-radius: 8px;
    width: 50%;
  }
  .banner_content p {
        color: #fff !important;
        font-size: 15px;
        font-weight: 400; 
        line-height: 30px;
    }
    .banner_content h1 {
        color: #fff !important;
        font-size: 33px ; 
    }
    .banner_content a {
        color: #fff !important;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 20px;
        border-radius: 5px;
        background : none;
        border : 1px solid #fff;
        margin-top: 20px !important;
    }
    .booking-form a{
        color: #fff;
        background-color : #12153A !important;
        border : none !important;
    }
  .service-card .h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 0;
  }
  .service-card .h3 {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    margin: 0;
  }
  
  .service-card p {
    line-height: 1.6;
    margin-bottom: 0;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
  }
  


  .booking-section {
    font-family: "Be Vietnam Pro", serif ;
    padding: 40px 20px;
    background-color: #f9f9f9;
  }

  .booking-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items:center;
    justify-content:center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .booking-content {
    flex: 1;
    min-width: 300px;
  }

  .booking-form-container {
    flex: 1;
    min-width: 300px;
  }

  .booking-content h1 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 20px;
  }

  .booking-content p {
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    text-align: center !important;
  }

  .achievements-section {
    padding: 60px 0; /* or any background color you prefer */
}

.achievements-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
    text-align: center !important;
    
}

.content-column h2 {
    font-size: 44px !important;
    font-weight: 500 !important;
    color: #000000  !important;
}
.achievements-description {
    line-height: 1.6;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
}

.deep-cleaning-container p {
    font-size: 15px !important;
    color: #666666 !important;
    font-weight: 400 !important;
    line-height: 160% !important;
}

.image-row-section {
    width: 100%;
    box-sizing: border-box; /* Prevents padding issues */
}

.image-container {
    display: flex;
    width: 100%;
    max-width: 1100px; /* Adjust as needed */
    margin: 0 auto;
    gap: 1rem; /* Consistent spacing (16px) */
}

/* Ensures images take correct widths */
.left-image {
    align-self: center; /* Center vertically */
    flex: 2; /* 20% each (2 + 2 + 6 = 10 parts total) */
    min-width: 0; /* Prevents flexbox overflow issues */
}
.left-image img {
    height: 136px !important;
}
.right-image {
    flex: 6; /* 60% (6/10 parts) */
    min-width: 0;
}

/* Image styling */
.image-box {
    border-radius: 4px; /* Optional: slight rounding */
    overflow: hidden; /* Ensures no image bleed */
}

.image-box img {
    object-fit: cover; /* Fills container without distortion */
    display: block; /* Removes whitespace under images */
}

.card-slide {
    display: inline-block;
    width: 33.33%; /* Show 3 cards at a time */
    padding: 0 10px;
    box-sizing: border-box;
}
.card-container {
    transition: 1s ease;
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.card {
    border: none;
    box-shadow: none;
    border-radius: 20px;
    overflow: hidden;
}
.card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.card-img-top {
    border-radius: 20px 20px 20px 20px;

}
.custom-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.arrow-btn {
    font-size: 24px;
    background-color: transparent;
    border: none;
    color: #28a745;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 85vw;
}
.next-btn {
    position: absolute;
    top: 50%;
    right: 30px !important;
    transform: translateY(-50%);
}
.prev-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.testimonials {
    font-family: "Be Vietnam Pro", serif ;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.testimonials h2 {
    font-size: 44px;
    color: #333;
    font-weight: 500;
    text-align: center !important;

}


.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonial-slides {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial {
    min-width: calc(100% / 3);
    padding: 0 15px;
    box-sizing: border-box;
}

.testimonial-content {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-top: 20px;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.author-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.author-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.slider-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slider-dot.active {
    background-color: #333;
}

.slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slider-btn {
    background: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.slider-btn:hover {
    background: #555;
}

.services-main-image {
    width: 100% !important;
    height: 90vh !important;
}
.direction-row{
    flex-direction: row;
}

.service-card-i {
    border-radius: 50%;
    border: #1a4daa 2px solid;
    padding: 10px;
    margin:1rem auto !important;
    color: #1a4daa ;
}

@media (max-width: 900px) {
    .testimonial {
        min-width: 50%;
    }
}

@media (max-width: 600px) {
    .testimonials h1 {
        font-size: 28px;
    }
    
    .testimonials h2 {
        font-size: 20px;
    }
    
    .testimonial {
        min-width: 100%;
    }
    
    .testimonial-content {
        padding: 20px;
    }
}
  @media (max-width: 769px) {
    .booking-container {
      flex-direction: column;
    }
    
    .book-now-mobile {
      display: block;
    }
    
    .submit-btn {
      display: none;
    }
    .appointment-label{
        display: none !important;
    }
    .banner_content a{
        display: none !important;
    }
  }
  @media (max-width: 600px) {
    .deep-cleaning-services {
      padding: 20px 15px;
    }
    
    .service-card {
      padding: 20px;
    }
  }


@media (max-width:1100px) {
    
    .navbar-nav{
        width :80% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .deep-cleaning-container {
      flex-direction: column;
    }
    
    .services-grid {
      flex-direction: column;
      gap: 0;
    }
    .book-now-button{
                display:block;
                width:100%;
                margin:1rem 0;
            }
  }
        /* Responsive Css */
        @media (max-width: 992px) {
            body {
                font-size: 14px;
            }

            #navbarNav {
                width: 900%;
            }

            .banner_img,
            .services_banner {
                height: auto;
            }

            .emergency_contact {
                width: 100%;
            }

            .header_btn {
                padding: 5px 0;
            }

            h1 {
                font-size: 25px;
            }

            h2 {
                font-size: 22px;
            }

            .footer_right_section::after {
                display: none;
            }
        }

        /* Responsive */

        @media (max-width: 768px) {

            .card-container{
                padding: 0px !important;
                width: 300% !important;
            }
            .banner_content a{
                display: none !important;
            }

            
            .service_main {
                background-size: cover;
                padding: 15px;
            }

            .service_main_content p {
                font-size: 14px;
            }

            .main-image ,.main-image-2 {
                margin: 2vh auto;
                width: 100%;
                height: 330px;
            }

            .overlay-image {
                position: relative;
                left: 0px;
                bottom: 0;
                margin-top: 20px;
                width: 100%;
            }

            .services_heading h2 {
                font-size: 22px;
            }

            .achievement_content p {
                width: 100%;
            }

            .slider-main .slick-prev {
                left: 0px !important;
            }

            .slider-main .slick-next {
                right: 20px;
            }

            .overly-right {
                right: 0 !important;
            }

            .section_desc {
                width: 100%;
            }

            .black_layer {
                width: 96%;
                margin: 0 auto;
            }

            .contact-info {
                padding: 30px 15px;
            }

            .contact-info h2 {
                font-size: 22px;
            }

            .contact-info p {
                margin-bottom: 0px;
            }

            .contact_desc {
                width: 100%;
            }

            .contact-form {
                padding: 30px 15px;
                flex: 1 100%;
            }

            .service_main,
            .service_main:after {
                border-radius: 15px;
            }

            .dropdown-menu {
                border: none;
                background: #e2ffec;
                border-radius: 0px;
            }

            .testimonials_head {
                width: 100% !important;
            }

            .get_quote p {
                width: 100%;
            }

            .fs-24,
            .fs-20 {
                font-size: 14px;
            }

            .subscribe_section {
                min-height: 150px;
            }

            .newslatter_form {
                position: relative;
                width: 95%;
                bottom: 0;
                left: 0;
                margin-top: 50px;
            }

            .language_options,
            .quote_more_fields {
                width: 100%;
            }

            .service_method_card img {
                width: 90px;
                height: 90px;
            }

            .service_method_card span {
                bottom: 10px;
                right: -4px;
                width: 25px;
                height: 25px;
            }

            .services_heading p:first-child {
                font-size: 14px;
            }

            .quote_desc p {
                width: 100%;
            }

            .services_booking {
                top: inherit;
            }

            .services_icon {
                bottom: -25px;
            }

            .booking_content p {
                width: 100%;
            }

            .booking_content h3 {
                font-size: 22px;
            }

            .timeing_slot li a,
            .card_width {
                width: 100%;
            }

            .slider_section .slick-next {
                right: 25px;
            }

            .slider_section .slick-prev {
                left: 15px !important;
                z-index: 9;
            }

            .search_booking {
                width: 100%;
            }

            .order_modal {
                padding: 0 15px 90px 15px;
            }

            .order_modal .icon {
                width: 65px;
                height: 65px;
                top: 0%;
                left: 130px;
            }
        }

        @media (min-width:0px) and (max-width: 767px) {
            .card-slide {
                width: 90% !important;
            }
            .card-container{
                padding: 0px !important;
                width: 300% !important;
            }
        }


        @media (min-width: 0px) and (max-width: 576px) {
            .direction-row {
                flex-direction: column !important;
            }
            .service-card {
                width: 100% !important;
                margin : 0 auto !important;
            }
        }
        
        @media (min-width: 0px) and (max-width:567px) {
    .left-image img {
        height: 50px !important;
    }}
        /* End Responsive Css */
         @media (max-width: 769px) {
    .booking-container {
      flex-direction: column;
    }
    
    .book-now-mobile {
      display: block;
    }
    
    
    
    .appointment-label{
        display: none !important;
    }
    
    .submit-btn {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .deep-cleaning-services {
      padding: 20px 15px;
    }
    
    .service-card {
      padding: 20px;
    }
  }




  /* Responsive adjustments */
  @media (max-width: 768px) {
    .deep-cleaning-container {
      flex-direction: column;
    }
    
    .services-grid {
      flex-direction: column;
      gap: 0;
    }
  }
        /* Responsive Css */
        @media (max-width: 992px) {
            body {
                font-size: 14px;
            }

            #navbarNav {
                width: 100%;
            }

            .banner_img,
            .services_banner {
                height: auto;
            }

            .emergency_contact {
                width: 100%;
            }

            .header_btn {
                padding: 5px 0;
            }

            h1 {
                font-size: 25px;
            }

            h2 {
                font-size: 22px;
            }

            .footer_right_section::after {
                display: none;
            }
        }

        /* Responsive */

        @media (max-width: 768px) {
            .service_main {
                background-size: cover;
                padding: 15px;
            }

            .service_main_content p {
                font-size: 14px;
            }

            .main-image ,.main-image-2 {
                width: 100%;
                height: 330px;
            }

            .overlay-image {
                position: relative;
                left: 0px;
                bottom: 0;
                margin-top: 20px;
                width: 100%;
            }

            .services_heading h2 {
                font-size: 22px;
            }

            .achievement_content p {
                width: 100%;
            }

            .slider-main .slick-prev {
                left: 0px !important;
            }

            .slider-main .slick-next {
                right: 20px;
            }

            .overly-right {
                right: 0 !important;
            }

            .section_desc {
                width: 100%;
            }

            .black_layer {
                width: 96%;
                margin: 0 auto;
            }

            .contact-info {
                padding: 30px 15px;
            }

            .contact-info h2 {
                font-size: 22px;
            }

            .contact-info p {
                margin-bottom: 0px;
            }

            .contact_desc {
                width: 100%;
            }

            .contact-form {
                padding: 30px 15px;
                flex: 1 100%;
            }

            .service_main,
            .service_main:after {
                border-radius: 15px;
            }

            .dropdown-menu {
                border: none;
                background: #e2ffec;
                border-radius: 0px;
            }

            .testimonials_head {
                width: 100% !important;
            }

            .get_quote p {
                width: 100%;
            }

            .fs-24,
            .fs-20 {
                font-size: 14px;
            }

            .subscribe_section {
                min-height: 150px;
            }

            .newslatter_form {
                position: relative;
                width: 95%;
                bottom: 0;
                left: 0;
                margin-top: 50px;
            }

            .language_options,
            .quote_more_fields {
                width: 100%;
            }

            .service_method_card img {
                width: 90px;
                height: 90px;
            }

            .service_method_card span {
                bottom: 10px;
                right: -4px;
                width: 25px;
                height: 25px;
            }

            .services_heading p:first-child {
                font-size: 14px;
            }

            .quote_desc p {
                width: 100%;
            }

            .services_booking {
                top: inherit;
            }

            .services_icon {
                bottom: -25px;
            }

            .booking_content p {
                width: 100%;
            }

            .booking_content h3 {
                font-size: 22px;
            }

            .timeing_slot li a,
            .card_width {
                width: 100%;
            }

            .slider_section .slick-next {
                right: 25px;
            }

            .slider_section .slick-prev {
                left: 15px !important;
                z-index: 9;
            }

            .search_booking {
                width: 100%;
            }

            .order_modal {
                padding: 0 15px 90px 15px;
            }

            .order_modal .icon {
                width: 65px;
                height: 65px;
                top: 0%;
                left: 130px;
            }

            .view-services {
                display:block;
                margin:1rem 0;
                width:100%;
            }

            .book-now-button{
                display:block;
                width:100%;
                margin:1rem 0;
            }
            .btn-m{
                flex-direction:column;
            }
        }
        
        @media (max-width:440px ) {
            .content-column h2 {
                font-size:1.5rem !important;
            }
            .achievements-section {
                padding: 0 0px !important;
            }
            .services_heading h3,.deep-cleaning-services .h1 {
                font-size: 1.5rem;
            }
            .deep-cleaning-services .h1 {
                margin-bottom: 0px;
            }
            .service-card .h3 {
                font-size: 1.25rem;
            }
            .service_details_content {
                margin: 0 10% !important;
            }
            .book-now-button {
                display: inline;
                margin: 14px;
            }
            .view-services {
                display: inline;
            }
            .main-image-2 {
                height: 230px !important;
            }
            .service-card .h2 {
                font-size: 18px;
            }
            .service-card p {
                font-size: 15px;
            }
            .service-card {
                padding: 10px 7px 5px;
            }
            .testimonials {
                padding: 10px 20px;
            }
            .services_1 h2 {
                font-size: 24px !important;
            }
            .achievements-section h2 {
                font-size: 30px;
            }
            .services_heading h2 {
                font-size: 20px !important;
            }
            .services_heading p {
                font-size: 16px !important;
            }
            .deep-cleaning-container p {
                text-align: justify;
            }
            .services-heading h2 {
                font-size: 1.5rem;
            }
            .services-heading p {
                text-align: justify;
            }
            .book-now-button , .view-services {
                font-size: 15px;
                width: 50%;
                padding: 10px 0;
                height: 100%;
                margin: 0px 10px ;
            }
            .btn-m {
                flex-direction: row !important;
            }
            .cta-section {
                margin: 0 !important;
            }
            .content-column .row {
                margin : 0 !important;
            }
            .service_details_content .row {
                margin : 0 !important;
            }
            .image-container {
                
                margin-top: 10% !important;
            }
            
        }
