/*==================================================================================
    Page Templates Stylesheet - Skardu Spring Water Theme
    Extracted inline styles from custom page templates
    Version: 1.0
====================================================================================*/

/* ============================================
   THE WATER PAGE (the-water.php)
============================================ */

/* Hero Section */
.water-hero {
    background: linear-gradient(rgba(0,43,85,0.7), rgba(0,119,182,0.8)), url('../img/skd-bg-01.jpg') center/cover;
    padding: 150px 0 100px;
    position: relative;
}

.water-hero span {
    color: #90e0ef;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.water-hero h1 {
    font-size: 4.5rem;
    font-weight: 800;
    color: #fff;
    margin: 20px 0;
    line-height: 1.1;
}

.water-hero p {
    font-size: 1.4rem;
    color: rgba(255,255,255,0.95);
    margin-bottom: 40px;
    line-height: 1.7;
}

/* Origin Section */
.origin-section {
    background: #fff;
}

.origin-section h2,
.journey-timeline h2,
.certification-section h2,
.minerals-section h2,
.bottled-source h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #002b55;
    margin: 20px 0;
}

.origin-section p,
.certification-section p,
.minerals-section p {
    font-size: 1.15rem;
    color: #444;
    line-height: 1.9;
    margin-bottom: 25px;
}

.origin-section span {
    color: #00a8e8;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.origin-section .stat-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(255,255,255,0.95);
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.origin-section .stat-badge .number {
    font-size: 3rem;
    font-weight: 800;
    color: #0077b6;
    line-height: 1;
}

.origin-section .stat-badge .label {
    color: #002b55;
    font-weight: 600;
    margin-top: 5px;
}

/* Journey Timeline */
.journey-timeline {
    background: linear-gradient(180deg, #f8f9fa 0%, #e3f2fd 100%);
}

.timeline-card {
    background: #fff;
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.timeline-card:nth-child(1) {
    border-top: 5px solid #00a8e8;
}

.timeline-card:nth-child(2) {
    border-top: 5px solid #0077b6;
}

.timeline-card:nth-child(3) {
    border-top: 5px solid #023e8a;
}

.timeline-card:nth-child(4) {
    border-top: 5px solid #03045e;
}

.timeline-card .number {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #00a8e8, #0077b6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

.timeline-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #002b55;
    margin-bottom: 15px;
}

.timeline-card p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

/* Certification Section */
.certification-section {
    background: #fff;
}

.quality-box {
    background: linear-gradient(135deg, #00a8e8, #0077b6);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,119,182,0.3);
}

.quality-box h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.cert-badge {
    background: #f8f9fa;
    padding: 20px 30px;
    border-radius: 15px;
    flex: 1;
    min-width: 200px;
    border: 2px solid #e9ecef;
}

.cert-badge .check-mark {
    font-size: 1.8rem;
    font-weight: 800;
    color: #00a8e8;
}

.cert-badge .label {
    color: #002b55;
    font-weight: 600;
    margin-top: 10px;
}

.mineral-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #00a8e8;
}

/* Certification Section */

.quality-item {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 1rem;
}

.quality-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px 0;
}

.quality-item p {
    color: rgba(255,255,255,0.9);
    margin: 0;
    font-size: 0.95rem;
}

/* Mineral Cards */
.minerals-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.mineral-card {
    background: #fff;
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

.mineral-card:hover {
    transform: translateY(-10px);
}

.mineral-card .icon-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #00a8e8, #0077b6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mineral-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #002b55;
    margin-bottom: 15px;
}

.mineral-card p {
    color: #666;
    margin-bottom: 15px;
}

/* Bottled at Source CTA */
.bottled-source {
    background: linear-gradient(135deg, #002b55 0%, #0077b6 100%);
    position: relative;
    overflow: hidden;
}

.bottled-source h2 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.2;
}

.bottled-source h2 span {
    color: #90e0ef;
}

.bottled-source p {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.95);
    line-height: 1.8;
    margin-bottom: 0;
}

/* ============================================
   OUR STORY PAGE (our-story.php)
============================================ */

/* Story Hero */
.story-hero {
    background: linear-gradient(rgba(0,43,85,0.85), rgba(0,119,182,0.85)), url('../img/skd-bg-01.jpg') center/cover fixed;
    padding: 180px 0 120px;
    position: relative;
}

.story-hero span {
    color: #90e0ef;
    font-size: 1.1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.story-hero h1 {
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    margin: 20px 0;
    line-height: 1.2;
}

.story-hero p {
    font-size: 1.5rem;
    color: rgba(255,255,255,0.95);
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

/* Beginning Section */
.beginning-section {
    background: #fff;
}

.beginning-section h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #002b55;
    margin: 20px 0 30px;
    line-height: 1.2;
}

.beginning-section p {
    font-size: 1.15rem;
    color: #444;
    line-height: 1.9;
    margin-bottom: 25px;
}

.image-stack {
    position: relative;
}

.image-stack .badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    max-width: 250px;
}

.image-stack .badge .title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00a8e8;
    line-height: 1;
}

