/* ---------------------------------------
##### - PLACE YOUR CUSTOM CSS HERE - #####
--------------------------------------- */
body {
    color: #000;
    font-size: 16px;
    /*font-family: 'Inter', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
}

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;
}

/* ======= 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 .section-title.text-left h3,
.rtl-mode .slider-banner-layer h1,
.rtl-mode .slider-banner-layer h4 {
    text-align: right;
}

.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 {
    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-weight: 400;
        font-size: 16px;
        line-height: 140%;
        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(240, 103, 0, 1);
    padding: 14px 29px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    width: auto;
    transition: all .4s ease-in-out;
    border: 1px solid transparent;
}

    .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;
    }

.top-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header_panel.sticky {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    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;
}

    .navbar-nav li a {
        padding: 0 !important;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-transform: capitalize;
        color: rgba(32, 32, 32, 1);
    }

        .navbar-nav .nav-link.active,
        .navbar-nav .show > .nav-link,
        .navbar-nav li a.active {
            color: rgba(23, 71, 126, 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(23, 71, 126, 1);
    border-radius: 15px 15px 0 0;
}

/* Hover effect */
.navbar-nav li a:hover {
    color: rgba(23, 71, 126, 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: rgba(32, 32, 32, 1);
    background-color: transparent !important;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: right;
    color: #202020;
}

[dir="rtl"] .lang-btn {
    font-size: 1rem;
    font-weight: 500;
}

.btn.lang-btn:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #F06700 !important;
}

.lang-btn:hover {
    color: #F06700;
}

.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: 100;
        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: 20px;
        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(23, 71, 126, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(23, 71, 126, 1);
    padding: 13px 25px;
    border-radius: 100px;
    text-decoration: none;
    transition: all .4s ease-in-out;
    display: inline-block;
    background-color: transparent;
}

    .details-btn:hover,
    .outline-btn:hover {
        background-color: rgba(240, 103, 0, 1);
        border-color: transparent;
        transition: all .4s ease-in-out;
        color: #fff;
    }

.details-btn {
    border: 1px solid rgba(23, 71, 126, 1);
    color: rgba(23, 71, 126, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    padding: 6px 20px;
    border-radius: 100px;
}

.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: 670px;
    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-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: rgba(240, 103, 0, 1);
    margin-bottom: 0;
    text-align: left;
}

.slider-banner-layer h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 110.00000000000001%;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    text-align: left;
    margin-bottom: 1rem;
}

.slider-banner-layer p {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: rgba(102, 102, 102, 1);
    max-width: 614px;
    width: 100%;
}

.more-btn,
.hero-btns .offer-btn {
    background-color: #17477E;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    padding: 16px 28px;
    border-radius: 100px;
}

.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: flex-start;
    gap: 1rem;
    padding: 40px 0px;
    flex: 1 0 auto;
    border-bottom: 1px solid rgba(195, 195, 195, 1);
}

.counting-box {
    text-align: left;
}

.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-weight: 500;
    font-size: 56px;
    line-height: 100%;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 5px;
}

.stat-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    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;
}

.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;
    }

/* ===== 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: 25px;
    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: 18px;
        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;
    }

    .industry-card-box .overlay-content-box {
        /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 18.91%, rgba(0, 0, 0, 0) 100%); */
        background-image: url(../img/overlay-bg.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 20px 25px;
        border-radius: 0 0 25px 25px;
        /* position: absolute;
  bottom: 0; */
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

        .industry-card-box .overlay-content-box h4 {
            font-weight: 600;
            font-size: 24px;
            line-height: 26px;
            color: rgba(255, 255, 255, 1);
            margin-bottom: 10px;
            width: 100%;
            display: block;
        }

        .industry-card-box .overlay-content-box p {
            font-weight: 400;
            font-size: 16px;
            line-height: 130%;
            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: 3;
            line-clamp: 3;
            text-overflow: ellipsis;
        }

.industry-details-card-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.industry-box > .row > .col-12:last-child > .industry-details-card-box {
    padding-bottom: 0;
}

.industry-details-card-box .industry-img {
    border-radius: 25px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
/* 
.service-chose-section .industry-card-box {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  border-radius: 0;
}

.service-card-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(195, 195, 195, 1);
}

.service-chose-section .industry-card-box .card-img {
  transform: scale(1);
  transition: all .4s ease-in-out;
  width: 100%;
}

.service-chose-section .industry-card-box:hover .card-img {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
} */

.industry-card-body h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 12px;
}

.industry-card-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    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%)
    }


