/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
/* ---------------------------------------
##### - PLACE YOUR CUSTOM CSS HERE - #####
--------------------------------------- */

@font-face {
    font-family: "porto";
    src: url("../fonts/porto.eot?64334846");
    src: url("../fonts/porto.eot?64334846#iefix") format("embedded-opentype"), url("../fonts/porto.woff2?64334846") format("woff2"), url("../fonts/porto.woff?64334846") format("woff"), url("../fonts/porto.ttf?64334846") format("truetype"), url("../fonts/porto.svg?64334846#porto") format("svg");
    font-style: normal;
    font-weight: normal;
    font-display: swap
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    /* speak: none; */
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/* 
html,
body {
    overflow-x: hidden;
} */

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

body {
    color: #000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
}

.modal-backdrop.show {
    opacity: .8;
}

.c-5CE1E6 {
    color: #5CE1E6;
}

.c-F5C156 {
    color: #F5C156;
}

body.light {
    background: #f5f5f5;
    color: #111;
}

    body.light .main {
        background: #f5f5f5;
        color: #111;
    }

    body.light .setting-card-box {
        background-color: #fff;
        color: #111;
        border-color: rgba(195, 195, 195, 1);
    }

        body.light .setting-card-box .setting-card-img {
            color: #111;
        }

        body.light .setting-card-box .setting-card-body p,
        body.light .setting-card-box .setting-card-body h4 {
            color: #111;
        }

        body.light .setting-card-box:hover {
            background-color: rgba(245, 193, 86, 1);
        }

    body.light .header_panel.sticky {
        background: linear-gradient(160.61deg, rgba(25, 25, 25, 0.9) 0%, rgba(0, 0, 0, 0.5) 101.7%);
    }

body.dark {
    background: #111;
    color: #f5f5f5;
}

p {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

/* ======= ::-webkit-scrollbar ======== */

.mobile-sidebar::-webkit-scrollbar,
.custom-srcollbar::-webkit-scrollbar {
  height: 10px;
  width: 6px;
}
.mobile-sidebar::-webkit-scrollbar-thumb,
.custom-srcollbar::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 10px;
  position: absolute;
}
.mobile-sidebar::-webkit-scrollbar-track,
.custom-srcollbar::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin: 8px;
  width: 100%;
}

/* ======= rtl-mode ======== */

body.rtl-mode {
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif!important;
}

.rtl-mode .swiper-container,
.rtl-mode .owl-carousel {
    direction: ltr;
}

.rtl-mode .client-feedback-box {
    right: 1rem;
    left: auto;
}

.rtl-mode .footer-section .copywright {
    text-align: right !important;
}

.rtl-mode .holiday-body {
    direction: rtl;
}

.rtl-mode .footer-section .cradit-info {
    text-align: left !important;
}

.rtl-mode .slider-banner-layer {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.rtl-mode .engagementsevent-card {
    direction: rtl;
}

.rtl-mode .slider-banner-layer p {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.rtl-mode p,
.rtl-mode .section-title.text-left h3,
.rtl-mode .slider-banner-layer h1,
.rtl-mode .slider-banner-layer h4 {
    text-align: right;
}

.rtl-mode .video-card-body p span {
    direction: ltr;
    display: inline-block;
    text-align: right;
}

.rtl-mode .journey-section .view-btn, 
.rtl-mode .artical-section .view-btn {
    top: 32%;
}

.rtl-mode .client-feedback-box {
    left: auto;
    right: 20px;
}

.rtl-mode .price-list-box ul li::before {
    left: auto;
}

.rtl-mode .works-progess-box .row .col .customer-card-box::after {
    transform: rotate(180deg);
}

.rtl-mode .price-list-box ul li {
    padding-left: 0;
    padding-right: 30px;
}

.rtl-mode .hero-section .owl-theme .owl-dots {
    right: auto;
    left: 70px;
}

/* ===== scrollUp ===== */

#scrollUp {
    background: rgba(240, 103, 0, 1);
    color: #fff;
    right: 1rem;
    bottom: 10px;
    padding: 5px;
    border-radius: 6px;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    transform: scale(1);
}

    #scrollUp:hover {
        background-color: #17477E;
        transform: scale(1.1);
        transition: all .4s ease-in-out;
    }

.page-wrapper {
    position: relative;
    transition: all 0.4s ease-in-out;
}


/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
    overflow-y: auto;
}

    /* scrollbar width */
    .custom-scrollbar-css::-webkit-scrollbar {
        width: 4px;
        margin: 0 auto;
    }

    /* scrollbar track */
    .custom-scrollbar-css::-webkit-scrollbar-track {
        background: rgba(234, 239, 244, .6);
        border-radius: 8px;
        width: 5px;
    }


    /* scrollbar handle */
    .custom-scrollbar-css::-webkit-scrollbar-thumb {
        background-color: rgba(187, 201, 215, 1);
        border-radius: 8px;
        /* background-image: linear-gradient(to top, #CF2129 0%, #F29C1F 100%); */
    }

        .custom-scrollbar-css::-webkit-scrollbar-thumb:hover {
            background: rgba(35, 51, 64, .5);
        }

/* ==== Wishlist PopUp ===== */
.wishlist-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px 0 0;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 20px;
    width: 250px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
    z-index: 100
}

    .wishlist-popup .wishlist-popup-msg {
        font-weight: 600;
        line-height: 1.6;
        text-align: center
    }

    .wishlist-popup.active {
        opacity: 1;
        visibility: visible;
        z-index: 1071
    }


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 0.4;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

    /* overlay animate in */
    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    /* overlay animate out */
    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


.mfp-bg {
    background-color: #777777;
}

button.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    opacity: 0.65;
    cursor: pointer;
    background: transparent;
    border: 0;
    text-indent: -9999px;
    transform: rotateZ(45deg);
    color: #838383;
}

    button.mfp-close:hover {
        opacity: 1;
    }

.mfp-image-holder button.mfp-close {
    width: 41px;
    color: #fff;
    text-align: left;
}

button.mfp-close:after {
    content: "";
    position: absolute;
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid;
}

button.mfp-close:before {
    content: "";
    position: absolute;
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid;
}

.mfp-newsletter.mfp-removing {
    transition: opacity 0.35s ease-out;
    opacity: 0;
}

.mfp-ready .mfp-preloader {
    display: none;
}

.mfp-zoom-out-cur .mfp-bg {
    opacity: 0.8;
    background-color: #0b0b0b;
}

.mfp-zoom-out-cur .mfp-counter {
    color: #fff;
}

.mfp-zoom-out-cur .mfp-arrow-right:before {
    border-left: 0;
}

.mfp-zoom-out-cur .mfp-arrow-left:before {
    border-right: 0;
}

.mfp-ajax-product.mfp-bg,
.login-popup.mfp-bg {
    opacity: 0.6;
    background-color: transparent;
}

.mfp-ajax-product .product-single-container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    max-height: calc( 100vh - 4rem );
    overflow-y: auto;
}

.mfp-wrap .mfp-content {
    transition: all 0.35s ease-out;
    opacity: 0;
}

.login-popup.mfp-wrap .mfp-content {
    max-width: 525px;
}

.mfp-ajax-product.mfp-wrap .mfp-content {
    max-width: 931px;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-ajax-product {
    z-index: 1058;
}

.mfp-bg.mfp-newsletter, .mfp-bg.login-popup,
.mfp-wrap.mfp-newsletter,
.mfp-wrap.login-popup {
    z-index: 1058;
}

@media (max-width: 991px) {
    .mfp-container {
        padding: 0.6rem;
    }
}

.mfp-container .mfp-preloader,
.porto-loading-icon {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #08C;
    border-image: none;
    text-indent: -9999px;
    animation: spin 0.75s infinite linear;
    z-index: 3;
}

    .mfp-container .mfp-preloader:before,
    .porto-loading-icon:before {
        position: absolute;
        top: -2px;
        right: 0;
        left: -2px;
        width: inherit;
        height: inherit;
        border: inherit;
        border-radius: inherit;
        border-top-color: inherit;
        content: "";
        animation: spin 1.5s infinite ease;
    }

/* Bootstrap TouchSpin */

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11;
}

.bootstrap-touchspin.input-group {
    max-width: 68px;
    padding-right: 20px;
    margin-bottom: 0;
}

.bootstrap-touchspin .form-control {
    text-align: center;
    margin-bottom: 0;
    height: 4.2rem;
    max-width: 46px;
    padding: 1.1rem 1rem;
}

    .bootstrap-touchspin .form-control:not(:focus) {
        border-color: #ccc;
    }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: absolute;
    right: 0;
    height: 2rem;
    padding: 0;
    width: 2rem;
    text-align: center;
    font-size: 1.2rem;
}

    .bootstrap-touchspin .input-group-btn-vertical > .btn:before {
        position: relative;
        margin: 0;
        width: auto;
        line-height: 1;
        width: auto;
        top: -0.1rem;
        margin-right: -0.2rem;
    }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    bottom: 0;
}

/* ========== */

.section-title {
    margin-bottom: 40px;
}

    .section-title h3 {
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        text-align: center;
        text-transform: capitalize;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 0;
    }

    .section-title.text-left h3 {
        text-align: left;
    }

    .section-title.text-right h3 {
        text-align: right;
    }

    .section-title h4 {
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 0;
    }

        .section-title h4 span {
            font-weight: 600;
            color: rgba(32, 32, 32, 1);
        }

    .section-title p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        text-align: center;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 0;
    }

    .section-title h3 span {
        color: #5CE1E6;
    }

.upcomming-btn:focus,
.upcomming-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 186, 181, 1);
    padding: 14px 29px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    width: auto;
    transition: all .4s ease-in-out;
    border: 1px solid transparent;
}


    .buy-btn:active,
    .buy-btn:hover {
        background-color: rgba(250, 214, 62, 1) !important;
        border-color: rgba(250, 214, 62, 1) !important;
        color: rgba(32, 32, 32, 1) !important;
        transition: all .4s ease-in-out;
    }

    .btn:active,
    .upcomming-btn:active,
    .upcomming-btn:hover {
        background-color: rgba(233, 156, 14, 1) !important;
        border-color: rgba(233, 156, 14, 1) !important;
        color: rgba(32, 32, 32, 1) !important;
        transition: all .4s ease-in-out;
    }

.track-btn {
    border: 1px solid rgba(233, 156, 14, 1);
    background-color: rgba(233, 156, 14, 1);
    color: rgba(32, 32, 32, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    padding: 13px 26px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    width: auto;
    transition: all .4s ease-in-out;
}

    .track-btn:hover {
        background-color: rgba(228, 34, 34, 1);
        color: rgba(255, 255, 255, 1);
        transition: all .4s ease-in-out;
        border-color: transparent;
    }


/* ========== Header ========= */
.section.header_panel {
    padding: 10px 1rem;
    transition: all .4s ease-in-out;
}

    .section.header_panel.home_page {
        padding: 20px 1rem;
        transition: all .4s ease-in-out;
    }

    .section.header_panel.home_page

.top-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.inner-page .header_panel {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.1);
}

.header_panel.sticky {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 1rem;
    left: 0;
    right: 0;
    top: 0;
    transition: all .4s ease-in-out;
    max-width: 100%;
    margin: 0 auto;
}

.header_panel .site-logo .logo-img {
    max-width: 130px;
    width: auto;
    transition: all .4s ease-in-out;
}

.header_panel.sticky .site-logo .logo-img {
    max-width: 100px;
    width: 100%;
    transition: all .4s ease-in-out;
}

.navbar-expand-lg .navbar-nav {
    gap: 15px;
}

.navbar-nav li {
    padding: 8px !important;
    position: relative;
}

.inner-page .header_panel .navbar-nav li a,
.header_panel.sticky .navbar-nav li a {
    color: #000;
}

.inner-page .header_panel .navbar-nav li a.active,
.header_panel.sticky .navbar-nav li a.active,
.inner-page .header_panel .navbar-nav li a:hover,
.header_panel.sticky .navbar-nav li a:hover {
    color: rgba(10, 186, 181, 1);
}

.inner-page .navbar-nav .nav-item:hover::after,
.inner-page .navbar-nav .nav-item a.active::after,
.inner-page .header_panel.sticky .navbar-nav .nav-item:hover::after,
.header_panel.sticky .navbar-nav .nav-item:hover::after,
.inner-page .header_panel.sticky .navbar-nav .nav-item a.active::after,
.header_panel.sticky .navbar-nav .nav-item a.active::after {
    background-color: rgba(10, 186, 181, 1);
}

.header_panel.sticky .lang-btn,
.inner-page .header_panel .lang-btn,
.inner-page .header_panel.sticky .lang-btn {
    color: #000;
}

.header_panel.sticky .lang-btn:hover,
.lang-btn:hover,
.inner-page .header_panel .lang-btn:hover,
.inner-page .header_panel.sticky .lang-btn:hover {
    color: rgba(10, 186, 181, 1);
}

    .navbar-nav li a {
        padding: 0 !important;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
    }

        .navbar-nav .nav-link.active,
        .navbar-nav .show > .nav-link,
        .navbar-nav li a.active {
            color: rgba(10, 186, 181, 1); /* cyan highlight */
        }

.navbar-nav .nav-item:hover::after,
.navbar-nav .nav-item a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(10, 186, 181, 1);
    border-radius: 15px 15px 0 0;
}

/* Hover effect */
.navbar-nav li a:hover {
    color: rgba(10, 186, 181, 1);
}

.navbar-nav li.nav-item .dropdown-menu {
    display: none;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.navbar-nav li.nav-item.dropdown .dropdown-menu {
    display: block; /* Bootstrap needs it for positioning */
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 0;
    border: 1px solid rgba(195, 195, 195, 1);
    min-width: 290px;
    transform: translateY(30px);
    transition: all 0.25s ease;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 10px -6px 34px 0px rgba(0, 0, 0, 0.11);
}

.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -1px;
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    pointer-events: auto;
}

.navbar-nav li.nav-item .dropdown-menu {
    transition-delay: 0s;
}

.navbar-nav li.nav-item a:hover .dropdown-menu {
    transition-delay: 0.1s;
}

.navbar-nav li.nav-item.dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.navbar-nav li.nav-item.dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}


.navbar-nav li.nav-item .dropdown-menu li {
    border-bottom: 1px solid rgba(195, 195, 195, .3);
}

    .navbar-nav li.nav-item .dropdown-menu li:last-child {
        border-bottom: 0;
    }

.navbar-nav li.nav-item .dropdown-menu a:focus,
.navbar-nav li.nav-item .dropdown-menu a {
    color: rgba(32, 32, 32, 1);
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-transform: capitalize;
    gap: 10px;
    transition: all .4s ease-in-out;
}

    .navbar-nav li.nav-item .dropdown-menu a span small {
        font-size: 12px;
    }

    .navbar-nav li.nav-item .dropdown-menu a.active,
    .navbar-nav li.nav-item .dropdown-menu a:hover {
        font-weight: bold;
        color: #17477E;
        transition: all .4s ease-in-out;
    }


.navbar-nav li.nav-item .dropdown-toggle::after {
    transition: all .4s ease-in-out;
}

.navbar-nav li.nav-item a:hover .dropdown-toggle::after {
    transition: all .4s ease-in-out;
    transform: rotate(180deg);
}

.lang-btn:focus,
.lang-btn {
    color: #fff;
    background-color: transparent !important;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: right;
}

[dir="rtl"] .lang-btn {
    font-size: 1rem;
    font-weight: 500;
}

.btn.lang-btn:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fff !important;
}

.lang-btn:hover {
    color: #000;
}

.header_panel.sticky .back-btn {
    font-size: 1rem;
}

.header_panel .site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header_panel .back-btn {
    position: absolute;
    right: 0;
    top: 40%;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

    .header_panel .back-btn:hover {
        color: rgba(245, 193, 86, 1);
    }

    .header_panel .back-btn i {
        color: rgba(245, 193, 86, 1);
    }

.main {
    height: 100%;
    padding: 0px;
    background-color: #fff;
    background-attachment: scroll;
}

.section .container-xxl {
    max-width: 1640px;
    padding: 0;
}

.header-section {
    padding: 0px 1rem;
    height: auto;
    position: relative;
    z-index: 100;
    width: 100%;
}

.header-section.home_page {
    padding: 0px 1rem;
    height: auto;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.header_panel.sticky {
    position: fixed;
}

.header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: auto;
}

.header-right .header-action-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    width: auto;
}

.lang-btn {
    background-color: #00172E; /* or any color */
    border: none;
}

.lang-btn:hover {
    background-color: #00294F;
}

.header-section .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    padding: 4px;
}

.header-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.header-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: 0.4s;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    font-size: 14px;
    color: #fff;
    transition: 0.4s;
    box-shadow: 0px 4px 4px 0px #00000012 inset;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Sun + Moon icons inside */
.header-section .slider .sun {
    transition: 0.4s;
    position: relative;
    z-index: 1;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-section .slider .moon {
    transition: 0.4s;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Circle knob */
.header-section .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 2px;
    background-color: rgba(23, 24, 33, 1);
    transition: 0.4s;
    border-radius: 50%;
}

.header-section input:checked + .slider {
    background-color: transparent;
    transform: translate(0, 0);
}

.header-section input:checked + .slider:before {
    transform: translate(26px, 0);
}

.outline-btn:focus,
.outline-btn {
    border: 1px solid rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    padding: 13px 25px;
    border-radius: 10px;
    text-decoration: none;
    transition: all .4s ease-in-out;
    display: inline-block;
    background-color: transparent;
}

.inner-page .header_panel .outline-btn,
.header_panel.sticky .outline-btn:focus,
.header_panel.sticky .details-btn,
.header_panel.sticky .outline-btn {
    border-color: #000;
    color: #000;
}

.inner-page .header_panel .outline-btn:hover,
.header_panel.sticky .details-btn:hover,
.header_panel.sticky .outline-btn:hover {
    color: #fff;
}

.details-btn:hover,
.outline-btn:hover {
    background-color: rgba(0, 0, 0, 1);
    border-color: transparent;
    transition: all .4s ease-in-out;
    color: #fff;
}

.details-btn {
    border: 1px solid rgba(32, 32, 32, 1);
    color: rgba(32, 32, 32, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    padding: 13px 20px;
    border-radius: 10px;
}

.cart-btn {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.cart-btn:hover {
    color: #f5c156;
}

.hero-section {
    /* background-image: url(../img/hero-banner.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; */
    height: 100%;
    position: relative;
    padding: 120px 1rem 65px;
}

.hero-section .home-slider .home-slide {
    height: max-content;
    max-height: 1080px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 388px 0;
}
/* 
    .hero-section .home-slider .owl-item:nth-child(2n) .home-slide .slider-banner-layer {
        max-width: 860px;
    } */

.slider-banner-layer {
    max-width: 860px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}

.more-btn:hover,
.hero-btns .offer-btn:hover {
    background-color: #F06700;
    color: #17477E;
}

.slider-banner-layer h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
    text-align: left;
}

.slider-banner-layer h1 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 72px;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.slider-banner-layer p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    max-width: 660px;
    width: 100%;
}

.more-btn,
.hero-btns .offer-btn {
    background-color: rgba(10, 186, 181, 1);
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    padding: 16px 28px;
    border-radius: 10px;
}

.banner-title {
    margin: 0 auto 12px;
}

.top-banner-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(252, 252, 253, 1);
    text-align: left;
}

.book-now-box {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    padding: 30px 30px 20px;
    max-width: 560px;
    width: 100%;
}


.book-now-box .nav-pills {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 25px;
    border-radius: 100px;
    flex-wrap: nowrap;
}

.book-now-box .nav-pills .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: rgba(32, 32, 32, 1);
    padding: 11px 20px;
    width: 250px;
    border-radius: 100px;
    border: 1px solid rgba(32, 32, 32, 1);
}

.book-now-box .nav-pills .nav-item:first-child .nav-link {
    border-radius: 100px 0 0 100px;
    border-right: 0;
}

.book-now-box .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 100px 100px 0;
    border-left: 0;
}

.book-now-box .nav-pills .nav-link.active {
    background-color: rgba(233, 156, 14, 1);
    color: rgba(32, 32, 32, 1);
    border-color: transparent;
    border-radius: 100px;
}

.stats {
    display: flex;
}

/* .stat-box::before {
  content: '';
  background: rgba(255, 255, 255, 1);
  width: 1px;
  height: 70px;
} */

.stat-box {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 100%;
    gap: 1rem;
    /* padding: 40px 0px; */
    flex: 1 0 auto;
    /* border-bottom: 1px solid rgba(195, 195, 195, 1); */
}

.counting-box {
    text-align: center;
}

.count-state .col:nth-child(n+3),
.count-state .col:last-child .stat-box {
    padding-bottom: 0;
    border-bottom: 0;
}

.stat-box i {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
}

.stat-number {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 5px;
}

.stat-label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

/* === About Section ==== */
/* .section,
.about-section {
  padding: 50px 1rem;
} */

.about-section {
    background-color: rgba(247, 248, 250, 1);
    height: 100%;
    padding: 100px 1rem; 
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    min-height: 1408px;
    height: min-content;
}

.about-countdown-box {
    max-width: 1326px;
    width: 100%;
    margin: 80px auto 0;
    border-radius: 20px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
}

.about-countdown-box .row .col {
    height: 100%;
}

.about-countdown-box .row .col .stat-box {
    padding: 48px 20px;
    min-height: 255px;
}

.about-countdown-box .row .col:nth-of-type(3n),
.about-countdown-box .row .col:nth-of-type(n) {
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.65) 101.7%);
    /* backdrop-filter: blur(35.83000183105469px); */
}

.about-countdown-box .row .col:nth-of-type(4n),
.about-countdown-box .row .col:nth-of-type(2n) {
    background: rgba(255, 253, 248, .61);
}

.inner-countdown-box .row .col:nth-of-type(3n),
.inner-countdown-box .row .col:nth-of-type(n) {
    background: rgba(245, 252, 255, 1);
    /* backdrop-filter: blur(35.83000183105469px); */
}

.inner-countdown-box .row .col:nth-of-type(4n),
.inner-countdown-box .row .col:nth-of-type(2n) {
    background: rgba(255, 217, 120, 0.1);
}

.counting-img {
    min-height: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-sata-content h4 {
    max-width: 416px;
    width: 100%;
}

.left-sata-content p {
    padding-right: 1rem;
}

.sata-content h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 15px;
}

.sata-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 1rem;
}

    .sata-content p:last-child {
        margin-bottom: 0;
    }

.sata-content ul {
    padding: 0 1rem 0 20px;
    margin: 0;
}

    .sata-content ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 10px;
    }

        .sata-content ul li:last-child {
            margin-bottom: 0;
        }


.about-section .right-content .card-img {
    position: relative;
    height: 100%;
    width: 100%;
}

    .about-section .right-content .card-img > img {
        width: 100%;
        border-radius: 18px;
    }

    .about-section .right-content .card-img .overlay-img {
        position: absolute;
        right: 20px;
        bottom: -20px;
    }

.about-section .left-content .section-title {
    margin-bottom: 30px;
}

    .about-section .left-content .section-title h3 {
        text-align: left;
    }

    .about-section .left-content .section-title h4 {
        font-weight: 600;
        font-size: 36px;
        line-height: 130%;
        text-transform: capitalize;
        color: rgba(32, 32, 32, 1);
    }

    .about-section .left-content .section-title p {
        text-align: left;
        margin-bottom: 40px;
    }

.left-content .about-company-info {
    margin-bottom: 30px;
}

.left-content .about-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.left-content .about-card-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 80px;
    height: 100%;
    width: 100%;
}

    .left-content .about-card-img img {
        width: 100%;
    }

.left-content .about-card-body {
    width: calc(100% - 100px);
}

    .left-content .about-card-body p {
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 0;
    }

/* ====== membership-section ======== */
.membership-section {
    padding: 90px 20px;
}

.membership-section .section-title {
    max-width: 750px;
    width: 100%;
    margin: 0 auto 40px;
}

section .section-title span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(250, 214, 62, 1);
    display: block;
}

section .section-title h3 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 1rem;
}


.price-card {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(222, 222, 222, 1);
}

.popuer-card-box .price-card-header {
    background-color: rgba(255, 251, 236, 1);
}

.price-card-header {
  background-color: rgba(244, 249, 251, 1);
  padding: 18px 30px 38px;
  text-align: center;
}

.popular-badge {
    background-color: rgba(237, 92, 92, 1);
    border-radius: 6px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 7px 12px;
}

.price-card-header h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.price-card-header p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 20px;
    text-align: left;
}

.price-card-header h3 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 60px;
    line-height: 56px;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
    text-align: left;
}

.price-card-body {
  /* border-color: rgba(222, 222, 222, 1);
  border-width: 0 1px 1px 1px;
  border-style: solid; */
  padding: 30px;
  border-radius: 0 0px 30px 30px;
}

.price-card-body .upcomming-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    padding: 8px 30px;
}

.price-card-body .upcomming-btn:hover {
    background-color: rgba(32, 32, 32, 1)! important;
    color: #fff! important;
}

.price-list-box {
  margin-top: 40px;
}

.price-list-box ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  position: relative;
}

    .price-list-box ul li::before {
        content: '\F26A';
        font-family: 'bootstrap-icons';
        font-weight: 500;
        line-height: 1;
        position: absolute;
        color: rgba(10, 186, 181, 1);
        font-size: 22px;
        /*width: 21px;
        height: 21px;*/
        /*background-image: url(../img/icons/checkMark.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: auto;*/
        left: 0;
        top: 5px;
    }

    .price-list-box ul li {
        padding-left: 30px;
        position: relative;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
    }

.price-list-box ul li i {
  color: rgba(10, 186, 181, 1);
  line-height: 1;
  margin-top: 5px;
}

.price-list-box ul li:last-child {
  margin-bottom: 0;
}

.op-text {
  opacity: .4;
}

