/* Changes and integrate theme by Ravi 24-07-2025 */
@font-face {
    font-family: "bookman old style";
    src: url("../fonts/BOOKOS.TTF");
}

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsThin';
    src: url('../fonts/poppins/Poppins-Thin.ttf');
    font-weight: normal;
    font-style: normal;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(60px);
    /* Start lower */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-up.visible {
    transition-delay: var(--delay, 0s);
}

a,
a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body {
    font-family: "PoppinsRegular";
    color: #000;
    font-weight: normal;
}

strong,
b,
bold {
    font-family: "PoppinsSemiBold";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 35px;
    font-family: 'PoppinsBold';
    margin-bottom: 20px;
}

h1,
.heading_big {
    font-size: 41px;
    font-family: 'PoppinsBold';
}

.heading_big2 {
    font-size: 48px;
    font-family: 'PoppinsBold';

}

.heading_small {
    font-size: 28px;
    font-family: 'PoppinsBold';
}

.small_width {

    width: 80%;
    margin: auto;
}

.justify-items-end {
    justify-items: end;
}

.booking_button a {
    background: #5bb77a;
    padding: 13px;
    font-weight: normal;
    border-radius: 10px;
    font-family: 'PoppinsBold';
}

.booking_button a:hover {
    background: #e0e783;
    color: #2a2c17 !important;
}

.logo {
    width: 15%;
}

.main_menu {
    width: 70%;
}


.booking_button {
    width: 13%;
}

header .navbar {
    padding: 15px 0px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.navbar .container {
    gap: 20px;
}

header ul.navbar-nav {
    width: 100%;
    justify-content: space-evenly;
}

/*
header li.nav-item {
flex-basis: 25%;
}
*/
.padding_60 {

    padding: 60px;
}

.border_radius {

    border-radius: 40px;
}

.border_bottom {
    border-bottom: 1px solid #e7e7e7;

}

.left_content_section .container,
.right_content_section .container {
    padding-bottom: 60px !important;
}

.list_icon li,
.list_icon_green li {
    list-style-type: none;
    position: relative;
    padding-bottom: 20px;
}


.list_icon_green li:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 3px;
    background: url(../salon/salon-page-img/green-tik-icon-2.png);
    width: 20px;
    height: 20px;
}




.list_icon li:before {
    content: "\f058";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -30px;
    color: #e8f27a;
    font-size: 22px;
    top: -4px;

}

.square_green_check {
    margin-top: 35px;
}

.square_green_check li:before {
    content: "";
    background: url(../images/check-icon.png);
    width: 24px;
    height: 21px;
    background-size: cover;
    background-repeat: no-repeat;
}

.green_icons li::before {
    background: url('../fitness-images/yellow-green-tik.png');

    content: "";
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
}

.list_icon_green {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    column-gap: 4%;
    margin: 0;
}

.list_icon_green li {
    flex: 1 0 48%;
    /* width: 50%; */
    /* position: relative; */
}

header li.nav-item a.nav-link {
    font-weight: bold;
    color: #494949;
    font-size: 15px;
}

header li.nav-item a.nav-link:hover {
    color: #5bb77a;
}

.green_text {

    color: #5bb77a;
}

.blue_text {

    color: #21beda;
}

.green_bg {
    background: #5bb77a;
    color: white;
}

.grey_bg {
    background: #f8f8f8;

}

.white_bg {
    background: #fff;
}

.green_bg2 {
    background: #4db78e;
    color: white;
}

.yellow_heading {
    color: #dfe783;
}

