*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;

}

:root{
    --text-primary: #48bd00;
    --text-dark: #000000;
    --text-light: #ffffff;
}

.text-primary{
    color: var(--text-primary) !important;
}

.bg-primary{
    background: var(--text-primary) !important;
}

.btn.btn-primary {
    color: var(--text-light) !important;
    background: var(--text-primary) !important;
    border: none;
}

.btn.btn-primary:hover {
    background: var(--text-dark) !important;
    color: var(--text-light) !important;
}

.btn-outline-primary{
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
}

.btn-outline-primary:hover{
    background: var(--text-primary);
    color: var(--text-light);
}

.active2{
    background: var(--text-primary) !important;
    color: var(--text-light) !important;
}


.text-deco-none{
    text-decoration: none !important;
}
 


/*** Navbar Start ***/
/* .header-top .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--text-primary);
}

.header-top .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--text-light);
    padding-top: 12px;
    border: 0;
    transition: .5s;
    opacity: 1;
} */

.header-top {
    height: 125px;
    position: relative;
}

.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--text-dark);
    z-index: 1;
}

.header-top .container {
    position: relative;
    z-index: 999;
}

.navbar .navbar-nav{
    display:flex;
    justify-content:center;
    align-items:center;
}
@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: var(--text-dark);
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 220px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--text-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand-2::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--text-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }

}

.nav-bar .navbar {
    height: 100%;
    background: var(--text-light);
    position: relative;
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 55px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--text-primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 12px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-left: 50px;
        background: var(--text-light);
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--text-primary);
        color: var(--text-primary);
    }
}

/* .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--text-primary);
    color: var(--text-light);
} */

@media (min-width: 992px) {
    .nav-bar .navbar::before {
        position: absolute;
        content: "";
        width: 50px;
        height: 100%;
        top: 0;
        left: -49px;
        background: var(--text-light);
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--text-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    /* .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--text-light);
        transition: .5s;
        opacity: 1;
    } */

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 40px 50px 40px 0;
        z-index: 99;
    }
    
    .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 300px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--text-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }
    
    .navbar-brand::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--text-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }
}
/*** Navbar End ***/


/* ===============hero section================= */
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/hero-1.png) center center no-repeat;
    background-size: cover;
}

.product-card {
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-card img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

/* price */
.price-box {
    font-weight: 600;
}

.price {
    color: #28a745;
    font-size: 20px;
    margin-right: 8px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

/* whatsapp button */
.whatsapp-btn {
    margin-top: auto;
    font-weight: 600;
    border-radius: 50px;
}



/*** certification ***/
.certifications-carousel {
    position: relative;
}

.certifications-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--text-dark);
}

.certifications-carousel .certifications-item .certifications-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #FFFFFF;
    border: 2px solid var(--text-primary);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.certifications-carousel .certifications-item .certifications-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--text-primary);
}

.certifications-carousel .certifications-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.certifications-carousel .certifications-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--text-dark);
}

.certifications-carousel .certifications-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: var(--text-primary);
}

.certifications-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.certifications-carousel .owl-nav .owl-prev,
.certifications-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--text-primary);
    transition: .5s;
}

.certifications-carousel .owl-nav .owl-prev:hover,
.certifications-carousel .owl-nav .owl-next:hover {
    color: var(--text-primary);
    background: var(--text-dark);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transform: scale(.85);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: none;
    border-color: var(--text-primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
    width: 50px;
    height: 50px;
}

.testimonial-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--text-primary);
}


/*** Choose us ***/
@media (min-width: 992px) {
    .container.choose {
        max-width: 100% !important;
    }

    .choose-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .choose-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .choose-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}




/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--text-light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--text-primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--text-dark);
    border: 0;
}

/*** Footer End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/hero-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/* ====================gallery====================== */
.gallery-section{
    background:#f9f9f9;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:10px;
}

.gallery-item img{
    width:100%;
    transition:0.5s;
}

.gallery-item:hover img{
    transform:scale(1.1);
}

.gallery-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:0.4s;
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.view-btn{
    width:50px;
    height:50px;
    background:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#000;
    font-size:18px;
}

.img-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.img-popup img{
    max-width:90%;
    max-height:90%;
    border-radius:10px;
}



/* ===================blog ======================== */
.blog-section{
background:#f8f9fa;
}

.blog-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.4s;
}

.blog-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.blog-img{
position:relative;
overflow:hidden;
}

.blog-img img{
width:100%;
transition:0.5s;
}

.blog-card:hover img{
transform:scale(1.1);
}

.blog-category{
position:absolute;
top:15px;
left:15px;
background: var(--text-primary);
color:#fff;
padding:5px 12px;
font-size:12px;
border-radius:20px;
}

.blog-content{
padding:25px;
}

.blog-meta{
font-size:14px;
color:#777;
margin-bottom:10px;
display:flex;
gap:15px;
}

.blog-meta i{
margin-right:5px;
color: var(--text-primary);
}

.blog-title{
font-size:20px;
font-weight:600;
margin-bottom:10px;
}

.blog-btn{
display:inline-block;
margin-top:10px;
color: var(--text-primary);
font-weight:600;
text-decoration:none;
}

.blog-btn:hover{
color:#000;
}

/* ===========blog details=========== */
.blog-breadcrumb{
background:#f8f9fa;
padding:20px 0;
}

.blog-title{
font-size:34px;
font-weight:700;
margin-bottom:15px;
}

.blog-meta{
color:#777;
font-size:14px;
margin-bottom:20px;
display:flex;
gap:20px;
}

.blog-featured{
border-radius:10px;
margin-bottom:25px;
}

.blog-content p{
line-height:1.8;
font-size:16px;
color:#555;
}

blockquote{
background:#f4f6f9;
padding:20px;
border-left:4px solid #0d6efd;
margin:25px 0;
font-style:italic;
}

.blog-tags{
margin-top:30px;
}

.blog-tags a{
background:#eee;
padding:6px 12px;
border-radius:20px;
margin-right:8px;
text-decoration:none;
}

.blog-share{
margin-top:20px;
}

.blog-share a{
width:36px;
height:36px;
display:inline-flex;
align-items:center;
justify-content:center;
background:#0d6efd;
color:#fff;
border-radius:50%;
margin-right:8px;
}

.author-box{
display:flex;
gap:15px;
background:#f8f9fa;
padding:20px;
border-radius:10px;
margin-top:40px;
}

.author-box img{
width:70px;
height:70px;
border-radius:50%;
}

.related-posts h3{
margin-bottom:20px;
}

.related-card{
background:#fff;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
border-radius:8px;
overflow:hidden;
}

.related-card img{
width:100%;
}

.related-card h5{
padding:15px;
font-size:16px;
}

.blog-sidebar .sidebar-box{
background:#fff;
padding:20px;
margin-bottom:25px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
border-radius:10px;
}

.sidebar-box ul{
list-style:none;
padding:0;
}

.sidebar-box ul li{
margin-bottom:10px;
}

.recent-post{
display:flex;
gap:10px;
margin-bottom:15px;
}

.recent-post img{
width:70px;
height:60px;
object-fit:cover;
border-radius:5px;
}

.recent-post span{
font-size:12px;
color:#777;
}

.product-detail-media {
    background: #fff;
    padding: 16px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.product-detail-image {
    border-radius: 10px;
    max-height: 460px;
    object-fit: cover;
}

.product-detail-info {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.product-detail-tabs .nav-tabs .nav-link {
    color: var(--text-dark);
}

.product-detail-tabs .nav-tabs .nav-link.active {
    color: var(--text-primary);
}

/* =============Enhanced Category Carousel=========== */
.category-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(72, 189, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--text-primary), #28a745);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.category-card:hover::before {
    transform: scaleX(1);
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(72, 189, 0, 0.2);
    border-color: var(--text-primary);
}

.category-image-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.category-card:hover .category-image-wrapper {
    transform: scale(1.05);
}

.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(72, 189, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.category-card:hover .category-overlay {
    opacity: 1;
}

.category-overlay i {
    color: white;
    font-size: 24px;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.category-card:hover .category-overlay i {
    transform: translateX(0);
}

.category-content {
    position: relative;
    z-index: 2;
}

.category-title {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.category-card:hover .category-title {
    color: var(--text-primary);
}

.category-badge {
    display: inline-block;
    background: rgba(72, 189, 0, 0.1);
    color: var(--text-primary);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.category-card:hover .category-badge {
    background: var(--text-primary);
    color: white;
    transform: translateY(-2px);
}

/* Enhanced Hero Section Animations */
.header-carousel .owl-carousel-inner h1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.header-carousel .owl-carousel-inner p {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.btn-outline-light {
    border-color: rgba(255,255,255,0.8);
    color: white;
}

.btn-outline-light:hover {
    background: rgba(255,255,255,0.2);
    border-color: white;
    color: white;
}

/* Section Headers Enhancement */
.section-header-custom {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header-custom h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-header-custom p {
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.section-header-custom .divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--text-primary), #28a745);
    margin: 1rem auto;
    border-radius: 2px;
}

.social-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 14px;
}

.social-icon:hover {
    background: var(--text-primary);
    color: white;
    transform: translateY(-2px);
}

.hover-primary {
    transition: all 0.3s ease;
}

.hover-primary:hover {
    color: var(--text-primary) !important;
}

.hover-lift {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(72, 189, 0, 0.3);
}

.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 189, 0, 0.4);
}

.navbar-nav .nav-link {
    position: relative;
    padding: 12px 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0 2px;
}

.navbar-nav .nav-link:hover {
    background: rgba(72, 189, 0, 0.1);
    color: var(--text-primary);
    transform: translateY(-1px);
}

.navbar-nav .nav-link.active {
    color: var(--text-primary) !important;
    font-weight: 600;
}

.navbar-nav .nav-link i {
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Enhanced Mobile Navigation */
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        margin: 0;
        border-radius: 0;
    }
    
    .navbar-nav .nav-link:hover {
        background: rgba(72, 189, 0, 0.05);
    }
    
    .navbar-nav .nav-link.active {
        background: rgba(72, 189, 0, 0.1);
        color: var(--text-primary) !important;
        font-weight: 600;
    }
    
    .navbar-nav .nav-link i {
        display: inline !important;
        margin-right: 10px;
    }
}

/* Enhanced Top Bar */
.topbar {
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(0,0,0,0.5));
    backdrop-filter: blur(10px);
}

.topbar .dropdown-menu {
    border: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 8px 0;
    margin-top: 8px;
}

.topbar .dropdown-item {
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 2px 8px;
}

.topbar .dropdown-item:hover {
    background: var(--text-primary);
    color: white;
    transform: translateX(4px);
}

/* Enhanced Logo */
.navbar-brand:hover img,
.navbar-brand-2:hover img {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

/* Enhanced Navbar Toggler */
.navbar-toggler {
    border: 2px solid var(--text-primary);
    border-radius: 8px;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background: var(--text-primary);
    color: white;
    transform: rotate(90deg);
}

/* Enhanced About Section */
.about {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--text-primary), #28a745, var(--text-primary));
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.about-content .feature-item {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.about-content .feature-item:hover {
    transform: translateY(-5px);
    border-color: var(--text-primary);
    box-shadow: 0 15px 30px rgba(72, 189, 0, 0.15);
}

.about-content .feature-icon i {
    transition: all 0.3s ease;
}

.about-content .feature-item:hover .feature-icon i {
    transform: scale(1.1) rotate(5deg);
}

.features-list .feature-item {
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    background: white;
}

.features-list .feature-item:hover {
    background: rgba(72, 189, 0, 0.05);
    transform: translateX(10px);
}

.feature-check {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-image .main-image {
    transition: all 0.3s ease;
}

.about-image:hover .main-image {
    transform: scale(1.02);
}

.stats-card-1,
.stats-card-2,
.stats-card-3 {
    transition: all 0.3s ease;
    z-index: 10;
}

.about-image:hover .stats-card-1 {
    transform: translateY(-5px) rotate(-2deg);
}

.about-image:hover .stats-card-2 {
    transform: translateY(-5px) rotate(2deg);
}

.about-image:hover .stats-card-3 {
transform: translateY(-50%) translateX(-5px) rotate(-3deg);
}

/* Responsive About Section */
@media (max-width: 768px) {
.about-image .stats-card-1,
.about-image .stats-card-2,
.about-image .stats-card-3 {
position: static !important;
transform: none !important;
margin: 10px 0;
}
    
.about-image {
display: flex;
flex-direction: column;
gap: 15px;
}
}

/* Enhanced Professional About Section */
.about-section {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
position: relative;
overflow: hidden;
}

.about-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, 
transparent 0%, 
var(--text-primary) 20%, 
#28a745 50%, 
var(--text-primary) 80%, 
transparent 100%);
animation: shimmer 4s ease-in-out infinite;
}

/* Section Header */
.section-accent {
width: 40px;
height: 4px;
background: var(--text-primary);
border-radius: 2px;
position: relative;
}

.section-accent::after {
content: '';
position: absolute;
top: -2px;
left: 10px;
width: 8px;
height: 8px;
background: var(--text-primary);
border-radius: 50%;
}

.tracking-wide {
letter-spacing: 2px;
font-size: 0.875rem;
}

/* Core Values Grid */
.value-card {
display: flex;
align-items: center;
padding: 20px;
background: white;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
border: 1px solid rgba(72, 189, 0, 0.1);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
height: 100%;
}

.value-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(72, 189, 0, 0.15);
border-color: var(--text-primary);
}

.value-icon-wrapper {
margin-right: 15px;
position: relative;
}

.value-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, rgba(72, 189, 0, 0.1), rgba(72, 189, 0, 0.2));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: var(--text-primary);
transition: all 0.3s ease;
}