.membership-content-box {
    padding: 100px 50px;
    background-image: url(../img/why-membership-card.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    height: auto;
}

.membership-section .membership-content-box .section-title {
    max-width: 824px;
}

.membership-card-service .chose-card-box {
    border: 1px solid rgba(195, 195, 195, 1);
    background-color: #fff;
    backdrop-filter: none;
    border-radius: 25px;
    padding: 25px;
}

.membership-card-service .chose-card-body h4 {
    line-height: 1.2;
}

.membership-card-service .chose-card-body p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    color: rgba(102, 102, 102, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}

/* ========= hotel-search-section ======== */
.hotel-search-section {
    padding: 40px 1rem;
    background-color: rgba(245, 249, 252, 1);
}

.hotel-search-section .booking-form .input-box .search-box {
  /* background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px; */
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.hotel-search-section .booking-form .search-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.hotel-search-section .booking-form .search-box i {
  color: #6c757d;
}

.hotel-search-section .booking-form .search-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 12px 22px;
  font-weight: 600;
  white-space: nowrap;
}

.hotel-search-section .booking-form .search-btn:hover {
  background: #0d9488;
}

.hotel-booking-box .booking-form .input-box .dropdown .dropdown-menu,
.hotel-search-section .booking-form .input-box .dropdown .dropdown-menu {
  padding: 10px;
  cursor: default;
  background-color: #fff;
  min-width: 260px;
}

.hotel-booking-box .booking-form .input-box .dropdown .counter,
.hotel-search-section .booking-form .input-box .dropdown .counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.hotel-booking-box .booking-form .input-box .dropdown .counter:last-child,
.hotel-search-section .booking-form .input-box .dropdown .counter:last-child {
    margin-bottom: 0;
}


.hotel-booking-box .booking-form .input-box .dropdown .counter div,
.hotel-search-section .booking-form .input-box .dropdown .counter div {
    padding: 0;
}

.hotel-booking-box .booking-form .input-box .dropdown .counter button,
.hotel-search-section .booking-form .counter button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
}

.hotel-booking-box .booking-form .input-box .dropdown,
.hotel-search-section .booking-form .input-box .dropdown {
    background-color: transparent;
    border: none;
}

.hotel-booking-box .booking-form .input-box .dropdown .dropdown-toggle {
    padding: 0;
}

.hotel-booking-box .booking-form .input-box .dropdown .dropdown-toggle:hover {
    background-color: transparent;
}

.hotel-booking-box .booking-form .input-box .dropdown .dropdown-toggle h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.hotel-booking-box .booking-form .input-box .dropdown .dropdown-toggle h4 span {
    font-size: 24px;
}

.hotel-booking-box .booking-form .input-box .form-group {
    height: 100%;
    position: relative;
}

/* .hotel-booking-box .booking-form .input-box .room-group {
    display: flex;
    flex-direction: column;
} */

.hotel-booking-box .booking-form .input-box .form-group .dropdown-toggle::after {
    display: none;
}

.check-in-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.hotel-search-section .booking-form .input-box {
    padding: 7px 12px;
    border-radius: 10px;
}

.hotel-search-section .booking-form .input-box .form-group .dropdown-toggle::after {
    display: none;
}

.hotel-search-section .booking-form .input-box .form-group .traveller-header, 
.hotel-search-section .booking-form .input-box .form-group label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.hotel-search-section .booking-form .input-box .form-group .form-control:focus, 
.hotel-search-section .booking-form .input-box .form-group .form-control,
.hotel-search-section .booking-form .input-box .form-group .check-in-date.date-main span,
.hotel-search-section .booking-form .check-in-date.date-main span,
.hotel-search-section .booking-form .check-in-date.date-main h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.map-embade-box {
    position: relative;
    margin-bottom: 20px;
}

.map-embade-box .inner-exprole-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    padding: 10px;
}

.map-embade-box .inner-exprole-btn .exprole-btn {
    border: 1px solid rgba(10, 186, 181, 1);
    background-color: #fff;
    border-radius: 10px;
    padding: 14px 20px;
    width: 100%;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(10, 186, 181, 1);
    transition: all .4s ease-in-out;
}

.map-embade-box .inner-exprole-btn .exprole-btn:hover {
    background-color: rgba(32, 32, 32, 1);
    color: #fff;
    transition: all .4s ease-in-out;
    border-color: transparent;
}

.filter-box {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 20px;
    padding: 0 0 1rem;
}

.filter-title {
    background-color: rgba(245, 245, 245, 1);
    border-color: rgba(195, 195, 195, 1);
    border-style: solid;
    border-width: 1px 0 1px 0;
    padding: 14px 1rem;
}

.filter-title h4 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin: 0;
}

.filter-box .product-accordion-box {
    padding: 0 20px;
}

.filter-accordion-box .form-check-input:focus,
.filter-accordion-box .form-check-input {
    outline: 0;
    box-shadow: none;
    margin: 2px 0 0;
    max-width: 20px;
    width: 100%;
    height: 20px;
    padding: 0;
}

.filter-accordion-box .form-check {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-left: 0;
    gap: 10px;
    width: 100%;
}

.filter-accordion-box .form-check:last-child {
    margin-bottom: 0;
}

.filter-accordion-box .form-check-label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    color: rgba(102, 102, 102, 1);
}

.filter-body .form-check .form-check-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin: 0;
}

.filter-body .form-check .form-check-input {
    margin: 0;
}

.filter-box .action-btns .btn {
    max-width: 115px;
    width: 100%;
}

.filter-box .action-btns .details-btn {
    border-color: rgba(48, 144, 175, 1);
    color: rgba(48, 144, 175, 1);
}

.filter-box .action-btns .details-btn:hover {
    color: #fff;
    background-color: rgba(48, 144, 175, 1);
}

.top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-bottom: 20px;
}

.top-box p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(32, 32, 32, 1);
}

.top-box p span {
    font-weight: 600;
}

.toolbox-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: auto;
}

.sidebar-toggle {
    display: flex;
    position: static;
    margin-right:0;
    margin-top: 0;
    padding: 0 1rem;
    align-items: center;
    width: auto;
    height: 38px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    gap: 10px;
}

.sidebar-toggle span {
    margin-left: 0rem;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
}

.sidebar-toggle:hover span {
    color: #08C
}

.sidebar-opened .sidebar-toggle i:before {
    content: ""
}


.toolbox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    gap: 10px;
}

.toolbox-item.toolbox-sort,
.toolbox-item.toolbox-show {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 10px;
    padding: 4px 10px;
    gap: 5px;
    margin: 0! important;
}

.toolbox-item .select-custom {
    margin-bottom: 0
}

.toolbox .select-custom:after {
    right: 0;
    font-size: 14px;
    color: rgba(32, 32, 32, 1);
}

.toolbox .select-custom .form-control:focus,
.toolbox .select-custom .form-control {
    max-width: max-content;
    padding-right: 10px;
    margin-top: 0;
    box-shadow: none;
    padding-left: 2px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    padding-top: 0;
    line-height: 1.2;
    border: none;
    height: auto! important;
    width: auto;
    color: rgba(32, 32, 32, 1);
}

.toolbox label {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
}

.toolbox .form-control {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 0.8rem;
    color: #777
}

.toolbox .form-control:focus {
    color: #777
}

.toolbox select.form-control:not([size]):not([multiple]) {
    height: 34px
}

.toolbox .toolbox-show .select-custom:after {
    right: 0;
}

.toolbox,
.toolbox-item,
.toolbox-left,
.toolbox-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}


.select-custom {
    position: relative;
    margin-bottom: 1rem;
    background: transparent
}

.select-custom select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    z-index: 1;
    background: transparent
}

.select-custom select:focus {
    background: transparent
}

.toolbox-item.layout-modes a {
    color: rgba(15, 15, 15, 1);
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
}

.toolbox-item.layout-modes a:hover {
    color: rgba(250, 214, 62, 1);
}


.pagination {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    color: rgba(32, 32, 32, 1);
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 0;
}

.page-item:last-child .page-link {
    border-radius: 5px! important;
}

.page-item:not(:first-child) {
    margin-left: 0;
}

.page-item.active .page-link {
    color: rgba(32, 32, 32, 1);
    background-color: rgba(250, 214, 62, 1);
    border-color: rgba(195, 195, 195, 1);
}

.page-item.disabled {
    display: none
}

.page-link {
    border: 1px solid rgba(195, 195, 195, 1);
    padding: 10px 14px;
    border-radius: 10px;
    min-width: auto;
    font-family: 'Poppins';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
}

.page-link:focus,
.page-link:hover {
    color: rgba(32, 32, 32, 1);
    background-color: rgba(250, 214, 62, 1);
    box-shadow: none
}

.page-link i {
    font-size: 2rem
}

.page-link-btn,
span.page-link {
    border: 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .select-custom select::-ms-expand {
        display: none
    }
    .select-custom select:focus::-ms-value {
        background: transparent;
        color: currentColor
    }
}

.select-custom:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%);
    font-family: "porto";
    font-size: 1.6rem;
    content: "";
    padding-bottom: 2px;
    font-weight: 400
}

.select-custom .form-control,
.select-custom .form-control-sm {
    padding-right: 4rem
}

@media (min-width:992px) {
    .sidebar-toggle {
        display: none
    }
}

/* ===== Service Section ========= */
/* .service-chose-section {
  padding: 100px 1rem;
  background-image: url(../img/why_choose_us.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.service-section {
    padding: 70px 1rem;
    background-color: #fff;
    position: relative;
}

.service-section.have_icon {
    padding: 100px 1rem;
    background-image: url(../img/service-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
    border-radius: 24px 24px 0 0;
}

.industry-card-box {
    border-radius: 20px;
    border: none;
    height: 100%;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.industry-card-box .card-img {
    transform: scale(1);
    transition: all .4s ease-in-out;
    border-radius: 20px;
    overflow: hidden;
}

.industry-card-box:hover .card-img {
    transform: scale(1.1);
    transition: all .4s ease-in-out;
}

.industry-card-box .card-img-overlay {
    padding: 0;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

.industry-card-box .overlay-content-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 18.91%, rgba(0, 0, 0, 0) 80.9%);
    padding: 50px 25px 25px;
    border-radius: 0 0 20px 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.industry-card-box .overlay-content-box h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 136%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.industry-card-box .overlay-content-box span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin-bottom: 5px;
}

.industry-card-box .overlay-content-box p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: rgba(252, 252, 253, 1);
    margin-bottom: 0;
    /*max-height: 48px;*/
    height: max-content;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
}

.industry-details-card-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0px;
    padding-bottom: 0px;
}

.industry-box > .row > .col-12:last-child > .industry-details-card-box {
    padding-bottom: 0;
}

.industry-details-card-box .industry-img {
    border-radius: 25px;
    max-width: 536px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.industry-details-card-box .industry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-card-body h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 1rem;
}

.industry-card-body p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 25px;
}

.industry-card-body p:last-child {
    margin-bottom: 0;
}

.fly-img-box {
    position: absolute;
    top: 20px;
    right: 25px;
}

/* ====== featured-section ===== */
.featured-section {
    padding: 50px 1rem 100px;
}

    .top-title,
    .featured-section .section-title {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
    }

.overlay-img-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.opportunities-widget-box .slide-item .col .card {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    padding-bottom: 15px;
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(35.83000183105469px);
    flex-direction: row;
    border-radius: 25px;
    padding: 20px;
    gap: 20px;
    margin-bottom: 1rem;
}

.product-single-details .rating,
.overlay-img-content .rating {
    background-color: rgba(59, 153, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 100px;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.5px;
    color: rgba(255, 255, 255, 1);
}

.opportunities-widget-box .slide-item .col .card:last-child {
    margin-bottom: 0;
}

.opportunities-widget-box .card .card-img {
    max-width: 325px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

    .opportunities-widget-box .card .card-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .opportunities-widget-box .card .card-img .card-img-overlay {
        padding: 20px;
    }

.opportunities-widget-box .card-content {
    padding: 0;
}

    .opportunities-widget-box .card-content h4 {
        font-weight: 600;
        font-size: 24px;
        line-height: 26px;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 7px;
    }

    .opportunities-widget-box .card-content .location {
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: rgba(255, 255, 255, 1);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
        margin-bottom: 1rem;
    }

    .opportunities-widget-box .card-content p {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 13px;
    }

    .opportunities-widget-box .card-content .investment {
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
    }

        .opportunities-widget-box .card-content .investment span {
            font-weight: 700;
            font-size: 24px;
        }

.overlay-img-content .tag {
    display: inline-block;
    background: rgba(245, 193, 86, .9);
    padding: 5px 14px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100px;
    color: rgba(0, 0, 0, 1);
}

.card-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-top: 24px;
}

    .card-btn .btn {
        padding: 10px 30px;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        text-align: center;
        color: rgba(0, 0, 0, 1);
    }

    .card-btn small {
        font-weight: 600;
        font-size: 12px;
        line-height: 150%;
        color: rgba(255, 255, 255, 1);
    }

.view-btn {
    background: transparent;
    border: 0;
    color: rgba(23, 71, 126, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    position: absolute;
    top: 15px;
    right: 105px;
}

    .view-btn:active,
    .view-btn:hover {
        color: rgba(240, 103, 0, 1);
        background-color: transparent !important;
    }

.home-slider.owl-carousel.owl-theme .owl-nav.disabled {
    display: none;
}

.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-nav.disabled,
.team-cursol-box .owl-carousel .owl-nav,
.opportunities-widget-box .owl-carousel .owl-nav {
    /* display: block; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: -80px;
    right: 0;
    margin-top: 0;
    line-height: 0;
    background: #fff;
}

    .owl-carousel.owl-theme .owl-nav button,
    .owl-carousel.owl-theme .owl-nav.disabled button,
    .team-cursol-box .owl-carousel .owl-nav button,
    .opportunities-widget-box .owl-carousel .owl-nav button {
        transform: none;
        border: 1px solid rgba(195, 195, 195, 1);
        background-color: transparent;
        border-radius: 8px;
        width: 42px;
        height: 42px;
        color: rgba(15, 15, 15, 1);
        opacity: 1;
        transition: all .4s ease-in-out;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: rgba(233, 156, 14, 1);
}

.owl-theme .owl-nav .disabled:hover {
    background-color: #fff;
    color: rgba(15, 15, 15, 1);
    cursor: no-drop;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover,
.owl-carousel.owl-theme .owl-nav.disabled [class*=owl-]:not(.disabled):hover,
.team-cursol-box .owl-theme .owl-nav [class*=owl-]:not(.disabled):hover,
.opportunities-widget-box .owl-theme .owl-nav [class*=owl-]:not(.disabled):hover,
.team-cursol-box .owl-carousel .owl-nav button:hover,
.opportunities-widget-box .owl-carousel .owl-nav button:hover {
    background: rgba(245, 193, 86, 1);
    opacity: 1;
    color: #000;
    border-color: transparent;
    transition: all .4s ease-in-out;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav.disabled button.owl-prev,
.team-cursol-box .owl-carousel .owl-nav button.owl-prev,
.opportunities-widget-box .owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 70px;
}

.owl-carousel.owl-theme .owl-nav button.owl-next,
.owl-carousel.owl-theme .owl-nav.disabled button.owl-next,
.team-cursol-box .owl-carousel .owl-nav button.owl-next,
.opportunities-widget-box .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.owl-theme .owl-dots {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

        .owl-theme .owl-dots .owl-dot span {
            position: relative;
            margin: 2px 2px;
            background: transparent;
            display: block;
            -webkit-backface-visibility: visible;
            backface-visibility: visible;
            transition: all 0.3s ease;
            border: 2px solid rgba(23, 71, 126, 1);
            border-radius: 50%
        }

            .owl-theme .owl-dots .owl-dot span:before {
                content: "";
                display: block;
                width: 0.7rem;
                height: 0.7rem;
                position: absolute;
                left: 15%;
                top: 17%;
                background-color: rgba(255, 255, 255, 1);
                opacity: 0;
                visibility: hidden;
                transform: scale(0);
                transition: all 0.3s;
                border-radius: 50%
            }

        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            border-color: rgba(240, 103, 0, 1);
            background: transparent
        }

            .owl-theme .owl-dots .owl-dot.active span:before {
                opacity: 1;
                visibility: visible;
                transform: scale(1)
            }

.hero-section .owl-theme .owl-dots .owl-dot.active span {
    border-color: rgba(240, 103, 0, 1);
    border-width: 4px;
}

.hero-section .owl-theme .owl-dots .owl-dot span:before {
    top: 5%;
    left: 5%;
}

.hero-section .owl-theme .owl-dots {
    position: absolute;
    left: auto;
    right: 70px;
    top: 40%;
}

    .hero-section .owl-theme .owl-dots button {
        display: block;
    }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-width: 2px
}

    .owl-carousel .owl-dots .owl-dot span:before {
        margin: 0;
        width: 8px;
        height: 8px;
        transform: translate(-15%, -15%)
    }


/* ========= testimonial-section =========== */
.testimonial-section {
    padding: 0 1rem;
}

.testimonial-section .testimonial-card-box {
    background-image: url(../img/testimonial-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 60px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-section .testimonial-card-box .section-title {
    max-width: 580px;
    width: 100%;
    margin: 0 auto 40px;
}

.testimonial-card {
    border: 1px solid rgba(195, 195, 195, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 30px 24px 30px 30px;
}

.testimonial-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.testimonial-card-body {
    margin-bottom: 45px;
}

.testimonial-card-body h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
}

.testimonial-card-body p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
}

.testimonial-author-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.testimonial-author-info .author-img {
    max-width: 80px;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 100px;
}

.testimonial-author-info .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-author-info .author-info-box h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 5px;
}

.testimonial-author-info .author-info-box p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}

.journey-section .testimonial-cursol-box .featured-cursol-slider.owl-carousel.owl-theme .owl-nav {
    top: 36px;
}

.journey-section .testimonial-cursol-box .holiday-cursol-slider.owl-carousel.owl-theme .owl-nav {
    top: -29%;
}

.holiday-section .testimonial-cursol-box .owl-carousel.owl-theme .owl-nav {
    top: -30%;
}

/* ======= team-section ========== */
.team-section {
    padding: 100px 1rem;
    background-image: url(../img/MeetOurTeam_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .team-section .section-title {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 40px;
    }

.team-member-details {
    margin-bottom: 100px;
    position: relative;
}

    .team-member-details::before {
        content: '';
        background-image: url(../img/wave.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        height: 110px;
        width: 1385px;
        margin: 0 auto;
        position: absolute;
        top: 6%;
        left: 0;
        right: 0;
    }

.widget-img {
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 140px;
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin: 0 auto 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    animation: pulse 4s infinite;
}

.steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.working-card {
    width: 22%;
    text-align: center;
    position: relative;
    z-index: 1;
}
    /* Sequential delays (match wave duration: 4s) */
    .working-card:nth-child(1) .widget-img {
        animation-delay: 0s;
    }

    .working-card:nth-child(2) .widget-img {
        animation-delay: 1s;
    }

    .working-card:nth-child(3) .widget-img {
        animation-delay: 2s;
    }

    .working-card:nth-child(4) .widget-img {
        animation-delay: 3s;
    }

/* Pulse keyframes */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(0,212,255,0.5);
    }

    10% {
        transform: scale(1.1);
        box-shadow: 0 0 25px rgba(255,180,0,0.9);
    }

    20% {
        transform: scale(1.1);
        box-shadow: 0 0 25px rgba(255,180,0,0.9);
    }

    30% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(0,212,255,0.5);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(0,212,255,0.5);
    }
}

.widget-card-body span {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    display: block;
}

.widget-card-body h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.widget-card-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    max-width: 224px;
    width: 100%;
    margin: 0 auto;
}

.team-card {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(195, 195, 195, 1);
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 25px;
    padding: 20px;
    height: 100%;
    margin-bottom: 0;
}

    .team-card .team-img {
        position: relative;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .team-card .team-img img {
            transition: all .4s ease-in-out;
            transform: scale(1);
        }

    .team-card:hover .team-img img {
        transform: scale(1.1);
        transition: all .4s ease-in-out;
    }

.team-card-body {
    padding: 1rem 0 0;
}

    .team-card-body p {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 0;
    }

.author-info-box h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 5px;
}

.author-info-box span {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 5px;
    display: block;
}

/* ===== upcoming-section ==== */

.upcoming-service-widget ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 0;
}

    .upcoming-service-widget ul.list-items {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

/* ==== interest-Section ==== */

.interest-box .email-form {
    margin: 0 auto;
}

.interest-box .input-group .form-control {
    border-radius: 0;
    border: 0;
    padding: 16px 5px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin: 0 !important;
    color: rgba(102, 102, 102, 1);
}

.interest-box .input-group .form-control::placeholder {
    color: rgba(102, 102, 102, 1)! important;
    font-weight: 500;

}

.interest-box .input-group {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

    .input-group .input-group-text,
    .interest-box .input-group .input-group-text {
        border-radius: 0;
        background-color: transparent;
        border: none;
        padding: 10px 4px 10px 20px;
        color: rgba(102, 102, 102, 1);
        line-height: 1;
    }

    .interest-box .input-group .btn {
        border-radius: 10px !important;
        background-color: rgba(10, 186, 181, 1);
        color: rgba(255, 255, 255, 1);
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        padding: 13px 30px;
        transition: all .4s ease-in-out;
    }

        .interest-box .input-group .btn:hover {
            background-color: rgba(23, 71, 126, 1);
            transition: all .4s ease-in-out;
        }

    .interest-box .input-group .form-control:focus {
        box-shadow: none;
        margin-left: 0 !important;
    }

/* ========= reward-section ======= */
.reward-section {
    padding: 100px 1rem 50px;
    background-image: url(../img/benifit-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    height: 100%;
    border-radius: 24px 24px 0 0;
}

.reward-member-details {
    padding-bottom: 50px;
}

.benifit-img-box {
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.1);
}

.benifit-card-box {
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(35.83000183105469px);
    padding: 20px 20px 25px;
    height: 100%;
    border-radius: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

    .benifit-card-box img {
        max-width: 60px;
        height: auto;
        width: auto;
    }

    .benifit-card-box .benifit-card-body h4 {
        font-weight: 600;
        font-size: 24px;
        line-height: 26px;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 10px;
        text-align: left;
    }

    .benifit-card-box .benifit-card-body p {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: rgba(252, 252, 253, 1);
        margin-bottom: 0;
        text-align: left;
        height: 72px;
        overflow: hidden;
    }

.investor-box {
    /* background-image: url(../img/bg-1.png), url(../img/left-circle.png), url(../img/right-circle.png); */
    background-image: url(../img/bg-1.png);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 70px 20px;
    border-radius: 25px;
}

    .investor-box h3 {
        font-weight: 600;
        font-size: 48px;
        line-height: 1.2;
        text-align: center;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
        max-width: 1064px;
        width: 100%;
        margin: 0 auto;
    }

        .investor-box h3 span {
            text-transform: uppercase;
        }

.benifits-details-box {
    padding-bottom: 100px;
}

    .benifits-details-box .g-5 {
        --bs-gutter-y: 2.5rem;
        --bs-gutter-x: 2.5rem;
    }

    .benifits-details-box .section-title p,
    .benifits-details-box .section-title h3 {
        margin-bottom: 20px;
        text-align: left;
    }

        .benifits-details-box .section-title p:last-child {
            margin-bottom: 0;
        }

.benifit-items-box .benifit-card-box {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.benifit-card-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.benifit-img-icon {
    width: 83px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 10px;
}

/* ====== coverage-section ===== */
.coverage-section {
    background-color: #fff;
    padding: 100px 1rem;
}

    .coverage-section .section-title {
        margin-bottom: 60px;
    }

        .coverage-section .section-title h3 {
            max-width: 240px;
            width: 100%;
            text-align: left;
            margin-bottom: 25px;
        }

        .coverage-section .section-title p {
            color: rgba(102, 102, 102, 1);
            text-align: left;
        }

/* ===== achievemnts-section ====== */
.achievemnts-section {
    background-image: url(../img/banner-img4.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 1rem 0;
}

    .achievemnts-section .section-title h3 {
        color: #fff;
    }

    .achievemnts-section .industry-widget-box {
        margin-bottom: 40px;
    }

    .achievemnts-section .left-content h4 {
        font-weight: 600;
        font-size: 45px;
        line-height: 130%;
        text-transform: capitalize;
        color: #fff;
        margin-bottom: 20px;
    }

    .achievemnts-section .left-content ul.achievemnts-list li {
        color: rgba(255, 255, 255, 1);
    }

    .achievemnts-section .outline-btn {
        color: rgba(228, 34, 34, 1);
        border-color: rgba(228, 34, 34, 1);
    }

        .achievemnts-section .outline-btn:hover {
            color: #fff;
        }

.achievemnts-card {
    /* min-height: 317px; */
    height: 100%;
    max-height: 320px;
    border-radius: 16px;
}

    .achievemnts-card .card-img {
        position: relative;
        border-radius: 18px;
        overflow: hidden;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .achievemnts-card .overlay-content-box h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
    }

    .achievemnts-card .overlay-content-box p {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
    }

    .achievemnts-card .hover-content h5 {
        color: rgba(233, 156, 14, 1);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .achievemnts-card .hover-content,
    .achievemnts-card:hover .overlay-img-content {
        opacity: 0;
        visibility: hidden;
        display: none;
        transition: all .4s ease-in-out;
    }

    .achievemnts-card:hover .hover-content {
        opacity: 1;
        visibility: visible;
        display: block;
        transition: all .4s ease-in-out;
    }

/* ===== booking-section ======= */
.booking-section {
    padding: 100px 1rem;
    background-color: rgba(247, 248, 250, 1);
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.booking-tab-box .nav-pills {
    gap: 10px;
    margin-bottom: 40px;
}

.booking-tab-box .nav-pills .form-select,
.booking-tab-box .nav-pills .nav-link {
    border: 1px solid rgba(32, 32, 32, 1);
    border-radius: 10px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: rgba(32, 32, 32, 1);
    padding: 13px 25px;
    background-color: transparent;
}

.booking-tab-box .nav-pills .form-select {
    padding: 13px 40px 13px 25px;
    text-align: left;
}

.booking-tab-box .nav-pills .nav-link.active {
    background-color: rgba(10, 186, 181, 1);
    color: #fff;
    border-color: transparent;
}

/* .booking-form .col:first-child .input-box::after {
    content: '';
    background-image: url(../img/icon/convert-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 53px 53px;
    width: 53px;
    height: 53px;
    position: absolute;
    left: auto;
    right: -35px;
    z-index: 1;
    top: 32%;
} */

.booking-form .col .input-box .convert-btn {
    /* background-image: url(../img/icon/convert-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 53px 53px; */
    border: 0;
    background-color: transparent;
    border-radius: 100px;
    width: 53px;
    height: 53px;
    position: absolute;
    left: auto;
    right: -35px;
    z-index: 1;
    top: 32%;
    padding: 0;
}

.input-box {
    border: 1px solid rgba(195, 195, 195, 1);
    padding: 24px;
    border-radius: 20px;
    background-color: #fff; 
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.input-box .form-group .traveller-header,
.input-box .form-group label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    color: rgba(32, 32, 32, 1);
}

.input-box .form-group .form-control:focus,
.input-box .form-group .form-control {
    border: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 0;
    color: rgba(32, 32, 32, 1);
}

.input-box .form-group p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 0;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
}

.input-box .date-item{
  flex:1;
  padding:0;
  cursor:pointer;
  position:relative;
  transition: background .25s ease-in-out;
}

.date-item:active{
  background:#f1f5f9;
}

.date-item:not(:last-child){
  border-right:1px solid rgba(195, 195, 195, 1);
  margin-right: 20px;
}

.date-label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 110.00000000000001%;
    color: rgba(32, 32, 32, 1);
    text-transform: capitalize;
    display:flex;
    align-items:center;
    gap:6px;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.date-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.date-main h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.input-box .form-group .date-main span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: rgba(32, 32, 32, 1);
}

.input-box .form-group .date-sub {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.input-box .form-group .hidden-input{
  position:absolute;
  opacity:0;
  pointer-events:none;
  padding: 0;
  margin: 0;
  font-size: 1px;
  line-height: 1;
}

.input-box .traveller-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.input-box .title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.traveler-value {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.travellerCount {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 0;
    color: rgba(32, 32, 32, 1);
}

.traveler-value small {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.input-box .subtext {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.booking-form .input-box .dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 10px;
  margin-top: 8px;
  z-index: 99;
  overflow: hidden;
}

.booking-form .input-box .dropdown.show {
  display: block;
}

.booking-form .input-box .dropdown div {
  padding: 10px 14px;
  cursor: pointer;
}

.booking-form .input-box .dropdown div:hover {
  background: #f5f5f5;
}

.special-offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-top: 30px;
}

.special-offer .left-offer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: auto;
}

.special-offer .left-offer h4 {
    margin-bottom: 0;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
}

.special-offer .left-offer .offer-content {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 10px;
    padding: 7px 1rem;
}

.special-offer .left-offer .offer-content h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 143%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 5px;
}

.special-offer .left-offer .offer-content p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

/* 
.input-box .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 8px;
  display: none;
  overflow: hidden;
  z-index: 10;
}

.input-box .dropdown div {
  padding: 12px 16px;
  cursor: pointer;
}

.input-box .dropdown div:hover {
  background: #f5f5f5;
} */

/* ===== Artical-section ======== */

.artical-section {
    padding: 100px 1rem;
    background-color: rgba(255, 255, 255, 1);
}

.artical-details-section {
    padding: 100px 1rem;
}

.artical-section .section-title {
    max-width: 670px;
    width: 100%;
    margin: 0 auto 50px;
}

.journey-section .view-btn,
.artical-section .view-btn {
    top: 25%;
    padding: 0;
}

.artical-section .owl-carousel.owl-theme .owl-nav {
    top: -38%;
}

.article-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-decoration: none;
    border: none;
    border-radius: 0px;
    background: #fff;
    padding: 0px;
}

.article-card.webinar-card {
    gap: 20px;
}

.article-card.webinar-card .webinar-sedule {
    padding-bottom: 0;
    border-bottom: 0;
}

.article-card.webinar-card .artical-body h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;

}

.article-card.webinar-card .artical-body p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
}

.article-card-img {
    border-radius: 16px;
    height: 100%;
    max-height: 290px;
    width: 100%;
    overflow: hidden;
}

.article-card:hover .article-card-img img {
    transform: scale(1.1);
    transition: all .4s ease-in-out;
}

.article-card-img img {
    width: 100%! important;
    transform: scale(1);
    transition: all .4s ease-in-out;
}

.artical-body span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 10px;
    display: block;
}

.artical-body h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
}

