div#carouselExampleIndicators img {
    height: 600px;
    object-fit: cover;
}
.tp-slider {
    position: relative;
}
.tp-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(268deg, #08080833 39% 39%, #000000b5 60%);
    z-index: 2;
}
:root {
    --bec-orange: #ff6600;
    --bec-orange-dark: #e05a00;
    --bec-orange-light: #ff8533;
    --bec-white: #ffffff;
    --bec-light-bg: #fff5ee;
    --bec-border: #ffccaa;
}
.bec-nav-wrapper {
    background: var(--bec-white);
    box-shadow: 0 2px 10px rgba(255, 102, 0, 0.15);
}

.bec-navbar {
    padding: 0;
    background: #fffcf8;
}
.bec-nav-wrapper {
    width: 100%;
    transition: all 0.3s ease;
}

.bec-nav-wrapper.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;

    background: #fff; /* change as needed */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.logo img {
    width: 200px;
    display: none;
}
.fixed-nav .logo img {
    width: 200px;
    display: block;
    margin-left: 62px;
}
.bec-navbar .nav-item {
    position: relative;
}

.bec-navbar .nav-item:first-child:before {
    display: none;
}
.bec-navbar .nav-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #ecd2c0;
    top: 25%;
}
.in-vod-img {
    width: 380px;
    background: white;
    padding: 10px;
    margin-bottom: 22px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 7%;
    border-radius: 0 0 12px 12px;
}
.researcher-avatar img,
.researcher-avatar {
    border-radius: 5px;
}
.bec-navbar .nav-link,
.bec-navbar .nav-link.dropdown-toggle {
    color: #686868;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    line-height: 1.3;
    min-width: 80px;
    transition:
        background 0.2s,
        color 0.2s;
    text-decoration: none;
}
.bec-navbar .nav-link:hover,
.bec-navbar .nav-link.active,
.bec-navbar .nav-link:focus {
    background: var(--bec-orange);
    color: var(--bec-white) !important;
}
.bec-icon i {
    font-size: 20px;
}
.bec-navbar .nav-link:focus span.bec-icon {
    background: white;
    color: #ff6600;
}
.bec-navbar .nav-link .bec-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #ffd5b847;
    border: 1.5px solid #ffccaa91;
    font-size: 1.1rem;
    color: #656565;
    transition:
        background 0.2s,
        color 0.2s,
        border-color 0.2s;
}
.over-white:before {
    background-image: linear-gradient(268deg, #fdfcfb00 39% 39%, #ffffffd6 60%);
}
.bec-navbar .nav-link:hover .bec-icon,
.bec-navbar .nav-link.active .bec-icon {
    background: var(--bec-white);
    color: var(--bec-orange);
    border-color: var(--bec-white);
}

/* ── Dropdown toggle arrow ── */
.bec-navbar .dropdown-toggle::after {
    display: none;
}

.bec-navbar .dropdown-menu {
    border: none;
    border-top: 3px solid var(--bec-orange);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    min-width: 300px;
    padding: 6px 0;
    margin-top: 0;
}

.bec-navbar .dropdown-item {
    font-size: 0.82rem;
    font-weight: 500;
    color: #ffffff;
    padding: 9px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #f0e8e0;
    transition:
        background 0.15s,
        color 0.15s,
        padding-left 0.15s;
}

.bec-navbar .dropdown-item:last-child {
    border-bottom: none;
}

.bec-navbar .dropdown-item::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bec-orange);
    flex-shrink: 0;
    transition: transform 0.15s;
}

.bec-navbar .dropdown-item:hover {
    background: var(--bec-light-bg);
    color: var(--bec-orange);
    padding-left: 22px;
}

.bec-navbar .dropdown-item:hover::before {
    transform: scale(1.4);
}

.bec-navbar .nav-item.contact-us-sep .nav-link:hover {
    background: var(--bec-orange);
    color: var(--bec-white) !important;
}

/* ── Active indicator ── */
.bec-navbar .nav-link.active-page {
    background: var(--bec-orange);
    color: var(--bec-white) !important;
}

.bec-navbar .nav-link.active-page .bec-icon {
    background: var(--bec-white);
}

.navbar-toggler {
    border-color: var(--bec-orange);
    color: var(--bec-orange);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ff6600' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    .bec-navbar .nav-item {
        border-right: none;
        border-left: none !important;
        border-bottom: 1px solid var(--bec-border);
    }
    .bec-navbar .nav-link {
        flex-direction: row;
        text-align: left;
        min-width: unset;
        padding: 10px 16px;
        justify-content: flex-start;
    }
    .bec-navbar .nav-item.contact-us-sep {
        margin-left: 0;
        border-left: none;
        border-top: 2px solid var(--bec-orange);
    }
}
div#becNavMenu {
    justify-content: center;
}
div#about {
    background: transparent;
}