/* ======= 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-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin: 0 !important;
    color: rgba(102, 102, 102, 1);
}

.interest-box .input-group {
    border-radius: 100px;
    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: 100px !important;
        /* border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; */
        background-color: rgba(240, 103, 0, 1);
        color: rgba(255, 255, 255, 1);
        font-weight: 600;
        font-size: 15px;
        line-height: 100%;
        text-align: center;
        padding: 1rem 40px;
        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;
    }

/* ====== mirsal-section ===== */
.artical-section.mirsal-section {
    padding: 100px 1rem 50px;
}



.section-content-box .left-content h4 {
    font-weight: 600;
    font-size: 45px;
    line-height: 130%;
    text-transform: capitalize;
    color: #202020;
    margin-bottom: 20px;
}

.section .left-content h4 span.c-E99C0E,
.c-E99C0E {
    color: #E99C0E;
}

.section .left-content h4 span.c-E42222,
.c-E42222 {
    color: #E42222;
}

.left-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 30px;
}

.left-content ul {
    list-style-type: none;
    padding: 0 0 0 30px;
    margin: 0 0 40px;
}

    .left-content ul li {
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 20px;
        list-style-image: url(../img/icons/checkMark.png);
    }

        .left-content ul li:last-child {
            margin-bottom: 0;
        }

/* ===== booking-section ======= */
.booking-section {
    background-image: url(../img/banner-img6.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 1rem;
}

    .booking-section .section-title {
        margin-bottom: 0;
    }

        .booking-section .section-title h3 {
            margin-bottom: 18px;
        }

            .booking-section .section-title h3 span {
                color: rgba(228, 34, 34, 1);
            }

        .booking-section .section-title p {
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            text-align: center;
            color: rgba(32, 32, 32, 1);
            margin-bottom: 0;
        }

        .booking-section .section-title a:hover {
            background-color: rgba(32, 32, 32, 1);
            color: #fff;
        }

/* ===== Artical-section ======== */

.artical-section {
    padding: 100px 1rem;
    background-color: rgba(255, 255, 255, 1);
}

.artical-details-section {
    padding: 100px 1rem;
}

.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: 1px solid #C3C3C3;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
}

.article-card-img {
    border-radius: 16px;
    height: 100%;
    max-height: 290px;
    width: 100%;
    overflow: hidden;
}

    .article-card-img img {
        width: 100%;
    }

.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: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
}

    .artical-body h4 > a {
        color: rgba(32, 32, 32, 1);
        text-decoration: none;
        display: inline;
    }

        .artical-body h4 > a:hover {
            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: 1364px;
    width: 100%;
    margin: 0 auto;
}

    .faq-content-box .accordion-item {
        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: 25px !important;
        padding: 20px 30px;
        margin-bottom: 1rem;
    }

        .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-weight: 600;
            font-size: 24px;
            line-height: 26px;
            padding: 0;
            color: rgba(255, 255, 255, 1);
        }

            .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(245, 193, 86, 1);
            }

            .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;
        }

            .accordion-item .accordion-body p,
            .faq-content-box .accordion-item .accordion-body p {
                font-weight: 400;
                font-size: 16px;
                line-height: 150%;
                color: rgba(255, 255, 255, 1);
                margin-bottom: 0;
            }

