:root{
  --primary-color: #2bdbf3;
  --primary-color-hover: #4dc4d4;
  --font-unbunt: 'Ubuntu', sans-serif;
}

html::-webkit-scrollbar{
    display: none;
}

*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
 
.navbar ul li a{
    text-decoration: none;
    list-style: none;
    color: white;
    font-family: var(--font-unbunt);
    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;
}


.service{
    background-image: url("image/home-banner-bg-image.jpg");
    overflow: hidden;
    color: white;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.service p{
    width: 40%;
    font-size: 15PX;
    margin-top: 20px;
}
.service h1{
    font-size: 70PX;
}
.service button{
    border: 1PX solid white;
    background-color: transparent;
    color: white;
    height: 50px;
    width: 180px;
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 10px;
    margin-top: 20px;
}
.service button a{
    color: white;
    text-decoration: none;

}
.services-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #dbedef;
}

.container{
  max-width: 1200px;
  display: flex;
  margin: auto;
}

.subheading {
  color: #00bcd4;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  margin-bottom: 40px;
  line-height: 1.4;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  background-color: #dbedef;
  justify-items: center;
  padding-left: 100px;
  padding-right: 100px;

}

.service-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 8px 0 #011e3c;
  transition: 0.3s ease;
  text-align: left;
}
.service-box:hover{
     box-shadow: 0 8px 0 #1981f0;
}

.service-box img {
  width: 50px;
  margin-bottom: 20px;
}

.service-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.service-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.service-box a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #00bcd4;
  transition: 0.3s;
}

.service-box a:hover {
  text-decoration: underline;
}


.why-chooseus{
    background-image: url("image/home-banner-bg-image.jpg");
    color: white;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
}
.why_text h2{
    font-family: var(--font-unbunt);
    font-size: 44px;
    color: var(--primary-color);
    padding-bottom: 1vw;
}
.why_text h1{
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-family: var(--font-unbunt);
    font-size: 33px;
}


.why_text{
    width: 40%;
}

.data-list{
        display: flex;
    gap: 7px;
    align-items: center;
    padding-top: 1vw;
}
.data-list .fa{
    content: "";
    background-color: #2bdbf3;
    padding: 5px;
    border-radius: 45px;
}

.data-list p{
    font-size: 23px;
    font-family: var(--font-unbunt);
}
.data-list p:hover{
    color: var(--primary-color);
    cursor: pointer;
}


.why-chooseus button{
   
 z-index: 10;
    background-color: var(--primary-color);
    font-family: Manrope;
    cursor: pointer;
   padding: 15px 1px 15px;
   color: white;
   border-radius: 50px 50px 50px 0px;
   border: 2px solid transparent;
   font-size: 17px;
   align-items: center;
   width: 190px;
   margin-top: 25px;
}


.why-chooseus button:hover{
    background: var(--primary-color-hover);
    border: 2px solid white;
}
.why-chooseus .images IMG{
    height: 45VW;
    margin-top: -20px;
}
.services-section .containers{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-direction: column;
  padding: 10px 60px;
}
.container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 10px 60px;
}

.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: 65px;
  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;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.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;
}

.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) {
  .main-heading {
    font-size: 26px;
  }

  .service-box {
    text-align: center;
  }

  .service-box img {
    margin: 0 auto 15px;
  }
  .why-chooseus{
                flex-direction: column;
        justify-content: center;
        align-items: center;
    
    }

    .why_text{
        width: 90%;
    }
.why-chooseus .images {
    display: flex;
    justify-content: center;
}

    .why-chooseus .images img{
        width: 78%;
    }


   .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;

}

.service {
      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);
    }



    .footer_inner{
               flex-direction: column;
       
        justify-content: center;
        align-items: center;
     gap: 34px;

    }

    .footer .box1{
       
        display: flex;
        justify-content: center;
        align-items: center;
    }




    .copyright p{
        margin-top: 34px;
    }

    .logo{
        display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .social-media{
        display: inline-flex;
    }
    .logo{
        display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .social-media{
        display: inline-flex;
    }


    .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.services-grid{
  padding: 0px;
}

  .services-section .containers {
        padding: 0px;
    }
}
