/* ==========================================================================
   Contact page (contact/index) — Contact-specific styles only.
   Shared hero (.pagehero), CTA (.cta-*), FAQ (.faq-*), helpers (.tx-*,
   .section-pad) live in app.css. Page classes prefixed `ct-`.
   ========================================================================== */

/* ---- form field components ---- */
.ig {
  display: flex; align-items: center; gap: 12px;
  border: 1px solid #e6edf5; border-radius: 12px; background: #f6f9fc;
  padding: 0 18px; transition: border-color .2s, box-shadow .2s;
}
.ig:focus-within { border-color: #1f7ae0; background: #fff; box-shadow: 0 0 0 3px rgba(31, 122, 224, .1); }
.ig > i { color: #9bb4cf; font-size: 17px; flex: none; }
.ig input, .ig textarea {
  flex: 1; border: none; outline: none; background: transparent;
  padding: 16px 0; font-size: 15px; font-family: inherit; color: #33445c; resize: none;
}
.ig input::placeholder, .ig textarea::placeholder { color: #9aa7b8; }
.flbl { font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 600; color: #0e2a47; display: block; margin-bottom: 10px; }
.flbl span { color: #d8222a; }

/* ---- contact cards ---- */
.ccard2 {
  display: flex; align-items: center; gap: 16px; background: #fff;
  border: 1px solid #eef2f7; border-radius: 14px; padding: 18px 22px;
  box-shadow: 0 6px 20px rgba(13, 60, 120, .05); text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ccard2:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(13, 60, 120, .12); }
.ccard2 .ic { width: 50px; height: 50px; border-radius: 12px; background: #1f7ae0; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; flex: none; }
.ccard2 .arr { margin-left: auto; color: #1f7ae0; font-size: 18px; transition: transform .25s ease; }
.ccard2:hover .arr { transform: translateX(4px); }



.ccard03 { display:block !important; }

.ccard2 .ct-cc-title {margin:0;,padding:0;padding: 0 0 6px 0;}

.ccard2 ul  {margin:0;,padding:0;padding: 0;}
.ccard2 ul li {margin: 7px 0;,padding:0;display: block;padding: 0;}

/*.ccard2 ul li a {margin:0;,padding:0;padding: 0;display: flex;align-items: center;text-decoration: none;}*/

.ccard2 ul li a {    margin: 0;    padding: 0;    display: flex;
    align-items: center;    text-decoration: none;    font-size: 18px;
    color: #5f7186; }

    
.ccard2 ul li a .ic {margin: 0 6px 0 0;,padding:0;width: 34px;height: 34px;padding: 0;}
.ccard2 ul li a .ic i {margin:0;,padding:0;padding: 0;font-size: 16px;}



/* ---- socials ---- */
.soc { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: .2s; text-decoration: none; }
.soc-fill { background: #1f7ae0; color: #fff; }
.soc-out { border: 1.5px solid #cfe0f2; color: #1f7ae0; }
.soc:hover { transform: translateY(-3px); background: #1f7ae0; color: #fff; border-color: #1f7ae0; }

/* ---- connect column ---- */
.ct-bar { width: 40px; height: 4px; background: #1f7ae0; border-radius: 2px; margin-bottom: 16px; }
.ct-h-connect { font-size: 34px; font-weight: 600; margin: 0; color: #0e2a47; }
.ct-connect-lead { color: #5f7186; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 14px 0 26px; max-width: 380px; }
.ct-contact-list { display: flex; flex-direction: column; gap: 16px; }
.ct-align-top { align-items: flex-start; }
.ct-arr-top { margin-top: 4px; }
.ct-cc-title { color: #3598FD; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 18px; line-height: 24px; }
.ct-cc-text { color: #5f7186; font-size: 14px; margin-top: 2px; }
.ct-cc-text--addr { line-height: 1.5; }
.ct-divider { border-top: 1px solid #e9eff6; margin: 30px 0 22px; position: relative; }
.ct-divider-mark { position: absolute; top: -1px; left: 38%; width: 60px; height: 3px; background: #1f7ae0; border-radius: 2px; }
.ct-socials-row { gap: 16px; flex-wrap: wrap; }
.ct-socials-label { color: #0e2a47; font-weight: 600; font-size: 14.5px; }
.ct-socials { gap: 12px; }

/* ---- form card ---- */
.ct-h-form { font-size: 32px; font-weight: 600; margin: 0; color: #0e2a47; }
.ct-form-card { position: relative; background: #fff; border: 1px solid #eef2f7; border-radius: 18px; padding: 42px; box-shadow: 0 18px 44px rgba(13, 60, 120, .08); overflow: hidden; }
.ct-form-dots { position: absolute; top: 34px; right: 38px; width: 70px; height: 50px; background-image: radial-gradient(#cdd9ec 1.5px, transparent 1.7px); background-size: 12px 12px; }
.ct-form-head { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; position: relative; z-index: 1; }
.ct-form-head-ic { width: 62px; height: 62px; border-radius: 50%; background: #eaf2fd; display: flex; align-items: center; justify-content: center; flex: none; }
.ct-send-ic { color: #1f7ae0; font-size: 24px; transform: rotate(-8deg); }
.ct-phone-row { display: flex; gap: 12px; }
.ct-ig-cc { flex: none; padding: 0 14px; }
.ct-cc-code { font-size: 15px; color: #33445c; font-weight: 500; }
.ct-cc-caret { font-size: 11px; color: #9aa7b8; }
.ct-ig-grow { flex: 1; }
.ct-ig-msg { align-items: flex-start; padding-top: 6px; }
.ct-msg-ic { margin-top: 16px; }
.ct-form-col-mt { margin-top: 6px; }
.ct-submit { width: 100%; background: linear-gradient(90deg, #1f7ae0, #1560b8); color: #fff; border: none; border-radius: 12px; padding: 18px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 17px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 12px; box-shadow: 0 12px 26px rgba(31, 122, 224, .28); transition: .2s; }
.ct-submit:hover { background: linear-gradient(90deg, #1560b8, #0d4f9e); }

/* ==========================================================================
   RESPONSIVE — 1920 → 320px
   ========================================================================== */

/* ---- ≤1199px: minor typography scale ---- */
@media (max-width: 1199.98px) {
  .ct-h-connect { font-size: 30px; }
  .ct-h-form { font-size: 28px; }
}

/* ---- ≤991px: columns stack; unlock lead max-width; reduce row gap ---- */
@media (max-width: 991.98px) {
  .ct-main-row { --bs-gutter-y: 2.5rem; }
  .ct-connect-lead { max-width: none; }
  .ct-h-connect { font-size: 28px; }
}

/* ---- ≤767px: tablet / large phone ---- */
@media (max-width: 767.98px) {
  .ct-h-connect { font-size: 26px; }
  .ct-connect-lead { font-size: 16px; line-height: 22px; margin-bottom: 22px; }
  .ct-cc-title { font-size: 16px; line-height: 22px; }
  .ct-form-card { padding: 32px 28px; }
  .ct-form-head { gap: 14px; margin-bottom: 24px; }
  .ct-form-head-ic { width: 52px; height: 52px; }
  .ct-send-ic { font-size: 20px; }
  .ct-h-form { font-size: 24px; }
  .ct-submit { font-size: 16px; padding: 16px; }
  
  .ct-main-row { flex-direction: column-reverse; }
  
  
  
}

/* ---- ≤575px: small phone ---- */
@media (max-width: 575.98px) {
  .ct-main-row { --bs-gutter-y: 2rem; }
  .ct-h-connect { font-size: 24px; }
  .ct-connect-lead { font-size: 15px; }
  .ct-cc-title { font-size: 15px; }
  .ccard2 { padding: 14px 16px; gap: 12px; }
  .ccard2 .ic { width: 42px; height: 42px; font-size: 17px; border-radius: 10px; }
  .ct-contact-list { gap: 12px; }
  .ct-form-card { padding: 26px 20px; }
  .ct-form-head { gap: 12px; margin-bottom: 20px; }
  .ct-form-head-ic { width: 46px; height: 46px; }
  .ct-send-ic { font-size: 18px; }
  .ct-h-form { font-size: 22px; }
  .ct-submit { font-size: 15px; padding: 15px; gap: 10px; }
  .flbl { font-size: 14px; }
  
  .ct-phone-row {    display: block;    gap: 7px; }
  .ct-ig-cc {
    flex: none;
    padding: 4px 14px;
    margin: 0 0 10px 0;
    width: 80px;
}
}

/* ---- ≤360px: very small / 320px phones ---- */
@media (max-width: 360px) {
  .ct-h-connect { font-size: 21px; }
  .ct-connect-lead { font-size: 14px; margin-bottom: 18px; }
  .ct-cc-title { font-size: 14px; }
  .ccard2 { padding: 12px 12px; gap: 10px; }
  .ccard2 .ic { width: 36px; height: 36px; font-size: 15px; border-radius: 8px; }
  .ct-form-card { padding: 20px 14px; border-radius: 14px; }
  .ct-form-head-ic { width: 40px; height: 40px; }
  .ct-send-ic { font-size: 16px; }
  .ct-h-form { font-size: 19px; }
  .ct-phone-row { flex-direction: column; gap: 10px; }
  .ct-submit { font-size: 14px; padding: 14px; gap: 8px; }
  .flbl { font-size: 13px; margin-bottom: 8px; }
  .ig input, .ig textarea { font-size: 14px; }
  .ct-bar { margin-bottom: 12px; }
}