.ab-content p {
    font-size: 17px;
}

@media (min-width: 1400px) {
    .sec-head {
        font-size: 35px;
    }
}
@media (min-width: 1200px) {
    .sec-head {
        font-size: 30px;
    }
}
div#mission .col-md-9 p.mb-0:before {
    content: "👉";
    position: absolute;
    left: 0;
}
div#mission .col-md-9 p.mb-0 {
    padding-left: 33px;
    position: relative;
    line-height: normal;
    margin-bottom: 14px !important;
}
div#mission .col-md-3.z-1 {
    box-shadow: 0px -1px 25px 0px #e1731d3d inset;
    border-radius: 25px;
}
div#mission .col-md-3 .ab-content.text-start {
    padding: 18px;
}
.container {
    max-width: 1320px;
}
.f-c .heading-line:before {
    background: #ffffff;
}
.f-c .upper-col .college-icon-box .clg-icon {
    width: 100%;
    text-align: left;
}
.activitie .carousel-control-next,
.activitie .carousel-control-prev {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #787878;
    opacity: 1;
    border-radius: 50%;
    padding: 8px;
    top: 45%;
}
.activitie #carouselExampleCaptions .carousel-item img,
.activitie .carousel-inner {
    border-radius: 15px;
}
.activitie .carousel-indicators [data-bs-target] {
    background-color: #669d3c;
}
.activitie .carousel-indicators {
    bottom: -47px;
}
.activitie .carousel-caption {
    position: absolute;
    right: inherit;
    bottom: inherit;
    left: 50%;
    height: 100%;
    color: var(--bs-carousel-caption-color);
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    background: #0a0a0adb;
    top: 50%;
    border-radius: 16px;
    font-size: 24px;
    font-weight: 500;
    text-align: justify;
    padding: 40px;
}
.activitie .carousel-caption p {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 21px;
    justify-content: center;
    color: white;
}
.activitie .carousel-control-next {
    right: -48px;
}
.activitie .carousel-control-prev {
    left: -48px;
}
.activitie .carousel-inner:hover .carousel-caption {
    opacity: 0;
}
.about-sec.activitie {
    padding: 0 !important;
    background: none;
}
.activitie .carousel-control-prev {
    left: 0;
}
.activitie .carousel-control-next {
    right: 0;
}
.activitie #carouselExampleCaptions .carousel-item img,
.activitie .carousel-inner {
    border-radius: 15px;
    height: 500px;
    object-fit: contain;
    background: #a05018;
    padding: 20px;
}
.activitie ul li {
    list-style: circle;
    font-size: 14px;
    margin-bottom: 7px;
}
.activitie ul {
    padding-left: 20px;
    margin-bottom: 12px;
}
.activitie h5 {
    font-size: 17px;
}
.activitie h4,
.activitie h5 {
    margin-bottom: 13px;
}
.activitie .carousel-caption p {
    position: inherit;
    display: block;
    text-align: left;
    font-size: 14px;
}
.activitie .carousel-caption {
    zoom: 88%;
    /*opacity: 0;*/
}
/*.activitie .carousel-inner:hover .carousel-caption {
    opacity: 1;
}*/
#slider-bottom h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 7px 0;
}
#slider-bottom li {
    width: 23.5%;
}
.principal-content p {
    text-align: center;
    color: #282828;
    font-size: 17px;
    font-weight: 600;
}
.atp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.atp-section {
    background: white;
}
@media (max-width: 1024px) {
    .atp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .atp-grid {
        grid-template-columns: 1fr;
    }
}
.atp-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px 2px #e8e8e8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.atp-card-header {
    background-image: linear-gradient(to right, #fe6702, #f08a43);
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 70px;
    position: relative;
}
.atp-card-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(102deg, #fe6906 49%, #a0158600 81%);
}
.atp-card-num {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.atp-card-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    padding: 0 10px;
    text-align: left;
}
.atp-card-body {
    padding: 14px 16px;
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    gap: 9px;
    text-align: left;
    overflow: auto;
}
button.program-btn {
    background-image: linear-gradient(to right, #fd6a08, #ffa15f);
    color: #fff;
    border-radius: 5px;
    border-style: none;
    font-size: 12px;
    padding: 9px 10px;
    width: 92%;
    margin-bottom: 16px;
}
.atp-card-body::-webkit-scrollbar {
    width: 3px;
}
.atp-card-body::-webkit-scrollbar-track {
    background: #fff0e6;
    border-radius: 10px;
}
.atp-card-body::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #fd6a08, #ffa15f);
    border-radius: 10px;
}
.atp-card-body::-webkit-scrollbar-thumb:hover {
    background: #fd6a08;
}

