/* Global Styles */
body {
  margin: 0;
  padding: 0;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: larger;
}
#splide-list{
  min-height: 500px !important;
}

/* Hero Section Styles */
.hero-bg {
  background: url('../assets/our-clients-background.jpg') no-repeat bottom center / cover;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: center;
  color: Black;
  font-size: 42px;
}

.hero-title {
  font-size: 92px;
  margin: 0;
  line-height: 1;
}

.hero-subtitle {
  font-weight: 400;
  margin-top: 5px;
}

/* Splide Slider Styles */
.slider-custom {
  padding: 20px;
}

.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.splide__slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.splide__slide.is-active {
  transform: scale(1.1);
}

/* Slide Styles */
.slide-wrapper {
  text-align: center;
}

.slide-container {
  border: 1px solid black;
  width: 250px;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 12px;
}
@media screen and (max-width:640px){
  .slide-container{
    width: 200px !important;
  }
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
button.splide__pagination__page.is-active{
  background-color: #353060;
}
.slide-title {
  margin-top: 0.5rem;
  font-weight: 300;
}
body {
  margin: 0;
  width: 100%;
  padding: 0;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: larger;
}

.navbar-brand {
  overflow-x: hidden;
}
.navbar-brand img {
  width: 30px;
}
.navbar-brand span {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .hero-content h1 {
    font-size: 92px !important;
  }
}
.hero-content h1 {
  font-size: 42px;
}

.footer {
  background: linear-gradient(to right, #000000, #353060);
  color: #d6a936;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); /* Two divs per line */
  row-gap: 0px; /* Adding gap between grid items */
  padding: 20px; /* Adding some padding for spacing */
  text-align: justify;
}
.footer a {
  color: #d6a936;
}
.footer .phone-no,
.footer .address,
.footer .support,
.footer .contact-us {
  width: 40%;
  margin: 0;
  padding: 0;
}
.footer img {
  width: 100px;
  margin-right: 50px;
  margin-top: 20px;
  position: absolute;
  justify-self: end;
}

.logo-big {
  width: 100px !important; /* Adjust as needed */
  transition: width 0.3s ease; /* Add smooth transition */
  font-size: xx-large;
}

.logo-small {
  width: 40px !important; /* Adjust as needed */
  transition: width 0.3s ease; /* Add smooth transition */
}

.visible-nav {
  background-color: rgba(255, 255, 255, 0.1254901961) !important;
  transition: 0.3s ease;
}

.less-visible-nav {
  background-color: #ffffff !important;
  transition: 0.3s ease;
}


  .footer {
    overflow-x: hidden;
    width: 100%;
  }
  .footer img {
    width: 40%;
    transform: translate(-20px, 100px);
    position: absolute;
    right: 20px;
    width: 60px;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .footer p {
    width: 100%;
  }
  .footer .phone-no, .footer .address, .footer .support, .footer .contact-us {
    width: 60%;
    margin: 0;
    padding: 0;
  }
  .logo-big {
    width: 50px !important; /* Adjust as needed */
    transition: width 0.3s ease; /* Add smooth transition */
    font-size: 0px;
  }
  .logo-small {
    width: 20px !important; /* Adjust as needed */
    transition: width 0.3s ease; /* Add smooth transition */
  }
  .visible-nav {
    background-color: rgba(255, 255, 255, 0.1254901961) !important;
    transition: 0.3s ease;
  }
  .less-visible-nav {
    background-color: #ffffff !important;
    transition: 0.3s ease;
  }
/*# sourceMappingURL=home.css.map */



