@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

h1,h2,h3,h4,h5,h6,a,li{
  font-family: "Spectral", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.hotel-booking .single-why .single-why-icon img{
    max-width: 100%;
}

.hotel-booking .agro_banner_temp2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5%); /* Overlay color */
  z-index: 2;
}

.hotel-booking .agro_banner_temp2 .sliderArea {
  position: relative; /* Changed from absolute to relative */
  width: 100%;
  height: 100%;
  z-index: 3; /* Ensure the slider is above the overlay */
  overflow: hidden;
}
.hotel-booking .agro_banner_temp2{
  margin-top: -100px;
  position: relative;
}
.hotel-booking .agro_banner_temp2 .slider-items:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #00000069;
    position: absolute;
    top: 0;
    z-index: 0;
}
.hotel-booking .agro_banner_temp2 .slider-items .slider-contents h2  {
    color: #fff;
    font-size: 70px;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
	font-weight: 300 !important;
  	margin: 0 0 15px 0;
}
.question-area form textarea {
    height: 150px !important;
}
.copyright-contents-main a {
    color: #fff !important;
}
.hotel-booking .single-why {
    padding: 0;
}

.hotel-booking .single-why .single-why-contents {
    padding: 0 10px;
}