@import url("bootstrap.min.css");
@import url("all.min.css");
@import url("owl.carousel.min.css");



.navbar-light .navbar-nav .nav-link:hover {
	color: #00509e;
}

.bg-primary {
	background: #00509e !important;
}

.text-primary {
	color: #e95108 !important;
}

.bg-danger {
	background: #e95108 !important;
}

.btn-danger {
	background: #e95108 !important;
}

.text-danger {
	color: #e95108 !important;
}
.bg-info {
	background: #3498db !important;
}

.bg-secondary {
	background: #F3F3F3 !important;
}

.bg-primary-light {
	background: #b7cee1;
}

.font-weight-bold {
	font-weight: 600 !important;
}
.contact-icon i {
	font-size: 40px;
	margin: 15px 0;
}


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

[class*="double-down-line"]::before,
[class*="double-down-line"]::after {
	background-color: green;
}

.landing-header.fixed-top,
.nav-logo-with-bg .navbar-brand,
.double-down-line.text-white::before,
.double-down-line.text-white::after,
.hover-bg-white:hover,
.fixed-header-bg-white.fixed-top,
[class*="double-down-line-left-white"]::before,
[class*="double-down-line-left-white"]::after {
	background-color: var(--theme-white-color);
}



.x-center,
.double-down-line::before,
.double-down-line::after,
.bg-shape::before,
.bg-shape::after {
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.y-center {
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.xy-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


[class*="double-down-line"] {
	position: relative;
	padding-bottom: 35px;
}

[class*="double-down-line"]::before,
[class*="double-down-line"]::after {
	content: "";
	height: 2px;
	position: absolute;
}

[class*="double-down-line"]::before {
	width: 120px;
	bottom: 10px;
}

[class*="double-down-line"]::after {
	width: 60px;
	bottom: 0;
}

[class*="double-down-line-left"]::before,
[class*="double-down-line-left"]::after {
	left: 0;
}


.footer-widget .double-down-line-left::before {
	width: 80px;
	bottom: 0;
}

.footer-widget .double-down-line-left::after {
	width: 40px;
	bottom: -5px;
}

/* --- TOP BAR --- */
.top-bar {
	background: linear-gradient(to right, #007bff, #0056b3);
	color: #fff;
	font-size: 14px;
}

.top-bar a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.top-bar .btn-custom {
	background-color: #ffc107;
	border: none;
	font-weight: 600;
	padding: 4px 12px;
}

.top-bar .btn-custom:hover {
	background-color: #e0a800;
	color: #fff;
}

/* --- SCROLLING TEXT --- */
.scrolling-wrapper {
	overflow: hidden;
	position: relative;
	height: 35px;
	background-color: #fff;
	border-radius: 8px;
	padding: 5px 15px;
}

.scrolling-text {
	position: absolute;
	white-space: nowrap;
	animation: scroll-left 18s linear infinite;
	color: #0056b3;
	font-weight: 600;
}

@keyframes scroll-left {
	0% {
		left: 100%;
	}

	100% {
		left: -100%;
	}
}

/* --- NAVBAR --- */
.navbar {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
	font-weight: 700;
	color: #0056b3 !important;
}

.nav-link {
	font-weight: 500;
	color: #333 !important;
}

.nav-link:hover {
	color: #007bff !important;
}

/* Shared button styling */
.btn-equal {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.scrolling-wrapper {
	overflow: hidden;
}

.scrolling-wrapper marquee {
	font-size: 0.95rem;
	font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
	.top-bar .row {
		flex-direction: column;
		text-align: center;
	}


	.navbar-brand img {
		height: 60px !important;
	}

	.navbar-brand span {
		font-size: 20px !important;
		text-align: center;
	}

	.navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.top-bar a.btn,
	.top-bar a[href^="mailto:"] {
		width: auto;
		justify-content: center;
	}

	.top-bar .d-flex {
		flex-direction: row !important;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.scrolling-wrapper marquee {
		font-size: 0.95rem;
		font-weight: 600;
	}
}

@media (max-width: 980px) {
	.navbar-brand span {
		font-size: 30px;
	}


}

.navbar {
	font-weight: 500;
	font-size: 15px;
}

.navbar .nav-link {
	position: relative;
	transition: all 0.3s ease;
	padding: 8px 15px;
}

.navbar .nav-link:hover {
	color: #007bff !important;
}

.navbar .nav-link::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: 4px;
	left: 15px;
	background-color: #007bff;
	transition: width 0.3s;
}

.navbar .nav-link:hover::after {
	width: 60%;
}

.dropdown-menu {
	font-size: 14px;
	border-radius: 6px;
}

.dropdown-item:hover {
	background-color: #f1f1f1;
	color: #007bff;
	font-weight: 500;
}

.btn-equal {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	border-radius: 0.2rem;
	white-space: nowrap;
	box-shadow: 2px 2px 6px #232020;
}
/*XX XX XX XX XX XX XX Slider Css XX XX XX XX XX XX XX XX*/
#banner1 {
	max-height: 700px;
	overflow: hidden;
}

.carousel-img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .carousel-inner img {
    object-fit: contain !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
	.carousel-img {
		height: 250px;
	}
}

.btn-shadow {
    box-shadow: 3px 3px 5px -3px #232020;
}


.text-shadow {
	text-shadow: 2px 2px 4px rgb(29, 29, 29);
}
.h2-heading {
	font-size: 43px;
}

.course .carousel-indicators {
  left: 0;
  bottom: -30px;
  right: 0; 
  justify-content: center;
}

.course .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.course .carousel-indicators .active {
  background: #117727;
}

/* Card spacing */
.carousel-item .card {
  margin: 0 5px;
}
.carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.transition {
  transition: transform 0.5s ease;
}
#cardSlider {
    transition: transform 0.5s ease-in-out;
  }
  .card {
    min-height: 100%;
  }
  h5 {
	font-size: 16px;
	font-weight: 600;
  }

  .accordion-style .card {
    transition: transform 0.3s ease;
    border-radius: 8px;
  }

  .accordion-style .card:hover {
    transform: translateY(-2px);
  }

  .accordion-style .btn-link {
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
  }

  .accordion-style .card-body {
    font-size: 0.95rem;
    line-height: 1.6;
    border-radius: 0 0 8px 8px;
  }

  .rotate-icon {
    transition: transform 0.3s ease;
  }

  .btn-link.collapsed .rotate-icon {
    transform: rotate(0deg);
  }

  .btn-link:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
  }

  @media (max-width: 576px) {
    .accordion-style .btn-link {
      font-size: 0.95rem;
    }
  }
 .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background-color: #ffc107; /* Bootstrap warning color */
    color: #000;
    border: none;
    padding: 6px 16px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: none; /* Hidden by default */
  }

  .back-to-top.show {
    display: block;
  }

  .back-to-top:hover {
    background-color: #e0a800;
    transform: scale(1.1);
  }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<== == == == == == Vertical Scrollbar Using CSS Start== == == == == ==>*/
/* For WebKit-based browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ffc107;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3fff00;
}

/*<== == == == == == Vertical Scrollbar Using CSS End == == == == == ==>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
