.pt-0{
    padding-top: 0 !important; 
}
.hero-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.hero-banner .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 120px;
    padding-bottom: 120px;
    justify-content: space-between;
}
.hero-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
}
.hero-banner .container > div {
    width: 50%;
}
.hero-banner p.banner_desc {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 10px;
}
.banner-images {
    position: relative;
    text-align: end;
}
.banner-images .banner-img1 {
    max-width: calc(100% - 125px);
    width: 100%;
    border-radius: 100px 10px;
    height: 650px;
}
.banner-images .banner-img2 {
    border-radius: 42px 10px;
    height: 260px;
    width: 250px;
    position: absolute;
    left: 0;
    bottom: 70px;
    object-fit: none;
    object-position: left;
}
.banner-content p.label {
    background-color: #3e4ab866;
    margin: 0;
    min-height: 70px;
    padding: 10px 40px;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.32em;
    color: #FFF;
    display: flex;
    align-items: center;
    max-width: max-content;
    border-radius: 16px;
    border: 1px solid #3e4ab8;
    text-transform: uppercase;
}
a.btn-label {
    width: 50px;
    height: 50px;
    background: #3e4ab8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* backdrop-filter: blur(25.100000381469727px); */
    /* box-shadow: 0px 0px 15.52px 0px #EE5256 inset; */
}

a.btn-label img {
    filter: brightness(0) invert(1);
}

.banner-content p.label {
    gap: 10px;
}
.btn-label-wrap {
    margin-top: 15px !important;
}
.banner-content h1 {
    font-family: Montserrat;
    font-size: 90px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 0;    
}
.banner-content h1 strong {
    font-weight: 500;
}
.banner-content .banner-btn {
    display: flex;
    margin-top: 50px;
    max-width: max-content;
    cursor: pointer;
}
.hero-banner .banner-images {
    max-width: calc(50% - 70px);
}

.usp-sec {
    background-color: rgb(172 169 186 / 20%);
    padding: 33px 0;
}
.usp-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 90px;
    justify-content: center;
}
.usp-inner .usp-grid {
    display: flex;
    align-items: center;
    gap: 18px;
}
.usp-grid .content h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 21.6px;
    color: #000000;
    margin-bottom: 8px;
}
.usp-grid .content p {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    margin-bottom: 0;
}
.we-offer, .padding_90 {
    padding: 90px 0;
}
.offer-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px 30px;
    justify-content: center;
    padding-top: 50px;
}
.offer-card img.cabinet-img {
    width: 100%;
    border-radius: 16px;
    /* height: 530px; */
    object-fit: cover;
    aspect-ratio: 1.6/1;
}
.offer-cards .offer-card {
    width: calc(100% / 2 - 15px);
}
.offer-cards .offer-card p {
    font-size: 18px;
    margin-top: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}
