* {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

/* Hero-section */
.hero-section {
    position: relative;
  /*   height: 100vh; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media(max-width:1400px) 
{
.hero-section
 {
	height:100vh;
 }
}


.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler {
    fill: #fff !important;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.nav-title {
    font-size: 14px;
    font-weight: bold;
    color: #FFF !important;
}

.nav-sub-title {
    font-size: 14px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 300;
}

.mobile-nav {
    background: #295016;
}

/* Navbar breaks to mobile formatting up to 1024px scale */
@media (min-width: 992px) {
    .mobile-nav {
        background: transparent;
    }
}

.nav-item {
    margin: 0px 10px;
}

.nav-link {
    transition: 0.3s;
    color: #fff !important;
    position: relative;
    padding-top: 10px;
    font-size: 14px;
}

.nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 4px;
    background-color: #fff;
    border-radius: 10px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-login {
    color: white;
    box-shadow: 17px 29px 56px #93C74C59;
    border-radius: 70px;
    background: transparent linear-gradient(238deg, #9ED14C 0%, #387145 100%) 0% 0% no-repeat padding-box;
    font-size: 14px;
    font-weight: 600;
    border: #fff 0.5px solid;
}

.btn-login:hover {
    color: #387145;
    background: #FFFFFF;
    border: #fff 0.5px solid;
}

/* login-form */
.ap_login-mdl {
    border-bottom: none !important;
}

.ap-mdl-dialog {
    padding: 0 4%;
}

.lgn-text h4 {
    margin-bottom: 0 !important;
    text-align: center;
    font-size: larger;
    font-weight: 600;
}

.form-pswd-box {
    position: relative;
}

.form-pswd-box svg {
    position: absolute;
    top: 53%;
    right: 4%;
    cursor: pointer;
}

.captch-section-1 {
    font-weight: 500;
    font-size: smaller;
}
.captch-section-1 .capt_2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.captch-img {
    width: 95%;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
}
.refresh_img{
    width: 25px;
}
.captch-section-2 {
    float: right;
    font-weight: 500;
    font-size: smaller;
}
.captch-section-2-text {
    border: 1px solid #dee2e6;
    display: inline-block;
    width: 130px;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
}

@media(min-width:576px) and (max-width:1100px){
    .captch-section-2-text {
        height: 34px !important;
    }
}
@media (max-width:575px){
    .captch-section-2 {
        margin-top: 10px;
    }
    .captch-section-1 .capt_2{
        width: 160px;
        height: 35px;
    }
    .captch-section-2-text {
        height: 40px !important;
        width: 153px;
        margin-left: -8px;
    }
}

.ap_sign_btn .log-in {
    font-size: 15px;
    color: #fff;
    width: 100px;
    padding: 5px;
    background: transparent linear-gradient(238deg, #9ED14C 0%, #387145 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 19px;
    opacity: 1;
    margin: 20px 0px;
}

.ap_sign_btn .log-in:hover {
    background: transparent linear-gradient(238deg, #9ED14C 0%, #387145 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.ap-mss-mdl {
    margin-top: 15%;
}   

.hero-content {
    z-index: 2;
}

.leader-card img {
    z-index: 3;
    position: relative;
    box-shadow: 10px 0px 8px -2px rgba(0, 0, 0, 0.2);
    width: 25%;
}

.leader-card-info {
    position: absolute;
    left: 90px;
    border-radius: 16px;
    padding: 15px 20px 15px 110px;
}

.leader-card-info-2 {
    position: absolute;
    left: 90px;
    border-radius: 16px;
    padding: 10px 20px 10px 100px;
}

.cm-card-heading {
    font-size: 16px;
    font-weight: 600;
    font-family: "basic-sans", sans-serif !important;
}

.cm-card-txt {
    font-size: 12px;
    font-family: "basic-sans", sans-serif !important;
}

.hero-content-heading {
    font-size: 36px;
    font-weight: 300;
    font-family: "basic-sans", sans-serif !important;
}

.hero-content-text {
    font-family: "basic-sans", sans-serif !important;
    font-size: 20px;
    font-weight: 200 !important;
    opacity: 0.9;
    padding: 5px 30px 20px;
    line-height: 26px;
}

.btn-exp {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px #00000057;
    border-radius: 70px;
    font-size: 14px;
    font-weight: 500;
    color: #065618;
    padding: 8px 40px;
    font-family: "basic-sans", sans-serif !important;
}

.btn-exp:hover {
    color: #000;
    background: #FFFFFF;
}

.stats-heading {
    font-size: 14px;
    font-weight: 300 !important;
    font-family: "basic-sans", sans-serif !important;
}

.stats-value {
    font-size: 40px;
    font-weight: bold;
    font-family: "basic-sans", sans-serif !important;
}

.stats-divider {
    position: relative;
    padding-left: 40px;
    margin-left: 20px;
}

.stats-divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #FFFFFF;
    border-radius: 10px;
}

/* Footer */
.custom-footer {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.footer-heading {
    font-size: 18px;
    font-weight: bold;
}

.footer-info {
    font-size: 12px;
}

.footer-bottom {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url('../img/newfooterbg.png');
    background-size: cover;
    background-position: bottom;
}

.link-list .list-inline-item:not(:last-child)::after,
.footer-bottom .list-inline-item:not(:last-child)::after {
    content: "|";
    margin: 6px;
}

.list-inline-item:not(:last-child) {
    margin: 0px;
}

.footer-bottom .list-inline-item {
    cursor: pointer;
    font-size: 12px;
}

.footer-bottom .list-inline-item:hover {
    text-decoration: underline;
}

/* Stats Section */
.stats-section {
    background-color: #ffffff;
}

.rising-badge-wrapper {
    position: relative;
    display: inline-block;
}

.rising-badge {
    max-width: 280px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

.stat-icon1 {
    margin-top: 10px;
    height: 27px;
    object-fit: contain;
}

.stat-icon2 {
    height: 36px;
    object-fit: contain;
}

.stat-number {
    font-size: 36px;
    font-weight: bold;
    color: #3C7545;
}

.stat-label {
    font-size: 16px;
    color: #4a7c59;
    line-height: 1.2;
}

.stat-item {
    position: relative;
}

.stat-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    height: 30%;
    width: 2px;
    background-color: #ccc;
}

.last-stat::after {
    display: none;
}

/* Applied user-requested layout alignments for midrange screens */
@media (min-width: 1024px) and (max-width: 1440px) {
    .leader-card-info {
        left: 40px;
    }

    .leader-card-info-2 {
        left: 50px;
    }
}

/* Tablet / Responsive Viewport changes scaled to 1024px maximum width */
@media (max-width: 1024px) {
    .hero-section {
        height: auto;
        min-height: 60vh;
    }

    .nav-title {
        font-size: 16px;
    }

    .nav-sub-title {
        font-size: 16px;
    }

    .nav-link {
        font-size: 16px;
    }

    .nav-link::after {
        display: none;
    }

    .btn-login {
        margin-top: 10px;
    }

    .leader-card img {
        width: 28%;
    }

    .leader-card-info,
    .leader-card-info-2 {
        position: static;
        padding: 15px 15px 15px 55px;
        margin-left: -40px;
        width: 100%;
        max-width: 350px;
    }

    .cm-card-heading {
        font-size: 14px;
    }

    .hero-content-heading {
        font-size: 32px;
    }

    .hero-content-text {
        font-size: 16px;
        padding: 10px 15px;
    }

    .btn-exp {
        padding: 8px 60px;
    }

    .stats-value {
        font-size: 30px;
    }

    .stats-divider {
        margin-left: 10px;
    }

    .rising-badge {
        width: 180px;
        filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-item:nth-child(even)::after {
        display: none;
    }

    .stat-item:nth-child(odd) {
        border-right: 1px solid #eee;
    }
}

/* Mobile Devices (MAX-WIDTH 576px) */
@media (max-width: 576px) {
    .navbar-brand img {
        width: 40px;
    }

    .nav-title {
        font-size: 12px !important;
    }

    .nav-sub-title {
        font-size: 10px;
    }

    .leader-card img {
        width: 30%;
    }

    .hero-section {
        min-height: 100vh;
    }

    .mobile-flex {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 15px;
    }

    .cm-card-heading {
        font-size: 12px;
    }

    .hero-content-heading {
        font-size: 26px;
        margin-top: 10px;
    }

    .cm-card-txt {
        font-size: 10px;
    }

    .hero-content-text {
        font-size: 16px;
        padding: 0px;
        line-height: 1.2;
    }

    .btn-exp {
        margin: 10px 0px;
    }

    .stat-item {
        margin-top: 25px;
    }

    .stat-item:nth-child(odd) {
        border-right: none;
    }

    .stats-section {
        padding-bottom: 30px;
    }

    .leader-card-info,
    .leader-card-info-2 {
        max-width: 250px;
        padding: 10px 10px 10px 60px;
        margin-left: -70px;
    }

    .footer-heading {
        margin-top: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }

    .footer-bottom .list-inline-item {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-bottom .list-inline-item::after {
        content: "" !important;
    }
}

.slider-section {
    background: url('../img/new_home_slide_bg.png');
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding-top:180px;
}

.slider-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.card-item {
    background: #FFFFFF;
    backdrop-filter: blur(5px);
    border-radius: 77px;
    border: 1px solid #707070;
    padding: 60px 40px;
    margin: 0;
    min-height: 400px;
    transition: all 0.5s ease;
    text-align: center;
    opacity: 0.6;
    transform: scale(0.85);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-item ul li {
    color: #000;
    line-height: 1.4;
    font-size: 16px;
    font-family: "basic-sans", sans-serif !important;
    text-align: left;
}

.slick-center .card-item {
    opacity: 1;
    transform: scale(1);
    background: #fff;
    z-index: 10;
}

.card-content h2 {
    color: #3C7545;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 28px;
    font-family: "basic-sans", sans-serif !important;
}

.card-content h6 {
    font-size: 24px;
    color: #3C7545;
    font-family: "basic-sans", sans-serif !important;
}

.card-content p {
    color: #000;
    line-height: 1.4;
    text-align: left;
    font-size: 16px;
    font-family: "basic-sans", sans-serif !important;
}

.slick-prev,
.slick-next {
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    border-radius: 50%;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.slick-prev {
    left: 3%;
}

.slick-next {
    right: 3%;
}

.slick-prev:before {
    content: url('../img/prev.png') !important;
}

.slick-next:before {
    content: url('../img/next.png') !important;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 36px;
    font-weight: bold;
}

.main-slider {
    padding: 50px 0;
}

.slick-list {
    overflow: visible !important;
}

.slick-track {
    display: flex !important;
    align-items: center;
}

.slick-slide {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 1;
    transform: scale(0.8);
}

.slick-active,
.slick-center+.slick-slide,
.slick-slide:has(+ .slick-center) {
    opacity: 1.9;
    visibility: visible;
}

.slick-slide.slick-center {
    opacity: 1;
    z-index: 10;
    transform: scale(1.0);
}

.main-slider .slick-slide:has(+ .slick-center) {
    transform: scale(0.85) translateX(65%);
    z-index: 5;
}

.main-slider .slick-center+.slick-slide {
    transform: scale(0.85) translateX(-65%);
    z-index: 5;
}

@media (max-width: 1024px) {
    .slider-container {
        padding: 0px 60px;
    }

    .slider-section {
        background: url('../img/Mask\ Group\ 44.png');
        background-size: cover;
        background-position: top;
        padding-top: 80px;
    }
}

@media (max-width: 984px) {
    .slider-container {
        padding: 0px 10px;
    }
}

@media (max-width: 576px) {
    .card-content {
        overflow: auto;
        max-height: 376px;
    }

    .slider-section {
        background: url('../img/AdobeStock_478245822.png') !important;
        padding-top: 0px !important;
    }
}

@media (max-width: 476px) {
    .leader-card-info, .leader-card-info-2 {
        max-width: 250px;
        padding: 10px 10px 10px 60px;
        margin-left: -40px;
    }
}

@media(max-width: 400px) {
    #bg-video {
        height: 122%;
    }
}

.list-inline-item a {
    color: #000;
    text-decoration: none !important;
}

.list-inline-item a:hover {
    text-decoration: underline !important;
}

.dropdown-item{
    font-size: 14px;
}

/* CUSTOM NESTED DROPDOWN SUBMENU LOGIC */
.dropdown-submenu {
    position: relative;
}

/* Desktop layout: displays submenu on the left side */
@media (min-width: 1026px) {
    .dropdown-submenu .submenu {
        top: 0;
        right: 100% !important; /* Forces the drop positioning calculation to the left side */
        left: auto !important;  /* Overrides typical rightward absolute offsets */
        margin-top: -1px;
        margin-right: 0.1rem;
        display: none;
    }

    /* Displays submenu clean over simple hover on desktop screen dimensions */
    .dropdown-submenu:hover .submenu {
        display: block;
    }
}

/* Multi-level menu behavior tailored to tablet and below formats */
@media (max-width: 1025px) {
    .dropdown-submenu .submenu {
        position: static !important;
        display: none;
        margin-left: 1rem;
        background: transparent;
        border: none;
        box-shadow: none;
    }
    
    .navbar-nav .dropdown-menu {
        text-align: center !important;
    }
    
    .dropdown-item {
        text-align: center !important;
    }
}

@media (min-width: 1026px) {
    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .nav-link:hover::after {
        transform: translateX(-50%) scaleX(1);
        opacity: 1;
    }
    
    .dropdown-menu {
        display: none;
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    .slick-next{
        right: 5px !important;
    }

    .slick-prev{
        left: 5px !important;
    }
}











.dropdown-menu {
    min-width: 15rem;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu.dropleft > .dropdown-toggle::before {
    display: none !important;
}

.dropdown-submenu.dropleft > .dropdown-toggle::after {
    display: inline-block !important;
    content: "";
    margin-left: 8px;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0; 
    }

    .dropdown-submenu .submenu {
        top: 0;
        right: 100% !important; 
        left: auto !important;  
        margin-top: -5px;
        margin-right: 0px;
        display: none;
        box-shadow: -2px 4px 10px rgba(0,0,0,0.15);
    }

    .dropdown-submenu:hover > .submenu {
        display: block !important;
    }

    .dropdown-submenu.dropleft > .dropdown-toggle::after {
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid; 
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse .dropdown-menu {
        text-align: left !important; 
        float: none !important;
        position: relative !important;
        width: 100% !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
        border: none !important;
        box-shadow: none !important;
        margin: 5px 0 !important;
    }

    .dropdown-submenu .submenu {
        position: relative !important;
        display: none;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 5px 0 0 0 !important;
        background-color: rgba(0, 0, 0, 0.15) !important;
        border: none !important;
        box-shadow: none !important;
    }

    .navbar-nav .dropdown-item {
        text-align: left !important; 
        justify-content: space-between !important; 
        color: #fff !important;
        padding: 10px 20px !important;
    }
    
    .dropdown-submenu .submenu .dropdown-item {
        padding-left: 35px !important;
    }

    .navbar-nav .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.15) !important;
    }

    .dropdown-submenu.dropleft > .dropdown-toggle::after {
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
}