.value-card:hover .value-icon {
transform: scale(1.1) rotate(5deg);
background: var(--text-primary);
color: white;
}

.value-content {
flex: 1;
}

.value-title {
font-size: 1.1rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 5px;
transition: color 0.3s ease;
}

.value-card:hover .value-title {
color: var(--text-primary);
}

.value-desc {
font-size: 0.9rem;
color: #6c757d;
margin: 0;
line-height: 1.4;
}

/* Features Accordion */
.features-accordion {
position: relative;
}

.feature-item {
display: flex;
align-items: flex-start;
padding: 20px;
margin-bottom: 15px;
background: white;
border-radius: 12px;
box-shadow: 0 2px 15px rgba(0,0,0,0.05);
border-left: 4px solid transparent;
transition: all 0.3s ease;
}

.feature-item:hover {
transform: translateX(10px);
box-shadow: 0 5px 25px rgba(72, 189, 0, 0.1);
border-left-color: var(--text-primary);
}

.feature-marker {
width: 32px;
height: 32px;
background: var(--text-primary);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
flex-shrink: 0;
font-size: 14px;
transition: all 0.3s ease;
}

.feature-item:hover .feature-marker {
transform: scale(1.1);
}

.feature-content {
flex: 1;
}

.feature-title {
font-size: 1.1rem;
font-weight: 600;
color: #2c3e50;
margin-bottom: 5px;
}

.feature-desc {
font-size: 0.9rem;
color: #6c757d;
margin: 0;
line-height: 1.5;
}

/* Visual Wrapper */
.about-visual-wrapper {
position: relative;
height: 600px;
}

.main-image-container {
position: relative;
width: 100%;
height: 100%;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.main-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease;
}

.main-image-container:hover .main-image {
transform: scale(1.05);
}

.image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, 
rgba(72, 189, 0, 0.1) 0%, 
transparent 50%, 
rgba(72, 189, 0, 0.05) 100%);
pointer-events: none;
}

/* Floating Stats */
.floating-stats {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}



.stat-card {
position: absolute;
background: white;
border-radius: 16px;
padding: 20px;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
border: 1px solid rgba(72, 189, 0, 0.1);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
pointer-events: auto;
}

.stat-card-1 {
top: 30px;
right: -20px;
transform: rotate(-2deg);
}

.stat-card-2 {
bottom: 30px;
left: -20px;
transform: rotate(2deg);
}

.stat-card-3 {
top: 50%;
left: -30px;
transform: translateY(-50%) rotate(-3deg);
background: var(--text-primary);
color: white;
border-color: var(--text-primary);
}

.about-visual-wrapper:hover .stat-card-1 {
transform: translateY(-10px) rotate(-5deg);
}

.about-visual-wrapper:hover .stat-card-2 {
transform: translateY(-10px) rotate(5deg);
}

.about-visual-wrapper:hover .stat-card-3 {
transform: translateY(-50%) translateX(-10px) rotate(-5deg);
}

.stat-number {
font-size: 2.5rem;
font-weight: 800;
line-height: 1;
margin-bottom: 5px;
}

.stat-card-3 .stat-number {
color: white;
}

.stat-label {
font-size: 0.9rem;
font-weight: 600;
line-height: 1.2;
}

.stat-card-3 .stat-label {
color: rgba(255,255,255,0.9);
}

/* Decorative Shapes */
.decorative-shape {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(72, 189, 0, 0.1), rgba(72, 189, 0, 0.2));
animation: float 6s ease-in-out infinite;
}

.shape-1 {
width: 120px;
height: 120px;
top: -30px;
right: -30px;
animation-delay: 0s;
}

.shape-2 {
width: 80px;
height: 80px;
bottom: -20px;
left: -20px;
animation-delay: 3s;
}

@keyframes float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-20px) rotate(180deg); }
}

/* CTA Section */
.cta-section {
display: flex;
gap: 15px;
flex-wrap: wrap;
}

.btn-lg {
padding: 15px 30px;
font-size: 1.1rem;
font-weight: 600;
border-radius: 12px;
transition: all 0.3s ease;
}

/* Modern Products Section */
.products-section {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
position: relative;
overflow: hidden;
}

.products-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, 
transparent 0%, 
var(--text-primary) 20%, 
#28a745 50%, 
var(--text-primary) 80%, 
transparent 100%);
animation: shimmer 4s ease-in-out infinite;
}

/* Category Filter Pills */
.category-filter-wrapper {
position: relative;
}

.category-filters {
background: white;
padding: 8px;
border-radius: 50px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
border: 1px solid rgba(72, 189, 0, 0.1);
}

.filter-btn {
display: flex;
align-items: center;
gap: 8px;
padding: 12px 20px;
border: none;
background: transparent;
border-radius: 50px;
font-weight: 600;
color: #6c757d;
transition: all 0.3s ease;
cursor: pointer;
position: relative;
overflow: hidden;
}

.filter-btn::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--text-primary);
border-radius: 50px;
transform: scale(0);
transition: all 0.3s ease;
z-index: -1;
}

.filter-btn:hover {
color: var(--text-primary);
transform: translateY(-2px);
}

.filter-btn.active {
background: var(--text-primary);
color: white;
box-shadow: 0 4px 15px rgba(72, 189, 0, 0.3);
}

.filter-icon {
font-size: 16px;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
}

.filter-text {
font-size: 14px;
font-weight: 600;
}

.filter-count {
background: rgba(72, 189, 0, 0.1);
color: var(--text-primary);
padding: 2px 8px;
border-radius: 12px;
font-size: 12px;
font-weight: 700;
}

.filter-btn.active .filter-count {
background: rgba(255,255,255,0.2);
color: white;
}

/* Products Grid */
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 40px;
}

.product-item {
opacity: 1;
transform: scale(1);
transition: all 0.4s ease;
}

.product-item.hidden {
opacity: 0;
transform: scale(0.8);
position: absolute;
pointer-events: none;
}

/* Modern Product Card */
.product-card-modern {
background: white;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
border: 1px solid rgba(72, 189, 0, 0.1);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
}

.product-card-modern:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(72, 189, 0, 0.15);
border-color: var(--text-primary);
}

/* Product Image Wrapper */
.product-image-wrapper {
position: relative;
height: 250px;
overflow: hidden;
background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.product-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s ease;
}

.product-card-modern:hover .product-image {
transform: scale(1.1);
}

/* Product Badges */
.product-badges {
position: absolute;
top: 15px;
left: 15px;
display: flex;
flex-direction: column;
gap: 8px;
z-index: 2;
}

.badge {
padding: 6px 12px;
border-radius: 20px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
animation: slideInLeft 0.3s ease;
}

.badge-organic {
background: #28a745;
color: white;
}

.badge-natural {
background: #17a2b8;
color: white;
}

.badge-herbal {
background: #6f42c1;
color: white;
}

.badge-eco {
background: #20c997;
color: white;
}

.badge-sale {
background: #dc3545;
color: white;
}

.badge-new {
background: #fd7e14;
color: white;
}

.badge-popular {
background: #e83e8c;
color: white;
}

/* Product Overlay */
.product-overlay {
position: absolute;
top: 15px;
right: 15px;
display: flex;
flex-direction: column;
gap: 8px;
opacity: 0;
transform: translateX(20px);
transition: all 0.3s ease;
}

.product-card-modern:hover .product-overlay {
opacity: 1;
transform: translateX(0);
}

