.blog-post-height .elementor-element.elementor-element-8c38329.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    display: flex;
    justify-content: end;
}

.faq-acoradtion-style .e-n-accordion-item[open] > summary.e-n-accordion-item-title{
    border-radius: 20px 20px 0px 0px!important;
}

.faq-acoradtion-style .e-n-accordion-item[open]{
    overflow: hidden;
    border-radius: 20px !important;
}
.sticky-headers .elementor-sticky--active {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 15px !important;
}

.btn-all-btn svg {
    height: 40px;
    width: 40px;
}
.btn-all-btn .elementor-button-text {
    display: flex;
    justify-content: center !important;
    align-items: center;
}
.btn-all-btn .elementor-button-content-wrapper {
    gap: 0px !important;
}

/* Mobile Landscape and below */
@media (max-width: 880px) {
    .btn-all-btn .elementor-button-content-wrapper {
        gap: 10px !important;
    }
}

/* Laptop and above */
@media (min-width: 1281px) {
    .btn-all-btn .elementor-button-content-wrapper {
        gap: 10px !important;
    }
}

.btn-2-globel svg {
    height: 40px;
    width: 40px;
}

.btn-2-globel .elementor-button-content-wrapper {
    display: flex;
    justify-content: center !important;
    align-items: center;
}
.single-evenet-post a {
    text-decoration: underline !important;
}
.single-evenet-post li.elementor-icon-list-item {
    gap: 10px;
}
.the-bullet-ponits .box-bullet ::marker {
    color: #8098D6 !important;
}
.the-bullet-ponits .box-bullet {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 880px) {
    .box-bullet ul {
        padding: 0 20px !important;
    }
}
.our-approch-box-bullet {
    display: flex;
    justify-content: start;
    flex-direction: column !important;
    gap: 10px !important;
	padding:0px !important;
}
.our-approch-box-bullet  ul {
    padding: 0px 20px !important;
}
.our-approch-box-bullet ::marker {
    color: #8098d6;  
}
.the-icon-box-calls a {
    color: #373B48;
    font-weight: 700;
}

.the-icon-box-calls .elementor-icon-box-description {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.the-icon-box-calls .time-spend {
    color: #373B488C;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
}


/* ---------- Card container ---------- */
/* .dca-consult-form is now the actual <div> wrapper written into the
   Form tab — a single, plain class selector, no dependency on CF7's
   own .wpcf7-form class or where it sits in the DOM. */
.dca-consult-form {
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 15px -3px rgba(60, 83, 120, 0.04),
              0 20px 45px -10px rgba(60, 83, 120, 0.10);
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
 
.dca-consult-form *,
.dca-consult-form *::before,
.dca-consult-form *::after {
  box-sizing: border-box;
}
 
/* Defensive reset: neutralizes any stray <p>/<br> WordPress's wpautop
   might insert around the form-tag output, so spacing never doubles up
   even if the wpcf7_autop_or_not filter (see 01's footer note) isn't added */
.dca-consult-form p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
 
.dca-consult-form br {
  display: none;
}
 
/* CF7's response/validation wrapper sits as a sibling of .dca-consult-form
   inside the <form>, not a descendant, so it's intentionally left
   unscoped here — it's a CF7-specific class name, safe to style globally */
.wpcf7-response-output {
  margin: 16px 0 0 0 !important;
  border-radius: 12px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
 
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #D14343;
}
 
/* ---------- Heading ---------- */
.dca-consult-form .dca-heading {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #3C5378;
}
 
/* ---------- Rows / layout ---------- */
.dca-consult-form .dca-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 20px;
}
 
.dca-consult-form .dca-row--two .dca-field {
  flex: 1 1 calc(50% - 10px);
}
 
.dca-consult-form .dca-row--one .dca-field {
  flex: 1 1 100%;
}
 
.dca-consult-form .dca-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}
 
/* ---------- Labels ---------- */
.dca-consult-form label,
.dca-consult-form .dca-group-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #3C5378;
  display: inline-block;
}
 
/* ---------- Inputs / Textareas ---------- */
.dca-consult-form .wpcf7-form-control.dca-input,
.dca-consult-form textarea.dca-textarea-lg,
.dca-consult-form textarea.dca-textarea-sm {
  width: 100%;
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3C5378;
  background: #FFFFFF;
  border: 1px solid #E5E8F0;
  border-radius: 12px;
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
 
.dca-consult-form .wpcf7-form-control.dca-input {
  height: 48px;
}
 
.dca-consult-form textarea.dca-textarea-lg,
.dca-consult-form textarea.dca-textarea-sm {
  resize: vertical;
  line-height: 1.5;
}
 
.dca-consult-form textarea.dca-textarea-lg {
  height: 170px;
}
 
.dca-consult-form textarea.dca-textarea-sm {
  height: 120px;
}
 
.dca-consult-form ::placeholder {
  color: #AEB5C2;
  opacity: 1;
  font-weight: 500;
}
 
.dca-consult-form .wpcf7-form-control.dca-input:focus,
.dca-consult-form textarea.dca-textarea-lg:focus,
.dca-consult-form textarea.dca-textarea-sm:focus {
  border-color: #3C5378;
  box-shadow: 0 0 0 4px rgba(60, 83, 120, 0.14);
}
 
.dca-consult-form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #D14343;
}
 
/* ====================================================================
   Preferred Contact Method — pill radio buttons
==================================================================== */
.dca-consult-form .dca-field:has(.dca-pill-group) {
  gap: 14px;
}
 
