*{
    margin: 0;
    padding: 0;
    /*overflow-x:hidden;*/
  scroll-behavior: smooth;
}
/*offer style start*/

.offer-section {
  position: relative;
  background: linear-gradient(135deg, #a0e9ff, #7dd3fc, #38bdf8);
  padding: 60px 30px;
  text-align: center;
  color: white;
  display:none;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  max-width: 700px;
  margin: 60px auto;
  overflow: hidden;
  animation: bounceIn 1s ease;
}
.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
}
.social-nav-parent{
    display:flex;
    align-items:center;
}
.pickup-mobile{
    background: linear-gradient(92deg, #72D2F4 0%, #1FACDE 100%);;
    padding: 10px;
    border-radius: 20px
}
.bubbles span {
  position: absolute;
  display: block;
  bottom: -100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(255, 255, 255, 0.5);
  animation: bubbleFloat 15s linear infinite;
}

/* Random size, position, and animation-delay */
.bubbles span:nth-child(1)  { left: 5%;  width: 15px; height: 15px; animation-delay: 0s; }
.bubbles span:nth-child(2)  { left: 10%; width: 25px; height: 25px; animation-delay: 2s; }
.bubbles span:nth-child(3)  { left: 15%; width: 20px; height: 20px; animation-delay: 4s; }
.bubbles span:nth-child(4)  { left: 20%; width: 30px; height: 30px; animation-delay: 6s; }
.bubbles span:nth-child(5)  { left: 25%; width: 18px; height: 18px; animation-delay: 1s; }

.bubbles span:nth-child(6)  { left: 30%; width: 22px; height: 22px; animation-delay: 3s; }
.bubbles span:nth-child(7)  { left: 35%; width: 17px; height: 17px; animation-delay: 5s; }
.bubbles span:nth-child(8)  { left: 40%; width: 26px; height: 26px; animation-delay: 7s; }
.bubbles span:nth-child(9)  { left: 45%; width: 19px; height: 19px; animation-delay: 9s; }
.bubbles span:nth-child(10) { left: 50%; width: 14px; height: 14px; animation-delay: 2.5s; }

.bubbles span:nth-child(11) { left: 55%; width: 23px; height: 23px; animation-delay: 4.5s; }
.bubbles span:nth-child(12) { left: 60%; width: 20px; height: 20px; animation-delay: 6.5s; }
.bubbles span:nth-child(13) { left: 65%; width: 28px; height: 28px; animation-delay: 8.5s; }
.bubbles span:nth-child(14) { left: 70%; width: 16px; height: 16px; animation-delay: 1.5s; }
.bubbles span:nth-child(15) { left: 75%; width: 22px; height: 22px; animation-delay: 3.5s; }

.bubbles span:nth-child(16) { left: 80%; width: 19px; height: 19px; animation-delay: 5.5s; }
.bubbles span:nth-child(17) { left: 85%; width: 24px; height: 24px; animation-delay: 7.5s; }
.bubbles span:nth-child(18) { left: 90%; width: 18px; height: 18px; animation-delay: 9.5s; }
.bubbles span:nth-child(19) { left: 95%; width: 15px; height: 15px; animation-delay: 10.5s; }
.bubbles span:nth-child(20) { left: 98%; width: 20px; height: 20px; animation-delay: 11.5s; }

@keyframes bubbleFloat {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-300px) scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-600px) scale(0.9);
    opacity: 0;
  }
}

/* Content Styles - same as before */
.offer-heading {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 1;
}

