 body {
 	font-family: 'Roboto', sans-serif;
 	color: #000;
 }

 .top-bar {
 	background-color: #000;
 	color: white;
 	font-size: 14px;
 }

 .top-bar a {
 	color: white;
 	margin-right: 10px;
 }

 .btn-main {
 	background-color: #05508b;
 	color: white;
 	border-radius: 4px;
 }

 .btn-outline-main {
 	border: 1px solid #05508b;
 	color: #05508b;
 	border-radius: 4px;
 }

 .btn-main:hover,
 .btn-outline-main:hover {
 	background-color: #003f6e;
 	color: white;
 }

 .swiper-slide {
 	position: relative;
 }

 .hero-content {
 	position: absolute;
 	bottom: 20%;
 	left: 5%;
 	color: white;
 	background: rgba(0, 0, 0, 0.5);
 	padding: 20px;
 	border-radius: 10px;
 	max-width: 500px;
 }

 .footer {
 	background-color: #000;
 	color: white;
 	padding: 40px 0;
 }

 .footer a {
 	color: white;
 	text-decoration: none;
 }

 .footer a:hover {
 	color: #05508b;
 }

 .social-icons a {
 	margin-right: 10px;
 	color: white;
 }

 .social-icons a:hover {
 	color: #05508b;
 }

 .swiper-slide {
 	position: relative;
 	height: 400px;
 }

 .swiper-slide img {
 	object-fit: cover;
 	height: 100%;
 	width: 100%;
 }

 .text-primary {
 	--bs-text-opacity: 1;
 	color: #05508b !important;
 }

 .theme-dot {
 	display: inline-block;
 	width: 4px;
 	height: 4px;
 	background-color: #05508b;
 	margin-right: 10px;
 }

 .card-img-top {
 	height: 250px;
 	object-fit: cover;
 }

 .testimonialSwiper {
 	padding: 0 15px;
 }

 .testimonial-card .rounded-circle {
 	width: 60px;
 	height: 60px;
 }

 .testimonial-card img {
 	object-fit: cover;
 }

 .text-warning i {
 	margin-right: 2px;
 }

 .btn-primary {
 	--bs-btn-color: #fff;
 	--bs-btn-bg: #05508b;
 	--bs-btn-border-color: #05508b;
 	--bs-btn-hover-color: #fff;
 	--bs-btn-hover-bg: #1165a8;
 	--bs-btn-hover-border-color: #05508b;
 	--bs-btn-focus-shadow-rgb: 49, 132, 253;
 	--bs-btn-active-color: #fff;
 	--bs-btn-active-bg: #05508b;
 	--bs-btn-active-border-color: #05508b;
 	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 	--bs-btn-disabled-color: #fff;
 	--bs-btn-disabled-bg: #1165a8;
 	--bs-btn-disabled-border-color: #1165a8;
 }

 .btn:hover {
 	background-color: #1165a8;
 	border-color: #1165a8;
 	color: #fff;
 }

 .btn-outline-primary {
 	--bs-btn-color: #05508b;
 	--bs-btn-border-color: #05508b;
 	--bs-btn-hover-color: #fff;
 	--bs-btn-hover-bg: #1165a8;
 	--bs-btn-hover-border-color: #1165a8;
 	--bs-btn-focus-shadow-rgb: 13, 110, 253;
 	--bs-btn-active-color: #fff;
 	--bs-btn-active-bg: #05508b;
 	--bs-btn-active-border-color: #05508b;
 	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 	--bs-btn-disabled-color: #1165a8;
 	--bs-btn-disabled-bg: transparent;
 	--bs-btn-disabled-border-color: #1165a8;
 	--bs-gradient: none;
 }

 .hover-zoom {
 	transition: transform 0.3s ease;
 }

 .hover-zoom:hover {
 	transform: scale(1.05);
 }

 .img-container {
 	overflow: hidden;
 }

 .article-img {
 	transition: transform 0.3s ease;
 	display: block;
 	width: 100%;
 }

 .img-container:hover .article-img {
 	transform: scale(1.1);
 }

 .card-title {
 	font-size: 17px;
 }

 .text-muted {
 	font-size: 14px;
 }

 .testimonialSwiper {
 	padding: 0 15px;
 	height: 450px;
 }

 .card.testimonial-card {
 	padding: 20px;
 	box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
 	border: none;
 	border-radius: 8px;
 	height: 400px;
 }

 .text-muted a {
 	color: var(--bs-secondary-color) !important;
 	text-decoration: none;
 }
 .login-container {
        min-height: 100vh;
    }

    .login-card {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        padding: 2rem;
        color: #333;
    }

    .form-control {
        background: #f8f9fa;
        border: 1px solid #ccc;
        color: #333;
    }

    .form-control::placeholder {
        color: #888;
    }

    .input-group-text {
        background: #e9ecef;
        border: 1px solid #ccc;
        color: #555;
    }

    .login-btn {
        background-color: #667eea;
        color: #fff;
        font-weight: bold;
        border: none;
        transition: all 0.3s ease-in-out;
    }

    .login-btn:hover {
        background-color: #5a67d8;
        transform: translateY(-2px);
    }

    .invalid-feedback {
        color: #dc3545;
    }

    .text-light {
        color: #666 !important;
    }

    .form-check-label {
        color: #666;
    }

    .text-dark b {
        color: #333;
    }
	.py-5 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.nav-item:hover .submenu{
		display: block;
	}
	.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgb(98, 146, 184) !important;
}