body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(90deg, #E2F3FB 10%, #F4F5FF 100%) !important;
    min-height: 100vh;
    margin: 0;

}

/* Logo */
.logo-img {
    width: 171px;
    height: 121px;
}

/* Navbar */
.navbar {
    background: transparent;
}

.nav-link {
    font-family: "Inter";
    position: relative;
    font-size: 16px;
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
    font-weight: 400px;
    margin-top: 40px;
}

.nav-link i {
    color: #05847D;
    height: 22px;
    width: 22px;
    font-weight: bold;
}

.nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -3px;
    background-color: #05847D;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.navbar-brand {
    font-weight: 700;
    color: #05847D !important;
}

.navbar-nav .nav-item {
    margin: 0 18px;
}

.auth-buttons {
    display: flex;
    align-items: center;
    color: rgba(51, 51, 51, 1);
    gap: 30px;
    margin-left: auto;
}

/* Buttons */
.btn-signup {
    border: 1px solid #05847D;
    color: #05847D;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 13px;
    transition: 0.3s;
    margin-top: 40px;
    margin-right: 0px;
}

.btn-signup:hover {
    background-color: #05847D;
    color: #fff;
}

.container {
    width: 100%;
    padding: 0 1rem;
}

h1 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    color: rgba(85, 85, 85, 1);
}

p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: justify;
    color: rgba(85, 85, 85, 1);
}

img {
    max-width: 100%;
    height: auto;
}

.card {
    width: 100%;
    max-width: 300px;
    margin: 0;
}

.card-container {
    width: 1510;
    height: 276;
}

.carousel-wrapper {
    overflow: hidden;
    max-width: 100%;
    padding-top: 70px;
    position: relative;

}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.card-item {
    width: 235px;
    max-height: 276px;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 16px;
}

.card-title {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    text-align: justify;
    color: rgba(85, 85, 85, 1);
}

.card-body ul {
    padding-left: 1rem;
}

.card-img-top {
    width: 50%;
    height: auto;
    display: block;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.corner-text {
    position: absolute;
    top: 8px;
    right: 12px;
    color: rgba(85, 85, 85, 1);
    padding: 4px 8px;
    font-size: 0.75rem;
    border-radius: 4px;
    font-weight: 500;
}

.feature-list li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 0.95rem;
}

.text {
    flex: 1;
    font-size: 0.95rem;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    color: rgba(85, 85, 85, 1);

}

.line-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.line {
    width: 40px;
    height: 4px;
    background-color: #ccc;
    transition: background-color 0.3s ease;
}

.line.active {
    background-color: #05847D;
}

.heading-with-line {
    display: flex;
    align-items: center;
}

.vertical-line {
    width: 4px;
    height: 60px;
    background-color: #05847D;
    border-radius: 2px;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
}

.profile-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #05847eab; /* green shade, change if needed */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 11px;
  margin-top: 50px;
  margin-left: 100px;
}
.profile-name {
  font-size: 12px;
  font-weight: 500;
  margin-left: 100px;
}

/* Mobile Profile Styling */
.mobile-profile {
  z-index: 1050; /* Above navbar */
}
.mobile-profile .profile-circle {
  background: #05847D; /* green */
  color: white;
  font-weight: bold;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-profile .profile-name {
  font-size: 14px;
  font-weight: 500;
}

/* Mobile screens */
@media (max-width: 768px) {

        .container {
        margin: 0 !important;
        padding: 0 15px !important; /* equal left/right padding */
    }

    .row {
        margin: 0 !important;
    }

    .col-5 {
        display: none !important;
    }

    .col-7 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 !important;
        padding: 0 20px !important;
        text-align: center;
    }

    .col-7 p {
        font-family: 'Inter', sans-serif;
        text-align: justify;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        width: 300px;
        color: rgba(51, 51, 51, 1);
        margin-left: 28px !important;

    }

    .heading-with-line {
        justify-content: center;
        margin: 0 !important;
    }
}

/* ---------------------------- */
/* Mobile & Tablet Navbar Only  */
/* ---------------------------- */

/* Tablets (≤ 991px) */
@media (max-width: 991px) {
  /* Overlay menu */
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background-color: rgba(5, 132, 125, 0.95);
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
    z-index: 9999;
  }

  /* Show menu when collapsed */
  .navbar-collapse.show {
    transform: translateX(0);
  }

  /* Close button inside menu */
  .close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
  }

  /* Blur background when menu open */
  body.menu-open .hero,
  body.menu-open main,
  body.menu-open footer {
    filter: blur(6px);
    transition: filter 0.3s ease;
  }

  /* Mobile nav links color & spacing */
  .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 18px;
    margin: 10px 0;
  }

  /* Mobile logout button */
  .mobile-logout {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .mobile-logout .btn {
    background-color: #E2F3FB;
    color: rgb(243, 10, 10) !important;
    font-weight: 600;
    font-size: 18px;
  }
}

/* Mobiles (≤ 576px) */
@media (max-width: 576px) {

      .logo-img {
    width: 120px;
    height: auto;
  }

  /* Navbar adjustments */
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar .navbar-toggler {
    margin-left: 10px;
    order: -1; /* move toggler to left */
    border: none;
    padding: 2px 6px; /* smaller toggler */
  }

  /* Custom toggler lines */
  .navbar-toggler-icon {
    background-image: none;
    width: 20px;
    height: 2px;
    background-color: #05847D;
    display: block;
    position: relative;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #05847D;
    left: 0;
  }

  .navbar-toggler-icon::before {
    top: -7px;
  }

  .navbar-toggler-icon::after {
    top: 7px;
  }

  /* Mobile profile circle */
    .profile-user{
    margin-top: -25px;
    margin-right: 20px;
  }

  #profile-circle {
    width: 32px;
    height: 32px;
    font-size: 14px;
    background-color: #05847D;
  }

  .login-text {
    color: #05847D;
    font-weight: 500;
    text-decoration: none;
    margin-top: 41px;
    margin-right: 18px !important;
  }

  /* Prevent horizontal scroll on mobile */
  body {
    overflow-x: hidden;
  }
}

