.fade-in-on-scroll {
    opacity: 0;
    transition: all 0.8s ease;
    transform: translate(0, 0);
}

.fade-in-on-scroll.show {
    opacity: 1;
    transform: translateY(0);
}
h3.section-title span.fw-medium {
    font-weight: 500;
}
.inner-seo-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.loc-icon {
    padding-left: 5px;
}
.seo-heading {
    font-size: 14px;
    color: #3F3D3D;
    font-weight: 600;
}

.img-section {
    width: 30px;
}
.img-section img{
    height: 30px;
}
.seo-paragraph {
    font-size: 12px;
    color: #707070;
        line-height: 20px;
}
.br-loc-icon {
    height: 72px;
        padding-left: 5px;
}
.expanded-stays .discount
 {
    line-height: normal;
}
.expanded-stays-deal .hotel-card {
    width: 325px;
    height: 450px;
}
.custom-accordion .accordion-item:hover .accordion-button{
  font-weight: 500;
 }
.custom-accordion .accordion-item {
    border: 0px solid #B9B9B9;
    border-radius: 6px;
    margin-bottom: 9px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.custom-accordion h2.accordion-header {
    border: 1px solid #B9B9B9;
    border-radius: 6px;
}
span.acc-btn-title
{
    padding-left: 12px;
}
.custom-accordion .accordion-button {
    background: #ffffff;
    color: #000000;
    padding: 12px 16px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
        border-radius: 6px;
            line-height: normal;
}

.custom-accordion .accordion-item.active .accordion-button,
.custom-accordion .accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #000000;
    font-weight: 500;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 25%) !important;
}

.custom-accordion .accordion-button::before {
    background-image: none;
    content: "+";
    font-size: 20px;
    font-weight: 400;
    margin-top: -2px;
    color: black;
}
.custom-accordion .accordion-button:not(.collapsed)::before {
    color: black;
    margin-bottom: 0px;
}
.custom-accordion .accordion-button::after {
    display: none;
}
.custom-accordion .accordion-button:not(.collapsed)::before {
    content: "–";
}

.custom-accordion .accordion-body {
    background: #F4F4F4;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    padding: 6px 14px 0px;
}
.faq-vide-rlt {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px 0px !important;
}
.col-one-half{
    width: 55%;
}
.col-two-half{
    width: 45%;
}
.hotel-card-first-main{
    width: 25%;
        overflow: hidden;
        border-radius: 10px;
}
.expanded-stays-deal-first .hotel-card-first {
    height: 563px;
}
.hotel-card-first {
    height: 563px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    /* transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform; */
    
}
.hotel-name-first {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
        margin-bottom: 5px;
}
.hotel-card-first-main:hover .hotel-name-first {
    /* transform: scale(1.08); */
    text-decoration: underline !important;
}

/*.hotel-name {*/
/*    font-size: 12px;*/
/*}*/
img.loc-icons {
    height: 15px;
    width: 15px;
}
/* 
.video-container {
    position: relative;
    width: 100%;
    height: 354px;
    overflow: hidden; 
    border-radius: 7px;
}

.video-overlay {
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 2;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.video-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: 7px;
} */

.inner-hotels-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 10px;
    align-items: center;
}
.inner-cruise-routes-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px 12px;
    align-items: center;
}
.inner-car-rentals-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: center;
}
.inner-vacation-rentals-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: center;
}
.inner-top-airlines-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 9px;
    align-items: center;
}
.mtc-heading {
    font-size: 20px;
    font-weight: 500;
}
.hotels-logo-page-imgs {
    width: 100%;
}
.mtc-col {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 25%) !important;
    padding: 20px 16px;
}
.mtc-col-three {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 25%) !important;
    padding: 20px 16px 10px 16px;
        margin-bottom: 15px;
}
.main-logo-page-img {
    height: 107px;
}
.seo-header {
    gap: 12px;
    margin-bottom: 10px;
}
.main-icon-img {
    height: 55px;
}
.fw-medium{font-weight: 500!important;}
.personal-concierge-section-head p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.personal-concierge-section{
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 25%) !important;
        padding: 10px 15px 10px 20px;
}
.main-con-icon-img {
    height: 32px;
}
.rlt-title{
    font-size: 30px;
    line-height: 25px;
}
.rlt-title-half{
    font-weight: 500;
}
section#blog-sect, section#seo-sect, section#faqs-section, section#social-media-sect{
    background-color: #F4F4F4;
}
.blog-image-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-featured-img-left
 {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    height: 354px;
    overflow: hidden;
}
/* .left-side-blog-a:hover .main-blog-img {
    transform: scale(1.08);
} */
.left-side-blog-a:hover h4.blog-image-title {
    text-decoration: underline !important;
    color:#C41017 !important;
}
.left-side-blog .main-blog-img {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform; */
}

