.arabNavbarList li .arabNavListEle {
    padding: 15px !important;
}

.wrapper {
    max-width: 680px;
    margin: 10px auto;
    padding: 0 20px
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .7
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube .play-button,
.youtube img {
    cursor: pointer
}

.youtube .play-button,
.youtube .play-button:before,
.youtube iframe,
.youtube img {
    position: absolute
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

b,
strong {
    font-weight: 600 !important
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bigtable {
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.bigtable th {
    background: #000000;
    padding: 25px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
}

.bigtable tr {
    background: #e6e6e6;
    color: #000000;
    font-size: 20px;
    text-align: left;
}

.bigtable td {
    border-bottom: 3px solid white;
    padding: 20px;
    text-align: left;
}

.bigtable td span {
    font-size: 13px;
}

.bigtable2 {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.bigtable2 th {
    background: #000000;
    padding: 25px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
}

.bigtable2 tr {
    background: #e6e6e6;
    color: #000000;
    font-size: 20px;
    text-align: left;
}

.bigtable2 td {
    border-bottom: 3px solid white;
    padding: 20px;
}

.bigtable3 {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.bigtable3 th {
    background: #000000;
    padding: 25px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
}

.bigtable3 tr {
    background: #e6e6e6;
    color: #000000;
    font-size: 20px;
    text-align: left;
}

.bigtable3 td {
    border-bottom: 3px solid white;
    padding: 20px;
}

.newlist ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.newlist ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 5px 0px !important;
    list-style: none;
}

.newlist ul li a {
    color: #32b6bb;
    text-decoration: underline;
    line-height: 32px;
    font-weight: normal;
    text-decoration-style: dotted;
    font-size: 14px;
    list-style: none;
}



/*
Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-width: 768px) and (max-width: 1024px) {

    /* Hide table headers (but not display: none;, for accessibility) */
    .bigtable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .bigtable2 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .bigtable3 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .bigtable tr {
        margin: 0 0 1rem 0;
    }

    .bigtable2 tr {
        margin: 0 0 1rem 0;
    }

    .bigtable3 tr {
        margin: 0 0 1rem 0;
    }

    .bigtable tr:nth-child(odd) {
        background: #ccc;
    }

    .bigtable2 tr:nth-child(odd) {
        background: #ccc;
    }

    .bigtable3 tr:nth-child(odd) {
        background: #ccc;
    }

    .bigtable td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        line-height: 30px;
        padding-top: 20px;
    }

    .bigtable2 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        line-height: 30px;
        padding-top: 20px;
    }

    .bigtable3 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        line-height: 30px;
        padding-top: 20px;
    }

    .bigtable td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 10px;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        font-size: 20px;
    }

    .bigtable2 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 10px;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        font-size: 20px;
    }

    .bigtable3 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 10px;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        font-size: 20px;
    }

    .bigtable td {
        padding-top: 35px !important;
    }

    .bigtable2 td {
        padding-top: 35px !important;
    }

    .bigtable3 td {
        padding-top: 35px !important;
    }


    .bigtable.new td:nth-of-type(1):before {
        content: "Experiences";
    }

    .bigtable.new td:nth-of-type(2):before {
        content: "Monday & Tuesday";
    }

    .bigtable.new td:nth-of-type(3):before {
        content: "Wednesday to Sunday";
    }


    .bigtable.new-sep td:nth-of-type(1):before {
        content: "Experiences";
    }

    .bigtable.new-sep td:nth-of-type(2):before {
        content: "Monday & Tuesday";
    }

    .bigtable.new-sep td:nth-of-type(3):before {
        content: "Wednesday & Thursday";
    }

    .bigtable.new-sep td:nth-of-type(4):before {
        content: "Friday Saturday Sunday";
    }


    .bigtable td:nth-of-type(1):before {
        content: "Experiences";
    }

    .bigtable td:nth-of-type(2):before {
        content: "Price per person(weekend)";
    }

    .bigtable td:nth-of-type(3):before {
        content: "Price per person(Weekdays)";
    }

    .bigtable td:nth-of-type(4):before {
        content: "Minimum guests";
    }

    .bigtable2 td:nth-of-type(1):before {
        content: "Experiences";
    }

    .bigtable2 td:nth-of-type(2):before {
        content: "What is it";
    }

    .bigtable2 td:nth-of-type(3):before {
        content: "Duration";
    }

    .bigtable2 td:nth-of-type(4):before {
        content: "How fast";
    }

    .bigtable3 td:nth-of-type(1):before {
        content: "Days";
    }

    .bigtable3 td:nth-of-type(2):before {
        content: "Zipline";
    }

    .bigtable3 td:nth-of-type(3):before {
        content: "Pick up from Dubai";
    }

    .bigtable3 td:nth-of-type(4):before {
        content: "Pick up from Ras Al khaima";
    }
}

