

/*body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;

}*/


/* header CSS */
/*
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -font-smoothing: antialiased;
}*/
/*
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}*/

body {
    font: 'Outfit';
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 26.25px;
    color: #3b3b3b;
    overflow-x: hidden !important;
    /* background: #F6F1F0;  */
}



/* Topbar*/
.topbar {
  /*  background-color: #0d6efd; 
    color: #fff; 
    padding: 10px 0; 
    font-size: 14px;*/
        background-color: #008DD2;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    display: flex; 
  /*  transition: all 0.3s ease;*/

}



.topbar .container {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
 
    margin: 0 auto; 
    padding: 0 15px; 
}

.topbar-left,
.topbar-right {
   /* display: flex;*/
    align-items: center;
    font-size: 16px;
}




/* header design */
.navigation-wrap {
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 45px;
    width: 100%;
  /*  background: transparent;*/
  background-color: white;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
    border: none;
    transition: 1s;
}

.navigation-wrap .nav-item {

    padding: 0px 7.5px;
    transition: all 0.3s linear;
}

.nav-link {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    color:black;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    letter-spacing: 0px;
}

.small-logo {
    width: 9.5rem;
    height: auto;
}

/* change navbar styling on scroll */
.navigation-wrap.scroll-on {
    position: fixed;
    background-color: white;
    top: 0;
    width: 100%;
    box-shadow: 0 0.125 0.175;
    transition: all 0.15s ease-in-out 0s;
}

.navigation-wrap.scroll-on .nav-link {
    color: black;
}

.navigation-wrap.scroll-on .nav-link:hover,
.navigation-wrap.scroll-on .nav-link:active {
    color: rgb(25, 62, 230);
}


.navbar-nav .nav-item .nav-link.btn.btn-primary:hover {
    color: white; /* Changes text color to white */
    background-color: #007bff; /* Optional: Adjust the background color on hover */
}






/* Initially hide the topbar */
.topbar {
    display: flex;
    transition: all 0.3s ease;
}

/* When the scroll event is triggered, show the topbar */
.scroll-show-topbar .topbar {
    display: flex;
    /* or block depending on your layout */
}

/* Add a background color or any other styles for the fixed navbar and topbar */
.scroll-on {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.scroll-on .nav-link {
    color: black;
}

.scroll-on .nav-link:hover,
.scroll-on .nav-link:active {
    color: yellow;
}






/* Banner Css */

.banner-header {
  position: relative;
  background-color: #000;
  /* Initial black color before the image loads */
  background-image: url(../images/1.jpg);
  /* Background image */
  background-size: cover;
  background-position: center;
  height: 75vh;
  overflow: hidden;
}

/* Create the overlay */
.banner-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* Semi-transparent black overlay */
  z-index: 1;
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
  /* Smooth fade transition */
}

/* Ensure the text appears above the overlay */
.banner-header .container {
  position: relative;
  z-index: 2;
  /* Text will stay on top of the overlay */
}

/* Trigger the background fade-in */
.banner-header.loaded::before {
  opacity: 0;
  /* Remove the overlay */
}


.banner-header .caption {
  position: relative;
  /* padding-top: 7rem; */
  color: white;
  text-align: center;
}



/*
.fa-solid {
    margin-right: 0.4rem;

}*/






/* Blinking effect */
@keyframes blink {
    50% {
        opacity: 0;
    }
}

.blinking-text {
    animation: blink 1s infinite;
}


.cards-wrapper .row {
    margin-bottom: 2rem;
    margin-top: 1rem;
    justify-content: center; 
}

.cards-wrapper .card {
    width: 100%; 
    height: 100%;
    border: 2px solid rgb(11, 207, 241);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem; 
}

.cards-wrapper .content-wrapper {
    text-align: center;
    padding: 1rem;
}

.card-text {
    font-size: 16px;
}

.card-title {
    font-size: 2.5rem;
    color: rgb(255, 136, 0);
}



/*
@media (max-width: 576px) {
    .cards-wrapper .card {
        margin-left: 2.5rem;
        width: 19rem;
    }

    .cards-wrapper .row {
        gap: 50px;
        /* Adjust the gap value as needed /
    }
}*/