.article-card:hover h4 {
    color: #F06700;
}

.artical-body h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
    text-align: left;
}

.related-blog .article-card:hover .artical-body h4 {
    color: rgba(233, 156, 14, 1);
}

.artical-body p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
    /*max-height: 48px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3; /* Limits the content to 2 lines */
    text-overflow: ellipsis;
}

.inner-artical-section .artical-body p {
    height: auto;
    overflow: visible;
    max-height: 100%;
    font-weight: 500;
}

.inner-artical-section .artical-body h4 {
    height: auto;
    /*max-height: 67px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2; /* Limits the content to 2 lines */
    text-overflow: ellipsis;
}

.artical-body a {
    margin-top: 30px;
    display: inline-block;
}

.artical-list h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.artical-list ul {
    padding: 0 0 0 20px;
    margin: 0;
}

    .artical-list ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 10px;
    }

        .artical-list ul li:last-child {
            margin-bottom: 0;
        }

/* .blog-details-wrapper-box{

}
.blog-details-left-box{

} */
.blog_details_title {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
}

.blog_details_title_wrapper .right_side_anchor {
    width: 60px;
}

    .blog_details_title_wrapper .right_side_anchor a {
        margin-top: 10px;
    }

.blog-details-right-box {
    padding: 0 0 20px 10px;
}

.blog_content_text {
    color: #666666;
}

    .blog_content_text p {
        margin: 0 0 10px 0;
    }

    .blog_content_text a {
        color: #17477E;
    }

        .blog_content_text a:hover {
            color: #EA6917;
        }

    .blog_content_text ul,
    .blog_content_text ol {
        margin: 20px 0 20px 0;
    }

        .blog_content_text ul li,
        .blog_content_text ol li {
            margin: 10px 0;
            color: #666666;
        }

.blog-details-right-box .destination_option_blog_left {
    border-bottom: 1px solid;
    border-color: #C3C3C3;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
/* .latest_blog_sidebar h3{

  
} */
.blog_details_side_latest_blog {
    display: grid;
    gap: 20px;
}

    .blog_details_side_latest_blog .article-card {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .blog_details_side_latest_blog .article-card-img {
        position: relative;
    }

        .blog_details_side_latest_blog .article-card-img::before {
            content: "";
            position: absolute;
            inset: 0;
            /* background: rgba(0,0,0,0.4);*/ /* black overlay with opacity */
            background: linear-gradient( to top, /* bottom → top */
            rgba(0,0,0,0.8) 0%, /* bottom = dark */
            rgba(0,0,0,0) 100% /* top = transparent */
            );
            z-index: 1;
            border-radius: inherit;
        }
    /* .blog_details_side_latest_blog .article-card-img{
  max-height: 180px;
} */
    .blog_details_side_latest_blog .artical-body {
        position: absolute;
        bottom: 5px;
        left: 15px;
        color: #fff;
        right: 15px;
        z-index: 2;
    }

    .blog_details_side_latest_blog .blog_date_view,
    .blog_details_side_latest_blog .blog_date_view span {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
    }

    .blog_details_side_latest_blog h4 {
        color: #fff;
        font-size: 16px;
        height: auto;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        text-overflow: ellipsis;
    }

        .blog_details_side_latest_blog h4 a {
            color: #fff;
            font-size: 16px;
            line-height: 22px;
            FONT-WEIGHT: 600;
        }

            .blog_details_side_latest_blog h4 a:hover {
                color: #EA6915;
            }

/* ===== FAQ ===== */

.faq-section {
    padding: 50px 1rem 0;
}

.faq-content-box {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.faq-content-box .custom-accordion .accordion-item {
    background-color:rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(195, 195, 195, 1);
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 25px !important;
    padding: 30px;
    margin-bottom: 1rem;
    box-shadow: none;
    transition: all .4s ease-in-out;
}

.faq-content-box .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-item .accordion-button:focus,
.accordion-item .accordion-button,
.faq-content-box .accordion-item .accordion-button:focus,
.faq-content-box .accordion-item .accordion-button {
    background: transparent;
    box-shadow: none;
    outline: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: rgba(48, 49, 44, 1);
    align-items: center;
    padding: 0;
    transition: all .4s ease-in-out;
}

.product-accordion-box .accordion-item .accordion-button:not(.collapsed),
.faq-content-box .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 1);
    transition: all .4s ease-in-out;
}

.product-accordion-box .accordion-item .accordion-button::after,
.faq-content-box .accordion-item .accordion-button::after {
    content: '\F4FE';
    background-image: none;
    font-family: 'bootstrap-icons';
}

.product-accordion-box .accordion-item .accordion-button:not(.collapsed)::after,
.faq-content-box .accordion-item .accordion-button:not(.collapsed)::after {
    content: '\F2EA';
    background-image: none;
    transform: none;
}

.faq-content-box .accordion-item .accordion-body {
    padding: 12px 0 0;
}

.faq-content-box .custom-accordion .accordion-item .accordion-body p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

/* Active state */
.custom-accordion .accordion-item:has(.show) {
  background: rgba(10, 186, 181, 1);
  color: #ffffff;
  transition: all .4s ease-in-out;
}

/* Focus (keyboard only) */
.custom-accordion .accordion-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .accordion-collapse,
  .custom-accordion .accordion-button::after {
    transition: none;
  }
}

/* === Download Section ==== */
.download-section {
    padding: 100px 1rem;
}

.download-box {
    /* background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%); */
    border-radius: 20px;
    padding: 34px 50px 0;
    background-image: url(../img/download-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.left-content {
    max-width: 800px;
    width: 100%;
}

.left-content h3 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1rem;
}

.left-content p {
   font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.play-btns {
    margin-top: 60px;
}

.play-btns p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.action-btns .download-btns,
.action-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
}

    .action-btns span {
        font-weight: 400;
        font-size: 14px;
        line-height: 125%;
        color: rgba(255, 255, 255, 1);
    }

    .action-btns a {
        text-decoration: none;
        padding: 0;
    }

.mobile-app-img {
    margin-top: -60px;
}

/* ===== announcing-section ====== */
.announcing-section {
    padding: 50px 1rem 100px;
}

    .announcing-section .section-title {
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

        .announcing-section .section-title h3 {
            margin-bottom: 20px;
        }

        .announcing-section .section-title .upcomming-btn {
            margin-top: 40px;
        }

/* === company-section ===== */

.company-section {
    background-color: rgba(247, 248, 250, 1);
    padding: 25px 1rem;
}

.box-title h4 {
    font-weight: 600;
    font-size: 56px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
}

.brands-slider img {
    max-width: 195px;
    width: 100%;
    margin: 0 auto;
}

/* ==== Footer Section ====== */
.footer-section {
    background-image: url(../img/footer-banner.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(1, 3, 38, 1);
    padding: 0 1rem;
}

    .footer-section hr {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0;
    }

.footer-top {
    width: 100%;
    padding: 100px 0 30px;
}

.footer-menu {
    width: 100%;
}

    .footer-menu h4 {
        font-family: 'Oswald';
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 20px;
    }

    .footer-menu ul {
        padding: 0;
        margin: 0;
        /* columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; */
        margin-bottom: 0;
        list-style-type: none;
    }

        .footer-menu ul li {
            margin-bottom: 0px;
        }

            .footer-menu ul li a {
                font-weight: 500;
                font-size: 16px;
                line-height: 45px;
                text-transform: capitalize;
                color: rgba(255, 255, 255, 1);
                text-decoration: none;
                transform: translateX(0%);
                transition: transform 0.3s ease, color 0.3s ease;
                display: inline-block;
            }

                .footer-menu ul li a.active,
                .footer-menu ul li a:hover {
                    color: rgba(245, 193, 86, 1);
                    transform: translateX(5%);
                    transition: transform 0.3s ease, color 0.3s ease;
                }

                .footer-content {
                   max-width: 300px;
                   width: 100%; 
                }

                .footer-section .footer-menu .site-logo {
                    margin-bottom: 30px;
                    display: inline-block;
                }

                .footer-section .footer-menu p {
                    font-family: 'Poppins';
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 160%;
                    margin-bottom: 1rem;
                    color: rgba(255, 255, 255, 1);
                }

                .footer-section .footer-menu p:last-child {
                    margin-bottom: 0;
                }

.footer-info-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin-bottom: 25px;
}

    .footer-info-box i {
        color: #fff;
        font-size: 20px;
        line-height: 1;
    }

    .footer-info-box:last-child {
        margin-bottom: 0;
    }

    .footer-info-box .info-box-body span {
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
        display: block;
        margin-bottom: 5px;
    }

    .footer-info-box .info-box-body p,
    .footer-info-box .info-box-body a {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
        text-decoration: none;
        word-break: break-all;
    }

        .footer-info-box .info-box-body a:hover {
            color: rgba(233, 156, 14, 1);
        }

.footer-section .container-xxl {
    max-width: 1640px;
    padding: 0;
}

.middel-content p a {
    color: rgba(92, 225, 230, 1);
    text-decoration: underline;
    display: inline-block;
}

.middel-content p span {
    font-weight: 600;
}

.footer-section p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* text-align: right; */
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.footer-middle {
    position: relative;
    padding: 50px 0;
}

.support-btn {
    position: absolute;
    right: 20px;
    display: inline-block;
    bottom: 100px;
    z-index: 99;
}

    .support-btn img {
        transform: scale(1) rotate(0deg);
        transition: all .4s ease-in-out;
    }

    .support-btn:hover img {
        transform: scale(1.1) rotate(5deg);
        transition: all .4s ease-in-out;
    }

.footer-middle .interest-box {
    background: none;
    backdrop-filter: none;
    border: none;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
}

.footer-middle h4 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
}

.footer-middle p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 177%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.footer-bottom {
    padding: 27px 0;
}

.copywright p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);

}

.copywright span {
    font-weight: 600;
    color: rgba(10, 186, 181, 1);
}

.cradit-info a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

    .middel-content p a:hover,
    .cradit-info a:hover {
        color: rgba(240, 103, 0, 1);
    }

.social-icons-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

    .social-icons-box a {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 100px;
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px;
        transition: all .4s ease-in-out;
    }

        .social-icons-box a:hover {
            background-color: rgba(233, 156, 14, 1);
            transition: all .4s ease-in-out;
        }

.header-top-img {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
    width: 100%;
}

.right-img {
    max-width: 590px;
    width: 100%;
}

/* ===== Login ======= */

.login-content-box .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 1050;
    opacity: 1;
}

/* Sidebar login form */
.login-content-box .login-sidebar {
    position: fixed;
    top: 0;
    right: -680px; /* hidden initially */
    width: 680px;
    height: 100%;
    background: #fff;
    /* backdrop-filter: blur(50px); */
    padding: 30px;
    transition: right 0.3s ease-in-out;
    z-index: 1100;
    border-radius: 26px 0 0 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-content-box .login-sidebar.active {
        right: 0; /* slide in */
        box-shadow: -2px 0 10px rgba(0,0,0,0.3);
        transition: right 0.3s ease-in-out;
    }

.login-content-box .overlay.active {
    display: block;
}

/* Close button */
.login-content-box .close-btn {
    float: right;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
    color: #000;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all .4s ease-in-out;
}

    .login-content-box .close-btn:hover {
        color: rgba(245, 193, 86, 1);
        transition: all .4s ease-in-out;
    }

.login-content-box .login-sidebar .login-top-title {
    margin-bottom: 40px;
}
    /* Overlay background */
    .login-content-box .login-sidebar .login-top-title h2 {
        font-family: 'Oswald';
        font-weight: 500;
        font-size: 36px;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 0;
    }

    .login-content-box .login-sidebar .login-top-title p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        text-transform: capitalize;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 0;
    }

.login-content-box .login-form {
    margin-bottom: 25px;
}

.login-form .form-group label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 14.5px;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.login-form .form-group {
    margin-bottom: 25px;
}

    .login-form .form-group:last-child {
        margin-bottom: 0;
    }

.is-invalid {
    border-color: #dc3545 !important;
    background-color: #fff6f6;
}

.login-form .input-group {
    border-radius: 100px;
    border: 1px solid rgba(195, 195, 195, 1);
    padding: 14px 20px;
}

.login-content-box .login-form .input-group .form-control:focus,
.login-content-box .login-form .input-group .form-control {
    border: none;
    padding: 0 0 0 10px;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: rgba(167, 167, 167, 1);
}

.login-form .input-group .input-group-text {
    padding: 0;
}

.input-box-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    .input-box-group .input-group {
        padding: 12px 15px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

/* .sign_up_form {
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
} */

    
.login-content-box .form-group input[type="email"],
.login-content-box .form-group input[type="email"]:focus {
    text-transform: lowercase;
}

.login-content-box .form-group .form-control:focus,
.login-content-box .form-group .form-control,
.login-content-box .form-group input[type="email"]:focus,
.login-content-box .form-group input[type="password"]:focus,
.login-content-box .form-group input[type="email"],
.login-content-box .form-group input[type="password"] {
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid rgba(195, 195, 195, 1);
    padding: 16px 23px;
    color: rgba(167, 167, 167, 1);
    box-shadow: none;
    outline: 0;
    margin: 0;
}

.login-content-box .remember-forgot .form-check-input:focus {
    outline: 0;
    box-shadow: none;
    border: none;
}

.form-check-input:checked[type=radio] {
    background-color: rgba(10, 186, 181, 1);
    border: none;
    /* background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%23000'/></svg>"); */
}

.form-check-input:checked[type=checkbox],
.login-content-box .remember-forgot .form-check-input:checked {
    background-color: rgba(10, 186, 181, 1);
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
}

/* Password wrapper */
.login-content-box .password-wrapper {
    position: relative;
    width: 100%;
}

    .login-content-box .password-wrapper input {
        padding-right: 40px; /* space for eye icon */
        width: 100%;
    }

.login-content-box .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #666;
}

.login-content-box .remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 30px;
}

    .login-content-box .remember-forgot label {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: rgba(32, 32, 32, 1);
    }

.login-content-box .form-group p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}

.login-content-box .remember-forgot label a {
    font-weight: 600;
    color: rgba(32, 32, 32, 1);
}

.login-content-box .remember-forgot .form-check {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding-left: 0;
    width: 50%;
}

.login-content-box .signup-sidebar .remember-forgot .form-check {
    width: 100%;
}

.login-content-box .remember-forgot .form-check-input[type=checkbox] {
    max-width: 20px;
    width: 100%;
    height: 20px;
    outline: 0;
    margin-top: 0;
    border: 1px solid rgba(195, 195, 195, 1);
    margin: 0;
    padding: 0;
}


.login-content-box .remember-forgot a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    text-align: right;
}

    .login-content-box .remember-forgot a:hover {
        color: rgba(245, 193, 86, 1);
    }

.login-content-box button.login-btn {
    width: 100%;
    padding: 14px 20px;
    background-color: rgba(10, 186, 181, 1);
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    border-radius: 10px;
    border: 0;
    transition: all .4s ease-in-out;
}

    .login-content-box button.login-btn:hover {
        background-color: #000;
        transition: all .4s ease-in-out;
        color: #fff;
    }

.login-content-box .divider {
    text-align: center;
    margin: 10px 0;
    position: relative;
}

    .login-content-box .divider::before,
    .login-content-box .divider::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 45%;
        height: 1px;
        background: rgba(102, 102, 102, 1);
    }

    .login-content-box .divider::before {
        left: 0;
    }

    .login-content-box .divider::after {
        right: 0;
    }

.login-content-box .action-btns {
    margin-bottom: 20px;
}

    .login-content-box .action-btns button {
        width: 100%;
        padding: 14px 20px;
        border: 1px solid rgba(195, 195, 195, 1);
        border-radius: 10px;
        background: #fff;
        cursor: pointer;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: capitalize;
        gap: 8px;
        font-weight: 500;
        line-height: 22px;
        color: rgba(38, 38, 38, 1);
    }

        .login-content-box .action-btns button:hover {
            border-color: rgba(245, 193, 86, 1);
            background-color: rgba(245, 193, 86, 1);
            color: rgba(15, 15, 15, 1);
        }

.login-content-box .signup {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    text-align: center;
}

    .login-content-box .signup a {
        text-decoration: none;
        color: rgba(32, 32, 32, 1);
        font-weight: 600;
    }

        .login-content-box .signup a:hover {
            text-decoration: underline;
        }

.login-info-box {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.login-content-box .signup-sidebar .login-top-title {
    margin-bottom: 20px;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 25px 0 15px;
}

    .otp-inputs input {
        width: 45px;
        height: 50px;
        text-align: center;
        font-size: 20px;
        border: 1px solid #ccc;
        border-radius: 8px;
        outline: none;
        transition: 0.2s;
    }

        .otp-inputs input:focus {
            border-color: #e53935;
            box-shadow: 0 0 5px rgba(229, 57, 53, 0.4);
        }

.login-content-box .login-sidebar .login-top-title.verification-title h2 {
    margin-bottom: 5px;
}

.login-content-box .login-sidebar .login-top-title.verification-title p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    text-transform: none;
    color: rgba(102, 102, 102, 1);
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.verify-form .form-group p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

    .verify-form .form-group p span {
        font-weight: 500;
        color: rgba(38, 165, 65, 1);
    }

/* === breadcrumbs-section ==== */

.breadcrumbs-section {
    padding: 180px 1rem 60px;
    background-image: url(../img/bruadcum-banner.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 360px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0 0 20px 20px;
}

.breadcum_arrow_img {
    position: absolute;
    top: 132px;
    right: 140px;
}

.page-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 15px;
}

    .page-title h1 {
        font-family: 'Oswald';
        font-weight: 500;
        font-size: 56px;
        line-height: 66px;
        text-align: center;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
    }

.breadcrumb-item,
.breadcrumb-item a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

    .breadcrumb-item.active {
        font-weight: 600;
        color: #fff;
    }

    .breadcrumb-item a:hover {
        color: rgba(250, 214, 62, 1);
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
    }

/* ========= Inner Service Page ====== */

.inner-service-section {
    padding: 100px 1rem;
}

.left-mebership-box img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.right-membership-box .section-title {
    margin-bottom: 50px;
}

.right-membership-box .section-title span,
.right-membership-box .section-title h3,
.right-membership-box .section-title h4,
.right-membership-box .section-title p {
    text-align: left;
}

.right-membership-box .section-title h4 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 36px;
    line-height: 56px;
    color: rgba(32, 32, 32, 1);
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.right-membership-box .section-title h4 small {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

.buy-btn:focus,
.buy-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 186, 181, 1);
    border-radius: 10px;
    padding: 16px 35px;
}


.product-accordion-box .accordion-item {
  background-color: transparent;
  border-color: rgba(195, 195, 195, 1);
}

.product-accordion-box .accordion-item .accordion-header {
    margin: 0;
}

.product-accordion-box .accordion-button {
  background: transparent;
}


.product-accordion-box .accordion-item .accordion-button:focus,
.product-accordion-box .accordion-item .accordion-button {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: rgba(32, 32, 32, 1);
    padding: 20px 1rem 20px 0;
    box-shadow: none;
    text-transform: capitalize;
}

.accordion-body {
    padding: 0 0 20px;
}

.product-accordion-body {
    padding: 0 0 40px;
}

.accordion .accordion-item .accordion-body > p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 30px;
}

.accordion .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}

.product-accordion-box .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: rgba(32, 32, 32, 1);
}

.product-accordion-box .accordion-item .accordion-button::after {
    width: auto;
    height: auto;
}

.product-accordion-box .accordion-item .accordion-button::after {
  content: '\F4FE';
  background-image: none;
  font-family:'bootstrap-icons';
}

.product-accordion-box .accordion-item .accordion-button:not(.collapsed)::after {
  content: '\F2EA';
  background-image: none;
  transform: none;
}

.accordion-product-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 0;
    padding: 0 0 0;
    list-style-type: none;
}

.accordion-product-list ul li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 25px;
    color: rgba(102, 102, 102, 1);
    align-items: center;
}

.accordion-product-list ul li i {
    margin-top: 0;
}

.accordion-product-list ul li:last-child {
    margin-bottom: 0;
}

/* 
.details-img {
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.details-content-body h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 25px;
}

.details-left-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

    .details-left-content p:last-child {
        margin-bottom: 0;
    }

.details-list-items ul {
    margin: 0;
}

    .details-list-items ul li {
        margin-bottom: 1rem;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.8;
        color: rgba(255, 255, 255, 1);
    }

        .details-list-items ul li:last-child {
            margin-bottom: 0;
        }

.solution-section {
    background-image: url(../img/fras_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 1rem;
    height: 100%;
}

.solution-box .nav-pills .nav-link {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #FFFFFF66;
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 17px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    transition: all .4s ease-in-out;
}

    .solution-box .nav-pills .nav-link.active {
        background: #F5C156;
        backdrop-filter: blur(35.83000183105469px);
        border-color: transparent;
        color: #1F2D3A;
        transition: all .4s ease-in-out;
    }

        .solution-box .nav-pills .nav-link.active .img-icon .normal-img,
        .solution-box .nav-pills .nav-link .img-icon .active-img {
            display: none;
        }

        .solution-box .nav-pills .nav-link.active .img-icon .active-img {
            display: block;
        }

    .solution-box .nav-pills .nav-link:last-child {
        margin-bottom: 0;
    }

.solution-tab-box-content h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 25px;
}

.solution-tab-box-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.solution-list-item ul {
    padding: 0 0 0 20px;
    margin: 0;
}

    .solution-list-item ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
        color: rgba(255, 255, 255, 1);
    }

        .solution-list-item ul li:last-child {
            margin-bottom: 0;
        }

.our-team-box .team-card .team-card-body p {
    max-width: 100%;
    margin-bottom: 15px;
}

    .our-team-box .team-card .team-card-body p:last-child {
        margin-bottom: 0;
    }

.left-section-title {
    margin-bottom: 20px;
}

    .left-section-title h4 {
        font-weight: 600;
        font-size: 36px;
        line-height: 120%;
        text-transform: uppercase;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 0;
    } */

/* .our-team-box .team-card .author-info-box {
      margin-bottom: 10px;
    } */

