/* ==========================================
   Dhanvesttor Contact Page Styles
   ========================================== */

   /* Load Custom Fonts (Assuming you have these saved in an assets/fonts folder) */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
         url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
         url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'Georgia Pro';
    src: url('../fonts/GeorgiaPro-Regular.woff2') format('woff2');
    font-weight: 400;
}
.dv-wrap *, .dv-wrap *::before, .dv-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* 1. PRIMARY FONT: Gotham (Applied to all base text, paragraphs, labels, and buttons) */
.dv-wrap { 
    font-family: 'Gotham', sans-serif; 
    color: #485858; 
    max-width: 1280px; 
    margin: 0 auto; 
    line-height: 1.6; 
    overflow-x: hidden; 
}
.dv-input, .dv-select, .dv-textarea { font-family: 'Gotham', sans-serif; }

.material-symbols-outlined { vertical-align: middle; }

/* ── SCROLL REVEAL ── */
.dv-reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
.dv-reveal.dv-active { opacity: 1; transform: translateY(0); }
.dv-delay-1 { transition-delay: 0.1s; } .dv-delay-2 { transition-delay: 0.2s; }

/* ── TYPOGRAPHY & HEADINGS ── */
/* 2. SECONDARY FONT: Playfair Display (Applied to massive Hero and Section Headings) */
.dv-h1 { font-family: 'Playfair Display', serif; font-size: 48px; color: #173b3d; line-height: 1.15; margin-bottom: 24px; font-weight: 700; }
.dv-h2 { font-family: 'Playfair Display', serif; font-size: 36px; color: #cf6a3b; line-height: 1.25; margin-bottom: 20px; font-weight: 700; }.dv-eyebrow { font-size: 12px; font-weight: 700; color: #cf6a3b; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 12px; display: block; }
.dv-text-lead { font-size: 16px; color: #58696a; line-height: 1.7; margin-bottom: 24px; }

/* ── LAYOUT SECTIONS ── */
.dv-section { padding: 80px 24px; }
/* .dv-section-light { background-color: #fdfaf6; } */

/* ── HERO ── */
.dv-hero-contact { text-align: center; max-width: 800px; margin: 0 auto; padding: 80px 24px 40px; }

/* ── SPLIT CONTACT GRID ── */
/* Changed to 1.2fr 1fr so the text side is wider and the form side is narrower */
.dv-contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; max-width: 1100px; margin: 0 auto; align-items: start; }

/* ── COMPACT FORM STYLES ── */
.dv-form-card { background: #ffffff2b; border: 1px solid #e8dfd2; border-radius: 16px; padding: 32px; box-shadow: 0 15px 35px rgba(23, 59, 61, 0.05); }
.dv-form-group { margin-bottom: 16px; text-align: left; }
.dv-form-group label { display: block; font-size: 12px; font-weight: 600; color: #243c40; margin-bottom: 6px; }

/* Inputs tightened up */
.dv-input, .dv-textarea { width: 100%; border: none; border-bottom: 1px solid #c4b5a9; background: transparent; padding: 8px 0; font-size: 14px; color: #173b3d; font-family: inherit; transition: border-color 0.3s; outline: none; }
.dv-input:focus, .dv-select:focus, .dv-textarea:focus { border-bottom-color: #cf6a3b; }

/* Custom Date/Time Grid */
.dv-date-time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Custom Select Dropdown Arrow Fix */
.dv-select { 
    width: 100%; border: none; border-bottom: 1px solid #c4b5a9; background: transparent; padding: 8px 0; font-size: 14px; color: #173b3d; font-family: inherit; outline: none;
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cf6a3b' 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 0px center; background-size: 16px; padding-right: 24px; cursor: pointer;
}

/* Date Picker Calendar Icon Fix */
.dv-date-input { position: relative; cursor: pointer; }
.dv-date-input::-webkit-calendar-picker-indicator { cursor: pointer; opacity: 0.6; transition: opacity 0.2s; }
.dv-date-input::-webkit-calendar-picker-indicator:hover { opacity: 1; }

.dv-btn-submit { background: #cf6a3b; color: #ffffff; border: none; border-radius: 8px; padding: 14px 24px; font-size: 14px; font-weight: 600; width: 100%; cursor: pointer; transition: background 0.3s; margin-top: 5px; }
.dv-btn-submit:hover { background: #173b3d; }

/* ── OFFICE INFO ── */
.dv-office-info { padding-top: 20px; text-align: left; }
.dv-info-item { display: flex; gap: 16px; margin-bottom: 32px; }
.dv-info-icon { width: 48px; height: 48px; background: #f8f3eb; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #cf6a3b; flex-shrink: 0; }
/* 3. TERTIARY FONT: Georgia Pro (Applied to Card Titles and FAQ questions) */
.dv-info-text h3, .dv-service-card h3, .dv-faq-q, .dv-form-card h3 { 
    font-family: 'Georgia Pro', Georgia, serif; 
}
.dv-info-text p, .dv-info-text a { color: #58696a; font-size: 15px; text-decoration: none; line-height: 1.6; }
.dv-info-text a:hover { color: #cf6a3b; }

/* ── SERVICES GRID ── */
.dv-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 40px auto 0; }
.dv-service-card { background: #ffffff; border: 1px solid #e8dfd2; border-radius: 12px; padding: 32px 24px; text-align: center; transition: all 0.3s ease; text-decoration: none; display: block; }
.dv-service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(23, 59, 61, 0.08); border-color: #cf6a3b; }
.dv-service-card h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: #173b3d; margin-bottom: 12px; }
.dv-service-card p { font-size: 14px; color: #58696a; }

/* ── MAP IFRAME ── */
.dv-map-container { width: 100%; height: 450px; border-radius: 16px; overflow: hidden; margin-top: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #e8dfd2; }
.dv-map-container iframe { width: 100%; height: 100%; border: none; }

/* ── FAQ ACCORDION ── */
.dv-faq-inner { max-width: 800px; margin: 0 auto; }
.dv-faq-item { background: #ffffff; border: 1px solid #e8dfd2; border-radius: 12px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; text-align: left; }
.dv-faq-item:hover { border-color: #cf6a3b; box-shadow: 0 5px 15px rgba(23, 59, 61, 0.05); }
.dv-faq-q { display: flex; justify-content: space-between; padding: 20px 24px; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: #173b3d; cursor: pointer; list-style: none; }
.dv-faq-q::-webkit-details-marker { display: none; }
.dv-faq-q .material-symbols-outlined { color: #cf6a3b; transition: transform 0.3s ease; }
details[open] .dv-faq-q .material-symbols-outlined { transform: rotate(180deg); }
.dv-faq-a { padding: 0 24px 24px; font-size: 15px; color: #58696a; line-height: 1.7; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .dv-contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .dv-services-grid { grid-template-columns: 1fr; }
    .dv-h1 { font-size: 36px; }
    .dv-h2 { font-size: 28px; }
}
@media (max-width: 600px) {
    .dv-date-time-grid { grid-template-columns: 1fr; }
}
/* ── WHATSAPP BUTTON (from your previous code) ── */
.wa-float-container { position: fixed; bottom: 100px; right: 24px; display: flex; align-items: center; gap: 15px; z-index: 9999; text-decoration: none; font-family: 'Inter', Arial, sans-serif; }
.wa-pop-out-msg { background-color: #ffffff; color: #243c40; padding: 10px 18px; border-radius: 8px; font-size: 14px; font-weight: 600; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); position: relative; opacity: 0; transform: translateX(20px); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); pointer-events: none; }
.wa-pop-out-msg::after { content: ''; position: absolute; top: 50%; right: -6px; transform: translateY(-50%); border-width: 6px 0 6px 6px; border-style: solid; border-color: transparent transparent transparent #ffffff; }
.wa-icon-circle { width: 50px; height: 50px; background-color: #25D366; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); position: relative; transition: transform 0.3s ease; }
.wa-icon-circle svg { width: 32px; height: 32px; fill: #ffffff; z-index: 2; }
.wa-icon-circle::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; background-color: #25D366; z-index: 1; animation: waPulse 2s infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(1.5); opacity: 0; } }
.wa-float-container:hover .wa-pop-out-msg { opacity: 1; transform: translateX(0); }
.wa-float-container:hover .wa-icon-circle { transform: scale(1.08); }
@media (max-width: 768px) {
    .wa-float-container { bottom: 90px; right: 20px; }
    .wa-icon-circle { width: 50px; height: 50px; }
    .wa-icon-circle svg { width: 26px; height: 26px; }
    .wa-pop-out-msg { display: none; }
}