body{
padding:0;
	margin:0;
}
*{
padding:0;
	margin:0;
}
.carousel {
    cursor: pointer;
}
.carousel-items {
    height: 350px;

}

html {
    scroll-behavior: smooth;
}

/* Apply to all scrollable elements */
::-webkit-scrollbar {
    width: 10px;
    /* Set scrollbar width */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color */
    border-radius: 10px;
    /* Optional: rounded edges */
}

::-webkit-scrollbar-thumb {
    background: #281F48;
    /* Thumb color */
    border-radius: 10px;
    /* Optional: rounded thumb */
    border: 2px solid #f1f1f1;
    /* Optional: space around thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #281F48;
    /* Hover color for thumb */
}

/* For Firefox */
* {
    scrollbar-width: 2px;
    /* Thin scrollbar */
    scrollbar-color: transparent !important;
    /* Thumb color | Track color */
}

.carousel-indicators {
    bottom: 10px;
}
.custom-select-icon {
    position: relative;
}
.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    /* Inverts the color to white */
    opacity: 1;
}

.modal-header {
    background-color: #F0F3F6 !important; /* Dark purple shade */
    color: #281F48 !important;
  }

  .modal-body {

    background-color: #F0F3F6 !important; /* Dark purple shade */
    color: #281F48 !important;

  }
  p{
    color: #281F48 ;
  }
  .modal-footer {
    background-color: #F0F3F6 !important; /* Dark purple shade */
    color: #281F48 !important;
  }
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    /* Inverts the color to white */
    opacity: 1;
}

.slider .progress {
    height: 100%;
    left: 0%;
    right: 5% ;
    position: absolute;
    border-radius: 5px;
    background: #FD5631;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #FD5631;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #FD5631;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.05);
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.custom-select-icon img {
    position: absolute;
    top: 50%;
    left: 1rem;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
    color: black;
}

.custom-select-icon select {
    padding-left: 2rem;
    /* Adjust padding to make room for the icon */
    font-size: 13.5px;
}
.form-select-home {
    background-color: #ffffff00 !important;
    border: 1px solid #0000001a !important;
}
.form-control:focus {
    box-shadow: none !important;
    border-color: #FD5631 !important;
}

.form-select:focus {
    box-shadow: none !important;
    border-color: #FD5631 !important;
    /* border: none !important; */
}
.custom-select-icon select {
    padding-left: 1rem;
    font-size: 12px;
    border:none !important;
}
.search-box {
    display: flex;
    align-items: center;
    background-color: red;
    border-radius: 50px;
    padding: 10px 20px;
    width: 300px;
    
}

.search-box input {
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 16px;
    flex: 1;
}

.search-box input::placeholder {
    color: white;
}

.search-box i {
    color: white;
    font-size: 18px;
}

.crouserheading{
    color: #281F48;
     font-size: 40px;
     padding-left: 53px;
     padding-top: 30px;

    }
    .crouserpara{
        color: #281F48;
        padding-left: 53px;
       
    }
    .paddingthis{
        padding-left: 53px;
        padding-top: 30px;
    }.navbar {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    @media (min-width: 300px) and (max-width: 600px) {
        .crouserheading{
    color: #281F48;
     font-size: 30px;
padding-left: 0px;
padding-top: 0px;
text-align: center;
    }
    .crouserpara{
        color: #281F48;
        padding-left: 0px;
        padding-top: 0px;
        text-align: center;
    }
    .imgcrs{
        height:400px;
    }
    .paddingthis{
   display: none;
    }
}
   