.elementor-12 .elementor-element.elementor-element-4c9360e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-fbd6c9d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-40d3cc7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-291004e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-0491b28{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-01c89c7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-b81173c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-fa46b65{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-9bfc0ea{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-187bc7a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-1ffdc1f */.aks-hero{
  position:relative;
  width:100vw;
  max-width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#061726;
  font-family:'Poppins',sans-serif;
}

.aks-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(110deg, rgba(6,23,38,.96) 0%, rgba(6,23,38,.88) 48%, rgba(6,23,38,.62) 100%),
    url('https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?q=80&w=1974&auto=format&fit=crop');
  background-size:cover;
  background-position:center;
}

.aks-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%, rgba(31,177,190,.35), transparent 32%),
    radial-gradient(circle at 85% 75%, rgba(245,106,43,.30), transparent 35%);
}

.aks-hero__shape{
  position:absolute;
  border-radius:999px;
  filter:blur(60px);
  opacity:.55;
}

.aks-hero__shape--blue{
  width:340px;
  height:340px;
  background:#19aebc;
  top:-90px;
  left:-80px;
}

.aks-hero__shape--orange{
  width:300px;
  height:300px;
  background:#ff6b2c;
  right:-100px;
  bottom:-100px;
}

.aks-hero__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:120px 45px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:70px;
}

.aks-hero__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(31,177,190,.13);
  border:1px solid rgba(31,177,190,.35);
  color:#6ee7ef;
  font-size:13px;
  font-weight:700;
  margin-bottom:24px;
}

.aks-hero__badge span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ff6b2c;
  box-shadow:0 0 18px rgba(255,107,44,.9);
}

.aks-hero__content h1{
  margin:0 0 24px;
  color:#fff;
  font-size:68px;
  line-height:1.05;
  letter-spacing:-2px;
  font-weight:800;
}

.aks-hero__content h1 span{
  display:block;
  color:#1fb1be;
}

.aks-hero__content p{
  max-width:680px;
  margin:0 0 34px;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.85;
}

.aks-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-bottom:42px;
}

.aks-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 30px;
  border-radius:14px;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  transition:.3s ease;
}

.aks-btn--primary{
  background:#ff6b2c;
  color:#fff;
  box-shadow:0 18px 35px rgba(255,107,44,.28);
}

.aks-btn--primary:hover{
  transform:translateY(-3px);
  background:#f45f21;
}

.aks-btn--outline{
  border:1.5px solid #1fb1be;
  color:#6ee7ef;
  background:rgba(255,255,255,.03);
}

.aks-btn--outline:hover{
  background:#1fb1be;
  color:#061726;
}

.aks-hero__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:650px;
}

.aks-hero__stats div{
  padding:20px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(12px);
}

.aks-hero__stats strong{
  display:block;
  color:#ff6b2c;
  font-size:28px;
  line-height:1;
  margin-bottom:8px;
}

.aks-hero__stats span{
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.5;
}

.aks-hero__visual{
  position:relative;
  min-height:620px;
}

.aks-hero__image-card{
  position:absolute;
  right:0;
  bottom:0;
  width:82%;
  height:500px;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 35px 80px rgba(0,0,0,.35);
}

.aks-hero__image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.aks-hero__logo-card{
  position:absolute;
  left:0;
  top:0;
  width:360px;
  padding:28px;
  border-radius:30px;
  background:#fff;
  box-shadow:0 30px 70px rgba(0,0,0,.30);
  z-index:3;
}

.aks-hero__logo-card img{
  width:100%;
  display:block;
}

.aks-hero__float{
  position:absolute;
  left:20px;
  bottom:35px;
  z-index:4;
  width:330px;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.95);
  box-shadow:0 25px 55px rgba(0,0,0,.25);
  border-left:6px solid #ff6b2c;
}

.aks-hero__float h3{
  margin:0 0 8px;
  color:#182c59;
  font-size:20px;
}

.aks-hero__float p{
  margin:0;
  color:#5c6675;
  font-size:14px;
  line-height:1.6;
}