/* === 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-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(36px);
    border-radius: 25px;
    padding: 1rem 50px 0;
    /* background-image: url(../img/mobilebgroyex.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.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;
    }

.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-weight: 600;
        font-size: 24px;
        line-height: 100%;
        text-transform: capitalize;
        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-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-weight: 600;
        font-size: 16px;
        line-height: 28px;
        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-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    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-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.footer-middle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.footer-bottom {
    padding: 27px 0;
}

.copywright span {
    font-weight: 600;
    color: rgba(240, 103, 0, 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-weight: 600;
        font-size: 45px;
        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-weight: 500;
        font-size: 16px;
        line-height: 180%;
        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-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.login-form .form-group {
    margin-bottom: 20px;
}

    .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;
    }

.login-content-box .form-control:focus,
.login-content-box .form-control,
.login-content-box input[type="email"]:focus,
.login-content-box input[type="password"]:focus,
.login-content-box input[type="email"],
.login-content-box input[type="password"] {
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: lowercase;
    border: 1px solid rgba(195, 195, 195, 1);
    padding: 16px 23px;
    color: rgba(167, 167, 167, 1);
    box-shadow: none;
    outline: 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(245, 193, 86, 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(245, 193, 86, 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='%23000' 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 20px;
}

    .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: flex-start;
}

.login-content-box .remember-forgot .form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
    outline: 0;
    margin-top: 0;
    border: 1px solid rgba(195, 195, 195, 1);
    margin-right: 5px;
}


.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: 17px 20px;
    background-color: rgba(228, 34, 34, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    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: 100px;
        background: #fff;
        cursor: pointer;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        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: 200px 1rem 110px;
    background-image: url(../img/bruadcum-banner.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 422px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.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-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(233, 156, 14, 1);
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
    }

/* ====== pagignation-box ======= */
.pagignation-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
}

    .pagination .page-link {
        border: 1px solid rgba(195, 195, 195, 1);
        border-radius: 100px;
        padding: 10px 15px;
        background: transparent;
        font-weight: 600;
        font-size: 15px;
        line-height: 100%;
        color: rgba(15, 15, 15, 1);
        transition: all 0.4s ease-in-out;
    }

        .pagination .page-link:hover {
            background: rgba(15, 15, 15, 1);
            color: #fff;
            border-color: rgba(15, 15, 15, 1);
        }

    .pagination .active > .page-link {
        background: rgba(15, 15, 15, 1); /* Gold/Yellow */
        color: #fff;
        border-color: rgba(15, 15, 15, 1);
    }

    .pagination .disabled > .page-link {
        opacity: 0.5;
        pointer-events: none;
    }

/* ========= Inner Service Page ====== */

.inner-service-section {
    padding: 100px 1rem;
}

.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-item {
    background-color: transparent;
    border-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-weight: 500;
    font-size: 20px;
    line-height: 125%;
    text-transform: capitalize;
    color: #fff;
}

/* ======= Wizard Form ===== */

.cart-section {
    padding: 100px 1rem;
}

.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: 1120px;
    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: 50%;
        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: -90px;
        width: calc(100% - 100px);
        height: 2px;
        background: rgba(102, 102, 102, 1);
        z-index: 0;
        margin: 0 auto;
        display: none;
    }
    /* Connector lines */
    .wizard-step::after {
        content: "";
        position: absolute;
        top: 40px;
        right: -90px;
        width: calc(100% - 100px);
        height: 2px;
        background: rgba(102, 102, 102, 1);
        z-index: 0;
        margin: 0 auto;
    }

    .wizard-step.active::before {
        background: rgba(102, 102, 102, 1);
        display: block;
    }

    .wizard-step:first-child::before {
        display: none;
    }

    .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: 810px;
    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-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-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.upcomming-btn {
            color: #fff;
        }

            .cart-action-btns .btn.upcomming-btn:active,
            .cart-action-btns .btn.upcomming-btn:hover,
            .cart-action-btns .btn.outline-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: 'Montserrat', 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 solid #444;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    background: #111;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

    .upload-box.dragover {
        border-color: rgba(255, 255, 255, 0.4); /* bootstrap info color */
    }

.shipping-form-box .form-group .upload-box .outline-btn:hover {
    color: #000;
}

.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: 100px;
    height: 50px;
}

.shipping-form-box .form-group input[type="date"] {
    padding-left: 40px;
}

.form-group input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    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);
}

.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 {
    margin-top: 0;
}

.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: 540px;
    margin: 0 auto;
    width: 100%;
}

    .thank-you-content img {
        max-width: 84px;
        width: 100%;
        margin-bottom: 10px;
    }

