@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

body {
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    background-color:  #135a91;
    color: #333;
}

h1, h2, h3, h4, h5, p {
  font-family:inherit; 
}

h1 {
  font-weight: 700; /* Bold for emphasis */
  font-size: 2rem;
}

h2 {
  font-weight: 600;
  font-size: 2rem;
}

h3 {
  font-weight: 500;
  font-size: 1.75rem;
}

h4 {
  font-weight: 400;
  font-size: 1.5rem;
}

h5 {
  font-weight: 300;
  font-size: 1.25rem;
}

p {
  font-weight: 300; /* Lighter for better readability */
  font-size: 1rem;
  line-height: 1.6;
}




*{
  overflow-x: hidden; 
  }
  

::-webkit-scrollbar {
    display: none;
  }
   .navbar{
    position:fixed;
    width: 100%;
    top:0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
   }

   .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    position: relative;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    text-transform:uppercase;
  }

  
 
  .navbar-nav .nav-link:hover {
    background: linear-gradient(45deg, #007bff, #00c6ff); /* Blue gradient  */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    transition: width 0.4s ease, left 0.4s ease;
  }
  
  .navbar-nav .nav-link:hover::after {
    width: 100%;
    left: 0;
  }
  
  .navbar-brand{
    /* width:100px; */
    height:50px;

  }
  @media(max-width:600px) {
    .navbar-brand{
      height:50px;
    }
    .navbar-toggler{
      height:40px;
    }
    .navbar-toggler-icon{
      height:35px;
    }
    /* nav{
      height:60px;
      
    } */
  }
  @media(max-width:400px) {
    .navbar-brand{
      height:40px;
    }
  
  .navbar-toggler{
    height:30px;
  }
  .navbar-toggler-icon{
    height:20px;
    width:20px;
  }

}

  #heroCarousel .carousel-item {
            height: 70vh;
            position: relative;
        }
        #heroCarousel .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .carousel-caption {
            position: absolute;
            /* top: 50%; */
            left: 10%;
            transform: translateY(-50%);
            text-align: left;
            /*background: rgba(0, 0, 0, 0.6); */
            display: 15px;
            border-radius: 10px;
            width: 40%;
            color: white;
}
.carousel-caption span{
  color: #2d1aff;
}

.btn-primary {
background-color: #007bff;
color: white;
padding: 8px 40px;
font-size:25px;
text-decoration: none;

}
.btn-primary:hover{
background-color:transparent;
border:2px solid #007bff;
color:whitesmoke;
}
@media (min-width:1024px) and (max-width: 1340px) {
  #heroCarousel .carousel-item {
      height:70vh;
  }
 
  .carousel-caption {
      width: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      padding-bottom:40px;
  
     
     
  }

}

@media (min-width:912px) and (max-width: 1024px) {
  #heroCarousel .carousel-item {
    height:70vh;
}
.carousel-caption {
    width: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-bottom:60px;

   
   
}

}

@media (min-width: 858px) and (max-width: 912px)  {
  #heroCarousel .carousel-item {
      height: 50vh;
  }
  .carousel-caption {
      width: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      padding-bottom:80px;
  
     
     
  }

}
@media(min-width:769px) and (max-width: 858px) {
  #heroCarousel .carousel-item {
      height: 50vh;
  }
  .carousel-caption {
      width: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      padding-bottom:80px;
  
     
     
  }

}
@media (min-width:640px) and (max-width: 769px) {
  #heroCarousel .carousel-item {
      height:70vh;
  }
  .carousel-caption {
      width: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      /* padding-bottom:50px; */
  
     
     
  }
  }

 @media (min-width:540px) and (max-width: 640px) {
#heroCarousel .carousel-item {
    height:90vh;
}
.carousel-caption {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* padding-bottom:50px; */

   
   
}
}


  
@media (min-width:420px) and (max-width:540px) {
#heroCarousel .carousel-item {
    height:60vh;
}
.carousel-caption {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* padding-bottom:80px; */

   
   
} 
}
@media (min-width:351px) and (max-width:420px) {
  #heroCarousel .carousel-item {
    height:80vh;
}
.carousel-caption {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:start;
    margin-bottom:70px;

   
   
} 
}


