﻿
body {
    overflow-x: hidden;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 5vw, 60px);
    line-height: 1.3;
}
.contact-hero-dark {
    background: #0b0b0b;
    color: white;
    padding: 100px 20px;
}
@media (max-width: 768px) {
    .contact-hero-dark {
        padding: 60px 15px;
    }
}
a {
    text-decoration: none;
    color: inherit;
}

p {
    font-size: clamp(14px, 1.5vw, 18px);
}

.hero-text p {
    font-size: clamp(14px, 2vw, 20px);
    color: grey;
}

.tag {
    color: #ff3c3c;
    letter-spacing: 2px;
    font-size: clamp(14px, 2vw, 20px);
}

.phone i,
.EMail i,
.location i {
    color: #d62828;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 8px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.contact-main a,
.contact-hero-dark a {
    color: inherit;
    text-decoration: none;
}

    .contact-main a:hover,
    .contact-hero-dark a:hover {
        text-decoration: none;
        opacity: 0.85;
    }
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1.5fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
.info-card a {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.info-card strong {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px;
}

.location-card a {
    color: inherit;
}

.section-title {
    margin: 25px 0 10px;
    color: #d62828;
    font-size: 20px;
    letter-spacing: 1px;
}

.director-cards {
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    .director-cards {
        flex-direction: column;
    }
}
.card {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: white;
}

.role {
    font-size: 15px;
    color: gray;
}


.info-card {
    padding: 20px;
    border-radius: 10px;
    background: #f5f5f5;
    margin-bottom: 15px;
}


.profile-card {
    background: #0b0b0b;
    color: white;
    padding: 25px;
    border-radius: 12px;
}

.btn-download {
    display: inline-block;
    margin-top: 15px;
    background: #d62828;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
}

.card,
.info-card,
.profile-card,
.social-card,
.location-card {
    border: 2px solid #A0A0A0;
    border-radius: 10px;
    padding: clamp(15px, 2vw, 25px);
}

.social-card,
.location-card {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #A0A0A0;
    margin-top: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

    .social-icons a {
        width: 40px;
        height: 40px;
        background: #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    .social-icons a {
        color: white;
    }

        /* LinkedIn */
        .social-icons a:nth-child(1) {
            background: #0077b5;
        }

        /* Facebook */
        .social-icons a:nth-child(2) {
            background: #1877f2;
        }

        /* Instagram */
        .social-icons a:nth-child(3) {
            background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
        }

        /* WhatsApp */
        .social-icons a:nth-child(4) {
            background: #25d366;
        }

.info-card i {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .director-cards {
        flex-direction: column;
    }
}

.registration-card {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

@media (max-width: 768px) {
    .registration-card {
        flex-direction: column;
        gap: 15px;
    }
}
.reg-item {
    flex: 1;
}

.label {
    font-size: 12px;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.value {
    font-size: 15px;
    color: #222;
    font-weight: 500;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    background: linear-gradient(to bottom, #e03030, #b71c1c);
    color: white;
    padding: 10px 20px 10px 10px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    justify-content: center;
}

@media (min-width: 768px) {
    .btn-download {
        width: auto;
    }
}

    .btn-download:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.5);
        color: white;
    }

.pdf-icon-wrap {
    position: relative;
    width: 42px;
    height: 50px;
    flex-shrink: 0;
}

.pdf-doc-icon {
    font-size: 46px;
    color: #fff;
    opacity: 0.92;
    line-height: 1;
}

.pdf-badge {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #7f0000;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 1px 4px;
    border-radius: 2px;
    line-height: 1.4;
}

.btn-download-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.btn-main-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.btn-sub-text {
    font-size: 17px;
    font-weight: 600;
    opacity: 0.92;
}
