* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.page-title-bar {
    position: relative;
    background: linear-gradient(135deg, #0a1a2f 0%, #0c1e35 100%);
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    isolation: isolate;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

p.page-description {
    color: white;
    font-size: 20px;
    width: 657px;
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
}

.page-title-bar::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3ClinearGradient id='grad1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f59e0b;stop-opacity:0.15'/%3E%3Cstop offset='100%25' style='stop-color:%23ea580c;stop-opacity:0.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none'%3E%3Ccircle cx='600' cy='200' r='120' stroke='%23f59e0b' stroke-width='2' stroke-dasharray='8 8' opacity='0.3'/%3E%3Ccircle cx='650' cy='500' r='80' stroke='%2300aeef' stroke-width='2' stroke-dasharray='6 6' opacity='0.25'/%3E%3Crect x='520' y='350' width='100' height='100' rx='20' fill='url(%23grad1)' transform='rotate(25 570 400)' opacity='0.2'/%3E%3Ccircle cx='580' cy='150' r='15' fill='%23f59e0b' opacity='0.4'/%3E%3Ccircle cx='700' cy='300' r='10' fill='%2300aeef' opacity='0.35'/%3E%3Ccircle cx='550' cy='550' r='12' fill='%2300a79d' opacity='0.3'/%3E%3Ccircle cx='680' cy='650' r='18' fill='%23f59e0b' opacity='0.25'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.page-title-bar::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;  
    height: 100%;
    background-image: url('../images/about-bg.webp');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 1;  
    z-index: 0;
    -webkit-mask-image: linear-gradient(to left, black 60%, transparent 100%);
    mask-image: linear-gradient(to left, black 60%, transparent 100%);
}

.page-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(10 26 47 / 100%) 0%, rgb(10 26 47 / 0%) 30%, rgb(10 26 47 / 0%) 60%, rgb(10 26 47 / 0%) 100%);
    z-index: 1;
}

.page-title-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 24px;
    z-index: 2;
}

.page-title-content {
    text-align: left;
    margin-left: 93px;
    margin-top: 90px;
}

.page-title {
    font-size: 60px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    animation: fadeInDown 0.8s ease;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 10px 24px;
    border-radius: 50px;
    animation: fadeInUp 0.8s ease;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.breadcrumb a:hover {
    color: #00aeef;
}

.breadcrumb .separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.breadcrumb .current {
    color: #00aeef;
    font-size: 16px;
    font-weight: 600;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== MISSION & VISION SECTION ========== */
.mission-vision-section {
    padding: 100px 0;
    background: #ffffff;
}

.mission-vision-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.mission-vision-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 76px;
    align-items: center;
}

/* Left Column - Mission & Vision Items */
.mission-vision-left {
    flex: 1;
    min-width: 280px;
    border-style: solid;
    border-color: #00000000;
    padding-right: 20px;
    padding-bottom: 10px;
}

.iconic-item {
    display: flex;
    gap: 0px;
    margin-bottom: 40px;
    padding: 0;
    transition: all 0.3s ease;
    flex-direction: column;
}

div#iconicborder {
    border-style: solid;
    border-color: #00000014;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 30px;
    margin-right: -20px;
    padding-right: 20px;
    box-shadow: antiquewhite;
    box-shadow: 10px 10px 5px lightblue;
}

div#iconicborder:hover {
    box-shadow: -9px -8px 5px lightblue;
    padding: 10px;
}

.iconic-item:last-child {
    margin-bottom: 0;
}

.icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: transparent;
    display: flex;
    margin-left: -7px;
    align-items: center;
    justify-content: center;
}

.icon i {
    font-size: 48px;
    color: #00aeef;
    transition: all 0.3s ease;
}

.content h4 {
    font-size: 27px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    color: #0f172a;
    margin-bottom: 8px;
    margin-top: 15px;
    transition: color 0.3s ease;
}

.content p {
    font-size: 18px;
    line-height: 1.6;
    color: #5a6e8a;
    margin: 0;
}

/* Right Column - Content Box */
.mission-vision-right {
    flex: 1.2;
    min-width: 300px;
    border-style: solid;
    border-color: #00000057;
    border-width: 0px 0px 0px 0px;
    padding-bottom: 37px;
    margin-left: -76px;
    padding-left: 100px;
}

div#iconicbordervision {
    box-shadow: 10px 10px 5px lightblue;
    width: 546px;
    max-width: 100%;
    height: auto;
    min-height: 208px;
    border-style: solid;
    border-color: #00000014;
    border-width: 0px 0px 1px 0px;
}

div#iconicbordervision:hover {
    box-shadow: -9px -9px 5px lightblue;
    padding-left: 30px;
}

.content-box {
    background: #ffffff;
    padding: 0;
}