/* ==== */
.product-slider-container {
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 25px;
    padding: 0;
    box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.product-single-carousel.owl-carousel.owl-theme .owl-nav {
    top: 45%;
    justify-content: space-between;
    width: 100%;
}

    .product-single-carousel.owl-carousel.owl-theme .owl-nav button {
        position: absolute;
        background-color: #fff;
        color: #000;
    }

        .product-single-carousel.owl-carousel.owl-theme .owl-nav button.owl-prev {
            left: 10px;
            right: auto;
        }

        .product-single-carousel.owl-carousel.owl-theme .owl-nav button.owl-next {
            right: 10px;
        }

.prod-thumbnail.owl-carousel.owl-theme .owl-nav.disabled {
    display: none;
}

.brands-slider.owl-carousel.owl-theme .owl-nav.disabled {
    display: none;
}

.prod-thumbnail .owl-dot {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

    .prod-thumbnail .owl-dot:last-child {
        margin-bottom: 0;
    }

    .prod-thumbnail .owl-dot:hover,
    .prod-thumbnail .owl-dot.active {
        border-color: rgba(92, 225, 230, 1);
    }

        .prod-thumbnail .owl-dot.active img,
        .prod-thumbnail img:hover {
            border: none;
        }

.product-slider-container:not(.container) {
    position: relative;
    padding-left: 1px;
    padding-right: 1px
}

    .product-slider-container:not(.container):hover .prod-full-screen {
        opacity: 1
    }

    .product-slider-container:not(.container) button.owl-next:not(.disabled),
    .product-slider-container:not(.container) button.owl-prev:not(.disabled) {
        opacity: 1
    }

@media screen and (min-width: 1680px) {
    .product-center-vertical .prod-thumbnail {
        width: 125px;
    }

    .product-center-vertical .product-slider-container {
        width: calc(100% - 125px);
    }
}

.product-single-gallery {
    gap: 10px;
}

.prod-full-screen {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    transition: all 0.5s ease-in-out;
    outline: none;
    opacity: 0;
    z-index: 1;
}

.product-single-gallery .prod-full-screen {
    bottom: auto;
    top: 1rem;
    background-color: #fff;
    padding: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

    .product-single-gallery .prod-full-screen:hover {
        background-color: rgba(245, 193, 86, .9);
        transition: all .4s ease-in-out;
    }

.prod-full-screen i {
    color: #000;
    font-size: 20px;
    line-height: 1;
    cursor: pointer
}

.product-top-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .product-top-title .location {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    }

.product-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 160%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.product-order-box {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.product-item-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

    .product-item-box span {
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 8px;
        display: block;
    }

    .product-item-box h4 {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 24px;
        line-height: 125%;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
    }

        .product-item-box h4 small {
            font-size: 14px;
            font-weight: 400;
        }

.product-single-details .product-single-qty {
    margin: 0;
    width: auto;
}

/* 
.product-single-qty, .single-quantity-box.card-box .product-single-qty {
    max-width: 172px;
    width: 100%;
    margin: 0;
    padding: 4px;
    border-color: rgba(119, 148, 141, 1);
} */

.product-single-qty {
    display: inline-block;
    max-width: 165px;
    width: 100%;
    vertical-align: middle;
}

    .product-single-qty .bootstrap-touchspin.input-group {
        flex-wrap: nowrap;
        max-width: none;
        padding-right: 0;
        gap: 10px;
    }

        .product-single-qty .bootstrap-touchspin.input-group .input-group-btn {
            margin-bottom: 0;
        }

    .product-single-qty .bootstrap-touchspin .form-control {
        width: 2.7em;
        height: 38px;
        padding: 10px 2px;
        background: transparent;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        border-radius: 7px !important;
    }

        .product-single-qty .bootstrap-touchspin .form-control,
        .product-single-qty .bootstrap-touchspin .form-control:not(:focus),
        .product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
            border-color: #dae2e6;
        }

    .product-single-qty .btn {
        border-radius: 7px;
        width: 38px;
        height: 38px;
        padding: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        color: #fff;
        border: 1px solid rgba(195, 195, 195, 1);
    }

        .product-single-qty .btn:hover {
            color: #000;
            background-color: rgba(245, 193, 86, 1);
        }

        .product-single-qty .btn.btn-down-icon:hover:before,
        .product-single-qty .btn.btn-down-icon:hover:after,
        .product-single-qty .btn.btn-up-icon:hover:before,
        .product-single-qty .btn.btn-up-icon:hover:after {
            background-color: #000;
        }

        .product-single-qty .btn.btn-outline {
            border-color: rgba(195, 195, 195, 1);
        }

        .product-single-qty .btn.btn-down-icon:after,
        .product-single-qty .btn.btn-up-icon:before,
        .product-single-qty .btn.btn-up-icon:after {
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 9px;
            height: 1px;
            background: #fff;
            content: "";
        }

        .product-single-qty .btn.btn-up-icon:before {
            transform: rotate(90deg);
        }

    .product-single-qty .horizontal-quantity::-webkit-outer-spin-button, .product-single-qty .horizontal-quantity::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

.produt-action-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}

    .produt-action-btns p {
        font-weight: 600;
        font-size: 12px;
        line-height: 150%;
        color: #fff;
        margin-bottom: 0;
        width: 25%;
        text-align: right;
    }

        .produt-action-btns p span {
            font-weight: 500;
        }

.product-body-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 20px;
}

    .product-body-content p:last-child {
        margin-bottom: 0;
    }

.product-divider {
    color: rgba(102, 102, 102, 1);
}

.product-accordion-box .accordion-button {
    background: transparent;
}


.product-accordion-box .accordion-item .accordion-button:focus,
.product-accordion-box .accordion-item .accordion-button {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

/* ======= Wizard Form ===== */

.cart-section {
    padding: 100px 1rem;
}

.cart-section .section-title {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 40px;
}

.step-content {
    background-color: transparent;
    border: none;
}

.wizerd_step_content .step-content {
    display: none;
}

    .wizerd_step_content .step-content.active {
        display: block;
        animation: fadeIn 0.4s ease-in-out;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wizard-steps {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 80px;
}

.wizard-step {
    flex: 1;
    text-align: center;
    position: relative;
}

    .wizard-step p {
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        text-transform: capitalize;
        color: rgba(102, 102, 102, 1);
    }

    .wizard-step.active p {
        color: rgba(32, 32, 32, 1);
        font-weight: 500;
    }

    .wizard-step .icon {
        width: 80px;
        height: 80px;
        line-height: 1;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 1);
        /* border: 1px solid rgba(102, 102, 102, 1); */
        font-size: 40px;
        color: rgba(102, 102, 102, 1);
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .wizard-step.active .icon .active-img,
        .wizard-step .icon .normal-img {
            display: block;
            transition: all .4s ease-in-out;
        }

        .wizard-step .icon .active-img,
        .wizard-step.active .icon .normal-img {
            display: none;
            transition: all .4s ease-in-out;
        }

    /* .wizard-step.active .icon {
        border-color: rgba(228, 34, 34, 1);
        background: rgba(228, 34, 34, 1);
        color: #fff;
    } */

    .wizard-step p {
        margin: 0;
        font-weight: 500;
    }
    /* Connector lines */
    .wizard-step::before {
        content: "";
        position: absolute;
        top: 40px;
        left: auto;
        width: 100%;
        max-width: 240px;
        height: 2px;
        background: rgba(195, 195, 195, 1);
        z-index: 0;
        margin: 0 auto;
        display: none;
    }
    /* Connector lines */
    .wizard-step::after {
        content: "";
        position: absolute;
        top: 40px;
        left: 230px;
        width: 100%;
        max-width: 240px;
        height: 2px;
        background: rgba(195, 195, 195, 1);
        z-index: 0;
        margin: 0 auto;
    }

    .wizard-step.active::before {
        background: rgba(195, 195, 195, 1);
        display: block;
    }

    .wizard-step:first-child::before {
        display: none;
    }

    .wizard-step.active:last-child::before,
    .wizard-step:last-child::after {
        display: none;
    }

    /* .wizard-step.active::after {
        background: rgba(228, 34, 34, 1);
    } */

.recipient-details-step,
.sender-details-step,
.package-details-step {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.form-title h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 118%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0px;
}

.package-details-step .package-box {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(195, 195, 195, 1);
}

    .package-details-step .package-box:last-child {
        border-bottom: 0;
    }

.package-details-step .switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .package-details-step .switch span {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: right;
        color: rgba(102, 102, 102, 1);
    }

.switch span.active {
    font-weight: 500;
    color: rgba(32, 32, 32, 1);
}

.package-details-step .toggle-btn {
    width: 45px;
    height: 25px;
    background-color: rgba(233, 156, 14, 1);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07) inset;
}

    .package-details-step .toggle-btn::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 19px;
        height: 19px;
        background: rgba(32, 32, 32, 1);
        border-radius: 50%;
        transition: 0.3s;
    }

    .package-details-step .toggle-btn.active {
        background-color: rgba(228, 34, 34, 1);
    }

        .package-details-step .toggle-btn.active::before {
            transform: translateX(20px);
            background: #fff;
        }

.package-details-step td[contenteditable="true"]:focus {
    outline: 2px solid #0d6efd;
    background-color: #f8f9fa;
}

.package-box .form-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 14.5px;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 12px;
    display: block;
}


.package-box .form-select,
.package-box .form-control {
    border-color: rgba(195, 195, 195, 1);
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    padding: 14px 20px;
    height: 50px;
}

    .shipping-form-box .form-group .form-select:focus,
    .shipping-form-box .form-group .form-control:focus,
    .package-box .form-group .form-control:focus {
        outline: 0;
        box-shadow: none;
        border-color: rgba(228, 34, 34, 1);
    }

/* Order Box */
.order-box {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 20px;
    padding: 20px;
    background: transparent;
}

    .order-box h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 180%;
        text-transform: capitalize;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 10px;
    }

        .order-box h5 span {
            font-weight: 500;
            font-size: 14px;
            line-height: 180%;
            text-transform: capitalize;
            color: rgba(102, 102, 102, 1);
            display: block;
        }

    .order-box p {
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        color: rgba(32, 32, 32, 1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .order-box ul {
        margin: 0;
        padding-left: 20px;
    }

        .order-box ul li {
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            color: rgba(102, 102, 102, 1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-bottom: 15px;
        }

            .order-box p span,
            .order-box ul li span {
                font-weight: 600;
                color: rgba(32, 32, 32, 1);
            }

    .order-box hr {
        border-color: rgba(195, 195, 195, 1);
        width: 100%;
        margin: 15px auto;
        opacity: 1;
    }

    .order-box .total {
        border-top: 1px solid rgba(195, 195, 195, 1);
        padding-top: 15px;
    }

        .order-box .total p {
            margin-bottom: 0;
        }

.cart-table-list.table-bordered > :not(caption) > * > * {
    border-width: 0;
}

.cart-table-list {
    border-radius: 20px;
    border: 1px solid rgba(195, 195, 195, 1);
    border-collapse: separate;
    border-spacing: 0 2px !important;
    margin-bottom: 0;
    overflow: hidden;
}

    .cart-table-list thead {
        background-color: rgba(245, 245, 245, 1);
        border-color: rgba(195, 195, 195, 1);
        vertical-align: middle;
    }

        .cart-table-list thead tr th {
            font-weight: 500;
            font-size: 18px;
            line-height: 100%;
            text-transform: capitalize;
            color: rgba(32, 32, 32, 1);
            padding: 12px 20px;
            width: auto;
        }

            .cart-table-list thead tr th:first-child {
                width: 10%;
            }

    .cart-table-list tr:last-child td {
        border-bottom: 0;
    }

    .cart-table-list tbody {
        vertical-align: top;
    }

        .cart-table-list tbody tr td {
            padding: 20px;
            font-weight: 400;
            font-size: 16px;
            line-height: 135%;
            color: rgba(102, 102, 102, 1);
        }

            .cart-table-list tbody tr td input:read-only {
                border: none;
                padding: 0;
                height: auto;
                margin: 0;
            }

            .cart-table-list tbody tr td input:focus,
            .cart-table-list tbody tr td input {
                background-color: transparent;
                border: 1px solid rgba(195, 195, 195, 1);
                padding: 10px;
                font-weight: 500;
                font-size: 16px;
                line-height: 135%;
                color: #fff;
                box-shadow: none;
                outline: 0;
            }

            .cart-table-list tbody tr td p {
                white-space: normal;
                word-break: break-all;
                margin-bottom: 0;
                max-width: 400px;
                width: 100%;
            }

            .cart-table-list tbody tr td .action-btns .btn {
                height: auto;
            }

            .cart-table-list tbody tr td img {
                max-width: 150px;
                width: auto;
            }

            .tbl-content h5 {
                font-family: 'Poppins';
                font-weight: 500;
                font-size: 18px;
                line-height: 135%;
                color: rgba(32, 32, 32, 1);
                margin-bottom: 5px;
            }

            .tbl-content p {
                font-family: 'Poppins';
                font-weight: 400;
                font-size: 16px;
                line-height: 195%;
                color: rgba(102, 102, 102, 1);
            }

            .form-radio-box .form-check .form-check-input[type=radio] {
                margin-bottom: 0;
                width: 20px;
                height: 20px;
            }

.cart-action-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 16px;
}

    .cart-action-btns .btn:focus,
    .cart-action-btns .btn {
        max-width: 180px;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-transform: capitalize;
        color: rgba(32, 32, 32, 1);
        padding: 15px;
        transition: all .4s ease-in-out;
    }

    
        .cart-action-btns .btn.buy-btn {
            color: #fff;
        }
        .cart-action-btns .btn.upcomming-btn {
            color: #fff;
            background-color: rgba(48, 144, 175, 1);
        }

        .cart-action-btns .btn.details-btn:hover {
            color: #fff! important;
        }

            .cart-action-btns .btn.upcomming-btn:active,
            .cart-action-btns .btn.upcomming-btn:hover,
            .cart-action-btns .btn.details-btn:hover {
                color: #000000;
                transition: all .4s ease-in-out;
            }

.form-check label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0px;
}
/* 
    
select.form-control:not([size]):not([multiple]) {
    height: auto;
}

select.form-control-sm:not([size]):not([multiple]) {
    padding: 0;
    padding-left: 1.2rem;
    height: 3.7rem;
    font-size: 1.4rem;
    letter-spacing: -0.013em
} */

.form-control::placeholder {
    font-family: 'poppiens', sans-serif;
    color: rgba(102, 102, 102, 1) !important;
    opacity: 1 !important;
    font-weight: 400;
}

.form-control:read-only::placeholder {
    color: rgba(32, 32, 32, 1) !important;
    opacity: 1 !important;
}

textarea.form-control {
    padding-top: 0.8rem;
    min-height: 151px;
    border-color: #ebebeb
}

.shipping-form-box .col .form-group {
    margin-bottom: 25px;
}

.shipping-form-box .col:last-child .form-group {
    margin-bottom: 0;
}

.shipping-form-box .form-group h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 118%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 20px;
}

.shipping-form-box .form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 14.5px;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 12px;
}

.upload-box {
    border: 1px dashed rgba(195, 195, 195, 1);
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    background-color: rgba(245, 249, 252, 1);
    cursor: pointer;
    transition: border-color 0.3s ease;
    border-radius: 10px;
}

    .upload-box.dragover {
        border-color: rgba(255, 255, 255, 0.4); /* bootstrap info color */
    }
.shipping-form-box .form-group .upload-box .outline-btn {
    border: 1px solid rgba(15, 15, 15, 1);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14.23px;
    line-height: 100%;
    text-align: center;
    color: rgba(15, 15, 15, 1);
}
.shipping-form-box .form-group .upload-box .outline-btn:hover {
    color: #fff;
}

.formats {
    font-size: 14px;
    color: #aaa;
    margin-top: 15px;
}
/* Thumbnail preview box */
.preview-item {
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #444;
    border-radius: 8px;
    background: #222;
    margin: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .preview-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}

.file-info {
    font-size: 12px;
    color: #ccc;
    text-align: center;
    margin-top: 5px;
    word-wrap: break-word;
    max-width: 120px;
}

.form-radio-box .form-check label {
    margin-bottom: 0;
}

/* .shipping-form-box .form-group .form-select {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
    } */

.shipping-form-box .form-group .form-select,
.shipping-form-box .form-group .form-control {
    width: 100%;
    padding: 14px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(195, 195, 195, 1);
    border-radius: 10px;
    height: 50px;
}
/* 
.shipping-form-box .form-group input[type="date"] {
    padding-left: 40px;
} */

/* .form-group input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    left: 20px;
    width: 100%;
} */

.shipping-form-box .form-group .form-control:read-only {
    background-color: rgba(245, 245, 245, 1);
    cursor: not-allowed;
    opacity: 1;
    border-color: rgba(195, 195, 195, 1);
}

.shipping-form-box .form-group input[type="email"]:read-only {
    text-transform: lowercase;
}

.form-radio-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
}

.shiping-info .form-check-input {
    margin-top: 0;
}

.form-radio-box .form-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}

.form-radio-box .form-check-input:focus,
.form-radio-box .form-check-input {
    margin-top: 0;
    padding: 0;
    box-shadow: none;
}

.shiping-info .form-check-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breaking {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.shiping-info .form-check-label span {
    color: rgba(32, 32, 32, 1);
    font-weight: 600;
}

.shiping-info {
    margin-bottom: 20px;
}

    .shiping-info .form-check {
        margin-bottom: 15px;
    }

        .shiping-info .form-check:last-child {
            margin-bottom: 0;
        }

/* .offer-modal .modal-dialog {
        max-width: 620px;
        width: 100%;
    }

    .offer-modal .modal-dialog .modal-content {
        border-radius: 20px;
        border-color: rgba(224, 224, 224, 1);
    }

    .offer-modal .modal-dialog .modal-header {
        background-color: rgba(245, 245, 245, 1);
        border-bottom: 1px solid rgba(228, 228, 228, 1);
        border-radius: 20px 20px 0 0;
        padding: 17px 30px;
        height: auto;
    }

    .offer-modal .modal-dialog .modal-header h4 {
        
        font-weight: 600;
        font-size: 24px;
        line-height: 1.2;
        text-transform: capitalize;
        color: rgba(32, 32, 32, 1);
    }

    .offer-modal .close-btn {
        border: none;
        background-color: transparent;
        padding: 0;
        font-size: 24px;
        font-weight: 700;
    }

    .offer-modal .modal-body {
        padding: 20px 30px;
    }

    .offer-title {
        margin-bottom: 20px;
    }

    .offer-body-content h4 {
        
        font-weight: 500;
        font-size: 20px;
        line-height: 170%;
        text-align: center;
        text-transform: uppercase;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 0;
    } */

.offer-body-content h4 span {
    font-weight: 600;
}

.offer-body-content small {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: rgba(102, 102, 102, 1);
    display: block;
}

.offer-form .form-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1rem;
    margin-bottom: 15px;
}

.offer-form .form-group .form-control {
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(35.83000183105469px);
    color: #fff;
}

.offer-form .form-group textarea.form-control {
    border-radius: 20px;
}

.offer-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: 80%;
}

    .offer-info p {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 12px;
        line-height: 170%;
        text-align: right;
        text-transform: uppercase;
        color: rgba(102, 102, 102, 1);
    }

        .offer-info p span {
            font-weight: 600;
        }

.offer-action-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}

    .offer-action-btns button {
        border-radius: 100px;
        background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
        border: 1px solid rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(35.83000183105469px);
        max-width: 180px;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
        padding: 15px 20px;
    }

.offer-form .form-group .form-label span {
    font-weight: 500;
    font-size: 14px;
    line-height: 14.5px;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.offer-form .action-btns .buy-btn {
    padding: 15px 20px;
    max-width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.offer_support a {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    text-decoration: underline;
    color: rgba(32, 32, 32, 1);
    display: inline-block;
}

.offer-body-table {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 10px;
    padding: 0 0 5px;
}

.offer-table-header {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(195, 195, 195, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}

    .offer-table-header h4 {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        text-transform: capitalize;
        margin-bottom: 0;
        color: rgba(32, 32, 32, 1);
    }

.offer-bid-list {
    padding: 15px 30px 15px 20px;
    height: 350px;
    overflow-y: auto;
}

    .offer-bid-list ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }

        .offer-bid-list ul li {
            font-weight: 600;
            font-size: 20px;
            line-height: 125%;
            color: rgba(32, 32, 32, 1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            gap: 15px;
        }


            .offer-bid-list ul li span {
                font-weight: 400;
                font-size: 16px;
                line-height: 125%;
                color: rgba(102, 102, 102, 1);
            }

.payment-box {
    background: #1b1b26;
    border-radius: 12px;
    padding: 10px 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

    .payment-box:hover {
        background: #242434;
    }

    .payment-box input[type="radio"] {
        accent-color: #ffbf36;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        cursor: pointer;
    }

.payment-info {
    flex-grow: 1;
}

    .payment-info small {
        color: #aaa;
    }

.card-logo img {
    width: 50px;
    height: auto;
}

.btn-custom {
    background: transparent;
    border: 1px solid #ffbf36;
    color: #ffbf36;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-custom:hover {
        background: #ffbf36;
        color: #000;
    }

/* ======= THank you ===== */
.thank-you-section {
    padding: 100px 1rem;
    width: 100%;
    height: 100%;
}

.thank-you-content {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}

.booking-thank-you-content {
    max-width: 620px;
}

.thank-you-content img {
    max-width: 84px;
    width: 100%;
    margin-bottom: 10px;
}

.thank-you-details {
    margin-bottom: 40px;
}

.thank-you-details h1 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 45px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.thank-you-details span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    display: block;
    margin-bottom: 10px;
}

.thank-you-details p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

.booking-thank-you-details p {
    font-weight: 400;
}

.order-overview {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(245, 245, 245, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(195, 195, 195, 1);
    padding: 20px;
    border-radius: 20px;
}

.order-overview h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 190%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 15px;
    text-align: left;
}

.order-overview ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.order-overview ul li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: rgba(32, 32, 32, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.thank-you-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
}

    .thank-you-footer .btn {
        max-width: 265px;
        width: 100%;
        border-radius: 10px;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        color: rgba(48, 144, 175, 1);
        padding: 15px 20px;
        border-color: rgba(48, 144, 175, 1);
    }

   .thank-you-footer .outline-btn:hover {
        color: #fff;
    }

    .thank-you-footer .btn.upcomming-btn {
        color: rgba(255, 255, 255, 1);
        border-color: transparent;
    }

/* .login-box .dropdown-menu {
    background: rgba(23, 24, 33, 1);
    border-radius: 12px;
    padding: 10px 0;
    border: none;
    min-width: 290px;
  } */

.login-box .profile-toggle.show::after {
    transform: rotate(180deg);
    transition: all .4s ease-in-out;
}

.login-box .profile-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.login-box .profile-toggle {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

    .login-box .profile-toggle:hover {
        color: rgba(233, 156, 14, 1);
    }

/* ==== DashBoard ==== */
/* .dashboard-page {
      padding: 115px 1rem 0px;
      background-image: url(../img/hero-banner.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
    } */

.dashboard-section {
    padding: 100px 1rem;
}

.store-top-section {
    margin-bottom: 30px;
}

.dashboard-tab-box .nav-pills {
    background: transparent;
    border: 1px solid rgba(233, 156, 14, 1);
    border-radius: 100px;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .dashboard-tab-box .nav-pills .nav-item {
        border-right: 1px solid rgba(233, 156, 14, 1);
    }

        .dashboard-tab-box .nav-pills .nav-item:last-child {
            border-right: 0;
        }

        .dashboard-tab-box .nav-pills .nav-item .nav-link {
            padding: 13px 25px;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            text-align: center;
            color: rgba(233, 156, 14, 1);
            border-radius: 0;
        }

        .dashboard-tab-box .nav-pills .nav-item:first-child .nav-link {
            border-radius: 100px 0 0 100px;
        }

        .dashboard-tab-box .nav-pills .nav-item:last-child .nav-link {
            border-radius: 0 100px 100px 0;
        }

        .dashboard-tab-box .nav-pills .nav-item .nav-link.active {
            background-color: rgba(245, 193, 86, 1);
            color: rgba(31, 45, 58, 1);
        }

.dashboard-card {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(195, 195, 195, 1);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
}

.dashboard-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
}

    .dashboard-card-header p {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
    }

.dashboard-card-img {
    max-width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

    .dashboard-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.rating-tag {
    background-color: rgba(59, 153, 0, 0.1);
    display: flex;
    border: 0.5px solid rgba(59, 153, 0, 0.5);
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 100px;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: rgba(59, 153, 0, 1);
}

.body-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 6px;
}

    .body-title h3 {
        font-weight: 600;
        font-size: 48px;
        line-height: 100%;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
    }

.dashboard-card-body p {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.dashboard-card-header h4 {
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.dashboard-card-header a span {
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 10px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.dashboard-card-header a.view-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(15, 15, 15, 1);
    padding: 0;
    position: static;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(195, 195, 195, 1);
}

    .dashboard-card-header a.view-btn:active,
    .dashboard-card-header a.view-btn:hover {
        color: rgba(245, 193, 86, 1);
        border-color: rgba(245, 193, 86, 1);
    }


.table.dataTable {
    border-spacing: 0 7px !important;
    border-collapse: separate !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: 0 !important;
    padding: 0;
    background-color: transparent;
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 20px;
}

.pipline-stage-list .table-responsive {
    height: 300px;
}

.pipline-stage-list table tr th:first-child,
.pipline-stage-list table tr td:first-child {
    text-align: left;
}

.pipline-stage-list table tr th:last-child,
.pipline-stage-list table tr td:last-child {
    text-align: right;
}
/* 
.chat-table thead tr th {
	width: auto! important;
} */

.chat-table thead {
    background: rgba(245, 245, 245, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(195, 195, 195, 1);
    height: auto;
    border-radius: 10px;
    vertical-align: middle;
}

.chat-table tbody tr th,
.chat-table tbody tr td {
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(195, 195, 195, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    padding: 10px 20px;
}

    .chat-table tbody tr td p {
        white-space: normal;
        word-break: break-all;
        margin-bottom: 0;
        max-width: 260px;
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        text-transform: capitalize;
        color: rgba(102, 102, 102, 1);
    }

    .chat-table tbody tr td .action-btns {
        margin-top: 0;
    }

    .chat-table tbody tr td .rating-tag {
        padding: 6px 20px;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-transform: capitalize;
        color: rgba(38, 165, 65, 1);
    }

        .chat-table tbody tr td .rating-tag.track {
            color: rgba(233, 156, 14, 1);
            border-color: rgba(233, 156, 14, 1);
        }

.assets_table_list.chat-table thead tr th,
.assets_table_list.chat-table tbody tr td {
    padding: 14px 20px;
}

.chat-table tbody tr th:first-child,
.chat-table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
    text-align: left;
    border-left: 1px solid rgba(195, 195, 195, 1) !important;
}

.chat-table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
    text-align: right;
    border-right: 1px solid rgba(195, 195, 195, 1) !important;
}

.chat-table thead tr th {
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(195, 195, 195, 1);
    border-left-color: transparent !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    padding: 10px 20px;
}

.chat-list-right-box .chat-table tbody tr td {
    font-weight: 500;
}

.chat-table thead,
.chat-table tbody {
    vertical-align: middle;
}

    .chat-table tbody tr td:first-child,
    .chat-table thead tr th:first-child {
        border-left: 1px solid rgba(195, 195, 195, 1) !important;
    }


    .chat-table thead tr th:last-child {
        cursor: default !important;
        border-radius: 0 10px 10px 0;
        border-right-width: 1px;
    }

    .chat-table thead tr th:first-child {
        cursor: default !important;
        border-radius: 10px 0 0 10px;
        text-align: left;
        border-left-width: 1px;
    }


.status-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    width: 100%;
    color: rgba(255, 107, 107, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
}

    .status-box.active {
        color: rgba(59, 153, 0, 1);
    }

.chart-pie-donut .apexcharts-datalabel-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.5px;
    text-align: center;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1);
}


.chart-pie-donut .apexcharts-datalabel-value {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.92px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1);
    display: block;
}


.apexcharts-legend-text {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    text-transform: capitalize !important;
    color: rgba(255, 255, 255, 1) !important;
}

.apexcharts-legend-series {
    margin-bottom: 15px !important;
    display: inline-flex;
    align-items: center;
}

.apexcharts-datalabel {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1);
}

.apexcharts-xaxis-label,
.apexcharts-yaxis-label,
.apexcharts-yaxis-title-text,
.apexcharts-xaxis-title-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1);
}