.head-section {
    text-align: center;
}
.head-section p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    letter-spacing: 0.36em;
    color: var(--theme-btn-primary-color);
    text-transform: uppercase;
    margin: 0;
}
.head-section h2 {
    font-family: Montserrat;
    font-size: 70px;
    font-weight: 400;
    line-height: 85.33px;
    color: #020202;
    margin: 0;
}
.card-data .tag {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    color: var(--theme-btn-primary-color);
    letter-spacing: 0.2px;
    margin: 0;
}
.card-data .title {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    line-height: 21.6px;
    color: #000000;
    margin: 0;
}
.card-data {
    padding-top: 30px;
}
.card-data .btn-text {
    display: flex;
    align-items: center;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 21.6px;
    color: #AE0927;
    gap: 12px;
    margin-top: 20px;
    border-bottom: 1px solid #AE0927;
    max-width: max-content;
    padding-bottom: 6px;
}
.card-data .btn-text img {
    margin-top: -4px;
}
.offer-card a:hover .btn-text {
    color: #AE0927;
}
.cabinets-style {
    padding-bottom: 90px;
}
.cabinet-card {
    display: flex;
    flex-direction: column;
}
.cabinet-card > img {
    width: 100%;
}
.cabinet-card .style-name {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 35px;
}
.cabinet-card .product-img {
    border-radius: 20px;
    min-height: 600px;
    max-height: 600px;
    object-fit: cover;
}
.style-cabinets-slider {
    margin-top: 60px;
}
.cabinet-card .style-name img {
    width: auto !important;
    margin-top: -5px;
}
.select-color-inner .color-form {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.select-color-inner > div {
    width: 50%;
}
.image-side img {
    width: 100%;
}
.select-color-inner {
    display: flex;
}
.color-form > p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    letter-spacing: 0.36em;
    color: var(--theme-btn-primary-color);
    text-transform: uppercase;
    margin: 0;
}
.color-form > h2 {
    font-family: Montserrat;
    font-size: 70px;
    font-weight: 400;
    line-height: 85.33px;
    color: #020202;
    margin: 10px 0 20px 0;
}
.color-selection h2 {
    font-family: Montserrat;
    font-size: 70px;
    font-weight: 400;
    line-height: 85.33px;
    color: #020202;
    margin: 0 0 10px 0;
    width: 100%;
}
.select-options div .default {
    background-color: #D9D9D9;
    padding: 10px 23px;
    border-radius: 13px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
    color: #787586;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('/wp-content/uploads/2025/01/down-arrow.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    cursor: pointer;
}
.select-options div .default-text {
  max-width: 80px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.color-wrap.selected .default {
    background-color: #ae0927;
    color: #FFF;
    background-image: url('/wp-content/uploads/2025/01/down-arrow-white.png');
}
ul.color-select {
    border-radius: 13px;
    overflow: hidden;
    margin: 0;
    position: absolute;
    display: none;
    width: 100%;
    min-width: 250px;
    box-shadow: 0 0 10px 0 rgb(0,0,0,0.2);
    z-index: 99;    
}
ul.color-select li {
    padding: 10px 20px;
    background-color: #FFFFFF;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
ul.color-select li:hover {
    background-color: #ae0927;
    color: #FFFFFF;
    cursor: pointer;
}
ul.color-select li:not(:last-child) {
    border-bottom: 1px solid #ae0927;
}
.select-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.select-options > div {
    min-width: 150px;
    position: relative;
}


.color-selection ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    gap: 20px;
    margin: 0;
}

.color-selection li {
    position: relative;
}


.color-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.color-container {
    width: 56px;
    height: 56px;
}


.color-container input {
    accent-color: var(--theme-primary-color);
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 2px solid #ACA9BA;
    transition: all 0.3s;
    display: none;
    overflow: hidden;
}
.color-container input:not(:checked)~.checkmark:before {
    content: "";
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    border: 2px solid #ACA9BA;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
}
.color-container input:checked~.checkmark:before {
    content: "";
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    border: 2px solid #AE0927;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
}
.color-selection:not(:has(.color-container input:checked)) .color-container input[checked="checked"]~.checkmark:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
/*    background: var(--theme-primary-color);*/
    border: 2px solid #fff;
    border-radius: 50%;
}
/*.color-container .checkmark {background: #fff;}*/

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    transition: all 0.3s;
}

/* label container */
.color-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.color-container:hover input~.checkmark {
    transition: all 0.3s ease-in-out;
}

/* When the radio button is checked */
.color-container input:checked~.checkmark {
/*    border-color: #AE0927;*/
    transition: all 0.3s ease-in-out;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.color-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.color-container .checkmark:after{
    display: none !important;
}
.color-container .checkmark:after {
    top: -2px;
    left: -2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--kc-primary);
    transition: all 0.3s ease-in-out;
    line-height: normal;
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 4px solid #fff;
    overflow: hidden;
}
.color-container .checkmark:after {
    background-color: transparent;
    border: none;
}


.color-form .buttons .submit {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.79px;
    font-style: normal;
    color: #FFFFFF;
    background: var(--theme-btn-primary-color);
    backdrop-filter: blur(25.100000381469727px);
    box-shadow: 0px 0px 15.52px 0px var(--theme-btn-primary-color) inset;
    padding: 18px 31px 18px 30px;
    border-radius: 30px;
    min-width: 184px;
    border: 1px solid var(--theme-btn-primary-color);
}
.color-form .buttons .submit:hover {
    background-color: unset;
    color: #3f4bb8;
    border-color: #3f4bb8;
    box-shadow: unset;
}


