body {
  font-family: 'Geologica', sans-serif;
}
   html,body{
       overflow-x: hidden;
    }
.banner-btn {
  color: #3C2A98;
  font-family: 'Geologica', sans-serif;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #F6F6F6;
}

.banner-image-wrapper {
  position: relative;
}

.home-banner {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 41px 41px;
  width: 35%;
  height: 38%;
}

.banner-content h3,
.banner-content p {
  margin: 10px 0;
  font-family: 'Geologica', sans-serif;
}

.banner-content p {
  font-size: 15px;
}


/* How Bhivani Road Carrier Supports You */
.text-overlay {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #303030;
}

.support {
  background: linear-gradient(to bottom, #F5F3FF, #FFFFFF);
}

.support-title {
  font-family: 'Geologica', sans-serif;
  color: #303030;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.support-text {
  font-family: 'Geologica', sans-serif;
  color: #707070;
  font-size: 15px;
  text-align: center;
}

.support-bg {
  background-image: url('../Homepage-images/support-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;

  /* height: auto; */
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
}

.support-inner-img {
  box-shadow:
    0 -4px 8px #FFFFFF,
    0 6px 12px #B1A6E9;
  border-radius: 50%;
}




/* Our Roadway Booking Centres */

.center-text {
  font-family: 'Geologica', sans-serif;
  color: #707070;
  font-size: 15px;
}

.booking-centers {
  margin-top: 50px;
  margin-bottom: 50px;
}

.booking-centers-img {
  margin-top: 50px;
  margin-bottom: 50px;
}

.booking-title {
  color: #303030;
  font-size: 20px;
  font-family: 'Geologica', sans-serif;
  padding-top: 15px;
}

.booking-text {
  color: #707070;
  font-size: 15px;
  font-family: 'Geologica', sans-serif;
}

.booking-item {
  text-align: left;
  cursor: pointer;
}

.booking-item img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
  /* smooth image movement */
}

.booking-info {
  opacity: 0;
  /* hidden initially */
  visibility: hidden;
  /* prevent click while hidden */
  margin-top: 5px;
  transition: opacity 0.3s ease;
  /* smooth fade in */
}

.booking-item:hover img {
  transform: translateY(-30px);
  /* image goes up */
}

.booking-item:hover .booking-info {
  opacity: 1;
  visibility: visible;
  /* show smoothly */
}

/* why choose us  */

.choose-title {
  color: #303030;
  font-size: 20px;
  font-family: 'Geologica', sans-serif;
}

.choose-text {
  color: #707070;
  font-size: 15px;
  font-family: 'Geologica', sans-serif;
  text-align: center;
}

.choose-content {
  margin-top: 50px;
  margin-bottom: 50px;
}



/* Need a trusted Road Carrier? */




.card-item {
  display: flex;
  align-items: center;
  gap: 20px;


}

.trust-card {
  background: #FFFFFF;
}

.trust-title {
  color: #303030;
  font-size: 30px;
  font-family: 'Geologica', sans-serif;
}

.trust-text {
  color: #707070;
  font-size: 15px;
  font-family: 'Geologica', sans-serif;
}

.trust-inner-card {
  position: relative;

}

.trust-left {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  text-align: justify;
  padding: 50px 50px 50px 70px;
  color: #303030;
  border-radius: 30px;
  background-color: #FFFFFF;
  z-index: 2;
}

.trust-right {
  position: absolute;
  right: 0%;
  transform: translateY(-100%);
  width: auto;

  z-index: 2;
}
/* 
.Road-Carrier{
  max-width: 500px;
} */

.service-bg-container {
  position: relative;
  width: 100%;
}

.service-bg-container>img {
  width: 100%;
  height: auto;
  display: block;
}

.carrier-service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;

}

.service-section {

  margin-top: -2px;
  position: relative;
  overflow: hidden;
}

.service-carrier-btn {
  color: #3C2A98;
  font-family: 'Geologica', sans-serif;
  font-weight: regular;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #F6F6F6;
}



.carrier-service-text {
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(140%, -267%);
  text-align: left;
  color: #fff;

}