/* General */
body {
    font-family: 'Inter', sans-serif;
}

/* Navbar */
.navbar {
    background: #fff;
    transition: 0.3s;
}
.navbar .nav-link {
    font-weight: 500;
    color: #333;
}
.navbar .btn {
    font-size: 14px;
}

/* Hero */
.hero-section {
    background: #2f3a89 url('../images/bg-pattern.png') no-repeat center/cover;
    color: #fff;
    min-height: 90vh;
    padding-top: 120px;
}

/* Project Cards */
.project-card {
    border: none;
    transition: 0.3s;
}
.project-card:hover {
    transform: translateY(-5px);
}

/* Amenities */
.amenity-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

/* Gallery */
.gallerySwiper img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-section {
        text-align: center;
    }
}
    #configuration .btn-custom {
        background-color: #5fa9a1;
        color: #fff;
        padding: 8px 20px;
        border-radius: 6px;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    #configuration .btn-custom:hover {
        background-color: #4a8f88;
        color: #fff;
        box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
    }
    #configuration th, #configuration td {
        vertical-align: middle;
    }
     .footer-section {
    background-color: #405189; /* deep blue from screenshot */
  }
  .footer-icon {
    font-size: 28px;
    color: #fff;
    margin-bottom: 6px;
  }
  .footer-section p, 
  .footer-section li {
    color: #dcdcdc;
    line-height: 1.6;
  }
  .footer-section h5, 
  .footer-section h6 {
    color: #fff;
  }
  .fsn{
    font-size: 40px;
  }