@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');

:root {
  --black: #000;
  --white: #fff;
  --gold: #DC9458;
  --ac-primary: #2BA8E0;
  --ac-secondary: #12047A;
  --ac-text: #333931;
  --blue-light: #1291d1;
  --glow-blue: rgba(18, 145, 209, 0.35);
}

* {
  font-family: "Sora", sans-serif;
  font-family: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none !important;

}

/* *::selection{
    color: var(--bgcolor);
} */
*::-webkit-scrollbar {
  height: .5rem;
  width: .5rem;
}

*::-webkit-scrollbar-track {
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--ac-secondary);
  border-radius: 5rem;
}

html {
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

ul,
li {
  list-style: none;
  padding: 0;
}

body {
  color: var(--black);
}

p {
  color: var(--ac-text);
  font-size: 14px;
  line-height: 22px;
}

.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}




.sec-head {
  font-size: 14px;
  display: inline-block;
  background-color: var(--ac-primary);
  color: var(--ac-secondary);
  padding: 10px 20px;
  border-radius: 5px;
}

.min-head {
  font-family: "Epilogue", sans-serif;
  color: var(--ac-secondary);
  font-size: 48px;
  font-weight: 700;
  margin-top: 1rem;
}

.headding-type-2{
  font-family: "Epilogue", sans-serif;
  color: var(--ac-secondary);
  font-size: 30px;
  font-weight: 600;
}



/* ------------ bottom to top start ------------*/

#bottomtop-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ac-primary);
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  z-index: 1000;
}

#bottomtop-button:hover {
  cursor: pointer;
  background-color: var(--ac-secondary);
}

#bottomtop-button:active {
  background-color: #555;
}

#bottomtop-button.show {
  opacity: 1;
  visibility: visible;
}

/* ------------ bottom to top end ------------*/









/* ------------- button start ------------- */



.min-btn {
  font-size: 14px;
  color: var(--ac-secondary);
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--ac-primary);
  padding: 5px 5px 5px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.min-btn:hover {
  background-color: var(--ac-secondary);
  color: #fff;
  letter-spacing: 2px;
}

.min-btn span {
  width: 54px;
  height: 54px;
  background-color: var(--ac-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.min-btn:hover span {
  background-color: var(--ac-primary);
}

.min-btn span i {
  font-size: 26px;
}






/* ------------- button end ------------- */




/* ------------- slider start ------------- */

.swiper {
  width: 100%;
  height: 100%;
}


.slider-item {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  position: relative;
  flex-direction: column;
  text-align: justify;
  align-items: center;
  justify-content: space-between;
  max-width: 500px !important;
  margin: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  /* opacity: 0.5; */
  box-shadow: none;
}

.swiper-slide-active {
  background-color: rgba(248, 235, 214, 0.5);
  transform: scale(1.1);
  /* opacity: 1; */
  /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); */

}

.swiper a {
  color: #fff;
  background-color: #958D80;
  padding: .8rem 1.4rem;
  display: none;
}

.swiper .swiper-slide-active a {
  display: block;
}

.slider-items {
  background-position: center !important;
  background-size: cover !important;
  min-height: 82vh;
  display: flex !important;
  align-items: center;
}






/* ------------- slider end ------------- */




/* ------------- over-scroll start ------------- */

.over-scroll {
  display: flex;
  align-items: flex-start;
}

.over-scroll .over-flow {
  position: sticky;
  top: 10%;
}


/* ------------- over-scroll end ------------- */


/*--------------------------
    header start 
--------------------------*/

.tp-page-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 599px;
  background: #fff;
}

.ac-header-area {
  background-color: #12047A;
}

.ac-header-area .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ac-header-area .flex-box .box {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 0.8rem;
}

.ac-header-area .flex-box a {
  color: #fff;
}

.ac-header-area .flex-box a.box {
  padding: 1rem 0;
  font-size: 14px;
}

.ac-header-area .flex-box .box:last-child {
  background-color: var(--ac-primary);
}

.navbar-brand img{
  max-width: 220px;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #272727;
  border: 1px solid transparent;
  font-size: 16px;
  text-transform: capitalize;
  margin-left: .5rem;
  padding: 0.4rem !important;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--ac-primary) !important;
  padding: 0.4rem 1rem !important;
  border: 1px solid;
  border-radius: 25px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}


/*--------------------------
 header start 
--------------------------*/


