﻿*, *:before, *:after {
    box-sizing: inherit;
}
.ngg-colors {
    --abt-accent: #63b82f;
    --abt-accent-2: #d19e27;
    --abt-accent-soft: #F1F8EA;
    --abt-dark: #1c1c1c;
    --ngg-green: #63b82f;
    --ngg-light-green: #F1F8EA;
    --ngg-orange: #d19e27;
    --ngg-light-orange: #f0e1be;
}
.ngg-fonts {
    --ngg-font: trnasalization;
}
html {
    height: 100%;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 300;
    src: url('../Assets/webFont/FrankRuhlLibre-Light.woff') format('woff');
}

@font-face {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 500;
    src: url('../Assets/webFont/FrankRuhlLibre-Medium.woff') format('woff');
}

@font-face {
    font-family: 'LexendDeca-Bold';
    src: url('../Assets/fonts/LexendDeca-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'LexendDeca-Regular';
    src: url('../Assets/fonts/LexendDeca-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'trnasalization';
    src: url('../assets/fonts/trnasalization.ttf') format('truetype');
}
body {
    padding: 0px;
    margin: 0px;
    position: relative;
    min-height: 100%;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    background: #ffffff;
    color: #000;
    font-weight: 300;
}

a {
    color: #000;
    text-decoration: none;
}

    a.contact {
        text-decoration: underline;
        color: #F58138;
    }

h1, h2, h3,
h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
    color: #595757;
}

ul li {
    list-style-type: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 0;
}

.theme-color {
    background: #F8FAE4;
}

.p-tb-60 {
    padding: 60px 0;
}

.b-radius-15px {
    border-radius: 15px;
}

.color-read-orange {
    color: #F58138;
}

.text-bold {
    font-weight: 700;
}
.text-orange {
    color: #d19e27;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90%;
}
/******Navbar Design****/
.nav-background {
    position: absolute;
    width: 100%;
    background: none !important;
    font-family: 'Frank Ruhl Libre';
}

.nav-background a.navbar-brand {
    font-weight: 400;
}

#navbarSupportedContent {
    background: #fff !important;
    padding: 90px 0 40px 0;
    margin-top: -70px;
    z-index: 99999;
}

#navbarSupportedContent::after {
    content: '';
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 999999999;
}

.navbar-brand {
    position: relative;
}

.navbar-button {
    border: 0;
}

.navbar-button:focus {
    box-shadow: none;
}
.card-link-hover a i {
    border: 0;
    transition: all 0.3s ease-in-out;
}
.card-link-hover:hover a {
    background: #63b82f;
    border: 0;
}
.card-link-hover:hover a i{
    padding-left: 10px;
    margin-right: -10px;
    transition: all 0.3s ease-in-out;
}
.ngg-cmn-btn {
    background: linear-gradient(90deg, var(--abt-accent), var(--abt-accent-2));
    border: 0;
    color: #fff;
    border-radius: 26px !important;
    padding: 10px 35px;
}

.nadmn-btn-container .btn-color {
    color: #f58138 !important;
}

.ngg-cmn-btn i {
    margin-left: 10px;
    display: inline-block;
    font-size: 20px;
}

.ngg-cmn-btn:hover {
    background-color: #F7C654;
    border: 1px solid #F7C654;
    color: #fff;
}

.btn-container {
    margin-top: 30px;
}

.btn-container button {
    font-family: 'LexendDeca-Regular';
}

ul.navbar-nav li.nav-item {
    padding: 5px 5px;
}
ul.navbar-nav li.nav-item a {
    font-size: 16px;    
    font-weight: 400;
    font-family: 'LexendDeca-Regular';
}
/*ul.navbar-nav li.nav-item a {
    border-right:1px solid #fff;
     padding: 0;
}
ul.navbar-nav li.nav-item:last-child a{
    border-right:0;
}*/
.navbar-nav .nav-link.show {
    color: #ffffff;
}
.mega-menu ul li a {
    color: #000000 !important;
}
.navbar-expand-icon {
    display: inline-block;
    background: #f28fae;
    padding: 10px;
    width: 37px;
    height: 36px;
    position: absolute;
    margin-top: 0px;
    padding: 10px;
    border-radius: 50%;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
    margin-right: 15px;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    height: 2px;
    width: 18px;
    background: #ffffff;
    border-radius: 1px;
    opacity: 1;
    left: 10px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    margin-top: 8px !important;
    position: absolute;
}

.middle-bar {
    margin-top: 0px;
}

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 3px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
    margin: 7px 0 !important;
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
    margin: 3px 0 !important;
}

/* when navigation is clicked */
.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

.navbar-toggler.collapsed .toggler-icon {
    background: linear-gradient( 263deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100% );
}

.child-menu {
    width: 35%;
}

.child-menu > a.nav-child-link {
    padding: 5px 15px 5px 0;
    text-decoration: underline;
    display: inline-block;
    font-weight: 300;
    color: #000;
    font-size: 18px;
}

.navbar-custom {
    background-color: transparent;
    z-index: 999999;
    transition: all linear 0.4s;
}

.navbar-custom.scrolled {
    background-color: #343a40 !important; /* Dark background when scrolled */
    transition: all linear 0.4s;
}

.dropdown-menu {
    border: 0;
}

.mobile-menu {
    z-index: 999999;
    background: none !important;
}