.color-form .buttons .reset {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.79px;
    font-style: normal;
    color: #AE0927;    
    background: #FFFFFF;
    padding: 18px 31px 18px 30px;
    gap: 10px;
    border-radius: 30px;
    min-width: 184px;
    border: 1px solid #AE0927;
}
.color-form .buttons .reset:hover {
    background: #AE0927;
    backdrop-filter: blur(25.100000381469727px);
    box-shadow: 0px 0px 15.52px 0px #787586 inset;
    color: #FFFFFF;
}
.color-form .buttons {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.color-form .buttons button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.color-form .buttons button span {
    width: calc(100% - 17px);
}
.color-form .buttons .submit:not(:hover) img {
    filter: brightness(0) invert(1);
}
.color-form .buttons .reset:hover img {
    filter: brightness(0) invert(1);
}
ul.color-select li.selected {
    background-color: #ae0927;
    color: #FFFFFF;
    cursor: pointer;
}
.color-wrap.selected .default {
    background-color: #ae0927;
    color: #FFF;
}
.select-color-sec {
    padding: 100px 0;
    background: #ACA9BA33;
}
.get-started-section {
    padding: 110px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.get-started-section:before {
    content: '';
    background-color: rgb(174 9 39 / 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.get-started-inner .head-section p,
.get-started-inner .head-section h2 {
    color: #FFFFFF;
}
.gs-grids {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 100px;
    gap: 48px;
}
.get-started-card {
    width: calc(100% / 3 - 32px);
    backdrop-filter: blur(54px);
    background: rgb(255 255 255 / 20%);
    border-radius: 50px;
    padding: 75px 40px 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.get-started-card h2 {
    color: #FFFFFF;
    margin: 0;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 500;
    line-height: 60.95px;
    text-align: center;
}
.get-started-card p {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.6px;
    text-align: center;
    letter-spacing: 0.2px;
    margin: 10px 0 30px 0;
}
.get-started-card a {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #FFFFFF;
    display: inline-block;
    border-bottom: 1px solid #AE0927;
    padding-bottom: 10px;
    margin-top: auto;
}
.get-started-card a img {
    margin-left: 12px;
}
.get-started-card a:hover {
    color: #AE0927;
}
.get-started-card .gs-icon {
    background-color: #AE0927;
    padding: 10px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;    
}
.shop-banner-section {
    position: relative;
}
.shop-banner-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    left: 0;
}
.shop-banner-inner h2 {
    font-family: Montserrat;
    font-size: 70px;
    font-weight: 500;
    line-height: 85.33px;
    text-align: center;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0 0 50px 0;
}
.shop-banner-section {
    padding: 130px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.shop-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop-banner-inner .common-btn:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.start_shopping {
    gap: 10px;
    margin-top: 15px;
}
.start_shopping:hover{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.testimonials-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.testimonials-side {
    width: 60%;
    max-width: 1025px;
    padding: 200px 20px 200px 90px;
}
.testimonials-inner .image-side {
    width: 40%;
    max-width: 800%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonials-section {
    background-color: #ACA9BA;
}
.testimonials-side .head-section p {
    text-align: left;
    color: #494754;
}
.testimonials-side .head-section h2 {
    text-align: left;
    margin-top: 3px;
}
.testimonials-wrapper .testimonial {
    background-color: #CAC8D2;
    border-radius: 38px;
    backdrop-filter: blur(54px);
    padding: 48px 50px;
}
.testimonial .stars .fa-star {
    color: #A67634;
    font-size: 21px;
}
.testimonial .stars {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.client_feedback {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 24.6px;
    text-align: left;
    padding-top: 40px;
    position: relative;
    margin-top: 40px;
    color: #000000;
}
.client_feedback:before {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/uploads/2025/01/quote.png');
    position: absolute;
    top: 0;
}
.client-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 23px;
    padding-top: 30px;
    margin-top: auto;
    align-items: center;
}
.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.client-info > img {
    width: 100px !important;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.info .tag {
    margin: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}
.info .client-name {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #000000;
    margin: 16px 0 0 0;
}
.testimonials-wrapper {
    margin-top: 40px;
}
.testimonials-wrapper button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.testimonials-wrapper button.owl-dot.active {
    background-color: var(--theme-btn-primary-color);
}
.testimonials-wrapper button.owl-dot:not(.active) {
    background-color: #cac8d2 !important;
}
.testimonials-wrapper .owl-dots {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
}

.testimonials-side .owl-carousel .owl-stage {
    display: flex;
}

.testimonials-side .owl-carousel .owl-stage .owl-item .testimonial {
    height: 100%;
    display: grid;
    grid-template-rows: min-content min-content 1fr;
}


/*CTA Section*/
.signup_wrap {
    display: flex;
    align-items: center;
}
.signup_wrap_head {
    width: 45%;
}
.signup_wrap_img {
    width: 55%;
    padding-left: 65px;
}
.inner_signup {
    display: flex;
    background: #D9D9D9;
    border-radius: 30px;
    overflow: hidden;
/*    align-items: center;*/
}
.inner_signup_img {
    width: 45%;
}
.inner_signup_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-clip: border-box;
    min-height: 270px;
}
.inner_sign_text {
    width: calc(100% - 45%);
    padding: 40px 40px 40px 50px;
}
section.sign_up_sec {
    padding: 90px 0;
}
.signup_wrap_head h2, .why-choose-inner h2 {
    font-size: 70px;
    font-weight: 400;
    color: #000;
    margin-bottom: 33px;
    line-height: 85px;
    text-transform: capitalize;
}

.signup_wrap_head p, .why-choose-inner p {
    color: var(--theme-dark-color);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 25px;
}
.signup_wrap_head p{
    margin-bottom: 30px;
}
.inner_text p {
    margin: 0;
}
.inner_call_us {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.call_ic_wrap {
    background: var(--theme-btn-primary-color);
    padding: 14px;
    border-radius: 50%;
}
.inner_call_us p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.inner_call_us a {
    font-size: 30px;
    color: var(--theme-tertiary-color);
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.text_sign_up p {
    color: var(--theme-tertiary-color);
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Open Sans';
}
.text_sign_up p strong {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.51px;
    text-align: left;
    margin-left: 30px;
}
.text_itm_detail p:not(:last-child) {
    margin-bottom: 20px;
}
.text_itm_detail p.red {
    color: #AE0927;
}
.text_sign_up .text_itm_detail {
/*    display: flex;
    gap: 16px;*/
/*    margin-bottom: 20px;*/
}
/*.text_sign_up .text_itm_detail:last-child {
    margin: 0;
}*/
.text_itm_detail.red p {
    color: var(--theme-primary-color);
}


/* Logo Section */
.head_sec_space{
    margin-bottom: 60px;
}
.logo-itm {
    /* height: 85px; */
    padding: 0 15px;
    display: flex;
}
.logos .owl-stage {
    display: flex;
    align-items: center;
}
.logo-itm img {
    display: block;
    height: 100%;
    /* object-fit: contain; */
    width: auto !important;
    max-width: 100%;
    margin: auto;
}
.trusted-inner {
    background: #F5F5F5;
    padding: 40px 60px;
    border-radius: 25px;
}
.logos .owl-dots {
    display: none;
}

/* Responsive Styles */
@media(min-width:1200px) and (max-width:1699px) {
    .offer-card img.cabinet-img {
        /* height: 350px; */
    }
}
@media (max-width:1699px) {
    .banner-images .banner-img1 {
        height: 470px;
    }
    .banner-images .banner-img2 {
        height: 200px;
        width: 200px;
        bottom: 50px;
    }
    .usp-inner .usp-grid {
        gap: 10px;
    }
    .banner-images .banner-img1 {
        max-width: calc(100% - 100px);
    }
    .banner-content h1 {
        font-size: 60px;
        line-height: 1.3em;
        margin-top: 30px;
    }
    
    .banner-content p.label {
        font-size: 15px;
        min-height: 60px;
    }
    
    .usp-inner {gap: 0;justify-content: space-between;}
    
    .usp-grid .content h2 {
        font-size: 15px;
        margin-bottom: 4px;
        line-height: 1.2;
    }
    .usp-inner .usp-grid img {
        width: 32px;
    }
    .usp-inner .usp-grid img {
        width: 32px;
    }
    
    .card-data .btn-text {
        margin-top: 16px;
        font-size: 18px;
    }
    
    label.color-container {
        width: 34px;
    }
    .card-data .btn-text {
        margin-top: 16px;
        font-size: 18px;
    }
    .usp-grid .content p {
        font-size: 13px;
    }
    .offer-cards {
        padding-top: 40px;
    }
    .testimonials-side {
        padding: 80px 20px 80px 50px;
    }
    .style-cabinets-slider {
        margin-top: 40px;
    }
    .head-section h2 {
        font-size: 50px;
        line-height: 57px;
    }
    
    .head-section p {
        font-size: 15px;
    }
    
    .cabinet-card .product-img {
        max-height: 350px;
        min-height: 350px;
    }    
    
    .cabinet-card .style-name {
        margin-top: 20px;
        font-size: 20px;
    }
    
    .cabinet-card .style-name img {
        width: 16px !important;
    }
    
    .color-form > p {
        font-size: 15px;
    }
    
    .color-form > h2 {
        font-size: 30px;
        line-height: 57px;
    }
    
    .color-selection h2 {
        font-size: 30px;
        line-height: 57px;
    }
    
    .color-form .buttons .submit {
        transition: 0s;
    }
    
    .color-form .buttons .reset {
        transition: 0s;
    }
    
    .get-started-card h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .get-started-card {
        padding: 50px 40px 40px 40px;
    }
    
    .get-started-card .gs-icon {
        width: 90px;
        height: 90px;
    }
    
    .get-started-card .gs-icon img {
        width: 41px;
    }
    
    .testimonials-side {
        padding: 150px 20px 150px 50px;
    }
    
    .testimonials-wrapper .testimonial {
        padding: 40px;
    }
    .shop-banner-inner h2 {
        font-size: 50px;
        line-height: 1.4em;
        margin-bottom: 30px;
    }
    
    .shop-banner-section {
        padding: 70px 0;
    }

    .color-container input:not(:checked)~.checkmark:before,
    .color-container input:checked~.checkmark:before {
        width: 40px;
        height: 40px;
    }
    .checkmark {
        height: 34px;
        width: 34px;
    }
    .hero-banner .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .testimonials-side {
        padding: 70px 20px 70px 50px;
    }
    .get-started-section {
        padding: 70px 0;
    }
    .color-form .buttons {
        margin-top: 20px;
    }

    /*CTA Section*/
    .signup_wrap_head h2, .why-choose-inner h2 {
        font-size: 45px;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
    .signup_wrap_head p {
        margin-bottom: 30px;
    }
    .inner_sign_text {
        padding: 20px;
    }
    .text_sign_up .text_itm_detail {
        align-items: center;
    }
    .text_sign_up p,
    .text_sign_up p strong {
        font-size: 15px;
        line-height: 1.1;
    }
    .text_sign_up p strong {
        margin-left: 5px;
    }
    .inner_call_us a {
        font-size: 25px;
    }
    .inner_call_us p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .inner_call_us {
        gap: 10px;
    }    
    .text_itm_detail p:not(:last-child) {
        margin-bottom: 10px;
    }

    .inner_sign_text {
        padding: 40px 20px 40px 20px;
    }
    .banner-content .banner-btn {
        margin-top: 30px;
    }
    
    .we-offer, .padding_90 {
        padding: 70px 0;
    }
    
    .cabinets-style {
        padding-bottom: 70px;
    }
    
    .select-color-sec {
        padding: 70px 0;
    }
    
    .select-color-inner .color-form {
        padding-left: 40px;
    }
    
    .signup_wrap_img {
        padding-left: 50px;
    }
    
    section.sign_up_sec {
        padding: 70px 0;
    }
    
}




@media (max-width:1200px) {
    .banner-content h1 {
        font-size: 60px;
        line-height: 1.4;
    }
    
    .banner-content p.label {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .hero-banner .banner-images {
        max-width: calc(50% - 30px);
    }
    
    .banner-content .banner-btn {
        margin-top: 40px;
    }
    
    .usp-inner {
        gap: 30px 50px;
        justify-content: center;
    }
    
    .select-color-inner .color-form {
        padding-left: 30px;
    }
    
    .image-side {display: flex;align-items: center;}
    
    .gs-grids {
        gap: 20px;
    }
    
    .get-started-card {
        width: calc(100% / 3 - 14px);
    }
    
    .client-info > img {
        width: 80px !important;
        height: 80px;
    }
    
    .info .client-name {
        font-size: 24px;
        margin-top: 10px;
    }
    
    .info .tag {
        font-size: 14px;
    }
    
    .shop-banner-inner h2 {
        max-width: 90%;
        font-size: 50px;
        line-height: 1.4em;
    }
    .cabinet-card .product-img {
        max-height: 300px;
        min-height: 300px;
    }
}
@media(max-width:991px){
    .hero-banner .container {
        flex-direction: column;
        gap: 50px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .hero-banner .banner-images {
        max-width: 80%;
    }
    
    .hero-banner .container > div {width: 100%;}
    
    .hero-banner {
        background-position: right bottom;
    }
    
    .usp-inner .usp-grid {
        width: calc(100%/3 - 0px);
    }
    
    .usp-inner {
        gap: 30px 36px;
    }
    
    .we-offer, .padding_90 {
        padding: 80px 0;
    }
    .testimonials-side .head-section p{
        text-align: center;
    }
    .select-color-inner {
        flex-direction: column;
        gap: 50px;
    }
    
    .select-color-inner > div {
        width: 100%;
    }
    
    .image-side img {
        width: 70%;
        margin: auto;
    }
    
    .get-started-card {
        width: calc(100% / 2 - 10px);
    }
    
    .gs-grids {
        gap: 70px 20px;
        justify-content: center;
    }
    
    .testimonials-inner {
        flex-direction: column;
    }
    
    .testimonials-inner .image-side {
        min-height: 500px;
        width: 100%;
    }
    
    .testimonials-side {
        width: 100%;
        padding: 80px 20px;
    }
    
    .shop-banner-section {
        padding: 80px 0;
    }
    
    .shop-banner-inner h2 {
        font-size: 40px;
    }
    
    .banner-content h1 {
        margin-top: 20px;
    }
    
    .banner-content .banner-btn {
        margin-top: 20px;
    }
    .card-data .title {
        font-size: 24px;
    }
    
    .card-data .btn-text {
        margin-top: 16px;
        font-size: 18px;
    }
    .testimonials-side .head-section h2 {
        text-align: center;
    }
    .get-started-section {
        padding: 80px 0;
    }
    .style-cabinets-slider {
        margin-right: 10px;
        margin-left: 10px;
    }

    /* CTA section */
    .signup_wrap {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .signup_wrap_img {
        width: 100%;
        padding: 0;
    }
    .signup_wrap_head {
        width: 100%;
        margin-bottom: 0px;
    }
    .signup_wrap_head p {
        margin-bottom: 20px;
    }
    section.sign_up_sec {
        padding: 80px 0px;
    }
    .color-form {
        text-align: center;
    }
    
    .select-options {
        justify-content: center;
    }
    
    .color-form .buttons {
        justify-content: center;
    }
    
    .color-options {
        justify-content: center;
    }
}

@media(max-width:767px) {
    .banner-content h1 {
        font-size: 40px;
    }
    
    .banner-content p.label {
        font-size: 13px;
    }
    
    .banner-content .banner-btn img {
        width: 100px;
    }
    
    .banner-images {
        max-width: 100%;
    }
    
    .hero-banner .banner-images {
         max-width: 100%;
    }
    
    .banner-images .banner-img1 {
        height: 340px;
        max-width: calc(100% - 95px);
        object-fit: cover;
    }
    
    .banner-images .banner-img2 {
        height: 160px;
        width: 170px;
        object-fit: cover;
        bottom: 9%;
    }
    
    .hero-banner .container {
        gap: 50px;
    }
    
    .usp-inner .usp-grid {
        width: 100%;
        flex-direction: column;
    }
    
    .usp-grid .content p {
        text-align: center;
    }
    
    .usp-grid .content h2 {
        text-align: center;
    }
    
    .hero-banner .container {
        padding: 50px 20px;
    }
    
    .we-offer, .padding_90 {
        padding: 50px 0;
    }
    
    .head-section p {
        font-size: 10px;
        line-height: 1.5em;
    }
    
    .head-section h2 {
        font-size: 32px;
        line-height: 1.3;
        margin-top: 5px;
    }
    
    .offer-cards {
        padding-top: 20px;
        flex-direction: column;
    }
    
    .offer-cards .offer-card {
        width: 100%;
    }
    
    .card-data {
        padding-top: 15px;
    }
    
    .card-data .tag {
        font-size: 14px;
    }
    
    .card-data .title {
        font-size: 20px;
        margin-top: 6px;
    }
    
    .card-data .btn-text {
        font-size: 16px;
        margin-top: 10px;
    }
    
    .cabinets-style {
        padding-bottom: 50px;
    }
    
    .style-cabinets-slider {
        margin-top: 30px;
    }
    
    .select-color-sec {
        padding: 50px 0;
    }
    
    .image-side img {
        width: 100%;
    }
    
    .select-color-inner .color-form {
        padding: 0;
    }
    
    .color-form > p {
        font-size: 10px;
        line-height: 1.5em;
    }
    
    .color-form > h2 {font-size: 32px;line-height: 1.3em;margin-top: 5px;}
    
    .select-options div .default {
        font-size: 15px;
        padding: 10px;
        min-height: 16px;
    }
    
    .color-selection h2 {
        font-size: 32px;
        line-height: 1.2em;
    }
    
    .select-options > div {
        width: 100%;
    }
    
    .select-options {
        gap: 10px;
    }
    .checkmark {
        width: 30px;
        height: 30px;
    }
    
    .color-container input:checked~.checkmark:before {
        width: 36px;
        height: 36px;
    }
    
    .color-container input:not(:checked)~.checkmark:before {
        width: 36px;
        height: 36px;
    }
    
    .color-container {
        width: 35px;
    }
    
    .color-options {
        gap: 15px;
    }
    
    .color-form .buttons {
        margin-top: 20px;
        flex-direction: row;
    }
    
    .color-form .buttons .submit,.color-form .buttons .reset {
        padding: 12px 30px;
        min-width: unset;
    }
    
    .get-started-card {
        width: 100%;
        padding: 50px 20px 20px 20px;
    }
    
    .get-started-section {
        padding: 50px 0;
    }
    
    .testimonials-inner .image-side {
        min-height: 300px;
    }
    
    .testimonials-side .head-section p {
        text-align: center;
    }
    
    .testimonials-side {
        padding: 50px 20px;
    }
    
    .testimonials-wrapper .testimonial {
        padding: 20px;
    }
    
    .client-info .info {
        width: calc(100% - 10px - 80px);
    }
    
    .client-info {
        gap: 10px;
    }
    
    .client-info > img {
        width: 60px !important;
        height: 60px;
    }
    
    .info .tag {
        font-size: 12px;
    }
    
    .info .client-name {
        margin-top: 5px;
        font-size: 20px;
    }
    
    .client_feedback {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .get-started-card h2 {
        font-size: 24px;
    }
    
    .get-started-card p {
        font-size: 14px;
        margin-bottom: 18px;
    }
    
    .get-started-card a {
        font-size: 18px;
    }
    
    .testimonials-wrapper button.owl-dot {
        width: 10px;
        height: 10px;
    }
    
    .shop-banner-section {
        padding: 50px 0;
    }
    
    .shop-banner-section h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .testimonial .stars {
        gap: 8px;
    }
    
    .testimonial .stars .fa-star {
        font-size: 15px;
    }
    
    .banner-images .banner-img1 {
        border-radius: 50px 5px;
    }
    
    .banner-images .banner-img2 {
        border-radius: 40px 5px;
    }


    /* CTA section */
    .get-started-card h2{
        line-height: 1.4em;
    }
    .inner_signup {
        flex-direction: column;
    }
    .inner_signup_img {
        width: 100%;
    }
    .inner_sign_text {
        width: 100%;
    }
    .signup_wrap_head h2, .why-choose-inner h2 {
        font-size: 32px;
        line-height: 1.3em;
    }
    section.sign_up_sec {
        padding: 50px 0;
    }
    .signup_wrap_head p, .why-choose-inner p {
        font-size: 14px;
    }
    
    .inner_sign_text {
        padding: 30px 20px 30px 20px;
    }
}


@media(max-width:576px) {
    .banner-images .banner-img2 {
        height: 140px;
        width: 120px;
    }
    .banner-images .banner-img1 {
        max-width: calc(100% - 65px);
    }
    .gs-grids {
        margin-top: 80px;
        gap: 90px 20px;
    }
    .head_sec_space {
        margin-bottom: 30px;
    }
    .trusted-inner {
        padding: 40px 20px;
    }
    .offer-cards{
        gap: 30px;
    }
    .offer-cards .offer-card p {
        font-size: 16px;
    }
    .select-options div .default-text {
        max-width: unset;
    }
}
@media (min-height:500px) and (max-height:768px) and (min-width:767px){
    .banner-content h1 {
        font-size: 50px;
        margin-top: 10px;
        line-height: 1.3em;

    }
    
    .banner-content .banner-btn {
        margin-top: 10px;
    }
    
    .banner-content .banner-btn img {
        max-width: 116px;
    }
    
    .banner-content p.label {
        font-size: 14px;
        min-height: 50px;
        padding: 10px 20px;
    }
    
    .banner-images .banner-img1 {
        height: 410px;
    }
    
    .banner-images .banner-img2 {
        height: 170px;
        bottom: 34px;
    }
}