.yellow_btn {
    background: #dfe783;
    color: #2a2c17;
    padding: 9px 25px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: normal;
    border: 2px solid transparent;
    background: linear-gradient(#dfe783, #dfe783) padding-box, linear-gradient(90deg, rgba(194, 203, 93, 1) 0%, rgba(44, 169, 135, 1) 50%, rgba(194, 203, 93, 1) 100%) border-box;
    margin-top: 20px;
    display: inline-block;
    font-family: 'PoppinsSemiBold';
    transition: all 0.2s ease-in-out !important;
}

.yellow_btn:hover {
    box-shadow: 0 0 10px #2a2c1761;
    scale: 1.03;
}

.hero {
    /* background: linear-gradient(135deg, #00c3a5, #3db6de);*/

    padding: 120px 0 40px;

    background-image: url(../home-img/banner-bg.jpg);
    background-size: cover;
    background-position: center;
}

.feature-reviews {
    display: flex;
    padding: 40px 0;
    gap: 20px;
}

.feature-reviews img {
    flex-basis: 20%;
}

/*.feature-img, .industry-img, .testimonial-img {
width: 100%;
height: 200px;
background-color: #eee;
display: block;
}*/

.power-section .container {
    padding: 90px 20px 50px;
    border-radius: 35px;
}

.power-sectionImgs {
    position: relative;
}

.powerFeature1 {
    position: absolute;
    right: -20px;
    top: -40px;
}

.challenges-showcase-section {
    padding: 80px 0;
}

section.section.fade-in-up.challenges-showcase-section {
    background: linear-gradient(to right, #5bb77a, #21beda);
}

.challenges-note-box {
    margin-top: 150px;
}

.challenges-showcase-inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 80px 50px;
    border-radius: 20px;
    background: linear-gradient(to right, #5bb77a, #21beda);
}

.challenges-overlay {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background-image: url(../home-img/challenge-img.png);
    background-size: cover;
    background-position: center;
}

.challenges-content {
    position: relative;
    z-index: 2;
    color: #e9f7f6;
    max-width: 620px;
    padding: 22px 26px;
}

.challenges-content h5 {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #d0eb77;
    font-size: 13px;
    font-family: 'PoppinsSemiBold';
    margin-bottom: 12px;
}

.challenges-content h5 span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #56d3af;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.challenges-content h2 {
    color: #f4fbfb;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 26px;
    font-family: 'PoppinsLight';
}

.challenges-content h2 em {
    font-style: italic;
}

.challenges-content .challenges-line-one {
    white-space: nowrap;
}

.challenges-content h2 em.challenges-underline {
    display: inline-block;
    border-bottom: 3px solid #56d3af;
    padding-bottom: 2px;
}

.challenges-note-box {
    background: rgba(8, 18, 20, 0.66);
    border: 1px solid rgba(199, 245, 237, 0.25);
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 18px;
    max-width: 430px;
}

.challenges-note-box p {
    margin: 0 0 8px;
    color: #e6f6f3;
    font-size: 14px;
    line-height: 1.45;
}

.challenges-note-box p:last-child {
    margin-bottom: 0;
}

.challenges-content h4 {
    color: #d8ee72;
    font-size: 17px;
    line-height: 1.4;
    font-family: 'PoppinsSemiBold';
    margin: 0;
    max-width: none;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .challenges-showcase-inner {
        padding: 24px;
    }

    .challenges-overlay {
        inset: 24px;
    }

    .challenges-content {
        max-width: 500px;
        padding: 10px 10px;
    }

    .challenges-content h2 {
        font-size: 36px;
    }

    .challenges-note-box {
        max-width: 390px;
    }
}

@media (max-width: 767px) {
    .challenges-showcase-inner {
        padding: 14px;
    }

    .challenges-overlay {
        inset: 14px;
        border-radius: 14px;
    }

    .challenges-content {
        max-width: 100%;
        padding: 8px 8px;
    }

    .challenges-content h5 {
        letter-spacing: 2px;
        font-size: 11px;
    }

    .challenges-content h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .challenges-content .challenges-line-one {
        white-space: normal;
    }

    .challenges-note-box {
        padding: 12px 12px;
        margin-bottom: 12px;
        max-width: 100%;
    }

    .challenges-note-box p {
        font-size: 13px;
    }

    .challenges-content h4 {
        font-size: 15px;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .solution-glass-section[style*="margin-top"],
    section.solution-glass-section {
        margin-top: 0 !important;
    }

    .challenges-showcase-section {
        padding-bottom: 40px;
    }
}

.section {
    padding: 30px 0;
}

.gradient-bg {
    background: linear-gradient(to right, #5bb77a, #21beda);
    color: white;
}

.gradient-bg_opp {
    background: linear-gradient(to right, #21beda, #5bb77a);
    color: white;
}

.switching-section {
    background: #f3f5f4;
}

.feature-focus-section {
    padding: 0;
    background-image: url(../home-img/salon-green-bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.solution-glass-section {
    padding: 0;
    background: #000000;
}

.solution-glass-inner {
    position: relative;
    overflow: hidden;
    padding: 68px 74px;
    background: #000000;
}

.solution-intro h5 {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #d0eb77;
    font-size: 14px;
    margin-bottom: 14px;
    font-family: 'PoppinsSemiBold';
}

.solution-intro h5 span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #56d3af;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.solution-intro h2 {
    color: #f2fbfa;
    margin-bottom: 18px;
}

.solution-intro h3 {
    color: #d9f4f0;
    font-size: 46px;
    line-height: 1.3;
    font-family: 'PoppinsLight';
    max-width: 940px;
    margin: 0 auto 24px;
}

.solution-intro h3 strong {
    color: #56c7aa;
}

.solution-intro p {
    color: rgba(230, 248, 244, 0.88);
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.solution-benefits-wrap {
    margin: 36px auto 0;
    max-width: 1040px;
    border: 1px solid rgba(210, 247, 239, 0.25);
    border-radius: 18px;
    background: rgba(8, 47, 44, 0.36);
    padding: 24px 20px 26px;
}

.solution-benefits-wrap h4 {
    text-align: center;
    color: #f2fbfa;
    letter-spacing: 3px;
    margin-bottom: 16px;
    font-size: 22px;
    font-family: 'PoppinsSemiBold';
}

.solution-benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.solution-benefit-item {
    color: #ebfbf7;
    background: rgba(17, 68, 63, 0.45);
    border: 1px solid rgba(220, 248, 242, 0.12);
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.35;
    width: calc(33.333% - 8px);
    min-width: 240px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.solution-benefit-item i {
    color: #d8ee72;
    margin-top: 3px;
}

@media (max-width: 991px) {
    .solution-glass-inner {
        padding: 52px 28px;
    }

    .solution-intro h3 {
        font-size: 32px;
    }

    .solution-intro p {
        font-size: 20px;
    }

    .solution-benefit-item {
        width: calc(50% - 8px);
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .solution-glass-inner {
        padding: 36px 14px;
        border-radius: 14px;
    }

    .solution-intro h5 {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .solution-intro h2 {
        font-size: 28px;
    }

    .solution-intro h3 {
        font-size: 20px;
        line-height: 1.45;
    }

    .solution-intro p {
        font-size: 15px;
    }

    .solution-benefits-wrap {
        padding: 16px 10px 18px;
    }

    .solution-benefits-wrap h4 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .solution-benefit-item {
        width: 100%;
        min-width: 100%;
        font-size: 14px;
    }
}

.feature-focus-inner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    padding: 80px 72px;
    background: transparent;
}

.feature-focus-title {
    color: #eaf8f5;
    font-size: 44px;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

.feature-focus-card {
    border: 1px solid rgba(204, 249, 241, 0.45);
    border-left: 4px solid #d9f06f;
    border-radius: 18px;
    padding: 16px 22px;
    margin-bottom: 10px;
    background: rgba(20, 120, 110, 0.35);
    box-shadow: inset 0 0 0 1px rgba(181, 240, 231, 0.08);
    backdrop-filter: blur(2px);
}

.feature-focus-card:last-child {
    margin-bottom: 0;
}

.feature-focus-card h5 {
    color: #d9f06f;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-family: 'PoppinsSemiBold';
    font-size: 13px;
    margin-bottom: 10px;
}

.feature-focus-card p {
    color: #EBFBF8;
    font-size: 28px;
    line-height: 1.5;
    margin: 0;
}

.feature-focus-card .feature-italic {
    font-style: italic;
    color: rgba(235, 251, 248, 0.92);
}

.feature-focus-card .feature-highlight {
    font-family: 'PoppinsSemiBold';
    color: #ffffff;
    border-bottom: 3px solid #d9f06f;
    padding-bottom: 1px;
}

@media (max-width: 991px) {
    .feature-focus-inner {
        padding: 44px 28px;
    }

    .feature-focus-title {
        font-size: 34px;
    }

    .feature-focus-card p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .feature-focus-inner {
        padding: 34px 16px;
        border-radius: 14px;
    }

    .feature-focus-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .feature-focus-card {
        padding: 14px 12px;
    }

    .feature-focus-card h5 {
        letter-spacing: 1.4px;
        font-size: 11px;
    }

    .feature-focus-card p {
        font-size: 15px;
        line-height: 1.35;
    }
}

.switching-section .container {
    max-width: 1120px;
}

.switching-section_head {
    margin-bottom: 28px;
}

.switching-section_head h2 {
    color: #151515;
    margin-bottom: 8px;
}

.switching-section_head h3 {
    color: #58bfa4;
    font-size: 46px;
    /* font-family: 'PoppinsThin'; */
    /* font-style: italic; */
    margin-bottom: 0;
    line-height: 1.2;
}

.switching-card {
    background: linear-gradient(98deg, #1eb1c8 0%, #58bc7e 100%);
    border-radius: 18px;
    padding: 34px 30px;
    color: #ffffff;
}

.switching-card h4 {
    font-size: 35px;
    font-family: 'PoppinsBold';
    margin-bottom: 12px;
}

.switching-card h5 {
    font-size: 25px;
    font-family: 'PoppinsSemiBold';
    margin-bottom: 20px;
}

.switching-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .switching-section_head h3 {
        font-size: 42px;
    }

    .switching-card h4 {
        font-size: 34px;
    }

    .switching-card h5 {
        font-size: 26px;
    }

    .switching-card p {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .switching-section {
        padding: 45px 0;
    }

    .switching-section_head h2 {
        font-size: 32px;
    }

    .switching-section_head h3 {
        font-size: 28px;
    }

    .switching-card {
        padding: 24px 20px;
    }

    .switching-card h4 {
        font-size: 30px;
    }

    .switching-card h5 {
        font-size: 22px;
    }

    .switching-card p {
        font-size: 17px;
    }
}

.light_green_gradient_bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(208, 240, 228, 1) 100%);
}



.light_green_gradient_bg_opp {
    background: linear-gradient(180deg, rgba(208, 240, 228, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.light_green_bg {

    background: #d0f0e4;
}

.footer {
    background: #2d3c37;
    color: #fff;
    padding: 60px 0 30px;
    font-family: 'PoppinsLight';
    font-size: 15px;
}

.footer_logo {
    width: 70px;
    margin-bottom: 40px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #5bb77a;
}

.footer p {
    font-size: 13px;
    font-family: 'PoppinsLight';
}

.footer .footer_content a {
    text-decoration: underline;
    font-style: normal;
}

.social_media {
    padding-top: 24px;
}

.footer .social_media ul {
    padding: 0;
    display: flex;
    width: 49%;
    gap: 20px;
    margin: 0;
}

.footer_content {
    padding-right: 60px;
}

.footer .social_media ul li {
    list-style-type: none;
    font-size: 35px;
    flex-basis: 20%;
    text-align: left;
}

.footer .list-unstyled li {
    line-height: 36px;
}

.footer ul.list-unstyled {
    margin-top: 30px;
}

.footer_copyright ul.list-unstyled {
    margin: 0;
}

.footer h6 {
    font-size: 16px;
    font-family: 'PoppinsBold';
}

.footer .footer-address p {
    margin-bottom: 14px;
    line-height: 1.6;
}

.footer .footer-address p:first-of-type {
    margin-top: 30px;
}

.row.footer_copyright {
    border-top: 1px solid #354a43;
    padding-top: 30px;
    align-items: center;
    margin-top: 40px;
}

.footer_copyright ul {
    display: flex;
    gap: 28px;
    justify-content: flex-end;
}

.footer_copyright ul li:not(:last-child)::after {
    content: "|";
    left: 10px;
    position: relative;
}

.hero h5 {

    font-size: 20px;
}


.hero .banner_left p {
    color: #444444;
    font-size: 16px;
    width: auto;
    margin: 20px 0;
}

.hero_button {
    background: #5bb77a;
    padding: 20px 25px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    font-weight: normal;
    letter-spacing: 0.6px;
    font-family: 'PoppinsBold';
    margin-top: 20px;
}

.hero_button:hover {
    background: #dfe783;
    color: #2a2c17;
}

.hero_button.hero_button_trial {
    background: transparent;
    color: #5bb77a;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-left: 18px;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    border-bottom: 3px solid #8ad49f;
    line-height: 1.2;
}

.hero_button.hero_button_trial:hover {
    background: transparent;
    color: #3f9f65;
    border-bottom-color: #6cc487;
}

.yellow_bg {
    background: #dfe783;
    color: #000;
    text-shadow: none;

}


.feature-laptop {
    width: 100%;
}

.feature-mobile {
    width: auto;
    position: absolute;
    right: 0;
    top: -80px;
    right: 0;
}

.banner_right,
.item_1_left {
    position: relative;
}

.banner_right {
    width: 102%;
    padding-top: 100px;
}

.feature-mobile img {
    max-width: 100%;
    width: auto;
}

.hero.salon_banner {
    padding: 60px 0;
}

.hero.salon_banner .banner_right {
    padding-top: 0;
}

img.salFrame__one {
    position: absolute;
    left: -40px;
    top: 90px;
}

.salFrame__two {
    position: relative;
    top: -30px;
    z-index: -1;
}

.salon_reviews h3 {
    font-family: 'PoppinsBold';
}

.feature-img {
    position: relative;
}

.salFrame__two-1 {
    position: absolute;
    right: -20px;
    top: 30px;
}

.salFrame__three {
    position: absolute;
    right: -16px;
    bottom: 30px;
}

.softWareDash h2 {
    font-size: 48px;
}

.content_section h4 {
    font-family: 'PoppinsSemiBold';
    font-size: 20px;
    margin-bottom: 15px;
}

img.salFrame__6 {
    position: absolute;
    top: 30px;
    right: -40px;
}

img.salFrame__7 {
    position: absolute;
    left: -50px;
    bottom: -40px;
}

/** logo carousel **/
.logos {
    padding-top: 30px;
}

.slick-slide {
    margin: 0px 12px;
}

.slick-slide img {
    width: auto;
    max-width: 100%;
}

.logo-slider-wrapper .slick-slide {
    box-shadow: 0px 0px 28px #dfdfdf;
    padding: 18px 20px;
    border-radius: 10px;
}

.logo-slider-wrapper .slick-slide img {
    display: block;
}

.logo-slider-wrapper .slick-track {
    padding: 16px 0;
}

.logo-slider-wrapper::before,
.logo-slider-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 280px;
    /* Adjust width as needed */
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* So arrows or hover still work */
}

.logo-slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.logo-slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.logos p {
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic;
    padding: 40px 0;
    color: #868887;
    letter-spacing: 1px;
}

.customer-logos .slide.slick-slide {
    padding: 30px;
}

.tab_1_image {
    width: 68%;
}


.tab_1_image2 {
    width: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
}

.tab_1_image3 {
    width: 70%;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

div#myTabContent {
    background: #48ab85;
    padding: 40px 20px;
    border-radius: 20px;
    margin-top: 35px;
    color: #fff;
}

.tab-content p {
    font-family: 'PoppinsLight';
    font-size: 18px;
}

.tab-content#myTabContent h2 {
    font-size: 40px;
    margin: 0 0 30px;
    width: auto;
    text-align: left;
}

.tab-content h4 {
    font-size: 20px;
    font-family: 'PoppinsSemiBold';
}

.nav-tabs .nav-link {
    background: #47ab84;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 15px;
    width: 100%;
    position: relative;
    font-family: 'PoppinsMedium';
}

ul#myTab {
    display: flex;
    justify-content: center;
    border: none;
    gap: 30px;
    margin-top: 40px;
}

ul#myTab li.nav-item {
    flex-basis: 12%;
}

.nav-tabs .nav-link.active {
    color: #47ab84;
}

.nav-tabs .nav-link.active:before {
    content: " ";
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    width: 0;
    bottom: -21px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.rounded_btn {
    text-align: center;
    background: #fff;
    display: block;
    width: fit-content;
    color: #47ab84;
    margin: auto;
    font-family: 'PoppinsBold';
    font-size: 17px;
    padding: 11px 40px 9px;
    border-radius: 40px;
    margin-bottom: 25px;
}

.service_text {
    position: absolute;
    font-size: 17px;
    bottom: 20px;
    z-index: 1;
    left: 20px;
    color: #000;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 30px;
    display: inline-block;
    background: #fff;
    transition: 0.8s;
}



.industry-img {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 18px;
}

/* Zoom effect on image */
.industry-img img {
    width: 100%;
    transition: transform 0.8s ease;
    border-radius: 18px;
}

/* Hover zoom */
.industry-img:hover img {
    transform: scale(1.1);
}

/* Icon initially hidden */
.service_text i {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-5px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}

/* Reveal icon on hover */
.industry-img:hover i {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.industry-img:hover .service_text {
    background: #4cb78e;
    color: #fff;
}

.service_text i {
    opacity: 0;
    transition: 0.8s;
    margin-left: 7px;
    position: absolute;
    top: 11px;
}

.industry-img:hover .service_text i {
    opacity: 1;

}

.services h2,
.tabs-section h2,
section.counter_section .container h2,
.faq h2 {

    width: 70%;
    margin: 40px auto;
    text-align: center;
}

.content-wrapper {
    max-width: var(--bs-container-lg);
    /* or xl/xxl based on what your site uses */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content-wrapper h4 {
    font-family: 'PoppinsSemiBold';
    font-size: 22px;
    margin-bottom: 25px;
}

.content-wrapper h2 {
    font-size: 38px;
    font-family: 'PoppinsBold';
    margin-bottom: 20px;
    color: #1f2320;
}

.content-wrapper p {
    color: #575757;
    font-size: 18px;
    line-height: 1.6;
}

.growth_section {
    border-radius: 0 30px 30px 0;

}

.growthCntnt {
    max-width: 770px;
}

.growth_section .frame-img {
    float: right;
    margin-left: auto;
    margin-right: 30px;
    max-width: 490px;
}

.growth_section2 {
    border-radius: 30px 0 0 30px;

}

.growth__secRight .growthCntnt {
    margin-left: auto;
}

.growth_section2 .frame-img {
    margin-right: auto;
    margin-left: 30px;
    max-width: 490px;
}



.testimonial {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.testimonial p {
    font-size: 20px;
    font-family: 'PoppinsMedium';
}

.testimonial h4 {
    margin-top: 6px;
    font-size: 14px;
    font-style: italic;
    color: #333;
}

.testimonial h3 {
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'PoppinsSemiBold';

}



.slick-slide .testimonial img {
    display: block;
}

.testimonial_quote {
    font-family: "bookman old style";
    font-size: 41px;
    background: #5bb77a;
    width: 50px;
    color: #fff;
    height: 50px;
    border-radius: 100%;
    line-height: 65px;
    position: absolute;

    bottom: -10px;
    left: -20px;
}

.testimonial_img {
    width: 100px;
    display: inline-block;
    margin: -90px auto 0;
    position: relative;
}

.customer-testimonials .slick-slide {
    margin-top: 60px;
    margin-bottom: 60px;

}


.customer-testimonials button.slick-arrow {
    position: absolute;

    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    font-size: 20px;
    color: #000;
    z-index: 2;
    left: -80px;
}


/* Optional: Reset if Slick adds default content */
.customer-testimonials .slick-arrow::before {
    display: none;
    content: none !important;
}

.customer-testimonials button.slick-next.pull-right.slick-arrow {
    right: -80px;
    left: auto;
}




section.customer-testimonials_section {

    padding: 0px 20px 10px;

}

.customer-testimonials_section2 {
    background: #f6f6f6;
    padding: 60px 100px;

}

.customer-testimonials_section .customer-testimonials_container {
    background: #f6f6f6;
    padding: 60px 100px 30px;
    border-radius: 15px;
    text-align: center;
}

.services {
    background-image: url(../home-img/category-section-bg.png);
    background-repeat: no-repeat;
}

/* .icons-img {
flex: 0 0 4%;
} */
.icons-img.blue_text {
    flex: 0 0 auto;
    font-family: 'PoppinsBold';
}

.icons-img.blue_text a {
    text-decoration: none;
    color: #21beda;
}

.growthWrap {
    display: flex;
    justify-content: center;
}

section.counter_section .container {
    background: #f6f6f6;
    padding: 30px 60px 30px;
    border-radius: 0 0 15px 15px;
}

.counter_section h2 {
    font-size: 32px;
    max-width: 540px;
    margin: 0 auto !important;
    padding: 0 0 22px;
}

section.counter_section {
    padding-bottom: 60px;
}

.counter_section .row {
    padding: 0 36px;
}

.count_items {
    background: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    border: 1px solid #c5d1c9;
    height: 100%;
    box-shadow: -6px 0px #5bb77a;
    border-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 180px;
    margin: 0 auto;
}


.count_items h3 {
    font-family: 'PoppinsBold';
    font-size: 25px;
}

.count_items h4 {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-family: 'PoppinsRegular';
    margin: 0;
}

.feature_highlights .count_items {
    max-width: 100%;
    margin: 0;
    justify-content: flex-start;
    padding: 16px;
}

.feature_highlights .count_items p {
    margin-bottom: 0;
}

.contact_section li:before {
    content: "\f058";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -24px;
    font-size: 24px;
}

.contact_section .form-control {
    color: #a2a2a2;
    padding: 17px;
    font-family: 'PoppinsLight';
    font-size: 17px;
}

.contact_section button {
    padding: 17px;
    background: #5bb77a;
    border-color: #5bb77a;
    border-radius: 15px;
    font-family: 'PoppinsSemiBold';
    font-size: 20px;
    letter-spacing: 0.6px;
}

.contact_section button:hover {
    background: #dfe783;
    color: #2a2c17;
    border-color: #dfe783;
}

.contact_section form {
    padding-top: 40px !important;
}

.contact_section form p {
    color: #636363;
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
}

.contact_section .demo-form-card {
    padding: 45px 34px 28px;
    padding-top: 45px !important;
    border-radius: 18px !important;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(24, 24, 24, 0.08) !important;
}

.contact_section .demo-form-card .form-control {
    width: 100%;
    min-width: 0;
    height: 69px;
    border: 1px solid #d7dde2;
    border-radius: 7px;
    color: #9f9f9f;
    font-family: 'PoppinsLight';
    font-size: 14px;
    background-color: #ffffff;
    box-shadow: none;
}

.contact_section .demo-form-card select.form-control {
    background-position: right 14px center;
    padding-right: 36px;
}

.contact_section .demo-form-card .form-control:focus {
    border-color: #5bb77a;
    box-shadow: none;
}

.contact_section .demo-checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact_section .demo-checkbox-wrap input[type="checkbox"] {
    margin-top: 0;
}

.contact_section .demo-checkbox-wrap label {
    color: #8a8a8a;
    font-family: 'PoppinsLight';
    font-size: 15px;
    line-height: 1.35;
}

.contact_section .demo-submit-btn {
    height: 74px;
    padding: 16px 18px;
    border-radius: 15px;
    font-family: 'PoppinsSemiBold';
    font-size: 23px;
    line-height: 1.1;
    text-transform: none;
}

.contact_section .demo-form-disclaimer {
    color: #5f5f5f !important;
    text-align: center !important;
    padding-top: 0 !important;
    margin-bottom: 0;
    font-size: 13px !important;
    line-height: 1.35;
    font-family: 'PoppinsLight';
}

.contact_section .demo-form-disclaimer a {
    color: #0969da;
    text-decoration: underline;
}

.contact_section .demo-form-card .row {
    --bs-gutter-y: 1rem;
    margin-left: 0;
    margin-right: 0;
    gap: 12px 12px;
    flex-wrap: wrap;
}

.contact_section .demo-form-card .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
}

@media (max-width: 575.98px) {
    .contact_section .demo-form-card .row > [class*="col-"] {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .contact_section .demo-form-card {
        padding: 18px;
        padding-top: 18px !important;
    }

    .contact_section .demo-form-card .form-control {
        height: 54px;
        font-size: 15px;
    }

    .contact_section .demo-checkbox-wrap label {
        font-size: 14px;
    }

    .contact_section .demo-submit-btn {
        height: 58px;
        font-size: 20px;
    }
}

.contact_section li {
    list-style-type: none;
    position: relative;
    padding-bottom: 30px;
    font-size: 18px;
    font-family: 'PoppinsLight';
    line-height: 1.5;
    padding-left: 15px;
}

.contact_section h4 {
    margin-bottom: 25px;
    font-family: 'PoppinsMedium';
    font-size: 20px;
    line-height: 1.5;
}

.contact_section h2.heading_big {
    font-size: 48px;
}

.customer_logos {
    display: flex;
    justify-content: space-between;
}

.customer_logos .customer_logos_item {
    display: flex;
    flex-basis: 85%;
    gap: 15px;
    align-items: center;

    justify-content: space-between;
}

.customer_logos_img {
    flex: 0 1 18%;

}

.customer_logos_img:last-child {
    flex: 0 0 30%;
}

.customer_logos_img img {
    height: 100%;
}

.partners_left {
    position: relative;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1 / 1;
    margin: auto;
}

/* Outer image box */
.partners_img {
    position: absolute;
    width: calc(25% - 10px);
    /* 4 images per side + 10px gap */
    height: calc(25% - 10px);
    transition: all 0.8s ease-in-out;
    border-radius: 8px;
}

.partners_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Positioning all 12 images using top/left (not transform) */
.pos0 {
    top: 0;
    left: 0;
}

.pos1 {
    top: 0;
    left: 25%;
}

.pos2 {
    top: 0;
    left: 50%;
}

.pos3 {
    top: 0;
    left: 75%;
}

.pos4 {
    top: 25%;
    left: 75%;
}

.pos5 {
    top: 50%;
    left: 75%;
}

.pos6 {
    top: 75%;
    left: 75%;
}

.pos7 {
    top: 75%;
    left: 50%;
}

.pos8 {
    top: 75%;
    left: 25%;
}

.pos9 {
    top: 75%;
    left: 0;
}

.pos10 {
    top: 50%;
    left: 0;
}

.pos11 {
    top: 25%;
    left: 0;
}


.parnters-section p {
    font-size: 18px;
}

/* Center image */
.center_img {
    width: calc(49% - 10px);
    height: calc(49% - 10px);
    top: 25.5%;
    left: 25.5%;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.count_items_green {
    border-radius: 20px;
    padding: 20px;
    /* border: 1px solid #00000054; */
    height: 100%;
    background: #5bb77a;
    color: #fff;
}

.count_items_green h4 {
    font-size: 17px;
}

.count_items_green h3 {
    font-family: 'PoppinsBold';
    font-size: 32px;
}

.customerSec h3 {
    font-family: 'PoppinsBold';
    font-size: 30px;
    padding-top: 10px;
}

.customerSec p {
    color: #636363;
    font-size: 18px;
    font-family: 'PoppinsLight';
    padding-top: 10px;
}


.faq .accordion-item {
    border: 0;
    background: #fff !important;
    margin-bottom: 20px;
    box-shadow: 3px 0px 10px #ececec;

    border-radius: 10px;
    padding: 5px;
}

.faq .accordion-header {
    width: 100%;
    margin: 0;
}

.faq .accordion-button::after {
    color: #5bb77a;
    content: "\f068";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
    background: 0;
    width: auto;
    height: auto;
}

.faq .accordion-button.collapsed::after {

    content: "\f067";
}

.faq .accordion-item button.accordion-button {
    font-size: 18px;
    background: #fff;
}

.yellow_big_buttons {
    width: 60%;
    margin: 40px auto 10px;
    gap: 20px;
}

.yellow_big_buttons a {
    flex-basis: 30%;
    padding: 18px;
    border-radius: 34px;
    font-family: 'PoppinsBold';
}

/*** spa page css **/

.spa_banner {

    background-image: url(../spa-page-img/spa-page-banner.jpg);
}

.barber_banner {

    background-image: url(../barbershop-img/garbershop-banner.png);
}

.beauty_banner {

    background-image: url(../beauty-img/beauty-banner.jpg);
}

.physiotherapy_banner {
    background: #f5f5f5;
}

.physiotherapy_banner .banner_left {
    padding: 50px 0;
}

.spa_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d3d3d380;
    /* Adjust opacity as needed */
    z-index: 1;
}

.spa_banner .container {
    position: relative;
    z-index: 2;
}

.spa_banner p.lead {
    font-size: 22px;
    margin: 40px 0;
}

/** spa page css end **/


.skincare_banner {

    background-image: url(../skincare-img/skincare-banner.jpg);
}

.skincare_banner h5 {
    padding: 20px 50px 50px 0;
}



.skincare_banner {

    background-image: url(../iv-clinics-img/iv-clinic-banner.jpg);
}

.contact_banner {
    text-align: center;
}

.contact_banner h5 {
    font-size: 22px;
}

.contact_banner p {
    font-size: 16px;
}

ul.contact_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

ul.contact_list li {
    list-style-type: none;
    font-size: 25px;
}

ul.contact_list li i {
    font-size: 32px;
    margin-right: 10px;
}

.contact_banner a {
    color: #dfe783;
    /* line-height: 22px; */
    text-decoration: none;
}

.contact_banner p a {
    border-bottom: 1px solid;
}

.contact_banner h2.heading_big {
    font-size: 62px;
}

.form-control::placeholder {
    color: #a2a2a2;
    opacity: 1;
}

.contact_section form label {
    color: #a2a2a2;
}


.contact_section_boxes {
    background: #68c199;
    padding: 10px;
    border-radius: 15px;
    width: 50%;
    margin-top: 40px;
}

.contact_section_boxes h4,
.contact_section_boxes p {
    margin-bottom: 8px;
}

.contact_section_boxes h5 a {
    font-size: 17px;
    font-family: "PoppinsSemiBold";
    color: #fff;
    text-decoration: none;
}

.contact_section_boxes h4 {
    font-family: "PoppinsSemiBold";
    font-size: 22px;
}


.support_list {
    display: flex;
    gap: 20px;
    padding-left: 30px;
    align-content: center;
    align-items: center;
    padding-bottom: 25px;
}

.support_list i {
    color: green;
    font-size: 30px;
}

.support_list h5 {
    font-family: 'PoppinsSemiBold';
}

.support_list p {
    margin: 0;
}

.img1 {
    width: 90%;
}

.img2 {
    position: absolute;
    top: -75px;
    right: 30px;
    width: 35%;
}

.img3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.img4 {
    position: absolute;
    top: -45px;
    left: 0;
}

.img5 {
    width: 50%;
    margin: auto;
    /* border: 10px solid #e5f8ea; */
    border-radius: 10px;
    background: #e5f8ea;
    padding: 10px;
    margin-bottom: 40px;
}

.img_small {
    width: 20%;
    position: absolute;
    right: 140px;
    bottom: 65px;
}

.key_features .white_bg {
    box-shadow: 0px 0px 20px #1f1f1f;
}

.key_features .list_icon_green li {
    flex: 1 0 30%;
    color: #000;
    text-align: left;
    font-style: italic;
}


.fitness_icon img {
    width: 100px;
    margin-bottom: 17px;
}

.fitness_icon2 .col-md-7 img {
    width: 75px;
    height: 75px;
}

.fitness_icon h6 {
    font-size: 18px;
    line-height: 28px;
}

.fitness_icon .col-md-4 div,
.fitness_icon3 .col-md-4 div {

    box-shadow: 0px 0px 29px #d4d4d4;
}

.flower_bg {

    background-image: url(../beauty-img/beauty-page-bg.jpg);
    background-size: cover;
    background-position: top;
}

.features_green_section h2 {
    text-align: center;
    margin-bottom: 35px;
}

.features_green_box {
    color: #000;
    display: flex;
    gap: 10px;
    box-shadow: 0px 0px 10px 1px #47474775;
    margin-bottom: 25px;
    padding: 12px;
    border-radius: 5px;
    background: #fff;
    align-items: center;
    word-break: break-word;
}

.features_green_section h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "PoppinsBold";
    margin-bottom: 20px;
}

.features_green_box h4 {
    font-size: 16px;
    font-family: "PoppinsRegular";
    margin: 0;
    line-height: 1.5;
}

.features_green_box img {

    width: 35px;
    height: 35px;
}


/** 17-05-2025 **/

.blog_section div#blog_tabs {
    padding: 20px;
    border: 1px solid #b8b8b8;
    border-left: 0;
    border-right: 0;
}

.blog_section div#blog_tabs button.blog_tab {
    background: none;
    border: 0;
    color: #5cb77a;
}

.blog_data_items {
    margin-top: 40px;
    transform: translateY(0);
    transition: all 0.5s ease;
    height: auto;
    overflow: hidden;
    pointer-events: auto;
    margin-bottom: 1.5rem;
    opacity: 1;
    display: block;
}


.blog_data_items.hide {
    opacity: 0;
    transform: translateY(20px);
    display: none;
    margin-bottom: 0;
    pointer-events: none;
}

.blog_category {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dfe783;
    color: #000;
    border-radius: 20px;
    padding: 3px 20px;
    font-family: "Poppins semibold";
    font-size: 15px;
}

.blog-img {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}


.blog-img img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}

.blog_meta {
    display: flex;
    gap: 30px;
    font-size: 14px;
    padding: 15px 0 15px;
}

.blog_meta i {
    color: #5cb77a;
}

.blog_data_items a {
    text-decoration: none;
    color: #000;
}

.blog_data_items .blog_title {
    font-size: 26px;
    font-family: "Poppins semibold";
    line-height: 30px;
    padding-bottom: 20px;
}

.contact_section form p {
    color: #a2a2a2;

}

.light_yellow_bg {

    background: #f5f6e8;
}


/** pricing page **/
.pricing_banner {
    text-align: center;
    background-image: url(../images/pricing-page-header.png);
    padding: 120px 0;
}

.pricing_features table {
    display: table;
    width: 100%;
}

.pricing_features table thead tr th,
.pricing_features table tbody tr td {
    padding: 20px;
    border: 1px solid #cacaca;
    display: table-cell;
}

.pricing_features table thead tr {
    background: #f2f2f2;
}

.pricing_features table thead tr th {
    font-family: 'PoppinsBold';
    font-size: 20px;
}

.pricing_features table thead tr th:first-child {

    width: 75%;
}

.pricing_features table tbody tr td i {
    color: #5ab77c;
}

.pricing_banner h1 {
    font-size: 62px;
    /* text-align: center; */
}


.banner_subscription_part {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.subscibe_price_box a.yellow_btn {
    margin: 0;
}

.pricing_banner h4 {
    font-size: 28px;
    font-family: 'PoppinsLight';
    margin: 40px 0;
}


.subscribe_box {
    background: #fff;
    font-size: 30px;
    border-radius: 7px;
    align-self: stretch;
    align-content: center;
    padding: 30px 70px;
    font-family: 'PoppinsBold';
    height: 100%;
}

.subscibe_price_box {
    background: #5bb77a;
    color: #fff;
    font-size: 18px;
    font-family: 'PoppinsBold';
    border-radius: 7px;
    padding: 10px 20px;
    position: relative;
    box-shadow: -5px 0 5px 0px #c8c8c8;
}

.subscibe_price_box .old_price {
    font-size: 50px;
    line-height: 55px;
    position: relative;
    width: fit-content;
    margin: auto;
}

.subscibe_price_box:before {
    content: "";
    left: -20px;
    position: absolute;

    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 23px solid #5bb77a;
    top: 30px;

    z-index: 1;
}

.subscibe_price_box:after {
    left: -26px;
    position: absolute;

    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 25px solid #c8c8c8;
    top: 28px;

    content: "";
    filter: blur(2px);
}

.subscibe_price_box .old_price:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 2.5px;
    background: red;
    transform: rotate(20deg);
    /* controls angle */
    transform-origin: left center;
}

.plans_features_items {
    margin-top: 40px;
}

.plan_items_icon {
    display: flex;
    gap: 20px;
    /* align-content: center; */
    align-items: center;
    /* font-size: 20px; */
}

.plan_items_icon h4 {
    font-size: 20px;
    margin: 0;
    font-family: 'PoppinsSemiBold';
}

.plan_items_text {
    background: #f6f7ec;
    padding: 20px 20px 30px;
    margin-top: 20px;
    border-radius: 5px;
    font-family: 'PoppinsLight';
    /* font-size: 14px; */
}

.plan_items_text h5 {
    font-size: 15px;
    line-height: 25px;
}

.pricing_slider img {
    width: 100%;
}


.pricing_slider img {
    width: 100%;
}


.pricing_slider .slick-dots {
    /* padding: 0 !important; */
    margin-top: 17px !important;
}


.pricing_slider .slick-dots li button:before {
    font-size: 20px;
    color: #a5dab9;
    opacity: 1;
}

.pricing_slider .slick-dots li.slick-active button:before {
    color: #eff3c1;
}



.grow_salon {
    background: #f8f8f8;
    text-align: center;
}

.grow_salon_icon {
    display: inline-block;
    /* background: #fff; */
    box-shadow: 10px 10px 20px 5px #e2e2e2;
    border-radius: 100%;
    margin-bottom: 16px;
}

.grow_salon-items {
    margin-top: 40px;
}

.grow_salon_text h5 {
    font-size: 20px;
    display: inline;
    position: relative;
}

.grow_salon_text h5:after {
    content: "";
    width: 25px;
    height: 4px;
    position: absolute;
    background: #5bb77a;
    display: inline-block;
    bottom: -5px;
    left: 0;
}



.subscription_left_area {
    flex: 1 1 60%;
    /* color: #000; */
}

.subscription_section .banner_subscription_part {
    justify-content: space-between;
    align-items: stretch;
}

.subscription_section .subscibe_price_box_outer {
    flex: 1 0 30%;
    text-align: center;
    align-self: stretch;
}

.subscribe_box_outer h5 {
    /* font-size: 20px; */
    margin-top: 40px;
    padding-right: 50px;
}

.subscribe_box_outer .subscribe_box {
    color: #000;
    text-align: center;
}

.subscription_section .subscribe_box_outer {
    height: 100%;
}

.subscription_section .subscibe_price_box {
    height: 100%;
    background: #dfe682;
    box-shadow: none;
    color: #000;
    padding-top: 30px;
}

.subscription_section .subscibe_price_box a.yellow_btn {
    background: #5bb77a;
    color: #fff;
    margin: 25px 0;
}

.subscription_section .subscibe_price_box::before {
    border-right: 23px solid #dfe682;
}

.subscription_section .subscibe_price_box::after {
    content: none;
}

.contact_section .contact_section_right {
    padding-left: 60px;
}



/** about page **/
.about_banner {
    background-image: url(../images/about-page-banner.jpg);
}

.full_green2_boxes {
    text-align: center;
}

.full_green2_boxes .green2_boxes_items {

    text-align: left;
    margin-bottom: 20px;
}

.green2_boxes_items_inner {
    background: #42a27d;
    padding: 20px 15px;
    border-radius: 7px;
    align-self: stretch;
    height: 100%;

}

.green2_boxes_items_inner h3.heading_small {
    font-size: 25px;
    padding: 15px 0;
}

.green2_boxes_items_inner h6 {
    font-size: 17px;
}

.left_content_section .img_full {
    text-align: right;
}


.about_counter h2 {
    font-size: 24px;
    font-family: 'PoppinsLight';
    line-height: 35px;
}

.about_counter {
    text-align: center;
}

.about_counter_count {
    font-size: 25px;
    color: #5bb77a;
}

.about-ops-showcase {
    background: radial-gradient(circle at top right, rgba(33, 190, 218, 0.16), transparent 45%), #f2f9f5;
}

.about-ops-shell {
    background: linear-gradient(135deg, rgba(91, 183, 122, 0.14) 0%, rgba(33, 190, 218, 0.12) 100%);
    border: 1px solid #c8ddd1;
    border-radius: 26px;
    padding: 26px;
}

.about-ops-intro {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 14px 30px rgba(26, 61, 48, 0.08);
}

.about-ops-kicker {
    display: inline-block;
    background: #dff4ec;
    color: #2f936c;
    border: 1px solid #aad5c2;
    border-radius: 30px;
    padding: 7px 14px;
    font-size: 13px;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    font-family: 'PoppinsSemiBold';
}

.about-ops-intro p {
    font-size: 17px;
    color: #26372f;
}

.about-ops-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.about-ops-badges span {
    background: #ffffff;
    border: 1px solid #b8d8ca;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    color: #346a57;
    font-family: 'PoppinsMedium';
}

.about-ops-card {
    background: #ffffff;
    border: 1px solid #b9d9cc;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 20px rgba(40, 76, 63, 0.06);
    position: relative;
    overflow: hidden;
}

.about-ops-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, #5bb77a, #21beda);
}

.about-ops-step {
    font-size: 13px;
    color: #4a7667;
    font-family: 'PoppinsSemiBold';
    margin-bottom: 10px;
}

.about-ops-card h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.about-ops-card p {
    margin-bottom: 0;
    color: #2e3d36;
}

.about-ops-card-wide h3 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .about-ops-shell {
        padding: 16px;
        border-radius: 18px;
    }

    .about-ops-intro {
        padding: 22px;
    }

    .about-ops-card h3,
    .about-ops-card-wide h3 {
        font-size: 22px;
    }
}

.about-hero-refresh {
    min-height: 560px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.about-hero-refresh .banner_left {
    max-width: 640px;
}

.about-hero-refresh h1 {
    color: #050505;
    font-family: 'PoppinsBold';
    line-height: 1.05;
    margin-bottom: 22px;
}

.about-hero-refresh .lead {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 1.6;
    max-width: 560px;
}

.about-reference-stats {
    padding-top: 70px;
    padding-bottom: 80px;
}

.about-reference-stats h2 {
    max-width: 980px;
    margin: 0 auto 30px;
}

.about-reference-stats .about_counter_count {
    line-height: 1;
    margin-bottom: 12px;
}

.about-reference-stats .about_counter_text {
    color: #2e2e2e;
    font-size: 15px;
    line-height: 1.45;
    max-width: 240px;
    margin: 0 auto;
}

.about-mission-block {
    padding-top: 0;
    padding-bottom: 80px;
}

.about-mission-card {
    background: linear-gradient(120deg, #59bc7d 0%, #20bcd8 100%);
    border-radius: 8px;
    color: #fff;
    padding: 48px 54px;
    overflow: hidden;
}

.about-mission-card h2 {
    color: #fff;
    font-family: 'PoppinsBold';
    font-size: 38px;
    line-height: 1.18;
    margin-bottom: 18px;
}

.about-mission-card p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.about-kicker {
    display: block;
    color: #dfe783;
    font-family: 'PoppinsSemiBold';
    font-size: 15px;
    margin-bottom: 6px;
}

.about-mission-image img {
    width: 100%;
    max-width: 440px;
}

.about-founder-block,
.about-success-block {
    background: #fff;
}

/* .about-founder-block {
    padding-top: 20px;
} */

.about-founder-block p,
.about-success-block p {
    color: #222;
    font-size: 17px;
    line-height: 1.7;
}

.about-logo-tile {
    background: #f5f5f5;
    border-radius: 8px;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
}

.about-logo-tile img {
    max-width: 100%;
}

.about-values-dark {
    background:
        radial-gradient(circle at center, rgba(67, 188, 129, 0.2), transparent 42%),
        linear-gradient(135deg, #03180f 0%, #042817 48%, #02150f 100%);
    color: #fff;
}

.about-values-dark .heading_big {
    color: #fff;
    margin-bottom: 34px;
}

.about-value-item {
    margin-bottom: 18px;
}

.about-value-card {
    min-height: 250px;
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.about-value-card img {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
}

.about-value-card h3 {
    color: #fff;
    font-family: 'PoppinsSemiBold';
    font-size: 22px;
    margin-bottom: 8px;
}

.about-value-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 0;
}

.about-partner-refresh {
    background: linear-gradient(120deg, #55bb7b 0%, #20bcd8 100%);
    color: #fff;
}

.about-partner-refresh h2,
.about-partner-refresh p {
    color: #fff;
}

.about-partner-refresh .partners_left {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 520px;
    margin-left: auto;
}

.about-partner-refresh .partners_img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

.about-partner-refresh .partners_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-partner-refresh .partners_logo {
    grid-column: span 2;
    grid-row: span 2;
    padding: 22px;
}

.about-partner-refresh .partners_logo img {
    object-fit: contain;
}

.about-support-refresh {
    background: #fff;
}

.about-support-refresh .container {
    background: #f5f5f5;
}

.about-demo-refresh {
    color: #fff;
}

.about-demo-refresh h2,
.about-demo-refresh p,
.about-demo-refresh li {
    color: #fff;
}

.about-demo-refresh ul {
    padding-left: 0;
    margin-top: 18px;
}

.about-demo-refresh li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.45;
}

.about-demo-refresh li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
}

.about-demo-refresh .demo-form-card {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .about-hero-refresh {
        min-height: 470px;
        background-position: 58% center;
    }

    .about-mission-card {
        padding: 34px;
    }

    .about-mission-card h2 {
        font-size: 31px;
    }

    .about-partner-refresh .partners_left {
        margin: 34px auto 0;
    }
}

@media (max-width: 767px) {
    .about-hero-refresh {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 270px;
        background-image:
            linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 58%, rgba(255, 255, 255, 0.18) 100%),
            url(../images/about-page-banner.jpg);
        background-position: 70% bottom;
    }

    .about-hero-refresh h1 {
        font-size: 38px;
        max-width: 360px;
    }

    .about-hero-refresh .lead {
        font-size: 16px;
        max-width: 360px;
    }

    .about-reference-stats .about_counter_items {
        margin-bottom: 26px;
    }

    .about-reference-stats .about_counter_count {
        font-size: 25px;
    }

    .about-mission-card {
        padding: 26px 20px;
    }

    .about-mission-card h2 {
        font-size: 28px;
    }

    .about-logo-tile {
        min-height: 230px;
        margin-top: 24px;
    }

    .about-success-block .about-logo-tile {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .about-value-card {
        min-height: 210px;
    }

    .about-partner-refresh .partners_left {
        grid-template-columns: repeat(3, 1fr);
    }
}


.green_content .container {
    padding: 60px 30px;
}

.right_section.image_section {
    position: relative;
    justify-items: end;
}

.right_section.image_section .img1,
.right_section.image_section .img6_full {
    text-align: right;
}

.medical_spa .banner_right {
    padding-top: 0;
}

.medical_spa .feature-mobile {
    width: 45%;
    right: -65px;
}

.key_features_list {
    background: #fff;
    box-shadow: 0px 0px 20px #1f1f1f;
    border-radius: 8px;
    padding: 47px 47px 27px;

    margin-top: 45px;
    /* display: block; */
}

.support_icons_items {
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    background: #fff;
}

.support_icons_items h3.heading_small {
    font-size: 24px;
    word-wrap: break-word;
}

.support_icons_items h6 {
    color: #414141;
    font-size: 16px;
}

.support_icons .support_icons_items img {
    width: 58px;
    height: 58px;
}

.support_icons2 .support_icons_items img {
    width: 100px;
    height: 100px;
    text-align: center;
}

.support_icons2 .support_icons_items {
    text-align: center;
}

.support_icons .row {
    row-gap: 20px;
}

.support_icons2 h2 {
    font-size: 50px;
}

.support_icons2 h5 {
    font-size: 23px;
    margin-bottom: 50px;
}

.support_icons2 .support_icons_items h3.heading_small {
    font-size: 22px;
}

.support_content_section li {
    font-family: 'PoppinsSemiBold';
    font-size: 20px;
}

.support_content_section ul {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 0;
}

.support_content_section p {
    font-size: 18px;
    line-height: 30px;
}

.support_content_section .yellow_big_buttons {
    width: 100%;
    margin-top: 0;
}

/** press page **/

.press-banner {
    background-image: url(../images/press-banner.jpg);
    background-size: cover;
}


.press_blogs {
    padding-bottom: 60px;
}

.press_blogs .blog_title {
    font-size: 20px;
    font-family: 'PoppinsBold';
    margin-top: 10px;
    padding: 10px;
}

.press_blogs_items {
    margin-bottom: 20px;
}

.press_blogs .press_blogs_item_inner {
    background: #f5f5f5;
    border-radius: 15px;
    padding-bottom: 30px;
    height: 100%;
    border-bottom: 5px solid #5cb77a;
}

.press_blogs .blog_text {
    padding: 10px;
}

.press_blogs a {
    padding: 10px 20px;
    background: #5cb77a;
    color: #fff;
    margin-left: 10px;
    margin-top: 12px;
    display: inline-block;
    border-radius: 20px;
    font-style: italic;

    text-decoration: none;
}


.pagination-wrapper {
    text-align: center;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 50px;
}

.pagination-wrapper button,
.pagination-wrapper .page_dots {
    border: 1px solid #dedede;
    width: 40px;
    height: 40px;

    border-radius: 0;
    color: #000;
    background: #fff;
}

.pagination-wrapper span#pageNumbers {
    display: inline-flex;
    gap: 5px;
}

.pagination-wrapper button.pagination_btns.active {
    background: #5cb77a;
    color: #fff;
}

.pagination-wrapper button[disabled] {
    color: #dedede;
}

/** salon **/

.salon_banner .feature-laptop {
    text-align: right;
}

.salon_banner {
    background: no-repeat;
}

.salon_reviews {
    background: #f8f8f8;
    padding: 30px 0;
    margin-bottom: 40px;
}

.salon_reviews .logo-slider-wrapper::before {
    background: linear-gradient(to right, rgb(248 248 248), rgba(255, 255, 255, 0));
}

.salon_reviews .logo-slider-wrapper::after {
    background: linear-gradient(to left, rgb(248 248 248), rgba(255, 255, 255, 0));
}


/** why we page **/
.whywe_banner {
    background-image: url(../images/w-header-img.jpg);
    background-size: cover;
}

.why_featues.key_features .list_icon_green li {
    background: #ecfaf1;
    display: inline-block;
    /* width: 30%; */
    padding: 12px 30px 12px 50px;
    margin-bottom: 20px;
    flex: 0 1 25%;
    font-family: 'PoppinsMedium';
    font-style: normal;
    font-size: 17px;
    border-radius: 5px;
}

.why_featues.key_features .list_icon_green li:before {
    background: url('images/green_check.png)');
    background-size: cover;
    left: 15px;
    top: 13px;
    /* bottom: 0; */
}

.why_featues.key_features .list_icon_green {
    justify-content: space-between;
    padding: 0 40px;
}

.why_featues.key_features .key_features_list {
    width: 90%;
    margin: auto;
    padding: 40px 0 20px;
}

.customer_journey_item_inner {
    box-shadow: 5px 4px 0px 3px #f2f2f2;
    width: 95%;
    border-radius: 10px;
    margin-top: 35px;
    text-align: center;
}

.customer_journey_item_inner .customer_journey-img {
    height: 150px;
    position: relative;
    /* height: 250px; */
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.customer_journey_item_inner .customer_journey-img img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}

.customer_journey_title {
    padding: 20px 10px;
    font-family: 'PoppinsBold';
}

.customer_journey {
    text-align: center;
    padding-bottom: 110px;
}

.container.white_bg_content_section {
    box-shadow: 0px 0px 15px 10px #eeee;
    padding: 40px 30px;
    border-radius: 15px;

}

.white_bg_content_section .row {
    align-items: center;
}

/** features page **/

.features_page_banner h5.blue_text {
    font-size: 38px;
    font-family: 'PoppinsRegular';
    font-style: italic;
}

.features_page_banner h4 {
    font-size: 30px;
    margin: 40px 0;
}


.features_page_banner {
    text-align: center;
    background-image: url(../images/feature-page-head-bg.png);
    padding: 120px 0;
}


.board_section .container-fluid {
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding: 60px;
    padding-bottom: 0;
}

.board_section {
    padding: 60px;

}

.see_how_icons h4.blue_text {
    font-size: 38px;
    font-style: italic;
    /* font-family: 'PoppinsRegular'; */
}

.see_how_icons h2 {
    font-size: 61px;
    line-height: 65px;
    padding: 20px 0;
}

.see_how_icons h5 {
    font-size: 30px;
    line-height: 48px;
}

.see_how_icons .support_icons_items {
    border: 1px solid #eee;
    /* margin-bottom: 20px; */
    border-radius: 10px;
}

.see_how_icons .support_icons_items h3 {
    font-size: 22px;
    line-height: 28px;
}

.see_how_icons .support_icons_items h6 {
    line-height: 24px;
}

.see_how_icons .col-md-3 {
    margin-top: 20px;
}



.features_icons_section .support_icons_items img {
    width: 40px;
    height: 40px;
}

.features_icons_section .support_icons_items h3 {
    font-size: 18px;
    margin: 20px 0;
}

.features_icons_section .support_icons_items h6 {
    font-size: 14px;
    line-height: normal;
}


/* Fade-in-up animation */
.fade-in-up {
    animation: fadeInUp 0.5s ease-in-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/** to replacemwith original **/

.key_features .list_icon_green {
    gap: 5%;

}

.list_icon_green {
    gap: 10%;
}

.list_icon_green li {
    flex: 1 0 45%;
}

.content_section p {
    font-size: 20px;
    line-height: 34px;
}


/*  */



@media (max-width: 1399px) {

    .growth_section .frame-img,
    .growth_section2 .frame-img {
        max-width: 430px;
    }

    .growthCntnt {
        max-width: 630px;
    }
}

@media (max-width: 1199px) {
    .booking_button {
        width: 16%;
    }

    .booking_button a {
        padding: 10px;
    }

    .hero h5 {
        font-size: 18px;
    }

    .display-5 {
        font-size: calc(1rem + 2.1vw);
    }

    .hero_button {
        padding: 16px 25px;
        font-size: 17px;
    }

    h2 {
        font-size: 30px;
    }

    .power-section .container {
        padding: 70px 20px 50px;
    }

    .services h2,
    .tabs-section h2,
    section.counter_section .container h2,
    .faq h2 {
        width: 90%;
        margin: 40px auto;
        text-align: center;
    }

    ul#myTab li.nav-item {
        flex-basis: 140px;
    }

    .nav-tabs .nav-link {
        font-size: 15px;
    }

    .tab-content#myTabContent h2 {
        font-size: 32px;
    }

    .tab-content h4 {
        font-size: 18px;
    }

    .content-wrapper h2 {
        font-size: 32px;
    }

    .content-wrapper h4 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    h1,
    .heading_big,
    .heading_big2 {
        font-size: 35px;
    }

    .contact_section h2.heading_big {
        font-size: 38px;
    }

    .contact_section li {
        padding-bottom: 30px;
        font-size: 16px;
    }

    .softWareDash h2,
    .see_how_icons h2,
    .contact_banner h1.heading_big,
    .pricing_banner h1 {
        font-size: 42px;
        line-height: 45px;
    }

    .img_small {
        width: 260px;
        position: absolute;
        right: 40px;
        bottom: -5px;
    }

    .count_items_green h4 {
        font-size: 16px;
    }

    img.salFrame__7 {
        position: absolute;
        left: -30px;
        bottom: -40px;
    }

    .gradient-bg_opp h4 {
        font-size: 20px;
    }

    .yellow_big_buttons a {
        flex-basis: 200px;
        padding: 14px 20px;
        border-radius: 100px;
    }

    /* ss */

    .hippa_img_2,
    .hippa_img_3,
    .hippa_img_4 {

        left: 0;
    }

    .hippa_img_4 {
        left: auto;
    }
}

@media screen and (max-width: 991px) {

    .navbar .container {
        gap: 10px;
    }

    header .logo {
        order: 1;
        width: 35%;
    }

    header .main_menu {
        order: 3;
        width: 17%;
        text-align: right;
    }

    header .booking_button {
        order: 2;
        width: 40%;

    }

    div#navbarNav {
        position: absolute;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 20px;
        text-align: left;
        z-index: 1;
    }

    ul#myTab {
        gap: 10px;
        margin-top: 40px;
    }

    ul#myTab li.nav-item {
        flex-basis: 126px;
    }

    .yellow_btn {
        padding: 10px 15px;
    }

    .service_text {
        font-size: 15px;
        bottom: 10px;
        left: 10px;
        padding: 5px 25px;
    }

    .content-wrapper h4 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .service_text i {
        margin-left: 5px;
        top: 8px;
    }

    /* ss */


    .yellow_big_buttons {
        width: 100%;
    }

    .list_icon_green,
    .key_features .list_icon_green {
        gap: 10%;
    }

    .key_features .list_icon_green li {
        flex: 0 0 100%;

    }

    .list_icon_green li {
        flex: 1 0 100%;

    }

    .hippa_img_4 {
        left: auto;
    }

    .hippa_img_2,
    .hippa_img_3,
    .hippa_img_4 {
        /* bottom: -25px; */
        width: 50%;
    }

    .hippa_img_4 {
        /* right: 0; */
        text-align: right;
    }

    .support_content_section ul {
        flex-direction: column;
    }


    .why_featues.key_features .list_icon_green li {
        flex: 0 1 47%;
    }

    .why_featues.key_features .list_icon_green {
        gap: 5%;
    }


    .small_width {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .footer_copyright ul {
        justify-content: start;
        margin-top: 20px !important;
    }

    .list_icon_green {
        column-gap: 10%;

    }

    .contact_section_boxes {
        width: 100%;
    }

    ul.contact_list {
        flex-direction: column;
    }

    .contact_section_boxes:last-child {
        margin-bottom: 40px;
    }


    /*  */

    .logo .navbar-brand {
        display: flex;
        padding: 0;
    }

    header .logo {
        width: 180px;
    }

    .booking_button a {
        padding: 10px;
        font-size: 14px;
    }

    header .booking_button {
        width: 130px;
    }

    header .main_menu {
        width: 56px;
    }

    .hero {
        padding: 60px 0 10px;
    }

    .display-5 {
        font-size: calc(1.5rem + 2.1vw);
    }

    .banner_right {
        width: 100%;
        padding-top: 60px;
    }

    .feature-mobile {
        width: 35%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .feature-reviews img {
        flex-basis: auto;
        width: 98px;
    }

    .logos p {
        letter-spacing: 0;
        padding: 0 12px;
    }

    .section,
    section.left_content_section,
    section.right_content_section {
        padding: 30px 10px;
    }


    .img4 {
        top: -20px;
    }

    .yellow_btn {
        padding: 10px 15px;
        margin-top: 10px;
    }

    .services h2,
    .tabs-section h2,
    section.counter_section .container h2,
    .faq h2 {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }

    h2 {
        font-size: 26px;
    }

    .tab_1_image {
        margin-bottom: 20px;
    }

    .tab_1_image3 {
        bottom: 40px;
    }

    .tab-content#myTabContent h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .growth_section {
        border-radius: 0;
    }

    .growth_section .frame-img,
    .growth_section2 .frame-img {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .content-wrapper h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .content-wrapper h2 {
        font-size: 28px;
    }

    .content-wrapper p {
        font-size: 16px;
        line-height: 1.6;
    }

    .content-wrapper {
        padding: 30px 15px !important;
    }

    .growth_section2 {
        border-radius: 0;
    }

    .yellow_btn {
        padding: 10px 15px;
        margin-top: 10px;
        font-size: 14px;
    }

    .parnters-section p {
        font-size: 16px;
    }

    .customerSec h3 {
        font-size: 20px;
        padding-top: 10px;
    }

    .customerSec p {
        font-size: 16px;
        padding-top: 10px;
    }

    .seperator_logo {
        display: none;
    }

    .customer_logos .customer_logos_item {
        flex-basis: 100%;
        gap: 15px;
    }

    .customer-testimonials_section .customer-testimonials_container {
        padding: 30px 15px 20px;
        border-radius: 15px;
        text-align: center;
    }

    .testimonial h3 {
        margin-top: 15px;
        font-size: 19px;
        margin-bottom: 0;
    }

    .testimonial p {
        font-size: 15px;
    }

    h1,
    .heading_big {
        font-size: 28px;
    }

    .customer-testimonials button.slick-arrow {
        width: 35px;
        height: 35px;
        font-size: 15px;
        z-index: 2;
        left: -10px;
    }

    .customer-testimonials button.slick-next.pull-right.slick-arrow {
        right: -10px;
        left: auto;
    }

    .customer-testimonials .slick-slide {
        margin-bottom: 20px;
    }

    section.counter_section .container {
        padding: 30px 14px 30px;
        border-radius: 0 0 15px 15px;
    }

    .counter_section h2 {
        font-size: 24px;
    }

    .count_items {
        max-width: 100%;
    }

    .contact_section form {
        padding-top: 30px !important;
    }

    .contact_section .form-control {
        padding: 14px;
        font-size: 15px;
    }

    .contact_section button {
        padding: 14px;
        font-size: 18px;
        letter-spacing: 0.6px;
    }

    .contact_section .row {
        flex-direction: column-reverse;
    }

    .contact_section h2.heading_big {
        font-size: 30px;
    }

    .contact_section h4 {
        margin-bottom: 25px;
        font-size: 17px;
        line-height: 1.5;
    }

    .contact_section li {
        padding-bottom: 20px;
        font-size: 14px;
        padding-left: 2px;
    }

    .contact_section li:before {
        left: -30px;
        font-size: 20px;
    }

    .about-demo-refresh.contact_section li {
        padding-left: 28px;
        padding-bottom: 14px;
        font-size: 15px;
    }

    .about-demo-refresh.contact_section li:before {
        left: 0;
        top: 6px;
        width: 12px;
        height: 12px;
        font-size: 0;
        content: "";
        background: #fff;
        border-radius: 50%;
    }

    .about-demo-refresh .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer_content {
        padding-right: 0;
    }

    .footer {
        padding: 40px 0 5px;
    }

    .footer .social_media ul li {
        list-style-type: none;
        font-size: 26px;
        flex-basis: 10%;
        text-align: left;
    }

    .footer_logo {
        width: 70px;
        margin-bottom: 20px;
    }

    .social_media {
        padding-top: 14px;
    }

    .footer-one {
        padding-bottom: 30px;
    }

    .row.footer_copyright {
        padding-top: 10px;
        align-items: center;
        margin-top: 0px;
        text-align: center;
    }

    .footer_copyright ul {
        justify-content: center;
        margin-top: 0px !important;
    }

    .growth-sec .content-wrapper {
        padding: 0 !important;
    }

    .icons-img.blue_text {
        flex: 0 0 auto;
        font-family: 'PoppinsBold';
        font-size: 13px;
    }

    .home_banner.hero {
        background-image: url(../images/banner-bg-mobile.jpg);
    }

    .growthWrap {
        flex-direction: column;
        gap: 15px;
    }

    section.counter_section {
        padding-bottom: 60px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .technical_support,
    .contact_section,
    .power-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .padding_60 {
        padding: 40px 15px;
    }

    .contact_section h2.heading_big2 {
        margin-top: 15px;
    }

    .salFrame__two {
        top: 0;
        z-index: -1;
    }

    img.salFrame__one {
        position: absolute;
        left: -10px;
        top: 130px;
    }

    .hero.salon_banner {
        padding: 40px 0;
    }

    .banner h5 {
        padding: 10px 0px 20px 0;
    }

    .softWareDash h2,
    .see_how_icons h2,
    .contact_banner h1.heading_big,
    .pricing_banner h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .see_how_icons h5,
    .features_page_banner h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .softWareDash h5 {
        line-height: normal;
        font-size: 18px;
    }

    .img_small {
        width: 24%;
        position: absolute;
        right: 20px;
        bottom: -5px;
    }

    .content_section h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .content_section p {
        font-size: 16px;
        line-height: 29px;
    }

    .list_icon_green li {
        font-size: 15px;
    }

    img.Frame__1 {
        left: -20px;
        width: 40%;
    }

    img.salFrame__7 {
        position: absolute;
        left: -20px;
        bottom: 10px;
    }

    img.salFrame__6 {
        position: absolute;
        top: 140px;
        right: -20px;
    }

    .gradient-bg_opp h4 {
        font-size: 18px;
        line-height: normal;
    }

    .faq .accordion-item button.accordion-button {
        font-size: 15px;
        padding: 5px 8px 5px 8px;
        margin: 0;
        line-height: normal;
    }

    .faq .accordion-button::after {
        font-size: 21px;
        margin-left: 20px;
    }

    /* ss */
    .parnters-section a.yellow_btn {
        margin-bottom: 20px;
    }

    .list_icon_green li {
        flex: 1 0 45%;

    }

    .yellow_big_buttons a {
        flex-basis: 50%;
    }


    .banner_subscription_part {
        flex-direction: column;
    }

    .subscribe_box {
        padding: 30px 10px;
    }


    .subscibe_price_box_outer {
        flex: 0 1 90%;

        justify-items: end;
    }

    .subscibe_price_box {
        width: 95%;

    }

    .contact_section .contact_section_right {
        padding: 0;
    }

    .left_section.content_section a.yellow_btn {
        margin-bottom: 25px;
    }

    .green_content {
        padding: 15px;
    }

    .right_section.content_section,
    .left_section.content_section {
        margin-top: 20px;
    }

    .img1 {
        width: 100%;
    }

    .img2 {
        top: -40px;
        right: 0;
    }

    .medical_spa .feature-mobile {
        width: 46%;
        right: auto;
        left: -10px;
        top: -30px;
    }

    .medical_spa .pt-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .medical_spa .banner_right {
        margin-top: 15px;
    }

    .banner h5 {
        font-size: 16px;
        line-height: 23px !important;
    }

    .left_content_section .container,
    .right_content_section .container {
        padding-bottom: 30px;
    }

    .key_features-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .key_features_list {
        padding: 27px 8px 17px;
        margin-top: 25px;
    }

    .automated_client .img4,
    .automated_client .img3 {
        width: 40%;
    }


    .why_featues.key_features .list_icon_green li {
        flex: 0 0 100%;
    }

    .key_features .list_icon_green li {
        flex: 0 0 100%;
    }


    img.sk_img1 {
        right: 0px;
        bottom: 10px;
        max-width: 90%;
    }

    img.sk_img2 {
        left: 10px;
        top: 10px;
        max-width: 50%;
    }

    img.sk_img3 {
        left: 10px;
        bottom: 30px;
        max-width: 70%;
    }

    img.sk_img4 {
        left: 0;
        top: -30px;
        max-width: 57%;
    }

    img.sk_img5 {
        max-width: 40%;
    }

    img.sk_img6 {
        max-width: 55%;
    }

    img.sk_img7 {
        position: absolute;
        right: -15px;
        top: -40px;
        max-width: 42%;
    }

    .square_green_check li:before {
        width: 20px;
        height: 17px;
        top: 5px;
    }

    .square_green_check {
        margin-top: 15px;
        font-size: 15px;
    }

    .square_green_check li {
        padding-bottom: 12px;
    }

    .physiotherapy_banner .banner_left {
        padding: 50px 0 20px;
    }

    .physiotherapy_banner {
        padding-bottom: 30px !important;
    }

    img.p_img1 {
        right: 0;
        top: -40px;
        max-width: 50%;
    }

    img.p_img2 {
        left: -10px;
        top: -30px;
        max-width: 50%;
    }

    img.p_img3 {
        left: -18px;
        bottom: -20px;
        max-width: 50%;
    }

    img.p_img4 {
        right: 0;
        top: -20px;
        max-width: 40%;
    }

    .sp_img1 {
        right: 10px;
        top: -50px;
        max-width: 45%;
    }

    .imageHolder .img1 img {
        max-width: 100%;
    }

    .green_content .container {
        padding: 30px 20px;
    }

    .hero.spa_banner {
        padding-bottom: 40px;
    }

    .mds_img2 {
        max-width: 50%;
    }

    img.sk_img1 {
        right: 0px;
        bottom: 0px;
        max-width: 50%;
    }

    .mds_img4 {
        left: 10px;
        bottom: -11px;
        max-width: 50%;
    }

    .mds_img3 {
        left: 10px;
        top: 12px;
        max-width: 50%;
    }

    .mds_img5 {
        bottom: -10px;
        right: 10px;
        max-width: 30%;
    }

    .mds_img6 {
        left: 5px;
        top: 30px;
        max-width: 74%;
    }

    .iv_img2_1 {
        right: 0;
        top: -40px;
        max-width: 40%;
    }

    .iv_img2 {
        bottom: 0px;
        left: 0;
        max-width: 70%;
    }

    .iv_img4 {
        left: 0;
        bottom: 0px;
        max-width: 56%;
    }

    .iv_img3 {
        left: 0;
        top: 0px;
        max-width: 60%;
    }

    .iv_img5 {
        bottom: 0px;
        right: 0px;
        max-width: 38%;
    }

    .iv_img1 {
        right: 0;
        bottom: 10px;
        max-width: 62%;
    }

    .bt_img1 {
        max-width: 50%;
    }

    img.bt_img1_1 {
        right: 10px;
        top: 10px;
        max-width: 40%;
    }

    img.bt_img2 {
        left: 0;
        top: 0px;
        max-width: 50%;
    }

    img.bt_img2_1 {
        left: 0;
        bottom: 10px;
        max-width: 50%;
    }

    .flower_bg .section {
        padding-left: 0;
        padding-right: 0;
    }

    .flower_bg .section .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    img.bt_img3_1,
    img.bt_img3_2,
    img.bt_img3 {
        max-width: 50%;
    }

    img.bt_img3_1 {
        bottom: 60px;
    }

    img.bt_img3 {
        bottom: 110px;
    }

    img.bt_img5 {
        left: 0;
        bottom: 0px;
        max-width: 40%;
    }

    img.bt_img4 {
        left: auto;
        top: auto;
        bottom: 0;
        max-width: 58%;
        right: 0;
    }

    .bt_cntnt h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {

    .sp_img1 {
        top: -30px;
    }

    .section.green_content {
        padding-top: 0;
        padding-bottom: 0;
    }

    .green_content .container {
        padding: 35px 12px 0px;
    }

    .spa_banner p.lead {
        font-size: 14px;
        margin: 20px 0;
    }

    .logos {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .content_section p {
        line-height: 26px;
    }

    .green_content .container .row {
        flex-direction: column-reverse;
    }

    .sp_img2 {
        left: -10px;
        top: -20px;
        max-width: 58%;
    }

    .sp_img3 {
        right: 10px;
        bottom: 10px;
        max-width: 50%;
    }

    .sp_img4 {
        right: 0;
        top: -20px;
        max-width: 48%;
    }

    .ivclinics_banner {
        text-shadow: 1px 1px 1px #141615;
    }


    /*
	.customer-testimonials button.slick-arrow {
    left: -15px;
    width: 40px;
    height: 40px;
    font-size: 16px;
	        margin-bottom: 15px;
}
.logo-slider-wrapper::before,
.logo-slider-wrapper::after {

  width: 150px;

}
.customer-testimonials button.slick-next.pull-right.slick-arrow {
    right: -15px;
}

.services h2, .tabs-section h2, section.counter_section .container h2 ,.small_width{

    width: 100%;

}

h2 {
    font-size: 25px;
    font-weight: bold;
}
h1,.heading_big,.heading_big2

 {
    font-size: 30px;

}


a.yellow_btn {
    margin-top: 20px;
}


ul#myTab {
    gap: 10px;
}
.nav-tabs .nav-link.active:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}
.nav-tabs .nav-link {

    padding: 10px;
}
ul#myTab li.nav-item {
    flex-basis: 30%;
	        margin-bottom: 15px;
}
div#myTabContent {
    padding: 15px;
}


.hero .row .col-md-6.hero_right {
    order: 1;
}

.hero .col-md-6.hero_left {
    order: 2;
}

section.hero {
    padding: 120px 20px !important;
}

.padding_60 {
    padding: 20px;
}

.list_icon_green li ,.key_features .list_icon_green li{
    flex: 1 0 100%;
}

.yellow_big_buttons a {
    flex-basis: 100%;
}

.yellow_big_buttons {
    width: 100%;
    flex-direction: column;
}

.hero .banner_left p {
    width: 100%;
}
.faq .accordion-button::after {
    font-size: 25px;
}

.img2 {
    top: -35px;

}


.img4 {
    width: 45%;
    top: 0;
} */

}


@media screen and (max-width: 480px) {
    header .logo {
        width: 150px;
    }

    header .logo {
        width: 130px;
    }

    .logo .navbar-brand {
        margin: 0;
    }

    header .booking_button {
        width: 90px;
    }

    .booking_button a {
        padding: 10px 2px !important;
        font-size: 11px;
        border-radius: 100px;
    }

    button.navbar-toggler {
        padding: 3px 8px;
    }

    header .navbar {
        padding: 10px 0px;
    }

    .hero {
        padding: 40px 0 10px;
    }

    .hero h5 {
        font-size: 16px;
    }

    .display-5 {
        font-size: calc(1.3rem + 2.1vw);
    }

    .hero_button {
        padding: 12px 15px;
        font-size: 16px;
    }

    .banner_left .hero_button {
        display: inline-block;
    }

    .banner_left .hero_button.hero_button_trial {
        margin-left: 0;
        margin-top: 18px;
        display: inline-block;
    }

    .banner_right {
        width: 100%;
        padding-top: 30px;
    }

    .logos p {
        letter-spacing: 0;
        padding: 0 12px;
        font-size: 17px;
    }

    .logo-slider-wrapper::before,
    .logo-slider-wrapper::after,
    .nav-tabs .nav-link.active:before {
        display: none;
    }

    .power-section .container {
        padding: 40px 15px 40px;
        border-radius: 0;
    }

    .powerFeature1 {
        right: -15px;
        top: -42px;
    }

    h2 {
        font-size: 24px;
    }

    .power-sectionImgs {
        position: relative;
        margin-bottom: 15px;
    }

    .rounded_btn {
        font-size: 15px;
        padding: 11px 30px 9px;
        border-radius: 40px;
        margin-bottom: 15px;
    }

    .services h2,
    .tabs-section h2,
    section.counter_section .container h2,
    .faq h2 {
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    ul#myTab {
        gap: 10px;
        margin-top: 0;
        flex-direction: column;
    }

    ul#myTab li.nav-item {
        flex-basis: auto;
    }

    div#myTabContent {
        padding: 20px 0px;
        border-radius: 20px;
        margin-top: 15px;
    }

    .tab_1_image {
        width: 78%;
    }

    .tab-content h4 {
        font-size: 16px;
    }

    .tab-content#myTabContent h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .tab-content p {
        font-size: 16px;
    }

    .content-wrapper h2 {
        font-size: 24px;
    }

    .content-wrapper p {
        font-size: 15px;
        line-height: 1.5;
    }

    /*.section {
    padding: 20px 0;
}
*/
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    h1,
    .heading_big,
    .heading_big2 {
        font-size: 23px;
    }

    .customer-testimonials_section .customer-testimonials_container {
        padding: 20px 5px 10px;
        border-radius: 15px;
        text-align: center;
    }


    .counter_section .row {
        padding: 0 16px;
    }

    .contact_section h2.heading_big {
        font-size: 26px;
    }

    .contact_section h4 {
        font-size: 16px;
        line-height: 1.5;
    }

    .contact_section form {
        padding: 20px !important;
    }

    .contact_section form p {
        text-align: center;
        padding-top: 10px;
        font-size: 13px;
        margin-bottom: 0;
    }

    .footer .list-unstyled li {
        font-size: 14px;
    }

    .footer h6 {
        font-size: 15px;
    }

    .col.footer-two,
    .col.footer-three,
    .col.footer-four,
    .col.footer-address {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 10px;
    }

    .footer-address p,
    .footer .footer-address p:first-of-type {
        margin-top: 0;
    }

    .footer ul.list-unstyled {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer .list-unstyled li {
        line-height: 28px;
    }

    section.customer-testimonials_section {
        padding: 0px 12px 10px;
    }

    .yellow_big_buttons a {
        flex-basis: 50%;
        padding: 10px 10px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .yellow_big_buttons {
        margin: 20px auto 10px;
        gap: 10px;
    }

    .list_icon_green li {
        flex: auto;
    }

    .banner h4 {
        font-size: 18px;
    }

    .banner h5 {
        line-height: 28px;
    }

    .salon_banner .feature-laptop {
        text-align: right;
        padding: 20px 10px 0;
    }

    img.salFrame__one {
        width: 140px;
    }

    .salFrame__three {
        right: -10px;
        bottom: 14px;
        width: 140px;
    }

    .salFrame__two-1 {
        right: -10px;
        top: 10px;
        width: 120px;
    }

    .padding_30 {
        padding: 10px;
    }

    .count_items_green h3 {
        font-size: 26px;
    }

    .img2 {
        top: -20px;
        right: 0;
    }

    img.salFrame__7 {
        left: -14px;
        bottom: 10px;
        width: 130px;
    }

    img.salFrame__6 {
        top: 100px;
        right: -17px;
        width: 150px;
    }

    .section,
    section.left_content_section {
        padding-bottom: 20px;
    }

    .left_content_section .container {
        padding-bottom: 10px;
    }

    .salon_reviews {
        margin-bottom: 10px;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .softWareDash h2 {
        font-size: 28px;
    }

    .softWareDash h5 {
        line-height: normal;
        font-size: 16px;
    }

    h4 {
        font-size: 20px;
    }
}

/* ===== Plans Features New Section ===== */
.plans_features_new {
    background: #f8fafb;
    padding: 80px 0;
}

.plans_features_new_head {
    margin-bottom: 50px;
}

.plans_features_new_head h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2ec99e;
    margin-bottom: 12px;
}

.plans_features_new_head h5 img {
    width: 10px;
    height: 10px;
}

.plans_features_new_head h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.plans_features_new_head p {
    font-size: 16px;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
}

.plans_features_new_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.plans_features_new_card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #eef0f4;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.plans_features_new_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #2ec99e, #1a8c6a);
    border-radius: 16px 0 0 16px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.plans_features_new_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(46, 201, 158, 0.15);
    border-color: #2ec99e;
}

.plans_features_new_card:hover::before {
    opacity: 1;
}

.plans_features_new_icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.plans_features_new_icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.plans_features_new_body h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
    line-height: 1.4;
}

.plans_features_new_body p {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1199px) {
    .plans_features_new_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .plans_features_new_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .plans_features_new_head h2 {
        font-size: 26px;
    }
    .plans_features_new_card {
        padding: 20px 18px;
    }
}

@media (max-width: 480px) {
    .plans_features_new_grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Plans Features New Section ===== */
.plans_features_new {
    background: #f8fafb;
    padding: 80px 0;
}

.plans_features_new_head {
    margin-bottom: 50px;
}

.plans_features_new_head h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2ec99e;
    margin-bottom: 12px;
}

.plans_features_new_head h5 img {
    width: 10px;
    height: 10px;
}

.plans_features_new_head h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.plans_features_new_head p {
    font-size: 16px;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
}

.plans_features_new_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.plans_features_new_card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #eef0f4;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.plans_features_new_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #2ec99e, #1a8c6a);
    border-radius: 16px 0 0 16px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.plans_features_new_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(46, 201, 158, 0.15);
    border-color: #2ec99e;
}

.plans_features_new_card:hover::before {
    opacity: 1;
}

.plans_features_new_icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.plans_features_new_icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.plans_features_new_body h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
    line-height: 1.4;
}

.plans_features_new_body p {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1199px) {
    .plans_features_new_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .plans_features_new_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .plans_features_new_head h2 {
        font-size: 26px;
    }
    .plans_features_new_card {
        padding: 20px 18px;
    }
}

@media (max-width: 480px) {
    .plans_features_new_grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Pricing Features New Section ===== */
.pricing_features_new {
    background: linear-gradient(160deg, #f0fdf8 0%, #ffffff 60%, #f8fafb 100%);
    padding: 80px 0;
}

.pricing_features_new_head {
    margin-bottom: 56px;
}

.pricing_features_new_head h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2ec99e;
    margin-bottom: 12px;
}

.pricing_features_new_head h5 img {
    width: 10px;
    height: 10px;
}

.pricing_features_new_head h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.pricing_features_new_head p {
    font-size: 16px;
    color: #777;
}

/* Layout */
.pricing_plan_wrapper {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 40px;
    align-items: start;
}

/* Plan Card */
.pricing_plan_card {
    background: #fff;
    border-radius: 24px;
    border: 2px solid #2ec99e;
    box-shadow: 0 16px 48px rgba(46, 201, 158, 0.12);
    overflow: hidden;
    position: sticky;
    top: 100px;
}

.pricing_plan_card_header {
    background: linear-gradient(135deg, #1a8c6a 0%, #2ec99e 100%);
    padding: 36px 32px;
    text-align: center;
    color: #fff;
    position: relative;
}

.pricing_plan_badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50px;
    padding: 4px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    backdrop-filter: blur(4px);
}

.pricing_plan_card_header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.pricing_plan_price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.pricing_plan_old {
    font-size: 18px;
    color: rgba(255,255,255,0.5);
    text-decoration: line-through;
}

.pricing_plan_free {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255,0.2);
    padding: 4px 14px;
    border-radius: 50px;
}

.pricing_plan_cta {
    display: inline-block;
    background: #fff;
    color: #1a8c6a;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.pricing_plan_cta:hover {
    background: #f0fdf8;
    color: #1a8c6a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    text-decoration: none;
}

/* Feature list inside card */
.pricing_plan_features {
    padding: 24px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pricing_plan_feature_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.pricing_plan_feature_item:last-child {
    border-bottom: none;
}

.pricing_check {
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #2ec99e, #1a8c6a);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pricing_check i {
    font-size: 10px;
    color: #fff;
}

/* Highlights column */
.pricing_highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pricing_highlight_item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border-radius: 16px;
    padding: 22px 24px;
    border: 1px solid #eef0f4;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing_highlight_item:hover {
    transform: translateX(6px);
    box-shadow: 0 6px 20px rgba(46, 201, 158, 0.1);
    border-color: #2ec99e;
}

.pricing_highlight_icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pricing_highlight_icon i {
    font-size: 18px;
    color: #1a8c6a;
}

.pricing_highlight_item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.pricing_highlight_item p {
    font-size: 13px;
    color: #888;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .pricing_plan_wrapper {
        grid-template-columns: 1fr;
    }
    .pricing_plan_card {
        position: static;
    }
}

@media (max-width: 576px) {
    .pricing_features_new_head h2 {
        font-size: 26px;
    }
    .pricing_plan_card_header {
        padding: 28px 20px;
    }
    .pricing_plan_features {
        padding: 20px;
    }
}

/* ===== Pricing Features New Section ===== */
.pricing_features_new {
    background: linear-gradient(160deg, #f0fdf8 0%, #ffffff 60%, #f8fafb 100%);
    padding: 80px 0;
}

.pricing_features_new_head {
    margin-bottom: 56px;
}

.pricing_features_new_head h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2ec99e;
    margin-bottom: 12px;
}

.pricing_features_new_head h5 img {
    width: 10px;
    height: 10px;
}

.pricing_features_new_head h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.pricing_features_new_head p {
    font-size: 16px;
    color: #777;
}

/* Layout */
.pricing_plan_wrapper {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 40px;
    align-items: start;
}

/* Plan Card */
.pricing_plan_card {
    background: #fff;
    border-radius: 24px;
    border: 2px solid #2ec99e;
    box-shadow: 0 16px 48px rgba(46, 201, 158, 0.12);
    overflow: hidden;
    position: sticky;
    top: 100px;
}

.pricing_plan_card_header {
    background: linear-gradient(135deg, #1a8c6a 0%, #2ec99e 100%);
    padding: 36px 32px;
    text-align: center;
    color: #fff;
    position: relative;
}

.pricing_plan_badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50px;
    padding: 4px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    backdrop-filter: blur(4px);
}

.pricing_plan_card_header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.pricing_plan_price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.pricing_plan_old {
    font-size: 18px;
    color: rgba(255,255,255,0.5);
    text-decoration: line-through;
}

.pricing_plan_free {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255,0.2);
    padding: 4px 14px;
    border-radius: 50px;
}