.fixed {
    position: fixed;
    top: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    z-index: 99999;
    background: linear-gradient(to right, rgb(255, 250, 239), rgb(95, 176, 51)) !important;
    background: -moz-linear-gradient(to right, rgb(255, 250, 239), rgb(95, 176, 51)) !important;
    background: -webkit-linear-gradient(to right, rgb(255, 250, 239), rgb(95, 176, 51)) !important;
}
.ip-navbar-conatiner {
    background: linear-gradient(to right, rgb(255, 250, 239), rgb(95, 176, 51)) !important;
    background: -moz-linear-gradient(to right, rgb(255, 250, 239), rgb(95, 176, 51)) !important;
    background: -webkit-linear-gradient(to right, rgb(255, 250, 239), rgb(95, 176, 51)) !important;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.mega-menu {
    position: absolute;
    background: linear-gradient(to right, #c7f1c6, #fafffa);
    padding: 40px 20px;
    z-index: 1050;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow: auto;
}
.nav-item.dropdown {
    position: relative;
}
.nav-item.dropdown:hover .mega-menu,
.nav-item.dropdown-toggle .mega-menu {
    top: auto;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    overflow: auto;
}
.nav-item.dropdown:hover .mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.fixed-cart {
    position: fixed;
    height: 50px;
    width: 50px;
    overflow: hidden;
    z-index: 999999;
    background: transparent !important;
    top: -2px;
    animation: smoothScroll 1s forwards;
}

.mobile-menu {
    background: transparent;
    padding: 0px 0;
    transition: all 0.3s ease;
    z-index: 99999999;
}

    .mobile-menu.fixed {
        background: rgba(0, 0, 0, 0.85);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 17px 18px;
}

    .navbar-nav .nav-link:hover {
        color: #ffc107;
    }

/* Mega Menu */
.dropdown-menu.mega-menu {
    position: absolute;
    background: linear-gradient(to right, #c7f1c6, #fafffa);
    border: none;
    border-top: 3px solid #ffc107;
    padding: 0px 0px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: none;
}

.dropdown:hover > .mega-menu {
    display: block;
}

.mega-menu .mega-menu-item {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}

.mega-menu .list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto !important;
}

.mega-menu .dropdown-item {
    color: #000;
    font-size: 15px;
    padding: 10px 15px;
    white-space: nowrap;
}

.mega-menu .dropdown-item:hover {
    background: #5ca52e;
    color: #fff !important;
}

     
.baner-bottom-container {
    background: #f8fae4;
    border: 2px solid #e0e6a2;
    text-align: center;
    position: relative;
    z-index: 999;
}

.baner-bottom-container ul {
    margin-bottom: 0;
}

.baner-bottom-container ul li {
    display: inline-block;
    background: #f8fae4;
    border: 0;
    color: #f58138;
    font-weight: 300;
}

.banner-container {
    background: linear-gradient(120deg, #2f3d1f 0%, rgb(100, 185, 49) 100%);
    position: absolute;
    z-index: 99;
    transition: all linear 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -85px;
    height: 100vh;
    width: 100%;
}

.banner-container h2 {
    color: #ffc235;
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
        transition: all linear 0.4s;
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform-origin: top;
        transform-origin: top;
        transition: all linear 0.4s;
    }
}

.banner-container .banner-nav {
    text-align: center;
}

.banner-container .banner-nav a {
    border: 1px solid #000;
    border-radius: 25px;
    display: inline-block;
    font-family: 'LexendDeca-Regular';
}

.banner-container .banner-nav a.active {
    background: #000;
    color: #fff;
}

.banner-text p {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.banner-container h1.banner-heading {
    text-align: left;
    margin-top: 30px;
    font-family: trnasalization;
    font-weight: 600;
    color: #fff;
}

.bnr-form-container {
    margin-top: 20px;
}
.banner-inner-text-container {
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.btn {
    font-family: 'LexendDeca-Regular';
}

.btn i {
    transition: all linear 0.2s;
}

.btn:hover i {
    display: inline-block;
    padding-left: 10px;
    margin-right: -10px;
    transition: all linear 0.2s;
}

.bnr-social-icon {
    margin-top: 20px;
}

.bnr-social-icon i {
    color: #fed55c;
    height: 30px;
    width: 30px;
    border: 2px solid #ffd55b;
    text-align: center;
    padding: 5px 0;
}
.typewriter::after {
    content: '|';
    animation: blink 0.7s step-end infinite;
    margin-left: 4px;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

/*----------Banner Carousel----------*/
.banner-carousel {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-carousel .carousel-inner {
    height: 100%;
}
.banner-carousel .carousel-item {
    height: 100%;
}
.banner-carousel .carousel-item .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
@keyframes bannerFx {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.banner-fx {
    opacity: 0;
}
.banner-fx.banner-fx-play {
    animation: bannerFx 0.8s ease both;
    animation-delay: var(--bnr-delay, 0s);
}
.banner-image-col {
    display: flex;
    justify-content: center;
}
.banner-img-wrap {
    position: relative;
}

.banner-slide-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 20% center;
    border-radius: 0;
    position: relative;
    z-index: 1;
    opacity: 0.5 !important;
}
.banner-slide-img.banner-fx.banner-fx-play {
    animation-name: bannerImgFx;
}
@keyframes bannerImgFx {
    from {
        opacity: 0;
        transform: scale(0.92);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.banner-img-blob {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.banner-img-blob-1 {
    top: -22px;
    right: -22px;
    width: 130px;
    height: 130px;
    background: #f0e1be;
    opacity: 0.55;
}
.banner-img-blob-2 {
    bottom: -18px;
    left: -18px;
    width: 100px;
    height: 100px;
    background: #F1F8EA;
    opacity: 0.5;
}
.banner-carousel .carousel-control-prev,
.banner-carousel .carousel-control-next {
    top: 50%;
    bottom: auto;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
}
.banner-carousel .carousel-control-prev {
    left: 24px;
}
.banner-carousel .carousel-control-next {
    right: 24px;
}
.banner-carousel .carousel-control-prev:hover,
.banner-carousel .carousel-control-next:hover {
    background: #63b82f;
    opacity: 1;
}
.banner-carousel .carousel-control-prev-icon,
.banner-carousel .carousel-control-next-icon {
    display: none;
}
.banner-carousel .carousel-control-prev i,
.banner-carousel .carousel-control-next i {
    color: #fff;
    font-size: 20px;
}
.banner-indicators {
    bottom: 30px;
    margin-bottom: 0;
}
.banner-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.55);
    border: 0;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
}
.banner-indicators [data-bs-target].active {
    background-color: #d19e27;
    width: 26px;
    border-radius: 6px;
}
@media(max-width: 991.98px) {
    .banner-container {
        height: auto;
        min-height: 100vh;
        padding: 130px 0 60px;
    }
    .banner-carousel,
    .banner-carousel .carousel-inner,
    .banner-carousel .carousel-item {
        height: auto;
    }
    .banner-carousel .carousel-item .container {
        position: static;
        transform: none;
        padding: 10px 0;
    }
    .banner-carousel .carousel-control-prev,
    .banner-carousel .carousel-control-next {
        top: 340px;
        bottom: auto;
        transform: none;
    }
    .banner-image-col {
        margin-top: 10px;
    }
    .banner-slide-img {
        height: 300px;
    }
}
@media(max-width: 767.98px) {
    .banner-carousel .carousel-control-prev,
    .banner-carousel .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    .banner-carousel .carousel-control-prev {
        left: 10px;
    }
    .banner-carousel .carousel-control-next {
        right: 10px;
    }
    .banner-carousel .carousel-control-prev i,
    .banner-carousel .carousel-control-next i {
        font-size: 16px;
    }
    .banner-indicators {
        bottom: 16px;
    }
    .banner-slide-img {
        height: 240px;
        border-radius: 20px;
    }
    .banner-img-blob {
        display: none;
    }
}

.aboutus-container{
    padding:50px 0;
}
.section-title > h2 {
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 15PX;
    font-family:trnasalization;
}

.section-details h2 {
    font-weight: 700;
    color: #63b82f;
}
.section-details p {
    margin: 15px 0;
    text-align: justify;
}
.abtus-img-conent img {
    border-radius: 40px 0px 40px 0px;
    margin-bottom:20px;
}
.home-about-us-text {
    max-height: 180px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.lets-devlp-container {
    position: relative;
    background: linear-gradient(160deg, #d1f1c4 0%, #fcf1ca 60%);
    padding: 90px 0;
    overflow: hidden;
    text-align: left;
}
.ldc-dots {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 90px;
    height: 70px;
    background-image: radial-gradient(circle, #63b82f 1.5px, transparent 1.6px);
    background-size: 16px 16px;
    opacity: 0.5;
    pointer-events: none;
}
.ldc-arc {
    position: absolute;
    bottom: -60px;
    right: 80px;
    width: 220px;
    height: 220px;
    border: 2px solid #d19e27;
    border-left-color: transparent;
    border-top-color: transparent;
    border-radius: 50%;
    opacity: 0.5;
    transform: rotate(20deg);
    pointer-events: none;
}
.ldc-media-col {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.ldc-globe-img {
    width: 100%;
    max-width: 320px;
    height: auto;
}
.ldc-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.ldc-kicker-line {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--ngg-green);
}
.ldc-kicker-line-gradient {
    width: 60px;
    background: linear-gradient(90deg, var(--ngg-orange), transparent);
}
.ldc-kicker-text {
    font-family: 'LexendDeca-Bold';
    font-size: 16px;
    letter-spacing: 3px;
    color: var(--abt-dark);
    white-space: nowrap;
}
.ldc-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.25;
    color: var(--abt-dark);
    margin-bottom: 18px;
}
.ldc-gradient-text {
    background: linear-gradient(90deg, var(--ngg-green), var(--ngg-orange));
    -webkit-background-clip: text;
    background-clip: text;
    color: var(--ngg-green);
    -webkit-text-fill-color: transparent;
}
.ldc-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.75;
    color: #55566b;
    max-width: 560px;
    margin-bottom: 32px;
}
.ldc-btn-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.ldc-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'LexendDeca-Bold';
    font-size: 14px;
    padding: 14px 30px;
    border-radius: 30px;
    border: 1.5px solid transparent;
    transition: all 0.3s ease-in-out;
}
.ldc-btn-primary {
    background: var(--ngg-green);
    color: #fff;
    box-shadow: 0 12px 25px rgba(99, 184, 47, 0.35);
}
.ldc-btn-primary:hover {
    background: #4f9922;
    color: #fff;
}
.ldc-btn-outline {
    background: transparent;
    color: var(--ngg-green);
    border-color: var(--ngg-green);
}
.ldc-btn-outline:hover {
    background: var(--ngg-green);
    color: #fff;
}
.ldc-btn i {
    transition: transform 0.3s ease-in-out;
}
.ldc-btn:hover i {
    transform: translateX(4px);
}
@media(max-width: 767.98px) {
    .lets-devlp-container {
        padding: 60px 0;
    }
    .ldc-dots,
    .ldc-arc {
        display: none;
    }
    .ldc-globe-img {
        max-width: 200px;
    }
    .ldc-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    .ldc-btn {
        justify-content: center;
    }
}
@media(max-width: 575.98px) {
    .ldc-kicker-line-gradient {
        display: none;
    }
    .ldc-kicker-text {
        font-size: 10px;
        letter-spacing: 1.5px;
        white-space: normal;
    }
}
.service-offer-main-container{
    padding:80px 0;
}
.section-header {
    padding-bottom: 60px;
    
}
.section-header h2{
    font-size: 32px;
    position: relative;
    color: #d09e2a;
    font-family: 'LexendDeca-Regular';
    margin-bottom:15px;
}
.section-header p{
    font-size: 18px;
    width:70%;
    margin:0 auto;
}
.icon-box {
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    /*text-align: center;*/
    color: var(--text-color);
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.21);
}
.icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background: #c59119;
    margin-left: 0;
    height: 65px;
    width: 65px;
    line-height: 10px;
    border-radius: 8px;
}
.icon {
    width: 150px;
    text-align: center;
    height: 100px;
    border-radius: 50%;
}
.icon-box .title {
    margin-bottom: 15px;
    font-size: 24px;
}
.icon-box .title a {
    color: #000000;
    transition: 0.3s;
    font-weight: 700;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.icon-box:hover .icon {
    background: #4d7b0e;
}
h2.section-heading {
    font-family: trnasalization;
    margin-bottom: 10px;
}
.weuse-technology-container {
}














.footer-logo {
    margin-bottom: 30px;
}
.footer-main-container {
    background: #2c5e10;
    padding: 100px 0 0 0;
}
.footer-primary-container {
}
.footer-item-content ul li a {
    font-size: 14px;
    color: #9cb390;
}
.footer-item-content h5 {
    font-size: 15px;
    color: #83a074;
}
.footer-item-content h6 {
    font-size: 60px;
    font-weight: 700;
    color: #83a074;
}
.footer-main-container {
}
.footer-cpyrght-bottom {
    border-top: 1px dashed #4a802d;
    padding: 30px 0;
}
.copyright-footer {
    border-top: 1px dashed #47a114;
    padding: 50px 0;
}






.footer-cpy-rght-container {
    padding: 20px;
    color: #ffffff;
}
.footer-cpy-rght-container p{
    color: #ffffff;
}


/*----------OWL Carousel----------*/

.clients-section-container {
    padding: 80px 0;
    background: linear-gradient(160deg, #d1f1c4 0%, #fcf1ca 60%);
}
.clients-section-container .section-heading h4 {
    margin-bottom: 19px;
    font-family: trnasalization;
    color: #d6a531;
}
.clients-section-inner-container {
}
.client-ngg-globe-watermark {
    position: absolute;
    margin-top: -63px;
    right: 8%;
    width: 241px;
    max-width: 32%;
    transform: translateY(-50%);
    filter: brightness(80%) invert(0%);
    pointer-events: none;
    opacity: 0.1;
}

.owl-carousel .owl-item img {
    display: block;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #cb9f27;
}
.clients-section-container .owl-nav {
    display:none;
}


/*----------Media Queries----------*/
@media(min-width:320px) {
    .banner-container h1.banner-heading {
        font-size: 16px;
    }

    .banner-inner-text-container {
        height: 108px;
    }

    .innerpage-banner-container .section-title h1 {
        font-size: 16px;
    }

    .page-heading h1 {
        font-size: 16px;
    }

    .section-title > h2 {
        font-size: 20px;
    }

    h2.section-heading {
        font-size: 20px;
    }

    .hidden-xs {
        display: none;
    }

    .hidden-sm {
        display: block;
    }

    .section-details h2 {
        font-size: 20PX;
    }

    .banner-img-wrap img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .navbar-expand-xl {
        background: -moz-linear-gradient(to right, rgb(255, 250, 239), rgb(95, 176, 51)) !important;
    }

    ul.navbar-nav li.nav-item a {
        color:#000000;
    }
}

@media(min-width:360px) {
}

@media(min-width:500px) {
    .navbar-expand-icon {
        left: -452px;
    }
}

@media(min-width:576px) {
    .navbar-expand-icon {
        left: -492px;
    }
}

@media(min-width:768px) {
    .banner-img-wrap {
        position: relative;
        width: 100%;
        max-width: 460px;
    }
    .banner-container h1.banner-heading {
        font-size: 20px;
    }
    .banner-inner-text-container {
        height: 160px;
    }
    .innerpage-banner-container .section-title h1 {
        font-size: 20px;
    }

    .page-heading h1 {
        font-size: 20px;
    }    

    .inr-section-title > h2 {
        font-size: 20px;
    }

    .navbar-expand-icon {
        left: -13px;
    }

    .footer-container {
        text-align: left;
    }

    .footer-container .ftr-header {
        margin: 0 0 30px 0;
    }

    h2.section-heading {
        font-size: 32px;
    }  

    .copyright-content {
        text-align: right;
    }
    .section-details h2 {
        font-size: 22PX;
    }
}

@media(min-width:980px) {
   
    .btn-container {
        text-align: left;
    }

    #navbarSupportedContent {
        height: 101vh;
    }

    .banner-container::after {
        display: none;
    }

    #navbarSupportedContent::after {
        background: url(../Assets/images/nav-expand-image.jpg) no-repeat center;
        background-size: auto;
        height: 410px;
        width: 288px;
        background-size: cover;
    }
}

@media(min-width:1024px) {
    .banner-container h1.banner-heading {
        font-size: 28px;
    }

    .innerpage-banner-container .section-title h1 {
        font-size: 28px;
    }
    .banner-inner-text-container {
        height: auto;
    }
    .page-heading h1 {
        font-size: 28px;
    }
    .flex-md-row-normal {
        flex-direction: row;
    }

    #navbarSupportedContent::after {
        background: url(../Assets/images/nav-expand-image.jpg) no-repeat center;
        height: 550px;
        width: 400px;
        background-size: cover;
    }
    .section-details h2 {
        font-size: 30PX;
    }
}
@media (max-width: 991px) {
 
    .mega-menu .mega-menu-item {
        flex-direction: column;
        gap: 20px;
    }
}
@media(min-width:1200px) {
    .navbar-expand-xl {
        background: transparent !important;
    }
    ul.navbar-nav li.nav-item a {
        color: #fff;
    }
    .pr-lg-80-pr-sm-0 {
        padding-right: 85px;
    }

    .pl-lg-80-pl-sm-0 {
        padding-left: 85px;
    }

    .banner-container h1.banner-heading {
        font-size: 34px;
    }

    .innerpage-banner-container .section-title h1 {
        font-size: 34px;
    }

    .innerpage-banner-container .choose-title h1 {
        font-size: 34px;
    }

    .page-heading h1 {
        font-size: 34px;
    }   

    .codenw-title > h2 {
        font-size: 34px;
    }

    .inr-section-title > h2 {
        font-size: 34px;
    }
    
    #navbarSupportedContent::after {
        background: url(../Assets/images/nav-expand-image.jpg) no-repeat center;
        height: 470px;
        width: 450px;
        background-size: cover;
    }
}

@media(min-width:1400px) {
    .baner-bottom-container {
        display: block;
        white-space: normal;
    }

    .baner-bottom-container ul li {
        font-size: 17px;
        padding: 15px 16px;
    }
}

@media(min-width:1600px) {

    .service-text-conent {
        padding-top: 144px;
    }
}

/*----------Why Choose Us (cards)----------*/
.wcu-section {
    --wcu-accent: #6C63FF;
    --wcu-accent-soft: #EEEDFD;
    --wcu-dark: #15132F;
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
    padding: 90px 0 70px;
}
.wcu-dots-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
    background-image: radial-gradient(circle, #d8d8f5 1.5px, transparent 1.6px);
    background-size: 22px 22px;
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}
.wcu-left {
    position: relative;
    z-index: 1;
}
.wcu-eyebrow {
    display: block;
    color: var(--wcu-accent);
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.wcu-heading {
    font-family: 'LexendDeca-Regular';
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.25;
    color: var(--wcu-dark);
    margin-bottom: 20px;
}
.wcu-heading .wcu-bold {
    font-family: 'LexendDeca-Bold';
}
.wcu-checklist {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
.wcu-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 14px;
}
.wcu-checklist li i {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--ngg-green);
    background: var(--wcu-accent-soft);
    border-radius: 50%;
}
.wcu-cta-btn.ngg-cmn-btn {
    background: linear-gradient(90deg, var(--abt-accent), var(--abt-accent-2));
    display: inline-block;
    border:0;
}
.wcu-cta-btn.ngg-cmn-btn:hover {
    box-shadow: 0 12px 25px rgba(99, 184, 47, 0.35);
}
.wcu-cards {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    z-index: 1;
}
.wcu-cards .wcu-card:nth-child(2) {
    margin-top: 56px;
}
.wcu-cards .wcu-card:nth-child(3) {
    margin-top: 112px;
}
.wcu-cards .wcu-card:nth-child(4) {
    margin-top: 150px;
}
.wcu-card {
    position: relative;
    flex: 1 1 0;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 10px;
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.15);
    transition: all 0.35s ease-in-out;
}
.wcu-card::before {
    content: '';
    position: absolute;
    inset: -14px;
    background: var(--ngg-light-green);
    border-radius: 20px;
    opacity: 0;
    transform: scale(0.92);
    transition: all 0.35s ease-in-out;
    z-index: -1;
}
.wcu-card:hover {
    transform: translateY(-6px);
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.15);
}
.wcu-card:hover::before {
    opacity: 1;
   /* transform: scale(1);*/
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.15);
}
.wcu-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--abt-accent);
    background: var(--wcu-accent-soft);
    margin-bottom: 22px;
    transition: all 0.3s ease-in-out;
}
.wcu-card:hover .wcu-icon {
    background: var(--abt-accent);
    color: #fff;
}
.wcu-card h4 {
    font-family: 'LexendDeca-Bold';
    font-size: 20px;
    color: var(--wcu-dark);
    margin-bottom: 12px;
}
.wcu-card p {
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    line-height: 1.6;
    color: #68697a;
    margin-bottom: 26px;
}
.wcu-arrow-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ngg-green);
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
.wcu-card:hover .wcu-arrow-btn {
    background: var(--wcu-dark);
}
.wcu-bottom-text {
    margin-top: 50px;
    text-align: center;
    font-family: 'LexendDeca-Regular';
    font-size: 16px;
    color: #3a3a3a;
    position: relative;
    z-index: 1;
}
.wcu-bottom-text .wcu-highlight-link {
    color: var(--wcu-accent);
    font-family: 'LexendDeca-Bold';
}
.wcu-bottom-text .wcu-highlight-link:hover {
    text-decoration: underline;
}
@media(max-width: 991.98px) {
    .wcu-cards {
        flex-direction: column;
    }
    .wcu-cards .wcu-card {
        margin-top: 0 !important;
        width: 100%;
    }
    .wcu-left {
        margin-bottom: 50px;
    }
}
@media(max-width: 767.98px) {
    .wcu-section {
        padding: 60px 0 40px;
    }
    .wcu-dots-bg {
        width: 160px;
        height: 160px;
    }
    .wcu-bottom-text {
        margin-top: 35px;
        font-size: 14px;
    }
}

