/* --- Contact Page Redesign --- */

:root {
    --contact-primary: #FF9712;
    --contact-secondary: #ff6f00;
    --contact-dark: #0b1c2c;
    --contact-text-muted: #6b7280;
    --contact-glass-bg: rgba(255, 255, 255, 0.9);
    --contact-glass-border: rgba(255, 255, 255, 0.3);
    --contact-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    --contact-shadow-hover: 0 40px 80px rgba(0, 0, 0, 0.12);
}

.info-page-header {
    margin-bottom: 0px !important;
    padding: 60px 0;
}

.contact-section {
    padding: 10px 0;
    background-color: #f8fafc;
    position: relative;
    overflow: hidden;
}

/* Background Accents */
.contact-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 151, 18, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.contact-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(11, 28, 44, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

/* Contact Info Styling */
.contact-info-card {
    background: var(--contact-glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--contact-glass-border);
    border-radius: 24px;
    padding: 40px;
    box-shadow: var(--contact-shadow);
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contact-info-card:hover {
    transform: translateY(-8px);
}

.contact-info-card h3 {
    font-weight: 850;
    color: var(--contact-dark);
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px;
    letter-spacing: -0.01em;
}

.contact-info-card h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 200px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 30"><g fill="%23FF9712"><path d="M 10 15 Q 18 10 25 15 Q 18 20 10 15 Z"/><circle cx="32" cy="15" r="1.5"/><circle cx="38" cy="15" r="2"/><circle cx="44" cy="15" r="1.5"/><path d="M 180 13 Q 120 14.8 50 15 Q 120 15.2 180 17 Z"/><path d="M 200 15 Q 192 4 200 0 Q 208 4 200 15 Z"/><path d="M 200 15 Q 192 26 200 30 Q 208 26 200 15 Z"/><path d="M 200 15 Q 189 7 185 15 Q 189 23 200 15 Z"/><path d="M 200 15 Q 211 7 215 15 Q 211 23 200 15 Z"/><circle cx="193" cy="9" r="1.5"/><circle cx="207" cy="9" r="1.5"/><circle cx="193" cy="21" r="1.5"/><circle cx="207" cy="21" r="1.5"/><path d="M 220 13 Q 280 14.8 350 15 Q 280 15.2 220 17 Z"/><circle cx="356" cy="15" r="1.5"/><circle cx="362" cy="15" r="2"/><circle cx="368" cy="15" r="1.5"/><path d="M 390 15 Q 382 10 375 15 Q 382 20 390 15 Z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 2;
    animation: fadePulseLeft 4s ease-in-out infinite;
}

@keyframes fadePulseLeft {
    0% { opacity: 0.7; transform: scale(0.98); transform-origin: left center; }
    50% { opacity: 1; transform: scale(1.02); transform-origin: left center; }
    100% { opacity: 0.7; transform: scale(0.98); transform-origin: left center; }
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateX(5px);
}

.contact-info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF9712 0%, #ff6f00 100%);
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-right: 25px;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(255, 151, 18, 0.2);
}

.contact-info-content h4 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 6px;
    color: var(--contact-dark);
}

.contact-info-content p {
    margin-bottom: 0;
    color: var(--contact-text-muted);
    font-size: 1rem;
    line-height: 1.5;
}

/* Section Title Enhancements */
.section-headline {
    text-align: center;
    margin-bottom: 40px;
}

.section-headline h2 {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--contact-dark);
    margin-bottom: 35px;
    letter-spacing: -0.03em;
    position: relative;
    padding-bottom: 30px;
}

.section-headline h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 30"><g fill="%23FF9712"><path d="M 10 15 Q 18 10 25 15 Q 18 20 10 15 Z"/><circle cx="32" cy="15" r="1.5"/><circle cx="38" cy="15" r="2"/><circle cx="44" cy="15" r="1.5"/><path d="M 180 13 Q 120 14.8 50 15 Q 120 15.2 180 17 Z"/><path d="M 200 15 Q 192 4 200 0 Q 208 4 200 15 Z"/><path d="M 200 15 Q 192 26 200 30 Q 208 26 200 15 Z"/><path d="M 200 15 Q 189 7 185 15 Q 189 23 200 15 Z"/><path d="M 200 15 Q 211 7 215 15 Q 211 23 200 15 Z"/><circle cx="193" cy="9" r="1.5"/><circle cx="207" cy="9" r="1.5"/><circle cx="193" cy="21" r="1.5"/><circle cx="207" cy="21" r="1.5"/><path d="M 220 13 Q 280 14.8 350 15 Q 280 15.2 220 17 Z"/><circle cx="356" cy="15" r="1.5"/><circle cx="362" cy="15" r="2"/><circle cx="368" cy="15" r="1.5"/><path d="M 390 15 Q 382 10 375 15 Q 382 20 390 15 Z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    animation: fadePulse 4s ease-in-out infinite;
}

