* {
    font-family: "Google Sans Flex", sans-serif;
}
.navbar-brand {
    color: #0b1c39;
    margin-top: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 2.5rem;
    width: 30%;
}
.menu-wrap {
    width: 70%;
}
.booking-bar {
    display: flex;
    align-items: center;
    gap: 32px;
    align-content: end;
    align-self: end;
    margin-left: auto;
    width: max-content;
}
.call-box {
    display: flex;
    align-items: center;
    gap: 13px;
}
.call-text .title {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.call-text .number a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
.call-text .book-number a {
       font-weight: 700;
    font-size: 28px;
    color: #008000;
    text-decoration: none;
}
.header-area {
    padding: 10px 0px;
}
div#mainNav {
    margin-top: 15px;
}
.menu-wrap ul.navbar-nav li a {
    padding: 0px 30px !important;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    display: block;
    font-family: 'Inter';
}
.menu-wrap ul.navbar-nav li:last-child a {
    padding-right: 0px !important;
}
.offer_text {
    text-align: center;
    padding: 10px 0px;
    background: #ffbf00;
}
p.card-text {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.comm-icons {
    position: fixed;
    display: inline-grid;
    bottom: 75px;
    right: 20px;
    margin: 15px;
    z-index: 100;
    line-height: 65px;
}
.banner-img {
    width: 100%;
    height: 100%;
}
.mainbg {
    position: relative;
}
.mainbg .container {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding-top: 50px;
}
.mainbg-leftside h1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500;
}
.mainbg-leftside p {
    font-size: 18px;
    color: #fff;
    font-family: 'Inter';
}
.mainbg-leftside a {
    padding: 14px 30px;
    background: #ffbf00;
    color: #000000 !important;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px !important;
    text-decoration: none;
    display: inline-block;
}
.search-container {
    background: rgba(0, 0, 0, 0.4);
    padding: 30px;
    border-radius: 30px;
}
.form-label {
    margin-bottom: .5rem;
    display: none;
}
.booking-form .form-control {
    background-color: #fff;
    height: 50px;
    padding: 0 13px;
    border: none;
    border-radius: 50px;
    color: #000;
    -webkit-box-shadow: 0 0 0 2px transparent;
    box-shadow: 0 0 0 2px transparent;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: 'Inter';
    font-size: 16px;
    margin-bottom: 15px;
}
.search-container .boxed-btn {
    padding: 14px 30px;
    background: #ffbf00;
    color: #000000 !important;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px !important;
    text-decoration: none;
    display: block;
    width: 100%;
    border: none;
}
h2.booking-form-title {
    text-align: left;
    color: #fff !important;
    width: 100%;
    margin-top: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 30px;
}
.mainbg-leftside {
    height: 100%;
    align-content: flex-end;
    padding-bottom: 50px;
}
.stats-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
}
.stat-box {
    border: 1px solid #008000;
    /* padding: 30px 25px; */
    padding: 20px 15px;
    text-align: center;
    background: #fff;
    flex: 1 1 300px;
    max-width: 410px;
    transition: all 0.3s ease;
    border-radius: 15px;
}
.stat-box h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.stat-box h2 span {
    color: #008000;
    font-weight: 700;
    font-size: 28px;
}
section {
    padding: 30px 0px !important;
}
.heading h2 {
    font-size: 34px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.heading p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 25px;
}
a.genric-btn {
    padding: 14px 30px;
    background: #ffbf00;
    color: #000000 !important;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px !important;
    text-decoration: none;
    display: inline-block;
}
.intro-content {
    padding-bottom: 70px;
}
.first_area08 {
    padding-top: 0px !important;
}
.info-card h2 {
    font-size: 28px;
    font-weight: 500;
    color: #000 !important;
    margin-bottom: 25px;
}
.info-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.info-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    color: #333;
    font-size: 0.95rem;
}
.info-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #f5a623;
    border-radius: 50%;
}
.info-card {
    border: 1.5px solid #2e7d32;
    border-radius: 15px;
    padding: 25px 22px;
    height: 100%;
    background-color: #fff;
}
.locate-more {
    text-align: end;
}
.browse-content {
    padding-top: 40px;
}
.blog_item {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    transition: .35s;
    border: none;
    box-shadow: 0px 0px 10px #0102021a;
    -webkit-box-shadow: 0px 0px 10px #0102021a;
    -moz-box-shadow: 0px 0px 10px #0102021a;
    -ms-box-shadow: 0px 0px 10px #0102021a;
    margin-bottom: 20px;
    min-height: 530px;
}
.blog_item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}
.blog_item_img img  {
    border-radius: 20px;
}
.blog_details {
    padding: 20px;
}
.blog_details a {
    text-decoration: none;
    color: #000;
}
.blog_details h3 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.blog_details p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
}
.blog_details p a {
    color: #008000;
}
aside.rental_content {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    transition: .35s;
    border: none;
    box-shadow: 0px 0px 10px #0102021a;
    -webkit-box-shadow: 0px 0px 10px #0102021a;
    -moz-box-shadow: 0px 0px 10px #0102021a;
    -ms-box-shadow: 0px 0px 10px #0102021a;
    margin-bottom: 20px;
    padding: 30px;
}
.blog_details h3 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
}
.blog_details a {
    text-decoration: none;
    color: #000;
}
.top_5_stars .col-md-3 {
    max-width: 19.9%;
    padding-right: 0;
}
.card-body-right p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
}
.card-body-right h3 a {
    text-decoration: none;
    font-size: 25px;
    color: #000;
}
.list_content ul li {
        font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
}
.list_content .fa-check {
    color: #008000;
    padding-right: 6px;
}
.icon {
    font-family: 'Inter';
    color: #000 !important;
        font-size: 16px;
}
.room_info {
    margin-top: 20px;
}
.main_image img {
    border-radius: 15px;
}
.amount {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    font-family: 'Inter';
    margin: 15px 0px;
}
.price_text {
    color: #000;
    font-size: 17px;
    font-family: 'Inter';
}
.book-btn {
        padding: 12px 30px;
    background: #008000;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px !important;
    text-decoration: none;
    display: inline-block;
}
.btn-box {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
a.bed-btn {
    padding: 14px 30px;
    background: #fff;
    color: #000000 !important;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px !important;
    text-decoration: none;
    display: inline-block;
    border: 1px solid;
}
.faq_content {
    border: 1.5px solid #2e7d32;
    border-radius: 15px;
    padding: 25px 22px;
    height: 100%;
    background-color: #fff;
}
.custom-accordion .accordion-item{
    border:0;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:18px;
    background:#fff;
    box-shadow:none;
}

.custom-accordion .accordion-button{
    background:#fff;
    border:none;
    font-size:20px;
    font-weight:400;
    color:#000;
    padding:20px 32px;
    border-radius:16px;
    box-shadow: 0px 0px 10px #0102021a;
    -webkit-box-shadow: 0px 0px 10px #0102021a;
    -moz-box-shadow: 0px 0px 10px #0102021a;
    -ms-box-shadow: 0px 0px 10px #0102021a;
}

.custom-accordion .accordion-button:focus{
    box-shadow:none;
}

.custom-accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:#000;
}
.custom-accordion .accordion-body{
    padding:0 32px 24px;
    font-size:18px;
    color:#000;
    line-height:1.8;
}