/*----------The Work We Do Willingly----------*/
.wwd-section {
    --wwd-accent: #6C63FF;
    --wwd-accent-soft: #EEEDFD;
    --wwd-dark: #15132F;
   /* background: var(--wwd-accent-soft);*/
    border-radius: 0 0 40px 40px;
    padding: 80px 0;
    position: relative;
}
.wwd-eyebrow {
    display: block;
    color: var(--ngg-green);
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.wwd-heading {
    font-family: 'LexendDeca-Regular';
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.3;
    color: var(--wwd-dark);
    margin-bottom: 20px;
}
.wwd-heading .wwd-bold {
    font-family: 'LexendDeca-Bold';
}
.wwd-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a58;
    margin-bottom: 30px;
}
.wwd-progress-list {
    margin-bottom: 30px;
}
.wwd-progress-item {
    margin-bottom: 34px;
}
.wwd-progress-item:last-child {
    margin-bottom: 0;
}
.wwd-progress-label {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    color: var(--wwd-dark);
    margin-bottom: 12px;
}
.wwd-progress-track {
    position: relative;
    width: 100%;
    height: 6px;
    background: #ffffff;
    border-radius: 6px;
}
.wwd-progress-fill {
    position: relative;
    height: 100%;
    width: 0%;
    background: var(--ngg-green);
    border-radius: 6px;
    transition: width 1.4s ease-in-out;
}
.wwd-progress-badge {
    position: absolute;
    top: -34px;
    right: 0;
    transform: translateX(50%);
    background: var(--wwd-dark);
    color: #fff;
    font-family: 'LexendDeca-Regular';
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
}
.wwd-progress-badge::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: var(--wwd-dark);
}
.wwd-media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.15);
    line-height: 0;
}
.wwd-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wwd-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0;
    background: var(--ngg-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 30px rgba(21, 19, 47, 0.35);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.wwd-play-btn i {
    margin-left: 3px;
}
.wwd-play-btn:hover {
    background: var(--wwd-dark);
    transform: translate(-50%, -50%) scale(1.08);
}
.wwd-video-modal-content {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}
.wwd-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    padding: 8px;
}
@media(max-width: 991.98px) {
    .wwd-section {
        border-radius: 0 0 30px 30px;
        padding: 60px 0;
    }
}
@media(max-width: 767.98px) {
    .wwd-section {
        padding: 50px 0 40px;
        border-radius: 0 0 20px 20px;
    }
    .wwd-play-btn {
        width: 56px;
        height: 56px;
        font-size: 18px;
    }
}

/*----------About Us (home)----------*/

.aboutus-container {
    padding: 90px 0;
    overflow: hidden;
}
.section-title-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.section-title-kicker-line {
    display: inline-block;
    height: 2px;
    width: 55px;
}
.section-title-kicker-line-solid {
    background: var(--ngg-orange);
}
.section-title-kicker-line-gradient {
    flex: 1 1 auto;
    max-width: 160px;
    background: linear-gradient(90deg, var(--abt-accent), transparent);    
}
.section-title-kicker-text {
    font-family: var(--ngg-font);
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: var(--abt-dark);
    white-space: nowrap;
}
.abt-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(30px, 3.6vw, 48px);
    line-height: 1.2;
    color: var(--abt-dark);
    margin-bottom: 22px;
}
.abt-gradient-text {
    background: linear-gradient(90deg, var(--abt-accent), var(--abt-accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: var(--abt-accent);
    -webkit-text-fill-color: transparent;
}
.abt-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.75;
    color: #55566b;
    margin-bottom: 18px;
}
.abt-feature-row {
    display: flex;
    gap: 18px;
    margin: 26px 0 32px;
}
.abt-feature-card {
    flex: 1 1 0;
    background: var(--abt-accent-soft);
    border-radius: 14px;
    padding: 24px 16px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.abt-feature-card:hover {
    transform: translateY(-6px);
}
.abt-feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--abt-accent);
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.12);
}
.abt-feature-card h4 {
    font-family: 'LexendDeca-Bold';
    font-size: 16px;
    color: var(--abt-dark);
    margin-bottom: 8px;
}
.abt-feature-card p {
    font-family: 'LexendDeca-Regular';
    font-size: 12.5px;
    line-height: 1.5;
    color: #6a6b7d;
    margin: 0;
}
.abt-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(90deg, var(--abt-accent), var(--abt-accent-2));
    color: #fff;
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    padding: 14px 30px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.abt-cta-btn i {
    transition: transform 0.3s ease-in-out;
}
.abt-cta-btn:hover {
    color: #fff;
    box-shadow: 0 12px 25px rgba(99, 184, 47, 0.35);
}
.abt-cta-btn:hover i {
    transform: translateX(4px);
}
.abt-right {
    text-align: center;
}
.abt-hero-img {
    max-width: 100%;
}
.abt-media-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.abt-media-wrap .abt-hero-img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.abt-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 16px 10px 10px;
    box-shadow: -1px 5px 20px 0px rgba(28, 28, 28, 0.15);
    max-width: 190px;
    z-index: 2;
}
.abt-badge-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
}
.abt-badge-icon-green {
    background: var(--abt-accent);
}
.abt-badge-icon-gold {
    background: var(--abt-accent-2);
}
.abt-badge-text {
    font-family: 'LexendDeca-Bold';
    font-size: 13px;
    line-height: 1.3;
    color: var(--abt-dark);
}
.abt-badge-1 {
    top: 9%;
    left: 16%;
    max-width: 145px;
}
.abt-badge-2 {
    top: 30%;
    left: 2%;
}
.abt-badge-3 {
    top: 9%;
    right: 2%;
}
.abt-badge-4 {
    top: 31%;
    right: 2%;
}
.abt-stats-bar {
    display: flex;
    align-items: stretch;
    background: var(--abt-accent-soft);
    border-radius: 18px;
    padding: 28px 10px;
    margin-top: 60px;
}
.abt-stat-item {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 10px;
    border-right: 1px solid rgba(21, 19, 47, 0.1);
}
.abt-stat-item:last-child {
    border-right: 0;
}
.abt-stat-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--abt-accent);
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.1);
}
.abt-stat-text {
    display: flex;
    flex-direction: column;
}
.abt-stat-number {
    font-family: 'LexendDeca-Bold';
    font-size: 22px;
    color: var(--abt-dark);
    line-height: 1.2;
}
.abt-stat-label {
    font-family: 'LexendDeca-Regular';
    font-size: 12.5px;
    color: #6a6b7d;
    white-space: nowrap;
}
@media(max-width: 991.98px) {
    .abt-feature-row {
        flex-wrap: wrap;
    }
    .abt-feature-card {
        flex: 1 1 calc(50% - 9px);
    }
    .abt-stats-bar {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .abt-stat-item {
        flex: 1 1 50%;
        border-right: 0;
    }
    .abt-stat-item:nth-child(odd) {
        border-right: 1px solid rgba(21, 19, 47, 0.1);
    }
    .abt-badge {
        max-width: 160px;
        padding: 8px 12px 8px 8px;
    }
}
@media(max-width: 767.98px) {
    .aboutus-container {
        padding: 60px 0;
    }
    .abt-feature-row {
        gap: 12px;
    }
    .abt-stats-bar {
        padding: 22px 14px;
    }
    .abt-stat-number {
        font-size: 18px;
    }
    .abt-stat-label {
        white-space: normal;
    }
    .abt-badge {
        gap: 7px;
        max-width: 135px;
        padding: 6px 10px 6px 6px;
        border-radius: 10px;
    }
    .abt-badge-icon {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
        font-size: 11px;
        border-radius: 7px;
    }
    .abt-badge-text {
        font-size: 10.5px;
    }
}
@media(max-width: 575.98px) {
    .abt-feature-card {
        flex: 1 1 100%;
    }
    .abt-stat-item {
        flex: 1 1 100%;
        border-right: 0 !important;
        justify-content: flex-start;
    }
    .abt-badge {
        max-width: 118px;
        gap: 5px;
        padding: 5px 8px 5px 5px;
    }
    .abt-badge-icon {
        flex-basis: 22px;
        width: 22px;
        height: 22px;
        font-size: 9px;
    }
    .abt-badge-text {
        font-size: 9px;
    }
    .abt-badge-1 {
        max-width: 108px;
    }
}

/*----------Our Solutions (services)----------*/
.svc-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--ngg-light-green), #ffffff 60%);
    padding: 60px 0 50px;
}
.svc-bg-shape {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 88% 8%, rgba(99, 184, 47, 0.12), transparent 45%);
    pointer-events: none;
    z-index: 0;
}
.svc-header-row {
    position: relative;
    z-index: 1;
}
.svc-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
.svc-kicker-line {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--ngg-green);
}
.svc-kicker i {
    color: var(--ngg-green);
    font-size: 11px;
}
.svc-kicker span:not(.svc-kicker-line) {
    font-family: 'LexendDeca-Bold';
    font-size: 13px;
    letter-spacing: 3px;
    color: var(--ngg-green);
}
.svc-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.25;
    color: var(--abt-dark);
    margin-bottom: 18px;
}
.svc-highlight {
    color: var(--ngg-green);
}
.svc-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.75;
    color: #55566b;
    max-width: 640px;
}
.svc-illustration {
    position: relative;
    height: 260px;
    z-index: 1;
}
.svc-illus-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--ngg-green);
    border-radius: 16px;
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.15);
}
.svc-illus-1 {
    top: 0%;
    left: 46%;
    width: 54px;
    height: 54px;
    font-size: 22px;
}
.svc-illus-2 {
    top: 8%;
    left: 6%;
    width: 46px;
    height: 46px;
    font-size: 18px;
}
.svc-illus-3 {
    top: 4%;
    right: 2%;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.svc-illus-4 {
    top: 42%;
    left: 28%;
    width: 110px;
    height: 78px;
    font-size: 30px;
    border-radius: 14px;
}
.svc-illus-5 {
    bottom: 6%;
    right: 20%;
    width: 46px;
    height: 60px;
    font-size: 18px;
}
.svc-illus-6 {
    bottom: 2%;
    left: 2%;
    width: 46px;
    height: 46px;
    font-size: 18px;
}
.svc-cards-row {
    position: relative;
    z-index: 1;
    margin-top:30px;
}
.svc-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.12);
    transition: all 0.3s ease-in-out;
}
.svc-card:hover {
    transform: translateY(-6px);
    box-shadow: -1px 14px 32px 0px rgba(82, 90, 101, 0.18);
}
.svc-card-featured {
    background: var(--ngg-light-green);
    border-color: var(--ngg-green);
}
.svc-featured-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--ngg-green);
    color: #fff;
    font-family: 'LexendDeca-Regular';
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 20px;
}
.svc-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--ngg-green);
    background: var(--ngg-light-green);
    margin-bottom: 22px;
    transition: all 0.3s ease-in-out;
}
.svc-card-featured .svc-icon {
    background: var(--ngg-green);
    color: #fff;
}
.svc-card:hover .svc-icon {
    background: var(--ngg-green);
    color: #fff;
    transform: scale(1.06);
}
.svc-title {
    font-family: 'LexendDeca-Bold';
    font-size: 16px;
    color: var(--abt-dark);
    margin-bottom: 10px;
}
.svc-title a {
    color: inherit;
}
.svc-desc {
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    line-height: 1.65;
    color: #64657a;
    margin-bottom: 26px;
}
.svc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}
.svc-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-family: 'LexendDeca-Regular';
    font-size: 13px;
    line-height: 1.5;
    color: #64657a;
    margin-bottom: 9px;
}
.svc-list li:last-child {
    margin-bottom: 0;
}
.svc-list li i {
    color: var(--ngg-green);
    font-size: 12px;
    margin-top: 3px;
    flex: 0 0 auto;
}
.svc-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.svc-underline {
    display: inline-block;
    width: 40%;
    height: 2px;
    border-radius: 2px;
    background: var(--ngg-orange);
}
.svc-arrow {
    display: inline-flex;
    color: var(--ngg-green);
    font-size: 16px;
    transition: transform 0.3s ease-in-out;
}
.svc-card:hover .svc-arrow {
    transform: translateX(5px);
}
@media(max-width: 991.98px) {
    .svc-header {
        text-align: center;
        margin-bottom: 40px;
    }
    .svc-kicker {
        justify-content: center;
    }
    .svc-text {
        margin: 0 auto;
    }
    .svc-illustration {
        height: 200px;
        max-width: 320px;
        margin: 0 auto;
    }
}
@media(max-width: 767.98px) {
    .svc-section {
        padding: 60px 0 50px;
    }
    .svc-illustration {
        display: none;
    }
    .svc-card {
        padding: 26px 22px;
    }
}

