* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
}

/* Navigation Bar */
#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar {
    background-image: linear-gradient(to right, #17a1ba, #174982);
    padding: 0 !important;
}

.navbar-brand img {
    height: 80px;
    padding-left: 80px;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
}

.fa-bars {
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler {
    outline: none !important;
}

/* Banner */
#banner {
    background-image: linear-gradient(to right, #17a1ba, #174982);
    color: #fff;
    padding-top: 5%;
}

.promo-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}

.play-btn {
    width: 60px;
    margin: 20px;
}

#banner a {
    color: #fff;
    text-decoration: none;
}

.bottom-img {
    width: 100%;
    height: 150px;
}

/* Services */
#services {
    padding: 80px 0;
}

.service-img {
    width: 100px;
    margin-top: 10%;
}

.services {
    padding: 20px;
}

.services h4 {
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}

.title::before {
    content: '';
    background: #174982;
    height: 5px;
    width: 200px;
    margin: 0 auto;
    display: block;
    transform: translateY(63px);
}

.title::after {
    content: '';
    background: #174982;
    height: 10px;
    width: 50px;
    margin: 0 auto 40px;
    display: block;
    transform: translateY(8px);
}

.services .btn-primary {
    box-shadow: none;
    padding: 10px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right, #17a1ba, #174982);
}

/* About Us */
#about-us {
    background: #f8f9fa;
    padding: 50px 0;
}

.about-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
}

.about-us ul {
    margin-left: 20px;
}

.about-us ul li {
    margin: 10px 0;
}

/* Testimonials */
#testimonials {
    margin: 100px 0;
}

.testimonials {
    border-left: 4px solid #174982;
    margin: 50px 0;
    padding-left: 15px;
}

.testimonials img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 10px 10px 10px 0;
}

.user-details {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

/* Social Media */
#social-media {
    background-color: #f8f9fa;
    padding: 40px 0;
}

#social-media h5 {
    font-weight: 600;
    margin-bottom: 25px;
}


.social-icons a {
    color: inherit;
    text-decoration: none;
    font-size: 2rem;
    margin: 0 15px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.2);
    color: #000;
}

.social-icons i {
    transition: color 0.3s;
}


#social-media p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}




.fab.fa-facebook-square {
    color: #3b5998;
}

.fab.fa-instagram {
    color: #E1306C;
}

.fab.fa-twitter {
    color: #1DA1F2;
}

.bi.bi-whatsapp {
    color: #25D366;
}

/* Footer */
#footer {
    background-image: linear-gradient(to right, #17a1ba, #174982);
    color: #fff;
}

.footer-img {
    width: 100%;
    height: 150px;
}

.footer-box {
    padding: 20px;
}

.footer-box img {
    width: 50px;
    margin-bottom: 20px;
}

.footer-box p {
    color: #fff;
}

.footer-box .form-control {
    box-shadow: none !important;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary {
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image: linear-gradient(to right, #17a1ba, #174982);
}

#footer .container {
    color: #fff;
}

hr {
    background-color: #17a1ba;
    height: 2px;
    border: none;
}

.copyright {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #e0e0e0;
}