@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Agbalumo&family=Courgette&family=Damion&family=Doto:wght@100..900&family=Fredericka+the+Great&family=Fugaz+One&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Monoton&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Righteous&family=Russo+One&family=Spicy+Rice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Alegreya:ital,wght@0,400..900;1,400..900&family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Chivo:ital,wght@0,100..900;1,100..900&family=Courgette&family=Geologica:wght@100..900&family=Great+Vibes&family=Merienda:wght@300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rochester&family=Special+Elite&family=Viga&family=Yanone+Kaffeesatz:wght@200..700&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family:var(--default-font) ;
}
:root {
    --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Raleway",  sans-serif;
    --nav-font: "Poppins",  sans-serif;
  }
  
  :root { 
    --background-color: #ffffff; 
    --default-color: #444444; 
    --heading-color: #414c64; 
    --accent-color: #ec12c1; 
    --surface-color: #ffffff; 
    --contrast-color: #ffffff; 
  }
  
  :root {
    --nav-color: #ffffff; 
    --nav-hover-color: #ec12c1; 
    --nav-mobile-background-color: #ffffff; 
    --nav-dropdown-background-color: #ffffff; 
    --nav-dropdown-color: #444444; 
    --nav-dropdown-hover-color: #ec12c1; 
  }
  
  .light-background {
    --background-color: #f6f8fa;
    --surface-color: #ffffff;
  }
  
  .dark-background {
    --background-color: #414c63;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #556482;
    --contrast-color: #ffffff;
  }
  
  :root {
    scroll-behavior: smooth;
  }
  

body {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #ffffff;    
}

a {
    color: #3F69AA;
    transition: 0.5s;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}

a:hover,
a:active,
a:focus {
    color: #65B530;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666666;
    margin: 0 0 15px 0;
    padding: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #ec12c1;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #ffffff;
}

.section-title {
    padding-bottom: 25px;
    position: relative;
  }
  
  .section-title h2 {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: color-mix(in srgb, #444444, transparent 50%);
    position: relative;
  }
  
  .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #eb2b5b;
    margin: 4px 10px;
  }
  
  .section-title p {
    color:   #c978c2 ;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
  }

  @media (max-width: 768px) {
    .section-title h2 {
        font-size: 14px;
    }
    .section-title p {
        font-size: 13px;
    }
  }

#header {
    padding: 30px 0;
    height: 45px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    font-size: 17px;
}

#header .container-fluid{background-color: #a02493; 
    opacity: .9; 
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

#header.header-scrolled {
    background-color: #f8f9fa !important; 
    border-radius: 0px 0px 15px 15px;
    padding: 5px 0;
    height: 75px;
    transition: all 0.5s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    opacity: .9;
}
 
#header .navbar-brand {
    color: var(--primary-color);
    font-weight: var(--font-weight-bold);
  }
  
.navbar-brand span {
    display: inline-block;
    vertical-align: middle;
    color: rgba(21, 247, 166 ,.9);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .navbar-brand span .registration {
    font-size: 12px;
    font-weight: 600;
    margin-top:5px;
    margin-bottom: 0;
}  
.navbar-brand small {
    color: var(--secondary-color);
    display: block;
    font-size: 9px;
    line-height: normal;
    text-transform: uppercase;
    margin-top:3px;
  }
  
  .logo {
    width: 100px;
    height: auto;
    border-radius: 12px;
    border: 1px solid #c978c2;
  }

@media (max-width: 600px) {
    .logo {
        width: 60px; 
        border-radius: 15%;
    }

    #header .container-fluid{
        background-color: transparent; 
        opacity: .9; 
        height: 60px;
    }
    .navbar-brand span{
        color: rgba(21, 247, 166 ,.9);
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 3px;
    }
}

@media (max-width: 400px) {
    .logo {
        width: 60px; 
        border-radius: 15%;
    }

    #header .container-fluid{
        background-color: transparent; 
        opacity: .9; 
        height: 60px;
        
    }
    .navbar-brand span{
        color: rgba(21, 247, 166 ,.9);
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 3px;
    }
}

@media (max-width: 768px) {
    #header #logo h3 {
      font-size: 28px;
      margin-top: 0;
    }

    .logo {
        width: 60px; 
        height: auto;
        border-radius: 15%;
    }
    #header .container-fluid{
        background-color: #a02493;; 
        opacity: .8; 
        height: 65px;
        
    }
    .navbar-brand span{
        color: rgba(21, 247, 166 ,.9);
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 3px;   
    }
}
  
#nav-menu-container {
    float: right;
    margin: 0;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li {
    position: relative;
    float: left;
    margin: 22px 5px 0 10px;
    white-space: nowrap;
}

.nav-menu a {
    padding: 0 0 3px 0;
    text-decoration: none;
    display: inline-block;
    color: #f8f9fa; 
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    outline: none;
}