@media(max-width:1100px){
  .aks-hero__wrap{
    grid-template-columns:1fr;
    gap:50px;
  }

  .aks-hero__content{
    text-align:center;
  }

  .aks-hero__content p{
    margin-left:auto;
    margin-right:auto;
  }

  .aks-hero__buttons{
    justify-content:center;
  }

  .aks-hero__stats{
    margin:0 auto;
  }

  .aks-hero__visual{
    min-height:560px;
  }

  .aks-hero__logo-card{
    left:50%;
    transform:translateX(-50%);
  }

  .aks-hero__image-card{
    left:50%;
    right:auto;
    transform:translateX(-50%);
    width:85%;
  }

  .aks-hero__float{
    left:50%;
    transform:translateX(-50%);
  }
}

@media(max-width:767px){
  .aks-hero{
    min-height:auto;
  }

  .aks-hero__wrap{
    padding:95px 20px 70px;
  }

  .aks-hero__content h1{
    font-size:40px;
    line-height:1.15;
    letter-spacing:-1px;
  }

  .aks-hero__content p{
    font-size:15px;
    line-height:1.75;
  }

  .aks-hero__buttons{
    flex-direction:column;
  }

  .aks-btn{
    width:100%;
  }

  .aks-hero__stats{
    grid-template-columns:1fr;
  }

  .aks-hero__visual{
    min-height:auto;
    display:flex;
    flex-direction:column;
    gap:18px;
  }

  .aks-hero__logo-card,
  .aks-hero__image-card,
  .aks-hero__float{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    top:auto;
    transform:none;
    width:100%;
  }

  .aks-hero__logo-card{
    padding:22px;
  }

  .aks-hero__image-card{
    height:360px;
  }

  .aks-hero__float{
    text-align:left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8cb3ee */.aks-about-sec2{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#fff7f2;
  font-family:'Poppins',sans-serif;
  padding:110px 0;
}

.aks-about-sec2__bg-pattern{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 15%, rgba(31,177,190,.16), transparent 30%),
    radial-gradient(circle at 92% 85%, rgba(255,107,44,.14), transparent 32%),
    linear-gradient(135deg, rgba(24,44,89,.04) 25%, transparent 25%),
    linear-gradient(225deg, rgba(24,44,89,.04) 25%, transparent 25%);
  background-size:auto, auto, 50px 50px, 50px 50px;
  opacity:1;
}

.aks-about-sec2__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 45px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.aks-about-sec2__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ff6b2c;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1.2px;
  margin-bottom:18px;
}

.aks-about-sec2__eyebrow::before{
  content:"";
  width:42px;
  height:3px;
  border-radius:20px;
  background:#1fb1be;
}

.aks-about-sec2__left h2{
  margin:0 0 24px;
  font-size:52px;
  line-height:1.12;
  letter-spacing:-1.5px;
  color:#182c59;
  font-weight:800;
}

.aks-about-sec2__left h2 span{
  color:#1fb1be;
  display:block;
}

.aks-about-sec2__left p{
  margin:0 0 18px;
  color:#5b6470;
  font-size:17px;
  line-height:1.85;
  max-width:720px;
}

.aks-about-sec2__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:34px;
}

.aks-about-sec2__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 28px;
  border-radius:14px;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
  transition:.3s ease;
}

.aks-about-sec2__btn--primary{
  background:#ff6b2c;
  color:#fff;
  box-shadow:0 16px 34px rgba(255,107,44,.22);
}

.aks-about-sec2__btn--primary:hover{
  transform:translateY(-3px);
  background:#f45f21;
}

.aks-about-sec2__btn--outline{
  border:1.5px solid #1fb1be;
  color:#138f99;
  background:#fff;
}

.aks-about-sec2__btn--outline:hover{
  background:#1fb1be;
  color:#fff;
}

.aks-about-sec2__right{
  display:grid;
  gap:22px;
}

.aks-about-sec2__mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.aks-about-sec2__card{
  position:relative;
  background:#fff;
  border-radius:28px;
  padding:32px;
  box-shadow:0 24px 60px rgba(24,44,89,.10);
  border:1px solid rgba(24,44,89,.08);
  overflow:hidden;
}

