        body {
            font-family: 'Inter', sans-serif;
            
        }
        .navbar {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
            background-color: transparent;
            position: fixed;
        }
        .navbar-brand {
            font-weight: 700;
            font-size: 1.5rem;
        }
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/imgs/2.jpeg) no-repeat center center;
            background-size: cover;
            color: white;
            padding: 140px 0;
            text-align: center;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    .hero-section2 {
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/imgs/4.jpeg) no-repeat center center;
            background-size: cover;
            color: white;
            padding: 140px 0;
            text-align: center;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .hero-section h1 {
            font-weight: 700;
            font-size: 3.8rem;
        }
        .hero-section p {
            font-size: 1.3rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        .section-title {
            text-align: center;
            margin-bottom: 4rem;
            font-weight: 700;
            color: #343a40;
        }
        .card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 4px 12px rgba(0,0,0,.1);
            transition: transform .3s, box-shadow .3s;
            height: 100%;
        }
        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 24px rgba(0,0,0,.15);
        }
        .card-icon {
            font-size: 3rem;
            color: #416890;
        }
        .footer {
            background-color: #343a40;
            color: white;
            padding: 50px 0 20px 0;
        }
        .footer a {
            color: #adb5bd;
            text-decoration: none;
            transition: color .2s;
        }
        .footer a:hover {
            color: white;
        }
        .footer .social-icons a {
            font-size: 1.5rem;
            margin: 0 10px;
        }
        .btn-primary {
            background-color: #416890;
            color: white;
            border-color: #416890;
            border-radius: 50px;
            padding: 12px 30px;
            font-weight: 600;
            transition: background-color .2s, border-color .2s;
            text-decoration: none;
            
        }
        .btn-primary:hover {
            background-color: #416890;
            border-color: #416890;
        }
        .coming-soon {
            min-height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .testimonial-card {
            background-color: #ffffff;
            border-left: 5px solid #416890;
        }
        .why-choose-us-icon {
            font-size: 2rem;
            color: #416890;
        }
       .section {
    padding-top: 50%;
        }