/* ============================================
   Contact Our Team Section Styles
   ============================================ */

.contact-our-team-section {
    background-color: #0A0E27; /* Fallback until bg image loads */
    background-image: url('https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/b6d2b139-0f26-4c08-b0bf-6fa3c29d1dd1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 40px 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-our-team-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.contact-our-team-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.team-highlight {
    color: #7594CC;
}

.contact-title-star {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-left: -10px;
    margin-top: -40px;
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(58%) sepia(36%) saturate(1234%) hue-rotate(195deg) brightness(95%) contrast(89%);
}

.contact-our-team-description {
    max-width: 860px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    line-height: 1.6;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}

.contact-our-team-description p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #969EAB;
    margin: 0;
    width: 100%;
    text-align: justify;
    text-align-last: center;
}

.contact-email-link {
    color: #7594CC;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.contact-email-link:hover {
    color: #7594CC;
    text-decoration: underline;
}

.contact-cards-container {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

.contact-card {
    background: #ffffff;
    width: 360px;
    height: 228px;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    opacity: 1;
    transform: rotate(0deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card-content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin: 0;
    padding: 0;
}

.contact-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    padding: 8px;
    margin: 0;
}

.contact-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.whatsapp-icon {
    background: #f5f5f5;
}

.email-icon {
    background: #f5f5f5;
}

.phone-icon {
    background: #f5f5f5;
}

.contact-card-title {
    font-family: 'Geist', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    color: #434343;
    margin: 0;
    padding: 0;
}

.contact-card-description {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #6B6B7C;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.contact-card-link {
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #434343;
    text-decoration: underline;
    transition: color 0.3s ease;
    margin: 0;
    padding: 0;
}

.contact-card-link:hover {
    color: #7594CC;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-our-team-section {
        padding: 130px 30px 80px;
    }
    
    .contact-our-team-title {
        font-size: 56px;
    }
    
    .contact-cards-container {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .contact-our-team-section {
        padding: 120px 20px 80px;
        min-height: auto;
    }
    
    .contact-our-team-container {
        gap: 0;
    }
    
    .contact-our-team-description {
        margin-top: 16px;
    }
    
    .contact-our-team-title {
        font-size: 40px;
        flex-direction: column;
        gap: 8px;
    }
    
    .contact-title-star {
        width: 28px;
        height: 28px;
    }
    
    .contact-our-team-description {
        padding: 0 10px;
    }
    
    .contact-our-team-description p {
        font-size: 16px;
        text-align: left;
    }
    
    .contact-cards-container {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        width: 100%;
    }
    
    .contact-card {
        height: auto;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .contact-our-team-section {
        padding: 100px 16px 50px;
    }
    
    .contact-our-team-container {
        gap: 28px;
    }
    
    .contact-our-team-title {
        font-size: 32px;
        gap: 6px;
    }
    
    .contact-title-star {
        width: 16px;
        height: 16px;
        margin-top: -50px;
        margin-left: 280px;
    }
    
    .contact-our-team-description {
        padding: 0 5px;
    }
    
    .contact-our-team-description p {
        font-size: 14px;
        text-align: left;
        line-height: 1.5;
    }
    
    .contact-cards-container {
        gap: 16px;
        margin-top: 40px;
    }
    
    .contact-card {
        padding: 24px 20px;
    }
    
    .contact-card-icon {
        width: 48px;
        height: 48px;
    }
    
    .contact-card-title {
        font-size: 18px;
    }
    
    .contact-card-description {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .contact-card-link {
        font-size: 14px;
    }
}

