html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
.background-pastel-purple{
    background-color: #f7f5ff;
}
.fw-bold{
  font-weight: bold;
}
img {
  max-width: 100%;
}

.dropdown-item.nav-link.active {
  padding: 0 0 0 0 !important;
}

.dropdown-item {
  margin-left: -15px !important;
}

.dropdown-menu {
  position: absolute !important;
  padding-left: 1rem;
  border: 0 0 0 0 !important;
  border-color: transparent;
}

.listDisc {
  list-style-type: disc;
  padding-left: 20px;
}

.border-radius-pic {
  border-radius: 60px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: black !important;
}

@font-face {
  font-family: 'Canva-Sans-Regular';
  src: url('font/Canva-Sans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Garet Book';
  src: url('font/garet book.ttf') format('tff');
  font-weight: normal;
  font-style: normal;
}

.enrolBtn {
  background-color: #8f00ff  !important;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: 'Garet Book', sans-serif  !important;
  border-radius: 20px !important;
}
.canva {
  font-family: 'Canva-Sans-Regular', sans-serif  !important;
}

.garet{
  font-family: 'Garet Book', sans-serif !important;
}

.font-purple{
  color: #8f00ff; 
}

.font-navy{
  color: #312968 !important; 
}

.headingtext,
.content-text {
  font-family: 'Canva-Sans-Regular', sans-serif  !important;
}

.contactusbtn {
  background-color: #8f00ff  !important;
  text-align: center;
  color: #ffffff !important;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: 'Garet Book', sans-serif  !important;
  border-radius: 20px !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Garet Book', sans-serif  !important;
}

/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Canva-Sans-Regular', sans-serif ;
  color: black;
}

/*============= TOP BAR HEADER =============*/

.top-bar {
  height: 2.6rem;
  padding: .5rem 0;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar .info-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}

.top-bar .info-list li {
  padding-right: 0;
}

.top-bar a,
.top-bar p,
.btn-secondary {
  color: black;
  text-decoration: none;
  font-size: 1rem;
}

.top-bar .container-fluid {
  display: flex;
  align-items: center;
}

.top-bar .info-list {
  display: flex;
  gap: 1rem;
  margin-left: auto !important;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}


/*============= NAVIGATION =============*/

.navbar-brand img {
    height: 80px !important;
    width: auto !important;
}

.navbar {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .1rem;
  z-index: 1;
}

.nav-link,
.btn-secondary {
  color: #a7a1a1 !important;
}

.nav-link.active,
.nav-link:hover,
.btn-secondary:active,
.btn-secondary:hover .dropdown-item:active,
.dropdown-item:hover {
  color: rgb(0, 0, 0) !important;
  background-color: transparent !important;
}

.btn-secondary,
.dropdown-item {
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: .1rem;
  color: #a7a1a1 !important;
}

.dropdown-toggle::after,
.dropdown-toggle::before {
  margin-left: 0 !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.dropdown-toggle,
.btn-secondary.dropdown-toggle:focus,
.dropdown-item {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: 0 0 0 0 !important;
}

.dropdown {
  display: inline-flex;
}

.btn-secondary.dropdown-toggle:focus,
.btn-secondary.dropdown-toggle:active {
  color: black !important;
}


.fa-3x {
  font-size: 3rem !important;
}

.navbar-nav .dropdown-menu {
  border: 1px solid #dcdcdc !important;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.contactusbtn:hover {
  background-color: #9458b8 !important;
}

.enrolBtn:hover {
  background-color: #9458b8 !important;
}

.learnmoreBtn:hover {
  background-color: #29b8b3  !important;
}

/*============= FOOTER =============*/
footer {
  background-color: #312968 ;
  color: white;
  font-size: 0.95rem;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
  font-family: 'Canva-Sans-Regular', sans-serif  !important;
}

footer h5 {
  margin-bottom: 1rem;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}

footer ul li {
  margin-bottom: 0.5rem;
}

footer i {
  margin-right: 0.5rem;
}

.footer-btn {
  border: 2px solid white;
  background: white;
  border-radius: 25px;
  padding: 0.4rem 1.2rem;
  color: #8f00ff ;
  font-weight: bold;
}

.footer-btn:hover {
  background-color: #8f00ff ;
}

.footer-social {
  color: white;
  font-size: 1.8rem;
}

.footer-social:hover {
  color: rgba(255, 255, 255, 0.7);
}

footer .fa-phone {
  color: white !important;
}

/*=========== SOCKET =============*/
.socket {
  background-color: rgb(255, 230, 0);
}


/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

  .fa-2x {
    font-size: 2rem !important;
  }

  footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
  }

  footer li {
    list-style: none;
    display: flex;
    text-align: center;
  }

  .top-bar {
    font-size: 0.7rem;
    padding-right: 0rem !important;
  }

  .mobile-padding {
    padding-right: 0rem !important;
  }

  .navbar-brand {
    padding-left: 0rem !important;
  }

  .top-bar a {
    font-size: 0.7rem;
  }

  ul {
    list-style-type: none;
    display: list-item;
  }

  li {
    padding-right: 0;
  }

  ul.social {
    display: inline-flex;
    padding: 0 0 0 0;
  }

  footer p {
    padding-left: .2rem;
  }
}

.top-bar {
  background: #fff;
  padding: 10px 0;
  height: auto;
}

.topbar-brand img {
  height: 80px;
  width: auto;
}

.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-nav {
  width: 100%;
  justify-content: center;
}

.info-list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  align-items: center;
}

@media (min-width: 992px) {
    .row.g-4.align-items-start {
        align-items: stretch !important;
    }

    .row.g-4.align-items-start > div:nth-child(2) {
        position: relative;
        padding-left: 45px !important; 
    }
    
    .row.g-4.align-items-start > div:nth-child(2)::before {
        content: "";
        position: absolute;
        top: 25px;       
        bottom: 20px; /* Pulls the line down cleanly to align with the socials */
        left: 10px;      
        width: 1px;
        background-color: rgba(255, 255, 255, 0.15); 
    }

    .row.g-4.align-items-start > div:nth-child(3) {
        position: relative;
        padding-left: 55px !important; 
    }
    
    .row.g-4.align-items-start > div:nth-child(3)::before {
        content: "";
        position: absolute;
        top: 25px;       
        bottom: 20px; 
        left: -15px;     
        width: 1px;
        background-color: rgba(255, 255, 255, 0.15);
    }
}


/* Devices under 768px (md) */
@media (max-width: 767.98px) {
  .border-primary {
    width: 100% !important;
  }

  .fa-2x {
    font-size: 2rem !important;
  }

  .top-bar-mob {
    padding-right: 10px !important;
  }

  .info-list {
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0;
    justify-content: center;
    display: flex;
  }

}

@media (max-width: 980.98px) {
  .btnContactUs {
    display: inline-block;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .dropdown,
  .dropdown-item {
    justify-content: center;
  }

  .navbar-nav .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
  }

  .navbar-nav .nav-link {
    text-align: center;
  }
}

/* Devices under 320px (md) */
@media (max-width: 320px) {
  .top-bar {
    height: 4rem;
  }
}

@media (max-width: 1187px) {
  .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar-brand img {
    height: 4rem;
  }

  .navbar {
    padding: 0.5rem;
  }
}

/*-- Bootstrap Mobile Gutter Fix --*/
.row,
.container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000 !important;
}

.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}

.fixed {
  z-index: -999 !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}