

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
    box-sizing: border-box;
  }
  /*
    2. Remove default margin
  */
  * {
    margin: 0;
  }
  /*
    Typographic tweaks!
    3. Add accessible line-height
    4. Improve text rendering
  */

    html,body{
        scroll-behavior: smooth !important;
    }

  body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: "Poppins", sans-serif;
    position: relative;
  }


  /*
    5. Improve media defaults
  */
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }
  /*
    6. Remove built-in form typography styles
  */
  input, button, textarea, select {
    font: inherit;
  }
  /*
    7. Avoid text overflows
  */
  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }
  /*
    8. Create a root stacking context
  */
  #root, #__next {
    isolation: isolate;
  }


.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}

.border-white{
    border: 1px solid white !important;
}

.w-80{
    width: 80%;
    margin: 0 auto;
}

.f-18{
  font-size: 18px;
}

.color-grey{
  color: #808080;
}

.color-light-grey{
  color: #222222A6;
}


.color-dark{
  color: #2F2F2F;
}

  .logo {
    width: 12rem;
    height: 3.8rem;
    display: inline-block;
    opacity: 1;
}

.topZero {
    top: 0 !important;
}


.main-header{
    position: fixed;
    z-index: 20;
    transition: top 0.3s;
    background-color: #fff;
    width: 100%;
}

.header-gap{
    margin-bottom: 6rem;
}

/* nav{
    border-bottom: 2px solid #1290e2;
} */
.nav-btn {

    padding: 0.6rem 1rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #1290e2;
    border-radius: 4px;
    /* opacity: 1; */
}

.nav-btn2 {

    padding: 0.6rem 1rem;
    text-align: center;
    border-radius: 0.5rem;
}


.nav-item,
.n {
    padding: 0px .5rem;
    letter-spacing: 1px;
    color: #0b0b0b !important;
    /* font: normal normal medium 20px/30px Poppins; */
    font-weight: 500;
    /* font-size: 14px; */
}
.nav-item:nth-child(1):hover {
    border: none;
}


.human_logo img {
    width: 1.6rem;
    height: 1.9rem;
    margin-right: 0.5rem;
}

/* Section Hero */

.section-hero{
    background: #F5F7FA;
}

.hero-content h1{
    font-size: 3.775rem;
    font-weight: 600;
    line-height: 1.2;
}

.hero-content p{
    color: #191A15A6;
}



/* Section Clients */

.section-book-now{
    background-image: url('../images/BG.png');
}

/* Services */

.single-set{
    display: flex;
    align-items: center;
    align-items: center;
    gap: 1rem;
}

.services-details{
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 0;
}

.services-details li{
    padding: 5px 13px;
    background-color:#D8F0FF;
    border-radius: 6px;
    /* text-align: center; */
    margin: 0.5rem 0.5rem 0.5rem 0;
}


/* Step Section */