/*----------Our Products (cards)----------*/
.our-products-main-container {
    background: #f6f6f6;
    padding: 50px 0;
}
.our-products-main-container .p-text-overview{
    margin-top:15PX;
    margin-bottom:25px;
}
.prd-card {
    display: flex;
    gap: 10px;
    position: relative;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, var(--ngg-light-green) 100%);
    border-radius: 22px;
    padding: 28px 15px;
    overflow: hidden;
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.31);
    transition: all 0.3s ease-in-out;
    border-left: 5px solid #d2a335;
}
.prd-right-content {
    width: 470px;
    background: linear-gradient(#d7ffc1,#fff);
    margin-right: -26px;
    margin-top: -28px;
    margin-bottom: -28px;
    border-radius: 100px 20px 20px 55px;
    overflow: hidden;
}
.prd-right-content img{
    width:100%;
    height:100%;
}
.card-cmn-body-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.prd-card:hover {
    transform: translateY(-6px);
    box-shadow: -1px 14px 32px 0px rgba(82, 90, 101, 0.18);
}
.prd-icon {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--ngg-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: -1px 5px 15px 0px rgba(82, 90, 101, 0.15);
    margin-bottom: 18px;
    transition: all 0.3s ease-in-out;
}
.prd-card:hover .prd-icon {
    background: var(--ngg-green);
    color: #fff;
}
.prd-title {
    position: relative;
    z-index: 1;
    font-family: 'LexendDeca-Bold';
    font-size: 16px;
    color: var(--abt-dark, #1c1c1c);
    margin-bottom: 10px;
}
.prd-desc {
    position: relative;
    z-index: 1;
    font-family: 'LexendDeca-Regular';
    font-size: 13.5px;
    line-height: 1.6;
    color: #5b5c6b;
    margin-bottom: 16px;
}
.prd-checklist {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
}
.prd-checklist li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'LexendDeca-Regular';
    font-size: 13px;
    color: #3a3a3a;
    margin-bottom: 8px;
}
.prd-checklist li i {
    color: var(--ngg-green);
    font-size: 12px;
}
.ngg-cmn-btn-2 {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #ffffff;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 30px;
    border: 1px solid rgba(28, 28, 28, 0.1);
    transition: all 0.3s ease-in-out;
}
.ngg-cmn-btn-2 i {
    color: #ffffff;
    transition: transform 0.3s ease-in-out;
}
.ngg-cmn-btn-2:hover {
    background: var(--ngg-green);
    color: #fff;
    border-color: var(--ngg-green);
    transition: all 0.3s ease-in-out;
}
.ngg-cmn-btn-2:hover i {
    color: #fff;
    transform: translateX(4px);
    transition: all 0.3s ease-in-out;
}
.prd-graphic {
    position: absolute;
    right: -8px;
    bottom: -6px;
    width: 130px;
    height: 100px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    opacity: 0.55;
    z-index: 0;
    pointer-events: none;
}
.prd-bar {
    display: inline-block;
    width: 14px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, var(--ngg-green), rgba(99, 184, 47, 0.55));
}
.prd-bar-1 {
    height: 30%;
}
.prd-bar-2 {
    height: 45%;
}
.prd-bar-3 {
    height: 60%;
}
.prd-bar-4 {
    height: 78%;
}
.prd-bar-5 {
    height: 95%;
}
.prd-arrow-line {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.prd-arrow-line path {
    fill: none;
    stroke: var(--ngg-orange, #d19e27);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
@media(max-width: 767.98px) {
    .prd-card {
        padding: 24px 22px;
    }
    .prd-graphic {
        width: 100px;
        height: 80px;
        opacity: 0.4;
    }
}
.ngg-dot-loader {
    display: inline-block;
    width: 28px;
    aspect-ratio: 4;
    background: radial-gradient(circle closest-side,#ffffff 90%,#0000) 0/calc(100%/3) 100% space;
    clip-path: inset(0 100% 0 0);
    animation: l1 1s steps(4) infinite;
    margin-bottom: -1px;
}

@keyframes l1 {
    to {
        clip-path: inset(0 -34% 0 0)
    }
}
/*----------Get To Know Us----------*/
.gtk-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #eef8ea 0%, #ffffff 55%);
    padding: 110px 0;
}
.gtk-leaves {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}
.gtk-left {
    position: relative;
    z-index: 1;
}
.gtk-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}
.gtk-badge-line {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--ngg-green);
}
.gtk-badge-pill {
    display: inline-block;
    background: var(--ngg-light-green);
    color: var(--ngg-green);
    font-family: 'LexendDeca-Bold';
    font-size: 12px;
    letter-spacing: 1.5px;
    padding: 8px 20px;
    border-radius: 30px;
}
.gtk-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.28;
    color: var(--abt-dark);
    margin-bottom: 8px;
}
.gtk-highlight {
    color: var(--ngg-green);
}
.gtk-heading-accent {
    display: block;
    width: 220px;
    max-width: 100%;
    height: 16px;
    margin-bottom: 22px;
}
.gtk-heading-accent svg {
    width: 100%;
    height: 100%;
}
.gtk-heading-accent path {
    fill: none;
    stroke: var(--ngg-orange);
    stroke-width: 3;
    stroke-linecap: round;
}
.gtk-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.75;
    color: #55566b;
    max-width: 480px;
    margin-bottom: 32px;
}
.gtk-stats {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}
.gtk-stat-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.gtk-stat-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--ngg-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.gtk-stat-body {
    display: flex;
    flex-direction: column;
}
.gtk-stat-number {
    font-family: 'LexendDeca-Bold';
    font-size: 24px;
    color: var(--ngg-green);
    line-height: 1.2;
}
.gtk-stat-label {
    font-family: 'LexendDeca-Regular';
    font-size: 12.5px;
    color: var(--abt-dark);
    white-space: nowrap;
    margin-bottom: 4px;
}
.gtk-stat-stars {
    color: var(--ngg-orange);
    font-size: 11px;
    letter-spacing: 1px;
}
.gtk-stat-divider {
    display: inline-block;
    width: 1px;
    height: 48px;
    background: rgba(28, 28, 28, 0.12);
}
.gtk-btn-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.gtk-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'LexendDeca-Bold';
    font-size: 14px;
    padding: 14px 28px;
    border-radius: 30px;
    border: 1.5px solid transparent;
    transition: all 0.3s ease-in-out;
}
.gtk-btn-primary {
    background: var(--ngg-green);
    color: #fff;
}
.gtk-btn-primary:hover {
    background: #4f9922;
    box-shadow: 0 12px 25px rgba(99, 184, 47, 0.35);
    color: #fff;
}
.gtk-btn-outline {
    background: #ffffff;
    color: var(--abt-dark);
    border-color: var(--ngg-green);
}
.gtk-btn-outline:hover {
    background: var(--ngg-green);
    color: #fff;
}
.gtk-btn i {
    transition: transform 0.3s ease-in-out;
}
.gtk-btn:hover i {
    transform: translateX(4px);
}
.gtk-right {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.gtk-media-wrap {
    position: relative;
    max-width: 520px;
    width: 100%;
}
.gtk-media-img {
    display: block;
    width: 100%;
    border-radius: 40px 100px 40px 100px;
    box-shadow: -1px 20px 45px 0px rgba(28, 28, 28, 0.18);
    position: relative;
    z-index: 1;
}
.gtk-blob {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.gtk-blob-1 {
    top: -30px;
    left: -30px;
    width: 160px;
    height: 160px;
    background: var(--ngg-light-orange);
    opacity: 0.6;
}
.gtk-blob-2 {
    bottom: -25px;
    right: -25px;
    width: 130px;
    height: 130px;
    background: var(--ngg-light-green);
    opacity: 0.8;
}
.gtk-arc {
    position: absolute;
    top: -18px;
    right: 40px;
    width: 90px;
    height: 90px;
    border: 3px solid var(--ngg-orange);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 2;
    transform: rotate(20deg);
    pointer-events: none;
}
@media(max-width: 991.98px) {
    .gtk-left {
        text-align: center;
    }
    .gtk-badge,
    .gtk-btn-group,
    .gtk-stats {
        justify-content: center;
    }
    .gtk-heading-accent,
    .gtk-text {
        margin-left: auto;
        margin-right: auto;
    }
    .gtk-stat-item {
        text-align: left;
    }
    .gtk-stat-divider {
        display: none;
    }
    .gtk-media-wrap {
        margin: 0 auto;
    }
}
@media(max-width: 767.98px) {
    .gtk-section {
        padding: 70px 0 60px;
    }
    .gtk-stats {
        gap: 22px;
    }
    .gtk-media-img {
        border-radius: 24px 60px 24px 60px;
    }
    .gtk-blob-1,
    .gtk-blob-2 {
        display: none;
    }
}
@media(max-width: 575.98px) {
    .gtk-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    .gtk-btn {
        justify-content: center;
    }
}

/*----------Need Help With Our Services----------*/
.nhs-section {
    background: #f2f7ec;
    padding: 100px 0;
    overflow: hidden;
}
.nhs-media-wrap {
    position: relative;
    max-width: 420px;
    height: 420px;
    margin: 0 auto;
}
.nhs-img {
    position: absolute;
    border-radius: 16px;
    box-shadow: -1px 5px 25px 0px rgba(82, 90, 101, 0.2);
    object-fit: cover;
}
.nhs-img-back {
    top: 0;
    left: 0;
    width: 78%;
    height: 68%;
    z-index: 1;
    border: 6px solid #ffffff;
}
.nhs-img-front {
    bottom: 0;
    right: 0;
    width: 62%;
    height: 60%;
    z-index: 2;
    border: 6px solid #ffffff;
}

.nhs-eyebrow {
    display: block;
    font-family: 'LexendDeca-Bold';
    font-size: 14px;
    color: var(--ngg-green);
    margin-bottom: 14px;
}
.nhs-heading {
    font-family: 'LexendDeca-Regular';
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.3;
    color: var(--abt-dark);
    margin-bottom: 22px;
}
.nhs-heading .nhs-bold {
    font-family: 'LexendDeca-Bold';
}
.nhs-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.75;
    color: #55566b;
    max-width: 560px;
    margin-bottom: 34px;
}
.nhs-btn-group {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.nhs-btn {
    display: inline-flex;
    align-items: center;
    font-family: 'LexendDeca-Bold';
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 15px 30px;
    border-radius: 6px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.nhs-btn-light {
    background: var(--ngg-light-green);
    color: var(--abt-dark);
}
.nhs-btn-light:hover {
    background: var(--ngg-green);
    color: #fff;
}
.nhs-btn-dark {
    background: var(--abt-dark);
    color: #fff;
}
.nhs-btn-dark:hover {
    background: var(--ngg-green);
    color: #fff;
}
.ngg-ht-green {
    color: var(--ngg-green);
}
.ngg-ht-orange {
    color: var(--ngg-orange);
}
@media(min-width: 1200px) {
    .ngg-device-screen {
        margin-top: -80px;
    }
}
@media(max-width: 991.98px) {
    .nhs-content {
        text-align: center;
    }
    .nhs-text {
        margin-left: auto;
        margin-right: auto;
    }
    .nhs-btn-group {
        justify-content: center;
    }
    .ngg-device-screen {
        margin-top: -40px;
    }
}
@media(max-width: 575.98px) {
    .nhs-media-wrap {
        height: 320px;
        max-width: 320px;
    }
    .nhs-section {
        padding: 60px 0;
    }
    .ngg-device-screen{
        margin-top:0px;
    }
}

/*----------Inner Page Curved Header----------*/
.inner-cmn-header-container {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #4f9922 0%, #6fc13a 55%, #8fd35d 100%);
    padding: 80px 0 110px;
    text-align: center;
}
.icb-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.icb-bg-shape {
    position: absolute;
    top: -12%;
    right: -8%;
    width: 65%;
    max-width: 900px;
    transform: rotate(-8deg);
}
.icb-glow {
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(209, 158, 39, 0.55), transparent 70%);
    z-index: 0;
    pointer-events: none;
}
.icb-globe-watermark {
    position: absolute;
    top: 40%;
    right: 10%;
    width: 200px;
    max-width: 32%;
    transform: translateY(-50%);
    opacity: 0.16;
    filter: brightness(0) invert(1);
    z-index: 0;
    pointer-events: none;
}
.icb-content {
    position: relative;
    z-index: 2;
}
.icb-title {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(34px, 5vw, 56px);
    color: #ffffff;
    margin-bottom: 18px;
}
.icb-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.18);
    padding: 10px 22px;
    border-radius: 30px;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: #ffffff;
}
.icb-breadcrumb a {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
}
.icb-breadcrumb-sep {
    opacity: 0.7;
}
.icb-breadcrumb-current {
    font-family: 'LexendDeca-Bold';
}
.icb-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 1;
    display: block;
}
.icb-curve path {
    fill: #ffffff;
}
@media(max-width: 991.98px) {
    .inner-cmn-header-container {
        padding: 130px 0 90px;
    }
    .icb-globe-watermark {
        width: 150px;
    }
}
@media(max-width: 767.98px) {
    .inner-cmn-header-container {
        padding: 120px 0 70px;
    }
    .icb-globe-watermark {
        width: 200px;
        max-width: 42%;
        right: 8px;
        opacity: 0.14;
    }
    .icb-bg-shape {
        width: 95%;
        right: -35%;
    }
    .icb-glow {
        width: 190px;
        height: 190px;
    }
    .icb-curve {
        height: 46px;
    }
    .icb-breadcrumb {
        font-size: 12.5px;
        padding: 8px 18px;
    }
}
@media(max-width: 575.98px) {
    .icb-globe-watermark {
        width: 150px;
        opacity: 0.12;
    }
}