/* Firefox */
.atp-card-body {
    scrollbar-width: thin;
    scrollbar-color: #ffa15f #fff0e6;
}
.atp-card-header img {
    width: 54%;
}
.atp-activity {
    font-size: 12px;
    font-weight: 600;
    color: #407c34;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.atp-activity-name {
    font-size: 16px;
    font-weight: 600;
    color: #4caf50;
    margin-bottom: 14px;
    text-align: center;
}
.atp-focus-label {
    font-size: 10px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    text-align: right;
    position: relative;
    margin-top: -19px;
}
.atp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.atp-tag {
    background: #fe690614;
    color: #fe6906;
    font-size: 13px;
    border-radius: 4px;
    padding: 4px 8px;
    text-align: center;
    margin-bottom: 6px;
    height: 120px;
    display: flex;
    align-items: center;
}
.atp-divider {
    border: none;
    border-top: 1px dashed #fc6d0d;
    margin: 2px 0;
}
/* Show more button */
.atp-showmore-wrap {
    text-align: center;
    margin-top: 30px;
}
.atp-showmore-btn:hover {
    color: white;
}
.atp-showmore-btn {
    background-image: linear-gradient(to right, #3c1900, #94460f);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    width: 100;
    margin: 0 auto;
}
.atp-showmore-btn:hover,
.atp-showmore-btn:focus {
    opacity: 0.88;
    color: white;
}
.atp-card.atp-hidden {
    display: none;
}
.spark-root {
    --spark-deep: #3c1900;
    --spark-mid: #451e02;
    --spark-accent: #ff6600;
    --spark-gold: #f4c542;
    --spark-light: #fcf0e7;
    --spark-white: #ffffff;
    --spark-muted: #907a6c;
    --spark-border: rgb(220 89 2 / 20%);
    --spark-shadow: 0 8px 40px rgb(65 32 10 / 16%);
    --radius-lg: 1.25rem;
    --radius-md: 0.75rem;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.spark-root {
    background: #f0f6f4;
    color: var(--spark-deep);
    min-height: 100vh;
}

.spark-hero {
    background: #3c1900;
    position: relative;
    overflow: hidden;
    padding: 3.5rem 0 2.5rem;
}
.spark-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgb(255 102 0 / 16%) 0%, transparent 55%),
        radial-gradient(circle at 10% 80%, rgba(244, 197, 66, 0.1) 0%, transparent 45%);
}
.spark-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgb(255 255 255 / 15%);
    border: 1px solid var(--spark-border);
    color: var(--spark-accent);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 2rem;
    margin-bottom: 1.1rem;
}
.spark-hero h2 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: var(--spark-white);
    line-height: 1.15;
    margin-bottom: 0.5rem;
}
.spark-hero h2 span {
    color: var(--spark-accent);
}
.spark-hero-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 400;
    margin-bottom: 0;
}
.spark-hero-meta {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1.8rem;
    justify-content: center;
    margin-bottom: 24px;
}
.spark-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.spark-hero-stat strong {
    font-family: var(--ff-display);
    font-size: 1.5rem;
    color: var(--spark-accent);
    line-height: 1;
}
.spark-hero-stat small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 0.15rem;
}
.spark-hero-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    align-self: stretch;
}
.spark-dna-icon {
    font-size: 6rem;
    color: rgba(0, 200, 150, 0.12);
    line-height: 1;
}

/* ─── Floating Objective Card ──────────────────── */
.spark-objective {
    background: var(--spark-white);
    border-left: 5px solid var(--spark-accent);
    border-radius: var(--radius-lg);
    box-shadow: var(--spark-shadow);
    padding: 2rem 2.2rem;
    position: relative;
    margin-top: -2rem;
    z-index: 10;
}
.spark-objective-label {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--spark-accent);
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.spark-objective p {
    margin-bottom: 0;
    color: #2c3e50;
    line-height: 1.75;
    font-size: 0.97rem;
}

/* ─── Section Titles ───────────────────────────── */
.spark-section-title {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-family: var(--ff-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--spark-deep);
    margin-bottom: 1.25rem;
}
.spark-section-title .title-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.55rem;
    background: linear-gradient(135deg, #ef8d47, #ff6600);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

/* ─── Cards ────────────────────────────────────── */
.spark-card {
    background: var(--spark-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--spark-shadow);
    border: 1px solid rgba(0, 200, 150, 0.08);
    padding: 1.8rem 2rem;
    height: 100%;
    transition:
        transform var(--transition),
        box-shadow var(--transition);
}
.spark-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(11, 31, 58, 0.18);
}