/* input +-0 */
/* .input-group {
    max-width: 116px;
} */


.input-group1{
     margin-top: -1rem;
    padding-left: 3rem;
}




.mountain-image {
  width: 390px;  
  height: 266px; 

  display: block;
  margin: 0 auto;
}



.available-text{
  /*font-size:15px;*/
  padding-top: 1rem;
}

.input-group button {
    width: 32px;
    height: 32px;

}



.room-add {
  margin-left: 9px;
  padding-top: 2rem;
}

.form-control {
    text-align: center;
}

.custom-hr {
    width: 80px;
    border: none;
    border-top: 3px solid rgb(11, 11, 170);


}

.bed-line {
  display: flex;
  justify-content: center;
  align-items: center;
gap: 13px;
  margin-bottom: 4px;
}


.bed-line::before{
    font-size: 18px;
    font: ea45;
}




.icon-text.text-center {
  text-align: center;


}
/*
.material-icons-outlined {
  font-size: 24px;
}*/


/* Room css */

.room-content .sub-items .icon-text .material-icons {
    font-size: 40px;
    padding-right: 2rem;
    color: #000;
    padding-left: 0.5rem;
display: flex;

}

.room-content{
 
    display: flex;
    float: right;
    gap: 5rem;
    padding: 27px;
}

.room-button{
     padding-top: 2rem;
    display: flex;
    gap: 5rem;
}

  .custom-button {
        width: 130px;
        height: 35px;
       font-size: 18px;
        background-color: white;
            border-radius: 5px;
              border: 1px solid black;
}





.title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;


    border: 2px solid #141414;

    border-radius: 10px;

    padding: 20px;

    margin-top: 6rem;
    margin-bottom: 80px;





}


.sub-items {
 

    display: flex;
    /* padding-top: 1rem; */
    /* color: gray; */
    padding-left: 11rem;
}



.icon-text {
    display: flex;
    flex-direction: column;
    /* Stack icon above text */
    align-items: center;
    padding: 14px;
    box-shadow: 0px 1px 13px 0px #e5e4e4;
    border-radius: 7px;
   /* font-size: 11px;*/
   /* padding-right: 2.5rem;*/
    /* padding-top: 1rem; */

    /* Center align icon and text */
}



.material-icons{
  font-size:32px;
}
/*
.heding-text {
    font-size: 16px;
    text-transform: uppercase;
}*/

.heading-text{
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-items: center;
    padding-left: 0rem;
    text-align: center;

}

/* Custom column gaps 
.custom-col-gap {
    padding-left: 19px; 
    padding-right: 19px; 
    box-sizing: border-box;
}*/

 /* CSS for consistent alignment */

    .section-heading {
        text-align: center; /* Align main headings to the left */
            margin-top: 2rem;
    }

    .counter-label {
        text-align: center; /* Center align labels above counter inputs */
        margin-bottom: 5px; /* Small space between label and input */
    }

    .counter-group {
        display: flex; /* Use flexbox for the input group */
        justify-content: center; /* Center the input group horizontally */
        width: fit-content; /* Make the group only as wide as its content */
        margin-left: auto; /* Center the group within its parent column */
        margin-right: auto;
    }

    /* Specific adjustments for parent containers of counter groups to ensure centering */
    .person-category, .driver-section {
        display: flex;
        flex-direction: column;
        align-items: center; /* Center content (label and counter) within these divs */
    }






.small-input3 {

        display: flex
;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-left: 2rem;
}
   
.small-input4 {
    display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-left: 12rem;
}


.input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;

}




.input-group input {
  
        text-align: center;
        max-width: 32px;
        height: 27px;
    
}

.small-input {
    width: 150px;
    height: 35px;
    /*padding: 4px;*/
    font-size: 17px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    /* margin-left: 1rem; */
    background-color: #0b5ed7;
    border: none;
    margin-top: 0.5rem;

}

.small-input3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 3px;
}
/*
.input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}*/

.input-group input {
    text-align: center;
    max-width: 36px;
    height: 32px
}

