/* error msg */
html {
    scroll-behavior: smooth;
}

body.no-scroll { overflow: hidden; }

.page-home{
    overflow-x: hidden;
}

div#OrderModelHeader {
    z-index: 99999;
}


header.desktop-header.is-scrolled {
    position: sticky;
    z-index: 999;
    margin: auto;
    width: 40%;
    top:20px;
    box-shadow: 0px 4px 10px 0px rgba(100, 84, 13, 0.25);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(24px);
     transition: .5s;



}

.sub-desktop-header.is-scrolled {
    position: sticky;
    z-index: 9999;
    margin: auto;
    width: 40%;
    top:20px;
    backdrop-filter: blur(24px);
    box-shadow: 0px 4px 10px 0px rgba(100, 84, 13, 0.25);
    background: rgba(249, 209, 32, 1);
     transition: .5s;


}

.desktop-header.is-scrolled .home-nav,.desktop-header.is-scrolled .service-nav, .desktop-header.is-scrolled .about-nav, .desktop-header.is-scrolled .track-nav {
    display: none !important;
}

.sub-desktop-header.is-scrolled .home-nav,.sub-desktop-header.is-scrolled .service-nav, .sub-desktop-header.is-scrolled .about-nav, .sub-desktop-header.is-scrolled .track-nav {
    display: none !important;
}


.desktop-header.is-scrolled li.nav-item {
    margin-right: 20px;
}

.sub-desktop-header.is-scrolled li.nav-item {
    margin-right: 20px;
}


.non-scroll-logo{
 display: block;
}

.scroll-logo{
display: none;
}

.desktop-header.is-scrolled .non-scroll-logo{
 display: none;
}

.desktop-header.is-scrolled .scroll-logo{
display: block;

}

.desktop-header.is-scrolled .scroll-logo img{
height: 62px;

}


.sub-desktop-header.is-scrolled .non-scroll-logo{
 display: none;
}

.sub-desktop-header.is-scrolled .scroll-logo{
display: block;

}

.sub-desktop-header.is-scrolled .scroll-logo img{
height: 62px;

}




/* full-screen overlay */
#preloader{
  position: fixed;
  inset: 0;
  background: white; /* or your brand color */
  display: grid;
  place-items: center;
  z-index: 99999999;
  opacity: 1;
  visibility: visible;
}

/* hide state applied by GSAP */
#preloader.is-hidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .6s ease, visibility .6s ease;
}

#preloader img{
  width: 96px;          /* adjust as needed */
  height: 96px;
  object-fit: contain;
}

.invalid-feedback.d-block {
    border: indianred;
    background: transparent;
    padding: 0px;
    border-radius: inherit;
}


select.form-select {
    border: 1px solid rgba(153, 153, 153, 1) !important;
}
/* home */

.home-form {
    background: #FEF6D2;
    border: 1px solid #F9D120;
    border-radius: 30px;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.home-form-header {
    padding-top: 100px;
    padding-bottom: 40px;
    width: 77%;

}

.home-check-form {
    width: 35px;
    height: 35px;
    background: #F9D12033;
    border-radius: 20px;
}
.form-box-header {
    margin-bottom: 32px;
}

.home-form-image {
    background: url('/images/Home/Matto-Home-Corporate-Form-Img.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100%;
    border-radius: 20px;
}

.home-form-image-text {
    margin-bottom: 64px;
    margin-left: 64px;
    width: 60%;
}
.home-form-box {
    background: #FFFFFF;
    border: 1px solid #F9D120;
    padding: 54px 64px 54px 64px;
    border-radius: 30px;
}

.home-form-left-col{
    padding-left: 25px !important;
}

.home-form-right-col{
    padding-right: 25px !important;
}

.home-cta-image{
    display: block !important;
}

.home-cta-image-mobile{
    display: none !important;
}

.banner-image {
    padding-top: 32px;
}

.banner-image img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    border-radius: 30px;
}

.banner-box {
    position: absolute;
    bottom: 100px;
    display: flex;
    padding-left: 120px;
    padding-right: 120px;
    width: 100%;
}

.banner-text-box h1 {
    width: 60%;
    margin-bottom: 40px;
}

.banner-card {
    border: 1px solid rgba(255, 255, 255, 0.5);
   background: linear-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.5) 3.37%, rgba(153, 153, 153, 0) 46.15%, rgba(255, 255, 255, 0.5) 91.83%);
    backdrop-filter: blur(15px);
    padding: 24px 32px 24px 32px;
    border-radius: 10px;
    height: 216px;
    width: 273px;
}

ul.banner-card-ul {
    list-style-type: none !important;
    padding-left: 0;
}

ul.banner-card-ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.banner-card-star {
    margin-bottom: 20px;
}

ul.banner-card-ul li h4 {
    margin-left: 8px;
    margin-bottom: 0px;
}

ul.banner-card-ul li img{
    width: 25px;
    height: 25px;
}

.banner-card-col{
      display: flex;
    justify-content: flex-end;
    align-items: flex-end;  
}
.banner-text-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-about{
    margin-top: 32px;
}