.btn-quick-view,
.btn-add-wishlist {
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
background: white;
color: var(--text-primary);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-quick-view:hover,
.btn-add-wishlist:hover {
background: var(--text-primary);
color: white;
transform: scale(1.1);
}

/* Product Content */
.product-content {
padding: 25px;
}

.product-category {
color: var(--text-primary);
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 8px;
}

.product-title {
font-size: 1.3rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 10px;
line-height: 1.3;
transition: color 0.3s ease;
}

.product-card-modern:hover .product-title {
color: var(--text-primary);
}

.product-description {
color: #6c757d;
font-size: 14px;
line-height: 1.6;
margin-bottom: 15px;
}

/* Product Rating */
.product-rating {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 15px;
}

.stars {
display: flex;
gap: 2px;
}

.stars i {
color: #ffc107;
font-size: 14px;
}

.rating-text {
color: #6c757d;
font-size: 14px;
font-weight: 600;
}

/* Product Price Box */
.product-price-box {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
}

.price-current {
font-size: 1.5rem;
font-weight: 800;
color: var(--text-primary);
}

.price-original {
font-size: 1.1rem;
color: #6c757d;
text-decoration: line-through;
font-weight: 500;
}

/* Product Actions */
.product-actions {
display: flex;
gap: 10px;
}

.btn-add-cart,
.btn-whatsapp {
flex: 1;
padding: 12px 16px;
border: none;
border-radius: 12px;
font-weight: 600;
font-size: 14px;
text-align: center;
transition: all 0.3s ease;
cursor: pointer;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
}

.btn-add-cart {
background: var(--text-primary);
color: white;
}

.btn-add-cart:hover {
background: #3a9e00;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(72, 189, 0, 0.3);
}

.btn-whatsapp {
background: #25d366;
color: white;
}

.btn-whatsapp:hover {
background: #128c7e;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

/* Load More Button */
#loadMoreBtn {
padding: 15px 40px;
border: 2px solid var(--text-primary);
background: transparent;
color: var(--text-primary);
border-radius: 50px;
font-weight: 600;
transition: all 0.3s ease;
}

#loadMoreBtn:hover {
background: var(--text-primary);
color: white;
transform: translateY(-2px);
}

/* Animations */
@keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-20px);
}
to {
opacity: 1;
transform: translateX(0);
}
}

/* Mobile Responsive */
@media (max-width: 768px) {
.about-section {
padding: 60px 0;
}
    
.about-visual-wrapper {
height: 400px;
margin-bottom: 40px;
}
    
.stat-card {
position: static !important;
transform: none !important;
margin: 10px 0;
display: inline-block;
width: calc(33.333% - 10px);
}
    
.floating-stats {
position: static;
display: flex;
justify-content: space-between;
gap: 10px;
margin-top: 20px;
}

.about-content-wrapper{
    margin-top: 100px;
}
    
.decorative-shape {
display: none;
}
    
.value-card {
flex-direction: column;
text-align: center;
}
    
.value-icon-wrapper {
margin-right: 0;
margin-bottom: 15px;
}
    
.cta-section {
justify-content: center;
}
    
.btn-lg {
padding: 12px 24px;
font-size: 1rem;
}
}

/* Modern Certifications Section */
.certifications-section {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
position: relative;
overflow: hidden;
}

.certifications-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, 
    transparent 0%, 
    var(--text-primary) 20%, 
    #28a745 50%, 
    var(--text-primary) 80%, 
    transparent 100%);
animation: shimmer 4s ease-in-out infinite;
}

/* Certifications Grid */
.certifications-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 30px;
margin-bottom: 50px;
}

/* Certification Card */
.cert-card {
background: white;
border-radius: 20px;
padding: 30px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
border: 1px solid rgba(72, 189, 0, 0.1);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
}

.cert-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--text-primary), #28a745);
transform: scaleX(0);
transition: transform 0.3s ease;
}

.cert-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(72, 189, 0, 0.15);
border-color: var(--text-primary);
}

.cert-card:hover::before {
transform: scaleX(1);
}

/* Certificate Icon Wrapper */
.cert-icon-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
position: relative;
}

.cert-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, rgba(72, 189, 0, 0.1), rgba(72, 189, 0, 0.2));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: var(--text-primary);
transition: all 0.3s ease;
}

.cert-card:hover .cert-icon {
transform: scale(1.1) rotate(5deg);
background: var(--text-primary);
color: white;
}

/* Certificate Badges */
.cert-badge {
padding: 6px 12px;
border-radius: 20px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
color: white;
position: relative;
overflow: hidden;
}

.cert-badge::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.2);
transition: left 0.3s ease;
}

.cert-card:hover .cert-badge::before {
left: 100%;
}

.iso-badge {
background: #007bff;
}

.organic-badge {
background: #28a745;
}

.gmp-badge {
background: #6f42c1;
}

.halal-badge {
background: #17a2b8;
}

.fssai-badge {
background: #fd7e14;
}

.green-badge {
background: #20c997;
}

/* Certificate Content */
.cert-content {
margin-bottom: 25px;
}

.cert-title {
font-size: 1.4rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 10px;
line-height: 1.3;
}

.cert-description {
color: #6c757d;
font-size: 14px;
line-height: 1.6;
margin-bottom: 15px;
}

.cert-meta {
display: flex;
align-items: center;
gap: 15px;
}

.cert-year {
background: rgba(72, 189, 0, 0.1);
color: var(--text-primary);
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
}

.cert-status {
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}

.cert-status.active {
background: rgba(40, 167, 69, 0.1);
color: #28a745;
}

/* Certificate Visual */
.cert-visual {
position: relative;
height: 180px;
border-radius: 12px;
overflow: hidden;
background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.cert-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s ease;
}

.cert-card:hover .cert-image {
transform: scale(1.1);
}

.cert-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(72, 189, 0, 0.9);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.3s ease;
}

.cert-card:hover .cert-overlay {
opacity: 1;
}

.cert-overlay-content {
text-align: center;
color: white;
transform: translateY(20px);
transition: transform 0.3s ease;
}

.cert-card:hover .cert-overlay-content {
transform: translateY(0);
}

.cert-overlay-content i {
font-size: 32px;
margin-bottom: 10px;
display: block;
}

.cert-overlay-content span {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}

/* Trust Indicators */
.trust-indicators {
background: white;
border-radius: 20px;
padding: 40px 30px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
border: 1px solid rgba(72, 189, 0, 0.1);
}

.trust-item {
padding: 20px;
border-radius: 16px;
background: linear-gradient(135deg, rgba(72, 189, 0, 0.02), rgba(72, 189, 0, 0.05));
transition: all 0.3s ease;
}

.trust-item:hover {
transform: translateY(-5px);
background: linear-gradient(135deg, rgba(72, 189, 0, 0.05), rgba(72, 189, 0, 0.1));
box-shadow: 0 10px 25px rgba(72, 189, 0, 0.1);
}

.trust-icon {
width: 60px;
height: 60px;
background: var(--text-primary);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
margin: 0 auto 15px;
transition: all 0.3s ease;
}

.trust-item:hover .trust-icon {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 8px 20px rgba(72, 189, 0, 0.3);
}

.trust-number {
font-size: 2.5rem;
font-weight: 800;
color: var(--text-primary);
line-height: 1;
margin-bottom: 5px;
}

.trust-label {
font-size: 14px;
font-weight: 600;
color: #6c757d;
text-transform: uppercase;
letter-spacing: 0.5px;
}

/* Certificate CTA */
.cert-cta {
background: white;
border-radius: 20px;
padding: 40px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
border: 1px solid rgba(72, 189, 0, 0.1);
}

.cert-cta-title {
font-size: 1.8rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 10px;
}

.cert-cta-desc {
color: #6c757d;
font-size: 16px;
margin-bottom: 25px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}

.cert-cta-buttons {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}

/* Mobile Responsive for Certifications */
@media (max-width: 768px) {
.certifications-grid {
grid-template-columns: 1fr;
gap: 20px;
}
    
.cert-card {
padding: 20px;
}
    
.cert-visual {
height: 150px;
}
    
.trust-indicators {
padding: 30px 20px;
}
    
.trust-item {
margin-bottom: 20px;
}
    
.cert-cta {
padding: 30px 20px;
}
    
.cert-cta-buttons {
flex-direction: column;
align-items: center;
}
    
.cert-cta-buttons .btn {
width: 100%;
max-width: 280px;
}
}

/* Certifications Carousel Override */
.certifications-carousel .owl-stage-outer {
padding: 20px 0;
}

.certifications-carousel .owl-stage {
display: flex;
align-items: stretch;
}

.certifications-carousel .owl-item {
padding: 0 15px;
}

.certifications-carousel .owl-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
padding: 0 20px;
pointer-events: none;
}

.certifications-carousel .owl-nav button {
width: 50px;
height: 50px;
background: var(--text-primary);
color: white;
border: none;
border-radius: 50%;
font-size: 18px;
transition: all 0.3s ease;
pointer-events: all;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(72, 189, 0, 0.3);
}

.certifications-carousel .owl-nav button:hover {
background: #3a9e00;
transform: scale(1.1);
box-shadow: 0 6px 20px rgba(72, 189, 0, 0.4);
}

.certifications-carousel .owl-nav button.owl-prev {
position: absolute;
left: -25px;
z-index: 10;
}

.certifications-carousel .owl-nav button.owl-next {
position: absolute;
right: -25px;
z-index: 10;
}

.certifications-carousel .owl-nav button.owl-prev::before {
content: '';
display: none;
}

.certifications-carousel .owl-nav button.owl-next::before {
content: '';
display: none;
}

.certifications-carousel .owl-nav button.owl-prev i,
.certifications-carousel .owl-nav button.owl-next i {
color: white;
font-size: 18px;
display: block;
}

.certifications-carousel .owl-nav button.owl-prev:hover i,
.certifications-carousel .owl-nav button.owl-next:hover i {
color: white;
transform: scale(1.1);
}

.certifications-carousel .owl-dots {
text-align: center;
margin-top: 20px;
}

.certifications-carousel .owl-dot {
width: 12px;
height: 12px;
background: rgba(72, 189, 0, 0.3);
border: none;
border-radius: 50%;
margin: 0 5px;
transition: all 0.3s ease;
}

.certifications-carousel .owl-dot.active {
background: var(--text-primary);
transform: scale(1.2);
}

.certifications-carousel .owl-dot:hover {
background: rgba(72, 189, 0, 0.6);
}

/* Ensure cert cards work properly in carousel */
.certifications-carousel .cert-card {
height: 100%;
display: flex;
flex-direction: column;
margin: 0;
}

/* Simplified Certification Carousel Images */
.certifications-item {
padding: 20px 15px;
}

.cert-carousel-img {
width: 100%;
height: auto;
max-height: 200px;
object-fit: contain;
border-radius: 12px;
box-shadow: 0 8px 25px rgba(0,0,0,0.1);
transition: all 0.3s ease;
background: white;
padding: 15px;
}

.cert-carousel-img:hover {
transform: scale(1.05);
box-shadow: 0 15px 35px rgba(72, 189, 0, 0.15);
}

/* Override complex cert card styles for carousel */
.certifications-carousel .cert-card {
background: transparent;
border: none;
box-shadow: none;
padding: 0;
border-radius: 0;
}

