html {
    scroll-padding-top: 20px;
    scroll-behavior: smooth;
}


#zsiq_float .zsiq_flt_rel {
 background-color: #328a59 !important;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

* {
    font-family: 'Montserrat', sans-serif;
}

header {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.social-media {
    gap: 45px;
}

header nav ul {
    gap: 7px;
}

header nav .cta-section {
    gap: 20px;
}

header nav ul li img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.social-links li {
    width: 34px;
    height: 34px;
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 5px 1px;
}

.social-links li:hover a.hovericon {
    transform: translate(0px, 0px);
    opacity: 1;
}

a.hovericon {
    position: absolute;
    transform: translate(0px, -35px);
    opacity: 0;
    transition: all 0.4s ease;
}

.social-links li:hover a.default-icon {
    transform: translate(0px, 50px);
}

.main-content-section .car-rental-info {
    grid-template-columns: repeat(3, 1fr);
}

a.default-icon {
    position: absolute;
    transition: all 0.4s ease;
}

.hovericon img {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.cta-button {
    background: #FF7200;
    width: max-content !important;
    height: 41px;
    backface-visibility: hidden;
    will-change: transform;
    box-sizing: border-box;
    font-size: 20px;
}

.membersubmitbtn {
    background: #3065E1;
    width: 100%;
    border-radius: 60px;
    border: 2px solid #3065E1 !important;
    color: #fff;
    height: 48px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.hoveranimationbtn, .membersubmitbtn {
    overflow: hidden;
    z-index: 0;
    transition: transform 0.7s ease, color 0.7s ease;
    position: relative;
    border: 2px solid transparent;
}

.hoveranimationbtn::before, .membersubmitbtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.75s ease;
    z-index: -1;
}

.hoveranimationbtn:hover {
    color: #FF7200 !important;
    border-color: #FF7200;
}

.membersubmitbtn:hover {
    color: #3065E1 !important;
    border-color: #3065E1;
}

.hoveranimationbtn:hover::before, .membersubmitbtn:hover::before {
    left: 0;
}

.language-selector a:hover {
    font-weight: 600 !important;
}

.language-selector {
    width: 25px;
    text-align: end;
}

.hero-section {
    background: url('../images/banner-img.webp') no-repeat center center/cover;
    height: 530px;
}

.hero-text .banner-title {
    font-size: 50px;
    line-height: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-text .banner-subtitle {
    font-size: 20px;
    line-height: 30px;
}

.carousel-inner {
    max-width: 400px !important;
    width: 400px !important;
}

.review-content {
    width: 380px;
    margin: 0;
}

.review-text {
    font-size: 22px;
    line-height: 1.5;
}

.reviews-section .carousel-control-next,
.reviews-section .carousel-control-prev {
    width: 6% !important;
}

.reviews-section .carousel-control-prev {
    display: none !important;
}

.avatar {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.hotel-icon-label {
    font-size: 12px;
}

.hotel-icon:hover img {
    transform: scale(1.1);
}

.hotel-icon img {
    transition: transform 0.3s ease;
}

.hero-section {
    padding: 35px 0;
}

header.header {
    top: 0;
    z-index: 1020;
}

.scroll-down {
    bottom: 0;
    right: 0;
}

/* Floating animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    /* move up 10px */
    100% {
        transform: translateY(0px);
    }
}

.float-image {
    animation: floatUpDown 1.5s linear infinite;
}

.hotel-deals-title {
    font-size: 30px;
}

.hotel-deals-subtitle {
    font-size: 20px;
}

.hotel-icon img {
    object-fit: contain !important;
}

.left-hotel-section {
    width: 40%;
}

.right-hotel-section {
    width: 60%;
}

.booking-platform-box span span {
    font-size: 12px;
}

.halfcolor {
    color: #FF7200;
}

.hotel-deals-button {
    background: #FF7200;
    width: 140px;
    height: 35px;
}

.upper-content h3 {
    font-size: 18px;
    text-align: center;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    line-height: 22px;
}

.total-price {
    background: #FF7200;
    border-radius: 4px;
    padding: 5px;
    width: 168px;
    height: 55px;
}

.total-price p.main-price {
    font-size: 14px;
    color: #fff;
    font-style: italic;
}

.total-price p span {
    font-size: 30px !important;
    font-style: normal;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    line-height: 32px;
}

p.tax-included {
    font-size: 10px;
    font-style: italic;
}

p.saleprice {
    border-radius: 0px 0px 5px 5px;
    text-decoration-color: red !important;
}

.discount-box {
    width: 49px;
    height: 49px;
    background: #08740C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    top: 3px;
    right: 5px;
}

p.discount {
    font-size: 16px;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.textnumber {
    background: #1487BA;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    font-size: 12px;
}

.ratingtext {
    font-size: 12px;
}

.lower-content {
    background: rgb(255 255 255 / 90%);
    border-radius: 0px 0px 11px 11px;
}

.booking-platform-box span {
    font-size: 14px;
    color: #434242;
}

.hotel-deal-card {
    border: 1px solid #242424;
    border-radius: 11px;
    padding: 3px;
}




/* Tab Slider Starts */

p.slidercontent-title {
    font-size: 18px;
    text-align: center;
    margin: 0;
}

h3.slidername {
    font-size: 24px;
    margin: 0 auto;
    width: max-content;
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    text-align: center;
}

p.sliderpice {
    font-size: 14px;
    background: #08740C;
    width: max-content;
    margin: auto;
    padding: 4px 8px;
    border-radius: 4px;
}

.tabslidermenu-item {
    cursor: pointer;
    background: none !important;
    gap: 10px;
    font-size: 18px;
    color: #292929;
    line-height: 22px;
}

.tabslidermenu-item:hover,
.tabslidermenu-item.active {
    color: #F27816;
}

.tabslidermenu-item:hover path,
.tabslidermenu-item.active path {
    fill: #F27816;
    stroke: #F27816 !important;
}

.tabsliderslider-wrapper {
    position: relative;
    overflow: hidden;
}

p.slidercontent-cat {
    background: #FF7200;
    width: max-content;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    padding: 2px 5px;
    border-radius: 2px;
}

.tabsliderslider {
    transition: transform 0.5s ease;
    cursor: grab;
}

.tabsliderslide .slidercontent {
    z-index: 1;
    color: #fff;
}

.tabsliderslide {
    flex: 0 0 calc(100% / 3.5);
    min-width: calc(100% / 3.5);
    margin-right: 2px;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 4px;
}

.tabslidermenu svg {
    width: 30px;
    height: 30px;
}

.tabslidermenu-item.active {
    font-weight: 700;
}

.tabsliderslider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tabsliderslider-controls button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.tabsliderslider-controls button img {
    width: 50px;
    height: 50px;
}

/* button#tabsliderprevBtn {
    display: none;
} */
#tabsliderprevBtn,
#tabslidernextBtn {
    transition: opacity 0.2s ease;
}

.tabsliderslide .slidercontent {
    display: none;
}

button#tabslidernextBtn {
    position: absolute;
    right: 15px;
}

.tabsliderslide.active .slidercontent {
    display: grid;
    gap: 10px;
    margin-top: 15px;
}

.tabsliderslide.active::before {
    content: "";
    background: linear-gradient(0deg, rgba(10, 77, 107, 0.84) 0%, rgba(10, 77, 107, 0.84) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
}

.brand-icons {
    margin-top: -25px;
}



.car-rental-slider-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.car-rental-slider {
    overflow: hidden;
    width: 100%;
    cursor: grab;
}

.car-rental-slider img {
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

.flight-deal-item-info {
    border: 2px solid #242424;
    border-top: 0;
    border-radius: 0px 0px 6px 6px;
}

.car-rental-track {
    display: flex;
    transition: transform 0.45s ease;
    gap: 19.8px;
}

p.car-rental-info-text {
    font-size: 18px;
}

.car-rental-content {
    height: max-content !important;
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

.car-rental-slide {
    flex: 0 0 calc((100% - 40px) / 3);
    background: #fff;
    border-radius: 12px;
    min-height: 355px;
    border: 1px solid #242424;
}

/* arrows */
.slider-arrow,
button#tabslidernextBtn,
button#tabsliderprevBtn {
    background: #fff;
    color: #FF7200;
    border: none;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
    font-size: 65px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    z-index: 8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-arrow.next {
    right: -20px !important;
}

.slider-arrow.prev {
    left: -20px !important;
}

button#tabslidernextBtn {
    right: 25px;
}

.slider-arrow:hover,
button#tabslidernextBtn:hover,
button#tabsliderprevBtn:hover {
    background: #FF7200;
    color: #fff;
}

.slider-arrow span,
button#tabslidernextBtn span,
button#tabsliderprevBtn span {
    width: 100%;
    height: 100%;
    margin-top: -68px;
}

.car-rental-image img {
    border-radius: 11px 11px 0px 0px;
}

.car-rental-text {
    background: #F3F9FC;
    border-radius: 0px 0px 11px 11px;
    padding: 10px 15px;
}

p.car-rental-title {
    font-size: 18px;
    line-height: 20px;
}

span.car-rental-price-value {
    background: #08740C;
    padding: 2px 10px;
    line-height: 18px;
    border-radius: 2px;
}

.personal-concierge video {
    border-radius: 6px;
}

.choices-info-text {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.choices-info-text {
    width: 97%;
}

.faq-section {
    max-width: 100%;
}

.faq-item {
    margin-bottom: 5px;
}

.faq-question {
    width: 100%;
    background: #fff;
    border: none;
    border: 1px solid #B9B9B9;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    flex-direction: row-reverse;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.faq-question .icon {
    font-size: 22px;
    font-weight: 500;
}

.faq-answer {
    overflow: hidden;
}

.faq-answer p {
    height: 0;
    opacity: 0;
    padding: 7px 20px;
    padding-bottom: 3px !important;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    visibility: hidden;
    transition: all 0.3s ease;
    position: relative;
    top: -100px;
}

.faq-item.active .faq-answer p {
    height: auto;
    visibility: visible;
    top: 0;
    opacity: 1;
}

.faq-item.active .icon {
    content: "−";
}

.faq-video-section {
    width: 37%;
}

.faq-content-section {
    width: 63%;
}

.faq-item.active {
    border-color: transparent;
}

.faq-item.active button.faq-question,
.faq-question:hover {
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 25%) !important;
    position: relative;
    font-weight: 500;
    background: #F8FBFD;
}

#videoCarouselyt .carousel-inner {
    max-width: none !important;
    width: 100% !important;
}

.blog-image-wrapper {
    border-radius: 9px;
}

.blog-image-wrapper a {
    text-decoration: none !important;
}

.blog-image-wrapper:hover .blog-image-overlay h4.blog-image-title {
    text-decoration: underline;
}

.blog-featured-img {
    overflow: hidden;
}

.blog-image-overlay {
    padding: 8px 13px;
    background: #F8FBFD;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-image-wrapper {
    border-bottom: 2px solid #FF7200;
    border-radius: 4px;
}

.left-side-blog .main-blog-img {
    border-radius: 4px 4px 0px 0px;
}

.right-side-blog .main-blog-img {
    border-radius: 4px 0px 0px 4px;
}

.blog-image-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.right-side-blog {
    gap: 5px;
}

.blog-meta span {
    font-size: 14px;
    color: #292929;
}

h4.blog-image-title {
    font-size: 18px;
}

.about-tango {
    height: 525px;
}

/* Footer */
.first-col {
    width: 33%;
}

.second-col {
    width: 40%;
    padding-left: 90px !important;
}

.third-col {
    width: 27%;
}

p.footer-text {
    font-size: 18px;
    width: 99%;
}

.second-col .social-links {
    width: 85%;
}

.contact-links a {
    font-size: 18px;
}

#videoCarouselyt button.carousel-control-next,
#videoCarouselyt button.carousel-control-prev,
#videoCarouselmobile button.carousel-control-next,
#videoCarouselmobile button.carousel-control-prev,
#videoCarousel button.carousel-control-next,
#videoCarousel button.carousel-control-prev {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    background: #fff;
    opacity: 1;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7200 !important;
    font-size: 60px;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 25%);
}