/* ─── Eligibility List ─────────────────────────── */
.spark-eligibility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.spark-eligibility-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #f0f4f2;
    font-size: 0.94rem;
    line-height: 1.55;
    color: #2c3e50;
}
.spark-eligibility-list li:last-child {
    border-bottom: none;
}
.spark-eligibility-list .num {
    min-width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #ef8d47, #ff6600);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

/* ─── Amount Card ──────────────────────────────── */
.spark-amount-card {
    background: #3c1900;
    color: #fff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.spark-amount-card::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(0, 200, 150, 0.12);
}
.spark-amount-big {
    font-family: var(--ff-display);
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--spark-accent);
    line-height: 1;
    margin-bottom: 0.3rem;
}
.spark-amount-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.spark-duration-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(244, 197, 66, 0.18);
    color: var(--spark-gold);
    border: 1px solid rgba(244, 197, 66, 0.3);
    padding: 0.35rem 0.9rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 1rem;
}

/* ─── Usage Tags ───────────────────────────────── */
.spark-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--spark-light);
    color: #e66200;
    border: 1px solid rgb(243 209 185);
    padding: 0.4rem 0.9rem;
    border-radius: 2rem;
    font-size: 0.82rem;
    font-weight: 500;
    margin: 0.25rem;
    transition: background var(--transition);
}
.spark-tag:hover {
    background: rgb(209 231 159);
    color: #02472a;
}

/* ─── Process Steps ────────────────────────────── */
.spark-steps {
    position: relative;
    padding-left: 2.5rem;
}
.spark-steps::before {
    content: "";
    position: absolute;
    left: 0.85rem;
    top: 1rem;
    bottom: 1rem;
    width: 2px;
    background: linear-gradient(to bottom, var(--spark-accent), transparent);
}
.spark-step {
    position: relative;
    padding-bottom: 1.5rem;
}
.spark-step:last-child {
    padding-bottom: 0;
}
.spark-step-dot {
    position: absolute;
    left: -2.5rem;
    top: 0.15rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: var(--spark-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    box-shadow: 0 0 0 4px rgb(255 102 0 / 16%);
}
.spark-step h6 {
    font-weight: 600;
    color: var(--spark-deep);
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
}
.spark-step p {
    font-size: 0.86rem;
    color: var(--spark-muted);
    margin-bottom: 0;
    line-height: 1.55;
}

/* ─── Alert / Notice Boxes ─────────────────────── */
.spark-notice {
    border-radius: var(--radius-md);
    padding: 1rem 1.2rem;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    font-size: 0.88rem;
    line-height: 1.6;
}
.spark-notice.warning {
    background: #fff8e6;
    border: 1px solid #f4c54240;
    color: #7d5a00;
}
.spark-notice.info {
    background: #d1e79f;
    border: 1px solid rgba(0, 200, 150, 0.25);
    color: #02472a;
}
.spark-notice .notice-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

/* ─── IPR / Rights Grid ────────────────────────── */
.spark-right-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 0.9rem;
    background: var(--spark-light);
    border-radius: var(--radius-md);
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--spark-deep);
    border: 1px solid rgba(0, 200, 150, 0.12);
    margin-bottom: 0.5rem;
    transition: background var(--transition);
}
.spark-right-item:hover {
    background: rgb(209 231 159 / 43%);
}
.spark-right-item i {
    color: var(--spark-accent);
    font-size: 1rem;
}

/* ─── Acknowledgment Banner ────────────────────── */
.spark-ack-banner {
    background: #3c1900;
    border-radius: var(--radius-lg);
    padding: 1.8rem 2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    font-style: italic;
    border: 1px solid rgba(0, 200, 150, 0.2);
}
.spark-ack-banner span {
    color: var(--spark-accent);
    font-style: normal;
    font-weight: 600;
}

/* ─── Footer ───────────────────────────────────── */
.spark-footer {
    background: var(--spark-deep);
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    padding: 1.5rem 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}
.spark-footer strong {
    color: var(--spark-accent);
}

