.contact-hero-section{position:relative;height:80vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-family:Rajdhani,sans-serif}.contact-hero-section .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://dl.dropbox.com/scl/fi/66k557fzpz2ex1a9a5wjt/GALT_Sign.jpg?rlkey=7zro66u35zrtwff2au6snw4kf&dl=0) center/cover no-repeat;z-index:0;filter:brightness(.75);transform:scale(1.05);transition:transform 10s ease}.contact-hero-section:hover .hero-bg{transform:scale(1.08)}.contact-hero-section .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0009,#0006);z-index:1}.contact-hero-section .hero-content{position:relative;z-index:2;max-width:900px;padding:0 20px}.contact-hero-section h1{font-size:4.5rem;font-weight:700;line-height:1.1;margin:0 0 18px;letter-spacing:-1.2px}.contact-hero-section h1 .highlight{color:#2e8b57;font-style:italic}.contact-hero-section .subtitle{font-size:1.4rem;font-weight:500;margin:0 0 32px;opacity:.95;line-height:1.6}.contact-hero-section .subtitle strong{color:#2e8b57}.contact-hero-section .trust-badges{display:flex;justify-content:center;gap:24px;margin-bottom:36px;flex-wrap:wrap}.contact-hero-section .trust-badges span{background:#2e8b5733;color:#2e8b57;font-size:.9rem;font-weight:600;padding:6px 14px;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(46,139,87,.3)}.contact-hero-section .cta-scroll{display:inline-flex;align-items:center;gap:10px;background:#2e8b57;color:#fff;padding:16px 38px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #2e8b574d}.contact-hero-section .cta-scroll:hover{background:#1f6b3f;transform:translateY(-3px);box-shadow:0 6px 16px #2e8b5759}.contact-hero-section .cta-scroll .arrow{font-size:1.4rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@media(max-width:992px){.contact-hero-section h1{font-size:3.8rem}.contact-hero-section .subtitle{font-size:1.3rem}}@media(max-width:768px){.contact-hero-section{height:75vh;min-height:550px}.contact-hero-section h1{font-size:3.2rem}.contact-hero-section .subtitle{font-size:1.2rem;margin-bottom:28px}.contact-hero-section .trust-badges{gap:16px}.contact-hero-section .trust-badges span{font-size:.85rem;padding:5px 12px}.contact-hero-section .cta-scroll{padding:14px 32px;font-size:1rem}}@media(max-width:576px){.contact-hero-section{height:70vh}.contact-hero-section h1{font-size:2.7rem;letter-spacing:-.8px}.contact-hero-section .subtitle{font-size:1.1rem}.contact-hero-section .trust-badges{flex-direction:column;align-items:center}.contact-hero-section .cta-scroll{padding:13px 28px;min-width:180px}}.contact-formmap-section{padding:100px 20px;background:#f9f9f9;font-family:Rajdhani,sans-serif}.contact-formmap-section .section-container{max-width:1200px;margin:0 auto}.contact-formmap-section .section-header{text-align:center;margin-bottom:60px}.contact-formmap-section .section-header h2{font-size:3rem;font-weight:600;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.8px}.contact-formmap-section .section-header p{font-size:1.2rem;color:#555;max-width:700px;margin:0 auto;line-height:1.6}.contact-formmap-section .form-map-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.contact-formmap-section .contact-form-wrapper{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #00000014}.contact-formmap-section .contact-form{padding:44px}.contact-formmap-section .contact-form h3{font-size:1.7rem;font-weight:600;margin:0 0 28px;color:#1a1a1a}.contact-formmap-section input,.contact-formmap-section textarea{width:100%;padding:16px;margin-bottom:18px;border:1.5px solid #e0e0e0;border-radius:10px;font-family:inherit;font-size:1rem;transition:all .3s ease;background:#fdfdfd}.contact-formmap-section input:focus,.contact-formmap-section textarea:focus{outline:none;border-color:#2e8b57;background:#fff;box-shadow:0 0 0 3px #2e8b571a}.contact-formmap-section textarea{resize:vertical}.contact-formmap-section .submit-btn{background:#2e8b57;color:#fff;padding:16px 32px;border:none;border-radius:10px;font-weight:600;font-size:1.1rem;cursor:pointer;width:100%;transition:all .3s ease;box-shadow:0 4px 12px #2e8b5740}.contact-formmap-section .submit-btn:hover:not(:disabled){background:#1f6b3f;transform:translateY(-2px);box-shadow:0 6px 16px #2e8b574d}.contact-formmap-section .submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-formmap-section .success-message{text-align:center;padding:32px 20px;color:#2e8b57}.contact-formmap-section .check-icon{font-size:3rem;margin-bottom:16px;color:#2e8b57}.contact-formmap-section .success-message p{font-size:1.1rem;font-weight:500}.contact-formmap-section .map-wrapper{border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #00000014;position:relative}.contact-formmap-section .map-container{position:relative;height:480px}.contact-formmap-section .map-label{position:absolute;top:16px;left:16px;background:#2e8b57;color:#fff;padding:8px 16px;border-radius:8px;font-size:.95rem;font-weight:600;z-index:10;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px #0003}.contact-formmap-section .map-container iframe{width:100%;height:100%;border:0}@media(max-width:992px){.contact-formmap-section{padding:80px 20px}.contact-formmap-section .section-header h2{font-size:2.6rem}.contact-formmap-section .form-map-grid{gap:40px}}@media(max-width:768px){.contact-formmap-section .form-map-grid{grid-template-columns:1fr}.contact-formmap-section .contact-form{padding:36px}.contact-formmap-section .map-container{height:400px}}@media(max-width:576px){.contact-formmap-section{padding:60px 16px}.contact-formmap-section .section-header h2{font-size:2.2rem}.contact-formmap-section .contact-form{padding:28px}.contact-formmap-section .contact-form h3{font-size:1.5rem}.contact-formmap-section input,.contact-formmap-section textarea{padding:14px}.contact-formmap-section .submit-btn{padding:14px 28px}.contact-formmap-section .map-container{height:350px}}.contact-info-section{padding:100px 20px;background:#fff;text-align:center;font-family:Rajdhani,sans-serif}.contact-info-section .section-container{max-width:1200px;margin:0 auto}.contact-info-section .section-header{margin-bottom:60px}.contact-info-section .section-header h2{font-size:3rem;font-weight:600;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.8px}.contact-info-section .section-header p{font-size:1.2rem;color:#555;max-width:600px;margin:0 auto;line-height:1.6}.contact-info-section .info-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:60px}.contact-info-section .info-card{display:flex;align-items:center;gap:18px;background:#f8f9fa;padding:24px 32px;border-radius:16px;min-width:280px;max-width:340px;box-shadow:0 8px 24px #0000000f;transition:all .3s ease;text-decoration:none;color:inherit;border:2px solid transparent}.contact-info-section .info-card:hover{background:#fff;border-color:#2e8b57;box-shadow:0 12px 32px #2e8b571f}.contact-info-section .icon-wrapper{font-size:1.8rem;color:#2e8b57;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#2e8b571a;border-radius:12px}.contact-info-section .info-content{text-align:left}.contact-info-section .label{display:block;font-size:.95rem;color:#2e8b57;font-weight:600;margin-bottom:4px;letter-spacing:.5px}.contact-info-section .value{display:block;font-size:1.1rem;color:#1a1a1a;font-weight:500}.contact-info-section .social-links{margin-top:20px}.contact-info-section .social-links p{font-size:1.1rem;color:#555;margin-bottom:16px;font-weight:500}.contact-info-section .social-icons{display:flex;justify-content:center;gap:20px}.contact-info-section .social-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#2e8b57;color:#fff;border-radius:12px;font-size:1.3rem;transition:all .3s ease;box-shadow:0 4px 12px #2e8b5733}.contact-info-section .social-icon:hover{background:#1f6b3f;box-shadow:0 6px 16px #2e8b574d}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:992px){.contact-info-section{padding:80px 20px}.contact-info-section .section-header h2{font-size:2.6rem}.contact-info-section .info-grid{gap:30px}}@media(max-width:768px){.contact-info-section .info-grid{flex-direction:column;align-items:center}.contact-info-section .info-card{min-width:260px;max-width:320px}}@media(max-width:576px){.contact-info-section{padding:60px 16px}.contact-info-section .section-header h2{font-size:2.2rem}.contact-info-section .info-card{padding:20px 24px;gap:14px}.contact-info-section .icon-wrapper{width:44px;height:44px;font-size:1.5rem}.contact-info-section .social-icon{width:42px;height:42px;font-size:1.1rem}}.faq-preview-section{padding:100px 20px;background:#f9f9f9;font-family:Rajdhani,sans-serif}.faq-preview-section .section-container{max-width:1000px;margin:0 auto}.faq-preview-section .section-header{text-align:center;margin-bottom:60px}.faq-preview-section .section-header h2{font-size:3rem;font-weight:600;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.8px}.faq-preview-section .section-header p{font-size:1.2rem;color:#555;max-width:600px;margin:0 auto;line-height:1.6}.faq-preview-section .faq-list{display:flex;flex-direction:column;gap:16px;margin-bottom:60px}.faq-preview-section .faq-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000000f;transition:all .3s ease}.faq-preview-section .faq-item:hover{box-shadow:0 12px 32px #0000001a}.faq-preview-section .faq-question{width:100%;padding:24px 28px;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-family:inherit;transition:background .3s ease}.faq-preview-section .faq-question:hover{background:#f5f5f5}.faq-preview-section .faq-question[aria-expanded=true]{background:#f8fff9;border-bottom:1px solid #e0e0e0}.faq-preview-section .question-content{display:flex;align-items:center;gap:16px}.faq-preview-section .faq-icon{font-size:1.6rem;color:#2e8b57}.faq-preview-section .question-text{font-size:1.25rem;font-weight:600;color:#1a1a1a;line-height:1.4}.faq-preview-section .chevron{font-size:1.1rem;color:#2e8b57}.faq-preview-section .faq-answer{overflow:hidden}.faq-preview-section .answer-inner{padding:0 28px 28px;font-size:1.05rem;color:#444;line-height:1.7}.faq-preview-section .answer-inner strong{color:#2e8b57;font-weight:600}.faq-preview-section .faq-cta{text-align:center}.faq-preview-section .faq-cta p{font-size:1.1rem;color:#555;margin-bottom:12px;font-weight:500}.faq-preview-section .cta-link{color:#2e8b57;font-weight:600;text-decoration:none;font-size:1.05rem;transition:all .2s ease}.faq-preview-section .cta-link:hover{text-decoration:underline;color:#1f6b3f}@media(max-width:992px){.faq-preview-section{padding:80px 20px}.faq-preview-section .section-header h2{font-size:2.6rem}}@media(max-width:768px){.faq-preview-section .faq-question{padding:20px 24px}.faq-preview-section .question-content{gap:12px}.faq-preview-section .question-text{font-size:1.15rem}.faq-preview-section .answer-inner{padding:0 24px 24px;font-size:1rem}}@media(max-width:576px){.faq-preview-section{padding:60px 16px}.faq-preview-section .section-header h2{font-size:2.2rem}.faq-preview-section .faq-question{padding:18px 20px}.faq-preview-section .question-text{font-size:1.1rem}.faq-preview-section .faq-icon{font-size:1.4rem}}