#videoCarouselyt button.carousel-control-next:hover,
#videoCarouselyt button.carousel-control-prev:hover,
#videoCarouselmobile button.carousel-control-next:hover,
#videoCarouselmobile button.carousel-control-prev:hover,
#videoCarousel button.carousel-control-next:hover,
#videoCarousel button.carousel-control-prev:hover {
    background: #FF7200;
    color: #fff !important;
}

#videoCarouselyt button.carousel-control-next span,
#videoCarouselyt button.carousel-control-prev span,
#videoCarouselmobile button.carousel-control-next span,
#videoCarouselmobile button.carousel-control-prev span,
#videoCarousel button.carousel-control-prev span ,
#videoCarousel button.carousel-control-next span {
    margin-top: -10px;
}

.video-container {
    position: relative;
    width: 380px;
    height: 197px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 197px;
}

.video-blog .yottie-widget-feed-section-slide {
    padding: 0 !important;
}

.video-blog .yottie-widget-feed-section-inner {
    height: 400px !important;
}

.video-blog .yottie-widget-video {
    margin-bottom: 0 !important;
    height: 400px !important;
}

.video-blog .yottie-widget-video a.yottie-widget-video-preview {
    height: 400px !important;
}

.video-blog .yottie-widget-video a.yottie-widget-video-preview span.yottie-widget-video-preview-thumbnail {
    height: 400px !important;
}

