


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Outfit', sans-serif ;
    /* border: 2px solid red; */
}

@media (max-width: 767px) {
  .home {
    width: 100%;
    min-height: 100vh; 
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;    
    background-size: cover;
    background-position: center;

  }

  html, body {
    margin: 0;
    padding: 0;
    height: 100%;   
    overflow-x: hidden;
       
  }
} 







/*contact section*/


.contact-section {
  background: #fff;
  font-family: 'Poppins', sans-serif;
    padding-top: 100px;   /* increase top space */
  padding-bottom: 100px; 
    margin-bottom: 0; /* remove bottom margin */
      padding-bottom: 0; /* optional: remove bottom padding */
}

.contact-section h1{
  
  font-size: 67px;
  line-height: 1.3;
  margin-bottom: 40px;
  margin-top:22%;


}

.blue-text {
  color: #1877d6;
   font-weight: 600;
}

.left-content{
 margin-top: -200px !important;
}

.contact-section h2 {
  font-size: 2rem;
   
}

.contact-description {
 margin: 15px 0 30px;
  color:#222 ;
  padding-right: 150px !important;
  font-family: 'Outfit', sans-serif;
  font-size: 110%;
  font-weight: 300;  /* options: 300 = light, 400 = normal, 500 = medium, 600 = semibold */
  line-height: 1.4;  /* imp
  
}

.contact-info {
  font-size: 1rem;
  color: #000;
}

.contact-icon {
  font-size: 1.3rem;
  color: #1a53ff; /* blue as in your image */
  margin-right: 10px;
}


.contact-info {
  font-size: 120%;
  font-weight: 300;   /* 300 = light, 400 = normal, 500 = medium */
  line-height: 1.4;
  color: #222;        /* default text color */
   font-family: 'Outfit', sans-serif;
  /* margin-bottom: 10px; */
}

.contact-info .contact-icon {
  font-size: 1.2rem;  /* icon size */
  color: #1a73cc;   
   font-family: 'Outfit', sans-serif;  /* blue icon */
  margin-right: 10px;
}

.contact-info span {
  font-size: 1rem;    /* text next to the icon */
  font-weight: 300;
   font-family: 'Outfit', sans-serif;   /* make it readable, not too light */
  color:black;
}


.form-label {
  font-weight: 400 !important;
  margin-bottom: 18px;
  font-size: 150%;
}

.consent-label {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;   /* you can set 300, 400, 500, etc. */
  color:black;        /* text color */
}
.form-check-input{
 font-size: 190%;
  font-weight: 300;   /* 300 = light, 400 = normal, 500 = medium */
  line-height: 1.4;
  color: #222;        /* default text color */
   font-family: 'Outfit', sans-serif;

}

input::placeholder,
textarea::placeholder {
  font-weight: 200;
}

.contact-info h2 .highlight-text {
  color: #0d6dce !important;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  font-size: 100%;
}

.form-control {
  border-radius: 10px;
  padding: 10px 15px;
}

textarea.form-control {
  resize: none;
  border: 2px solid black;
}
input{
   border: 2px solid black !important;
}

.btn-primary {
   background-color: #003ce6;
  border: none;
  font-weight: 400;
  font-size: 26px;
   transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
 

  transform: scale(1.08);    /* zoom effect */
  box-shadow: 0 8px 20px rgba(0, 59, 181, 0.4); /* glowing shadow */
  color: #fff;
}

/* Mobile screens (≤767px) */
@media (max-width: 767px) {
  

  .contact-section {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    
     margin-top: -60%;
    
} 

/* .mb-4 {
    margin-bottom: -1.5rem !important;
} */

  .contact-section h3 {
    padding: 30px 0 20px !important; /* smaller padding */
    font-size: 22px; /* reduce heading size */
  }

  .left-content {
    margin-top: 85px !important; /* remove the big negative margin */
    text-align: center; /* center align for mobile */
  }

  .contact-section h2 {
    font-size: 1.5rem; /* smaller heading */
    margin-bottom: 15px;
  }

  .contact-description {
    padding-right: 0 !important; /* remove extra spacing */
    font-size: 16px;
    margin-bottom: 20px;
  }

  .contact-info {
    justify-content: center; /* center icons & text */
  }

  .contact-section h1 {
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 40px;
    margin-top: 22%;
    text-align: center;
}


.btn-primary {
    background-color: #1a53ff;
    border: none;
    font-weight: 400;
    font-size: 110%;
}
}

/*map*/


/* ---------------- Contact Info Section ---------------- */
.contact-info {
  background-color: #fff;
  color: #222;
  font-family: 'Poppins', sans-serif;

 
}


.contact-info h2 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #111;
}



.contact-info p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin-top: 74px;
  margin-bottom: -4rem;
}

.contact-info i {
  font-size: 1.2rem;
  margin-right: 8px;
  color: #007bff;
  position: relative;
  top: 2px;  
}

/* ---------------- Map Block ---------------- */
.map-block {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;  
 
}

.map-wrapper{
  background: #fff;  
}

.map-wrapper iframe {
  width: 100%;
  height: 500px;
  border: 0;
  position: relative;
  margin-top: 4%;
   background: #fff; 
  
}


/* ---------------- Quote Block ---------------- */
.quote-block {
  background-color: #f9f9f9;
  font-family: 'Georgia', serif;
}

.quote-block p {
  font-size: 1.5rem;
  color: #0d6efd;
  margin: 30px;
}



@media (max-width: 768px) {
  .contact-info h2 {
    font-size: 2rem;
  }
  .quote-block p {
    font-size: 1rem;
  }
  .contact-info {
  background-color: #fff;
  color: #222;
  font-family: 'Poppins', sans-serif;
  position: relative;
  text-align: center;
  /* margin-bottom: 76px; */
}
}





/*footer*/