.section-title {
    margin-bottom: 30px;
}

.section-title .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00aeef;
    background: transparent;
    padding: 0;
    margin-bottom: 16px;
    border-left: none;
    padding-left: 0;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.description-text {
    font-size: 16px;
    line-height: 1.7;
    color: #5a6e8a;
    margin-bottom: 24px;
}

.description-text:last-of-type {
    margin-bottom: 32px;
}

/* Action Button */
.action-button {
    margin-top: 10px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #00aeef;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 0;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    border-bottom: 2px solid #00aeef;
}

.theme-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.theme-btn:hover {
    color: #0082b3;
    gap: 15px;
    border-bottom-color: #0082b3;
}

.theme-btn:hover i {
    transform: translateX(5px);
}

/* ========== UNIQUE FEATURES SECTION ========== */
.unique-features-section {
    padding: 80px 0;
    background: #00A79D;
    position: relative;
}

.unique-features-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header Centered */
.section-header-center {
    text-align: center;
    margin-bottom: 60px;
}

.section-header-center .section-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background: rgb(255 255 255 / 28%);
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.section-header-center .section-heading {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Features Grid - 2 Columns */
.features-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

/* Feature Card */
.feature-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 24px;
    padding: 40px 35px;
    transition: all 0.3s ease;
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    border-color: #00aeef;
}

.feature-count {
    font-size: 48px;
    font-weight: 800;
    color: rgba(0, 174, 239, 0.15);
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-count {
    color: rgba(0, 174, 239, 0.3);
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    color: #0f172a;
    margin-bottom: 12px;
    margin-top: 7px;
    transition: color 0.3s ease;
    text-transform: capitalize;
}

.feature-card:hover .feature-title {
    color: #00aeef;
}

.feature-text {
    font-size: 18px;
    line-height: 1.6;
    color: #5a6e8a;
    margin: 0;
}

/* ========== EXPERT GUIDANCE SECTION ========== */
.expert-guidance-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.expert-guidance-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.expert-guidance-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.expert-image-col {
    flex: 1;
    min-width: 280px;
}

.expert-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
}

.expert-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.expert-image-wrapper:hover img {
    transform: scale(1.02);
}

/* Right Column - Content */
.expert-content-col {
    flex: 1;
    min-width: 300px;
}

.counter-icon {
    display: none;
}

.expert-heading {
    font-size: 38px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Counters Grid - 2x2 Layout */


.counters-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.counter-item {
    text-align: left;
    padding: 20px 0;
    border-bottom: 2px solid #eef2f6;
    transition: all 0.3s ease;
}

.counter-item:hover {
    border-bottom-color: #00aeef;
    transform: translateY(-3px);
}

.counter-number {
    font-size: 48px;
    font-weight: 800;
    color: #00aeef;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1;
    margin-bottom: 12px;
}

.counter-number .counter-num {
    font-size: 48px;
    font-weight: 800;
}

.counter-label {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    color: #475569;
    letter-spacing: -0.2px;
}

/* ========== RESPONSIVE STYLES - FOR  SCREENS ========== */

/* Large Desktop (1200px - 1400px) */
@media (max-width: 1400px) {
    .mission-vision-wrapper {
        gap: 50px;
    }
    
    .mission-vision-right {
        margin-left: -50px;
        padding-left: 60px;
    }
}

/* Desktop (1024px - 1200px) */
@media (max-width: 1200px) {
    .page-title {
        font-size: 48px;
    }
    
    .section-title h2 {
        font-size: 38px;
    }
    
    .section-header-center .section-heading {
        font-size: 38px;
    }
    
    .expert-heading {
        font-size: 34px;
    }
    
    .mission-vision-right {
        margin-left: -30px;
        padding-left: 40px;
    }
    
    div#iconicbordervision {
        width: 100%;
    }
}

/* Tablet Landscape (992px - 1024px) */
@media (max-width: 1024px) {
    .page-title {
        font-size: 48px;
    }
    
    .page-title-container {
        padding: 100px 24px;
    }
    
    p.page-description {
        width: 90%;
        font-size: 16px;
    }
    
    .mission-vision-section {
        padding: 70px 0;
    }
    
    .mission-vision-wrapper {
        flex-direction: column;
        gap: 50px;
    }
    
    .mission-vision-left {
        width: 100%;
        padding-right: 0;
    }
    
    .mission-vision-right {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
    
    div#iconicbordervision {
        width: 87%;
    }
    
    .section-title h2 {
        font-size: 36px;
    }
    
    .icon i {
        font-size: 42px;
    }
    
    .content h4 {
        font-size: 24px;
    }
    
    .content p {
        font-size: 16px;
    }
    
    .unique-features-section {
        padding: 60px 0;
    }
    
    .section-header-center .section-heading {
        font-size: 36px;
    }
    
    .features-grid-2col {
        gap: 25px;
    }
    
    .feature-card {
        padding: 35px 30px;
        gap: 20px;
    }
    
    .feature-count {
        font-size: 42px;
    }
    
    .feature-title {
        font-size: 24px;
    }
    
    .feature-text {
        font-size: 16px;
    }
    
    .expert-guidance-section {
        padding: 60px 0;
    }
    
    .expert-heading {
        font-size: 32px;
        margin-bottom: 35px;
    }
    
    .counters-grid {
        gap: 30px;
    }
    
    .counter-number {
        font-size: 42px;
    }
    
    .counter-number .counter-num {
        font-size: 42px;
    }
    
    .counter-label {
        font-size: 16px;
    }
}

