@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body * {
    font-family: "Raleway", sans-serif;
}
html, body {
    overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
img {
    width: 100%;
}
ul, ol {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: unset;
}
/* Header Css */
header.header-row .navbar {
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff;
}
header.header-row .navbar .navbar-brand {
    padding: 0;
    margin: 0 230px -57px 230px;
    z-index: 1;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #686868;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    opacity: 0.99;
}
.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 40px;
}
.w-btn {
    padding: 18px 60px;
    border-radius: 50px;
    background: #D13B3B;
    border-color: #D13B3B;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 30px;
    font-family: Roboto;
    transition: all 0.2s linear;
}
.w-btn:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    background: #D13B3B;
    border-color: #D13B3B;
}
/* Banner Css */
section.banner-row {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 204px 100px 101px 105px;
    position: relative;
}
.banner-sec h3 {
    color: #FFF;
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.823px;
    margin-bottom: 18px;
}
.banner-sec h1 {
    color: #FFF;
    font-size: 70px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: -2.112px;
    width: 85%;
    margin-bottom: 20px;
}
.banner-sec ul li {
    list-style: none;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.221px;
}
.about-sec ul li{
    list-style: none;
    font-family: "Raleway", sans-serif;
    color: #505050;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.221px;
}
.contact-sec ul li{
    list-style: none;
    font-family: "Raleway", sans-serif;
    color: #505050;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.221px;
}
.web-book-sec {
    border-radius: 60.801px;
    background: #FFF;
    box-shadow: 0 2.895px 14.476px 0 rgba(0, 0, 0, 0.25);
    padding: 47px 62px;
    text-align: center;
    position: fixed;
    top: 195px;
    width: 26%;
    right: 85px;
}
.web-book-sec img.logo {
    height: 164px;
    object-fit: scale-down;
    margin-bottom: 42px;
}
.web-book-sec p {
    color: #616161;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.245px;
    margin-bottom: 40px;
}
.web-book-sec ul li {
    text-align: left;
    color: #000;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    list-style: none;
}
.web-book-sec ul li img {
    margin-right: 18px;
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.web-book-sec ul li strong {
    display: block;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Outfit';
    line-height: 25px;
}
.web-book-sec ul {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-bottom: 30px;
}
.web-book-sec img.rating {
    height: 39px;
    object-fit: scale-down;
    margin-bottom: 50px;
}
/* Main Css */
section.main-page-row {
    padding: 45px 0 15px 117px;
}
/* Services Css */
section.services-row {
    padding: 0 0px 0px 0;
}
.services-inner-row {
    border-radius: 65px;
    background: #F8F8F8;
    padding: 110px 27px 47px;
}
.policy-sec {
    padding: 0 0 130px 48px;
}
.w-sec h2 {
    color: #474747;
    font-size: 50px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -2.279px;
    margin-bottom: 24px;
}
.w-sec p {
    color: #505050;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.188px;
    margin-bottom: 25px;
}
.policy-sec p {
    width: 62%;
}
.policy-sec .w-btn {
    border-radius: 8px;
    padding: 18px 78px;
}
.services-sec {
    border-radius: 45px;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0.03%, rgba(255, 255, 255, 0.30) 147.67%);
    padding: 65px 88px 90px 48px;
    margin-top: 0;
}
.services-sec p {
    width: 65%;
    margin-bottom: 40px;
}
.services-box-sec {
    display: flex;
    align-items: flex-start;
    border: 1px solid #f0f0f0;
    padding: 16px;
    border-radius: 20px;
    transition: all 0.4s linear;
    margin-bottom: 16px;
}
.services-box-sec img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 20px;
}
.services-box-sec .text {
    margin-left: 20px;
}
.services-box-sec .text h4 {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.services-box-sec .text ul li {
    display: inline-block;
    color: #000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;
}
.services-box-sec .text ul li a {
    color: #000;
    text-decoration: underline;
}
.services-box-sec .text p {
    color: #505050;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 10px;
}
.services-box-sec .text .target {
    margin-top: 10px;
    display: none;
}
.hide-1-yes {
    display: none;
}
.accordion-item {
    border-radius: 37px !important;
    background: #FFF;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
    border: 0;
    margin-bottom: 19px;
}
.accordion-button {
    border-radius: 30px !important;
    padding: 24px;
    color: #535353;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
.accordion-button:not(.collapsed) {
    color: #535353;
    background: #fff;
    box-shadow: unset;
}
.accordion-body {
    padding-top: 0;
}
.services-box-sec:hover {
    background: #fafafa;
    border-color: #000;
    cursor: pointer;
}
.booking-page-row {
    padding-top: 70px;
}
.booking-page-row h4 {
    margin-bottom: 50px;
}
.booking-page-row h4 a {
    color: #000;
    font-weight: 700;
}
.booking-page-row h4 a i {
    font-weight: 400;
    margin-right: 10px;
}
/* About Css */
section.about-row {
    padding: 120px 0 0px 0;
}
.about-sec p {
    width: 55%;
}
.about-sec h3 {
    color: #D13B3B;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1.145px;
    margin-bottom: 10px;
}
/*Testimonials Css*/
section#testimonials-row {
    padding: 140px 0 0;
}
.testimonilas-sec {
    padding: 35px 15px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2.895px 14.476px 0 rgba(0, 0, 0, 0.25);
    margin: 10px;
}
.user-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.user-box img {
    width: 67px !important;
    height: 67px !important;
    margin-right: 20px !important;
}
.user-box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 9px !important;
}
.user-box h5 {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    text-transform: capitalize;
    opacity: 0.56;
    margin-bottom: 0;
}
.testimonilas-sec p {
    color: #000;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 30px;
}
.rating-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rating-box ul {
    margin: 0;
    padding: 0;
}
.rating-box ul li {
    display: inline-block;
    margin-right: 5px;
}
.rating-box ul li i {
    color: #FFC700;
    font-size: 16px;
}
.rating-box ul li:last-child i {
    color: #D4D4D4;
}
.rating-box img {
    width: 53px !important;
    height: 44px !important;
}
/* Gallery Css */
section.gallery-row {
    border-radius: 45px;
    background: linear-gradient(180deg, #F8F8F8 0.03%, rgba(255, 255, 255, 0.30) 147.67%);
    padding: 66px 33px 100px;
}
.gallery-sec {
    margin-bottom: 10px;
}
.gallery-sec .gallery-flx {
    display: flex;
}
.gallery-sec img {
    width: 100%;
}
.gallery-sec .gallery-flx img {
    margin: 0 5px;
    height: 308px;
    object-fit: cover;
    border-radius: 20px;
}
.gallery-sec img.large {
    height: 415px;
    object-fit: cover;
    border-radius: 20px;
}
.gallery-sec img.rectangle {
    height: 186px;
    object-fit: cover;
    border-radius: 20px;
}
.gallery-sec img.lrg-rectangle {
    height: 293px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}
/* Contact Css */
section.contact-row {
    padding: 120px 0 61px;
}
.contact-sec h3 {
    color: #F00509;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.183px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact-sec p {
    margin-bottom: 30px;
}
.contact-icon-txt {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contact-icon-txt img {
    width: 43px;
    height: 50px;
    object-fit: scale-down;
}
.contact-icon-txt .text {
    margin-left: 28px;
}
.contact-icon-txt .text h4 {
    color: rgba(66, 66, 66, 0.40);
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}
.contact-icon-txt .text a {
    color: rgba(66, 66, 66, 0.80);
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    font-family: 'Roboto';
}
.contact-sec iframe {
    margin-top: 80px;
    border-radius: 30px;
}
/* Footer Css */
footer.footer-row {
    border-radius: 65px;
    background: #383838;
    padding: 86px 0 92px;
    position: relative;
    z-index: 1;
}
footer.footer-row:before {
    content: "";
    background-image: url(../images/footer-overlay.png);
    /*width: 1165px;*/
    height: 359px;
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 60px;
}
.footer-sec {
    text-align: center;
}
.footer-sec img {
    height: 101px;
    object-fit: scale-down;
    margin-bottom: 28px;
}
.footer-sec ul {
    margin-bottom: 28px;
}
.footer-sec ul li {
    display: inline-block;
    margin: 0 10px;
}
.footer-sec ul li a {
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    opacity: 0.99;
}
.footer-sec p {
    color: #BABABA;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.598px;
    letter-spacing: 0.286px;
    font-family: 'Outfit';
    width: 55%;
    margin: auto;
}
/* Copyright Css */
.copyright-sec {
    text-align: center;
    margin-top: 19px;
}
.copyright-sec p {
    margin: 0;
    color: #282525;
    font-family: Outfit;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}
.copyright-sec p a {
    color: #282525;
    font-family: Outfit;
    font-weight: 400;
}




.services-box-sec {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  
  .services-box-sec img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .services-box-sec .text {
    flex: 1;
  }
  
  .services-box-sec ul {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .target {
    margin-top: 10px;
  }

  p.mb-1.service_name {
    font-weight: 600;
    margin-top: 30px;
}

.guest-form .form-label {
    font-size: 15px;
    color: #333;
}

.guest-form .form-control,
.guest-form .form-select {
    height: 45px;
    border-radius: 30px;
    padding-left: 15px;
}

.guest-form textarea.form-control {
    border-radius: 12px !important;
    resize: none;
}

.guest-form .btn-primary {
    background-color: #007bff;
    border: none;
    font-weight: 600;
}

.guest-form-box {
    max-height: none;
    overflow: hidden !important;
}
.booking-card {
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

.calendar-time-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 2rem;
    align-items: start;
}

.calendar-container {
    border-right: 1px solid #eaeaea;
    padding-right: 1.5rem;
}

.flatpickr-calendar {
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
}

.flatpickr-day {
    border-radius: 50% !important;
    height: 38px !important;
    width: 38px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flatpickr-day.selected {
    background: #007bff !important;
    color: white !important;
}

.flatpickr-day.today {
    border: 2px solid #007bff !important;
}

.flatpickr-day.disabled {
    color: #ccc !important;
    cursor: not-allowed !important;
    font-weight: 500;
}

.time-slot-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.time-btn {
    flex: 1 1 calc(50% - 0.75rem);
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 8px;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s;
}

.time-btn:hover {
    border-color: #007bff;
    color: #007bff;
}

.time-btn.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.summary-box,
.company-box {
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    padding: 15px;
}

/* Remove today's blue border when another date is selected */
.flatpickr-day.today:not(.selected) {
    border: 2px solid transparent !important;
}
.iti {
    width: 100%;
}

.iti input {
    border-radius: 50px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background: none !important;
}

@media (max-width: 991px) {
    .calendar-time-grid {
        grid-template-columns: 1fr;
    }

    .calendar-container {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .guest-form-box {
        padding: 30px 20px;
    }
}