.dca-consult-form .dca-pill-group {
  display: block;
}
 
.dca-consult-form .dca-pill-group .wpcf7-list-item {
  display: inline-block;
  margin: 0 10px 0 0;
}
 
.dca-consult-form .dca-pill-group label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #E5E8F0;
  background: #FFFFFF;
  color: #3C5378;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
 
.dca-consult-form .dca-pill-group input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
 
/* icon (mask-based, so color follows currentColor / the label's text color) */
.dca-consult-form .dca-pill-group label::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
 
/* Phone = first pill */
.dca-consult-form .dca-pill-group .wpcf7-list-item:nth-child(1) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.5 2h2l1 2.5-1.5 1c.6 1.4 1.6 2.4 3 3l1-1.5L13 8v2c0 .8-.7 1.4-1.5 1.3C7 10.8 3.7 7.5 3.2 3.5 3.1 2.7 3.7 2 4.5 2z' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.5 2h2l1 2.5-1.5 1c.6 1.4 1.6 2.4 3 3l1-1.5L13 8v2c0 .8-.7 1.4-1.5 1.3C7 10.8 3.7 7.5 3.2 3.5 3.1 2.7 3.7 2 4.5 2z' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
 
/* Email = second pill */
.dca-consult-form .dca-pill-group .wpcf7-list-item:nth-child(2) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Crect x='2' y='3.5' width='12' height='9' rx='1.5' stroke='black' stroke-width='1.3'/%3E%3Cpath d='M2.5 4.5 8 8.5l5.5-4' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Crect x='2' y='3.5' width='12' height='9' rx='1.5' stroke='black' stroke-width='1.3'/%3E%3Cpath d='M2.5 4.5 8 8.5l5.5-4' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
 
/* Checked state — modern browsers via :has(), plus .is-checked class
   added by 03-script.js as a fallback for older browsers */
.dca-consult-form .dca-pill-group label:has(input:checked),
.dca-consult-form .dca-pill-group label.is-checked {
  background: #3C5378;
  border-color: #3C5378;
  color: #FFFFFF;
}
 
/* ====================================================================
   Consent checkbox
==================================================================== */
.dca-consult-form .dca-consent .wpcf7-list-item {
  margin: 0;
}
 
.dca-consult-form .dca-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3C5378;
  line-height: 1.5;
}
 
.dca-consult-form .dca-consent input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
 
.dca-consult-form .dca-consent label::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 5px;
  border: 1.5px solid #E5E8F0;
  background: #FFFFFF;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
 
.dca-consult-form .dca-consent label:has(input:checked)::before,
.dca-consult-form .dca-consent label.is-checked::before {
  background-color: #3C5378;
  border-color: #3C5378;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2 6.6 11l6-6.3' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
}
 
/* ====================================================================
   Submit button
==================================================================== */
.dca-consult-form .dca-submit-wrap {
  position: relative;
  width: 100%;
}
 
.dca-consult-form input.dca-submit-btn[type="submit"] {
  width: 100%;
  height: 60px;
  display: block;
  background: #3C5378;
  color: #FFFFFF;
  border: none;
  border-radius: 999px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  padding: 0px 70px 0px 32px;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.15s ease;
  margin-top: 28px;
}
 
.dca-consult-form input.dca-submit-btn[type="submit"]:hover {
  background: #324563;
}
 
.dca-consult-form input.dca-submit-btn[type="submit"]:active {
  transform: scale(0.99);
}
 
/* circular arrow icon, layered on top of the button via the wrapper */
.dca-consult-form .dca-submit-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M25.994 15.998 29.992 19.996 25.994 23.994' stroke='%233C5378' stroke-width='1.999' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.002 19.996H29.993' stroke='%233C5378' stroke-width='1.999' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  transition: transform 0.25s ease;
}
 
.dca-consult-form .dca-submit-wrap:hover::after {
  transform: translateY(-50%) translateX(2px);
}
 
/* ---------- Footer note ---------- */
.dca-consult-form .dca-footer-note {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #AEB5C2;
}
 
.dca-consult-form .dca-footer-note svg {
  color: #AEB5C2;
  flex: 0 0 auto;
}
 
/* ====================================================================
   Responsive
   Desktop & Tablet: 2 columns (down to 640px)
   Mobile: single column
==================================================================== */
@media (max-width: 640px) {
  .dca-consult-form {
    padding: 28px 20px;
    border-radius: 16px;
    gap: 22px;
  }
 
  .dca-consult-form .dca-heading {
    font-size: 24px;
  }
 
  .dca-consult-form .dca-row--two .dca-field {
    flex: 1 1 100%;
  }
 
  .dca-consult-form .dca-row {
    gap: 22px;
  }
 
  .dca-consult-form textarea.dca-textarea-lg {
    height: 150px;
  }
 
  .dca-consult-form textarea.dca-textarea-sm {
    height: 110px;
  }
 
  .dca-consult-form .dca-pill-group .wpcf7-list-item {
    margin: 0 8px 8px 0;
  }
 
  .dca-consult-form input.dca-submit-btn[type="submit"] {
    height: 54px;
    font-size: 15px;
    padding: 0 62px 0 24px;
  }
 
  .dca-consult-form .dca-submit-wrap::after {
    width: 36px;
    height: 36px;
    right: 8px;
    background-size: 36px 36px;
  }
}