/* ============================================
   INDIRA CONSULTANCY - CONTACT PAGE STYLES
   Color Scheme: Dark Navy (#1E2A3A), Gold (#F8CA3B), White
   Fonts: Kaisei Decol (headings), Poppins (body/buttons)
   ============================================ */

   :root {
    --contact-navy: #1E2A3A;
    --contact-navy-light: #2a3a4d;
    --contact-navy-dark: #141e2a;
    --contact-gold: #F8CA3B;
    --contact-gold-hover: #e6b832;
    --contact-white: #ffffff;
    --contact-gray: #6c757d;
    --contact-gray-light: #f5f7fa;
    --contact-gray-bg: #FAF9F6;
    --contact-text: #333333;
    --contact-text-light: #666666;
    --contact-red: #8B0000;
}

/* ============================================
   HERO SECTION
   ============================================ */
.contact-hero {
    position: relative;
    padding: 160px 0 100px;
    min-height: 550px;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(30, 42, 58, 0.85), rgba(30, 42, 58, 0.7));
    z-index: 1;
}

.contact-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center top;
    z-index: 0;
}

.contact-hero .container {
    position: relative;
    z-index: 2;
}

.contact-hero-badge {
    display: inline-block;
    background: rgba(248, 202, 59, 0.2);
    color: var(--contact-gold);
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 8px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-hero-title {
    font-family: 'Kaisei Decol', serif;
    font-size: 52px;
    font-weight: 400;
    color: var(--contact-white);
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-hero-title .text-gold {
    color: var(--contact-gold);
    display: block;
}

.contact-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    line-height: 1.7;
}

/* ============================================
   MAIN CONTACT SECTION (Form + Why Indria)
   ============================================ */
.contact-main-section {
    padding: 0;
    position: relative;
    z-index: 10;
}

.contact-main-wrapper {
    display: flex;
    gap: 0;
    background: var(--contact-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Why Indria Sidebar */
.contact-why-sidebar {
    flex: 0 0 320px;
    background: #1E2A3A;
    padding: 50px 40px;
    color: var(--contact-white);
}

.contact-why-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--contact-white);
    margin-bottom: 40px;
}

.contact-why-item {
    margin-bottom: 35px;
}

.contact-why-item-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.contact-why-item-icon i {
    color: var(--contact-gold);
    font-size: 18px;
}

.contact-why-item h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--contact-white);
    margin-bottom: 6px;
    text-transform: uppercase;
}

.contact-why-item p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Contact Form Area */
.contact-form-area {
    flex: 1;
    padding: 50px;
}

.contact-form-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--contact-navy);
    margin-bottom: 30px;
}

.contact-form .form-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--contact-navy);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form .form-control {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--contact-text);
    background-color: var(--contact-white);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 14px 16px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--contact-gold);
    box-shadow: 0 0 0 3px rgba(248, 202, 59, 0.15);
}

.contact-form .form-control::placeholder {
    color: #aaa;
}

.contact-form .form-select {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--contact-text);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 14px 16px;
}

.contact-form .form-select:focus {
    border-color: var(--contact-gold);
    box-shadow: 0 0 0 3px rgba(248, 202, 59, 0.15);
}

/* Interest Tags */
.contact-interest-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.contact-interest-tag {
    display: inline-flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--contact-text-light);
    background: var(--contact-gray-light);
    border: 1px solid #e0e0e0;
    padding: 10px 18px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-interest-tag:hover,
.contact-interest-tag.selected {
    background: var(--contact-gold);
    border-color: var(--contact-gold);
    color: var(--contact-navy);
}

.contact-interest-tag input {
    display: none;
}

/* Consent Checkbox */
.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 25px 0;
}

.contact-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--contact-gold);
}

.contact-consent label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--contact-text-light);
    line-height: 1.5;
}

