.background{
    background: rgb(248,255,238);
    background: linear-gradient(90deg, rgb(252, 254, 250) 0%, rgba(253,255,255,0.22470238095238093) 100%);
    /* background: linear-gradient(90deg, rgb(198, 217, 251) 0%, rgba(253,255,255,0.22470238095238093) 100%); */


}

.text-md-light{
    color: rgb(92, 92, 92);
}

.small {
    font-size: 80%;
}

.rating-stars i {
    color: gold;
}

.hoverCard:hover {
  background-color: black;
  color: white !important;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.bg-car{
    background: linear-gradient(180deg, rgb(253, 249, 247) 0%, rgba(253,255,255,0.22470238095238093) 100%);
    background-size: cover !important;
    /* background: rgb(248,255,238); */

}
.bg-custo{
    background: linear-gradient(180deg, rgb(236, 121, 64) 0%, rgba(253,255,255,0.22470238095238093) 100%);
    background-size: cover !important;
    /* background: rgb(248,255,238); */
}
.custoLux{
  width: 70% !important;
  margin: 0 auto !important;
}
.image-container2.position-relative{
  height: 200px !important;
}

.bg-grad {
  background: linear-gradient(to right, rgb(236, 121, 64), rgba(236, 121, 64, 0.5));
}

#faqAccordion .accordion-item{
  border: rgb(236, 121, 64) solid thin !important;
}


.leader{
    font-size: larger !important;
    font-weight: 500;
}

.text-hero-font-size{
    font-size: 3rem;
}

.bg-gradient{
    background: url('img/gradient-background.png') !important;
    background-size: cover !important;
}



.btn-primary {
    background: linear-gradient(90deg, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 0.8) 50%, rgba(0, 123, 255, 1) 100%);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.btn:hover {
    background: linear-gradient(90deg, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 0.6) 50%, rgba(0, 123, 255, 1) 100%);
    transition: background 0.5s ease-in-out;
}

body {
  box-sizing: border-box;
  overflow-x: hidden !important;
  font-family: 'Exo 2', sans-serif !important; 
  /* Adding a cooler font for car rental */
  scroll-behavior: smooth; /* Enables smooth scrolling */
}

.full-width {
  width: 100vw; /* Full viewport width */
  position: relative;
  left: calc(-50vw + 50%); /* Center the div */
}

.zoomimg {
  transform: scale(1.5);
}
.text-orange{
    color: rgb(223, 137, 33)
}
.paddingLabel{
    padding-left: 1.5rem !important;
}

.bg-white{
    background-color: white;
}
.greenRound{
    border-radius:5px !important;
    border: none !important;
    /* background-color: rgb(0, 123, 255) !important; */
    color: white !important;
  }

  .custom-border {

    display: flex;
    align-items: center;
    border-left: 1px solid  !important;
    height: 18px !important;

  }

  .cus{
    display: flex;
    align-items: center;
    border-left: 1px solid transparent !important;
  height: 18px !important;
}

.br-0{
  border-radius: 0 !important;
}


.highlight{
  border: 2px solid blue;
}

.carousel-control-next, .carousel-control-prev {
  all: unset !important;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer !important;
}

.img-hover {
    transition: transform 0.4s ease;
  }
  
  .img-hover:hover {
    transform: scale(0.9);
  }

  .zoomed-in {
    transform: scale(1.2);
    z-index: -1000 !important;
  }
  .protruding-box {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    background-color: #6d67ef;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: -1000 !important;
}

.protruding-dots {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: radial-gradient(circle, #6d67ef 20%, transparent 20%) 0 0,
                            radial-gradient(circle, #6d67ef 20%, transparent 20%) 12.5px 12.5px;
    background-size: 25px 25px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: -1000 !important;
}

.cardtour {
    max-width: 20em;
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    
    border-radius: 16px;
    background: white;
    box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  
  .cardtour:is(:hover, :focus-within) {
    transform: translateY(-0.2em);
    box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3);
  }
  
  .cardtour:focus-within {
    outline: medium solid;
  }
  

  .rounded{
    border-radius: 25px !important;
    border: none !important;
  }
  .rounded:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; 
    
  }

  .shad {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }


  .bord{
    border: red thin solid !important;
  }

  .text-bg-orange{
    background-color:rgb(223, 137, 33) ;
  }

  .tourCardText{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent); 
    border-radius: 16px;
  }

  .customCard:hover .tourCardText{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.94), transparent); 
  }

  .customCard{
    text-decoration: none; 
    color: inherit; 
    height:400px;
  }

  .customCard:hover .arrow {
    opacity: 1;
    }

  .arrow {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    }

    .card1 {
      background-image: url("img/68.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;


    }

  @media screen and (max-width: 768px) {
    .text-hero-font-size{
        font-size: 2rem;
    }
  
    
  }