.room-text {
   /* Adjust the space between the input and room label */
    font-size: 15px;
    
}

.small-input {
     width: 116px;
    height: 35px;
    padding: 4px;
    font-size: 12px;
    color: white;
    border-radius: 4px;
    text-align: center;
   
    background-color: #157dec;
    border: none;
    margin-top: 0.5rem;
}

/* Ensure the titles are on the same row, spaced equally */
.row > .col-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}



.form-control:focus {
    display: none;

}

.small-input::placeholder {
    color: #fff;
    opacity: 0.8;
    /* Slight opacity for the placeholder */
    font-size: 14px;
}

.main-btn {
    padding: 7px 12px;
    font-size: 14px;
    height: 38px;
    border-radius: 4px;
    margin-left: 0.9rem;
    width: 136px;
}

.reserve-btn {
    /*padding: 7px 12px;*/
    font-size: 18px;
    height: 38px;
    border-radius: 4px;
    margin-left: 0.9rem;
    width: 136px;
}


.amount-text {
    display: flex;



}
/*
.elements-text {
    display: flex;
    margin-top: 35PX;
   
    align-items: center;
justify-content: end;
   
    font-size: 14px;
    

}

.elements-text1 {
    display: flex;
    justify-content: end;
    align-items: center;

    gap: 1rem;

}*/

/*
.elements-text1 {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-left: 26rem;
    gap: 1rem;
}
*/
.elements-text {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
}

.elements-text1 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.elements-text2 {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
}

/*
.elements-text {
   
   
    align-items: center;
    gap: 1rem;
    font-size: 14px;
   

}*/
/*
.elements-text {
   /* display: flex;/
  /*  margin-top: 35PX;/
  margin-top:12PX;
    /* justify-content: center; /
    align-items: center;
    justify-content: end;
    /* gap: 1rem; */
    /*font-size: 14px;
    /* margin-left: 30px; /
    margin-bottom: 35px;
}*/

.wrap{

   display: flex;
  /*  margin-top: 35PX;*/
  margin-top:12PX;
    /* justify-content: center; */
    align-items: center;
    justify-content: end;
    /* gap: 1rem; */
    font-size: 14px;
    /* margin-left: 30px; */
        margin-left: -19px;
    margin-bottom: 35px;


}

.content-row {
    margin-right: 2rem;
}

/* CSS */
.amenities-wrap {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 15px 0px;
    /* Adjusts spacing between items */
    /*padding-top: 2rem;
    padding-bottom: 5rem;*/
}

.amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px;
    box-shadow: 0px 1px 13px 0px #e5e4e4;
    border-radius: 7px;
}

.amenities-row .material-icons {
    font-size: 36px;
    margin-bottom: 4px;
    /* Space between icon and text */
}

.amenities-row p {
    color: gray;
}
/*
.icons-css {
    font-size: 14px;
    /* color: #212529; /
        padding-left: 3rem;
}*/


.icons-css {

        font-size: 16px;
    padding-left: 0;
    font-weight: 400;
    margin: 0;


}


.icon-text1{
    font-size: 14px;
}

.room-content .icons-css p {
    font-size: 14px;
}
/*
p {
    font-size: 14px;
}*/

.senior-text{
    font-size: 14px;
    margin-top: 0;
    /* margin-bottom: 1rem; */
}

.room-head {
    background-color: #0d6efd;
    text-align: center;
    font-size: 17px;
    color: white;
    width: 280px;
    height: 2rem;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 2rem;
}

.room-second {
    padding-bottom: 2rem;

}


/* declration css */


.declaration-wrapper .form-label {
    font-weight: normal !important;
}
.dec-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.declaration-wrapper {

    border-radius: 10px;
    padding: 10px;


}

.declaration-title {
    color: #F08143;
    font-size: 28px;

}

.form-group {
   /* display: flex;*/
    align-items: start;
}

.form-check-input {
    margin-top: 5px;
}

.form-label {
    flex: 1;
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
}


/* accordian css */
.accordion-body-custom h6,
.accordion-body-custom h4 {
    font-size: 18px;
    /* Heading font size */
}