/* Tablet Portrait (768px - 992px) */
@media (max-width: 992px) {
    .features-grid-2col {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .feature-card {
        flex-direction: row;
        text-align: left;
    }
}

/* Mobile Landscape (576px - 768px) */
@media (max-width: 768px) {
    .page-title-bar {
        min-height: 280px;
    }
    
    .page-title {
        font-size: 36px;
    }
    
    p.page-description {
        font-size: 14px;
        width: 95%;
    }
    
    .page-title-container {
        padding: 80px 20px;
    }
    
    .breadcrumb {
        padding: 8px 20px;
    }
    
    .breadcrumb a,
    .breadcrumb .current {
        font-size: 14px;
    }
    
    .mission-vision-section {
        padding: 60px 0;
    }
    
    .mission-vision-container {
        padding: 0 20px;
    }
    
    .section-title h2 {
        font-size: 32px;
    }
    
    .section-title .sub-title {
        font-size: 12px;
    }
    
    .description-text {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .iconic-item {
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .icon {
        width: 60px;
        height: 60px;
    }
    
    .icon i {
        font-size: 38px;
    }
    
    .content h4 {
        font-size: 22px;
    }
    
    .content p {
        font-size: 15px;
    }
    
    .theme-btn {
        font-size: 13px;
    }
    
    .unique-features-section {
        padding: 50px 0;
    }
    
    .unique-features-container {
        padding: 0 20px;
    }
    
    .section-header-center .section-heading {
        font-size: 32px;
    }
    
    .section-header-center .section-badge {
        font-size: 12px;
    }
    
    .feature-card {
        padding: 30px 25px;
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 15px;
    }
    
    .feature-count {
        font-size: 38px;
    }
    
    .feature-title {
        font-size: 22px;
    }
    
    .feature-text {
        font-size: 15px;
    }
    
    .expert-guidance-section {
        padding: 50px 0;
    }
    
    .expert-guidance-container {
        padding: 0 20px;
    }
    
    .expert-guidance-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .expert-heading {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .counters-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .counter-item {
        text-align: center;
        padding: 15px 0;
    }
    
    .counter-number {
        font-size: 38px;
    }
    
    .counter-number .counter-num {
        font-size: 38px;
    }
    
    .counter-label {
        font-size: 14px;
    }
}

/* Mobile Portrait (480px - 576px) */
@media (max-width: 640px) {
    .iconic-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 15px;
        margin-bottom: 40px;
    }
    
    .icon {
        width: auto;
        height: auto;
        margin-left: 0;
    }
    
    .content h4 {
        font-size: 22px;
        text-align: center;
    }
    
    .content p {
        text-align: center;
    }
    
    .section-title h2 {
        font-size: 28px;
        text-align: center;
    }
    
    .section-title .sub-title {
        display: block;
        text-align: center;
    }
    
    .description-text {
        text-align: center;
    }
    
    .action-button {
        text-align: center;
    }
    
    .counters-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    div#iconicbordervision {
        padding: 20px;
        text-align: center;
    }
    
    div#iconicbordervision:hover {
        padding-left: 20px;
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
    .page-title-bar {
        min-height: 240px;
    }
    
    .page-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    p.page-description {
    font-size: 13px;
    width: 99%;
    padding: 0 0px;
   }
    
    .page-title-container {
        padding: 60px 16px;
    }
    
    .breadcrumb {
        padding: 6px 16px;
        gap: 8px;
    }
    
    .breadcrumb a,
    .breadcrumb .current {
        font-size: 12px;
    }
    
    .breadcrumb .separator i {
        font-size: 10px;
    }
    
    .mission-vision-section {
        padding: 50px 0;
    }
    
    .mission-vision-container {
        padding: 0 16px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .description-text {
        font-size: 14px;
    }
    
    .icon i {
        font-size: 32px;
    }
    
    .content h4 {
        font-size: 20px;
    }
    
    .content p {
        font-size: 14px;
    }
    
    .theme-btn {
        font-size: 12px;
        padding: 10px 0;
    }
    
    .unique-features-section {
        padding: 40px 0;
    }
    
    .unique-features-container {
        padding: 0 16px;
    }
    
    .section-header-center .section-heading {
        font-size: 28px;
    }
    
    .feature-card {
        padding: 25px 20px;
    }
    
    .feature-count {
        font-size: 32px;
    }
    
    .feature-title {
        font-size: 20px;
    }
    
    .feature-text {
        font-size: 14px;
    }
    
    .expert-guidance-section {
        padding: 40px 0;
    }
    
    .expert-guidance-container {
        padding: 0 16px;
    }
    
    .expert-heading {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .counter-number {
        font-size: 32px;
    }
    
    .counter-number .counter-num {
        font-size: 32px;
    }
    
    .counter-label {
        font-size: 13px;
    }
    
    .counter-item {
        padding: 12px 0;
    }
    
    div#iconicborder {
        margin-right: 0;
        padding-right: 15px;
    }
    
    div#iconicborder:hover {
        padding: 10px;
    }
    .page-title-bar::before {
    background-image: url('../images/about-bg.webp');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
}
.page-title-content {
    margin-left: 7px;
}
}

/* Extra Small Devices (under 360px) */
@media (max-width: 360px) {
    .page-title {
        font-size: 24px;
    }
    
    .section-title h2 {
        font-size: 22px;
    }
    
    .expert-heading {
        font-size: 22px;
    }
    
    .feature-title {
        font-size: 18px;
    }
    
    .feature-text {
        font-size: 13px;
    }
    
    .counter-number {
        font-size: 28px;
    }
    
    .counter-number .counter-num {
        font-size: 28px;
    }
    
    .counter-label {
        font-size: 12px;
    }
    
    .breadcrumb {
        flex-wrap: wrap;
        gap: 5px;
    }
}
/* ========== ABOUT INTRO SECTION ========== */
.about-intro-section {
    padding: 80px 0;
    background: #ffffff;
}

.about-intro-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.about-intro-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-intro-content .section-header {
    margin-bottom: 30px;
}

.about-intro-content .section-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00aeef;
    background: rgba(0, 174, 239, 0.08);
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.about-intro-content .section-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.about-intro-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a6e8a;
    margin-bottom: 24px;
}

.about-intro-text .action-button {
    margin-top: 30px;
}

/* ========== MISSION & VISION  ========== */
.mission-vision-new-section {
    padding: 80px 0;
    background: #f8fafd;
}

.mission-vision-new-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.mission-vision-new-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

/* Mission Card */
.mission-card,
.vision-card {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.mission-card:hover,
.vision-card:hover {
    transform: translateY(-8px);
}

.mission-image,
.vision-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.mission-image img,
.vision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mission-card:hover .mission-image img,
.vision-card:hover .vision-image img {
    transform: scale(1.05);
}

.mission-overlay,
.vision-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.8) 0%, rgba(0, 167, 157, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mission-card:hover .mission-overlay,
.vision-card:hover .vision-overlay {
    opacity: 1;
}

.mission-icon,
.vision-icon {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-icon i,
.vision-icon i {
    font-size: 32px;
    color: #00aeef;
}

.mission-content,
.vision-content {
    padding: 32px;
    text-align: center;
}

.mission-content h3,
.vision-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.mission-content p,
.vision-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #5a6e8a;
}

/* ========== RESPONSIVE STYLES ========== */
@media (max-width: 1024px) {
    .about-intro-content .section-title {
        font-size: 36px;
    }
    
    .mission-content h3,
    .vision-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .about-intro-section {
        padding: 60px 0;
    }
    
    .about-intro-content .section-title {
        font-size: 28px;
    }
    
    .about-intro-text p {
        font-size: 15px;
    }
    
    .mission-vision-new-section {
        padding: 60px 0;
    }
    
    .mission-vision-new-wrapper {
        flex-direction: column;
    }
    
    .mission-image,
    .vision-image {
        height: 240px;
    }
    
    .mission-content h3,
    .vision-content h3 {
        font-size: 22px;
    }
    
    .mission-content p,
    .vision-content p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .about-intro-section {
        padding: 40px 0;
    }
    
    .about-intro-content .section-title {
        font-size: 24px;
    }
    
    .about-intro-text p {
        font-size: 14px;
    }
    
    .mission-vision-new-section {
        padding: 40px 0;
    }
    
    .mission-image,
    .vision-image {
        height: 200px;
    }
    
    .mission-content,
    .vision-content {
        padding: 24px;
    }
    
    .mission-content h3,
    .vision-content h3 {
        font-size: 20px;
    }
}