.nav-menu a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: rgba(21, 247, 166 ,.9); 
    opacity: 0;
    transition: .3s;
}
.nav-menu li.active > a,
.nav-menu > .menu-active > a {
  color: rgba(21, 247, 166, 0.9) !important;
  font-weight: bold;
  border-bottom: 2px solid rgba(21, 247, 166, 0.9);
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: rgba(218, 247, 166 ,.9) ; 
    border-radius: 3px;
    text-decoration: none;
}                              

.nav-menu li:hover > a::after,
.nav-menu > .menu-active > a::after {
    opacity: 1;
}
.toggle-wrap {
    padding: 10px;
    position: relative;
    cursor: pointer;
    float: left;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .toggle-bar,
  .toggle-bar::before,
  .toggle-bar::after,
  .toggle-wrap.active .toggle-bar,
  .toggle-wrap.active .toggle-bar::before,
  .toggle-wrap.active .toggle-bar::after {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
  }
  .toggle-bar {
      width: 38px;
      margin: 10px 0;
      position: relative;
      border-top: 6px solid #303030;
      display: block;
  }
  .toggle-bar::before,
  .toggle-bar::after {
      content: "";
      display: block;
      background: #303030;
      height: 6px;
      width: 38px;
      position: absolute;
      top: -16px;
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -ms-transform-origin: 13%;
      -webkit-transform-origin: 13%;
      transform-origin: 13%;
  }
  .toggle-bar::after {
    top: 4px;
  }
  .toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent;
  }
  .toggle-wrap.active .toggle-bar::before {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .toggle-wrap.active .toggle-bar::after {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 20px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #eeeef5;
}

#mobile-nav {
    position: fixed;
    top: 5%;
    left: 0;
    height: 90%;
    width: 70%;
    z-index: 1001;
    background-color: #f1f0fe;
    text-align: center;
    overflow-y: auto;
    border-radius: 0 15px 15px 0;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
}
body.mobile-nav-active #mobile-nav {
    transform: translateX(0%);
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
    border-top: 1px solid #ddd;
}

#mobile-nav ul li a {
    color: #1e1e1e;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 400;
}

#mobile-nav ul li a:hover {
    color: #ec12c1!important ;
    opacity: 1;
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

@media (min-width: 992px) {
    #header #logo {
        padding-left: 60px;
    }

    #nav-menu-container {
        padding-right: 60px;
    }
}

@media (max-width: 1024px) {
    #nav-menu-container {
        display: none !important;
    }

    #mobile-nav-toggle {
        display: inline !important;
    }
}
/* Sliding Section*/
.slider_container {
    padding: 75px 0;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
    width: 75%;
    height: 105vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider {
    position: relative;
    z-index: 1;
    width: 100%; 
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    animation-timing-function: linear; 
    transition: transform 0.6s ease-in-out;
}

.slide {
    width: 100%;
    flex: 0 0 100%; 
    position: relative;
    min-width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.slider .slide:nth-child(1) { animation: fadeEffect 72s infinite; }
.slider .slide:nth-child(2) { animation: fadeEffect 72s infinite 12s; }
.slider .slide:nth-child(3) { animation: fadeEffect 72s infinite 24s; }
.slider .slide:nth-child(4) { animation: fadeEffect 72s infinite 36s; }
.slider .slide:nth-child(5) { animation: fadeEffect 72s infinite 48s; }
.slider .slide:nth-child(6) { animation: fadeEffect 72s infinite 60s; }

.slider::after{
    content: '';
  }
 
.slide img {
    width: 100%;
    height: 100%;
    border-radius: 15px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
   /* object-fit: cover;*/
}


.slider.manual {
    animation: none !important;
}

.slider-pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 9999;          
    pointer-events: auto;  
}

.slider-pagination span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(194, 186, 186, 0.35); 
    cursor: pointer;
}

.slider-pagination span:hover {
    background-color: rgba(255, 255, 255, 0.65);
    transform: scale(1.3);
}

.slider-pagination span.active {
    background-color: #f4c430;
    box-shadow: 0 0 8px rgba(244, 196, 48, 0.8);
    transform: scale(1.3);
}


.slide .desc, .slide .details{
    font-family: 'Open Sans'; 
    position: absolute;
    left: 40px;
    bottom: 0%;
    color:    #79737e;
    margin-left: 6rem;
    border-radius: 0 2rem 2rem 0;
    display: flex;
    align-content: center;
}

.slide .desc p .offers{
    font-size: 35px;
    font-weight: 500;
    color:  #f0f60b;
    font-family: 'Agbalumo'; 
    -webkit-text-fill-color:  #79737e; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:  #f0f60b;
}

.slide.one {
    position: relative;
    display: inline-block;
}