/*----------What We Offer (About Us)----------*/
.wwo-section {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}
.wwo-media-col {
    position: relative;
}
.wwo-media-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 10px 35px 0px rgba(82, 90, 101, 0.18);
    transition: transform 0.3s ease-in-out;
}
.wwo-media-wrap:hover {
    transform: translateY(-6px);
}
.wwo-media-img {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.wwo-stat-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 24px;
    margin-top: -50px;
    margin-left: 30px;
    box-shadow: -1px 10px 30px 0px rgba(82, 90, 101, 0.2);
}
.wwo-stat-badge-box {
    background: var(--ngg-green);
    color: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}
.wwo-stat-badge-num {
    font-family: 'LexendDeca-Bold';
    font-size: 22px;
}
.wwo-stat-badge-unit {
    font-family: 'LexendDeca-Regular';
    font-size: 12px;
}
.wwo-stat-badge-info {
    display: flex;
    flex-direction: column;
}
.wwo-stat-badge-year {
    font-family: 'LexendDeca-Bold';
    font-size: 26px;
    color: var(--ngg-orange);
    line-height: 1.2;
}
.wwo-stat-badge-caption {
    font-family: 'LexendDeca-Regular';
    font-size: 13px;
    color: #55566b;
}
.wwo-kicker {
    display: block;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: #8a8b9a;
    margin-bottom: 12px;
}
.wwo-heading {
    font-family: 'LexendDeca-Regular';
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.3;
    color: var(--abt-dark);
    margin-bottom: 20px;
}
.wwo-heading .wwo-bold {
    font-family: 'LexendDeca-Bold';
}
.wwo-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.75;
    color: #55566b;
    margin-bottom: 30px;
}
.wwo-progress-features {
    display: flex;
    gap: 40px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.wwo-progress-list {
    flex: 1 1 260px;
}
.wwo-progress-item {
    margin-bottom: 26px;
}
.wwo-progress-item:last-child {
    margin-bottom: 0;
}
.wwo-progress-label {
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: var(--abt-dark);
    margin-bottom: 12px;
}
.wwo-progress-track {
    position: relative;
    width: 100%;
    height: 6px;
    background: #eef0f3;
    border-radius: 6px;
}
.wwo-progress-fill {
    position: relative;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--ngg-green), var(--ngg-orange));
    border-radius: 6px;
    transition: width 1.4s ease-in-out;
}
.wwo-progress-badge {
    position: absolute;
    top: -32px;
    right: 0;
    transform: translateX(50%);
    background: var(--abt-dark);
    color: #fff;
    font-family: 'LexendDeca-Bold';
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 6px;
    white-space: nowrap;
}
.wwo-progress-badge::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    background: var(--abt-dark);
}
.wwo-checklist {
    flex: 1 1 220px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.wwo-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: var(--abt-dark);
    margin-bottom: 14px;
}
.wwo-checklist li:last-child {
    margin-bottom: 0;
}
.wwo-checklist li i {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--ngg-light-green);
    color: var(--ngg-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: all 0.3s ease-in-out;
}
.wwo-checklist li:hover i {
    background: var(--ngg-green);
    color: #fff;
}
.wwo-support-text {
    font-family: 'LexendDeca-Regular';
    font-size: 14.5px;
    color: #55566b;
    margin-bottom: 26px;
}
.wwo-support-text .wwo-highlight {
    font-family: 'LexendDeca-Bold';
    color: var(--abt-dark);
}
@media(max-width: 991.98px) {
    .wwo-content-col {
        margin-top: 20px;
    }
    .wwo-stat-badge {
        margin-left: 15px;
    }
}
@media(max-width: 767.98px) {
    .wwo-section {
        padding: 60px 0;
    }
    .wwo-media-img {
        height: 340px;
    }
    .wwo-progress-features {
        flex-direction: column;
        gap: 24px;
    }
    .wwo-progress-list,
    .wwo-checklist {
        flex: 1 1 auto;
    }
    .wwo-stat-badge {
        margin-top: -30px;
        padding: 14px 18px;
        gap: 12px;
    }
}
@media(max-width: 420px) {
    .wwo-stat-badge {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 12px;
    }
}

