<style>
        top-bar {
            background-color: #EE0E82;
            color: white;
            padding: 8px 0;
            font-size: 14px;
        }
        top-bar a {
            color: white;
            text-decoration: none;
            margin-right: 15px;
			padding:55px;
        }
        .navbar {
            background-color: #060270;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            height:auto;
            margin-top: 10px;
        }
        .navbar-brand img {
            height: 70px;
        }
        .nav-link {
            color: #FE9900;
            font-weight: 500;
        }
        .carousel-item {
            height: 350px;
            background-size: cover;
            background-position: center;
        }
        .carousel-caption {
            background-color: rgba(0,0,0,0.6);
            padding: 20px;
            border-radius: 5px;
            bottom: 30%;
        }
        .carousel-caption h2 {
            font-size: 2.5rem;
            font-weight: 700;
        }
        .carousel-caption p {
            font-size: 1.2rem;
        }
        .section {
            padding: 60px 0;
        }
        .section-title {
            color: #003366;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 27%;
            transform: translateX(10%);
            width: 0px;
            height: 3px;
            background-color: #ff9900;
        }
        .feature-box {
            text-align: center;
            padding: 30px 20px;
            border-radius: 5px;
            transition: all 0.3s;
            margin-bottom: 20px;
             background-image: linear-gradient(to right bottom, #e2fd81, #ffe582, #ffd096, #ffc2af, #f6bcc1);
        }
        .feature-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        .feature-icon {
            font-size: 50px;
            color: #003366;
            margin-bottom: 20px;
        }
        .ceo-message {
             background-image: linear-gradient(to bottom, #c5fb7e, #d0fb7c, #dbfa7b, #e5fa7a, #eff97a);
            padding:40px;
            border-radius: 5px;
        }
        .ceo-image {
            border-radius:50px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .ceo-image img {
            width: 100%;
            height: 150%;
        }
        footer {
            background-color: #060270;
            color: white;
            padding: 20px 0 20px;
        }
        footer h5 {
            color: #ff9900;
            margin-bottom:5px;
        }
        footer a {
            color: #ddd;
            text-decoration: none;
            display: block;
            margin-bottom: 5px;
        }
        footer a:hover {
            color: white;
        }
        .social-icons a {
            display: inline-block;
            margin-right: 15px;
            font-size: 20px;
        }
        .copyright {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 15px;
            margin-top: 10px;
            text-align: center;
        }
        
        /* Carousel improvements */
        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 5px;
        }
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 3rem;
            height: 3rem;
            background-color: rgba(0,0,0,0.3);
            border-radius: 50%;
            background-size: 60%;
        }
        hr {
  border-top: 5px solid #ff9900;
}
    </style>