.elementor-23927 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-23927 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-23927 .elementor-element.elementor-element-aa6af40{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-23927 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23927 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23927 .elementor-element.elementor-element-a3233df > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23927 .elementor-element.elementor-element-a3233df > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23927 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23927 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-23927 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23927 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23927 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-23927 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-23927 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-23927 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23927 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-23927 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23927 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-23927 .elementor-element.elementor-element-f6bbbab{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-23927 .elementor-element.elementor-element-f6bbbab > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23927 .elementor-element.elementor-element-f6bbbab > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23927 .elementor-element.elementor-element-a2d7d91 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23927 .elementor-element.elementor-element-a2d7d91{padding:10px 0px 10px 0px;}.elementor-23927 .elementor-element.elementor-element-1c88a0b{width:100%;max-width:100%;}@media(max-width:767px){.elementor-23927 .elementor-element.elementor-element-6f67cae > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-23927 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-23927 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-23927 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --geo-green: #5C8018; /* Forest Green for Environment */
    --geo-navy: #0f172a;
    --geo-white: #ffffff;
    --geo-slate: #64748b;
}

.geo-hero {
    position: relative;
    background: #fdfdfd;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Topographic Pattern Background */
.geo-topo-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20 Q 30 10 50 20 T 90 20' fill='none' stroke='%2315803d' stroke-width='0.5'/%3E%3Cpath d='M10 40 Q 30 30 50 40 T 90 40' fill='none' stroke='%2315803d' stroke-width='0.5'/%3E%3Cpath d='M10 60 Q 30 50 50 60 T 90 60' fill='none' stroke='%2315803d' stroke-width='0.5'/%3E%3C/svg%3E");
    z-index: 1;
}

/* Radar Scan Animation */
.geo-radar-scan {
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(to bottom, transparent, var(--geo-green), transparent);
    top: 0;
    opacity: 0.2;
    z-index: 2;
    animation: radar-move 6s ease-in-out infinite;
}

@keyframes radar-move {
    0% { top: 0; }
    100% { top: 100%; }
}

.g-container2 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 150px 40px;
    position: relative;
    z-index: 10;
    width: 100%;
    padding-bottom: 50px;
}

.g-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

/* BADGE */
.g-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(21, 128, 61, 0.08);
    color: var(--geo-green);
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: var(--geo-green);
    border-radius: 50%;
    animation: dot-pulse 2s infinite;
}

@keyframes dot-pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}

/* TEXT CONTENT */
.g-title {
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--geo-navy);
    margin-bottom: 30px;
    margin-top: 0px;
}

.g-highlighter {
    color: var(--geo-green);
    position: relative;
    z-index: 1;
}

.g-highlighter::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(21, 128, 61, 0.1);
    z-index: -1;
}

.g-philosophy {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--geo-slate);
    max-width: 600px;
    margin-bottom: 40px;
}

/* LINKAGES */
.g-linkages p { font-size: 0.8rem; font-weight: 700; color: var(--geo-navy); margin-bottom: 10px; text-transform: uppercase; }
.g-partners { display: flex; gap: 20px; margin-bottom: 40px; }
.g-partners span { font-size: 0.9rem; font-weight: 600; color: var(--geo-green); display: flex; align-items: center; gap: 8px; }

/* BUTTONS */
.g-actions { display: flex; gap: 20px; }
.btn-g-primary { background: var(--geo-green); color: white; padding: 18px 32px; border-radius: 4px; font-weight: 700; text-decoration: none; transition: 0.3s; }
.btn-g-ghost { border: 2px solid var(--geo-navy); color: var(--geo-navy); padding: 18px 32px; border-radius: 4px; font-weight: 700; text-decoration: none; transition: 0.3s; }

/* DATA BOX VISUAL */
.g-data-box {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 40px;
    border-radius: 0 40px 0 40px; /* Asymmetric "map" cut */
    box-shadow: 20px 20px 60px rgba(0,0,0,0.05);
}