/* krishna css */
.breadcrumb {
    padding: 10px 0;
}

.breadcrumb li {
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb>.active {
    color: #e2e2e2;
}

.bg-video {
    position: relative;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

.bg-video h1 {
    color: #fff;
    font-size: 60px;
}

.bg-video p {
    color: #fff;
}

.bg-video .btn {
    padding: 12px 36px;
    font-weight: 600;
    font-size: 16px;
    background-color: #32b6bb;
    color: #000;
    border: none;
    outline: none;
}

.hero-section {
    margin: 50px 0;
    position: relative;
    height: 100%;
    background: url("../images/zipline/banner-bg1.webp") center center / cover no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    padding: 140px 0;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
}

.hero-text {
    margin: 20px 0;
}

.hero-buttons .btn {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    border: 1px solid #ddd;
    padding: 14px 30px;
    margin-right: 10px;

}

.about-section,
.geting-travel-bg {
    position: relative;
    background: url("../images/zipline/banner-bg2.webp") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0;
    margin: 50px 0;
}

.geting-travel-bg {
    background: url("../images/zipline/banner-bg3.webp") center/cover no-repeat;
}

.about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

.about-box {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    max-width: 480px;
    margin-left: auto;

}

.about-box h2 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about-box p {
    font-size: 15px;
    opacity: 0.95;
}

.btn-custom {
    background: #c98b63;
    color: #fff;
    border-radius: 30px;
    padding: 12px 25px;
    letter-spacing: 0.5px;
    transform: all 0.5s ease-in-out;
}

.btn-custom:hover {
    background: #b37752;
    color: #fff;
}

.list-unstyled {
    margin-top: 30px;
}

.list-unstyled li {
    margin-bottom: 20px !important;
}

.discover-section {
    margin-top: 50px;
}

.discover-section img {
    border-radius: 10px;
}

.discover-section {
    background: #ffffff;
}

.image-shape {
    width: 100%;
    height: 100%;
    clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 75%);
}

.image-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.color-dark {

    color: #bb7e62;
}

.color-dark,
.discover-section h2 {
    font-size: 50px;
    font-weight: 900;
}

.discover-section h2 {
    margin-bottom: 20px;
}

/*  activities-section  css*/
.activities-section {
    margin: 50px 0;
}

.gallery-section h2,
.activities-section h2 {
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 40px;
}

.activities-section h3 {
    font-size: 30px !important;
    font-weight: 600;
}

.activities-section .nav-pills {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.activities-section .pill-btn {
    border: 1px solid #c98b63;
    color: #c98b63;
    border-radius: 50px;
    padding: 8px 22px;
    background: transparent;
}

.activities-section ul li {
    list-style: disc;
}

.activities-section ul li::marker {
    color: #32b6bb;
}

.nav-pills .nav-link.active {
    background: #c98b63;
    color: #fff;
}

.activities-section .nav-item {
    list-style: none !important;
}

.video-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.activities-section .tab-content {
    margin-top: 40px;
}

.play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.book-btn {
    font-size: 16px;
    font-weight: 500;
    background: #c98b63;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    letter-spacing: 0.5px;
    transition: all .5s ease-in-out;
}

.tab-content>.active {
    opacity: 1 !important;
}

.gallery-section {
    background: #ffffff;
}

.gallery-item {
    overflow: hidden;
    border-radius: 6px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.review-section {
    background: #f7f7f7;
    padding: 50px 0;
    margin-top: 50px;
}

.review-section small {
    color: #32b6bb;
    font-size: 18px;
}

.review-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.review-text {
    font-size: 0.95rem;
    color: #555;
    min-height: 90px;
}

.stars {
    color: #e9da15;
    font-size: 1.1rem;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}


.experience-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.experience-card:hover {
    transform: translateY(-6px);
}

.experience-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.experience-card .card-body {
    padding: 20px;
}

.experience-card p {
    font-size: 0.9rem;
    color: #555;
}

.learn-btn {
    background: #c98b63;
    color: #fff;
    border-radius: 30px;
    padding: 8px 22px;
    font-size: 0.8rem;
}

.learn-btn:hover {
    background: #b37752;
    color: #fff;
}

.dine-section {
    background: #f7f7f7;
}

.dine-section .row {
    row-gap: 20px;
}

.dine-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.dine-card:hover {
    transform: translateY(-6px);
}

.dine-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.dine-card .card-body {
    padding: 22px;
}

.dine-card p {
    font-size: 0.95rem;
    color: #555;
}

.dine-btn {
    background: #c98b63;
    color: #fff;
    border-radius: 30px;
    padding: 8px 26px;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.dine-btn:hover {
    background: #b37752;
    color: #fff;
}

.blog-card img {
    height: 220px;
    object-fit: cover;
}

.btn-custom {
    background-color: #c07a4d;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
}

.btn-custom:hover {
    background-color: #a8643d;
    color: #fff;
}

.carousel-inner {
    padding: 10px 0;
}

.carousel-item>.col-md-4 {
    float: left;
}

.social-card img {
    height: 220px;
    object-fit: cover;
}

.social-card {
    border-radius: 12px;
    overflow: hidden;
}

.profile-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.social-icons i {
    font-size: 14px;
    margin-right: 10px;
}

.row.custom-topic {
    margin: 50px 0 20px;
}

.custom-topic .first-col {
    border-right: 2px solid #33B6BB;
}

.custom-topic h2 {
    font-weight: 800;
    font-size: 20px !important;
    margin-top: 8px !important;
}

.docExp {
    margin-top: 30px;
}

#sectionsix ul li {
    list-style: disc;
    margin-bottom: 10px;
}

#sectionsix ul li::marker {
    color: #32b6bb;
}

.row.custom-topic .number {
    font-weight: 800;
    font-size: 20px !important;
    margin-top: 8px !important;
}

.read-more {
    font-size: 18px;
    color: #32b6bb;
    position: relative;
}

.read-more::after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #32b6bb;
    border-bottom: 1px solid #32b6bb;
    position: absolute;
    right: -21px;
    bottom: 9px;
    transform: rotate(-45deg);
}

.jebel-section {
    background: #fafafa;
}

/* Subtitle */
.jebel-subtitle {
    color: #00a7b5;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

/* Card */
.jebel-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* Image */
.jebel-img {
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

/* Title */
.jebel-title {
    color: #00a7b5;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Meta info */
.jebel-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
}

.jebel-meta .price {
    font-weight: 600;
}

.jebel-meta .location {
    color: #777;
}

.jebel-meta .rating {
    color: #f5a623;
    font-weight: 600;
}

/* Description */
.jebel-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.what-is {
    font-size: 14px;
    color: #444;
}

/* Feature boxes */
.feature-box {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.feature-box strong {
    font-size: 13px;
}

.feature-box p {
    font-size: 13px;
    margin-top: 6px;
    color: #555;
    margin-bottom: 0;
}

.jebel-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

/* Button */
.book-btn {
    background: #c6865a;
    color: #fff;
    padding: 10px 26px;
    border-radius: 25px;
    font-size: 14px;
    border: none;
}

.book-btn:hover {
    background: #b5754c;
    color: #fff;
}

.trending-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 10px;
    gap: 10px;
}

.trending-wrapper::-webkit-scrollbar {
    height: 6px;
}

.trending-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.trending-card {
    border: none;
}

.trending-card img {
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
}

.trending-card h6 {
    margin-top: 8px;
    font-weight: 600;
    font-size: 15px;
}

.trending-card p {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .video-bg {
        height: 100vh;
    }
}

@media (max-width: 992px) {
    .jebel-card {
        padding: 20px;
    }

    .table-responsive .bigtable {
        width: 1100px;
    }

    .table-responsive .table-bordered {
        width: 500px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .about-box {
        margin: 20px;
        max-width: 100%;
    }

    .carousel-item {
        display: flex;
    }
}


@media (max-width: 767px) {
    .common--botton {
        z-index: 14;
    }

    .bg-video h1 {
        font-size: 34px;
    }

    .hero-content {
        padding: 70px 0 120px;
    }

    .hero-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .hero-buttons .btn {
        padding: 12px 12px;
        font-size: 15px;
    }

    .color-dark,
    .discover-section h2 {
        font-size: 24px;
        font-weight: 900;
    }

    .about-box {
        margin: 0;
        padding: 20px;
    }

    .btn-custom {
        padding: 8px 17px;
        font-size: 15px;
    }

    .gallery-section h2,
    .activities-section h2 {
        font-size: 26px;
    }

    .activities-section .nav-pills {
        justify-content: start !important;
    }

    .activities-section .pill-btn {
        padding: 8px 12px;
        font-size: 15px;
    }

    .dine-section .col-lg-6 {
        width: 100%;
    }

    .trending-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .custom-topic .first-col {
        width: 15%;
    }

    .custom-topic .col-md-10 {
        width: 80%;
    }

    .trending-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}