.post-three__entry-date {
  background: #FF6B02;
}
.post-three__meta {
  display: none;
}
div.job_listings .load_more_jobs {
background-color: #FF6B02;
}
.blogsqode-post-item-inner.blogsqode-post-item-inner-layout-14 {
    border-radius: 20px 20px 20px 20px !important;
}
.elementor-element-3811b277 .load_more_posts_tab_off {
    display: none !important;
}

.elementor-element-b223f93 .load_more_posts_tab_off {
    display: none !important;
}

.banner-four__button {
background: #F96900 !important;
}

.elementor-element.elementor-element-9cc6c00.elementor-widget__width-initial.elementor-widget.elementor-widget-html {
  margin: 0 20px !important;
}

.gva-listing-social-media a:hover {
  background: #FF6B02;
  color: #fff;
}

.similar-hotels h3{
    margin-bottom:20px;
    margin-top: 0;
}

.similar-hotel-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ececec;
}

.similar-hotel-thumb{
    width:90px;
    flex:0 0 90px;
}

.similar-hotel-thumb img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:6px;
}

.similar-hotel-content{
    flex:1;
}

.similar-hotel-title{
    margin:0 0 8px;
    font-size:18px;
    line-height:1.4;
}

.similar-hotel-title a{
    color:#222;
    text-decoration:none;
}

.similar-hotel-title a:hover{
    color:#ff6b00;
}

.similar-hotel-location{
    color:#777;
    font-size:12px;
    line-height:1.6;
}

.similar-hotel-location i{
    color:#ff6b00;
    margin-right:5px;
}

.listing-five__labels {
    display: none !important;
}
.listing-five__logo {
    display: none;
}


/*  add sticky header custom css */

#header-07.header-sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #061565;
}

body.header-active{
    padding-top: 90px;
}

#custom-google-map .custom-google-map-link {
    color: #ff6b00;
    text-decoration: none;
    font-weight: 500;
}

#custom-google-map .custom-google-map-link:hover {
    text-decoration: underline;
}

/* gobind custom css start  */

/* ========================================
   HOTEL DETAILS
======================================== */

.hotel-details {
    max-width: 900px;
    margin: 40px auto;
    padding: 0;
    font-family: 'Inter',sans-serif;
    color: #101828;
}


/* ========================================
   SECTION TITLE
======================================== */

.section-title,
.policy-title {
    position: relative;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 10px;
    padding-left: 12px;
}

.section-title::before,
.policy-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 24px;
    background: #ff5a1f;
    border-radius: 4px;
}


/* ========================================
   ABOUT DESCRIPTION
======================================== */

.about-description {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    color: #111827;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.see-details {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: #0645ad;
    text-decoration: underline;
    cursor: pointer;
}


/* ========================================
   ADDRESS
======================================== */

.hotel-address {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 25px 0;
    font-size: 16px;
}

.location-icon {
    width: 18px;
    height: 18px;
    border: 2px solid #FF6B02;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    position: relative;
    flex-shrink: 0;
}

.location-icon::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #FF6B02;
    border-radius: 50%;
    top: 5px;
    left: 5px;
}


/* ========================================
   PROPERTY POLICIES
======================================== */
.checkin-out {
    display: flex !important;
}

.property-policies {
    margin-top: 20px;
}

.policy-title {
    margin-bottom: 18px;
}

.policy-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.policy-label {
    font-weight: 600;
    margin-right: 4px;
    color: #FF6B02 !important;
    font-size: 14px;
}

.policy-separator {
    width: 1px;
    height: 22px;
    background: #cbd5e1;
    margin: 0 4px;
}


/* ========================================
   CLOCK ICON
======================================== */

.clock-icon {
    width: 17px;
    height: 17px;
    border: 2px solid #FF6B02;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.clock-icon::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 6px;
    background: #FF6B02;
    left: 6px;
    top: 3px;
}

.clock-icon::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 2px;
    background: #8794a8;
    left: 6px;
    top: 8px;
}


/* ========================================
   POPUP OVERLAY
======================================== */

