@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.ast-container{
    padding:0;
    max-width:100% !important;
}

/* Banner Styling */
.banner{
    background-size: cover;
    background-position: center center;
}

.banner .wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    height:100%;
    width:100%;
    padding:40px clamp( 80px, 8.333vw, 150px ) 0; 
    gap:100px;
    position: relative;
}

.banner h1{
    color: #ffffff;
    font-family: "Montserrat";
    font-size:clamp( 46px, 6vw, 72px );
    font-weight: bold;
    z-index:2;
    padding-bottom:40px;
}

.banner img{
    align-self: flex-end;
    width:100%;
}

/* End of Banner */

/* Start of 2 Column Grid Layout and Contact Layout */
.grid-layout, .contact-layout{
    width:100%;
    background-size: cover;
    background-position: center center;
}

.grid-layout .wrapper,
.contact-layout .wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding:100px clamp( 80px, 8.333vw, 100px  ) 0; 
    gap:100px;
    position: relative;
}

.contact-layout .wrapper{
    padding:100px clamp( 80px, 8.333vw, 100px  ) 0 0;
    position: relative;
    overflow: hidden;
}

.grid-layout.no-section-image .wrapper,
.contact-layout.no-section-image .wrapper{
    align-items: center;
    grid-template-columns: 1fr;
    padding:50px clamp( 80px, 8.333vw, 100px  );
}

.grid-layout .content,
.contact-layout .content{
    z-index:1;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    align-items: flex-start;
}

.grid-layout .wrapper img,
.contact-layout .wrapper > img{
    align-self: flex-end;
    width:100%;
}

.contact-layout .wrapper > img{
    transform: translateY(15px);
}

.grid-layout .wrapper h2,
.contact-layout .wrapper h2{
    font-size:clamp( 36px, 5.333vw, 64px );
    font-family: "Montserrat";
    color:#334D6D;
    font-weight: bold;
}

.contact-layout .wrapper h2,
.contact-layout .wrapper h3,
.contact-layout .wrapper h4,
.contact-layout .wrapper p
{
    color:white !important;
}

.grid-layout .wrapper p,
.contact-layout .wrapper p{
    font-size:clamp( 16px, 1.833vw, 22px );
    font-family: "Roboto" ;
    color:#334D6D ;
    line-height: 1.2em;
}

.grid-layout .list,
.contact-layout .list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.grid-layout .list li ,
.contact-layout .list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.grid-layout .list .icon ,
.contact-layout .list .icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.contact-layout  
.grid-layout  {
    flex: 1;
}

.grid-layout h3 ,
.contact-layout h3 {
    font-size:clamp( 20px, 3vw, 36px );
    font-family: "Montserrat";
    font-weight: 600;
    color: #BC6D53;
    margin-bottom:15px;
    line-height: 1.3;

}

.grid-layout h4,
.contact-layout h4{
    font-size:clamp( 16px, 2vw, 24px );
    font-family: "Montserrat";
    font-weight: 600;
    color: #2c4a5e;
    margin-bottom:5px;
}

.contact-layout a{
    color:white;
}

/* End of Grid Layout and Contact Layout */

/* Cards Layout */

.cards-layout{
    width:100%;
    background-size: cover;
    background-position: center center;
}



.cards-layout .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:10px;
    padding:50px clamp( 40px, 3.333vw, 100px  );
    position: relative;
}

.cards-layout .wrapper > h2{
    font-family: "Montserrat";
    font-weight: bold;
    font-size:clamp( 36px, 5.333vw, 64px );
    color:#334D6D;
  

}

.cards-layout .wrapper > p{
    font-size:clamp( 16px, 1.833vw, 22px );
    color:#334D6D;

}

.cards-layout .wrapper > h2, 
.cards-layout .wrapper > p{
    text-align: center;
    width:100%;
    max-width:800px;
}

.cards-layout ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:60px;
    margin:0;
}

.cards-layout li{
    display: flex;
    flex-direction: column;
    gap:20px;
    padding: clamp( 20px, 4.167vw, 50px );
    text-align: center;
    border-radius: 50px;

}

.cards-layout li:nth-child(4n + 1) {
    background-color:#F0E2DD;
}

.cards-layout li:nth-child(4n + 2), 
.cards-layout li:nth-child(4n + 3) {
    background-color:#EFE9D1;
}
.cards-layout li:nth-child(4n + 4) {
    background-color:#E0E5E9;
}

.cards-layout li h3{
    color:#BC6D53;
    font-size:clamp( 20px, 3vw, 36px );
    font-family: "Montserrat";
    letter-spacing: 0px;
    font-weight: bold;
}

.cards-layout li p{
    font-family: 'Roboto';
    color:#334D6D;
    font-size:clamp( 16px, 1.5vw, 18px );
}