.g-card-head { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; border-bottom: 1px solid #f1f5f9; padding-bottom: 15px; }
.g-card-head i { color: var(--geo-green); font-size: 1.4rem; }
.g-card-head h5 { color: var(--geo-navy); margin: 0; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }

.g-row { display: flex; justify-content: space-between; margin-bottom: 20px; }
.g-label { font-size: 0.75rem; font-weight: 700; color: var(--geo-slate); text-transform: uppercase; }
.g-value { font-size: 0.9rem; font-weight: 800; color: var(--geo-navy); text-align: right; }

.g-accreditation { margin-top: 30px; padding-top: 20px; border-top: 1px dashed #cbd5e1; display: flex; align-items: center; gap: 12px; font-size: 0.8rem; font-weight: 700; color: var(--geo-green); }

/* RESPONSIVE UPDATES */
@media (max-width: 1024px) {
    .g-grid { 
        grid-template-columns: 1fr; 
        text-align: center; 
    }
    
    .g-badge, .g-linkages, .g-actions, .g-partners { 
        justify-content: center; 
        margin-left: auto; 
        margin-right: auto; 
    }
    
    .g-philosophy { 
        margin: 0 auto 40px; 
    }
    
    .g-visual { 
        display: none; 
    }

    /* Target the action buttons specifically for mobile */
    .g-actions {
        flex-direction: column; /* Stacks the buttons vertically */
        gap: 15px;             /* Space between the stacked buttons */
        width: 100%;           /* Ensure container spans full width */
        max-width: 400px;      /* Optional: prevents buttons from being too wide on tablets */
    }

    .btn-g-primary, .btn-g-ghost {
        width: 100%;           /* Each button takes up the full width of the row */
        text-align: center;    /* Center the text inside the button */
        display: block;        /* Ensures proper block-level spacing */
    }
}

@media (max-width: 768px) {
     .g-container2 {
   padding-top: 150px !important;
    position: relative;
    z-index: 10;
    width: 100%;
    padding-bottom: 80px !important;
}
}

@media (max-width: 480px) {
     .g-container2 {
    padding-top: 150px !important;
    position: relative;
    z-index: 10;
    width: 100%;
    padding-bottom: 80px !important;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */:root {
        --geo-green: #5C8018;
        --geo-navy: #1B3F5B;
        --geo-slate: #475569;
        --geo-light: #f8fafc;
    }

    .g-insight-section {
        padding: 60px 0;
        background: #ffffff;
        position: relative;
        border-top: 1px solid #f1f5f9;
    }

    .g-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0px 24px !important;
    }

    /* Coordinate Grid Layout */
    .g-insight-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: flex-start;
    }

    /* THE CHRONICLE STYLES */
    .g-section-head { margin-bottom: 40px; }
    .g-coord {
        font-size: 0.75rem;
        color: var(--geo-green);
        letter-spacing: 3px;
        font-weight: 700;
    }
    .g-section-head h2 {
        font-size: 2.2rem;
        font-weight: 800;
        color: var(--geo-navy);
        margin-top: 10px;
    }

    .g-timeline {
        border-left: 2px solid #f1f5f9;
        padding-left: 30px;
        margin-bottom: 40px;
    }

    .t-item {
        position: relative;
        margin-bottom: 30px;
    }

    .t-item::before {
        content: '';
        position: absolute;
        left: -37px;
        top: 5px;
        width: 12px;
        height: 12px;
        background: var(--geo-green);
        border-radius: 50%;
        border: 3px solid white;
        box-shadow: 0 0 0 2px var(--geo-green);
    }

    .t-year {
        font-weight: 900;
        color: var(--geo-navy);
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .t-item p {
        color: var(--geo-slate);
        line-height: 1.6;
        font-size: 0.95rem;
    }

    .g-founding-lecturers {
        background: var(--geo-light);
        padding: 25px;
        border-radius: 16px;
    }

    .g-founding-lecturers h5 {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 0.75rem;
        margin-bottom: 15px;
        color: var(--geo-slate);
        letter-spacing: 1px;
    }

    .g-founding-lecturers ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .g-founding-lecturers li {
        font-weight: 700;
        font-size: 0.85rem;
        color: var(--geo-navy);
        background: white;
        padding: 6px 14px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    /* Additional Faculty List */
    .g-additional-faculty {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e2e8f0;
    }

    .g-additional-faculty h5 {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 0.75rem;
        margin-bottom: 15px;
        color: var(--geo-slate);
        letter-spacing: 1px;
    }

    .g-additional-faculty ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .g-additional-faculty li {
        font-weight: 600;
        font-size: 0.8rem;
        color: var(--geo-slate);
        background: white;
        padding: 5px 12px;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.03);
        border: 1px solid #e2e8f0;
    }

    /* LINKAGE CARD STYLES */
    .g-linkage-card {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .g-linkage-content {
        background: var(--geo-navy);
        padding: 40px;
        border-radius: 24px;
        color: white;
    }

    .g-icon-header {
        width: 60px;
        height: 60px;
        background: var(--geo-green);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin-bottom: 24px;
    }

    .g-linkage-content h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: 12px; color: #FFFFFF; }
    .g-linkage-content p { color: #94a3b8; line-height: 1.7; margin-bottom: 25px; font-size: 0.95rem; 
        
    }

    .link-partners-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 25px;
    }

    .partner-box {
        border: 1px solid rgba(255,255,255,0.1);
        padding: 16px;
        border-radius: 12px;
        transition: 0.3s;
    }

    .partner-box:hover { background: rgba(92, 128, 24, 0.15); border-color: var(--geo-green); }
    .partner-box strong { display: block; color: var(--geo-green); font-size: 1rem; margin-bottom: 4px; }
    .partner-box span { font-size: 0.7rem; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.5px; }

    .g-focus-areas { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
    .f-tag {
        background: rgba(255,255,255,0.08);
        padding: 6px 14px;
        border-radius: 50px;
        font-size: 0.7rem;
        font-weight: 600;
        color: #cbd5e1;
    }

    /* Climate Centre Link */
    .climate-centre-link {
        background: rgba(255,255,255,0.05);
        border-radius: 12px;
        padding: 16px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 10px;
    }

    .climate-centre-link i {
        font-size: 1.3rem;
        color: var(--geo-green);
    }

    .climate-centre-link span {
        font-size: 0.8rem;
        color: #cbd5e1;
    }

    /* PROGRAMME STATS FOOTER */
    .g-programme-card {
        background: var(--geo-green);
        padding: 28px;
        border-radius: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
    }

    .prog-info h4 { font-size: 1.2rem; font-weight: 800; margin: 0; color: #FFFFFF; }
    .prog-info span { font-size: 0.8rem; opacity: 0.85; display: block; margin-top: 4px; }
    .prog-check i { font-size: 2rem; color: rgba(255,255,255,0.3); }

    /* Philosophy & Objectives Section */
    .g-philosophy-section {
        margin-top: 60px;
        padding-top: 40px;
        border-top: 1px solid #e2e8f0;
    }

    .g-philosophy-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .g-philosophy-card {
        background: var(--geo-light);
        padding: 32px;
        border-radius: 20px;
    }

    .g-philosophy-card h3 {
        font-size: 1.3rem;
        font-weight: 800;
        color: var(--geo-navy);
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .g-philosophy-card h3 i {
        color: var(--geo-green);
    }

    .g-philosophy-card p {
        color: var(--geo-slate);
        line-height: 1.7;
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .g-aims-list {
        list-style: none;
        padding: 0;
    }

    .g-aims-list li {
        padding: 10px 0;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        border-bottom: 1px dashed #e2e8f0;
        font-size: 0.9rem;
        color: var(--geo-slate);
    }

    .g-aims-list li:last-child {
        border-bottom: none;
    }

    .g-aims-list li i {
        color: var(--geo-green);
        margin-top: 3px;
    }

    /* Admission Section */
    .g-admission-section {
        margin-top: 50px;
        background: white;
        border-radius: 24px;
        padding: 40px;
        border: 1px solid #e2e8f0;
    }

    .g-admission-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .g-admission-header h3 {
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--geo-navy);
    }

    .g-admission-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .g-admission-card {
        background: var(--geo-light);
        padding: 28px;
        border-radius: 20px;
    }

    .g-admission-card h4 {
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--geo-navy);
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .g-admission-card h4 i {
        color: var(--geo-green);
    }

    .g-admission-card p {
        color: var(--geo-slate);
        line-height: 1.65;
        font-size: 0.9rem;
        margin-bottom: 16px;
    }

    .g-subjects-list {
        list-style: none;
        margin-top: 12px;
    }

    .g-subjects-list li {
        font-size: 0.8rem;
        padding: 5px 0;
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--geo-slate);
    }

    .g-subjects-list li i {
        color: var(--geo-green);
        font-size: 0.7rem;
    }

    /* Duration & Registration */
    .g-duration-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 30px;
    }

    .g-duration-card {
        background: var(--geo-light);
        padding: 24px;
        border-radius: 16px;
        text-align: center;
    }

    .g-duration-card i {
        font-size: 1.8rem;
        color: var(--geo-green);
        margin-bottom: 12px;
    }

    .g-duration-card h4 {
        font-size: 1rem;
        font-weight: 700;
        color: var(--geo-navy);
        margin-bottom: 8px;
    }

    .g-duration-card p {
        font-size: 0.8rem;
        color: var(--geo-slate);
    }

    .g-reg-procedure {
        background: linear-gradient(135deg, var(--geo-navy), #0f2a3d);
        border-radius: 20px;
        padding: 32px;
        margin-top: 30px;
        color: white;
    }

    .g-reg-procedure h4 {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #FFFFFF;
    }

    .g-reg-procedure h4 i {
        color: var(--geo-green);
    }

    .g-reg-list {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .g-reg-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.85rem;
        color: #cbd5e1;
    }

    .g-reg-list li i {
        color: var(--geo-green);
    }

    /* RESPONSIVE */
    @media (max-width: 992px) {
        .g-insight-grid { grid-template-columns: 1fr; }
        .g-linkage-content { padding: 30px; }
        .g-philosophy-grid { grid-template-columns: 1fr; }
        .g-admission-grid { grid-template-columns: 1fr; }
        .g-duration-grid { grid-template-columns: 1fr; }
        .g-reg-list { grid-template-columns: 1fr; }
    }

    @media (max-width: 768px) {
        .g-container { padding: 0px 20px; }
        .g-section-head h2 { font-size: 1.8rem; }
        .g-linkage-content { padding: 24px; }
        .g-philosophy-card { padding: 24px; }
        .g-admission-section { padding: 28px 20px; }
    }/* End custom CSS */