/* =============================================
   CONTACT US SECTION – EZ RANKINGS
   Parent: .contact-us-wrapper
   Colors: white | black | #f5c400 | #11559b
   Theme: Light
   ============================================= */



.contact-us-wrapper {

  background: white;
  color: black;
  overflow-x: hidden;
}

/* ── HERO STRIP ── */
.contact-us-wrapper .cu-hero {
    background: #11559b;
    padding: 27px 40px 32px;
    position: relative;
    overflow: hidden;
}

.contact-us-wrapper .cu-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 60px,
      rgba(255,255,255,0.03) 60px,
      rgba(255,255,255,0.03) 61px
    );
}

.contact-us-wrapper .cu-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-us-wrapper .cu-hero__text {
  flex: 1 1 500px;
}

.contact-us-wrapper .cu-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f5c400;
  margin-bottom: 16px;
}

.contact-us-wrapper .cu-hero__eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #f5c400;
}

.contact-us-wrapper .cu-hero__title {
    font-size: clamp(23px, 4vw, 40px);
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin-bottom: 16px;
    margin: 0;
}
.contact-us-wrapper .cu-hero__title span {
  color: #0dcaf0;
}

.contact-us-wrapper .cu-hero__subtitle {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  max-width: 560px;
}

.contact-us-wrapper .cu-hero__stats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
    flex-direction: column;
}
.contact-us-wrapper .form-group input::placeholder {
    color: #000 !important;
}
.contact-us-wrapper .cu-hero__stat {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(245, 196, 0, 0.3);
    border-radius: 4px;
    padding: 10px 18px;
    text-align: center;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-us-wrapper .cu-hero__stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: #0dcaf0;
  line-height: 1;
}

.contact-us-wrapper .cu-hero__stat-label {
    font-size: 17px;
    color: rgb(255 255 255);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 4px;
}

/* ── WHATSAPP BAND ── */
.contact-us-wrapper .cu-wa-band {
  background: #0dcaf0;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.contact-us-wrapper .cu-wa-band i {
  font-size: 22px;
  color: #1a7c40;
}

.contact-us-wrapper .cu-wa-band span {
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.contact-us-wrapper .cu-wa-band a {
  font-weight: 700;
  color: #11559b;
  text-decoration: none;
  border-bottom: 2px solid #11559b;
  transition: opacity 0.2s;
}

.contact-us-wrapper .cu-wa-band a:hover {
  opacity: 0.75;
}

/* ── MAIN BODY ── */
.contact-us-wrapper .cu-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* ── FORM COLUMN ── */
.contact-us-wrapper .cu-form-col {}

.contact-us-wrapper .cu-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #11559b;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.contact-us-wrapper .cu-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #11559b;
  opacity: 0.2;
}

.contact-us-wrapper .cu-form-title {
 
  font-size: 32px;
  font-weight: 800;
  color: black;
  margin-bottom: 8px;
  line-height: 1.2;
}

.contact-us-wrapper .cu-form-title span {
  color: #11559b;
}

.contact-us-wrapper .cu-form-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 36px;
  line-height: 1.7;
}

/* Form Fields */
.contact-us-wrapper .row.form-colom {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-us-wrapper .col-md-12 {
  width: 100%;
}

.contact-us-wrapper .mr0 {
  margin-right: 0;
}

.contact-us-wrapper .form-group {
  position: relative;
  margin-bottom: 26px;
}

.contact-us-wrapper .form-control.effect-8 {
  width: 100%;
  background: white;
  border: none;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  padding: 12px 14px 12px 42px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: black;
  outline: none;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  appearance: none;
}

.contact-us-wrapper .form-control.effect-8::placeholder {
  color: #aaa;
}

.contact-us-wrapper .form-control.effect-8:focus {
  border-bottom-color: #11559b;
}

.contact-us-wrapper .form-control.effect-8:focus ~ .focus-border i {
  width: 100%;
}

.contact-us-wrapper .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #f5c400;
  transition: width 0.4s ease;
  pointer-events: none;
}

.contact-us-wrapper .focus-border i {
  display: none; /* handled via JS below */
}

/* Field icons */
.contact-us-wrapper .form-group::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #11559b;
    font-size: 14px;
    transition: color 0.3s;
    pointer-events: none;
    z-index: 1;
}