.certifications-carousel .cert-card::before {
display: none;
}

.certifications-carousel .cert-icon-wrapper,
.certifications-carousel .cert-content,
.certifications-carousel .cert-visual,
.certifications-carousel .cert-overlay {
display: none;
}

/* Modern Why Choose Us Section */
.why-choose-section {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
position: relative;
overflow: hidden;
}

.why-choose-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, 
    transparent 0%, 
    var(--text-primary) 20%, 
    #28a745 50%, 
    var(--text-primary) 80%, 
    transparent 100%);
animation: shimmer 4s ease-in-out infinite;
}

/* Why Content */
.why-content {
padding: 20px 0;
}

.why-feature-item {
display: flex;
align-items: flex-start;
gap: 20px;
margin-bottom: 30px;
padding: 25px;
background: white;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
border: 1px solid rgba(72, 189, 0, 0.1);
transition: all 0.3s ease;
}

.why-feature-item:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(72, 189, 0, 0.15);
border-color: var(--text-primary);
}

.why-icon-wrapper {
position: relative;
flex-shrink: 0;
}

.why-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, rgba(72, 189, 0, 0.1), rgba(72, 189, 0, 0.2));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
color: var(--text-primary);
transition: all 0.3s ease;
}

.why-feature-item:hover .why-icon {
transform: scale(1.1) rotate(5deg);
background: var(--text-primary);
color: white;
}

.why-badge {
position: absolute;
top: -10px;
right: -10px;
background: var(--text-primary);
color: white;
padding: 6px 12px;
border-radius: 20px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 4px 15px rgba(72, 189, 0, 0.3);
}

.why-content-text {
flex: 1;
}

.why-title {
font-size: 1.4rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 10px;
line-height: 1.3;
}

.why-description {
color: #6c757d;
font-size: 14px;
line-height: 1.6;
margin: 0;
}

/* Benefits Grid */
.why-benefits {
display: grid;
gap: 20px;
}

.benefit-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 20px;
background: white;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.05);
border: 1px solid rgba(72, 189, 0, 0.05);
transition: all 0.3s ease;
}

.benefit-item:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(72, 189, 0, 0.1);
border-color: var(--text-primary);
}

.benefit-icon {
width: 50px;
height: 50px;
background: var(--text-primary);
color: white;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
flex-shrink: 0;
transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
transform: scale(1.1);
box-shadow: 0 6px 20px rgba(72, 189, 0, 0.3);
}

.benefit-content {
flex: 1;
}

.benefit-title {
font-size: 1.1rem;
font-weight: 600;
color: #2c3e50;
margin-bottom: 5px;
line-height: 1.3;
}

.benefit-desc {
color: #6c757d;
font-size: 13px;
line-height: 1.5;
margin: 0;
}

/* Visual Wrapper */
.why-visual-wrapper {
position: relative;
height: 600px;
}

.why-main-image {
position: relative;
width: 100%;
height: 100%;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.why-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease;
}

.why-main-image:hover .why-image {
transform: scale(1.05);
}

.image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(72, 189, 0, 0.9);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.3s ease;
}

.why-main-image:hover .image-overlay {
opacity: 1;
}

.overlay-content {
text-align: center;
color: white;
transform: translateY(20px);
transition: transform 0.3s ease;
}

.why-main-image:hover .overlay-content {
transform: translateY(0);
}

.overlay-icon {
width: 60px;
height: 60px;
background: rgba(255,255,255,0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
margin: 0 auto 15px;
}

.overlay-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 5px;
}

.overlay-desc {
font-size: 14px;
opacity: 0.9;
margin: 0;
}

/* Floating Stats */
.floating-stats-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}

.floating-stat {
position: absolute;
background: white;
border-radius: 16px;
padding: 20px;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
border: 1px solid rgba(72, 189, 0, 0.1);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
pointer-events: auto;
}

.stat-1 {
top: 20px;
right: -20px;
transform: rotate(-2deg);
}

.stat-2 {
bottom: 20px;
left: -20px;
transform: rotate(2deg);
}

.stat-3 {
top: 50%;
left: -30px;
transform: translateY(-50%) rotate(-3deg);
background: var(--text-primary);
color: white;
border-color: var(--text-primary);
}

.why-visual-wrapper:hover .stat-1 {
transform: translateY(-10px) rotate(-5deg);
}

.why-visual-wrapper:hover .stat-2 {
transform: translateY(-10px) rotate(5deg);
}

.why-visual-wrapper:hover .stat-3 {
transform: translateY(-50%) translateX(-10px) rotate(-5deg);
}

.stat-icon {
width: 50px;
height: 50px;
background: rgba(72, 189, 0, 0.1);
color: var(--text-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
margin: 0 auto 10px;
transition: all 0.3s ease;
}

.stat-3 .stat-icon {
background: rgba(255,255,255,0.2);
color: white;
}

.stat-number {
font-size: 2rem;
font-weight: 800;
line-height: 1;
margin-bottom: 5px;
}

.stat-3 .stat-number {
color: white;
}

.stat-label {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #6c757d;
}

.stat-3 .stat-label {
color: rgba(255,255,255,0.9);
}

/* Decorative Shapes */
.decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}

.shape {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(72, 189, 0, 0.1), rgba(72, 189, 0, 0.2));
animation: float 6s ease-in-out infinite;
}

.shape-1 {
width: 80px;
height: 80px;
top: -20px;
right: -20px;
animation-delay: 0s;
}

.shape-2 {
width: 60px;
height: 60px;
bottom: -15px;
left: -15px;
animation-delay: 3s;
}

.shape-3 {
width: 40px;
height: 40px;
top: 50%;
right: -10px;
transform: translateY(-50%);
animation-delay: 1.5s;
}

/* CTA Section */
.why-cta {
background: white;
border-radius: 20px;
padding: 40px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
border: 1px solid rgba(72, 189, 0, 0.1);
}

.why-cta-title {
font-size: 1.8rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 10px;
}

.why-cta-desc {
color: #6c757d;
font-size: 16px;
margin-bottom: 25px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}

.why-cta-buttons {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}

/* Mobile Responsive for Why Choose Us */
@media (max-width: 768px) {
.why-feature-item {
flex-direction: column;
text-align: center;
padding: 20px;
}
    
.why-icon-wrapper {
margin-bottom: 15px;
}
    
.benefit-item {
flex-direction: column;
text-align: center;
}
    
.why-visual-wrapper {
height: 400px;
margin-top: 30px;
}
    
.floating-stat {
position: static !important;
transform: none !important;
margin: 10px 0;
display: inline-block;
width: calc(33.333% - 10px);
}
    
.floating-stats-wrapper {
position: static;
display: flex;
justify-content: space-between;
gap: 10px;
margin-top: 20px;
}
    
.decorative-shapes {
display: none;
}
    
.why-cta {
    margin-top: 250px;
padding: 30px 20px;
}
    
.why-cta-buttons {
flex-direction: column;
align-items: center;
}
    
.why-cta-buttons .btn {
width: 100%;
max-width: 280px;
}
}

/* Modern Testimonial Section */
.testimonial-section {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
position: relative;
overflow: hidden;
}

.testimonial-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, 
    transparent 0%, 
    var(--text-primary) 20%, 
    #28a745 50%, 
    var(--text-primary) 80%, 
    transparent 100%);
animation: shimmer 4s ease-in-out infinite;
}

/* Testimonial Cards */
.testimonial-card {
padding: 30px;
background: white;
border-radius: 24px;
box-shadow: 0 10px 40px rgba(0,0,0,0.08);
border: 1px solid rgba(72, 189, 0, 0.1);
transition: all 0.3s ease;
margin: 0 15px;
}

.testimonial-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 60px rgba(72, 189, 0, 0.15);
border-color: var(--text-primary);
}

.testimonial-content {
position: relative;
}

.testimonial-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 20px;
}

.testimonial-rating {
display: flex;
gap: 5px;
}

.testimonial-rating i {
color: #ffc107;
font-size: 16px;
}

.testimonial-quote-icon {
width: 40px;
height: 40px;
background: linear-gradient(135deg, rgba(72, 189, 0, 0.1), rgba(72, 189, 0, 0.2));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-primary);
font-size: 18px;
transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-quote-icon {
background: var(--text-primary);
color: white;
transform: rotate(15deg);
}

.testimonial-text {
margin-bottom: 25px;
}

.testimonial-text p {
font-size: 16px;
line-height: 1.8;
color: #495057;
font-style: italic;
margin: 0;
position: relative;
padding-left: 20px;
}

.testimonial-text p::before {
content: '"';
position: absolute;
left: 0;
top: -5px;
font-size: 24px;
color: var(--text-primary);
font-style: normal;
}

.testimonial-author {
display: flex;
align-items: center;
gap: 15px;
padding-top: 20px;
border-top: 1px solid rgba(72, 189, 0, 0.1);
}

.author-avatar {
position: relative;
flex-shrink: 0;
}

.author-image {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
border: 3px solid rgba(72, 189, 0, 0.1);
transition: all 0.3s ease;
}

.testimonial-card:hover .author-image {
border-color: var(--text-primary);
transform: scale(1.05);
}

.author-badge {
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 20px;
background: var(--text-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 10px;
border: 2px solid white;
}

.author-info {
flex: 1;
}

.author-name {
font-size: 1.1rem;
font-weight: 600;
color: #2c3e50;
margin-bottom: 5px;
line-height: 1.3;
}

.author-title {
font-size: 14px;
color: var(--text-primary);
font-weight: 500;
margin-bottom: 3px;
}

.author-location {
font-size: 12px;
color: #6c757d;
margin: 0;
display: flex;
align-items: center;
}

.author-location i {
font-size: 10px;
color: var(--text-primary);
}

/* Testimonial Stats */
.testimonial-stats {
background: white;
border-radius: 24px;
padding: 40px 30px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
border: 1px solid rgba(72, 189, 0, 0.1);
margin-top: 50px;
}

.stat-item {
padding: 25px 20px;
border-radius: 20px;
background: linear-gradient(135deg, rgba(72, 189, 0, 0.02), rgba(72, 189, 0, 0.05));
transition: all 0.3s ease;
}

.stat-item:hover {
transform: translateY(-5px);
background: linear-gradient(135deg, rgba(72, 189, 0, 0.05), rgba(72, 189, 0, 0.1));
box-shadow: 0 10px 25px rgba(72, 189, 0, 0.1);
}

.stat-icon {
width: 60px;
height: 60px;
background: var(--text-primary);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
margin: 0 auto 15px;
transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 8px 20px rgba(72, 189, 0, 0.3);
}

.stat-number {
font-size: 2.5rem;
font-weight: 800;
color: var(--text-primary);
line-height: 1;
margin-bottom: 5px;
}

.stat-label {
font-size: 14px;
font-weight: 600;
color: #6c757d;
text-transform: uppercase;
letter-spacing: 0.5px;
}

/* Testimonial Carousel Override */
.testimonial-carousel .owl-stage-outer {
padding: 30px 0;
}

.testimonial-carousel .owl-stage {
display: flex;
align-items: stretch;
}

.testimonial-carousel .owl-item {
padding: 0 15px;
}

.testimonial-carousel .owl-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
padding: 0 20px;
pointer-events: none;
}

