.elementor-618 .elementor-element.elementor-element-804b4b6{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-618 .elementor-element.elementor-element-7299590{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:100px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-618 .elementor-element.elementor-element-cd508ee{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-618 .elementor-element.elementor-element-cd44e1c .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:20px;font-weight:600;color:#FFFFFF;}.elementor-618 .elementor-element.elementor-element-edb6767{--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;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-618 .elementor-element.elementor-element-edb6767:not(.elementor-motion-effects-element-type-background), .elementor-618 .elementor-element.elementor-element-edb6767 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2d540ca );}.elementor-618 .elementor-element.elementor-element-9e1abc1{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-618 .elementor-element.elementor-element-3040167{--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;--padding-top:100px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-618 .elementor-element.elementor-element-6ff8f78{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-618 .elementor-element.elementor-element-6ff8f78:not(.elementor-motion-effects-element-type-background), .elementor-618 .elementor-element.elementor-element-6ff8f78 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D1117;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-618 .elementor-element.elementor-element-7299590{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-618 .elementor-element.elementor-element-7299590{--width:1300px;}}@media(max-width:767px){.elementor-618 .elementor-element.elementor-element-7299590{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-6564b42 */@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.contact-hero {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(45, 127, 255, 0.3);
  background: rgba(45, 127, 255, 0.07);
  border-radius: 999px;
  margin-bottom: 1.5rem;
}

.contact-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2d7fff;
  animation: pulse 2s ease infinite;
}

.contact-badge-text {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6aacff;
}

.contact-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  color: #f0f4ff;
}