.accordion-body-custom label,
.accordion-body-custom input,
.accordion-body-custom textarea {
    font-size: 15px;
    /* Subtext font size */
}

/* coupen section */
.coupen-section {
    padding: 2rem 0;
}

.coupen-title {
    color: #F08143;
    font-size: 28px;

}


.payment-icons i {
    font-size: 30px;
    color: #666;
    margin-right: 20px;
    transition: transform 0.2s, color 0.2s;
}

.payment-icons i:hover {
    transform: translateY(-5px);
    color: #007bff;
}

.payment-title {
    color: #F08143;
    font-size: 28px;

}

.main-button {
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.main-button:hover {
    background-color: #0056b3;
    color: #fff;
}


/* Remove underline and customize link appearance */
.d .cont-info .material-icons {
    font-size: 20px;
    /* Set the font size of the icons */
    color: white;
    /* Set the icon color to blue (change it as needed) */
    vertical-align: middle;
    /* Align the icon with the text */
    margin-right: 8px;
    /* Add space between icon and text */
}

.para-cont1 {

    color: gray;
}




.reserv-summary {
    height: 500px;
    width: 500px;

    border: 2px solid black;
    padding-top: 1rem;
}

/* Booking Summary */
/* Container and section styling */
.summary-section {
    background-color: #f9f9f9;
    padding: 30px;

}



  .table-wrap{
    background-color:rgb(166 163 163 / 36%);
  }

 .table-responsive {
            margin-top: 30px;
        }
        .table th, .table td {
            vertical-align: middle; 
            text-align: center; 
           
        }
        .table thead th {
            font-weight: bold;
            padding: 0.5rem;
         
        }
      
        .table .top-header-row th {
            background-color: #ffeeba; 
            border-bottom: 1px solid #dee2e6; 
        }
        
        
        .table td:nth-child(2)
        
        {text-align:left;}
        
         
        .table td:nth-child(4) { 
            text-align: center; 
        }

        
        .multi-line-cell {
            white-space: pre-line; 
            display:flex;
        }


        .occupancy-details {
         gap:10px;
       }

.occupancy-item {
    display: flex; 
    align-items: center; 
    /*margin-bottom: 5px; */
}

.occupancy-text{
    color: black;
    padding: 1px 9px;
    border-radius: 4px;
   /* border: 1px solid #F08143;*/
    margin-left: 7px;
}





       
        .summary-row td {
            font-weight: bold;
            background-color: #f1f1f1; 
        }
        .summary-row .text-end-label {
            text-align: right; 
            font-weight: normal; 
        }
        
        .summary-row .amount-value {
            text-align: right;
        }
     
    

/* footer Css */
footer {
    position: relative;
    margin-top: 5rem;
    background-color: rgb(88, 87, 87);

    padding-right: 0 !important;


}

.designer-link {
    text-decoration: none;

    color: #3391f5;

    font-weight: bold;

}

.designer-link:hover {
    color: #0056b3;

    text-decoration: underline;

}




.list-inline-item a i {
    transition: color 0.3s ease, transform 0.3s ease;
}


.list-inline-item a:hover i {
    color: #FFD700;

    transform: scale(1.1);

}

.cont-info .material-icons {
    font-size: 20px;

    color: white;

    vertical-align: middle;

    margin-right: 8px;

}




/* CSS for Booking Form and Popup */
.bkwrap {
    position: relative;
	padding: 60px 60px;    
    /*height: 38vh;*/
    z-index: 1070;
  }


  .bkwrap .bkwrap-center {
  
    position: absolute;
    /* top: 50%; */
    top: 22%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-57%);
    border-radius: 10px;

  }
  
  /* #booking {
      font-family: 'Raleway', sans-serif
  } */
  
  .booking-form {
       position: relative;
    /* max-width: 100%; */
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-size: cover;
    border-radius: 5px;
    z-index: 20;
      padding: 10px 19px;

  }
  
  .booking-form::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1
  }
  
  .booking-form .form-header {
    text-align: center;
    position: relative;
    /*margin-bottom: 30px*/

    margin-bottom: 5px;
  }
  
  .booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    margin: 0px;
    color: #fff
  }
  
  .booking-form .form-group {
    position: relative;
   /* margin-bottom: 20px*/
  }
  
  .booking-form .form-control {
    background-color: rgb(48 46 46 / 92%);
    height: 45px;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 2px transparent;
    transition: 0.2s;
    color: grey;

  }
  
  .booking-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
  }
  
  .booking-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
  }
  
  .booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5)
  }
  
  .booking-form .form-control:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #ff8846;
    box-shadow: 0px 0px 0px 2px #ff8846
  }
  
  .booking-form input[type="date"].form-control {
    padding-top: 2px;
    padding-left: 6rem;
  }
  
  .booking-form input[type="date"].form-control:invalid {
    color: rgba(255, 255, 255, 0.5)
  }
  
  .booking-form input[type="date"].form-control+.form-label {
    opacity: 1;
    top: 15px;
  }
  
  .booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  
  .booking-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.5)
  }
  
  .booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px
  }
  
  .booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  
  .booking-form select.form-control option {
    color: #000
  }
  
  .booking-form .form-label {
    position: absolute;
    top: -10px;
    left: 25px;
    opacity: 0;
    color: #ff8846;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
  }
  
  .booking-form .form-group.input-not-empty .form-control {
    padding-top: 16px
  }
  
  .booking-form .form-group.input-not-empty .form-label {
    opacity: 1;
    top: 10px
  }
  
  .booking-form .submit-btn {
      color: #fff;
    background-color: #e35e0a;
    font-weight: 700;
    height: 42px;
    padding: 10px 25px;
    width: 100%;
    border-radius: 40px;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
   /* letter-spacing: 1.3px;*/
    letter-spacing: 0.3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;

  }
  
  .booking-form .submit-btn:hover,
  .booking-form .submit-btn:focus {
    opacity: 0.9
  }
  /* 
  .row {
    --bs-gutter-x: 2.2rem;
  } */  
  
  

  
