

*{
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

html::-webkit-scrollbar{
    display: none;
}

.navbar ul li a{
    text-decoration: none;
    list-style: none;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.navbar ul li a:hover{
cursor: pointer;
    color: var(--primary-color);
}

.navbar img{
   height: 6.6vw;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url("image/home-banner-bg-image.jpg");
    height: 7vw;
        padding: 0px 5%;
}

.navbar ul{
    display: flex;
  
    align-items: center;
}

.navbar ul  li{
    list-style: none;
    margin-left: 23px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.navbar ul li:hover{ 
    cursor: pointer;
    color: var(--primary-color);
}
.navbar ul li button{
    border: none;
    height: 38px;
    width: 99px;
    color: white;
    font-size: 19px;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 50px;
}
.navbar li button:hover{
    background-color: var(--primary-color-hover);
    cursor: pointer;
}
.mobile-nav{
    display: none;
}

.mobile{
    display: none;
}



.About{
    background-image: url("image/home-banner-bg-image.jpg");
    overflow: hidden;
    color: white;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.About p{
    width: 40%;
    font-size: 15PX;
}
.About h1{
    font-size: 70PX;
}
.About button{
    border: 1PX solid white;
    background-color: transparent;
    color: white;
    height: 50px;
    width: 180px;
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 10px;
}
.About button a{
    color: white;
    text-decoration: none;

}
.center .right img{
    height: 96%;
    width: 90%;
    position: relative;
    margin-top: 34px;
    border-radius: 34px;
}


.main{
    display: flex;
   flex-direction: row;
   justify-content: center;
}

.left{
    width: 54%;
    
}

.data-list{
        display: flex;
    gap: 7px;
    align-items: center;
}

.data-list .fa{
    margin-top: 0px;
}
.data-list p{
    margin-top: none;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 100px;
}

.left h4{
    color: var(--primary-color);
    font-family: var(--font-unbunt);
}
.left h1{
    font-family: var(--font-unbunt);
    font-size: 44px;
}
.left button{
    height: 40px;
    width: 140px;
    margin-top: 10px;
    border-radius: 20px 0px 20px 20px;
    font-size: 15px;
    color: white;
    background-color: #083756;
    border: none;
}
.left button:hover{
    background-color: hsla(201, 91%, 38%, 0.568);;
}
.left button .fa-solid{
    margin-left: 10px;
}
/* Main Section Background */
.stats-section {
  background-color: #e3f5f7;
  padding: 60px 20px;
  margin-top: 30px;
  height: auto;
}

/* Flex Container */
.stats-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
}

/* Individual Card */
.stat-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  flex: 1 1 220px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  
}

/* Hover Effect */
.stat-card:hover {
  border-bottom: 3px solid #00c0e4;
  transform: translateY(-5px);
}

/* Icon Circle */
.icon-wrapper {
  width: 100px;
  height: 100px;
  background-color: #dff3f7;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper img {
  max-width: 60px;
}

/* Number */
.stat-card h3 {
  font-size: 32px;
  margin: 0;
  color: #000;
  font-weight: bold;
}

/* Label */
.stat-card p {
  font-size: 16px;
  color: #555;
  margin-top: 8px;
}
.video-section {
  background-color: #45757ab1;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  
}

.container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 10px 103px;
  margin-top: 40px;
}

.faq-section {
  flex: 1;
}

.faq-section h4 {
  color: #00bcd4;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.faq-section h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
}

.faq-box {
  background: white;
  border-radius: 15px;
  padding: 20px 25px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 1px 70px 0px rgba(94.99999999999999, 207.99999999999991, 242.99999999999997, 0.21)
}

.faq-box span {
  font-size: 18px;
  font-weight: 600;

  color: #0d1b39;
}

.faq-box button {
  background: #012f4d;
  color: white;
  border: none;
  width: 36px;
  height: 36px;
  margin-left: 75px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 0;
  cursor: pointer;
}

    .faq-answer {
  display: none;
  padding: 10px 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-box.open .faq-answer {
  display: block;
}


.help-form {
     flex: 1;
    background: white;
    display: flex
;
    flex-direction: column;
    border-radius: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    padding: 50px;
    align-items: center;
}

.help-form h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.help-form p {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.help-form input,
.help-form textarea {
  width: 90%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #e0f3fc;
  border-radius: 10px;
  background: #f8fcff;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.help-form input:focus,
.help-form textarea:focus {
  border-color: #4dc4d4;
}

.submit-btn {
  background: #012f4d;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.submit-btn:hover {
  background: #014f78;
}

.submit-btn::after {
  content: "➝";
  font-size: 18px;
}


/*footer*/


.footer_inner{
  background-image: url("image/home-banner-bg-image.jpg");
  background-size: cover;
 
  background-repeat: no-repeat;

  
  height: auto; /* Let height follow content */
  min-height: 100px; /* Optional: ensures minimum height */

  display: flex;
  flex-wrap: wrap; /* Helps on small screens */
  justify-content: space-between;
  align-items: center;

  color: white;
  padding: 20px 5%; /* Adjust as needed */
  box-sizing: border-box;
}


.footer_inner  ul li i{
    margin-right: 9px;

}

.footer_inner ul li{
    list-style: none;
    margin-top: 17px;
    transition: 0.2s all ease-in-out
}
.footer_inner ul li a{
    text-decoration: none;
    color: white;
}

.footer_inner ul li a:hover{
    color: var(--primary-color-hover);
}

.social-media{
    margin-top: 34px;
    display: flex;
}

.social-media .fa-brands{
    font-size: 34px;
    margin-left: 12px;
    border: 2px solid;
    border-radius: 50px;
    padding: 9px;
}

.social-media .fa-brands:hover{
    color: var(--primary-color);
    cursor: pointer;
}

.footer_inner ul li:hover{
    color: var(--primary-color-hover);
    cursor: pointer;
}


.footer_inner .box1{
    width: 20%;
}

.footer .logo img{
    height: 90px;
}
.footer .box1 .logo p{
    width: 88%;
}


.footer .copyright{
    color: white;
    display: flex;
    justify-content: center;
    align-items: end;
    background: url("image/home-banner-bg-image.jpg");
   
}
.footer .copyright p{
    font-size: 19px;
    border-top: 2px solid white;
    margin-bottom: 23px;
    padding-top: 14px;
}


@media (max-width: 768px) {



.navbar{
    display: none;
}
    .mobile-nav{
                display: flex
;
        align-items: center;
        justify-content: center;
        background: #031c36;
    }

.mobile-nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 19px;
    font-family: var(--font-unbunt);
}
.mobile-nav ul li button{
        border: none;
    height: 34px;
    width: 73px;
    color: white;
    font-size: 1px;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 50px;
}

.mobile-nav ul li{
    list-style: none;
     margin-top: 19px;

}

.About{
      gap: 23px;
}

  #menu{
        display: none;
        margin-bottom: 14px;
    }

    .mobile{
        display: flex;
        justify-content: space-between;
        padding: 10px 12px 0px 12px;
        align-items: center;
         background-image: url("/image/home-banner-bg-image.jpg");
    }
    .mobile img{
       display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
height: 12.4vw;
    }

    .mobile .fa{
        color: var(--primary-color);
    }

    
  .container {
    flex-direction: column;
  }

  .faq-section, .help-form {
    width: 100%;
  }
 .footer_inner{
               flex-direction: column;
       
        justify-content: center;
        align-items: center;
     gap: 34px;

    }

    .footer .box1{
       
        display: flex;
        justify-content: center;
        align-items: center;
    }


.stats-section .container{
  padding: 0px 50px;
}

.center{
  flex-direction: column;
  padding: 0px;
}

.left h1{
  font-size: 2.5rem;
}

    .container {
        padding: 10px 20px;
    }


}