/*----------Call To Action (About Us)----------*/
.cta-section {
    padding: 100px 0;
    background: #f2f5ea;
}
.cta-label {
    display: block;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: var(--ngg-green);
    margin-bottom: 14px;
}
.cta-heading {
    font-family: 'LexendDeca-Regular';
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.3;
    color: var(--abt-dark);
    margin-bottom: 20px;
}
.cta-heading .cta-bold {
    font-family: 'LexendDeca-Bold';
}
.cta-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.7;
    color: #55566b;
    max-width: 440px;
    margin-bottom: 26px;
}
.cta-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'LexendDeca-Bold';
    font-size: 15px;
    color: var(--ngg-green);
    transition: gap 0.3s ease-in-out, color 0.3s ease-in-out;
}
.cta-link:hover {
    gap: 16px;
    color: var(--ngg-green);
}
.cta-accordion-item {
    border: 1px solid #e5e7ea;
    border-radius: 8px;
    margin-bottom: 18px;
    overflow: hidden;
}
.cta-accordion-item:last-child {
    margin-bottom: 0;
}
.cta-accordion-btn {
    position: relative;
    width: 100%;
    text-align: left;
    background: #ffffff;
    color: var(--abt-dark);
    font-family: 'LexendDeca-Bold';
    font-size: 15.5px;
    line-height: 1.5;
    padding: 20px 50px 20px 24px;
    border: 0;
}
.cta-accordion-btn:focus {
    box-shadow: none;
}
.cta-accordion-btn::after,
.cta-accordion-btn::before {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    background: currentColor;
    transform: translate(50%, -50%);
}
.cta-accordion-btn::after {
    width: 14px;
    height: 2px;
    background-image: none !important;
}
.cta-accordion-btn::before {
    width: 2px;
    height: 14px;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.cta-accordion-btn[aria-expanded="true"]::before {
    transform: translate(50%, -50%) rotate(90deg);
    opacity: 0;
}
.cta-accordion-btn:not(.collapsed) {
    background: linear-gradient(90deg, var(--ngg-green), var(--ngg-orange));
    color: #ffffff;
}
.cta-accordion-body {
    font-family: 'LexendDeca-Regular';
    font-size: 14.5px;
    line-height: 1.75;
    color: #55566b;
    padding: 20px 24px;
}
@media(max-width: 991.98px) {
    .cta-left {
        margin-bottom: 10px;
    }
}
@media(max-width: 767.98px) {
    .cta-section {
        padding: 60px 0;
    }
    .cta-accordion-btn {
        font-size: 14px;
        padding: 16px 44px 16px 18px;
    }
    .cta-accordion-body {
        padding: 16px 18px;
        font-size: 14px;
    }
}

/*----------Changing Things With (About Us)----------*/
.cw-section {
    padding: 90px 0;
    background: #ffffff;
}
.cw-label {
    display: block;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: var(--ngg-green);
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.cw-heading {
    font-family: 'LexendDeca-Regular';
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.3;
    color: var(--abt-dark);
    margin-bottom: 50px;
}
.cw-heading .cw-bold {
    font-family: 'LexendDeca-Bold';
}
.cw-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 46px;
}
.cw-logo-img {
    height: 52px;
    width: auto;
    object-fit: contain;
    border-radius: 8px;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}
.cw-logo-img:hover {
    opacity: 1;
    transform: translateY(-4px);
}
.cw-stat {
    font-family: 'LexendDeca-Regular';
    font-size: 16px;
    color: #55566b;
    margin-bottom: 18px;
}
.cw-stat .cw-bold {
    font-family: 'LexendDeca-Bold';
    color: var(--abt-dark);
}
.cw-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'LexendDeca-Bold';
    font-size: 15px;
    color: var(--ngg-green);
    transition: gap 0.3s ease-in-out, color 0.3s ease-in-out;
}
.cw-cta:hover {
    gap: 16px;
    color: var(--ngg-green);
}
@media(max-width: 767.98px) {
    .cw-section {
        padding: 60px 0;
    }
    .cw-heading {
        margin-bottom: 34px;
    }
    .cw-logos {
        gap: 28px;
        margin-bottom: 34px;
    }
    .cw-logo-img {
        height: 32px;
    }
}

/*----------Newsletter (About Us)----------*/
.nl-section {
    background: linear-gradient(to right,#65bb30, #cb9f27);
    padding: 40px 0;
}
.nl-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.nl-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    color: #6a6b7d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    box-shadow: -1px 4px 12px 0px rgba(82, 90, 101, 0.1);
}
.nl-social-icon:hover {
    background: var(--ngg-green);
    color: #fff;
    transform: translateY(-3px);
}
.nl-form-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    flex-wrap: wrap;
}
.nl-form-text {
    text-align: right;
}
.nl-heading {
    font-family: 'LexendDeca-Bold';
    font-size: 20px;
    color: #fff;
    margin-bottom: 6px;
}
.nl-subtext {
    font-family: 'LexendDeca-Regular';
    font-size: 13.5px;
    color: #fff;
}
.nl-form {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: -1px 4px 15px 0px rgba(82, 90, 101, 0.12);
    max-width: 420px;
    width: 100%;
}
.nl-input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    padding: 14px 18px;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: var(--abt-dark);
    outline: none;
}
.nl-input::placeholder {
    color: #9a9bab;
}
.nl-submit-btn {
    flex: 0 0 auto;
    width: 52px;
    border: 0;
    background: var(--ngg-green);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
    cursor: pointer;
}
.nl-submit-btn:hover {
    background: var(--ngg-orange);
}
@media(max-width: 991.98px) {
    .nl-social {
        margin-bottom: 6px;
    }
    .nl-form-row {
        justify-content: center;
    }
    .nl-form-text {
        text-align: center;
    }
}
@media(max-width: 575.98px) {
    .nl-form-row {
        flex-direction: column;
        gap: 20px;
    }
    .nl-form {
        max-width: 100%;
    }
}

/*----------Common Footer (inner pages)----------*/
.ngg-footer {
    position: relative;
    background: #f4f7fb;
    border-radius: 40px 40px 0 0;
    padding: 70px 0 0;
    overflow: hidden;
}
.ngg-footer-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.ngg-footer-shape-1 {
    width: 260px;
    height: 260px;
    background: var(--ngg-light-green);
    bottom: -120px;
    left: -60px;
    opacity: 0.8;
}
.ngg-footer-shape-2 {
    width: 160px;
    height: 160px;
    background: var(--ngg-light-orange);
    bottom: -60px;
    left: 120px;
    opacity: 0.5;
}
.ngg-footer .container {
    position: relative;
    z-index: 1;
}
.ngg-footer-top {
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0 23px 46px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    margin-top:20px;
}
.ngg-footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}
.ngg-footer-logo img {
    width: 150px;
    height: auto;
}
.ngg-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ngg-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: #55566b;
    margin-bottom: 16px;
}
.ngg-footer-contact li:last-child {
    margin-bottom: 0;
}
.ngg-footer-contact li i {
    flex: 0 0 18px;
    margin-top: 3px;
    color: var(--ngg-green);
    font-size: 16px;
}
.ngg-footer-email {
    font-family: 'LexendDeca-Bold';
    color: var(--abt-dark);
}
.ngg-footer-heading {
    font-family: 'LexendDeca-Bold';
    font-size: 18px;
    color: var(--abt-dark);
    margin-bottom: 22px;
}
.ngg-footer-text {
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    line-height: 1.7;
    color: #55566b;
    margin-bottom: 22px;
}
.ngg-footer-hours {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.ngg-footer-hours i {
    flex: 0 0 26px;
    font-size: 22px;
    color: var(--ngg-orange);
    margin-top: 2px;
}
.ngg-footer-hours h5 {
    font-family: 'LexendDeca-Bold';
    font-size: 15px;
    color: var(--abt-dark);
    margin-bottom: 4px;
}
.ngg-footer-hours p {
    font-family: 'LexendDeca-Regular';
    font-size: 13.5px;
    color: #55566b;
    line-height: 1.6;
}
.ngg-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ngg-footer-links li {
    margin-bottom: 14px;
}
.ngg-footer-links li:last-child {
    margin-bottom: 0;
}
.ngg-footer-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: #55566b;
    transition: color 0.3s ease-in-out;
}
.ngg-footer-links a:hover {
    color: var(--ngg-green);
}
.ngg-footer-links a i {
    color: var(--ngg-orange);
    font-size: 12px;
}
.ngg-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 0;
    border-top: 1px solid rgba(28, 28, 28, 0.08);
}
.ngg-footer-bottom p {
    font-family: 'LexendDeca-Regular';
    font-size: 13.5px;
    color: #55566b;
    margin: 0;
}
.ngg-footer-bottom p strong {
    font-family: 'LexendDeca-Bold';
    color: var(--abt-dark);
}
.ngg-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'LexendDeca-Regular';
    font-size: 13.5px;
}
.ngg-footer-bottom-links a {
    color: #55566b;
    transition: color 0.3s ease-in-out;
}
.ngg-footer-bottom-links a:hover {
    color: var(--ngg-green);
}
.ngg-footer-bottom-links span {
    color: #c7c8d4;
}
.ngg-back-to-top {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--ngg-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 12px 25px rgba(99, 184, 47, 0.35);
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.ngg-back-to-top:hover {
    background: var(--ngg-orange);
    color: #fff;
    transform: translateY(-4px);
}
@media(max-width: 767.98px) {
    .ngg-footer {
        padding-top: 50px;
        border-radius: 24px 24px 0 0;
    }
    .ngg-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .ngg-back-to-top {
        width: 44px;
        height: 44px;
        right: 18px;
        bottom: 18px;
        font-size: 16px;
    }
}

/*----------Our Vision----------*/
.ov-section {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}
.ov-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.ov-kicker-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ngg-green);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.ov-kicker-line {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--ngg-green);
}
.ov-kicker-text {
    font-family: 'LexendDeca-Bold';
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--ngg-green);
}
.ov-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.25;
    color: var(--abt-dark);
    margin-bottom: 20px;
}
.ov-heading .ov-bold {
    color: var(--ngg-green);
}
.ov-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.75;
    color: #55566b;
    margin-bottom: 34px;
}
.ov-features {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
}
.ov-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px 5px;
    flex: 0 0 auto;
    width: 128px;
}
.ov-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--ngg-light-green);
    color: var(--ngg-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.ov-feature-item:hover .ov-feature-icon {
    background: var(--ngg-green);
    color: #fff;
}
.ov-feature-label {
    font-family: 'LexendDeca-Regular';
    font-size: 13px;
    color: var(--abt-dark);
    line-height: 1.3;
}
.ov-feature-divider {
    width: 1px;
    height: 60px;
    background: rgba(28, 28, 28, 0.1);
    align-self: center;
}
.ov-media-col {
    display: flex;
    justify-content: center;
}
.ov-globe-wrap {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ov-orbit-ring {
    position: absolute;
    inset: 10%;
    border: 2px dashed rgba(99, 184, 47, 0.35);
    border-radius: 50%;
    pointer-events: none;
}
.ov-globe-img {
    width: 46%;
    height: 46%;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(99, 184, 47, 0.3));
    position: relative;
    z-index: 1;
}
.ov-orbit-icon {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--ngg-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: -1px 8px 20px 0px rgba(82, 90, 101, 0.25);
    z-index: 2;
}
.ov-orbit-1 {
    top: 0;
    left: 46%;
}
.ov-orbit-2 {
    top: 16%;
    right: 0;
}
.ov-orbit-3 {
    bottom: 10%;
    right: 8%;
}
.ov-orbit-4 {
    bottom: 0;
    left: 16%;
}
.ov-orbit-5 {
    top: 20%;
    left: 0;
}
@media(max-width: 991.98px) {
    .ov-content-col {
        text-align: center;
    }
    .ov-kicker,
    .ov-features {
        justify-content: center;
    }
    .ov-text {
        margin-left: auto;
        margin-right: auto;
    }
    .ov-globe-wrap {
        max-width: 340px;
    }
}
@media(max-width: 767.98px) {
    .ov-section {
        padding: 60px 0;
    }
    .ov-feature-divider {
        display: none;
    }
    .ov-orbit-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}
@media(max-width: 575.98px) {
    .ov-globe-wrap {
        max-width: 260px;
    }
}

/*----------Our Approach----------*/
.ova-section {
    padding: 90px 0;
    background: var(--ngg-light-green);
}
.ova-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(26px, 3.2vw, 38px);
    color: var(--abt-dark);
    margin: 18px 0 26px;
}
.ova-heading .ova-highlight {
    color: var(--ngg-green);
}
.ova-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.8;
    color: #55566b;
    margin-bottom: 20px;
}
.ova-text:last-child {
    margin-bottom: 0;
}
@media(max-width: 767.98px) {
    .ova-section {
        padding: 60px 0;
    }
}