.image-stack .badge p {
    color: #002b55;
    font-weight: 600;
    margin: 10px 0 0;
}

/* Mission Section */
.mission-section {
    background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%);
}

.mission-card {
    background: #fff;
    border-radius: 25px;
    padding: 50px 40px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.mission-card:nth-child(1) {
    border-top: 6px solid #00a8e8;
}

.mission-card:nth-child(2) {
    border-top: 6px solid #0077b6;
}

.mission-card:nth-child(3) {
    border-top: 6px solid #023e8a;
}

.mission-card .icon-box {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #00a8e8, #0077b6);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #002b55;
    margin-bottom: 20px;
}

.mission-card p {
    font-size: 1.1rem;
    color: #666;
}

/* Timeline Section */
.timeline-section {
    background: #fff;
}

.timeline-item {
    margin-bottom: 3rem;
}

.timeline-item .timeline-box {
    background: linear-gradient(135deg, #00a8e8, #0077b6);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,168,232,0.3);
}

.timeline-item .emoji {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.timeline-item h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.timeline-item p {
    color: rgba(255,255,255,0.95);
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.6;
}

.timeline-dot {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00a8e8, #0077b6);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0,168,232,0.4);
}

.timeline-dot-inner {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}

/* More Than Water Section */
.more-than-water {
    background: linear-gradient(135deg, #002b55 0%, #0077b6 100%);
    position: relative;
    overflow: hidden;
}

.more-than-water h2 {
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}

.more-than-water p {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.95);
    line-height: 1.8;
    margin-bottom: 30px;
}

.stat-item .stat-number {
    font-size: 4rem;
    font-weight: 900;
    color: #90e0ef;
    margin-bottom: 10px;
}

.stat-item .stat-label {
    color: #fff;
    font-size: 1.3rem;
    margin: 0;
}

/* ============================================
   CERTIFICATION PAGE (certification.php)
============================================ */

.cert-badges .cert-badge-box {
    background: linear-gradient(135deg, #e3f2fd, #f8f9fa);
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #00a8e8;
}

.cert-badge-box h4 {
    color: #002b55;
    font-weight: 700;
    margin: 0 0 20px;
}

/* Test Results */
.test-results {
    background: linear-gradient(180deg, #f8f9fa 0%, #e3f2fd 100%);
}

.test-results .result-card {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.test-results .result-card .icon-box {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #00a8e8, #0077b6);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test-results .result-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #002b55;
    margin-bottom: 20px;
}

.test-results .result-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.test-results .result-card li {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.test-results .result-card li:last-child {
    border-bottom: none;
}

/* ISO Section */
.iso-section {
    background: #fff;
}

.iso-card {
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    border: 2px solid #e9ecef;
    transition: all 0.3s;
}

.iso-card:hover {
    transform: translateY(-10px);
    border-color: #00a8e8 !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
}

.iso-card .cert-image {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.iso-card h4 {
    color: #002b55;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Trust Section */
.trust-section {
    background: linear-gradient(135deg, #002b55 0%, #0077b6 100%);
}

.trust-section h2 {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
}

.trust-card {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    border: 2px solid rgba(255,255,255,0.2);
}

.trust-card h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.trust-card p {
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
}

/* ============================================
   CONTACT PAGE (contact.php)
============================================ */

.contact-hero {
    background: linear-gradient(rgba(0,43,85,0.85), rgba(0,119,182,0.85)), url('../img/skd-bg-01.jpg') center/cover fixed;
    padding: 180px 0 120px;
    position: relative;
}

.hero-subtitle {
    color: #90e0ef;
    font-size: 1.1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-description {
    font-size: 1.5rem;
    color: rgba(255,255,255,0.95);
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

/* Contact Main */
.contact-main {
    background: #fff;
    margin-top: -40px;
    position: relative;
    z-index: 3;
}

.contact-form-wrapper {
    background: #f8f9fa;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.contact-form-wrapper h2 {
    color: #002b55;
    margin-bottom: 15px;
}

.form-description {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 35px;
}

/* Contact Info */
.contact-info-sticky {
    position: sticky;
    top: 30px;
}

.contact-info-sticky h2 {
    color: #002b55;
    margin-bottom: 30px;
}

.contact-info-card {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.address-card {
    background: linear-gradient(135deg, #e3f2fd, #f8f9fa);
    border-left: 5px solid #00a8e8;
}

.phone-card {
    background: linear-gradient(135deg, #e3f2fd, #f8f9fa);
    border-left: 5px solid #0077b6;
}

.email-card {
    background: linear-gradient(135deg, #e3f2fd, #f8f9fa);
    border-left: 5px solid #023e8a;
}

.hours-card {
    background: linear-gradient(135deg, #e3f2fd, #f8f9fa);
    border-left: 5px solid #03045e;
}

.contact-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.address-card .contact-icon-wrapper {
    background: linear-gradient(135deg, #00a8e8, #0077b6);
}

.phone-card .contact-icon-wrapper {
    background: linear-gradient(135deg, #0077b6, #023e8a);
}

.email-card .contact-icon-wrapper {
    background: linear-gradient(135deg, #023e8a, #03045e);
}

.hours-card .contact-icon-wrapper {
    background: linear-gradient(135deg, #03045e, #001d3d);
}

.contact-icon-wrapper i {
    font-size: 1.8rem;
    color: #fff;
}

.contact-details h4 {
    color: #002b55;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.contact-details p {
    color: #666;
    margin: 0;
    line-height: 1.8;
    font-size: 1.05rem;
}

.contact-details a {
    color: #00a8e8;
    text-decoration: none;
}

/* Map Section */
.map-section {
    height: 500px;
    position: relative;
}

/* Quick Contact */
.quick-contact {
    background: linear-gradient(180deg, #f8f9fa 0%, #e3f2fd 100%);
}

.quick-contact h2 {
    color: #002b55;
    margin-bottom: 20px;
}

.quick-contact-description {
    font-size: 1.2rem;
    color: #666;
}

.quick-option {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: all 0.3s;
    cursor: pointer;
}

.quick-option:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.quick-option-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icon {
    background: linear-gradient(135deg, #00a8e8, #0077b6);
}

.whatsapp-icon {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.email-icon {
    background: linear-gradient(135deg, #ea4335, #d33b2e);
}

.facebook-icon {
    background: linear-gradient(135deg, #4267B2, #385898);
}

.quick-option-icon i {
    font-size: 2rem;
    color: #fff;
}

.quick-option h4 {
    color: #002b55;
    margin-bottom: 10px;
}

.quick-option p {
    color: #666;
    margin: 0;
}

/* ============================================
   RESPONSIVE DESIGN FOR PAGE TEMPLATES
============================================ */

@media (max-width: 768px) {
    .water-hero h1,
    .story-hero h1 {
        font-size: 2.5rem !important;
    }
    
    .origin-section h2,
    .certification-section h2,
    .minerals-section h2,
    .bottled-source h2,
    .beginning-section h2,
    .mission-section h2,
    .timeline-section h2,
    .more-than-water h2,
    .trust-section h2,
    .quick-contact h2 {
        font-size: 2.2rem !important;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .contact-form-wrapper h2,
    .contact-info-sticky h2 {
        font-size: 2rem;
    }
    
    .timeline-item .col-md-2 {
        display: none;
    }
}