.slide.one::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide.two {
    background: rgb(255, 64, 64);
}
.slide.three {
    background: rgb(11, 173, 188);
}
.slide.four {
    background: rgb(11, 188, 14);
}
.slide.five {
    background: rgb(173, 11, 188);
}
  
@media (min-width:320px) and (max-width:479px) {
    .slider_container {
        width: 95%;
        height: 450px;
    }
}

@media (min-width:480px) and (max-width:599px) {
    .slider_container {
        width: 95%;
        height: 500px;
    }
}

@media (min-width:600px) and (max-width:799px) {
    .slider_container {
        width: 95%;
        height: 500px;
    }
}

@media (min-width:800px) and (max-width:1024px) {
    .slider_container {
        width: 95%;
        height: 580px;
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    .slider_container {
        width: 95%;
        height: 600px;
    }
}

@media (min-width:1281px) {
    .slider_container {
        width: 95%;
        height: 620px;
    }
}

@media (max-width: 768px) {
    
}

@media (min-width: 720px) and (max-width: 768px) {
   
}

@media (min-width: 769px) and (max-width: 1024px) {
    
}

/* Section Header Section */
.section-header {
    position: relative;
    max-width: 700px;
    margin: 0 auto 30px auto;   
}

.section-header h2,
.section-header h3 {
    position: relative;
    color: #ec12c1;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

@keyframes moving{
    0%{
        left: -20px;
    }
    100%{
        left: 100%;
    }
}

.section-header p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 0
}

/* About Section */
.about{
    position: relative;
    padding: 72px 0px;
    clear: both;
    margin-bottom: -30px;
    background-color: #f9fafa;
    color: #7a747e;
    font-size: 16px;
}
.wrapper {
    column-count: 2;
    column-gap: 50px;
    padding: 50px;
  }
.aboutus {
    float: left;
    width: 450px;  
    height: 300px;
    shape-margin:20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #FAF9F6;
  }

@media (min-width:320px) and (max-width:479px) {
    .aboutus {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
        border: 2px solid #FAF9F6;
    }
    .about{
        font-size: 14px; 
    }
}
@media (min-width:480px) and (max-width:599px) {
    .aboutus {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    border: 2px solid #FAF9F6;
    } 
    .about{
        font-size: 14px;   
    }

.about .col-lg-7 {
        float: left;
        width: 55%;
        text-align: justify;
    }

    .about .row::after {
        content: "";
        display: table;
        clear: both;
    }
}

/* Courses Section */
.courses {
    position: relative;
    clear: both;
    padding: 72px 0px;
    background-color: #ffffff;
}

.courses .section-header p {
    margin-bottom: 10px;
}
.courses .course-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
    margin-top: -30px;
    border-radius: 15px;
    border: 2px solid #FAF9F6;
    background:#E5E4E2;
    transition: .5s;
}
.course-item p{
    font-size: 15px;
}
.course-item h5{
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}
.course-item h6{
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}
.course-item ul li{
    color:  #63468d !important ;
    text-decoration: none;
    font-size: 15px;
    text-align: left;  
}
.course-item i{
    color: #c978c2 !important;
}
.course-item:hover {
    margin-top: -10px;
    background: #c978c2; 
}

.course-item * {
    transition: .5s;
    color:  #63468d ;
}

.course-item:hover * {
    color:  #F0FBFC !important;
}

.card-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    padding: 5px 0; 
}

.flip-card {
    background-color: transparent;
    width: 300px; 
    height: 480px;
    margin: 20px; 
    perspective: 1000px; 
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s; 
    transform-style: preserve-3d; 
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, 
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; 
    border-radius: 15px;
    overflow: hidden; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.flip-card-front {
    background-color: #fff; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flip-card-front img {
    width: 100%;
    height: 400px; 
    object-fit: cover; 
    border-radius: 10px;
    border: 2px solid #FAF9F6;
}

.flip-card-front p {
  font-style: italic;
}

.flip-card-front h5 {
    padding: 15px;
    font-size: 1.3em;
    color: #333; 
}

.flip-card-back {
    background-color:  #c978c2; 
    color: white; 
    transform: rotateY(180deg); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    text-align: center;
    padding: 20px;
}

.flip-card-back h2 {
    margin-bottom: 15px;
    font-size: 18px;
    color:#E5E4E2;
}

.flip-card-back p {
    font-size: 14px;
    margin-bottom: 20px;
}

.flip-card-back ul li {
    font-size: 15px;

}

.flip-card-back button {
    padding: 10px 25px;
    background-color: #FAF9F6; 
    color:  #c978c2;
    border:  2px#faf9f6 solid;
    border-radius: 50px; 
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s; 
}

.flip-card-back button:hover {
    background-color:  #c978c2; 
    color: #FAF9F6;
    border:  2px#faf9f6 solid;
}

.card__heading-span {
    padding: .5rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .card__heading-span--1 {
      background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.85), rgba(255, 119, 48, 0.85)); }
    .card__heading-span--2 {
      background-image: linear-gradient(to right bottom, rgba(0, 4, 40, 0.85), rgba(0, 78, 146, 0.85)); }
    .card__heading-span--3 {
      background-image: linear-gradient(to right bottom, rgba(41, 152, 255, 0.85), rgba(86, 67, 250, 0.85)); }

      .card__heading {
        font-size: 1.2rem;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        position: absolute;
        top: 2rem;
        right: 2rem;
        text-align: right;
        line-height: 2.9rem;
        width: 74%; }
      .card__heading-span {
        padding: .3rem 1.5rem;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; 
}   