.cards-layout .service-btn{
    margin-top:40px;
}
/* End of Cards Layout */

/* Popup layout */

.popup-layout{
    width:100%;
    background-size: cover;
    background-position: center center;
    z-index:10;
    position: relative;
}

.popup-layout .wrapper{
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding:100px clamp( 40px, 3.333vw, 100px  );
    gap:50px;
}

.popup-layout .heading-content h2{
    font-family: "Montserrat";
    font-size:clamp( 36px, 5.333vw, 64px );
    font-weight: bold;
    font-size:clamp( 36px, 5.333vw, 64px );
    color:#FFFFFF;
}

.popup-layout .heading-content p{
    font-size:clamp( 16px, 1.833vw, 22px );
    font-family: "Roboto" ;
    color:#ffffff ;
    line-height: 1.2em;

}

.popup-layout .heading-content img{
    width: 100%;
    object-fit: contain;
    max-width: 600px;
    position: absolute;
    left: -30px;
    bottom: 0;
    z-index:-1;
    transform:translateY(18%);
}

.popup-layout .content{
    padding-bottom: 100px;
}

.popup-layout .content > ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    gap:30px;
    margin:0;
}

.popup-layout .content > ul > li{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
    width:clamp( 150px, 20.833vw, 200px );
    position: relative;
    margin: 0 auto;
}

.popup-layout .content h3{
    font-family: "Montserrat";
    font-size:clamp( 18px, 2vw, 24px );
    color:#FFFFFF;
    text-align:center;
}

.popup-layout .content > ul > li:hover .mini-popup{
    opacity: 1;
    z-index:99;
}

.popup-layout .mini-popup{
    position: absolute;
    top:30%;
    padding:20px;
    width:150%;
    background-color:white;
    color:black;
    text-align: left;
    border-radius: 20px;
    opacity: 0;
    transition: all ease-in-out 0.4s;

}

.popup-layout .mini-popup h4{
    font-family: "Montserrat";
    color:#BC6D53;
    font-size:24px;
    margin-bottom:10px;
}

.popup-layout .mini-popup span{
    font-weight: bold; 
    font-family: "Montserrat";
    color:#334D6D;
}
.popup-layout .mini-popup ul{
    margin:0;
}

.popup-layout .mini-popup p

{
    margin-bottom:10px;
    color:#334D6D;

}

.popup-layout .mini-popup li{
    margin:0 0 0 20px;
    color:#334D6D;
    font-family: "Roboto";

}

/* End of Popup Layout */

/* Treatment Cost */

.treatment-layout{
    width:100%;
    background-size: cover;
    background-position: center center;
}

.treatment-layout .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:100px clamp( 40px, 3.333vw, 100px  );
    gap:10px;
}


.treatment-layout .wrapper > h2, 
.treatment-layout .wrapper > p{
    text-align: center;
    width:100%;
    max-width:800px;
}

.treatment-layout .wrapper > h2{
    font-family: "Montserrat";
    font-weight: bold;
    font-size:clamp( 36px, 5.333vw, 64px );
    color:#334D6D;
}

.treatment-layout .wrapper > p{
    font-size:clamp( 16px, 1.833vw, 22px );
    font-family: "Roboto" ;
    color:#334D6D ;
    line-height: 1.2em;
}

.treatment-layout .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
    padding: 40px;
    background-color: #EFE9D1;
    border-radius: 20px;
    margin-bottom:50px;
}

.treatment-layout .content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    flex-shrink: 0;
}

.treatment-layout .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    position: relative;
}

.treatment-layout .content ul li {
    position: relative;
    padding-left: 50px;
    padding-bottom: 30px;
    overflow: hidden;
}

.treatment-layout .content ul li:last-child {
    padding-bottom: 0;
}

.treatment-layout .content ul li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 23px;
    bottom: -30px;
    width: 2px;
    background-color: #BC6D53;
}

.treatment-layout .content ul li:last-child::before {
    display: none;
}

.treatment-layout .content ul li .dot {
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background-color: #BC6D53;
    border-radius: 50%;
    border: 4px solid #EFE9D1;
    box-sizing: border-box;
}

.treatment-layout .content ul li h3 {
    color: #2c4a6b;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.treatment-layout .content ul li p {
    color: #5a6a7a;
    font-size:clamp( 16px, 1.833vw, 22px );
    line-height: 1.6;
    margin: 0;
}

/* End of Treatment Cost */

/* Cost Layout */

.cost-layout {
    padding: 60px 0;
}

.cost-layout .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cost-layout h2 {
    font-family: "Montserrat";
    font-weight: bold;
    font-size:clamp( 36px, 5.333vw, 64px );
    color:#334D6D;
    text-align: center;
}

.cost-layout > .wrapper > p {
    text-align: center;
    color: #5a6a7a;
    margin-bottom: 40px;
}

