body {
  background-color: #FFF;
}

a:visited {
  color: #f2f2f2 !important;
}

a {
  color: #000 !important;
}

.dropdown-menu {
  display: none;
}
p {
    text-align: justify;
}
.dropdown-menu.show {
  display: block;
}
footer.text-white.footer-bg a i { color:#FFF;
}
a.btn.d-inline-flex.align-items-center {
    color: #000 !important;
}
ul.dropdown-menu li a{ color:#FFF!important;}
ul.dropdown-menu li a:hover{color:#000!important;}
.banner_title h2 {
    font-size: 6rem;
}
ul#menu-footer_services_menu a {
    color: #FFF !important;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  color: white;
}
.nav-link{color:#FFF!important;}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

a.navbar-brand.text-warning-new.fw-bold {
    color: #FFF !important;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content,
nav {
  position: relative;
  z-index: 2;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* Optional: aligns menu better */
}

/* Optional: smooth appearance */
.dropdown-menu {
  transition: opacity 0.3s ease;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.text-warning-new {
  color: #fff;
}

.header-bg-new {
  background: rgba(26, 26, 27, .7);
  padding: 5px 10px;
}

.hero-content-new {
  min-height: 100vh;
}

.hero-content-new h1 {
  color: #fff !important;
  text-transform: uppercase;
}

.hero-content-new h1 span {
  color: #E61F00;
  text-transform: uppercase;
}

.letustalk {
  background-color: #E61F00;
  color: #FFF;
}

.hero-content-new a {
  background-color: #fff;
}

.hero-content-new a span {

  color: #E61F00;
}

.btn-outline-light {
  border: 1px solid #C9FE00 !important;
}

.btn-outline-light span {
  color: #C9FE00;
}

.btn-outline-light:hover {
  border: 1px solid #FFF !important;
}

.btn-outline-light:hover span {
  color: #000;
}

.scroll-section {
  background-color: #C9FE00;
  overflow: hidden;
  white-space: nowrap;
}

.scrolling-text-wrapper {
  display: inline-block;
  padding-left: 100%;
  /* Push first loop off-screen */
  animation: scroll-left 15s linear infinite;
}

.scrolling-text {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  color: black;
}

.marquee-new {
  background-color: #fff;
  padding: 20px;
}

.custom-section {
  background-color: #f0f0f0;
  /* Change to your desired background */
  padding: 60px 0;
}

.icon-button {
  border: none;
  background: none;
  font-size: 1.2rem;
  color: #007bff;
  cursor: pointer;
}

.icon-button:hover {
  color: #0056b3;
}

.image-box {

  object-fit: cover;
  border-radius: 8px;
}

.custom-section {
  background-color: #000;
  /* Change to your desired background */
  padding: 60px 0;
  background-image: url('../images/background-con.png');
}

.custom-section h6 {
  color: #E61F00 !important;
  text-transform: uppercase;
}

h5.our-mission {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 30px;
}

.custom-section {
  background-color: #000;
  /* or any dark bg you like */
  padding: 60px 0;
}

.image-box {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.icon-button {
  border: none;
  background: none;
  padding: 0;
}

.our-mission {
  font-weight: 600;
}

.icon-button {
  border: none;
  background: none;
  font-size: 1.2rem;
  color: #007bff;
  cursor: pointer;
  float: left;
  cursor: pointer;
}

.icon-button:hover {
  color: #0056b3;
}

.image-box {

  object-fit: cover;
  border-radius: 8px;
}

.custom-dark-section {
  background-color: #000;
}

.highlight-text {
  color: #fff;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Make dropdown full-width on mobile */
@media (max-width: 576px) {
  .dropdown-menu {
    width: 100%;
    position: absolute !important;
    /* Avoid overlapping issues */
    box-shadow: none;
  }

  .dropdown-menu.show {
    display: block;
  }
}

/* testimonial slider css---------------------------------------------------------------------------*/
.testimonial-section {

  margin: auto;
  background-image: url(../images/testimonial-bg.png);
}

.testimonial-heading {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Swiper Container */
.swiper-container {
  position: relative;
  overflow: hidden;
  /* Hide overflow content */

}

.swiper-container2 {
  position: relative;
  overflow: hidden;
  /* Hide overflow content */

}


/* Swiper Slide Styling */
.swiper-slide {

  padding: 20px;
  border-radius: 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  height: 250px;
}

.testimonial-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.testimonial-icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.testimonial-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-user-info {
  margin-right: 10px;
  text-align: left;
}

.testimonial-user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin: 0px 30px 0px 0px;
}

/* Swiper Navigation Buttons Styling */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 10px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  padding: 20px;

  font-size: 20px;
  cursor: pointer;
  z-index: 99;
}

.swiper-button-prev {
  left: 10px;
  /* Position the previous button to the left */
}

.swiper-button-next {
  right: 10px;
  /* Position the next button to the right */
}

/* Navigation Buttons Hover Effect */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Control Buttons Styling */
.control-buttons {
  position: relative;
  top: 10px;
  /* Position on top of the slider */
  right: 10px;
  /* Align to the right */
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.control-buttons button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.control-buttons button:hover {
  background-color: #0056b3;
}

#prevSlide {
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  background-color: #000;
  color: #FFF;
  margin: 0px 4px;
}

#prevSlide:hover {
  background-color: #C9FE00;
  color: #000;
}

#nextSlide {
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  background-color: #000;
  color: #FFF;
}

#nextSlide:hover {
  background-color: #C9FE00;
  color: #000;
}

.control-buttons1 {
  float: right;
}

/*our services */
.custom-section {
  background: url('../images/our-services-bg.png') no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  background-color: #1A1A1A;
}

.custom-section h2 {
  color: #fff;
}

.custom-section .btn {
  background-color: #fff;
  color: #000;
}

.custom-section .btn span {
  color: #E61F00;
}

.custom-heading {
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: normal;
  display: block;
}

.custom-paragraph {
  border-left: 1px solid #E61F00;
  padding-left: 15px;
  margin-top: 10px;
}

.icon-img {
  width: 116px;
  height: auto;
}

.a-re-more {
  display: block;
  width: 25px;
  height: auto;
  float: right;
  margin-top: -20px;
}

.signupbg {
  background: url('../images/signup-bg.png') no-repeat;
  height: 30vh;
  background-color: #000;
}

.signupbg h2 {
  color: #fff;
  font-weight: normal;
}

.inputnew-bg {
  background-color: #1A1A1A;
  border: 1px solid #ffffff;
  color: #fff;
}
ul, ol{margin:0px;}
.footer-bg {
  background: url('../images/footer-bg.png') no-repeat center center / cover;
  padding: 60px 0;
  background-color: #000;
}

.footer-bg h5 {
  color: #fff;
}

ul.list-unstyled li a {
  text-decoration: none;
}

ul.list-unstyled li {
  margin: 10px 0px;
}

.fa-footer-icon {
  color: #fff;
}

.fa-footer-icon-social {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1A1A1A;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid #FFF;
}

.bg-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

@media (max-width: 767px) {
  .bg-video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }
}

/*our service end*/

/* Responsive styles */
@media (max-width: 768px) {
  .swiper-slide {
    height: 200px;
  }

  .testimonial-footer {
    flex-direction: column;
    align-items: center;
  }
}


.overlay-team {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  text-align: center;
  bottom: 20px;
  right: 0;
  left: 0;
  border-radius: 0px 0px 10px 10px;

  height: 80px;
  width: 95%;
  margin: 0px 0px 0px 20px;
  color: #FFF;
}

.overlay-team h4 {
  color: #fff;
  padding: 10px 0px 0px 0px;
}

.slide-link {
  position: absolute;
  right: 0;
  top: -45%;
}

.slide-link img {
  width: 30px;
  height: 30px;
}

button.swiper-button-prev.content-prev,
button.swiper-button-next.content-next {
  display: none;
}


/*new css*/
nav.navbar.navbar-expand-lg.navbar-dark.bg-transparent.py-3 {
  z-index: 9999;
}

.banner {
  position: absolute;
  z-index: 0;
  min-height: 650px;
  display: block;
  width: 100%;
  object-fit: contain;
  background-position: center !important;
}

.banner_title h2 {
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
  margin-top: 9%;
}

header.hero-section.inner_page {
  min-height: 650px;
}

ul.dropdown-menu {
    background: #000;
}
ul.dropdown-menu li:hover{color:#000;}

@media(max-width:600px) {
  header.hero-section.inner_page {
    min-height: 200px;
  }

  .banner {
    min-height: 200px;
  }

  .banner_title h2 {
    margin-top: 10%;
  }
  .testimonial-card {
		min-width:200px;
	  max-width:340px;
	  width:100%;
	}
	.swiper-slide {width:100%!important;}
	.custom-section {text-align:center;}
	footer.text-white.footer-bg {
    text-align: center;
}
	.d-flex {
    justify-content: center; /* Center the items horizontally */
   
  }
	ul#menu-footer_menu {
    margin: 0px;
}
	ul#menu-footer_services_menu {
    margin: 0px;
}
	.banner_title h2 {
    font-size: 1rem;
}
	.footer-bg p{ text-align:center;}
	.bg-video {
    top: 0;
    left: 0;
    width: 100%!important;
     height: auto!important; 
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}
	.dropdown-menu{z-index:999;}
	ul.dropdown-menu.show {
    position: relative!important;
}
	#menu-footer_menu li a{ color:#FFF;}
	ul#menu-footer_menu li a {
    color: #FFF !important;
}
}

ul#menu-footer_menu li a {
    color: #FFF !important;
}

.copyright-n a{ color:#FFF;}

@media (min-width: 768px) and (max-width: 1024px) {
  .bg-video {
    width: 100%;
    height: auto; /* or set a fixed height like 400px if needed */
	  max-height:400px;
  }
	header.hero-section.inner_page {
    min-height: 358px;
		max-height:400px;
}
}

