/* Custom Stylesheet for ICES Integration */

/* -------------------------------------------------------------
   1. GLOBAL HEADER STYLES
------------------------------------------------------------- */
.ices-topbar {
    background-color: #0c2f78;
    padding: 8px 0;
}
.ices-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ices-topbar-contact-list {
    display: flex;
    gap: 15px;
    margin: 0;
    flex-wrap: wrap;
}
.ices-topbar-contact-item {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.ices-topbar-phone-link {
    color: #009ad8;
    text-decoration: none;
    font-weight: 700;
}
.ices-topbar-social-link {
    color: #fff;
    margin-left: 5px;
}
.ices-topbar-btn-boxes {
    display: flex;
    gap: 10px;
    margin: 0;
}
.ices-topbar-btn-admin {
    padding: 5px 12px;
    font-size: 12px;
    background: #e51a4b;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
}
.ices-topbar-btn-college {
    padding: 5px 12px;
    font-size: 12px;
    background: #009ad8;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
}
.ices-topbar-btn-consultancy {
    padding: 5px 12px;
    font-size: 12px;
    background: #fdb53b;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
}
.ices-header-inner {
    display: block;
}
.ices-logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}
.ices-logo-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ices-logo-img {
    max-height: 60px;
}
.ices-logo-text-box {
    line-height: 1.1;
    text-align: left;
}
.ices-logo-text-main {
    font-weight: 900;
    font-size: 26px;
    color: #0c2f78;
    display: block;
    font-family: 'Outfit', sans-serif;
}
.ices-logo-text-sub {
    font-weight: 800;
    font-size: 12px;
    color: #e51a4b;
    display: block;
    letter-spacing: 0.5px;
}
.ices-logo-text-desc {
    font-size: 7px;
    color: #555;
    display: block;
    font-weight: 700;
    letter-spacing: 0.1px;
}
.ices-header-banner {
    text-align: right;
    background: #009ad8;
    color: #fff;
    padding: 12px 24px;
    border-bottom-left-radius: 20px;
    font-weight: 800;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 1px;
    box-shadow: -3px 3px 5px rgba(0,0,0,0.1);
}
.ices-menu-box {
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ices-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin: 0;
    justify-content: center;
    width: 100%;
}
.ices-menu-item {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

/* -------------------------------------------------------------
   2. GLOBAL FOOTER STYLES
------------------------------------------------------------- */
.ices-footer-logo-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ices-footer-logo-img {
    max-height: 50px;
    background: #fff;
    padding: 3px;
    border-radius: 4px;
}
.ices-footer-logo-title {
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
}
.ices-footer-logo-desc {
    font-size: 11px;
    margin-top: 5px;
}
.ices-footer-location-text {
    font-size: 11px;
}
.ices-footer-phone-text {
    font-size: 11px;
}

/* -------------------------------------------------------------
   3. HOME PAGE STYLES
------------------------------------------------------------- */
.ices-stats-contact {
    padding: 60px 0 35px;
    background-color: #f4f6fd;
}
.ices-stats-tagline {
    color: #0c2f78;
    font-weight: 700;
    letter-spacing: 1px;
}
.ices-stats-title {
    font-size: 32px;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
}
.ices-stat-box {
    background: #fff;
    padding: 20px 15px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e1e8ff;
    box-shadow: 0 4px 10px rgba(12, 47, 120, 0.04);
    transition: all 0.3s ease;
    height: 100%;
}
.ices-stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(12, 47, 120, 0.08);
}
.ices-stat-num-blue {
    font-size: 26px;
    font-weight: 900;
    color: #0c2f78;
    font-family: 'Outfit', sans-serif;
}
.ices-stat-num-red {
    font-size: 26px;
    font-weight: 900;
    color: #e51a4b;
    font-family: 'Outfit', sans-serif;
}
.ices-stat-num-yellow {
    font-size: 26px;
    font-weight: 900;
    color: #fdb53b;
    font-family: 'Outfit', sans-serif;
}
.ices-stat-num-cyan {
    font-size: 26px;
    font-weight: 900;
    color: #009ad8;
    font-family: 'Outfit', sans-serif;
}
.ices-stat-label {
    font-size: 11px;
    color: #555;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.ices-contact-card-yellow {
    background: linear-gradient(135deg, #ffe8c2, #fbc586);
    padding: 30px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(251, 197, 134, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.5);
    height: 100%;
}
.ices-contact-card-yellow h4 {
    font-size: 18px;
    font-weight: 700;
    color: #5e3500;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}
.ices-contact-card-yellow-num {
    font-size: 24px;
    font-weight: 900;
    color: #8f5000;
    font-family: 'Outfit', sans-serif;
}
.ices-contact-card-pink {
    background: linear-gradient(135deg, #fcaae5, #fa7ee2);
    padding: 30px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(250, 126, 226, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.5);
    height: 100%;
}
.ices-contact-card-pink h4 {
    font-size: 18px;
    font-weight: 700;
    color: #61004a;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}
.ices-contact-card-pink-num {
    font-size: 24px;
    font-weight: 900;
    color: #9c0077;
    font-family: 'Outfit', sans-serif;
}
.ices-contact-card-green {
    background: linear-gradient(135deg, #a7f5d0, #6ee7b7);
    padding: 30px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(110, 231, 183, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.5);
    height: 100%;
}
.ices-contact-card-green h4 {
    font-size: 18px;
    font-weight: 700;
    color: #044b31;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}
.ices-contact-card-green-num {
    font-size: 24px;
    font-weight: 900;
    color: #046c46;
    font-family: 'Outfit', sans-serif;
}
.ices-contact-card-yellow:hover, 
.ices-contact-card-pink:hover, 
.ices-contact-card-green:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.ices-partners-section {
    padding: 60px 0;
    background: #fff;
    border-top: 1px solid #eee;
}
.ices-dgms-section {
    padding: 60px 0 80px;
    background: #f4f6fd;
    border-top: 1px solid #eee;
}
.ices-img-shadow {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
}

/* -------------------------------------------------------------
   4. ABOUT PAGE STYLES
------------------------------------------------------------- */
.about-tabs-section {
    padding: 8px 0 100px;
    background: #f8fafc;
}
.about-sidebar {
    background: #fff;
    padding: 25px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(12,47,120,0.04);
    border: 1px solid #e2e8f0;
    position: sticky;
    top: 120px;
}
.about-sidebar h4 {
    font-size: 18px;
    font-weight: 800;
    color: #0c2f78;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f5f9;
}
.about-tab-buttons {
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.active-tab-btn {
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #0c2f78;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
}
.tab-btn-inactive {
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    background: #f8fafc;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #e2e8f0;
}
.about-tab-content-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(12,47,120,0.04);
    border: 1px solid #e2e8f0;
    min-height: 500px;
}
.about-tab-pane {
    display: none;
}
.about-tab-pane h3 {
    font-size: 28px;
    font-weight: 800;
    color: #0c2f78;
    font-family: 'Outfit', sans-serif;
}
.about-tab-pane p {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 25px;
}
.ices-tab-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #0c2f78;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
}
.ices-tab-feature-title i {
    color: #009ad8;
    margin-right: 8px;
}
.ices-tab-feature-text {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}
.ices-tab-quote {
    background: #f4f6fd;
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid #009ad8;
    margin-top: 30px;
}
.ices-tab-quote p {
    font-size: 15px;
    font-style: italic;
    color: #0c2f78;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
}

/* Mission, Vision, Motto Cards */
.mvm-card-mission {
    background: #fffdf9;
    padding: 25px;
    border: 1px solid #ffe8cc;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    position: relative;
}
.mvm-card-mission .card-header-box {
    font-size: 20px;
    font-weight: 800;
    color: #df7300;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mvm-card-mission .card-header-box i {
    color: #ff922b;
}

.mvm-card-vision {
    background: #fbfdff;
    padding: 25px;
    border: 1px solid #d0ebff;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
.mvm-card-vision .card-header-box {
    font-size: 20px;
    font-weight: 800;
    color: #1c7ed6;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mvm-card-vision .card-header-box i {
    color: #339af0;
}

.mvm-card-motto {
    background: #fdfdfd;
    padding: 25px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
.mvm-card-motto .card-header-box {
    font-size: 20px;
    font-weight: 800;
    color: #0c2f78;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mvm-card-motto .card-header-box i {
    color: #0c2f78;
}

.mvm-list {
    padding-left: 15px;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #495057;
}
.mvm-list li {
    margin-bottom: 10px;
}
.mvm-list-motto {
    padding-left: 15px;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #495057;
}
.mvm-list-motto li {
    margin-bottom: 8px;
}

/* Certificate Cards */
.certificate-card-box {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.certificate-card-title {
    font-size: 16px;
    font-weight: 800;
    color: #0c2f78;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
}
.certificate-card-img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    cursor: zoom-in;
}

/* Timeline */
.ices-timeline {
    position: relative;
    padding: 20px 0;
    list-style: none;
}
.ices-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 3px;
    background: #009ad8;
}
.ices-timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 45px;
}
.ices-timeline-marker {
    position: absolute;
    top: 3px;
    left: 12px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #0c2f78;
    box-shadow: 0 0 0 3px rgba(0, 154, 216, 0.2);
}
.ices-timeline-content {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.ices-timeline-year {
    font-size: 16px;
    font-weight: 900;
    color: #e51a4b;
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
}
.ices-timeline-title {
    font-size: 15px;
    font-weight: 800;
    color: #0c2f78;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}
.ices-timeline-list {
    margin: 0;
    padding-left: 15px;
    font-size: 13px;
    color: #4b5563;
    line-height: 1.6;
}
.ices-timeline-list li {
    margin-bottom: 5px;
}

/* Lightbox Modal */
#certificate-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
#certificate-lightbox .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}
#lightbox-img {
    max-width: 95%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

/* Partners & DGMs Styles */
.ices-partners-subtitle {
    font-size: 15px;
    color: #666;
    font-weight: 500;
}
.ices-partners-img-box {
    text-align: center;
    margin-top: 40px;
}

.ices-infographic-card {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-top: 30px;
}

/* PDF-matched recognition gallery */
.ices-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #0c2f78;
    font-size: 14px;
    font-weight: 800;
}

.ices-recognition-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(0, 154, 216, 0.10), transparent 26%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.ices-section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
}

.ices-section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #e51a4b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ices-section-heading h2 {
    margin: 0 0 12px;
    color: #0c2f78;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.08;
}

.ices-section-heading h2 span {
    color: #009ad8;
}

.ices-section-heading p {
    margin: 0;
    color: #56647a;
    font-size: 16px;
    line-height: 1.7;
}

.ices-leadership-section {
    padding: 95px 0;
    background: #f7fbff;
}

.ices-leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.ices-leadership-card {
    background: #fff;
    border: 1px solid #e4edf7;
    border-radius: 12px;
    padding: 24px 24px 28px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(12, 47, 120, 0.08);
}

.ices-leadership-photo {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    background: #eef5fb;
    margin-bottom: 24px;
}

.ices-leadership-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ices-leadership-card h3 {
    margin: 0 0 8px;
    color: #102f60;
    font-size: 24px;
    font-weight: 800;
}

.ices-leadership-card p {
    margin: 0;
    color: #6b7484;
    font-size: 16px;
    font-weight: 600;
}

.page-header__social {
    display: none;
}

.ices-journey-section {
    padding: 95px 0;
    background: #fff;
}

.ices-journey-grid {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0;
}

.ices-journey-grid::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #0c2f78;
    transform: translateX(-50%);
    border-radius: 2px;
}

.ices-journey-grid::after {
    content: '';
    display: table;
    clear: both;
}

.ices-journey-card {
    position: relative;
    width: 45%;
    margin-bottom: 40px;
    border-radius: 14px;
    padding: 24px 28px;
    color: #fff;
    box-shadow: 0 12px 30px rgba(9, 39, 84, 0.15);
    transition: transform 0.3s ease;
}

.ices-journey-card:hover {
    transform: translateY(-4px);
}

.ices-journey-card:nth-child(odd) {
    float: left;
    clear: both;
}

.ices-journey-card:nth-child(even) {
    float: right;
    clear: both;
}

.ices-journey-card::after {
    content: '';
    position: absolute;
    top: 25px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #0c2f78;
    z-index: 2;
}

.ices-journey-card:nth-child(odd)::after {
    right: -12.2%;
}

.ices-journey-card:nth-child(even)::after {
    left: -12.2%;
}

.ices-journey-card span {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    font-family: 'Outfit', sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 6px;
}

.ices-journey-card ul {
    margin: 0;
    padding-left: 18px;
}

.ices-journey-card li {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
}

.ices-journey-card--red { background: #d94242; }
.ices-journey-card--green { background: #2f9b8a; }
.ices-journey-card--yellow { background: #f1a30a; }
.ices-journey-card--blue { background: #4593e6; }
.ices-journey-card--purple { background: #9b2eb6; }
.ices-journey-card--brown { background: #765544; }

@media (max-width: 767px) {
    .ices-journey-grid::before {
        left: 20px;
    }
    .ices-journey-card {
        width: 88%;
        float: right !important;
        margin-left: 40px;
    }
    .ices-journey-card::after {
        left: -32px !important;
        right: auto !important;
    }
}

.ices-certificate-sheet {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(190px, 1fr));
    gap: 24px;
    margin-bottom: 30px;
    padding: 28px;
    border: 1px solid #dbe6f3;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(12, 47, 120, 0.10);
}

.ices-certificate-item {
    position: relative;
    display: block;
    min-height: 190px;
    overflow: hidden;
    border: 3px solid #f07b16;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(20, 35, 70, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ices-certificate-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(20, 35, 70, 0.16);
}

.ices-certificate-item.is-portrait {
    grid-row: 1 / span 2;
}

.ices-certificate-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.ices-certificate-sheet--four .is-portrait-right {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.ices-certificate-note {
    margin: 22px 0 0;
    color: #64748b;
    font-size: 14px;
    text-align: center;
}

/* PDF-matched tie-up institution section */
.ices-tieup-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 154, 216, 0.32), transparent 42%),
        #123995;
}

.ices-tieup-section::before,
.ices-tieup-section::after {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    content: '';
}

.ices-tieup-section::before {
    top: -150px;
    left: -90px;
}

.ices-tieup-section::after {
    right: -110px;
    bottom: -180px;
}

.ices-tieup-heading {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto 42px;
}

.ices-tieup-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #ffd900;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ices-tieup-heading h2 {
    margin: 0 0 12px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.12;
}

.ices-tieup-heading h2 span {
    color: #7ee2ff;
}

.ices-tieup-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

.ices-tieup-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px;
}

.ices-tieup-card {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(2, 15, 54, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ices-tieup-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 32px rgba(2, 15, 54, 0.32);
}

.ices-tieup-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ices-tieup-action {
    position: relative;
    z-index: 1;
    margin-top: 36px;
}

.ices-tieup-action .thm-btn {
    background: #ffd900;
    color: #0c2f78;
}

@media (max-width: 1199px) {
    .ices-tieup-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ices-recognition-section,
    .ices-tieup-section {
        padding: 65px 0;
    }

    .ices-certificate-sheet {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 16px;
        padding: 16px;
    }

    .ices-certificate-item,
    .ices-certificate-item.is-portrait,
    .ices-certificate-sheet--four .is-portrait-right {
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
    }

    .ices-certificate-item img {
        height: auto;
    }

    .ices-tieup-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .ices-tieup-heading p,
    .ices-section-heading p {
        font-size: 15px;
    }
}

/* Home and About browser-audit improvements */
.main-slider__bg {
    opacity: 0.52;
}

.main-slider__bg::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 29, 67, 0.96) 0%, rgba(3, 29, 67, 0.72) 43%, rgba(3, 29, 67, 0.18) 78%);
    content: '';
}

.main-slider__content {
    max-width: 760px;
}

.main-slider__content,
.main-slider__sub-title-box,
.main-slider__title,
.main-slider__text,
.main-slider__btn-box {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

.site-footer .wow {
    visibility: visible !important;
    animation-name: none !important;
}

.ices-home-courses {
    margin-top: 0 !important;
    padding: 100px 0;
    background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
}

.ices-home-courses .courses-one__single {
    height: 100%;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(12, 47, 120, 0.08);
}

.ices-home-courses .courses-one__img img {
    height: 220px;
    object-fit: cover;
}

.ices-home-courses .courses-one__ratting-and-heart-box,
.ices-home-courses .courses-one__btn-and-doller-box > span {
    display: none;
}

.ices-home-courses .courses-one__btn-and-doller-box {
    padding-top: 20px;
}

.ices-home-courses .courses-one__btn {
    background: #0c2f78;
}

.why-choose-one__img img,
.why-choose-one__img-2 img {
    object-fit: cover;
    object-position: center;
}

.why-choose-one__img img {
    min-height: 470px;
}

.why-choose-one__img-2 img {
    width: 255px;
    height: 330px;
}

.ices-legacy-hidden {
    display: none !important;
}

.ices-leadership-section,
.ices-home-testimonials {
    padding: 100px 0;
}

.ices-leadership-section {
    background: #fff;
}

.ices-home-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 42px;
}

.ices-home-heading > div {
    max-width: 760px;
}

.ices-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #e51a4b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.ices-home-kicker::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #009ad8;
    content: '';
}

.ices-home-heading h2 {
    margin: 0;
    color: #0b285b;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.08;
}

.ices-home-heading h2 span {
    color: #009ad8;
}

.ices-home-heading p {
    max-width: 670px;
    margin: 14px 0 0;
    color: #637087;
    font-size: 16px;
    line-height: 1.7;
}

.ices-text-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    padding-bottom: 6px;
    border-bottom: 2px solid #009ad8;
    color: #0c2f78;
    font-weight: 800;
}