.aks-about-sec2__card::after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(31,177,190,.08);
  right:-50px;
  top:-50px;
}

.aks-about-sec2__card--main{
  min-height:260px;
  background:linear-gradient(135deg,#182c59,#10203f);
  border:1px solid rgba(255,255,255,.12);
}

.aks-about-sec2__card--main::after{
  background:rgba(255,107,44,.18);
}

.aks-about-sec2__icon{
  position:relative;
  z-index:2;
  width:58px;
  height:58px;
  border-radius:18px;
  background:#1fb1be;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:22px;
  box-shadow:0 12px 28px rgba(31,177,190,.25);
}

.aks-about-sec2__card--main .aks-about-sec2__icon{
  background:#ff6b2c;
}

.aks-about-sec2__card h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:#182c59;
  font-size:24px;
  font-weight:800;
}

.aks-about-sec2__card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#68727f;
  font-size:15px;
  line-height:1.8;
}

.aks-about-sec2__card--main h3{
  color:#fff;
  font-size:30px;
}

.aks-about-sec2__card--main p{
  color:rgba(255,255,255,.78);
  font-size:16px;
}

@media(max-width:1100px){
  .aks-about-sec2__wrap{
    grid-template-columns:1fr;
    gap:45px;
  }

  .aks-about-sec2__left{
    text-align:center;
  }

  .aks-about-sec2__eyebrow{
    justify-content:center;
  }

  .aks-about-sec2__left p{
    margin-left:auto;
    margin-right:auto;
  }

  .aks-about-sec2__buttons{
    justify-content:center;
  }
}

@media(max-width:767px){
  .aks-about-sec2{
    padding:75px 0;
  }

  .aks-about-sec2__wrap{
    padding:0 20px;
  }

  .aks-about-sec2__left h2{
    font-size:34px;
    line-height:1.2;
  }

  .aks-about-sec2__left p{
    font-size:15px;
    line-height:1.75;
  }

  .aks-about-sec2__buttons{
    flex-direction:column;
  }

  .aks-about-sec2__btn{
    width:100%;
  }

  .aks-about-sec2__mini-grid{
    grid-template-columns:1fr;
  }

  .aks-about-sec2__card{
    padding:26px;
    border-radius:22px;
  }

  .aks-about-sec2__card--main h3{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0278c11 */.aks-why-sec3{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#061726;
  font-family:'Poppins',sans-serif;
  padding:110px 0;
}

.aks-why-sec3::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(31,177,190,.22), transparent 35%),
    radial-gradient(circle at bottom right, rgba(255,107,44,.20), transparent 35%),
    linear-gradient(135deg, rgba(255,255,255,.035) 25%, transparent 25%);
  background-size:auto, auto, 55px 55px;
}

.aks-why-sec3__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 45px;
}

.aks-why-sec3__head{
  max-width:850px;
  margin:0 auto 55px;
  text-align:center;
}

.aks-why-sec3__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#6ee7ef;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin-bottom:18px;
}

.aks-why-sec3__eyebrow::before,
.aks-why-sec3__eyebrow::after{
  content:"";
  width:38px;
  height:3px;
  border-radius:20px;
  background:#ff6b2c;
}

.aks-why-sec3__head h2{
  margin:0 0 20px;
  color:#fff;
  font-size:52px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-1.5px;
}

.aks-why-sec3__head h2 span{
  display:block;
  color:#1fb1be;
}

.aks-why-sec3__head p{
  margin:0 auto;
  max-width:760px;
  color:rgba(255,255,255,.72);
  font-size:17px;
  line-height:1.8;
}

.aks-why-sec3__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.aks-why-sec3__card{
  position:relative;
  min-height:270px;
  padding:34px;
  border-radius:30px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(14px);
  overflow:hidden;
  transition:.35s ease;
}

.aks-why-sec3__card::before{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(31,177,190,.12);
  top:-70px;
  right:-70px;
  transition:.35s ease;
}

