.hero {
position: relative;
height: 60vh;
display: flex;
align-items: center;
color: #333;
position: relative;
}
.site-container {
    max-width: 1550px;
    padding: 0 15px;
    margin: auto;
    width: 100%;
}
.hero-text h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
}
.hero-text span {
    color: #8A8E75;
    font-size: 96px;
}
.hero-text {
    max-width: 520px;
    z-index: 9;
    position: relative;
}
.hero-text p {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
}
.hero:before {
    content: "";
    width: 65%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 9;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.93) 47%, rgba(255, 255, 255, 0));
}

/* Features Section */
.features {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    padding: 50px 20px;
    background: #fff;
    text-align: center;
    justify-content: space-between;
    flex-flow: wrap;
}
.feature {
    position: relative;
    padding-left: 60px;
    text-align: left;
}
.icon-wrap {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
}
.feature h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.feature p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}

/* Explore Cabinets Section */
.cabinet-types {
    background-color: #ebece8;
    text-align: center;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
}
.card {
    background: #fff;
    border-radius: 12px;
    text-align: left;
    transition: transform 0.2s ease;
    border: 1px solid #8A8E75;
    box-shadow: 0px 4px 6.9px -2px #00000026;

}
.card:hover {
  transform: translateY(-5px);
}
.card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 0;
}
.card-content {
    padding: 30px 20px;
    text-align: center;
}
.card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    min-height: 300px;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}

.cabinets-section {
  text-align: center;
  background: #fff;
}
.cabinet-grid {
    display: flex;
    justify-items: center;
    flex-flow: wrap;
    gap: 30px;
}
.cabinet-card {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 100%;
    max-width: calc(100% / 3 - 20px);
    text-align: center;
    transition: transform 0.3s ease;
    padding: 20px 20px 0;
    color: #2d2f22;
}
.cabinet-card:hover {
  transform: translateY(-5px);
  color: #2d2f22;
}
.cabinet-card img {
    width: 100%;
    display: block;
    height: 230px;
    object-fit: cover;
}
.cabinet-card h3 {
    margin: 30px 0;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
}