.pricing_plan_cta {
    display: inline-block;
    background: #fff;
    color: #1a8c6a;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.pricing_plan_cta:hover {
    background: #f0fdf8;
    color: #1a8c6a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    text-decoration: none;
}

/* Feature list inside card */
.pricing_plan_features {
    padding: 24px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pricing_plan_feature_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.pricing_plan_feature_item:last-child {
    border-bottom: none;
}

.pricing_check {
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #2ec99e, #1a8c6a);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pricing_check i {
    font-size: 10px;
    color: #fff;
}

/* Highlights column */
.pricing_highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pricing_highlight_item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border-radius: 16px;
    padding: 22px 24px;
    border: 1px solid #eef0f4;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing_highlight_item:hover {
    transform: translateX(6px);
    box-shadow: 0 6px 20px rgba(46, 201, 158, 0.1);
    border-color: #2ec99e;
}

.pricing_highlight_icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pricing_highlight_icon i {
    font-size: 18px;
    color: #1a8c6a;
}

.pricing_highlight_item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.pricing_highlight_item p {
    font-size: 13px;
    color: #888;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .pricing_plan_wrapper {
        grid-template-columns: 1fr;
    }
    .pricing_plan_card {
        position: static;
    }
}

@media (max-width: 576px) {
    .pricing_features_new_head h2 {
        font-size: 26px;
    }
    .pricing_plan_card_header {
        padding: 28px 20px;
    }
    .pricing_plan_features {
        padding: 20px;
    }
}