.testimonial-carousel .owl-nav button {
width: 50px;
height: 50px;
background: var(--text-primary);
color: white;
border: none;
border-radius: 50%;
font-size: 18px;
transition: all 0.3s ease;
pointer-events: all;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(72, 189, 0, 0.3);
}

.testimonial-carousel .owl-nav button:hover {
background: #3a9e00;
transform: scale(1.1);
box-shadow: 0 6px 20px rgba(72, 189, 0, 0.4);
}

.testimonial-carousel .owl-nav button.owl-prev {
position: absolute;
left: -25px;
z-index: 10;
}

.testimonial-carousel .owl-nav button.owl-next {
position: absolute;
right: -25px;
z-index: 10;
}

.testimonial-carousel .owl-nav button.owl-prev::before {
content: '';
display: none;
}

.testimonial-carousel .owl-nav button.owl-next::before {
content: '';
display: none;
}

.testimonial-carousel .owl-nav button.owl-prev i,
.testimonial-carousel .owl-nav button.owl-next i {
color: white;
font-size: 18px;
display: block;
}

.testimonial-carousel .owl-nav button.owl-prev:hover i,
.testimonial-carousel .owl-nav button.owl-next:hover i {
color: white;
transform: scale(1.1);
}

.testimonial-carousel .owl-dots {
text-align: center;
margin-top: 30px;
}

.testimonial-carousel .owl-dot {
width: 12px;
height: 12px;
background: rgba(72, 189, 0, 0.3);
border: none;
border-radius: 50%;
margin: 0 5px;
transition: all 0.3s ease;
}

.testimonial-carousel .owl-dot.active {
background: var(--text-primary);
transform: scale(1.2);
}

.testimonial-carousel .owl-dot:hover {
background: rgba(72, 189, 0, 0.6);
}

/* Mobile Responsive for Testimonials */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 25px 20px;
        margin: 0 10px;
    }
    
    .testimonial-header {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .testimonial-text p {
        font-size: 15px;
        padding-left: 15px;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .testimonial-stats {
        padding: 30px 20px;
        margin-top: 30px;
    }
    
    .stat-item {
        margin-bottom: 20px;
    }
    
    .testimonial-carousel .owl-nav {
        display: none;
    }
}

/* Enhanced Testimonial Features */
.testimonial-filters {
    text-align: center;
    margin-bottom: 40px;
}

.filter-pills {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    background: white;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(72, 189, 0, 0.1);
}

.filter-pill {
    background: transparent;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.filter-pill:hover {
    color: var(--text-primary);
    background: rgba(72, 189, 0, 0.05);
}

.filter-pill.active {
    background: var(--text-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(72, 189, 0, 0.3);
}

.filter-pill i {
    font-size: 12px;
}

/* Enhanced Testimonial Cards */
.testimonial-card {
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s ease;
}

.testimonial-card.hidden {
    opacity: 0;
    transform: scale(0.8);
    display: none;
}

.testimonial-badge {
    background: linear-gradient(135deg, rgba(72, 189, 0, 0.1), rgba(72, 189, 0, 0.2));
    color: var(--text-primary);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.testimonial-badge.featured {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.testimonial-card:hover .testimonial-badge {
    transform: scale(1.05);
}

/* Enhanced Author Info */
.testimonial-meta {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.meta-item {
    font-size: 11px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 4px;
}

.meta-item i {
    font-size: 10px;
    color: var(--text-primary);
}

/* Enhanced Stats with Animation */
.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.stat-item:hover .stat-number {
    transform: scale(1.1);
}

/* Testimonial CTA */
.testimonial-cta {
    background: linear-gradient(135deg, white 0%, #f8f9fa 100%);
    border-radius: 24px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border: 1px solid rgba(72, 189, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.testimonial-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--text-primary) 20%, 
        #28a745 50%, 
        var(--text-primary) 80%, 
        transparent 100%);
    animation: shimmer 3s ease-in-out infinite;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.cta-desc {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Advanced Hover Effects */
.testimonial-card {
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(72, 189, 0, 0.1) 50%, 
        transparent 100%);
    transition: left 0.6s ease;
}

.testimonial-card:hover::before {
    left: 100%;
}

/* Enhanced Rating Stars */
.testimonial-rating i {
    transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-rating i {
    transform: scale(1.1);
    color: #ffb300;
}

.testimonial-card:hover .testimonial-rating i:nth-child(odd) {
    transform: scale(1.15);
}

/* Author Avatar Enhancement */
.author-avatar::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--text-primary), #28a745);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover .author-avatar::after {
    opacity: 1;
}

/* Floating Animation for Cards */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.testimonial-card:hover {
    animation: float 3s ease-in-out infinite;
}

/* Progress Bar for Stats */
.stat-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.stat-item:hover::after {
    width: 80%;
}

/* Mobile Responsive for Enhanced Features */
@media (max-width: 768px) {
    .filter-pills {
        flex-direction: column;
        width: 100%;
        border-radius: 20px;
        padding: 12px;
    }
    
    .filter-pill {
        justify-content: center;
        width: 100%;
    }
    
    .testimonial-meta {
        justify-content: center;
        flex-direction: column;
        gap: 8px;
    }
    
    .testimonial-why-cta {
        padding: 30px 20px;
        margin-top: 100px;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
}

/* Loading Animation */
.testimonial-card.loading {
    opacity: 0.6;
    pointer-events: none;
}

.testimonial-card.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid var(--text-primary);
    border-top: 2px solid transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Modern FAQ Section */
.faq-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--text-primary) 20%, 
        #28a745 50%, 
        var(--text-primary) 80%, 
        transparent 100%);
    animation: shimmer 4s ease-in-out infinite;
}

/* FAQ Categories */
.faq-categories {
    text-align: center;
    margin-bottom: 40px;
}

.category-pills {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    background: white;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(72, 189, 0, 0.1);
}

.category-pill {
    background: transparent;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.category-pill:hover {
    color: var(--text-primary);
    background: rgba(72, 189, 0, 0.05);
}

.category-pill.active {
    background: var(--text-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(72, 189, 0, 0.3);
}

.category-pill i {
    font-size: 12px;
}


/* Modern FAQ Design with Bootstrap - Senior Frontend Developer */
.faq-section {
    background: linear-gradient(135deg, #f8fafb 0%, #ffffff 50%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(72, 189, 0, 0.1) 20%, 
        rgba(72, 189, 0, 0.3) 50%, 
        rgba(72, 189, 0, 0.1) 80%, 
        transparent 100%);
}

/* Modern FAQ Accordion */
.faq-accordion {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.faq-item {
    border-bottom: 1px solid rgba(226, 232, 240, 0.6);
    transition: all 0.3s ease;
    position: relative;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--text-primary), #28a745);
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 0;
}

.faq-item:hover::before,
.faq-item.show::before {
    transform: scaleY(1);
    opacity: 1;
}

.faq-item:hover {
    background: rgba(72, 189, 0, 0.02);
    transform: translateX(4px);
}

/* Modern FAQ Header */
.faq-header {
    padding: 24px 32px;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-header:hover {
    background: rgba(72, 189, 0, 0.03);
    padding-left: 40px;
}

.faq-header:not(.collapsed) {
    background: linear-gradient(135deg, 
        rgba(72, 189, 0, 0.05) 0%, 
        rgba(72, 189, 0, 0.02) 100%);
    padding-left: 40px;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.faq-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, 
        rgba(72, 189, 0, 0.1), 
        rgba(72, 189, 0, 0.15));
    color: var(--text-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(72, 189, 0, 0.12);
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', FontAwesome;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.faq-header:hover .faq-icon {
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    color: white;
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(72, 189, 0, 0.25);
}

.faq-header:not(.collapsed) .faq-icon {
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    color: white;
    transform: scale(1.05) rotate(8deg);
    box-shadow: 0 12px 32px rgba(72, 189, 0, 0.25);
}

.faq-question h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faq-header:hover .faq-question h5 {
    color: var(--text-primary);
}

.faq-header:not(.collapsed) .faq-question h5 {
    color: var(--text-primary);
    font-weight: 700;
}

.faq-toggle {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, 
        rgba(72, 189, 0, 0.1), 
        rgba(72, 189, 0, 0.15));
    color: var(--text-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(72, 189, 0, 0.1);
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', FontAwesome;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.faq-header:hover .faq-toggle {
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    color: white;
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(72, 189, 0, 0.2);
}

.faq-header:not(.collapsed) .faq-toggle {
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    color: white;
    transform: rotate(180deg) scale(1.05);
    box-shadow: 0 8px 24px rgba(72, 189, 0, 0.2);
}

/* Modern FAQ Body */
.faq-body {
    padding: 0 32px 32px 96px;
    background: linear-gradient(135deg, 
        rgba(72, 189, 0, 0.01) 0%, 
        transparent 100%);
}

.faq-body p {
    color: #495057;
    line-height: 1.7;
    margin-bottom: 24px;
    font-size: 1.1rem;
    font-weight: 400;
}

.faq-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tag {
    background: linear-gradient(135deg, 
        rgba(72, 189, 0, 0.08), 
        rgba(72, 189, 0, 0.12));
    color: var(--text-primary);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 1px solid rgba(72, 189, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.4) 50%, 
        transparent 100%);
    transition: left 0.6s ease;
}

.tag:hover::before {
    left: 100%;
}

.tag:hover {
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    color: white;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 20px rgba(72, 189, 0, 0.2);
}

/* Bootstrap Collapse Enhancement */
.collapse {
    transition: height 0.4s ease;
}

.faq-item .collapse.show {
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modern Help Section */
.help-section {
    margin-top: 80px;
}

.help-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.help-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--text-primary), #28a745);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.help-card:hover::before {
    transform: scaleX(1);
}

.help-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.help-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(72, 189, 0, 0.1), rgba(72, 189, 0, 0.15));
    color: var(--text-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 24px;
    transition: all 0.3s ease;
}

.help-card:hover .help-icon {
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(72, 189, 0, 0.25);
}

.help-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.help-card:hover h4 {
    color: var(--text-primary);
}

.help-card p {
    color: #6c757d;
    margin-bottom: 24px;
    line-height: 1.6;
}

.help-card .btn {
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.help-card .btn-primary {
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    border: none;
    box-shadow: 0 8px 24px rgba(72, 189, 0, 0.25);
}

.help-card .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(72, 189, 0, 0.35);
}

.help-card .btn-outline-primary {
    border: 2px solid var(--text-primary);
    color: var(--text-primary);
}

.help-card .btn-outline-primary:hover {
    background: var(--text-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(72, 189, 0, 0.25);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .faq-header {
        padding: 20px 24px;
    }
    
    .faq-header:hover,
    .faq-header:not(.collapsed) {
        padding-left: 28px;
    }
    
    .faq-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        border-radius: 12px;
    }
    
    .faq-question h5 {
        font-size: 1.1rem;
    }
    
    .faq-toggle {
        width: 40px;
        height: 40px;
        font-size: 16px;
        border-radius: 12px;
    }
    
    .faq-body {
        padding: 0 24px 24px 24px;
    }
    
    .faq-body p {
        font-size: 1rem;
    }
    
    .tag {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .help-card {
        padding: 30px 20px;
    }
    
    .help-icon {
        width: 64px;
        height: 64px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .help-card h4 {
        font-size: 1.25rem;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .faq-section {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    }
    
    .faq-accordion {
        background: #1e293b;
        border-color: rgba(71, 85, 105, 0.8);
    }
    
    .faq-item {
        border-color: rgba(71, 85, 105, 0.6);
    }
    
    .faq-header:hover {
        background: rgba(72, 189, 0, 0.1);
    }
    
    .faq-header:not(.collapsed) {
        background: rgba(72, 189, 0, 0.15);
    }
    
    .faq-question h5 {
        color: #f1f5f9;
    }
    
    .faq-body {
        background: rgba(72, 189, 0, 0.05);
    }
    
    .faq-body p {
        color: #cbd5e1;
    }
    
    .tag {
        background: rgba(72, 189, 0, 0.15);
        border-color: rgba(72, 189, 0, 0.2);
    }
    
    .help-card {
        background: #1e293b;
        border-color: rgba(71, 85, 105, 0.8);
    }
    
    .help-card h4 {
        color: #f1f5f9;
    }
    
    .help-card p {
        color: #94a3b8;
    }
}

/* Modern Blog Section - Senior Frontend Developer */
.blog-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafb 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(72, 189, 0, 0.1) 20%, 
        rgba(72, 189, 0, 0.3) 50%, 
        rgba(72, 189, 0, 0.1) 80%, 
        transparent 100%);
}

/* Modern Blog Card */
.blog-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border-color: rgba(72, 189, 0, 0.2);
}

.blog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--text-primary), #28a745);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.blog-card:hover::before {
    transform: scaleX(1);
}

/* Blog Image Wrapper */
.blog-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 240px;
    border-radius: 20px 20px 0 0;
}

.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.blog-card:hover .blog-img {
    transform: scale(1.1);
}

/* Blog Overlay */
.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        transparent 100%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.blog-card:hover .blog-overlay {
    opacity: 1;
}

/* Category Badge */
.blog-category-badge {
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 6px 20px rgba(72, 189, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.blog-date {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #2c3e50;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Link Overlay */
.blog-link-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 8px 24px rgba(72, 189, 0, 0.3);
    z-index: 10;
}

.blog-card:hover .blog-link-overlay {
    transform: translate(-50%, -50%) scale(1);
}

/* Blog Content */
.blog-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Blog Meta */
.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.6);
}

.author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(72, 189, 0, 0.1);
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.author-name {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1;
}

.read-time {
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
}

.blog-stats {
    display: flex;
    gap: 16px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
    transition: color 0.3s ease;
}

.stat-item:hover {
    color: var(--text-primary);
}

/* Blog Title */
.blog-title {
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.blog-title a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
    transition: color 0.3s ease;
    display: block;
}

.blog-title a:hover {
    color: var(--text-primary);
}

/* Blog Excerpt */
.blog-excerpt {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
    font-size: 0.95rem;
}

/* Blog Tags */
.blog-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.blog-tags .tag {
    background: linear-gradient(135deg, 
        rgba(72, 189, 0, 0.08), 
        rgba(72, 189, 0, 0.12));
    color: var(--text-primary);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    border: 1px solid rgba(72, 189, 0, 0.1);
}

.blog-tags .tag:hover {
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    color: white;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 16px rgba(72, 189, 0, 0.2);
}

/* Blog Button */
.blog-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(72, 189, 0, 0.25);
    align-self: flex-start;
}

