.elementor-kit-7{--e-global-color-primary:#0D9489;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#0D9489;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:72px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Google Fonts load – agar theme me already na ho */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

/* Section wrapper */
.referral-form .cf7-section {
  background: #ffffff;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  border: 1px solid #e5e7eb;
}

/* Section headings */
.referral-form .cf7-section-title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Intel", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; /* agar Intel font ho to use ho jayega */
}

/* Labels */
.referral-form label {
  display: block;
  margin-bottom: 14px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #111827;
}

/* Inputs & textareas */
.referral-form input[type="text"],
.referral-form input[type="email"],
.referral-form input[type="tel"],
.referral-form input[type="date"],
.referral-form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 10px 12px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  background-color: #ffffff;
}

.referral-form textarea {
  min-height: 90px;
  resize: vertical;
}

/* Focus state */
.referral-form input:focus,
.referral-form textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb1a;
}

/* Two-column layout */
.referral-form .cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.referral-form .cf7-col {
  flex: 1 1 0;
  min-width: 200px;
}

/* Submit button */
.referral-form input[type="submit"] {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 28px;
  border-radius: 999px;
  border: none;
  background-color: #2563eb;
  color: #ffffff;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.referral-form input[type="submit"]:hover {
  background-color: #1d4ed8;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

/* Mobile spacing */
@media (max-width: 640px) {
  .referral-form .cf7-section {
    padding: 18px;
  }
}



/*Referral form 2 css*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

.cbct-opg-referral-form-01 {
  border-radius: 8px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
}

.cbct-opg-referral-form-01 .cbct-opg-form-main-title {
  margin: 0 0 24px;
  font-size: 26px;
  font-weight: 600;
}

.cbct-opg-referral-form-01 .cbct-opg-form-section-title {
  margin: 24px 0 16px;
  font-size: 20px;
  font-weight: 600;
}

.cbct-opg-referral-form-01 .cbct-opg-form-section-title:first-of-type {
  margin-top: 0;
}

.cbct-opg-referral-form-01 .cbct-opg-form-subheading {
  margin: 8px 0 8px;
  font-size: 14px;
  font-weight: 600;
}

.cbct-opg-referral-form-01 label,
.cbct-opg-referral-form-01 p {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
}

.cbct-opg-referral-form-01 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 4px;
}

.cbct-opg-referral-form-01 input[type="text"],
.cbct-opg-referral-form-01 input[type="email"],
.cbct-opg-referral-form-01 input[type="tel"],
.cbct-opg-referral-form-01 input[type="date"],
.cbct-opg-referral-form-01 textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background-color: #ffffff;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #111827;
}

.cbct-opg-referral-form-01 textarea {
  min-height: 110px;
  resize: vertical;
}

.cbct-opg-referral-form-01 input::placeholder,
.cbct-opg-referral-form-01 textarea::placeholder {
  color: #9ca3af;
}

.cbct-opg-referral-form-01 input:focus,
.cbct-opg-referral-form-01 textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.1);
}

.cbct-opg-referral-form-01 .cbct-opg-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cbct-opg-referral-form-01 .cbct-opg-form-col {
  flex: 1 1 0;
  min-width: 220px;
}

.cbct-opg-referral-form-01 .wpcf7-list-item {
  display: block;
  margin-bottom: 4px;
}

.cbct-opg-referral-form-01 input[type="radio"],
.cbct-opg-referral-form-01 input[type="checkbox"] {
  margin-right: 6px;
  accent-color: #2563eb;
  cursor: pointer;
}

.cbct-opg-referral-form-01 .cbct-opg-info-box {
  margin-top: 24px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 13px;
  color: #374151;
}

.cbct-opg-referral-form-01 .cbct-opg-info-box p {
  margin-bottom: 8px;
}

.cbct-opg-referral-form-01 input[type="submit"] {
  margin-top: 24px;
  padding: 10px 28px;
  border-radius: 999px;
  border: none;
  background-color: #2563eb;
  color: #ffffff;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.cbct-opg-referral-form-01 input[type="submit"]:hover {
  background-color: #1d4ed8;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.cbct-opg-referral-form-01 label.cbct-inline-radio {
    display: flex;
    align-items: left;
    gap: 10px;
    flex-direction: column;
}

.cbct-opg-referral-form-01 label.cbct-inline-radio .wpcf7-form-control-wrap {
  display: inline-block;
  margin-top: 0;
}

@media (max-width: 640px) {
  .cbct-opg-referral-form-01 {
    padding: 18px;
  }
}





/* Remove bullets for main menu and sub-menu */
.e-off-canvas ul.offcanvas-nav,
.e-off-canvas ul.offcanvas-nav ul.sub-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Main menu links */
.e-off-canvas ul.offcanvas-nav li a {
    font-size: 1.125rem !important;
    color: #131313 !important;
    padding: 0.375rem 0 !important;
    display: block !important;
    text-decoration: none !important;
}

/* Hover effect */
.e-off-canvas ul.offcanvas-nav li a:hover {
    color: #009d97 !important;
}

/* Parent menu items (with children) */
.e-off-canvas li.menu-item-has-children {
    position: relative !important;
}

/* Submenu opener container */
.e-off-canvas .submenu-tools {
    display: inline-flex !important;
    align-items: center !important;
    gap: .5rem !important;
    position: absolute !important;
    top: 20px !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
}

/* Submenu opener arrow */
.e-off-canvas .submenu-tools .menu-opener {
    width: 24px !important;
    height: 24px !important;
    cursor: pointer !important;
    display: inline-block !important;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 16 16"><path d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>') center/contain no-repeat !important;
    background-color: black !important;
    transition: transform .2s ease !important;
}

/* Rotate arrow when submenu opens */
.e-off-canvas li.menu-item-has-children.is-open > .submenu-tools .menu-opener {
    transform: rotate(90deg) !important;
}

/* Submenu hidden by default */
.e-off-canvas li.menu-item-has-children > .sub-menu {
    display: none !important;
    padding-left: 1rem !important;
    margin-top: 0 !important; /* keep arrow in place */
}

/* Submenu visible when open */
.e-off-canvas li.menu-item-has-children.is-open > .sub-menu {
    display: block !important;
    margin-top: 0 !important;
    padding-left: 20px !important;/* ensures submenu doesn't push arrow down */
}/* End custom CSS */