/*
  .form-control {
    width: 100%;
      
  }*/



  
 
  
  /* .row 
      display: flex;
      align-items: center; /* Vertically center items
      gap: 15px; /* Space between fields */
  /* } */
  
  .form-header {
    margin-bottom: 20px;
    /* Space below the header */
  }
  
  .submit-btn {
    padding: 10px 20px;
    /* Adjust padding for the button */
    text-align: center;
  }






  
  
  
  /* Popup Styles */
  .popup-container {
   position: fixed;
    top: 70px;
    left: 65%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 32px;
    width: 400px;
    z-index: 10000;
    text-align: center;
    display: none;


  }
  
  .popup-container.visible {
    display: block;
  }
  
  h2 {
    margin: 0 0 24px;
    font-weight: 600;
   
  }
  
  .selection-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  label {
    font-weight: 400;
    color: #555;
  }
  
  .count-display {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .count-display button {
    background-color: #00796b;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
  .count-display button:disabled {
    background-color: #b2dfdb;
    cursor: not-allowed;
  }
  
  .popup-footer {
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  
  .done-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
  }
  
  .done-button:hover {
    background-color: #388e3c;

  }

  /*
.next-button{
      width: 12%;
    margin-top: 2rem;
    
}


.next-button:hover{
    color:white;
}

.next-back{
    display:flex;

}*/


.button-wrapper {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
   
    
    padding-top: 10px;
}


.next-button .btn,
.back-button .btn {
    
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 5px;
}


.next-button .btn-primary {
    background-color: #007bff; 
    color: white;
    border: 1px solid #007bff;
}


.back-button .btn-primary {
    background-color: rgb(88, 87, 87); 
    color: white;
    border: 1px solid  #007bff; 
}


/*Signin*/


.wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}
.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: -webkit-linear-gradient(left,#003366,#004080,#0059b3
, #0073e6);
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .field input:focus{
  border-color: #1a75ff;
  
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #1a75ff;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: #1a75ff;
  text-decoration: none;
}
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  height: 50px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right,#003366,#004080,#0059b3
, #0073e6);
  border-radius: 15px;
  transition: all 0.4s ease;;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}


.driver{
  margin-top: 1rem;
  margin-bottom:1rem;
}

.modal-content{
    width:auto;
    background: transparent;
    border:none !important;
    border-radius: none !important;
}

.btn-close{
    background-color:#0d6efd;
    opacity: 100%;
    
}

.btn-close:hover{
    background-color:#fff;
    
}


.modal-header{
    border:none;
}



/* Gallery Section Styling (Simplified) */

.gallery-section {
   
  
  padding-top: 2.5rem;
    margin-left: 15px; 
    width: 25%; 
    box-sizing: border-box;
}

.gallery-title {
    color: #ffc107;
    text-transform: uppercase; 
    font-weight: bold; 
    margin-bottom: 8px;
    font-size: 16px;
     margin-top: 0rem;
}

.gallery-row {
    display: flex; 
    flex-wrap: wrap; 
    margin-left: -5px; 
    margin-right: -5px; 
}

.gallery-image-col {
  
    width: 33.33%; 
    padding: 5px; 
    margin-bottom: 15px; 
    box-sizing: border-box; 
}

.gallery-image {
    width: 100%; 
    height: auto; 
    display: block; 
}





/* --- Footer Base Styles --- */
.main-footer {
     background-color: rgb(88, 87, 87);
    color: #f8f9fa; 
    padding-bottom: 1.5rem; 
    padding-left: 0; 
    padding-right: 0; 
}


.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  
}
/*
.footer-col {
   
    flex: 0 0 auto;
    padding-right: 15px; 
    padding-left: 15px; 
    margin-top: 1rem; 
    margin-left: 1rem; 
}*/


