/* =========================================================
   PREMIUM ABOUT US PAGE CSS
   Elegant • Vibrant • Fully Responsive
   ========================================================= */


/* =========================================================
   GLOBAL SECTION DESIGN
   ========================================================= */

.about,
.about-DAG,
.about-msl {
    width: 92%;
    max-width: 1320px;
    margin: 70px auto;
    padding: 60px;
    border-radius: 34px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Decorative Color Glow */

.about::before,
.about-DAG::before,
.about-msl::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 260px;
    height: 260px;
    background: rgba(59,130,246,0.10);
    border-radius: 50%;
}

.about::after,
.about-DAG::after,
.about-msl::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 220px;
    height: 220px;
    background: rgba(250,204,21,0.12);
    border-radius: 50%;
}

.about *,
.about-DAG *,
.about-msl * {
    position: relative;
    z-index: 2;
}


/* =========================================================
   ABOUT SECTION
   ========================================================= */

.about {
    background: linear-gradient(145deg, #ffffff, #eef6ff);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

/* HEADING */

.about h1 {
    font-size: 54px;
    font-weight: 800;
    text-align: center;
    color: #0f172a;
    margin-bottom: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.about h1::after {
    content: "";
    width: 110px;
    height: 5px;
    display: block;
    margin: 18px auto 0;
    border-radius: 50px;
    background: linear-gradient(to right, #2563eb, #facc15);
}

/* PARAGRAPH */

.about p {
    font-size: 18px;
    line-height: 2;
    color: #475569;
    text-align: justify;
    margin-bottom: 24px;
}


/* =========================================================
   ABOUT GALLERY
   CLASS: .about-g
   ========================================================= */

.about-g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 45px;
}

.about-g img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 24px;
    border: 5px solid #ffffff;
    box-shadow: 0 14px 34px rgba(0,0,0,0.12);
    transition: 0.4s ease;
}

.about-g img:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 22px 48px rgba(37,99,235,0.18);
}


/* =========================================================
   ABOUT DAG SECTION
   ========================================================= */

.about-DAG {
    background: linear-gradient(145deg, #f5f9ff, #ffffff);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

/* HEADING */

.about-DAG h1 {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    color: #0f172a;
    margin-bottom: 28px;
    line-height: 1.2;
}

.about-DAG h1::after {
    content: "";
    width: 95px;
    height: 5px;
    display: block;
    margin: 18px auto 0;
    border-radius: 50px;
    background: linear-gradient(to right, #2563eb, #facc15);
}

/* LISTS */

.about-DAG ul {
    padding-left: 28px;
    margin-bottom: 38px;
}

.about-DAG li {
    font-size: 18px;
    line-height: 2;
    color: #475569;
    margin-bottom: 10px;
}


/* =========================================================
   DAG TOP IMAGE
   CLASS: .dag-i
   ========================================================= */

.dag-i img,
img.dag-i {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 26px;
    margin-bottom: 40px;
    border: 5px solid #ffffff;
    box-shadow: 0 16px 40px rgba(0,0,0,0.14);
    transition: 0.4s ease;
}

.dag-i img:hover,
img.dag-i:hover {
    transform: scale(1.01);
    box-shadow: 0 22px 48px rgba(37,99,235,0.18);
}


/* =========================================================
   DAG GALLERY
   CLASS: .dag-g
   ========================================================= */

.dag-g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 30px;
}

.dag-g img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 22px;
    border: 5px solid #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    transition: 0.4s ease;
}

.dag-g img:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 46px rgba(250,204,21,0.22);
}


/* =========================================================
   ABOUT MSL SECTION
   ========================================================= */

.about-msl {
    background: linear-gradient(145deg, #ffffff, #eef7ff);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

/* IMAGE */

.msl-i img,
img.msl-i {
    width: 420px;
    max-width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 28px;
    border: 5px solid #ffffff;
    box-shadow: 0 16px 40px rgba(0,0,0,0.14);
    transition: 0.4s ease;
}

.msl-i img:hover,
img.msl-i:hover {
    transform: scale(1.02);
    box-shadow: 0 22px 50px rgba(37,99,235,0.18);
}

/* CONTENT */

.about-msl h3 {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.about-msl h5 {
    font-size: 22px;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 24px;
}

.about-msl p {
    font-size: 18px;
    line-height: 2;
    color: #475569;
    text-align: justify;
    max-width: 700px;
}


/* =========================================================
   GLOBAL IMAGE SMOOTH EFFECT
   ========================================================= */

.about img,
.about-DAG img,
.about-msl img {
    transition: all 0.4s ease;
}


/* =========================================================
   TABLET VIEW
   ========================================================= */

@media (max-width: 992px) {

    .about,
    .about-DAG,
    .about-msl {
        padding: 45px 28px;
    }

    .about h1,
    .about-DAG h1 {
        font-size: 40px;
    }

    .about-g,
    .dag-g {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .about-g img,
    .dag-g img {
        height: 260px;
    }

    .dag-i img,
    img.dag-i {
        height: 420px;
    }

    .about-msl {
        flex-direction: column;
        text-align: center;
    }

    .about-msl p {
        text-align: left;
    }

    .msl-i img,
    img.msl-i {
        width: 100%;
        max-width: 520px;
        height: 450px;
    }
}


/* =========================================================
   MOBILE VIEW
   ========================================================= */

@media (max-width: 768px) {

    .about,
    .about-DAG,
    .about-msl {
        width: 95%;
        padding: 30px 20px;
        margin: 40px auto;
        border-radius: 24px;
    }

    .about h1,
    .about-DAG h1 {
        font-size: 32px;
    }

    .about p,
    .about-DAG li,
    .about-msl p {
        font-size: 16px;
        line-height: 1.9;
    }

    /* MOBILE GALLERY STACK */

    .about-g,
    .dag-g {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    /* PERFECT MOBILE IMAGE FIT */

    .about-g img,
    .dag-g img,
    .dag-i img,
    img.dag-i,
    .msl-i img,
    img.msl-i {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        border-radius: 20px;
    }

    .about-msl {
        gap: 35px;
    }

    .about-msl h3 {
        font-size: 30px;
        text-align: center;
    }

    .about-msl h5 {
        font-size: 18px;
        text-align: center;
    }

    .about-msl p {
        text-align: left;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .about h1,
    .about-DAG h1 {
        font-size: 27px;
    }

    .about p,
    .about-DAG li,
    .about-msl p {
        font-size: 15px;
    }

    .about-msl h3 {
        font-size: 25px;
    }

    .about-msl h5 {
        font-size: 17px;
    }

    .about-g img,
    .dag-g img,
    .dag-i img,
    img.dag-i,
    .msl-i img,
    img.msl-i {
        border-radius: 18px;
    }
}