* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;

}

/*--Header Design--*/
body {
    padding: 0%;
    margin: 0%;
}

nav {
    padding: 200px;
    text-align: center;
}

section {
    width: 100%;
    min-height: 500px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    border-radius: 0%;
    transition: 0.2s;
}

.sticky .text-box {
    padding-top: 102px;
}

.header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 215px;
    background: url(images/wave.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/**/

.header {
    min-height: 100vh;
    max-width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.5), rgba(4, 9, 30, 0.5)), url(images/contact.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 15px 60px;
}

nav {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.639);
    display: flex;
    padding: .5% 5%;
    border-radius: 10px;
    background-color: white;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 180px;
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    color: rgb(70, 70, 70);
    text-decoration: none;
    font-size: 16px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(32, 83, 138);
    display: block;
    margin: auto;
    transition: 0.2s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.text-box {
    color: white;
    text-align: center;
    padding-top: 150px;
    font-size: 45px;
}

.header-learn {
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.header-learn:hover {
    border: 1px solid rgb(32, 83, 138);
    background: rgb(32, 83, 138);
    transition: 0.2s;
}

nav .fa-solid {
    display: none;
}

/* RESPONSIVE HEADER */
@media only screen and (max-device-width: 1024px) {
    nav img {
        width: 300px;
    }

    .header {
        min-height: 50vh;
    }

    .header:before {
        height: 64%;
        background-size: 100%;
    }

    .text-box {
        padding-top: 20%;
        font-size: 50px;
        padding-bottom: 0%;
    }
}

@media only screen and (max-device-width: 912px) {
    nav img {
        width: 300px;
    }

    .header {
        min-height: 50vh;
    }

    .header:before {
        height: 64%;
        background-size: 100%;
    }

    .text-box h1 {
        font-size: 50px;
        padding-bottom: 73%;
    }

    .nav-links ul li a {
        color: rgb(255, 255, 255);
        font-size: 20px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links {
        position: absolute;
        background: #000000e1;
        height: 100vh;
        width: 200px;
        top: 0%;
        right: 0%;
        text-align: left;
        z-index: 2;
        transition: 0.5s;
    }

    nav .fa-xmark {
        display: block;
        color: white;
        margin: 10px;
        font-size: 40px;
        cursor: pointer;
    }

    nav .fa-bars {
        display: block;
        color: black;
        margin: 10px;
        font-size: 40px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 10px;
    }
}

@media only screen and (max-device-width: 450px) {
    nav img {
        width: 200px;
    }

    .header {
        min-height: 45vh;
    }

    .header:before {
        height: 61%;
        background-size: 100%;
    }

    .text-box {
        font-size: 35px;
        padding-top: 80px;
        padding-bottom: 1%;
    }

    .nav-links ul li a {
        color: rgb(255, 255, 255);
        font-size: 20px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links {
        position: absolute;
        background: #000000e1;
        height: 100vh;
        width: 200px;
        top: 0%;
        right: 0%;
        text-align: left;
        z-index: 2;
        transition: 0.5s;
    }

    nav .fa-xmark {
        display: block;
        color: white;
        margin: 10px;
        font-size: 25px;
        cursor: pointer;
    }

    nav .fa-bars {
        display: block;
        color: black;
        margin: 10px;
        font-size: 20px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 10px;
    }
}

/* BODY */
* {
    box-sizing: border-box;
}

.contact {
    position: relative;
    min-height: 100vh;
    padding: 5px 120px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: -1;
}

.contact .content {
    max-width: 800px;
    text-align: center;
}


.container-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.container-2 .contactInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.container-2 .contactInfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.container-2 .contactInfo .box .icon {
    min-width: 60px;
    height: 60px;
    background-color: rgb(236, 236, 236);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
}

.container-2 .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    flex-direction: column;
    font-weight: 400;
}

.container-2 .contactInfo .box .text h3 {
    font-weight: 500;
    color: #264781;
}

.contactForm {
    width: 40%;
    padding: 40px;
    background: rgb(240, 240, 240);
    border-radius: 10px;
}

.contactForm h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactForm .inputBox input,
.contactForm .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.contactForm .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactForm .inputBox input:focus~span,
.contactForm .inputBox input:valid~span,
.contactForm .inputBox textarea:focus~span,
.contactForm .inputBox textarea:valid~span {
    color: #e91e63;
    font: 12px;
    transform: translateY(-20px);
}

.contactForm .inputBox input[type="submit"] {
    width: 100px;
    background: #264781;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

/* RESPONSIVE 2ND SECTION */
@media only screen and (max-device-width: 1024px) {
    .contact {
        min-height: 30vh;
        padding: 50px 50px;
    }
}

@media (max-width: 991px) {
    .contact {
        padding: 50px;
    }

    .container-2 {
        flex-direction: column;
    }

    .container-2 .contactInfo {
        margin-bottom: 40px;
    }

    .container-2 .contactInfo,
    .contactForm {
        width: 100%;
    }
}

/* FOOTER */

.footer-modern {
  background: #131313;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 60px 20px 0;
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
}

.footer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0;
}

.footer-logo {
  width: 200px;               /* your current size */
  height: auto;
  object-fit: contain;
  filter: none !important;    /* ensure no grayscale/brightness */
  background: #ffffff;        /* white badge behind the logo */
  border-radius: 16px;        /* soft corners */
  padding: 12px 18px;         /* breathing room around the mark */
  box-shadow: 0 8px 20px rgba(0,0,0,.18),
              0 0 0 1px rgba(255,255,255,.06) inset;
}

.footer-header h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #e3ecff;
  letter-spacing: 0.5px;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;

  /* FIXES */
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}


.footer-nav a {
  color: hwb(0 100% 0%);
  text-decoration: none; /* removes underline */
  font-size: 0.95rem;
  transition: color 0.3s ease;
}


.footer-nav a:hover {
  color: #ffffff;
  transform: translateY(-2px);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 20px;
}

.footer-socials a {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

/* Partner Logos Section */
.footer-logos {
  background: #131313;
  padding: 10px 0 10px;
}

.footer-logos h5 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.partner-logos img {
  height: 72px;                /* 64–80px also looks good */
  background: #ffffff;         /* white pill behind each logo */
  border-radius: 14px;         /* soft corners */
  padding: 10px 16px;          /* space around each logo */
  box-shadow: 0 8px 20px rgba(0,0,0,.18), 0 0 0 1px rgba(255,255,255,.06) inset;
  filter: none !important;     /* remove grayscale/brightness */
  opacity: 1;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.partner-logos img:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.12) inset;
  filter: none;
}


/* Footer Bottom */
.footer-bottom {
  padding: 30px 0;
  font-size: 0.85rem;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-nav {
    gap: 20px;
  }

  .partner-logos {
    gap: 25px;
  }

  .partner-logos img {
    height: 45px;
  }
}