.video-blog .yottie-widget-video a.yottie-widget-video-preview span.yottie-widget-video-preview-thumbnail img {
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

.video-blog .yottie-widget-video span.yottie-widget-video-player {
    height: 400px !important;
}

.video-blog .yottie-widget-video span.yottie-widget-video-player iframe {
    height: 400px !important;
    border-radius: 6px !important;
}

.video-blog .car-rental-info {
    margin-top: 50px;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    font-size: 3rem;
    color: white;
    z-index: 10;
    pointer-events: none;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.play-icon svg {
    filter: drop-shadow(0px 0px 6px #0000006b);
    width: 50px;
    height: 50px;
    fill: #fff;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.footer-separator {
    border: 1px solid #000000;
    width: 80%;
    margin: 0 auto;
}

.footer-bottom-text {
    font-size: 18px;
}

/* Popup Styles */
#contacttango .modal-dialog, #contacttypes .modal-dialog {
    max-width: 550px;
    width: 550px;
    margin: 30px auto;
}

.popup-description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
}

#contacttango .cta-button {
    width: max-content !important;
    font-size: 18px !important;
}

header .cta-button {
    padding: 0 15px;
}

.modal-header .btn-close {
    opacity: 1 !important;
    z-index: 10 !important;
}

.modal-header {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 15px;
    border-bottom: none;
}

