.elementor-8 .elementor-element.elementor-element-f2d7d79{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:110px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-7cfe020{--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:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-09b8a41{--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;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-8 .elementor-element.elementor-element-f2d7d79{--padding-top:150px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-f2d7d79{--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:40px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-aea3063 */.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;

  z-index: 1;
}

.banner__wrap {
  z-index: 2;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: slideFade 1s ease forwards;
  animation-delay: 0.3s;
}

.banner__top {
  font-size: 28px;
  font-weight: 500;
  color: #d6eaff;
  letter-spacing: 1px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 12px;
}


.highlight-text {
  color: #ffd166;
  font-weight: 600;
}

.banner__heading {
  font-size: 68px;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  margin: 10px 0;
}

.text-gradient {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner__typing {
  font-size: 32px;
  font-weight: 600;
  color: #bfe2ff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
}

.banner__typing span {
  display: inline-block;
  min-width: 260px;
  text-align: center;
}

@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 768px) {
  .banner__heading { 
    font-size: 40px; 
    white-space: normal;     
    padding: 0 10px;          
  }
  .banner__top { 
    font-size: 18px; 
    white-space: normal;      
    padding: 0 10px;
  }
  .banner__typing { 
    font-size: 20px; 
    min-width: auto;         
    white-space: normal;     
    padding: 0 10px;
  }
  .banner {
    padding: 0 15px;         
  }
}

@media (max-width: 480px) {
  .banner__heading { 
    font-size: 28px; 
    white-space: normal;
    padding: 0 8px;
  }
  .banner__top { 
    font-size: 16px; 
    white-space: normal;
    padding: 0 8px;
  }
  .banner__typing { 
    font-size: 18px; 
    min-width: auto;
    white-space: normal;
    padding: 0 8px;
  }
  .banner {
    padding: 0 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d3b701 */.elementor-8 .elementor-element.elementor-element-0d3b701 a {
    text-decoration: none;
}

.section-cards {
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.section-title {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
}

.cards {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.cards::-webkit-scrollbar {
    display: none;
}

.card {
    width: 320px;
    padding: 20px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card a {
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card img {
    height: 55px;
    margin-bottom: 15px;
    display: block;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.badge {
    margin-top: 10px;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .cards {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        gap: 15px;
    }
    .card {
        flex: 0 0 auto;
        width: 220px;
        margin-bottom: 0;
        padding: 10px 5px;
    }
    .section-title {
        font-size: 28px;
    }
    .section-subtitle {
        font-size: 18px;
    }
    .card-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 24px;
    }
    .section-subtitle {
        font-size: 16px;
    }
    .card-title {
        font-size: 16px;
    }
    .card img {
        height: 45px;
    }
    .badge {
        font-size: 11px;
        padding: 5px 12px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f2d7d79 */.elementor-8 .elementor-element.elementor-element-f2d7d79{
      background: linear-gradient(-90deg, #6694bc 0%, #4d82b1 25%, #3370a5 50%, #1a5e9a 75%, #004c8f 100%);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb9b2db */.about-section-premium {
  position: relative;
  color: #0a2540;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  padding: 80px 20px;
}

.about-container-premium {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.about-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 25px;
}

.about-title span {
  background: linear-gradient(90deg, #004C8F, #007BFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-text {
  font-size: 18px;
  color: #4a5d73;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.about-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.about-card {
  background: rgba(255,255,255,0.95);
  border-radius: 18px;
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  padding: 30px 25px;
  box-shadow: 0 20px 40px rgba(0,76,143,0.08);
  border-left: 6px solid #004C8F;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0,76,143,0.15);
}

.about-card h3 {
  font-size: 22px;
  color: #004C8F;
  margin-bottom: 10px;
}

.about-card p {
  margin: 0;
}

.about-card ul {
  padding-left: 18px;
  margin: 0;
  text-align: left;
}

.about-card li {
  color: #4a5d73;
  font-weight: 500;
  margin-bottom: 6px;
}

.floating-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.12;
  animation: float 20s infinite linear;
}

.circle1 {
  width: 200px;
  height: 200px;
  background: #004C8F;
  top: 10%;
  left: 5%;
}

.circle3 {
  width: 250px;
  height: 250px;
  background: #4FC3F7;
  top: 35%;
  right: 2%;
}

@keyframes float {
  0% { transform: translate(0, 0); }
  50% { transform: translate(15px, -20px); }
  100% { transform: translate(0, 0); }
}

@media (max-width: 768px) {
  .about-section-premium {
    padding: 50px 15px;
  }

  .about-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .about-text {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .about-cards {
    flex-direction: column;
    gap: 0;
  }

  .about-card {
    width: 100%;
    max-width: 100%;
    padding: 22px 18px;
    margin-bottom: 18px;
  }

  .about-card:last-child {
    margin-bottom: 0;
  }

  .floating-circle {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7cfe020 */.elementor-8 .elementor-element.elementor-element-7cfe020{
    background: linear-gradient(180deg, #f5f9ff, #eaf3fb);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c25d9a8 */.philosophy-section {
  padding: 120px 20px;
  background: linear-gradient(180deg, #f7fbff, #eef6ff);
  text-align: center;
  position: relative;
}

.philosophy-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(0, 123, 255, 0.08);
  border-radius: 50%;
  top: -80px;
  left: -80px;
}

.philosophy-section::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(0, 76, 143, 0.06);
  border-radius: 50%;
  bottom: -80px;
  right: -80px;
}

.philosophy-content {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.philosophy-title {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.philosophy-title span {
  background: linear-gradient(90deg, #004C8F, #007BFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.philosophy-text {
  font-size: 18px;
  line-height: 1.9;
  color: #0a2540;
  margin-bottom: 28px;
  opacity: 0.9;
}

.philosophy-text strong {
  color: #004C8F;
}

.philosophy-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .philosophy-section {
    padding: 100px 15px;
  }
  .philosophy-section::before {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
  }
  .philosophy-section::after {
    width: 180px;
    height: 180px;
    bottom: -50px;
    right: -50px;
  }
  .philosophy-title {
    font-size: 36px;
  }
  .philosophy-line {
    width: 50px;
    height: 3px;
    margin: 15px auto 30px;
  }
  .philosophy-text {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .philosophy-section {
    padding: 80px 12px;
  }
  .philosophy-section::before {
    width: 150px;
    height: 150px;
    top: -40px;
    left: -40px;
  }
  .philosophy-section::after {
    width: 130px;
    height: 130px;
    bottom: -40px;
    right: -40px;
  }
  .philosophy-title {
    font-size: 28px;
  }
  .philosophy-line {
    width: 40px;
    height: 3px;
    margin: 12px auto 25px;
  }
  .philosophy-text {
    font-size: 14px;
    line-height: 1.7;
  }
}/* End custom CSS */