.aks-why-sec3__card:hover{
  transform:translateY(-8px);
  background:rgba(255,255,255,.11);
  border-color:rgba(31,177,190,.38);
}

.aks-why-sec3__card:hover::before{
  background:rgba(255,107,44,.20);
}

.aks-why-sec3__icon{
  position:relative;
  z-index:2;
  width:68px;
  height:68px;
  border-radius:22px;
  background:linear-gradient(135deg,#ff6b2c,#ff8b55);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  box-shadow:0 18px 38px rgba(255,107,44,.28);
}

.aks-why-sec3__card:nth-child(even) .aks-why-sec3__icon{
  background:linear-gradient(135deg,#1fb1be,#6ee7ef);
  box-shadow:0 18px 38px rgba(31,177,190,.28);
}

.aks-why-sec3__icon svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:#fff;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.aks-why-sec3__card h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:#fff;
  font-size:23px;
  font-weight:800;
}

.aks-why-sec3__card p{
  position:relative;
  z-index:2;
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:15px;
  line-height:1.8;
}

@media(max-width:1100px){
  .aks-why-sec3__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .aks-why-sec3__head h2{
    font-size:44px;
  }
}

@media(max-width:767px){
  .aks-why-sec3{
    padding:75px 0;
  }

  .aks-why-sec3__wrap{
    padding:0 20px;
  }

  .aks-why-sec3__head{
    margin-bottom:35px;
  }

  .aks-why-sec3__head h2{
    font-size:32px;
    line-height:1.2;
  }

  .aks-why-sec3__head p{
    font-size:15px;
    line-height:1.75;
  }

  .aks-why-sec3__eyebrow::before,
  .aks-why-sec3__eyebrow::after{
    width:24px;
  }

  .aks-why-sec3__grid{
    grid-template-columns:1fr;
  }

  .aks-why-sec3__card{
    min-height:auto;
    padding:28px;
    border-radius:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c47105 */.aks-program-sec4{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#fff;
  font-family:'Poppins',sans-serif;
  padding:110px 0;
}

.aks-program-sec4::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 15%, rgba(31,177,190,.14), transparent 30%),
    radial-gradient(circle at 90% 85%, rgba(255,107,44,.12), transparent 32%);
}

.aks-program-sec4__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 45px;
}

.aks-program-sec4__head{
  max-width:880px;
  margin-bottom:55px;
}

.aks-program-sec4__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ff6b2c;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin-bottom:18px;
}

.aks-program-sec4__eyebrow::before{
  content:"";
  width:42px;
  height:3px;
  border-radius:20px;
  background:#1fb1be;
}

.aks-program-sec4__head h2{
  margin:0 0 20px;
  color:#182c59;
  font-size:52px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:-1.5px;
}

.aks-program-sec4__head h2 span{
  display:block;
  color:#1fb1be;
}

.aks-program-sec4__head p{
  max-width:780px;
  margin:0;
  color:#63707f;
  font-size:17px;
  line-height:1.8;
}

.aks-program-sec4__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.aks-program-sec4__card{
  position:relative;
  background:#fff;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(24,44,89,.09);
  box-shadow:0 24px 60px rgba(24,44,89,.10);
  transition:.35s ease;
}

.aks-program-sec4__card:hover{
  transform:translateY(-8px);
  border-color:rgba(31,177,190,.35);
}

.aks-program-sec4__image{
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#eaf7f8;
}

.aks-program-sec4__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.45s ease;
}

.aks-program-sec4__card:hover .aks-program-sec4__image img{
  transform:scale(1.06);
}

.aks-program-sec4__body{
  position:relative;
  padding:26px;
  min-height:260px;
}

.aks-program-sec4__body::after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  border-radius:50%;
  right:-65px;
  bottom:-65px;
  background:rgba(31,177,190,.09);
}

.aks-program-sec4__body span{
  position:relative;
  z-index:2;
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,107,44,.10);
  color:#ff6b2c;
  font-size:12px;
  font-weight:900;
  margin-bottom:18px;
}