.dashboard-card-header .left-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.dashboard-card-header .right-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.search-bar .input-group {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 10px;
    padding: 6px 20px;
}

    .search-bar .input-group .btn {
        color: rgba(10, 186, 181, 1);
        padding: 0 10px 0 0;
    }

    .search-bar .input-group .form-control:focus,
    .search-bar .input-group .form-control {
        background-color: transparent;
        border: none;
        padding: 0;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
        text-transform: capitalize;
        color: rgba(102, 102, 102, 1);
        outline: 0;
        box-shadow: none;
        margin: 0;
    }

.filter-btn {
    background: transparent;
    border-radius: 100px;
    padding: 11px 20px;
    border: 1px solid rgba(195, 195, 195, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: rgba(32, 32, 32, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

    .btn.filter-btn:active,
    .filter-btn:hover {
        color: rgba(245, 193, 86, 1);
        border-color: rgba(245, 193, 86, 1);
    }

.form-material .form-group {
    overflow: hidden;
}

.form-material .form-control {
    background-color: transparent;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
    height: calc(2.25rem + 2px);
}

    .form-material .form-control,
    .form-material .form-control.focus,
    .form-material .form-control:focus {
        background-image: linear-gradient(rgba(245, 193, 86, 1), rgba(245, 193, 86, 1)), linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
        background-repeat: no-repeat;
        border: 0 none;
        border-radius: 0;
        box-shadow: none !important;
        float: none;
        background-position: bottom;
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        color: #fff;
    }

        .form-material .form-control.focus,
        .form-material .form-control:focus {
            background-size: 100% 2px, 100% 1px;
            outline: 0 none;
            transition-duration: 0.3s;
        }

.form-control-line .form-group {
    overflow: hidden;
}

.form-control-line.form-control {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    padding-left: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.form-material .form-control-line.form-control.form-select:focus,
.form-material .form-control.form-select {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>") !important;
    background-color: #111111;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 16px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding: 5px 0;
    box-shadow: none;
    outline: 0;
    height: calc(2.25rem + 2px) !important;
}

.form-material textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}

.profiletimeline {
    position: relative;
    padding-left: 40px;
    margin: 10px 10px 0 30px;
    border-left: 1px solid #e9ecef;
}

    .profiletimeline .sl-left {
        display: flex;
        margin-left: -60px;
        z-index: 1;
        margin-right: 15px;
    }

        .profiletimeline .sl-left img {
            max-width: 40px;
        }

    .profiletimeline .sl-item {
        margin-top: 8px;
        margin-bottom: 30px;
    }

    .profiletimeline .sl-date {
        font-size: 12px;
        color: #99abb4;
    }


    .profiletimeline .sl-right a {
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        color: rgba(245, 193, 86, 1);
        text-decoration: none;
    }

        .profiletimeline .sl-right a:hover {
            color: rgba(92, 225, 230, 1);
            text-decoration: underline;
        }

        .profiletimeline .sl-right a.btn:hover {
            color: #000;
            text-decoration: none;
        }

/* ======= Notification ========= */

.notification-box .accordion-item {
    background: transparent;
    border-width: 0 0 1px 0;
    backdrop-filter: none;
    border-radius: 0 !important;
    margin-bottom: 0;
    padding: 20px;
}

.notification-box .accordion-button p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
}

    .notification-box .accordion-button p span {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        color: rgba(255, 255, 255, 0.7);
        display: block;
        margin-top: 5px;
    }
/* 
  .invoice-box h2 {
    
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    color: rgba(32, 32, 32, 1);
  }

  address {
    
    color: #111;
  }

  .invoice-box h2 span {
    color: rgba(245, 193, 86, 1);
  } */

.notify-msg.unread-msg a {
    color: rgba(255, 255, 255, 1);
}

.notify-msg a:hover {
    text-decoration: underline;
}

.notify-msg span {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}

.notify-msg.unread-msg ~ .unread {
    font-size: 12px;
    line-height: 1;
    color: rgba(245, 193, 86, 1);
    padding-right: 20px;
    display: block;
}

.notify-msg ~ .unread {
    display: none;
}

.setting-card-box {
    padding: 25px 30px;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

    .setting-card-box .setting-card-img {
        max-width: 50px;
        width: 100%;
        height: auto;
        font-size: 40px;
        line-height: 1;
        color: rgba(92, 225, 230, 1);
        transition: all .4s ease-in-out;
    }

.setting-box > .row > .col:nth-child(even) .setting-card-box .setting-card-img,
.setting-box > .row > .col:nth-child(even) .setting-card-box .setting-card-img {
    color: rgba(245, 193, 86, 1);
    transition: all .4s ease-in-out;
}

.setting-card-box:hover {
    background: rgba(245, 193, 86, 1);
    color: #000;
    transition: all .4s ease-in-out;
}

    .setting-card-box:hover .setting-card-img {
        color: #000 !important;
        transition: all .4s ease-in-out;
    }

    .setting-card-box:hover .setting-card-body h4,
    .setting-card-box:hover .setting-card-body p {
        color: #000;
        transition: all .4s ease-in-out;
    }

.setting-card-body h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    transition: all .4s ease-in-out;
}

.setting-card-body p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    transition: all .4s ease-in-out;
}

.setting-box .search-bar {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 40px;
}

    .setting-box .search-bar .input-group {
        padding: 12px 20px;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(35.83000183105469px);
    }

.support-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 1364px;
    margin: 0 auto;
}

    .support-box .section-title h3 {
        text-align: left;
        text-transform: capitalize;
    }

.support-contact-box {
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
}

.support-form .form-group {
    margin-bottom: 20px;
}

.support-form > .row > .col-12:last-child .form-group {
    margin-bottom: 0;
}

.support-form .form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1rem;
    display: block;
}

.support-form .form-control {
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-width: 1px 0px 0 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 100px;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14.5px;
    text-transform: capitalize;
    color: #fff;
}

.support-form textarea.form-control {
    border-radius: 12px;
}

.support-location-box {
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 20px;
    padding: 30px;
}

    .support-location-box .location-info {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        border-bottom: 1px solid rgba(214, 216, 217, 1);
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

        .support-location-box .location-info:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

        .support-location-box .location-info span {
            font-size: 1rem;
            line-height: 1;
        }

        .support-location-box .location-info .location-details h5 {
            font-weight: 600;
            font-size: 20px;
            line-height: 20px;
            color: #fff;
        }

        .support-location-box .location-info .location-details p {
            font-weight: 400;
            font-size: 1rem;
            line-height: 1.5;
            color: #fff;
            max-width: 220px;
            width: 100%;
            margin-bottom: 0;
        }

.wallet_box {
    max-width: 1088px;
    width: 100%;
    margin: 0 auto;
}

    .wallet_box .wallet-info {
        background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(35.83000183105469px);
        border-radius: 20px;
        padding: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        width: 100%;
        margin-bottom: 40px;
    }

.wallet-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

    .wallet-left .wallet-body h4 {
        font-weight: 700;
        font-size: 50px;
        line-height: 1;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
    }

    .wallet-left .wallet-body h6 {
        font-weight: 600;
        font-size: 22px;
        line-height: 1;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
    }

.transactions_history_box h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1rem;
}

.wallet-modal .modal-dialog {
    max-width: 620px;
    width: 100%;
}

.wallet-modal .modal-content {
    border-radius: 20px;
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(35.83000183105469px);
}

.wallet-modal .modal-header {
    background: rgba(245, 193, 86, 1);
    border-top: 1px solid rgba(0, 0, 0, 1);
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 20px 20px 0 0;
    padding: 20px 30px;
    border-bottom: 0;
}

    .wallet-modal .modal-header .modal-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        text-transform: capitalize;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 0;
    }

    .wallet-modal .modal-header .btn-close {
        opacity: 1;
    }

.offer-title {
    margin-bottom: 1rem;
}

    .offer-title h4 {
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
    }

    .offer-title small {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
    }

.offer-info p {
    font-weight: 500;
    font-size: 12px;
    line-height: 170%;
    text-align: right;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.card-option {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(35.83000183105469px);
}

    .card-option:hover {
        background: #333;
    }

    .card-option input[type="radio"] {
        margin-left: auto;
        accent-color: #f4b400;
    }
        /* Optional: highlight when selected */
        .card-option input[type="radio"]:checked + .card-label {
            border: 2px solid #f4b400;
        }

.card-action-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}

    .card-action-btns p {
        font-weight: 400;
        font-size: 24px;
        line-height: 190%;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
    }

.add-card-btn {
    border: 1px solid rgba(255, 255, 255, 1);
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 14.23px;
    line-height: 100%;
    text-align: center;
    padding: 10px 24px;
    border-radius: 6px;
    max-width: 110px;
    width: 100%;
}

    .add-card-btn:hover {
        border-color: rgba(245, 193, 86, 1);
        color: rgba(245, 193, 86, 1);
    }

.card-option .form-radio-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    .card-option .form-radio-box .radio-img {
        background-color: rgba(245, 245, 245, 1);
        width: 50px;
        height: 50px;
        border-radius: 100px;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-option .form-radio-box p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0;
    }

        .card-option .form-radio-box p span {
            font-size: 12px;
            display: block;
        }

.blog-box > .row > .col-12 > .dashboard-card > .industry-card-body p {
    min-height: 120px;
    height: 100%;
}

.blog-box > .row > .col-12 > .industry-details-card-box .industry-img {
    border-radius: 10px;
}

    .blog-box > .row > .col-12 > .industry-details-card-box .industry-img img {
        transition: all .4s ease-in-out;
    }

.blog-box > .row > .col-12 > .industry-details-card-box:hover .industry-img img {
    transform: scale(1.1);
    transition: all .4s ease-in-out;
}

.related-blog {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

    .related-blog .card {
        border-radius: 15px;
        width: 100%;
    }

        .related-blog .card .card-img-box {
            overflow: hidden;
            width: 100%;
            border-radius: 15px;
        }

        .industry-card-box .overlay-content-box {
            border-radius: 0 0 15px 15px;
        }

        .related-blog .card.industry-card-box .card-img-box .card-img {
            border-radius: 15px;
        }

/* ======= delivery-section ======= */
.delivery-section {
    background-image: url(../img/Our-Delivery-Solutions.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 16px;
    width: 100%;
    height: 100%;
}

.delivery-card-img {
    position: relative;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

    .delivery-card-img > .delivery_img {
        width: 100%;
    }

.overlay-img-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.delivery-card-body h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 20px;
}

.vision-content-box p,
.delivery-card-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(102, 102, 102, 1);
}

/* ========= our-vision-section ====== */
.our-vision-section {
    padding: 100px 16px;
}

.vision-content-box h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 20px;
}

.mission-box .left-content h4 {
    margin-bottom: 40px;
}

.mission-box .stat-box {
    padding: 20px 0;
}

.mission-list h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 118%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 6px;
}

.section-content-box .left-content .mission-list ul {
    columns: 2;
    -webkit-columns: 2;
    padding-left: 30px;
}

    .section-content-box .left-content .mission-list ul li {
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 20px;
    }

        .section-content-box .left-content .mission-list ul li:last-child {
            margin-bottom: 0;
        }

.mission-list ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
    margin: 0;
}

    .mission-list ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 36px;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 5px;
    }

        .mission-list ul li:last-child {
            margin-bottom: 0;
        }

/* ====== core-section ======= */
.core-section {
    padding: 100px 16px;
}

.core-value-content .row .col .core-card {
    background-color: rgba(233, 156, 14, .1);
    border-radius: 25px;
    padding: 35px 30px 20px;
    position: relative;
    height: 100%;
}

    .core-value-content .row .col .core-card.even-card {
        background-color: rgba(1, 3, 38, .05);
    }

    .core-value-content .row .col .core-card::after {
        content: '';
        background-image: url(../img/icons/placeholder-arrow.png);
        background-size: 100% auto;
        background-position: top right;
        background-repeat: no-repeat;
        width: 156px;
        height: 77px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

.core-card-body h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.core-card-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 165%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}

.top-title.section-title {
    /* flex-direction: column; */
    gap: 1rem;
}

    .top-title.section-title p {
        max-width: 950px;
        width: 100%;
        margin: 0 auto;
    }

.profile-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    width: 100%;
}

.profile-img-container {
    position: relative;
    width: 120px;
    height: 120px;
}

.profile-img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 10px -6px 34px 0px rgba(0, 0, 0, 0.11);
}

.upload-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(233, 156, 14, 1);
    color: rgba(31, 45, 58, 1);
    border-radius: 50%;
    padding: 7px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: background 0.3s ease-in-out;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .upload-icon:hover {
        background: rgba(228, 34, 34, 1);
        color: rgba(32, 32, 32, 1);
    }

    .upload-icon i {
        font-size: 14px;
        line-height: 1;
    }

.profile-info h4 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.profile-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: lowercase;
    color: rgba(102, 102, 102, 1);
    margin: 0;
}

/* Hide input */
#fileInput {
    display: none;
}

/* Toast Notification */
.toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #323232;
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: all 0.4s ease;
    font-size: 14px;
}

    .toast.show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .toast i {
        color: #00ff7f;
    }

@media(max-width:768px) {
    .account-details-box .form-group {
        flex: 1 1 100%;
    }
}

.account-details-box .input-wrapper {
    position: relative;
}

.account-details-box input {
    width: 100%;
    padding: 10px 35px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    transition: all 0.2s;
}

    .account-details-box input:focus {
        border-color: #ff4747;
    }

.account-details-box .input-wrapper i {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #999;
    cursor: pointer;
}

.account-details-box .form-group {
    flex: 1 1 45%;
}

.right-filter-box {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

    .right-filter-box .form-group {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        border: 1px solid rgba(195, 195, 195, 1);
        border-radius: 100px;
        padding: 10px 15px;
        width: 100%;
    }

        .right-filter-box .form-group label {
            margin-bottom: 0;
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            color: rgba(32, 32, 32, 1);
        }

        .right-filter-box .form-group .form-select,
        .right-filter-box .form-group .form-control:focus,
        .right-filter-box .form-group .form-control {
            border: 0;
            padding: 0 5px;
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            color: rgba(32, 32, 32, 1);
            background-position: right center;
            outline: 0;
            box-shadow: none;
        }

.table-bottom-box {
    position: relative;
}

.filter-content-box #selectedDate {
    font-size: 0.9rem;
    color: #555;
    margin-top: 10px;
}

.filter-content-box .tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 0;
}

.filter-content-box .tag {
    background-color: #e9f5ff;
    color: #0d6efd;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .filter-content-box .tag:hover {
        background-color: #d7ebff;
    }

    .filter-content-box .tag .remove-tag {
        cursor: pointer;
        font-size: 1rem;
        line-height: 1;
        color: #0d6efd;
    }

.filter-content-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* ========== Tracking-modal ========== */

.tracking-modal .modal-dialog {
    max-width: 620px;
    width: 100%;
}

.tracking-modal .modal-content {
    border-radius: 20px;
}

.tracking-modal .modal-header {
    background-color: rgba(245, 245, 245, 1);
    border-color: rgba(228, 228, 228, 1);
    border-radius: 20px 20px 0 0;
    padding: 20px 30px;
}

.tracking-modal .track-container {
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    padding: 30px;
}

.tracking-modal .track-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tracking-modal .modal-header .track-header h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.tracking-modal .modal-header .track-header p {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

    .tracking-modal .modal-header .track-header p span {
        color: rgba(102, 102, 102, 1);
    }

.tracking-modal .track-step {
    position: relative;
    padding-left: 50px;
    margin-bottom: 0;
}

    .tracking-modal .track-step.active::before {
        background-color: rgba(38, 165, 65, 1);
    }

    .tracking-modal .track-step::before {
        content: "";
        position: absolute;
        left: 17px;
        top: 36px;
        /* top: 0; */
        height: calc(100% + 13px);
        width: 2px;
        background: rgba(233, 246, 236, 1);
    }

    .tracking-modal .track-step:last-child::before {
        display: none;
    }

    .tracking-modal .track-step .track-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: rgba(38, 165, 65, .1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(38, 165, 65, 1);
        font-size: 20px;
        line-height: 1;
        z-index: 1;
    }

    .tracking-modal .track-step.active .track-icon {
        background-color: rgba(38, 165, 65, 1);
        color: #fff;
    }

        .tracking-modal .track-step .track-icon .active-img,
        .tracking-modal .track-step.active .track-icon .normal-img {
            display: none;
            transition: all .4s ease-in-out;
        }

        .tracking-modal .track-step .track-icon .normal-img,
        .tracking-modal .track-step.active .track-icon .active-img {
            display: block;
            transition: all .4s ease-in-out;
        }

.tracking-modal .traking-content-info {
    margin-bottom: 50px;
}

.tracking-modal .track-step:last-child .traking-content-info {
    margin-bottom: 0;
}

.tracking-modal .track-step h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    text-align: left;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 15px;
    padding-top: 5px;
}

    .tracking-modal .track-step h6 span {
        color: rgba(102, 102, 102, 1);
    }

.tracking-modal .track-step small {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    display: block;
    text-align: left;
}

.tracking-modal .track-step time {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    display: block;
    text-align: left;
}


.new-track-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 10px -6px 34px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 10px;
    display: none;
    position: absolute;
    left: auto;
    right: 250px;
    top: 80px;
    max-width: 290px;
    width: 100%;
    z-index: 1;
}

.track-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 15px;
}

.form-group .form-control:focus,
.form-group .form-control {
    border: 1px solid rgba(195, 195, 195, 1);
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(115, 119, 145, 1);
    border-radius: 10px;
    outline: 0;
    box-shadow: none;
}

.track-card a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    text-decoration: none;
    margin: 0 auto;
}

.blog-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

    .blog-title-box h4 {
        font-weight: 600;
        font-size: 32px;
        line-height: 118%;
        text-transform: capitalize;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 0;
    }

    .blog-title-box a {
        position: static;
    }

/* ======== */

.customer-product-work {
    padding: 100px 1rem;
}

.works-progess-box .col {
    position: relative;
}

.works-progess-box .customer-card-box {
    position: relative;
}

    .works-progess-box .customer-card-box .customer-product-card-box {
        position: relative;
        max-width: 100%;
        width: 100%;
    }

.works-progess-box .row .col .customer-card-box .customer-card-img {
    /* background-color: rgba(233, 156, 14, .1);
    color: rgba(233, 156, 14, 1);
    padding: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    width: 100%;
    height: 100px;
    border-radius: 20px;
    overflow: hidden;
}
/* 
.works-progess-box .row .col:nth-child(2n) .customer-card-box .customer-card-img {
    background-color: rgba(242, 242, 244, 1);
    color: rgba(1, 3, 38, 1);
} */

.works-progess-box .row .col:last-child .customer-card-box .customer-product-card-box {
    margin: 0 auto;
}

.works-progess-box .row .col .customer-card-box::after {
    content: '';
    background-image: url(../img/icon/arrow-line.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    background-size: 145px 12px;
    position: absolute;
    top: 15%;
    right: 0px;
    height: 12px;
    width: 100%;
}

.works-progess-box .row .col:nth-child(2n) .customer-card-box::after {
    content: '';
    background-image: url(../img/icon/arrow-line1.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 145px 12px;
    position: absolute;
    top: 15%;
    right: 0px;
    height: 12px;
    width: 100%;
}

.works-progess-box .row .col:last-child .customer-card-box::after {
    display: none;
}

.customer-product-work .customer-card-body {
    padding: 16px 0;
}

.customer-product-work .col:last-child .step-img {
    display: none;
}

.customer-card-body {
    padding: 10px 0 0;
}

    .customer-card-body h5 {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
        text-align: left;
        text-transform: capitalize;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-clamp: 2;
        -webkit-line-clamp: 2; /* Limits the content to 2 lines */
        text-overflow: ellipsis;
    }

    .customer-card-body p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        text-align: left;
        color: rgba(102, 102, 102, 1);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-clamp: 3;
        -webkit-line-clamp: 3; /* Limits the content to 2 lines */
        text-overflow: ellipsis;
        /* max-width: 300px;
        width: 100%; */
        /* margin: 0 auto; */
    }

/* ======= choose-us-section ======== */
.choose-us-section {
    background-color: rgba(247, 248, 250, 1);
}

.choose-us-box {
    background-image: url(../img/choose_us_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 100px 70px;
    border-radius: 20px;
}

.left-choose-box .section-title h3,
.left-choose-box .section-title p,
.left-choose-box .section-title span {
    color: #fff;
    text-align: left;
}

.chose-card-box {
    background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.52) 101.7%);
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(35.83000183105469px);
    border-radius: 20px;
    padding: 40px 40px 30px;
    height: 100%;
}

.chose-card-img {
    max-width: 70px;
    width: 100%;
    margin-bottom: 20px;
}

.chose-card-body h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2; /* Limits the content to 2 lines */
    text-overflow: ellipsis;
}

.chose-card-body p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3; /* Limits the content to 2 lines */
    text-overflow: ellipsis;
}

/* ======= contact-section ======== */

.contact-section {
    padding: 100px 1rem;
}

.contact-form-box {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 90px;
}

.contact-form label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.contact-form .form-group {
    margin-bottom: 0px;
}

.contact-form .form-group .form-control {
    padding: 16px 20px;
    line-height: 1.2;
    margin: 0;
    border-radius: 10px;
    border: 1px solid rgba(195, 195, 195, 1);
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 14.5px;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    min-height: 56px;
}

.contact-form .form-group textarea.form-control {
    border-radius: 10px;
    padding: 20px;
    min-height: 160px;
}

.contact-details-box {
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 24px 24px 30px;
    border-radius: 24px;
    height: 100%;
}

.contact-details-box img {
    max-width: 100px;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 30px;
}

.contact-details-box .details-info span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    display: block;
    margin-bottom: 20px;
}

.contact-details-box .details-info h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 32px;
    line-height: 118%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
    word-break: break-word;
}

/* ===== privacy-section ====== */
.privacy-section {
    padding: 100px 1rem;
}

    .privacy-section .privacy-content-box {
        max-width: 1120px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 25px;
        height: 100%;
    }

    .privacy-section .privacy-box h4 {
        font-weight: 600;
        font-size: 40px;
        line-height: 140%;
        text-transform: uppercase;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 10px;
    }

    .privacy-section .privacy-box p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 0;
    }

    .privacy-section .privacy-box .sub-pag {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 12px;
        display: block;
    }

    .privacy-section .privacy-box ul {
        padding: 0 0 0 20px;
        margin: 0;
        list-style-type: disc;
    }

        .privacy-section .privacy-box ul li {
            font-weight: 500;
            font-size: 16px;
            line-height: 1.4;
            color: rgba(102, 102, 102, 1);
            margin-bottom: 5px;
        }

            .privacy-section .privacy-box ul li:last-child {
                margin-bottom: 0;
            }

            .privacy-section .privacy-box ul li span {
                font-weight: 600;
                color: rgba(32, 32, 32, 1);
                display: inline-block;
                margin-bottom: 0;
            }


/* ======== */

.location-input {
    position: relative;
    margin-bottom: 1rem;
}

    .location-input i {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        color: #666;
        cursor: pointer;
    }

    .location-input input {
        width: 100%;
        padding: 10px 15px 10px 40px;
        border-radius: 30px;
        border: 1px solid #ddd;
        outline: none;
    }

.map-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    height: 452px;
    background: #fff;
    transition: right 0.4s ease-in-out;
    z-index: 999;
    border-radius: 0 20px 20px 0;
    /* box-shadow: -4px 0 10px rgba(0,0,0,0.1); */
    display: none;
    padding: 15px;
}

    .map-container.show {
        right: -96%;
        display: block;
    }

.map-section {
    min-height: 360px;
}

.map {
    width: 100%;
    height: 360px;
}

.map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.order-details-content {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    margin-bottom: 20px;
}

    .order-details-content p {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

        .order-details-content p:last-child {
            margin-bottom: 0;
        }

        .order-details-content p span {
            font-weight: 600;
        }

.c-111 {
    color: rgba(32, 32, 32, 1);
}

.order-info {
    position: relative;
}

    .order-info::before {
        content: '';
        border-left: 1px dashed rgba(59, 153, 0, 1);
        height: calc(100% - 60px);
        width: 1px;
        position: absolute;
        left: 7px;
        top: 0;
    }

    .order-info .delivery-info {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

        .order-info .delivery-info img {
            position: relative;
            z-index: 1;
            background-color: #fff;
        }

        .order-info .delivery-info .deliver-details span {
            color: rgba(102, 102, 102, 1);
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            display: block;
            margin-bottom: 5px;
        }

        .order-info .delivery-info .deliver-details p {
            color: rgba(32, 32, 32, 1);
            font-size: 18px;
            line-height: 1;
            font-weight: 500;
            margin-bottom: 20px;
        }

.order-details-content h4 {
    color: rgba(32, 32, 32, 1);
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
}

/* ============= */
.client-feedback-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, .8);
    max-width: 300px;
    border-radius: 20px;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 1;
}

    .client-feedback-box .video-embade-box {
        position: relative;
        max-width: 86px;
        width: 100%;
        height: 86px;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.1);
    }

        .client-feedback-box .video-embade-box img {
            position: relative;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

.play-btn {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}

    .play-btn:hover {
        color: rgba(240, 103, 0, 1);
    }

.video-card-body p {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
    text-transform: capitalize;
}

    .video-card-body p span {
        color: rgba(240, 103, 0, 1);
    }


/* ======= Social Bar ======= */
.social-bar {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0px;
    z-index: 100;
}

    .social-bar a {
        width: 40px;
        height: 40px;
        background-color: #ff6600;
        color: #fff;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 20px;
        font-weight: 400;
        box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.1);
    }

        .social-bar a:nth-of-type(odd) {
            background-color: rgba(240, 103, 0, 1);
        }

        .social-bar a:nth-of-type(even) {
            background-color: rgba(23, 71, 126, 1);
        }

        .social-bar a:first-child {
            border-radius: 9px 0 0 0;
        }

        .social-bar a:last-child {
            border-radius: 0 0 0 9px;
        }

        /* Hover animation */
        .social-bar a:hover {
            transform: scale(1.1) rotate(5deg);
            background-color: #ffffff;
            color: rgba(23, 71, 126, 1);
            box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, .6);
        }