.cost-layout .content {
    max-width: 700px;
    margin: 0 auto;
}

.cost-layout .content .top-heading {
    background-color: #BC6D53;
    color: white;
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
}

.cost-layout .content .top-heading h3 {
    color: white;
    font-family: "Montserrat";
    font-size:clamp( 20px, 3vw, 36px );
}

.cost-layout .content .top-heading p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
    color: white;
}

.cost-layout .content .service-packages {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cost-layout .content li{
    border: 1px solid #E2E5E8;
    padding-bottom:20px;
    background-color:#FFFFFF;
}

.cost-layout .content .service-packages > li {
    margin-bottom: 0;
}

.cost-layout .content .heading-container {
    background-color: #EFE9D1;
    padding: 10px 20px;
    text-align: center;
}

.cost-layout .content .heading-container h4 {
    font-family: "Montserrat";
    font-size:clamp( 20px, 3vw, 36px );
    color: #2c4a6b;
}

.cost-layout .content .heading-container p {
    margin: 0;
    color: #5a6a7a;
    font-size:clamp( 16px, 1.833vw, 22px );
    font-style: italic;
}

/* Services Section */
.cost-layout .content .services-price {
    background-color: white;
    padding: 0;
}

.cost-layout .content .services-heading,
.cost-layout .content .packages-heading  {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 20px 30px;
}

.cost-layout .content .services-heading p,
.cost-layout .content .packages-heading p {
    margin: 0;
    font-weight: 700;
    font-size: clamp( 16px, 1.667vw, 20px );
    color: #BC6D53;
    font-family: "Montserrat";
}

.cost-layout .content .services-heading p:last-child {
    text-align: right;
}

.cost-layout .content .services-item,
.cost-layout .content .packages-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 0 30px;
    margin-bottom:5px;
}

.cost-layout .content .services-item:last-child {
    border-bottom: none;
}

.cost-layout .content .services-item p,
.cost-layout .content .packages-item p {
    margin: 0;
    color: #2c4a6b;
    font-size: 15px;
    font-family: "Montserrat";
}

.cost-layout .content .services-item p:first-child {
    font-weight: 600;
}

.cost-layout .content .services-item p:last-child {
    text-align: right;
    font-weight: 700;
    color: #2c4a6b;
}

.cost-layout .content .services-item p span,
.cost-layout .content .packages-item p span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #5a6a7a;
    margin-top: 4px;
    font-style: italic;
    font-family: "Montserrat";
}

/* Packages Section */
.cost-layout .content .packages-price {
    background-color: white;
    padding: 0;
    margin-top: 20px;
}

.cost-layout .content .packages-heading p:last-child {
    text-align: right;
}


.cost-layout .content .packages-item:last-child {
    border-bottom: none;
}


.cost-layout .content .packages-item p:first-child {
    font-weight: 600;
}

.cost-layout .content .packages-item p:last-child {
    text-align: right;
    font-weight: 700;
    color: #2c4a6b;
}

/* End of Cost Layout */


/* End of faq */

/* Rehabilitation Facilities Section Styles */