.aks-program-sec4__body h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:#182c59;
  font-size:23px;
  line-height:1.25;
  font-weight:900;
}

.aks-program-sec4__body p{
  position:relative;
  z-index:2;
  margin:0;
  color:#66717d;
  font-size:15px;
  line-height:1.75;
}

.aks-program-sec4__card--highlight .aks-program-sec4__body{
  background:linear-gradient(135deg,#182c59,#0f203f);
}

.aks-program-sec4__card--highlight .aks-program-sec4__body::after{
  background:rgba(255,107,44,.18);
}

.aks-program-sec4__card--highlight .aks-program-sec4__body span{
  background:rgba(31,177,190,.16);
  color:#6ee7ef;
}

.aks-program-sec4__card--highlight .aks-program-sec4__body h3{
  color:#fff;
}

.aks-program-sec4__card--highlight .aks-program-sec4__body p{
  color:rgba(255,255,255,.75);
}

@media(max-width:1200px){
  .aks-program-sec4__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .aks-program-sec4{
    padding:75px 0;
  }

  .aks-program-sec4__wrap{
    padding:0 20px;
  }

  .aks-program-sec4__head{
    text-align:center;
    margin-bottom:35px;
  }

  .aks-program-sec4__eyebrow{
    justify-content:center;
  }

  .aks-program-sec4__head h2{
    font-size:32px;
    line-height:1.2;
  }

  .aks-program-sec4__head p{
    font-size:15px;
    line-height:1.75;
  }

  .aks-program-sec4__grid{
    grid-template-columns:1fr;
  }

  .aks-program-sec4__card{
    border-radius:24px;
  }

  .aks-program-sec4__body{
    min-height:auto;
    padding:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e034337 */.aks-focus-sec5{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#fff7f2;
  font-family:'Poppins',sans-serif;
  padding:110px 0;
}

.aks-focus-sec5::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,107,44,.13), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(31,177,190,.15), transparent 32%);
}

.aks-focus-sec5__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 45px;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:65px;
  align-items:center;
}

.aks-focus-sec5__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ff6b2c;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin-bottom:18px;
}

.aks-focus-sec5__eyebrow::before{
  content:"";
  width:42px;
  height:3px;
  border-radius:20px;
  background:#1fb1be;
}

.aks-focus-sec5__content h2{
  margin:0 0 22px;
  color:#182c59;
  font-size:52px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:-1.5px;
}

.aks-focus-sec5__content h2 span{
  display:block;
  color:#1fb1be;
}

.aks-focus-sec5__content p{
  margin:0 0 28px;
  color:#63707f;
  font-size:17px;
  line-height:1.85;
  max-width:620px;
}

.aks-focus-sec5__note{
  max-width:560px;
  padding:24px 26px;
  border-radius:24px;
  background:#fff;
  border-left:6px solid #ff6b2c;
  box-shadow:0 22px 55px rgba(24,44,89,.10);
  color:#5e6875;
  font-size:15px;
  line-height:1.75;
}

.aks-focus-sec5__note strong{
  color:#182c59;
}

.aks-focus-sec5__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.aks-focus-sec5__item{
  position:relative;
  padding:30px;
  min-height:230px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 24px 60px rgba(24,44,89,.10);
  border:1px solid rgba(24,44,89,.08);
  overflow:hidden;
  transition:.35s ease;
}

.aks-focus-sec5__item:nth-child(5){
  grid-column:1 / -1;
  min-height:auto;
}

.aks-focus-sec5__item::after{
  content:"";
  position:absolute;
  width:140px;
  height:140px;
  border-radius:50%;
  background:rgba(31,177,190,.09);
  right:-65px;
  bottom:-65px;
}

.aks-focus-sec5__item:hover{
  transform:translateY(-7px);
  border-color:rgba(31,177,190,.35);
}

.aks-focus-sec5__icon{
  position:relative;
  z-index:2;
  width:64px;
  height:64px;
  border-radius:22px;
  background:#1fb1be;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  margin-bottom:22px;
  box-shadow:0 16px 34px rgba(31,177,190,.22);
}

