

html::-webkit-scrollbar{
    display: none;
}
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

.navbar ul li a{
    text-decoration: none;
    list-style: none;
    color: white;
    font-family: var(--font-unbunt);
    font-weight: 400;
    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;

}

/* blog section*/
.card-container {
  display: flex;
  flex-wrap: wrap; /* Enables wrapping */
  justify-content: center;
  gap: 45px;
  align-items: flex-start; /* Align items from the top */
  padding: 45px;
}

.card {
  background: #faf8f8;
  border-radius: 16px;
  overflow: hidden;
  padding: 35px;
    width: 400px;
    height: auto;   /* Fixed height */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.image-placeholder img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.card-content {
  padding: 20px;
}

.author {
  color: #777;
  font-size: 14px;
  margin-bottom: 8px;
}

.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.meta .arrow .fa{
      color: WHITE;
    padding: 8px 8px 8px 8px;
    border-radius: 50%;
    font-size: 18px;
    background-color: var(--primary-color);
}

.meta .arrow .fa:hover{
    background-color: var(--primary-color-hover);
    cursor: pointer;
}

.description {
  color: #555;
  font-size: 14px;
  margin-bottom: 16px;
}

.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #888;
}

.tag {
  background: #e0e7ff;
  color: #4f46e5;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
}

.sectors button{
      z-index: 10;
    background-color: var(--primary-color);
    font-family: Manrope;
    cursor: pointer;
   padding: 10px 10px 10px;
   color: white;
   border-radius: 50px 0px 50px 50px;
   border: none;
   font-size: 22px;
   width: 170px;
   margin-top: 35px;

}
.sectors .fa{
    background-color: white;
    color: var(--primary-color);
    padding: 3px 8px 3px 8px;
    border-radius: 50%;
}

/*contact*/

.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;
    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 screen and (max-width:780px) {


.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
; 
height: 12.4vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    }

    .mobile .fa{
        color: var(--primary-color);
    }

  
    .container {
        flex-direction: column;
        margin-top: 34px;
    }

    .container{
        flex-direction: column;
        margin-top: 34px;
    }

    .footer_inner{
               flex-direction: column;
       
        justify-content: center;
        align-items: center;
     gap: 34px;

    }

    .footer .box1{
       
        display: flex;
        justify-content: center;
        align-items: center;
    }

}   


@media screen and (max-width:480px){
  
 
    .card{
        padding: 13px;
        width: auto;
    }

    .card-container{
        padding: 11px;
    }

    .container {
                padding: 0px 23px 0px 23px;     
    }
}