.ices-leadership-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.ices-leader-card {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 22px;
    background: #0c2f78;
    box-shadow: 0 18px 45px rgba(12, 47, 120, 0.13);
}

.ices-leader-card--featured {
    transform: translateY(-14px);
}

.ices-leader-card::after {
    position: absolute;
    inset: 32% 0 0;
    background: linear-gradient(180deg, transparent 0%, rgba(3, 20, 54, 0.96) 100%);
    content: '';
}

.ices-leader-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.4s ease;
}

.ices-leader-card:hover img {
    transform: scale(1.04);
}

.ices-leader-card > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 24px;
}

.ices-leader-card span {
    display: inline-block;
    margin-bottom: 7px;
    color: #7ee2ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ices-leader-card h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
}

.ices-leader-card p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.ices-home-testimonials {
    background:
        radial-gradient(circle at 80% 10%, rgba(0, 154, 216, 0.28), transparent 25%),
        #082658;
}

.ices-home-heading--light h2,
.ices-home-heading--light .ices-text-link {
    color: #fff;
}

.ices-home-heading--light .ices-home-kicker {
    color: #ffd900;
}

.ices-home-heading--light h2 span {
    color: #7ee2ff;
}

.ices-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ices-story-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.ices-story-stars {
    margin-bottom: 18px;
    color: #ffd900;
    letter-spacing: 3px;
}