.aks-focus-sec5__item:nth-child(even) .aks-focus-sec5__icon{
  background:#ff6b2c;
  box-shadow:0 16px 34px rgba(255,107,44,.22);
}

.aks-focus-sec5__item h3{
  position:relative;
  z-index:2;
  margin:0 0 10px;
  color:#182c59;
  font-size:23px;
  font-weight:900;
  line-height:1.25;
}

.aks-focus-sec5__item p{
  position:relative;
  z-index:2;
  margin:0;
  color:#677381;
  font-size:15px;
  line-height:1.75;
}

@media(max-width:1100px){
  .aks-focus-sec5__wrap{
    grid-template-columns:1fr;
    gap:45px;
  }

  .aks-focus-sec5__content{
    text-align:center;
  }

  .aks-focus-sec5__content p,
  .aks-focus-sec5__note{
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:767px){
  .aks-focus-sec5{
    padding:75px 0;
  }

  .aks-focus-sec5__wrap{
    padding:0 20px;
  }

  .aks-focus-sec5__content h2{
    font-size:32px;
    line-height:1.2;
  }

  .aks-focus-sec5__content p{
    font-size:15px;
    line-height:1.75;
  }

  .aks-focus-sec5__grid{
    grid-template-columns:1fr;
  }

  .aks-focus-sec5__item,
  .aks-focus-sec5__item:nth-child(5){
    grid-column:auto;
    min-height:auto;
    padding:26px;
    border-radius:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04103fe */.aks-founder-sec6{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#061726;
  font-family:'Poppins',sans-serif;
  padding:110px 0;
}

.aks-founder-sec6::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(31,177,190,.22), transparent 32%),
    radial-gradient(circle at 88% 80%, rgba(255,107,44,.18), transparent 35%);
}

.aks-founder-sec6__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 45px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

.aks-founder-sec6__visual{
  position:relative;
}

.aks-founder-sec6__image{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 35px 80px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.16);
}

.aks-founder-sec6__image::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(6,23,38,.45), transparent);
  z-index:1;
}

.aks-founder-sec6__image img{
  width:100%;
  height:650px;
  object-fit:cover;
  display:block;
}

.aks-founder-sec6__badge{
  position:absolute;
  right:-30px;
  bottom:35px;
  z-index:3;
  width:230px;
  padding:22px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 25px 60px rgba(0,0,0,.28);
  border-left:6px solid #ff6b2c;
}

.aks-founder-sec6__badge strong{
  display:block;
  color:#1fb1be;
  font-size:30px;
  line-height:1;
  margin-bottom:8px;
  font-weight:900;
}

.aks-founder-sec6__badge span{
  color:#5d6875;
  font-size:14px;
  line-height:1.5;
}

.aks-founder-sec6__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#6ee7ef;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin-bottom:18px;
}

.aks-founder-sec6__eyebrow::before{
  content:"";
  width:42px;
  height:3px;
  border-radius:20px;
  background:#ff6b2c;
}

.aks-founder-sec6__content h2{
  margin:0 0 22px;
  color:#fff;
  font-size:52px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:-1.5px;
}

.aks-founder-sec6__content h2 span{
  display:block;
  color:#1fb1be;
}

.aks-founder-sec6__content h3{
  margin:0;
  color:#ff6b2c;
  font-size:28px;
  font-weight:900;
}

.aks-founder-sec6__content small{
  display:block;
  margin:8px 0 24px;
  color:rgba(255,255,255,.65);
  font-size:15px;
  font-weight:600;
}

.aks-founder-sec6__content p{
  margin:0 0 18px;
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.85;
  max-width:720px;
}

.aks-founder-sec6__points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:32px;
}

.aks-founder-sec6__points div{
  position:relative;
  padding:17px 18px 17px 44px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:700;
}

.aks-founder-sec6__points div::before{
  content:"✓";
  position:absolute;
  left:17px;
  top:50%;
  transform:translateY(-50%);
  color:#ff6b2c;
  font-weight:900;
}