/* Submit Button */
.contact-submit-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--contact-navy);
    background: var(--contact-gold);
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contact-submit-btn:hover {
    background: var(--contact-gold-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(248, 202, 59, 0.35);
}

.contact-submit-btn i {
    font-size: 12px;
}

/* ============================================
   ENGAGEMENT MODEL SECTION
   Light Cream Background: #FDFBF7
   ============================================ */
.contact-engagement-section {
    padding: 80px 0;
    background-color: #FDFBF7;
}

.contact-engagement-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.contact-engagement-title {
    font-family: 'Kaisei Decol', serif;
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.contact-engagement-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

.contact-engagement-tagline {
    display: flex;
    gap: 4px;
    align-items: center;
}

.contact-engagement-filters {
    display: flex;
    gap: 4px;
    align-items: center;
}

.contact-engagement-filter {
    font-family: 'Poly', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: var(--contact-gold);
    text-decoration: none;
    cursor: default;
}

.contact-engagement-filter:hover,
.contact-engagement-filter.active {
    color: var(--contact-gold);
}

/* Engagement Steps - 4 Column Grid */
.contact-engagement-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.contact-engagement-step {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px 20px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    position: relative;
}

.contact-engagement-step::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 3px;
    background-color: var(--contact-gold);
    border-radius: 2px;
}

.contact-engagement-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.contact-engagement-step h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact-engagement-step p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

/* ============================================
   OUR PEOPLE SECTION
   Dark Navy Background: #0F141C
   ============================================ */
.people-section {
    padding: 100px 0 0;
    background-color: #0F141C;
}

/* Header - split layout */
.people-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.people-header-left { flex: 1; }

.people-badge {
    display: inline-block;
    color: #F8CA3B;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 14px;
}

.people-title {
    font-family: 'Kaisei Decol', serif;
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.15;
    margin: 0;
}

.people-header-right {
    flex-shrink: 0;
    padding-left: 40px;
    max-width: 380px;
    text-align: right;
}

.people-tagline {
    font-family: 'Poly', serif;
    font-size: 15px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0;
}

/* Two-Column Layout */
.people-columns {
    display: flex;
    gap: 32px;
}

.people-col-left {
    flex: 1;
    min-width: 0;
}

.people-col-right {
    flex: 1;
    min-width: 0;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Column Headers */
.people-col-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.people-col-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
}

.people-col-count {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F8CA3B;
    background: rgba(248, 202, 59, 0.1);
    border: 1px solid rgba(248, 202, 59, 0.25);
    padding: 5px 12px;
    border-radius: 6px;
}

/* ---- LEAD CARDS (Left Column) ---- */
.people-lead-card {
    display: flex;
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    background: transparent;
}

.people-lead-card:hover {
    border-color: rgba(248, 202, 59, 0.2);
    background: rgba(255, 255, 255, 0.02);
}

.people-lead-avatar {
    width: 127px;
    height: 127px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F8CA3B 0%, #e6a817 100%);
    color: #0F141C;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.people-lead-info { flex: 1; min-width: 0; }

.people-lead-name {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 2px;
}

.people-lead-role {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F8CA3B;
    margin: 0 0 12px;
}

.people-lead-bio {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0 0 14px;
}

.people-lead-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.people-tag {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.people-tag i {
    color: #F8CA3B;
    font-size: 9px;
    margin-right: 4px;
}

/* ---- ADVISOR CARDS (Right Column) ---- */
.people-advisors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.people-advisor-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
}

.people-advisor-card:hover {
    border-color: rgba(248, 202, 59, 0.15);
    background: rgba(255, 255, 255, 0.05);
}

.people-advisor-top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.people-advisor-avatar {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 8px;
    background: rgba(248, 202, 59, 0.12);
    border: 1px solid rgba(248, 202, 59, 0.25);
    color: #F8CA3B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.people-advisor-name {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 4px;
    line-height: 1.3;
}

.people-advisor-specialty {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #F8CA3B;
}

.people-advisor-specialty i {
    font-size: 8px;
    margin-right: 4px;
}

.people-advisor-bio {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.55;
    margin: 0;
}

/* ---- BOTTOM BAR ---- */
.people-bottom-bar {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 24px 0;
    margin-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.people-bottom-label {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
}

.people-bottom-items {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.people-bottom-item {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
}

.people-bottom-item i {
    color: #F8CA3B;
    margin-right: 8px;
    font-size: 12px;
}

.people-bottom-item strong {
    color: #F8CA3B;
    font-weight: 700;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .people-columns {
        flex-direction: column;
    }

    .people-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .people-header-right {
        text-align: left;
        padding-left: 0;
    }

    .people-title {
        font-size: 40px;
    }

    .people-col-right {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .people-section {
        padding: 60px 0 0;
    }

    .people-title {
        font-size: 34px;
    }

    .people-advisors-grid {
        grid-template-columns: 1fr;
    }

    .people-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .people-bottom-items {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .people-title {
        font-size: 28px;
    }

    .people-lead-card {
        flex-direction: column;
        gap: 16px;
    }

    .people-lead-avatar {
        font-size: 16px;
    }

    .people-col-right {
        padding: 16px;
    }
}

/* ============================================
   GLOBAL PRESENCE SECTION
   ============================================ */
.contact-presence-section {
    padding: 100px 0;
    background-color: var(--contact-navy);
}

.contact-presence-title {
    font-family: 'Kaisei Decol', serif;
    font-size: 36px;
    font-weight: 400;
    color: var(--contact-white);
    margin-bottom: 8px;
}

.contact-presence-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
}

/* Location Slider */
.contact-location-slider {
    position: relative;
}

.contact-location-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 400px;
}

.contact-location-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-location-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent 30%, rgba(139, 0, 0, 0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    text-align: center;
}

.contact-location-overlay h3 {
    font-family: 'Kaisei Decol', serif;
    font-size: 36px;
    font-weight: 400;
    color: var(--contact-white);
    margin-bottom: 8px;
}

.contact-location-overlay .strategic-label {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--contact-gold);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.contact-location-overlay .strategic-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--contact-white);
    margin-bottom: 16px;
}

.contact-location-overlay .address-label {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--contact-gold);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact-location-overlay .address {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

/* ============================================
   BRAND TAGLINE SECTION
   ============================================ */
.contact-brand-section {
    padding: 80px 0;
    background-color: var(--contact-navy);
    text-align: center;
}

.contact-brand-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--contact-navy);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-brand-taglines {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-brand-tagline {
    font-family: 'Kaisei Decol', serif;
    font-size: 32px;
    font-weight: 400;
    color: var(--contact-gold);
}

.contact-brand-separator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--contact-navy);
}

/* ============================================
   QUOTE TEXT (from image)
   ============================================ */
.contact-quote {
    font-family: 'Poly', serif;
    font-size: 14px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 1200px) {
    .contact-main-wrapper {
        flex-direction: column;
    }
    
    .contact-why-sidebar {
        flex: none;
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .contact-hero-title {
        font-size: 40px;
    }
    
    .contact-engagement-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .contact-engagement-tagline {
        align-self: flex-start;
    }
    
    .contact-engagement-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Old leadership grid styles removed — now uses .people-section responsive */
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 120px 0 80px;
    }
    
    .contact-hero-title {
        font-size: 32px;
    }
    
    .contact-main-section {
        margin-top: -60px;
    }
    
    .contact-form-area {
        padding: 30px;
    }
    
    .contact-engagement-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .contact-engagement-step h4 {
        font-size: 15px;
    }
    
    .contact-engagement-step p {
        font-size: 12px;
    }
    
    .contact-leader-card {
        max-width: 100%;
    }
    
    .contact-leader-image {
        width: 100%;
        max-width: 280px;
        height: 360px;
        margin: 0 auto;
    }
    
    .contact-presence-title,
    .people-title,
    .contact-engagement-title {
        font-size: 28px;
    }
    
    .contact-brand-taglines {
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-brand-separator {
        display: none;
    }
    
    .contact-brand-tagline {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .contact-hero-title {
        font-size: 28px;
    }
    
    .contact-why-sidebar {
        padding: 30px;
    }
    
    .contact-interest-tags {
        gap: 8px;
    }
    
    .contact-interest-tag {
        font-size: 12px;
        padding: 8px 14px;
    }
    
    .contact-engagement-steps {
        grid-template-columns: 1fr;
    }
    
    .contact-engagement-step {
        padding: 20px 18px;
    }
    
    .contact-engagement-step::before {
        top: 18px;
        left: 18px;
    }
    
    .contact-engagement-step h4 {
        margin-top: 18px;
    }
    
    .contact-engagement-tagline {
        flex-wrap: wrap;
    }
    
    .contact-engagement-filter {
        font-size: 14px;
    }
    
    .contact-leader-image {
        width: 100%;
        max-width: 300px;
        height: 380px;
    }
    
    .contact-location-card {
        height: 350px;
    }
    
    .contact-location-overlay {
        padding: 25px;
    }
    
    .contact-location-overlay h3 {
        font-size: 28px;
    }
    .contact-brand-section{
        padding: 0;
    }
}
