/* ============================================
   ABOUT DR. DIVIT ASTROLOGER SECTION CSS
   ============================================ */

.about-dr-divit-section {
    padding: 4rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.about-dr-divit-section > .container {
    position: relative;
    z-index: 1;
}

/* About Section Header */
.about-section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.about-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.5rem;
    background: rgba(242, 140, 40, 0.1);
    border: 1px solid rgba(242, 140, 40, 0.2);
    border-radius: 50px;
    color: #F28C28;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.about-section-badge i {
    font-size: 0.875rem;
}

/* About Header Badge */
.about-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, rgba(242, 140, 40, 0.1), rgba(255, 122, 0, 0.1));
    border: 1px solid rgba(242, 140, 40, 0.25);
    border-radius: 50px;
    color: #F28C28;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 15px rgba(242, 140, 40, 0.1);
    animation: fadeInUp 0.8s ease-out;
}

.about-header-badge i {
    font-size: 1rem;
}

/* Title styles now unified in hero.css */

.about-section-subtitle {
    font-size: 1.125rem;
    color: #6B7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* About Content Wrapper */
.about-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
}

/* About Image Container */
.about-content-left {
    position: relative;
}

.about-image-container {
    position: relative;
}

.about-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

.about-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-image-wrapper:hover .about-main-image {
    transform: scale(1.05);
}

.about-image-fallback {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(242, 140, 40, 0.1), rgba(255, 122, 0, 0.05));
    color: #F28C28;
}

.about-image-fallback i {
    font-size: 6rem;
    margin-bottom: 1rem;
}

.about-image-fallback span {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.about-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
}

.about-image-badge {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    background: linear-gradient(135deg, #F28C28, #FF7A00);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9375rem;
    box-shadow: 0 10px 30px rgba(242, 140, 40, 0.3);
    z-index: 2;
}

.about-image-badge i {
    font-size: 1rem;
}

/* About Stats Section */
.about-stats {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    margin-top: 2.5rem;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, rgba(242, 140, 40, 0.05), rgba(255, 122, 0, 0.05));
    border-radius: 20px;
    border: 1px solid rgba(242, 140, 40, 0.15);
}

.about-stats .about-stat-item {
    text-align: center;
    flex: 1;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    transition: none;
}

.about-stats .about-stat-item:hover {
    transform: none;
    box-shadow: none;
    border: none;
}

.about-stats .about-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #F28C28, #FF7A00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
}

.about-stats .about-stat-label {
    font-size: 0.875rem;
    color: #6B7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* About Content Right */
.about-content-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.about-intro {
    margin-bottom: 1rem;
}

.about-intro-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.about-intro-text {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #4B5563;
}

.about-intro-text strong {
    color: #F28C28;
    font-weight: 600;
}

/* About Intro Badge */
.about-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: rgba(242, 140, 40, 0.1);
    border: 1px solid rgba(242, 140, 40, 0.2);
    border-radius: 8px;
    color: #F28C28;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.about-intro-badge i {
    font-size: 0.875rem;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* About Features */
.about-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    background: #F9FAFB;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.about-feature-item:hover {
    background: #FFFFFF;
    border-color: rgba(242, 140, 40, 0.3);
    box-shadow: 0 4px 20px rgba(242, 140, 40, 0.1);
    transform: translateY(-3px);
}

.about-feature-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F28C28, #FF7A00);
    border-radius: 12px;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(242, 140, 40, 0.3);
}

.about-feature-content {
    flex: 1;
}

.about-feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.about-feature-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #6B7280;
}

/* About Locations Section */
.about-locations {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(242, 140, 40, 0.05), rgba(255, 122, 0, 0.05));
    border-left: 4px solid #F28C28;
    border-radius: 12px;
}

.about-locations-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.about-locations-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #F28C28, #FF7A00);
    border-radius: 2px;
}

.about-locations-text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #4B5563;
    margin: 0;
}

/* About Highlight Box */
.about-highlight-box {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(242, 140, 40, 0.08), rgba(255, 122, 0, 0.05));
    border-radius: 20px;
    border: 2px solid rgba(242, 140, 40, 0.2);
    margin-top: 1rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.about-highlight-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #F28C28, #FF7A00);
    border-radius: 0 4px 4px 0;
}

.about-highlight-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(242, 140, 40, 0.2);
    border-color: rgba(242, 140, 40, 0.4);
}

.about-highlight-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #F28C28, #FF7A00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
    box-shadow: 0 8px 20px rgba(242, 140, 40, 0.3);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.about-highlight-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.about-highlight-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.75rem;
    font-family: 'Playfair Display', serif;
}

.about-highlight-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #4B5563;
    margin: 0;
}

.about-highlight-text strong {
    color: #F28C28;
    font-weight: 700;
}

/* About CTA Buttons */
.about-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.about-btn-primary,
.about-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.about-btn-primary {
    background: linear-gradient(135deg, #F28C28, #FF7A00);
    color: white;
    box-shadow: 0 4px 20px rgba(242, 140, 40, 0.3);
}

.about-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(242, 140, 40, 0.4);
}

.about-btn-secondary {
    background: white;
    color: #F28C28;
    border: 2px solid #F28C28;
}

.about-btn-secondary:hover {
    background: #F28C28;
    color: white;
    transform: translateY(-3px);
}

.about-btn-primary i,
.about-btn-secondary i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.about-btn-primary:hover i,
.about-btn-secondary:hover i {
    transform: translateX(5px);
}

/* About Stats Grid */
.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid #E5E7EB;
}

.about-stat-item {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(242, 140, 40, 0.05), rgba(255, 122, 0, 0.02));
    border-radius: 20px;
    border: 1px solid rgba(242, 140, 40, 0.1);
    transition: all 0.3s ease;
}

.about-stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(242, 140, 40, 0.15);
    border-color: rgba(242, 140, 40, 0.3);
}

.about-stat-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F28C28, #FF7A00);
    border-radius: 16px;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 20px rgba(242, 140, 40, 0.3);
}

.about-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
}

.about-stat-label {
    font-size: 1rem;
    color: #6B7280;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-content-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .about-content-left {
        order: -1;
    }
    
    .about-image-wrapper {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .about-dr-divit-section {
        padding: 4rem 0;
    }
    
    .about-section-title {
        font-size: 2.5rem;
    }
    
    .about-section-subtitle {
        font-size: 1rem;
    }
    
    .about-content-wrapper {
        gap: 2rem;
    }
    
    .about-intro-title {
        font-size: 1.75rem;
    }
    
    .about-feature-item {
        padding: 1.25rem;
    }
    
    .about-feature-icon {
        width: 45px;
        height: 45px;
        font-size: 1.125rem;
    }
    
    .about-cta {
        flex-direction: column;
    }
    
    .about-stats {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem;
        margin-top: 1.5rem;
    }
    
    .about-stats .about-stat-item {
        padding: 1rem 0;
        border-bottom: 1px solid rgba(242, 140, 40, 0.1);
    }
    
    .about-stats .about-stat-item:last-child {
        border-bottom: none;
    }
    
    .about-stats .about-stat-number {
        font-size: 2rem;
    }
    
    .about-highlight-box {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .about-highlight-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .about-highlight-title {
        font-size: 1.125rem;
    }
    
    .about-highlight-text {
        font-size: 0.9375rem;
    }
    
    .about-btn-primary,
    .about-btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        margin-top: 3rem;
        padding-top: 3rem;
    }
    
    .about-stat-item {
        padding: 1.5rem;
    }
    
    .about-stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .about-section-title {
        font-size: 2rem;
    }
    
    .about-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .about-image-wrapper {
        max-width: 100%;
    }
}