.grid-layout-right {
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.grid-layout-right .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.grid-layout-right.no-section-image .wrapper {
    grid-template-columns: 1fr;
    max-width: 800px;
}

.grid-layout-right .wrapper .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.grid-layout-right .wrapper .service-btn{
    margin-top:30px;
}

.grid-layout-right .content h2 {
    font-size:clamp( 36px, 5.333vw, 64px );
    font-weight: 700;
    color: #2c4a5e;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: "Montserrat";
}

.grid-layout-right .content > p {
    color: #4a5568;
    font-size:clamp( 16px, 1.833vw, 22px );
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Our Key Equipment Includes heading */
.grid-layout-right .content h2 + p + h2,
.grid-layout-right .list {
    margin-top: 40px;
}

/* If there's a subheading before the list */
.grid-layout-right .content > *:not(h2):not(.list) + .list {
    margin-top: 30px;
}

/* List styles */
.grid-layout-right .list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.grid-layout-right .list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.grid-layout-right .list .icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

/* If no image is provided, show checkmark */
.grid-layout-right .list .icon:empty::before {
    content: "✓";
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.grid-layout-right  {
    flex: 1;
}

.grid-layout-right h3 {
    font-size:clamp( 20px, 3vw, 36px );
    font-family: "Montserrat";
    font-weight: 600;
    color: #BC6D53;
    margin-bottom:15px;
    line-height: 1.3;

}

.grid-layout-right h4{
    font-size:clamp( 16px, 2vw, 24px );
    font-family: "Montserrat";
    font-weight: 600;
    color: #2c4a5e;
    margin-bottom:5px;
}

.grid-layout-right p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;

}

/* Image styles */
.grid-layout-right .wrapper > img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    max-height: 600px;
}

/* FAQ Layout */

.faq-layout {
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faq-layout .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-layout .wrapper .service-btn{
    margin-bottom:20px;
}

.faq-layout h2 {
    font-size:clamp( 36px, 5.333vw, 64px );
    font-family: "Montserrat";
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

.faq-layout > .wrapper > p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 40px;
    max-width: 900px;
}

/* Accordion Styles */
.faq-layout .accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-layout .accordion li {

    margin-bottom: 16px;
    border-radius: 4px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.faq-layout .accordion li h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2c5282;
    margin: 0;
    background-color: #e8dcc8;
    padding: 20px 24px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.faq-layout .accordion li h3 .arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #2c5282;
    border-bottom: 2px solid #2c5282;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 15px;
    flex-shrink: 0;
}

.faq-layout .accordion li.active h3 .arrow {
    transform: rotate(-135deg);
}

.faq-layout .accordion li p {
    font-size: 16px;
    line-height: 1.7;
    color: #2d3748;
    margin: 0;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    background-color:white;
}

.faq-layout .accordion li.active p {
    max-height: 500px;
    opacity: 1;
    padding: 24px;
}

/* End of FAQ Layout */


/* Reviews Layout */

.reviews-layout {
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.reviews-layout .wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.reviews-layout h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.reviews-layout > .wrapper > p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

/* Content Container */
.reviews-layout .content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

/* Slideshow */
.reviews-layout .slideshow {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 400px;
}

.reviews-layout .slideshow li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 40px;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

.reviews-layout .slideshow li.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}

.reviews-layout .slideshow li.slide-out-left {
    opacity: 0;
    transform: translateX(-100%);
}

.reviews-layout .slideshow li img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
}

.reviews-layout .slideshow li > div {
    flex: 1;
}

.reviews-layout .slideshow .textarea {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px;
}

.reviews-layout .slideshow .owner {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

/* Pagination Dots */
.reviews-layout .pagination {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.reviews-layout .pagination li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.reviews-layout .pagination li.active {
    background: #E8995F;
    width: 14px;
    height: 14px;
}

.reviews-layout .pagination li:hover {
    background: rgba(255, 255, 255, 0.6);
}


/* End of reviews */


@media( max-width:1024px ){


    .popup-layout .heading-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .popup-layout .wrapper{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }


}



@media( max-width:768px ){
    /* Banner */
    .banner .wrapper{
        grid-template-columns: 1fr;
        padding: 50px 20px;
        height:50vh;
    }

    .banner img{
        position: absolute;
        min-width: initial;
        height:100%;
        width:initial;
        right:20px;
        bottom:0;
    }

    /* End Banner */

    /* Grid Layout */
    .grid-layout .wrapper{
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        padding: 50px 20px 0;
        gap:40px;
    }

    .grid-layout.no-section-image .wrapper{
        padding: 50px 20px;
        grid-template-rows: auto;
    }

    .grid-layout .content{
        order:1;
    }

    .grid-layout .wrapper img{
        order:2;
        justify-self: center;
        width:60%;
    }

    .contact-layout .wrapper > img{
        position: absolute;
        width: initial;
        height: 100%;
    }

    .contact-layout .wrapper{
        padding:50px 20px 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .contact-layout .content{
        align-items: center;
    }
    /* End Grid Layout */

    /* Cards Layout */
    .cards-layout ul{
       grid-template-columns: 1fr;
       gap:20px;
       grid-template-rows: auto;
    }

        /* End of Cards Layout */

        /* Popup Layout */
    .popup-layout .content > ul{
        grid-template-columns: 1fr 1fr;
    }

    /* End of Popup Layout */


    /* Treament Layout */
    .treatment-layout .content {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding: 20px;
        gap: 30px;
    }
    
    .treatment-layout .content img {
        width: 100%;
        max-width: 100%;
    }
    
    .treatment-layout .content ul li h3 {
        font-size: 20px;
    }
    
    .treatment-layout .content ul li p {
        font-size: 14px;
    }
    /* End of Treatment */

    .grid-layout-right .wrapper{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .reviews-layout .slideshow li {
        flex-direction: column;
    }

    .reviews-layout .slideshow li img{
        width:initial;
        height:initial;
    }

    
}

a.service-btn{
    background-color:#334D6D;
    color:#FFFFFF;
    border-radius: 100px;
    padding:20px 40px;
    font-size:clamp( 18px, 3.667vw, 24px );
    font-weight: bold;
    font-family: "Montserrat";
    transition: all 0.3s;
}

/* a.service-btn:hover
{
    color:white !important;
    transform: scale(0.9) !important;
}
a.service-btn:active,
a.service-btn:focus{
    color:white !important;
} */