.ices-story-card > p {
    min-height: 128px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.65;
}

.ices-story-person {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ices-story-person img {
    width: 56px;
    height: 56px;
    border: 2px solid #7ee2ff;
    border-radius: 50%;
    object-fit: cover;
}

.ices-story-person h3 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.ices-story-person span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.about-three__img-one img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.about-three__img-two img {
    width: 250px;
    height: 300px;
    object-fit: cover;
}

.why-choose-three__feature-single {
    height: 100%;
    border: 1px solid #e9eef8;
    box-shadow: 0 14px 35px rgba(12, 47, 120, 0.06);
}

@media (max-width: 991px) {
    .ices-leadership-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ices-leader-card--featured {
        transform: none;
    }

    .ices-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .ices-story-card > p {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    html,
    body,
    .page-wrapper {
        max-width: 100%;
        overflow-x: hidden;
    }

    .main-slider__bg {
        background-position: 62% center;
        opacity: 0.42;
    }

    .main-slider__bg::after {
        background: linear-gradient(90deg, rgba(3, 29, 67, 0.97) 0%, rgba(3, 29, 67, 0.76) 70%, rgba(3, 29, 67, 0.48) 100%);
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .main-slider__content,
    .main-slider__sub-title,
    .section-title__title,
    .section-title-two__title,
    .about-one__right,
    .why-choose-one__right,
    .about-three__right,
    .ices-home-heading,
    .ices-home-heading > div {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .section-title__title span,
    .section-title-two__title span {
        display: inline;
        white-space: normal;
    }

    .about-three__tab-box .tab-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .about-three__tab-box .tab-buttons li {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .ices-home-courses,
    .ices-leadership-section,
    .ices-home-testimonials {
        padding: 65px 0;
    }

    .about-one__left,
    .why-choose-one__left,
    .about-three__left {
        display: none;
    }

    .about-one__right,
    .about-three__right {
        margin-top: 0;
    }

    .about-one,
    .why-choose-one {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .counter-one__bg {
        display: none;
    }

    .counter-one__list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .counter-one__list li {
        max-width: none;
        padding: 42px 4px;
    }

    .counter-one__count h3,
    .counter-one__count span {
        font-size: 28px;
        line-height: 34px;
    }

    .counter-one__list li p {
        font-size: 10px;
        line-height: 15px;
    }

    .ices-home-heading {
        display: block;
        margin-bottom: 30px;
    }

    .ices-home-heading h2 {
        font-size: 32px;
    }

    .ices-home-heading .ices-text-link {
        margin-top: 22px;
    }

    .ices-leadership-grid {
        grid-template-columns: 1fr;
    }

    .ices-leader-card {
        min-height: 390px;
    }

    .ices-section-heading h2 {
        font-size: 30px;
    }

    .about-three,
    .why-choose-three {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about-three__right,
    .why-choose-three__right {
        margin-top: 42px;
    }
}

/* Modern About page */
.ices-about-hero {
    position: relative;
    padding: 30px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(0, 154, 216, 0.11), transparent 24%),
        radial-gradient(circle at 94% 12%, rgba(229, 26, 75, 0.07), transparent 21%),
        linear-gradient(180deg, #fbfdff 0%, #f5f8fd 100%);
}

.ices-about-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ices-about-orb--one {
    top: 84px;
    left: -125px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(0, 154, 216, 0.15);
}

.ices-about-orb--two {
    right: -80px;
    bottom: 80px;
    width: 190px;
    height: 190px;
    background: rgba(12, 47, 120, 0.035);
}

.ices-about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 35px;
    color: #68768c;
    font-size: 14px;
    font-weight: 600;
}

.ices-about-breadcrumb a {
    color: #0c2f78;
}

.ices-about-breadcrumb [class^="icon-"] {
    color: #009ad8;
    font-size: 10px;
}

.ices-about-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(55px, 7vw, 100px);
}

.ices-about-visual {
    position: relative;
    min-height: 620px;
}

.ices-about-main-image {
    position: absolute;
    top: 0;
    right: 40px;
    left: 0;
    height: 510px;
    overflow: hidden;
    border-radius: 32px 32px 90px 32px;
    background: #dfe9f5;
    box-shadow: 0 28px 70px rgba(12, 47, 120, 0.16);
}

.ices-about-main-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(4, 28, 70, 0.16));
    content: '';
}

.ices-about-main-image img,
.ices-about-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ices-about-portrait {
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 2;
    width: 220px;
    height: 275px;
    overflow: hidden;
    border: 8px solid #f7faff;
    border-radius: 110px 110px 26px 26px;
    background: #dce5ed;
    box-shadow: 0 24px 55px rgba(12, 47, 120, 0.22);
}

.ices-about-experience {
    position: absolute;
    bottom: 35px;
    left: 25px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 270px;
    padding: 20px 24px;
    border: 1px solid rgba(12, 47, 120, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(12, 47, 120, 0.15);
}

.ices-about-experience span {
    color: #0c2f78;
    font-family: 'Outfit', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.ices-about-experience p {
    margin: 0;
    padding-left: 15px;
    border-left: 1px solid #dce5f0;
    color: #5d6b80;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.ices-about-visual-label {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border-radius: 30px;
    background: #0c2f78;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(12, 47, 120, 0.2);
}

.ices-about-visual-label span {
    color: #ffd900;
    font-size: 18px;
}

.ices-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: #e51a4b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.ices-about-kicker::before {
    width: 28px;
    height: 2px;
    background: #009ad8;
    content: '';
}

.ices-about-content h1 {
    max-width: 680px;
    margin: 0;
    color: #092754;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(42px, 4.2vw, 62px);
    font-weight: 800;
    letter-spacing: -1.8px;
    line-height: 1.04;
}

.ices-about-content h1 span {
    color: #009ad8;
}

.ices-about-lead {
    max-width: 670px;
    margin: 23px 0 0;
    color: #5e6c82;
    font-size: 16px;
    line-height: 1.75;
}

.ices-about-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 27px 0 30px;
}

.ices-about-points > div {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.ices-about-points > div > span {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    margin-top: 2px;
    border-radius: 50%;
    background: rgba(0, 154, 216, 0.12);
    color: #009ad8;
    font-size: 12px;
}

.ices-about-points p {
    margin: 0;
    color: #6a778a;
    font-size: 13px;
    line-height: 1.5;
}

.ices-about-points strong {
    display: block;
    margin-bottom: 3px;
    color: #15325f;
    font-size: 15px;
}

.ices-about-tabs {
    overflow: hidden;
    border: 1px solid #dde7f3;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 45px rgba(12, 47, 120, 0.08);
}

.ices-about-tabs .tab-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #e5edf6;
    background: #f8fafd;
}

.ices-about-tabs .tab-btn {
    flex: 1 1 auto;
    margin: 0;
    cursor: pointer;
}

.ices-about-tabs .tab-btn span {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #5f6e83;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.ices-about-tabs .tab-btn.active-btn span {
    background: #0c2f78;
    color: #fff;
    box-shadow: 0 8px 20px rgba(12, 47, 120, 0.2);
}

.ices-about-tabs .tabs-content {
    position: relative;
}

.ices-about-tabs .tab {
    display: none;
}

.ices-about-tabs .tab.active-tab {
    display: block;
}

.ices-about-tab-panel {
    display: flex;
    gap: 18px;
    min-height: 145px;
    padding: 25px 27px;
}

.ices-about-tab-icon {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: rgba(0, 154, 216, 0.1);
    color: #009ad8;
    font-size: 20px;
}

.ices-about-tab-panel h3 {
    margin: 1px 0 7px;
    color: #102f60;
    font-family: 'Outfit', sans-serif;
    font-size: 19px;
    font-weight: 800;
}

.ices-about-tab-panel p {
    margin: 0;
    color: #68768b;
    font-size: 14px;
    line-height: 1.65;
}

.ices-about-tab-panel .ices-inline-link {
    margin-top: 10px;
}

.ices-about-tab-panel--milestones img {
    width: 100%;
    margin-top: 14px;
    border: 1px solid #e1e8f1;
    border-radius: 8px;
}

.ices-recognition-section {
    padding: 105px 0;
    background: #fff;
}

.ices-certificate-sheet {
    gap: 18px;
    margin-bottom: 22px;
    padding: 20px;
    border: 1px solid #e1e8f2;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(12, 47, 120, 0.07);
}

.ices-certificate-item {
    border: 1px solid #dfe7f1;
    border-radius: 10px;
    background: #f8fafc;
    box-shadow: none;
}

.ices-certificate-item::after {
    position: absolute;
    inset: 0;
    border: 4px solid #fff;
    border-radius: inherit;
    content: '';
    pointer-events: none;
}

.ices-certificate-item img {
    object-fit: contain;
}

.ices-impact-section {
    padding: 0 0 105px;
    background: #fff;
}

.ices-impact-shell {
    position: relative;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 60px;
    overflow: hidden;
    padding: 58px 65px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 154, 216, 0.35), transparent 35%),
        #08285d;
    box-shadow: 0 25px 65px rgba(8, 40, 93, 0.22);
}

.ices-impact-shell::after {
    position: absolute;
    right: -70px;
    bottom: -130px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: '';
}

.ices-impact-intro,
.ices-impact-stats {
    position: relative;
    z-index: 1;
}

.ices-impact-intro > span {
    color: #ffd900;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ices-impact-intro h2 {
    margin: 10px 0 24px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(30px, 3vw, 43px);
    font-weight: 800;
    line-height: 1.1;
}

.ices-impact-video {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.ices-impact-video i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #ffd900;
    color: #0c2f78;
    font-size: 12px;
}

.ices-impact-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ices-impact-stat {
    padding: 10px 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.ices-impact-stat strong {
    display: flex;
    align-items: baseline;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(34px, 3.4vw, 52px);
    font-weight: 800;
    line-height: 1;
}

.ices-impact-stat p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

@media (max-width: 1199px) {
    .ices-leadership-grid {
        gap: 22px;
    }

    .ices-leadership-photo {
        height: 260px;
    }

    .ices-about-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 45px;
    }

    .ices-about-visual {
        min-height: 570px;
    }

    .ices-about-main-image {
        height: 465px;
    }

    .ices-about-portrait {
        right: -10px;
        width: 190px;
        height: 245px;
    }

    .ices-about-tabs .tab-buttons {
        flex-wrap: wrap;
    }

    .ices-about-tabs .tab-btn {
        flex: 1 1 30%;
    }

    .ices-impact-shell {
        gap: 35px;
        padding: 50px 40px;
    }

    .ices-impact-stat {
        padding: 10px 18px;
    }
}

@media (max-width: 991px) {
    .ices-leadership-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ices-journey-grid {
        grid-template-columns: 1fr;
    }

    .ices-about-hero {
        padding-bottom: 80px;
    }

    .ices-about-grid {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .ices-about-visual {
        width: min(100%, 650px);
        min-height: 600px;
        margin: 0 auto;
    }

    .ices-about-content {
        max-width: 750px;
        margin: 0 auto;
    }

    .ices-impact-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ices-leadership-section {
        padding: 65px 0;
    }

    .ices-leadership-grid {
        grid-template-columns: 1fr;
    }

    .ices-leadership-photo {
        height: 300px;
    }

    .ices-journey-section {
        padding: 65px 0;
    }

    .ices-about-hero {
        padding: 20px 0 65px;
    }

    .ices-about-breadcrumb {
        margin-bottom: 24px;
    }

    .ices-about-grid {
        gap: 48px;
    }

    .ices-about-visual {
        min-height: 430px;
    }

    .ices-about-main-image {
        right: 16px;
        height: 350px;
        border-radius: 22px 22px 60px 22px;
    }

    .ices-about-portrait {
        right: 0;
        width: 135px;
        height: 178px;
        border-width: 5px;
        border-radius: 70px 70px 18px 18px;
    }

    .ices-about-experience {
        bottom: 18px;
        left: 10px;
        min-width: 220px;
        padding: 15px 17px;
    }

    .ices-about-experience span {
        font-size: 33px;
    }

    .ices-about-experience p {
        font-size: 11px;
    }

    .ices-about-visual-label {
        top: 20px;
        right: 0;
        padding: 9px 12px;
        font-size: 11px;
    }

    .ices-about-content h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .ices-about-lead {
        font-size: 15px;
    }

    .ices-about-points {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ices-about-tabs .tab-btn {
        flex: 1 1 45%;
    }

    .ices-about-tab-panel {
        gap: 13px;
        min-height: 0;
        padding: 22px 18px;
    }

    .ices-about-tab-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .ices-recognition-section {
        padding: 70px 0;
    }

    .ices-certificate-sheet {
        padding: 12px;
    }

    .ices-impact-section {
        padding-bottom: 70px;
    }

    .ices-impact-shell {
        gap: 35px;
        padding: 38px 24px;
        border-radius: 22px;
    }

    .ices-impact-stats {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ices-impact-stat {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 18px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-left: 0;
    }

    .ices-impact-stat p {
        max-width: 110px;
        margin: 0;
        text-align: right;
    }
}

@media (max-width: 420px) {
    .ices-about-visual {
        min-height: 405px;
    }

    .ices-about-main-image {
        height: 325px;
    }

    .ices-about-portrait {
        width: 120px;
        height: 158px;
    }

    .ices-about-experience {
        min-width: 205px;
    }

    .ices-about-content h1 {
        font-size: 34px;
    }
}

/* About page: Mission, Vision and Motto */
.ices-about-purpose-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    padding-bottom: 7px;
    border-bottom: 2px solid #009ad8;
    color: #0c2f78;
    font-size: 14px;
    font-weight: 800;
}

.ices-about-purpose-link span {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 154, 216, 0.11);
    color: #009ad8;
    font-size: 10px;
    transition: transform 0.25s ease;
}

.ices-about-purpose-link:hover span {
    transform: translateY(3px);
}

.ices-purpose-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    scroll-margin-top: 90px;
    background:
        radial-gradient(circle at 5% 10%, rgba(0, 154, 216, 0.1), transparent 22%),
        linear-gradient(180deg, #f7faff 0%, #f2f6fc 100%);
}

.ices-purpose-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ices-purpose-shape--one {
    top: 90px;
    right: -115px;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(12, 47, 120, 0.09);
}

.ices-purpose-shape--two {
    bottom: 130px;
    left: -65px;
    width: 130px;
    height: 130px;
    background: rgba(255, 217, 0, 0.12);
}

.ices-purpose-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
}

.ices-purpose-heading > div {
    flex: 1 1 60%;
}

.ices-purpose-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: #e51a4b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ices-purpose-kicker::before {
    width: 27px;
    height: 2px;
    background: #009ad8;
    content: '';
}

