.elementor-29360 .elementor-element.elementor-element-90e90d9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29360 .elementor-element.elementor-element-df3efc3{width:100%;max-width:100%;}.elementor-29360 .elementor-element.elementor-element-df3efc3.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:769px){.elementor-29360 .elementor-element.elementor-element-90e90d9{--width:100%;}}@media(max-width:1024px){.elementor-29360 .elementor-element.elementor-element-90e90d9{--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(max-width:768px){.elementor-29360 .elementor-element.elementor-element-90e90d9{--margin-top:60px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-df3efc3 */.content-section {
  background-color: #ffffff;
  padding: 70px 20px;
  font-family: Arial, sans-serif;
}

.content-container {
  max-width: 1200px;
  margin: auto;
}

.content-container h2 {
  text-align: center;
  font-size: 30px;
  color: #f7a23b;
  margin-bottom: 30px;
  font-weight: 600;
}

.content-container p {
    text-align: justify;
  font-size: 17px;
  line-height: 1.8;
  color: #222222;
  margin-bottom: 22px;
}

.custom-divider {
  /*width: 100%;*/
  /*height: 2px;*/
  background-color: #13005A; /* light purple/grey tone */
  margin: 40px 0;
  
   width: 100%;
    max-width: 1400px;
    height: 2px;
    background-color: #13005A;
    border-radius: 10px;
  
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .content-section {
    padding: 50px 15px;
  }

  .content-container h2 {
    font-size: 22px;
  }

  .content-container p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-90e90d9 */.footer-intro {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.footer-intro-container {
    text-align: justify;
  max-width: 1500px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* Logo */
.footer-logo img {
  max-width: 190px;
  height: auto;
}

/* Content */
.footer-content {
  flex: 1;
}

.footer-content h2 {
  font-size: 36px;
  line-height: 1.3;
  color: #f7a23b;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-content p {
     text-align: justify;
  font-size: 17px;
  line-height: 1.7;
  color: #222;
  max-width: 100%;
}

/* ========================= */
/* 📱 Mobile Responsive */
/* ========================= */
@media (max-width: 768px) {
  .footer-intro {
    padding: 40px 15px;
  }

  .footer-intro-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  .footer-logo img {
    max-width: 140px;
  }

  .footer-content h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .footer-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}/* End custom CSS */