.slider-home .content {
  width: 660px;
  color: #fff;
  padding: 6rem 0;
}

.slider-home .content span {
  font-size: 30px;
  margin-bottom: 1rem;
  display: block;
}

.slider-home .content h1 {
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.slider-home .content h4 {
  font-size: 24px;
  margin-top: 2rem;
}

.slider-home .content p {
  font-size: 16px;
  margin-top: 1rem;
  color: #fff;
}

.home-about {
  margin: 120px 0;
  position: relative;
}

.home-about .year-shaip {
  position: absolute;
  top: 48%;
  left: 47%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--ac-primary);
  width: 171px;
  height: 171px;
  border: 4px solid #fff;
  border-radius: 150px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about .year-shaip {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}

.home-about .shaip {
  position: absolute;
  top: 0;
  right: 300px;
  /* animation: roundaction 3.2s linear 2s infinite alternate; */
}

.home-about .about-imgs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-about .about-imgs .imgs {
  width: 247px;
  height: 243px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  margin-top: 4rem;
}

.home-about .about-imgs .about-shaip {
  position: absolute;
  top: 0;
  right: -15px;
  z-index: -1;
  animation: move-one 4.2s linear 2s infinite alternate;

}


@media(min-width: 1400px) {

  .home-about .about-imgs .imgs {
    width: auto;
  }

  .home-about .year-shaip {
    position: absolute;
    top: 48%;
    left: 48%;
  }
}

.video-btn-posi{
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 2;
}

.video-btn{
  position:relative;
  width:110px;
  height:110px;
  border-radius:50%;
  background: var(--ac-primary);
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  text-decoration:none;
  transition:.3s;
}

.video-btn:hover{
  transform:scale(1.08);
  background: var(--ac-primary);
}

/* Play Icon */
.video-btn span{
  width:0;
  height:0;
  border-top:15px solid transparent;
  border-bottom:15px solid transparent;
  border-left:24px solid #fff;
  margin-left:6px;
}

/* Animated Pulse */
.video-btn::before,
.video-btn::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  border:3px solid rgba(43, 168, 224,.6);
  animation:pulse-2 2s infinite;
}

.video-btn::after{
  animation-delay:1s;
}

@keyframes pulse-2{
  0%{
    transform:scale(1);
    opacity:1;
  }
  100%{
    transform:scale(1.8);
    opacity:0;
  }
}



.home-about .about-img-three {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  margin-top: 2rem;
  border-radius: 20px;
}

.home-about .sec-head {
  margin-top: 4.5rem;
}

.home-about h3 {
  font-family: "Epilogue", sans-serif;
  color: var(--ac-primary);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}



.home-courses {
  margin: 120px 0;
  padding: 5rem 0;
  background-color: rgba(43, 168, 224, 0.1);
}

.home-courses .box {
  position: relative;
}

.home-courses .box img {
  position: absolute;
  top: -40px;
  right: 45px;
  z-index: -1;
  animation: move-two 4.2s linear 2s infinite alternate;
}

.home-courses .swiper-slide {
  background-color: #fff;
  border: 1px solid var(--ac-secondary);
  border-radius: 9px;
  padding: 1.5rem;
}

.home-courses .swiper-slide .box {
  margin: 1.5rem;
}

.home-courses .swiper-slide img {
  width: 100%;
}

.home-courses .swiper-slide h3 {
  font-family: "Epilogue", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ac-primary);
  margin-top: 1rem;
  min-height: 2rem;
}

.home-courses .swiper-slide p {
  min-height: 150px;
}

.home-courses .swiper-slide a {
  background-color: var(--ac-primary);
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
}

.home-courses .swiper-slide a:hover {
  background-color: var(--ac-secondary);
}


.home-counder {
  position: relative;
  z-index: 1;
}

.counder {
  background-color: #FFD25D;
  margin: 0 2rem -95px;
  border-radius: 140px;
  overflow: hidden;
}

.counder-bg {
  background: linear-gradient(rgba(255, 210, 93, 0.1), rgba(255, 210, 93, 0.1)), url(../assets/img/home/home-counder-bg.png);
  background-position: center;
  background-size: cover;
  padding: 3rem;

}