.home-about .home-about-view {
    background: url('/images/Home/Matto-Home-About-Banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 30px;
}

.about-text h4 {
    margin-bottom: 40px;
}
.about-image-col{
     display: flex;
    justify-content: flex-end;
}

.about-image {
    position: absolute;
    margin-top: -40px;
}
.home-service{
    background: url('/images/Home/Matto-Home-Service-Banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 140px;
}

.home-service-item {
    border: 1px solid #F9D120;
    border-radius: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 34.13%, rgba(249, 209, 32, 0.2) 77.4%);
    padding-bottom: 16px;
}

.home-service-item-body {
    padding-left: 16px;
    padding-right: 16px;
}

.home-service-item-body p{
    padding-left: 30px;
    padding-right: 30px;
}
.home-service-item-body a{
    text-align: center;
    width: 100%;
}

.service-item-row {
    padding-top: 60px;
}

.home-payment-process{
    background: url('/images/Home/Matto-Home-Payment-Process-Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 140px;
    padding-bottom: 140px;
    border-radius: 30px;
}
.home-pyament-icon-box img{
    background: #FFFFFF66;
    border: 1px solid #FFFFFF;
    padding: 26px 26px 26px 26px;
    border-radius: 500px;

}
.home-pyament-icon-box  p{
    margin-top: 24px;
    background: #FFFFFF66;
    border: 1px solid #FFFFFF;
    padding: 10px 26px 10px 26px;
    border-radius: 50px;
}

.home-payment-box {
    margin-top: 32px;
    
}
.home-payment-box h3{
    margin-top: 32px;
    margin-bottom: 24px;
}
.home-payment-box p{
    width: 70%;
}
.home-payment-item-row{
    margin-top: 50px;
}
.home-faq{
    margin-top: 32px;
}

.home-faq-box {
   background: #FEF6D2;
   border-radius: 30px;
  padding: 64px;
      border-radius: 30px;
    width: 100%;
    height: 974px;
}


.accordion-button {
    font-family: "Outfit", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding:24px 0px 24px 0px !important;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000 !important;
    text-align: left;
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent !important;
    border-top: inherit !important;
    border-bottom: 1px solid #F9D120 !important;
    border-left: none !important;
    border-right: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-body {
    padding: 0px !important;
}
.home-faq-text{
    margin-top: 50px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.accordion-button.collapsed::after {
  content: '+';
  background: none !important;
  background-repeat: no-repeat;
  background-position: center;
}

.accordion-button:not(.collapsed)::after {
    background: none !important;
  content: '–';
  background-repeat: no-repeat;
  background-position: center;
  width: 20px !important;
  height: 20px !important;
}

.accordion-button::after {
        transition: none !important;
}
.home-faq-btn{
    margin-top: 50px;
}
.faq-main-image img{
    width: 100%;
    height: 974px;
    object-fit: cover;
    border-radius: 30px;

}

.home-testimonials{
    background: url('/images/Home/Matto-Home-Testimonials-Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    margin-top: 32px;
    padding-top: 140px;
    padding-bottom: 140px;
}

.carousel-item img{
    border-radius: 30px;
    
}

.home-testimonials-profile img {
    border-radius: 40px;
}

.home-testimonials-profile-deteils h4,.home-testimonials-profile-deteils p
 {
    margin-bottom: 0 !important;
}

.home-testimonials-profile-deteils {
        margin-left: 10px;
}

.home-testimonials-body {
    margin-top: 24px;
}

.home-testimonials-body h4 {
    width: 100%;
}

.home-testimonials-reviews {
    padding-left: 100px;
        height: 725px;
    overflow-y: scroll;
    margin-bottom: 40px;
        padding-right: 80px;
}

.home-testimonials-item {
    border-bottom: 2px solid #FFFFFF66;
    padding-bottom: 40px;
    padding-top: 40px;
}

.home-testimonials-reviews::-webkit-scrollbar {
  width: 8px;
}

.home-testimonials-reviews::-webkit-scrollbar-track {
     background: #f8e992;
  border-radius: 4px;
}

.home-testimonials-reviews::-webkit-scrollbar-thumb {
      background: #ffffff;
  border-radius: 4px;
}
.review-btn{
    margin-left: 100px;
  
}

.home-testimonials-anit {
    background: url(/images/Home/Matto-Home-Testimonials-Slider-Background.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 60%;
    width: 50%;
    background-size: contain;
    margin-top: 220px;
    margin-left: 40px;
}

.home-testimonials-slider {
    margin-top: 100px;
}

.home-cta{
    margin-top: 32px;
}

.home-cta-image img {
    width: 100%;
    height: 458px;
    border-radius: 30px;
    object-fit: cover;
}



.home-cta-text{

     background: #FEF6D2;
    padding-left: 64px;
    border-radius: 30px;
    width: 100%;
    height: 458px;
        display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}

.home-cta-text h3 {
    width: 75%;
    margin-bottom: 25px;
}

.home-service-item img {
    width: 100%;
}
.home-payment-box img {
    width: 100%;
}

.carousel-indicators {
    margin-bottom: -40px;
}

.carousel .carousel-indicators button {
    width: 14px;
   height: 14px;
   border-radius: 100%;
 }

 .carousel-control-prev-icon {
    background-image: url('/images/Home/Matto-Home-Testimonials-Arrow-Left-with-Bg.png');
}

.carousel-control-next-icon {
    background-image: url('/images/Home/Matto-Home-Testimonials-Arrow-Right-with-Bg.png');
}


/* footer */

.copyright-text{
    padding-top: 20px;
    padding-bottom: 20px;

}

.footer{
    background: url('/images/Footer/Matto-Footer-Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 32px;
    border-radius: 30px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
}
.footer-main-row{
     padding-top: 80px;
     padding-bottom: 80px;
     border-bottom: 1px solid #FFFFFF66;

}
.footer-main-media{
    margin-top: 40px;
}
.footer-main-media a{
    text-decoration: none !important;
    background: #FFFFFFCC;
    padding: 8px 16px 8px 16px;
    border-radius: 30px;
    margin-bottom: 8px;
}


.footer-main-media a p {
    margin-bottom: 0 !important;
        padding-left: 5px;
}

.footer-main-icons a {
    padding-right: 15px;
}
.footer-main-icons-lists{
    margin-top: 25px;
}

.copyright-text p {
    margin-bottom: 0px !important;
}

.footer-main-newslatter-text h4{
    text-align: right;
}

input.subscribe {
    background: #FFFFFF;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    width: 100%;
    border: 1px solid white;
}
input.subscribe:focus-visible {
      outline: none !important;
}

.footer-main-newslatter-box p {
    margin-bottom: 5px !important;
}

button.subscribe-btn {
    padding: 13px 24px 13px 24px;
    color: var(--main-text-color);
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    border-radius: 50px;
    text-decoration: none;
    background: #F9D12033;
    border: 1px solid #F9D120;
    position: absolute;
    margin-left: -110px;
    margin-top: 5px;
}

button.subscribe-btn:hover{
   background: rgba(224, 188, 29, 1); 
}

.footer-nav p{
    font-weight: 600;
    margin-bottom: 24px !important;
}

.footer-main-newslatter-text h4 {
    font-weight: 500;
}

.footer-nav-ul li a {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-decoration: none !important;
}

ul.footer-nav-ul li a:hover {
    color: rgba(153, 153, 153, 1);
}

ul.footer-nav-ul {
    list-style-type: none !important;
    padding-left:0px !important;
}

ul.footer-nav-ul li {
    padding-bottom: 16px;
}

.footer-main-navItems {
    margin-top: 40px;
}

/* header */

.nav-link-header{
     position: relative;
  text-decoration: none;          /* remove default underline */
  padding-bottom: .35rem;         /* space for the custom line */
  color: #1a1a1a;                 /* tweak as needed */
}

.nav-link-header::after{
      content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;   /* sits just under the text */
  height: 2px;                    /* line thickness */
  background: white;       /* uses link color */
  transform: scaleX(0);           /* hidden by default */
  transform-origin: left;
  transition: transform .22s ease;
  border-radius: 2px;             /* slightly rounded ends */

}

.nav-link-header:hover::after,
.nav-link-header:focus-visible::after,
.nav-link-header.active::after,
.nav-link-header[aria-current="page"]::after{
  transform: scaleX(1);
}

.desktop-header,.sub-desktop-header{
  display: block !important;
}
.mobile-header,.sub-mobile-header{
    display: none !important;
}


.home-banner .banner-image{
    display: block !important;
}

.home-banner .banner-image-mobile{
    display: none !important;
}

ul.navbar-list {
    list-style-type: none !important;
    margin-bottom: 0px !important;
    padding-left: 0 !important;
}

.desktop-header {
    position: absolute;
    top: 62px;
    left: 66px;
    right: 66px;
    padding: 15px 0px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px;
    transition: .5s;
}

.sub-desktop-header {
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    padding: 15px 0px;
    background: rgba(249, 209, 32, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px;
    transition: .5s;
}

li.nav-item {
   margin-right: 48px;
}
li.nav-item a {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #303030;
    text-decoration: none;
}

.primary {
  background: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
}

.outline {
  background: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
}

.search-box-book {
    background: rgba(255, 255, 255, 0.4);
    border: 3px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding: 10px 20px 10px 20px;
}

.search-box-book i{
        font-size: 25px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(249, 209, 32, 1);
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.promocode-div h6 {
    font-size: 18px !important;
}

.home-cta-text h4 {
    margin-bottom: 30px;
}

.cta-description-box {
    margin-bottom: 20px;
        width: 69%;
}

.search-box-book h3{
        margin-bottom: 0px !important;
}

.circle {
  background: transparent;
  border: 2px solid #fff;
  padding: 16px 24px;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
}

.header-buttons {
   gap: 8px;
}



.dropdown-language {
  position: relative;
}

.dropdown-language .lang-options {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  background: rgb(230 230 230);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 5px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 999;
  overflow: hidden;
}

.dropdown-language .lang-options a {
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  padding: 16px 24px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  color: #303030 !important;
  text-decoration: none !important;
}


/* service page */

.service-home{
    margin-left: 32px;
    margin-right: 32px;
}

.service-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 520px;
    margin-top: 154px;
    border-radius: 30px;
}

.service-banner-text{
    text-align: center;
}





.service-items-1{
    background: url('/images/Service/Matto-Services-Yellow-Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 32px;

}

.service-items-2{
    background: url('/images/Service/Matto-Services-White-Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 32px;

}



.service-item-body {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-item-body h3 {
    margin-bottom: 32px;
}

.service-item-body a {
    margin-top: 40px;
}

.service-cleaning-text-col{
    background: #FEF6D2;
    border-radius: 30px;
    padding-left: 60px;
}

.service-cleaning-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-cleaning-text a {
    margin-top: 40px;
}

.service-cleaning {
    margin-top: 32px;
}

/*  carpet-cleaning */

.thank-you-div {
    background: rgba(251, 222, 97, 1);
    padding: 20px;
    max-width: 928px;
    width: 100%;
    border: 4px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    margin-bottom: 30px;
}

.thank-you-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.step-one-cleaning, .step-two-cleaning,.step-three-cleaning {
    background: url('/images/CarpetCleaning/Order-page-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 156px;
    border-radius: 30px;
}

.step-one-form,.step-two-form,.step-three-form {
    width: 100%;
}

.step-one-btn,.step-two-btn,.step-three-btn{
    display: flex;
    justify-content: flex-end;
}
.step-one-form-wrapper,.step-two-form-wrapper,.step-three-form-wrapper {
 padding-top: 80px;
 padding-bottom: 80px;
}




/* multple form  carpet-cleaning */
/* ############################################################## */
:root{
	--primary: #6b59d3;
	--secondary: #bfc0c0;
	--white: #fff;
	--text-clr: #5b6475;
	--header-clr: #25273d;
	--next-btn-hover: #8577d2;
	--back-btn-hover: #8b8c8c;
}

.cleaning-service {
    background: url('/images/CarpetCleaning/Order-page-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 156px;
    border-radius: 30px;
}

.multi-steps-form {
    display: flex;
    justify-content: center;
    align-items: center;
}



.wrapper{
	width: 928px;
	max-width: 100%;
}

.wrapper .header{
	margin-bottom: 35px;
    display: flex;
    justify-content: center;
    background: rgba(249, 209, 32, 1);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
        border-radius: 30px;
}

.wrapper .header ul{
	display: flex;
}

.wrapper .header ul li{
	margin-right: 212px;
	position: relative;
}

.progressbar-icon img {
    width: 50px;
    height: 50px;
}

.wrapper .header ul li:last-child{
	margin-right: 0;
}

.wrapper .header ul li:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
	width:350%;
	height: 2px;
	background: rgba(255, 255, 255, 1);
}
.wrapper .header ul{
    margin-bottom: 0px !important;
    list-style: none !important;
    padding-left: 0px !important;
}

.wrapper .header ul li:last-child:before{
	display: none;
}

.wrapper .header ul li div{
	padding: 10px;
	border-radius: 50%;
    /* background: rgba(253, 237, 166, 1); */
}

.wrapper .header ul li p{
	width: 50px;
	height: 50px;
	background: var(--secondary);
	color: var(--white);
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}

.wrapper .header ul li.active:before{
	    background: rgb(70 200 71);
}

/* .wrapper .header ul li.active .progressbar-icon{
	background: rgba(255, 255, 255, 1);
} */

.wrapper .form_wrap{
	margin-bottom: 35px;
}

.wrapper .form_wrap h2{
	color: var(--header-clr);
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.wrapper .form_wrap .input_wrap{
	width: 350px;
	max-width: 100%;
	margin: 0 auto 20px;
}

.wrapper .form_wrap .input_wrap:last-child{
	margin-bottom: 0;
}

.wrapper .form_wrap .input_wrap label{
	display: block;
	margin-bottom: 5px;
}

.wrapper .form_wrap .input_wrap .input{
	border: 2px solid var(--secondary);
	border-radius: 3px;
	padding: 10px;
	display: block;
	width: 100%;	
	font-size: 16px;
	transition: 0.5s ease;
}

.wrapper .form_wrap .input_wrap .input:focus{
	border-color: var(--primary);
}

.wrapper .btns_wrap{
	width: 350px;
	max-width: 100%;
	margin: 0 auto;
}

.wrapper .btns_wrap .common_btns{
	display: flex;
	justify-content: space-between;
}

.wrapper .btns_wrap .common_btns.form_1_btns{
	justify-content: flex-end;
}

.wrapper .btns_wrap .common_btns button{
	border: 0;
	padding: 12px 15px;
	background: var(--primary);
	color: var(--white);
	width: 135px;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 16px;
	border-radius: 3px;
	transition: 0.5s ease;
	cursor: pointer;
}

.wrapper .btns_wrap .common_btns button.btn_back{
	background: var(--secondary);
}

.wrapper .btns_wrap .common_btns button.btn_next .icon{
	display: flex;
	margin-left: 10px;
}

.wrapper .btns_wrap .common_btns button.btn_back .icon{
	display: flex;
	margin-right: 10px;
}

.wrapper .btns_wrap .common_btns button.btn_next:hover,
.wrapper .btns_wrap .common_btns button.btn_done:hover{
	background: var(--next-btn-hover);
}

.wrapper .btns_wrap .common_btns button.btn_back:hover{
	background: var(--back-btn-hover);
}

.modal_wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.modal_wrapper .shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: 0.2s ease;
}

.modal_wrapper .success_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-800px);
	background: var(--white);
	padding: 50px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	transition: 0.5s ease;
}

.modal_wrapper .success_wrap .modal_icon{
	margin-right: 20px;
	width: 50px;
	height: 50px;
	background: var(--primary);
	color: var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 700;
}

.modal_wrapper.active{
	visibility: visible;
}

.modal_wrapper.active .shadow{
	opacity: 1;
}

.modal_wrapper.active .success_wrap{
	transform: translate(-50%,-50%);
}

/* ############################################################## */

.form-card {
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(249, 209, 32, 1);
  border-radius: 30px !important;
  padding: 80px !important;
}

.summery-page .form-card {
  padding: 40px !important;
}
.btn-summery-page{
    margin-top: 60px;
    margin-bottom: 0px;
}
.btn-summery-page a{
    font-weight: 500;
    text-decoration: none !important;
}



.shadow {
    box-shadow: none !important;
}

input:focus,
textarea:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.custom-check {
  margin-bottom: 10px;
}

.check-label {
   border: 1px solid rgba(153, 153, 153, 1) !important;
  border-radius: 15px;
  background-color: #fff;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

.check-label h5{
    margin-bottom: 0px !important;
}

.check-label .check-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid #ffd43b;
  display: inline-block;
  position: relative;
}

input:checked + .check-label {
  background-color: #ffe066;
  border-color: #ffd43b;
  box-shadow: 0 4px 0 #d9b439;
}

input:checked + .check-label .check-icon::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #000;
}

.number-of-carpets{
       border: 1px solid rgba(153, 153, 153, 1); 
}

.number-of-carpets h5{
    margin-bottom: 0px !important;
}

div#carpet-sizes label {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
}

div#carpet-sizes .form-control {
    display: block;
    width: 100%;
    padding: 12px 20px !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 22px !important;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid rgba(153, 153, 153, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Additional-comments{
    border: 1px solid rgba(153, 153, 153, 1) !important;  
}

.form-switch {
    padding-left: 0px !important;
}

.form-check-input:checked {
    background-color: rgba(249, 209, 32, 1) !important;
    border-color: rgba(249, 209, 32, 1) !important;
}

.form-check-input:focus {
    border-color: rgba(249, 209, 32, 1) !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input.pickup-toggle {
  width: 65px;
  height: 35px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.form-check-input.pickup-toggle:focus {
  box-shadow: none;
}

.form-check-input.pickup-toggle:checked {
  background-color: #ffd43b;
  border-color: #e6b800;
}

.form-check-input.pickup-toggle::before {
  content: "";
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  top: 3.3px;
  left: 3.6px;
  transition: transform 0.3s ease-in-out;
}

.form-check-input.pickup-toggle:checked::before {
  transform: translateX(29px);
}

input.form-control,textarea.form-control,select  {
    padding: 12px 16px !important;
    border: 1px solid #999999; 
    border-radius: 12px;
}

.pikup-address {
    margin-top: 30px;
}


/* setp 2 */
.timeBlock-row .col-2{
   width: 20% !important;
}

select#monthSelect {
    width: 20%;
    background: rgba(249, 209, 32, 1);
    padding: 14px !important;
    border: 1px solid rgba(249, 209, 32, 1) !important;
    border-radius: 30px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    text-align: center;
    color: rgba(48, 48, 48, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

select#monthSelect option {
    background: white !important;
    border: none !important;
    border-width: 0px !important;
    border-radius: 20px !important;
    width: 200px !important;
}

.form-select:focus {
    border-color: inherit !important;
    outline: 0;
    box-shadow: none !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: rgba(48, 48, 48, 1);
    pointer-events: none;
    background-color: rgba(230, 230, 230, 1) !important;
    border-color: rgba(153, 153, 153, 1) !important;
    opacity: 0.6;
}

/* ########################### */

.mg-wrap { position: relative; }
.mg-btn {
  background: #f6d33a; border: 2px solid #f0c400; border-radius: 24px;
  padding: 10px 18px; font-weight: 600;
}
.mg-popover {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%);
  min-width: 420px; background: #fff; border: 1px solid #e9e9e9; border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,.12); padding: 18px; display: none; z-index: 1000;
}
.mg-popover[aria-hidden="false"] { display: block; }
.mg-popover::before {
  content:""; position:absolute; top:-8px; left:50%; transform:translateX(-50%) rotate(45deg);
  width:14px; height:14px; background:#fff; border-left:1px solid #e9e9e9; border-top:1px solid #e9e9e9;
}
.mg-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px 36px; }

.mg-yearhdr {
  grid-column: 1 / -1; text-align:center; color:#8a8a8a; font-size:12px; margin:4px 0 2px;
}

.mg-item {
  background:transparent; border:0; padding:8px 6px; border-radius:10px;
  font-weight:600; color:#333; cursor:pointer; text-align:left;
}
.mg-item:hover { background:#fff4bf; }
.mg-item[aria-current="true"] { background:#fff4bf; outline:2px solid #f0c400; }


/* 
############################# */

.callback-div {
    background: rgba(255, 233, 132, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 20px;
    
}

.callback-text {
    width: 75%;
}

.callback-div-btn{
    padding: 10px 18px;
    border-radius: 30px;
    margin-left: 5px;
    margin-right: 5px;
    background: rgba(254, 246, 210, 1);
    border: 1px solid rgba(249, 209, 32, 1);
    color: rgba(48, 48, 48, 1);
    text-decoration: none !important;
}


.enjoy-div.mt-4 {
    background: rgba(255, 233, 132, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 20px 40px 20px 40px;
    border-radius: 20px;
}

.enjoy-text p{
    width: 60%;
    margin: auto;
}


/* ##################################### */
:root{
      --brand-yellow: #F9D120;
      --yellow-soft:  #FFF6CC;
      --text-muted-2: #8E8E8E;
      --radius-pill:  999px;
      --radius-12:    12px;
    }

    /* Headline */
    .promo-title{ font-weight: 700; letter-spacing:.2px; }

    /* Promo input group as a pill */
    .promo-input-group{
      
      border-radius: var(--radius-pill);
      padding: 0px;
          background: rgba(249, 209, 32, 0.2);
    border: 1px solid rgba(249, 209, 32, 1);
      box-shadow: inset 0 0 0 1px rgba(0,0,0,.02);
      max-width: 460px;
      margin: auto;
      margin-top: 40px;
      margin-bottom: 20px;
    }
    .promo-input-group .form-control{
      border: 0;
      background: transparent;
      border-radius: var(--radius-pill);
      padding-left: 14px;
      font-weight: 500;
    }
    .promo-input-group .form-control:focus{
      box-shadow: none;
    }
    .promo-input-group .btn-apply{
      border-radius: 25px;
      background: var(--brand-yellow);
      border: 0;
      font-weight: 600;
      padding: 16px 40px 16px 40px
    }

    /* helper text */
    .promo-help{ color: var(--text-muted-2); }

    /* Custom yellow checkboxes */
    .check-yellow .form-check-input{
      width: 22px; height: 22px;
      border-radius: 8px;
      border: 2px solid var(--brand-yellow);
      background-color: transparent;
      box-shadow: none;
      margin-top: .2rem;
    }
    .check-yellow .form-check-input:checked{
      background-color: var(--brand-yellow);
      border-color: var(--brand-yellow);
    }
    .check-yellow .form-check-input:focus{
      box-shadow: 0 0 0 .2rem rgba(249,209,32,.25);
    }
    .check-yellow .form-check-label{
      margin-left: .4rem;
      user-select: none;
      font-size: 20px;
    }

    /* Optional divider like screenshot */
    .thin-divider{ border-top: 1px solid rgba(0,0,0,.12); }

    .promo-check-box{
        max-width: 65%;
         margin: auto;
    }

    .promocode-div .form-control:focus {
    background-color: transparent !important;
}

small#promoMsg {
    text-align: center;
    color: red !important;
    margin-bottom: 10px !important;
}

/* ########################################## */

.list-group {
    border: none !important;
}

.express-confirmation h4{
    padding-bottom: 0px !important;
}

.express-confirmation .order-item {
    margin-top: 20px !important;
}

.express-confirmation .order-detail-box {
    margin-left: 15px;
    margin-bottom: 0px !important;
}




button#prevWeek, button#nextWeek {
    background: rgba(249, 209, 32, 0.2);
    padding: 10px 18px;
    border: 1px solid rgba(249, 209, 32, 1);
    border-radius: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

button#prevWeek:hover, button#nextWeek:hover {
   background: rgba(249, 209, 32, 1)
}


.step-two-btn.back a {
    color: rgba(48, 48, 48, 1) !important;
    text-decoration: none !important;
}


.time-slot {
  padding: 12px 16px !important;
  border: 1px solid #F9D120;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.time-slot:hover {
  background-color: #ffeaa7;
  border-color: #ffd43b;
}

.time-slot.active {
  background-color: #ffd43b;
  border-color: #e0a800;
  font-weight: 700;
}


.toggle-group {
      background: #FFE984;
  border-radius: 999px;
  padding: 4px;
  display: inline-flex;
  margin: auto;
     
}

.toggle-btn {
  border: none;
  border-radius: 999px;
  padding: 8px 24px;
  background-color: transparent;
  color: #bfae5c;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.toggle-btn:hover {
    border-radius: 20px !important;
}

.toggle-btn.active {
  background-color: #f9d120;
  color: #000;
      border-radius: 20px !important;
}

button.mg-item {
    text-align: center;
}

/* step 3 */
    .confirmation-card {
            border-radius: 15px;
      padding: 0px;
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 1);
    border: 4px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    }
.crad-header-summery {
    background: rgba(251, 222, 97, 1);
    border-top: 4px solid rgba(255, 255, 255, 1);
    border-left: 4px solid rgba(255, 255, 255, 1);
    border-right: 4px solid rgba(255, 255, 255, 1);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 20px;
}

.order-detail-box li {
    list-style-type: none !important;
}

.order-detail-box h5 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    margin-top: -3px !important;
}

.order-detail-box p {
    margin-left: 10px;
}

.order-detail-box li {
    margin-left: 10px;
        font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
}

.express-order {
    padding-top: 20px;
    border-bottom: 2px solid rgb(0 0 0 / 26%);
}

.order-number {
    background: rgba(149, 255, 123, 0.34);
    border-radius: 30px;
    padding: 15px 40px 15px 40px;
    width: 100%;
    margin-bottom: 40px;
}

.order-details-lists {
    margin: 40px 150px;
}

.order-number h3 {
    margin-bottom: 0px;
}


    .confirmation-card h4{
        padding-bottom: 20px;
    }
     .confirmation-card .order-header-p{
        width: 50%;
    text-align: center;
    }
    .order-number-card {
        border-radius: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background: rgba(253, 237, 166, 1);
    border: 4px solid rgba(255, 255, 255, 1);
    }
    .order-number-card h3{
        padding-bottom: 32px;
    }
    .end-section-order h3{
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .tracking-section {
    padding: 20px;
}

.end-section-order .service-items-box-btn {
    position: relative;
    top: -75px;
    left: -30px;
}

.end-section-order img {
    border-radius: 30px;
}

/* .service-items-box-btn {
    position: relative;
    top: -75px;
    left: -30px;
} */

    .info-icon {
        width: 20px;
        margin-right: 8px;
    }
    .footer-note {
        background-color: rgba(255, 233, 132, 1);
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 20px;
        padding: 24px 40px 24px 40px;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .footer-note p {
        margin-bottom: 0px !important;
    }

.order-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    
}
.order-item-border{
       border-bottom: 2px solid rgb(0 0 0 / 26%);
}

.order-detail-box {
    margin-left: 15px;
        margin-bottom: 20px;
}

.order-header h4{
  padding-bottom: 20px;
}


/* sofa cleaning */

    .furniture-item {
      border: 1px solid rgba(153, 153, 153, 1);
      border-radius: 12px;
      padding: 12px 16px;
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #fff;
    }

    .count-controls button {
      background-color: rgba(249, 209, 32, 1);
      border: none;
      width: 24px;
      height: 24px;
      border-radius: 20px;
      font-size: 11px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .count-controls span {
      margin: 0 10px;
      font-size: 18px;
    }

    .variant-options {
      margin: 12px 0;
      display: none;
      justify-content: center;
    }

    .variant-button p {
       font-size: 13px !important;
       text-align: center;
    }

    .variant-options button {
      border-radius: 10px;
      padding: 20px;
      margin-right: 8px;
      background: white;
      border: 1px solid #999999;
      display: flex;
      flex-direction: column;
      align-items: center
    }

    .variant-options button.active {
      background-color: #fff8d6;
      border-color: #f9d120;
    }

    .highlight {
      background-color: #fff8d6;
      border-color: #f9d120;
    }





/* about us */
.about-timeline-section {
    display: block !important;
}
.about-timeline-section-mobile {
    display: none !important;
}

.approach-row{
    margin-top: 60px;
}

.home-cta-image-new img{
    width: 100%;
    height: 458px;
    object-fit: cover;
    border-radius: 30px;
}


.about-banner-top{
    margin-left: 32px;
    margin-right: 32px;
}

.about-banner{
  
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 520px;
    margin-top: 154px;
    border-radius: 30px;
}

.about-banner-text{
    text-align: center;
}

.about-timeline-section{

    background: url('/images/About/Matto-About-Timelline-Background-Image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 32px;
    border-radius: 30px;
    padding-top: 120px;
    padding-bottom: 120px;
  
}

/* Timeline column */
.timeline{
  position: relative;
  padding-left: 90px;  
  min-height: 100%;
}

/* Vertical line */
.timeline::before{
  content:"";
  position: absolute;
  left: 28px;          
  top: 60px;
  bottom: 8px;
  width: 3px;
  background: #fff;
  border-radius: 3px;
}

/* Timeline list */
.timeline-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline-list li{
  position: relative;
  margin: 0px 0px 345px 0px;          
  color: #111;
}

/* Dots for each point */
.timeline-list li::before{
  content:"";
  position: absolute;
  left: -70px;                 
  top: 60px;                  
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.25); 
}

.timeline-list .year{
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;

}
.timeline-list .desc{
      font-weight: 400;
  font-size: 24px;
  line-height: 30px;

}

/* Image cards */
.image-card{
  opacity: 0;
  transform: translateY(40px);
  will-change: opacity, transform;
}
.image-card img{ display:block; width:100%; height:auto; }

/* Responsive tweaks */
@media (max-width: 767.98px){
  .timeline{ padding-left: 48px; }
  .timeline::before{ left: 24px; }
  .timeline-list li::before{ left: 16px; }
}




.approach {
    padding-top: 80px;
    padding-bottom: 80px;
}

.approach-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.approach-box {
    background: linear-gradient(180deg, rgba(249, 209, 32, 0.2) 0%, rgba(255, 255, 255, 0) 51.92%, rgba(249, 209, 32, 0.2) 99.52%);
    padding: 80px 60px;
    border-radius: 30px;
}

.approach-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.approach-text {
    padding-top: 40px;
}


.our-foundation .accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent !important;
    border-top: inherit !important;
    border-bottom: 1px solid #FFFFFF66 !important;
    border-left: none !important;
    border-right: none !important;
}

.about-faq-box{
    padding: 140px 64px 140px 192px;
    height: 952px;
    width: 100%;
     background: #F9D120;
    border-radius: 30px;
}




.about-main-image img {
    width: 100%;
    height: 952px;
    object-fit: cover;
    border-radius: 30px;
}









/* pricelist */

.price-list{
    margin-left: 32px;
    margin-right: 32px;
}

.price-list-banner{
    background: url('/images/PriceList/Matto-Price_list-Banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 520px;
    margin-top: 154px;
    border-radius: 30px;
}

.price-list-banner-text{
    text-align: center;
}


.service-itmes-box {
    background: linear-gradient(180deg, rgba(249, 209, 32, 0.2) 0%, rgba(255, 255, 255, 0) 111.39%);
    border: 1px solid #F9D120;
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    box-shadow: -1px 20px 20px 11px rgba(0, 0, 0, 0.15);
    z-index: 999;
    position: relative;
}

.ServiceCleaning .pricing-card { 
    border: 1.5px solid #e7c93a; 
    background-clip: padding-box;
    background-image: radial-gradient(120% 140% at 78% 50%, rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .35) 30%, rgba(255, 255, 255, 0) 62%), linear-gradient(180deg, #ffeaa0 0%, #ffe186 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25), 0 6px 20px rgba(0, 0, 0, .04);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 30px;
}

.service-itme-lists {
    margin-top: 32px;
}

.price-list .service-item-image img {
    border-radius: 30px;
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.service-itme-lists .pricing-card {
z-index: 0;
}

.pricing-card{
  position: relative;
  max-width: 868px;
  border: 1.5px solid #e7c93a;
    background-clip: padding-box;
    background-image: radial-gradient(120% 140% at 78% 50%, rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .35) 30%, rgba(255, 255, 255, 0) 62%), linear-gradient(180deg, #ffeaa0 0%, #ffe186 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25), 0 6px 20px rgba(0, 0, 0, .04);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 0px;
  padding-top: 32px;
  padding-right: 160px;
  padding-left: 160px;
  padding-bottom: 32px; 
      border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* Grid "table" */
.price-table{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 0;
}

/* Header row */
.price-table .head{
    font-weight: 400;
    padding: .5rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .18);
    font-size: 18px;
    line-height: 22px;
    color: #303030;

}
.price-table .head:last-child{
  border-left: 1px solid rgba(0,0,0,.18);
}

/* Rows */
.price-table .rowg{
  display: contents; /* lets cells align to grid columns */
}
.price-table .cell {
    padding: .75rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    font-weight: 400;
    font-size: 18px;
    color: #303030;
    line-height: 22px;
}
.price-table .cell.price{
  border-left: 1px solid rgba(0,0,0,.18); /* vertical separator */
}

/* Product bullet dot */
.price-table .product{
  position: relative;
  padding-left: 1.25rem;
}
.price-table .product::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 20px;
    width: 6px;
    height: 6px;
    background: #ffd34d;
    border-radius: 50%;
}

/* Last row no border if you prefer */
.price-table .rowg:last-of-type .cell{ border-bottom: 0; }

/* Buttons */
.btn-pill{ border-radius: 999px; padding: .55rem 1.1rem; box-shadow: 0 8px 16px rgba(0,0,0,.10); }
.btn-yellow{ background:#eec630; color:#1a1a1a; border:1px solid #d6b22b; }
.btn-yellow:hover{ background:#f0cd49; color:#111; }
.btn-ghost{ background: #fff7c9; color:#1a1a1a; border:1px solid #e5ca54; }
.btn-ghost:hover{ background:#fff2a8; }

/* Responsive */
@media (max-width: 576px){
  .price-table{ grid-template-columns: 1fr 110px; }
}


.viw-pricelist.active{
display: block !important;
}

.viw-pricelist { scroll-margin-top: 100px; }

.service-itme-lists .viw-pricelist { position: relative; z-index: 20; }
.service-itme-lists .pricing-card  { position: relative; z-index: 21; }  /* NOT -1 */




/* contact us */

.contact {
    padding-left: 32px;
    padding-right: 32px;
}


.contact-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 520px;
    margin-top: 154px;
    border-radius: 30px;
}

.contact-banner-text{
    text-align: center;
}


.address-box {
    padding: 120px 75px;
    background: url('/images/Contact/Matto-Contact-Social-Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.main-icon-box {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 0px 40px;
    height: 304px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-icon-lists {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
}

.contact-icon-list-text h5 , .contact-icon-list-text p {
    margin-bottom: 0px !important;
}

.contact-icon-list-text {
    margin-top: 6px;
    margin-left: 10px;
}

.contact-icon-information p {
    margin-bottom: 0px !important;
    margin-top: 5px;
}


.icon-follows-ul {
    padding-left: 0px !important;
    margin-left:-15px !important;
}

.icon-follows-li {
    list-style-type: none !important;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

li.icon-follows-li p {
    margin-bottom: 0px !important;
    padding-left: 8px;
}



.contact-form-image {
    background: url('/images/Contact/Matto-Contact-Form-Image.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100%;
    border-radius: 20px;
}

.google-map {
    margin-top: 32px;
}

/* ServiceCleaning */

.ServiceCleaning {
    padding-left: 32px;
    padding-right: 32px;
}

.ServiceCleaning-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 520px;
    margin-top: 154px;
    border-radius: 30px;
}



.ServiceCleaning-banner-text{
    text-align: center;
}


.ServiceCleaning-gallery {
    margin-top: 32px;
    margin-bottom: 32px;
}


.ServiceCleaning-gallery .gallery-image{
  position: relative !important;  /* make it the offset parent */
  border-radius: 18px;
  overflow: hidden;
}

.ServiceCleaning-gallery .gallery-image img{
  display: block;
  width: 100%;
}

#xcarpet-overlay.gallery-image-box{
  position: absolute !important;
  top:   clamp(16px, 5vw, 80px);
  right: clamp(24px, 12vw, 192px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .6rem;
  text-align: right;
  z-index: 1;
}

.ServiceCleaning-gallery .row{
    margin-bottom: 32px;
}

.ServiceCleaning-pricelist{
    background: url('/images/CarpetInner/Matto-Carpet-Cleaning-Price-Full-Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;

}

.price-list-header {
    margin-bottom: 60px;
}


.ServiceCleaning .container {
    padding: 0px;
}


/* ############################### */
/* layout frame (same spirit as the demo) */
.panel-change-wrapper .spacer,
.panel-change-wrapper .wrapper {
  width: 100%;
  min-height: 100vh;
}

.panel-change-wrapper .wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
}

.panel-change-wrapper .cards {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .panel-change-wrapper .cards { width: 100%; padding: 0 30px; }
}
@media (min-width: 1024px) {
  .panel-change-wrapper .cards { width: 100%; padding: 0 50px; }
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: black !important;
    border-width: 1.5px !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.time-slot-col[disabled] {
  display: none !important;
}


/* the “card” that pins/scales/tilts */
.panel-change-wrapper .card-wrapper {
  width: 100%;
  perspective: 500px;
  margin-bottom: 50px;
}
.panel-change-wrapper .card-wrapper:last-child { margin-bottom: 0; }

.panel-change-wrapper .card {
  width: 100%;
  height: 700px;                 /* matches your previous panel height */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  backface-visibility: hidden;
}

/* overlay content you already had */
.panel-change-wrapper .card .card-content {
  width: 100%;
  padding: 100px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,.35);
      display: flex;
  flex-direction: column;
    align-content: center;
    align-items: flex-end;
}
.panel-change-wrapper .card .second-text { margin-bottom: 12px; }

/* keep your existing button styles (border-yellow-button) */



/* #################################### */


:root{
      --brand:#f4d54d;          
      --brand-600:#f0c72b;
      --ink:#111;
      --muted:#6c757d;
      --radius:22px;
    }



    /* Segmented tabs (Individual / Corporate) */
    .segmented{
      background: #fdeea6;
      border-radius: 999px;
      padding: 6px;
      display: inline-flex;
      gap: 6px;
    }
    .segmented .btn{
      border-radius: 999px;
      padding: .35rem .9rem;
      font-weight: 600;
    }
    .segmented .btn.active{
      background: var(--brand);
      color: #222;
      border-color: var(--brand);
    }

    /* Left feature list */
    .feature-col{
      min-width: 220px;
    }
    .feature-col .form-switch .form-check-input{
      width: 3rem; height: 1.5rem;
      background-color: #ffe889;
      border-color: #ffe889;
    }
    .feature-col .form-switch .form-check-input:checked{
      background-color: var(--brand);
      border-color: var(--brand);
    }
    .feature-col .feat{
      padding: .85rem .25rem;
      color: #303030;

    }

    /* Cards */
    .plan-card{
      border-radius: 18px;
      border: 1px solid #f1e7b5;
      background: #fff9d9;
      overflow: hidden;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .plan-card:hover{     
        transform: translateY(-28px);
    background: #F9D120 !important;
    border: 1px solid #00000066;
    box-shadow: 0px 6px 10px 0px #00000026 !important;
}
    .plan-card .price, .price-suffix{ font-size: 36px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0;
}
    .plan-card .per{ font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;color: #000000; margin-left: .35rem; }

    /* Middle “recommended” */
    .plan-card.reco{
      background: linear-gradient(180deg, #ffe47a 0%, #ffe89c 30%, #fff3bf 100%);
      border-color: var(--brand-600);
      box-shadow: 0 8px 24px rgba(240,199,43,.28);
      position: relative;
    }
    .plan-card.reco .badge-top{
      position: absolute; left: 50%; transform: translateX(-50%);
      top: 10px;
      background: var(--brand-600); color: #222; font-weight: 800;
      border-radius: 999px; padding: .3rem .75rem; font-size: .75rem;
      letter-spacing: .08em;
    }

    /* Tick / cross icons (Bootstrap Icons optional – using emoji for brevity) */
    .icon-yes{ font-size: 18px; line-height: 1; color: #2fbf64;}
    .icon-no { font-size: 18px; line-height: 1; color: #e24b4b;}

    /* CTA button style */
    .btn-pill{
      border-radius: 999px;
      padding: .6rem 1rem;
      font-weight: 700;
      background: #fff;
      border: 1px solid #f1e7b5;
    }
    .reco .btn-pill{ background:#fff; border-color:#f0c72b; }

    /* Responsive spacing */
    @media (max-width: 991.98px){
      .feature-col{ order: 2; margin-top: 1rem; }
    }

    .subscription{
     background: linear-gradient(180deg, rgba(249, 209, 32, 0.2) 0%, rgba(255, 255, 255, 0) 111.39%);
   border: 1px solid #F9D120;
    border-radius: 30px;
    padding: clamp(20px, 4vw, 48px);

    }

   .subscription .form-switch {
            padding-left: 35px !important;
    }
    .plan-card {
    border-radius: 18px;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease;
    background: #FEF6D2;
    border: 1px solid #F9D120;
    padding-top:32px;
    padding-bottom: 32px;
}

.list-icons-sub li {
  padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ffffffd9;
    border-top: 1px solid #ffffffd9;
}

.col-pad-32 { padding: 32px !important; }

.year-plan-box {
    margin-top: 80px;
}

.year-itemlist h5 {
    padding-top: 20px;
    padding-bottom: 15px;
}

.form-switch-carpet{
    margin-left: 10px;
}



/* container to position the faux caret */
.select-wrap{
  position: relative;
}

/* shape & feel of the select */
.select-pill{
  border-radius: 10px;                 /* rounded like your mock */
  padding-right: 3.25rem;              /* space for the caret */
  height: 46px;                        /* keep a steady height */
  background-color: #fff;
  border-color: #d9d9d9;
  font-size: 15px;

  /* hide native arrow in most browsers */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-pill:focus{
  border-color: #f4d54d;
  box-shadow: 0 0 0 .2rem rgba(244,213,77,.25);
}

/* yellow circular caret */
.select-caret{
  position: absolute;
  right: .75rem;                       /* move horizontally as you like */
      margin: -25px auto !important;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f4d54d;                 /* brand yellow */
  display: grid;
  place-items: center;
  pointer-events: none;                 /* click passes to select */
}

.form-select.is-invalid { padding-right: 3rem; }

/* the white chevron inside the yellow circle */
.select-caret::before{
  content: "";
  width: .45rem;
  height: .45rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);             /* down arrow */
  margin-top: -2px;                     /* a tiny visual tweak */
}

/* ##################### */



:root {
            --story-brand: #f4d54d;   /* your yellow */
            --story-bg: #2e3238;      /* outer shell */
            --story-canvas: #1f2328;  /* inner canvas */
            --primary-dark: #2e3238;
            --accent-yellow: #f4d54d;
        }

       

  /* Stories Section */
        
        
        /* Stories Modal Styles */
        #storiesModal .story-shell {
            background: var(--story-bg);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 24px 80px rgba(0,0,0,.45);
        }

        #storiesModal .story-canvas {
            width: min(430px, 92vw);
            aspect-ratio: 9/16;
            max-height: 86vh;
            margin: 18px auto;
            background: var(--story-canvas);
            border-radius: 16px;
            overflow: hidden;
            position: relative;
        }

        #storiesModal .carousel,
        #storiesModal .carousel-inner,
        #storiesModal .carousel-item { 
            height: 100%; 
        }

        #storiesModal .carousel-item > img,
        #storiesModal .carousel-item > video {
            width: 100%; 
            height: 100%;
            object-fit: cover;
            display: block;
            background: #000;
            border-radius: 0 !important;
        }

        #storiesModal .story-progress {
            position: absolute; 
            inset: 10px 12px auto 12px;
            z-index: 6;
        }
        
        #storiesModal .story-progress .bar {
            flex: 1 1 auto;
            height: 2px;
            background: rgba(255,255,255,.28);
            border-radius: 999px;
            overflow: hidden;
        }
        
        #storiesModal .story-progress .bar > span {
            display: block; 
            height: 100%; 
            width: 0;
            background: #fff;
            transition: width var(--dur,5000ms) linear;
        }
        
        #storiesModal .story-progress .bar.done > span { 
            width: 100%; 
        }
        
        #storiesModal .story-progress .bar.active > span { 
            width: 100%; 
        }

        #storiesModal .story-header {
            position: absolute; 
            inset: 32px 12px auto 12px;
            z-index: 7; 
            pointer-events: none;
        }
        
        #storiesModal .brand-avatar {
            width: 28px; 
            height: 28px; 
            border-radius: 50%;
            border: 2px solid var(--story-brand); 
            background: var(--story-brand);
            object-fit: cover;
        }
        
        #storiesModal .brand-name { 
            font-weight: 600;
            color: white;
        }

        #storiesModal .story-gradient-top {
            position: absolute; 
            inset: 0 0 auto 0; 
            height: 120px;
            background: linear-gradient(180deg, rgba(0,0,0,.6), rgba(0,0,0,0));
            z-index: 5; 
            pointer-events: none;
        }

        #storiesModal .carousel-control-prev,
        #storiesModal .carousel-control-next {
            width: 30%; 
            height: 100%; 
            opacity: 0; 
            z-index: 8;
        }
        
        #storiesModal .carousel-control-prev-icon,
        #storiesModal .carousel-control-next-icon { 
            display: none; 
        }

        @media (min-width: 992px) {
            #storiesModal .modal-dialog { 
                max-width: 620px; 
            }
        }

        @media (max-width: 576px) {
            #storiesModal .modal-dialog { 
                margin: 0; 
            }
            
            #storiesModal .story-shell { 
                border-radius: 0; 
            }
            
            #storiesModal .story-canvas {
                width: 100vw; 
                height: 100dvh;
                aspect-ratio: auto; 
                border-radius: 0;
            }
        }












/* ######################### */







/* hide the IE arrow, if needed */
.select-pill::-ms-expand{ display:none; }


input#billSwitch {
    width: 50px;
    height: 25px;
    background-color: #ffe066;
    border: 2px solid #ffd43b;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: white;
    margin-top: -2px;
}

.col.Starter-col {
    margin-top: 5px;
}


.carpet-form-image{
    background: url('/images/CarpetInner/Matto-Carpet-Cleaning-Price-Cal-Image.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100%;
    border-radius: 20px;
}


/* model */

.ordermodeImage {
    margin-bottom: 10px;
}

.ordermodeImage img {
    border-radius: 30px;
}

.orderModel-col a{
    text-align: center;
    width: 90%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #E8E5D4;
    background-clip: padding-box;
    border: none !important;
    border-radius: 30px !important;
    outline: 0;
}

.modal-body {
    margin-bottom: 40px;
}

button.outline a {
    text-decoration: none !important;
    color: #303030 !important;
}

.ServiceCleaning-banner-text input.subscribe {
    background: #FFFFFF;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    width: 100%;
    border: 1px solid white;
    border: 1px solid #999999;
    width:75%;
}

.ServiceCleaning-banner-text button.subscribe-btn {
    padding: 13px 24px 13px 24px;
    color: var(--main-text-color);
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    border-radius: 50px;
    text-decoration: none;
    background: #F9D120;
    border: 1px solid #F9D120;
    position: absolute;
    margin-left: -100px;
    margin-top: 5px;
}
.ServiceCleaning-banner-text form{
    margin-top: 40px;
}

.trackOrder-faq-box{
   width: 75%;
   margin-top: 140px;
   margin-bottom: 140px;
}

.faq-order-btn {
    margin-top: 40px;
}


/* order tarcking */
.TrackOrderDetails {
    margin-top: 200px;
}

 :root{
    --card-yellow: #f3d33c;
    --rail: rgba(255,255,255,.55);
    --progress: #ffffff;
    --dot: #ffffff;
    --ring: #000000;
    --text-dim: rgba(0,0,0,.65);
    --radius: 28px;
  }

  /* ============ Shell ============ */
  .order-head .btn-summary{
    border-radius: 999px;
    font-weight: 700;
    padding: .6rem 1.25rem;
    background: var(--card-yellow);
    border: 0;
  }

  .order-track{
    position: relative;
    background: var(--card-yellow);
    border-radius: var(--radius);
    padding: 2.25rem 1.25rem;
    overflow: hidden;
  }

  /* horizontal rail (desktop) */
  .track-rail{
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 138px;
    height: 5px;
    background: #FBE379;
    border-radius: 2px;
  }
  .track-rail::after{
    content:"";
    position:absolute; inset:0;
    width: calc(var(--progress-ratio, 0) * 100%);
    height: 100%;
    background: var(--progress);
    border-radius: inherit;
    transition: width .35s ease;
  }

  .track{
    display: grid;
    grid-template-columns: repeat(var(--cols,5), 1fr);
    gap: clamp(8px, 1.8vw, 24px);
    text-align: center;
  }

  .step{
    position: relative;
    padding-bottom: .5rem;
  }
  .step-figure{
    width: 120px; height: 120px;
    margin: 0 auto 50px;
    border-radius: 999px;
    display: grid; 
    place-items: center;
  }
  .step-figure i{ font-size: 44px; color:#222; }

  .step-title{ font-weight: 700; }
  .step-meta{ 
        color: #303030;
    font-size: 16px;
    line-height: 24px;
}
  .step-meta small{ display:block; }

  /* little dot on the rail */
  .step-dot{
    position: absolute;
    left: 50%;
    transform: translateX(-40%);
    bottom: 95px;
    width: 20px;
    height: 20px;
    background: var(--dot);
    border-radius: 999px;
  }

  /* ################################################## */

  .step-dot::after{ 
    content: "";
    position:absolute; 
    inset:0; 
    display:grid; 
    place-items:center;
    color: var(--ring); 
    font-weight: 900; 
    font-size: 12px;
  }

.step[data-step-state="done"] .step-dot::after{
    content: "✓";
  }

  .step[data-step-state="current"] .step-dot{
    background: #FBE379;
  }

  .step[data-step-state="current"] .step-dot::after{
     content: "";
  }

  .step[data-step-state="todo"] .step-dot{
    background: #FBE379;
  }
  .step[data-step-state="todo"] .step-meta{
    opacity: 0.3;
  }
  .step[data-step-state="todo"] .step-dot::after{ 
    content:""; 
  }

#panel-change-wrap{
display: block !important;
}

#panel-change-wrap-mobile{
display: none !important;
}

#quoteModal .modal-dialog {
        max-width: 630px;
        margin-right: auto;
        margin-left: auto;
    }

#expressSuccessModal .order-card {
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    color: #1a1a1a;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    padding: 20px !important;
    background-color: white;
    border: 2px solid white;
}

#expressSuccessModal .thank-you-div {
    margin-top: 50px;
}

