/* ============================================================
   information.css — Contact, information, no-results pages
   Loaded on: Information pages
   ============================================================ */

/* --- Styles from information/contact --- */

/* --- Import Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@600;700&display=swap');

.modern-contact-page {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    margin-bottom: 50px;
    font-size: 1.15rem; /* Increased base text size */
}

.modern-contact-page h1, 
.modern-contact-page h3, 
.modern-contact-page h4 {
    font-family: 'Poppins', sans-serif;
    color: #1C2D8A;
    font-weight: 700;
}

.modern-contact-page h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 30px; } /* Increased from 2.5rem */
.modern-contact-page h3 { font-size: 1.8rem; margin-bottom: 20px; margin-top: 30px;} /* Increased from 1.5rem */

/* --- Store Info Cards --- */
.modern-contact-page .panel-default {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    background: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
}

.modern-contact-page .panel-heading {
    background-color: #f4f7f6;
    border-bottom: 1px solid #eee;
    padding: 15px 30px;
}

.modern-contact-page .panel-title a {
    color: #1C2D8A;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.25rem; /* Increased from 1.1rem */
}

.modern-contact-page .panel-body { padding: 30px; }
.modern-contact-page .panel-body strong { color: #1C2D8A; font-family: 'Poppins', sans-serif; font-size: 1.25rem; display: block; margin-bottom: 5px;} /* Increased from 1.1rem */
.modern-contact-page address { color: #555; line-height: 1.6; font-size: 1.15rem; }
.modern-contact-page .btn-info { background-color: #FF69B4; border: none; font-weight: 600; border-radius: 6px; padding: 10px 18px; font-size: 1.1rem; }
.modern-contact-page .btn-info:hover { background-color: #1C2D8A; }

/* --- Custom Form Area --- */
.mc-form-wrapper {
    background: linear-gradient(135deg, #f4f7f6 0%, #e8f0ff 100%);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    border-left: 5px solid #1C2D8A;
    margin-top: 40px;
}

.mc-form-wrapper legend { 
    font-size: 2.2rem; /* Increased from 2rem */
    margin-bottom: 25px; 
    text-align: left; 
    border-bottom: none;
    color: #1C2D8A;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.mc-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.mc-form-group { flex: 1; min-width: 250px; }
.mc-form-group.full-width { flex: 100%; }

.mc-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.25rem; /* Increased from 1.1rem */
    color: #333;
}
.mc-label.required::after { content: " *"; color: #FF69B4; }

.mc-input, .mc-select, .mc-textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem; /* Increased from 1.1rem */
    transition: all 0.3s;
    background: #fff;
    box-sizing: border-box;
    color: #333;
}

.mc-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
    padding-right: 40px;
}

.mc-input:focus, .mc-select:focus, .mc-textarea:focus {
    border-color: #FF69B4;
    box-shadow: 0 0 0 3px rgba(255, 105, 180, 0.1);
    outline: none;
}

.mc-textarea { resize: vertical; min-height: 180px; }

.mc-submit-btn {
    background-color: #FF69B4;
    color: #fff;
    border: none;
    padding: 18px 40px;
    font-size: 1.4rem; /* Increased from 1.3rem */
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.1s;
    display: inline-block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}

.mc-submit-btn:hover { 
    background-color: #1C2D8A; 
    box-shadow: 0 6px 15px rgba(28, 45, 138, 0.2); 
}
.mc-submit-btn:active {
    transform: scale(0.98);
}

.mc-error { 
    color: #d9534f; 
    font-size: 1.05rem; /* Increased from 0.95rem */
    margin-top: 8px; 
    display: block; 
    font-weight: 600;
}

.mc-captcha-box { margin-bottom: 20px; }

/* Responsive tweaks */
@media (max-width: 767px) {
    .mc-form-row { flex-direction: column; gap: 15px; }
    .modern-contact-page .panel-body .col-sm-3 { margin-bottom: 20px; }
}

/* --- Styles from product/noresult --- */

/* --- Import Fonts --- */
    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@600;700&display=swap');

    .toner-content-section {
        font-family: 'Open Sans', sans-serif;
        background-color: #f4f7f6;
        color: #333;
        line-height: 1.6;
        padding: 40px 15px;
    }

    .toner-content-section .container {
        max-width: 100%; 
        width: 100%;
        margin: 0 auto;
        padding: 50px;
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.07);
        text-align: center;
    }

    .toner-content-section h1,
    .toner-content-section h2,
    .toner-content-section h3 {
        font-family: 'Poppins', sans-serif;
        color: #1a237e;
        font-weight: 700;
        margin-top: 0;
    }

    .toner-content-section h1 {
        font-size: 3rem;
        margin-bottom: 0.5em;
        color: #1C2D8A;
    }

    /* --- Scoped Styles for Search Not Found --- */
    
    .snf-icon-wrapper {
        margin-bottom: 25px;
    }
    
    .snf-icon-wrapper svg {
        width: 120px;
        height: 120px;
        fill: #FF69B4; /* Brand Pink */
    }

    .snf-message {
        font-size: 1.4rem;
        color: #555;
        max-width: 100%;
        margin: 0 auto 40px auto;
        line-height: 1.8;
    }

    .snf-phone-highlight {
        font-weight: 700;
        color: #1C2D8A;
        font-size: 1.6rem;
        display: inline-block;
        margin-top: 15px;
        padding: 10px 25px;
        background-color: #e8f0ff;
        border-radius: 6px;
    }

    /* Search Bar Area */
    .snf-search-area {
        max-width: 100%;
        margin: 0 auto 60px auto;
        padding: 40px;
        background: linear-gradient(135deg, #f4f7f6 0%, #e8f0ff 100%);
        border-radius: 10px;
        border-left: 5px solid #1C2D8A;
    }

    .snf-search-area h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
        color: #333;
    }

    .snf-search-input-group {
        display: flex;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        border-radius: 6px;
        overflow: hidden;
    }

    .snf-search-input {
        flex: 1;
        padding: 20px 25px;
        border: 1px solid #ddd;
        border-right: none;
        font-size: 1.2rem;
        font-family: 'Open Sans', sans-serif;
        outline: none;
        border-radius: 6px 0 0 6px;
        transition: border-color 0.3s;
    }

    .snf-search-input:focus {
        border-color: #1C2D8A;
    }

    .snf-search-btn {
        background-color: #1C2D8A;
        color: #ffffff;
        border: none;
        padding: 0 40px;
        font-size: 1.2rem;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s, transform 0.1s;
        border-radius: 0 6px 6px 0;
    }

    .snf-search-btn:hover {
        background-color: #FF69B4;
    }
    
    .snf-search-btn:active {
        transform: scale(0.98);
    }

    /* Contact Form Area */
    .snf-contact-area {
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
        border-top: 1px solid #eee;
        padding-top: 50px;
    }

    .snf-contact-area h2 {
        text-align: center;
        font-size: clamp(1.8rem, 3.5vw, 2.6rem);
        margin-bottom: 15px;
    }
    
    .snf-contact-area p.snf-contact-sub {
        text-align: center;
        color: #666;
        font-size: 1.3rem;
        margin-bottom: 40px;
    }

    .snf-form-group {
        margin-bottom: 20px;
    }

    .snf-form-row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

    .snf-form-row .snf-form-group {
        flex: 1;
        margin-bottom: 0;
    }

    .snf-form-label {
        display: block;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 1.2rem;
        color: #333;
    }

    .snf-form-control {
        width: 100%;
        padding: 16px 20px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.2rem;
        transition: all 0.3s;
        box-sizing: border-box;
    }

    .snf-form-control:focus {
        border-color: #FF69B4;
        box-shadow: 0 0 0 3px rgba(255, 105, 180, 0.1);
        outline: none;
    }

    textarea.snf-form-control {
        resize: vertical;
        min-height: 180px;
    }

    .snf-submit-btn {
        background-color: #FF69B4;
        color: #fff;
        border: none;
        padding: 18px 40px;
        font-size: 1.4rem;
        font-weight: 700;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s, box-shadow 0.3s;
        display: block;
        width: 100%;
        font-family: 'Poppins', sans-serif;
    }

    .snf-submit-btn:hover {
        background-color: #1C2D8A;
        box-shadow: 0 6px 15px rgba(28, 45, 138, 0.2);
    }

    /* --- Responsive Adjustments --- */
    @media (max-width: 767px) {
        .toner-content-section .container {
            padding: 25px 15px;
        }
        
        .snf-form-row {
            flex-direction: column;
            gap: 20px;
        }
        
        .snf-search-input-group {
            flex-direction: column;
        }
        
        .snf-search-input {
            border-radius: 6px;
            border: 1px solid #ddd;
            margin-bottom: 10px;
        }
        
        .snf-search-btn {
            border-radius: 6px;
            padding: 15px;
        }
    }

/* === Extracted from product/noresult.twig === */

/* === Extracted from oc_theme information/contact === */

.contact-store-img {
    border-radius: 8px;
    border-color: #eee;
}