.counder .counder-box .icon-bg {
  width: 78px;
  height: 78px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.counder .counder-box h3 {
  font-family: "Epilogue", sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0;
}

.counder .counder-box p {
  font-size: 14px;
  color: #0E2A46;
  margin: 0;
}

.home-community {
  background-image: url(../assets/img/home/home-community-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 8rem 0 5rem;
}

.home-community .sec-head {
  margin: 2rem;
}

.home-community .min-head {
  width: 550px;
  margin: 0 auto;
}

.home-community .swiper-slide {
  border: 1px solid #373737;
  border-radius: 20px;
  position: relative;
  background: transparent;
  padding: 2rem;
  margin-top: 3rem;
  height: auto;
}

.home-community .swiper-slide img {
  position: absolute;
  top: -25px;
  left: 0;
  animation: blink 2.5s linear infinite;
}

.home-community .swiper-slide p {
  margin-top: 2rem;
  min-height: 150px;
}

.home-community .swiper-slide h3 {
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ac-secondary);
}

.home-community .swiper-slide a {
  font-size: 17px;
  color: var(--ac-primary);
  background: transparent;
  display: inline-block;
  padding: 0.5rem 0 0;
}

.home-asmission {
  margin: 5rem 0;
}

.home-asmission .flex-box {
  background-size: cover !important;
  background-position: center !important;
  min-height: 350px;
  border-radius: 5px;
  padding: 1rem 2.5rem;
  display: flex;
  align-items: end;
  color: #fff;
}

.home-asmission .flex-box h3 {
  font-family: "Epilogue", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.home-asmission .flex-box p {
  color: #fff;
  width: 380px;
  min-height: 115px;
}

.ac-newsletter {
  background: linear-gradient(160deg, rgb(40, 165, 223) 15%, rgba(37, 128, 199) 45%, rgba(30, 80, 170)75%);
  padding: 6rem 0;
  color: #fff;
}

.ac-newsletter h2 {
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.ac-newsletter p {
  font-size: 18px;
  color: #fff;
}

.ac-newsletter .ac-nl-forn {
  display: flex;
  justify-content: end;
}

/* .ac-newsletter form{
  background-color: #fff;
  padding: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 5rem;
  width: 460px;
  text-align: end;
  font-size: 18px;
  border-radius: 10px;
}
.ac-newsletter form input{
  padding-left: .3rem;
  color: var(--ac-text);
}
.ac-newsletter form button{
  font-size: 17px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #272727;
  color: #fff;
} 
.ac-newsletter form button:hover, .ac-newsletter form button:active, .ac-newsletter form button:focus{
  background-color: var(--ac-secondary);
  letter-spacing: 2px;
}*/

.ac-newsletter a.min-btn {
  border: 1px solid;
  color: #fff;
}

.hm-courses-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
  
}
.hm-courses-col{
  background-color: #fff;
  border: 1px dashed var(--ac-secondary);
  border-radius: 9px;
  padding: 1.5rem;
  position: relative;
  padding-bottom: 80px;
}
.hm-courses-col img {
  width: 100%;
  border-radius: 8px;
}

.hm-courses-col h3 {
  font-family: "Epilogue", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ac-primary);
  margin-top: 1rem;
  min-height: 2rem;
}
.hm-courses-col a {
    background-color: var(--ac-primary);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
}
.hm-courses-col a i{
  font-size: 10px;
}
.hm-courses-col a:hover {
    background-color: var(--ac-secondary);
}
.hm-courses-btn{
  position: absolute;
  bottom: 30px;
  right: 30px;
}



/* ------------- footer start ------------- */


.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #1e1e1e;
  padding: 5rem 0 0;
  font-size: 16px;
  color: #fff;
}

.footer-logo{
  max-width: 250px;
  width: 100%;
}