.ices-purpose-heading h2 {
    margin: 0;
    color: #092754;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(38px, 4.5vw, 58px);
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.05;
}

.ices-purpose-heading h2 em {
    color: #009ad8;
    font-style: normal;
}

.ices-purpose-heading > p {
    flex: 0 1 440px;
    margin: 0 0 5px;
    padding-left: 24px;
    border-left: 2px solid #009ad8;
    color: #65738a;
    font-size: 15px;
    line-height: 1.75;
}

.ices-purpose-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ices-purpose-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid #dde6f1;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(12, 47, 120, 0.08);
}

.ices-purpose-card::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
    height: 135px;
    border-radius: 0 0 0 135px;
    background: rgba(0, 154, 216, 0.055);
    content: '';
}

.ices-purpose-card--vision {
    border-color: rgba(0, 154, 216, 0.18);
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 154, 216, 0.16), transparent 34%),
        #eef9fd;
}

.ices-purpose-card--vision::before {
    background: rgba(12, 47, 120, 0.05);
}

.ices-purpose-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.ices-purpose-card__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    background: #0c2f78;
    color: #fff;
    font-size: 21px;
    box-shadow: 0 12px 25px rgba(12, 47, 120, 0.18);
}

.ices-purpose-card--vision .ices-purpose-card__icon {
    background: #009ad8;
}

