/* ══════════════════════════════════════════
   Gandhi Immigration – Team Hero Section
   ══════════════════════════════════════════ */

.gandhi-team-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 148px 0 80px;
    margin-top: -81px;
    overflow: hidden;
}


.gandhi-team-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Left: content */
.gandhi-team-hero-content {
    flex: 1;
    min-width: 0;
}

.gandhi-team-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F57D26;
    background: rgba(245, 125, 38, 0.15);
    border: 1.5px solid rgba(245, 125, 38, 0.45);
    border-radius: 50px;
    padding: 7px 18px;
    margin-bottom: 22px;
}

.gandhi-team-hero-badge i {
    font-size: 13px;
}

.gandhi-team-hero-heading {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    line-height: 1.25;
    margin: 0 0 22px;
    letter-spacing: -0.01em;
}

.gandhi-team-hero-heading span {
    color: #F57D26;
}

.gandhi-team-hero-para {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.75;
    margin: 0 0 14px;
}

.gandhi-team-hero-para:last-child {
    margin-bottom: 0;
}

/* Right: optional image */
.gandhi-team-hero-image {
    flex: 0 0 420px;
    position: relative;
}

.gandhi-team-hero-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Decorative orange block behind image */
.gandhi-team-hero-image::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -16px;
    width: 85%;
    height: 90%;
    background: rgba(245, 125, 38, 0.4);
    border-radius: 20px;
    z-index: 0;
}

.gandhi-team-hero-image img {
    position: relative;
    z-index: 1;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .gandhi-team-hero-inner {
        gap: 40px;
        padding: 0 24px;
    }

    .gandhi-team-hero-image {
        flex: 0 0 360px;
    }

    .gandhi-team-hero-heading {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .gandhi-team-hero {
        padding-top: 130px;
        padding-bottom: 60px;
    }

    .gandhi-team-hero-inner {
        flex-direction: column;
        padding: 0 20px;
        gap: 40px;
    }

    .gandhi-team-hero-image {
        flex: none;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        order: 1;
    }

    .gandhi-team-hero-content {
        order: 2;
    }

    .gandhi-team-hero-image img {
        height: 300px;
    }

    .gandhi-team-hero-heading {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .gandhi-team-hero-heading {
        font-size: 20px;
    }

    .gandhi-team-hero-para {
        font-size: 14px;
    }
}

/* ══════════════════════════════════════════
   Gandhi Immigration – Why Our Team Matters Section
   ══════════════════════════════════════════ */

.gandhi-team-why {
    background: #f8fafd;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.gandhi-team-why::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 5% 50%, rgba(1, 85, 158, 0.05) 0%, transparent 55%),
        radial-gradient(circle at 95% 20%, rgba(245, 125, 38, 0.06) 0%, transparent 45%);
    pointer-events: none;
}

.gandhi-team-why-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
    gap: 72px;
    position: relative;
    z-index: 1;
}

/* ── Left column ── */
.gandhi-team-why-left {
    flex: 1;
    min-width: 0;
}

.gandhi-team-why-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F57D26;
    background: rgba(245, 125, 38, 0.08);
    border: 1.5px solid rgba(245, 125, 38, 0.3);
    border-radius: 50px;
    padding: 7px 18px;
    margin-bottom: 20px;
}

.gandhi-team-why-badge i {
    font-size: 13px;
}

.gandhi-team-why-heading {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin: 0 0 18px;
}

.gandhi-team-why-heading span {
    color: #01559E;
}

.gandhi-team-why-para {
    font-size: 14px;
    color: #444;
    line-height: 1.75;
    margin: 0 0 18px;
}

.gandhi-team-why-closing {
    font-size: 14px;
    color: #444;
    line-height: 1.75;
    margin: 0;
    padding-left: 14px;
    border-left: 3px solid #F57D26;
}

/* ── Right column ── */
.gandhi-team-why-right {
    flex: 0 0 420px;
    background: #ffffff;
    border: 1px solid #eaf0f8;
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 8px 32px rgba(1, 85, 158, 0.07);
}