.footer .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .flex-box .box:nth-child(2) a {
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.footer .flex-box .box:nth-child(2) i {
  font-size: 10px;
}

.footer .flex-box .box:nth-child(3) a {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.footer ul {
  padding: 0;
}

.footer i {
  margin-right: 10px;
}

.footer ul li {
  margin-bottom: 15px;
}

.footer ul li a {
  display: flex;
  align-items: baseline;
  color: #3e3e3e;
  transition: all .3s ease-in-out;
  color: #fff;
}

.footer ul li a:hover {
  color: var(--ac-primary);
  text-decoration: underline !important;

}

.footer-tittle {
  color: #fff;
  margin: 1rem 0;
  width: 395px;
}

.footer .social-media {
  gap: .5rem;
}

.footer .social-media li {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: var(--ac-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.footer .social-media li:hover {
  background-color: var(--ac-secondary);
}

.footer .social-media li:hover a {
  text-decoration: none !important;
}

.footer .social-media li i {
  font-size: 15px;
}

.footer-sub_head {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 26px;
}

.social-media a i {
  font-size: 26px;
  margin: 0;
}

.social-media li {
  margin-bottom: 0 !important;
}

.footer .power {
  background-color: #3f3f3f;
  padding: 1.5rem;
  margin-top: 5rem;
}

.footer .power a,
.footer .power p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}


/* ------------- footer end ------------- */


/*--------------------------
    home end 
--------------------------*/



/* ------------ inner start ---------- */



.inner-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../assets/img/inner_banner.jpg);
  background-position: center;
  background-size: cover;
  min-height: 45vh;
  display: flex;
  align-items: center;
}

.inner-banner .content {
  color: #fff;
  padding: 6rem 0;
}

.inner-banner .content h1 {
  font-size: 48px;
  text-transform: capitalize;
  font-family: "Epilogue", sans-serif;
  font-weight: 700;
}

.inner-banner .content ol {
  font-size: 16px;
  display: flex;
  column-gap: 10px;
  list-style-type: none;
  flex-flow: wrap;
  margin-bottom: 0;
  background: #c7c7c780;
  padding: 5px 13px;
  border-radius: 0.3rem;
  backdrop-filter: blur(10px);
  width: fit-content;
  text-transform: capitalize;
}

.inner-banner .content ol a {
  color: var(--ac-secondary);
  text-transform: capitalize;
}

.inner-banner .content ol a:hover {
  color: var(--ac-primary);
}




/* ------------ inner start ---------- */




/*--------------------------
    about start 
--------------------------*/


.ac-about{
  margin: 120px 0;
  position: relative;
}

.ac-about .shaip {
  position: absolute;
  top: 50px;
  left: 100px;

  animation: roundaction 3.2s linear 2s infinite alternate;
}

.ac-about figure {
  width: 100%;
  height: 80vh;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

}

.ac-about .ac-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: grayscale(8);
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: cover;
}

.ac-about figure:hover .ac-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  filter: none;
  /* transform: scale(1.06); */
}

.ac-chairman {
  margin: 120px 0 0;
  background-color: rgb(248, 248, 248);
  padding: 5rem 0;
}

.ac-chairman img {
  /* max-width: 300px; */
  margin: 0 auto;
  width: 100%;
  display: block;
  border-radius: 8px;
}

.ac-about-card {
  background: transparent;
  border: 1px solid #d2d2d2;
  padding: 1.5rem;
  border-radius: 25px;
  position: relative;
  backdrop-filter: blur(10px);
  margin-top: 3rem;
}

/* .ac-about-card::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 200px;
  height: 190px;
  background: radial-gradient(circle, rgb(18 145 209 / 22%) 0%, transparent 70%);
  opacity: 0;
  transition: opacity var(--t-mid);
  z-index: -1;
} */

/* .ac-about-card:hover::after {
  opacity: 1;
} */

.ac-about-card:hover {
  transform: translateY(-5px);
  box-shadow: rgb(0 0 0 / 18%) 0px 25px 20px -20px;
}

.ac-about-card img {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 80px;
  opacity: 0.6;
}