.offer-details {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.highlight, .price {
  background-color: white;
  padding: 6px 12px;
  border-radius: 10px;
  font-weight: bold;
}

.highlight {
  color: #0284c7;
}

.price {
  color: #16a34a;
}

.offer-btn {
  background-color: white;
  color: #0284c7;
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

.offer-btn:hover {
  background-color: #ffffff;
  color: #000;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(100px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/*offer style end*/
/*body,button {*/
/*  font-family: "Libre Franklin", 'sans-serif';*/
/*  font-optical-sizing: auto;*/
/*  font-style: normal;*/
/*}*/
/*h1,h2,h3,h4,h5{*/
/*      font-family: 'ThedusCondensedLight';*/
/*      src: url('FontsFree-Net-Thedus-CondensedLight.ttf') format('truetype');*/
/*    }*/

html{
    overflow-x:hidden;
}
/*gallery style*/

/*gallery style end*/
body{
        font-family: "Libre Franklin", "sans-serif";
}
.explore_price_inner h3 {
    padding-bottom:4px;
}
.dropdown35{
    margin-top:16px;
}
.proffesional-process{
    font-size:20px;
    margin-bottom:1rem;
}
.offer-box {
      max-width: 466px;
    margin: 20px auto;
    padding: 20px 25px;
    background-color: #f9f9f9;
    border-left: 6px solid #6dcff6;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 4rem;
}

.offer-box h3 {
  margin: 0 0 10px;
  font-size: 3.5rem;
  color: #333;
}

.offer-box p {
  margin: 0;
  font-size: 18px;
  color: #555;
}
@font-face {
    font-family: 'Thedus Condensed';
    src: url('fonts/Thedus-CondensedLight.eot');
    src: url('fonts/Thedus-CondensedLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Thedus-CondensedLight.woff2') format('woff2'),
        url('fonts/Thedus-CondensedLight.woff') format('woff'),
        url('fonts/Thedus-CondensedLight.ttf') format('truetype'),
        url('fonts/Thedus-CondensedLight.svg#Thedus-CondensedLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('fonts/FranklinGothic-Book.eot');
    src: url('fonts/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/FranklinGothic-Book.woff2') format('woff2'),
        url('fonts/FranklinGothic-Book.woff') format('woff'),
        url('fonts/FranklinGothic-Book.ttf') format('truetype'),
        url('fonts/FranklinGothic-Book.svg#FranklinGothic-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*h1,h2,h3,h4,h5,h6,strong,th{*/
/*    font-family: 'Thedus Condensed' !important; */
/*    font-style:normal !Important;*/
/*    font-weight:500;*/
/*}*/

/*p,span,a,td,small,li,a{*/
/*      font-family: 'Franklin Gothic Book' !important;*/
/*}*/

body{

  font-style: normal;
}

.accordion-content p,span,h2,h1,h3,strong{
    font-weight:400 !important;
}
/*html {*/
/*  scroll-behavior: smooth;*/
/*}*/

.nav_bar a img{
    width:120px !important;
}


/* mobile menu */
.fs20{
    font-size:20px !important;
}
.mobile{
    display: none;

}
.footer_bottom a{
    text-decoration:none;
    
}
.accordion-content strong {
    font-family: 'Franklin Gothic Book' !important;
    font-weight:400 !important;
}
.sat_email{
    width: 100%;display: flex;flex-direction: column;gap: 0 !important;
}

.custom-services-grid{
    padding-top:0px !important;
}
.mobilenav{
    padding-left:unset;
}
.laundry-content h2, li {
    font-family: sans-serif !important;
    font-weight: 400;
}
.sat_email input{
    width:95%;
}
.mobile{
    width: 100%;
    float: left;
    height: auto !important;
    background: #fff !important;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 1s ease;
}
.address_text_area{
    width:100%;
}
.checkbtn{
    font-size: 30px;
    color: #000;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
      
  .mobile {
      display: none;
  }
  .rinder_size{
      height: 240px;
    display: none;
    width: 207px;
  }
  .mobile_img img{
      margin-top:15px;
  }
.address_text_area_inner{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.address_text_area_inner textarea{
    width:70%;
    line-height:20px;
}
.accordion-content{
    font-size:16px;
    line-height:20px;
}
.accordion-content p{
    font-size:16px;
    margin-bottom:10px;
    line-height:30px;
}
.accordion-content p strong{
    font-weight:600;
    font-size:16px;
    
}
/*#gallery img{*/
/*height: -webkit-fill-available;*/
/*}*/
.accordion-content ol{
    margin-left:20px;
}
.accordion-content ul{
    margin-left:20px;
    margin-bottom:20px;
}
.accordion-content ol li{
    
    font-size:16px;
    line-height:20px;
    font-weight:400 !important;
}
  @media screen and (max-width: 62.5em) {
  
    .navbar{
        display: none;
    }
    .mobile{
        display: block;
    }

    .mobile{
        display: block;
        padding-left:20px;
    }
    
        .desktop {
            display: none;
        }
        .mobile {
            display: block;
          
           
        }
      .checkbtn{
        display: block;
      }
      .mobile ul{
        position: fixed;
        width: 100%;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 4;
      }
      .mobile nav ul li{
        display: block;
        margin: 17px;
        line-height:17px;
        text-align:left;
            padding-left: 15px;
            color:white;
      }
     .mobile nav ul li a{
        font-size: 14px;
        color:#fff;
        text-decoration: none;
        
      }
     .mobile a:hover,a.active{
        background: none;
        color: #0082e6;
      }
      #check:checked ~ ul{
        left: 0;
      }

 }
/* mobile menu end*/

.banner_section{
    /* background-image: url(img/Banner.png); */
    width: 100%;
    /* height: 750px; */
    background-position: center;
    background-size: cover;
    position: relative;
}
.nav_bar ul{
    display: flex;
    justify-content: center;
    
}
.nav-schedule_ab{
    display:none;
    padding: 5px 13px;
    background: linear-gradient(92deg, #72D2F4 0%, #1FACDE 100%);
    color: white;
    /* margin-left: 40px; */
    border-radius: 24px;
}
.nav-schedule_ab a{
        text-decoration: none;
    color: white;
    font-size: 15px;
}
.social_nav_ab{
    display: flex;
    justify-content: center;
  
}
.social_nav_ab .fab {
    color:white ;
    font-size:20px;
}
.footer_contactus{
    list-style:none;
}
.nav_bar ul li{
    list-style: none;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.active_menu a{
    color: #72d2f4 !important;
}
/*li.active_menu::after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: -20px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 5px;*/
/*    background-color: #7ad2f5;*/
/*    border-top-left-radius: 30px;*/
/*    border-top-right-radius: 30px;*/
/*}*/
.desktop .nav_bar ul li a{
    text-decoration: none;
    color: white;
    letter-spacing:0.5px;
}
.footer_bottom a{
    color: #133c55;
}
.nav_bar{
    width: 70%;
    margin: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 999;
    top: 70px;
    background: black;
    padding: 20px 20px;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav-schedule{
    padding: 10px 14px;
        background: linear-gradient(92deg, #72D2F4 0%, #1FACDE 100%);
    color: white;
    margin-left: 40px;
    border-radius: 24px;
}
.nav-schedule a{

    color: white !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-decoration: none !important;

}
.banner_text{
    position: absolute;
    width: 40%;
    top: 45%;
    left: 10%;
    
}
.banner_text h2{
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #fff;
}
.download_heading span{
    font-weight: 700;
}
.banner_text p{
    font-size: 23px;
    color: #fff;
}
.qr_section{
    display: flex;
    align-items: center;
    margin-top: 25px;
    display:none;
}
.qr_section p{
    width: 120px;
    font-size: 12px;
    opacity: 0.7;
}
.qr_section img{
    width: 100px;
    margin-left: -7px;
}
.our_process_background{
    background-image: url(img/Process_Background.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}
.quality_div_content h5{
    font-size: 21px;
    margin-bottom: 10px;
}
.download_app{
    background-image: url(img/App_Promotion_V1_[Blank].png);
    width: 100%;
    height: 450px;
    /*background-position: center*/
    background-size: cover;
    position: relative;
}
.download_heading{
    position: absolute;
    top: 23%;
    left: 15%;
}
/*.mobile_section{*/
/*    position:relative;*/
    
/*}*/
.mobile_section img{
        position: absolute;
    width: 348px;
    right: 207px;
    top: 111px;
}
.download_heading h1{
    font-size: 33px;
    font-weight: 400;
    color: #133C55;
}
.download_heading h2{
    font-size: 33px;
    font-weight: 400;
    color: #133C55;
}
.download_heading h3{
    font-size: 33px;
    font-weight: 400;
    color: #133C55;
}
.google_app_download{
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 25px;
}
.google_app_download p{
    font-size:22px;
    
}
.accordion-header p{
   font-weight:400; 
}
.google_app_download img{
    width: 120px;
}
.download_heading hr{
    width: 300px;
    color: black;
    margin-top: 25px;
}
.scanner_section{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
}

.scanner_section .threetext{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 130px;
}
.download_app .scanner_section img{
    width: 135px;
}
.download_app .scanner_section p{

    color: #133C55;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom:0px;
    
    
}


.download_app .scanner_section p:last-child{
    margin-bottom:0px;
}
.our_process{
    width: 90%;
    margin: auto;
}
.our_process h4{
    font-size: 50px;
    text-align: center;
    padding: 50px 0;
}
.our_process h3{
    font-size: 3.5rem;
    text-align: center;
    padding: 50px 0;
}

.book_service{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 30px;
    padding: 10px;
}
.book_service .image{
    width: 100%;
}
.book_service .icon{
    width: 30px;
    margin: 10px 0px;
}
.book_service_text .p1{
    font-size: 35px;
    color: #cde4f3;
}
.book_service_text{
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 20px;
}
.book_service_text .p2{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
.our_process_first{
        gap: 50px;
    display: grid
;
    justify-content: center;
    place-items: center;
    grid-template-columns: repeat(3, 1fr);
}
.top{
    border-top: 2px solid;
}
.right{
    border-right: 2px solid;
}
.left{
    border-left: 2px solid;
}
.bottom{
    border-bottom: 2px solid;
}
.m75{
    margin-top: 75px;
}
.mb50{
    margin-bottom: 50px;
}
.card{
    background: linear-gradient(to right, #FFFFFF, #ffffff, #ebf7ff);
    border-top: 3px solid #59a5d8;
}
.card2{
    background: linear-gradient(to right, #FFFFFF, #ffffff, #ebf7ff);
    border-left: 3px solid #59a5d8;
}
.card3{
    background: linear-gradient(to right, #FFFFFF, #ffffff, #ebf7ff);
    border-bottom: 3px solid #59a5d8;
}
.card4{
    background: linear-gradient(to right, #FFFFFF, #ffffff, #ebf7ff);
    border-right: 3px solid #59a5d8;
}
.servicehead{
    font-size:3.5rem !important;
}
.serviceheadinner{
    font-size:2.5rem !important;
}


.external {
    
    width: 100%;
    margin: auto;
    /*background-color: rgb(7, 7, 7);*/
    transition: width 0.2s ease; /* Adjust transition property */
    border-radius: 50px;
    will-change: width; /* Hint to the browser about the expected change */
}
.inner {
    width: 85%;
    margin: auto;
    
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgb(183 240 250 / 39%) 53%, rgb(66 164 229 / 36%) 100%)
   
}
.inner.expanded {
    width: 100%;
    transition: width 1s ease-in-out;
}
.external h4{
    color: white;
    text-align: center;
    font-size: 2.5rem;
    padding: 30px 0;
}
.inner{
transition: width 1s ease-in-out;
}


.competitive_list{
    background-image: url(img/Subcription.Price.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-bottom: 30px;
}
.competitive_list h2{
    font-size: 50px;
    text-align: center;
    font-weight: 500;
    padding-top: 70px;
}
.competitive_inner{
    width: 80%;
    margin: auto;
    gap:60px;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.competitive_inner_card{
    width: 70%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.card_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}
.competitive_inner_card1 {
    width: 45%;
    position: relative;
}
.competitive_inner_card2 {
    width: 45%;
    position: relative;
}
.competitive_inner_card1 .premium_price {
    position: absolute;
    width: 60%;
    background-color: white;
    padding: 10px;
    left: 50%;
        top: 20%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    box-shadow: 0px 0px 37.4px 0px rgba(0, 0, 0, 0.10);
}
.competitive_inner_card3 {
    width: 45%;
    position: relative;
}
.competitive_inner_card3 .gold_price {
    position: absolute;
    width: 60%;
    background-color: white;
    padding: 10px;
    left: 50%;
        top: 20%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    box-shadow: 0px 0px 37.4px 0px rgba(0, 0, 0, 0.10);
}
.gold_price h2 {
    font-size: 21px;
    padding-top: 2px !important;
    color: #757575;
    font-weight: 600;
}
.gold_price_content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gold_price_content p {
    font-size: 10px;
    width: 150px;
    line-height: 15px;
    margin-bottom: 8px;
}
.premium_price_top{
    display: flex;
    justify-content: center;
}
.premium_price h2{
    font-size: 21px;
    padding-top: 2px;
    color: #757575;
    font-weight: 600;
}
.competitive_inner_card1 img{
    box-shadow: 0px 0px 37.4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 35px;
    width: 100%;
}
.competitive_inner_card2 img{
    box-shadow: 0px 0px 37.4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 35px;
    width: 100%;
}
.competitive_inner_card3 img{
    box-shadow: 0px 0px 37.4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 35px;
    width: 100%;
}

.premium_price_top p{
    font-size: 12px;
    font-weight: 600;
    COLOR: #30abf1;;
}
.premium_price hr{
    color: #30abf1;
    width: 75%;
    height: 0.8px;
    background-color: #30abf1;
}
.premium_price .PRICE_UNDER_LINE{
    background-color: #30abf1;
    height: 2px;
    width: 80%;
}
.regular_price_top .PRICE_UNDER_LINE{
    background-color: #e2ad6e;
    height: 2px;
    width: 80%;
}
.gold_price_top .PRICE_UNDER_LINE{
    background-color: black;
    height: 2px;
    width: 60%;
}
.subscribe1{
    width: 100%;
    position: relative;
    
}
.subscribe1 a{
    background:#30acf1;;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 9px;
    font-weight: 700;
    position:absolute;
    left:50%;
    transform:translate(-50%, -50%);
    width:100px;
    text-align:center;
    bottom:0;
}
.subscribe3{
    width: 100%;
    position: relative;
   
}
.subscribe3 a{
    background: black;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 9px;
    font-weight: 700;
    position:absolute;
    left:50%;
    transform:translate(-50%, -50%);
    width:100px;
    text-align:center;
    bottom:0;
}

.premium_price_content{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.premium_price_content p{
    font-size: 10px;
    width: 150px;
    line-height: 15px;
    margin-bottom: 8px;
}

.regular_price_content{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.regular_price_content p{
    font-size: 10px;
    width: 150px;
    line-height: 15px;
    margin-bottom: 8px;
}

.competitive_inner_card2 .regular_price {
    position: absolute;
    width: 60%;
    background-color: white;
    padding: 10px;
    left: 50%;
        top: 20%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    box-shadow: 0px 0px 37.4px 0px rgba(0, 0, 0, 0.10);
}
.regular_price_top hr{
    width: 75%;
}
.regular_price_top{
    display: flex;
    justify-content: center;
}
.regular_price h2{
    font-size: 21px;
    padding-top: 2px !important;
    color: #757575;
    font-weight: 600;
}
.regular_price_top p{
    font-size: 12px;
    font-weight: 600;
    color: #e2ad6e;
}
.gold_price_top p{
    font-size: 12px;
    font-weight: 600;
}
.regular_price hr{
    color: #72d2f4;
    width: 45%;
    height: 0.8px;
    background-color: #72d2f4;
}
.subscribe2{
    width: 100%;
    position: relative;
}
.subscribe2 a{
    background: #e3ae6e;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 9px;
    font-weight: 700;
    position:absolute;
    left:50%;
    transform:translate(-50%, -50%);
    width:100px;
    text-align:center;
    bottom:0;
}
.faq{
    margin:0 auto;
    width: 75%;
}
.quality_div img{
object-fit:cover;
    width: 128px;
    border-radius: 1rem;
}
.quality_div{
    display: flex;
    gap: 30px;
    padding: 17px 20px;
    border-right: 2px solid #aad2ea;
    color: #133c55;
    border-radius: 22px;
    margin-bottom: 35px;
    align-items: center;
    width:32%;
    background:#ffffff6e;
}
.quality_div_content p{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.why_parent{
    width: 1124px;
    margin: auto;
}
.why_hire{
    margin: auto;
    width: 100%;
    border-radius: 50px;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgba(183, 240, 250, 0.15) 53%, rgba(66, 164, 229, 0.15) 100%);*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px -10px 37.4px 0px;*/
    padding-bottom: 20px;
}
.why_hire h2{
    font-size: 3.5rem;
    text-align: center;
    font-weight: 500;
    padding-top: 70px;
    padding-bottom: 50px;
}
.why_hire_child{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:10px;
}

/* accordian */
.accordion {
    padding: 20px;
    margin: 20px;
}

.accordion-item {
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 10px; /* Added margin to create space between items */
}
.registered_office{
    width:160px !important;
}
.accordion-header {
    background-color: #fafafa;
    padding: 15px;
    cursor: pointer;
    font-weight: 400;
    font-size:16px;
    border: none;
    text-align: left;
    outline: none;
    width: 100%;
     font-family: 'Thedus Condensed';
    color:black;
    position: relative;
}

.circle-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #72d2f4; /* Circumference color */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #72d2f4; /* Arrow color */
}

.accordion-content {
    display:none;
 background-color: #eef6fb;
    padding: 15px;
    line-height: 25px;
    font-size: 16px;
    font-family: "Libre Franklin", "sans-serif" !important;
}
.accordion h3{
    font-size: 28px;
    margin-top:20px;
}
.accordion hr{
    width: 100%;
    width: 100%;
    margin-bottom: 25px;
}
.view_faq{
    float: right;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 13px;
    color: white;
    background: #3b7ded;
    border-radius: 17px;
    margin-bottom: 20px;
}
.price_list{
    text-align: center;
    background: #3b7ded;
    width: 50%;
    margin-top: 60px;
    padding: 13px 0;
    border-radius: 25px;
}
.price_list a{
    text-decoration: none;
    font-size: 13px;
    color: white;
}
.price_list{
    box-shadow: 0px 0px 37.4px 0px rgba(0, 0, 0, 0.10);
    
}

/* accoedian end */
footer{
    width: 100%;
    background: linear-gradient(180deg, #FAFAFA 0%, #EEF6FB 100%);
}
.footer_inner{
    width: 70%;
    padding: 50px 0;
    margin: auto;
}
.footer_nagivation{
    /*margin-left:-60px;*/
}
.footer_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_head img{

}
.footer_download{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.footer_download img{
    width:80%;
}
.footer_bottom{
    display: grid;
    color:#133c55;
    justify-content: space-between;
    margin-top: 40px;
        grid-template-columns: auto auto auto auto;
        /*place-items: center;*/
}
.footer_nagivation{
    color: #133c55;
}
.footer_contactus li{
    list-style: none;
    color: #133c55;
}
.footer_bottom ul{
    margin-left: 20px;
}
.footer_bottom p{
    margin-bottom: 10px;
      font-family: 'Thedus Condensed' !important;
    font-weight: 600;
    font-size: 13px;
    letter-spacing:0.5px;
}
.footer_bottom ul li{
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 300;
    color: #133c55;
}
.footer_contactus ul{
    margin-left: 3px;
}
.last_footer{
    width: 100%;
    color: white;
}
.last_footer_inner{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
    padding: 10px 0;
    color: #2d5268;
}
.last_footer_inner p{
    
    font-size: 15px;
}
.last_footer_inner p span{
    font-weight: 600;
}






/* about */



.banner{
    background-image: url(img/AboutUsBanner.png);
    height: 400px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.about_banner_content {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 47%;
    text-align: center;
    /*font-size:40px;*/
}
.about_banner_content h1{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 7px;

}
.about_banner_content p{
    font-size: 15px;
    font-weight: 400px;
}
.about_content{
    width: 100%;
    background-color: white;
}
.about_content_child{
    width: 70%;
    margin: auto;
    margin-bottom: 100px;
}
.about_content_child_content{
    padding: 70px 0;
}
.founder{
    width: 100%;
    background: url(img/AboutUsStrip.png);
    position: relative;
    background-position: center;
    background-size: cover;
}
.founder_child{
    width: 70%;
    margin: auto;
    display: flex;
    padding-bottom: 50px;
}
.founder_child_img{
    width: 35%;
    position:relative;
}
.founder_child_img img{
    position: absolute;
    top: -131px;
    width: 71%;
}
.founder_child_content{
    width: 65%;
    text-align: right;
    position: relative;
}
.founder_child_content h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.founder_child_content p{
    font-size: 18px;
    line-height: 35px;
    /* padding-top: 50px; */
    color: #123b54;
    font-weight: 500;
    text-align:left;
}
.p50{
    font-size:25px !important;
     margin-top:50px;
     font-weight:bolder !important;
}
.h2{
    position: absolute;
    top: -80px;
    right: 0;
}
.h2 h2{
    text-align: left;
}
.about_content_child_content p{
    line-height: 25px;
    font-weight: 500;
    
}
.mugdh_rajit_image{
    position:relative;
    width:100%;
}


.testimonial-card{
            justify-content: space-between !important;
        }
#gallery li {
    margin-bottom:0px !important;
}


/* .price_list */
.price{
    width:100%;
    background: url(img//PricesSubscriptionBackground02.png);
    background-position: center;
    background-size: cover;
    margin: auto;
}
.price h3{
    text-align: center;
    padding: 50px 0;
    font-size: 37px;
    font-weight: 500;
}
.price_inner{
    width: 60%;
    margin: auto;
    padding-bottom: 50px;
}
.competitive_inner_card1 .premium_price{
    text-align: center;
}
.competitive_inner_card2 .regular_price{
    text-align: center;
}
.competitive_inner_card3 .gold_price{
    text-align: center;
}
.explore_price_inner h3{
    text-align: center;
    padding: 50px 0;
    font-size: 3.5rem;
    font-weight: 500;
}
.form_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.form_div{
    width: 50%;
    margin: auto;
    padding: 20px;
    background: #fbfbfb;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.form_div select{
    width: 250px;
    padding: 5px;
    border: 1px solid #c5c5c5;
    color: black;
    
}
.form_div label{
    font-weight: 500;
    font-family: 'Franklin Gothic Book';
}
.explore_price_table{
    width: 60%;
    margin: auto;
}
.line{
    width: 80%;
    margin: auto;
    background-color: #d3cfcf;
    height: 1px;
}
.explore_price_table h5{
    font-size: 21px;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
}

/* table style */
.tabs_parent{
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.tabs {
    display: flex;
    margin-bottom: 10px;
    width: 70%;
    margin: auto;
    gap: 30px;
    padding-bottom: 20px;
    align-items: center;
    width:90%;
}

.tab {
    padding: 5px 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #ffffff;
    flex: 1;
    font-family: 'Thedus Condensed';
    text-align: center;
    gap: 30px;
    font-size: 13px;
    border-radius: 20px;
    border: 2px dashed #bfb8b8;
}
th{
    padding-left: 50px !important;
}
td{
    padding-left: 50px !important;
}

.tab.active {
        background-color: #72d2f4 !important;
    color: white !important;
    border: 2px dashed #72d2f4 !important;
    padding:6px;
}
.tr_head{
    background-color: #133c55;
    color: white;
    font-size: 15px;
    font-weight: 300;
}
.wdth75{
    width: 75%;
}
.wdth25{
    width: 25%;
}

/* .tab:hover {
    background-color: #ddd;
} */

.table-container {
    display: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, td {
    padding: 8px;
    text-align: left;
    font-weight: 500;
}
.grey{
    background-color: #fbfbfb;
}




/* coverage */
.coverage{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.coverage input{
    width: 239px;
    padding: 5px;
    border: 1px solid #c5c5c5;
    color: #c5c5c5;
}
.coverage_schedule{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}
.coverage_schedule .google_app_download{
    margin-top: 0;
    gap: 5px;
}
.coverage_schedule .nav-schedule{
    margin-left: 0;
}






/* blog */
.blog{
    width: 100%;
    margin: 50px 0px;
}
.blog_inner{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap: 30px;
}


.blog_card{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .3s;
    border-radius: 10px;
    border: 2px solid #e2dede;
    height: 100%;
    overflow: hidden;
}
.blog_card:hover{
    transform: scale(1.05);
}
.blog_card img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
    object-fit: cover;
}
.blog_card h6{
    font-size: 20px;
    font-weight:bold;
    margin: 10px 0;
    text-align: left;
}
.blog_card_lin{
    width: 100%;
    height: 1px;
    background: #e2dede;
}
.blog_card p{
    padding: 20px 0;
}
.blog_card_content{
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}
.blog_card_content p{
   
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 22px;
    color: #222222;
    margin: 0px 0px 20px;
    padding: 0px;
}



.accordion .faqheading{
    
}

/* schedule  */
#deliveryForm{
    width: 45%;
    border: 2px dashed;
    margin: auto;
    padding: 20px;
    margin-top: 30px;
    border-radius: 23px;
}
.dive_sche{
    margin: 20px;
    /* display: flex; */
    gap: 30px;
}
.dive_sche input{
    margin-top: 15px;
    margin-left: 5px;
}
.sche_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.submit_form{
        padding: 10px 60px;
    background: linear-gradient(92deg, #72D2F4 0%, #1FACDE 100%);
    color: white;
    /* margin-left: 40px; */
    border-radius: 24px;
    border: navajowhite;
    cursor: pointer;
    margin: 20px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.date{
    padding: 5px 10px;
    background: white;
    border-radius: 12px;
}
.dive_sche label{
    font-weight: bolder;
}
.dive_sche textarea{
    border:2px solid #000;
    margin-top:15px;
}



.home_table  tr:nth-child(n+16) {
    display: none;
  }
   tr:nth-child(even) {
    background-color: #f1efef;
  }
  .state_city_select{
      width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top:50px;
  }
  .scroll-top {
    position: fixed;
    right: 57px !important;
    bottom: 0rem !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: lightblue;
}
.scroll-top i{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    font-size: 24px;
    transform: translate(-50%, -50%);
}
/*a.blantershow-chat{*/
/*    bottom:4rem !important;*/
/*}*/
.call-buton .cc-calto-action-ripple{
    bottom:8rem !important;
}

.last_footer_inner p{
    margin-bottom:0 !important;
}


.custom-services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            padding: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .custom-service-card a:focus{
            outline:none;
            outline-offset:inherit;
        }
        .custom-service-card a{
            width:100%;
            height:100%;
        }

        .custom-service-card {
            position: relative;
           
            background-position: center;
            border-radius: 15px;
            height: 250px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            /*padding: 20px;*/
            color: white;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .custom-overlay{
                width: 100%;
    height: 100%;
    background: #0000007d;
        }

        .custom-service-card-1 {
            background: url('./img/laundryservices.jpg');
             background-size: cover;
        }

        .custom-service-card-2 {
            background: url('./img/steampressservice.jpg');
             background-size: cover;
        }

        .custom-service-card-3 {
            background: url('./img/drycleanservice.jpg');
             background-size: cover;
        }

        .custom-service-card-4 {
            background: url('./img/shoecleanservice.jpg');
             background-size: cover;
        }

        .custom-service-card-5 {
            background: url('./img/curtainclean.jpg');
             background-size: cover;
        }

        .custom-service-card-6 {
            background: url('./img/blanketclean.jpg');
             background-size: cover;
        }

        .custom-service-title {
            color:#fff;
            margin: 0;
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            position: absolute;
            bottom: 20px;
            left: 20px;
            transition: all 0.3s ease;
        }

        .custom-service-description {
            margin: 0;
            font-size: 16px;
            line-height: 1.5;
            opacity: 0;
            color:#fff;
            transform: translateY(100%);
            transition: all 0.3s ease;
            position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px;
        }

        .custom-service-card:hover .custom-service-title {
            bottom: 100px; /* Adjusted to give space for description */
        }

        .custom-service-card:hover .custom-service-description {
            opacity: 1;
            transform: translateY(0);
        }

     
        
        /* Tablet view (2x3 grid) */
        @media (max-width: 1024px) {
            .custom-services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Mobile view (1x6 grid) */
        @media (max-width: 600px) {
            .custom-services-grid {
                grid-template-columns: 1fr;
            }

            .custom-service-card {
                height: 250px;
            }

            .custom-service-title {
                font-size: 20px;
            }

            .custom-service-description {
                font-size: 14px;
                opacity:1;
                bottom:85px;
            }

            .custom-service-title {
                bottom: 100px; /* Adjusted for mobile */
            }
        }
        .servicepara{
            font-size:20px;
        }
        .service-foot-text{
            font-size:1.3rem !important;
            margin-bottom:0px !important;
            margin-top:10px !important;
        }
        
            .testimonial-card p{
                text-transform:capitalize !important;
            }
            
            #gallery img {
    width: 100%;
    border-radius: 10px;
    /*height: auto !important;*/
}

.counter-section {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgb(183 240 250 / 39%) 53%, rgb(66 164 229 / 36%) 100%);
    width: 100%;
    background-size: cover;
    background-position: center;
            text-align: center;
            padding: 40px 20px;
            border-bottom: 2px solid #4CAF50;
        }

        .counter-title {
            font-size: 2.5rem !important;
            font-weight: 600 !important;
            color: #333;
            margin-bottom: 30px;
        }

        .counter-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .counter-box {
    flex: 1;
    min-width: 150px;
    max-width: 33%;
    padding: 20px;
}
.store-address{
    color:#337ab7 !important;
    font-size:16px !important;
    font-weight:700 !important;
}

        .counter-value {
            font-size: 4.5rem;
            font-weight: bold;
            color: #72D2F4;
            margin-bottom: 10px;
        }

        .counter-label {
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

        /*.satisfied-customers .counter-value::after {*/
        /*    content: "K+";*/
        /*}*/

        /*.cities-served .counter-value::after {*/
        /*    content: "%";*/
        /*}*/

        /*.stores-opened .counter-value::after {*/
        /*    content: "/5";*/
        /*}*/

        /*.garments-washed .counter-value::after {*/
        /*    content: "L";*/
        /*}*/

       
       

        @media (max-width:600px){
            .servicepara{
                font-size:18px;
            }
            .contact-form-leftt ul {
    margin-left: 1rem !important;
}
    ._contact-form{
        padding: 3rem 1rem 0 !important;
    }
        .card-parent{
            padding:3rem 1rem 0 !important;
        }
            .card2-content p {
        color: #72D2F4;
        text-align: center;
        font-size: 1rem;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .why_use {
    background: #fff;
    width: 100%;
    padding: 1rem;
}
    .why-use-card1 {
        height: auto !important;
        padding: 1.5rem !important;
    }
    .why-use-card{
        gap:2rem !important;
    }
        .google_map h1{
        font-size: 28px !important;
        margin-top: 3rem;
        margin-bottom: 0rem;
        }
        .why_use_inner h1 {
            font-size:2rem !important;
        }
        .service-foot-text{
            font-size:1rem !important;
        }
            ._suits h1{
                font-size:2rem !important;
            }
            .nav>li>a {
    padding: 10px 7px !important;
}
.nav-tabs{
    font-size:1.5rem !important;
}
.blog_card h6 {
    font-size: 20px;
    font-weight: bold;
    margin: 7px 0;
    text-align: left;
}
.blog_card_content p {
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 22px;
    color: #222222;
    margin: 0px !important;
    padding: 0px !important;
}
.quality_div{
    width:100%;
}
                .contact-form-leftt h1 {
        font-size: 28px !important;
    }
        ._suits h1{
            font-size:28px !important;
        }
        .card-parent-head .donot{
            font-size:28px !important;
        }
        .services-tagline p {
    font-family: "Franklin Gothic" !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
}
.why_use_inner h1{
    font-size:28px !important;
}
.google_map h1{
    font-size:28px !important;
}
.card-parent h1{
    font-size:28px !important;
}
.why_hire h2{
    font-size:28px !important;
}
.explore_price_inner h3{
    font-size:28px !important;
}
.why-use-card1{
    background-size:cover !important;
}
.proffesional-process{
    font-size:18px;
}
.accordion{
    padding:0px;
}
.fs-mobile-16 {
    font-size: 16px;
  }
  .download_heading{
      left:8%;
  }
        
        }
        