body{
    font-family: "Montserrat", serif;
}

html{
    scroll-padding: 100px;
    scroll-behavior: smooth;
    /* position: relative; */
}
header{
    background-color: black;
    height: fit-content;
}
img{
    width: 100%;
}
iframe{
    width: 100%;
}
.customMdlBtn{
   right: 13px;
    position: absolute;
    top: 20px; 
}
.footer-end{
    font-size: 16px;
}
.logo{
    width: 150px;
}
.loader {
  width: 60px;
  margin: auto;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 100%;
  animation: l7 1s infinite linear;
}
@media (min-width: 768px) {
  /*.modal-content {*/
  /*  padding: 20px;*/
  /*}*/
  /*.modal-dialog {*/
  /*  max-width: 650px;*/
  /*}*/
  .customHeroText {
    font-size: 1.5vw;
  }
  .footer-end{
    font-size: 16px;
}
}
@media (min-width: 992px) {
  .modal-dialog2 {
    max-width: 800px;
  }
}
.herosection{
    background-image: url("../images/hero_image_oasis[1].jpg");
    background-repeat: no-repeat;
    background-size: cover;
   /* height: 100vh; */

}
.herosection {
    position: relative;
}
.custom {
    bottom: 1rem;
    left: 1rem;
    z-index: 10;
    width: fit-content;
}