/* Remove Bootstrap icon */
.custom-accordion .accordion-button::after{
    display:none;
}

/* Custom Arrow */

.custom-accordion .accordion-button{
    position:relative;
    padding-right:70px;
}

.custom-accordion .accordion-button::before{
    content:"";
    position:absolute;
    right:30px;
    top:50%;
    width:10px;
    height:10px;
    border-right:2px solid #888;
    border-bottom:2px solid #888;
    transform:translateY(-60%) rotate(45deg);
    transition:.3s;
}

.custom-accordion .accordion-button:not(.collapsed)::before{
    transform:translateY(-35%) rotate(-135deg);
} 
.footer_area {
    background: #008000;
    padding: 20px 0;
}
.list_content ul {
    list-style: none;
    padding: 0px;
}
.list_content ul li {
    margin-bottom: 10px;
}
.multi-row-wrap {
    margin-top: 50px;
}
h2.multiple-section {
    margin-bottom: 20px;
}
.aa-footer-right ul {
    list-style: none;
    padding: 0px;
    display: flex;
}
.aa-footer-right ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-family: 'Inter';
}
.aa-footer-right ul li {
    margin: 0px 5px;
}
.dots_design tbody tr:nth-child(even) td {
  background-color: #fff; /* Light grey stripe */
}

/* Optional: Target every odd row instead */
.dots_design tbody tr:nth-child(odd) td {
    background-color: #ffffff;
    --bs-table-bg-type: rgb(255 255 255 / 5%);
}
h3.multiple-section {
    font-size: 34px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}