.mainPadding{
    padding: 80px 0px;
}
.common-heading {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.common-heading span {
    color: #8A8E75;
}
.sub-heading {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    max-width: 70%;
    margin: auto;
    padding-bottom: 50px;
}
.innerHeading{
    color: #333;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0;
    padding-bottom: 15px;
    margin: 0;
}
.innerHeading a {
    color: #000;
    font-size: 20px;
    line-height: 1.3;
    display: block;
}
.customFlex{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.commonBtn {
    display: inline-block;
    background: #8A8E75;
    color: #fff;
    padding: 12px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #8A8E75;
    transition: 0.4s;
    font-size: 20px;
}
.commonBtn:hover{
    background: #fff;
    color: #8A8E75;
}
.commonBtn.white{
    background: #fff;
    color: #8A8E75;
}
.commonBtn.white:hover{
    background: #8A8E75;
    color: #fff;
}
.commonBtn img {
    filter: brightness(0) invert(1);
    margin-left: 6px;
    width: 26px;
}
.commonBtn.white img{
    filter: unset;
}


.design-section {
    background: #ebece8;
}
.design-section .designImg{
    width: 40%;
}
.design-section .design-content{
    width: 60%;
    padding-left: 40px;
}
.design-section .customFlex {
    align-items: center;
}
.design-section .designImg img {
    width: 100%;
    object-fit: cover;
    height: 540px;
    object-position: center;
}
.design-section .design-content p {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.design-section .design-content ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 30px;
}
.design-section .design-content ul li {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #444;
    margin: 8px 0;
}
.design-section .design-content ul li svg{
    margin-right: 10px;
}
.design-section .design-content .contact{
    font-weight: 500;
}
.design-section .design-content .contact strong, .design-section .design-content .contact a{
    color: #000;
}
.design-section .design-content .commonBtn{
    margin-bottom: 30px;
}
.design-section .commonBtn:hover svg path{
    fill: #8A8E75;
}


.select-color-sec {
    background: #DADADA;
}
.select-color-sec .customFlex{
    align-items: center;
}
.select-color-sec .image-side img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}
.select-color-sec .commonBtn:hover img{
    filter: unset;
}
.select-color-sec .commonBtn.white:hover img{
    filter: brightness(0) invert(1);
}
.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;
}
.select-options div .default {
    background-color: #EBECE8;
    padding: 10px 23px;
    border-radius: 13px;
    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/09/bxs_up-arrow.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    cursor: pointer;
    background-size: 18px;
}
.select-options div .default-text {
  max-width: 80px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.color-wrap.selected .default {
    background-color: #868870;
    color: #FFF;
    background-image: url('/wp-content/uploads/2025/09/bxs_up-arrow-white-1.webp');
}
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: #868870;
    color: #FFFFFF;
    cursor: pointer;
}
ul.color-select li:not(:last-child) {
    border-bottom: 1px solid #868870;
}
.select-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.select-options > div {
    min-width: 150px;
    position: relative;
}
.color-selection>.commonBtn {
    margin-bottom: 35px;
    position: relative;
    padding-left: 50px;
}
.color-selection>.commonBtn .checkmark {
    width: 30px;
    height: 30px;
    top: 11px;
    left: 10px;
}
.color-selection>.commonBtn .checkmark::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    border: 2px solid #ACA9BA;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.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 #868870;
    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;
    border: 2px solid #fff;
    border-radius: 50%;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    transition: all 0.3s;
}
.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;
}
.color-container input:checked~.checkmark {
    transition: all 0.3s ease-in-out;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.color-container input:checked~.checkmark:after {
    display: block;
}
.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: #868870;    
    background: #FFFFFF;
    padding: 18px 31px 18px 30px;
    gap: 10px;
    border-radius: 30px;
    min-width: 184px;
    border: 1px solid #868870;
}
.color-form .buttons .reset:hover {
    background: #868870;
    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: #868870;
    color: #FFFFFF;
    cursor: pointer;
}
.color-wrap.selected .default {
    background-color: #868870;
    color: #FFF;
}
.select-color-sec .image-side {
    width: 35%;
}
.select-color-sec .color-form {
    width: 65%;
    padding-left: 50px;
}
.color-wrap.selected .default {
    background-color: #868870;
    color: #FFF;
    background-image: url('/wp-content/uploads/2025/09/down-arrow-white.png');
}

.testimonials-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.testimonials-side {
    width: 60%;
    max-width: 1025px;
    padding: 60px 20px 60px 50px;
}
.testimonials-inner .image-side {
    width: 40%;
    max-width: 800%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonials-section {
    background-color: #868870;
}
.testimonials-side .head-section p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.testimonials-side .head-section h2 {
    color: #fff;
}
.testimonials-wrapper .testimonial {
    background-color: #BEC5A4;
    border-radius: 38px;
    backdrop-filter: blur(54px);
    padding: 48px 50px;
}
.testimonial .stars .fa-star {
    color: #fff200;
    font-size: 21px;
}
.testimonial .stars {
    display: flex;
    gap: 13px;
    flex-direction: row;
    flex-wrap: wrap;
}
.client_feedback {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
    color: #fff;
}
.client-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 23px;
    padding-top: 0px;
    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: 700;
    line-height: 33px;
    text-align: left;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.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: #fff;
}
.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;
}
.testimonials-wrapper:not(.owl-loaded) .testimonial:nth-child(n+2) {
    display: none;
}


.trusted-section {
    text-align: center;
    background: #EBECE8;
}
.trusted-section h2 {
    color: #6e735b;
}
.trusted-section span {
    color: #000;
}
.trusted-section .logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    background: #BEC5A44D;
    padding: 30px;
    border-radius: 8px;
    margin: auto;
}
.trusted-section .logos img {
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(20%);
}


.cabinet-blog .blogBoxContent{
    padding-top: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cabinet-blog h2 {
    text-align: center;
}
.cabinet-blog .customFlex{
    gap: 30px 20px;  
}
.cabinet-blog .blogInner {
    width: calc(100% / 3 - 14px);
    display: flex;
    flex-direction: column;
}
.cabinet-blog .blogInner img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.cabinet-blog .blogInner p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}
.cabinet-blog .blogInner a.readmore {
    font-weight: bold;
    color: #8A8E75;
    text-decoration: none;
    border-bottom: 2px solid #6c7a5e;
    font-size: 18px;
    margin-top: auto;
    display: block;
    width: max-content;
}