.step{
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.step div{
    background: #1290E21A;
    padding: 0.75rem 1.5rem;
    border-radius: 22px;
}

/* Our Prices Section */

.price{
  background: #1290E20D;
  padding: 2.5rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.price>h2{
  font-weight: 600;
}

.price h2{
  color: #2F2F2F;

}

.price-vat h2{
  font-weight: 700;
}

.price p{
  color: #808080;
}

.price-vat{
  display: flex;
  align-items: center;
  gap: .5rem;

}

.price-vat h2{
  margin: 0;
}

.price-vat p{
  font-size: 14px;
}

.top-quality{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin-top: 1rem;
  border: 0.5px solid #FFA246;
  background-color: #FC8A191F;
  border-radius: 40px;
  padding: 1rem;
  cursor: pointer;
  font-weight: 600;
}

.top-quality p{
  margin: 0;
  color:  #FFA246 !important;
}

.feedback-card{
  background: #F2F2F2;
  border-radius: 14px;
  padding: 3rem 2rem;
  height: 100%;
}

.user-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.user-image{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.user-image p{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color:#191A15;
}

.feedback-card p{
  color: #191A15A6;
}


.feedback-stars{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #FBB837 !important;
}


.accordion{
  border: 1px solid #007BFF;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}


.accordion .card{
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  /* border-bottom-color: #007BFF !important; */
  border-top-color:#007BFF !important ;
}

.accordion .card:first-child{
  border-top-color:transparent !important ;
}


.accordion>.card>.card-header{
  padding: 2rem;
}


/* .card-header.bg-blue {
  background-color: #007BFF !important;
} */

.bg-blue{
  background-color: #007BFF !important;
  color: white !important;
}

.card-header{
  background-color: #ffffff;
}

.accordion .card .card-header a:link,
.accordion .card .card-header a:visited{
  color: #191A15;
  text-decoration: none;
}

.card-body p{
  color:  #191A15A6;
}

/* Section Contact Us */

.section-contact-us{
  background-color: #0661C2;
}

.contact-us-div{
  border-top-right-radius: 23px !important;
  border-bottom-right-radius: 23px !important;
  padding: 2rem 1.5rem;
}

.form-control{
  padding: 1.8rem 0.75rem;
  border-radius: 10px;
  /* border: 0.5px solid #666666; */
}


.form-control::placeholder {
  font-size: 14px;
  color: #191A15A6;

}


.social-icons{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.social-icons a:link,
.social-icons a:visited{
  background-color: #007BFF;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
}

.terms-and-conditions{
  border-top: 1px solid #676767;  
}



/* Login Page */

.section-login{
  display: flex;
}

.login-image{
  width: 45%;
}

.login-image img{
  display: block;
  height: 100%;
  width: 100%;
  min-height: 100vh;
}

.login-content{
  width: 55%;
  background: linear-gradient(123.17deg, #005FC5 39.15%, rgba(54, 104, 157, 0.83) 98.83%);
  /* height: 100%; */
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.login-form{
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 23px;
  padding: 2rem;
}


.remember{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

footer{
  margin-top: 4rem;
}


/* Section User data */

.user-data{
  background-color: #005FC5;
  background-size: cover;
  min-height: 80vh;
  display: grid;
  place-items: center;
}


.user-data-content{
  width: 95%;
  margin: 3rem auto;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 2rem 2rem 4rem 2rem;
    overflow-x: hidden;
}


.empty-img{
  width: 40%;
  /* height: 30%; */
  margin: 0 auto;
}



.table td{
  padding: 1.5rem;
}

.table-content{
  background-color: #BDBDBD0F;
  padding: 2rem;
  margin: 1rem 0;
}

.table .thead{
  font-weight: 400;
}

.table tr td:last-child button{
  background-color: transparent;
  border: 1px dashed #8B8B8B;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  color: #8B8B8B;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.table button .fa-plus{
  border: 1px solid;
  border-radius: 50%;
  font-size: 0.65rem;
  padding: 0.1rem;
}


.table-hover tbody tr:hover{
  background-color: #057EC70A;
}

tbody tr>td img{
  width: 25px;
}

.property-action{
  margin-left: 0.75rem;
  display: inline-block;
}

.property-action a:link,
.property-action a:visited{
  text-decoration: none;
  color: #585562;
  margin: 0 0.5rem 0 0;
  font-size: 14px;
}


    /* CSS for form control excluding select elements */
    .form-group .form-control:not(select) {
      padding: 1.8rem 0.75rem;
      border-radius: 10px;
      /* Add other styles for form control here */
  }

  /* CSS for select element */
  .form-group select.text-dark {
      /* Add specific styles for select element here */
      /* For example: */
      padding: 0.5rem; /* Adjust padding as needed */
      background-color: #fff; /* Set background color */
      color: #495057; /* Set text color */
      height: 59.5px;
  }

  /* Placeholder style for select element */
  .form-group select.text-dark option[disabled] {
      color: #6c757d; /* Set placeholder text color */
  }




  .form-group{
    position: relative;    
  }

  .form-group .input-icon{
    position: absolute;
    right: 15px;
    top: 58%;
    color: #5C5E61;
    font-size: 14px;
      cursor: pointer;
  }


.order-image{
  display: flex;
  margin-top: 0.5rem;
}

.product-details{
  font-weight: 600;
  margin-left: 0.5rem;
}

.product-details p{
  margin: 0;
  padding: 0;
  font-size: 14px;
}



.order-image img{
  width: 60px;

}

/* Loader Styling */

.loader_main {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 3000; /* Specify a stack order in case you're using a different order for other elements */
}
.loader_center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.loader_ring {
    position: absolute;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    animation: ring 0.8s linear;
    animation-iteration-count: infinite;
}
@keyframes ring {
    0% {
        transform: rotate(0deg);
        box-shadow: 1px 5px 2px #1290e2;
    }
    50% {
        transform: rotate(180deg);
        box-shadow: 1px 5px 2px #1290e2;
    }
    100% {
        transform: rotate(360deg);
        box-shadow: 1px 5px 2px #1290e2;
    }
}
.ring:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
.loader_center span {
    color: #737373;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 200px;
    animation: text 3s ease-in-out linear;
}
.my_loader_img img {
    width: 5rem;
    height: 3.7rem;
}
@keyframes text {
    50% {
        color: black;
    }
}

/*Sidenav Styling*/


.facilities_cards_area {
    margin-top: 5rem;
}
.facilities_area_heading h1 {
    font-size: 4rem;
    font-weight: bolder;
    color: #1290e2;
}
.f_three_cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.facility_card {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    height: 22rem;
    text-align: center;
    width: 30%;
    margin-top: 2rem;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    /* box-shadow: 2px 2px 2px 2px lightgray; */
    background-color: #ffffff;
    border: 1px solid #cccccc;
    animation: 1.5s ease-out 0s 1 slideInFromLeft;
}
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-500%);
    }
    100% {
        transform: translateX(0);
    }
}
.facility_card:hover {
    transform: scale(1.06);
    transition: 0.2s all;
    transition-timing-function: ease-in-out;
}
.facility_card a {
    text-decoration: none;
}
.facility_card p {
    color: black;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-left: 2rem;
    text-align: left;
}
.facility_card h1 {
    font-size: 3rem;
    font-weight: bolder;
    color: black;
    text-align: center;
    margin-left: 5rem;
}
.fc_card_img_area img {
    width: 5rem;
    height: 5rem;
    margin-top: 3rem;
}
.facility_arrow_icon_div {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 2px solid #1290e2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.facility_arrow_icon_div:hover {
    background-color: #1290e2;
}
.facility_arrow_icon_div img {
    width: 3rem;
    height: 3rem;
    display: inline;
}
.facility_arrow_icon_div:hover img {
    filter: brightness(0) invert(1);
}
.empty_dashboard {
    width: 100%;
    height: 5rem;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 60;
    top: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow:1px 1px 8px 1px gray;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius:10px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /*font-size: 2rem;*/
    color: #000000;
    display: flex;
    transition: 0.3s;
    line-height: 3;
    align-items: center;
    margin-bottom: 1rem;
}

.sidenav a:hover {
    color: #1290e2;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 2rem;
    margin-left: 50px;
}
.sidenav img {
    width: 2.5rem;
    height: 2.4rem;
    margin-right: 1.2rem;
}
@media only screen and (max-width: 990px) {
    .f_three_cards {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .facility_card {
        margin-top: 2rem;
        width: 70%;
    }
    .facility_card h1 {
        font-size: 2rem;
        font-weight: bolder;
        color: black;
    }
    .facility_card p {
        margin-top: 3rem;
    }
    .facility_card {
        display: flex;
        /* flex-direction: column; */
        height: 25rem;
        text-align: center;
        width: 90%;
        margin-top: 2rem;
        border-radius: 20px;
        justify-content: center;
        align-items: center;
        box-shadow: 2px 2px 2px 2px lightgray;
        background-color: #ffffff;
    }
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 1.5rem;
    }
    .sidenav a {
        /*font-size: 1.8rem;*/
    }
}


.mobile-btn-book-now{
    display: none;
}


.required-field{
    color: red;
}



/* Hide the icon in password fields */
.password.is-invalid + .invalid-feedback ~ .input-group-append .input-group-text {
    display: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
     background-image: none !important;
}





    /* Style the scrollbar */
.order-summary-left .sub_services::-webkit-scrollbar {
    width: 10px; /* Set the width of the scrollbar */
    height: 10px; /* Set the height of the scrollbar (for horizontal scrollbar) */
}

/* Track */
.order-summary-left .sub_services::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the scrollbar track */
}

/* Handle */
.order-summary-left .sub_services::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar handle */
    border-radius: 5px; /* Roundness of the scrollbar handle */
}

/* Handle on hover */
.order-summary-left .sub_services::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the scrollbar handle on hover */
}

.swal2-confirm{
    background-color: #007bff !important;
    box-shadow: none !important;
}