.contact-title span {
  background: linear-gradient(135deg, #2d7fff, #6aacff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-description {
  font-size: 1rem;
  color: rgba(240, 244, 255, 0.5);
  margin: 1.2rem auto 0;
  line-height: 1.8;
  max-width: 460px;
}

.contact-features {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.contact-feature {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.contact-feature span {
  font-size: 0.75rem;
  color: rgba(240, 244, 255, 0.45);
  letter-spacing: 0.05em;
}

.contact-feature svg {
  width: 13px;
  height: 13px;
  stroke: #2d7fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c98882c *//* ===== CARDS ===== */

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.contact-card {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  background: #eef5ff;
  border: 1px solid #c5d9f5;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateX(6px);
  background: #ddeaff;
  border-color: #a0c0f0;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 19px;
  height: 19px;
}

.contact-small {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7a95bb;
  margin-bottom: 0.15rem;
}

.contact-main {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0d2b5e;
}

.contact-label {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.1rem;
}

/* Icônes — toutes unifiées bleu */
.location-icon {
  background: #ddeaff;
  border: 1px solid #b0ccf0;
}
.location-icon svg { stroke: #1351a8; }
.location-label   { color: #1351a8; }

.phone-icon {
  background: #ddeaff;
  border: 1px solid #b0ccf0;
}
.phone-icon svg { stroke: #1351a8; }
.phone-label    { color: #1351a8; }

.email-icon {
  background: #ddeaff;
  border: 1px solid #b0ccf0;
}
.email-icon svg { stroke: #1351a8; }
.email-label    { color: #1351a8; }

.whatsapp-icon {
  background: #ddeaff;
  border: 1px solid #b0ccf0;
}
.whatsapp-icon svg { stroke: #1351a8; }
.whatsapp-label    { color: #1351a8; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2cf4e9d */@keyframes emergencyPulse {
  0%   { transform: scale(1);   opacity: 1;   }
  50%  { transform: scale(1.4); opacity: 0.5; }
  100% { transform: scale(1);   opacity: 1;   }
}

.emergency-box {
  background: #0d2b5e;
  border: 1px solid #1a3f7a;
  border-radius: 12px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.emergency-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, #1351a8, #7ec8ff, transparent);
}

/* Glow subtil en coin */
.emergency-box::after {
  content: "";
  position: absolute;
  bottom: -40px; right: -40px;
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.emergency-top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}

.emergency-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
  animation: emergencyPulse 1.5s ease infinite;
}

.emergency-label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ef4444;
  font-weight: 700;
}

.emergency-phone {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.emergency-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 1rem;
  line-height: 1.6;
}

.emergency-btn-link {
  text-decoration: none;
}

.emergency-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #1351a8;
  color: #fff;
  border: none;
  padding: 0.65rem 1.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(19, 81, 168, 0.4);
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: all 0.3s ease;
}

.emergency-btn:hover {
  background: #1a63c8;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(19, 81, 168, 0.5);
}

.emergency-btn svg {
  width: 14px;
  height: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-450751b */.contact-form-box {
  background: #ffffff;
  border: 1px solid #a8c8f0;
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.contact-form-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, #0d2b5e, #1351a8, #7ec8ff);
}

.contact-form-box::after {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(19,81,168,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.contact-form-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0d2b5e;
  position: relative;
  z-index: 1;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 0.3rem;
}

.contact-form-subtitle {
  font-size: 0.8rem;
  color: #7a95bb;
  position: relative;
  z-index: 1;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 1.5rem;
}

.contact-form-box .wpcf7 { position: relative; z-index: 1; }

.contact-form-box .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.contact-form-box .wpcf7-form p {
  margin: 0 !important;
  padding: 0 !important;
}
.contact-form-box .wpcf7-form br {
  display: none !important;
}
.contact-form-box .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-field {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
}

.contact-field label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5a7aaa;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 0 0 0.75rem 0 !important;
  padding: 0 !important;
  line-height: 1.2;
}

.contact-form-box .wpcf7-form input[type="text"],
.contact-form-box .wpcf7-form input[type="email"],
.contact-form-box .wpcf7-form input[type="tel"],
.contact-form-box .wpcf7-form select,
.contact-form-box .wpcf7-form textarea {
  width: 100%;
  background: #f5f9ff;
  border: 1px solid #c5d9f5;
  color: #0d2b5e;
  padding: 0.85rem 1rem;
  font-size: 0.88rem;
  border-radius: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  outline: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
  margin: 0 !important;
}

.contact-form-box .wpcf7-form input::placeholder,
.contact-form-box .wpcf7-form textarea::placeholder {
  color: #a8bcd8;
}

.contact-form-box .wpcf7-form input:focus,
.contact-form-box .wpcf7-form select:focus,
.contact-form-box .wpcf7-form textarea:focus {
  border-color: #1351a8;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(19, 81, 168, 0.1);
}

.contact-form-box .wpcf7-form textarea { resize: none; }

.contact-form-box .wpcf7-form select {
  appearance: none;
  cursor: pointer;
}

.contact-form-box .wpcf7-form select option {
  background: #ffffff;
  color: #0d2b5e;
}

.contact-form-box .wpcf7-form .contact-submit,
.contact-form-box .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #0d2b5e;
  color: #ffffff;
  border: none;
  padding: 1rem;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(13, 43, 94, 0.2);
  transition: all 0.3s ease;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-form-box .wpcf7-submit:hover {
  background: #1351a8;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(19, 81, 168, 0.3);
}

.contact-form-box .wpcf7-submit::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.3rem;
}

.contact-form-box .wpcf7-not-valid-tip {
  font-size: 0.7rem;
  color: #d94040;
  margin-top: 0.3rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-form-box .wpcf7-response-output {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-size: 0.8rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  border: 1px solid #c5d9f5;
  color: #5a7aaa;
}

.contact-form-box .wpcf7-mail-sent-ok {
  border-color: rgba(20,160,80,0.35);
  background: rgba(20,160,80,0.06);
  color: #0e7a3a;
}

.contact-form-box .wpcf7-mail-sent-ng,
.contact-form-box .wpcf7-spam-blocked {
  border-color: rgba(200,50,50,0.3);
  background: rgba(200,50,50,0.05);
  color: #b03030;
}

@media (max-width: 768px) {
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-box  { padding: 1.5rem; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7299590 */.elementor-element-7299590{
  background: #ffffff;
  padding: 5rem 2rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e1abc1 */.map-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.map-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #c5d9f5;
  height: 360px;
  box-shadow: 0 4px 24px rgba(13, 43, 94, 0.08);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(1)
          sepia(1)
          hue-rotate(180deg)
          saturate(2.5)
          brightness(0.8);
}

.map-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(13, 43, 94, 0.96);
  border: 1px solid rgba(126, 200, 255, 0.25);
  border-radius: 10px;
  padding: 1.2rem 2rem;
  text-align: center;
  backdrop-filter: blur(8px);
  pointer-events: none;
  overflow: hidden;
  min-width: 240px;
}

.map-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, #7ec8ff, transparent);
}

.map-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
}

.map-address {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .map-section {
    padding: 0 1rem 4rem;
  }
  .map-container {
    height: 300px;
  }
  .map-card {
    width: calc(100% - 40px);
    padding: 1rem 1.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-edb6767 */.elementor-element-edb6767 {
  background: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e741ad */.faq-section {
  max-width: 1250px;
  margin: 0 auto;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.faq-header {
  text-align: center;
  margin-bottom: 4rem;
}

.faq-label {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2d7fff;
  font-weight: 600;
}

.faq-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #f0f4ff;
  margin-top: 0.8rem;
}

.faq-item {
  border-bottom: 1px solid rgba(45, 127, 255, 0.1);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.faq-question-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.faq-number {
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(45, 127, 255, 0.4);
  letter-spacing: 0.1em;
  flex-shrink: 0;
}

.faq-question-text {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(240, 244, 255, 0.75);
  transition: transform 0.25s ease;
}

.faq-question:hover .faq-question-text {
  transform: translateX(4px);
}

.faq-icon-box {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid rgba(45, 127, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.faq-icon {
  width: 14px;
  height: 14px;
  stroke: #6aacff;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  font-size: 0.85rem;
  color: rgba(240, 244, 255, 0.5);
  line-height: 1.9;
  padding-bottom: 1.3rem;
  padding-left: 2.5rem;
  margin: 0;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-item.active .faq-icon-box {
  background: rgba(45, 127, 255, 0.08);
  border-color: rgba(45, 127, 255, 0.4);
}

.faq-bottom {
  text-align: center;
  margin-top: 3rem;
}

.faq-bottom-text {
  font-size: 0.85rem;
  color: rgba(240, 244, 255, 0.35);
  margin-bottom: 1.2rem;
}

.faq-btn-link {
  text-decoration: none;
}

.faq-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #6aacff;
  border: 1px solid rgba(45, 127, 255, 0.3);
  padding: 0.8rem 1.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.faq-btn:hover {
  background: rgba(45, 127, 255, 0.08);
  border-color: rgba(45, 127, 255, 0.5);
  transform: translateY(-2px);
}

.faq-btn svg {
  width: 14px;
  height: 14px;
}

.faq-question,
.faq-question:hover,
.faq-question:focus,
.faq-question:active {
  background: transparent !important;
  color: inherit !important;
}

.faq-question-text,
.faq-question:hover .faq-question-text,
.faq-question:focus .faq-question-text,
.faq-question:active .faq-question-text {
  color: rgba(240, 244, 255, 0.75) !important;
}

.faq-question:hover .faq-question-text {
  transform: translateX(4px);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3040167 */.elementor-element-3040167 {
  background: #0d2b5e !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9163ef */.emergency-cta {
  width: 1250px;
  background: #0d2b5e;
  border: 1px solid #1a3f7a;
  border-radius: 16px;
  padding: 3rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.emergency-cta::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, #1351a8, #7ec8ff, transparent);
}

.emergency-cta::after {
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
}

.emergency-cta-content {
  position: relative;
  z-index: 1;
}

.emergency-cta-top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

.emergency-cta-top svg {
  width: 16px;
  height: 16px;
  stroke: #7ec8ff;
}

.emergency-cta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
  flex-shrink: 0;
  animation: emergencyPulse 1.5s ease infinite;
}

.emergency-cta-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ef4444;
  font-weight: 700;
}

.emergency-cta-title {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}

.emergency-cta-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  line-height: 1.7;
}

.emergency-cta-link {
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.emergency-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #1351a8;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(19, 81, 168, 0.4);
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: all 0.3s ease;
}

.emergency-cta-btn:hover {
  background: #1a63c8;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(19, 81, 168, 0.5);
}

.emergency-cta-btn svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
}

@media (max-width: 768px) {
  .emergency-cta {
    padding: 2rem 1.5rem;
  }
  .emergency-cta-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6ff8f78 */.elementor-element-6ff8f78{
  background: #fff !important;
}/* End custom CSS */