@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

* {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary:#004aad;
  --light: #F0FBFC;
  --light: #f0e4de;
  --dark:#f69050;
}
html {
  scroll-behavior: smooth;
  
}

body {
  background-color:white;
  
}
#progress {
  position: fixed;
  bottom: 30px;
  left: 8px;
  height: 45px;
  width: 45px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 10000;
}
#progress-value {
  display: block;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 30px;
  color: #001a2e;
}


header {
  background-color:  white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

.items {
  user-select: none;
  height: 65px;
  width: 500px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-shadow: 1px 1px 2px black;
  font-weight: 900;
  letter-spacing: 2px;
}

.items img {
  margin: 0 10px 0 5px;
  height: 76px;
  width: 80px;
  z-index: 1001;
}

.items .cap {
  position: absolute;
  top: -2.5px;         /* Adjust to position above "S" */
  margin-left:5.4rem;
  height: 1.5rem;
  width: 1.5rem;
  z-index: 999;       /* Place cap image behind the text */
}

.items .l1 {
  margin-left: 0.1rem;
  color: rgb(23, 23, 160);
  font-size: 42px;
  position: relative;
  top: -8px;  /* Adjust this value to control the downward shift */
}

.items .l2{
  font-weight: 0;
  position: absolute;
  font-size:75px;
  top:-0.65rem;
  margin-left:6.8rem;
  color: #b48415;
}

.items .l5 {
  margin-left: 1.7rem;
  color: rgb(23, 23, 160);
  font-size: 42px;
  position: relative;
  top: -8px;  /* Adjust this value to control the downward shift */
}



.items .symbol {
  left:1.8rem;
  font-size: 35px;
  color: rgb(23, 23, 160);
  font-weight: 900;
  position: relative;
  top:-7px;  /* Adjust this value as needed */
}


.items .np {
  position: absolute;
  letter-spacing: 3.5px;
  top:2.85rem;
  margin-left:10rem;
  z-index: 1000;
  color: #b48415;
  font-size: 25px;
}

.items .wifi{
  color:black;
  top:0.1rem;
  margin-left:-9px;
  font-size:0.7rem;
  position: absolute;
  z-index: 999; 
}
nav ul {
  display: flex;
  list-style: none;
  margin-top: 18px;
  margin-right: 20px;
}

.menu-toggle {
  display: none;
}
nav ul li {
  
  margin: auto;
}




nav ul li a {
  color: #004aad;
  padding: 10px;
  font-size: 19px;
  font-weight: 1000;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: none;
  background-color:  #004aad;
  color:   white;
}


/*** Spinner ***/
#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  display: flex;
  background-color: white;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  z-index: 9999; /* To make sure it stays on top */
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#spinner i{
  font-size: 4rem;
  color:#004aad;
}










.page-header {
  height:350px;
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url("../images/banner1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header .container .topic{
  font-size: 70px !important;
  margin-top: 10%;
}


.cont{
  max-width: 100%;
}
/* Default: 4 cards in a row */
.cat .row > div {
  flex: 0 0 calc(25% - 16px); /* 4 cards in a row with spacing */
  max-width: calc(25% - 16px);
  margin: 8px;
}

.pt img{
  height:6rem;
  width:6rem;
}
.pt:hover .content {
  background-color:#004aad; /* Change this to your desired background color */
  transition: all 0.3s ease; /* Smooth transition effect */
}

.pt:hover .content a {
  color:white; /* Change this to your desired link color */
}

.pt:hover img {
  transform: scale(1.1); /* Optional: Zoom effect on the image */
  transition: transform 0.3s ease;
}

.course-tabs {
  background-color: gray;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  padding:3rem;
}
.course-tabs h2{
  padding:2rem;
  color: white;
  font-weight: 900;
}

.tab {
  color: white;
  font-size: 2rem;
  width: 65%;
  padding: 0.5rem;
  text-align: center;
  background-color: var(--primary);
  cursor: pointer;
  border: 1px solid #ddd;
  transition: background-color 0.3s;
  margin-bottom: 20px;
}

.tab:hover {
  background-color: #e9ecef;
  color: var(--primary);
}



.tit {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--dark);
}


.benefits-section {
  padding: 20px 0;
}
.benefits-section .container{
  padding:0;
  max-width: 100%;
}
.benefits-section .container .row {
  justify-content: center;
  margin:0;
}
.benefits-section .container .row > div {
  flex: 0 0 calc(30% - 16px); /* 4 cards in a row with spacing */
  max-width: calc(30% - 16px);
  margin: 8px;
}


.benefit-item {
  display: grid;
  text-align: center;
  padding: 5px;
}

.benefit-item i {
  font-size: 3rem;
  color: var(--primary);
  margin-bottom: 15px;
}

.benefit-item h5 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}

.benefit-item p {
  margin-top: 10px;
  font-size: 1rem;
  color: #6c757d;
}