/*----------Our Mission----------*/
.om-section {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}
.om-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.om-kicker-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ngg-green);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.om-kicker-line {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--ngg-green);
}
.om-kicker-text {
    font-family: 'LexendDeca-Bold';
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--ngg-green);
}
.om-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.25;
    color: var(--abt-dark);
    margin-bottom: 20px;
}
.om-heading .om-bold {
    color: var(--ngg-green);
}
.om-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.75;
    color: #55566b;
    margin-bottom: 34px;
}
.om-features {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
}
.om-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex: 0 0 auto;
    width: 120px;
}
.om-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--ngg-light-green);
    color: var(--ngg-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.om-feature-item:hover .om-feature-icon {
    background: var(--ngg-green);
    color: #fff;
}
.om-feature-label {
    font-family: 'LexendDeca-Regular';
    font-size: 13px;
    color: var(--abt-dark);
    line-height: 1.3;
}
.om-feature-divider {
    width: 1px;
    height: 60px;
    background: rgba(28, 28, 28, 0.1);
    align-self: center;
}
.om-media-col {
    display: flex;
    justify-content: center;
}
.om-visual-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.om-target-wrap {
    position: relative;
    width: 260px;
    height: 260px;
    flex: 0 0 auto;
    border-radius: 50%;
    box-shadow: -1px 15px 40px 0px rgba(82, 90, 101, 0.25);
}
.om-target-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
}
.om-ring-1 {
    background: var(--ngg-green);
}
.om-ring-2 {
    inset: 16%;
    background: #ffffff;
}
.om-ring-3 {
    inset: 32%;
    background: var(--ngg-green);
}
.om-target-center {
    position: absolute;
    inset: 46%;
    background: var(--ngg-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 6px #fff;
}
.om-block-grid {
    display: grid;
    grid-template-columns: repeat(2, 76px);
    gap: 14px;
    flex: 0 0 auto;
}
.om-block-badge {
    width: 76px;
    height: 76px;
    border-radius: 14px;
    background: #ffffff;
    color: var(--ngg-green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 20px;
    box-shadow: -1px 8px 20px 0px rgba(82, 90, 101, 0.15);
    transition: all 0.3s ease-in-out;
}
.om-block-badge:hover {
    background: var(--ngg-green);
    color: #fff;
}
.om-block-badge:hover small {
    color: #fff;
}
.om-block-badge small {
    font-family: 'LexendDeca-Regular';
    font-size: 10px;
    color: var(--abt-dark);
    transition: color 0.3s ease-in-out;
}
.om-block-full {
    grid-column: 1 / span 2;
}
@media(max-width: 991.98px) {
    .om-content-col {
        text-align: center;
    }
    .om-kicker,
    .om-features {
        justify-content: center;
    }
    .om-text {
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 767.98px) {
    .om-section {
        padding: 60px 0;
    }
    .om-feature-divider {
        display: none;
    }
    .om-visual-row {
        flex-direction: column;
    }
    .om-target-wrap {
        width: 200px;
        height: 200px;
    }
    .om-block-badge {
        width: 64px;
        height: 64px;
        font-size: 16px;
    }
    .om-block-grid {
        grid-template-columns: repeat(2, 64px);
    }
}

/*----------Our Commitment----------*/
.omc-section {
    padding: 90px 0;
    background: var(--ngg-light-green);
}
.omc-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(26px, 3.2vw, 38px);
    color: var(--abt-dark);
    margin: 18px 0 26px;
}
.omc-heading .omc-highlight {
    color: var(--ngg-green);
}
.omc-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.8;
    color: #55566b;
    margin-bottom: 20px;
}
.omc-text:last-child {
    margin-bottom: 0;
}
@media(max-width: 767.98px) {
    .omc-section {
        padding: 60px 0;
    }
}

/*==========================================================
  Reusable Product Page Components (pp-*)
  Shared across: AccountingManagementSystem, InventoryManagementSystem,
  ERPSolutions, genGYMManagementSystem, LeatherAutomationSystem,
  e-CommerceApplication
==========================================================*/
/*----------Overview----------*/
.pp-overview {
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
}
.pp-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.pp-kicker-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ngg-green);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex: 0 0 32px;
}
.pp-kicker-line {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--ngg-green);
    flex: 0 0 26px;
}
.pp-kicker-text {
    font-family: 'LexendDeca-Bold';
    font-size: 12.5px;
    letter-spacing: 1.5px;
    color: var(--ngg-green);
}
.pp-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.25;
    color: var(--abt-dark);
    margin-bottom: 20px;
}
.pp-heading .pp-bold {
    color: var(--ngg-green);
}
.pp-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    line-height: 1.75;
    color: #55566b;
    margin-bottom: 18px;
}
.pp-audience {
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    line-height: 1.7;
    color: #55566b;
    background: var(--ngg-light-green);
    border-left: 3px solid var(--ngg-green);
    padding: 12px 18px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.pp-audience strong {
    font-family: 'LexendDeca-Bold';
    color: var(--abt-dark);
}
.pp-btn-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.pp-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'LexendDeca-Bold';
    font-size: 14px;
    color: var(--abt-dark);
    padding: 13px 28px;
    border: 1.5px solid rgba(28, 28, 28, 0.15);
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.pp-btn-outline:hover {
    background: var(--ngg-green);
    color: #fff;
    border-color: var(--ngg-green);
}
.pp-visual-col {
    display: flex;
    justify-content: center;
}
.pp-visual {
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: -1px 20px 45px 0px rgba(82, 90, 101, 0.2);
    overflow: hidden;
}
.pp-visual-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 18px;
    background: linear-gradient(90deg, var(--ngg-green), var(--ngg-orange));
}
.pp-visual-header span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
}
.pp-visual-body {
    padding: 30px 26px;
    background: var(--ngg-light-green);
}
.pp-visual-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--ngg-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
    box-shadow: -1px 8px 20px 0px rgba(99, 184, 47, 0.3);
}
.pp-visual-bars {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 110px;
    margin-bottom: 24px;
}
.pp-visual-bars span {
    flex: 1 1 0;
    display: block;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, var(--ngg-orange), var(--ngg-green));
}
.pp-visual-stats {
    display: flex;
    gap: 16px;
}
.pp-visual-stat {
    flex: 1 1 0;
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: -1px 5px 15px 0px rgba(82, 90, 101, 0.1);
}
.pp-visual-stat strong {
    display: block;
    font-family: 'LexendDeca-Bold';
    font-size: 20px;
    color: var(--ngg-green);
    margin-bottom: 2px;
}
.pp-visual-stat small {
    font-family: 'LexendDeca-Regular';
    font-size: 11.5px;
    color: #6a6b7d;
}
.pp-visual-photo-wrap {
    position: relative;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.pp-visual-photo {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: -1px 20px 45px 0px rgba(82, 90, 101, 0.2);
}

/*----------Section heading (shared)----------*/
.pp-section-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(26px, 3.2vw, 38px);
    color: var(--abt-dark);
    margin-bottom: 50px;
}
.pp-section-heading .pp-highlight {
    color: var(--ngg-green);
}
.pp-mini-kicker {
    display: block;
    font-family: 'LexendDeca-Bold';
    font-size: 13px;
    letter-spacing: 1.5px;
    color: var(--ngg-green);
    margin-bottom: 10px;
}
.pp-sub-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(22px, 2.6vw, 30px);
    color: var(--abt-dark);
    margin-bottom: 16px;
}

/*----------Key Features----------*/
.pp-features-section {
    padding: 90px 0;
    background: var(--ngg-light-green);
}
.pp-feature-card {
    height: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.1);
    transition: all 0.3s ease-in-out;
}
.pp-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: -1px 14px 32px 0px rgba(82, 90, 101, 0.16);
}
.pp-feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--ngg-light-green);
    color: var(--ngg-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.pp-feature-card:hover .pp-feature-icon {
    background: var(--ngg-green);
    color: #fff;
}
.pp-feature-card h4 {
    font-family: 'LexendDeca-Bold';
    font-size: 17px;
    color: var(--abt-dark);
    margin-bottom: 10px;
}
.pp-feature-card p {
    font-family: 'LexendDeca-Regular';
    font-size: 13.5px;
    line-height: 1.65;
    color: #6a6b7d;
    margin: 0;
}

/*----------Problems Solved & Benefits----------*/
.pp-solve-section {
    padding: 90px 0;
    background: #ffffff;
}
.pp-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pp-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: 'LexendDeca-Regular';
    font-size: 14.5px;
    line-height: 1.6;
    color: #55566b;
    margin-bottom: 16px;
}
.pp-check-list li:last-child {
    margin-bottom: 0;
}
.pp-check-list li i {
    color: #e2685a;
    font-size: 17px;
    margin-top: 2px;
}
.pp-check-list-positive li i {
    color: var(--ngg-green);
}

/*----------Why Choose NGG----------*/
.pp-why-section {
    padding: 90px 0;
    background: var(--ngg-light-green);
}
.pp-why-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    background: #ffffff;
    border-radius: 14px;
    padding: 26px 14px;
    height: 100%;
    box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.1);
    transition: all 0.3s ease-in-out;
}
.pp-why-item:hover {
    transform: translateY(-6px);
}
.pp-why-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--ngg-light-green);
    color: var(--ngg-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.pp-why-item:hover .pp-why-icon {
    background: var(--ngg-green);
    color: #fff;
}
.pp-why-item span:last-child {
    font-family: 'LexendDeca-Bold';
    font-size: 13.5px;
    color: var(--abt-dark);
    line-height: 1.3;
}

/*----------CTA----------*/
.pp-cta-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #1c2f12 0%, #3f6b21 60%, var(--ngg-green) 100%);
}
.pp-cta-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(24px, 3vw, 34px);
    color: #ffffff;
    margin-bottom: 14px;
}
.pp-cta-text {
    font-family: 'LexendDeca-Regular';
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    max-width: 560px;
    margin: 0 auto 30px;
}
.pp-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'LexendDeca-Bold';
    font-size: 14px;
    color: var(--abt-dark);
    background: #ffffff;
    padding: 14px 30px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.pp-cta-btn-primary:hover {
    background: var(--ngg-orange);
    color: #fff;
}
.pp-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'LexendDeca-Bold';
    font-size: 14px;
    color: #ffffff;
    padding: 14px 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.pp-cta-btn-outline:hover {
    background: #ffffff;
    color: var(--abt-dark);
    border-color: #ffffff;
}

/*----------Responsive----------*/
@media(max-width: 991.98px) {
    .pp-overview-content {
        text-align: center;
    }
    .pp-kicker,
    .pp-btn-group {
        justify-content: center;
    }
    .pp-audience {
        text-align: left;
    }
    .pp-solve-section .col-lg-6 {
        text-align: center;
    }
    .pp-check-list li {
        text-align: left;
    }
    .pp-why-section .col-lg-5 {
        text-align: center;
    }
}
@media(max-width: 767.98px) {
    .pp-overview,
    .pp-features-section,
    .pp-solve-section,
    .pp-why-section {
        padding: 60px 0;
    }
    .pp-cta-section {
        padding: 60px 0;
    }
    .pp-section-heading {
        margin-bottom: 34px;
    }
    .pp-visual-body {
        padding: 24px 20px;
    }
    .pp-visual-bars {
        height: 80px;
    }
}