.ac-about-card .card-icon{
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.card-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(18, 145, 209, 0.1);
  background: linear-gradient(135deg, rgba(43, 168, 224, .15), rgba(18, 4, 122, .08));
  color: var(--ac-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
.icon-ani:hover .card-icon {
  transform: scale(1.12) rotate(6deg);
  background: var(--blue-light);
  background: linear-gradient(135deg, #2ba8e0, #12047a);
  color: #fff;
  box-shadow: 0 8px 22px var(--glow-blue);
}


.ac-about-card h4 {
  color: #fff;
  text-transform: capitalize;
  backdrop-filter: blur(10px);
}

.ac-about-card p {
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 15px;
}

.ac-about-gallery img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.ac-about-gallery span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
}

.ac-about-gallery span:hover {
  opacity: 0;
}




/*--------------------------
    about end 
--------------------------*/





/*--------------------------
    contact start
--------------------------*/




.contact-area {
  margin: 120px 0;
}

.contact-area .box {
  border: 1px solid var(--ac-primary);
  padding: 1.5rem;
  border-radius: 25px;
  position: relative;
  /* background: #c7c7c780; */
  backdrop-filter: blur(10px);
  min-height: 310px;
  text-align: center;
}

.contact-area .box:hover {
  transform: translateY(-5px);
  box-shadow: rgb(0 0 0 / 18%) 0px 25px 20px -20px;
}

.contact-area .box h3 {
  color: var(--ac-secondary);
  font-size: 26px;
  margin: 1rem 0;
}

.contact-area .box a {
  color: var(--ac-primary);
  font-size: 16px;
}

.contact-area .contact-item-icon {
  display: flex;
  justify-content: center;
}

.contact-area .contact-item-icon i {
  font-size: 36px;
  height: 80px;
  width: 80px;
  line-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--ac-primary);
  background: rgb(245, 245, 248);

}

.contact-area .social-media {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  gap: 1rem;
}






/*--------------------------
    contact end 
--------------------------*/







/*--------------------------
    admissions start
--------------------------*/



.ac-admission{
  padding: 120px 0 80px;
  position: relative;
}
.overview-img, .overview-img-2{
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 60px;
}
.overview-img img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.overview-img-2 img{
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.overview-img-badge{
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #12047a;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: .8rem;
  font-weight: 600;
  border-left: 3px solid #2ba8e0;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 
.channels-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.channel-card{
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px 18px;
  border-top: 3px solid #2ba8e0;
  background: #ffffff;
  transition: box-shadow .2s;
}
.channel-card:hover {
  box-shadow: 0 6px 24px rgba(43, 168, 224, .12);
}
.channel-card:nth-child(2){
  border-top-color: var(--navy);
}

.channel-card h5{
  font-size: 14px;
  font-weight: 700;
  color: #12047a;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.channel-card h5 i{
  color: #2ba8e0;
}
.channel-card p{
  margin-bottom: 0;
  margin-top: 1rem;
} */


.apply-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #12047a;
  color: #fff;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 600;
  margin-top: 28px;
  transition: background .2s, transform .2s;
}
.apply-btn:hover{
    background: #2ba8e0;
    transform: translateY(-2px);
}


.section-alt{
  background: #f8f8f8;
  padding: 5rem 0;
}
.why-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}

.why-card{
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px 20px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
  overflow: hidden;
}
.why-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(18, 4, 122, .1);
  border-color: transparent;
}
.why-card h4{
  font-size: 18px;
  font-weight: 700;
  color: var(--ac-secondary);
  margin-bottom: 10px;
}

.steps{
  display: flex;
  flex-direction: column;
  gap: 0;
}
.step-item{
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px dashed #e2e8f0;
  position: relative;
}
.step-num{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--ac-secondary);
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.step-connector{
  position: absolute;
  left: 22px;
  top: 66px;
  width: 2px;
  height: calc(100% - 44px);
  background: #e2e8f0;
  z-index: 0;
}
.step-body h5{
  font-size: 18px;
  font-weight: 700;
  color: #12047a;
  margin-bottom: 5px;
}

.step-body h5 i{
  color: #2ba8e0;
  margin-right: 6px;
}
.step-body p{
  margin-bottom: 0;
}
.info-box{
  background: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.info-box-head{
  background: var(--ac-secondary);
  color: #fff;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.info-box-head i{
  font-size: 1.1rem;
  color: #2ba8e0;
}
.info-box-head h3{
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.info-box-body{
  padding: 26px;
}
.doc-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.doc-list li:hover{
  border-left-color: #2ba8e0;
  background: rgba(43, 168, 224, .06);
}
.doc-list li{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-radius: 7px;
  background: #f8f8f8;
  font-size: 14px;
  border-left: 3px solid transparent;
  transition: border-color .2s, background .2s;
}
.doc-list li i{
  color: #2ba8e0;
  font-size: .9rem;
  width: 16px;
  flex-shrink: 0;
}

.fee-table{ 
  width: 100%; 
  border-collapse: collapse; 
}
.fee-table thead tr{ 
  background: #f8f8f8; 
}
.fee-table th{
  padding: 12px 16px; 
  text-align: left;
  font-size: .8rem; 
  font-weight: 700; 
  color: var(--ac-secondary);
  text-transform: uppercase; 
  letter-spacing: .06em;
  border-bottom: 2px solid #e2e8f0;
}
.fee-table td{
  padding: 13px 16px; 
  font-size: 14px;
  border-bottom: 1px solid #e2e8f0;
}
.fee-table td:last-child{
  color: #2ba8e0;
  font-weight: 700;
}
.fee-table tbody tr:hover{ 
  background: rgba(43,168,224,.04); 
}

.fee-note{
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 7px;
  background: rgba(43, 168, 224, .07);
  border-left: 3px solid #2ba8e0;
  font-size: 14px;
  color: #718096;
  line-height: 1.65;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.fee-note i{ 
  color: #2ba8e0; 
  margin-top: 2px; 
  flex-shrink: 0; 
}

.schol-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.schol-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: transform .2s, box-shadow .2s;
}
.schol-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(18, 4, 122, .09);
}

.schol-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    flex-shrink: 0;
    /* background: linear-gradient(135deg, #2ba8e0, #12047a); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff; */
    font-size: 1.1rem;
}
.schol-body h5 {
    font-size: .9rem;
    font-weight: 700;
    color: var(--ac-secondary);
    margin-bottom: 6px;
}
.schol-body p{
  margin-bottom: 0;
}