@keyframes fadePulse {
    0% { opacity: 0.7; transform: translateX(-50%) scale(0.98); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.02); }
    100% { opacity: 0.7; transform: translateX(-50%) scale(0.98); }
}

.section-headline p {
    font-size: 1.15rem;
    color: var(--contact-text-muted);
    max-width: 100%;
    margin: 0 auto;
}

.contact-form-container {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: var(--contact-shadow);
    border: 1px solid rgba(0,0,0,0.03);
}

.contact-form-container h3 {
    font-weight: 850;
    color: var(--contact-dark);
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px;
    letter-spacing: -0.01em;
}

.contact-form-container h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 200px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 30"><g fill="%23FF9712"><path d="M 10 15 Q 18 10 25 15 Q 18 20 10 15 Z"/><circle cx="32" cy="15" r="1.5"/><circle cx="38" cy="15" r="2"/><circle cx="44" cy="15" r="1.5"/><path d="M 180 13 Q 120 14.8 50 15 Q 120 15.2 180 17 Z"/><path d="M 200 15 Q 192 4 200 0 Q 208 4 200 15 Z"/><path d="M 200 15 Q 192 26 200 30 Q 208 26 200 15 Z"/><path d="M 200 15 Q 189 7 185 15 Q 189 23 200 15 Z"/><path d="M 200 15 Q 211 7 215 15 Q 211 23 200 15 Z"/><circle cx="193" cy="9" r="1.5"/><circle cx="207" cy="9" r="1.5"/><circle cx="193" cy="21" r="1.5"/><circle cx="207" cy="21" r="1.5"/><path d="M 220 13 Q 280 14.8 350 15 Q 280 15.2 220 17 Z"/><circle cx="356" cy="15" r="1.5"/><circle cx="362" cy="15" r="2"/><circle cx="368" cy="15" r="1.5"/><path d="M 390 15 Q 382 10 375 15 Q 382 20 390 15 Z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 2;
    animation: fadePulseLeft 4s ease-in-out infinite;
}

.form-floating > .form-control {
    border-radius: 12px;
    border: 2px solid #f1f5f9;
    padding: 1rem 1rem;
    height: calc(3.5rem + 2px);
    font-weight: 500;
}

.form-floating > textarea.form-control {
    height: 160px;
}

.form-control:focus {
    color: #1e293b;
    background-color: #fff;
    border-color: #FF9712;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255, 151, 18, 0.1);
}

.form-floating > label {
    padding: 1rem 1rem;
    color: #94a3b8;
}

.btn-premium-send {
    background: linear-gradient(135deg, #FF9712 0%, #ff6f00 100%);
    color: #fff !important;
    border: none;
    border-radius: 15px;
    padding: 18px 40px;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 30px rgba(255, 151, 18, 0.3);
}

.btn-premium-send:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 40px rgba(255, 151, 18, 0.4);
}