.contact-us-wrapper .form-group.fg-name::before { content: '\f007'; }
.contact-us-wrapper .form-group.fg-email::before { content: '\f0e0'; }
.contact-us-wrapper .form-group.fg-phone::before { content: '\f095'; }
.contact-us-wrapper .form-group.fg-service::before {
    content: '\f0c9';
    top: 6px;
    transform: none;
}
.contact-us-wrapper .form-group.fg-website::before { content: '\f0ac'; }
.contact-us-wrapper .form-group.fg-message::before {
    content: '\f27a';
    top: 9px;
    transform: none;
}
.contact-us-wrapper textarea::placeholder {
   color:#000 !important;
}
.contact-us-wrapper .form-group:focus-within::before {
  color: #11559b;
}

/* Textarea */
.contact-us-wrapper textarea.form-control.effect-8 {
  resize: none;
  height: 100px;
  padding-top: 14px;
}

/* Select */
.contact-us-wrapper select.form-control.effect-8 {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2311559b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.contact-us-wrapper select.form-control.effect-8 option {
  color: black;
}

/* Submit Button */
.contact-us-wrapper .text-center {
  text-align: center;
}

.contact-us-wrapper .submitbtn {
    background: #11559b;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 14px 48px;
    /* font-family: 'DM Sans', sans-serif; */
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.3s, transform 0.15s;
}.contact-us-wrapper .submitbtn:hover {
    color: #fff !important;
    background: #000;
}

.contact-us-wrapper .submitbtn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #f5c400;
  transform: translateX(-101%);
  transition: transform 0.35s ease;
  z-index: 0;
}

.contact-us-wrapper .submitbtn:hover::after {
  transform: translateX(0);
}

.contact-us-wrapper .submitbtn:hover {
  color: black;
}

.contact-us-wrapper .submitbtn span,
.contact-us-wrapper .submitbtn {
  position: relative;
  z-index: 1;
}

.contact-us-wrapper .submitbtn:active {
  transform: scale(0.97);
}

.contact-us-wrapper .submit__overlay1 { display: none; }

.contact-us-wrapper .msg {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #11559b;
  font-weight: 500;
}

/* ── RIGHT COLUMN ── */
.contact-us-wrapper .cu-right-col {}

/* Why EZ Rankings */
.contact-us-wrapper .cu-why {
  margin-bottom: 56px;
}

.contact-us-wrapper .cu-why-title {
 
  font-size: 26px;
  font-weight: 800;
  color: black;
  margin-bottom: 6px;
}

.contact-us-wrapper .cu-why-title span {
  color: #11559b;
}

.contact-us-wrapper .cu-why-sub {
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
}

.contact-us-wrapper .cu-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-us-wrapper .cu-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.25s;
  background: white;
}

.contact-us-wrapper .cu-feature:hover {
  border-color: #f5c400;
  box-shadow: 0 4px 20px rgba(17,85,155,0.08);
  transform: translateY(-2px);
}

.contact-us-wrapper .cu-feature__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #11559b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-us-wrapper .cu-feature__icon i {
  font-size: 14px;
  color: #0dcaf0;
}

.contact-us-wrapper .cu-feature__body {}

.contact-us-wrapper .cu-feature__name {
  font-size: 15px;
  font-weight: 700;
  color: black;
  line-height: 1.3;
  margin-bottom: 3px;
}

.contact-us-wrapper .cu-feature__desc {
    font-size: 13px;
    color: #040404;
    line-height: 1.5;
}

/* Payment */
.contact-us-wrapper .cu-payment {
  display: flex;
  align-items: center;
  gap: 10px;
     margin-bottom: 30px;
  padding: 14px 20px;
  background: #f8f9ff;
  border-radius: 8px;
  border-left: 4px solid #f5c400;
}

.contact-us-wrapper .cu-payment i {
  font-size: 20px;
  color: #11559b;
}

.contact-us-wrapper .cu-payment span {
  font-size: 13px;
  color: #555;
  font-weight: 500;
}

.contact-us-wrapper .cu-payment a {
  color: #11559b;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed #11559b;
}

/* ── OFFICES ── */
.contact-us-wrapper .cu-offices {
  background: #f8f9ff;
  padding: 64px 40px;
}

.contact-us-wrapper .cu-offices__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-us-wrapper .cu-offices__header {
  text-align: center;
  margin-bottom: 48px;
}

.contact-us-wrapper .cu-offices__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f5c400;
  margin-bottom: 10px;
}

.contact-us-wrapper .cu-offices__title {
 
  font-size: 32px;
  font-weight: 800;
  color: black;
}

.contact-us-wrapper .cu-offices__title span {
  color: #11559b;
}