.sec-normal{
  padding: 5rem 0;
}


.campus-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
}
.campus-feat {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: border-color .2s;
}
.campus-feat-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--ac-secondary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    flex-shrink: 0;
}

.campus-feat h5 {
    font-size: .9rem;
    font-weight: 700;
    color: var(--ac-secondary);
    margin-bottom: 0;
}

.campus-feat p{
  margin-bottom: 0;
}
.campus-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.campus-img-grid img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
.campus-img-grid img:first-child {
    grid-column: span 2;
    height: 220px;
}
.campus-img-grid img:not(:first-child) {
    height: 160px;
}


.achieve-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 44px;
}
.achieve-card {
    border-radius: 12px;
    padding: 30px 16px;
    text-align: center;
    transition: transform .25s, box-shadow .25s;
}
.achieve-card:nth-child(odd) {
    background: #12047a;
    color: #fff;
}
.achieve-card:nth-child(even) {
    background: #2ba8e0;
    color: #fff;
}
.achieve-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
}
.achieve-card i {
    font-size: 2rem;
    margin-bottom: 14px;
    display: block;
    opacity: .9;
}
.achieve-card h5 {
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.45;
}

.hostel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.hostel-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    transition: box-shadow .2s;
}
.hostel-card:hover {
    box-shadow: 0 10px 32px rgba(18, 4, 122, .1);
}
.hostel-img-wrap {
    position: relative;
}
.hostel-img-wrap img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.hostel-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18, 4, 122, .7) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 16px 20px;
}
.hostel-img-overlay span {
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hostel-img-overlay i {
    color: #2ba8e0;
}
.hostel-body {
    padding: 22px 24px;
}
.hostel-features {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.hostel-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .85rem;
    color: var(--muted);
}
.hostel-features li i {
    color: #2ba8e0;
    width: 14px;
    font-size: .8rem;
}






/*--------------------------
    admissions end 
--------------------------*/









/*--------------------------
    departments start
--------------------------*/




.highlight-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.h-pill {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(43, 168, 224, .08);
    border: 1px solid rgba(43, 168, 224, .2);
    color: #12047a;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 20px;
}
.h-pill i {
    color: #2ba8e0;
    font-size: 13px;
}


.intro-strip {
    background: linear-gradient(120deg, #12047a 0%, #1b0e9c 55%, #2ba8e0 100%);
    padding: 20px 24px;
}
.intro-strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}
.intro-stat {
    text-align: center;
    padding: 14px 16px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}
.intro-stat:last-child {
    border-right: none;
}
.intro-stat i {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.intro-stat h3 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}
.intro-stat p {
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 0;
}






/*--------------------------
     departments end 
--------------------------*/



.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 50px;
}
.course-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    transition: transform .25s, box-shadow .25s;
    display: flex;
    flex-direction: column;
}
.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(18, 4, 122, .12);
}
.cc-img {
    position: relative;
    overflow: hidden;
}
.cc-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .4s;
}
.course-card:hover .cc-img img {
    transform: scale(1.06);
}
.cc-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18, 4, 122, .75) 0%, transparent 55%);
}
.cc-level {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #2ba8e0;
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 3px;
}
.cc-level.blue-level{
  background-color: var(--ac-secondary);
}
.cc-dept-icon {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
}
.cc-body {
    padding: 24px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cc-body h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #12047a;
    margin-bottom: 8px;
    line-height: 1.35;
}
.cc-body p {
    margin-bottom: 18px;
    flex: 1;
}
.cc-meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    padding: 16px 0 3px;
    border-top: 1px solid #e2e8f0;
}
.cc-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #718096;
}
.cc-meta-item i {
    color: #2ba8e0;
    font-size: .8rem;
}
.cc-meta-item strong {
    color: #12047a;
    font-weight: 600;
} 