/*----------Our Services: Overview visual----------*/
.svcpg-visual {
    max-width: 460px;
    width: 100%;
}
@media(max-width: 991.98px) {
    .svcpg-visual {
        max-width: 380px;
        margin: 0 auto;
    }
}

/*----------Why Choose Us: Process----------*/
.wcy-process-section {
    padding: 90px 0;
    background: var(--ngg-light-green);
}
.wcy-process-step {
    position: relative;
    text-align: center;
    padding: 0 8px;
}
.wcy-process-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--ngg-green);
    font-family: 'LexendDeca-Bold';
    font-size: 22px;
    box-shadow: -1px 8px 20px 0px rgba(82, 90, 101, 0.15);
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}
.wcy-process-step h4 {
    font-family: 'LexendDeca-Bold';
    font-size: 16px;
    color: var(--abt-dark);
    margin-bottom: 8px;
}
.wcy-process-step p {
    font-family: 'LexendDeca-Regular';
    font-size: 13px;
    line-height: 1.6;
    color: #6a6b7d;
    margin: 0;
}
.wcy-process-col {
    position: relative;
}
@media(min-width: 992px) {
    .wcy-process-col:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 32px;
        left: calc(50% + 42px);
        width: calc(100% - 42px);
        height: 2px;
        background: repeating-linear-gradient(90deg, var(--ngg-green) 0 8px, transparent 8px 16px);
        z-index: 0;
    }
}
@media(max-width: 767.98px) {
    .wcy-process-section {
        padding: 60px 0;
    }
}

/*----------Why Choose Us: Core Strengths----------*/
.wcy-strengths-section {
    padding: 60px 0 90px;
    background: #ffffff;
}
.wcy-strengths-section .pp-sub-heading {
    margin-bottom: 34px;
}
@media(max-width: 767.98px) {
    .wcy-strengths-section {
        padding: 40px 0 60px;
    }
}

/*----------Contact Us: Inquiry Section----------*/
.cus-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #ffffff;
}
.cus-bg-shape {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(209, 158, 39, 0.08), transparent 45%),
                radial-gradient(circle at 4% 90%, rgba(99, 184, 47, 0.1), transparent 45%);
    pointer-events: none;
    z-index: 0;
}
.cus-section .container {
    position: relative;
    z-index: 1;
}

/*----- Left: Brand panel -----*/
.cus-brand-panel {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(28, 28, 28, 0.06);
    border-radius: 24px;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    box-shadow: -1px 10px 40px 0px rgba(82, 90, 101, 0.1);
}
.cus-heading {
    font-family: 'LexendDeca-Bold';
    font-size: clamp(24px, 2.6vw, 30px);
    line-height: 1.3;
    color: var(--abt-dark);
    margin-bottom: 14px;
}
.cus-heading .cus-lo-highlight {
    color: var(--ngg-orange);
}
.cus-heading .cus-highlight {
    color: var(--ngg-green);
}
.cus-text {
    font-family: 'LexendDeca-Regular';
    font-size: 14.5px;
    line-height: 1.8;
    color: #6a6b7d;
    margin-bottom: 24px;
}
.cus-brand-photo-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: -1px 12px 32px 0px rgba(82, 90, 101, 0.15);
}
.cus-brand-photo {
    display: block;
    width: 100%;
    height: auto;
}
.cus-highlights {
    position: relative;
    list-style: none;
    padding: 0;
    margin: auto 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cus-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    line-height: 1.55;
    color: #55566b;
}
.cus-highlight-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ngg-light-green);
    color: var(--ngg-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

/*----- Right: Form card -----*/
.cus-form-card {
    height: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 44px 42px;
    box-shadow: -1px 10px 40px 0px rgba(82, 90, 101, 0.12);
    border: 1px solid rgba(28, 28, 28, 0.06);
}
.cus-form-title {
    font-family: 'LexendDeca-Bold';
    font-size: 24px;
    color: var(--abt-dark);
    margin-bottom: 8px;
}
.cus-form-subtitle {
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: #6a6b7d;
    margin-bottom: 28px;
}
.cus-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'LexendDeca-Regular';
    font-size: 13.5px;
    line-height: 1.6;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 24px;
}
.cus-alert i {
    font-size: 17px;
    margin-top: 1px;
}
.cus-alert-success {
    background: var(--ngg-light-green);
    color: #2e5b16;
    border-left: 3px solid var(--ngg-green);
}
.cus-alert-error {
    background: #fdecec;
    color: #a4302a;
    border-left: 3px solid #d9483f;
}
.cus-form-group {
    margin-bottom: 2px;
}
.cus-label {
    display: block;
    font-family: 'LexendDeca-Bold';
    font-size: 13.5px;
    color: var(--abt-dark);
    margin-bottom: 8px;
}
.cus-required {
    color: #d9483f;
}
.cus-input-wrap {
    position: relative;
}
.cus-input-wrap > i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ngg-green);
    font-size: 14px;
    pointer-events: none;
}
.cus-textarea-wrap > i {
    top: 20px;
    transform: none;
}
.cus-input {
    width: 100%;
    border: 1.5px solid rgba(28, 28, 28, 0.12);
    border-radius: 10px;
    padding: 13px 16px 13px 42px;
    font-family: 'LexendDeca-Regular';
    font-size: 14px;
    color: var(--abt-dark);
    background: #fbfbfd;
    outline: none;
    transition: all 0.25s ease-in-out;
}
.cus-input::placeholder {
    color: #a2a3b3;
}
.cus-input:focus {
    border-color: var(--ngg-green);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(99, 184, 47, 0.12);
}
.cus-textarea {
    resize: vertical;
    min-height: 120px;
}
.cus-hint {
    display: block;
    font-family: 'LexendDeca-Regular';
    font-size: 12px;
    color: #9a9bab;
    margin-top: 6px;
}
.cus-field-error {
    display: block;
    font-family: 'LexendDeca-Regular';
    font-size: 12.5px;
    color: #d9483f;
    margin-top: 6px;
}

/*----- Phone with +880 prefix -----*/
.cus-phone-group {
    display: flex;
    align-items: stretch;
}
.cus-phone-prefix {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    background: var(--ngg-light-green);
    border: 1.5px solid rgba(28, 28, 28, 0.12);
    border-right: 0;
    border-radius: 10px 0 0 10px;
    font-family: 'LexendDeca-Bold';
    font-size: 14px;
    color: var(--abt-dark);
}
.cus-input-wrap-phone {
    flex: 1 1 auto;
    min-width: 0;
}
.cus-input-wrap-phone .cus-input {
    border-radius: 0 10px 10px 0;
}

/*----- CAPTCHA -----*/
.cus-captcha-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.cus-captcha-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: var(--ngg-light-green);
    border: 1.5px dashed var(--ngg-green);
    border-radius: 10px;
    color: var(--ngg-green);
}
.cus-captcha-question {
    font-family: 'LexendDeca-Bold';
    font-size: 15px;
    color: var(--abt-dark);
    letter-spacing: 0.5px;
    min-width: 64px;
    text-align: center;
}
.cus-captcha-refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--ngg-green);
    background: #ffffff;
    transition: all 0.25s ease-in-out;
}
.cus-captcha-refresh:hover {
    background: var(--ngg-green);
    color: #fff;
    transform: rotate(90deg);
}
.cus-captcha-input {
    max-width: 140px;
    padding-left: 16px;
    text-align: center;
}

/*----- Submit button -----*/
.cus-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    background: linear-gradient(90deg, var(--ngg-green), var(--ngg-orange));
    border: 0;
    color: #ffffff;
    font-family: 'LexendDeca-Bold';
    font-size: 14.5px;
    letter-spacing: 0.3px;
    padding: 15px 42px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: -1px 10px 24px 0px rgba(99, 184, 47, 0.3);
}
.cus-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: -1px 14px 30px 0px rgba(99, 184, 47, 0.4);
}
.cus-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

@media(max-width: 991.98px) {
    .cus-brand-panel {
        padding: 40px 32px;
    }
    .cus-form-card {
        padding: 36px 28px;
    }
}
@media(max-width: 767.98px) {
    .cus-section {
        padding: 60px 0;
    }
    .cus-brand-panel,
    .cus-form-card {
        border-radius: 18px;
    }
    .cus-submit-btn {
        width: 100%;
        justify-content: center;
    }
}
@media(max-width: 420px) {
    .cus-captcha-row {
        flex-direction: column;
        align-items: stretch;
    }
    .cus-captcha-input {
        max-width: 100%;
    }
}

/*----------Other Products----------*/
.otp-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}
.otp-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    border-radius: 30px;
    background: var(--ngg-light-green);
    color: var(--abt-dark);
    font-family: 'LexendDeca-Bold';
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}
.otp-pill i {
    color: var(--ngg-green);
    font-size: 12px;
    transition: color 0.3s ease-in-out;
}
.otp-pill:hover {
    background: var(--ngg-green);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: -1px 8px 18px 0px rgba(99, 184, 47, 0.3);
}
.otp-pill:hover i {
    color: #ffffff;
}
.otp-support-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 44px 48px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: -1px 10px 34px 0px rgba(82, 90, 101, 0.1);
}
@media(max-width: 991.98px) {
    .otp-pill-row {
        justify-content: center;
    }
}
@media(max-width: 767.98px) {
    .otp-support-card {
        padding: 32px 26px;
    }
}

/*----------About Us Page: hero photo----------*/
.abtp-photo-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.abtp-photo-glow {
    position: absolute;
    inset: -34px;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(circle at 28% 18%, rgba(99, 184, 47, 0.22), transparent 55%),
                radial-gradient(circle at 82% 84%, rgba(209, 158, 39, 0.2), transparent 55%);
    border-radius: 50%;
}
.abtp-photo-wrap img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/*----------About Us Page: We Believe----------*/
.abtp-believe-section {
    padding: 90px 0;
    background: var(--ngg-light-green);
}
.abtp-quote {
    max-width: 780px;
    margin: 30px auto 0;
    background: #ffffff;
    border-left: 4px solid var(--ngg-green);
    border-radius: 4px 14px 14px 4px;
    padding: 26px 32px;
    font-family: 'LexendDeca-Bold';
    font-size: 16.5px;
    line-height: 1.65;
    color: var(--abt-dark);
    text-align: left;
    box-shadow: -1px 10px 30px 0px rgba(82, 90, 101, 0.08);
}
.abtp-stat-card {
    max-width: 780px;
    margin: 54px auto 0;
    background: #ffffff;
    border-radius: 20px;
    padding: 42px 48px;
    text-align: center;
    box-shadow: -1px 10px 34px 0px rgba(82, 90, 101, 0.12);
}
.abtp-stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--ngg-light-green);
    color: var(--ngg-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}
.abtp-stat-number {
    display: block;
    font-family: 'LexendDeca-Bold';
    font-size: 42px;
    color: var(--ngg-green);
    line-height: 1.1;
}
.abtp-stat-label {
    display: block;
    font-family: 'LexendDeca-Bold';
    font-size: 15px;
    color: var(--abt-dark);
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.abtp-stat-text {
    font-family: 'LexendDeca-Regular';
    font-size: 14.5px;
    line-height: 1.75;
    color: #55566b;
    max-width: 620px;
    margin: 0 auto;
}
@media(max-width: 767.98px) {
    .abtp-photo-wrap {
        max-width: 320px;
    }
    .abtp-believe-section {
        padding: 60px 0;
    }
    .abtp-quote {
        padding: 22px 24px;
        font-size: 15.5px;
    }
    .abtp-stat-card {
        padding: 32px 26px;
    }
    .abtp-stat-number {
        font-size: 36px;
    }
}