/* ─── Animations ───────────────────────────────── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.spark-anim {
    animation: fadeUp 0.55s ease both;
}
.spark-anim-d1 {
    animation-delay: 0.08s;
}
.spark-anim-d2 {
    animation-delay: 0.18s;
}
.spark-anim-d3 {
    animation-delay: 0.28s;
}
.spark-anim-d4 {
    animation-delay: 0.38s;
}
button.btn-close {
    position: absolute;
    right: 23px;
    top: 25px;
    z-index: 1;
    filter: brightness(0) invert(1);
}
.bec-collaborations .hex-icon img {
    filter: none;
    transform: none;
    width: 100%;
}
.bec-collaborations .hex-icon {
    width: 54%;
}
.bec-collaborations .hex-icon {
    padding: 0;
    margin: 0;
    border: none;
}
.bec-collaborations .hex-card {
    width: 12%;
}
footer#contact-us {
    position: relative;
}
footer#contact-us {
    background: black;
}
#contact-us:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b3b3b96;
    z-index: 9;
}
.footer-footer-logo {
    width: fit-content;
    padding: 20px 50px;
    position: relative;
    background: #fff;
    /* border-radius: 0px 0px 60px 60px; */
    margin: 0 auto 39px auto;
    text-align: center;
    border-radius: 25px;
}
.footer-footer-logo img {
    height: 100px;
}
.footer-contact p {
    text-align: center;
}
.footer-contact p a {
    color: white;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
}
footer#contact-us .container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
}
h2.project-title {
    margin: 18px 0 13px 0;
}
.alumni-slider .owl-nav button span {
    display: none;
}
.alumni-slider .owl-nav {
    height: 0;
    margin: 0;
}
.project-description {
    height: 250px;
    overflow-y: auto;
    color: #333333;
}
.content-section {
    padding-bottom: 40px;
}
.vod-card {
    /* border-radius: 25px; */
    /* border: 15px solid #fdf8f0; */
    /* border-bottom: 26px solid #fdf8f0; */
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 1;
    /* background: #fdf8f0; */
    transform: translateX(-50%) translateY(-50%);
    width: 45%;
    /* text-align: center; */
    z-index: 9;
}
.vod-card:before {
    right: 0px;
    bottom: 1px;
    transform: translateY(68%);
    left: inherit;
    top: 100%;
}
/*.in-vod {
    background-color: #d1e79f;
    border-radius: 12px;
    padding: 18px;
}*/
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
}
.carousel-indicators {
    bottom: -11px;
}
.vod-card .vod-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a3a4a;
    margin-bottom: 10px;
}
.vod-card .h2 {
    font-size: 87px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: -4px;
    line-height: 1.5;
    text-transform: capitalize;
    text-shadow: 2px 2px #8bca4f;
    font-family: 'Baloo 2', cursive;
    letter-spacing: -5px;
}
.in-vod p {
    color: #ffffff;
    font-size: 30px;
    line-height: normal;
}
.vod-card .vod-btn,
.vod-btnn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #88c949;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    border: none;
    border-radius: 50px;
    padding: 10px 28px;
    cursor: pointer;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.15s ease;
    width: auto;
    justify-content: space-between;
    margin-top: 28px;
}
.vod-card .vod-btn .vod-arrow,
.vod-btnn .vod-arrow {
    font-size: 12px;
    line-height: 1;
}
.vod-card .vod-btn:hover,
.vod-btnn:hover,
.vod-btnn:focus {
    background-color: #004629;
    transform: translateY(-1px);
    color: white;
}
#contact-us:before {
    background: #3c1900;
}
.video-bg video {
    top: 47%;
    left: 54%;
    object-fit: contain;
}
.innovations-section .owl-prev:before,
.innovations-section .owl-next:before {
    display: none;
}
.col-md-3:hover .staff-dv img {
    width: 320px;
    height: 320px;
    border-radius: 50%;
}
.image-icon {
    display: none;
}
.project-meta {
    position: absolute;
    top: 12px;
    width: 94%;
    justify-content: center;
}
.researcher-avatar {
    width: 75px;
    height: 75px;
}
.researcher-avatar img {
    height: 72px;
}
.project-meta {
    margin-top: 0;
}
:root {
    --orange: #ff6600;
    --orange-lt: #ff8533;
    --orange-pale: #fff4ed;
    --orange-glow: rgba(255, 102, 0, 0.15);
    --ink: #1c1a18;
    --body: #4a4642;
    --muted: #9a948e;
    --line: #ede9e4;
    --white: #ffffff;
    --bg: #faf8f5;
    --card-r: 20px;
}

.innovations-section {
    padding: 50px 0;
    overflow: hidden;
}

/* ── HEADER ── */
.sec-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 14px;
}
.sec-eyebrow::before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--orange), var(--orange-lt));
    border-radius: 2px;
}