.dropdown-icon {
  display: none;
  cursor: pointer;
  margin-left: 10px;
}

/*** Section Title ***/
.section-title {
  background-color: var(--primary);
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 0;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 0;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

.category .space{
  margin-bottom: 5%;
}
.category .content {
  cursor: pointer;
  transition: .5s;
}

.category .content:hover {
  background-color: var(--primary);
  color: #fff;
}

.category .content h5 a {
  text-decoration: none;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}

.category .content:hover h5 a {
  color: #fff !important;
}

.category img {
  width: 50px;
  height: 50px;
}


.category img,
.course-item img {
  transition: .5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
  margin-top: -10px;
}



.course-item img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

.course-item .heading{
  min-height:80px;

}


.level{
  background-color: white;
  width:100%;
  margin-bottom: 2rem;
  display:none;
}

.level.active{
  display:block;
}




/*end*/

/*end*/
@keyframes phone-ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(-15deg); }
  20% { transform: rotate(15deg); }
  30% { transform: rotate(-15deg); }
  40% { transform: rotate(15deg); }
  50% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
#whatsapp-link i {
  position: fixed;
  animation: phone-ring 2s infinite;
  right: 15px;
  bottom: 20px;
  height:47px;
  width:48px;
  text-align:center;
  border-radius:50%;
  background: #25D366;
  color: white;
  font-size: 48px;
  z-index: 999;
  text-decoration: none;
}



#whatsapp-link i:hover {
  background-color: #20b455;
}

footer{
  
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:10px;
  
}
footer p{
  color: #004aad;
 font-size: larger;
 font-weight: bolder;

}


@media(max-width:1100px){
  #whatsapp-link i {
    height:42px;
    width:40px;
    font-size: 43px;
  }

}



@media (max-width: 900px) {
  nav {
    color:   #004aad;
    width: 300px;
    height: 100%;
    background-color: #002f66;
    position: fixed;
    top: 55px;
    right: -430px; /* Hide the menu off the screen */
    transition: right 0.4s ease;
    z-index: 1100; /* Ensure it floats above other elements */
    margin-top: 20px;
  }
  
  nav ul {
    padding-left: 0;
    margin-top: 0;
    width:100%;
    display: flex;
    flex-direction: column;
  }
  
  nav ul li {
    padding:35px 5px 3px 5px;
    margin: 0;

  }
 
  
  nav ul li a {
    width:100%;
    margin:50px 10px 50px 10px;
    padding: 0;
    color:white;
    font-size: 25px;
  }
  
  
  
  
  nav ul li a:hover{
    margin-left:-2px;
    padding:20px 270px 20px 10px;
    color:   #004aad;
    background-color:  white;
  }
  

  
  /* Hamburger icon */
  .menu-toggle {
    display: flex;
    font-weight: 800;
    color: #002f66;
    font-size: 35px;
    cursor: pointer;
    position: fixed;
    top: 7px;
    right: 8px;
    z-index: 1001; 
  }
  
  /* Class to show the nav */
  nav.active {
      right: 0; 
  }
  
 

  .page-header .container .topic{
    margin-top: 20%;
  }
  .cat .row > div {
    flex: 0 0 calc(33.333% - 16px); /* 3 cards in a row with spacing */
    max-width: calc(33.333% - 16px);
}
}


@media (max-width: 768px) {

  
  #whatsapp-link i {
    height:39px;
    width:38px;
    font-size: 40px;
}
    
    
  footer{
    height: 50px;
    padding: 1px 0;

  }
  footer p{
    color: #004aad;
    font-size: 20px;
    font-weight: bolder;

  }
  
}


@media  (max-width: 640px) {
    
  nav {
      width: 250px;
  }
  
  #progress {
    height: 40px;
    width: 40px;
  }
  #progress-value {
    font-size:25px
  }
  .menu-toggle {
      top: 13px;
      font-size: 30px;
  } 
  .pt{
    height:6.5rem;
    width:6rem;
    margin:0;
    padding:0;
  }
  .pt img{
    height:4rem;
    width:4rem;
  }
  .pt .my-2 a{
    font-size: 1rem;
  }

  .benefit-item h5{
    font-size: 1rem;
  }


  .benefit-item p {
    display: none; /* Hide paragraph initially */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
  }

  .benefit-item.active p {
    display: block;
    max-height: 100px; /* Adjust as needed */
    opacity: 1;
  }
  
  .dropdown-icon{
    display: inline;
  }
   
footer{
    height: 35px;

}
footer p{
    font-size: 18px;

}    

}