/* ===== Salon Calendar Feature Cards ===== */
.sal_calendar_section .img1 img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.sal_feature_card {
    background: #fff;
    border: 1px solid #e8f5f0;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.sal_feature_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(46, 201, 158, 0.12);
    border-color: #2ec99e;
}

.sal_feature_icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.sal_feature_icon i {
    font-size: 20px;
    color: #1a8c6a;
}

.sal_feature_card h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.sal_feature_card p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.6;
}

/* ===== Salon Calendar Feature Cards ===== */
.sal_calendar_section .img1 img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.sal_feature_card {
    background: #fff;
    border: 1px solid #e8f5f0;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.sal_feature_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(46, 201, 158, 0.12);
    border-color: #2ec99e;
}

.sal_feature_icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.sal_feature_icon i {
    font-size: 20px;
    color: #1a8c6a;
}

.sal_feature_card h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.sal_feature_card p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.6;
}

/* ===== Salon Online Section ===== */
.sal_online_section {
    background: #fff;
}

.sal_mini_card {
    background: #f8fdfb;
    border: 1px solid #e0f5ed;
    border-radius: 16px;
    padding: 20px 18px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sal_mini_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(46, 201, 158, 0.1);
    border-color: #2ec99e;
}

.sal_mini_card_full {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sal_mini_card_full h5,
.sal_mini_card_full p {
    margin: 0;
}

.sal_mini_icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.sal_mini_card_full .sal_mini_icon {
    margin-bottom: 0;
}

.sal_mini_icon i {
    font-size: 17px;
    color: #1a8c6a;
}

.sal_mini_card h5 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.sal_mini_card p {
    font-size: 12.5px;
    color: #777;
    margin: 0;
    line-height: 1.55;
}

/* ===== AI Booking Concierge Section ===== */
.sal_ai_section {
    background: linear-gradient(160deg, #f0fdf8 0%, #ffffff 70%);
}

.sal_ai_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    color: #1a8c6a;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.sal_ai_features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sal_ai_item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    padding: 18px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.sal_ai_item:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(46, 201, 158, 0.1);
    border-color: #2ec99e;
}

.sal_ai_icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sal_ai_icon i {
    font-size: 17px;
    color: #1a8c6a;
}

.sal_ai_item h5 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.sal_ai_item p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.55;
}