.smartChiceSec {
    padding-top: 40px;
}
.smartChiceSec .smartChiceHeading {
    text-align: center;
    margin-bottom: 30px;
}
.smartChiceSec .smartChiceHeading p {
    font-weight: 500;
}
.smartChiceSec .smartChiceContent .customFlex {
    align-items: center;
    padding: 50px 0;
    justify-content: center;
}
.smartChiceSec .smartChiceContent .customFlex:nth-child(2n - 2){
    flex-direction: row-reverse;
}
.smartChiceSec .smartChiceImage {
    width: 40%;
    position: relative;
    text-align: center;
}
.smartChiceSec .smartChiceImage::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 380px;
    background-color: #EBECE8;
    border-radius: 100%;
}
.smartChiceSec .smartChiceImage img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    rotate: -6deg;
    max-width: 470px;
    position: relative;
    border: 10px solid #fff;
}
.smartChiceSec .smartChiceText {
    width: 60%;
    padding-left: 60px;
}
.smartChiceSec .customFlex:nth-child(2n - 2) .smartChiceText{
    padding-left: 0;
    padding-right: 60px;
}
.smartChiceSec .smartChiceText h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.smartChiceSec .smartChiceText p {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.join-us-inner-section {
  display: flex;
  justify-content: center;
}


.title-image-side h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.35em;
  color: #2d2f22 000;
  margin: 0;
  word-break: break-word;
  margin-bottom: 10px;
}

.title-image-side p {
  font-family: Montserrat;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: var(--text-black-color);
  font-weight: 500;
  margin-bottom: 0;
}

.title-image-side p a {
  color: var(--text-black-color);
}

.title-image-side p a:hover {
  color: #c28441;
  text-decoration: underline;
}

