.elementor-216 .elementor-element.elementor-element-1c53bd7{--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-216 .elementor-element.elementor-element-1c53bd7.yes-is-sticky, .elementor-216 .elementor-element.elementor-element-1c53bd7.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-216 .elementor-element.elementor-element-0880604{--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-216 .elementor-element.elementor-element-0880604.yes-is-sticky, .elementor-216 .elementor-element.elementor-element-0880604.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-216 .elementor-element.elementor-element-99a496e{--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-216 .elementor-element.elementor-element-99a496e.yes-is-sticky, .elementor-216 .elementor-element.elementor-element-99a496e.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-216 .elementor-element.elementor-element-090e670{--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-216 .elementor-element.elementor-element-090e670.yes-is-sticky, .elementor-216 .elementor-element.elementor-element-090e670.adv-sticky-elementor{transition:all 300ms ease-in-out;}/* Start custom CSS for html, class: .elementor-element-212db80 */.contact-hero {
  padding: 100px 20px;
  background: linear-gradient(135deg,#0a1a33,#1e3a8a);
  text-align: center;
  color: #fff;
}

.contact-hero h1 {
  font-size: 44px;
  font-weight: 800;
}

.contact-hero p {
  color: #cbd5e1;
}

.contact-hero {
  padding: 120px 20px;
  background: linear-gradient(135deg,#0a1a33,#1e3a8a);
  text-align: center;
  color: #fff;
}

.contact-hero h1 {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
}

.contact-hero p {
  color: #cbd5e1;
  font-size: 18px;
  margin-top: 10px;
}

@media(max-width:768px){

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero h1 {
    font-size: 32px;
  }

  .contact-info h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27f0ed1 */.contact-main {
  padding: 100px 20px;
  background: #f8fafc;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* INFO */
.contact-info h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0a1a33;
}

.contact-info p {
  color: #64748b;
  margin-bottom: 20px;
}

.info-box {
  margin-bottom: 15px;
  font-size: 15px;
}

/* FORM */
.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.contact-form button {
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

/* MOBILE */
@media(max-width:768px){
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-main {
  padding: 100px 20px;
  background: #f1f5f9;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT SIDE */
.contact-info h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0b1c39;
  margin-bottom: 10px;
}

.contact-info p {
  color: #64748b;
  margin-bottom: 25px;
}

/* INFO BOX PREMIUM */
.info-box {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 12px 15px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  font-size: 14px;
}

.contact-form {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(15px);
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  border: 1px solid rgba(255,255,255,0.4);
}

/* INPUT */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  outline: none;
  transition: 0.3s;
  font-size: 14px;
}

/* FOCUS EFFECT */
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.2);
}

/* BUTTON */
.contact-form button {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  box-shadow: 0 10px 30px rgba(59,130,246,0.4);
  transition: 0.3s;
}

.contact-form button:hover {
  transform: translateY(-3px);
}

/* smooth hover */
.info-box:hover {
  transform: translateY(-3px);
  transition: 0.3s;
}

/* section spacing fix */
.container {
  max-width: 1200px;
  margin: auto;
}

/* smooth hover */
.info-box:hover {
  transform: translateY(-3px);
  transition: 0.3s;
}

/* section spacing fix */
.container {
  max-width: 1200px;
  margin: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-927b7a1 *//* MAP SECTION */
.contact-map {
  padding: 100px 20px;
  background: #ffffff;
}

/* HEADING */
.map-head {
  text-align: center;
  margin-bottom: 40px;
}

.map-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0a1a33;
}

.map-head p {
  color: #64748b;
}

/* MAP BOX */
.map-box {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  border: 1px solid #e2e8f0;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* MOBILE */
@media(max-width:768px){
  .map-head h2 {
    font-size: 26px;
  }

  .map-box {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97a9ea2 */.faq-section {
  padding: 100px 20px;
  background: #ffffff;
}

/* HEADING */
.faq-head {
  text-align: center;
  margin-bottom: 50px;
}

.faq-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0b1c39;
}

.faq-head p {
  color: #64748b;
}

/* BOX */
.faq-box {
  max-width: 800px;
  margin: auto;
}

/* ITEM */
.faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

/* QUESTION */
.faq-question {
  width: 100%;
  padding: 18px;
  text-align: left;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

/* ICON + */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  padding: 0 18px;
}

.faq-answer p {
  padding: 10px 0;
  color: #475569;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-question::after {
  content: "-";
}

/* QUESTION TEXT FIX */
.faq-question {
  color: #0b1c39 !important;   /* dark text */
  font-weight: 600;
}

/* ANSWER TEXT */
.faq-answer p {
  color: #475569 !important;
}

/* BACKGROUND IMPROVE */
.faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

/* HOVER EFFECT */
.faq-item:hover {
  background: #f1f5f9;
}

/* PLUS ICON */
.faq-question::after {
  color: #0b1c39;
}/* End custom CSS */