#contactform .modal-dialog {
    max-width: 550px !important;
}

.formfields {
    display: grid;
    gap: 15px;
}

.formfieldone {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #828494;
    border-radius: 6px;
    justify-content: space-between;
}

.formfieldone img {
    width: 20px;
    height: 20px;
}

.formfieldone input {
    border: none !important;
    background: transparent !important;
    outline: none !important;
    color: #000;
    font-size: 14px;
    padding: 0;
    width: 100%;
}

.forgetdiv {
    text-align: end;
}

.forgetdiv p#forgetpass {
    color: #A11E3C;
    text-transform: capitalize;
    margin: 10px 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}

#contacttango .modal-body h3{
    font-size: 23px;
}

#contacttango .modal-body button {
    background: #08740C;
    border-radius: 2px;
    font-size: 16px !important;
    width: max-content !important;
    height: 30px !important;
}

#contacttango .modal-body button:hover {
        color: #08740C !important;
    border-color: #08740C;
}

p.contactheading {
    font-size: 14px;
    color: #4E4E4E;
    text-align: center;
}

.innerdivscontact {
    border: 1px solid #000;
    border-radius: 4px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.innerdivscontact svg path {
    transition: all 0.4s ease;
}

.innerdivscontact.active, .innerdivscontact.active:hover, .innerdivscontact.active:hover svg path {
    background: #007BFF !important;
    border-color: #007BFF;
    color: #fff !important;
    fill: #fff !important;
}

.innerdivscontact span svg.infoiconchat {
    position: absolute;
    top: 0px;
    right: -10px;
}

.innerdivscontact:hover {
    border-color: #007BFF;
}

.innerdivscontact:hover svg path {
    fill: #007BFF !important;
}

.contactdivs {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#contacttango .modal-body p {
    font-size: 18px !important;
}

#memberlogin .modal-dialog,
#forgetpassword .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    height: 100% !important;
}