/* CTA Cards Styling */
.cta-yatra-card {
    background: #fff;
    border-radius: 25px;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 0;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.cta-image-wrap {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.cta-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cta-yatra-card:hover .cta-image-wrap img {
    transform: scale(1.1);
}

.cta-content {
    padding: 25px;
}

.cta-content h3 {
    font-weight: 850;
    color: var(--contact-dark);
    margin-bottom: 25px;
    font-size: 1.6rem;
    position: relative;
    padding-bottom: 25px;
    letter-spacing: -0.01em;
}

.cta-content h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 30"><g fill="%23FF9712"><path d="M 10 15 Q 18 10 25 15 Q 18 20 10 15 Z"/><circle cx="32" cy="15" r="1.5"/><circle cx="38" cy="15" r="2"/><circle cx="44" cy="15" r="1.5"/><path d="M 180 13 Q 120 14.8 50 15 Q 120 15.2 180 17 Z"/><path d="M 200 15 Q 192 4 200 0 Q 208 4 200 15 Z"/><path d="M 200 15 Q 192 26 200 30 Q 208 26 200 15 Z"/><path d="M 200 15 Q 189 7 185 15 Q 189 23 200 15 Z"/><path d="M 200 15 Q 211 7 215 15 Q 211 23 200 15 Z"/><circle cx="193" cy="9" r="1.5"/><circle cx="207" cy="9" r="1.5"/><circle cx="193" cy="21" r="1.5"/><circle cx="207" cy="21" r="1.5"/><path d="M 220 13 Q 280 14.8 350 15 Q 280 15.2 220 17 Z"/><circle cx="356" cy="15" r="1.5"/><circle cx="362" cy="15" r="2"/><circle cx="368" cy="15" r="1.5"/><path d="M 390 15 Q 382 10 375 15 Q 382 20 390 15 Z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    animation: fadePulse 4s ease-in-out infinite;
}

.cta-yatra-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--contact-shadow-hover);
    border-color: #FF9712;
}

.cta-yatra-card .yatra-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
}

.cta-yatra-card h3 {
    font-weight: 800;
    color: var(--contact-dark);
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.cta-yatra-card p {
    color: var(--contact-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.btn-yatra-book {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #FF9712 !important;
    font-weight: 800;
    text-decoration: none;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 12px;
    background: rgba(255, 151, 18, 0.08);
    transition: all 0.3s ease;
}

.btn-yatra-book:hover {
    background: #FF9712;
    color: #fff !important;
}

.websites-section {
    background: var(--contact-dark);
    padding: 60px 0;
    color: #fff;
    border-radius: 40px 40px 0 0;
    margin-top: 60px;
}

.websites-section h2 {
    font-weight: 900;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
    font-size: 2.5rem;
    letter-spacing: -0.02em;
}

.websites-section h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 30"><g fill="%23FF9712"><path d="M 10 15 Q 18 10 25 15 Q 18 20 10 15 Z"/><circle cx="32" cy="15" r="1.5"/><circle cx="38" cy="15" r="2"/><circle cx="44" cy="15" r="1.5"/><path d="M 180 13 Q 120 14.8 50 15 Q 120 15.2 180 17 Z"/><path d="M 200 15 Q 192 4 200 0 Q 208 4 200 15 Z"/><path d="M 200 15 Q 192 26 200 30 Q 208 26 200 15 Z"/><path d="M 200 15 Q 189 7 185 15 Q 189 23 200 15 Z"/><path d="M 200 15 Q 211 7 215 15 Q 211 23 200 15 Z"/><circle cx="193" cy="9" r="1.5"/><circle cx="207" cy="9" r="1.5"/><circle cx="193" cy="21" r="1.5"/><circle cx="207" cy="21" r="1.5"/><path d="M 220 13 Q 280 14.8 350 15 Q 280 15.2 220 17 Z"/><circle cx="356" cy="15" r="1.5"/><circle cx="362" cy="15" r="2"/><circle cx="368" cy="15" r="1.5"/><path d="M 390 15 Q 382 10 375 15 Q 382 20 390 15 Z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    animation: fadePulse 4s ease-in-out infinite;
}

.website-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.website-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FF9712;
    transform: translateY(-5px);
}

.website-card span {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.website-card:hover span {
    color: #FF9712;
}

.website-card i {
    font-size: 1.5rem;
    color: #FF9712;
    margin-bottom: 12px;
}

.map-container {
    border-radius: 30px;
    overflow: hidden;
    margin-top: 50px;
    box-shadow: var(--contact-shadow);
    border: 8px solid #fff;
}

.map-container iframe {
    width: 100%;
    height: 500px;
    border: 0;
    filter: grayscale(0.2) contrast(1.1);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .contact-info-card, .contact-form-container {
        padding: 35px;
        margin-bottom: 30px;
    }
    
    .section-headline h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 575.98px) {
    .section-headline h2 {
        font-size: 1.8rem;
    }
    
    .contact-info-card, .contact-form-container {
        padding: 25px;
    }
    
    .btn-premium-send {
        width: 100%;
    }
}