@media only screen and (max-width: 600px) {
    .card-container {
        flex-direction: column; 
        align-items: center;
    }
    .courses {
        padding: 30px 0px; 
    }
    .courses .section-header p {
        margin-bottom: 5px; 
    }
    .courses .course-item {
        margin-top: 0; 
        border-radius: 7px; 
        border: 1px solid #FAF9F6; 
    }
    .course-item p {
        font-size: 12px; 
    }
    .course-item h5 {
        font-size: 14px; 
        text-align: center; 
        font-weight: 600;
    }
    .course-item h6 {
        font-size: 13px; 
        text-align: center; 
        font-weight: 700;
    }
    .course-item ul li {
        font-size: 12px; 
        text-align: center; 
    }
    .course-item i {
        font-size: 14px; 
    }

    .course-item:hover {
        margin-top: 0; 
    }
    .text-center{
        font-size: 12px;
    }                  
    .flip-card {
        width: 60%; 
        margin: 15px 0;
        height: 420px;
    }
    .flip-card-front img {
        width: 100%;
        height: 350px; 
        object-fit: cover; 
    }
    
    .flip-card-back h2 {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .flip-card-front{
        width: 100%;
        height: 100%;
        font-size: 13px;  
    }
    
    .flip-card-back {
        width: 100%;
        height: 100%;
        font-size: 12px;   
    }
}

@media screen and (max-width: 768px) {
    .card-container {
        flex-direction: column; 
        align-items: center;
    }
    .flip-card {
        width: 60%; 
        margin: 15px 0;
        height: 420px;
    }
    .flip-card-front img {
        width: 100%;
        height: 350px; 
        object-fit: cover; 
    }
       
    .flip-card-back h2 {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .flip-card-front, 
    .flip-card-back {
        width: 100%;
        height: 100%;
        font-size: 13px;
    }
     
}

/* Gallery Section  */
.gallery {
    position: relative;
    clear: both;
    padding: 72px 0px;
    background-color: #f9fafa;
}
 
.gallery .gallery-filters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
  }
  
  .gallery .gallery-filters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    font-family: var(--heading-font);
    box-shadow: 10px 10px 5px lightblue;
  }
  
  .gallery .gallery-filters li:hover,
  .gallery .gallery-filters li.filter-active {
    color: var(--contrast-color);
    background-color: var(--accent-color);
  }
  .gallery .gallery-filters li.filter-active {
    color: var(--contrast-color);
    background-color: var(--accent-color);
    font-weight: 500;
    box-shadow: 0 0 12px rgba(236, 18, 193, 0.5);
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.gallery .gallery-filters li.filter-active a {
    color: #fff;
    text-decoration: none;
}
  .gallery .gallery-filters li:first-child {
    margin-left: 0;
  }
  
  .gallery .gallery-filters li:last-child {
    margin-right: 0;
  }
  
  @media (max-width: 575px) {
    .gallery .gallery-filters li {
      font-size: 14px;
      margin: 0 0 10px 0;
    }
  }
  
  .gallery .gallery-item {
    position: relative;
    overflow: hidden;
  }
  
  .gallery .gallery-item img{
    border-radius: 15px;
    border: 2px solid #FAF9F6;
    width: 750px;
    height: 290px;
  }
  
  .gallery .gallery-item .gallery-info {
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -100%;
    z-index: 3;
    transition: all ease-in-out 0.5s;
    background: color-mix(in srgb, var(--surface-color), transparent 10%);
    padding: 15px;
  }
  
  .gallery .gallery-item .gallery-info h4 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
  }
  
  .gallery .gallery-item .gallery-info p {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
  }
  
  .gallery .gallery-item .gallery-info .preview-link,
  .gallery .gallery-item .gallery-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 14px);
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    transition: 0.3s;
    line-height: 0;
  }
  
  .gallery .gallery-item .gallery-info .preview-link:hover,
  .gallery .gallery-item .gallery-info .details-link:hover {
    color: var(--accent-color);
  }
  
  .gallery .gallery-item .gallery-info .details-link {
    right: 14px;
    font-size: 28px;
  }
  
  .gallery .gallery-item:hover .gallery-info {
    opacity: 1;
    bottom: 0;
  }
  