.title-image-side {
  padding: 25px 35px 25px 40px;
  background-color: #bec5a4;
  text-align: center;
  min-height: 200px;
  width: 30%;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.join-us-inner-section .content-btn-side {
  background: #8a8e75;
}
.content-btn-side {
  min-height: 200px;
  display: flex;
  align-items: center;
  background: var(--kc-primary);
  border-radius: 0 4px 4px 0;
  width: 70%;
  padding: 25px 30px;
}

.join-us-inner-section .join-content {
  width: 50%;
  padding: 0 20px;
}

.join-btn {
  width: 50%;
}

.join-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.join-content ul li {
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.2em;
  color: #f9fbfc;
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
}

.join-content ul li:last-child {
  margin-bottom: 0;
}

.join-content ul li:before {
  content: "";
  background-image: url("../images/list-icon.png");
  width: 24px;
  height: 22px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.join-btn a {
  background: var(--main-bg-white-color);
  box-shadow: 0 4px 20px -10px rgb(71 71 71 / 50%);
  border-radius: 20px;
  width: 327px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.2em;
  color: #2F4A4B;
  text-decoration: none;
}

.join-btn a:hover {
  background-color: #756d63;
  color: var(--main-text-white-color);
}
.content-btn-side .join-btn a {
    color: #fafafa;
    border: 2px solid #fff;
    background: var(--main-yellow-bg-color);
    font-weight: 600;
    box-shadow: 0 15px 50px rgb(0 0 0 / 14%);
    border-radius: 50px;
}
.content-btn-side .join-btn a:hover, .content-btn-side .join-btn a:focus {
    background-color: #bec5a4;
    color: #fff;
    border: 2px solid #bec5a4;
}
.join-us-section.mainPadding {
    padding-top: 0;
}
.smartChiceSec,.cabinet-blog,.join-us-section,.features-sec {
    background: #fff;
}
@media (max-width: 1469px) {
    .join-content ul li:before {
        background-size: 90% 80%;
    }
}
@media(max-width: 1024px){
    .hero-text span{
        font-size: 60px;
    }
    .hero-text h1{
        font-size: 36px;
    }
    .hero-text p{
        font-size: 20px;
    }
    .features{
        padding: 40px 0px;
        justify-content: space-around;
    }
    .sub-heading{
        font-size: 18px;
        line-height: 25px;
    }
    .card img{
        min-height: 230px;
        max-height: 230px;
    }
    .card-content{
        padding: 15px;
    }
    .join-us-inner-section{
        padding-top: 0px;
    }
    .join-content ul li:before {
        background-size: 70% 70%;
    }
}
@media(max-width: 991px){
    .card-grid {
        grid-template-columns: 1fr 1fr;
    }
    .cabinet-card{
        max-width: calc(100% / 2 - 15px);
    }
    .cabinet-blog .blogInner{
        width: calc(100% / 2 - 14px);
    }
    .common-heading{
        margin-bottom: 20px;
    }
    .sub-heading{
        max-width: 100%;
        padding-bottom: 20px;
    }
    .smartChiceSec .customFlex:nth-child(2n - 2) .smartChiceText {
        padding-left: 0px;
        padding-right: 0px;
    }
    .smartChiceSec .smartChiceImage::before{
        width: 280px;
        height: 280px;
    }
    .smartChiceSec .smartChiceImage {
        width: 100%;
    }
    .smartChiceSec .smartChiceImage img {
        max-width: 350px;
        height: 200px;
    }
    .smartChiceSec .smartChiceText {
        width: 100%;
        padding-top: 60px;
        text-align: center;
    }  
    .smartChiceSec .smartChiceText p {
        font-size: 18px;
        line-height: 30px;
    }
    .smartChiceSec .smartChiceContent .customFlex {
        padding: 30px 0;
    }
    .smartChiceSec .smartChiceText {
        padding-left: 0;
    }
    .join-us-inner-section .content-btn-side {
        flex-flow: column;
    }
    .join-us-inner-section .content-btn-side {
        width: 65%;
        padding: 80px 25px;
    }
    .join-us-inner-section .join-content {
        padding: 0 10px;
        width: 100%;
    }
    .join-btn {
        width: 100%;
        margin-top: 40px;
    }
    .join-btn a {
        max-width: 260px;
        float: left;
    }
    .join-us-section.padding-bottom-90 {
        padding-bottom: 35px;
    }
    .join-content ul li {
        padding-left: 30px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .mainPadding{
        padding: 60px 0px;
    }
}
@media(max-width: 767px){
    .hero-text h1 {
        font-size: 30px;
    }
    .mainPadding{
        padding: 50px 0px;
    }
    .innerHeading{
        font-size: 24px;
        line-height: 28px;
    }
    .hero-text span {
        font-size: 45px;
    }
    .common-heading{
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .card-grid {
        grid-template-columns: 1fr;
    }
    .cabinet-card {
        max-width: 100%;
    }
    .design-section .designImg{
        display: none;
    }
    .design-section .design-content {
        width: 100%;
        padding-left: 0;
    }
    .select-color-sec .image-side{
        display: none;
    }
    .select-color-sec .color-form {
        width: 100%;
        padding-left: 0px;
    }
    .testimonials-inner .image-side{
        display: none;
    }
    .testimonials-side{
        width: 100%;
        padding: 50px 20px;
    }
    .testimonials-wrapper .testimonial{
        padding: 20px;
    }
    .cabinet-blog .blogInner{
        width: 100%;
    }  
    .testimonials-side .head-section p{
        font-size: 20px;
        line-height: 25px;
    }
    .join-us-section .join-us-inner-section {
        flex-flow: column;
    }
    .join-us-section .title-image-side {
        padding: 10px;
        width: 100%;
    }
    .join-us-section .join-us-inner-section .content-btn-side {
        width: 100%;
        padding: 50px 15px;
    }
    .color-options {
        gap: 15px;
    }
    label.color-container {
        width: 34px;
        height: 34px;
    }
    .checkmark {
        width: 30px;
        height: 30px;
    }
    .color-container input:not(:checked)~.checkmark:before {
        width: 36px;
        height: 36px;
    }
    .select-options {
        gap: 10px;
    }
    .select-options > div {
        width: 100%;
    }

    .select-options div .default {
        font-size: 15px;
        padding: 10px;
        min-height: 16px;
    }
}