/* =====================================================
   ABOUT PAGE - COMPLETE CSS
===================================================== */

/* ===== BASE & RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

.container {
    width: 1740px;
    max-width: 95%;
    margin: auto;
}

/* ===== ABOUT HEADER ===== */
.aboutme-header {
    background: url("../images/hero-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 70px 0 55px;
    position: relative;
}

.aboutme-header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutme-header h1 {
    color: #d8d8d8;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}

.aboutme-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #0d4c9a;
    border-radius: 50px;
    padding: 4px;
}

.aboutme-breadcrumb a,
.aboutme-breadcrumb span {
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.aboutme-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.aboutme-breadcrumb span {
    background: #d98f9f;
    color: #ffffff;
}

.aboutme-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.aboutme-breadcrumb a {
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: 500;
    text-decoration: none;
}

.aboutme-crumb-active {
    background: #e89aa8;
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: 600;
}

/* ===== ABOUT DETAILS SECTION ===== */
.aboutme-details {
    background: #eceeef;
    padding: 80px 0 100px;
}

.aboutme-heading {
    text-align: center;
    margin-bottom: 5px;
}

.aboutme-heading h2 {
    color: #062246;
    font-size: 50px;
    font-weight: 500;
    margin: 18px 0 14px;
}

.aboutme-sub {
    color: #0D4EA3;
    font-size: 23px;
    font-weight: 700;
    margin: 0 auto 6px;
    line-height: 1.5;
}

/* ===== 3 COLUMN GRID ===== */
.aboutme-grid {
    display: grid;
    margin-top: 40px;
    grid-template-columns: 0.8fr 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

/* ===== STAT CARDS ===== */
.aboutme-stats {
    background: #f4f5f6;
    border-radius: 14px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.aboutme-stat-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dcdfe2;
}

.aboutme-stat-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.aboutme-stat-icon {
    width: 56px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background: #0B499B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutme-stat-icon svg {
    width: 26px;
    height: 26px;
}

.aboutme-stat-num {
    display: block;
    color: #0a2958;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}

.aboutme-stat-text p {
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 2px;
}

/* ===== CERTIFICATIONS ===== */
.aboutme-certs {
    padding-top: 10px;
}

.aboutme-certs h3 {
    color: #0B499B;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.aboutme-certs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aboutme-certs li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.aboutme-check {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: #0B499B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.aboutme-check svg {
    width: 14px;
    height: 14px;
}

.aboutme-certs li p {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

/* ===== PHOTO ===== */
.aboutme-photo {
    position: relative;
    text-align: center;
    padding: 5px;
}

.aboutme-photo img {
    width: 100%;
    max-width: 394px;
    border-radius: 14px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.aboutme-badge {
    position: absolute;
    bottom: -16px;
    left: 38%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #1682E8 0%, #011D2D 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.aboutme-badge-icon {
    width: 27px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutme-badge-icon svg {
    width: 14px;
    height: 14px;
}

/* =====================================================
   KEY HIGHLIGHTS SECTION
===================================================== */
.hl-section {
    background: linear-gradient(rgb(1 25 60) 0%, rgb(0 65 163) 100%);
    padding: 70px 0 80px;
}

.hl-heading {
    margin-bottom: 40px;
}

.hl-heading h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin: 18px 0 0;
}

.hl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.hl-card {
    border-radius: 14px;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
}

.hl-card-text {
    color: #ffffff;
    font-size: 23px;
    background: linear-gradient(to right, #0d4288, #006cfc);
    font-weight: 600;
    font-family: 'Roboto';
    line-height: 1.6;
    padding-left: 40px;
    padding-right: 40px;
    /* padding: 0px 105px 0px 88px; */
    text-align: center;
}


.hl-card-img {
    background: #D0FE1D;
    cursor: pointer;
    padding: 14px;
}

.img-wrapper {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.img-wrapper>img:first-child {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.lens-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    height: 296px;
    /* background: rgba(80, 80, 80, 0.75); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.lens-icon span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: rgba(80, 80, 80, 0.75);
    padding: 6px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(1px);
}

.lens-icon img {
    width: 24px;
    height: 24px;
}

.img-wrapper:hover .lens-icon {
    /* background: rgba(0, 0, 0, 0.9); */
    transform: translate(-50%, -50%) scale(1.1);
}

.image-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

.image-modal-content {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.image-modal-content.is-dragging {
    cursor: grabbing;
}

.image-modal-content img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    cursor: grab;
    transform: translate(0, 0) scale(1);
    transform-origin: center;
}

.image-modal-content img.is-dragging {
    cursor: grabbing;
}

.image-modal-toolbar {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 6px;
    z-index: 10;
}

.image-modal-toolbar button {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.image-modal-toolbar button:hover,
.image-modal-toolbar button:focus-visible {
    background: #D0FE1D;
    color: #062246;
}

.image-modal-toolbar .zoom-reset {
    width: 54px;
    font-size: 13px;
}

.close-modal {
    font-size: 28px !important;
}

@media (max-width:768px) {
    .image-modal-content {
        width: 100%;
        height: 100vh;
    }

    .image-modal-toolbar {
        top: 10px;
        right: 10px;
    }
}

/* =====================================================
   WHY CHOOSE ME SECTION
===================================================== */
.wc-section {
    background: #eceeef;
    padding: 80px 0;
}

.wc-heading {
    text-align: center;
    margin-bottom: 40px;
}

.wc-heading h2 {
    color: #062246;
    font-size: 50px;
    font-weight: 400;
    margin: 18px 0 0;
}

.wc-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-bottom: 50px;
}

.wc-text {
    flex: 0 0 60%;
}

.wc-image {
    flex: 0 0 40%;
}

.wc-text p {
    color: #070707;
    font-size: 17px;
    line-height: 2.2;
    margin-bottom: 18px;
}

.wc-text strong {
    color: #000;
}

.wc-image img {
    width: 92%;
    border-radius: 14px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.wc-benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    background: linear-gradient(180deg, #042045 0%, #042147 49%, #0C4EA6 100%);
    border-radius: 16px;
    padding: 35px 45px;
}

.wc-benefit-right {
    flex: 1;
}

.wc-benefit-right h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
}

.wc-benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
}

.wc-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}

.wc-benefit-check {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    padding: 2px;
    background: #f9f9f8;
    color: #070707;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}

.wc-benefits-icon {
    flex-shrink: 0;
    width: 320px;
}

.wc-benefits-icon img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

/* =====================================================
   RESPONSIVE BREAKPOINTS
===================================================== */

@media (max-width: 1450px) {
    .hl-card-text {
        font-size: 15px;
    }

    .wc-text p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .aboutme-badge {
        font-size: 12px;
        padding: 6px 14px;
        bottom: -12px;
        left: 203px;
    }

}

@media (max-width: 1300px) {
    .hl-card-text {
        font-size: 14px;
    }

    .aboutme-badge {
        font-size: 12px;
        padding: 6px 14px;
        bottom: -12px;
        left: 203px;
    }

}



/* --- 1200px (laptop) --- */
@media (max-width: 1200px) {
    .aboutme-header h1 {
        font-size: 52px;
    }

    .aboutme-heading h2 {
        font-size: 42px;
    }


    .aboutme-badge {
        font-size: 12px;
        padding: 6px 14px;
        bottom: -12px;
        left: 182px;
    }

    .wc-content {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .wc-benefits-list {
        gap: 20px;
    }

    .aboutme-sub {
        font-size: 20px;
    }

    .aboutme-stat-num {
        font-size: 26px;
    }

    .aboutme-stat-text p {
        font-size: 12px;
    }

    .wc-benefits-icon {
        width: 250px;
    }

    .wc-benefits {
        padding: 30px;
    }


    .aboutme-certs h3 {
        font-size: 23px;
    }

    .aboutme-certs li p {
        font-size: 18px;
    }

    .hl-heading h2,
    .wc-heading h2 {
        font-size: 42px;
    }

    .hl-card-text {
        font-size: 12px;
        padding: 0px 60px 0px 50px;
    }

    .wc-text p {
        font-size: 14px;
        line-height: 1.2;
    }

    .wc-benefit-right h3 {
        font-size: 28px;
    }
}

/* --- 1100px --- */
@media (max-width: 1100px) {
    .aboutme-grid {
        grid-template-columns: 1fr;
    }

    .aboutme-badge {
        font-size: 12px;
        padding: 6px 14px;
        bottom: -12px;
        left: 203px;
    }

    .aboutme-photo {
        max-width: 400px;
        margin: 0 auto;
    }

    .hl-grid {
        grid-template-columns: 1fr 1fr;
    }



    .wc-benefits {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }

    .wc-benefits-icon {
        margin: 0 auto;
    }

    .hl-card-text {
        font-size: 16px;
        padding: 30px 50px;
    }
}

/* --- 992px (tablet) --- */
@media (max-width: 992px) {
    .aboutme-header {
        padding: 50px 0 40px;
    }


    .wc-content {
        gap: 40px;
        flex-direction: column;
    }

    .aboutme-header h1 {
        font-size: 44px;
    }

    .aboutme-breadcrumb a,
    .aboutme-breadcrumb span {
        font-size: 18px;
        padding: 6px 14px;
    }

    .aboutme-details {
        padding: 60px 0 70px;
    }

    .aboutme-heading h2 {
        font-size: 36px;
    }

    .aboutme-sub {
        font-size: 18px;
    }

    .aboutme-grid {
        gap: 30px;
    }

    .aboutme-stats {
        padding: 20px;
    }

    .aboutme-stat-icon {
        width: 50px;
        height: 60px;
        min-width: 60px;
    }

    .aboutme-stat-icon svg {
        width: 22px;
        height: 22px;
    }

    .aboutme-stat-num {
        font-size: 24px;
    }

    .aboutme-stat-text p {
        font-size: 16px;
    }

    .aboutme-certs h3 {
        font-size: 21px;
    }

    .aboutme-certs li p {
        font-size: 16px;
    }

    .wc-image {
        order: -1;
    }

    .wc-image img {
        max-width: 650px;
        margin: auto;
    }

    .aboutme-check {
        width: 22px;
        height: 22px;
        min-width: 22px;
    }

    .aboutme-check svg {
        width: 12px;
        height: 12px;
    }

    .aboutme-badge {
        font-size: 12px;
        padding: 6px 14px;
        bottom: -12px;
        left: 203px;
    }

    .hl-section {
        padding: 50px 0 60px;
    }

    .hl-heading h2,
    .wc-heading h2 {
        font-size: 36px;
    }

    .hl-card-text {
        font-size: 16px;
        padding: 25px 35px;
    }

    .wc-section {
        padding: 60px 0;
    }

    .wc-text p {
        font-size: 15px;
        line-height: 2.1;
    }

    .wc-benefit-right h3 {
        font-size: 26px;
        /* margin-bottom: 20px; */
    }

    .wc-benefits {
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
    }

    .wc-benefits-list {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: left;
    }

    .wc-benefit-item {
        font-size: 16px;
    }

    .wc-benefits-icon {
        width: 220px;
    }
}

/* --- 768px (mobile) --- */
@media (max-width: 768px) {
    .aboutme-header {
        padding: 40px 0 30px;
    }

    .aboutme-header h1 {
        font-size: 32px;
    }

    .aboutme-breadcrumb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .aboutme-breadcrumb a,
    .aboutme-breadcrumb span {
        font-size: 14px;
        padding: 5px 12px;
    }

    .aboutme-details {
        padding: 40px 0 50px;
    }

    .aboutme-heading h2 {
        font-size: 28px;
        margin: 10px 0 10px;
    }

    .aboutme-sub {
        font-size: 15px;
        padding: 0 10px;
    }

    .aboutme-grid {
        gap: 25px;
        margin-top: 25px;
    }

    .aboutme-stats {
        padding: 16px;
        gap: 12px;
    }

    .aboutme-stat-card {
        gap: 14px;
        padding-bottom: 12px;
    }

    .aboutme-stat-icon {
        width: 44px;
        height: 52px;
        min-width: 52px;
    }

    .aboutme-stat-icon svg {
        width: 18px;
        height: 18px;
    }

    .aboutme-stat-num {
        font-size: 20px;
    }

    .aboutme-stat-text p {
        font-size: 14px;
    }

    .aboutme-certs h3 {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .aboutme-certs li {
        gap: 12px;
        margin-bottom: 16px;
    }

    .aboutme-certs li p {
        font-size: 14px;
    }

    .aboutme-check {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .aboutme-check svg {
        width: 10px;
        height: 10px;
    }

    .aboutme-photo {
        max-width: 320px;
    }

    .aboutme-badge {
        font-size: 11px;
        padding: 5px 12px;
        bottom: -10px;
        left: 168px;
        gap: 5px;
    }

    .aboutme-badge-icon {
        width: 16px;
        height: 16px;
    }

    .aboutme-badge-icon svg {
        width: 10px;
        height: 10px;
    }

    .hl-section {
        padding: 40px 0 50px;
    }

    .hl-heading h2,
    .wc-heading h2 {
        font-size: 28px;
        margin: 10px 0 0;
    }

    .hl-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hl-card {
        min-height: auto;

        padding: 20px;
    }

    .hl-card-text {
        font-size: 15px;
        padding: 20px 30px;
    }

    .wc-section {
        padding: 40px 0 50px;
    }

    .wc-content {
        gap: 30px;
        margin-bottom: 30px;
    }

    .wc-text p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 14px;
    }

    .wc-benefits {
        flex-direction: column;
        padding: 25px 20px;
        gap: 25px;
    }

    .wc-benefit-right h3 {
        font-size: 22px;
        margin-bottom: 18px;
        text-align: center;
    }

    .wc-benefits-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .wc-benefit-item {
        font-size: 14px;
    }

    .wc-benefit-check {
        width: 18px;
        height: 18px;
        min-width: 18px;
    }

    .wc-benefits-icon {
        width: 100%;
        max-width: 280px;
    }
}

/* --- 576px (small mobile) --- */
@media (max-width: 576px) {
    .aboutme-header {
        padding: 30px 0 25px;
    }

    .aboutme-header h1 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .aboutme-breadcrumb a,
    .aboutme-breadcrumb span {
        font-size: 12px;
        padding: 4px 10px;
    }

    .aboutme-heading h2 {
        font-size: 22px;
    }

    .aboutme-sub {
        font-size: 13px;
    }

    .aboutme-stat-card {
        gap: 10px;
        padding-bottom: 10px;
    }

    .aboutme-stat-icon {
        width: 38px;
        height: 44px;
        min-width: 44px;
        padding: 10px;
    }

    .aboutme-stat-icon svg {
        width: 16px;
        height: 16px;
    }

    .aboutme-stat-num {
        font-size: 18px;
    }

    .aboutme-stat-text p {
        font-size: 13px;
    }

    .aboutme-certs h3 {
        font-size: 17px;
    }

    .aboutme-certs li p {
        font-size: 13px;
    }

    .aboutme-photo {
        max-width: 260px;
    }

    .aboutme-badge {
        font-size: 10px;
        padding: 4px 10px;
        bottom: -8px;
        left: 130px;
    }

    .aboutme-badge-icon {
        width: 14px;
        height: 14px;
    }

    .aboutme-badge-icon svg {
        width: 8px;
        height: 8px;
    }

    .hl-heading h2,
    .wc-heading h2 {
        font-size: 22px;
    }

    .hl-card-text {
        font-size: 13px;
        padding: 15px 20px;
    }

    .hl-card-img {
        padding: 10px;
    }

    .lens-icon {
        width: 40px;
        height: 40px;
    }

    .lens-icon img {
        width: 18px;
        height: 18px;
    }

    .wc-text p {
        font-size: 13px;
        line-height: 1.8;
    }

    .wc-benefit-right h3 {
        font-size: 19px;
    }

    .wc-benefit-item {
        font-size: 13px;
    }

    .wc-benefits {
        padding: 20px 15px;
    }

    .wc-benefits-icon {
        max-width: 220px;
    }
}