/* Global */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  .logo a img {
  height: 50px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.logo a:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

body {
    background-color: #f9f9f9;
    margin: 0;
    height: 100vh;
   
  }
  h1, h2, h3, h4 {
    font-weight: 600;
  }
  
  .navbar {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    
  }
  
  .logo img {
    margin-top: 5px;
    width: 80px;
  }
  .menu-toggle {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    background: none;
    border: none;
    color: #333;
  }
  
  .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    transition: max-height 0.4s ease-in-out;
  }
  
  .nav-left,
  .nav-right {
    display: flex;
    gap: 15px;
  }
  
  .nav-links a {
    text-decoration: none;
    color: #333;
    padding: 5px;
    font-size: 0.95rem;
    position: relative;
  }
  
  .nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #FF6600;
    transition: width 0.3s ease;
  }
  
  .nav-links a:hover::after {
    width: 100%;
  }
  .menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
  }
  
  @media (max-width: 768px) {
    .nav-links {
      display: none;
      flex-direction: column;
      background-color: white;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      padding: 1rem 2rem;
      border-top: 1px solid #eee;
    }
    .nav-links a {
        text-decoration: none;
        color: #333;
        padding: 5px;
        font-size: 0.9rem;
        position: relative;
        display: flex;
        flex-direction: column;
    }
  
    .nav-links.active {
      display: flex;
      flex-direction: column;
    }

    .nav-left, .nav-right{
      display: flex;
      flex-direction: column;
      text-align: center;
    }
  
    .nav-left,
    .nav-right {
     display: flex;
    gap: 15px;
}
  
    .menu-toggle {
      display: block;
    }
  }

  
    

      .map{
        padding-top: 0;
      }

      iframe{
        width: 100vw;
        height:50vh;
        
        
      }

      .top-contact-area h1{
        font-size: 3rem;
        color: #400080;
      }

      .top-contact-area h2{
        font-size: 1.75rem;
        margin-right: 6%;
      }

      .top-contact-area h1, .top-contact-area p{
        
      }
      
      .top-contact-area{
          
          text-align: center;
          display: flex;
          flex-direction: column;
        align-items: center;
        justify-content: center;
      }
    

      .top-contact-area p{
        color: #333;
        max-width: 700px;
        
      }

      .contact-area1{
        margin: 15px 7% 20px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 6%;
        flex-shrink: 0;
        
      }

      .contact-area1 img{
        width: 36px;
        height: 36px;
       
      }

      .contact-area1 a p{
        color: #333;
      }

      .contact-area1 a p:hover{
        text-decoration: underline;
      }

      .contact-area1 img:hover{
    background-color: #ffa60053;
    padding: 5px;
    border-radius: 100%;
    
      }

      
     a{
        text-decoration: none;
        text-align: center;
        color: inherit;
    }
    
    a:hover{
    color: #ff6600;
}

    .contact-form{
            background: #fafafa;
            padding: 40px 20px;
            border-radius: 16px;
            max-width: 800px; 
            width: 100%; 
            margin: 0 auto; 
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            /* font-family: 'Poppins' , sans-serif; */
            display: flex;
            flex-direction: column;
            gap: 18px;
          }
          
          input, textarea {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    width: 100%; 
  }

  .contact-form h1{
    color: #400080;
    font-size: 2.5rem;
    
  }

  .contact-form h2{
    font-weight: 300;
  }
  .contact-form label {
    font-weight: bold;
    color: #333;
  }

  .contact-form button {
    background-color: #FF6600;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact-form button:hover {
    background-color: #FF6600;
  }
  

     /* Responsive */
  @media (max-width: 768px) {
    .features-grid {
      grid-template-columns: 1fr;
    }
  }
  .footer {
  background-color:  #400080


;
  color: #fff;
  padding: 50px 20px 20px;
  font-size: 0.95rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
   margin: auto; 
  border-bottom: 1px solid #222;
}
.footer-container p{
  padding-bottom: 10px;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 10px;
}

.footer-col h4 {
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #fff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #FF6600;
  text-decoration: underline;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.subscribe-form input {
  padding: 8px 10px;
  border: none;
  border-radius: 4px;
}

.subscribe-form button {
  background-color: #FF6600

;
  color: white;
  padding: 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.subscribe-form button:hover {
  background-color: #FF6600;
}

.footer-bottom {
 
  display: flex;
  flex-wrap: wrap;
margin: 10px 10% 0 10%;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
}

.footer-links a {
  color: #999;
  margin-left: 15px;
  font-size: 0.85rem;
  text-decoration: none;
}

 .accreditation{
  margin-top: 50px;
   font-size: 13px;
   color: #999;
 text-align: center;
  
  
  }

.footer-links a:hover {
  color:#FF6600;
  text-decoration: underline;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-icons a {
  color: #ccc;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-col {
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    border-top: 1px solid #4a1e64;
  }

  .footer-links {
    margin-top: 10px;
  }



 

}
   /* WhatsApp CTA Button */
.whatsapp-cta {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 999;
}

.whatsapp-cta a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #25d366;
  color: white;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.whatsapp-cta a:hover {
  background-color: #128c7e;
}

.whatsapp-cta i {
  font-size: 20px;
}

  .map-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 60px 20px;
  background: #f7f7f7;
  box-sizing: border-box;
}

/* === Map Container === */
.map-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
}

/* === Text Styling === */
.map-container h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #111;
}

.map-container p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* === Responsive Map Frame === */
.map-container iframe {
  width: 100%;
  height: 350px;
  border: none;
  border-radius: 10px;
  display: block;
}

/* === Tablet Screens (768px and below) === */
@media (max-width: 768px) {
  .map-section {
    padding: 40px 15px;
  }

  .map-container {
    max-width: 95%;
    padding: 20px;
  }

  .map-container iframe {
    height: 300px;
  }

  .map-container h2 {
    font-size: 1.4rem;
  }

  .map-container p {
    font-size: 0.95rem;
  }
}

/* === Mobile Screens (480px and below) === */
@media (max-width: 480px) {
  .map-container {
    max-width: 100%;
    padding: 15px;
  }

  .map-container iframe {
    height: 250px;
  }

  .map-container h2 {
    font-size: 1.2rem;
  }

  .map-container p {
    font-size: 0.9rem;
  }
}
.contact-form {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.google-form-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 130%; /* Adjust height ratio */
  overflow: hidden;
}

.google-form-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* ===== Top Contact Area ===== */
.top-contact-area {
  text-align: center;
  padding: 2rem 1rem;
}

.top-contact-area h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.top-contact-area h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #444;
}

/* ===== Contact Area (social links/icons) ===== */
.contact-area1 {
  display: flex;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem 1rem;
}

.contact-area1 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #222;
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}

.contact-area1 a img {
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
}

.contact-area1 a:hover {
  transform: scale(1.05);
  color: #0077b5; /* subtle highlight on hover */
}

/* ===== Responsive Fixes ===== */
@media (max-width: 768px) {
  .top-contact-area h1 {
    font-size: 1.5rem;
  }

  .top-contact-area h2 {
    font-size: 1rem;
  }

  .contact-area1 {
    gap: 1rem;
  }

  .contact-area1 a img {
    width: 32px;
    height: 32px;
  }

  .contact-area1 a p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .contact-area1 {
    flex-direction: column; /* stack items vertically */
    align-items: center;
  }

  .contact-area1 a {
    width: 100%;
    max-width: 250px;
    padding: 0.75rem;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
  }

  .contact-area1 a img {
    width: 28px;
    height: 28px;
  }

  .contact-area1 a p {
    font-size: 0.8rem;
  }
}

 
  