/* Base Styles */
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}

/* Top Banner */
.top-banner {
  background-color: #1587af;
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
/* Navbar */



/* Hide by default */
.mobile-icon-bar {
  display: none;
}



.navbar {
  display: flex;
  align-items: center; /* Vertically center logo + links + button */
  padding: 15px 60px; /* Slightly reduced top/bottom padding */
  background-color: #f7f7f7;
}

.navbar img {
  height: 60px;
}

/* Nav Links */
.nav-links {
  display: flex;
  gap: 25px;
  margin-left: auto;
  align-items: center; /* Align text and button inside nav-links */
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 8px 0; /* Ensures vertical alignment with button */
  display: flex;
  align-items: center;
}

/* CTA Button */
.nav-links a.btn {
  background-color: #1587af;
  color: white;
  padding: 10px 18px;
  border-radius: 20px;
  transition: background 0.3s ease;
  font-weight: 600;
}

.nav-links a.btn:hover {
  background-color: #106b8c;
}



/* Logo on Left - Button on Right */
.logo-connect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  background: transparent;
}

.connect-logo {
  height: 100px;
  max-width: 100%;
  object-fit: contain;
}


.connect-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #1587af;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #1587af;
  padding: 10px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.connect-btn:hover {
  background-color: #1587af;
  color: white;
}

.connect-btn:hover svg path {
  stroke: white;
}






/* Base Styles (Desktop First) */
.navbar {
  padding: 20px 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
}

.logo-connect {
  display: flex;
  align-items: center;
  gap: 20px;
}

.connect-logo {
  height: 80px;
}

.connect-btn {
  font-size: 15px;
  padding: 10px 18px;
}

/* Show only on mobile */
@media (max-width: 768px) {
  .nav-links {
    display: none !important;
  }

  .mobile-icon-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .mobile-icon-bar a {
    color: #000;
    font-size: 22px;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .mobile-icon-bar a:hover {
    color: #1587af;
  }
}




/* Responsive for Tablets and Mobiles */
@media screen and (max-width: 768px) {
  .navbar {
      display: none;
    padding: 20px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }

  .nav-links a {
    padding: 10px 0;
  }

  .logo-connect {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }

  .connect-logo {
    height: auto;
  }

 .connect-btn {
    width: 60%;
    font-size: 20px;
    padding: 14px 24px;
    background-color: #1587af;
    color: white;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(21, 135, 175, 0.25);
    justify-content: center;
    gap: 12px;
  }

  .connect-btn svg path {
    stroke: white;
  }

}

/* Extra small devices */
@media screen and (max-width: 480px) {
  .top-banner {
    font-size: 13px;
    padding: 8px;
  }

  
  .nav-links {
    gap: 10px;
  }
}


.footer {
  background-color: #f7f7f7;
  padding: 60px;
  color: #000;
  font-family: 'Inter', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  height: 60px;
  margin-bottom: 15px;
}

.footer-section h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #1587af;
}

.footer-section a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.footer-section a:hover {
  color: #1587af;
}

.footer-section p {
  margin-bottom: 8px;
  font-size: 14px;
}

.icon-bar {
  display: flex;
  gap: 15px;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
}

.icon-bar a {
  background-color: #333;
  color: white;
  width: 40px;              /* Fixed width */
  height: 40px;             /* Fixed height */
  font-size: 18px;
  border-radius: 50%;       /* Perfect circle */
  display: flex;            /* Center icon */
  justify-content: center;  /* Center icon horizontally */
  align-items: center;      /* Center icon vertically */
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}


.icon-bar a:hover {
  background-color: #0077b5; /* Default hover color */
  transform: scale(1.1);
}

.icon-bar a.facebook:hover {
  background-color: #3b5998;
}

.icon-bar a.instagram:hover {
  background-color: #e1306c;
}

.icon-bar a.linkedin:hover {
  background-color: #0077b5;
}


.footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .footer {
    padding: 30px 20px;
    text-align: center;
    padding-bottom: 70px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer-section {
    width: 100%;
    min-width: unset;
  }

  .footer-logo {
    height: 50px;
    margin-bottom: 10px;
  }

  .footer-section h4 {
    font-size: 16px;
  }

  .footer-section p,
  .footer-section a {
    font-size: 14px;
  }

  .icon-bar {
    justify-content: center;
    margin-top: 15px;
  }

  .footer-bottom {
    font-size: 13px;
    padding-top: 20px;
  }
  
  
   .footer-section.links {
    display: none;
  }
}



#scrollBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  background-color: #1587af;
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#scrollBtn:hover {
  background-color: #0d6d8c;
  transform: scale(1.1);
}

#scrollBtn i {
  pointer-events: none;
}


@media (max-width: 768px) {
  #scrollBtn {
    width: 40px;
    height: 40px;
    font-size: 16px;
    bottom: 80px; /* raise up to not overlap with mobile nav */
    right: 20px;
  }
}





















/* Hero Banner Styles */
.hero-banner {
  background: url('../images/banner.png') no-repeat center center/cover;
  height: 90vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.hero-btn {
  background-color: #25D366;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s;
}

.hero-btn:hover {
  background-color: #1da851;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .hero-banner {
    height: 70vh;
  }
}