#memberlogin .modal-dialog .modal-content,
#forgetpassword .modal-dialog .modal-content {
    overflow: hidden;
    border: none !important;
    height: 100% !important;
}

.left-col img {
    position: absolute;
    width: 420px;
    height: 524px !important;
    left: -88px;
    top: -170px;
}

.left-col {
    position: relative;
    width: 50%;
}

.right-col {
    width: 388px;
}

.login-customer-form {
    width: 100%;
}

.right-col img.modal-logo {
    position: absolute;
    right: 0;
    width: 90px;
    height: 50px;
    bottom: 0;
}

#memberlogin .btn-close, #forgetpassword .btn-close {
    --bs-btn-close-bg: url(../images/closearrow.png);
    width: 21px;
    height: 14px;
    padding: 0;
    background-size: cover;
}

#memberlogin .modal-header, #forgetpassword .modal-header {
    right: unset !important;
    left: 15px !important;
    top: 15px !important;
}

.left-col h3,
.left-col p,
.left-col h4 {
    z-index: 2;
    position: relative;
    top: -50px;
    left: 27px;
    width: 275px;
}

.right-col h3 {
    font-size: 28px;
}

.right-col p {
    font-size: 14px;
}

.left-col h3 {
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}


/* Animations */

/* Base class for all animated elements */
.animate {
    opacity: 0;
    transition: all 0.6s ease;
    transform: translate(0, 0);
}

/* Fade In */
.fade-in {
    transform: translateY(0);
}

.fade-in.show {
    opacity: 1;
}

/* Fade In Up */
.fade-in-up {
    transform: translateY(120px);
    opacity: 0;
}

.fade-in-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* Fade Left to Right */
.fade-left {
    transform: translateX(-120px);
}

.fade-left.show {
    opacity: 1;
    transform: translateX(0);
}

/* Fade Right to Left */
.fade-right {
    transform: translateX(120px);
}

.fade-right.show {
    opacity: 1;
    transform: translateX(0);
}

.hotel-deal-card,
.flight-deal-item {
    transition: transform 0.3s ease;
}

.hotel-deal-card:hover,
.flight-deal-item:hover {
    transform: scale(1.02);
}

video {
    cursor: pointer;
}

