* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: white;
  color: black;
}

header {
  display: flex;
  background: linear-gradient(90deg, #fff 20%, #df295e,#4054b2 120%);
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.logo img {
  height: 7rem;
  margin-left: 100px;
}

/* Hamburger menu styles */
.menu-icon {
  display: none;
  cursor: pointer;
  flex-direction: column;
}

/* Navigation */
nav ul {
  display: flex;
  list-style: none;
  gap: 50px;
  margin-right: 250px;
}
nav ul li a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
nav ul li a:hover {
  color: #4054b2;
}
.menu-icon {
  display: none;
  font-size: 24px;
  color: black;
}
@media (max-width: 1024px) {
  .logo img {
    margin-left: 10px;
    height: 5rem;
  }
  nav {
    display: none;
    position: relative;
    z-index: 9999;
  }
  .menu-icon {
    display: block;
    padding: 0 5px;
    margin-right: 20px;
  }
  nav.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 0px;
    align-items: center;
    justify-content: center;
    background-color: rgba(80, 80, 80, 0.85);
    width: 50%;
    border-radius: 15px;
  }
  nav ul {
    flex-direction: column;
    margin: 20px 0;
    text-align: center;
    line-height: 8px;
  }
  nav ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    transition: color 0.3s ease;
  }
}

/* Enquiry Section - Form */
.enquiry-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7fafd;
  min-height: 500px; /* controlled min height */
  padding: 0 7%;
}

.form-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(64,84,178,0.12);
  padding: 36px 28px 28px 28px;
  max-width: 420px;
  width: 100%;
  text-align: center;
}

.form-box h2 {
  background: linear-gradient(135deg,#df295e 40%, #4054b2 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.enquiry-form input,
.enquiry-form textarea {
  padding: 13px 15px;
  border-radius: 8px;
  border: 1.3px solid #e0e6fa;
  outline: none;
  font-size: 1.05rem;
  background: #f7fafd;
  color: #222a54;
  font-family: inherit;
  transition: border 0.18s, box-shadow 0.18s;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border: 1.6px solid #4054b2;
  box-shadow: 0 2px 9px rgba(64,84,178,0.14);
}

.enquiry-form textarea {
  resize: vertical;
  min-height: 74px;
}

.enquiry-form button {
  background: linear-gradient(90deg,#df295e 50%,#4054b2 130%);
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 22px;
  font-size: 1.08rem;
  font-weight: 700;
  margin-top: 8px;
  cursor: pointer;
  box-shadow: 0 2px 13px rgba(64,84,178,0.10);
  transition: background-color 0.16s;
}

.enquiry-form button:hover {
  background: linear-gradient(90deg,#4054b2 30%,#df295e 100%);
}

@media (max-width: 1024px) {
  .form-box { width: 97%; padding: 20px 10px; }
  .enquiry-section { padding: 0 2%; min-height: 320px; }
}

.contact-section {
  background: #f7fafd;
  padding: 50px 0;
  font-size: 1.09rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}
.contact-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-left: 100px;
}
.contact-logo {
  height: 80px;
  margin-bottom: 15px;
}
.contact-details {
  color: #4054b2;
  line-height: 1.6;
}
.contact-details a { 
  color: #4054b2; 
  text-decoration: none; 
}

.contact-middle {
  text-align: center;
}
.contact-middle h3 {
  color: #df295e;
  font-size: 1.09rem;
  margin-bottom: 15px;
  margin-top: -90px;
}
.contact-middle ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-middle li {
  margin-bottom: 10px;
}
.contact-middle a {
  color: #4054b2;
  text-decoration: none;
  font-weight: 600;
}
.contact-middle a:hover { text-decoration: underline; }

.contact-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}
.contact-right .certified-logo {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contact-right .certified-logo img {
  width: 80px;
  height: auto;
  border-radius: 8px;
}

.contact-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 12px;
}
.contact-social a img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
.contact-social a:hover img {
  transform: scale(1.2);
}

.whatsapp { filter: invert(27%) sepia(82%) saturate(1358%) hue-rotate(108deg) brightness(90%) contrast(90%);}
/* .facebook { filter: invert(34%) sepia(92%) saturate(2257%) hue-rotate(203deg) brightness(96%) contrast(101%); } */
.linkedin { filter: invert(38%) sepia(95%) saturate(2783%) hue-rotate(185deg) brightness(91%) contrast(104%); }
.instagram { filter: invert(27%) sepia(86%) saturate(3209%) hue-rotate(308deg) brightness(96%) contrast(101%); }
.youtube { filter: invert(22%) sepia(100%) saturate(3720%) hue-rotate(354deg) brightness(92%) contrast(110%); }

@media (max-width:1024px){
  .contact-details {
    text-align: center;
    padding: 0 5px;
  }
  .contact-grid { 
    grid-template-columns: 1fr;
    text-align: center;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    gap: 28px; 
  }
  .contact-grid img { 
    display: flex;
    margin: 0;
    max-width: 180px;
    height: auto;
  }
  .contact-left {
    align-items: center;
    justify-content: center;
    margin-left: -25px;
    text-align: center;
  }
  .contact-right {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
  }
  .contact-middle {
    margin-top: 90px;
  }
  .contact-social {
    justify-content: center;
  }
  .whatsapp-btn img {
    height: 20px;
  }
}

/* Footer */
footer {
  background-color: #222a54;
  text-align: center;
  padding: 15px 10px;
  font-size: 0.9rem;
  color: white;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}