/* Our Story/Journey Page Specific Styles */

/* Business Info Box Styling */
.business-info-box {
    background: rgba(45, 135, 131, 0.05);
    border: 2px solid rgba(45, 135, 131, 0.1);
    border-radius: 15px;
    padding: 25px;
    margin: 25px 0;
    position: relative;
}

.business-info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-teal), var(--light-teal));
    border-radius: 15px 15px 0 0;
}

.business-info-box h4 {
    color: var(--primary-teal);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.business-info-box h4::before {
    content: '🏢';
    font-size: 1.1rem;
}

.business-info-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.business-info-box li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(45, 135, 131, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.business-info-box li:last-child {
    border-bottom: none;
}

.business-info-box li strong {
    color: var(--text-dark);
    font-weight: 600;
    min-width: 140px;
}

.business-info-box a {
    color: var(--primary-teal);
    text-decoration: none;
    font-weight: 500;
}

.business-info-box > p {
    margin: 15px 0 0 0;
    font-style: italic;
    color: var(--text-grey);
    font-size: 0.95rem;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid rgba(45, 135, 131, 0.1);
}

/* Call Button Styling */
.primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 35px;
    background: linear-gradient(135deg, var(--primary-teal), var(--light-teal));
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 8px 25px rgba(45, 135, 131, 0.25);
    border: none;
    cursor: pointer;
    text-align: center;
}

.primary-btn::before {
    content: '📞';
    font-size: 1.2rem;
}

.cta-section {
    margin-top: 30px;
    text-align: center;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fdfd 0%, #ffffff 100%);
    position: relative;
}

.why-choose-us .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-us .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.why-choose-us .section-header p {
    font-size: 1.2rem;
    color: var(--text-grey);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(45, 135, 131, 0.08);
    border: 1px solid rgba(45, 135, 131, 0.1);
    position: relative;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-teal), var(--light-teal));
    border-radius: 20px 20px 0 0;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, var(--primary-teal), var(--light-teal));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(45, 135, 131, 0.2);
}

.benefit-icon svg {
    width: 40px;
    height: 40px;
    color: white;
}

.benefit-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.benefit-card p {
    font-size: 1rem;
    color: var(--text-grey);
    line-height: 1.6;
    margin: 0;
}

/* Story Hero Section */
.story-hero {
    padding: 120px 50px 80px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fdfd 50%, #e8f8f5 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.story-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800"><circle cx="150" cy="150" r="3" fill="%232D8783" opacity="0.08"/><circle cx="650" cy="180" r="2" fill="%231ED3CA" opacity="0.1"/><circle cx="180" cy="620" r="3.5" fill="%232D8783" opacity="0.07"/><circle cx="620" cy="650" r="2.5" fill="%231ED3CA" opacity="0.09"/><path d="M400,180 C430,200 430,230 400,250 C370,230 370,200 400,180" fill="%232D8783" opacity="0.05"/></svg>');
    background-size: 800px 800px;
    animation: floatSlow 60s infinite linear;
    pointer-events: none;
}

@keyframes floatSlow {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -20px) rotate(1deg); }
    50% { transform: translate(-10px, 10px) rotate(-1deg); }
    75% { transform: translate(15px, -15px) rotate(0.5deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

.story-hero h1 {
    color: var(--text-dark);
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.story-hero p {
    color: var(--text-grey);
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Content Section Styles */
.content-section {
    padding: 100px 50px;
    position: relative;
}

.content-section:nth-child(even) {
    background: linear-gradient(135deg, #f8fdfd 0%, #ffffff 100%);
}

.content-section:nth-child(odd) {
    background: #ffffff;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.content-grid.reverse-grid {
    direction: rtl;
}

.content-grid.reverse-grid > * {
    direction: ltr;
}

.content-text {
    position: relative;
}

.content-text .section-header h2 {
    color: var(--primary-teal);
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
}

.content-text .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-teal), var(--light-teal));
    border-radius: 2px;
}

.content-text .section-header p {
    color: var(--text-grey);
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 500;
}

.content-text p {
    color: var(--text-grey);
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.7;
    margin-bottom: 20px;
}

.content-text .highlight {
    color: var(--primary-teal);
    font-weight: 600;
}

.content-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(45, 135, 131, 0.15);
    transition: all 0.4s ease;
}

.content-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(45, 135, 131, 0.2);
}

.story-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.content-image:hover .story-img {
    transform: scale(1.05);
}

/* Join Journey Section */
.join-journey {
    background: linear-gradient(135deg, #e8f8f5 0%, #f0fff4 100%);
    position: relative;
    overflow: hidden;
}

.join-journey::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 700 700"><circle cx="150" cy="150" r="3" fill="%232D8783" opacity="0.07"/><circle cx="550" cy="180" r="2.5" fill="%231ED3CA" opacity="0.09"/><circle cx="180" cy="520" r="3.5" fill="%232D8783" opacity="0.08"/><circle cx="520" cy="550" r="3" fill="%231ED3CA" opacity="0.1"/></svg>');
    background-size: 700px 700px;
    animation: floatSlow 65s infinite linear;
    pointer-events: none;
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
    .content-section {
        padding: 80px 40px;
    }
    
    .content-grid {
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .story-hero {
        padding: 100px 30px 60px;
    }
    
    .content-section {
        padding: 60px 30px;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .content-grid.reverse-grid {
        direction: ltr;
    }
    
    .content-text .section-header h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .content-image {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    /* Mobile styles for new sections */
    .business-info-box {
        padding: 20px;
        margin: 20px 0;
    }
    
    .business-info-box li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .business-info-box li strong {
        min-width: auto;
    }
    
    .primary-btn {
        padding: 15px 25px;
        font-size: 1rem;
    }
    
    .why-choose-us {
        padding: 60px 30px;
    }
    
    .why-choose-us .section-header h2 {
        font-size: 2rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }
    
    .benefit-card {
        padding: 30px 25px;
    }
}

@media (max-width: 480px) {
    .story-hero {
        padding: 80px 20px 50px;
    }
    
    .content-section {
        padding: 50px 20px;
    }
    
    .content-grid {
        gap: 30px;
    }
    
    .content-text .section-header h2 {
        margin-bottom: 20px;
    }
    
    .content-text .section-header p {
        margin-bottom: 25px;
    }
    
    .content-image {
        max-width: 100%;
        border-radius: 15px;
    }
    
    .story-img {
        border-radius: 15px;
    }
}

/* Ultra small screens */
@media (max-width: 360px) {
    .story-hero {
        padding: 70px 15px 40px;
    }
    
    .content-section {
        padding: 40px 15px;
    }
}