*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;
  font-family: 'Open Sans', sans-serif;

}
html, body {
    height: 100%;

}
body{
    word-wrap: break-word;
    color: black;
    box-sizing: border-box;
}
.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}
footer{
    position: relative;
    bottom: 0;
}

h1{
    font-size: 3.5rem;
}
h2{
    font-size: 2.5rem;
}
p{
    font-size: 1rem;
    
}



 

a{
    color: white;
    text-decoration: none;
}
.whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  padding: 0.8rem;
  background-color: #25D366; /* WhatsApp green */
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.whatsapp:hover {
  transform: scale(1.1);
}

.whatsapp img {
  width: 2.5rem;
  height: 2.5rem;
}

.strip{
    display: flex;
    background-color: black !important;
    color: white !important;
    justify-content: space-around;
    font-size: .6rem;
    align-items: center;
    padding: .5rem 0;
    position: relative;
    z-index: 100000000000;
}

.address div{
margin-left: .2rem;
}
.bac{
    margin-top: -14vh;
    min-height: 100vh !important;
    background-image: url("coverphoto.webp");
    background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    

}
.strip i{
  color: gray;
  font-size: 1rem ;
    
}
.social i{
    font-size: 1.2rem ;
    margin: 0 .2rem;   

}
.navbar {
    position:sticky !important;
    top: 0;
    max-width: 100%;

    background: transparent !important;
    transition: background 0.4s ease !important;
    z-index: 100000;
}
.navbar a{
    color: white !important;

}
.contact-page .navbar a {
    color:rgb(22, 24, 79)  !important; /* Contact Page */
    background-color: white !important;
}
.navbar.scrolled {
    background: white !important;
    
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) ;
}
.scrolled a {
       color: rgb(13, 13, 25) !important;
       font-size: 1.2rem !important;
}
/* .active a{
    text-decoration: underline;
    text-decoration-color: rgb(22, 24, 79) ;
    
} */
 .nav-link.active {
    position: relative;
    text-decoration: none;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #426b95; /* Underline color */
    transition: all 0.3s ease-in-out;
}

.page1{

 max-width: 100%;
  height: 100vh;
   background-color:rgba(0, 0, 0,.5);
  padding-top: 10vh;
   display: flex;
   justify-content: center;
   position: relative;
}

.hero{
  max-width: 75%;
  color: white;
  
}
@media (max-width:1199px) {
    .page1{
  margin-top: -19vh;}
}
@media (min-width: 1200px) and (max-width: 2200px) {
    .page1 {
        margin-top: -19vh;
    }
}

@media (max-width:700px) {
     .hero{
        max-width: 100%;
        text-align: left !important;
        margin: auto;
        
      }
      
    }
@media (max-width:1200px) {
      .strip{
        display: none !important;
      }
      *{
        font-size: 15px;
    }
      h1{
        font-size: 2rem;
      }
      h2{
    font-size: 1.8rem;
}
p{
    font-size: 1.2rem;
}

}
.hero button{
    font-size: 1rem;
    margin: .7rem;
}


 .custom-icon {
  color: white;
  font-size: 2.5rem;
  background-color:  #2A3C4A;
  border-radius: 50%;
  padding: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin: 1rem;
}
.page5{
    max-width: 100%;
}
img{
    max-width: 100% !important;
}

.card-body p {
text-align: left;
/* padding: .5rem 0; */
 
}

.card-body button{
    background-color:  #2A3C4A;
    border: 1px solid white ;
    border-radius: .2rem;
    font-size: 1rem;
    color: white;
    padding: .5rem 1rem;
}
footer i{
   font-size: 2rem; 
   padding: 1rem;
}
.social i{
    font-size: 1.5rem;
    padding: .7rem 0;
}


.contact-form {
 
    background: #f8f9fa; /* Light background */
    padding: 2rem; /* Spacing */
    border-radius: 10px; /* Smooth corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect */
}


.contact-form h3 {
    text-align: center;
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.contact-form .form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
}

.contact-form .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    font-size: 18px;
    background: #2c3e50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form .btn:hover {
    background: #34495e;
}
/* Disable green border and green tick for valid inputs */
  .form-control.is-valid, 
  .form-control.is-valid:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
    background-image: none !important;
  }

  /* Also hide the green tick icon Bootstrap adds via pseudo-element */
  .form-control.is-valid::after {
    display: none !important;
  }
  /* Remove green border and tick for valid inputs */
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #ced4da !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Optional: remove green border on focus too */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
  background-image: none !important;
}
