/* ================= ABOUT PAGE ================= */

.about-hero {
    position: relative;
    min-height: 100vh;

    background:
        linear-gradient(rgba(20,22,40,0.92), rgba(20,22,40,0.92)),
        url("https://www.transparenttextures.com/patterns/stardust.png");

    overflow: hidden;

    display: flex;
    align-items: center;

    padding: 120px 60px 80px;
}

.about-hero-container {
    max-width: 1200px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.about-hero-content {
    width: 50%;
    color: #fff;
}

.about-tag,
.section-tag {
    color: #f4a261;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-hero-content h1 {
    font-size: 72px;
    line-height: 1.1;
    font-family: 'Playfair Display', serif;
    margin-bottom: 25px;
}

.about-subtitle {
    color: #bbb;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 500px;
}

.about-btn {
    display: inline-block;
    padding: 14px 28px;

    background: #ff3d00;
    color: #fff;

    text-decoration: none;
    border-radius: 6px;

    transition: 0.3s;
}

.about-btn:hover {
    background: #d93400;
}

.about-hero-image {
    width: 50%;
    display: flex;
    justify-content: center;
}

.floating-about-img {
    width: 420px;

    animation: floatAbout 5s ease-in-out infinite;
}

@keyframes floatAbout {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* ================= MAIN ================= */

.about-main {
    padding: 100px 60px;

    background:
        linear-gradient(rgba(244,239,231,0.92), rgba(244,239,231,0.92)),
        url("https://as2.ftcdn.net/v2/jpg/15/34/34/33/1000_F_1534343373_2iL69ib0BalQA7qNvC1nLe7foTiCKZFJ.jpg");
}

.about-container-page {
    max-width: 1200px;
    margin: auto;

    display: flex;
    align-items: center;
    gap: 60px;
}

.about-left-page,
.about-right-page {
    width: 50%;
}

.about-left-page {
    width: 45%;
    display: flex;
    justify-content: center;
}

.about-left-page img {
    width: 100%;
    max-width: 520px; /* 🔥 image smaller */
    height: 600px;
    object-fit: cover;

    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.about-right-page h2 {
    font-size: 54px;
    margin: 10px 0;
    font-family: 'Playfair Display', serif;
}

.about-right-page h4 {
    color: #ff3d00;
    margin-bottom: 20px;
}

.about-right-page p {
    color: #555;
    line-height: 1.9;
    margin-bottom: 15px;
}

/* ================= EXPERIENCE ================= */

.experience-section {
    padding: 80px 20px;

    background: #1c1c2e;
}

.experience-grid {
    max-width: 1100px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.exp-card {
    background: rgba(255,255,255,0.05);

    padding: 40px 20px;
    text-align: center;

    border-radius: 15px;

    color: #fff;
}

.exp-card h2 {
    color: #f4a261;
    font-size: 42px;
    margin-bottom: 10px;
}

/* ================= SERVICES ================= */

.about-services {
    padding: 100px 60px;

    background:
        linear-gradient(rgba(20,22,40,0.95), rgba(20,22,40,0.95)),
        url("https://www.transparenttextures.com/patterns/stardust.png");

    text-align: center;
}

.services-heading h2 {
    color: #fff;
    font-size: 52px;
    margin-bottom: 60px;
    font-family: 'Playfair Display', serif;
}

.about-services-grid {
    max-width: 1100px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.about-service-card {
    background: rgba(255,255,255,0.04);

    padding: 35px 25px;
    border-radius: 15px;

    color: #fff;

    transition: 0.3s;
}

.about-service-card:hover {
    transform: translateY(-8px);
}

.about-service-card img {
    width: 60px;
    margin-bottom: 20px;
}

.about-service-card h3 {
    margin-bottom: 15px;
}

.about-service-card p {
    color: #bbb;
    line-height: 1.7;
}

/* ================= DECLARATION ================= */

.declaration-section {
    padding: 100px 20px;

    background:
        linear-gradient(rgba(244,239,231,0.92), rgba(244,239,231,0.92)),
        url("https://as2.ftcdn.net/v2/jpg/15/34/34/33/1000_F_1534343373_2iL69ib0BalQA7qNvC1nLe7foTiCKZFJ.jpg");
}

.declaration-box {
    max-width: 900px;
    margin: auto;

    background: #fff;
    padding: 60px;

    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(0,0,0,0.08);

    text-align: center;
}

.declaration-box h2 {
    font-size: 48px;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

.declaration-box p {
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

.signature {
    margin-top: 30px;

    color: #ff3d00;
    font-weight: 600;
}

/* ================= CTA ================= */

.about-cta {
    padding: 100px 20px;

    background:
        linear-gradient(rgba(20,22,40,0.95), rgba(20,22,40,0.95)),
        url("https://www.transparenttextures.com/patterns/stardust.png");

    text-align: center;
}

.about-cta-content h2 {
    color: #fff;
    font-size: 58px;
    margin-bottom: 20px;

    font-family: 'Playfair Display', serif;
}

.about-cta-content p {
    color: #bbb;
    margin-bottom: 30px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

    .about-hero-container,
    .about-container-page {
        flex-direction: column;
        text-align: center;
    }

    .about-hero-content,
    .about-hero-image,
    .about-left-page,
    .about-right-page {
        width: 100%;
    }

    .about-hero-content h1 {
        font-size: 48px;
    }

    .about-right-page h2,
    .declaration-box h2,
    .about-cta-content h2 {
        font-size: 38px;
    }

    .floating-about-img {
        width: 280px;
        margin-top: 30px;
    }

    .experience-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .declaration-box {
        padding: 40px 25px;
    }
    .about-left-page img {
        max-width: 350px;
        height: auto;
    }
}

@media (max-width: 600px) {

    .about-hero,
    .about-main,
    .about-services {
        padding: 70px 20px;
    }

    .about-hero-content h1 {
        font-size: 38px;
    }

    .about-right-page h2,
    .declaration-box h2,
    .about-cta-content h2 {
        font-size: 30px;
    }

    .experience-grid,
    .about-services-grid {
        grid-template-columns: 1fr;
    }

    .declaration-box {
        padding: 30px 20px;
    }
    .about-left-page img {
        max-width: 100%;
        height: auto;
    }
}