.about-modal {
    display: none;

    position: fixed;
    inset: 0;

    z-index: 999999;

    background: rgba(16, 24, 40, 0.55);

    backdrop-filter: blur(3px);

    align-items: center;
    justify-content: center;

    padding: 20px;
}

.about-modal.active {
    display: flex;
}


/* ========================================
   POPUP BOX
======================================== */

.about-modal-content {
    width: 100%;
    max-width: 770px;

    max-height: 80vh;

    overflow-y: auto;

    background: #ffffff;

    border-radius: 28px;

    padding: 32px 28px;

    position: relative;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.25);

    animation: popupAnimation 0.2s ease-out;
}


/* ========================================
   POPUP ANIMATION
======================================== */

@keyframes popupAnimation {

    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }

}


/* ========================================
   CLOSE BUTTON
======================================== */

.modal-close {
    position: absolute;

    right: 20px;
    top: 20px;

    width: 40px;
    height: 40px;

    border: none;

    border-radius: 50%;

    background: #f1f5f9;

    color: #475569;

    font-size: 25px;

    cursor: pointer;

    display: flex;

    align-items: center;
    justify-content: center;

    transition: 0.2s ease;
}

.modal-close:hover {
    background: #e2e8f0;
}


/* ========================================
   POPUP TITLE
======================================== */

.modal-title {
    font-size: 24px;

    font-weight: 600;

    margin: 0 55px 15px 0;

    color: #101828;
}


/* ========================================
   POPUP TEXT
======================================== */

.modal-text {
    font-size: 16px;

    line-height: 1.55;

    color: #111827;
}

.modal-text p {
    margin: 0 0 25px;
}

.modal-text p:last-child {
    margin-bottom: 0;
}


/* ========================================
   MOBILE RESPONSIVE
======================================== */

@media (max-width: 600px) {

    .hotel-details {
        margin: 25px auto;
        padding: 0 15px;
    }

    .section-title,
    .policy-title {
        font-size: 20px;
    }

    .about-description {
        font-size: 15px;
    }

    .hotel-address {
        font-size: 14px;
        align-items: flex-start;
    }

    .policy-row {
        font-size: 14px;
        flex-wrap: wrap;
    }

    .about-modal {
        padding: 12px;
    }

    .about-modal-content {
        max-height: 85vh;
        border-radius: 22px;
        padding: 28px 20px;
    }

    .modal-title {
        font-size: 21px;
    }

    .modal-text {
        font-size: 15px;
    }

    .modal-close {
        width: 36px;
        height: 36px;
        right: 15px;
        top: 15px;
    }
}




      @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;family=Poppins:wght@400;500;600;700&amp;display=swap');
      /* =========================================
   GLOBAL
========================================= */

body {
    background: #ffffff;
    color: #000;
}

/* =========================================
   COMMON CARD
========================================= */

.hotel-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 12px;
}


/* =========================================
   SECTION HEADING
========================================= */

.section-heading {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 18px;
}

.heading-line {
    width: 3px;
    min-width: 3px;
    height: 17px;
    background: #ff7900;
    margin-top: 1px;
}

.section-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.section-heading p {
    margin: 3px 0 0;
    color: #64748B;
    font-size: 16px;
    line-height: 20px;
    font-family: 'inter', sans-serif;
}


/* =========================================
   HOTEL INFO
========================================= */

.hotel-info-content {
    width: 100%;
}

.hotel-info-content p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'inter', sans-serif;
}

.hotel-info-content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   LOCATION
========================================= */

.location-wrapper {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 14px;
    align-items: stretch;
}


/* MAP */

.map-container {
    width: 100%;
    height: 150px;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #dddddd;
    background: #eeeeee;
}


/* TRANSPORT */

.transport-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.transport-card {
    min-height: 44px;
    border: 1px solid #e8e8e8;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 7px 9px;
    gap: 8px;
    background: #ffffff;
}

.transport-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #fff4eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7900;
    font-size: 13px;
}

.transport-content {
    min-width: 0;
}