/* ===== Salon Online Section ===== */
.sal_online_section {
    background: #fff;
}

.sal_mini_card {
    background: #f8fdfb;
    border: 1px solid #e0f5ed;
    border-radius: 16px;
    padding: 20px 18px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sal_mini_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(46, 201, 158, 0.1);
    border-color: #2ec99e;
}

.sal_mini_card_full {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sal_mini_card_full h5,
.sal_mini_card_full p {
    margin: 0;
}

.sal_mini_icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.sal_mini_card_full .sal_mini_icon {
    margin-bottom: 0;
}

.sal_mini_icon i {
    font-size: 17px;
    color: #1a8c6a;
}

.sal_mini_card h5 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.sal_mini_card p {
    font-size: 12.5px;
    color: #777;
    margin: 0;
    line-height: 1.55;
}

/* ===== AI Booking Concierge Section ===== */
.sal_ai_section {
    background: linear-gradient(160deg, #f0fdf8 0%, #ffffff 70%);
}

.sal_ai_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    color: #1a8c6a;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.sal_ai_features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sal_ai_item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    padding: 18px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.sal_ai_item:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(46, 201, 158, 0.1);
    border-color: #2ec99e;
}

.sal_ai_icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sal_ai_icon i {
    font-size: 17px;
    color: #1a8c6a;
}

.sal_ai_item h5 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.sal_ai_item p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.55;
}