.company-info-col {
    flex: 0 0 25%; 
   /* max-width: 25%;*/
    padding-top: 2rem;
}




.useful-links-col {
   padding-top: 2rem;
}


.contact-info-col {
    padding-top: 2rem;
   
}



.footer-heading {
    text-transform: uppercase; 
   /* margin-bottom: 1.5rem; */
    font-weight: 700; 
}

.footer-heading-warning {
   color: #ffc107;
    font-size: 16px;
    margin-top: 1rem;

}

.company-logo {
    width: 200px;
    height: auto;
    max-width: 100%; 
    display: block;
}

.footer-link {
    color: #f8f9fa; 
    text-decoration: none; 
    transition: color 0.3s ease; 
}

.footer-link:hover {
    color: #ffc107; 
}

.contact-item {
    display: flex; 
    align-items: center;
    margin-bottom: 0.5rem; 
}

.contact-item .material-icons {
    margin-right: 8px; 
    font-size: 1.25rem; 
}

.footer-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-bottom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    align-items: center;
    text-align: center; 
}
/*
.copyright-info,
.social-media-col,
.designer-info {
    flex: 1;
    padding: 0 15px; 
}*/

.copyright-link {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright-link:hover {
    color: #ffc107;
}

.copyright-brand {
    color: #ffc107; 
    font-weight: bold; 
}

.social-icons-wrapper {
    text-align: center; 
}

.social-links-list {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: inline-flex; 
}

.social-list-item {
    display: inline-block; 
    margin: 0 8px; 
}

.social-icon-link {
    color: #f8f9fa; 
    font-size: 23px; 
    transition: color 0.3s ease;
}

.social-icon-link:hover {
    color: #ffc107; 
}

.designer-link {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.designer-link:hover {
    color: #ffc107;
}



.reward-row{

 
    padding: 8px 0;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-between;
    margin-left: 0rem;
    margin-right: 0rem;
   
    font-size: 1.5rem;
    font-weight: 500;
}



.reward-info-container {
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    border-radius: 10px;
    width: 34%;
    height: 64px;
    background-color: #fafafa;
    font-size: 17px;
    font-weight: normal;
}



.claim-button

 {
    background-color: #0d6efd;
    color: white;
    padding: 8px 9px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 135px;
}




.reward-value {
    border: 1px solid #588e1e;
    border-radius: 5px;
    padding: 8px 14px;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
}