* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Titillium Web", sans-serif;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: white;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.custom-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.custom-button {
  background-color: #D23E0E;
  border: none;
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.title {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 22px;
  }
}

.navbar {
  background-color: #fff !important;
  position: relative;
  z-index: 555;
  color: black;
}

.logo img {
  font-family: "Kalam", cursive;
  width: auto;
  height: 70px;
}

.logo h3 {
  color: white;
  font-size: 25px;
  font-weight: 700;

}

@media screen and (max-width: 992px) {
  .logo img {
    width: 50px;
    height: 50px;
  }

  .logo h3 {
    font-size: 11px;
  }

}

.navbar-nav .nav-link {
  color: #000;
}

.dropend .dropdown-toggle {
  color: black;
  /* margin-left: 1em; */
}

.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.dropend:hover {
  color: #fff;
  ;
}

.dropdown-menu .nav-link {
  font-weight: 400;
  margin-left: 0;
  font-size: 16px;
}

.dropdown-menu .nav-link:hover {
  color: #fff;
}

.nav-item {
  padding: 0 8px;
}

.nav-item:hover {
  background-color: red;

}

.nav-link {
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.nav-link:hover {
  color: white;
}

/* Background overlay styles */
.navbar-collapse {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #cd6526;
  /* Adjust the overlay color and opacity */
  width: 50%;
  transform: translateX(100%);
  transition: transform 0.5s ease-out;
  padding: 30px;
}

@media (min-width: 992px) {
  .navbar-collapse {
    position: static;
    transform: translateX(0);
    background-color: transparent;
    padding: 0;
    width: auto;
  }
}

/* Media query for smaller devices */
@media (max-width: 992px) {
  .close-icon {
    display: block !important;
    /* Show the close icon in smaller devices */
    z-index: 50000;
  }

  .navbar-collapse.show .close-icon {
    display: block !important;
    /* Ensure close icon is shown when the menu is open */
    z-index: 50000;
    color: #fff;
  }
}

.navbar-collapse.show .close-icon {
  display: block;
  /* Show the close icon when the menu is open on smaller devices */
  z-index: 50000;
}

.navbar-collapse.show {
  transform: translateX(0);
  z-index: 50;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 40px;
  cursor: pointer;
  display: none;
  /* Initially hide the close icon */
  color: red;
  font-size: 24px;
}

/* Navbar End */

/* Carousel start */


@media (max-width: 992px) {
  .carousel-image {
    border-radius: 0px;
  }
}

.dot-indicators {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #717171;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 50px;
  color: white;
  background-color: #00000073;
  margin-top: -15px;
  /* Adjust as needed */
  z-index: 5;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.banner-carousel img {
  max-height: 700px;
  min-height: 700px;
}

@media screen and (max-width: 768px) {
  .banner-carousel img {
    max-height: 200px;
    min-height: 200px;
  }

}

/* About us Section */
.about-us {
  padding: 70px 0 0;
}

.green-line {
  width: 60px;
  height: 4px;
  background-color: #D23E0E;
}

.about-us p {
  margin-left: 40px;
  font-size: 18px;
}
.gallery-img{
    max-height: 300px;
    min-height: 300px;
}

@media screen and (max-width: 768px) {
  .about-us {
    padding: 20px 0 0;
  }

  .about-us p {
    margin-left: 0;
  }
  .gallery-img{
    max-height: 200px;
    min-height: 200px;
  }

}



/* Our Journey */
.our-journey-inner {
  background-color: #eee;
  padding: 60px 20px;
}

.our-journey h2 {
  font-size: 24px;
  font-weight: 700;
}

.journey-banner {
  min-width: 100%;
  height: auto;
}

/* Company Info */
.hero-section {
  
  /* Add the path to your image here */
  background-size: cover;
  background-position: center;
  /* height: 100vh; */
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
}
.hero-overlay{
  position: absolute;
  height: 100%;
  background: #000;
  width: 100%;
  display: block;
  opacity: .6;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-content {
  /* background: rgba(0, 0, 0, 0.4); */
  /* Semi-transparent background */
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.stat-item {
  font-size: 2rem;
  font-weight: bold;
}

.stat-item span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.5rem;
}

.divider {
  width: 50px;
  height: 2px;
  background-color: white;
  margin: 10px auto;
}

/* Concern Company */
/* .concern-company img {
  width: 180px;
  height: auto;
}

.concern-company .col {
  margin-bottom: 50px;
}

.concern-company .col a {
  display: block;
  overflow: hidden;
}

.concern-company .col img {
  transition: transform 0.6s ease;
}

.concern-company .col a:hover img {
  transform: scale(1.3);
} */
.concern-company .swiper-slide{
  padding: 20px;
}
.concern-company .card{
  padding: 20px 0;
  border-radius: 25px;
  transition: transform 0.6s ease;
}
.concern-company .card:hover{
  transform: scale(1.2);
  border: 1px solid #ed1c24;
}
.concern-company .card img{
  width: 100%;
  /*height: auto;*/
  max-height: 150px;
  min-height: 150px;
}
.concern-company .swiper-button-prev,
.concern-company .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.concern-company .swiper-button-prev:after,
.concern-company .swiper-button-next:after {
  font-size: 20px;
}

/* Explore Products */
.explore-products h3 {
  font-size: 22px;
  font-weight: 700;
}

.explore-products .card {
  background-color: #eee;
  /* margin-bottom: 20px; */
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2); */
  border-radius: 15px;
  border: none;
  /* transition: box-shadow 0.3s ease; */
}
.explore-products .card:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.explore-products h3{
  padding: 10px 0;
}

.explore-products a {
  text-decoration: none;
  color: black;
}

.explore-products img {
  max-height: 250px;
  min-height: 250px;
  border-radius: 15px 15px 0 0;
}
.explore-products .swiper-button-prev,
.explore-products .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-products .swiper-button-prev:after,
.explore-products .swiper-button-next:after {
  font-size: 20px;
}

/* Latest News */
.latest-news .card {
  background-color: #eee;
}

.card-title {
  font-size: 1.1rem;
  font-weight: bold;
}

.latest-news .card img {
  max-height: 200px;
  min-height: 200px;
}

.card-text {
  font-size: 0.9rem;
  color: #555;
}

.date-icon {
  font-size: 0.9rem;
  color: #e3342f;
}

.date-text {
  font-size: 0.9rem;
  color: #777;
}

/* Contact Us */
.contact-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-description {
  font-size: 16px;
  margin-bottom: 40px;
}

.contact-details .icon {
  font-size: 24px;
  background-color: #D23E0E;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-details h6 {
  font-weight: bold;
  color: #D23E0E;
}

.contact-form-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-block {
  width: 100%;
  background-color: #D23E0E;
  border: none;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}

.btn-block:hover {
  background-color: #D23E0E;
}


/* Footer Start */
.footerTop {
  background-color: #1B1B1B;
  padding: 30px 20px;
  color: white;
}

.best-categories h3 {
  font-size: 20px;
  font-weight: 700;
}
.footerTop h3 {
  font-size: 20px;
  font-weight: 700;
}

.footerTop ul {
  list-style: none;
  padding: 0;
}

.footerTop ul li a {
  text-decoration: none;
  color: #8d8d8d;
  font-size: 18px;
}

.footerTop ul li a:hover {
  text-decoration: underline;
  color: white;
}

.footerTop ul li {
  text-decoration: none;
  color: #8d8d8d !important;
  font-size: 18px;
}

.footerTop ul li:hover {
  cursor: pointer;
  color: white;
}

.fa-brands {
  width: 16px;
}

/* Footer Bottom */
.footer-bottom {
  background: linear-gradient(90deg, #ab6565, #b86335);
  padding: 15px;
  color: #fff;
}

.footer-bottom p {
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}