/* Management Team Section */
.management {
    position: relative;
    width: 100%;
    padding: 72px 0 15px 0;
    background-color:#ffffff ;
}

.management .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
   
}

.management .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
}

.management .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.management .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.management .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.management .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #fbaf32;
    opacity: 0;
    text-decoration: none;
}

.management .team-social a:hover {
    color: #ffffff;
    background: #65B530;
}

.management .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.management .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.management .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.management .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.management .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.management .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
    font-family: 'Poppins',sans-serif;
    color: #c978c2!important ;
}

.management .team-text h4 {
    font-size: 19px;
    font-weight: 500;
    color: #7b6689;
}

.management .team-text p {
    margin: 0;
    font-size: 15px;
}

@media (max-width: 768px) {
    .management .team-text  h3{
        font-size: 16px;
    }
    .management .team-text  p{
        font-size: 14px;
    }
}

/* Admissions Section */

.admissions {
    position: relative;
    padding: 72px 0px;
    clear: both;
    background-color: #f9fafa;
}
.admissions .container{
    display:block;
    justify-content: center;
    align-items: center;
}
.admissions .container .card{
    height: 775px;
    width: 980px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    font-family: 'Poppins',sans-serif;
    border-radius: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.admissions .container .card .form{
    width: 100%;
    height: 100%;
    display: flex;
}
.admissions .container .card .left-side{
    width: 25%;
    background-color: #c978c2; 
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px 30px;
    box-sizing: border-box;
}
.admissions .container .card .left-side .progress-bar{
    background-color: #c978c2;
   
}
.admissions .left-heading h4{
    color: #E5E4E2;
    margin-bottom: 15px;
}
.admissions .steps-content{
    margin-top: 30px;
    color: white;
}
.admissions .steps-content p{
    font-size: 12px;
    margin-top: 15px;
}
.admissions .progress-bar{
    list-style: none;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    counter-reset: container 0;
}
.admissions .progress-bar li{
    position: relative;
    margin-left: 10px;
    margin-top: 50px;
    text-align: left;
    counter-increment: container 1;
    color: #f8fc8a ; 
}
.admissions .progress-bar li::before{
    content: counter(container);
    line-height:  25px;
    text-align: center;
    position: absolute;
    height: 28px;
    width: 28px;
    border: 2px solid #7030b9 ;
    border-radius: 50%;
    left: -40px;
    top: -9px;
    z-index: 10;
    background-color:#f8fc8a ;
    color: #7030b9;
}
.admissions .progress-bar li::after{
    content: '';
    position: absolute;
    height: 90px;
    width: 2px;
    background-color: #7030b9;
    z-index: 1;
    left: -27px;
    top: -70px;
}
.admissions .progress-bar li.active::after{background: white;}
.admissions .progress-bar li:first-child:after{display: none;}
.admissions .progress-bar li .active::before{
    color: #4F39C7;
    border: 1px solid white;
    background: white;
}
.admissions .progress-bar li.active{color: white;}
.admissions .d-none{display: none;}
.admissions .container .card .right-side{
    width: 65%;
    background-color: white;
    height: 100%;
    border-radius: 20px;
}
.admissions .main{display: none;}
.admissions .active{display: block;}
.admissions .main{padding: 67px 50px;}
.admissions .text{margin-top: auto;}
.admissions .congrats{text-align: center;}
.admissions .text p{
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #727272;
}

.admissions .text h3{
    color: #c978c2;
}
.admissions .form-group {
    margin-bottom: 15px;
  }
  
.admissions .form-group label {
    font-size: 15px;
    color: #727477;
    margin-bottom: 5px;
    display: block;
  }
  
.admissions .form-group input, .form-group textarea, .form-group select {
    width: 100%;
    height: 40px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
  }
  .admissions .form-group #course_name, .admissions .form-group #specialisation{
    width: 350px;
  }
  .admissions .form-group #course_level {
    width: 120px;
  }
  
.admissions .form-group textarea {
    resize: vertical;
    height: 100px;
  }
  
.admissions input[type="text"],input[type="date"],input[type="tel"],input[type="email"],input[type="number"]{
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    border-radius: 10px;
    border: 1px solid #CBCED4;
    gap: 20px;
    box-sizing: border-box;
    padding: 0px 10px;
    color: #7a747e;
    font-size: 15px;
}