.contact-us-wrapper .cu-offices__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.contact-us-wrapper .cu-office-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(17,85,155,0.07);
  transition: box-shadow 0.3s, transform 0.3s;
}

.contact-us-wrapper .cu-office-card:hover {
  box-shadow: 0 8px 40px rgba(17,85,155,0.14);
  transform: translateY(-4px);
}

.contact-us-wrapper .cu-office-card__head {
  background: #11559b;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-us-wrapper .cu-office-card__badge {
  background: #f5c400;
  color: black;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
}

.contact-us-wrapper .cu-office-card__type {
 
  font-size: 18px;
  font-weight: 700;
  color: white;
}

.contact-us-wrapper .cu-office-card__body {
  padding: 28px;
}

.contact-us-wrapper .cu-contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.contact-us-wrapper .cu-contact-item:last-child {
  margin-bottom: 0;
}

.contact-us-wrapper .cu-contact-item__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef3fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-us-wrapper .cu-contact-item__icon i {
  font-size: 13px;
  color: #11559b;
}

.contact-us-wrapper .cu-contact-item__content {}

.contact-us-wrapper .cu-contact-item__label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #111010;
    margin-bottom: 3px;
}
.contact-us-wrapper .cu-contact-item__value {
  font-size: 13.5px;
  color: black;
  font-weight: 500;
  line-height: 1.6;
}

.contact-us-wrapper .cu-contact-item__value a {
  color: #11559b;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.contact-us-wrapper .cu-contact-item__value a:hover {
  border-bottom-color: #11559b;
}

/* ── FOCUS UNDERLINE ANIMATION ── */
.contact-us-wrapper .form-group {
  position: relative;
}

.contact-us-wrapper .form-group .focus-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #f5c400;
  transition: width 0.4s ease;
  pointer-events: none;
}

.contact-us-wrapper .form-control.effect-8:focus ~ .focus-line {
  width: 100%;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .contact-us-wrapper .cu-offices__header {
    text-align: center;
    margin-bottom: 28px;
}
    .contact-us-wrapper .cu-hero__subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    max-width: 560px;
    line-height: 23px;
}.contact-us-wrapper .cu-hero__inner {
  
    gap: 1px;
    flex-wrap: wrap;
}
    .contact-us-wrapper .cu-body {
        grid-template-columns: 1fr;
        gap: 31px;
        padding: 20px 24px;
    }
  .contact-us-wrapper .cu-offices__grid {
    grid-template-columns: 1fr;
  }
  .contact-us-wrapper .cu-features {
    grid-template-columns: 1fr;
  }
 .contact-us-wrapper .cu-hero {
        padding: 24px 24px 44px;
    }
  .contact-us-wrapper .cu-offices {
    padding: 48px 24px;
  }
}
@media (max-width:767px){
    .contact-us-wrapper .cu-why {
    margin-bottom: 20px;
}
    .contact-us-wrapper .cu-wa-band {
    background: #f5c400;
    padding: 14px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}.contact-us-wrapper .cu-wa-band span {
    font-size: 14px;
    font-weight: 500;
    color: black;
    line-height: 22px;
}
}
@media (max-width: 500px) {
  .contact-us-wrapper .cu-hero__stat-num {
    font-size: 22px;
  }
  .contact-us-wrapper .cu-hero__stats {
    gap: 6px;
  }
}

/* ── LOAD ANIMATIONS ── */
@keyframes cu-fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.contact-us-wrapper .cu-hero__text,
.contact-us-wrapper .cu-hero__stats,
.contact-us-wrapper .cu-form-col,
.contact-us-wrapper .cu-right-col {
  animation: cu-fadeUp 0.7s ease both;
}

.contact-us-wrapper .cu-hero__stats { animation-delay: 0.15s; }
.contact-us-wrapper .cu-form-col    { animation-delay: 0.2s; }
.contact-us-wrapper .cu-right-col   { animation-delay: 0.35s; }

nav.gq-breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
   
    flex-wrap: wrap;
}
.contact-us-wrapper .gq-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.contact-us-wrapper .gq-breadcrumb a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.contact-us-wrapper .gq-breadcrumb a:hover {
  color: #0dcaf0;
}

.contact-us-wrapper .gq-breadcrumb i {
  font-size: 9px;
  color: #0dcaf0;
}

.contact-us-wrapper .gq-breadcrumb span {
  color: #0dcaf0;
}
.contact-us-wrapper .submitbtn {
    font-size: 16px;
 padding: 14px 17px;

}