#quoteModal .modal-body {
    margin-bottom: 0px !important;
}




span.fs-3.close-icon-model {
    color: black;
    font-weight: 800;
    cursor: pointer;
}

button.close-btn-model {
    position: absolute;
    right: 15px;
    top: 0;
    border: none !important;
    background: transparent !important;
}


/* ############################################################ */

.contact-icon-lists.contact-address-list {
    margin-left: 12px;
}
  


  .TrackOrderDetail-page{
    padding-left: 32px;
    padding-right: 32px;
  }


  button.btn-close {
    background: none !important;
    opacity: 1;
}

  button.btn-close img {
    margin-left: -60px;
    width: 30px;
    height: 30px;
   
}

.timeline-hero .image-card img {
    border-radius: 25px;
}

.express-note {
    background-color: rgba(255, 233, 132, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 24px 40px 24px 40px;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex-direction: column;
    gap: 0.5rem;
}

.express-note-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.express-note-btn a {
    background: #F9D12033;
    border: 1px solid #F9D120;
    padding: 16px 24px 16px 24px;
    border-radius: 30px;
    color: #303030;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none !important;
}


/* privacy policy */

.privacy-policy {
    margin-top: 154px;
    padding-left: 32px;
    padding-right: 32px;
}

.privacy-header {
    border-radius: 30px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-size:cover !important;
    background-position: center !important;

}

.privacy-contents {
    border: 1px solid #F9D120;
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.privacy-body-text {
    margin-bottom: 40px;
}

.privacy-body-text .main-text {
    color: #303030;
}

/* blog */

/* Header Gradient */
.blog-page-full-wrap .hero-section {
    background: url('/images/Blog/Blog-Banner-Background.jpg');
    padding: 60px 20px 80px;
    border-radius: 30px;
    text-align: center;
    background-repeat: no-repeat  !important;
    background-position: center !important;
    background-size: cover !important;
}

.blog-page-full-wrap .hero-section h2 {
    font-weight: 700;
}

.blog-page-full-wrap .hero-section input {
    border-radius: 30px;
    padding: 16px 20px;
    border: 1px solid #999999;
    width: 445px;
    max-width: 90%;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
}

.blog-page-full-wrap .hero-section button {
    background: #ffd63300;
    border: none;
    /* border-radius: 50%; */
    padding: 10px 14px;
    margin-left: -57px;
}

.blog-page-full-wrap .hero-section button i {
    background: #F9D120;
    padding: 10px;
    border-radius: 50%;
    margin-left: -5px;
}

.Track-delivery-desktop{
display: block !important;
}
.Track-delivery-mobile{
display: none !important;
}

/* order summery */

.order-card{
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    color: #1a1a1a;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    padding: 20px !important;
    background-color: rgb(249 209 32);
    border: 2px solid rgb(249 209 32);
}

.order-card .order-details-lists {
    margin: 40px 80px;
}

.order-card .order-detail-box h5 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 0px !important;
    padding-top: 0px;
}

.order-card .order-item-border {
    border-bottom: 2px solid rgb(0 0 0 / 26%);
    margin-top: 20px;
}


.order-title{
  font-weight:500;
  text-align:center;
  font-size:clamp(26px,3.2vw,40px);
  letter-spacing:.2px;
}

/* Image + name */
.item-thumb{
  width:160px; height:160px;
  border-radius:20px;
  object-fit:cover;
  display:block;
}
.item-name{
  font-weight:500;
  font-size:clamp(18px,2.4vw,28px);
}

/* Lines + rows */
.order-divider{
  opacity:1;
  border:0;
  border-top:1px solid rgba(255,255,255,.7);
  margin:1.1rem 0;
}
.kv{
  display:flex; flex-direction: column;justify-content:space-between; align-items:center;
  gap:1rem; font-size:1.05rem; margin:.35rem 0;
}
.kv.total{ font-weight:400; font-size:1.2rem; }

/* Close button */
.order-close{
  position:absolute; top:16px; right:16px;
  transform:scale(1.25); opacity:1;
}
/* make the default X white */
.btn-close.order-close{ filter: invert(1) grayscale(100%) brightness(200%); }

/* Responsive */
@media (max-width:576px){
  .item-thumb{ width:120px; height:120px; }
}

/* end order summery */


.blog-inner p, .blog-inner span {
    font-family: "Outfit", sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
}
.modal-header {
    border-bottom: none !important;
}



/* Circle filters */
.blog-page-full-wrap .circle-filters {
    margin-top: -50px;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.blog-page-full-wrap .circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff8d6;
    border: 2px solid #ffd633;
}

.blog-page-full-wrap .circle.active {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff8d6;
    border: 2px solid #E6E6E6;
}

/* Toggle buttons container */
.blog-page-full-wrap .toggle-buttons {
    display: flex;
    justify-content: center;
    margin: 80px 0 50px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
}

.blog-page-full-wrap .btn-group-toggle {
    display: flex;
    background: linear-gradient(to right, #ffd633, #ffe680);
    border-radius: 50px;
    padding: 4px;
}

.blog-page-full-wrap .toggle-btn {
    border: none;
    background: transparent;
    padding: 10px 30px;
    font-weight: 600;
    color: #b58900;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.blog-page-full-wrap .toggle-btn.active {
    background: #ffd633;
    color: #000;
}

/* Blog Cards */
.blog-page-full-wrap .blog-card {
    border: 1.5px solid #ffd633;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 32px;
    transition: 0.3s;
    background: #fff;
}

.blog-page-full-wrap .blog-card .header-txt-name {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.blog-page-full-wrap .blog-card .likes img {
    width: 40%;
    cursor: pointer;
}

.blog-page-full-wrap .blog-card .share img {
    width: 70%;
    cursor: pointer;
}

.blog-page-full-wrap .blog-decription-txt {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    padding-bottom: 25px;
}

/* .profile-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ffd633;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
} */
.blog-page-full-wrap .like-share-full-wrap {
    padding-bottom: 16px;
    margin-bottom: 0px !important;
}

.blog-page-full-wrap .about-bottom-two-wrapper {
    padding-top: 90px;
}

.blog-page-full-wrap .blog-image {
    width: 100%;
    height: 180px;
    background: #ddd;
    border-radius: 8px;
}

.blog-page-full-wrap .blog-btn {
    padding: 12px 24px 12px 24px;
    color: var(--main-text-color);
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    background: var(--primary-yellow-button-color);
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid var(--primary-yellow-button-color);

}

.blog-page-full-wrap .blog-btn:hover{
    background: var(--second-yellow-button-color);
    border: 1px solid var(--white-color);
}

/* Stories Layout */
.blog-page-full-wrap .story-box {
    border: 1.5px solid #ffd633;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
}

.blog-page-full-wrap .story-img {
    border-radius: 10px;
    overflow: hidden;
}

.blog-page-full-wrap .customer-info {
    padding: 15px;
}

.blog-page-full-wrap .customer-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-page-full-wrap .btn-order {
    background: #ffd633;
    border: none;
    border-radius: 50px;
    padding: 8px 25px;
    font-weight: 600;
    float: right;
    margin-top: 20px;
}
.blog-stories-order-nw-btn-wrap{
   padding-top: 14vh;
    display: flex;
    justify-content: flex-end;
}


button.blog-btn a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}


/* blog Inner */

.blog-inner{
    margin-top: 154px;
    padding-left: 32px;
    padding-right: 32px;
}

.blog-inner-header{
    border-radius: 30px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-size:cover !important;
    background-position: center !important;

}

.blog-inner-body {
    border: 1px solid #F9D120;
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-inner-body-text {
    margin-bottom: 40px;
}

.blog-inner-body-text .main-text {
    color: #303030;
}

.blogInner-body-header img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.blogInner-body-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FEF6D2;
    padding: 16px 32px;
    border-radius: 20px;
}

.blogInner-image-box {
    display: flex;
    align-items: center;
}
.blogInner-image-box  p{
    margin-bottom: 0px;
    margin-left: 5px;
}

.blogInner-body-header p{
     margin-bottom: 0px;
}

.BlogInner-body-main-image {
    padding-top: 60px;
    padding-bottom: 60px;
}


.related-article {
    margin-top: 120px;
    margin-bottom: 120px;
}

.related-article-header {
    padding-bottom: 55px;
}

.blog-inner-end{
    padding-left: 32px;
    padding-right: 32px;
}