.elementor .e-119b6fc{display:flex;flex-direction:column;/* =========================================================
 SWARANCARE - FULL WIDTH PREMIUM SECTION
 ========================================================= */

/* Break out of WordPress/page-builder container */
.sc-hybrid-wrapper {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  position: relative;
  overflow: hidden;
}

/* Remove theme container restrictions */
.sc-hybrid-wrapper,
.sc-hybrid-wrapper .mx-auto {
  box-sizing: border-box !important;
}

/* Main content width */
.sc-hybrid-wrapper > .mx-auto {
  width: 100% !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

/* Hero full available width */
.sc-hybrid-wrapper .grid {
  width: 100% !important;
}

/* Left section */
.sc-hybrid-wrapper .md\:grid-cols-\[1fr_380px\] {
  grid-template-columns: minmax(0, 1fr) 390px !important;
}

/* Instant Quote card */
.sc-hybrid-wrapper #instant-quote {
  width: 100% !important;
  max-width: 390px !important;
  margin-left: auto !important;
}

/* Category cards */
.sc-hybrid-wrapper .grid-cols-1 {
  width: 100%;
}

/* =========================================================
 PREMIUM PLAN DROPDOWN
 ========================================================= */

.sc-plan-select-wrap {
  width: 100% !important;
  position: relative !important;
}

.sc-plan-trigger {
  width: 100% !important;
  min-height: 58px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  padding: 0 18px !important;

  background: #ffffff !important;
  border: 1px solid #dce5ed !important;
  border-radius: 12px !important;

  color: #1a365d !important;

  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;

  box-shadow: 0 4px 15px rgba(26, 54, 93, 0.05) !important;

  cursor: pointer !important;

  transition:
      border-color .2s ease,
      box-shadow .2s ease,
      transform .2s ease !important;
}

.sc-plan-trigger:hover {
  border-color: #00a88f !important;
  box-shadow: 0 8px 25px rgba(0, 168, 143, .10) !important;
  transform: translateY(-1px);
}

.sc-plan-trigger:focus {
  outline: none !important;
  border-color: #00a88f !important;
  box-shadow:
      0 0 0 3px rgba(0, 168, 143, .12),
      0 8px 25px rgba(0, 168, 143, .08) !important;
}

/* Dropdown arrow */
.sc-plan-arrow {
  width: 10px !important;
  height: 10px !important;

  border-right: 2px solid #1a365d !important;
  border-bottom: 2px solid #1a365d !important;

  transform: rotate(45deg) !important;

  transition: transform .2s ease !important;
}

.sc-plan-select-wrap.is-open .sc-plan-arrow {
  transform: rotate(225deg) !important;
}

/* Dropdown menu */
.sc-plan-menu {
  position: absolute !important;
  z-index: 99999 !important;

  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;

  width: 100% !important;

  padding: 7px !important;

  background: rgba(255,255,255,.98) !important;

  border: 1px solid #dce7ef !important;
  border-radius: 14px !important;

  box-shadow:
      0 20px 50px rgba(26,54,93,.16),
      0 5px 15px rgba(0,168,143,.05) !important;

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  overflow: hidden !important;
}

/* Dropdown options */
.sc-plan-option {
  width: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  padding: 12px 13px !important;

  border: 0 !important;
  border-radius: 9px !important;

  background: transparent !important;

  color: #1a365d !important;

  font-size: 13px !important;
  font-weight: 600 !important;

  cursor: pointer !important;

  transition:
      background .15s ease,
      color .15s ease !important;
}

.sc-plan-option:hover {
  background: #e9f8f5 !important;
  color: #008f7b !important;
}

.sc-plan-option.is-selected {
  background: linear-gradient(
      90deg,
      #e8f8f5,
      #f6fbfa
  ) !important;

  color: #008f7b !important;
}

/* =========================================================
 INSTANT QUOTE CARD
 ========================================================= */

.sc-hybrid-wrapper #instant-quote {
  border: 1px solid #00a88f !important;
  border-top: 4px solid #00a88f !important;

  background: rgba(255,255,255,.96) !important;

  border-radius: 20px !important;

  box-shadow:
      0 25px 70px rgba(26,54,93,.12),
      0 5px 20px rgba(0,168,143,.06) !important;
}

/* =========================================================
 PREMIUM INPUTS
 ========================================================= */

.sc-hybrid-wrapper input,
.sc-hybrid-wrapper select {
  width: 100% !important;

  min-height: 56px !important;

  border-radius: 11px !important;

  border: 1px solid #dce5ed !important;

  background: #ffffff !important;

  color: #1a365d !important;

  font-size: 14px !important;

  transition:
      border-color .2s ease,
      box-shadow .2s ease !important;
}

.sc-hybrid-wrapper input:focus,
.sc-hybrid-wrapper select:focus {
  border-color: #00a88f !important;

  box-shadow:
      0 0 0 3px rgba(0,168,143,.10),
      0 8px 20px rgba(0,168,143,.06) !important;

  outline: none !important;
}

/* =========================================================
 CTA BUTTON
 ========================================================= */

.sc-hybrid-wrapper #sc-submit-button {
  width: 100% !important;

  min-height: 58px !important;

  border: 0 !important;
  border-radius: 12px !important;

  background:
      linear-gradient(
          135deg,
          #00a88f 0%,
          #009b88 50%,
          #007f7b 100%
      ) !important;

  color: #ffffff !important;

  font-size: 16px !important;
  font-weight: 800 !important;

  box-shadow:
      0 12px 30px rgba(0,168,143,.22) !important;

  transition:
      transform .2s ease,
      box-shadow .2s ease !important;
}

.sc-hybrid-wrapper #sc-submit-button:hover {
  transform: translateY(-2px) !important;

  box-shadow:
      0 17px 35px rgba(0,168,143,.28) !important;
}

/* =========================================================
 LOGO
 ========================================================= */

.sc-brand-bar {
  width: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  padding-top: 5px !important;
}

.sc-brand-logo {
  width: 185px !important;
  height: auto !important;
}

/* =========================================================
 MOBILE
 ========================================================= */

@media (max-width: 1024px) {

  .sc-hybrid-wrapper > .mx-auto {
      padding-left: 22px !important;
      padding-right: 22px !important;
  }

  .sc-hybrid-wrapper .md\:grid-cols-\[1fr_380px\] {
      grid-template-columns: 1fr !important;
  }

  .sc-hybrid-wrapper #instant-quote {
      max-width: 100% !important;
      margin-left: 0 !important;
  }
}

@media (max-width: 640px) {

  .sc-hybrid-wrapper {
      width: 100vw !important;
      max-width: 100vw !important;
  }

  .sc-hybrid-wrapper > .mx-auto {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

  .sc-brand-bar {
      margin-bottom: 20px !important;
  }

  .sc-brand-logo {
      width: 145px !important;
  }

  .sc-brand-badge {
      display: none !important;
  }

  .sc-hybrid-wrapper h1 {
      font-size: 32px !important;
  }

  .sc-plan-trigger {
      min-height: 55px !important;
  }

  .sc-hybrid-wrapper #instant-quote {
      border-radius: 16px !important;
      padding: 20px !important;
  }
}

/* Prevent horizontal scrollbar */
html,
body {
  overflow-x: hidden !important;
}\n}.elementor .e-fb2cedc{flex-direction:column;}.elementor .e-045f997{flex-direction:column;}.elementor .e-9d965b1{flex-direction:column;}.elementor .e-61c3604{display:flex;flex-direction:column;}