.blog-featured-img-right
 {
    width: 85%;
    border-radius: 4px 0px 0px 4px;
    height: 155px;
    overflow: hidden;
}
.right-side-blog .main-blog-img {
    border-radius: 4px 0px 0px 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform; */
}
/* .right-side-blog-a:hover .main-blog-img {
    transform: scale(1.08);
} */
.right-side-blog-a:hover h4.blog-image-title {
    text-decoration: underline !important;
    color:#C41017 !important;
}
.right-side-blog {
    gap: 5px;
}
.blog-meta span {
    font-size: 14px;
    color: #292929;
}
h4.blog-image-title {
    font-size: 18px;
}
.blog-image-wrapper {
    border-radius: 9px;
}

.blog-image-overlay {
    padding: 8px 13px;
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-image-wrapper {
    border-bottom: 2px solid #C41017;
    border-radius: 4px;
}

.left-side-blog .main-blog-img {
    border-radius: 4px 4px 0px 0px;
}

.footer-logo-img {
    height: 187px;
}
.footer-text{
    width: 80%;
}
.footer-text, .footer-bottom-text {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
}
.contact-links a{
    color: #000;
    font-size: 18px;
}
.contact-links a:hover {
    color: #0000FF !important;
}
.footer-vide-prime {
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px 0px !important;
}
.header-button-clr, .header-button-clr:hover, .black-clr{
  color: #000;
}

/* Social Links */
.social-links-footer li {
    width: 29px;
    height: 34px;
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 5px 1px;
}

.social-links-footer li:hover a.hovericon-footer-footer {
    transform: translate(0px, 0px);
    opacity: 1;
}

a.hovericon-footer-footer {
    position: absolute;
    transform: translate(0px, -35px);
    opacity: 0;
    transition: all 0.4s ease;
}

.social-links-footer li:hover a.default-icon {
    transform: translate(0px, 50px);
}

a.default-icon {
    position: absolute;
    transition: all 0.4s ease;
}

.hovericon-footer-footer img {
    border-radius: 4px;
}
.footer-separator {
    border: 1px solid #000000;
    width: 80%;
    margin: 0 auto;
}

/* Tablet Responsive Styles */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
        .rlt-title {

        line-height: 30px;
    }
    .footer-logo-img{
        height: 107px;
    }
    .footer-text {
        width: 100%;
    }
    h4.blog-image-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .blog-featured-img-right {
        width: 80%;
        height: 165px;
    }
    .right-side-blog {
        gap: 11px;
    }
    .col-one-half {
        width: 100%;
    }
    .col-two-half {
        width: 100%;
    }
        .custom-accordion .accordion-button {
        padding: 10px 20px;
        font-size: 18px;
    }
    .custom-accordion .accordion-body {
        font-size: 18px;
        line-height: 27px;
        padding: 9px 16px;
    }
        .mtc-col {
        margin-bottom: 15px;
    }
    .personal-concierge-section-head {
        margin-bottom: 10px;
    }
        .hotel-card-first {
        height: 450px;
    }


}


/* Mobile Responsive Styles */
@media only screen and (max-width: 767px) {
    .hotel-card-first {
        height: 450px;
    }
    .hotel-name-first {
        font-size: 16px;
    }
    .personal-concierge-section {
        padding: 17px 15px 10px 20px;
    }
    .personal-concierge-section-head p {
        font-size: 16px;
        line-height: 26px;
    }
    .mtc-col {
        margin-bottom: 15px;
    }
        .custom-accordion .accordion-body {
        font-size: 16px;
        line-height: 27px;
        padding: 8px 16px;
    }
    .custom-accordion .accordion-button {
        padding: 8px 20px;
        font-size: 16px;
    }
    .rlt-title {
    font-size: 22px;
    line-height: 25px;
}
        .col-one-half {
        width: 100%;
    }
    .col-two-half {
        width: 100%;
    }
    .right-side-blog {
        gap: 10px;
    }
    .blog-featured-img-right {
        width: 100%;
        height: 100px;
        padding: 5px;
    }
    .right-side-blog .main-blog-img {
        border-radius: 1px 1px 1px 1px;
    }
    .blog-image-wrapper {
        border-bottom: 1px solid #00639500;
        border-radius: 4px;
        border-top: 1px solid #00639500;
        border-left: 1px solid #00639500;
        border-right: 1px solid #00639500;
                box-shadow: 1px 2px 4px 1px rgb(206 204 204 / 50%) !important;
                background-color: white;
    }
    .blog-image-overlay {
        border-radius: 1px 1px 1px 1px;
            padding: 8px 3px;
    }
    h4.blog-image-title {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .footer-logo-img{
        height: 135px;
    }
    .footer-text {
        width: 100%;
    }
    .main-icon-img {
        height: 40px;
    }

}