.elementor-162 .elementor-element.elementor-element-9825aeb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-162 .elementor-element.elementor-element-a2f3e78{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-162 .elementor-element.elementor-element-ce6ecdf{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-162 .elementor-element.elementor-element-c6ab462{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-162 .elementor-element.elementor-element-1b03c31{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-162 .elementor-element.elementor-element-7062113{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-162 .elementor-element.elementor-element-b3e3857{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-162 .elementor-element.elementor-element-93a099c{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-162 .elementor-element.elementor-element-dd3baaa{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-162 .elementor-element.elementor-element-7d7d60f{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-162 .elementor-element.elementor-element-06bca37{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2b83f6e *//* ============================
   MISSION & VISION SECTION
============================ */
.mission-section {
  background: #0A2342;
  padding: 100px 20px;
  color: #F7F7FF;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Top Glow Line */
.mission-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #F4D35E 25%,
    #F4D35E 75%,
    transparent
  );
  box-shadow: 0 0 8px rgba(244, 211, 94, 0.4);
}

/* Header */
.mission-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.mission-header h2 span {
  color: #F4D35E;
  text-shadow: 0 0 20px rgba(244, 211, 94, 0.5);
}

.mission-header .intro {
  font-size: 1.15rem;
  color: #dcdcdc;
  max-width: 850px;
  margin: 0 auto 60px;
}

/* Grid Layout */
.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Mission Card */
.mission-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(244, 211, 94, 0.3);
  border-radius: 18px;
  padding: 35px 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(244, 211, 94, 0.1);
}

.mission-card:hover {
  box-shadow: 0 0 25px rgba(244, 211, 94, 0.5),
              0 0 45px rgba(244, 211, 94, 0.3);
  transform: translateY(-8px);
}

/* Icon Circle */
.icon-circle {
  width: 55px;
  height: 55px;
  background: rgba(244, 211, 94, 0.15);
  border: 1px solid rgba(244, 211, 94, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.icon-circle i {
  color: #F4D35E;
  font-size: 22px;
}

/* Text */
.mission-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #F7F7FF;
}

.mission-card p {
  color: #d0d0d0;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .mission-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .mission-header h2 {
    font-size: 2.2rem;
  }

  .mission-header .intro {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .mission-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mission-card h3 {
    font-size: 1.25rem;
  }

  .mission-card p {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06bca37 *//* ============================
   WHY BTLK SECTION
============================ */
.why-section {
  background: #0A2342;
  padding: 100px 20px;
  text-align: center;
  color: #F7F7FF;
  position: relative;
}

.why-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #F4D35E 25%, #F4D35E 75%, transparent);
  box-shadow: 0 0 8px rgba(244, 211, 94, 0.4);
}

.why-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #F4D35E;
  text-shadow: 0 0 20px rgba(244, 211, 94, 0.4);
}

.why-header h2 span {
  color: #F7F7FF;
}

.why-header p {
  max-width: 850px;
  margin: 15px auto 60px;
  color: #dcdcdc;
  font-size: 1.1rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.why-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(244, 211, 94, 0.3);
  padding: 30px 20px;
  border-radius: 15px;
  transition: 0.3s ease;
  box-shadow: 0 0 10px rgba(244, 211, 94, 0.1);
}

.why-card:hover {
  box-shadow: 0 0 25px rgba(244, 211, 94, 0.5), 0 0 45px rgba(244, 211, 94, 0.3);
  transform: translateY(-6px);
}

.why-card i {
  font-size: 2rem;
  color: #F4D35E;
  margin-bottom: 15px;
}

.why-card h3 {
  color: #F4D35E;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

/* ============================
   TESTIMONIALS SECTION
============================ */
.testimonials-section {
  background: #0A2342;
  padding: 100px 20px;
  text-align: center;
  color: #F7F7FF;
  position: relative;
}

.testimonials-section::before {
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #F4D35E 25%,
    #F4D35E 75%,
    transparent
  );
  box-shadow: 0 0 8px rgba(244, 211, 94, 0.4);
}

.testimonials-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #F4D35E;
  text-shadow: 0 0 20px rgba(244, 211, 94, 0.4);
}

.testimonials-header h2 span {
  color: #F7F7FF;
}

.testimonials-header p {
  max-width: 800px;
  margin: 0 auto 60px;
  color: #dcdcdc;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(244, 211, 94, 0.3);
  backdrop-filter: blur(15px);
  border-radius: 15px;
  padding: 30px 25px;
  box-shadow: 0 0 10px rgba(244, 211, 94, 0.1);
  transition: 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 0 25px rgba(244, 211, 94, 0.5), 0 0 45px rgba(244, 211, 94, 0.3);
  transform: translateY(-6px);
}

.testimonial-card p {
  color: #dcdcdc;
  font-style: italic;
  margin-bottom: 15px;
}

.testimonial-card h4 {
  color: #F4D35E;
  font-size: 1rem;
  font-weight: 600;
}

/* ============================
   JOIN THE MOVEMENT CTA
============================ */
/* CTA Section */
.cta-section {
  position: relative;
  background: linear-gradient(135deg, #0A2342, #1d1d1d);
  padding: 120px 20px;
  text-align: center;
  color: #F7F7FF;
  overflow: hidden;
}

/* Top Glow Line */
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #F4D35E 25%,
    #F4D35E 75%,
    transparent
  );
  box-shadow: 0 0 8px rgba(244, 211, 94, 0.4);
  z-index: 3;
}

/* Glow Overlay */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(244, 211, 94, 0.12), transparent 70%);
  z-index: 1;
}

/* CTA Container */
.cta-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(244, 211, 94, 0.4);
  padding: 50px 30px;
  border-radius: 20px;
  z-index: 5;
  box-shadow: 0 0 25px rgba(244, 211, 94, 0.2);
  transition: all 0.3s ease;
}

.cta-container h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-container h2 span {
  color: #F4D35E;
  text-shadow: 0 0 20px rgba(244, 211, 94, 0.6);
}

.cta-container p {
  font-size: 1.2rem;
  color: #dcdcdc;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* CTA Button */
.cta-button {
  display: inline-block;
  background: #F4D35E;
  color: #0A2342;
  font-size: 1.1rem;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.4s ease;
  box-shadow: 0 0 20px rgba(244, 211, 94, 0.3);
  animation: smoothPulse 3s ease-in-out infinite;
}

.cta-button:hover {
  transform: scale(1.08);
  box-shadow: 0 0 30px rgba(244, 211, 94, 0.6);
}

@keyframes smoothPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 15px rgba(244, 211, 94, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 35px rgba(244, 211, 94, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 15px rgba(244, 211, 94, 0.3);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .cta-container {
    padding: 35px 20px;
  }

  .cta-container h2 {
    font-size: 2rem;
  }

  .cta-container p {
    font-size: 1rem;
  }
}/* End custom CSS */