.ices-purpose-card__number {
    color: rgba(12, 47, 120, 0.1);
    font-family: 'Outfit', sans-serif;
    font-size: 65px;
    font-weight: 800;
    line-height: 0.8;
}

.ices-purpose-card__label {
    display: block;
    margin-bottom: 6px;
    color: #e51a4b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.ices-purpose-card h3,
.ices-motto-card h3 {
    margin: 0 0 27px;
    color: #0b2b5d;
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.ices-purpose-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ices-purpose-list li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid rgba(12, 47, 120, 0.09);
}

.ices-purpose-list li > span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    margin-top: 1px;
    border-radius: 50%;
    background: rgba(0, 154, 216, 0.1);
    color: #009ad8;
    font-size: 10px;
    font-weight: 800;
}

.ices-purpose-list li p {
    margin: 0;
    color: #5f6d82;
    font-size: 14px;
    line-height: 1.65;
}

.ices-motto-card {
    position: relative;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    gap: 55px;
    overflow: hidden;
    padding: 48px;
    border-radius: 25px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 154, 216, 0.38), transparent 35%),
        #08285d;
    box-shadow: 0 24px 60px rgba(8, 40, 93, 0.2);
}

.ices-motto-card::before {
    position: absolute;
    right: -85px;
    bottom: -135px;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: '';
}