/* Iframe lazyload */
iframe {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

iframe[src] {
    opacity: 1;
}



/* Blog CSS */

.webdev-blog-section {
    background-color: #fff;
}

.webdev-blog-heading {
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.webdev-blog-subtext {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.webdev-blog-main h3.webdev-blog-title {
    font-size: 18px;
    color: #000000;
    margin-top: 15px;
    font-weight: 500;
}

.webdev-blog-desc {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
}

.webdev-blog-thumb {
    width: 238px;
    height: 150px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    object-fit: cover;
    object-position: right;
}

.webdev-blog-title-small {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}

.webdev-blog-desc-small {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.webdev-blog-main {
    padding-right: 0px;
}

.webdev-blog-item a {
    text-decoration: none;
}

.webdev-blog-item {
    padding-bottom: 6px;
}
.webdev-blog-main.esprte img,
.webdev-blog-main.esprte h4,
.webdev-blog-main.esprte p,
.webdev-blog-main.esprte .webdev-blog-content-main {
    opacity: 0;
    transform: translateX(-100px) scale(0.95);
    transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1), opacity 2s ease;
}

.webdev-blog-main.esprte.animate img {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.3s;
}

.webdev-blog-main.esprte.animate .webdev-blog-content-main {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.5s;
    height: 167px;
}

.webdev-blog-main.esprte.animate h4 {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.7s;
}

.webdev-blog-main.esprte.animate p {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 1.1s;
}
.webdev-blog-content {
    background: #EDEFF2;
    padding: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.webdev-blog-content-main {
    background: #EDEFF2;
    padding: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.webdev-blog-meta .author {
    color: #425D7A;
    font-size: 14px;
    margin-bottom: 15px;
}

.webdev-blog-meta .date {
    float: right;
    font-size: 14px;
    color: #787474;
}

.webdev-blog-meta {
    margin-bottom: 10px;
}

.webdev-blog-meta .author img {
    margin-right: 5px;
    margin-top: -3px;
}

/* Blog Detail Page Start */
/* Banner Section */
.blog-banner {
  background-image: url('../images/Tango bg.png');
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 50px 0;
}

.custom-breadcrumb {
  color: #333333;
  font-size: 18px;
  margin-bottom: 36px;
}

.custom-blog-title {
  color: #000000;
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 36px;
  line-height: 1.3;
  max-width: 634px;
}

.custom-blog-desc {
  color: #000000;
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 634px;
  text-align: justify;
  line-height: 29px;
}

/* Meta Section */
.blog-meta-section {
  background: #FBFBFB;
  padding: 20px 0;
}

.custom-blog-meta {
  gap: 53px;
}

/*.author-box {
  background: #efefff;
  padding: 10px 15px;
  border-radius: 8px 18px 30px 8px;
  clip-path: polygon(0 0, 99% 0, 95% 100%, 0% 100%);
}*/
.author-box {
    background-image: url(../images/BG.png);
    background-size: cover;
    padding: 10px 15px;
    background-repeat: no-repeat;
    width: max-content;
}

.author-logo {
    width: 48px;
    height: 78px;
    margin-top: -20px;
    margin-right: 5px;
}

.author-name {
  color: #FF7200;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}

.author-date {
  font-size: 12px;
  color: #555555;
  margin-left: 5px;
}

.read-time {
  font-size: 16px;
  color: #333333;
}

.custom-audio-player {
  font-size: 14px;
  color: #333333;
}

.custom-audio-player audio {
  height: 30px;
}

/*.custom-social-icons a {
  font-size: 18px;
  color: #333333;
  text-decoration: none;
}

.custom-social-icons a:hover {
  color: #1c77c3;
}*/
.custom-social-icons a {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-top: 0px;
}

.custom-social-icons img {
    height: 28px;
    width: 28px;
}

/* remove margin only from the last social icon */
.custom-social-icons a:last-child img.default {
    margin-right: 0 !important;
}

/* hover image overlay */
.custom-social-icons a img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.custom-social-icons a:hover img.default {
    opacity: 0;
}

.custom-social-icons a:hover img.hover {
    opacity: 1;
}

.author-name img {
    height: 14px;
    width: 14px;
    margin-left: 5px;
}
.simple-line-left {
  display: inline-block;      /* keeps height applied */
  height: 40px;               /* requested height */
  border-left: 2px solid #DDDDDD; /* thickness + color */
  /* optional spacing */
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -6px;
}


.audio-title {
    margin-top: -67px;
    position: absolute;
    font-size: 14px;
    color: #333333;
}

.audio-block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.play-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Reverse-btn {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#waveform {
  height: 40px;
}

.speed-controls .speed-btn {
  padding: 2px 6px;
  font-size: 12px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.speed-controls .speed-btn.active {
  border-color: #FF7200;
  color: white;
  background-color: #FF7200;
}


/* Table of Contents */
/*.custom-toc-wrapper {
  position: sticky;
  top: 95px;
  max-height: 250vh;
  overflow-y: auto;
  margin-right: 20px;
}*/
.custom-toc h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 7px;
}
.custom-toc a {
  display: block;
  color: #383333;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  text-decoration: none;
  cursor: pointer;
}
.custom-toc a.active {
  font-weight: 500;
  color: #383333;
}
.custom-toc a:hover {
    color: #383333;
    font-weight: 500;
}
/* Fixed Form Section */
.custom-form-section {
  /*position: sticky;
  top: calc(20px + 200px); */
  padding: 15px;
  border-radius: 8px;
  background: #FCF9F1;
  margin-top: 20px;
}
.custom-form-section h4 {
  color: #FF7200;
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 30px;
}
.custom-form-section span {
  color: #333333;
  font-weight: 400;
}
.custom-form-section p {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  text-align: justify;
}
.custom-form-section input {
  font-size: 14px;
  color: #383333;
  margin-bottom: 10px;
  height: 40px;
}
.custom-form-section button {
  font-size: 16px;
  color: #2F8009;
  background: transparent;
  border: 2px solid #2F8009;
  font-weight: 600;
  width: 100%;
  height: 45px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  transition: color 1s ease, font-weight 1s ease;
  z-index: 1;
}

/* Create sliding gradient layer */
.custom-form-section button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #2F8009;
  z-index: -1;
  border: 2px solid #2F8009;
  transition: left 1s ease; /* sliding animation */
}

/* Hover state */
.custom-form-section button:hover {
  color: #fff !important;
  font-weight: 600;
  border-color: #2F8009;
}

/* Slide in background */
.custom-form-section button:hover::before {
  left: 0;
}
.custom-content {
    /*background: #F9FAFB;*/
    /*padding: 20px;*/
    /*border-radius: 7px;*/
    max-width: 976px;
    text-align: justify;
    padding-right: 0;
    max-width: 976px;
    padding-left: 20px;
}

/* Content Section */
.custom-content h2 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
}

.custom-content .elementor-heading-title {
    font-size: 18px !important;
    margin: 20px 0;
}
.custom-content p {
  font-size: 18px;
  color: #000000;
  margin: 23px 0;
  line-height: 29px;
}
.custom-content a {
  color: #0000FF;
  text-decoration: underline;
}
.custom-toc hr.toc-divider {
  border: 0;
  height: 1px;
  background-color: #4B4B4B;
  margin: 50px 0; /* spacing around line */
}

.custom-content section:not(:first-of-type) {
    padding-top: 38px;
}
.blog-after-audio-section{
    margin-top: 28px;
}
.blog-horizanta-line{
    max-width: 974px;
}
.blog-horizanta-line-y{
    border: 0;
    height: 1px;
    background-color: #4B4B4B;
    margin: 50px 0;
}
.custom-toc .toc-icon img {
  display: none; /* hidden by default */
  margin-top: -2px;
  margin-right: 2px;
}

.custom-toc .toc-link.active .toc-icon img,
.custom-toc .toc-link:hover .toc-icon img {
  display: inline-block;
}
.next-read-item {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
}

.next-read-item h5 {
  font-size: 18px;
  color: #000000;
  text-align: left;
  line-height: 24px;
  font-weight: 500!important;
}
.next-read-item h5 a {
    color: #000000;
    text-decoration: none;
}

.next-read-item p {
  font-size: 14px;
  color: #4B4B4B!important;
  text-align: left;
  font-weight: 500;
}

.next-read-link {
  color: #0000FF;
  text-decoration: none;
  text-align: left;
  text-decoration: underline;
}

.next-read-link:hover {
  text-decoration: underline;
}
.last-blog-title{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px;
}
.blog-last-section {
    max-width: 837px;
}
#audioTime {
    width: 30px;
}
.form-control:focus{
    box-shadow: 0 0 0 .15rem rgba(13, 110, 253, .25)!important;
}
.custom-content ul li {
  font-size: 18px;
  color:#000000;
}
.custom-breadcrumb a:hover span {
  color: #0000FF!important; /* Change text color on hover */
}

.es-cta {
    width: max-content !important;
}

.total-price-es{
    width: 210px !important;
}

.discount-box-es {
    right: -8px !important;
}

.modal {
    overflow: hidden !important;
}
.car-rental-text-es {
    gap: 8px;
}
div#memberlogin, #forgetpassword {
    background: #fff !important;
}