.admissions input[type="text"]:focus,
.admissions input[type="date"]:focus,
.admissions input[type="tel"]:focus,
.admissions input[type="email"]:focus,
.admissions input[type="number"]:focus,
.admissions select:focus, .admissions textarea:focus{
    border: 2px solid #ec12c1;
    box-shadow: 0 0 10px #ec12c1;
    outline: none;
}
.admissions input[type="radio"]{
    display: inline;
    margin-right: 10px;
    margin-left: 5px;
}
.admissions textarea{
    width: 100%;
    height: 100px;
    border: none;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #CBCED4;
    box-sizing: border-box;
    padding: 0px 10px;
    color: #7a747e;
    font-size: 15px;
}
.admissions select{
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #CBCED4;
    gap: 20px;
    box-sizing: border-box;
    padding: 0px 10px;
    color: #7a747e;
    font-size: 15px;
}
.admissions input::placeholder, 
.admissions #gender,
.admissions #dob, 
.admissions #course_name, 
.admissions #specialisation, 
.admissions #course_level,
.admissions #country {
    color: #7b6689;
    font-size: 15px;
    font-weight:400;
}

.admissions .buttons button{
    height: 40px;
    width: 100px;
    border: none;
    border-radius: 25px;
    background-color: #ec12c1;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.admissions .buttons button:hover{
    background-color: #fff;
    color:#ec12c1;
    border-radius: 25px;
    border: 3px solid #ec12c1;
}
.admissions .button_space{display: flex;gap: 20px;}
.admissions .button_space button:nth-child(1){
    background-color: #fff;
    color: #ec12c1;
    border-radius: 25px;
    border: 3px solid #ec12c1;
}
.admissions .button_space button:nth-child(1):hover{
    background-color: #ec12c1;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #fff;
}
.admissions .user_card{
    margin-top: 20px;
    margin-bottom: 40px;
    height: 200px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.admissions .drop_box{
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #A3A3A3;
    border-radius: 5px;
}
.admissions .drop_box h4{
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
}
.admissions .drop_box p{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #A3A3A3;
}
.admissions .btn{
    text-decoration: none;
    background-color: #4F39C7;
    color: #fff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
}
.admissions .btn:hover{
    background-color: #fff;
    color: #4F39C7;
    outline: 1px solid #010101;
}
.admissions .detail p{font-size: 12px;font-weight: 700;}
.admissions .detail p a{text-decoration: none;container: blue;}
.admissions .checkmark__circle{
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7AC142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1)forwards;
}
.admissions .error {
    color: red;
    font-size: 14px;
}
.admissions .checkmark{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7AC142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.admissions .checkmark__check{
    transform-origin: 50% 50%;
    stroke-dashoffset: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke{
    100%{stroke-dashoffset: 0;}
}
@keyframes fill{
    100%{box-shadow: inset 0px 0px 0px 30px #7AC142;}
}

@media (min-width:320px) and (max-width:479px) {
    .admissions .container{height: scroll;} 
    .admissions .container .card{
       max-width: 350px;
        height: auto!important;
        margin: 30px 0;
    }   
    .admissions .container .card .right-side{width: 100%;}
    .admissions .user_card{height: 261px;}
    .admissions .container .card .left-side{display: none;}
}

@media (min-width:480px) and (max-width:599px) {
    .admissions .container{height: scroll;} 
    .admissions .container .card{
        max-width: 550px;
        height: auto!important;
        margin: 30px 0;
    }   
    .admissions .container .card .right-side{width: 110%;}
    .admissions .user_card{height: 261px;}
    .admissions .container .card .left-side{display: none;}
}

@media (min-width:600px) and (max-width:799px) {
    .admissions .container{height: scroll;} 
    .admissions .container .card{
        max-width: 650px;
        height: auto!important;
        margin: 30px 0;
    }   
    .admissions .container .card .right-side{width: 100%;}
    .admissions .user_card{height: 261px;}
    .admissions .container .card .left-side{display: none;}
 }

@media (min-width:800px) and (max-width:1024px) {
    .admissions .container{height: scroll;} 
    .admissions .container .card{
        max-width: 900px;
        height: auto!important;
        margin: 30px 0;
    }   
    .admissions .container .card .right-side{width: 100%;}
    .admissions .user_card{height: 261px;}
    .admissions .container .card .left-side{display: none;}
    /*.admissions .container .card .left-side h4{font-size: 15px;}
    .admissions .container .card .left-side ul li{font-size: 13px;}*/

}

@media (min-width:1025px) and (max-width:1280px) {
    .admissions .container{height: scroll;} 
    .admissions .container .card{
        max-width: 1200px;
        height: auto!important;
        margin: 30px 0;
    }   
    .admissions .container .card .right-side{width: 100%;}
    .admissions .user_card{height: 261px;}
    .admissions .container .card .left-side h4{font-size: 20px;font-weight: 600;}
    .admissions .container .card .left-side ul li{font-size: 14px;}
}

@media (min-width:1281px) {
    .admissions .container{height: scroll;} 
    .admissions .container .card{
        max-width: 1500px;
        height: auto!important;
        margin: 30px 0;
    }   
    .admissions .container .card .right-side{width: 100%;}
    .admissions .user_card{height: 261px;}
    .admissions .container .card .left-side h4{font-size: 20px;font-weight: 600;}
    .admissions .container .card .left-side ul li{font-size: 15px;}
}

@media only screen and (max-width: 320px) {
    .admissions .container .card{
        height: 100%;
        width: 100%;
    }
    .admissions .form-group label {
        font-size: 13px;
      } 
    .admissions .form-group input, .form-group textarea, .form-group select {
        width: 100%;
        height: 40px;
        font-size: 13px;
      }
      .admissions input[type="text"],input[type="date"],input[type="tel"],input[type="email"],input[type="number"]{
        width: 100%;
        height: 40px;
        font-size: 13px;
    }
    .admissions textarea{
        width: 100%;
        height: 100px;
        font-size: 13px;
    }
    .admissions select{
        width: 100%;
        height: 40px;
        font-size: 13px;
    }
    .admissions input::placeholder {
        font-size: 13px;
    }
    .admissions .buttons button{
        height: 40px;
        font-size: 12px;
    }
 
  }

/* Contact Section */
#contact_form{
    position: relative;
    padding: 72px 0px;
    clear: both;
    background-color: #ffffff;
}
#contact_form input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    color: #7a747e;
    font-size:15px;
    position: relative;
    z-index: 3;
}

#contact_form input::placeholder {
    color: #7b6689;
    font-size: 15px;
    font-weight: 400;
}
#contact_form textarea {
    width: 100%;
    height: 150px;
    border-radius: 15px;
    color: #7a747e;
    font-size: 15px;
    position: relative;
    z-index: 3;
}