.transport-content h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.transport-content span {
    display: block;
    margin-top: 2px;
    font-size: 16px;
    line-height: 22px;
    color: #64748B;
    font-family: 'inter', sans-serif;
}


/* =========================================
   FAQ
========================================= */

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.faq-item {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
}


/* QUESTION */

.faq-question {
    width: 100%;
    border: 0;
    background: #ffffff;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    text-align: left;
    color: #000;
    font-family: inter;
}

.faq-question span:first-child {
    position: relative;
    padding-left: 9px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color:#000;
    font-family: 'Poppins', sans-serif;
}

.faq-question span:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff7900;
}


/* PLUS */

.faq-plus {
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7900;
    font-size: 26px;
    line-height: 15px;
    transition: transform 0.25s ease;
}


/* ANSWER */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    font-size: 16px;
    line-height: 22px;
    color: #475569;
    transition:
        max-height 0.3s ease,
        padding 0.3s ease;
        font-family: 'inter', sans-serif;
}


/* ACTIVE FAQ */

.faq-item.active .faq-answer {
    max-height: 150px;
    padding: 0 10px 10px;
}

.faq-item.active .faq-plus {
    transform: rotate(45deg);
}


/* =========================================
   HOTEL POLICIES
========================================= */

.policy-section {
    padding: 24px 22px;
}


/* CHECK TIMES */

.check-times {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 35px;
}

.check-time-box {
    height: 62px;
    border: 1px solid #ff8500;
    border-radius: 10px;
    padding: 0 13px;

    display: flex;
    align-items: center;
    gap: 10px;

    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            #fff4e9 25%,
            #ff8b00 75%,
            #ff8500 100%
        );
}


/* CLOCK */

.clock-icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    border: 2px solid #FF6B02;
    border-radius: 50%;
    position: relative;
}

.clock-icon:before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 6px;
    background: #FF6B02;
    left: 7px;
    top: 3px;
}

.clock-icon:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 1.5px;
    background: #FF6B02;
    left: 7px;
    top: 9px;
    transform: rotate(25deg);
    transform-origin: left center;
}


/* TIME TEXT */

.check-time-content {
    display: flex;
    flex-direction: column;
}

.check-time-content span {
    font-size: 8px;
    line-height: 11px;
    color: #596777;
    font-weight: 700;
}

.check-time-content strong {
    margin-top: 2px;
    font-size: 11px;
    line-height: 14px;
    color: #111111;
}


/* =========================================
   POLICY LIST
========================================= */

.policy-list {
    width: 100%;
}

.policy-item {
    margin-bottom: 20px;
}

.policy-item:last-child {
    margin-bottom: 0;
}

.policy-item h3 {
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.policy-item p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #0C0C0C;
    font-family: 'inter', sans-serif;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

    body {
        padding: 15px 10px;
    }

    .hotel-card {
        padding: 16px;
    }

    .location-wrapper {
        grid-template-columns: 1fr;
    }

    .map-container {
        height: 220px;
    }

    .transport-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

    body {
        padding: 10px 8px;
    }

    .hotel-card {
        padding: 13px;
        border-radius: 7px;
    }

    .section-heading {
        margin-bottom: 14px;
    }

    .section-heading h2 {
        font-size: 13px;
    }

    .section-heading p {
        font-size: 8px;
    }

    .hotel-info-content p {
        font-size: 9px;
        line-height: 14px;
        margin-bottom: 8px;
    }


    /* Location */

    .map-container {
        height: 190px;
    }

    .transport-list {
        grid-template-columns: 1fr;
    }


    /* FAQ */

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-question span:first-child {
        font-size: 9px;
    }

    .faq-answer {
        font-size: 8px;
    }


    /* Policies */

    .policy-section {
        padding: 16px 13px;
    }

    .check-times {
        grid-template-columns: 1fr;
        margin-bottom: 25px;
    }

    .check-time-box {
        height: 58px;
    }

    .policy-item {
        margin-bottom: 17px;
    }

    .policy-item h3 {
        font-size: 9px;
    }

    .policy-item p {
        font-size: 9px;
        line-height: 14px;
    }

}

/* gobind custom css end  */