.elementor-13 .elementor-element.elementor-element-caa6d1d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-ff19f53{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-08721c6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-07ff2f0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-533679c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-70a1767{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-3bc5632{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-cdca11a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-89fec86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-32a54d7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-dd8ba17{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-88d2b7d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-9c03102{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-b059c75{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-2064074{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4aa20bc */.afs-hero-school{
  position:relative;
  width:100%;
  min-height:100vh;
  display:grid;
  grid-template-columns:50% 50%;
  overflow:hidden;
  background:#f7f9fc;
  font-family:'Poppins',Arial,sans-serif;
}

.afs-hero-school *{
  box-sizing:border-box;
}

.afs-hero-school__pattern{
  position:absolute;
  left:0;
  top:0;
  width:50%;
  height:100%;
  background:
    radial-gradient(circle at 18% 20%, rgba(244,196,0,.16), transparent 24%),
    radial-gradient(circle at 85% 85%, rgba(11,78,162,.12), transparent 26%),
    linear-gradient(135deg,#ffffff 0%,#f7f9fc 100%);
  z-index:0;
}

.afs-hero-school__pattern::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(30deg, rgba(11,78,162,.045) 12%, transparent 12.5%, transparent 87%, rgba(11,78,162,.045) 87.5%, rgba(11,78,162,.045)),
    linear-gradient(150deg, rgba(11,78,162,.045) 12%, transparent 12.5%, transparent 87%, rgba(11,78,162,.045) 87.5%, rgba(11,78,162,.045));
  background-size:90px 150px;
  opacity:.28;
}

.afs-hero-school__left{
  position:relative;
  z-index:2;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:130px 6vw 80px;
}

.afs-hero-school__content{
  max-width:720px;
}

.afs-hero-school__tag{
  display:inline-flex;
  align-items:center;
  margin-bottom:26px;
  padding:12px 18px;
  border-radius:999px;
  background:rgba(11,78,162,.09);
  color:#0B4EA2;
  border:1px solid rgba(11,78,162,.12);
  font-family:'Montserrat',Arial,sans-serif;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.afs-hero-school h1{
  margin:0;
  color:#062352;
  font-family:'Montserrat',Arial,sans-serif;
  font-size:clamp(44px,5.1vw,82px);
  font-weight:900;
  line-height:1.02;
  letter-spacing:-.055em;
}

.afs-hero-school h1 span{
  color:#0B4EA2;
}

.afs-hero-school h1 em{
  font-style:normal;
  color:#F4C400;
}

.afs-hero-school p{
  max-width:620px;
  margin:28px 0 0;
  color:#4d5d70;
  font-size:19px;
  line-height:1.85;
}

.afs-hero-school__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:36px;
}

.afs-hero-school__btn{
  min-height:60px;
  padding:0 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  font-family:'Montserrat',Arial,sans-serif;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
  transition:.35s ease;
}

.afs-hero-school__btn--main{
  background:#F4C400;
  color:#062352;
  box-shadow:0 18px 45px rgba(244,196,0,.35);
}

.afs-hero-school__btn--main:hover{
  transform:translateY(-5px);
  box-shadow:0 25px 60px rgba(244,196,0,.45);
}

.afs-hero-school__btn--second{
  background:#ffffff;
  color:#0B4EA2;
  border:1px solid rgba(11,78,162,.22);
  box-shadow:0 16px 40px rgba(6,35,82,.08);
}

.afs-hero-school__btn--second:hover{
  background:#0B4EA2;
  color:#ffffff;
  transform:translateY(-5px);
}

.afs-hero-school__trust{
  margin-top:52px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:650px;
}

.afs-hero-school__trust div{
  position:relative;
  padding:24px 20px;
  min-height:120px;
  border-radius:26px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(11,78,162,.1);
  box-shadow:0 20px 55px rgba(6,35,82,.09);
  overflow:hidden;
}

.afs-hero-school__trust div::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#0B4EA2,#F4C400);
}

.afs-hero-school__trust strong{
  display:block;
  color:#062352;
  font-family:'Montserrat',Arial,sans-serif;
  font-size:25px;
  font-weight:900;
  line-height:1.1;
}

.afs-hero-school__trust span{
  display:block;
  margin-top:10px;
  color:#667587;
  font-size:14px;
  line-height:1.45;
}

.afs-hero-school__right{
  position:relative;
  min-height:100vh;
  overflow:hidden;
}

.afs-hero-school__right img{
  width:100%;
  height:100vh;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
}

.afs-hero-school__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(247,249,252,.88) 0%,rgba(247,249,252,.18) 26%,rgba(6,35,82,.18) 100%),
    linear-gradient(180deg,rgba(6,35,82,.08),rgba(6,35,82,.42));
}

.afs-hero-school__right::before{
  content:"";
  position:absolute;
  z-index:3;
  left:-1px;
  top:0;
  width:160px;
  height:100%;
  background:linear-gradient(90deg,#f7f9fc 0%,rgba(247,249,252,.85) 35%,transparent 100%);
}

.afs-hero-school__photo-card{
  position:absolute;
  z-index:4;
  right:6vw;
  bottom:70px;
  width:min(420px,80%);
  padding:26px 28px;
  border-radius:30px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 28px 75px rgba(6,35,82,.22);
}

.afs-hero-school__photo-card strong{
  display:block;
  color:#062352;
  font-family:'Montserrat',Arial,sans-serif;
  font-size:22px;
  font-weight:900;
  line-height:1.25;
}

.afs-hero-school__photo-card span{
  display:block;
  margin-top:8px;
  color:#5c6a7b;
  font-size:15px;
  line-height:1.6;
}

@media(max-width:1050px){
  .afs-hero-school{
    grid-template-columns:1fr;
  }

  .afs-hero-school__pattern{
    width:100%;
  }

  .afs-hero-school__left{
    min-height:auto;
    padding:120px 32px 60px;
  }

  .afs-hero-school__right{
    min-height:560px;
  }

  .afs-hero-school__right img{
    height:560px;
  }

  .afs-hero-school__right::before{
    display:none;
  }

  .afs-hero-school__overlay{
    background:linear-gradient(180deg,rgba(6,35,82,.05),rgba(6,35,82,.36));
  }
}

@media(max-width:768px){
  .afs-hero-school__left{
    padding:105px 20px 46px;
  }

  .afs-hero-school h1{
    font-size:42px;
    letter-spacing:-.04em;
  }

  .afs-hero-school p{
    font-size:16px;
    line-height:1.75;
  }

  .afs-hero-school__buttons{
    flex-direction:column;
  }

  .afs-hero-school__btn{
    width:100%;
  }

  .afs-hero-school__trust{
    grid-template-columns:1fr;
    margin-top:38px;
  }

  .afs-hero-school__trust div{
    min-height:auto;
  }

  .afs-hero-school__right{
    min-height:430px;
  }

  .afs-hero-school__right img{
    height:430px;
  }

  .afs-hero-school__photo-card{
    left:20px;
    right:20px;
    bottom:22px;
    width:auto;
    padding:22px;
  }

  .afs-hero-school__photo-card strong{
    font-size:18px;
  }
}

@media(max-width:480px){
  .afs-hero-school h1{
    font-size:36px;
  }

  .afs-hero-school__tag{
    font-size:11px;
    padding:10px 14px;
  }

  .afs-hero-school__right{
    min-height:380px;
  }

  .afs-hero-school__right img{
    height:380px;
  }
}
.afs-hero-school{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  display:grid;
  grid-template-columns:50vw 50vw;
  overflow:hidden;
  background:#f7f9fc;
  font-family:'Poppins',Arial,sans-serif;
}

.afs-hero-school__left,
.afs-hero-school__right{
  width:50vw;
  min-height:100vh;
}

.afs-hero-school__left{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  padding:120px 5vw 70px;
}

.afs-hero-school__right{
  position:relative;
  overflow:hidden;
}

.afs-hero-school__right img{
  width:100%;
  height:100vh;
  object-fit:cover;
  display:block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-930848f *//* SECTION 2: ABOUT US */
.afs-about-split{
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:100vh;
  display:grid;
  grid-template-columns:50vw 50vw;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:#ffffff;
}

.afs-about-split *{
  box-sizing:border-box;
}

.afs-about-split__image{
  position:relative;
  width:50vw;
  min-height:100vh;
  overflow:hidden;
  background:#f4c400;
}

.afs-about-split__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    135deg,
    rgba(6,35,82,.12),
    rgba(244,196,0,.22)
  );
  z-index:1;
}

.afs-about-split__image img{
  width:100%;
  height:100%;
  min-height:100vh;
  object-fit:cover;
  display:block;
}

.afs-about-split__float{
  position:absolute;
  left:48px;
  bottom:48px;
  z-index:2;
  width:min(360px,calc(100% - 96px));
  padding:26px 28px;
  border-radius:26px;
  background:#ffffff;
  border-left:8px solid #f4c400;
  box-shadow:0 24px 60px rgba(0,0,0,.22);
}

.afs-about-split__float b{
  display:block;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:32px;
  font-weight:900;
  color:#0b4ea2;
  margin-bottom:6px;
}

.afs-about-split__float span{
  display:block;
  color:#506070;
  font-size:14px;
  line-height:1.5;
}

.afs-about-split__content{
  position:relative;
  width:50vw;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:90px 7vw;
  background:
    radial-gradient(circle at 90% 15%, rgba(244,196,0,.18), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
}

.afs-about-split__content::before{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-120px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:#0b4ea2;
  opacity:.06;
}

.afs-about-split__eyebrow{
  position:relative;
  z-index:2;
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(11,78,162,.08);
  color:#0b4ea2;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-about-split__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-about-split h2{
  position:relative;
  z-index:2;
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#062352;
  font-size:clamp(36px,4vw,58px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-1.8px;
}

.afs-about-split h2 strong{
  display:block;
  color:#0b4ea2;
}

.afs-about-split p{
  position:relative;
  z-index:2;
  max-width:720px;
  margin:22px 0 0;
  color:#516171;
  font-size:16px;
  line-height:1.85;
}

.afs-about-split__grid{
  position:relative;
  z-index:2;
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.afs-about-split__grid div{
  padding:20px 22px;
  border-radius:20px;
  background:#ffffff;
  border:1px solid rgba(11,78,162,.1);
  box-shadow:0 14px 35px rgba(6,35,82,.06);
}

.afs-about-split__grid b{
  display:block;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#0b4ea2;
  font-size:20px;
  font-weight:900;
  margin-bottom:5px;
}

.afs-about-split__grid span{
  display:block;
  color:#657484;
  font-size:13px;
  line-height:1.4;
}

/* TABLET */
@media(max-width:980px){
  .afs-about-split{
    grid-template-columns:1fr;
  }

  .afs-about-split__image,
  .afs-about-split__content{
    width:100vw;
    min-height:auto;
  }

  .afs-about-split__image{
    height:560px;
  }

  .afs-about-split__image img{
    min-height:560px;
  }

  .afs-about-split__content{
    padding:70px 32px;
  }
}

/* MOBILE */
@media(max-width:560px){
  .afs-about-split__image{
    height:430px;
  }

  .afs-about-split__image img{
    min-height:430px;
  }

  .afs-about-split__float{
    left:20px;
    bottom:20px;
    width:calc(100% - 40px);
    padding:20px;
    border-radius:22px;
  }

  .afs-about-split__float b{
    font-size:26px;
  }

  .afs-about-split__content{
    padding:56px 20px;
  }

  .afs-about-split h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-about-split p{
    font-size:15px;
  }

  .afs-about-split__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35b4954 */.afs-foundation{

width:100vw;

margin-left:calc(50% - 50vw);

padding:120px 7%;

display:grid;

grid-template-columns:1.1fr .9fr;

gap:70px;

background:#f8fbff;

font-family:'Poppins',sans-serif;

}

.afs-foundation *{

box-sizing:border-box;

}

.afs-tag{

display:inline-block;

padding:10px 18px;

background:#edf5ff;

border-radius:100px;

color:#0b4ea2;

font-size:13px;

font-weight:700;

margin-bottom:20px;

}

.afs-foundation h2{

font-size:56px;

line-height:1.1;

font-weight:900;

color:#082d69;

margin-bottom:25px;

font-family:'Montserrat',sans-serif;

}

.afs-foundation h2 strong{

display:block;

color:#0b4ea2;

}

.afs-foundation>div>p{

font-size:17px;

line-height:1.9;

color:#5f6d7c;

margin-bottom:35px;

}

.afs-vm{

display:grid;

gap:25px;

}

.afs-vm-box{

background:#fff;

padding:35px;

border-radius:24px;

box-shadow:0 20px 60px rgba(0,0,0,.06);

}

.afs-vm-box h3{

font-size:28px;

color:#082d69;

margin-bottom:15px;

}

.afs-vm-box p{

line-height:1.8;

color:#5f6d7c;

}

.afs-vm-box ul{

padding-left:20px;

line-height:2;

color:#5f6d7c;

}

.afs-foundation__right{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

align-content:center;

}

.afs-value-card{

background:#fff;

padding:40px 30px;

border-radius:24px;

transition:.35s;

box-shadow:0 20px 50px rgba(0,0,0,.05);

border-top:5px solid #f4c400;

}

.afs-value-card:hover{

transform:translateY(-10px);

}

.afs-number{

width:65px;

height:65px;

border-radius:50%;

background:#0b4ea2;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:800;

margin-bottom:25px;

}

.afs-value-card h4{

font-size:24px;

margin-bottom:15px;

color:#082d69;

}

.afs-value-card p{

line-height:1.8;

color:#687787;

}

@media(max-width:991px){

.afs-foundation{

grid-template-columns:1fr;

padding:80px 25px;

}

.afs-foundation h2{

font-size:40px;

}

}

@media(max-width:768px){

.afs-foundation__right{

grid-template-columns:1fr;

}

.afs-foundation h2{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be869cc *//* SECTION 4: WHY CHOOSE US */
.afs-why{
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:100vh;
  display:grid;
  grid-template-columns:45vw 55vw;
  overflow:hidden;
  background:#ffffff;
  font-family:'Poppins',Arial,sans-serif;
}

.afs-why *{
  box-sizing:border-box;
}

.afs-why__image{
  position:relative;
  width:45vw;
  min-height:100vh;
  overflow:hidden;
  background:#0b4ea2;
}

.afs-why__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(6,35,82,.05),rgba(6,35,82,.45)),
    radial-gradient(circle at 20% 20%,rgba(244,196,0,.25),transparent 35%);
  z-index:1;
}

.afs-why__image img{
  width:100%;
  height:100%;
  min-height:100vh;
  object-fit:cover;
  display:block;
}

.afs-why__badge{
  position:absolute;
  left:46px;
  bottom:46px;
  z-index:2;
  width:min(370px,calc(100% - 92px));
  padding:26px 28px;
  border-radius:26px;
  background:#ffffff;
  border-left:8px solid #f4c400;
  box-shadow:0 24px 60px rgba(0,0,0,.24);
}

.afs-why__badge b{
  display:block;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#0b4ea2;
  font-size:30px;
  font-weight:900;
  margin-bottom:6px;
}

.afs-why__badge span{
  display:block;
  color:#526272;
  font-size:14px;
  line-height:1.5;
}

.afs-why__content{
  position:relative;
  width:55vw;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:90px 6vw;
  background:
    radial-gradient(circle at 90% 12%,rgba(244,196,0,.16),transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
}

.afs-why__content::before{
  content:"";
  position:absolute;
  right:-130px;
  top:-130px;
  width:340px;
  height:340px;
  border-radius:50%;
  background:#0b4ea2;
  opacity:.06;
}

.afs-why__eyebrow{
  position:relative;
  z-index:2;
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(11,78,162,.08);
  color:#0b4ea2;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-why__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-why h2{
  position:relative;
  z-index:2;
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#062352;
  font-size:clamp(34px,3.8vw,56px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-1.8px;
}

.afs-why h2 strong{
  display:block;
  color:#0b4ea2;
}

.afs-why__content > p{
  position:relative;
  z-index:2;
  max-width:760px;
  margin:22px 0 0;
  color:#516171;
  font-size:16px;
  line-height:1.85;
}

.afs-why__grid{
  position:relative;
  z-index:2;
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.afs-why__card{
  padding:24px 24px 22px;
  border-radius:22px;
  background:#ffffff;
  border:1px solid rgba(11,78,162,.1);
  box-shadow:0 14px 34px rgba(6,35,82,.06);
  transition:.3s ease;
}

.afs-why__card:hover{
  transform:translateY(-6px);
  border-color:rgba(244,196,0,.75);
  box-shadow:0 22px 45px rgba(6,35,82,.1);
}

.afs-why__card b{
  display:inline-flex;
  width:42px;
  height:42px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:#0b4ea2;
  color:#ffffff;
  font-size:13px;
  font-weight:900;
  margin-bottom:16px;
}

.afs-why__card h3{
  margin:0 0 8px;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#062352;
  font-size:20px;
  font-weight:900;
}

.afs-why__card p{
  margin:0;
  color:#617181;
  font-size:14px;
  line-height:1.65;
}

/* TABLET */
@media(max-width:980px){
  .afs-why{
    grid-template-columns:1fr;
  }

  .afs-why__image,
  .afs-why__content{
    width:100vw;
    min-height:auto;
  }

  .afs-why__image{
    height:560px;
  }

  .afs-why__image img{
    min-height:560px;
  }

  .afs-why__content{
    padding:70px 32px;
  }
}

/* MOBILE */
@media(max-width:560px){
  .afs-why__image{
    height:420px;
  }

  .afs-why__image img{
    min-height:420px;
  }

  .afs-why__badge{
    left:20px;
    bottom:20px;
    width:calc(100% - 40px);
    padding:20px;
    border-radius:22px;
  }

  .afs-why__badge b{
    font-size:26px;
  }

  .afs-why__content{
    padding:56px 20px;
  }

  .afs-why h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-why__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41f00ab *//* SECTION 5: EDUCATIONAL JOURNEY */
.afs-journey{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:120px 7vw;
  background:
    linear-gradient(135deg,rgba(6,35,82,.96),rgba(11,78,162,.94)),
    url('https://via.placeholder.com/1600x900') center/cover no-repeat;
  font-family:'Poppins',Arial,sans-serif;
  color:#fff;
  overflow:hidden;
}

.afs-journey *{
  box-sizing:border-box;
}

.afs-journey__top{
  max-width:950px;
  margin-bottom:70px;
}

.afs-journey__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  color:#f4c400;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-journey__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-journey h2{
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:clamp(36px,4.5vw,64px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-2px;
}

.afs-journey h2 strong{
  display:block;
  color:#f4c400;
}

.afs-journey__top p{
  max-width:780px;
  margin:24px 0 0;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.85;
}

.afs-journey__track{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.afs-journey__track::before{
  content:"";
  position:absolute;
  top:48px;
  left:8%;
  right:8%;
  height:3px;
  background:linear-gradient(90deg,#f4c400,rgba(255,255,255,.4));
  opacity:.8;
}

.afs-journey__item{
  position:relative;
  z-index:2;
  min-height:300px;
  padding:34px 28px;
  border-radius:28px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(14px);
  box-shadow:0 24px 60px rgba(0,0,0,.18);
  transition:.35s ease;
}

.afs-journey__item:hover{
  transform:translateY(-10px);
  background:rgba(255,255,255,.15);
}

.afs-journey__num{
  width:72px;
  height:72px;
  border-radius:50%;
  background:#f4c400;
  color:#062352;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:22px;
  font-weight:900;
  margin-bottom:34px;
  box-shadow:0 12px 30px rgba(244,196,0,.26);
}

.afs-journey__item h3{
  margin:0 0 14px;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:25px;
  font-weight:900;
  color:#fff;
}

.afs-journey__item p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:15px;
  line-height:1.75;
}

@media(max-width:980px){
  .afs-journey{
    padding:90px 32px;
  }

  .afs-journey__track{
    grid-template-columns:repeat(2,1fr);
  }

  .afs-journey__track::before{
    display:none;
  }
}

@media(max-width:560px){
  .afs-journey{
    padding:70px 20px;
  }

  .afs-journey h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-journey__top p{
    font-size:15px;
  }

  .afs-journey__track{
    grid-template-columns:1fr;
  }

  .afs-journey__item{
    min-height:auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4064692 *//* SECTION 6: ACADEMIC PROGRAMMES */
.afs-programmes{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:120px 7vw;
  background:
    radial-gradient(circle at 10% 10%,rgba(244,196,0,.18),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
  font-family:'Poppins',Arial,sans-serif;
  overflow:hidden;
}

.afs-programmes *{
  box-sizing:border-box;
}

.afs-programmes__top{
  max-width:950px;
  margin-bottom:58px;
}

.afs-programmes__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(11,78,162,.08);
  color:#0b4ea2;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-programmes__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-programmes h2{
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#062352;
  font-size:clamp(36px,4.5vw,62px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-2px;
}

.afs-programmes h2 strong{
  display:block;
  color:#0b4ea2;
}

.afs-programmes__top p{
  max-width:760px;
  margin:22px 0 0;
  color:#516171;
  font-size:16px;
  line-height:1.85;
}

.afs-programmes__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.afs-programmes__card{
  overflow:hidden;
  border-radius:30px;
  background:#ffffff;
  box-shadow:0 22px 60px rgba(6,35,82,.08);
  border:1px solid rgba(11,78,162,.08);
  transition:.35s ease;
}

.afs-programmes__card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 75px rgba(6,35,82,.13);
}

.afs-programmes__image{
  height:300px;
  overflow:hidden;
  background:#0b4ea2;
}

.afs-programmes__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.5s ease;
}

.afs-programmes__card:hover img{
  transform:scale(1.07);
}

.afs-programmes__body{
  padding:34px 30px 36px;
}

.afs-programmes__body span{
  display:inline-flex;
  width:48px;
  height:48px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:#0b4ea2;
  color:#ffffff;
  font-size:14px;
  font-weight:900;
  margin-bottom:18px;
}

.afs-programmes__body h3{
  margin:0 0 14px;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#062352;
  font-size:28px;
  font-weight:900;
}

.afs-programmes__body p{
  margin:0;
  color:#5f6d7c;
  font-size:15px;
  line-height:1.75;
}

.afs-programmes__body ul{
  list-style:none;
  padding:0;
  margin:24px 0 0;
  display:grid;
  gap:10px;
}

.afs-programmes__body li{
  position:relative;
  padding-left:28px;
  color:#516171;
  font-size:14px;
  line-height:1.5;
}

.afs-programmes__body li::before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 5px rgba(244,196,0,.18);
}

@media(max-width:1024px){
  .afs-programmes{
    padding:90px 32px;
  }

  .afs-programmes__grid{
    grid-template-columns:1fr;
  }

  .afs-programmes__image{
    height:360px;
  }
}

@media(max-width:560px){
  .afs-programmes{
    padding:70px 20px;
  }

  .afs-programmes h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-programmes__top p{
    font-size:15px;
  }

  .afs-programmes__image{
    height:260px;
  }

  .afs-programmes__body{
    padding:28px 22px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76d8f07 *//* SECTION 7: LEARNING APPROACH */
.afs-learning{
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:100vh;
  display:grid;
  grid-template-columns:50vw 50vw;
  overflow:hidden;
  background:#062352;
  font-family:'Poppins',Arial,sans-serif;
}

.afs-learning *{
  box-sizing:border-box;
}

.afs-learning__left{
  width:50vw;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:100px 7vw;
  color:#fff;
  background:
    radial-gradient(circle at 15% 20%,rgba(244,196,0,.22),transparent 34%),
    linear-gradient(135deg,#062352,#0b4ea2);
}

.afs-learning__eyebrow{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#f4c400;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-learning__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-learning h2{
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:clamp(38px,4.7vw,66px);
  line-height:1.07;
  font-weight:900;
  letter-spacing:-2px;
}

.afs-learning h2 strong{
  display:block;
  color:#f4c400;
}

.afs-learning__left > p{
  max-width:700px;
  margin:24px 0 0;
  color:rgba(255,255,255,.8);
  font-size:16px;
  line-height:1.85;
}

.afs-learning__points{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.afs-learning__points div{
  padding:20px 22px;
  border-radius:20px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
}

.afs-learning__points b{
  display:block;
  color:#f4c400;
  font-size:15px;
  font-weight:900;
  margin-bottom:8px;
}

.afs-learning__points span{
  display:block;
  color:#fff;
  font-size:15px;
  font-weight:800;
}

.afs-learning__right{
  position:relative;
  width:50vw;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:100px 7vw;
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,249,252,.96)),
    url('https://via.placeholder.com/1200x1000') center/cover no-repeat;
}

.afs-learning__right::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 15%,rgba(244,196,0,.25),transparent 32%),
    radial-gradient(circle at 15% 90%,rgba(11,78,162,.12),transparent 35%);
}

.afs-learning__card,
.afs-learning__mini{
  position:relative;
  z-index:2;
}

.afs-learning__card--main{
  padding:40px;
  border-radius:30px;
  background:#fff;
  border-top:8px solid #f4c400;
  box-shadow:0 24px 70px rgba(6,35,82,.12);
  margin-bottom:26px;
}

.afs-learning__card h3{
  margin:0 0 14px;
  color:#062352;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:34px;
  font-weight:900;
}

.afs-learning__card p{
  margin:0;
  color:#5d6b7a;
  font-size:16px;
  line-height:1.8;
}

.afs-learning__mini{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.afs-learning__mini div{
  min-height:96px;
  display:flex;
  align-items:center;
  padding:22px;
  border-radius:22px;
  background:#ffffff;
  border:1px solid rgba(11,78,162,.1);
  box-shadow:0 16px 38px rgba(6,35,82,.07);
  transition:.3s ease;
}

.afs-learning__mini div:hover{
  transform:translateY(-6px);
  border-color:rgba(244,196,0,.75);
}

.afs-learning__mini span{
  color:#062352;
  font-size:16px;
  font-weight:900;
}

/* TABLET */
@media(max-width:980px){
  .afs-learning{
    grid-template-columns:1fr;
  }

  .afs-learning__left,
  .afs-learning__right{
    width:100vw;
    min-height:auto;
    padding:80px 32px;
  }
}

/* MOBILE */
@media(max-width:560px){
  .afs-learning__left,
  .afs-learning__right{
    padding:65px 20px;
  }

  .afs-learning h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-learning__left > p,
  .afs-learning__card p{
    font-size:15px;
  }

  .afs-learning__points,
  .afs-learning__mini{
    grid-template-columns:1fr;
  }

  .afs-learning__card--main{
    padding:28px 22px;
  }

  .afs-learning__card h3{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efb9922 *//* SECTION 8: OUR FACILITIES */
.afs-facilities{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:120px 7vw;
  background:
    radial-gradient(circle at 12% 8%,rgba(244,196,0,.18),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
  font-family:'Poppins',Arial,sans-serif;
  overflow:hidden;
}

.afs-facilities *{
  box-sizing:border-box;
}

.afs-facilities__top{
  max-width:950px;
  margin-bottom:58px;
}

.afs-facilities__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(11,78,162,.08);
  color:#0b4ea2;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-facilities__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-facilities h2{
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#062352;
  font-size:clamp(36px,4.5vw,62px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-2px;
}

.afs-facilities h2 strong{
  display:block;
  color:#0b4ea2;
}

.afs-facilities__top p{
  max-width:760px;
  margin:22px 0 0;
  color:#516171;
  font-size:16px;
  line-height:1.85;
}

.afs-facilities__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:260px;
  gap:20px;
}

.afs-facilities__card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#0b4ea2;
  box-shadow:0 22px 60px rgba(6,35,82,.1);
}

.afs-facilities__card--large{
  grid-column:span 2;
  grid-row:span 2;
}

.afs-facilities__card--wide{
  grid-column:span 2;
}

.afs-facilities__card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.5s ease;
}

.afs-facilities__card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,35,82,.05),rgba(6,35,82,.72));
}

.afs-facilities__card:hover img{
  transform:scale(1.07);
}

.afs-facilities__card div{
  position:absolute;
  left:26px;
  right:26px;
  bottom:24px;
  z-index:2;
}

.afs-facilities__card span{
  display:inline-flex;
  width:42px;
  height:42px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:#f4c400;
  color:#062352;
  font-size:13px;
  font-weight:900;
  margin-bottom:14px;
}

.afs-facilities__card h3{
  margin:0;
  color:#ffffff;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:24px;
  font-weight:900;
}

@media(max-width:1024px){
  .afs-facilities{
    padding:90px 32px;
  }

  .afs-facilities__grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:260px;
  }
}

@media(max-width:560px){
  .afs-facilities{
    padding:70px 20px;
  }

  .afs-facilities h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-facilities__top p{
    font-size:15px;
  }

  .afs-facilities__grid{
    grid-template-columns:1fr;
    grid-auto-rows:260px;
  }

  .afs-facilities__card--large,
  .afs-facilities__card--wide{
    grid-column:span 1;
    grid-row:span 1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0213688 *//* SECTION 9: STUDENT LIFE */
.afs-student-life{
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:100vh;
  display:grid;
  grid-template-columns:46vw 54vw;
  overflow:hidden;
  background:#062352;
  font-family:'Poppins',Arial,sans-serif;
}

.afs-student-life *{
  box-sizing:border-box;
}

.afs-student-life__left{
  width:46vw;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:100px 6vw;
  color:#fff;
  background:
    radial-gradient(circle at 10% 18%,rgba(244,196,0,.22),transparent 34%),
    linear-gradient(135deg,#062352,#0b4ea2);
}

.afs-student-life__eyebrow{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#f4c400;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-student-life__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-student-life h2{
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:clamp(38px,4.7vw,66px);
  line-height:1.07;
  font-weight:900;
  letter-spacing:-2px;
}

.afs-student-life h2 strong{
  display:block;
  color:#f4c400;
}

.afs-student-life__left > p{
  max-width:680px;
  margin:24px 0 0;
  color:rgba(255,255,255,.8);
  font-size:16px;
  line-height:1.85;
}

.afs-student-life__list{
  margin-top:38px;
  display:grid;
  gap:14px;
}

.afs-student-life__list div{
  display:flex;
  align-items:center;
  gap:16px;
  padding:20px 22px;
  border-radius:20px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
}

.afs-student-life__list b{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#f4c400;
  color:#062352;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  flex:0 0 auto;
}

.afs-student-life__list span{
  color:#fff;
  font-size:15px;
  font-weight:800;
}

.afs-student-life__right{
  width:54vw;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:80px 6vw;
  background:
    radial-gradient(circle at 80% 10%,rgba(244,196,0,.2),transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
}

.afs-student-life__gallery{
  width:100%;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  grid-template-rows:1fr 1fr;
  gap:20px;
}

.afs-student-life__img{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  min-height:260px;
  background:#0b4ea2;
  box-shadow:0 22px 60px rgba(6,35,82,.12);
}

.afs-student-life__img--tall{
  grid-row:span 2;
  min-height:620px;
}

.afs-student-life__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.5s ease;
}

.afs-student-life__img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,35,82,.02),rgba(6,35,82,.28));
}

.afs-student-life__img:hover img{
  transform:scale(1.06);
}

@media(max-width:980px){
  .afs-student-life{
    grid-template-columns:1fr;
  }

  .afs-student-life__left,
  .afs-student-life__right{
    width:100vw;
    min-height:auto;
    padding:80px 32px;
  }

  .afs-student-life__img--tall{
    min-height:520px;
  }
}

@media(max-width:560px){
  .afs-student-life__left,
  .afs-student-life__right{
    padding:65px 20px;
  }

  .afs-student-life h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-student-life__left > p{
    font-size:15px;
  }

  .afs-student-life__gallery{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }

  .afs-student-life__img,
  .afs-student-life__img--tall{
    min-height:260px;
    grid-row:auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba2cd28 *//* SECTION 10: SCHOOL HIGHLIGHTS */
.afs-highlights{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:120px 7vw;
  background:
    linear-gradient(135deg,rgba(6,35,82,.94),rgba(11,78,162,.92)),
    url('https://via.placeholder.com/1600x900') center/cover no-repeat;
  font-family:'Poppins',Arial,sans-serif;
  color:#fff;
  overflow:hidden;
}

.afs-highlights *{
  box-sizing:border-box;
}

.afs-highlights__wrap{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:60px;
  align-items:center;
}

.afs-highlights__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#f4c400;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-highlights__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-highlights h2{
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:clamp(38px,4.5vw,64px);
  line-height:1.07;
  font-weight:900;
  letter-spacing:-2px;
}

.afs-highlights h2 strong{
  display:block;
  color:#f4c400;
}

.afs-highlights p{
  max-width:650px;
  margin:24px 0 0;
  color:rgba(255,255,255,.8);
  font-size:16px;
  line-height:1.85;
}

.afs-highlights__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.afs-highlights__grid div{
  min-height:210px;
  padding:34px 30px;
  border-radius:28px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(14px);
  box-shadow:0 22px 60px rgba(0,0,0,.16);
}

.afs-highlights__grid b{
  display:block;
  color:#f4c400;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:clamp(36px,4vw,58px);
  font-weight:900;
  line-height:1;
  margin-bottom:16px;
}

.afs-highlights__grid span{
  display:block;
  color:#ffffff;
  font-size:16px;
  font-weight:800;
  line-height:1.5;
}

@media(max-width:900px){
  .afs-highlights{
    padding:90px 32px;
  }

  .afs-highlights__wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .afs-highlights{
    padding:70px 20px;
  }

  .afs-highlights h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-highlights__grid{
    grid-template-columns:1fr;
  }

  .afs-highlights__grid div{
    min-height:auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d7e4dd *//* SECTION 11: PARENT TESTIMONIALS */
.afs-testimonials{
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:100vh;
  display:grid;
  grid-template-columns:42vw 58vw;
  overflow:hidden;
  background:#ffffff;
  font-family:'Poppins',Arial,sans-serif;
}

.afs-testimonials *{
  box-sizing:border-box;
}

.afs-testimonials__left{
  width:42vw;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:100px 6vw;
  color:#fff;
  background:
    radial-gradient(circle at 20% 18%,rgba(244,196,0,.22),transparent 34%),
    linear-gradient(135deg,#062352,#0b4ea2);
}

.afs-testimonials__eyebrow{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#f4c400;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-testimonials__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-testimonials h2{
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:clamp(36px,4.4vw,62px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-2px;
}

.afs-testimonials h2 strong{
  display:block;
  color:#f4c400;
}

.afs-testimonials__left p{
  max-width:640px;
  margin:24px 0 0;
  color:rgba(255,255,255,.8);
  font-size:16px;
  line-height:1.85;
}

.afs-testimonials__right{
  width:58vw;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:22px;
  padding:100px 7vw;
  background:
    radial-gradient(circle at 85% 12%,rgba(244,196,0,.18),transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
}

.afs-testimonials__card{
  position:relative;
  padding:34px 38px;
  border-radius:28px;
  background:#ffffff;
  border:1px solid rgba(11,78,162,.1);
  box-shadow:0 20px 55px rgba(6,35,82,.08);
  transition:.3s ease;
}

.afs-testimonials__card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px rgba(6,35,82,.13);
}

.afs-testimonials__card::before{
  content:"“";
  position:absolute;
  right:30px;
  top:12px;
  font-family:Georgia,serif;
  font-size:90px;
  line-height:1;
  color:rgba(244,196,0,.28);
}

.afs-testimonials__stars{
  color:#f4c400;
  font-size:18px;
  letter-spacing:2px;
  margin-bottom:16px;
}

.afs-testimonials__card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#526272;
  font-size:16px;
  line-height:1.8;
}

.afs-testimonials__card b{
  display:block;
  margin-top:18px;
  color:#0b4ea2;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:16px;
  font-weight:900;
}

@media(max-width:980px){
  .afs-testimonials{
    grid-template-columns:1fr;
  }

  .afs-testimonials__left,
  .afs-testimonials__right{
    width:100vw;
    min-height:auto;
    padding:80px 32px;
  }
}

@media(max-width:560px){
  .afs-testimonials__left,
  .afs-testimonials__right{
    padding:65px 20px;
  }

  .afs-testimonials h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-testimonials__left p,
  .afs-testimonials__card p{
    font-size:15px;
  }

  .afs-testimonials__card{
    padding:28px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-371f4fa *//* SECTION 12: ADMISSION PROCESS */
.afs-admission{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:120px 7vw;
  background:
    radial-gradient(circle at 10% 10%,rgba(244,196,0,.18),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
  font-family:'Poppins',Arial,sans-serif;
  overflow:hidden;
}

.afs-admission *{
  box-sizing:border-box;
}

.afs-admission__top{
  max-width:960px;
  margin-bottom:65px;
}

.afs-admission__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(11,78,162,.08);
  color:#0b4ea2;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-admission__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-admission h2{
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#062352;
  font-size:clamp(36px,4.5vw,62px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-2px;
}

.afs-admission h2 strong{
  display:block;
  color:#0b4ea2;
}

.afs-admission__top p{
  max-width:760px;
  margin:22px 0 0;
  color:#516171;
  font-size:16px;
  line-height:1.85;
}

.afs-admission__steps{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}

.afs-admission__steps::before{
  content:"";
  position:absolute;
  top:36px;
  left:7%;
  right:7%;
  height:3px;
  background:linear-gradient(90deg,#0b4ea2,#f4c400);
  opacity:.22;
}

.afs-admission__step{
  position:relative;
  z-index:2;
  min-height:290px;
  padding:30px 24px;
  border-radius:26px;
  background:#ffffff;
  border:1px solid rgba(11,78,162,.1);
  box-shadow:0 20px 55px rgba(6,35,82,.07);
  transition:.3s ease;
}

.afs-admission__step:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 70px rgba(6,35,82,.12);
}

.afs-admission__step span{
  width:72px;
  height:72px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#0b4ea2;
  color:#ffffff;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:22px;
  font-weight:900;
  margin-bottom:28px;
  box-shadow:0 12px 30px rgba(11,78,162,.2);
}

.afs-admission__step h3{
  margin:0 0 12px;
  color:#062352;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:22px;
  font-weight:900;
  line-height:1.25;
}

.afs-admission__step p{
  margin:0;
  color:#5f6d7c;
  font-size:14px;
  line-height:1.75;
}

.afs-admission__step--active{
  background:linear-gradient(135deg,#062352,#0b4ea2);
  color:#fff;
  border-color:rgba(244,196,0,.5);
}

.afs-admission__step--active span{
  background:#f4c400;
  color:#062352;
}

.afs-admission__step--active h3{
  color:#ffffff;
}

.afs-admission__step--active p{
  color:rgba(255,255,255,.78);
}

@media(max-width:1100px){
  .afs-admission{
    padding:90px 32px;
  }

  .afs-admission__steps{
    grid-template-columns:repeat(2,1fr);
  }

  .afs-admission__steps::before{
    display:none;
  }
}

@media(max-width:560px){
  .afs-admission{
    padding:70px 20px;
  }

  .afs-admission h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-admission__top p{
    font-size:15px;
  }

  .afs-admission__steps{
    grid-template-columns:1fr;
  }

  .afs-admission__step{
    min-height:auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f644022 *//* SECTION 13: NEWS & EVENTS */
.afs-events{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:120px 7vw;
  background:
    radial-gradient(circle at 85% 10%,rgba(244,196,0,.18),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
  font-family:'Poppins',Arial,sans-serif;
  overflow:hidden;
}

.afs-events *{
  box-sizing:border-box;
}

.afs-events__top{
  max-width:950px;
  margin-bottom:58px;
}

.afs-events__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(11,78,162,.08);
  color:#0b4ea2;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-events__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-events h2{
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  color:#062352;
  font-size:clamp(36px,4.5vw,62px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-2px;
}

.afs-events h2 strong{
  display:block;
  color:#0b4ea2;
}

.afs-events__top p{
  max-width:760px;
  margin:22px 0 0;
  color:#516171;
  font-size:16px;
  line-height:1.85;
}

.afs-events__grid{
  display:grid;
  grid-template-columns:1.1fr .9fr .9fr;
  gap:24px;
}

.afs-events__card{
  overflow:hidden;
  border-radius:30px;
  background:#ffffff;
  border:1px solid rgba(11,78,162,.1);
  box-shadow:0 22px 60px rgba(6,35,82,.08);
  transition:.35s ease;
}

.afs-events__card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 75px rgba(6,35,82,.13);
}

.afs-events__card--featured{
  grid-row:span 2;
}

.afs-events__card img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
  transition:.5s ease;
}

.afs-events__card--featured img{
  height:430px;
}

.afs-events__card:hover img{
  transform:scale(1.06);
}

.afs-events__body{
  padding:28px 28px 32px;
}

.afs-events__body span{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(244,196,0,.18);
  color:#0b4ea2;
  font-size:12px;
  font-weight:900;
}

.afs-events__body h3{
  margin:0 0 12px;
  color:#062352;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:24px;
  font-weight:900;
}

.afs-events__body p{
  margin:0;
  color:#5f6d7c;
  font-size:14px;
  line-height:1.7;
}

@media(max-width:1024px){
  .afs-events{
    padding:90px 32px;
  }

  .afs-events__grid{
    grid-template-columns:1fr 1fr;
  }

  .afs-events__card--featured{
    grid-column:span 2;
    grid-row:auto;
  }
}

@media(max-width:560px){
  .afs-events{
    padding:70px 20px;
  }

  .afs-events h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-events__top p{
    font-size:15px;
  }

  .afs-events__grid{
    grid-template-columns:1fr;
  }

  .afs-events__card--featured{
    grid-column:span 1;
  }

  .afs-events__card img,
  .afs-events__card--featured img{
    height:250px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09a8d1a *//* SECTION 14: FAQ */
.afs-faq{
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:100vh;
  display:grid;
  grid-template-columns:42vw 58vw;
  overflow:hidden;
  background:#ffffff;
  font-family:'Poppins',Arial,sans-serif;
}

.afs-faq *{
  box-sizing:border-box;
}

.afs-faq__left{
  width:42vw;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:100px 6vw;
  color:#fff;
  background:
    radial-gradient(circle at 20% 18%,rgba(244,196,0,.22),transparent 34%),
    linear-gradient(135deg,#062352,#0b4ea2);
}

.afs-faq__eyebrow{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#f4c400;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.5px;
}

.afs-faq__eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4c400;
  box-shadow:0 0 0 6px rgba(244,196,0,.18);
}

.afs-faq h2{
  margin:0;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:clamp(36px,4.4vw,62px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-2px;
}

.afs-faq h2 strong{
  display:block;
  color:#f4c400;
}

.afs-faq__left p{
  max-width:640px;
  margin:24px 0 0;
  color:rgba(255,255,255,.8);
  font-size:16px;
  line-height:1.85;
}

.afs-faq__right{
  width:58vw;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
  padding:100px 7vw;
  background:
    radial-gradient(circle at 85% 12%,rgba(244,196,0,.18),transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
}

.afs-faq details{
  border-radius:24px;
  background:#ffffff;
  border:1px solid rgba(11,78,162,.1);
  box-shadow:0 18px 45px rgba(6,35,82,.07);
  overflow:hidden;
}

.afs-faq summary{
  cursor:pointer;
  list-style:none;
  position:relative;
  padding:26px 64px 26px 28px;
  color:#062352;
  font-family:'Montserrat','Poppins',Arial,sans-serif;
  font-size:19px;
  font-weight:900;
}

.afs-faq summary::-webkit-details-marker{
  display:none;
}

.afs-faq summary::after{
  content:"+";
  position:absolute;
  right:26px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  background:#0b4ea2;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:800;
}

.afs-faq details[open] summary::after{
  content:"−";
  background:#f4c400;
  color:#062352;
}

.afs-faq details p{
  margin:0;
  padding:0 28px 28px;
  color:#5f6d7c;
  font-size:15px;
  line-height:1.8;
}

@media(max-width:980px){
  .afs-faq{
    grid-template-columns:1fr;
  }

  .afs-faq__left,
  .afs-faq__right{
    width:100vw;
    min-height:auto;
    padding:80px 32px;
  }
}

@media(max-width:560px){
  .afs-faq__left,
  .afs-faq__right{
    padding:65px 20px;
  }

  .afs-faq h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .afs-faq__left p,
  .afs-faq details p{
    font-size:15px;
  }

  .afs-faq summary{
    font-size:17px;
    padding:24px 58px 24px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72bbb92 *//* CTA */

.afs-cta{

position:relative;

width:100vw;

margin-left:calc(50% - 50vw);

min-height:90vh;

display:flex;

align-items:center;

justify-content:center;

overflow:hidden;

font-family:'Poppins',sans-serif;

background:url("YOUR-IMAGE.jpg") center center/cover no-repeat;

}

.afs-cta__overlay{

position:absolute;

inset:0;

background:linear-gradient(135deg,
rgba(6,35,82,.93),
rgba(11,78,162,.82));

}

.afs-cta__content{

position:relative;

z-index:5;

max-width:980px;

padding:40px;

text-align:center;

color:#fff;

}

.afs-cta__label{

display:inline-block;

padding:10px 18px;

border-radius:100px;

background:rgba(255,255,255,.12);

border:1px solid rgba(255,255,255,.2);

font-size:13px;

font-weight:700;

letter-spacing:2px;

color:#f4c400;

margin-bottom:28px;

}

.afs-cta h2{

font-family:'Montserrat',sans-serif;

font-size:clamp(42px,5vw,72px);

font-weight:900;

line-height:1.1;

margin-bottom:28px;

}

.afs-cta p{

max-width:760px;

margin:auto;

font-size:18px;

line-height:1.9;

color:rgba(255,255,255,.82);

}

.afs-cta__buttons{

margin-top:45px;

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.afs-btn-primary{

padding:18px 40px;

background:#f4c400;

color:#062352;

font-weight:700;

border-radius:60px;

text-decoration:none;

transition:.35s;

}

.afs-btn-primary:hover{

transform:translateY(-5px);

}

.afs-btn-secondary{

padding:18px 40px;

border:1px solid rgba(255,255,255,.3);

background:rgba(255,255,255,.08);

backdrop-filter:blur(20px);

color:#fff;

border-radius:60px;

text-decoration:none;

transition:.35s;

}

.afs-btn-secondary:hover{

background:#fff;

color:#062352;

}

.afs-cta__features{

margin-top:55px;

display:flex;

justify-content:center;

gap:35px;

flex-wrap:wrap;

}

.afs-cta__features div{

padding:18px 28px;

border-radius:20px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(16px);

}

.afs-cta__features h4{

margin:0;

font-size:16px;

font-weight:700;

color:#fff;

}

@media(max-width:768px){

.afs-cta{

min-height:700px;

}

.afs-cta__content{

padding:25px;

}

.afs-cta h2{

font-size:38px;

}

.afs-cta p{

font-size:15px;

}

.afs-cta__buttons{

flex-direction:column;

}

.afs-btn-primary,

.afs-btn-secondary{

width:100%;

text-align:center;

}

.afs-cta__features{

flex-direction:column;

gap:15px;

}

}/* End custom CSS */