.ices-motto-intro,
.ices-motto-list {
    position: relative;
    z-index: 1;
}

.ices-motto-intro .ices-purpose-card__icon {
    margin-bottom: 25px;
    background: #ffd900;
    color: #0c2f78;
}

.ices-motto-intro .ices-purpose-card__label {
    color: #7ee2ff;
}

.ices-motto-card h3 {
    margin-bottom: 12px;
    color: #fff;
}

.ices-motto-intro > p {
    max-width: 310px;
    margin: 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 14px;
    line-height: 1.7;
}

.ices-motto-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
}

.ices-motto-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 62px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.065);
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.ices-motto-list li span {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: rgba(126, 226, 255, 0.13);
    color: #7ee2ff;
    font-size: 9px;
    font-weight: 800;
}

@media (max-width: 991px) {
    .ices-purpose-heading {
        display: block;
    }

    .ices-purpose-heading > p {
        max-width: 620px;
        margin-top: 25px;
    }

    .ices-purpose-grid {
        grid-template-columns: 1fr;
    }

    .ices-motto-card {
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

@media (max-width: 767px) {
    .ices-purpose-section {
        padding: 70px 0;
    }

    .ices-purpose-heading {
        margin-bottom: 34px;
    }

    .ices-purpose-heading h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .ices-purpose-heading h2 br {
        display: none;
    }

    .ices-purpose-card,
    .ices-motto-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .ices-purpose-card__number {
        font-size: 52px;
    }

    .ices-purpose-card h3,
    .ices-motto-card h3 {
        font-size: 24px;
    }

    .ices-purpose-list li {
        grid-template-columns: 31px minmax(0, 1fr);
        gap: 10px;
    }

    .ices-motto-list {
        grid-template-columns: 1fr;
    }
}

/* Contact Three Form Tel Input Fix */
.contact-three__input-box input[type="tel"] {
    height: 60px;
    width: 100%;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
    padding-left: 25px;
    padding-right: 25px;
    outline: none;
    font-size: 15px;
    color: var(--fistudy-black);
    display: block;
    border-radius: 8px;
    font-weight: 500;
    transition: all 500ms ease;
}

.contact-three__input-box input[type="tel"]:focus {
    border-color: var(--fistudy-base);
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 154, 216, 0.1);
}

/* Site Footer Alignment Enhancements */
.site-footer {
    position: relative;
    overflow: hidden;
    clear: both;
}

.site-footer__contact-box a {
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 800 !important;
    color: #fff !important;
    -webkit-text-stroke: 0px transparent !important;
    background: linear-gradient(90deg, #009ad8, #0c2f78) !important;
    padding: 12px 28px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: 0 4px 15px rgba(0, 154, 216, 0.4) !important;
    transition: all 0.3s ease !important;
}

.site-footer__contact-box a:hover {
    background: linear-gradient(90deg, #e51a4b, #ff416c) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(229, 26, 75, 0.5) !important;
}

.site-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px 0;
}

.site-footer__visitor-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Premium Edu EXPO 2027 Modal Cards */
.ices-expo-modal-header {
    background: linear-gradient(135deg, #091e42 0%, #0c2f78 60%, #009ad8 100%) !important;
    padding: 24px 32px !important;
    border: none !important;
}

.ices-expo-badge-glow {
    background: linear-gradient(90deg, #e51a4b, #ff416c);
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    padding: 6px 18px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(229, 26, 75, 0.4);
    letter-spacing: 0.5px;
}

.ices-expo-card {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(12, 47, 120, 0.1);
    box-shadow: 0 10px 30px rgba(12, 47, 120, 0.07);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.ices-expo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(12, 47, 120, 0.15);
    border-color: rgba(12, 47, 120, 0.2);
}

.ices-expo-card__spine {
    background: linear-gradient(180deg, #e51a4b 0%, #b91c1c 100%);
    width: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 0;
    flex-shrink: 0;
    box-shadow: 2px 0 10px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}

.ices-expo-card__logo-wrap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    margin-bottom: 14px;
}

.ices-expo-card__logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ices-expo-card__vertical-letters {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 900;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'Outfit', sans-serif;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.ices-expo-card__body {
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    position: relative;
}

.ices-expo-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    width: fit-content;
}

.ices-expo-card__body h4 {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0 0 10px;
    font-family: 'Outfit', sans-serif;
}

.ices-expo-card__body p {
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 16px;
    opacity: 0.85;
}

.ices-expo-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.ices-expo-card__link i {
    transition: transform 0.25s ease;
}

.ices-expo-card__link:hover i {
    transform: translateX(4px);
}

/* Card Specific Themes matching PDF Page 15 */
.ices-expo-card--yellow .ices-expo-card__body {
    background: linear-gradient(135deg, #f7fee7 0%, #d9f99d 100%);
}
.ices-expo-card--yellow .ices-expo-card__tag {
    background: rgba(101, 163, 13, 0.15);
    color: #3f6212;
}
.ices-expo-card--yellow h4 { color: #1a2e05; }
.ices-expo-card--yellow p { color: #365314; }
.ices-expo-card--yellow .ices-expo-card__link { color: #4d7c0f; }

.ices-expo-card--blue .ices-expo-card__body {
    background: linear-gradient(135deg, #f0f9ff 0%, #bae6fd 100%);
}
.ices-expo-card--blue .ices-expo-card__tag {
    background: rgba(2, 132, 199, 0.15);
    color: #0369a1;
}
.ices-expo-card--blue h4 { color: #0c4a6e; }
.ices-expo-card--blue p { color: #075985; }
.ices-expo-card--blue .ices-expo-card__link { color: #0284c7; }

.ices-expo-card--orange .ices-expo-card__body {
    background: linear-gradient(135deg, #fffbe6 0%, #fde68a 100%);
}
.ices-expo-card--orange .ices-expo-card__tag {
    background: rgba(217, 119, 6, 0.15);
    color: #b45309;
}
.ices-expo-card--orange h4 { color: #78350f; }
.ices-expo-card--orange p { color: #92400e; }
.ices-expo-card--orange .ices-expo-card__link { color: #d97706; }

.ices-expo-card--purple .ices-expo-card__body {
    background: linear-gradient(135deg, #faf5ff 0%, #e9d5ff 100%);
}
.ices-expo-card--purple .ices-expo-card__tag {
    background: rgba(147, 51, 234, 0.15);
    color: #7e22ce;
}
.ices-expo-card--purple h4 { color: #581c87; }
.ices-expo-card--purple p { color: #6b21a8; }
.ices-expo-card--purple .ices-expo-card__link { color: #9333ea; }

.ices-expo-card--green .ices-expo-card__body {
    background: linear-gradient(135deg, #f0fdf4 0%, #bbf7d0 100%);
}
.ices-expo-card--green .ices-expo-card__tag {
    background: rgba(22, 163, 74, 0.15);
    color: #15803d;
}
.ices-expo-card--green h4 { color: #052e16; }
.ices-expo-card--green p { color: #166534; }
.ices-expo-card--green .ices-expo-card__link { color: #16a34a; }

.ices-expo-card--lavender .ices-expo-card__body {
    background: linear-gradient(135deg, #eef2ff 0%, #c7d2fe 100%);
}
.ices-expo-card--lavender .ices-expo-card__tag {
    background: rgba(79, 70, 229, 0.15);
    color: #4338ca;
}
.ices-expo-card--lavender h4 { color: #1e1b4b; }
.ices-expo-card--lavender p { color: #3730a3; }
.ices-expo-card--lavender .ices-expo-card__link { color: #4f46e5; }

/* Premium Straight Counter / Metrics Bar Override */
.counter-two {
    position: relative;
    padding: 0;
    margin: 40px 0;
    overflow: hidden;
}

.counter-two__wrap {
    transform: none !important;
    background: linear-gradient(135deg, #091e42 0%, #0c2f78 60%, #009ad8 100%) !important;
    padding: 24px 0 !important;
    box-shadow: 0 12px 35px rgba(12, 47, 120, 0.25) !important;
}

.counter-two__wrap::before {
    transform: none !important;
    background: linear-gradient(135deg, #091e42 0%, #0c2f78 60%, #009ad8 100%) !important;
}

.counter-two__single {
    background: rgba(255, 255, 255, 0.09) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 50px !important;
    padding: 10px 26px 10px 10px !important;
    backdrop-filter: blur(12px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
}

.counter-two__single:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    transform: translateY(-3px) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
}

.counter-two__img-box {
    width: 60px !important;
    height: 60px !important;
    border: 2px solid #009ad8 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 12px rgba(0, 154, 216, 0.5) !important;
}

.counter-two__img {
    width: 52px !important;
    height: 52px !important;
}

.counter-two__content {
    border: none !important;
    padding: 0 !important;
    gap: 12px !important;
}

.counter-two__count-box p,
.counter-two__count-box span {
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #ffd700 !important; /* Premium Gold Number */
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.counter-two__text {
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.counter-two__shpae-1 img {
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.6));
}

/* Interactive Filter Gallery Styles */
.ices-filter-btn {
    background: #ffffff !important;
    color: #475569 !important;
    border: 1px solid #cbd5e1 !important;
    padding: 10px 22px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.ices-filter-btn:hover {
    background: #f1f5f9 !important;
    color: #0c2f78 !important;
    border-color: #009ad8 !important;
    transform: translateY(-2px) !important;
}

.ices-filter-btn.active {
    background: linear-gradient(135deg, #0c2f78 0%, #009ad8 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 6px 18px rgba(0, 154, 216, 0.35) !important;
}

.ices-gallery-card-col {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ices-gallery-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 280px;
    box-shadow: 0 10px 25px rgba(12, 47, 120, 0.08);
    background: #091e42;
}

.ices-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ices-gallery-card:hover img {
    transform: scale(1.08);
}

.ices-gallery-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 47, 120, 0.1) 0%, rgba(9, 30, 66, 0.85) 100%);
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.ices-gallery-card:hover .ices-gallery-card__overlay {
    opacity: 1;
}

.ices-gallery-card__badge {
    background: #009ad8;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.ices-gallery-card__title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 14px;
    font-family: 'Outfit', sans-serif;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.ices-gallery-card__zoom {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    color: #0c2f78;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease;
}

.ices-gallery-card__zoom:hover {
    background: #e51a4b;
    color: #ffffff;
    transform: translateY(-2px);
}