@media(max-width:1100px){
  .aks-founder-sec6__wrap{
    grid-template-columns:1fr;
    gap:50px;
  }

  .aks-founder-sec6__content{
    text-align:center;
  }

  .aks-founder-sec6__content p{
    margin-left:auto;
    margin-right:auto;
  }

  .aks-founder-sec6__points{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
  }

  .aks-founder-sec6__badge{
    right:25px;
  }
}

@media(max-width:767px){
  .aks-founder-sec6{
    padding:75px 0;
  }

  .aks-founder-sec6__wrap{
    padding:0 20px;
  }

  .aks-founder-sec6__image img{
    height:430px;
  }

  .aks-founder-sec6__badge{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:18px;
  }

  .aks-founder-sec6__content h2{
    font-size:32px;
    line-height:1.2;
  }

  .aks-founder-sec6__content h3{
    font-size:23px;
  }

  .aks-founder-sec6__content p{
    font-size:15px;
    line-height:1.75;
  }

  .aks-founder-sec6__points{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43b870e */.aks-location-sec7{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#ffffff;
  font-family:'Poppins',sans-serif;
  padding:110px 0;
}

.aks-location-sec7::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(31,177,190,.14), transparent 30%),
    radial-gradient(circle at 90% 82%, rgba(255,107,44,.12), transparent 32%);
}

.aks-location-sec7__wrap{
  position:relative;
  z-index:2;
  max-width:1450px;
  margin:0 auto;
  padding:0 45px;
}

.aks-location-sec7__head{
  max-width:850px;
  margin:0 auto 55px;
  text-align:center;
}

.aks-location-sec7__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ff6b2c;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin-bottom:18px;
}

.aks-location-sec7__eyebrow::before,
.aks-location-sec7__eyebrow::after{
  content:"";
  width:38px;
  height:3px;
  border-radius:20px;
  background:#1fb1be;
}

.aks-location-sec7__head h2{
  margin:0 0 20px;
  color:#182c59;
  font-size:52px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:-1.5px;
}

.aks-location-sec7__head h2 span{
  display:block;
  color:#1fb1be;
}

.aks-location-sec7__head p{
  margin:0 auto;
  max-width:760px;
  color:#63707f;
  font-size:17px;
  line-height:1.8;
}

.aks-location-sec7__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.aks-location-sec7__card{
  overflow:hidden;
  border-radius:30px;
  background:#fff7f2;
  border:1px solid rgba(24,44,89,.08);
  box-shadow:0 26px 70px rgba(24,44,89,.10);
}

.aks-location-sec7__card--dark{
  background:#182c59;
}

.aks-location-sec7__map{
  width:100%;
  height:260px;
  background:#eaf7f8;
}

.aks-location-sec7__map iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

.aks-location-sec7__body{
  padding:30px;
}

.aks-location-sec7__body span{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:#1fb1be;
  color:#fff;
  font-size:12px;
  font-weight:900;
  margin-bottom:18px;
}

.aks-location-sec7__card--dark .aks-location-sec7__body span{
  background:#ff6b2c;
}

.aks-location-sec7__body h3{
  margin:0 0 14px;
  color:#182c59;
  font-size:26px;
  font-weight:900;
  line-height:1.25;
}

.aks-location-sec7__body p{
  margin:0 0 24px;
  color:#65717f;
  font-size:15px;
  line-height:1.75;
}

.aks-location-sec7__card--dark .aks-location-sec7__body h3{
  color:#fff;
}

.aks-location-sec7__card--dark .aks-location-sec7__body p{
  color:rgba(255,255,255,.76);
}

.aks-location-sec7__body a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:14px;
  background:#ff6b2c;
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  transition:.3s ease;
}

.aks-location-sec7__body a:hover{
  transform:translateY(-3px);
  background:#f45f21;
}

.aks-location-sec7__card--dark .aks-location-sec7__body a{
  background:#1fb1be;
}

