/* About Page Styles - SEO Friendly CSS */


/* Section Styles */

.about-section-dark {
    background-color: #000000;
    color: #ffffff;
}


/* Team Member Cards */

.team-member-card {
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #1a191a;
    transition: transform 0.3s ease;
}

.team-member-content {
    padding: 20px;
}

.team-member-name {
    color: #d4af37;
    margin-bottom: 8px;
}

.team-member-age {
    color: #ccc;
    margin-bottom: 15px;
}

.contact-buttons {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.contact-btn-call {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 17px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 80px;
    height: 40px;
    min-width: 130px;
}

.contact-btn-whatsapp {
    background-color: green;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 17px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 80px;
    height: 40px;
    min-width: 130px;
}

.contact-icon {
    font-size: 14px;
}


/* Section Titles */

.main-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 1rem;
    position: relative;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #d4af37, #f1c40f);
    margin: 15px auto;
    border-radius: 2px;
}

.section-description {
    font-size: 1.1rem;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}


/* Service Cards */

.service-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Equal height for service card containers */
.service-card-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card-glow {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.service-icon-container {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.service-emoji {
    font-size: 2rem;
}

.service-title {
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0;
}

.service-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
    flex-grow: 1;
}

/* Service card content structure */
.service-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card-header {
    margin-bottom: auto;
}


/* Professional Info Section */

.professional-info {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.professional-text {
    color: white;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

.professional-icon {
    font-size: 1.5rem;
    margin-right: 10px;
}


/* Pricing Highlight */

.pricing-highlight {
    color: #d4af37;
    font-size: 1.2em;
}


/* Expectations Section */

.expectations-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.expectations-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient( circle at 25% 25%, rgba(212, 175, 55, 0.1) 0%, transparent 50%), radial-gradient( circle at 75% 75%, rgba(175, 108, 24, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.expectations-container {
    position: relative;
    z-index: 2;
}

.expectations-subtitle {
    color: #d4af37;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}

.expectations-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(45deg, #d4af37, #f4e4a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.expectations-description {
    font-size: 1.1rem;
    color: #e0e0e0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}


/* Expectation Cards */

.expectation-card {
    background: linear-gradient(145deg, #af6c18, #d4af37);
    color: #1a1a1a;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.2);
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, 0.3);
}

.expectation-card-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient( 45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.expectation-card-content {
    position: relative;
    z-index: 2;
}

.expectation-icon-container {
    width: 80px;
    height: 80px;
    background: rgba(26, 26, 26, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.expectation-description {
    color: #2d2d2d;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}


/* Visit Section */

.visit-section {
    background: linear-gradient(135deg, #0c0a00 0%, #232706 100%);
    color: white;
}

.visit-section-title2 {
    color: white;
}

.visit-section-title {
    color: white;
}

.visit-description {
    font-size: 1.1em;
}

.visit-btn-call {
    background-color: #00f;
    color: white;
    font-weight: bold;
    border: none;
}

.visit-btn-whatsapp {
    background-color: #25d366;
    color: white;
    font-weight: bold;
    border: none;
}


/* Hover Effects */

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(212, 175, 55, 0.3);
}

.expectation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.4);
}

.expectation-card:hover .expectation-card-shine {
    opacity: 1;
    transform: rotate(45deg) translateX(100%);
}

.team-member-card:hover {
    transform: translateY(-5px);
}


/* Responsive Design */

@media (max-width: 768px) {
    .main-section-title {
        font-size: 2rem;
    }
    .expectations-title {
        font-size: 2.5rem;
    }
    .service-card {
        padding: 1.5rem;
    }
    .contact-buttons {
        flex-direction: column;
        align-items: center;
    }
    .contact-btn-call,
    .contact-btn-whatsapp {
        width: 100%;
        max-width: 200px;
    }
}