.herosection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* This gives the overlay effect */
    z-index: 1; /* Ensure it sits above the section content but below other elements */
}
.herosection .container {
    position: relative;
    z-index: 1;
}
.customHr{
color: #ed3237;
}
.form-control:focus {
    color: #212529;
    background-color: white;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.customHeroText{
    
        background: linear-gradient(to right, white, #ed3237); 
        -webkit-background-clip: text;  
        background-clip: text;        
        color: transparent;            
        font-weight: bold;              
        font-size: 2rem;               
    
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(to top,#ed3238ac,white);

}
.customAbout::before{
    content: "";
    position: absolute;
    width: 14%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
  

}
.customAbout{
    position: relative;
}
.customAbout::before{
    background-color: #ed3237;
    animation: anime 2s infinite ;
}


@keyframes anime {
    0%{
        width: 0;
        left: 0;
    }
    50%{
        width: 14%;
        left: 0;
    }
    100%{
        width: 0;
        left:  14%;
    }
}
.customAmenitiesSec{
    background-image: url("/assets/images/noice.png");
    background-repeat: no-repeat;
    background-size: cover;
    }

.customAmenitiesIcon{
    background-color: #ed3237;
    border-radius: 999px;


}

.customtextAnimation::before{
    content: "";
    position: absolute;
    width:  100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
  

}
.customtextAnimation{
    position: relative;
}
.customtextAnimation::before{
    background-color: #ed3237;
    animation: anime2 2s infinite ;
}
@keyframes anime2 {
    0%{
        width: 0;
        left: 0;
    }
    50%{
        width: 100%;
        left: 0;
    }
    100%{
        width: 0;
        left:  100%;
    }
}

.hvr{

overflow: hidden;   
}
.hvr2:hover{
    transform: scale(1.3);
    transition: 0.5s all ease-in-out;
}
.customLocation{
    background-image: url("/assets/images/place2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    border: 2px solid #ed3237;
}
.accordion-button:not(.collapsed) {
    color: #ed3237;
    background-color: transparent;
    border: 2px solid #ed3237;

    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button {
    box-sizing: border-box;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ed3237;
    text-align: left;
    border: 1px solid grey;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding:2px;
}
.customModalBtn:focus{
    outline: none;  /* Removes the outline on focus */
  box-shadow: none;
}
.nav-link:hover{
color: #ed3237 !important;
} 


.customNavClr{
    background-color: transparent;
}
.customNavBtn{
    background-color: #ed3238d3;
}
.customNavBtnText{
    font-size: 13px;
}
.customNaIcon{
    background-color: black;
     border-radius: 50%;
      padding:5px 20px;
}
.primaryClr{
    background-color: #ed3237 !important;
}
.customHeroIcon{
    color: #ed3237;
}
.customHeroMainText {
    background: #00000096;
}
.customHeroForm{
    background-color: rgb(252, 16, 16);
}
.customBar{
    border-radius:9999px;
}
@media (max-width:1024px){
.hideRule{
    display: none !important;
}
.customHr{
    width: 100% !important;
}
.border-end{
    display: none;
}
.open{
    display: block;
}

}
    
.customModalBtn{
    background-color: #ed3237;
}
.customFooterIcon{
    color: #ed3237;
}
/* .crcl{ 
    background: linear-gradient(to right,#ed3238,white);
    border-radius:9999px;
    height: 20px;
    width: 20px;
    position:fixed;
    z-index: 5;
    transition: 0.3s ease;
} */
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: transparent;
    border-color:#ed3237;
    /* box-shadow: 0 0 .25rem rgba(49,132,253,.5); */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
}
.customBtnHvr:hover{
    background-color: white !important;
    border: 1px solid #ed3237 !important;
    color: #ed3237 !important;
    transition: 0.1s ease;
}
.customCArds{
    position: relative;
    overflow: hidden;
    background-color: white;
    transition: all 0.2s ease-in;
    
}
.customCArds:hover{
    background-color: transparent;
    z-index: 1;
    color: white !important;
}
.customCArds::before{
    content: '';
    background-image: url(https://static.vecteezy.com/system/resources/previews/014/302/734/non_2x/luxury-abstract-banner-template-with-gold-blended-waves-on-black-background-with-copy-space-for-text-shiny-dynamic-light-stripes-futuristic-twisted-lines-design-in-dark-background-wallpaper-website-vector.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.5);
    transition: all 0.2s ease-in;
    color: white !important;
    font-weight: 600;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.customCArds:hover::before{
    transform: scale(1);
}
body{
    
    overflow-x: hidden;
    margin: 0; 
    width: 100vw;
    
}

.Navbar{
    background-color: black;
}
.customPrivacy{
    background-image: url("/assets/images/privacy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    background-position:center;
}
.customFooterText{
    font-size: 14px;
}
.customThanku{
    background: linear-gradient(to right, #ed3237,rgb(220, 220, 220));
}
.customThankuFont{
    font-size: 90px; color: white;
}
@media (min-width:992px){
    header{
    background-color: transparent;
}
}
.customPopup{
background-image: url("/assets/images/popup.jpeg");
background-size: cover;
background-repeat: no-repeat;
}
.customThankYouIcon{
    font-size: 140px; 
    color: white;
}
.customThankYouText{
    font-size: 100px;
      font-weight:600;
}
.g-recaptcha{
    transform: scale(0.7);
    transform-origin: left;
}

  #chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

#chatbox {
  width: 320px;
  height: 450px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.541);
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: Arial, sans-serif;
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s ease;
}

#chatbox.hidden {
  transform: scaleY(0.9);
  opacity: 0;
  pointer-events: none;
  height: 0;
}

#chat-header {
  background: #ffc107;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#chat-header button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

#chat-messages {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.bot-message,
.user-message {
  padding: 8px 12px;
  margin: 6px 0;
  max-width: 75%;
  border-radius: 20px;
  display: inline-block;
  animation: fadeIn 0.3s ease;
}

.bot-message {
  background: #eee;
  color: #333;
}

.user-message {
  background: #198754;
  color: #fff;
  align-self: flex-end;
}

.hidden {
  display: none;
}

#chat-bubble {
  width: fit-content;
  height: 50px;
  background:#ffc107;
  color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#chat-bubble img{
    width:30px;
}
#chat-bubble.hidden {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

button.option-btn:hover {
  background: #ddd;
}
/* When a bot message is immediately followed by another bot message */
.bot-message + .bot-message {
  border-top-left-radius: 4px; /* 2nd bot: top-left corner sharp */
}

/* When a bot message is followed by another bot message (1st bot) */
.bot-message:not(:last-child) {
  border-bottom-left-radius: 16px; /* reset bottom-left for all */
}

.bot-message:has(+ .bot-message) {
  border-bottom-left-radius: 4px; /* 1st bot: bottom-left corner sharp */
}

/* User message with options */
.user-message.options-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background-color: transparent;
  color: #fff;
  padding: 8px;
  border-radius: 16px;
  margin: 4px 0;
}

/* Option buttons */
.option-btn {
  background: #eee;
  color: #333;
  padding: 8px 12px;
  border-radius: 20px;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  margin: 4px 4px 0 auto;
  text-align: left;
}
.option-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
.formBtn{
    background-color: #198754;
}
/* Normal bot and user messages already styled as before */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}