.elementor-236 .elementor-element.elementor-element-041089c{--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-236 .elementor-element.elementor-element-041089c.yes-is-sticky, .elementor-236 .elementor-element.elementor-element-041089c.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-236 .elementor-element.elementor-element-528c3f1{--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-236 .elementor-element.elementor-element-528c3f1.yes-is-sticky, .elementor-236 .elementor-element.elementor-element-528c3f1.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-236 .elementor-element.elementor-element-6b0c045{--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-236 .elementor-element.elementor-element-6b0c045.yes-is-sticky, .elementor-236 .elementor-element.elementor-element-6b0c045.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-236 .elementor-element.elementor-element-355f8a6{--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-236 .elementor-element.elementor-element-355f8a6.yes-is-sticky, .elementor-236 .elementor-element.elementor-element-355f8a6.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-236 .elementor-element.elementor-element-2681637{--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-236 .elementor-element.elementor-element-2681637.yes-is-sticky, .elementor-236 .elementor-element.elementor-element-2681637.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-236 .elementor-element.elementor-element-15e90ff{--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-236 .elementor-element.elementor-element-15e90ff.yes-is-sticky, .elementor-236 .elementor-element.elementor-element-15e90ff.adv-sticky-elementor{transition:all 300ms ease-in-out;}/* Start custom CSS for html, class: .elementor-element-20828b4 */.quote-hero {
  padding: 120px 20px 60px;
  text-align: center;
  background: linear-gradient(135deg,#0b1c39,#1e3a8a);
  color: #fff;
}

.quote-hero h1 {
  font-size: 40px;
  font-weight: 700;
}

.quote-hero p {
  margin-top: 10px;
  opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-041089c */@media(max-width:768px){
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-direction: column;
  }
}

/* ALL HEADINGS WHITE */
.quote-premium h1,
.quote-premium h2,
.quote-premium h3,
.quote-premium h4,
.quote-premium h5,
.quote-premium h6 {
  color: #ffffff !important;
}

/* LEFT SIDE TEXT */
.quote-left h1 {
  color: #ffffff !important;
}

/* FORM TITLE */
.quote-card h3 {
  color: #ffffff !important;
}

/* EXTRA SAFETY (Elementor override) */
.quote-premium * {
  color: inherit;
}

/* HERO SECTION HEADING FIX */
.quote-hero h1 {
  color: #ffffff !important;
}

/* HERO TEXT */
.quote-hero p {
  color: rgba(255,255,255,0.8) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fc4d24 */.quote-premium {
  padding: 100px 20px;
  background: radial-gradient(circle at top,#0b1c39,#050d1a);
  color: #fff;
}

.quote-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}

/* LEFT SIDE */
.quote-left h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.quote-left span {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.quote-left p {
  margin: 15px 0;
  opacity: 0.8;
}

.quote-features {
  margin: 25px 0;
  display: grid;
  gap: 10px;
}

.quote-features div {
  background: rgba(255,255,255,0.05);
  padding: 10px 15px;
  border-radius: 8px;
}

.quote-contact {
  margin-top: 20px;
  font-weight: 500;
}

/* FORM CARD */
.quote-card {
  background: rgba(255,255,255,0.05);
  padding: 35px;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 50px rgba(0,0,0,0.4);
}

.quote-card h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

/* FORM */
.row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.quote-card input,
.quote-card select,
.quote-card textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.quote-card textarea {
  height: 110px;
  margin-bottom: 15px;
}

/* BUTTON */
.quote-card button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.quote-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59,130,246,0.4);
}

@media(max-width:768px){
  .quote-wrap {
    grid-template-columns: 1fr;
  }

  .row {
    flex-direction: column;
  }

  .quote-left h1 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2cc0479 */.quote-process {
  padding: 90px 20px;
  background: #ffffff;
}

.process-head {
  text-align: center;
  margin-bottom: 50px;
}

.process-head h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b1c39;
}

.process-head p {
  opacity: 0.7;
}

/* GRID */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* CARD */
.process-card {
  background: #f9fafc;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* STEP NUMBER */
.step {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.process-card h3 {
  margin-bottom: 10px;
  color: #0b1c39;
}

.process-card p {
  font-size: 14px;
  opacity: 0.7;
}
@media(max-width:768px){
  .process-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5920ff */.quote-testimonials {
  padding: 90px 20px;
  background: #f9fafc;
}

.testi-head {
  text-align: center;
  margin-bottom: 50px;
}

.testi-head h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b1c39;
}

.testi-head p {
  opacity: 0.7;
}

/* GRID */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* CARD */
.testi-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.testi-card:hover {
  transform: translateY(-6px);
}

/* TEXT */
.testi-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #444;
}

/* CLIENT */
.client strong {
  display: block;
  color: #0b1c39;
}

.client span {
  font-size: 13px;
  opacity: 0.6;
}

@media(max-width:768px){
  .testi-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1aa65a7 */.quote-faq {
  padding: 90px 20px;
  background: #ffffff;
}

.faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.faq-head h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b1c39;
}

.faq-head p {
  opacity: 0.7;
}

/* ITEMS */
.faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

/* QUESTION */
.faq-question {
  width: 100%;
  padding: 18px;
  text-align: left;
  font-weight: 600;
  background: #f9fafc;
  border: none;
  cursor: pointer;
  color: #0b1c39;
}

/* ANSWER */
.faq-answer {
  display: none;
  padding: 15px 18px;
  background: #fff;
  color: #444;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f74796a */.quote-final {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(135deg,#0b1c39,#1e3a8a);
  color: #fff;
}

.quote-final h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.quote-final p {
  opacity: 0.8;
  margin-bottom: 25px;
}

.final-btn {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  padding: 14px 30px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.quote-final h2 {
  color: #ffffff !important;
}/* End custom CSS */