.thank-you-details {
    margin-bottom: 40px;
}

    .thank-you-details h1 {
        font-weight: 600;
        font-size: 45px;
        line-height: 180%;
        text-align: center;
        text-transform: capitalize;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 0;
    }

    .thank-you-details span {
        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: 15px;
    }

    .thank-you-details p {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        color: rgba(102, 102, 102, 1);
    }

.order-overview {
    max-width: 100%;
    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-weight: 600;
        font-size: 24px;
        line-height: 1.2;
        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-weight: 500;
            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: 100px;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        color: rgba(15, 15, 15, 1);
        padding: 15px 20px;
        border-color: rgba(15, 15, 15, 1);
    }

        .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: 100px;
    padding: 6px 20px;
}

    .search-bar .input-group .btn {
        color: rgba(32, 32, 32, 1);
        padding: 0 10px 0 0;
    }


    .search-bar .input-group .form-control:focus,
    .search-bar .input-group .form-control {
        background: transparent;
        border: none;
        padding: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
        color: rgba(102, 102, 102, 1);
        outline: 0;
        box-shadow: none;
    }

.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: 10px;
        width: 100%;
    }

        .related-blog .card .card-img-box {
            overflow: hidden;
            width: 100%;
            border-radius: 10px;
        }

        /* .industry-card-box .overlay-content-box {
    border-radius: 0 0 10px 10px;
  } */

        .related-blog .card.industry-card-box .card-img-box .card-img {
            border-radius: 10px;
        }

/* ======= 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: 100px;
    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: 360px;
        width: 100%;
    }

.works-progess-box .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: 108px;
    width: 100%;
    height: 108px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}

.works-progess-box .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 .col:last-child .customer-card-box .customer-product-card-box {
    margin: 0 auto;
}

.works-progess-box .col .customer-card-box::after {
    content: '';
    background-image: url(../img/icons/arrow-line.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    background-size: 145px 12px;
    position: absolute;
    top: 95px;
    right: -120px;
    height: 12px;
    width: 100%;
}

.works-progess-box .col:nth-child(2n) .customer-card-box::after {
    content: '';
    background-image: url(../img/icons/arrow-line1.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 145px 12px;
    position: absolute;
    top: 95px;
    right: -120px;
    height: 12px;
    width: 100%;
}

.customer-product-work .col:last-child .customer-card-box::after {
    display: none;
}

.customer-product-work .customer-card-body {
    padding: 16px 0;
}

    .customer-product-work .customer-card-body span {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        text-transform: capitalize;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 9px;
        display: inline-block;
    }

.customer-product-work .col:last-child .step-img {
    display: none;
}

.customer-card-body {
    padding: 10px 0 0;
}

    .customer-card-body h5 {
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        text-align: center;
        text-transform: uppercase;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 10px;
    }

    .customer-card-body p {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        text-align: center;
        color: rgba(102, 102, 102, 1);
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }

.works-progess-box .col .customer-card-body p {
    max-width: 300px;
}

.works-progess-box .col:nth-child(2n) .customer-card-body p {
    max-width: 330px;
}

.inner-tab-content .dashboard-card-box {
    background: rgba(244, 235, 225, 1);
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
}

.inner-tab-content > .row > .col:nth-of-type(even) .dashboard-card-box {
    background: rgba(229, 229, 229, 1);
}

.inner-tab-content .dashboard-card-box .stat-box {
    justify-content: center;
    align-items: flex-start;
    padding: 35px 0;
}

    .inner-tab-content .dashboard-card-box .stat-box img {
        margin-top: 10px;
    }

/* ======= core-strengths-section ======== */
.core-strengths-section {
    background-image: url(../img/our_core_strengths.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 100px 1rem;
}

    .core-strengths-section .left-section-title h4 {
        font-weight: 600;
        font-size: 45px;
        line-height: 125%;
        text-transform: capitalize;
        color: rgba(1, 3, 38, 1);
    }

/* ======= contact-section ======== */

.contact-section {
    padding: 100px 1rem;
}

.contact-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.mail-box {
    max-width: 55px;
    width: 100%;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(228, 34, 34, 1);
    background-color: rgba(228, 34, 34, 0.05);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(228, 34, 34, 1);
    font-size: 30px;
    line-height: 1;
}

.contact-body span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    display: inline-block;
}