button#scrollTop {
    height: 60px;
    width: 60px;
    right: 31px;
    bottom: 18px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    color: #fff;
    background: #014b85;
    margin-top: 10px;
}
.header-info-left ul {
    display: inline-flex;
}
.header-info-left {
    text-align: right;
}
.aa-footer-right {
    text-align: right;
}
.aa-footer-right a {
    text-decoration: none;
    color: #fff;
}
ol.breadcrumb {
    display: none;
}



/*RESPONSIVE*/
@media screen and (max-width: 1280px) {
    .menu-wrap ul.navbar-nav li a {
        padding: 0px 20px !important;
        font-size: 17px;
    }
    h2.booking-form-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .mainbg .container {
        padding-top: 10px;
    }
    .booking-form .form-control {
        height: 40px;
        margin-bottom: 8px;
    }
    .mainbg-leftside h1 {
        font-size: 2rem;
    }
    .stats-section {
        gap: 20px;
    }
    .stat-box {
        padding: 20px 15px;
        max-width: 298px;
    }
    a.bed-btn {
        padding: 14px 20px;
        font-size: 12px;
    }
    .heading h2 {
        font-size: 25px;
    }
    .book-btn {
        padding: 12px 15px;
        font-size: 16px;
    }
    a.genric-btn {
        padding: 14px 20px;
        font-size: 16px;
        text-align: center;
    }
    .btn-box {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .top_5_stars .col-md-3 {
        max-width: 32%;
        /* padding-right: 0; */
        overflow-x: scroll;
    }
    .browse-content {
        padding-top: 30px;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

}
@media screen and (max-width: 1023px) {
    .menu-wrap ul.navbar-nav li a {
        padding: 0px 10px !important;
        font-size: 15px;
    }
    .navbar-brand {
        font-size: 1.5rem;
    }
    .booking-bar {
        gap: 12px;
    }
        .mainbg-leftside h1 {
        font-size: 1.5rem;
    }
    .search-container {
        padding: 20px;
    }
    .search-container .boxed-btn {
        padding: 10px 30px;
        font-size: 16px;
    }
        .booking-form .form-control {
        height: 30px;
        margin-bottom: 8px;
    }
    .stat-box h2 {
        font-size: 19px;
    }
    .stat-box h2 span {
        font-size: 22px;
    }
        .stat-box {
        padding: 10px 9px;
        max-width: 222px;
    }
        .stats-section {
        gap: 10px;
    }
    h3.multiple-section {
        font-size: 28px;
    }
    .info-card h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .amount {
        font-size: 22px;
    }
        .book-btn {
        padding: 12px 8px;
        font-size: 11px;
    }
    .aa-footer-right ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .call-text .title {
        font-size: 12px;
    }
    .call-text .number a {
        font-size: 13px;
    }
    .call-text .book-number a {
        font-size: 20px;
    }
    .call-box {
        gap: 5px;
    }
    .navbar-brand {
        font-size: 1.3rem;
    }
    .menu-wrap {
        width: 100%;
        display: contents;
    }
    .mainbg .container {
        padding-top: 10px;
        position: relative;
        height: auto;
    }
    .mainbg-leftside h1 {
        font-size: 1.5rem;
        color: #000;
    }
    .mainbg-leftside p {
        font-size: 18px;
        color: #000;
    }
    .mainbg-leftside {
        height: 100%;
        align-content: flex-end;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .booking-form .form-control {
        height: 50px;
        margin-bottom: 15px;
    }
    .search-container {
        background: rgba(0, 0, 0, 0.8);
        padding: 30px;
        border-radius: 30px;
    }
    h3.multiple-section {
        font-size: 23px;
    }
    .stat-box {
        padding: 10px 9px;
        max-width: 100%;
    }
    .locate-more {
        text-align: end;
        margin-top: 20px;
    }
    .blog_item {
        min-height: auto;
    }
    .price_info {
        padding-top: 20px;
    }
    .icon {
        margin-bottom: 10px;
    }
    section {
        padding: 20px 0px !important;
    }
    .faq_content {
        height: auto;
        margin: 10px 0px;
    }
    .footer_area {
        text-align: center;
    }
    .aa-footer-right {
        text-align: center;
        padding-top: 20px;
    }
    .aa-footer-right ul li a {
        font-size: 13px;
    }
    .header-info-left {
        text-align: center;
    }
    .blog_item_img img {
        border-radius: 20px;
        width: 100%;
    }
        .top_5_stars .col-md-3 {
        max-width: 100%;
        padding-right: 10px;
    }
        .book-btn {
        padding: 12px 26px;
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 375px) {

}