/* ============================================================
   1. HERO (matches services/expertise/testimonials)
   ============================================================ */
.ct-hero-area { position:relative; min-height:60vh; display:flex; align-items:flex-end; padding-bottom:80px; overflow:hidden; background-size:cover; background-position:center; background-repeat:no-repeat; }
.ct-hero-area::before { content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(47,31,25,0.25) 0%, rgba(47,31,25,0.88) 100%); z-index:1; }
.ct-hero-content { position:relative; z-index:2; }
.ct-hero-title { font-family:var(--tp-ff-teko),'Teko',sans-serif; font-size:clamp(72px,12vw,180px); font-weight:700; line-height:1; color:#FFF669; text-transform:uppercase; letter-spacing:-3px; margin-bottom:25px; animation:ctHeroIn 1s cubic-bezier(0.165,0.84,0.44,1) both; }
@keyframes ctHeroIn { 0%{opacity:0;transform:translateY(40px)} 100%{opacity:1;transform:translateY(0)} }
.ct-hero-title-fill { color:#FFF669; }
.ct-hero-subtitle { font-size:18px; color:rgba(255,255,255,0.7); letter-spacing:3px; text-transform:uppercase; font-weight:500; margin-bottom:15px; animation:ctHeroIn 1s 0.15s cubic-bezier(0.165,0.84,0.44,1) both; }
.ct-breadcrumb { display:flex; align-items:center; gap:12px; list-style:none; padding:0; margin:0; animation:ctHeroIn 1s 0.3s cubic-bezier(0.165,0.84,0.44,1) both; }
.ct-breadcrumb li { font-size:15px; color:rgba(255,255,255,0.6); }
.ct-breadcrumb li a { color:#FFF669; text-decoration:none; transition:color 0.3s; }
.ct-breadcrumb li a:hover { color:#fff; }
.ct-breadcrumb li .separator { color:rgba(255,255,255,0.3); margin:0 4px; font-size:12px; }

/* ============================================================
   2. CONTACT INFO CARDS (4 glass cards with floating animation)
   ============================================================ */
.ct-info-section { padding:120px 0 100px; }
.ct-info-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:25px; }
.ct-info-card { background:rgba(58,42,34,0.7); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); border:1px solid rgba(255,246,105,0.08); border-radius:20px; padding:40px 30px; text-align:center; position:relative; overflow:hidden; transition:transform 0.5s, box-shadow 0.5s; transform-style:preserve-3d; }
.ct-info-card:hover { transform:translateY(-10px); box-shadow:0 25px 60px rgba(0,0,0,0.4), 0 0 40px rgba(255,246,105,0.06); border-color:rgba(255,246,105,0.2); }
.ct-info-card:nth-child(1) { animation: ctFloat 6s ease-in-out infinite; }
.ct-info-card:nth-child(2) { animation: ctFloat 6s ease-in-out 1.5s infinite; }
.ct-info-card:nth-child(3) { animation: ctFloat 6s ease-in-out 3s infinite; }
.ct-info-card:nth-child(4) { animation: ctFloat 6s ease-in-out 4.5s infinite; }
@keyframes ctFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.ct-info-icon { width:70px; height:70px; border-radius:50%; background:linear-gradient(135deg, rgba(255,246,105,0.15), rgba(255,246,105,0.05)); display:flex; align-items:center; justify-content:center; margin:0 auto 22px; position:relative; }
.ct-info-icon::after { content:''; position:absolute; inset:-4px; border-radius:50%; border:2px solid rgba(255,246,105,0.15); animation:ctPulse 3s ease-in-out infinite; }
@keyframes ctPulse { 0%,100%{opacity:0.3;transform:scale(1)} 50%{opacity:0.8;transform:scale(1.08)} }
.ct-info-icon svg { width:28px; height:28px; fill:none; stroke:#FFF669; stroke-width:1.5; }
.ct-info-title { font-size:20px; font-weight:600; color:#fff; margin-bottom:10px; }
.ct-info-text { font-size:15px; color:rgba(255,255,255,0.55); line-height:1.7; }
.ct-info-text a { color:#FFF669; text-decoration:none; transition:color 0.3s; }
.ct-info-text a:hover { color:#fff; }

/* ============================================================
   3. FORM + MAP SPLIT LAYOUT
   ============================================================ */
.ct-split-section { padding:0 0 130px; }
.ct-split-grid { display:grid; grid-template-columns:55% 45%; gap:0; min-height:650px; border-radius:24px; overflow:hidden; border:1px solid rgba(255,246,105,0.08); }
.ct-form-side { background:#3a2a22; padding:60px 50px; }
.ct-form-title { font-family:'Teko',sans-serif; font-size:48px; font-weight:700; color:#FFF669; margin-bottom:8px; line-height:1.1; }
.ct-form-subtitle { font-size:16px; color:rgba(255,255,255,0.5); margin-bottom:35px; }
.ct-form { display:flex; flex-direction:column; gap:20px; }
.ct-form-row { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.ct-form-group { position:relative; }
.ct-form-group label { font-size:13px; color:rgba(255,255,255,0.5); font-weight:500; display:block; margin-bottom:8px; letter-spacing:0.5px; text-transform:uppercase; }
.ct-form-group input, .ct-form-group select, .ct-form-group textarea { width:100%; background:rgba(47,31,25,0.8); border:1px solid rgba(255,246,105,0.1); border-radius:12px; padding:14px 18px; font-size:15px; color:#fff; font-family:inherit; outline:none; transition:all 0.3s; box-sizing:border-box; }
.ct-form-group input::placeholder, .ct-form-group textarea::placeholder { color:rgba(255,255,255,0.3); }
.ct-form-group input:focus, .ct-form-group select:focus, .ct-form-group textarea:focus { border-color:rgba(255,246,105,0.5); box-shadow:0 0 20px rgba(255,246,105,0.08); }
.ct-form-group 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='%23FFF669' 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 14px center; background-size:16px; cursor:pointer; }
.ct-form-group select option { background:#3a2a22; color:#fff; }
.ct-form-group textarea { min-height:130px; resize:vertical; }
.ct-form-submit { display:inline-flex; align-items:center; justify-content:center; gap:10px; background:#FFF669; color:#2F1F19; padding:18px 42px; border-radius:50px; font-size:16px; font-weight:700; border:none; cursor:pointer; transition:all 0.3s; text-transform:uppercase; letter-spacing:1px; width:100%; margin-top:5px; }
.ct-form-submit:hover { background:#fff; transform:translateY(-3px); box-shadow:0 15px 40px rgba(255,246,105,0.25); }
.ct-form-submit svg { width:18px; height:18px; }
.ct-map-side { position:relative; min-height:650px; }
.ct-map-side iframe { position:absolute; inset:0; width:100%; height:100%; border:0; filter:brightness(0.85) contrast(1.1) saturate(0.8); }
.ct-map-overlay { position:absolute; top:20px; left:20px; background:rgba(47,31,25,0.9); backdrop-filter:blur(10px); border:1px solid rgba(255,246,105,0.15); border-radius:14px; padding:18px 22px; z-index:2; }
.ct-map-overlay-title { font-size:16px; font-weight:600; color:#FFF669; margin-bottom:6px; }
.ct-map-overlay-text { font-size:13px; color:rgba(255,255,255,0.6); line-height:1.5; }

/* ============================================================
   4. FAQ SECTION (yellow bg)
   ============================================================ */
.ct-faq-section { padding:120px 0; }
.ct-faq-grid { max-width:800px; margin:0 auto; }
.ct-faq-item { background:rgba(47,31,25,0.15); border:1px solid rgba(47,31,25,0.1); border-radius:16px; margin-bottom:16px; overflow:hidden; transition:all 0.3s; }
.ct-faq-item.active { border-color:rgba(47,31,25,0.25); box-shadow:0 8px 30px rgba(47,31,25,0.1); }
.ct-faq-question { display:flex; justify-content:space-between; align-items:center; padding:22px 28px; cursor:pointer; transition:all 0.3s; gap:15px; }
.ct-faq-question:hover { background:rgba(47,31,25,0.08); }
.ct-faq-question h4 { font-size:17px; font-weight:600; color:#2F1F19; margin:0; flex:1; }
.ct-faq-toggle { width:32px; height:32px; border-radius:50%; background:#2F1F19; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:all 0.3s; }
.ct-faq-toggle svg { width:14px; height:14px; stroke:#FFF669; stroke-width:2; transition:transform 0.3s; }
.ct-faq-item.active .ct-faq-toggle { background:#FFF669; }
.ct-faq-item.active .ct-faq-toggle svg { stroke:#2F1F19; transform:rotate(45deg); }
.ct-faq-answer { max-height:0; overflow:hidden; transition:max-height 0.4s ease, padding 0.4s ease; }
.ct-faq-item.active .ct-faq-answer { max-height:300px; }
.ct-faq-answer p { padding:0 28px 22px; font-size:15px; color:rgba(47,31,25,0.65); line-height:1.8; margin:0; }

/* ============================================================
   5. SOCIAL CONNECT STRIP
   ============================================================ */
.ct-social-section { padding:80px 0; }
.ct-social-grid { display:flex; justify-content:center; gap:20px; flex-wrap:wrap; }
.ct-social-card { background:#3a2a22; border:1px solid rgba(255,246,105,0.08); border-radius:16px; padding:30px 35px; text-align:center; min-width:160px; transition:all 0.4s; cursor:pointer; }
.ct-social-card:hover { transform:translateY(-8px) scale(1.03); border-color:rgba(255,246,105,0.3); box-shadow:0 20px 50px rgba(0,0,0,0.3), 0 0 30px rgba(255,246,105,0.06); }
.ct-social-icon { width:50px; height:50px; margin:0 auto 14px; display:flex; align-items:center; justify-content:center; }
.ct-social-icon svg { width:32px; height:32px; fill:#FFF669; transition:transform 0.3s; }
.ct-social-card:hover .ct-social-icon svg { transform:scale(1.15); }
.ct-social-label { font-size:15px; font-weight:600; color:rgba(255,255,255,0.7); }
.ct-social-card:hover .ct-social-label { color:#FFF669; }

/* ============================================================
   6. CTA SECTION
   ============================================================ */
.ct-cta-section { position:relative; padding:140px 0; text-align:center; }
.ct-cta-bg { position:absolute; inset:0; width:100%; height:100%; overflow:hidden; z-index:0; }
.ct-cta-bg img { width:100%; height:100%; object-fit:cover; opacity:0.15; }
.ct-cta-title { font-family:'Teko',sans-serif; font-size:clamp(36px,6vw,80px); font-weight:700; color:#FFF669; line-height:1.1; margin-bottom:20px; }
.ct-cta-text { font-size:18px; color:rgba(255,255,255,0.6); max-width:600px; margin:0 auto 35px; }
.ct-cta-btn { display:inline-flex; align-items:center; gap:10px; background:#FFF669; color:#2F1F19; padding:18px 42px; border-radius:50px; font-size:16px; font-weight:700; border:none; cursor:pointer; transition:all 0.3s; text-transform:uppercase; letter-spacing:1px; text-decoration:none; }
.ct-cta-btn:hover { background:#fff; transform:translateY(-3px); box-shadow:0 15px 40px rgba(255,246,105,0.25); }

/* ============================================================
   7. RESPONSIVE BREAKPOINTS
   ============================================================ */
@media (max-width:1200px) {
  .ct-info-grid { grid-template-columns:repeat(2,1fr); }
  .ct-split-grid { grid-template-columns:1fr; }
  .ct-map-side { min-height:450px; }
  .ct-form-side { padding:50px 40px; }
}
@media (max-width:991px) {
  .ct-info-grid { grid-template-columns:repeat(2,1fr); gap:20px; }
  .ct-form-title { font-size:40px; }
  .ct-social-grid { gap:15px; }
  .ct-social-card { min-width:140px; padding:25px 28px; }
}
@media (max-width:768px) {
  .ct-info-grid { grid-template-columns:1fr; max-width:400px; margin:0 auto; }
  .ct-form-row { grid-template-columns:1fr; }
  .ct-form-side { padding:40px 28px; }
  .ct-map-side { min-height:350px; }
  .ct-hero-title { font-size:clamp(56px,15vw,120px); }
  .ct-faq-question h4 { font-size:15px; }
  .ct-social-card { min-width:120px; padding:20px 22px; }
}
@media (max-width:576px) {
  .ct-hero-area { min-height:50vh; padding-bottom:60px; }
  .ct-info-card { padding:30px 22px; }
  .ct-form-submit { padding:16px 30px; font-size:14px; }
  .ct-social-grid { gap:10px; }
  .ct-social-card { min-width:calc(50% - 10px); }
}
@media (max-width:480px) {
  .ct-hero-title { font-size:clamp(42px,18vw,80px); }
  .ct-hero-subtitle { font-size:14px; letter-spacing:2px; }
  .ct-form-title { font-size:32px; }
}
@media (max-width:375px) {
  .ct-hero-area { min-height:45vh; padding-bottom:40px; }
  .ct-info-card { padding:24px 18px; border-radius:14px; }
  .ct-faq-question { padding:18px 20px; }
}