.innovations-section .sec-title {
    font-size: clamp(30px, 4.5vw, 50px);
    line-height: 1.15;
    color: var(--ink);
    margin-bottom: 12px;
}
.innovations-section .sec-title span {
    font-style: italic;
    background: linear-gradient(135deg, var(--orange), var(--orange-lt));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.innovations-section .sec-sub {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ── OWL WRAPPER ── */
.innovations-section .owl-wrap {
    position: relative;
}

/* Nav arrows */
.innovations-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    background: var(--white) !important;
    border: 1.5px solid var(--line) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.2s !important;
    z-index: 10;
}
.innovations-section .owl-nav button:hover {
    background: var(--orange) !important;
    border-color: var(--orange) !important;
}
.innovations-section .owl-nav button span {
    font-size: 20px;
    line-height: 1;
    color: var(--orange);
    margin-top: -2px;
}
.innovations-section .owl-nav button:hover span {
    color: #fff;
}
.innovations-section .owl-prev {
    left: -22px !important;
}
.innovations-section .owl-next {
    right: -22px !important;
}

/* Dots */
.innovations-section .owl-dots {
    text-align: center;
}
.innovations-section .owl-dot span {
    background: var(--line) !important;
    width: 8px !important;
    height: 8px !important;
    transition: all 0.25s !important;
}
.innovations-section .owl-dot.active span {
    background: var(--orange) !important;
    width: 24px !important;
    border-radius: 4px !important;
}

/* ── CARD ── */
.innovations-section .project-card {
    background: var(--white);
    border-radius: var(--card-r);
    border: 1px solid var(--line);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 8px 12px 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.innovations-section .project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(255, 102, 0, 0.13);
}

.innovations-section .founder-row {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 18px 20px 0;
    background: linear-gradient(to top, #ffffff 25%, #9dd46a 28%);
}

.founder-thumb {
    width: 160px !important;
    height: 170px;
    /*border-radius: 50%;*/
    object-fit: cover;
    object-position: top center;
    /*border: 3px solid var(--white);*/
    margin-left: -12px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    background: var(--orange-pale);
    flex-shrink: 0;
}
.founder-thumb:first-child {
    margin-left: 0;
}
.founder-thumb:hover {
    transform: scale(1.12) translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.35);
    z-index: 5;
    position: relative;
}

/* fallback avatar */
.founder-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid var(--white);
    margin-left: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--orange), var(--orange-lt));
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    cursor: default;
}
.founder-avatar:first-child {
    margin-left: 0;
}

.more-badge {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid var(--white);
    margin-left: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    background: var(--orange-pale);
    color: var(--orange);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

/* Card body */
.innovations-section .card-body {
    padding: 16px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.innovations-section .card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.innovations-section .card-icon {
    font-size: 22px;
    line-height: 1;
}
.innovations-section .card-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 30px;
    background: var(--orange-pale);
    color: var(--orange);
    border: 1px solid rgba(255, 102, 0, 0.2);
}

.innovations-section .card-title {
    font-size: 18px;
    line-height: 1.3;
    color: var(--ink);
}

.innovations-section .card-desc {
    font-size: 13.5px;
    color: var(--body);
    line-height: 1.7;
    flex: 1;
}

.innovations-section .card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.innovations-section .tag {
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 6px;
    background: var(--bg);
    color: var(--muted);
    border: 1px solid var(--line);
    font-weight: 600;
    position: inherit !important;
}

.innovations-section .card-footer {
    border-top: 1px solid var(--line);
    padding-top: 12px;
    margin-top: 4px;
}
.footer-label {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 5px;
}
.founder-names {
    font-size: 12.5px;
    color: var(--ink);
    font-weight: 600;
    line-height: 1.55;
}

/* ── LIGHTBOX ── */
#lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(28, 26, 24, 0.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(6px);
}
#lightbox.open {
    display: flex;
}

.lb-card {
    background: var(--white);
    border-radius: 24px;
    max-width: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: lbIn 0.25s ease;
}
@keyframes lbIn {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(16px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.lb-img-wrap {
    position: relative;
    height: 280px;
    background: var(--orange-pale);
    overflow: hidden;
}
.lb-img-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, transparent 100%);
}
#lb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.lb-no-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
}