.faculty-strip {
    background: linear-gradient(120deg, #12047a 0%, #1b0e9c 55%, #2ba8e0 100%);
    padding: 70px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.faculty-strip::before {
      content: ''; 
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.faculty-strip .min-head, .faculty-strip p{
  color: #fff;
}
.faculty-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 36px;
}
.faculty-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: background .2s;
}
.faculty-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
}
.faculty-card h5 {
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 1rem;
}
.faculty-card span {
    color: #2ba8e0;
    font-size: .78rem;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}
.faculty-card p {
    color: rgba(255, 255, 255, .55);
    font-size: .78rem;
    line-height: 1.5;
    margin-bottom: 0;
}






.st-Support-row{
  padding: 24px 22px;
}
.st-Support-row h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #12047a;
    margin-bottom: 8px;
    line-height: 1.35;
}
.st-Support-row p {
    margin-bottom: 18px;
    flex: 1;
}
.st-Support-row .cc-meta-item{
  margin-bottom: 10px;
  align-items: baseline;
}








.staff-list{
  margin: 5rem 0;
}
.staff-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem 1.5rem ;
  margin-top: 1rem;
} 
.staff-image img{
  width: 100%;
  border-radius: 100px;
}
.staff-name{
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--ac-secondary);
  margin-top: 15px;
  margin-bottom: 0px;
}
.staff-role{
  font-size: 15px;
  font-weight: 400;
  color: var(--ac-text);
  margin-top: 10px;
  margin-bottom: 0px;
}





.cooming-soon{
  padding: 6rem 0;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooming-soon h2{
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--ac-secondary);
}




.ac-section{
  padding: 80px 0;
}
.table-box table{
  width: 100%;
}
.table-box td, .table-box th{
  border: 1px solid #000;
  padding: 5px 10px;
  font-size: 14px;
  background: rgba(43, 168, 224, .08);
    border: 1px solid rgba(43, 168, 224, .4);
}
.table-box{
  overflow: scroll;
}




/* ═══════════ ATTENDANCE CARDS ═══════════ */
.attend-grid { 
  display: grid; 
  grid-template-columns: repeat(3,1fr); 
  gap: 22px; 
  margin-top: 44px; 
}
.attend-card {
  border-radius: 14px; 
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  transition: transform .25s, box-shadow .25s;
}
.attend-card:hover { 
  transform: translateY(-5px); 
  box-shadow: 0 14px 40px rgba(18,4,122,.1); 
}
.attend-card-top {
  padding: 26px 24px 18px;
  position: relative; 
  overflow: hidden;
}
.attend-card-top::after {
  content: ''; 
  position: absolute; 
  right: -20px; 
  bottom: -20px;
  width: 80px; 
  height: 80px; 
  border-radius: 50%; 
  opacity: .15;
}
.attend-card.green-card .attend-card-top{
  background: linear-gradient(135deg, #14532d, #16a34a); 
}
.attend-card.amber-card .attend-card-top{ 
  background: linear-gradient(135deg, #78350f, #d97706); }
.attend-card.red-card .attend-card-top{ 
  background: linear-gradient(135deg, #7f1d1d, #dc2626); }
.attend-card-top::after { 
  background: #fff; 
}
.attend-pct {
  font-size: 2.8rem; 
  font-weight: 900; 
  color: #fff; 
  line-height: 1; 
  margin-bottom: 8px; 
  display: block;
}
.attend-card-top h5 { 
  font-size: .95rem; 
  font-weight: 800; 
  color: #fff; 
  margin-bottom: 0; 
}
.attend-card-body { 
  padding: 20px 24px; 
}
.attend-card-body p { 
  font-size: 14px; 
  color: #718096;
  line-height: 1.7; 
  margin-bottom: 0;
}


.instr-grid { 
  display: grid; 
  grid-template-columns: repeat(2,1fr); 
  gap: 20px; 
  margin-top: 44px; 
}



.contact-info{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.contact-info-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}