.gandhi-team-why-focuses {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1A3668;
    margin: 0 0 20px;
    line-height: 1.5;
}

.gandhi-team-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gandhi-team-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #344155;
    line-height: 1.55;
}

.gandhi-team-why-list li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    background: #01559E;
    border-radius: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .gandhi-team-why-inner {
        gap: 50px;
    }

    .gandhi-team-why-right {
        flex: 0 0 360px;
    }
}

@media (max-width: 768px) {
    .gandhi-team-why {
        padding: 70px 0;
    }

    .gandhi-team-why-inner {
        flex-direction: column;
        padding: 0 20px;
        gap: 36px;
    }

    .gandhi-team-why-right {
        flex: none;
        width: 100%;
    }

    .gandhi-team-why-heading {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .gandhi-team-why-heading {
        font-size: 22px;
    }
}

/* ══════════════════════════════════════════
   Gandhi Immigration – Meet Our Team Section
   ══════════════════════════════════════════ */

.gandhi-about-team-section {
    padding: 80px 0;
    background: #fff;
}

.gandhi-team-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── Badge ── */
.gandhi-team-badge-wrapper {
    margin-bottom: 40px;
}

.gandhi-team-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #F57D26;
    padding: 6px 16px;
    border: 1px solid #F57D26;
    border-radius: 30px;
}

.gandhi-team-badge-arrow {
    font-size: 8px;
}

.gandhi-team-badge-icon {
    font-size: 16px;
}

/* ── Two-column outer layout ── */
.gandhi-team-inner {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

/* ── Left: cards ── */
.gandhi-team-left {
    flex: 0 0 56%;
    max-width: 79%;
}

.gandhi-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* ── Right: image ── */
.gandhi-team-right {
    flex: 0 0 50%;
    max-width: 50%;
}

.gandhi-team-right img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Card ── */
.gandhi-team-card {
    border: 1px solid #01559E;
    border-radius: 12px;
    padding: 20px 22px;
    background: #fff;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.gandhi-team-card:hover {
    background: #01559E;
    border-color: #01559E;
    box-shadow: 0 12px 35px rgba(1, 85, 158, 0.25);
    transform: translateY(-6px);
}

.gandhi-team-card-name {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0 0 14px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.gandhi-team-card:hover .gandhi-team-card-name {
    color: #ffffff;
}

.gandhi-team-role {
    font-size: 13px;
    font-weight: 400;
    color: #555;
    margin: -10px 0 12px;
    transition: color 0.3s ease;
}

.gandhi-team-card:hover .gandhi-team-role {
    color: rgba(255, 255, 255, 0.8);
}

.gandhi-team-card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gandhi-team-card-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    transition: color 0.3s ease;
}

.gandhi-team-card:hover .gandhi-team-card-row {
    color: rgba(255, 255, 255, 0.9);
}

.gandhi-team-card-row i {
    color: #F9A000;
    font-size: 18px;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.gandhi-team-card:hover .gandhi-team-card-row i {
    color: #F57D26;
}

.gandhi-team-card-row a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gandhi-team-card:hover .gandhi-team-card-row a {
    color: #ffffff;
}

.gandhi-team-card-row a:hover {
    text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .gandhi-team-container {
        padding: 0 24px;
    }
}

@media (max-width: 900px) {
    .gandhi-team-inner {
        flex-direction: column;
    }

    .gandhi-team-left,
    .gandhi-team-right {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .gandhi-team-right {
        order: -1;
    }
}

@media (max-width: 768px) {
    .gandhi-team-container {
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .gandhi-about-team-section {
        padding: 50px 0;
    }

    .gandhi-team-badge-wrapper {
        display: flex;
        justify-content: center;
    }

    .gandhi-team-grid {
        grid-template-columns: 1fr;
    }

    .gandhi-team-card-name {
        font-size: 17px;
    }

    .gandhi-team-card {
        border: 1px solid #01559E;
        border-radius: 12px;
        padding: 20px 22px;
        background: #fff;
        width: 94%;
    }
}