#contact_form textarea::placeholder {
    color: #7b6689;
    font-size: 15px;
    font-weight: 400;
}
.contact .info-item+.info-item {
    margin-top: 40px;
  }
  
.contact .info-item i {
    color: var(--accent-color);
    background: color-mix(in srgb, var(--accent-color), transparent 92%);
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}
  
.contact .info-item h3 {
    padding: 0;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #c978c2;
  }
  
.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #7a747e;
  }
  
.contact .info-item:hover i {
    background: var(--accent-color);
    color: var(--contrast-color);
  }
  
.contact .php-email-form {
    height: 100%;
  }
  
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  }
  
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
    border: 2px solid var(--accent-color) ;
    box-shadow: 0 0 10px var(--accent-color) ;
            outline: none;
  }
  
.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
  }
  
.contact .php-email-form button[type=submit] {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 25px;
  }
  
.contact .php-email-form button[type=submit]:hover {
    color: #ec12c1;
    background: #ffffff;
    text-decoration: none;
    border: 3px solid #ec12c1;
    border-radius: 50px;
}

@media only screen and (max-width: 320px) {
    #contact_form input {
        font-size:13px;
    }
    
    #contact_form input::placeholder {
        font-size: 13px;
    }
    #contact_form textarea {
        font-size: 13px; 
    }
    
    #contact_form textarea::placeholder {
        font-size: 13px;
    }
    .contact .info-item h3 {
        font-size: 15px;
      }
      
    .contact .info-item p {
        font-size: 13px;
      } 
  }
  
/*  Footer Section */
.footer {
    position: relative;
    margin-top: 5px;
    padding-top: 90px;
    background: rgba( 99, 70, 141 , .06);
}

.footer .footer-link {
    margin-left: 25px;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-statements {
    position: relative;
    margin-bottom: 45px;
    color: #454545;
    font-size: 16px;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-statements h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
    color: #ec12c1;
}

.footer .footer-contact p,
.footer .footer-link a,
.footer .footer-statements a {
    font-size: 16px;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-statements h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: rgba(21, 247, 166 ,.9);
}

.footer .footer-link a, .footer .footer-statements a {
    display: block;
    margin-bottom: 10px;
    color: #7a747e;
    transition: .3s;
    font-weight: 500;        
}

.footer .footer-link a::before, .footer .footer-statements a::before {
    position: relative;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    margin-right: 10px;
    color: #ec12c1;
}

.footer .footer-link a:hover, .footer .footer-statements a:hover {
    color: #ec12c1;
    letter-spacing: 1px;    
}

.footer .footer-contact p i {
    width: 25px;
    color: #ec12c1;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-social a {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ec12c1;
    border-radius: 35px;
    font-size: 16px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    color: #ec12c1;
    background: #ffffff;
   text-decoration: none;
    border: 2px solid #ec12c1;
    border-radius: 25px;
}

.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-statements .form {
    position: relative;
    width: 100%;
}

.footer .footer-statements input {
    height: 60px;
    background: transparent;
    border: 1px solid #ec12c1;
    border-radius: 5px;
}

.footer .footer-statements .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
}

.footer .copyright {
    position: relative;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #ffffff;
}

.footer .copyright p {
    margin: 0;
    display: inline-block;
    color: #7a747e;
    font-weight: 500;
}