/* ===== Pricing CTA Fill Card ===== */
.pricing_cta_fill_card {
    background: linear-gradient(135deg, #1a8c6a 0%, #2ec99e 100%);
    border-radius: 20px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 12px 36px rgba(46, 201, 158, 0.25);
}

.pricing_cta_fill_badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.pricing_cta_fill_top h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.pricing_cta_fill_top h3 span {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pricing_cta_fill_top p {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    margin: 0;
}

.pricing_cta_fill_bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.pricing_cta_fill_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #1a8c6a;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.pricing_cta_fill_btn:hover {
    background: #f0fdf8;
    color: #1a8c6a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    text-decoration: none;
}

.pricing_cta_fill_link {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pricing_cta_fill_link:hover {
    color: #fff;
    text-decoration: underline;
}

/* ===== Pricing CTA Fill Card ===== */
.pricing_cta_fill_card {
    background: linear-gradient(135deg, #1a8c6a 0%, #2ec99e 100%);
    border-radius: 20px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 12px 36px rgba(46, 201, 158, 0.25);
}

.pricing_cta_fill_badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.pricing_cta_fill_top h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.pricing_cta_fill_top h3 span {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pricing_cta_fill_top p {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    margin: 0;
}

.pricing_cta_fill_bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.pricing_cta_fill_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #1a8c6a;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.pricing_cta_fill_btn:hover {
    background: #f0fdf8;
    color: #1a8c6a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    text-decoration: none;
}

.pricing_cta_fill_link {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pricing_cta_fill_link:hover {
    color: #fff;
    text-decoration: underline;
}

/* ===== Counter Section New (Home) ===== */
.counter_section_new {
    padding: 0 0 20px;
    position: relative;
}

.counter_section_new_inner {
    background: linear-gradient(135deg, #f0fdf8 0%, #ffffff 50%, #f0f9ff 100%);
    border-radius: 32px;
    padding: 70px 0 60px;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}

.counter_section_new_inner::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(46,201,158,0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.counter_section_new_inner::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(46,201,158,0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.counter_section_new_head {
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}

.counter_section_new_head h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #2ec99e;
    margin-bottom: 10px;
}

.counter_section_new_head h5 img {
    width: 9px;
    height: 9px;
}

.counter_section_new_head h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a2e;
}

.counter_cards_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.counter_card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 24px 24px;
    border: 1px solid #e8f5f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.counter_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(46, 201, 158, 0.14);
    border-color: #2ec99e;
}

.counter_card:hover .counter_card_accent {
    opacity: 1;
    transform: scaleX(1);
}

.counter_card_accent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a8c6a, #2ec99e);
    border-radius: 0 0 20px 20px;
    opacity: 0;
    transform: scaleX(0.4);
    transform-origin: left;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.counter_card_icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter_card_icon i {
    font-size: 20px;
    color: #1a8c6a;
}

.counter_card_body h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 4px;
    line-height: 1.2;
}

.counter_card_body p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #2ec99e;
    margin-bottom: 10px;
}

.counter_card_body span {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .counter_cards_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .counter_section_new_inner {
        margin: 0 10px;
    }
}

@media (max-width: 576px) {
    .counter_cards_grid {
        grid-template-columns: 1fr;
    }
    .counter_section_new_head h2 {
        font-size: 24px;
    }
    .counter_section_new_inner {
        margin: 0;
        border-radius: 0;
        padding: 50px 0 40px;
    }
}

/* ===== Counter Section New (Home) ===== */
.counter_section_new {
    padding: 0 0 20px;
    position: relative;
}

.counter_section_new_inner {
    background: linear-gradient(135deg, #f0fdf8 0%, #ffffff 50%, #f0f9ff 100%);
    border-radius: 32px;
    padding: 70px 0 60px;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}

.counter_section_new_inner::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(46,201,158,0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.counter_section_new_inner::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(46,201,158,0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.counter_section_new_head {
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}

.counter_section_new_head h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #2ec99e;
    margin-bottom: 10px;
}

.counter_section_new_head h5 img {
    width: 9px;
    height: 9px;
}

.counter_section_new_head h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a2e;
}

.counter_cards_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.counter_card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 24px 24px;
    border: 1px solid #e8f5f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.counter_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(46, 201, 158, 0.14);
    border-color: #2ec99e;
}

.counter_card:hover .counter_card_accent {
    opacity: 1;
    transform: scaleX(1);
}

.counter_card_accent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a8c6a, #2ec99e);
    border-radius: 0 0 20px 20px;
    opacity: 0;
    transform: scaleX(0.4);
    transform-origin: left;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.counter_card_icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #e8faf4, #cdf4e6);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter_card_icon i {
    font-size: 20px;
    color: #1a8c6a;
}

.counter_card_body h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 4px;
    line-height: 1.2;
}

.counter_card_body p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #2ec99e;
    margin-bottom: 10px;
}

.counter_card_body span {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .counter_cards_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .counter_section_new_inner {
        margin: 0 10px;
    }
}

@media (max-width: 576px) {
    .counter_cards_grid {
        grid-template-columns: 1fr;
    }
    .counter_section_new_head h2 {
        font-size: 24px;
    }
    .counter_section_new_inner {
        margin: 0;
        border-radius: 0;
        padding: 50px 0 40px;
    }
}

@media (max-width: 767px) {
    .contact_banner h2.heading_big {
        font-size: 45px;
    }
}