.blog-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(72, 189, 0, 0.35);
    color: white;
    text-decoration: none;
}

.blog-btn i {
    transition: transform 0.3s ease;
}

.blog-btn:hover i {
    transform: translateX(4px);
}

/* View All Button */
.blog-section .btn-primary {
    background: linear-gradient(135deg, var(--text-primary), #28a745);
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(72, 189, 0, 0.25);
    transition: all 0.3s ease;
}

.blog-section .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(72, 189, 0, 0.35);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .blog-image-wrapper {
        height: 200px;
    }
    
    .blog-content {
        padding: 24px;
    }
    
    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }
    
    .blog-title a {
        font-size: 1.1rem;
    }
    
    .blog-excerpt {
        font-size: 0.9rem;
        margin-bottom: 16px;
    }
    
    .blog-tags {
        margin-bottom: 20px;
    }
    
    .blog-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .blog-overlay {
        padding: 16px;
    }
    
    .blog-category-badge {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .blog-date {
        padding: 4px 8px;
        font-size: 10px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .blog-section {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    }
    
    .blog-card {
        background: #1e293b;
        border-color: rgba(71, 85, 105, 0.8);
    }
    
    .blog-title a {
        color: #f1f5f9;
    }
    
    .blog-title a:hover {
        color: var(--text-primary);
    }
    
    .blog-excerpt {
        color: #cbd5e1;
    }
    
    .author-name {
        color: #f1f5f9;
    }
    
    .read-time {
        color: #94a3b8;
    }
    
    .stat-item {
        color: #94a3b8;
    }
    
    .stat-item:hover {
        color: var(--text-primary);
    }
    
    .blog-meta {
        border-color: rgba(71, 85, 105, 0.6);
    }
    
    .blog-date {
        background: rgba(30, 41, 59, 0.9);
        color: #cbd5e1;
    }
}

/* Active State Enhancement */
.faq-item.active {
    background: rgba(72, 189, 0, 0.02);
}

/* Help Section */
.help-section {
    margin-top: 60px;
}

.help-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(72, 189, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.help-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(72, 189, 0, 0.15);
    border-color: var(--text-primary);
}

.help-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(72, 189, 0, 0.1), rgba(72, 189, 0, 0.2));
    color: var(--text-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.help-card:hover .help-icon {
    background: var(--text-primary);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(72, 189, 0, 0.3);
}

.help-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.help-card p {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.6;
}

.help-card .btn {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.help-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(72, 189, 0, 0.3);
}

/* Advanced Animations */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-body.show {
    animation: slideDown 0.4s ease;
}


/* No Results Message */
.no-results {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.no-results i {
    font-size: 48px;
    color: #dee2e6;
    margin-bottom: 20px;
}

.no-results h4 {
    color: #495057;
    margin-bottom: 10px;
}

/* Mobile Responsive for FAQ */
@media (max-width: 768px) {
    .category-pills {
        flex-direction: column;
        width: 100%;
        border-radius: 20px;
        padding: 12px;
    }
    
    .category-pill {
        justify-content: center;
        width: 100%;
    }
    
    .faq-header {
        padding: 15px 20px;
    }
    
    .faq-question h5 {
        font-size: 1rem;
    }
    
    .faq-body {
        padding: 0 20px 20px;
    }
    
    .faq-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .help-card {
        padding: 30px 20px;
    }
    
    .help-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .help-card h4 {
        font-size: 1.1rem;
    }
}

/* Loading State */
.faq-item.loading {
    opacity: 0.6;
    pointer-events: none;
}





/* Enhanced Search Results */
.search-results-count {
    text-align: center;
    margin-bottom: 20px;
    color: #6c757d;
    font-size: 14px;
}

.search-results-count strong {
    color: var(--text-primary);
}

/* ==================== MISSION VISION SECTION ==================== */

/* Mission & Vision Cards */
.mission-card, .vision-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.mission-card:hover, .vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

/* Card Headers */
.card-header-custom {
    background: linear-gradient(135deg, var(--text-primary) 0%, #5fcf24 100%);
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.card-header-custom::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.icon-wrapper i {
    font-size: 36px;
    color: white;
}

.card-title {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0;
}

/* Card Bodies */
.card-body-custom {
    padding: 30px;
}

/* Mission Items */
.mission-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mission-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(72, 189, 0, 0.05);
    border-radius: 12px;
    border-left: 4px solid var(--text-primary);
    transition: all 0.3s ease;
}

.mission-item:hover {
    background: rgba(72, 189, 0, 0.1);
    transform: translateX(5px);
}

.mission-icon {
    width: 50px;
    height: 50px;
    background: var(--text-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mission-icon i {
    font-size: 20px;
    color: white;
}

.mission-content h5 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.mission-content p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Vision Content */
.vision-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.vision-highlight {
    text-align: center;
    padding: 25px;
    background: linear-gradient(135deg, rgba(72, 189, 0, 0.1) 0%, rgba(95, 207, 36, 0.1) 100%);
    border-radius: 15px;
    border: 2px solid rgba(72, 189, 0, 0.2);
}

.highlight-icon {
    width: 70px;
    height: 70px;
    background: var(--text-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.highlight-icon i {
    font-size: 30px;
    color: white;
}

.vision-highlight h4 {
    color: #2c3e50;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.vision-description {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    margin: 0;
}

.vision-points {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vision-point {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(72, 189, 0, 0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.vision-point:hover {
    background: rgba(72, 189, 0, 0.08);
    transform: translateX(5px);
}

.vision-point i {
    color: var(--text-primary);
    font-size: 18px;
    flex-shrink: 0;
}

.vision-point span {
    color: #495057;
    font-size: 15px;
    line-height: 1.5;
}

.vision-cta {
    text-align: center;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    border: 1px solid rgba(72, 189, 0, 0.2);
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--text-primary);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}

.cta-badge i {
    font-size: 16px;
}

.vision-cta p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mission-card, .vision-card {
        margin-bottom: 30px;
    }
    
    .card-header-custom {
        padding: 25px 20px;
    }
    
    .icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .icon-wrapper i {
        font-size: 28px;
    }
    
    .card-title {
        font-size: 24px;
    }
    
    .card-body-custom {
        padding: 20px;
    }
    
    .mission-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .mission-icon {
        margin: 0 auto;
    }
    
    .vision-highlight {
        padding: 20px 15px;
    }
    
    .highlight-icon {
        width: 60px;
        height: 60px;
    }
    
    .highlight-icon i {
        font-size: 24px;
    }
    
    .vision-highlight h4 {
        font-size: 20px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .mission-card, .vision-card {
        background: #1a1a1a;
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .mission-content h5,
    .vision-highlight h4 {
        color: #ffffff;
    }
    
    .mission-content p,
    .vision-description,
    .vision-point span,
    .vision-cta p {
        color: #b0b0b0;
    }
    
    .mission-item {
        background: rgba(72, 189, 0, 0.1);
        border-left-color: var(--text-primary);
    }
    
    .mission-item:hover {
        background: rgba(72, 189, 0, 0.2);
    }
    
    .vision-highlight {
        background: rgba(72, 189, 0, 0.15);
        border-color: rgba(72, 189, 0, 0.3);
    }
    
    .vision-point {
        background: rgba(72, 189, 0, 0.05);
    }
    
    .vision-point:hover {
        background: rgba(72, 189, 0, 0.15);
    }
    
    .vision-cta {
        background: linear-gradient(135deg, #2a2a2a 0%, #333333 100%);
        border-color: rgba(72, 189, 0, 0.3);
    }
}

/* ==================== LEADERSHIP SECTION ==================== */

/* Leadership Cards */
.leadership-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(226, 232, 240, 0.8);
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

.leadership-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(72, 189, 0, 0.15);
}

/* Card Header Gradients */
.card-header-gradient {
    background: linear-gradient(135deg, var(--text-primary) 0%, #5fcf24 100%);
    padding: 25px 30px;
    position: relative;
    overflow: hidden;
}

.card-header-gradient.md-gradient {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
}

.card-header-gradient::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: float 8s ease-in-out infinite;
}

.leader-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.leader-badge i {
    font-size: 16px;
}

/* Leader Content */
.leader-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px;
}

.leader-info {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(72, 189, 0, 0.1);
}

.leader-avatar {
    position: relative;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.leader-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--text-primary);
}

.avatar-border {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid rgba(72, 189, 0, 0.3);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.leader-details {
    flex: 1;
}

.leader-name {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.leader-title {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 10px;
}

.leader-signature {
    color: var(--text-primary);
    font-size: 20px;
    opacity: 0.7;
}

/* Leader Message */
.leader-message {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.message-quote {
    position: relative;
    padding: 0 20px;
}

.quote-icon {
    color: rgba(72, 189, 0, 0.2);
    font-size: 20px;
    margin-bottom: 10px;
}

.message-text {
    color: #495057;
    font-size: 16px;
    line-height: 1.8;
    font-style: italic;
    text-align: justify;
    margin: 0 0 10px;
}

.message-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(72, 189, 0, 0.08);
    border: 1px solid rgba(72, 189, 0, 0.15);
    border-radius: 20px;
    padding: 8px 15px;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    background: rgba(72, 189, 0, 0.15);
    transform: translateY(-2px);
}

.highlight-item i {
    color: var(--text-primary);
    font-size: 14px;
}

.highlight-item span {
    color: #495057;
    font-size: 13px;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .leader-content {
        padding: 20px;
        gap: 20px;
    }
    
    .leader-info {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .leader-avatar {
        width: 80px;
        height: 80px;
    }
    
    .leader-name {
        font-size: 20px;
    }
    
    .leader-title {
        font-size: 13px;
    }
    
    .message-text {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .message-highlights {
        justify-content: center;
    }
    
    .highlight-item {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .highlight-item span {
        font-size: 12px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .leadership-card {
        background: #1a1a1a;
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .leader-name {
        color: #ffffff;
    }
    
    .leader-title {
        color: #b0b0b0;
    }
    
    .message-text {
        color: #d0d0d0;
    }
    
    .highlight-item {
        background: rgba(72, 189, 0, 0.15);
        border-color: rgba(72, 189, 0, 0.3);
    }
    
    .highlight-item:hover {
        background: rgba(72, 189, 0, 0.25);
    }
    
    .highlight-item span {
        color: #e0e0e0;
    }
    
    .leader-info {
        border-bottom-color: rgba(72, 189, 0, 0.2);
    }
}

/* ==================== DIRECTOR MESSAGE SECTION ==================== */

/* Director Message Wrapper */
.director-message-wrapper {
    background: white;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(226, 232, 240, 0.8);
    overflow: hidden;
    position: relative;
}

/* Director Content */
.director-content {
    padding: 50px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.director-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.director-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--text-primary) 0%, #5fcf24 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    box-shadow: 0 10px 30px rgba(72, 189, 0, 0.3);
}

.director-title {
    flex: 1;
}

.director-name {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.director-role {
    color: #6c757d;
    font-size: 16px;
    margin: 0;
}

/* Director Speech */
.director-speech {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.speech-quote {
    position: relative;
    padding: 0 20px;
}

.speech-quote .quote-icon {
    color: rgba(72, 189, 0, 0.2);
    font-size: 24px;
    margin-bottom: 15px;
}

.speech-text {
    color: #495057;
    font-size: 18px;
    line-height: 1.8;
    font-style: italic;
    text-align: justify;
    margin: 0 0 15px;
}

/* Director Pillars */
.director-pillars {
    margin-top: 20px;
}

.pillars-title {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pillars-title::before {
    content: '';
    height: 2px;
    width: 30px;
    background: var(--text-primary);
    border-radius: 1px;
}

.pillars-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pillar-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(72, 189, 0, 0.05);
    border-radius: 15px;
    border-left: 4px solid var(--text-primary);
    transition: all 0.3s ease;
}

.pillar-item:hover {
    background: rgba(72, 189, 0, 0.1);
    transform: translateX(5px);
}

.pillar-icon {
    width: 50px;
    height: 50px;
    background: var(--text-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.pillar-content h5 {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pillar-content p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Director Visual */
.director-visual {
    position: relative;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    flex-direction: column;
}

.image-wrapper {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.director-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(72, 189, 0, 0.9) 0%, rgba(95, 207, 36, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.image-wrapper:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.image-wrapper:hover .overlay-content {
    transform: translateY(0);
}

.overlay-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.overlay-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.overlay-content p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
}

/* Director Stats */
.director-stats {
    display: flex;
    justify-content: space-around;
    padding: 30px 20px;
    background: white;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 5px;
    display: block;
}

.stat-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 992px) {
    .director-content {
        padding: 40px 30px;
    }
    
    .director-name {
        font-size: 24px;
    }
    
    .speech-text {
        font-size: 16px;
    }
    
    .director-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .stat-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    
    .stat-number {
        font-size: 24px;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .director-content {
        padding: 30px 20px;
    }
    
    .director-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .director-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .director-name {
        font-size: 22px;
    }
    
    .director-role {
        font-size: 14px;
    }
    
    .speech-text {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .pillar-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .pillar-icon {
        margin: 0 auto 10px;
    }
    
    .director-stats {
        padding: 20px 15px;
    }
    
    .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .director-message-wrapper {
        background: #1a1a1a;
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .director-name {
        color: #ffffff;
    }
    
    .director-role {
        color: #b0b0b0;
    }
    
    .speech-text {
        color: #d0d0d0;
    }
    
    .pillars-title {
        color: #ffffff;
    }
    
    .pillar-item {
        background: rgba(72, 189, 0, 0.1);
        border-left-color: var(--text-primary);
    }
    
    .pillar-item:hover {
        background: rgba(72, 189, 0, 0.2);
    }
    
    .pillar-content h5 {
        color: #ffffff;
    }
    
    .pillar-content p {
        color: #b0b0b0;
    }
    
    .director-visual {
        background: linear-gradient(135deg, #2a2a2a 0%, #333333 100%);
    }
    
    .director-stats {
        background: #1a1a1a;
        border-top-color: rgba(255, 255, 255, 0.1);
    }
    
    .stat-label {
        color: #b0b0b0;
    }
}

/* ==================== GOALS SECTION ==================== */

/* Goals Wrapper */
.goals-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* Goal Cards */
.goal-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.goal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--text-primary) 0%, #5fcf24 100%);
}

.goal-card.employment-goal::before {
    background: linear-gradient(90deg, #3498db 0%, #2980b9 100%);
}

.goal-card.community-goal::before {
    background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%);
}

.goal-card.health-goal::before {
    background: linear-gradient(90deg, #27ae60 0%, #229954 100%);
}

.goal-card.society-goal::before {
    background: linear-gradient(90deg, #f39c12 0%, #e67e22 100%);
}

.goal-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Goal Icon */
.goal-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--text-primary) 0%, #5fcf24 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(72, 189, 0, 0.3);
    transition: all 0.3s ease;
}

.employment-goal .goal-icon {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

.community-goal .goal-icon {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3);
}

.health-goal .goal-icon {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.3);
}

.society-goal .goal-icon {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.3);
}

.goal-card:hover .goal-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Goal Content */
.goal-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.goal-title {
    color: #2c3e50;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.goal-metric {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
}

.metric-number {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
}

.employment-goal .metric-number {
    color: #3498db;
}

.community-goal .metric-number {
    color: #e74c3c;
}

.health-goal .metric-number {
    color: #27ae60;
}

.society-goal .metric-number {
    color: #f39c12;
}

.metric-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.goal-description {
    color: #495057;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Goal Progress */
.goal-progress {
    display: flex;
    align-items: center;
    gap: 15px;
}

.progress-bar {
    flex: 1;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--text-primary) 0%, #5fcf24 100%);
    border-radius: 4px;
    transition: width 1s ease;
    position: relative;
}

.employment-goal .progress-fill {
    background: linear-gradient(90deg, #3498db 0%, #2980b9 100%);
}

.community-goal .progress-fill {
    background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%);
}

.health-goal .progress-fill {
    background: linear-gradient(90deg, #27ae60 0%, #229954 100%);
}

.society-goal .progress-fill {
    background: linear-gradient(90deg, #f39c12 0%, #e67e22 100%);
}

.progress-text {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
}

/* Overall Progress */
.overall-progress {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.progress-header {
    text-align: center;
    margin-bottom: 30px;
}

.overall-title {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.overall-description {
    color: #6c757d;
    font-size: 16px;
    margin: 0;
}

.main-progress-bar {
    position: relative;
    height: 12px;
    background: #e9ecef;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
}

.main-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--text-primary) 0%, #5fcf24 100%);
    border-radius: 6px;
    transition: width 1.5s ease;
}

.progress-indicator {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: white;
    border: 3px solid var(--text-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(72, 189, 0, 0.3);
}

.indicator-text {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-primary);
}

/* Progress Milestones */
.progress-milestones {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.progress-milestones::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #dee2e6;
    z-index: 1;
}

.milestone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}

.milestone::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #dee2e6;
    border: 3px solid white;
    border-radius: 50%;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.milestone.active::before {
    background: var(--text-primary);
    box-shadow: 0 2px 8px rgba(72, 189, 0, 0.3);
}

.milestone-year {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 4px;
}

.milestone.active .milestone-year {
    color: var(--text-primary);
}

.milestone-label {
    font-size: 12px;
    color: #6c757d;
    text-align: center;
    font-weight: 500;
}

.milestone.active .milestone-label {
    color: #495057;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 992px) {
    .goal-card {
        padding: 25px;
    }
    
    .metric-number {
        font-size: 28px;
    }
    
    .goal-title {
        font-size: 20px;
    }
    
    .overall-progress {
        padding: 30px 25px;
    }
    
    .overall-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .goal-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .goal-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .metric-number {
        font-size: 24px;
    }
    
    .goal-title {
        font-size: 18px;
    }
    
    .goal-description {
        font-size: 14px;
    }
    
    .goal-progress {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .overall-progress {
        padding: 25px 20px;
    }
    
    .overall-title {
        font-size: 22px;
    }
    
    .overall-description {
        font-size: 14px;
    }
    
    .progress-milestones {
        flex-direction: column;
        gap: 20px;
    }
    
    .progress-milestones::before {
        display: none;
    }
    
    .milestone {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
    
    .milestone::before {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .goal-card {
        background: #1a1a1a;
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .goal-title {
        color: #ffffff;
    }
    
    .goal-description {
        color: #d0d0d0;
    }
    
    .progress-bar {
        background: #2a2a2a;
    }
    
    .progress-text {
        color: #b0b0b0;
    }
    
    .overall-progress {
        background: linear-gradient(135deg, #2a2a2a 0%, #333333 100%);
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .overall-title {
        color: #ffffff;
    }
    
    .overall-description {
        color: #b0b0b0;
    }
    
    .main-progress-bar {
        background: #2a2a2a;
    }
    
    .progress-indicator {
        background: #1a1a1a;
    }
    
    .progress-milestones::before {
        background: #4a4a4a;
    }
    
    .milestone::before {
        background: #4a4a4a;
        border-color: #1a1a1a;
    }
    
.progress-milestones {
flex-direction: column;
gap: 20px;
}
    
.progress-milestones::before {
display: none;
}
    
.milestone {
flex-direction: row;
justify-content: space-between;
text-align: left;
}
    
.milestone::before {
margin-bottom: 0;
margin-right: 10px;
}
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
.goal-card {
background: #1a1a1a;
border-color: rgba(255, 255, 255, 0.1);
}
    
.goal-title {
color: #ffffff;
}
    
.goal-description {
color: #d0d0d0;
}
    
.progress-bar {
background: #2a2a2a;
}
    
.progress-text {
color: #b0b0b0;
}
    
.overall-progress {
background: linear-gradient(135deg, #2a2a2a 0%, #333333 100%);
border-color: rgba(255, 255, 255, 0.1);
}
    
.overall-title {
color: #ffffff;
}
    
.overall-description {
color: #b0b0b0;
}
    
.main-progress-bar {
background: #2a2a2a;
}
    
.progress-indicator {
background: #1a1a1a;
}
    
.progress-milestones::before {
background: #4a4a4a;
}
    
.milestone::before {
background: #4a4a4a;
border-color: #1a1a1a;
}
    
.milestone-year {
color: #ffffff;
}
    
.milestone-label {
color: #b0b0b0;
}
}

/* ==================== MODERN E-COMMERCE PRODUCT CARDS ==================== */

/* Modern Product Card */
.product-card-modern {
background: white;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(226, 232, 240, 0.8);
overflow: hidden;
transition: all 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
}

.product-card-modern:hover {
transform: translateY(-8px);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Product Image Wrapper */
.product-image-wrapper {
position: relative;
overflow: hidden;
height: 250px;
background: #f8f9fa;
}

.product-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.product-card-modern:hover .product-img {
transform: scale(1.05);
}

/* Category Tag */
.product-category-tag {
position: absolute;
top: 12px;
left: 12px;
z-index: 2;
}

.category-tag {
background: linear-gradient(135deg, var(--text-primary) 0%, #5fcf24 100%);
color: white;
padding: 6px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 4px 15px rgba(72, 189, 0, 0.3);
}

/* Product Overlay */
.product-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.3s ease;
}

.product-card-modern:hover .product-overlay {
opacity: 1;
}

.quick-view-btn {
background: white;
color: var(--text-primary);
padding: 12px 24px;
border-radius: 25px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
display: flex;
align-items: center;
gap: 8px;
transform: translateY(20px);
transition: all 0.3s ease;
}

.product-card-modern:hover .quick-view-btn {
transform: translateY(0);
}

.quick-view-btn:hover {
background: var(--text-primary);
color: white;
transform: translateY(0) scale(1.05);
}

.quick-view-btn i {
font-size: 16px;
}

/* Product Content */
.product-content {
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
}

.product-header {
margin-bottom: 12px;
}

.product-name {
font-size: 18px;
font-weight: 700;
margin: 0;
line-height: 1.3;
}

.product-name a {
transition: color 0.3s ease;
}

.product-name a:hover {
color: var(--text-primary);
}

/* Product Description */
.product-description {
margin-bottom: 15px;
}

.product-desc-text {
color: #6c757d;
font-size: 14px;
line-height: 1.5;
margin: 0;
}

/* Product Price Section */
.product-price-section {
margin-bottom: 20px;
}

.price-wrapper {
display: flex;
align-items: center;
gap: 10px;
}

.current-price {
font-size: 24px;
font-weight: 800;
color: #2c3e50;
}

.price-badge {
background: rgba(72, 189, 0, 0.1);
color: var(--text-primary);
padding: 4px 8px;
border-radius: 12px;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}

/* Product Actions */
.product-actions {
margin-top: auto;
}

.product-actions .row {
align-items: stretch;
}

.view-btn, .whatsapp-buy-btn {
border-color: var(--text-primary);
color: var(--text-primary);
font-weight: 600;
font-size: 15px;
padding: 14px 20px;
border-radius: 12px;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 52px;
text-decoration: none;
}

.view-btn {
border-color: var(--text-primary);
color: var(--text-primary);
background: white;
}

.view-btn:hover {
background: var(--text-primary);
color: white;
border-color: var(--text-primary);
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(72, 189, 0, 0.25);
}

.whatsapp-buy-btn {
background: #25D366;
border-color: #25D366;
color: white;
font-weight: 700;
}

.whatsapp-buy-btn:hover {
background: #128C7E;
border-color: #128C7E;
color: white;
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

.view-btn i, .whatsapp-buy-btn i {
font-size: 16px;
flex-shrink: 0;
}

.view-btn span, .whatsapp-buy-btn span {
font-weight: 600;
letter-spacing: 0.3px;
}

/* Enhanced No Products Message */
.alert-light.border {
background: white;
border: 2px dashed #dee2e6;
border-radius: 16px;
padding: 0;
}

.alert-light.border .text-center {
padding: 40px 20px;
}

.alert-light.border i {
color: #adb5bd;
}

.alert-light.border h4 {
color: #6c757d;
font-weight: 600;
}

.alert-light.border p {
color: #adb5bd;
font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
.product-image-wrapper {
height: 200px;
}
    
.product-content {
padding: 15px;
}
    
.product-name {
font-size: 16px;
}
    
.current-price {
font-size: 20px;
}
    
.category-tag {
font-size: 11px;
padding: 5px 10px;
}
    
.quick-view-btn {
padding: 10px 20px;
font-size: 13px;
}
    
.view-btn, .whatsapp-buy-btn {
font-size: 13px;
padding: 8px 12px;
}
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
.product-card-modern {
background: #1a1a1a;
border-color: rgba(255, 255, 255, 0.1);
}
    
.product-image-wrapper {
background: #2a2a2a;
}
    
.product-name a {
color: #ffffff;
}
    
.product-name a:hover {
color: var(--text-primary);
}
    
.product-desc-text {
color: #b0b0b0;
}
    
.current-price {
color: #ffffff;
}
    
.price-badge {
background: rgba(72, 189, 0, 0.2);
color: var(--text-primary);
}
    
.quick-view-btn {
background: #2a2a2a;
color: var(--text-primary);
}
    
.quick-view-btn:hover {
background: var(--text-primary);
color: white;
}
    
.alert-light.border {
background: #1a1a1a;
border-color: rgba(255, 255, 255, 0.1);
}
}

/* ==================== PRODUCTS HEADER & CATEGORY TABS ==================== */

/* Products Header Section */
.products-header-section {
    max-width: 1000px;
    margin: 0 auto;
}

/* Category Tabs Wrapper */
.category-tabs-wrapper {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 8px;
    overflow: hidden;
}

.category-tabs {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.category-tabs::-webkit-scrollbar {
    display: none;
}

/* Tab Items */
.tab-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: transparent;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-weight: 500;
    color: #6c757d;
    font-size: 14px;
    position: relative;
}

.tab-item:hover {
    background: rgba(72, 189, 0, 0.05);
    color: var(--text-primary);
    transform: translateY(-2px);
}

.tab-item.active {
    background: linear-gradient(135deg, var(--text-primary) 0%, #5fcf24 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(72, 189, 0, 0.3);
}

.tab-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    opacity: 0;
    animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { opacity: 0; }
    50% { opacity: 0.3; }
}

.tab-item i {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.tab-item span {
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Tab Icon Variations */
.tab-item[data-category="vegetables"] i {
    color: #27ae60;
}

.tab-item[data-category="fruits"] i {
    color: #e74c3c;
}

.tab-item[data-category="grains"] i {
    color: #f39c12;
}

.tab-item[data-category="dairy"] i {
    color: #3498db;
}

.tab-item[data-category="herbs"] i {
    color: #27ae60;
}

.tab-item.active i {
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .category-tabs-wrapper {
        padding: 6px;
        border-radius: 16px;
    }
    
    .tab-item {
        padding: 10px 16px;
        font-size: 13px;
        gap: 6px;
    }
    
    .tab-item i {
        font-size: 14px;
        width: 18px;
    }
    
    .tab-item span {
        display: none;
    }
    
    .tab-item.active span {
        display: inline;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--text-primary);
        color: white;
        padding: 4px 8px;
        border-radius: 8px;
        font-size: 11px;
        white-space: nowrap;
        z-index: 10;
    }
    
    .tab-item.active span::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid transparent;
        border-top-color: var(--text-primary);
    }
}

@media (max-width: 480px) {
    .category-tabs {
        gap: 2px;
    }
    
    .tab-item {
        padding: 8px 12px;
        min-width: 50px;
        justify-content: center;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .category-tabs-wrapper {
        background: #1a1a1a;
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .tab-item {
        color: #b0b0b0;
    }
    
    .tab-item:hover {
        background: rgba(72, 189, 0, 0.1);
        color: var(--text-primary);
    }
    
    .tab-item.active {
        background: linear-gradient(135deg, var(--text-primary) 0%, #5fcf24 100%);
        color: white;
    }
}