@media (min-width:320px) and (max-width: 350px) {
 #heroCarousel .carousel-item {
    height: 40vh;
}
.carousel-caption {
    left: 5%;
    transform: none;
    text-align: start;
    width: 90%;
  
}

}
@media (min-width:0px) and  (max-width: 320px) {
 #heroCarousel .carousel-item {
    height: 50vh;
}
.carousel-caption {
    left: 5%;
    transform: none;
    text-align: start;
    width: 90%;
  
}

}


 
     /* About Section */

 #about {
  padding: 50px 20px;
  background-color: #135a91;
}

.about-title {
  text-align: center;
  font-size: 36px;
  color: #e9e9e9;
  margin-bottom: 30px;
  font-weight: bold;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #e9e9e9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-left,
.about-right {
  flex: 1 1 45%;
  box-sizing: border-box;
}

.about-left img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  border-radius: 10px;
}

.about-right {
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-right p {
  color: #111;
  line-height: 2.0;
  font-size: 16px;
  text-align: justify;
}

@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
    padding: 20px 15px;
    text-align: center;
  }

  .about-left,
  .about-right {
    flex: 1 1 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .about-right p {
    text-align: justify;
    padding: 0 10px;
  }
}


    .text-center .btn {
        background-color: transparent;
        border: 2px solid #007bff;
        padding: 10px 20px;
        border-radius: 25px;
        text-align: center;
        /* width: 100%; */
        transition: background-color 0.3s ease, color 0.3s ease;
      }
      
      .text-center .btn:hover {
        background-color: #007bff;
        color: rgb(5, 5, 5);
        border-color: #333;
      }

/* .offering h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700; 
    letter-spacing: 1px;
} */

.offering h2{
     text-align:center;
     color: white;
}
      .offer-section {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        padding: 50px;
        max-width: 1200px;
        margin: auto;
        background-color: rgb(233, 233, 233);
        border-radius:5px;
        margin-bottom:10px;
      }
      
      .offer-box {
        position: relative;
        width: 48%;
        height: 300px;
        background-size: cover;
        background-position: center;
        color: rgb(233, 233, 233);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s ease;
      }
      
   
      .offer-box h2 {
        position: absolute;
        z-index: 2;
        font-size: 24px;
        background: rgba(0, 0, 0, 0.6);
        padding: 10px 20px;
        border-radius: 5px;
        transition: opacity 0.5s ease;
      }
      

      .offer-box .description {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(23, 23, 23, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.5s ease;
        padding: 20px;
      }

      .offer-box:hover h2 {
        opacity: 0;
      }
      
      .offer-box:hover .description {
        opacity: 1;
      }
      
   
      .offer-box.one {
        background-image: url('what_we_offer_kids.jpeg'); /* Replace with your image */
      }
      
      .offer-box.two {
        background-image: url('what_we_offer_adults.jpeg'); /* Replace with your image */
      }
      
      /* Responsive Design */
      @media (max-width: 768px) {
        .offer-section {
            flex-direction: column;
        }
        .offer-box {
            width: 100%;
        }
      }

      @media (max-width: 370px) {
        .offer-section {
            flex-direction: column;
        }
        .offer-box {
            width: 100%;

        }
        .description{
          font-size:small;
        }
      }
      @media (max-width: 350px) {
        .offer-section {
            flex-direction: column;
        }
        .offer-box {
            width: 100%;

        }
        .description{
          font-size:small;
        }
      }

      /* WHy us */

      .why_us{
        width:100%;
        height:auto;
        background: url('whyus_bg_img.png') no-repeat center center/cover;


    
        
      }
      .why_us h2{
        color:#007bff;
        text-align: center;

      }
      .why_us h4{
        text-align: center;
        color: #ddd;
        
      }

      .details{
        justify-content: space-around;
        padding-bottom: 30px;
       
      }
      .details .card{
        margin-top: 20px;
        border-color:rgb(19, 19, 19);
        color:rgb(3, 3, 3);
       box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
       align-items: center;
       background:rgb(233, 233, 233);
        
      }
    
      .details .card:hover{
        box-shadow: none;
        border-color: rgb(19, 18, 18);
        /* background-color: rgb(147, 147, 147); */
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,2);
       
    
      }
   

      .details .card img{
        width:50px;
        height:50px;
        margin: auto;
        color:#007bff;
        
       
      }
      .card-title{
        color: #007bff;

      }
    
      .details .card  i{
        font-size: 30px;
      }
      .card h5{
        text-align: center;
      }
      .card-text{
        text-align: center;
      }

      @media (max-width: 690px) {
      .why_us{
        background:url("whyus_bg_img.png");
      }
    }