.my-custom-tooltip .tooltip-inner {
    background-color: rgba(240, 103, 0, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    border-radius: 8px;
    padding: 10px 15px;
}

.my-custom-tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: rgba(23, 71, 126, 1);
}

.my-custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: rgba(23, 71, 126, 1);
}

/* ===== journey-section ========== */
.journey-section {
    background-color: #fff;
    padding: 100px 1rem;
}

.journey-section .holiday-body .holiday_ul_list li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
}

/* ===== Holiday-section ======== */

/* .holiday-section {
    padding: 50px 1rem 100px 1rem;
} */

.holiday-section {
    background-image: url(../img/banner-img1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    width: 100%;
    position: relative;
    background-color: rgba(247, 248, 250, 1);
    padding: 100px 0 700px 0;
}

.holiday-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-decoration: none;
    border: 1px solid rgba(195, 195, 195, 1);
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
}

.holiday-card-img {
    border-radius: 15px;
    height: 100%;
    max-height: 253px;
    /*max-height: 290px;*/
    width: 100%;
    overflow: hidden;
    position: relative;
}

.holiday-cursol-slider .holiday-card-img {
    height: 220px;
}

    .holiday-cursol-slider .holiday-card-img img {
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .holiday_tag_left {
        position: absolute;
        left: 1rem;
        top: 1rem;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 6px;
        color: #fff;
        padding: 5px 10px;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
    }

.holiday_tag_right span,
.holiday_tag_left span {
    display: inline-block;
    margin-right: 5px;
}

.holiday_tag_right {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: rgba(34, 121, 80, 1);
    border-radius: 6px;
    color: #fff;
    padding: 5px 12px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.holiday-card-img img {
    width: 100% !important;
    transform: scale(1);
    transition: all .4s ease-in-out;
}

.holiday-card-img img:hover {
    transform: scale(1.1);
    transition: all .4s ease-in-out;
}

.holiday-body {
    width: 100%;
}

.holiday-body span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 10px;
    display: block;
}


.holiday-body h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 5px;
    display: -webkit-box;
    min-height: 58px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2; /* Limits the content to 2 lines */
    text-overflow: ellipsis;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
}

.inner-room-details .holiday-body h4 {
    min-height: 60px;
    height: min-content;
    word-break: break-word;
}

.holiday-body h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
    text-align: left;
}

.related-blog .holiday-card:hover .holiday-body h4 {
    color: rgba(233, 156, 14, 1);
}

.holiday-body p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 1rem;
    /*max-height: 48px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 1;
    -webkit-line-clamp: 1; /* Limits the content to 2 lines */
    text-overflow: ellipsis;
}

.holiday-body hr {
    color: rgba(195, 195, 195, 1);
    opacity: 1;
}

.holiday-body .holiday_price_inner {
    color: rgba(32, 32, 32, 1);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: baseline;
}

.holiday-body .holiday_price_inner span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-transform: lowercase;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}

.holiday-body .holiday_ul_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 0;
    width: 100%;
    flex-wrap: wrap;
}

.holiday-body .holiday_ul_list li {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 50%;
    margin: 0;
}

.holiday-body .holiday_ul_list li:nth-of-type(even) {
    justify-content: flex-end;
}

.holiday-body .holiday_ul_list li span {
    max-width: 25px;
    width: 100%;
    margin: 0;
}

.holiday-body .holiday_ul_list li span img {
    width: auto;
}


.holiday-body .view-btn {
    position: static;
    text-decoration: none;
    color: #0ABAB5;
    margin-top: 20px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: rgba(10, 186, 181, 1);
}

.holyday-bottom-body {
    border-top: 1px solid rgba(195, 195, 195, 1);
    border-bottom: 1px solid rgba(195, 195, 195, 1);
    padding: 8px 1rem;
    width: 100%;
}

.holyday-bottom-body p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    line-height: 165%;
    color: rgba(32, 32, 32, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin-bottom: 0;
}

.holyday-bottom-body h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    width: 100%;
    gap: 10px;
    margin-bottom: 1rem;
}

.holyday-bottom-body a {
    position: static;
    text-decoration: none;
    color: #0ABAB5;
    margin-top: 20px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    color: rgba(10, 186, 181, 1);
}

.holyday-bottom-body .radio-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .holyday-bottom-body .radio-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: 100%;
    cursor: pointer;
    transition: border 0.2s, background 0.2s;
  }

  .holyday-bottom-body .radio-option input:focus,
  .holyday-bottom-body .radio-option input[type="radio"] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0;
    position: relative;
    padding: 0;
    outline: 0;
    box-shadow: none;
  }

  .holyday-bottom-body .option-label {
    display: flex;
    align-items: center;
    flex: 1;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
  }

  .holyday-bottom-body .price {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    color: rgba(32, 32, 32, 1);
  }

  .price-box h4{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .price-box p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
  }

  .price-box p span {
    font-size: 14px;
    line-height: 100%;
    text-align: right;
  }

.holiday_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.holiday_footer p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    color: rgba(237, 92, 92, 1);
}

.holiday_footer .more-btn {
    padding: 15px 36px;  
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.holiday_footer .more-btn:hover {
    color: #fff;
}

.holiday-card-header {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.room-slider {
    position: relative;
}

.room-slider .item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
}

/* Arrows */
.room-slider .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.room-slider .owl-nav button {
    background: transparent !important;
    color: #fff;
    /* width: 32px;
    height: 32px;
    border-radius: 50% !important; */
    margin-left: 5px;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1 !important;
}

.room-slider .owl-nav button.owl-prev {
    position: absolute;
    right: 80px;
}

/* Dots */
.room-slider .owl-dots {
    position: absolute;
    bottom: 28px;
    left: auto;
    right: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    width: 100%;
}

.room-slider button.owl-dot {
    width: 8px;
    height: 8px;
    background: #fff !important;
    opacity: 0.9;
    border-radius: 10px;
}

.room-slider .owl-dot.active {
    opacity: 1;
    width: 10px;
    height: 10px;
}


/* ========== process-section ============ */
.process-section .section-title {
    max-width: 580px;
    width: 100%;
    margin: 0 auto 40px;
}

/* ===== Voice of success-Section ======== */

.voiceofsuccess-section {
    padding: 70px 1rem 100px 1rem;
    margin: 50px 0;
    background: #F7F8FA;
}

.voiceofsuccess-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-decoration: none;
}

.swiper-container .voiceofsuccess-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    width: 90%;
    height: 100%;
    margin-bottom: 0;
    text-decoration: none;
    margin: 0 5%;
}

.voiceofsuccess-card-img {
    border-radius: 16px;
    height: auto;
    /*max-height: 290px;*/
    width: auto;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 15px;
    padding-right: 15px;
}

.swiper-container .voiceofsuccess-card-img {
    border-radius: 16px;
    height: auto;
    /*max-height: 290px;*/
    width: auto;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 80px;
    padding-right: 15px;
}

.voiceofsuccess-card-img img {
    width: auto !important;
}

    .voiceofsuccess-card-img img.icon_quote {
        position: absolute;
        border: 0;
        bottom: 0;
        right: 0px;
    }

.voiceofsuccess-body {
    width: 100%;
    border: 1px solid #C3C3C3;
    padding: 10px;
    border-radius: 16px;
    background: #fff;
    margin: 70px 0 0 0;
    padding: 70px 20px 20px 20px;
}

    .voiceofsuccess-body span {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 10px;
        display: block;
    }

.voiceofsuccess_rating {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    margin-top: -45px;
}

    .voiceofsuccess_rating img {
        width: 23px !important;
    }

.voiceofsuccess_details {
    margin: 30px 0 30px 0;
}

.voiceofsuccess-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
    /*max-height: 70px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3; /* Limits the content to 2 lines */
    text-overflow: ellipsis;
}

.voiceofsuccess-body .voiceofsuccess_ul_list {
    margin: 10px 0 5px 0;
}

    .voiceofsuccess-body .voiceofsuccess_ul_list ul {
        color: rgba(102, 102, 102, 1);
        margin-top: 5px;
    }

    .voiceofsuccess-body .voiceofsuccess_ul_list li {
        color: rgba(102, 102, 102, 1);
        font-size: 15px;
        margin: 0 0 4px 0;
    }


/* ===== engagementsevent-section ======== */

.engagementsevent-section {
    padding: 50px 1rem 50px 1rem;
    margin: 0 0 50px;
}

.engagementsevent-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-decoration: none;
    border: 1px solid #C3C3C3;
    padding: 15px;
    border-radius: 16px;
}

.engagementsevent-card-img {
    border-radius: 16px;
    height: 100%;
    /*max-height: 290px;*/
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .engagementsevent-card-img img {
        width: 100% !important;
    }

.engagementsevent-body {
    width: 100%;
    padding: 10px 0 0 10px;
}

    .engagementsevent-body span {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 10px;
        display: block;
    }

    .engagementsevent-body h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 12px;
        overflow: hidden;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2; /* Number of lines to show */
        -webkit-box-orient: vertical;
    }

    .engagementsevent-body p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 0;
        display: block;
        overflow: hidden;
        display: -webkit-box;
        line-clamp: 4;
        -webkit-line-clamp: 4; /* Number of lines to show */
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .engagementsevent-body .engagementsevent_price_div {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin: 20px 0 5px 0;
        align-items: baseline;
    }

    .engagementsevent-body a {
        margin-top: 0px;
        display: inline-block;
    }

/* ===== Countdow-Section ======== */

.countdown-section {
    padding: 30px 0rem 70px 0rem;
}

.countdownStart-section {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.countdownStart-box {
    flex: 1;
    padding: 20px 0;
    background: #17477E;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

    .countdownStart-box .countdownStart-text {
        text-align: left;
    }

.countdownStart-text h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.countdownStart-text p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.countdownStart-box:nth-child(even) {
    background: #F06700;
}

.countdownStart-box img {
    width: auto;
    height: auto;
}


.counter {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* ===== our partner section ======== */

.ourpartners-section {
    padding: 50px 1rem 50px 1rem;
    margin: 0 0 50px;
}


.ourpartners-box-gsapsa {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

    .ourpartners-box-gsapsa img {
        border: 1px solid #C3C3C3;
        padding: 25px;
        border-radius: 16px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.ourpartners-box-partner {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

    .ourpartners-box-partner img {
        border: 1px solid #C3C3C3;
        padding: 55px 30px;
        border-radius: 16px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/* ===== inner page breadcrumb ======== */

.breadcrumb_img_div {
    position: relative;
}

    .breadcrumb_img_div::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url(../img/breadcrumb/breadcrumb_icon_left.png), url(../img/breadcrumb/breadcrumb_icon_right.png);
        background-position: left bottom, top right;
        background-repeat: no-repeat, no-repeat;
        background-size: auto, auto; /* or adjust as needed */
        z-index: 2;
    }

.page_breadcrum_section {
    position: relative;
}
/*.have_top_right_icon::after{

  content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 163px;
    background-image: url(../img/breadcrumb/breadcrumb_icon_bottom_out.png);
    z-index: 1;
    background-repeat: no-repeat;
}*/
.have_top_right_icon {
    background-image: url(../img/breadcrumb/breadcrumb_icon_top_right.png) !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

    .have_top_right_icon.icon_to_left {
        background-image: url(../img/breadcrumb/breadcrumb_icon_top_left.png) !important;
        background-position: top left !important;
    }

.have_bottom_right_icon {
    background-image: url(../img/breadcrumb/breadcrumb_icon_bottom_right.png) !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.have_bottom_left_icon {
    background-image: url(../img/breadcrumb/breadcrumb_icon_bottom_left.png) !important;
    background-position: top 20px left !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.icon_middle_right_bottom {
    background-image: url(../img/breadcrumb/icon_middle_right_bottom.png) !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.breadcrumb_img_div::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00172E;
    opacity: 0.88; /* adjust opacity if you want see-through effect */
    z-index: 1;
}

/* Ensure image stays behind overlays */
.breadcrumb_img_div img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}

.page_breadcrumb {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 99;
    color: #fff;
}

    .page_breadcrumb h3 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
    }

    .page_breadcrumb p {
        color: #fff;
        font-weight: 600;
    }

    .page_breadcrumb a {
        text-decoration: none;
        color: #fff;
        font-weight: 500;
    }

        .page_breadcrumb a:hover {
            color: #F06700;
            text-decoration: underline;
        }

.corporate_travel_banner {
    margin: 0px 1rem;
    position: relative;
    padding: 50px 0 0 0;
}

.corporate-travel-we-offer {
    background: #ffffff;
    padding: 70px 1rem;
    position: relative;
}

    .corporate-travel-we-offer.corporate_page {
        background: #F7F8FA;
    }

.corporate-travel-why-choose-sata {
    padding: 90px 1rem;
    position: relative;
}

.corporate_travel_text {
    margin: 30px 1rem;
}

.image_radius_16 img {
    border-radius: 16px;
}

.image_radius_20 img {
    border-radius: 20px;
}

.bottom_border {
    border-bottom: 2px solid;
    border-color: #C3C3C3;
    height: 10px;
}

.corporate-travel-description {
    margin: 10px 0 30px 0;
    padding-top: 15px;
}

    .corporate-travel-description h3 {
        font-size: 24px;
        font-weight: 600;
        color: #202020;
        line-height: 28px;
    }

.corporate-travel-description_grid {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

    .corporate-travel-description_grid > div {
        width: 100%;
    }

    .corporate-travel-description_grid p {
        color: #666666;
        line-height: 24px;
        font-size: 18px;
    }

.image_left {
    padding-right: 20px;
}

.image_right {
    padding-left: 20px;
}

.corporate-travel-we-offer .corporate-travel-btn-box,
.corporate-travel-why-choose-sata .corporate-travel-btn-box {
    color: #202020;
    display: inline-grid;
    gap: 15px;
    margin: 10px 0 0 0;
    font-size: 16px;
}

    .corporate-travel-we-offer .corporate-travel-btn-box strong,
    .corporate-travel-why-choose-sata .corporate-travel-btn-box strong {
        font-size: 18px;
    }

    .corporate-travel-we-offer .corporate-travel-btn-box ul,
    .corporate-travel-why-choose-sata .corporate-travel-btn-box ul {
        color: #202020;
    }

        .corporate-travel-we-offer .corporate-travel-btn-box ul li,
        .corporate-travel-why-choose-sata .corporate-travel-btn-box ul li {
            color: #202020;
            margin: 0 0 8px;
            font-weight: 600;
        }

.corporate_travel_ul_grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

    .corporate_travel_ul_grid ul {
        width: 100%;
    }

.corporate-travel-box-extra strong {
    color: #202020;
    font-size: 20px;
    margin: 0 0 10px 0;
    display: block;
}

.corporate-travel-box-extra {
    font-size: 16px;
}

/* ===== services - page ======== */

.services_banner_div {
    position: relative;
}

.services_banner_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: center;
    padding: 0 20%;
}

    .services_banner_text p {
        color: #fff;
    }

.service_navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .service_navigation .page_nav_item {
        color: #202020;
        text-decoration: none;
        background: #fff;
        border-radius: 12px;
        padding: 0;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border: 1px solid #C3C3C3;
        font-weight: 600;
    }

    .service_navigation .prev,
    .service_navigation .next {
        color: #202020;
        text-decoration: none;
        background: #fff;
        border-radius: 12px;
        padding: 0;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border: 1px solid #C3C3C3;
        font-weight: 600;
    }

    .service_navigation .page_nav_item.active {
        color: #fff;
        text-decoration: none;
        background: #F06700;
        border-radius: 12px;
        padding: 0;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border: 1px solid #F06700;
    }

    .service_navigation .page_nav_item:hover {
        color: #fff;
        background: #F06700;
        border: 1px solid #F06700;
    }


/* ===== about - page ======== */

.ourjourney-section {
    background: #F7F8FA;
    padding: 70px 1rem;
    margin: 0 0 50px 0;
    position: relative;
}



    .ourjourney-section::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 0;
        width: 170px;
        height: 380px;
        background: url(../img/about/our_journey_icon.png) no-repeat center / contain;
        z-index: 2;
    }

.timeline-section {
    text-align: center;
    padding: 60px 20px;
}

/* Timeline container */
.timeline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
}

    /* Dotted line */
    .timeline::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        height: 3px;
        background: repeating-linear-gradient( to right, #F06700, #F06700 10px, transparent 10px, transparent 20px );
        z-index: 1;
    }

/* Each item */
.timeline-item {
    width: 15%;
    min-width: 160px;
    position: relative;
    text-align: center;
    z-index: 2;
}

/* Icons */
.timeline-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    position: relative;
}
    /* 
.timeline-icon.blue {
  background-color: #002855;
} */

    .timeline-icon.orange img {
        transform: rotate(180deg);
        /*background-color: #ff7f32;*/
    }

/* Text */
.timeline-item h3 {
    font-size: 24PX;
    margin-bottom: 10px;
    color: #202020;
    margin-top: 30px;
    FONT-WEIGHT: 700;
}

.timeline-item h4 {
    font-size: 18px;
    color: #202020;
    margin-bottom: 10px;
    FONT-WEIGHT: 600;
}

.timeline-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 900px) {
    .timeline {
        flex-direction: column;
        align-items: center;
    }

        .timeline::before {
            display: none;
        }

    .timeline-item {
        width: 100%;
        max-width: 400px;
        margin-bottom: 40px;
    }
}

.ourleadership-section {
    margin: 30px 1rem 50px 1rem;
    position: relative;
}

.ourleadership-content-box {
    border: 1px solid #C3C3C3;
    border-radius: 20px;
    padding: 20px;
    margin: 0 0 30px 0;
}

.ourleadership-content-box-grid {
    border: 1px solid #C3C3C3;
    border-radius: 20px;
    padding: 15px;
    margin: 0 0px 20px 0;
    display: grid;
    gap: 15px;
    background: #fff;
}

.ourleadership-content-box > .row {
    align-items: center;
}
/* .ourleadership-content-box-text{

} */
.ourleadership-content-box-text h4 {
    color: #202020;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
}

.ourleadership-content-box-text h5 {
    color: #202020;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ourleadership-content-box-text p {
    color: #202020;
}

.ourleadership-content-box-text-grid h4 {
    color: #202020;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
}

.ourleadership-content-box-text-grid h5 {
    color: #202020;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ourleadership-content-box-text-grid p {
    color: #202020;
}

/*--- service details ---*/

.keyfeatures-section {
    background-color: rgba(247, 248, 250, 1);
    height: 100%;
    padding: 100px 1rem;
}

.keyfeatures-content-body {
    width: 100%;
    border: 1px solid #C3C3C3;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    margin: 0px 0 0 0;
    padding: 20px;
}

    .keyfeatures-content-body img {
        margin-bottom: 10px;
    }

    .keyfeatures-content-body h4 {
        font-size: 22px;
    }

    .keyfeatures-content-body p {
        font-size: 14px;
    }


/* Button to open popup */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup box */
.popup-box {
    background: white;
    border-radius: 16px;
    /*padding: 25px;*/
    width: 90%;
    max-width: 520px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

@media (max-width: 600px) {
    .popup-box {
        max-width: 85%;
    }
}

/* Close button */
.close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

.popup-box-header {
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px 20px 10px 20px;
    border-radius: 16px 16px 0 0;
}

.enquire_form {
    padding: 20px;
}

/* Form fields */
input,
select {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid #ccc;
    font-size: 15px;
}

textarea {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 15px;
}

#closePopup {
    border: 0;
    font-size: 29px;
    background: no-repeat;
    padding: 0;
    margin: 0 0 .5rem 0;
}

    #closePopup:hover {
        font-weight: bolder;
        color: #F26B17;
    }

/* Submit button */
button.submit-btn {
    width: 100%;
    background-color: #003366;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}

.popup-box button.submit-btn:hover {
    background: #F06700;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.thankyou-section {
    padding: 100px 1rem;
}

.thankyou_container {
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

@media (max-width: 767px) {
    .thankyou_container {
        max-width: 90%;
    }
}

.thankyou_container img {
    width: auto;
    max-width: 100%;
}

.thankyou_container h1 {
    font-weight: 700;
    margin: 10px 0;
}

.thankyou_container h4 {
    font-weight: 500;
    font-size: 18px;
}

.thankyou_container p {
    font-size: 14px;
    line-height: 20px;
}

.success_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 25px 0 0 0;
}

    .success_btn a {
        font-size: 14px;
        padding: 12px 25px;
    }

.destination_option {
    background: transparent;
    border: 0;
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    position: absolute;
    top: 15px;
    right: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

    .destination_option select {
        background: transparent;
        border: 0;
        color: #202020;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        border: 1px solid #C3C3C3;
        border-radius: 60px;
        padding: 5px 15px;
    }

.price_option {
    background: transparent;
    border: 0;
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

/* ===== Photos Section ======== */

.photos-section,
.itinerary-section {
    padding: 50px 1rem 100px 1rem;
}

    .photos-section .section-title,
    .itinerary-section .section-title {
        display: flex;
        justify-content: space-between;
        margin: 0 0 10px 0;
    }

        .photos-section .section-title h5,
        .itinerary-section .section-title h5 {
            text-align: left;
            font-weight: 700;
            font-size: 26px;
        }

        .photos-section .section-title .view-btn {
            position: unset;
        }

.photos-content-box img {
    max-width: 100%;
    width: 100%;
    border-radius: 16px;
    margin: 10px 0 10px 0;
}

.bg_gray {
    background: #F7F8FA;
}

.itinerary-content-box {
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 30px;
}

.event_details_itinerary_section .itinerary-content-box {
    border-top: 1px solid #C3C3C3;
    border-bottom: 0;
    padding-top: 50px;
    padding-bottom: 30px;
}

.itinerary-content-container {
    padding-top: 40px !important;
    border-top: 1px solid #C3C3C3;
}

.itinerary-content-box-inner > div {
    color: #202020;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.itinerary-content-box-inner strong {
    color: #202020;
    font-size: 20px;
}

.itinerary-content-box ul,
.itinerary-content-box ul li {
    color: #666666;
}

    .itinerary-content-box ul li {
        color: #666666;
        margin: 0 0 6px 0;
    }

.package-info-section {
    padding: 70px 1rem 70px 1rem;
}
/* .package-info-content-box{

}
.package-info-content-box-inner{

} */
.package-info-content-box-inner ul {
    list-style: none;
    padding: 0 0 0 8px;
}

    .package-info-content-box-inner ul li {
        color: #202020;
        font-weight: 500;
        margin: 0 0 8px 0;
    }

.package-info-content-box-inner.right_click ul li {
    background: url(../img/holiday/right_icon.png) no-repeat left center;
    padding-left: 30px;
    list-style: none;
}

.package-info-content-box-inner.cross_click ul li {
    background: url(../img/holiday/close_icon.png) no-repeat right center;
    padding-right: 30px;
    list-style: none;
}

.package-title-section {
    padding: 0 1rem 20px 1rem;
}

.package-title-with-btn {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

    .package-title-with-btn h3 {
        text-align: left;
    }

.right_side_anchor {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
    width: 200px;
    margin-top: 5px;
}

.icon {
    transition: 0.3s ease;
}

.right_side_anchor a:hover .icon {
    transform: scale(1.2);
}

.package-details-with-btn {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 25px 0;
    align-items: flex-start;
}

.package-details-duration-price {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    align-items: flex-start;
}

    .package-details-duration-price > div {
        display: grid;
        gap: 5px;
    }

    .package-details-duration-price h4 {
        font-size: 22px;
        font-weight: 700;
        color: #202020;
        line-height: 26px;
    }

    .package-details-duration-price span {
        font-size: 16px;
        color: #524f4f;
        line-height: 20px;
    }

.package-details-btns {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}

.btn.general-btn {
    border-color: #666666;
    border-radius: 100px;
    padding: 10px 28px;
    color: #202020;
    background: #fff;
    font-weight: 600;
}

    .btn.general-btn:hover,
    .general-btn.active {
        border-color: #17477E;
        color: #ffffff;
        background: #17477E;
    }

.btn.contact-btn {
    border-color: #F06700;
    border-radius: 100px;
    padding: 10px 28px;
    color: #F06700;
    background: #fff;
}

    .btn.contact-btn:hover {
        border-color: #17477E;
        color: #ffffff;
        background: #17477E;
    }

#navbarSupportedContent .dropdown-menu .dropdown-item:after {
    display: none !important;
}

.uae_attraction_ul_div ul li {
    font-weight: 400 !important;
}

    .uae_attraction_ul_div ul li strong {
        font-size: inherit !important;
    }

.blog_page_top {
    justify-content: space-between;
    gap: 20px;
}

.destination_option_blog_left {
    background: transparent;
    border: 0;
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    width: 100%;
}

.blog_page_top h3 {
    width: 100%;
}

.destination_option_blog_right {
    background: transparent;
    border: 0;
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    width: 100%;
}

    .destination_option_blog_right select {
        background: transparent;
        border: 0;
        color: #202020;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        border: 1px solid #C3C3C3;
        border-radius: 60px;
        padding: 5px 15px;
    }

.blog_search {
    background: #fff;
    color: #666666;
    border: 1px solid #C3C3C3;
    border-radius: 30px 0 0 30px;
    padding: 10px 22px 10px 30px;
    width: 250px;
    background: url(../img/search_icon.png) left 12px center no-repeat;
    margin: 0;
}

.destination_option_blog_left .blog_search {
    width: 100%;
}

.blog_search_btn {
    background: #F06700;
    color: #fff;
    border: 1px solid #F06700;
    border-radius: 30px;
    padding: 10px 25px;
    margin-left: -20px;
}

.blog_date_view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/*-- events --*/

.events-widget-box .article-card {
    flex-direction: unset;
}

.events-widget-box .artical-body {
    width: 60%;
}

.events-widget-box .article-card-img {
    height: 100%;
    max-height: 100%;
    width: 40%;
}

.events-widget-box .artical-body p {
    font-size: 14px;
    max-height: fit-content;
}

.events-widget-box .article-card-img img {
    height: 100%;
}

.event_details_itinerary_section {
    padding-top: 0;
    padding-bottom: 0;
}
/* .gallery-widget-box{

} */
.gallery-card {
    display: grid;
    gap: 10px;
    border: 1px solid #C3C3C3;
    border-radius: 20px;
    background: #fff;
    padding: 15px;
}

    .gallery-card h4,
    .gallery-card p {
        margin: 0;
    }

.gallery_article_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.gallery_article_top_1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.gallery_article_top_1_right {
    display: grid;
    gap: 0px;
}

.gallery_article_bottom_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.gallery_article_bottom_inner_1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.gallery_article_bottom > p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 14px;
}

.gallery_article_bottom_inner_1 p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.gallery_article_bottom_inner_2 img {
    transition: 0.3s ease;
}

.gallery_article_bottom_inner_2 a:hover img {
    transform: scale(1.2);
}

.contact_page_title {
    text-align: center;
    display: grid;
    gap: 10px;
    max-width: 60%;
    margin: 0 auto 30px auto;
}

.feedback_contact_page_title {
    width: 100%;
    max-width: 100%;
}

.contact_map img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.contact_store {
    max-height: 800px;
    overflow: auto;
}

.contact_map_address_card {
    display: grid;
    gap: 10px;
    border: 1px solid #C3C3C3;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-left: 10px;
}

    .contact_map_address_card::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -11px;
        background: none;
        z-index: 3;
        height: 23px;
        width: 23px;
    }

    .contact_map_address_card.active::before,
    .contact_map_address_card:hover::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -11px;
        background: url(../img/contact/map_arrow.png) no-repeat;
        z-index: 3;
        height: 23px;
        width: 23px;
    }

    .contact_map_address_card h4 {
        font-size: 20px;
        line-height: 26px;
        margin: 0;
    }

.contact_postoffice {
    background: url(../img/contact/PO_icon.png) no-repeat left top 3px;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
}

.contact_address {
    background: url(../img/contact/map_icon.png) no-repeat left top 3px;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
}

.contact_phone {
    background: url(../img/contact/phone_icon.png) no-repeat left top 3px;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
}

.contact_email {
    background: url(../img/contact/email_icon.png) no-repeat left top 3px;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
}

.contact_time {
    background: url(../img/contact/clock_icon.png) no-repeat left top 3px;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
}

.contact_map_address_card.active,
.contact_map_address_card:hover {
    background: #17477E;
    color: #ffffff;
    cursor: pointer;
}

.contact_map_address_card.active,
.contact_map_address_card:hover {
    background: #17477E;
    color: #ffffff;
    cursor: pointer;
}

    .contact_map_address_card.active h4,
    .contact_map_address_card:hover h4,
    .contact_map_address_card.active .contact_postoffice,
    .contact_map_address_card:hover .contact_postoffice,
    .contact_map_address_card.active .contact_address,
    .contact_map_address_card:hover .contact_address,
    .contact_map_address_card.active .contact_phone,
    .contact_map_address_card:hover .contact_phone,
    .contact_map_address_card.active .contact_email,
    .contact_map_address_card:hover .contact_email,
    .contact_map_address_card.active .contact_time,
    .contact_map_address_card:hover .contact_time {
        color: #ffffff;
    }

    .contact_map_address_card.active .contact_postoffice,
    .contact_map_address_card:hover .contact_postoffice {
        background: url(../img/contact/PO_icon_hover.png) no-repeat left top 3px;
    }

    .contact_map_address_card.active .contact_address,
    .contact_map_address_card:hover .contact_address {
        background: url(../img/contact/map_icon_hover.png) no-repeat left top 3px;
    }

    .contact_map_address_card.active .contact_phone,
    .contact_map_address_card:hover .contact_phone {
        background: url(../img/contact/phone_icon_hover.png) no-repeat left top 3px;
    }

    .contact_map_address_card.active .contact_email,
    .contact_map_address_card:hover .contact_email {
        background: url(../img/contact/email_icon_hover.png) no-repeat left top 3px;
    }

    .contact_map_address_card.active .contact_time,
    .contact_map_address_card:hover .contact_time {
        background: url(../img/contact/clock_icon_hover.png) no-repeat left top 3px;
    }

.contact-page-form-section {
    padding: 10px 1rem 100px 1rem;
}

.contact-page-form-div {
    margin: 0 15% 0 15%;
    border: 1px solid #C3C3C3;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
}

    .contact-page-form-div form {
        display: grid;
        gap: 15px;
    }

.contacct_form_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .contacct_form_block > div {
        width: 100%;
    }

.top_holiday_distance {
    display: flex !important;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
    margin: 0 0 5px 0;
    font-size: 14px !important;
}

.top_holiday_destination .holiday-body p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.top_holiday_destination .holiday-body .holiday_price_inner span {
    margin: 0;
}

.top_holiday_destination .holiday-body {
    position: relative;
}

.top_holiday_destination .fly-img-box {
    position: absolute;
    top: 0;
    right: 0px;
    transition: all .4s ease-in-out;
}

.top_holiday_distance img {
    width: auto !important;
}

.top_holiday_destination .fly-img-box:hover img {
    transform: scale(1.1);
}
/* .privacy_policy_tab{

} */
.privacy_policy_tab_box {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px 0 20px 0;
}

.privacy_policy_tab .clickable-id {
    border: 1px solid #C3C3C3;
    padding: 7px 25px;
    border-radius: 30px;
    background: #fff;
    color: #202020;
    margin: 0 0px 15px 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

    .privacy_policy_tab .clickable-id.active,
    .privacy_policy_tab .clickable-id:hover {
        border: 1px solid #17477E;
        padding: 7px 25px;
        border-radius: 30px;
        background: #17477E;
        color: #fff;
    }

.privacy-policy-description {
    width: 100%;
    float: none;
}

    .privacy-policy-description h3 {
        margin-bottom: 20px;
        text-align: left;
        font-size: 30px;
        line-height: 35px;
    }

    .privacy-policy-description,
    .privacy-policy-description li,
    .privacy-policy-description p {
        margin-bottom: 10px;
        color: #666666;
        font-size: 16px;
        line-height: 22px;
    }

.career_job_search_div {
    display: flex;
    justify-content: center;
}

    .career_job_search_div select {
        padding: 7px 25px;
        margin: 0 0 10px 0;
        color: #666666;
        font-weight: 400;
        width: auto;
    }

.career_search_btn {
    padding: 11px 30px;
    margin-bottom: 10px;
}

.right_side_anchor_share {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-right: 10px;
}

    .right_side_anchor_share a {
        background: #E1E1E1;
        border-radius: 50%;
        text-align: center;
        /*height: 40px;
    width: 40px;
    line-height: 40px;*/
        padding: 8px 10px;
    }

    .right_side_anchor_share i {
        color: #202020;
        font-size: 17px;
    }

    .right_side_anchor_share a:hover {
        background: #EA6916;
    }

        .right_side_anchor_share a:hover i {
            color: #fff;
        }

.close-btn-video {
    position: absolute;
    margin: 0 !important;
    padding: 0px !important;
    right: -18px;
    top: -23px;
    background: #fff !important;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.play-video-box {
    border: 5px solid #fff;
    border-radius: 25px;
    border-bottom: 0px;
}

    .play-video-box video {
        border-radius: 12px;
    }




/* swiper slider  */

.swiper-pagination-bullet {
    border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
    background: #1da1f2
}

.swiper-container img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.slider-image {
    height: 100%;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide,
    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide,
        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next + .swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas,
    .swiper-zoom-container > img,
    .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

    .swiper-container.one .swiper-slide {
        padding: 0 43px;
    }

.swiper-container {
    width: 100%;
    padding-bottom: 100px;
}

/* .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
} */

.swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
}

.two .swiper-slide {
    width: 300px;
}
/*.swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}*/

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #176fcb;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #176fcb 0%, #3ac9b5 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    background: unset !important;
}

.swiper-button-prev {
    top: unset !important;
    left: calc(50% - 37px) !important;
    transform: translate(-50%, -50%);
    right: unset !important;
    bottom: -10px;
    background-image: unset !important;
}

.swiper-button-next {
    top: unset !important;
    right: calc(50% - 37px) !important;
    transform: translate(-50%, -50%);
    left: unset !important;
    bottom: -10px;
    background-image: unset !important;
}

    .swiper-button-prev svg,
    .swiper-button-next svg {
        display: none !important;
    }

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    content: "\F12E";
    font-family: 'bootstrap-icons';
    font-size: 35px;
    color: #E99C0E;
}

.swiper-button-prev:hover::after, .swiper-container-rtl .swiper-button-next:hover::after {
    color: #17477E;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: "\F137";
    font-family: 'bootstrap-icons';
    font-size: 35px;
    color: #E99C0E;
}

.swiper-button-next:hover::after, .swiper-container-rtl .swiper-button-prev:hover::after {
    color: #17477E;
}

/* Default hamburger icon */
.navbar-toggler .navbar-toggler-icon.collapsed {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,1%29' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Close (X) icon when menu is open */
.navbar-toggler.close-icon .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,1%29' stroke-width='2' stroke-linecap='round' d='M7 7l16 16M23 7L7 23'/%3E%3C/svg%3E");
}

/* ================== TABS ================== */
.top-action-btns {
    position: absolute;
    top: 20px;
    right: 0;
    margin-top: 0;
    width: auto;
    justify-content: flex-end;
    /* z-index: 1000; */
}

.top-action-btns .star-btn {
    background-color: rgba(250, 214, 62, 1);
    border-radius: 6px;
    padding: 6px 15px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: all .4s ease-in-out;
}

.top-action-btns .heart-btn {
    padding: 0;
    background-color: transparent;
}

.top-action-btns .heart-btn:hover {
    color: rgba(10, 186, 181, 1);
}

.top-action-btns .star-btn:hover {
    background-color: rgba(32, 32, 32, 1);
    color: #fff;
    transition: all .4s ease-in-out;
}

.hotel-tabs-wrapper {
    position: sticky;
    top: var(--header-height);
    z-index: 998;
    background: #fff;
    max-width: 870px;
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 0 0 15px 15px;
    transition: box-shadow .25s ease-in-out, background .25s ease-in-out;
}

.hotel-tabs-wrapper .scroll-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  padding: 12px 0;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.hotel-tabs-wrapper .scroll-tabs::-webkit-scrollbar {
  display: none;
}

.hotel-tabs-wrapper .tab-btn {
    flex: 0 0 auto;
    padding: 13px 14px;
    border-radius: 10px;
    border: 1px solid rgba(32, 32, 32, 1);
    background: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: rgba(32, 32, 32, 1);
    cursor: pointer;
    transition: all .25s ease;
    scroll-snap-align: center;
}

.hotel-tabs-wrapper .tab-btn:hover,
.hotel-tabs-wrapper .tab-btn.active {
  background: rgba(10, 186, 181, 1);
  color: #fff;
  border-color: transparent;
}

/* RTL auto */
html[dir="rtl"] .scroll-tabs {
  flex-direction: row-reverse;
}

/* Desktop */
@media (min-width: 992px) {
  .scroll-tabs {
    overflow-x: visible;
  }
}

/* ================== SECTIONS ================== */
.hotel-details-section {
  padding: 100px 1rem 0;
  margin: 0 auto;
  scroll-margin-top: calc(var(--header-height) + 70px);
  transition: box-shadow .25s ease, background .25s ease;
  background-color: #fff;
  z-index: 100;
}

.hotel-details-section.sticky-top .hotel-tabs-wrapper {
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.1);
}
/* 
.hotel-details-section.sticky-top {
    top: calc(var(--header-height) - 20px);
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    padding: 0 1rem;
} */

