/* ===========================
   SWT CLUB NAVBAR — Exact Match
   =========================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #F7FAFF;
}

/* ---- Navbar Wrapper ---- */
/* ---- Navbar Wrapper ---- */
.navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;

  background-color: #FDFEFF;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);

  padding: 0 55px;

  /* Proper Fixed Navbar */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* ---- Logo Block ---- */
/* .navbar__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
} */

/* Logo */
.logo-box img{
    width:90px;
    height: 90px;
    height:auto;
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
}


/* ---- CTA Button (Centered) ---- */
.navbar__cta {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-register {
  display: inline-block;
  background-color: #EC1D33;
  color: #FDFEFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 16px 12px 16px;
  border-radius: 27px;
  letter-spacing: 0.3px;
  text-align: center;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  width: 197px;
  height: 49px;
  line-height: 25px;
  margin-left: 180px;
  gap: 10px;
}

/* ---- Right Nav Links ---- */
.navbar__links {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-shrink: 0;
  margin-right: 40px;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #171718;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

/* ====================== Hero Img ========================= */

.hero-img {
  background: linear-gradient(
    90deg,
    #dff4fc 0%,
    #e7f7fd 25%,
    #f3fbff 55%,
    #ffffff 100%
  );
}

.hero-img img{
  margin-top: 200px;
  width: 100%;
  overflow-x: hidden;
  /* background-color: #F7FAFF; */
  /* Light blue gradient */
  background: linear-gradient(
    90deg,
    #dff4fc 0%,
    #e7f7fd 25%,
    #f3fbff 55%,
    #ffffff 100%
  );
}

/* ====================== Partner Img ========================= */

.partners-img {
  background-color: #F7FAFF;
}

.partners-img img{
  margin-top: 40px;
  width: 100%;
  overflow-x: hidden;
  background-color: #F7FAFF;
}

/* ====================== Problem Img ========================= */

.problem-img img{
  margin-top: 150px;
  width: 1224px;
  margin-left: 150px;
  overflow-x: hidden;
  background-color: #F7FAFF;
}

/* ====================== Process Img ========================= */

.process-img {
  background: linear-gradient(
    180deg,
    #f8fbfd 0%,
    #eef7fb 35%,
    #dff2fa 70%,
    #d2edf8 100%
  );
}

.process-img img{
  margin-top: 150px;
  width: 1351px;
  margin-left: 90px;
  padding: 50px;
  overflow-x: hidden;
  background: linear-gradient(
    180deg,
    #f8fbfd 0%,
    #eef7fb 35%,
    #dff2fa 70%,
    #d2edf8 100%
  );
}

/* ====================== Solution Img ========================= */

.solution-img img{
  /* margin-top: 100px; */
  width: 1311px;
  margin-left: 40px;
  overflow-x: hidden;
}

/* ====================== Success Img ========================= */

.success-img img{
  margin-top: 30px;
  width: 100%;
  overflow-x: hidden;
}

/* ====================== Contact Img ========================= */

.contact-img img{
  width: 100%;
  overflow-x: hidden;
}


/* Footer */
.footer{
    background:#7b7b7f;
    width:100%;
    padding:70px 0 35px;
    overflow-x: hidden;
}

/* Main Layout */
.footer-container{
    width:100%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    height: 250px;
    margin-top: 30px;
}

/* Logo */
.footer-logo img{
    width:110px;
    display:block;
    margin-left: 120px;
}

/* Center Links */
/* Footer Links Main Wrapper */
.footer-links{
    display: flex;
    flex-wrap: wrap;              /* allows social icons to move below */
    align-items: flex-start;
    gap: 70px;
    margin-top: 5px;
    max-width: 420px;
}

/* Both Link Columns */
.footer-links .link-column{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Links */
.footer-links .link-column a{
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    line-height: 25px;
    width: 145px;
}

/* Social Icons Row Below */
.footer-links .social-icons{
    width: 100%;                 /* full width pushes below */
    display: flex;
    gap: 24px;
    margin-top: -30px;
}

.social-icons a{
    width:34px;
    height:34px;
    background:#f1f1f1;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#ff1830;
    font-size:20px;
}

/* Newsletter */
.newsletter{
    width:560px;
    color:#F7FAFF;
}

.newsletter h3{
    font-size:20px;
    font-weight:600;
    margin-bottom:28px;
    line-height: 25px;
    color: #F7FAFF;
}

.newsletter label{
    font-size:16px;
    display:block;
    margin-bottom:14px;
    font-weight: 500;
}

.subscribe-box{
    width:400px;
    height:60px;
    border:2px solid #F7FAFF;
    border-radius:29px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 10px 0 26px;
}

.subscribe-box input{
    background:none;
    border:none;
    outline:none;
    color:#fff;
    font-size:14px;
    width:280px;
    font-family:'Montserrat', sans-serif;
}

.subscribe-box input::placeholder{
    color:#F7FAFF;
    line-height: 25px;
    font-weight: 500;
}

.subscribe-box button{
    width:114px;
    height:45px;
    border:none;
    border-radius:40px;
    background:#EC1D33;
    color:#F7FAFF;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    line-height: 100%;
}

.newsletter p{
    margin-top:14px;
    font-size:16px;
    color:#F7FAFF;
    font-weight: 500;
    line-height: 100%;
}

.newsletter p a{
    color:#ffffff;
}

/* Copyright */
.copyright{
    width:85%;
    margin:auto;
    color:#F7FAFF;
    font-size:16px;
    font-weight:500;
    line-height: 100%;
}

/* ========================================================================= */

/* ==================================================
   RESPONSIVE MEDIA QUERIES
   Add this at bottom of your current style.css
================================================== */


/* ===============================
   1440px and below (Large Laptop)
================================= */
@media (max-width: 1440px){

  .navbar{
    padding: 0 40px;
  }

  .logo-box img{
    margin-left: 20px;
  }

  .btn-register{
    margin-left: 80px;
  }

  .problem-img img,
  .process-img img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .solution-img img{
    /* margin-top: 100px; */
    margin-left: 0px;
    overflow-x: hidden;
  }

  .footer-container {
    padding: 0 40px;
  }

}


/* ===============================
   1024px and below (Tablet Landscape)
================================= */
@media (max-width: 1024px){

  .navbar{
    padding: 18px 25px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .logo-box img{
    width: 75px;
    margin: 0;
  }

  .navbar__cta{
    width: 100%;
    justify-content: center;
  }

  .btn-register{
    margin-left: 0;
    width: 220px;
    font-size: 16px;
  }

  .navbar__links{
    order: 3;
    gap: 24px;
    margin-right: 0;
  }

  .nav-link{
    font-size: 14px;
  }

  .hero-img img,
  .partners-img img,
  .success-img img,
  .contact-img img{
    width: 100%;
  }

  .success-img img,
  .problem-img img,
  .process-img img{
    width: 95%;
    margin: 70px auto 0;
    padding: 0;
    display: block;
  }

  .solution-img img {
    width: 95%;
    margin-left: 0px;
  }

  .footer{
    padding: 50px 25px 30px;
  }

  .footer-container{
    flex-wrap: wrap;
    gap: 40px;
    height: auto;
  }

  .footer-logo img{
    margin-left: 0;
  }

  .newsletter{
    width: 100%;
  }

}


/* ===============================
   768px and below (Tablet Portrait)
================================= */
@media (max-width: 768px){

  .navbar{
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .logo-box img{
    width: 70px;
  }

  .navbar__links{
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  .nav-link{
    font-size: 14px;
  }

  .btn-register{
    width: 200px;
    height: 46px;
    font-size: 15px;
  }

  .hero-img img{
    margin-top: 30px;
  }

  .problem-img img,
  .process-img img,
  .solution-img img{
    width: 94%;
    margin-top: 50px;
  }

  .footer-container{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links{
    align-items: center;
  }

  .footer-links .link-column{
    flex-direction: column;
    gap: 0;
  }

  .social-icons{
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .newsletter{
    width: 100%;
    text-align: center;
  }

  .subscribe-box{
    width: 100%;
    max-width: 420px;
    margin: auto;
  }

  .copyright{
    width: 100%;
    text-align: center;
    font-size: 15px;
  }

}


/* ===============================
   390px and below (Mobile)
================================= */
@media (max-width: 390px){

  body{
    overflow-x: hidden;
  }

  .navbar{
    padding: 15px;
    gap: 16px;
  }

  .logo-box img{
    width: 62px;
  }

  .navbar__links{
    gap: 12px;
  }

  .nav-link{
    font-size: 13px;
  }

  .btn-register{
    width: 180px;
    height: 42px;
    font-size: 14px;
    border-radius: 30px;
  }

  .hero-img img,
  .partners-img img,
  .success-img img,
  .contact-img img{
    width: 100%;
  }

  .problem-img img,
  .process-img img,
  .solution-img img{
    width: 95%;
    margin-top: 35px;
  }

  .footer{
    padding: 40px 18px 25px;
  }

  .footer-logo img{
    width: 85px;
  }

  .footer-links .link-column a{
    width: auto;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .newsletter h3{
    font-size: 17px;
  }

  .newsletter label{
    font-size: 14px;
  }

  .subscribe-box{
    width: 100%;
    height: auto;
    padding: 8px;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
  }

  .subscribe-box input{
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .subscribe-box button{
    width: 100%;
    height: 42px;
    font-size: 15px;
  }

  .newsletter p{
    font-size: 13px;
  }

  .social-icons a{
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .copyright{
    font-size: 13px;
    line-height: 1.6;
  }

}