.elementor-32 .elementor-element.elementor-element-7608893{--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;}.elementor-32 .elementor-element.elementor-element-bc4e6c2{--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;}.elementor-32 .elementor-element.elementor-element-ea8de1d{--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;}.elementor-32 .elementor-element.elementor-element-aa57491{--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;}.elementor-32 .elementor-element.elementor-element-b3ea5b7{--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;}/* Start custom CSS for html, class: .elementor-element-394b681 *//* CONTACT US – BRAND COLOUR HERO */
.contact-hero-brand {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;

  background:
    linear-gradient(
      135deg,
      #0b1c2d 0%,
      #143d63 55%,
      #0b1c2d 100%
    );
  position: relative;
  overflow: hidden;
}

/* SOFT BRAND GLOW */
.contact-hero-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(123,192,67,0.28), transparent 60%),
    radial-gradient(circle at bottom left, rgba(246,166,35,0.22), transparent 55%);
}

/* CONTENT */
.contact-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.contact-hero-inner h1 {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
}

.contact-hero-inner p {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* BREADCRUMB (reuse same class) */
.breadcrumb-brand {
  font-size: 14px;
}

.breadcrumb-brand a {
  color: #7bc043;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-brand span {
  margin: 0 6px;
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-hero-brand {
    min-height: 190px;
  }

  .contact-hero-inner h1 {
    font-size: 30px;
  }

  .contact-hero-inner p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db586b7 *//* CONTACT DETAILS SECTION */
.contact-details-premium {
  padding: 120px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.contact-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.contact-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 14px;
}

.contact-header h2 span {
  color: #7bc043;
}

.contact-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

/* CARD */
.contact-card {
  background: #f9fbfd;
  padding: 42px 36px;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

/* HOVER */
.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 80px rgba(0,0,0,0.14);
}

/* ICON */
.contact-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.contact-card h3 {
  font-size: 20px;
  color: #0b1c2d;
  margin-bottom: 12px;
}

.contact-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.contact-card a {
  color: #0b1c2d;
  font-weight: 600;
  text-decoration: none;
}

.contact-note {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #777;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-header h2 {
    font-size: 32px;
  }

  .contact-card {
    padding: 36px 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e17f20c *//* CONTACT FORM SECTION */
.contact-form-premium {
  padding: 130px 20px;
  background: #ffffff;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* LEFT CONTENT */
.form-tag {
  display: inline-block;
  margin-bottom: 12px;
  color: #7bc043;
  font-weight: 600;
}

.contact-form-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 18px;
}

.contact-form-content h2 span {
  color: #f6a623;
}

.contact-form-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 24px;
}

.form-points {
  list-style: none;
  padding: 0;
}

.form-points li {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

/* FORM BOX */
.contact-form-box {
  background: #f9fbfd;
  padding: 50px 44px;
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  transition: all 0.4s ease;
}

.contact-form-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 45px 100px rgba(0,0,0,0.18);
}

/* FORM */
.form-group {
  margin-bottom: 18px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #7bc043;
  box-shadow: 0 0 0 3px rgba(123,192,67,0.2);
  outline: none;
}

/* BUTTON */
.submit-btn {
  width: 100%;
  padding: 15px;
  border-radius: 40px;
  border: none;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.35s ease;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(246,166,35,0.45);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-form-content h2 {
    font-size: 32px;
  }

  .contact-form-box {
    padding: 40px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bc9f63 *//* MAP SECTION */
.contact-map-premium {
  padding: 120px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.map-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.map-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 12px;
}

.map-header h2 span {
  color: #7bc043;
}

.map-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* MAP BOX */
.map-box {
  background: #f9fbfd;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  transition: all 0.4s ease;
}

.map-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 45px 110px rgba(0,0,0,0.18);
}

/* MAP */
.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: none;
}

/* ACTION PANEL */
.map-action {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map-action h3 {
  font-size: 22px;
  color: #0b1c2d;
  margin-bottom: 10px;
}

.map-action p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 26px;
}

/* BUTTON */
.direction-btn {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 40px;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

.direction-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(246,166,35,0.45);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .map-box {
    grid-template-columns: 1fr;
  }

  .map-embed iframe {
    min-height: 300px;
  }

  .map-action {
    padding: 40px 30px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .map-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ba105c *//* FAQ SECTION */
.faq-premium {
  padding: 120px 20px;
  background: #ffffff;
}

.container {
  max-width: 900px;
  margin: auto;
}

/* HEADER */
.faq-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.faq-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 12px;
}

.faq-header h2 span {
  color: #7bc043;
}

.faq-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* FAQ LIST */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ITEM */
.faq-item {
  border-radius: 18px;
  background: #f9fbfd;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item.active {
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

/* QUESTION */
.faq-question {
  width: 100%;
  padding: 22px 26px;
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 600;
  color: #0b1c2d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* ICON */
.faq-icon {
  font-size: 26px;
  color: #7bc043;
  transition: transform 0.3s ease;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 0 26px 22px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* MOBILE */
@media (max-width: 768px) {
  .faq-header h2 {
    font-size: 32px;
  }

  .faq-question {
    font-size: 16px;
    padding: 20px 22px;
  }
}/* End custom CSS */