.overview-gallary-box {
    margin-bottom: 40px;
}

.overview-gallary-img {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.overview-gallary-img img {
    width: 100%;
    height: auto;
}

.img-wrap {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
}

/* Skeleton base */
.skeleton {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    #e5e7eb 40%,
    #f3f4f6 50%,
    #e5e7eb 60%
  );
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
  border-radius: 14px;
}

@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}

/* Sizes */
.skeleton-lg {
  height: 420px;
}

.skeleton-sm {
  height: 204px;
}

/* Images */
/* .hotel-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
} */

/* Overlay */
.more-overlay {
    position: absolute;
    /* inset: 0; */
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: 'Poppins';
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: auto; */
    gap: 5px;
    height: 34px;
    max-width: 73px;
    width: 100%;
    bottom: 20px;
    right: 20px;
    border-radius: 8px;
}

.more-overlay:hover {
    color: rgba(250, 214, 62, 1);
}

/* Mobile */
@media (max-width: 768px) {
  .skeleton-lg { height: 260px; }
  .skeleton-sm { height: 150px; }
}

.right-details-content .top-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}

.right-details-content .top-title h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
    line-height: 118%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: rgba(34, 121, 80, 1);
    border-radius: 6px;
    padding: 7px 12px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.rate-box {
    margin: 20px 0;
}

.rate-box p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}

.rate-box h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 135%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    gap: 10px;
}

.rate-box h4 span {
    background: rgba(34, 121, 80, 0.08);
    border: 1px solid rgba(34, 121, 80, 1);
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: capitalize;
    color: rgba(34, 121, 80, 1);
    padding: 6px 12px;
    border-radius: 6px;
}

.details-list {
    margin-bottom: 40px;
}

.details-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1rem;
}

.details-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 20px;
}

.details-list ul li:last-child {
    margin-bottom: 0;
}

.details-list ul li span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.see-all-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: rgba(32, 32, 32, 1);
    padding: 0;
    background-color: transparent! important;
}

button.see-all-btn {
    background-color: transparent;
    border: none;
}

.see-all-btn:hover {
    color: rgba(34, 121, 80, 1);
}

.box-title h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.box-title p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: rgba(102, 102, 102, 1);
}

.highlights-list {
    margin-top: 40px;
}

.highlights-list h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.highlights-list ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style-type: disc;
}

.highlights-list ul li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: rgba(102, 102, 102, 1);
}

.highlights-list ul li:last-child {
    margin-bottom: 0;
}

.overview-content-info {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(195, 195, 195, 1);
}

/* =============== scroll-content-section ========= */

.scroll-content-section {
    padding: 50px 1rem 0;
}

.scroll-content-section .box-title h4 {
    margin-bottom: 0px;
}

.amenities-list ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.amenities-list ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 20px;
}

.amenities-list ul li:last-child {
    margin-bottom: 0;
}

.photos-box .box-title,
.rooms-box .box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.rooms-tab ul {
    gap: 1rem;
}

.rooms-tab .nav-link {
    background-color: transparent;
    padding: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(32, 32, 32, 1);
    position: relative;
    padding: 0 10px 5px;
    border-radius: 0;
}

.rooms-tab .nav-link.active {
    background-color: transparent;
    color: rgba(10, 186, 181, 1);
}

.rooms-tab .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(10, 186, 181, 1);
    border-radius: 15px 15px 0 0;
}

.holiday-card .more-overlay {
    right: 15px;
    bottom: 15px;
}

/* ====== Photo ==== */
.hotel-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  background: #eee;
  height: 100%;
}

/* Size control (matches screenshot layout) */
.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

/* Image */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .4s ease, transform .5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item.loaded img {
  opacity: 1;
}

/* Skeleton Loader */
.skeleton {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    #ececec 8%,
    #f5f5f5 18%,
    #ececec 33%
  );
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
}

.gallery-item.loaded .skeleton {
  display: none;
}

@keyframes shimmer {
  to {
    background-position-x: -200%;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .hotel-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .hotel-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }
}

.accessibility-list ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    padding: 0 0 0 20px;
    margin: 0;
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; */
}

.hotel-rules-list ul li {
    line-height: 1.8;
    margin-bottom: 10px;
}

/* ========== reviews ======= */
.reviews-section {
    padding: 50px 1rem 120px;
}
.reviews-box .box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.review-rate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
    width: 100%;
}

.review-rate h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 56px;
    line-height: 118%;
    text-transform: capitalize;
    margin-bottom: 0;
    color: rgba(34, 121, 80, 1);
}

.review-rate h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 118%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.review-rate h4 span {
    display: block;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 118%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.review-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
}

.review-box.open {
  max-height: 700px;
  opacity: 1;
}

.rateProductSection {
    display: none;
    max-width: 1080px;
    width: 100%;
    transition: all .4s ease-in-out;
}

.rateProductSection.open {
    display: block;
    transition: all .4s ease-in-out;
}

.rateProductSection .box-title h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
    text-align: left;
}

/* Stars */
.rating-stars {
  font-size: 30px;
  color: #ddd;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.rating-stars .star {
  cursor: pointer;
  transition: transform 0.2s;
}

.rating-stars .star.active {
  color: #f4b400;
}

.rating-stars .star:hover {
  transform: scale(1.15);
}

/* Mobile optimization */
@media (max-width: 576px) {
  .rating-stars {
    font-size: 34px;
    justify-content: space-between;
  }

  .review-box {
    padding-top: 10px;
  }
}

.rateProductSection .form-group {
    margin-bottom: 20px;
}

.rateProductSection .form-group .form-label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: rgba(32, 32, 32, 1);
}

.rateProductSection .form-group .form-label small {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.rateProductSection .form-group .form-control {
    margin: 0;
    padding: 16px 20px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    border-radius: 10px;
}

/* ======== hotel-booking-section ========== */
.hotel-booking-section {
    padding: 100px 1rem;
}

.left-booking-content .booking-details {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 20px;
    padding: 15px 20px 20px;
}

.booking-details .overview-content-info:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.booking-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.booking-card .booking-hotel-img {
    max-width: 280px;
    width: 100%;
    height: 244px;
    overflow: hidden;
    border-radius: 10px;
}

.booking-card .booking-hotel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-card .right-details-content .top-title h4 {
    max-width: 480px;
    width: 100%;
    margin-bottom: 0;
}

.booking-card .right-details-content h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    color: rgba(32, 32, 32, 1);
}

.booking-sedule {
    background-color: rgba(245, 245, 245, 1);
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.booking-sedule .booking-info {
    position: relative;
    padding-right: 20px;
}

.booking-sedule .booking-info:last-child {
    padding-right: 0;
}

.booking-sedule .booking-info:last-child::after {
    display: none;
}

.booking-sedule .booking-info::after {
    content: '';
    background-color: rgba(195, 195, 195, 1);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.booking-sedule .booking-info span {
    display: block;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.booking-sedule .booking-info p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.policy-content h5 {
    background: rgba(34, 121, 80, 0.08);
    border: 1px solid rgba(34, 121, 80, 1);
    border-radius: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 425px;
    padding: 1rem;
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 110.00000000000001%;
    text-transform: none;
    color: rgba(34, 121, 80, 1);
    margin-bottom: 1rem;
}

.policy-content p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}

.order-box h5,
.right-booking-content .order-box h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 8px;
}

.right-booking-content .order-box p {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}

.order-box p span,
.right-booking-content .order-box p span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(102, 102, 102, 1);
}

.order-box ul,
.right-booking-content .order-box ul {
    padding: 0;
}

.order-box ul li,
.right-booking-content .order-box ul li {
    color: rgba(32, 32, 32, 1);
}

.order-box ul li span,
.right-booking-content .order-box ul li span {
    font-weight: 600;
}

.order-box ul.dis-list li,
.right-booking-content .order-box ul.dis-list li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}

.order-box ul.dis-list li span,
.right-booking-content .order-box ul.dis-list li span {
    color: rgba(34, 121, 80, 1);
    font-weight: 600;
}

.order-box ul.mc-list li,
.right-booking-content .order-box ul.mc-list li {
    color: rgba(102, 102, 102, 1);
}

.order-box ul.mc-list li span,
.right-booking-content .order-box ul.mc-list li span {
    color: rgba(32, 32, 32, 1);
}

.order-box ul.grand-total-list li,
.right-booking-content .order-box ul.grand-total-list li {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}

.order-box .form-radio-box .form-check {
    margin-bottom: 10px;
}

.order-box .form-radio-box .form-check:last-child {
    margin-bottom: 0;
}

.gift-box .input-group {
    padding: 1rem 20px;
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 10px;
}

.gift-box .input-group .form-control:focus,
.gift-box .input-group .form-control {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: rgba(102, 102, 102, 1);
    border: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.gift-box .apply-btn {
    background-color: transparent;
    border: none;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 14.5px;
    text-align: right;
    text-transform: uppercase;
    color: rgba(10, 186, 181, 1);
}

.gift-box .apply-btn:hover {
    color: #000;
    text-decoration: underline;
}

.agremnt-check-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.agremnt-check-box .form-check-input:focus,
.agremnt-check-box .form-check-input {
    max-width: 20px;
    width: 100%;
    height: 20px;
    padding: 0;
    box-shadow: none;
    margin-top: 0;
}

.agremnt-check-box .form-check-label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    color: rgba(102, 102, 102, 1);
}

.agremnt-check-box .form-check-label a {
    color: rgba(48, 144, 175, 1);
    text-decoration: none;
}

.agremnt-check-box .form-check-label a:hover {
    color: #000;
    text-decoration: underline;
}

.right-booking-content .upcomming-btn:focus,
.right-booking-content .upcomming-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 1);
}

/* ===== flight-booking-section ======= */
.flight-booking-section .section-title {
    max-width: 570px;
    width: 100%;
    margin: 0 auto 40px;
}

.flight-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-bottom: 7px;
}

.flignt-sedule {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-bottom: 20px;
}

.flight-location {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: auto;
}

.flight-location h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.flight-offer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    width: auto;
}

.flight-offer p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.flight-offer .badge {
    background: rgba(237, 92, 92, 0.08);
    border: 1px solid rgba(237, 92, 92, 1);
    border-radius: 5px;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(237, 92, 92, 1);
    padding: 4px 6px;
}
.economy-btn {
    background-color: rgba(48, 144, 175, 1);
    border-radius: 6px;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    padding: 7px 12px;
}

.economy-btn:hover {
    background-color: rgba(250, 214, 62, 1);
    color: #000;
}

.fligt-booking-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: auto;
}

.fligt-booking-time span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    background-color: rgba(245, 245, 245, 1);
    border-radius: 8px;
    padding: 4px 12px;
}

.fligt-booking-time p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.fare-btn {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    color: rgba(32, 32, 32, 1);
    padding: 0;
}

.fare-btn:hover {
    color: #000;
}

.flight-details-box {
    margin-bottom: 20px;
}

.flight-card .flight-footer{
    margin-bottom: 20px;
}

.flight-card .flight-footer:last-child {
    margin-bottom: 0;
}

.left-flight-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.left-flight-details .flight-name {
    max-width: 66px;
    width: 100%;
    text-align: center;
}

.left-flight-details .flight-name img {
    width: auto;
    margin-bottom: 5px;
}

.left-flight-details .flight-name span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

.flight-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.flight-details h4 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: rgba(32, 32, 32, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.flight-details h4 span {
    font-weight: 500;
}

.flight-details h4 small {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
    position: relative;
}

.flight-details p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(102, 102, 102, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.baggage-box {
    background-color: rgba(245, 245, 245, 1);
    border-radius: 8px;
    width: 100%;
    padding: 8px 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 5px;
}

.baggage-box:last-child {
    margin-bottom: 0;
}

.baggage-box .baggage-info h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 165%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.baggage-box .baggage-info p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 165%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.flight-waiting-box {
    background: rgba(245, 249, 252, 1);
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 10px 1rem;
}

.flight-waiting-box .delay-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: auto;
}

.flight-waiting-box .delay-time p {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    border-left: 1px dashed rgba(102, 102, 102, 1);
    padding-left: 1rem;
}

.flight-waiting-box .delay-time p span {
    font-weight: 500;
}
.flight-waiting-box .delay-time.baggage-excess {
    gap: 10px;
}
.flight-waiting-box .delay-time.baggage-excess p {
    border-left: 0;
    padding-left: 0;
}

.product-accordion-box.flight-accordion-box .accordion-item:not(:first-of-type) {
    padding-bottom: 0;
}

.product-accordion-box.flight-accordion-box .accordion-item .accordion-button {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.product-accordion-box.flight-accordion-box .accordion-item .accordion-collapse .accordion-body {
    padding-bottom: 0;
}

.product-accordion-box.flight-accordion-box .accordion-item .accordion-collapse.show .accordion-body {
    padding-bottom: 40px;
}

.flight-accordion-box .policy-content h5 {
    max-width: 100%;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: capitalize;
    color: rgba(237, 92, 92, 1);
    display: block;
    background-color: rgba(237, 92, 92, 0.08);
    border-color: rgba(237, 92, 92, 1);
    border-radius: 8px;
    padding: 8px 1rem;
    margin-bottom: 30px;
}

.flight-accordion-box .policy-content h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.flight-cancle-policy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 1rem;
}

.flight-cancle-policy .flight-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: auto;
}

.flight-cancle-policy .flight-info h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.flight-cancle-policy .flight-issue-date {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    width: auto;
}

.flight-cancle-policy .flight-issue-date p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: auto;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.flight-cancle-policy .flight-issue-date p span {
    font-weight: 500;
}

.cancle-info span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    display: block;
}

.cancle-info p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-bottom: 5px;
}

.cancle-info p span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.cancle-info .progress {
    height: 6px;
    border-radius: 100px;
}

.cancle-box {
    margin-bottom: 40px;
}

.cancle-box:last-child {
    margin-bottom: 0;
}

.info-box {
    background-color: rgba(245, 245, 245, 1);
    border-radius: 8px;
    padding: 24px;
}

.info-content h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 1rem;
}

.info-list-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.info-list-group .info-list h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(237, 92, 92, 1);
    margin-bottom: 10px;
}

.info-list-group .info-list ul {
    margin: 0;
    padding: 0 0 0 24px;
}

.info-list-group .info-list ul li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 1rem;
}  

.info-list-group .info-list ul li:last-child {
    margin-bottom: 0;
}

.flight-rate h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 20px;
}

.flight-rate h5 span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    text-transform: capitalize;
}

.insurance-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
}

.travel-box {
    background-color: rgba(231, 249, 248, 1);
    border: 1px solid rgba(10, 186, 181, 1);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    max-width: 356px;
    width: 100%;
}

.travel-body span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    display: block;
    margin-top: 5px;
}

.travel-body h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.travel-footer {
    margin-top: 40px;
}

.travel-footer p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 220.00000000000003%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 5px;
}

.travel-footer span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 220.00000000000003%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    display: inline-block;
}

.travel-footer span a {
    text-decoration: underline;
}

.right-details {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    width: auto;
}

.right-details p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.right-details span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: right;
    color: rgba(32, 32, 32, 1);
}

.travel-info .form-check-label {
    font-size: 18px;
    line-height: 1.2;
}

.card-boxs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.policy-content .card-boxs:last-child {
    margin-bottom: 0;
}

.card-boxs .add-left-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    width: auto;
}