@media(max-width:1100px){
  .aks-location-sec7__grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .aks-location-sec7{
    padding:75px 0;
  }

  .aks-location-sec7__wrap{
    padding:0 20px;
  }

  .aks-location-sec7__head h2{
    font-size:32px;
  }

  .aks-location-sec7__head p{
    font-size:15px;
  }

  .aks-location-sec7__map{
    height:240px;
  }

  .aks-location-sec7__body{
    padding:24px;
  }

  .aks-location-sec7__body a{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0acc345 */.aks-cta-sec8{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#061726;
  font-family:'Poppins',sans-serif;
  padding:110px 0;
}

.aks-cta-sec8::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(31,177,190,.25), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(255,107,44,.20), transparent 36%);
}

.aks-cta-sec8__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 45px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:60px;
  align-items:center;
}

.aks-cta-sec8__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#6ee7ef;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin-bottom:18px;
}

.aks-cta-sec8__eyebrow::before{
  content:"";
  width:42px;
  height:3px;
  border-radius:20px;
  background:#ff6b2c;
}

.aks-cta-sec8__content h2{
  margin:0 0 22px;
  color:#fff;
  font-size:56px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:-1.5px;
}

.aks-cta-sec8__content h2 span{
  display:block;
  color:#1fb1be;
}

.aks-cta-sec8__content p{
  max-width:760px;
  margin:0 0 34px;
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.85;
}

.aks-cta-sec8__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.aks-cta-sec8__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 30px;
  border-radius:14px;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  transition:.3s ease;
}

.aks-cta-sec8__btn--primary{
  background:#ff6b2c;
  color:#fff;
  box-shadow:0 18px 38px rgba(255,107,44,.28);
}

.aks-cta-sec8__btn--primary:hover{
  transform:translateY(-3px);
  background:#f45f21;
}

.aks-cta-sec8__btn--outline{
  border:1.5px solid #1fb1be;
  color:#6ee7ef;
  background:rgba(255,255,255,.03);
}

.aks-cta-sec8__btn--outline:hover{
  background:#1fb1be;
  color:#061726;
}

.aks-cta-sec8__contact{
  display:grid;
  gap:22px;
}

.aks-cta-sec8__box{
  position:relative;
  overflow:hidden;
  padding:34px;
  border-radius:28px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
  box-shadow:0 26px 70px rgba(0,0,0,.18);
}

.aks-cta-sec8__box::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  border-radius:50%;
  right:-70px;
  bottom:-70px;
  background:rgba(31,177,190,.16);
}

.aks-cta-sec8__box span{
  position:relative;
  z-index:2;
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:#1fb1be;
  color:#fff;
  font-size:12px;
  font-weight:900;
  margin-bottom:18px;
}

.aks-cta-sec8__box:nth-child(2) span{
  background:#ff6b2c;
}

.aks-cta-sec8__box h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:#fff;
  font-size:25px;
  line-height:1.3;
  font-weight:900;
  word-break:break-word;
}

.aks-cta-sec8__box p{
  position:relative;
  z-index:2;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.75;
}

@media(max-width:1100px){
  .aks-cta-sec8__wrap{
    grid-template-columns:1fr;
    text-align:center;
  }

  .aks-cta-sec8__content p{
    margin-left:auto;
    margin-right:auto;
  }

  .aks-cta-sec8__buttons{
    justify-content:center;
  }

  .aks-cta-sec8__contact{
    max-width:760px;
    margin:0 auto;
    width:100%;
  }
}

@media(max-width:767px){
  .aks-cta-sec8{
    padding:75px 0;
  }

  .aks-cta-sec8__wrap{
    padding:0 20px;
    gap:35px;
  }

  .aks-cta-sec8__content h2{
    font-size:34px;
    line-height:1.18;
  }

  .aks-cta-sec8__content p{
    font-size:15px;
    line-height:1.75;
  }

  .aks-cta-sec8__buttons{
    flex-direction:column;
  }

  .aks-cta-sec8__btn{
    width:100%;
  }

  .aks-cta-sec8__box{
    padding:26px;
    border-radius:22px;
  }

  .aks-cta-sec8__box h3{
    font-size:20px;
  }
}/* End custom CSS */