/* Online classes */
.online {
    width: 100%;
    height: 350px;
    background-image: url('Join_now_img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Box Styling */
.Online_training {
    max-width: 800px;
    width: 90%;
    background-color: rgb(233, 233, 233);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
}

/* Text Styling */
.Online_training h3 {
    color: rgb(6, 6, 6);
    margin-bottom: 5px;
}

.Online_training .highlight {
    color: rgb(56, 95, 255);
}

/* Button Styling */
.btn {
    background-color:rgb(233, 233, 233);
    color: rgb(9, 9, 9);
    padding: 10px 20px;
    font-size: 1rem;
    border: 2px solid #007bff;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    background-color: #007bff;
    color: white;
}

/* Responsive Design */
@media screen and (max-width: 670px) {
    .online {
        height: auto;
        padding: 30px 15px;
    }

    .Online_training {
        width: 95%;
        padding: 15px;
    }

    .Online_training h3 {
        font-size: 1.5rem;
    }

    .btn {
        width:70%;
    }
}
    


/* Mission_vision section */

.mission_vision {
  padding: 30px 15px;
  background-color:#00509d;
}

.mission_vision h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: bold;
}

.tab-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tab-button {
  background: #fff;
  color: #135a91;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-button.active {
  background-color:#007bff;
  color: #fff;
}

.tab-content {
  display: none;
  background-color: #e5e7e9;
  padding: 25px;
  border-radius: 10px;
  max-width: 1100px;
  margin: 0 auto;
  color: #1a1a1a;
}

.tab-content.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.tab-content img {
  flex: 1 1 100%;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.tab-text {
  flex: 1 1 100%;
}

.tab-text h2 {
  color: #007bff;
  font-size: 22px;
  margin-bottom: 10px;
}

.tab-text p {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

@media (min-width: 768px) {
  .tab-content img {
    flex: 1 1 48%;
  }

  .tab-text {
    flex: 1 1 48%;
  }
}




  /* courses */
  .Courses {
    background: url("courses_bg.png") no-repeat center center/cover;
    padding: 50px 20px;
    text-align: center;
    
    
}

.Courses h2 {
    margin-bottom: 20px;
    color: #232323;
    text-transform: uppercase;
}
.tick_box {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  background: #eaf7e0;
  border-radius: 8px;
  margin: 5px;
}
.tick_box i {
  color: green;
  margin-right: 10px;
}


/* Accordion Styling */
.accordion {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
}

.accordion-button {
    font-size: 20px;
    font-weight: bold;
    background:#007bff;
    color: white;
    border-radius: 6px;
    transition: 0.3s;
}

.accordion-button:hover {
    background:#00c6ff;
    color: #fff;
}

.accordion-body {
    text-align: left;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
     justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.accordion-body h4 {
    color:#0099ff;
    /* font-size: 18px; */
    margin-top: 10px;
}

.accordion-body ol {
    padding-left: 20px;
}

.accordion-body li {
    margin: 5px 0;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .Courses h2 {
        font-size: 26px;
    }

    .accordion-button {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
  .accordion-body {
      flex-direction: column;
  }
  .tick_box {
      width: 100%;
  }
}

@media (max-width: 576px) {
    .accordion-body li {
        font-size: 14px;
    }
}

/* camp_section */

.camp-section {
  max-width: 950px;
  margin: 30px auto;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.camp-section h1 {
  font-size: 28px;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}

.tagline {
  text-align: center;
  font-size: 20px;
  color: #0099ff;
  margin-bottom: 20px;
  font-weight: bold;
}

.descriptions {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 25px;
}

.highlights {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.highlights p {
  background: #f0f9f0;
  border-left: 6px solid #38b000;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.highlights i {
  color: #38b000;
  margin-right: 10px;
  font-size: 20px;
}

.countdown {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ff6600;
  margin-top: 20px;
}

.enroll-box {
  background: #fff4e6;
  padding: 20px;
  margin-top: 30px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #00509d;
  box-shadow: 0 0 10px rgba(255, 87, 51, 0.1);
}

.enroll-box span {
  color: #ff5733;
  display: block;
  margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .camp-section {
    padding: 20px 15px;
  }

  .camp-section h1 {
    font-size: 24px;
  }

  .tagline {
    font-size: 18px;
  }

  .highlights p {
    font-size: 16px;
    padding: 12px;
  }
}

@media (max-width: 550px) {
  .highlights p {
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
    padding: 12px;
  }

  .highlights i {
    margin-bottom: 8px;
    font-size: 22px;
  }
}


/* Our service */
.services-section {
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('photo/BG.jpg') no-repeat center center/cover; */
  padding: 50px 20px;
  text-align: center;
  color: #fff;
}

.services-section h2 {
  /* font-size: 32px; */
  /* font-weight: bold; */
  margin-bottom: 20px;
  text-transform: uppercase;
}


.service-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  text-align: center;
  /* font-size: 18px; */
  /* font-weight: bold; */
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.service-box:hover {
  background:#0099ff;
  color: #fff;
}

.register-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.register-box input, 
.register-box textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.register-box button {
    width: 100%;
    padding: 12px;
    background:#0099ff;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 15px;
}

.register-box button:hover {
    background: #00c6ff;
}

/* Responsive */
@media (max-width: 768px) {
    .services-section h2 {
        /* font-size: 26px; */
    }

    .service-box {
        font-size: 16px;
    }

    .register-box input, 
    .register-box textarea {
        font-size: 14px;
    }

    .register-box button {
        font-size: 16px;
    }
}


.Enquiries {
    padding: 50px 20px;
    text-align: center;
    /* background:rgb(56, 95, 255); */
      background-color:  #135a91;
      
}

.Enquiries-section {
    max-width: 600px;
    margin: auto;
    padding: 25px;
    background:rgb(233, 233, 233);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Enquiries-section h2 {
    /* font-size: 28px; */
    /* font-weight: bold; */
    margin-bottom: 15px;
    color: #333;
}

.Enquiries-info h6 {
    /* font-size: 16px; */
    color: #555;
    display: flex;
    align-items: center;
    /* gap: 10px; */
    justify-content: center;
    margin: 10px 0;
}

.Enquiries-info i {
    color: #0099ff;
    font-size: 18px;
}


@media (max-width: 768px) {
    .Enquiries-section {
        padding: 20px;
    }

    .Enquiries-section h2 {
        font-size: 24px;
    }

    .Enquiries-info h6 {
        font-size: 14px;
    }
}




.footer {
  background: #222;
  color: #fff;
  padding: 40px 20px;
}

.footer .container {
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.company-info p{
  width: 250px; 
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.footer-logo img {
  width: 150px;
  height: 80px;
}

.footer h5 {
  /* font-size: 20px; */
  margin-bottom: 15px;
  color:#0099ff;
}

.footer p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #ddd;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  /* align-items: center; */
}

.social-icons a {
  color: #0099ff;
  font-size: 20px;
  transition: 0.3s;
}

.social-icons a:hover {
  color:#fff;
}

.quick-links a {
  display: block;
  color: #ddd;
  font-size: 14px;
  margin-bottom: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.quick-links a:hover {
  color:#0099ff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer .container {
      flex-direction: column;
      text-align: center;
  }

  .footer-logo {
      justify-content: center;
  }

  .social-icons {
      justify-content: center;
  }
  .company-info p{
    width:auto; 

  }
  .quick-links{
    margin-top: 20px;
  }
}