.footer .copyright p span{
    color: #c978c2;
    font-weight: 600;
}
.footer .copyright p a {
    color: #ec12c1;
}

.footer .copyright p a:hover {
    color: #ec12c1;
}

  @media (min-width:320px) and (max-width:479px)  { 
  .footer .footer-contact h2,
  .footer .footer-link h2,
  .footer .footer-statements h2 {
      font-size: 16px;
  }
  .footer .footer-contact p,
  .footer .footer-link a,
  .footer .footer-statements a {
      font-size: 12px;
  }

  .footer .footer-link {
      margin-left: 0;
  }

  .footer .footer-social {
      justify-content: left;
      flex-wrap: wrap;
  }

  .footer .footer-statements .form {
      text-align: center;
  }
  .footer .footer-statements .btn {
      position: static;
      width: 90%;
  }
  }
  @media (min-width:480px) and (max-width:599px)  { 
    .footer .footer-contact h2,
    .footer .footer-link h2,
    .footer .footer-statements h2 {
        font-size: 17px;
    }
    .footer .footer-contact p,
    .footer .footer-link a,
    .footer .footer-statements a {
        font-size: 13px;
    }
    
    .footer .footer-social {
        justify-content: left;
    }

    .footer .footer-statements .btn {
        right: 5px;
    }
  }
  @media (min-width:600px) and (max-width: 800px)  { 
    .footer .footer-contact,
    .footer .footer-link,
    .footer .footer-statements {
        text-align: left;
    }

    .footer .footer-contact h2,
    .footer .footer-link h2,
    .footer .footer-statements h2 {
        font-size: 18px;
    }
    .footer .footer-contact p,
    .footer .footer-link a,
    .footer .footer-statements a {
        font-size: 14px;
    }
    
    .footer .footer-social {
        justify-content: flex-start;
    }
  }
  @media (min-width:801px) and (max-width:1024px)  { 
    .footer .footer-contact h2,
    .footer .footer-link h2,
    .footer .footer-statements h2 {
        font-size: 19px;
    }
    .footer .footer-contact p,
    .footer .footer-link a,
    .footer .footer-statements a {
        font-size: 15px;
    }
  }

  @media (min-width:1025px) and (max-width:1280px) { 
    .footer .footer-contact h2,
    .footer .footer-link h2,
    .footer .footer-statements h2 {
        font-size: 20px;
    }
    .footer .footer-contact p,
    .footer .footer-link a,
    .footer .footer-statements a {
        font-size: 16px;
    } 
  }
  @media (min-width:1281px) { 
  
  }
  
/* Banking Details Modal */
.card-text {
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

.card-text em {
    flex: 1;
    text-align: right;
}

.card-text::before {
    content: attr(data-label);
    flex: 1;
    text-align: left;
}

.card-text:nth-child(odd) {
    background-color: #f2f2f2; 
}

.card-text:nth-child(even) {
    background-color: #ffffff; 
}
  
  @media only screen and (max-width: 600px) {
    #header {
      font-size: 18px;
    }
    .navbar {
      flex-direction: column;
    }
    .main-content {
      padding: 10px;
    }
    .footer {
      font-size: 12px;
    }
  }
  
  
  @media only screen and (min-width: 600px) {
    #header {
      font-size: 20px;
    }
    .navbar {
      flex-direction: row;
    }
    .main-content {
      padding: 15px;
    }
    .footer {
      font-size: 13px;
    }
  }
  
  
  @media only screen and (min-width: 768px) {
    #header {
      font-size: 22px;
    }
    .main-content {
      padding: 20px;
    }
    .footer {
      font-size: 14px;
    }
  }
  

@media (min-width: 768px) and (max-width: 1024px) {
    .wrapper {
        column-count: 1;
        padding: 30px;
    }

    .flip-card {
        width: 48%;
        height: 440px;
        margin: 1%;
    }

    .admissions .container .card {
        width: 90%;
        height: auto;
    }

    .admissions .form-group input,
    .admissions select,
    .admissions textarea {
        font-size: 14px;
    }
}

@media (min-width: 1281px) {
    .container, .container-fluid {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .slider_container {
        width: 70%;
    }

    .admissions .container .card {
        width: 1000px;
    }
}

@media (max-width: 480px) {
    .navbar-brand span {
        font-size: 11px;
    }

    .section-title p {
        font-size: 12px;
    }

    .caption, .suffix {
        font-size: 2.5rem;
        padding: 0.5rem 1rem;
    }
    .about .content h3 {
        font-size: 20px;
    }

    .management .team-text h4 {
        font-size: 14px;
    }

    .management .team-text p {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .nav-menu a {
        font-size: 10px;
        padding: 2px 5px;
    }

    .nav-menu li {
        margin: 5px 2px;
    }

    #nav-menu-container {
        display: none !important;
    }
    #mobile-nav-toggle {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #mobile-nav {
        display: block;
    }
}