.card-boxs .add-left-box img {
    max-width: 48px;
    width: 100%;
}

.card-boxs .add-left-box .add-card-body h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.card-boxs .add-left-box .add-card-body p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.policy-content .details-btn,
.card-boxs .details-btn {
    border-color: rgba(48, 144, 175, 1);
    color: rgba(48, 144, 175, 1);
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;

}

.policy-content .details-btn:hover,
.card-boxs .details-btn:hover {
    color: #fff;
}

/* ========== */

/* Wrapper */
.sort-wrapper {
  display: flex;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

/* Tabs */
.sort-box {
  flex: 1;
  padding: 13px 20px 7px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  /* border-right: 1px solid #eee; */
  overflow: hidden;
  min-width: 160px;
  max-width: 405px;
  width: 100%;
}

.sort-box::before {
    content: '';
    background-color: rgba(195, 195, 195, 1);
    width: 1px;
    height: 50px;
    position: absolute;
    right: 0;
}

.sort-wrapper .sort-box:nth-of-type(2n) .sort-price-box .sort-title,
.sort-wrapper .sort-box:nth-of-type(2n) .sort-price-box .sort-price,
.sort-wrapper .sort-box:nth-of-type(2n) .sort-price-box {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
}

.sort-wrapper .sort-box:last-of-type .sort-price-box .sort-title,
.sort-wrapper .sort-box:last-of-type .sort-price-box .sort-price,
.sort-wrapper .sort-box:last-of-type .sort-price-box {
    margin-left: 100px;
}

.sort-wrapper .sort-box:last-of-type::before {
    display: none;
}

.sort-box:last-child {
  border-right: none;
}

.sort-box input {
  display: none;
}

.sort-price-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

/* Text */
.sort-title {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1); 
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.sort-price {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    transition: 0.3s;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.sort-time {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sort-time i {
    font-size: 20px;
    line-height: 1;
}

.sort-box.active .sort-price {
  color: #00b3a4;
}

/* Sliding underline */
.active-line {
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #00b3a4;
  transition: all 0.35s ease;
}

/* Ripple */
.sort-box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 179, 164, 0.25);
  width: 120px;
  height: 120px;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.sort-box.ripple::after {
  animation: ripple 0.6s linear;
}

@keyframes ripple {
  0% { transform: scale(0); opacity: 0.6; }
  100% { transform: scale(3); opacity: 0; }
}

/* 🔥 Mobile Responsive */
@media (max-width: 768px) {
  .sort-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .sort-wrapper::-webkit-scrollbar {
    display: none;
  }

  .sort-box {
    flex: 0 0 auto;
    min-width: 180px;
    text-align: center;
  }

  .sort-price {
    font-size: 18px;
  }
}

.flight-booking-tab.booking-tab-box .nav-pills {
    display: -webkit-box;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-bottom: 10px;
}

.flight-booking-tab.booking-tab-box .nav-pills .nav-link {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

.flight-booking-tab.booking-tab-box .nav-pills .nav-link span {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 7px;
}

.flight-booking-tab.booking-tab-box .nav-pills .nav-link.active {
    color: #fff;
}

.flight-inner-tab .nav-pills {
    margin-bottom: 30px;
}

.flight-inner-tab .nav-pills .nav-link {
    border: 1px solid rgba(32, 32, 32, 1);
    background-color: transparent;
    border-radius: 10px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: rgba(32, 32, 32, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 16px 30px;
    width: 100%;
}

.flight-inner-tab .nav-pills .nav-item {
    max-width: 612px;
    width: 100%;
}

.flight-inner-tab .nav-pills .nav-link span {
    font-weight: 500;
}

.flight-inner-tab .nav-pills .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px;
    border-right: 0;
}

.flight-inner-tab .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
}

.flight-inner-tab .nav-pills .nav-link.active {
    background-color: rgba(10, 186, 181, 0.1);
    border-color: rgba(10, 186, 181, 1);
    color: rgba(10, 186, 181, 1);
}

.flight-inner-tab .nav-pills .nav-link.active .icon-img .normal,
.flight-inner-tab .nav-pills .nav-link .icon-img .active {
    display: none;
}

.flight-inner-tab .nav-pills .nav-link .icon-img .normal,
.flight-inner-tab .nav-pills .nav-link.active .icon-img .active {
    display: block;
}

.flight-table-list {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 15px;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.flight-table-list .flight-booking-table {
    border-bottom: 1px solid rgba(195, 195, 195, 1);
}

.flight-table-list .flight-booking-table:last-child {
    border-bottom: 0;
}

.flight-table-list .flight-booking-table .col:first-child {
    border-right: 1px solid rgba(195, 195, 195, 1);
}

.flight-list-inner-content .flight-table-list:last-child {
    margin-bottom: 0;
}

.flight-info-box.flight-left-booking-info {
    padding: 30px;
    height: auto;
    border-bottom: 1px solid rgba(195, 195, 195, 1);
}

.flight-info-box.flight-left-booking-info:last-child {
    border-bottom: 0;
}

.flight-info-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    gap: 1rem;
}

.flight-packge-info {
    flex-direction: column;
    justify-content: flex-end;
    gap: 60px;
    align-items: flex-end;
    padding: 30px 20px 30px 10px;
}

.flight-packge-info .package-rate-box {
    text-align: right;
}

.air-company {
    margin-right: 100px;
}

.air-plane-name {
    text-align: center;
}

.air-plane-name img {
    max-width: 40px;
    width: 100%;
    height: auto;
}

.air-plane-name span {
    display: block;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: rgba(102, 102, 102, 1);
    margin-top: 5px;
}

.flight-sedule {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.flight-sit h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 175%;
    text-align: left;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.flight-sit h4 span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    text-align: left;
    color: rgba(102, 102, 102, 1);
}

.flight-bag-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.flight-bag-pack {
    border-radius: 8px;
    padding: 12px 10px;
    border: 1px solid rgba(195, 195, 195, 1);
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.flight-bag-pack i {
    line-height: 1;
    font-size: 18px;
}

.flight-sedule span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: rgba(32, 32, 32, 1);
}

.flight-track-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.flight-track-info p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

.flight-track-info span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

.package-rate-box p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.package-rate-box h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 5px;
}

.package-rate-box h3 span {
    display: block;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.package-rate-box small {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    color: rgba(34, 121, 80, 1);
}

.form-select-box .form-select:focus,
.form-select-box .form-select {
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
}

.tax-box {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    text-align: right;
    color: rgba(102, 102, 102, 1);
    display: block;
    margin-bottom: 5px;
}

.onetrip-flight-list-content .flight-packge-info {
    gap: 1rem;
    padding: 20px 20px 20px 10px;
}

.onetrip-flight-list-content .flight-info-box.flight-left-booking-info {
    height: 100%;
}

/* ======= */
.profile-card {
    max-width: 1080px;
    margin: 0px auto;
    padding: 30px;
    border-radius: 20px;
    background-color: rgba(245, 245, 245, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(195, 195, 195, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.profile-card-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.avatar-wrapper {
  position: relative;
  max-width: 120px;
  width: 100%;
  height: 120px;
  margin-bottom: 0;
}

.avatar-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eee;
}

.avatar-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 20px;
}

.profile-card .shipping-form-box input[type="file"] {
  display: none;
}

.profile-card .shipping-form-box .form-group label {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.profile-card .shipping-form-box .form-group input {
    margin: 0;
}

.profile-card .shipping-form-box .action-btns .btn {
    max-width: 120px;
    width: 100%;
}

.profile-card .shipping-form-box .action-btns .details-btn {
    border-color: rgba(48, 144, 175, 1);
    color: rgba(48, 144, 175, 1);
}

.profile-card .shipping-form-box .action-btns .details-btn:hover {
    color: #fff;
    border-color: #000;
}

.booking-table {
    vertical-align: middle;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.booking-table tbody tr td,
.booking-table thead tr th {
    border-color: rgba(195, 195, 195, 1);
    border-style: solid;
    border-width: 1px 0 1px 0;
}

.booking-table thead tr th:first-child,
.booking-table tbody tr td:first-child {
    border-left-width: 1px;
    border-radius: 5px 0 0 5px;
}   

.booking-table thead tr th:last-child,
.booking-table tbody tr td:last-child {
    border-right-width: 1px;
    border-radius: 0 5px 5px 0;
}   

.hotel-img {
    max-width: 80px;
    width: 100%;
}

.flight-img {
    max-width: 40px;
    width: 100%;
}

.membership-card-box .row {
    margin-bottom: 60px;
}

.membership-card-box .row:nth-child(even) {
    flex-direction: row-reverse;
}

.membership-card-box .row:last-child {
    margin-bottom: 0;
}

.membership-card-img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(222, 222, 222, 1);
}

.membership-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.membership-card-body h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 1rem;
}

.membership-card-body p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 1rem;
}

.key-benifits-list {
    margin-top: 30px;
}

.key-benifits-list h4 {
    margin-bottom: 25px;
}
/*.price-list-box.key-benifits-list ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}*/
    .key-benifits-list ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 100%;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

.key-benifits-list ul li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: rgba(102, 102, 102, 1);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
}

.key-benifits-list ul li:last-child {
    margin-bottom: 0;
}

.key-benifits-list ul li span {
    color: rgba(10, 186, 181, 1);
    line-height: 1;
    margin-top: 5px;
}

/* ======= .membership-table ========= */
.membership-table {
    border-collapse: separate;
    border-spacing: 10px;
}

.membership-table thead tr {
    border: none;
}

.table>:not(caption)>*>* {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(195, 195, 195, 1);
}

.membership-table thead tr th {
    padding: 25px 30px;
    border-radius: 20px 20px 0 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: rgba(32, 32, 32, 1);
}

.membership-table thead tr th:first-child {
    width: 30%;
    text-align: left;
    background-color: rgba(244, 245, 254, 1);
}

.membership-table thead tr th:nth-child(4n),
.membership-table thead tr th:nth-child(2n) {
    border-color: rgba(48, 144, 175, 1);
    background-color: rgba(244, 249, 251, 1);
}

.membership-table thead tr th:nth-child(5n),
.membership-table thead tr th:nth-child(3n) {
    border-color: rgba(10, 186, 181, 1);
    background-color: rgba(231, 249, 248, 1);
}

.membership-table tbody tr td {
    padding: 20px 1rem;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: rgba(102, 102, 102, 1);
    text-align: center;
}

.membership-table tbody tr td span {
    color: rgba(10, 186, 181, 1);
    font-size: 22px;
    line-height: 1;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgba(255, 255, 255, 1);
    border: 1px solid rgba(195, 195, 195, 1);
    color: rgba(102, 102, 102, 1);
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: rgba(245, 249, 252, 1);
    border: 1px solid rgba(195, 195, 195, 1);
    color: rgba(102, 102, 102, 1);
}

.membership-table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
    text-align: left;
    padding-left: 30px;
    font-weight: 500;
}

.membership-table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}

/* Card */
/* .custom-accordion .accordion-item {
  border: 0;
  border-radius: 16px;
  margin-bottom: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  overflow: hidden;
} */

/* ==== privecy-content ======= */
.privecy-content {
    margin-bottom: 50px;
}

.privecy-content:last-child {
    margin-bottom: 0;
}

.privecy-content h4 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 1rem;
}

.privecy-content p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 20px;
}

.privecy-content p:last-child {
    margin-bottom: 0;
}

.privecy-content ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style-type: disc;
}

.privecy-content ul li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: rgba(102, 102, 102, 1);
}

.privecy-content ul li:last-child {
    margin-bottom: 0;
}

.reg-confirm-box p {
    max-width: 580px;
    margin: 0 auto 1rem;
}

.reg-confirm-box p:last-child {
    margin-bottom: 0;
}

.webinar-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid rgba(195, 195, 195, 1);
    margin-bottom: 1rem;
}

.webinar-img img {
    width: 100%;
}

.webinar-sedule {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    border-bottom: 1px solid rgba(195, 195, 195, 1);
    padding-bottom: 1rem;
}

.webinar-sedule p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.webinar-content-box {
    border-bottom: 1px solid rgba(195, 195, 195, 1);
    padding: 20px 0 40px;
}

.webinar-content-box h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.webinar-content-box p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}

.webinar-content-box h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 1rem;
}

.webinar-content-box ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style-type: disc;
}

.webinar-content-box ul li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 15px;
}

.webinar-content-box ul li:last-child {
    margin-bottom: 0;
}

.right-webinar-box h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
    line-height: 138%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.right-webinar-box p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    color: rgba(102, 102, 102, 1);
}

.right-webinar-box .shipping-form-box {
    margin-top: 30px;
}

.notify-tab {
    background-color: rgba(235, 249, 249, 1);
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 25px;
    padding: 20px 1rem 20px 25px;
}

.notify-tab .nav-pills {
    height: 720px;
    overflow-y: auto;
    gap: 20px;
    padding-right: 10px;
}

.notify-tab h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 20px;
}

.notify-tab h4 span {
    font-size: 24px;
    line-height: 1.3;
    color: rgba(102, 102, 102, 1);
}

.tab-btn h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 12px;
}

.tab-btn p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 10px;
}

.tab-btn span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
}

.notify-tab .nav-pills .nav-link {
    background-color: transparent;
    border-radius: 0px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(195, 195, 195, 1);
}

.notify-tab .nav-pills .nav-link:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.notify-tab .nav-pills .nav-link .tab-btn{
    background-color: transparent;
    border-radius: 10px;
    padding: 10px 20px;
}

.notify-tab .nav-pills .nav-link.active, 
.notify-tab .nav-pills .show>.nav-link {
    background-color: transparent;
}

.notify-tab .nav-pills .nav-link.active .tab-btn, 
.notify-tab .nav-pills .show>.nav-link .tab-btn {
    background-color: rgba(255, 255, 255, 1);
}

.notify-tab .nav-pills .nav-link.active .tab-btn h5, 
.notify-tab .nav-pills .show>.nav-link .tab-btn h5 {
    color: rgba(10, 186, 181, 1);
}

.notify-tab .nav-pills .nav-link.active .tab-btn p, 
.notify-tab .nav-pills .show>.nav-link .tab-btn p {
    color: rgba(32, 32, 32, 1);
}

.notify-details h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.notify-details p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 20px;
}

/* ======== Flight Offer ======*/
.booking-card-box {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(195, 195, 195, 1);
    padding: 1rem;
    border-radius: 20px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    gap: 1rem;
}

.booking-card-box .booking-flight-img {
    max-width: 194px;
    width: 100%;
    height: 194px;
    overflow: hidden;
    border-radius: 14px;
}

.booking-card-box .booking-flight-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.flight-content h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 5px;
}

.flight-content p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}

.booking-card-body .action-btns {
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.booking-card-body .action-btns span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    display: inline-block;
}

.flight-accordion-flush .accordion-item {
    border: 1px solid rgba(195, 195, 195, 1)! important;
    border-radius: 15px! important;
    overflow: hidden;
    margin-bottom: 20px;
}

.flight-accordion-flush .accordion-item .accordion-button:focus, 
.flight-accordion-flush .accordion-item .accordion-button {
    background-color: rgba(245, 249, 252, 1);
    border-bottom: 1px solid rgba(195, 195, 195, 1);
    padding: 1rem 30px;
    min-height: 98px;
    border-radius: 15px 15px 0 0! important;
}

.flight-accordion-flush .accordion-item .accordion-button h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 175%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.flight-accordion-flush .accordion-item .accordion-button h4 span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    display: block;
    margin-top: 7px;
}

.flight-accordion-flush .accordion-item .accordion-button.collapsed {
    border-bottom: none;
}

.flight-accordion-flush .accordion-item .accordion-body {
    padding: 20px 30px;
}

.flight-footer .flight-details-box:last-child {
    margin-bottom: 0;
}

.flight-waiting-box {
    margin-bottom: 20px;
}

.flight-packge-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.flight-details-info p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.flight-details-info p span {
    font-weight: 400;
}

.flight-baggage-info {
    margin-bottom: 1rem;
}

.flight-baggage-info .flight-carry-details {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.flight-baggage-info .flight-carry-details:last-child {
    margin-bottom: 0;
}

.flight-carry-details h5 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.flight-carry-details h5 span {
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    line-height: 1;
}

.flight-carry-details p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
}

.accordion .accordion-item .accordion-body.flight-body > p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-transform: capitalize;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}
.flight-accordion-flush .accordion-item .accordion-button h4 .right-details {
    gap: 30px;
    margin-right: 40px;
}
.flight-accordion-flush .accordion-item .accordion-button h4 .right-details span {
    margin-top: 0;
}

.guest-info .add-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: rgba(10, 186, 181, 1);
    text-transform: capitalize;
}

.guest-info .add-btn:hover {
    color: rgba(32, 32, 32, 1);
}

.guest-info .shipping-form-box .form-group .form-control {
    margin-top: 0px;
}

.flight-summary-box {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 35px 30px;
    margin-bottom: 20px;
}

.flight-summary-box h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.flight-summary-box p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.flight-summary-box .edit-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    text-transform: capitalize;
    color: rgba(10, 186, 181, 1);
    padding: 0;
    background-color: transparent! important;
    border: none! important;
}


.sticky-sidebar {
  position: sticky;
  top: 100px;
  border-radius: 14px;
  border: 1px solid #e8e8e8;
}

/* Compact spacing */
.fare-summary .card-body {
  font-size: 14px;
}

.fare-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.collaps-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.right-side span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: right;
    color: rgba(32, 32, 32, 1);
}

.fare-title h6 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.fare-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
}

.order-box .fare-row p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}
.order-box .fare-row p span {
    font-weight: 600;
    color: rgba(102, 102, 102, 1);
}

.order-box .fare-section {
    padding: 20px 0;
    border-bottom: 1px solid rgba(195, 195, 195, 1);
}

.order-box .fare-section:first-child {
    padding-top: 0;
}

.order-box .fare-section:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.grand-total p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.grand-total p span {
    font-weight: 600;
}

.card .order-box hr {
    margin: 20px auto;
}

/* Chevron Animation */
.toggle-icon {
  transition: transform 0.3s ease;
}

/* When collapse is open */
.fare-title[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
}

/* Mobile Compact */
@media (max-width: 768px) {
  .sticky-sidebar {
    position: relative;
    top: auto;
  }

  .fare-summary .card-body {
    padding: 16px;
  }

  .grand-total {
    font-size: 18px;
  }

  .fare-row {
    font-size: 13px;
  }
}

/* ========= Price Box ========= */
.price-group {
  position: relative;
}

.price-group label {
    margin-bottom: 10px;
}

.price-display h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 190%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
}

.price-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  z-index: 99;
}

.price-dropdown.show {
  display: block;
}

.range-wrap {
  position: relative;
  height: 40px;
}

.range-wrap input[type="range"] {
  position: absolute;
  width: 100%;
  top: auto;
  /* transform: translateY(-50%); */
  margin: 0;
  pointer-events: none;
  appearance: none;
  background: none;
}

.range-wrap input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: #ddd;
  border-radius: 2px;
}

.range-wrap input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  z-index: 1;
  position: relative;
  top: -5px;
}

.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 12px;
}

/* ===== About Us ======== */
.about-us-content .section-title h3,
.about-us-content .section-title span {
    text-align: left;
}

.about-us-content p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 25px;
    color: rgba(102, 102, 102, 1);
}

.about-us-content .key-benifits-list ul li:last-child,
.about-us-content p:last-child {
    margin-bottom: 0;
}

.about-us-content .key-benifits-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    gap: 30px 1rem;
    justify-content: space-between;
}

.about-us-content .key-benifits-list ul li {
    margin-bottom: 0px;
    width: 49%;
    word-break: break-word;
}

.right-offer-content h4 {
    max-width: 850px;
    width: 100%;
    margin-bottom: 0;
}

.offer-list {
    margin-top: 30px;
}

.offer-list h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.offer-list ul {
    padding: 0 0 0 20px;
    margin: 0 0 30px;
    list-style-type: disc;
}

.offer-list ul li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 15px;
}

.offer-list ul li:last-child {
    margin-bottom: 0;
}

.offer-content-box h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 1rem;
}

.route-table {
    border-spacing: 0 10px;
}

.route-table thead {
    background-color: rgba(244, 245, 254, 1);
}

.route-table thead tr th {
    border-radius: 0;
    border-right-width: 0;
    background-color: transparent! important;
    border-color: rgba(195, 195, 195, 1)! important;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    width: 25%;
    padding: 1rem 30px;
}   

.route-table thead tr th:first-child {
    border-radius: 10px 0 0 10px;
    width: 25%;
}

.route-table thead tr th:last-child {
    border-radius: 0 10px 10px 0;
    border-right-width: 1px;
}

.route-table tbody tr td {
    border-right-width: 0;
}

.route-table.table-striped>tbody>tr td {
    border-right-width: 0;
    padding: 1rem 30px;
}
.route-table tbody tr td:last-child {
    border-right-width: 1px;
}

/* ======= */

.guest-wrap{position:relative;max-width:320px}

.guest-trigger{
border:1px solid transparent;
padding:0 0 5px;
border-radius:10px;
background:#fff;
cursor:pointer;
}

.guest-box{
    position:absolute;
    top:110%;
    left:0;
    width:340px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 40px rgba(0,0,0,.15);
    padding:16px;
    display:none;
    z-index:999;
}

.guest-box.show{display:block;}

.guest-box .row-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
}

.guest-box .row-line p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.guest-box .counter{
    display:flex;
    gap:12px;
    align-items:center;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
}

.guest-box .counter button{
width:28px;height:28px;border-radius:50%;
border:1px solid #ddd;background:#fff;
}

.guest-box .age-note{
font-size:12px;color:#888;
}

.guest-box .age-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
}

.guest-box .age-grid select{
padding:8px;
border-radius:8px;
border:1px solid #ddd;
}

/* ======= */
.filter-sidebar {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow-y: auto;                   
}

/* .filter-box {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
} */

.price-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}

.price-bar {
  position: relative;
}

.bars {
  height: 40px;
  background: repeating-linear-gradient(
    to right,
    #6f42c1,
    #6f42c1 3px,
    transparent 3px,
    transparent 10px
  );
  opacity: 0.6;
  border-radius: 5px;
  margin-bottom: 0;
}

.form-range::-webkit-slider-thumb {
  background: #6f42c1;
}

.range-slider {
  position: relative;
  height: auto;
}

.range-slider .slider-track {
    position: static;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    appearance: none;
    background: none;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    bottom: -5px;
    font-size: 14px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #6f42c1;
  border: none;
}

.slider-track {
  position: absolute;
  height: 6px;
  width: 100%;
  /* top: 10px;
  transform: translateY(-5px); */
  background: #ddd;
  border-radius: 5px;
}

.product-accordion-box.filter-accordion-box .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 1;
    padding-right: 0;
    gap: 5px;
}

.product-accordion-box.filter-accordion-box .accordion-item .accordion-button small {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

/* ========== */
/* Sticky Sidebar */
.sticky-filter {
  position: sticky;
  top: 100px;
}

/* Card Design */
.flight-filter {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease-in-out;
}

/* Section Spacing */
.filter-section {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* Body Animation */
.collapse {
  transition: height 0.4s ease-in-out;
}

.filter-body label:hover {
  transform: translateX(4px);
}

/* Price */
.price {
    font-size: 14px;
    color: #6b7280;
}

/* Mobile Fix */
@media (max-width: 991px) {
  .sticky-filter {
    position: relative;
    top: auto;
  }
}

/* ======= */
.blog-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 30px;
  }

  .blog-body span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: block;
    margin-bottom: 10px;
    color: rgba(102, 102, 102, 1);
  }

  .blog-inner-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    position: relative;
  }

  .blog-inner-title .share-btn {
    right: 0;
    position: relative;
    color: rgba(32, 32, 32, 1);
    font-size: 24px;
    line-height: 1;
    top: 1rem;
  }

  .blog-body h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 12px;
    max-width: 100%;
    width: 100%;
  }

  .blog-body p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
  }

  .blog-body p:last-child {
    margin-bottom: 0;
  }

  .blog-body ol {
    padding: 0 0 0 20px;
    margin: 0;
  }

  .blog-body ol li {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 5px;
  }

  .blog-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 0;
  }

  .blog-top a {
    color: rgba(102, 102, 102, 1);
  }
  
  .blog-top a:hover {
    color: rgba(102, 102, 102, 1);
    text-decoration: underline;
  }

  .blog-top h4 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 32px;
    line-height: 118%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 0;
  }

  .blog-filter .package-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
.blog-filter .package-box .form-control {
    background-color: transparent;
}
  .blog-filter .package-box .form-select:focus,
  .blog-filter .package-box .form-select {
    padding: 11px 30px 11px 10px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(32, 32, 32, 1);
    height: auto;
    margin: 0;
    background-color: transparent;
  }

  .blog-filter .details-btn {
    padding: 11px 20px;
    border-color: rgba(195, 195, 195, 1);
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
  }

  .blog-filter .details-btn:hover {
    background-color: rgba(10, 186, 181, 1);
    color: #fff;
  }

  .blog-filter .package-box .search-bar .form-select {
    border: 0! important;
    padding: 11px 30px 11px 5px;
    margin-bottom: 0;
  }

  .blog-filter .package-box .search-bar .btn:focus,
  .blog-filter .package-box .search-bar .btn {
    background-color: transparent! important;
    outline: 0! important;
    border: 0! important;
  }

  .blog-search-box {
    max-width: 470px;
    width: 100%;
  }

  .search-bar .input-group {
    border: 1px solid rgba(195, 195, 195, 1);
    border-radius: 10px;
    padding: 6px 20px;
  }

  .search-bar .input-group .btn {
    color: rgba(32, 32, 32, 1);
    padding: 0 10px 0 0;
  }

  .search-bar .input-group .add-btn {
    color: #fff;
    border-radius: 10px! important;
    padding: 16px 25px;
    background-color: rgba(10, 186, 181, 1);
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
  }

  .search-bar .input-group .add-btn:hover {
    background-color: rgba(32, 32, 32, 1);
    color: #fff;
  }
  

  .filter-btn {
    background: transparent;
    border-radius: 100px;
    padding: 11px 20px;
    border: 1px solid rgba(195, 195, 195, 1);
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: rgba(32, 32, 32, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .btn.filter-btn:active,
  .filter-btn:hover {
    color: rgba(245, 193, 86, 1);
    border-color: rgba(245, 193, 86, 1);
  }

  section .section-title .section-top-title h3 {
    margin-bottom: 10px;
  }

  
  .blog-post-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

.ui-widget.ui-widget-content {
    max-width: 240px;
    width: 100%!important ;
    border-radius: 10px;
}