.elementor-2438 .elementor-element.elementor-element-fd08e43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-65px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2438 .elementor-element.elementor-element-7c5ea7f{--spacer-size:80px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2438 .elementor-element.elementor-element-592c520{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-33e333b *//* MAIN PAGE WRAPPER */
.cp-page {
  background: #f7f8fc;
  padding: 0px 0 70px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #1f2933;
}

/* =============================
   TOP HERO – LET'S CONNECT
   ============================= */
.cp-hero {
  max-width: 1800px;
  margin: 0 auto 40px;
  text-align: center;
  padding: 80px 40px 70px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  isolation: isolate;
}

/* soft paper-grid background behind hero */
.cp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(
      to right,
      rgba(0, 26, 112, 0.09) 1px,
      transparent 1px
    ),
    linear-gradient(
      to bottom,
      rgba(0, 26, 112, 0.09) 1px,
      transparent 1px
    );
  background-size: 80px 80px;
  opacity: 1;
}

/* soft fade top side */
.cp-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), transparent);
  z-index: -1;
}

/* pill badge */
.cp-hero-tag {
  display: inline-block;
  padding: 8px 26px;
  border-radius: 999px;
  border: 1px solid #001a70;
  background: rgba(255, 255, 255, 0.96);
  color: #001a70;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.cp-hero h1 {
  font-size: 34px;
  margin: 0 0 10px;
  color: #001a70;
  font-weight: 800;
}

.cp-hero p {
  margin: 0;
  font-size: 15px;
  color: #4b5675;
}

/* INFO BOXES – FULL WIDTH + NICE CARDS */
.cp-info-row {
  max-width: 1400px;
  margin: 24px auto 40px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

/* REMOVE UNDERLINE COMPLETELY */
.cp-info-card,
.cp-info-card:hover {
  text-decoration: none !important;
}

.cp-info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 18px 18px;
  text-decoration: none;
  color: inherit;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid #e3e6f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease,
    background 0.2s ease;
}

.cp-info-card:hover {
  transform: translateY(-4px);
  border-color: #001a70;
  background: #f4f6ff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

/* ICON CIRCLE */
.cp-info-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #e6edff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.cp-info-icon i {
  color: #001a70;
  font-size: 20px;
}

/* WhatsApp special bg */
.cp-info-icon.cp-whatsapp {
  background: #e3f9e5;
}

.cp-info-icon.cp-whatsapp i {
  color: #1f9d55;
}

.cp-info-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #001a70;
  margin: 0 0 6px;
}

.cp-info-card p {
  font-size: 13px;
  line-height: 1.5;
  color: #4b5675;
  margin: 0;
}

/* FORM + IMAGE WRAP */
.cp-form-wrapper {
  max-width: 1400px;
  margin: 0 auto 40px;
  padding: 0 40px;
}

.cp-form-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  display: flex;
  overflow: hidden;
}

/* LEFT FORM SIDE */
.cp-form-side {
  flex: 0 0 55%;
  padding: 26px 28px 26px;
}

.cp-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e6f0ff;
  color: #001a70;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.cp-form-side h2 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #001a70;
}

.cp-form-text {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 16px;
}

.cp-two-col {
  display: flex;
  gap: 10px;
}

.cp-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.cp-field label {
  font-size: 12px;
  color: #4b5675;
  margin-bottom: 3px;
}

.cp-field input,
.cp-field textarea {
  border-radius: 4px;
  border: 1px solid #d3d8eb;
  padding: 8px 10px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
}

.cp-field input:focus,
.cp-field textarea:focus {
  border-color: #001a70;
}

.cp-field textarea {
  resize: vertical;
}

/* checkbox */
.cp-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #4b5675;
  margin-bottom: 12px;
}

.cp-checkbox input {
  width: 14px;
  height: 14px;
}

/* button */
.cp-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 999px;
  background: #001a70;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cp-btn:hover {
  background: #00309e;
  transform: translateY(-1px);
}

/* RIGHT IMAGE SIDE */
.cp-image-side {
  flex: 0 0 45%;
  position: relative;
  min-height: 260px;
}

.cp-image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cp-image-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  color: #001a70;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cp-image-tag i {
  color: #16a34a;
}

/* MAP CARD */
.cp-map-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.cp-map-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1100px) {
  .cp-info-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .cp-info-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-form-card {
    flex-direction: column;
  }

  .cp-image-side {
    flex-basis: auto;
    height: 240px;
  }
}

@media (max-width: 640px) {
  .cp-page {
    padding: 40px 0 50px;
  }

  .cp-hero,
  .cp-info-row,
  .cp-form-wrapper,
  .cp-map-wrap {
    padding: 0 16px;
  }

  .cp-hero {
    padding: 60px 16px 50px;
  }

  .cp-hero h1 {
    font-size: 26px;
  }

  .cp-info-row {
    grid-template-columns: 1fr;
  }

  .cp-form-side {
    padding: 20px 18px 22px;
  }

  .cp-two-col {
    flex-direction: column;
  }

  .cp-image-tag {
    max-width: 90%;
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fd08e43 *//* ===== CONTACT PAGE ONLY – FIX HEADER COLOR & TEXT ===== */

/* Header ko hamesha white kar do */
#site-header.she-header-transparent-yes {
    background: #ffffff !important;
}

/* Menu text hamesha black kar do */
#site-header.she-header-transparent-yes .wpr-menu-item span,
#site-header.she-header .wpr-menu-item span {
    color: #000000 !important;
}

/* Hover bhi black hi rahe */
#site-header.she-header-transparent-yes .wpr-menu-item:hover span,
#site-header.she-header .wpr-menu-item:hover span {
    color: #000000 !important;
}

/* Mobile menu items also black */
#site-header .wpr-mobile-menu-item {
    color: #000000 !important;
}/* End custom CSS */