.lb-body {
    padding: 20px 28px 28px;
    text-align: center;
}
#lb-name {
    font-size: 18px;
    color: var(--ink);
    margin-bottom: 6px;
    font-weight: 600;
}
#lb-role {
    font-size: 13px;
    color: var(--orange);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.lb-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--white);
    border: 1.5px solid var(--line);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    z-index: 10;
    transition: all 0.18s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.lb-close:hover {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
}
.greenova {
    --gn-bg: #f0ede6;
    --gn-card-bg: #ffffff;
    --gn-green-dark: #2d5a3d;
    --gn-green-mid: #3d7a52;
    --gn-green-light: #e8f0eb;
    --gn-text-dark: #1a1a1a;
    --gn-text-mid: #444444;
    --gn-text-light: #00482b;
    --gn-border: #00472b91;
    --gn-tag-bg: #e7f5c4;
    --gn-dot: #5a9e6f;
    --gn-radius-card: 18px;
    --gn-radius-sm: 10px;
    --gn-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

/* ── Wrapper ── */
.greenova {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Card ── */
.greenova__card {
    background: #f7ffe3;
    border-radius: var(--gn-radius-card);
    width: 100%;
    overflow: hidden;
    box-shadow: 0px -1px 17px 0px #d1e79f inset;
    padding: 20px;
}

/* ── Top Section ── */
.greenova__top {
    display: grid;
    grid-template-columns: 40% 1fr;
    height: 320px;
}
span.greenova__plant-icon {
    position: absolute;
    right: 0;
}
/* ── Left: image + overlay card ── */
.greenova__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Placeholder for plant image */
.greenova__photo-placeholder {
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, #c8b89a 0%, #b5a080 40%, #8a7a5a 100%); */
    display: flex;
    /* align-items: flex-end; */
    /* padding: 20px; */
}

.greenova__plant-icon {
    font-size: 80px;
    opacity: 0.4;
}

.greenova__overlay-card {
    position: absolute;
    bottom: 20px;
    left: 16px;
    right: 16px;
    background: var(--gn-green-dark);
    border-radius: var(--gn-radius-sm);
    padding: 18px 16px 14px;
    color: #ffffff;
}
.greenova__left {
    overflow: hidden;
}
.greenova__overlay-leaf {
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
}

.greenova__overlay-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.greenova__overlay-line {
    margin-top: 14px;
    display: flex;
    gap: 4px;
}

.greenova__overlay-dot {
    width: 18px;
    height: 3px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
}

.greenova__overlay-dot--dim {
    background: rgba(255, 255, 255, 0.35);
}

/* ── Right: content ── */
.greenova__right {
    padding: 15px 36px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.greenova__badge {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
}

.greenova__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gn-dot);
}

.greenova__badge-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gn-text-light);
}

.greenova__title {
    font-size: 35px;
    color: #2d5a3d;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: bold;
}

.greenova__divider {
    width: 40px;
    height: 2px;
    background: var(--gn-green-dark);
    margin-bottom: 16px;
    border-radius: 2px;
}

.greenova__desc {
    font-size: 13.5px;
    font-weight: 300;
    color: var(--gn-text-mid);
    line-height: 1.65;
    margin-bottom: 22px;
}

/* ── Tags row ── */
.greenova__tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
span.greenova__tag-text br {
    display: none;
}
.greenova__tag {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--gn-tag-bg);
    border: 1px solid var(--gn-border);
    border-radius: 20px;
    padding: 6px 12px;
}

.greenova__tag-icon {
    font-size: 14px;
}

.greenova__tag-text {
    font-size: 11.5px;
    font-weight: 400;
    color: var(--gn-text-mid);
    line-height: 1.3;
    text-align: center;
}

/* ── Founders section ── */
.greenova__founders {
    padding: 20px 0 5px;
    background: #f7ffe3;
}
.greenova__photo-placeholder img {
    background: white;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0px -1px 17px 0px #d0e79e inset;
}
.greenova__founders-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 24px;
}

.greenova__founders-line {
    flex: 1;
    height: 1px;
    background: var(--gn-border);
}

.greenova__founders-label {
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gn-text-light);
    white-space: nowrap;
}
.greenova__founder-avatar-icon img {
    width: 100%;
}
.greenova__founders-deco {
    font-size: 11px;
    color: var(--gn-border);
}