.contact-body p {
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    text-transform: lowercase;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0;
}

.location-card .contact-body p {
    text-transform: capitalize;
}

.scan-box {
    max-width: 125px;
    width: 100%;
    height: 125px;
    font-size: 105px;
    border-color: rgba(2, 2, 46, 1);
    background-color: transparent;
    color: rgba(32, 32, 32, 1);
}

.scan-card .contact-body span {
    max-width: 98px;
    width: 100%;
    display: inline-block;
    line-height: 1.4;
}

.contact-info h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 118%;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: 500;
    font-size: 16px;
    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;
    }

    .contact-form .form-group textarea.form-control {
        border-radius: 20px;
        padding: 20px;
    }

/* ===== 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: 1rem;
    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);
}

/* ===== Corporate-Section ======== */

.corporate-section {
    background-image: url(../img/banner-img1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    width: 100%;
    position: relative;
    padding: 100px 0 350px 0;
    margin: 0px 0 100px 0;
}

.corporate-travel-box {
    color: #666;
    line-height: 25px;
    margin-top: -15px;
}

.corporate-travel-content-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 25px;
}

.corporate-travel-btn-box {
    display: inline-grid;
    gap: 15px;
    font-size: 22px;
    margin: 10px 0 0 0;
}

    .corporate-travel-btn-box strong {
        color: #202020;
    }


    .corporate-travel-btn-box a {
        width: fit-content;
        margin: 15px 0 0 0;
    }



/* ===== Holiday-section ======== */

.holiday-section {
    padding: 50px 1rem 100px 1rem;
}

.holiday-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;
    border: 1px solid #C3C3C3;
    padding: 10px;
    border-radius: 16px;
    background: #ffffff;
}

.holiday-card-img {
    border-radius: 16px;
    height: 100%;
    /*max-height: 290px;*/
    width: 100%;
    overflow: hidden;
    position: relative;
}

.holiday_tag_left {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #154B86;
    border-radius: 30px;
    color: #fff;
    padding: 5px 15px;
}

.holiday_tag_right {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #F06700;
    border-radius: 30px;
    color: #fff;
    padding: 5px 15px;
}

.holiday_tag_tour_count {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #154B86;
    border-radius: 30px;
    color: #fff;
    padding: 5px 15px;
}

.holiday_tag_best_time {
    position: absolute;
    left: 20px;
    top: 60px;
    background: #F06700;
    border-radius: 30px;
    color: #fff;
    padding: 5px 15px;
}

.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-weight: 600;
        font-size: 24px;
        line-height: 140%;
        color: rgba(32, 32, 32, 1);
        margin-bottom: 12px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .holiday-body h4 > a {
            color: rgba(32, 32, 32, 1);
            text-decoration: none;
        }

            .holiday-body h4 > a:hover {
                color: #F06700;
            }

    .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-weight: 400;
    font-size: 16px;
    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;
}

.holiday-body .holiday_price_inner {
    color: #202020;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: baseline;
}

    .holiday-body .holiday_price_inner span {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: rgba(102, 102, 102, 1);
    }

.holiday-body .holiday_ul_list {
    margin: 10px 0 5px 0;
}

    .holiday-body .holiday_ul_list ul {
        color: rgba(102, 102, 102, 1);
        margin-top: 8px;
    }

    .holiday-body .holiday_ul_list li {
        color: rgba(102, 102, 102, 1);
        font-size: 14px;
        margin: 0 0 4px 0;
        line-height: 18px;
    }

.holiday-body .holiday_price_div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 5px 0;
    align-items: baseline;
}

.inner-holiday-section .holiday-body p {
    height: auto;
    overflow: visible;
    max-height: 100%;
    font-weight: 500;
}

.inner-holiday-section .holiday-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;
}

.holiday-body a {
    margin-top: 0px;
    display: inline-block;
}

.holiday-list h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 10px;
}

.holiday-list ul {
    padding: 0 0 0 20px;
    margin: 0;
}

    .holiday-list ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 10px;
    }

        .holiday-list ul li:last-child {
            margin-bottom: 0;
        }

/* ===== 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;
    }

    .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-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='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");
}
