@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Yesteryear&display=swap');

@font-face {
    font-family: 'SourceSerifPro-Bold';
    src: url('../font/SourceSerifPro-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../font/SourceSansPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

.container {
    max-width: 1120px !important;

}

.container.container-new {
    max-width: 1366px !important;
}

body {
    background: linear-gradient(to bottom right, #faf4e7, #fffae7);
    font-family: "Inter", sans-serif;
}

p {
    font-size: 20px;
    line-height: 30px;

}

/* Top alert bar */
.top-bar {
    background-color: #3b926f;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    text-align: right;

}

ul.navbar-nav {
    align-items: center;
}

.top-bar p {
    margin: 0;
    animation: slideDown 0.8s ease;
}

/* Slide animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-brand img {
    height: 90px;
}

.navbar-nav .nav-link {
    padding: 5px 40px 0 !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #204B39;
}

a.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
}

a.nav-link.contact-us {
    height: 34px;
    width: 154px;
    background: #204B39;
    color: #FFF9E8;
    padding: 0 !important;
    text-align: center !important;
    line-height: 34px;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    margin-left: 70px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(270deg, #204b39, #358e5c, #204b39, #358e5c);
    background-size: 600% 600%;
    animation: gradientMove 10s ease infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #3b926f;
    transition: all 0.3s ease;
}

a.nav-link.contact-us:hover {
    color: #fff;
}

.navbar {
    animation: fadeIn 1s ease;
    padding: 16px 0 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero-section {
    position: relative;
}

.room-section {
    background: linear-gradient(to bottom right, #faf4e7, #fffae7);
    animation: fadeIn 1.2s ease-in-out;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
}


.room-image {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: slideInLeft 1s ease;
    object-fit: cover;
    width: 100%;
    height: 723px;
    border-radius: 15px;
}

.room-content {
    padding-top: 20px;
    animation: slideInRight 1s ease;
    position: absolute;
    max-width: 550px;
    right: 65px;
    top: 150px;
    text-align: left;
}

.room-content h2 {
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    font-family: 'SourceSansPro-Bold';
}

.room-content h2 span {
    font-size: 50px;
    line-height: 63px;
    color: #fff;
    font-family: 'SourceSansPro-Bold';
    display: block;
}

.faq-heading figure img {
    max-height: 470px;
}

.room-content p {
    font-size: 24px;
    line-height: 30px;
    font-family: 'SourceSerifPro-Bold';
    color: #fff;

    text-transform: capitalize;
    margin: 20px 0 35px;
}

li.nav-item.dropdown span {
    position: absolute;
    top: 8px;
    right: 24px;
}

li.nav-item.dropdown span i {
    color: #1d3b2c;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-40px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(40px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.highlight {
    color: #d95d39;
    font-weight: bold;
}

.btn-decor {
    background-color: #fff;
    border-radius: 6px;
    padding: 0;
    transition: 0.3s ease;
    width: 260px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 8px 2px #ccc;
    position: relative;
    overflow: hidden;
    background: linear-gradient(270deg, #204b39, #358e5c, #204b39, #358e5c);
    background-size: 600% 600%;
    animation: gradientMove 10s ease infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn.btn-decor {
    display: flex;
    gap: 25px;
    background: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
    line-height: normal;
}

.btn.btn-decor a {
    background: #FFF9E8;
    color: #000;
    font-size: 16px;
    border-radius: 7px;
    height: 47px;
    line-height: 47px;
    width: 203px;
    border: 1px solid #FFF9E8;
}

a.meet-the-team-home-bnr {
    background: #fff9e878 !important;
    color: #fff9e8 !important;
}

.btn-decor a {
    font-family: 'Young Serif';
    font-size: 20px;
    color: #fff;
    position: relative;
    text-decoration: none;
    z-index: 1;
    /* keep text above overlay */
}

.btn-decor:hover::before a {
    color: #fff;
}


.second-section {
    background: linear-gradient(to bottom, #fff7e6 30%, #ffffff 100%);
}

ul.service-card li {
    flex: 0 0 280px;
    text-align: center;
}

.service-card li figure img {
    max-height: 160px;
    margin: 0;
    z-index: 1;
    position: relative;
}

.service-card li figure {
    margin: 0;
}

.blob.blob2 h3 {
    position: absolute;
    bottom: 17px;
    margin: 10px 0;
}

ul.service-card.service-card1 {
    justify-content: center;
    margin: 65px 0 0;
}

.service-card {
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    gap: 110px;
}

.service-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.blob {
    color: #000;
    font-weight: bold;
    margin-top: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
}

.service-card-para {
    opacity: 0;
    position: absolute;
    bottom: 80%;
    max-height: 0;
    transition: bottom 0.5s ease;
}

ul.service-card li:hover .service-card-para {
    max-height: 100%;
}

ul.service-card li:hover .blob img {
    visibility: hidden;
}

ul.service-card li:hover .blob::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fcf7e7;
    border-radius: 20px;
}

ul.service-card li:hover .blob h3 {
    color: #000;
}

ul.service-card li:hover .blob {
    position: relative;
    height: 100%;
    border-radius: 20px 20px 0 0;
}

ul.service-card li:hover:nth-child(1) .service-card-para {
    bottom: -80%;
}

ul.service-card li:hover:nth-child(2) .service-card-para {
    bottom: -80%;
}

/* This rule overrides the above because it comes later */
ul.service-card li:hover .service-card-para {
    max-height: 100%;
    border-radius: 0 0 20px 20px;
    opacity: 1;
    bottom: -70%;
    /* <-- conflict */
}



.blob.blob2 {
    margin: -35px 0 0px;
}



.second-section {
    background-image: url(../images/second-section.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 0 70px;
}

.blob h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    z-index: 1;
    color: #fff;
    line-height: 29px;
    top: 28px;
}

.about-section {
    padding: 60px 0px 120px;
    background: linear-gradient(to bottom, #fff, #d6eee0);
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about__main {
    display: flex;
    margin: auto;
    width: 560px;
    position: relative;
    transition: all 0.5s ease;

}

.about__main-left {
    flex: 0 0 526px;
    transition: all 0.8s ease;
    max-width: 526px;
    min-width: 526px;
    transform: translateX(0%);
    z-index: 1;
}

.about-content {
    flex: 0 0 526px;
    transition: all 0.8s ease;
    max-width: 526px;
    min-width: 526px;
    transform: translateX(-100%);
    opacity: 0;
}

.about-img {
    border-radius: 50px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    max-height: 100%;
    margin: 0px 0 0;
    object-fit: cover;
    height: 620px;
}

.about-content button {
    width: 165px;
    height: 55px;
    border: none;
    font-size: 17.5px;
    font-weight: 700;
    border-radius: 10px;
    background: #89C3AA;
    position: relative;
    overflow: hidden;
    background: linear-gradient(270deg, #204b39, #358e5c, #204b39, #358e5c);
    background-size: 600% 600%;
    animation: gradientMove 10s ease infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #fff;
}

.about-content h2 {
    color: #134d3a;
    font-size: 64px;
    font-family: "Young Serif", serif;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.about-content p.lead {
    color: #134d3a;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin: 0px 0 25px;
    width: 100%;
    float: left;
}

.about-content p {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.about__main.on-top {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.about__main.on-top .about__main-left {
    flex: 0 0 48%;
    transform: translateX(0%);
}

.about__main.on-top .about-content {
    flex: 0 0 48%;
    transform: translateX(0%);
    opacity: 1;
}

.footer {
    background-color: #f9fafc;
    padding: 100px 0px 50px;
    animation: fadeIn 1s ease-in-out;
}

.footer-logo {
    margin: 60px 0 0;
}

a.footer-email {
    color: #0d6efd;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-logo img {
    max-width: 90%;
    height: auto;
}

.footer h6 {
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 11px;
}

.footer a {
    display: block;
    color: #404040;
    text-decoration: none;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}

.footer a:hover {
    color: #007bff;
    transform: translateX(4px);
}

.footer .copyright {
    text-align: center;
    font-size: 13px;
    color: #404040;
    padding-top: 40px;
    border-top: 1px solid #d9d9d9;
}

.founder-bg {
    padding: 120px 0 120px;
    background-image: url(../images/founder-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.founder-section {
    display: flex;
    margin: auto;
    width: 560px;
    position: relative;
    transition: all 0.5s ease;
}

.founder-section-left {
    flex: 0 0 526px;
    transition: all 0.8s ease;
    max-width: 526px;
    min-width: 526px;
    transform: translateX(0%);
    opacity: 0;
}

.founder-section-rht {
    flex: 0 0 526px;
    transition: all 0.8s ease;
    max-width: 526px;
    min-width: 526px;
    transform: translateX(-100%);
}

.founder-section.on-top {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.founder-section.on-top .founder-section-rht {
    flex: 0 0 48%;
    transform: translateX(0%);
}

.founder-section.on-top .founder-section-left {
    flex: 0 0 48%;
    transform: translateX(0%);
    opacity: 1;
}

.founder-heading {
    color: #134d3a;
    font-size: 64px;
    font-family: "Young Serif", serif;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.founder-text {
    color: #333;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    width: 95%;
    float: left;
    margin-bottom: 35px;
}

.founder-bg .text-right {
    text-align: right;
}

.founder-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    text-align: end;
    max-height: 600px;
    object-fit: cover;
    border-radius: 70px;
}

.concerns-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.main___faq {
    display: flex;
    justify-content: end;
}

.concern-box {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 15px;
    background: linear-gradient(90deg, #89c3aa, #44a37b);
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease;
}

.concern-box.animate {
    opacity: 1;
    transform: scale(1);
}

/* Delay for staggered effect */
.concern-box:nth-child(1) {
    transition-delay: 0.1s;
}

/* .concern-box:nth-child(2) { transition-delay: 0.2s; }
.concern-box:nth-child(3) { transition-delay: 0.3s; }
.concern-box:nth-child(4) { transition-delay: 0.4s; }
.concern-box:nth-child(5) { transition-delay: 0.5s; }
.concern-box:nth-child(6) { transition-delay: 0.6s; }
.concern-box:nth-child(7) { transition-delay: 0.7s; }
.concern-box:nth-child(8) { transition-delay: 0.8s; } */

.concerns-grid-box:nth-child(1) {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    gap: 35px;
}

.concerns-grid-box:nth-child(3) {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    gap: 35px;
}

.concerns-grid-main>.concern-box {
    max-width: 475px;
    margin: auto;
}

.concern-box span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fef8e8;
    text-align: center;
}

.concerns-grid-main span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fef8e8;
    text-align: center;
}

.concerns-grid-box .concern-box:nth-child(1) {
    max-width: 300px;
    width: 100%;
}

.service-bg-7-sub-mobile {
    display: none;
}

.concerns-grid-box .concern-box:nth-child(2) {
    max-width: 331px;
    width: 100%;
}

.concerns-grid-box .concern-box:nth-child(3) {
    max-width: 380px;
    width: 100%;
}

.concerns-grid-box .concern-box:nth-child(4) {
    max-width: 400px;
    width: 100%;
}

.concern-box p {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.concern-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.concern-box img {
    max-width: 28px;
    height: auto;
    object-fit: contain;
}

.concerns-grid .tree-img {
    margin: auto;
    max-width: 140px;
}

.concerns-bg .subtitle {
    font-size: 24px;
    margin-bottom: 36px;
    text-align: center;
    font-family: 'Young Serif';
}

.concerns-bg .btn {
    padding: 0;
    margin: auto;
    width: 100%;
}

.concerns-bg .btn a {
    display: inline-block;
    padding: 0;
    background: #89C3AA;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease, transform 0.2s ease;
    width: 165px;
    height: 34px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(270deg, #204b39, #358e5c, #204b39, #358e5c);
    background-size: 600% 600%;
    animation: gradientMove 10s ease infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.concerns-bg .btn a:hover {
    background: #4da77b;
    transform: scale(1.05);
}

.concerns-bg {
    background-image: url(../images/concerns-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0 60px;
}

section.concerns-bg h2 {
    font-size: 55px;
    text-align: center;
    font-family: 'Young Serif';
    margin: 0 0 50px;
    line-height: 55px;
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-bg {
    background-image: url(../images/faq-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 90px;
}

.accordion {
    max-width: 580px;
    width: 100%;
}

.faq-heading {
    font-size: 67px;
    font-weight: 400;
    color: rgb(18, 79, 44);
    line-height: inherit;
    overflow-wrap: break-word;
    font-family: "Young Serif", serif;
    text-transform: capitalize;
}

.faq-box {
    background: linear-gradient(-6deg, #cce2ce, #89C3AA);

    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 40px;
    transition: transform 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.faq-box:hover {
    transform: translateY(-3px);
}

.faq-heading figure {
    margin: 0;
    text-align: center;
}

.faq-box .faq-btn {
    text-align: left;
    width: 100%;
    background: transparent;
    border: none;
    font-weight: 600;
    color: #404040;
    font-size: 16px;
    line-height: 30px;
}

.accordion-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #404040;
}

.faq-box .icon {
    float: right;
    transition: transform 0.3s ease;
}

.faq-box[aria-expanded="true"] .icon {
    transform: rotate(180deg);
}

.accordion-body {
    animation: fadeIn 0.4s ease-in-out;
}

.row.align-items-start1 {
    align-items: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.testamonials-bg {
    background-image: url(../images/testamonials-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 100px;
    height: 2000px;
}

.testamonials-heading {
    text-align: center;
}

.testamonials-heading h2 {
    font-family: 'Young Serif';
    color: #fff;
    font-size: 109px;
    line-height: 154px;
}

.testamonials-heading p {
    line-height: 50px;
    font-size: 36px;
    font-family: 'Young Serif';
}

.swiper {
    width: 100%;
    height: 400px;
    /* Adjust as per design */
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    background: #ddd;
    border-radius: 10px;
}

.swiper-main {
    width: 350px;
    height: 550px;
    margin: auto;
}

.testamonials-section {
    position: relative;
    width: 100%;
    float: left;
}

.swiper-main {
    width: 350px;
    height: 550px;
    margin: auto;
    position: absolute;
    left: 400px;
    top: 690px
}

.swiper-slide {
    background: transparent !important;
}

.swiper {
    width: 100%;
    height: auto !important;
    padding: 10px !important;
}

.swiper-slide-intro p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000 !important;
    position: relative;
}

.swiper-slide-intro h2 {
    text-align: center;
    color: #000 !important;
    position: relative;
}

.swiper-slide-intro figure {
    margin: 45px auto 35px;
    text-align: center;
}

.swiper-slide-intro h2 {
    font-size: 35px;
    text-transform: uppercase;
}

li.service-card-3 .blob h3 {
    top: 40px;
}

.breadcrumb {
    background: linear-gradient(to right, white 50%, transparent);
    border-radius: 43px;
    width: 100%;
    max-width: 1067px;
    height: 50px;
    padding: 0;
    margin: 0 0 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb li a {
    font-size: 24px;
    text-decoration: none;
    font-family: young serif;
    color: #204b39;
    text-transform: uppercase;
}

header.about-header nav {
    padding-bottom: 0;
}

.hero-about {
    height: 540px;
    background-image: url(../images/about-bnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}


.about-section {
    background: #fffcf7;
}

section.about-section-4 {
    background-color: #fffcf7;
}

.about-section-intro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-txt {
    flex: 0 0 523px;
}

.about-section .about-txt h2 {
    font-size: 64px;
    margin-bottom: 50px;
    font-family: young serif;
    line-height: 64px;
}

.about-section .about-txt p {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    text-align: justify;
}

.about-section .about-images {
    flex: 0 0 435px;
}

.about-section .about-images img {
    width: 100%;
}

.about-section .about-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 40px 0 0;
}

.about-section .about-divider img {
    width: auto;
    height: auto;
    flex: 0 0 140px;
}

.about-section .about-divider hr {
    border-top: 2px solid #605f5d;
    opacity: unset;
    margin: 0 0 50px;
}

.about-section .about-footer p {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    text-align: justify;
}

/* 🔹 Responsive */
@media (max-width: 768px) {


    .about-section .about-images img {
        width: 100%;
    }

    .about-section .about-divider {
        flex-direction: column;
        text-align: center;
    }

    .about-section .about-divider hr {
        width: 100%;
    }
}

.about-page-sec-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 0 0 80px;
}

.about-page-sec-3-intro {
    flex: 0 0 520px;
}

.about-page-sec-3-intro p {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    text-align: justify;
    margin: 0 0 30px;
}

.about-page-sec-3 figure div {
    width: 10px;
    height: 380px;
    background: #000;
    position: relative;
    flex: 0 0 2px;
}

.about-page-sec-3 figure {
    flex: 0 0 440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.about-page-sec-2 h2 {
    font-size: 64px;
    font-family: young serif;
    line-height: 90px;
    text-align: end;
}

.about-page-sec-2 p {
    font-size: 40px;
    margin-bottom: 50px;
    font-family: young serif;
    line-height: 56px;
    text-align: end;
}

.timeline-section {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 40px 0;
}

.timeline-section .timeline {
    position: relative;
    margin: auto;
    padding: 0px;
    max-width: 890px;
}

.timeline-section .timeline::after {
    content: "";
    position: absolute;
    width: 5px;
    background: #1b4332;
    top: 80px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.timeline-section .timeline-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 50%;
    gap: 70px;
    margin-bottom: 170px;
}

.timeline-section .timeline-item::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1b4332;
    border: 0px solid #f2f9f6;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-section .timeline-item.left {
    left: 0;
    width: 100%;
    gap: 150px;
}

.timeline-section .timeline-item.left::before {
    right: -16px;
}

.timeline-section .timeline-item.right {
    left: 0%;
    width: 100%;
    gap: 150px;
    justify-content: flex-end;
}

.timeline-item.right figure {
    flex: 0 0 200px;
    background: #FFF9E8;
    width: 200px !important;
    height: 200px !important;
    transform: rotate(45deg);
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-item.right figure img {
    transform: rotate(0deg);
    width: 100%;
}


img.timeline-item-img {
    max-width: 170px;
}

img.timeline-item-img-2 {
    max-width: 215px;
}

.timeline-section .content {
    border-radius: 10px;
    width: 90%;
    flex: 0 0 380px;
}

.timeline-section .content img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.timeline-section .content h3 {
    font-size: 28px;
    margin: 0;
    line-height: 35px;
    text-align: left;
}

.timeline-item.right h3 {
    text-align: right;
}

.timeline-item.left figure {
    flex: 0 0 200px;
    background: #FFF9E8;
    width: 200px !important;
    height: 200px !important;
    transform: rotate(45deg);
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-item.left figure img {
    transform: rotate(0deg);
}

.timeline-item figure img {
    height: auto;
    transition: transform 0.6s ease;
}

.timeline-item.show figure img {
    transform: scale(1.1) rotate(-45deg);
}

.timeline-item.show {
    opacity: 1;
    transform: translateY(0);
}

.timeline {
    position: relative;
    width: 100%;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin: 40px 0;
    opacity: 0;
    /* hidden by default */
    transform: translateY(50px);
    transition: all 0.8s ease-in-out;
}

.timeline-section .timeline-item:last-child {
    margin: 0;
}



.timeline-bg {
    position: relative;
    height: 720px;
    margin: 0px 0px 0px;
    background: #eff7f0;
    padding: 0px 0 0;
}

.timeline-bg::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    width: 64px;
    height: 23px;
    background: url(../images/icons/light-cover.png) no-repeat center;
    background-size: contain;
    transform: translateX(-50%);
    display: block;
}

.timeline-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url("../images/icons/about-tri.png") no-repeat center;
    background-size: contain;
    transform: translateX(-50%);
    display: block;
}

.light-intro {
    position: relative;
    z-index: 1;
    max-width: 560px;
    text-align: center;
    margin: 260px auto 0;
}

.light-intro p {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: #204B39;
    font-weight: 500;
    margin: 0 0 130px;
}

.light-intro-btn {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.light-intro-btn button {
    height: 47px;
    border-radius: 5px;
    flex: 0 0 272px;
    border: none;
    background-color: #204b38;
    color: #fff;
    font-size: 13.44px;
    line-height: 19px;
    font-family: young serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(270deg, #204b39, #358e5c, #204b39, #358e5c);
    background-size: 600% 600%;
    animation: gradientMove 10s ease infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

img.about-img-mobile {
    display: none;
}

.blank-bg {
    background-image: url(../images/blank-img.png);
    height: 850px;
}

.blank-bg {
    background-image: url(../images/blank-img.png);
    height: 850px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -57px;
}

ul.our-vision {
    max-width: 740px;
    margin: auto;
    text-align: center;
    list-style: none;
    padding: 0;
}

ul.our-vision h2 {
    font-size: 64px;
    line-height: 64px;
    margin: 0 0 45px;
    font-family: young serif;
    color: #204b39;
}

ul.our-vision p {
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}

ul.our-vision li {
    margin: 0 0 60px;
    opacity: 0;
    /* hidden initially */
    transform: translateY(40px);
    /* slide from bottom */
    transition: all 0.8s ease-in-out;


}

.our-vision li.show {
    opacity: 1;
    transform: translateY(0);
}

/* optional stagger effect */
.our-vision li:nth-child(1) {
    transition-delay: 0.1s;
}

.our-vision li:nth-child(2) {
    transition-delay: 0.3s;
}

ul.our-vision li a {
    background: #204b39;
    font-family: young serif;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    width: 340px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    /* animated gradient background */
    background: linear-gradient(270deg, #204b39, #358e5c, #204b39, #358e5c);
    background-size: 600% 600%;
    animation: gradientMove 10s ease infinite;
    /* continuous run */

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.our-vision a:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
}

/* Gradient animation keyframes */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.our-vision-bg {
    position: relative;
    padding: 85px 0 100px;
}

section.our-vision-bg>img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.what-we-do-bg {
    background-color: #EFF7F0;
    padding: 0 0 50px;
}

.what-we-do-heading {
    font-size: 64px;
    line-height: 64px;
    margin: 100px 0 60px;
    font-family: young serif;
    color: #204b39;
    text-align: center;
}

.hero-service {
    background-image: url(../images/service-bnr-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0 100px;
}

.hero-service-intro {
    padding: 100px 0 100px;
    text-align: center;
}

.hero-service-intro h1 span {
    display: block;
    font-family: SourceSansPro-Bold;
}

.hero-service-intro h1 {
    font-size: 64px;
    letter-spacing: -1.28px;
    color: #204B39;
    font-family: SourceSansPro-Bold;
}

.hero-service-intro>p {
    font-family: SourceSerifPro-Bold;
    font-size: 24px;
    letter-spacing: -0.48px;
    padding: 20px 0 40px;
    color: #204B39;
    text-transform: capitalize;
}

.hero-service-intro button {
    height: 44px;
    width: 255px;
    border: none;
    border-radius: 10px;
    background-color: #204B39;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.hero-bnr-arrow p {
    padding: 60px 0 10px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}

.stats-section-bg .stats-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff9e9;
    padding: 40px 30px 22px;
    border-radius: 12px;
    gap: 20px;
    max-width: 970px;
    margin: auto;
}

.stats-section-bg .stat-box {
    text-align: center;
    flex: 1;
}

.stats-section-bg .stat-box h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #000;
    font-family: "Georgia", serif;
    font-family: young serif;
}

.stats-section-bg .stat-box p {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-family: young serif;
}

.hero-bnr-arrow img {

    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    transform-origin: center center;
    /* animation properties */
    animation-name: zoomInOut;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;


}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}

.hero-bnr-arrow img:hover {
    animation-play-state: paused;
}

.Individual-service-main {
    position: relative;
    margin: 60px 0 0;
}

.Individual-service-main::before {
    position: absolute;
    content: '';
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/service-line-1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 435px;

}

.Individual-service-bg .Individual-service {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
}

.Individual-service-bg .text-block {
    width: 50%;
}

.Individual-service-bg .text-block h2 {
    font-size: 1.5rem;
    color: #163416;
    margin-bottom: 15px;
    font-weight: 700;
}

.Individual-service-bg .text-block p {
    font-size: 20PX;
    line-height: 24PX;
    color: #000;
    FONT-WEIGHT: 500;
}

.Individual-service-bg .text-block button img {
    max-height: 15px;
}

.Individual-service-bg .text-block button {
    margin-top: 15px;
    background: #204B39;
    color: #fffaec;
    border: none;
    padding: 8px 16px;
    font-size: 0.9rem;
    border-radius: 10px;
    cursor: pointer;
}

.Individual-service-bg .text-block button:hover {
    background: #245824;
}

.Individual-service-bg .image-block {
    width: 30%;
    text-align: center;
}

.Individual-service-bg .image-block.image-block--3 {
    width: 39%;
}

.Individual-service-bg .image-block.image-block--3 img {
    margin: -44px 0 0 -26px;
}

.Individual-service-bg .image-block img {
    max-width: 100%;
}

/* Curved connector */
.Individual-service-bg .connector {
    position: absolute;
    width: 2px;
    background: transparent;
}

.Individual-service-bg .connector svg {
    width: 100%;
    height: auto;
}

.stats-section-hr {
    max-width: 900px;
    margin: 60px auto 0;
}

h2.main-heading {
    font-size: 48px;
    text-align: center;
    font-family: young serif;
    color: #204B39;
}

section.Individual-service-bg {
    padding: 10px 0 60px;
    background-image: url(../images/Individual-service-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.Individual-service-bg.Individual-service-bg--2 {
    background-image: url(../images/service-bg-11.jpg);
    background-repeat: no-repeat;
    padding-bottom: 200px;
    background-size: 100% 100%;
}

.Individual-service.Individual-service-rgt .text-block h2 {
    text-align: end;
    font-size: 40px;
    line-height: 56px;
    font-family: young serif;
}

.Individual-service.Individual-service-rgt p {
    text-align: justify;
}

.Individual-service.Individual-service-rgt-2 h2 {
    text-align: left;
    font-size: 38px;
    line-height: 54px;
    font-family: young serif;
}

.Individual-service.Individual-service-rgt-2 p {
    text-align: justify;
}

.service-bg-2 {
    background-image: url(../images/service-bg-2.jpg);
    background-size: 100% 100%;
    padding: 0 0 185px;
}

.Individual-service---main {
    position: relative;
}

.Individual-service---main::before {
    position: absolute;
    content: '';
    top: 59.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/service-line-2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 476px;
}

.Individual-service---main {
    position: relative;
    margin: 70px 0 0;
    padding: 0 0 110px;
}

section.Individual-service-bg.Individual-service-bg--2 .image-block {
    width: 33%;
    text-align: left;
}

section.Individual-service-bg.Individual-service-bg--2 .Individual-service {
    margin: 0 0 80px;
}

section.Individual-service-bg.Individual-service-bg--2 .Individual-service.Individual-service-rgt .image-block {
    text-align: right !important;
    padding-right: 47px;
}

section.Individual-service-bg.Individual-service-bg--2 .text-block {
    flex: 0 0 47%;
}

.service-bg-2 .card-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 90px 0 0;
}

.service-bg-2 .card {
    background: #FFF9E8;
    padding: 25px 12px;
    border-radius: 30px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
    flex: 0 0 24%;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06), 0 0 60px rgba(0, 0, 0, 0.04);
    border: none;
}

.service-bg-2 .card:hover {
    transform: translateY(-5px);
}

.service-bg-2 .card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 19px;
}

.service-bg-2 .card img,
.service-bg-2 .card svg {

    margin: 40px 0;
    opacity: 0.8;
}

.service-bg-2 .card p {
    font-size: 12px;
    line-height: 15px;
    color: #333;
}

.service-bg-2 .card-container.card-container2 {
    justify-content: center;
    gap: 150px;
    margin: 65px 0 0;
}

.service-btn-2 {
    justify-content: center;
    display: flex;
    gap: 50px;
}

ul.navbar-nav li a img {
    margin-top: -5px;
}

.service-btn-2 a {
    font-size: 17px;
    font-family: young serif;
    background-color: #204b39;
    color: #fff;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    width: 250px;
    text-align: center;
    border-radius: 10px;
}

.service-bg-3 {
    background-image: url(../images/service-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.service-bg-4 {
    background-image: url(../images/service-bg-4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0 160px;
}

.service-bg-4-top figure {
    margin: 0;
}

.service-bg-5 {
    background-image: url(../images/service-bg-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.service-bg-6 {
    background-image: url(../images/service-bg-6.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 140px;
}

section.service-bg-6 .service-btn-2 {
    margin: 110px 0 0;
}

section.service-bg-7 {
    background: #FFF9E8;
    padding: 110px 0 0;
}

.service-bg-3-intro {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.service-bg-3-intro p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.service-bg-4-main {
    max-width: 720px;
    margin: auto;
}

.service-bg-4-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 70px 0 60px;
}

.service-bg-4-top p {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    font-weight: 800;
    text-align: end;
}

.service-bg-4-btm {
    display: flex;
    gap: 5px;
}

.service-bg-4-lft .main-heading {
    text-align: left;
    margin: 0 0 150px;
}

.service-bg-4-lft .service-btn-2 {
    flex-direction: column;
    gap: 90px;
}

.service-bg-4-lft {
    flex: 0 0 44%;
}

.service-bg-4-lft .main-heading {
    font-size: 39px;
    line-height: 56px;
}

.service-bg-4-rgt ul {
    margin: 70px 0 0;
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-bg-4-rgt ul li {
    font-size: 20px;
    line-height: 24px;
}

.service-bg-5-main {
    text-align: center;
}

.service-bg-5-main .main-heading {
    text-transform: uppercase;
    color: #000;
}

.service-bg-6-main {
    margin: auto;
    max-width: 900px;
    text-align: center;
}

.service-bg-6-main p {
    font-size: 20px;
    line-height: 24px;
}

.service-bg-7-main {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.service-bg-7-main .main-heading {
    margin: 0 0 25px;
}

.service-bg-7-main p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.service-bg-7-btm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 70px 0 0;
}

.service-bg-7-lft {
    flex: 0 0 44%;
}

.service-bg-7-lft h2.main-heading {
    font-size: 40px;
    text-align: left;
    line-height: 54px;
    margin: 40px 0 0;
}

.service-bg-7-rgt p {
    text-align: left;
    margin: 40px 0 0;
    font-size: 20px;
    line-height: 24px;
}

.service-bg-7-rgt {
    flex: 0 0 47%;
}

.circle-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    list-style: none;
}

.circle-box ul li {
    width: 155px;
    height: 155px;
    background: #89c3aa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: young serif;
    position: relative;
    padding: 10px;
    z-index: 1;
}

section.service-bg-7 .service-btn-2 {
    justify-content: space-around;
}

.service-bg-7-sub {
    max-width: 870px;
    margin: auto;
    position: relative;
    padding: 100px 0 0px;
}

.service-bg-7-sub>img {
    position: absolute;
    bottom: 139px;
    left: 37%;
    z-index: -1;
}

.service-bg-7-sub ul {
    padding: 0;
}

.circle-box.circle-box-2 ul {
    justify-content: space-between;
    position: relative;
    padding: 0;
}

.circle-box.circle-box-2 ul::before {
    position: absolute;
    content: '';
    background-color: #000;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
}

.circle-box.circle-box-2 ul::after {
    position: absolute;
    content: '';
    background-color: #000;
    height: .5px;
    width: 38%;
    right: 0px;
    top: 0%;
    transform: rotate(45deg);

}

.circle-box.circle-box-1 ul {
    position: relative;
}

.circle-box.circle-box-1 ul::before {
    position: absolute;
    content: '';
    background-color: #000;
    height: .5px;
    width: 100%;
    left: 0;
    top: 50%;
}

.circle-box.circle-box-1 ul::after {
    position: absolute;
    content: '';
    background-color: #000;
    height: .5px;
    width: 38%;
    left: -100px;
    top: 105%;
    transform: rotate(-45deg);
    z-index: 0;
}

.circle-box.circle-box-1 {
    max-width: 500px;
    margin: auto;
}

.circle-box.circle-box-1 ul {
    justify-content: space-between;
}

.circle-box.circle-box-3 {
    max-width: 510px;
    margin: auto;
}

.circle-box.circle-box-3 ul {
    justify-content: space-between;
    position: relative;
}

.circle-box.circle-box-3 ul::before {
    position: absolute;
    content: '';
    background-color: #000;
    height: .5px;
    width: 38%;
    left: -106px;
    top: 0%;
    transform: rotate(45deg);

}

.circle-box.circle-box-3 ul::after {
    position: absolute;
    content: '';
    background-color: #000;
    height: .5px;
    width: 38%;
    right: -106px;
    top: 0%;
    transform: rotate(133deg);

}

.circle-box.circle-box-4 {
    margin: auto;
    max-width: 250px;
}

.circle-box.circle-box-4 ul {
    position: relative;
    margin: 0;
}

section.service-bg-8 .main-heading {
    text-align: left;
    font-size: 40px;
    line-height: 54px;
    margin: 0;
}

.service-bg-8-top {
    padding: 0 0 100px;
}

.service-bg-8 {
    background-image: url(../images/service-bg-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 0;
}

.service-bg-8-top {
    display: flex;
    gap: 30px;
}

.service-bg-8-top p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 13px 0 0;
}

.service-bg-8-box-1.service-bg-8-box-lft p {
    text-align: end;
}

.service-bg-8-box-1.service-bg-8-box-lft li {
    margin-right: 20px;
}

.service-bg-8-box-1.service-bg-8-box-rgt li {
    margin-left: 20px;
}

.circle-box.circle-box-4 ul::before {
    position: absolute;
    content: '';
    background-color: #000;
    height: .5px;
    width: 76%;
    left: -80px;
    top: 0%;
    transform: rotate(45deg);

}

.circle-box.circle-box-4 ul::after {
    position: absolute;
    content: '';
    background-color: #000;
    height: .5px;
    width: 76%;
    right: -80px;
    top: 0%;
    transform: rotate(133deg);

}

.service-bg-8-main ul {
    padding: 0;
    list-style: none;
}

.service-bg-8-main ul figure {
    margin: 0;
}

.service-bg-8-main ul p {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}

.service-bg-8-box-1 ul {
    max-width: 440px;

}

.service-bg-8-box-1 ul li {
    display: flex;
    align-items: center;
    gap: 40px;
}

.service-bg-8-box-rgt {
    display: flex;
    justify-content: flex-end;
}

.service-bg-8-box-lft {
    display: flex;
    justify-content: flex-start;
}

.service-bg-8-main {
    max-width: 840px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.service-bg-9-main ul {
    display: flex;
    list-style: none;
    gap: 60px;
    padding: 0;
    margin: 0;
    align-items: flex-start;
}

.service-bg-9-main ul li {
    flex: 0 0 29%;
    background: #89C3AA;
    border-radius: 20px;
    padding: 0 10px 0 30px;
}

li.service-9-min-box {
    min-height: 155px !important;
    display: flex;
    align-items: center;
}

.service-bg-9-main ul li {
    position: relative;
}

.service-bg-9-main p {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.service-bg-9-box.service-bg-9-box-1 ul li img {
    max-height: 250px;
    margin: 0 0 20px;
}

.service-bg-9-main ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #204B39;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #FFF9E8;
}

.service-bg-9-box.service-bg-9-box-1 ul li:nth-child(1) {
    background-color: transparent;
    padding: 0;
}

.service-bg-9-main {
    margin: auto;
    max-width: 890px;
}

.service-bg-9-box.service-bg-9-box-2 ul {
    justify-content: space-between;
}

.service-bg-9-box.service-bg-9-box-2 ul li:last-child {
    flex: 0 0 45%;
}

.service-bg-9-box.service-bg-9-box-3 ul {
    justify-content: space-between;
    padding-left: 100px;
    margin: 40px 0 0;
}

.service-bg-9-box.service-bg-9-box-3 ul li {
    flex: 0 0 32% !important;
}

.service-bg-9-box.service-bg-9-box-4 {
    padding-left: 100px;
    margin: 40px 0 0;
}

.service-bg-9-box.service-bg-9-box-4 ul li {
    flex: 0 0 32% !important;
}

.service-bg-9-box.service-bg-9-box-1 ul {
    gap: 0;
    justify-content: flex-end;
}

.service-bg-9-box.service-bg-9-box-1 ul li:last-child {
    margin-left: 60px;
    height: 155px;
}

.service-bg-9 {
    background-image: url(../images/service-bg-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 100px;
}

p.service-bg-9-para {
    text-align: center;
    margin: 30px 0 70px;
    font-size: 20px;
    font-weight: 500;
}

.service-bg-9-main {
    position: relative;
}

.service-bg-9-main::before {
    position: absolute;
    content: '';
    top: 60%;
    left: 61%;
    transform: translate(-50%, -50%);
    background-image: url(../images/service-line-3.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 476px;
}

.service-bg-9-main>img {
    position: absolute;
    left: 42.5%;
    bottom: 111px;
}

section.contact-page-bg {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.social-media-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0 0;
}

section.contact-page-bg>img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.contact-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    animation: fadeIn 1.2s ease-in-out;
}

.contact-page .form-box {
    padding: 50px 50px 50px 0;
    animation: slideLeft 1s ease forwards;
}

.contact-page .form-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.contact-page form label {
    display: block;
    font-weight: 600;
    margin: 25px 0 0px;
    font-size: 24px;
}

.contact-page form input,
.contact-page form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #000000;
    padding: 8px 8px 8px 0;
    outline: none;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    opacity: 40%;
}

.contact-page form input:focus,
.contact-page form textarea:focus {
    border-color: #4CAF50;
    transform: scale(1.02);
}

.contact-page .form-row1 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-page .form-row1 div {
    flex: 0 0 70%;
}

.contact-page .form-row1 div:last-child {
    flex: 0 0 20%;
}

.contact-page textarea {
    resize: none;
    height: 70px;
}

.contact-page .socials {
    margin: 20px 0;
}

.contact-page .socials a {
    margin-right: 20px;
    font-size: 22px;
    color: #444;
    transition: 0.3s;
}

.contact-page .socials a:hover {
    color: #4CAF50;
    transform: scale(1.2) rotate(5deg);
}

.contact-page button {
    background: #a3d9b1;
    border: none;
    padding: 0px 0px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    width: 165px;
    height: 41px;
    line-height: 41px;
    font-size: 20px;
    font-family: young serif;
}

.contact-page button:hover {
    background: #89c79d;
    transform: scale(1.05);
}

/* Right Illustration */
.contact-page .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    animation: slideRight 1s ease forwards;
}

.contact-page .image-box img {
    width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(-80px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRight {
    from {
        transform: translateX(80px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.team-container ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
}

.team-container ul li img {
    width: 100%;
}



.team-container ul li {
    flex: 0 0 17.8%;
}

.team-container h1 {
    font-size: 64px;
    text-align: center;
    font-weight: 700;
    color: #214c39;
    font-family: 'SourceSansPro-Bold';
    line-height: 65px;
    margin: 0 0 60px;
}

span.nayamat-bawa-founder-text {
    position: absolute;
    z-index: 1;
    width: 115px;
    height: 36px;
    background: #89C3AA;
    line-height: 36px;
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
    top: 50px;
    left: 30px;
    font-family: young serif;
    color: #fbf5e7;
}

.team-bnr-small {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 85px;
}

.team-bnr {
    max-width: 330px;
    text-align: center;
}

.team-bnr p {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 25px;
    color: #214c39;
    font-family: 'SourceSerifPro-Bold';
}

.team-bnr button {
    height: 41px;
    line-height: 41px;
    max-width: 255px;
    width: 100%;
    border: none;
    border-radius: 50px;
    margin: auto;
    background: #89C3AA;
    font-size: 16px;
    font-family: young serif;
}

section.nayamat-bawa-section {
    position: relative;
    background-image: url(../images/team/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.nayamat-bawa-section>img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 578px;
    object-fit: cover;
}

.nayamat-bawa-section-intro {
    padding-left: 50px;
    height: 662px;
}

.nayamat-bawa-section-intro h2 {
    font-size: 40px;
    font-family: young serif;
    color: #204B39;
}

.nayamat-bawa-section-intro p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 35px;
}

p.psychotherapist {
    margin: 0;
    text-align: end;
}

p.psychotherapist span {
    margin: 0;
    text-align: end;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 3px dashed #000;
    display: inline-block;
}

.work-specialisations-section h2 {
    font-weight: 400;
    color: #1a3926;
    font-size: 40px;
    margin-bottom: 8px;
    line-height: 56px;
}

.subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
}

section.section.work-specialisations-section {
    position: relative;
    background: #EFF7F0;
    padding: 45px 0 90px;
}

.team-bg {
    position: relative;
    background-image: url(../images/team/bg-team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.work-specialisations-section .work-box {
    background: #fff9e9;
    border-radius: 42px;
    padding: 70px 90px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 30px;
    box-shadow: none;
    position: relative;
}

.work-specialisations-section .work-item span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}


.work-specialisations-section .work-item {
    background: #89c3aa;
    color: #000000;
    border-radius: 10px;
    padding: 5px 5px 5px 15px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 70px;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: default;
    line-height: 21px;
    position: relative;
    flex: 0 0 22.5%;
}

.work-specialisations-section .work-item>img {
    position: absolute;
    top: -6px;
    left: 24px;
}

.work-specialisations-section .work-item figure {
    margin: 0;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    z-index: 1;
}

.work-specialisations-section .work-item figure img {
    width: 50px;
    height: 50px;
    margin-top: -10px;
    margin-left: -5px;
}

.work-specialisations-section .work-item:hover {
    background: #4b946e;
    transform: translateY(-3px);
}

.work-specialisations-section .work-item img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.work-specialisations-section .quote {
    font-size: 30px;
    font-weight: 600;
    color: #1a3926;
    margin-top: 50px;
    line-height: 36px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    padding: 20px 20px;
    max-width: 78%;
}

.work-specialisations-section .quote::before {
    content: "";
    font-size: 35px;
    color: #000;
    vertical-align: top;
    margin-right: 0px;
    background-image: url(../images/team/qoute-left.png);
    width: 28px;
    height: 28px;
    position: absolute;
    background-repeat: no-repeat;
    top: 10px;
    left: 15px;
}

.work-specialisations-section .quote::after {
    content: "";
    font-size: 35px;
    color: #000;
    vertical-align: top;
    margin-right: 0px;
    background-image: url(../images/team/qoute-right.png);
    width: 28px;
    height: 28px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    right: 170px;
}

.work-specialisations-section .quote-line {
    width: 325px;
    height: 2px;
    background: #000;
    margin: 15px auto 0;
}

.section.work-specialisations-section .subtitle {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.media-featured {
    background-color: #7ab7a7;
    padding: 20px 10px;
    text-align: center;
}

.media-featured .media-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
    max-width: 95%;
    margin: auto;
}

.media-featured .media-logos img:nth-child(5) {
    background: #fff9e9;
    padding: 3px;
}

.media-featured .media-logos img {
    height: 45px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.media-featured .media-logos img:hover {
    transform: scale(1.05);
}

.media-featured .media-text {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 500;
    margin: 15px 0 0;
    font-family: young serif;
}

.training-section {
    padding: 50px 0;
}

.training-section .training-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.training-section .training-header h2 {
    font-size: 40px;
    color: #264028;
    margin: 0;
    line-height: 56px;
    font-family: young serif;
}

.training-section .training-info {
    background: #e6f2e6;
    border-radius: 10px;
    padding: 20px 25px;
    max-width: 715px;
    text-align: center;
    width: 100%;
    display: flex;
    gap: 45px;
}

.training-section .training-info p {
    font-size: 16px;
    margin: 0;
    text-align: left;
    font-weight: 500;
    line-height: 19px;
}

.training-section .training-info button {
    background: #1e402e;
    color: #fff;
    border: none;
    padding: 0px 0px;
    border-radius: 4px;
    cursor: pointer;
    font-family: young serif;
    font-size: 13px;
    max-width: 165px;
    flex: 0 0 165px;
    height: 30px;
}

.training-section .training-grid .column {
    flex: 0 0 30%;
}

.training-section .training-grid {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.training-section .item {
    margin-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 6px;
}

.item.item-team-111 {
    height: 154px;
}

.item.item-team-11 {
    height: 130px;
}

.training-section .title {
    font-weight: bold;
    color: #204021;
    font-size: 18px;
    line-height: 24px;
}

.training-section .sub {
    font-size: 20px;
    color: #333;
    margin-top: 0px;
    margin: 0;
}

p.sub.hidden {
    visibility: hidden;
}

.training-section .last-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.training-section .illustration {
    text-align: center;
    margin-top: 200px;
}

.training-section .illustration img {
    width: auto;
    height: 200px;
}

.Dr-Ira-section {
    position: relative;
}

.Dr-Ira-section>img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 550px;
    max-height: 550px;
    object-fit: cover;
    width: 100%;
    height: 550px;
}

.Dr-Ira-section-intro h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 15px;
    font-family: young serif;
    color: #204B39;
}

.Dr-Ira-section-intro p {
    margin: 0 0 30px;
}

.specialisation-section {
    padding: 110px 0 100px;
    background: #EFF7F0;
}

.specialisation-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.specialisation-section .left-text {
    flex: 1 1 250px;
    max-width: 320px;
}

.specialisation-section .left-text h2 {
    font-size: 40px;
    color: #184b2e;
    line-height: 56px;
    margin-bottom: 15px;
    font-family: young serif;
}

.specialisation-section .left-text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.specialisation-section .right-boxes {
    flex: 2 1 600px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 90px 50px;
}

.specialisation-section .card {
    background-color: #fff9e9;
    padding: 15px 30px;
    border-radius: 19px;
    box-shadow: 0 0 0 0px #eee;
    transition: transform 0.3s ease;
    border: none;
    position: relative;
}

.training-section.training-Credentials-section {
    background-image: url(../images/team/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 140px;
    position: relative;
}

.training-section.training-Credentials-section:before {
    content: '';
    position: absolute;
    background-color: #eaf3ee;
    width: 30%;
    right: 0;
    top: 100px;
    max-height: 400px;
    height: 100%;
}

.specialisation-section .card.right-boxes-card {
    padding: 0;
    background: transparent;
    border: none;
}

.specialisation-section .card:hover {
    transform: translateY(-4px);
}

.specialisation-section .card-header {
    display: flex;
    background-color: transparent;
    align-items: center;
    border-bottom: 0px solid #184b2e;
    padding-bottom: 0px;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}

.training-Credentials-main {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.specialisation-section .card-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1.1px;
    width: 105%;
    right: -30px;
    background-color: #000;
}

.specialisation-section .icon {
    margin-right: 10px;
    position: absolute;
    top: -35px;
    left: -45px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}

.specialisation-section .card h3 {
    font-size: 20px;
    color: #184b2e;
    font-weight: 600;
    padding-left: 16px;
}

.specialisation-section .card ul {
    list-style: none;
    margin-top: 8px;
    padding: 0;
}

.specialisation-section .card ul li {
    font-size: 15px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
    line-height: 18px;
    font-weight: 500;
}

.specialisation-section .card ul li::before {
    content: "";
    font-size: 10px;
    color: #184b2e;
    position: absolute;
    left: 0;
    top: 0px;
    height: 19px;
    width: 19px;
    border-radius: 5px;
    background-color: #184b2e;
    transform: rotate(45deg);
}

.Dr-Ira-section-intro {
    padding: 25px 0;
}

p.psychotherapist {
    margin: 0;
    text-align: end !important;
}

.vishal--line {
    background: #204b38;
    max-width: 700px;
    width: 100%;
    height: 1px;
    margin: 120px auto 0;
}

.training-section {

    justify-content: space-between;
    align-items: center;
    padding: 100px 0px;
    gap: 70px;
    background-image: url(../images/team/bg-3.jpg);
    background-size: 100% 100%;
}

.training-section .training-left h2 {
    font-size: 40px;
    color: #143f2c;
    line-height: 56px;
    margin-bottom: 40px;
    font-family: young serif;
}

section.training-section .training-left {
    flex: 0 0 22%;
}

.training-section .btn {
    display: block;
    background-color: #143f2c;
    color: #fff;
    border: none;
    padding: 0px 0px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
    height: 30px;
    max-width: 165px;
    width: 100%;
    font-family: young serif;
}

.training-section .btn:hover {
    opacity: 0.9;
}

.training-section .btn.outline {
    background-color: transparent;
    border: 2px solid #143f2c;
    color: #143f2c;
}

.training-section .training-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.training-section .credentials-box {
    background: #eaf3ee;
    padding: 45px 57px 65px 140px;
    border-radius: 25px 0 0 25px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.training-section .icon-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: absolute;
    left: 13px;
    top: 13px;
}

.training-section .credentials {
    flex: 0 0 55%;
    margin-left: 30px;
}

.training-section .credential {
    margin-bottom: 5px;
}

.training-section .credential p {
    font-size: 20px;
    color: #184d36;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 15px;
}

.training-section .credential p strong {
    font-weight: 600;
}

.training-section .credential span {
    color: #333;
    font-size: 20px;
    line-height: 24px;
}

.training-section .credentials hr {
    border: none;
    border-top: 1px solid #747675;
    margin: 5px 0 40px;
}

.Dr-Ira-section-intro.dr-Natalia-intro p {
    text-align: justify;
}

.training-Credentials-main-doctor {
    position: relative;
}

.training-section .doctor-img {
    position: absolute;
    right: -7%;
    bottom: 0px;
}

.training-section .doctor-img img {
    width: 330px;
}

.work-specialisations-section-box li .work-box {
    padding: 0;
    background: transparent;
    list-style: none;
    margin: 0;
    flex: 0 0 62%;
    box-shadow: none;
    gap: 70px 65px;
    justify-content: space-between;
}

.work-specialisations-section-box li .work-box .work-item {
    flex: 0 0 170px;
}

.work-specialisations-section-box {
    background: #FFF9E8;
    padding: 45px 120px;
    border-radius: 30px;
    max-width: 900px;
    margin: auto;
}

.training-section.training-section-bg-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0px;
    gap: 70px;
    background-image: url(../images/team/bg-5.jpg);
    background-size: 100% 100%;
    position: relative;
}

.training-section.training-section-bg-5:before {
    content: '';
    position: absolute;
    background-color: #eaf3ee;
    width: 30%;
    height: 100%;
    left: 0;
    top: 100px;
    max-height: 631.58px;
}

.training-section.training-section-bg-5 .icon-circle {
    right: 13px;
    left: auto;
}

.training-section.training-section-bg-5 .training-right {
    flex: 0 0 55%;
}

.nayamat-bawa-section-intro.anjali-section-intro {
    padding-left: 100px;
    padding-top: 20px;
    height: auto;
    padding-bottom: 20px;
}

.work-specialisations-section1-qoute {
    background: #817e79;
    height: 2px;
    max-width: 360px;
    margin: 0 auto 65px;
    width: 100%;
}

.work-specialisations-section1 {
    background: #FFFDF9;
}

section.nayamat-bawa-section.anjali-section {
    background-color: #FFF9E8;
    background-image: unset;
}

.training-section.training-section-bg-5 .credentials-box {
    border-radius: 0 25px 25px 0;
    padding: 45px 0 65px;
}

.training-section-bg-5-flx {
    display: flex;
    gap: 200px;
}

.work-specialisations-section-box li {
    display: flex;
    gap: 90px;
    justify-content: space-between;

}

.work-specialisations-section-box h2 {
    font-weight: 400;
    color: #1a3926;
    font-size: 40px;
    margin-bottom: 60px;
    line-height: 56px;
}

.work-specialisations-section-box li figure img {
    max-height: 245px;
}

.about-section-graphic {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    gap: 60px;
}

.about-section-graphic .image-box {
    flex: 1;
    display: flex;
    justify-content: center;
}

.about-section-graphic .photo-frame {
    position: relative;
    background: transparent;
    border: 0px solid #fff;
    box-shadow: none;
    max-width: 340px;
    padding: 0px;
    transform: rotate(-5deg);
    width: 100%;
}

.about-section-graphic .photo-frame img {
    width: 100%;
    border-radius: 8px;
}

.about-section-graphic .signature {
    text-align: center;
    font-family: "Pacifico", cursive;
    margin-top: 10px;
    font-size: 1.3rem;
}

.about-section-graphic .content-box {
    flex: 0 0 70%;
    max-width: 700px;
}

.about-section-graphic .content-box h1 {
    font-family: "Yesteryear", cursive;
    font-weight: 700;
    color: #124f3b;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 56px;
}

.about-section-graphic .content-box p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 0 0 25px;
}

.about-section-graphic .roles {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
    max-width: 85%;
    margin: auto;
}

.about-section-graphic .roles span {
    font-weight: 600;
    border-bottom: 2px dotted #333;
}

.about-section-graphic .tools {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.about-section-graphic .tool img {
    width: auto;
    border-radius: 8px;
}

.team-bg-11 .right-boxes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-bg-11 .right-boxes .card.right-boxes-card {
    flex: 0 0 100%;
}

.team-bg-11 .right-boxes .card.right-boxes-card .left-text {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.team-bg-11 .right-boxes .card {
    flex: 0 0 31%;
}

.team-bg-11 .right-boxes .card:nth-child(3) {
    flex: 0 0 18%;
}

.team-bg-11 .left-text p {
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
}

.team-bg-11 .right-boxes {
    gap: 40px 50px;
}

.team-bg-11 .left-text p span {
    display: block;
}

.training-section.team-bg-12 li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 120px;
}

.training-section.team-bg-12 {
    background: #fff;
    position: relative;
    padding: 100px 0 50px;
}

.training-section.team-bg-12:before {
    content: '';
    position: absolute;
    background-color: #eaf3ee;
    width: 30%;
    height: 100%;
    right: 0;
    top: 100px;
    max-height: 400px;
}

.about-section-graphic .roles span {
    font-weight: 600;
    border-bottom: 2px dotted rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 800;
}

.about-section-graphic .roles li {
    list-style: none;
    flex: 0 0 100%;
    justify-content: space-between;
    display: flex;
}

.about-section-graphic .roles li:nth-child(2) {
    justify-content: center;
}

.about-section-graphic .roles li:nth-child(3) {
    justify-content: space-around;
}

.about-section-graphic-section .tools {
    position: relative;
}

.about-section-graphic-section .tools>img {
    position: absolute;
    left: 143px;
    top: -10px;
}

.about-section-graphic-section .tools .tool {
    padding: 20px 40px;
    background: #f0f7f0;
    border-radius: 20px;
    max-width: 425px;
    width: 100%;
    margin-left: 223px;
    margin-bottom: 40px;
}

.work-specialisations-section-box.work-specialisations-section-box--2 .work-item span {
    font-size: 16px;
    line-height: 20px;
}

.training-section.training-section-bg-5 .credentials-box .credentials {
    flex: 0 0 72%;
}

.training-section.training-section-bg-5 .credentials-box .credentials span {
    display: block;
    margin: 3px 0;
}

.work-specialisations-section.work-specialisations-section1 .quote {
    margin: 50px auto 0;
    max-width: 80%;
}

.work-specialisations-section.work-specialisations-section1 .quote::before {
    top: 15px;
    left: -15px;
}

.work-specialisations-section.work-specialisations-section1 .quote::after {
    bottom: 12px;
    right: 55px;
}

.training-section.section.Credentials-Training-bg-63 {
    position: relative;
}

.training-section.section.Credentials-Training-bg-63::before {
    position: absolute;
    background-color: #e6f2e6;
    right: 0;
    top: 100px;
    width: 15%;
    height: 79px;
    content: '';
}

li.work-specialisations-section-li .work-item {
    height: 65px;
}

.work-specialisations-section-box li.work-specialisations-section-li .work-box {
    gap: 20px 65px;
}

section.bottom-image img {
    width: 100%;
}

.Fee-Prices-one {
    background: #EFF7F0;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 65px 0 40px;
}

.Fee-Prices-one .accordion-body {
    background-color: #eef6f1;
    padding: 0 10px;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    color: #000 !important;
    font-weight: 400;
}

.Fee-Prices-one .accordion-item {
    border: none;
}

.Fee-Prices-one .accordion {
    width: 100%;
    max-width: 100%;
}

.Fee-Prices-one button {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    font-family: young serif;
    color: #204B39 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 22px;
    border-radius: 5px !important;
    background-color: #FFFCF4 !important;
}

.Fee-Prices-one.Fee-Prices-two {
    margin-top: 90px;
}

.Fee-Prices-one.Fee-Prices-three {
    margin: 90px 0 70px;
}

.work-box.work-box-ananta {
    flex: 0 0 100% !important;
    gap: 40px 60px !important;
}

.work-box.work-box-ananta .work-item {
    flex: 0 0 45% !important;
}

.training-section-bg-6 {
    position: relative;
}

.training-section.training-section-bg-5.training-section-bg-6:before {
    content: '';
    position: absolute;
    background-color: #eaf3ee;
    width: 30%;
    height: 100%;
    left: 0;
    top: 100px;
    max-height: 555.58px;
}

.Fee-Prices-one.Fee-Prices-Five {
    margin-top: 90px;
}

.Fee-Prices-one .accordion-button::after {
    width: 50px;
    height: 50px;
    background-color: #eff7f0;
    line-height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    border-radius: 50%;
}


.pricing-section-faq-team {
    background: #eef6f1;
    padding: 0px 0px;
}

.pricing-section-faq-team .pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px 0 10px;
    border-bottom: 1px solid #8da59b;
    gap: 20px;
}

.pricing-section-faq-team .pricing-left h3 {
    margin: 0 0 26px;
    font-size: 34px;
    font-weight: 600;
    color: #1f4f3a;
    font-family: 'SourceSansPro-Bold';
    border-bottom: 6px solid #FFFCF4;
    padding-bottom: 5px;
}

.pricing-section-faq-team .pricing-left p {
    margin: 0;
    font-size: 14px;
    color: #4b6b5d;
}

.pricing-section-faq-team .pricing-right {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    font-size: 18px;
    color: #1f4f3a;
    font-weight: 600;
}

.pricing-section-faq-team .price {
    text-align: right;
    font-family: 'SourceSansPro-Bold';
    font-size: 30px;
}

.pricing-section-faq-team .price small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #4b6b5d;
}

.pricing-section-faq-team .divider {
    width: 1px;
    height: 28px;
    background: #1f4f3a;
}

.pricing-section-faq-team .pricing-left span {
    font-size: 13px;
    margin: 0;
    line-height: 13px;
    color: #204B39;
    opacity: .5;
    /* font-family: 'SourceSansPro-Bold'; */
    font-weight: 300;
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-section-faq-team .pricing-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing-section-faq-team .pricing-right {
        align-self: flex-end;
    }
}