/* ── Founders grid ── */
.greenova__founders-grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.greenova__founder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.greenova__founder-avatar {
    width: 160px !important;
    height: 170px;
    /* border-radius: 50%; */
    overflow: hidden;
    border: 2.5px solid var(--gn-card-bg);
    box-shadow: var(--gn-shadow);
    background: var(--gn-green-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* Avatar color placeholders */
.greenova__founder-avatar--1 {
    background: linear-gradient(135deg, #c8a882, #a07850);
}
.greenova__founder-avatar--2 {
    background: linear-gradient(135deg, #d4b090, #b08060);
}
.greenova__founder-avatar--3 {
    background: linear-gradient(135deg, #8aaa94, #5a7a64);
}
.greenova__founder-avatar--4 {
    background: linear-gradient(135deg, #c4a8b8, #a07888);
}
.greenova__founder-avatar--5 {
    background: linear-gradient(135deg, #9ab0c0, #6a8090);
}

.greenova__founder-avatar-icon {
    font-size: 30px;
    opacity: 0.7;
}

.greenova__founder-info {
    text-align: center;
}

.greenova__founder-name {
    font-size: 14px;
    font-weight: bold;
    color: #00482b;
    margin-bottom: 3px;
}

.greenova__founder-role {
    font-size: 11px;
    font-weight: 300;
    color: var(--gn-text-light);
}

























@media only screen and (max-width: 767px) {
    .vod-card {
        border-radius: 0;
        /* position: relative; */
        top: 55%;
        left: 41%;
        width: 71%;
    }
    .vod-card .h2 {
        font-size: 26px;
        margin-bottom: 5px;
        text-shadow: 1px 0px #ff5722;
    }
    div#carouselExampleIndicators img {
        height: 333px !important;
    }
    .in-vod-img {
        width: 100%;
        top: 0px;
        left: 0;
    }
    .logo img {
        width: 150px;
        display: block;
    }
    .navbar-toggler-icon {
        filter: none !important;
    }
    .bec-navbar {
        padding: 7px;
        background: #fffcf8;
    }
    .fixed-nav .logo img {
        width: 151px;
        display: block;
        margin-left: 0;
    }
    div#about .ab-content p {
        font-size: 13px;
        width: 84%;
    }
    .ab-content.text-start.ps-5 {
        padding-left: 0rem !important;
    }
    footer#contact-us img {
        height: 300px;
        object-fit: cover;
    }

    .footer-footer-logo img {
        height: auto !important;
        width: 80% !important;
    }
    .footer-footer-logo {
        width: auto;
        margin: 25px auto 19px auto;
        padding: 13px 4px;
    }
    .footer-contact p {
        text-align: center;
        margin: 5px;
    }
    .footer-contact p a {
        font-size: 18px;
    }
    .footer-contact {
        gap: 1px;
    }
    h2.sec-head.w-img {
        margin-bottom: 11px;
        margin-top: 20px;
        font-size: 20px;
    }
    h2.sec-head img {
        height: 28px;
    }
    .upper-col .college-icon-box .clg-icon {
        padding: 2.5% 20px;
    }
    h5.text-center.text-white.mb-4 {
        margin-top: 23px;
    }
    .activitie .carousel-caption {
        display: block !important;
        zoom: 77%;
    }
    .activitie h5 {
        font-size: 16px;
    }
    #slider-bottom li {
        width: 100%;
    }
    .principal-content p {
        font-size: 14px;
    }
    .atp-card-header {
        min-height: 46px;
    }
    .sec-head p {
        font-weight: 700;
    }
    .bec-collaborations .hex-card {
        width: 12%;
    }
    .hex2 {
        margin-top: -9px;
    }
    .portfolio-sec .por-hd h1 {
        font-size: 25px;
    }
    .portfolio-sec .por-hd p {
        font-size: 14px;
    }

    .card-image {
        height: 130px;
    }
    .image-icon {
        font-size: 50px;
    }
    .spark-root {
        zoom: 77%;
    }
    .bec-navbar .nav-link,
    .bec-navbar .nav-link.dropdown-toggle {
        flex-direction: row;
    }
    .bec-navbar .nav-item {
        width: 50%;
    }
    .bec-navbar .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 12px;
    }
    .bec-navbar .dropdown-menu {
        min-width: max-content;
        position: absolute;
    }
    .bec-navbar .dropdown-item {
        white-space: normal;
    }
    .bec-navbar .dropdown-item {
        font-size: 11px;
    }
    .vod-card .vod-btn,
    .vod-btnn {
        font-size: 10px;
        padding: 6px 12px;
        margin-top: 10px;
    }
    .in-vod p {
        font-size: 12px;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .founder-thumb {
        width: 50px !important;
        height: 50px;
    }
    .greenova__top {
        display: inline;
    }
    .greenova__right {
        padding: 20px 0;
    }
    .greenova__founders-grid {
        gap: 10px;
    }
    .greenova__title {
        font-size: 20px;
    }


































    
}

@media (min-width: 992px) {
    body {
        zoom: 70%;
    }
}
@media (min-width: 1200px) {
    body {
        zoom: 80%;
    }
}
@media (min-width: 1400px) {
    body {
        zoom: 100%;
    }
}