@media  (max-width: 475px) {

  header {
    height:54px;
}

.items img {
    margin: 0 10px 0 5px;
    height: 50px;
    width: 55px;
}

.items .cap {
    top: -2.5px;         /* Adjust to position above "S" */
    margin-left:3.8rem;
    height: 1.3rem;
    width: 1.3rem;
}

.items .l1 {
    margin-left: 0.1rem;
    font-size: 32px;
    top: -5px;  /* Adjust this value to control the downward shift */
}

.items .l2{
    font-weight: 0;
    position: absolute;
    font-size:56px;
    top:-0.6rem;
    margin-left:5.1rem;
}

.items .l5 {
    margin-left: 1.3rem;
    font-size: 32px;
    top: -5px;  /* Adjust this value to control the downward shift */
}



.items .symbol {
    left:1.3rem;
    font-size: 26px;
    top:-5px;  /* Adjust this value as needed */
}


.items .np {
    letter-spacing: 3.5px;
    top:2rem;
    margin-left:7.6rem;
    font-size: 18px;
}

.items .wifi{
    top:0.2rem;
    margin-left:-6px;
    font-size:0.3rem;
    
}


nav {
top:34px;
width: 180px;
}
nav ul li {
  padding:20px 10px 5px 5px;
  margin: 0;

}

  
nav ul li a {

  width:100%;
  margin:50px 10px 50px 10px;
  padding: 0;
  color:white;
  font-size: 20px;
}



nav ul li a:hover{
  margin-left:-2px;
  padding:12px 150px 12px 10px;
  color:   #004aad;
  background-color:  white;
}
.menu-toggle{
  font-size: 25px;
}

.pt .my-2 a{
  font-size: 1.1rem;
}

.cat .row > div {
  flex: 0 0 calc(50% - 16px); /* 2 cards in a row with spacing */
  max-width: calc(50% - 16px);
}


.course-tabs h2{
  font-size: 25px;
  padding:1rem 0;
 }

 .tab {
  font-size: 2rem;
  width: 80%;
  padding: 0.5rem;
  
}

.benefits-section .container .row > div {
  flex: 0 0 calc(50% - 16px); /* 2 cards in a row with spacing */
  max-width: calc(50% - 16px);
}

.benefit-item h5{
  font-size: 0.8rem;
}
.page-header .container .topic{
  margin-top: 30%;
}

footer{
  height: 35px;
  padding: 1px 0;

}
footer p{
  color: #004aad;
  font-size: 15px;
  font-weight: bolder;
}
#whatsapp-link i {
  height:36px;
  width:37px;
  font-size: 37px;
}
  
}


@media (max-width: 368px){
    
  header {
    height:51px;
}

.items img {
    margin: 1px 10px 0 5px;
    height: 50px;
    width: 55px;
}

.items .cap {
    top: -2.5px;         /* Adjust to position above "S" */
    margin-left:3.8rem;
    height: 1.18rem;
    width: 1.18rem;
}

.items .l1 {
    margin-left: 0.1rem;
    font-size: 30px;
    top: -5px;  /* Adjust this value to control the downward shift */
}

.items .l2{
    font-weight: 0;
    position: absolute;
    font-size:53px;
    top:-0.6rem;
    margin-left:5.3rem;
}

.items .l5 {
    margin-left: 1.3rem;
    font-size: 30px;
    top: -5px;  /* Adjust this value to control the downward shift */
}



.items .symbol {
    left:1.4rem;
    font-size: 23px;
    top:-5px;  /* Adjust this value as needed */
}


.items .np {
  letter-spacing: 3.5px;
  top:2rem;
  margin-left:7.7rem;
  font-size: 15px;
}

.items .wifi{
  top:0.2rem;
  margin-left:-7px;
  font-size:0.4rem;  
}


nav {
top:31px;
width: 150px;
}

 nav ul li a {
    font-size:18px;
  }

  .menu-toggle{
      right:15px;
      top:10px;
      font-size: 25px;
      font-weight:1000;
  }
  
  
  .pt img{
    height:3rem;
    width:3rem;
  }
  .pt .my-2 a{
    font-size: 1rem;
  }
  .benefit-item i {
    font-size: 2rem;
  }

  
.benefit-item h5{
  margin-top:0;
  font-size: 0.7rem;
}
  
  .benefit-item p {
    font-size:0.6rem ;
  }

   .benefits-section .container  .row > div {
    flex: 0 0 calc(50% - 16px); /* 2 cards in a row with spacing */
    max-width: calc(50% - 16px);
  }
  
  
  .page-header .container .topic{
    margin-top: 40%;
  }
  
   .course-tabs h2{
    font-size: 23px;
    padding:1rem 0;
   }

   .tab {
    font-size: 1.5rem;
    width: 70%;
    padding: 0.5rem;
  }

  footer{
    height: 50px;

}
footer p{
    color: #004aad;
    font-size: 10px;
    font-weight: bolder;
}
#progress {
  height: 30px;
  width: 30px;
}
#progress-value {
  font-size:20px
}

#whatsapp-link i {
  height:34px;
  width:35px;
  font-size: 35px;
}
}




      

