* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

 body {
            font-family:"Poppins", sans-serif;
            min-height: 100vh;
          /*  background: linear-gradient(135deg, #74b9ff 0%, #b7faff 40%, #ffeaa7 100%);*/
background:#fff;
        }

/* ===== INFO CARDS SECTION ===== */
.contact-cards-section {
    width: 100%;
    padding: 50px 60px 30px;
    background: linear-gradient(90deg,
        rgba(52, 152, 219, 0.25),
        rgba(230, 126, 34, 0.25));
}

.contact-cards-section h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 30px;
}

.contact-cards-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Card Base Styles */
.info-card {
    width: 210px;
    min-height: 140px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 18px 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
    text-decoration: none;
}

.info-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    color: white;
}

.info-card i {
    font-size: 32px;
    margin-bottom: 10px;
}

.info-card h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}

.info-card p, .info-card a {
    font-size: 12.5px;
    color: rgba(255,255,255,0.92);
    line-height: 1.8;
    text-decoration: none;
}

/* Card Color Schemes - Blue & Orange Theme */
.card-blue {
    background: linear-gradient(135deg, rgb(22, 53, 99), rgb(31, 122, 255)) !important;
}

.card-green {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 50%, #d35400 100%);
}

.card-orange {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 50%, #ba4a00 100%);
}

.card-teal {
    background: linear-gradient(135deg, #5dade2 0%, #3498db 50%, #2c6e9e 100%);
}

/* ===== UNIFIED CONTACT FORM SECTION ===== */
.contact-section-enhanced {
    padding: 60px 20px;
}

.unified-container {
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.unified-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.3);
}

/* Left Sidebar - Opening Hours */
.info-sidebar {
    width: 320px;
    background: linear-gradient(135deg, rgb(22, 53, 99), rgb(31, 122, 255)) !important;
    padding: 48px 32px;
    position: relative;
    overflow: hidden;
}

.info-sidebar::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.info-header {
    text-align: center;
    position: relative;
    z-index: 1;
}

.badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hours-content {
    text-align: center;
}

.hours-content p {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.8;
    font-weight: 500;
}

.hours-content strong {
    color: #fff;
    font-weight: 700;
    margin-right: 8px;
}

.closed {
    color: #fff;
    font-weight: 600;
}

/* Divider Line */
.info-sidebar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 3px;
    border-radius: 3px;
}

/* Right Side - Form Container */
.form-container {
    flex: 1;
    padding: 48px 44px;
    background: #fff;
}

.form-header {
    margin-bottom: 32px;
    text-align: center;
}

.form-header h3 {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #1e3c72, #e67e22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-header p {
    color: #6c7a89;
    line-height: 1.6;
    font-size: 0.95rem;
    max-width: 500px;
    margin: 0 auto;
}

/* Form Styles */
.unified-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    grid-column: span 2;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group label i {
    color: #204073;
    font-size: 0.9rem;
    width: 18px;
}

.required {
    color: #e74c3c;
    font-size: 0.8rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e9ecef;
    border-radius: 14px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: inherit;
    background: #fefefe;
    color: #2c3e50;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #e67e22;
    box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.1);
    background: #fff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #adb5bd;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}



.btn-send-enhanced {
    background: linear-gradient(135deg, #e67e22, #d35400);
    border: none;
    padding: 14px 36px;
    border-radius: 50px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-send-enhanced:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(230, 126, 34, 0.4);
    background: linear-gradient(135deg, #d35400, #ba4a00);
}

.btn-send-enhanced:active {
    transform: translateY(0);
}

.form-note {
    font-size: 0.8rem;
    color: #8a9aa8;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    padding: 8px 16px;
    border-radius: 50px;
}

.form-note i {
    font-size: 0.85rem;
    color: #173E77;
}

/* ===== MAP SECTION ===== */
.map-section {
    margin-top: 0;
    position: relative;
}

.map-section iframe {
    width: 100%;
    height: 380px;
    border: none;
    display: block;
    filter: grayscale(0.2);
    transition: filter 0.3s ease;
}

.map-section iframe:hover {
    filter: grayscale(0);
}

/* ===== UTILITY CLASSES ===== */
.phone-field {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding-left: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
}

.phone-field input {
    border: none;
    width: 230px;
    outline: none;
    padding: 12px 0;
}

.phone-field i {
    margin-right: 10px;
    color: #e67e22;
}

.request-btn {
    background: #1a3a6b;
    border: none;
    color: white;
    width: 220px;
    height: 48px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.request-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}


/* Alert Messages */
.alert {
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    animation: slideDown 0.3s ease-out;
}

.alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-left: 4px solid #28a745;
    color: #155724;
}

.alert-error {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border-left: 4px solid #dc3545;
    color: #721c24;
}

.alert i {
    font-size: 1.2rem;
    margin-top: 2px;
}

.alert ul {
    margin: 0;
    padding-left: 20px;
}

.alert li {
    margin: 4px 0;
}

/* Error Messages */
.error-message {
    color: #e74c3c;
    font-size: 0.75rem;
    margin-top: 4px;
    display: block;
}

.form-group input.error,
.form-group textarea.error {
    border-color: #e74c3c;
}

.form-group input.error:focus,
.form-group textarea.error:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.1);
}

/* Animation */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    .unified-container {
        flex-direction: column;
        max-width: 600px;
    }
    
    .info-sidebar {
        width: 100%;
        padding: 40px 32px;
    }
    
    .info-sidebar::after {
        bottom: auto;
        top: auto;
        right: 0;
        width: 100%;
        height: 2px;
        left: 0;
    }
    
    .form-container {
        padding: 40px 32px;
    }
    
    .hours-content p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .contact-cards-section {
        padding: 30px 20px 20px;
    }
    
    .info-card {
        width: calc(50% - 12px);
        min-width: 140px;
    }
    
    .contact-section-enhanced {
        padding: 40px 16px;
    }
    
    .form-container {
        padding: 32px 24px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .form-group.full-width {
        grid-column: span 1;
    }
    
   
    
    .btn-send-enhanced {
        justify-content: center;
    }
    
    .form-note {
        justify-content: center;
    }
    
    .form-header h3 {
        font-size: 1.5rem;
    }
    
    .map-section iframe {
        height: 280px;
    }
}

@media (max-width: 480px) {
    .info-card {
        width: 100%;
        max-width: 260px;
    }
    
    .contact-cards-section h2 {
        font-size: 18px;
    }
    
    .info-sidebar {
        padding: 32px 24px;
    }
    
    .form-container {
        padding: 28px 20px;
    }
    
    .badge {
        font-size: 0.7rem;
        padding: 6px 16px;
    }
    
    .hours-content p {
        font-size: 0.9rem;
    }
    
    .form-header h3 {
        font-size: 1.3rem;
    }
    
    .btn-send-enhanced {
        padding: 12px 28px;
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    .contact-hero-section {
        min-height: 200px;
    }
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.unified-container {
    animation: fadeInUp 0.6s ease-out;
}

.info-card {
    animation: fadeInUp 0.5s ease-out;
    animation-fill-mode: backwards;
}

.info-card:nth-child(1) { animation-delay: 0.1s; }
.info-card:nth-child(2) { animation-delay: 0.2s; }
.info-card:nth-child(3) { animation-delay: 0.3s; }
.info-card:nth-child(4) { animation-delay: 0.4s; }