:root {
    --teal: #0BA6A6;
    --teal-dark: #087878;
    --gold: #D6A84F;
    --burgundy: #7A1F3D;
    --ink: #102828;
    --muted: #5F7070;
    --line: #DDEAEA;
    --bg: #ffffff;
    --soft: #F3FAFA;
    --new: #1F9D57;
    --new-bg: #EAF8F0;
    --fix: #D64545;
    --fix-bg: #FDECEC;
    --verify: #B8862B;
    --verify-bg: #FFF6E3;
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: normal;
    font-weight: 500;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    position: relative;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0060ff;
}

a:focus,
a:hover,
a:visited,
button {
    text-decoration: none;
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: 'Manrope', sans-serif;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.9em;
    font-size: 16px;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    display: inline-block;
    max-width: 100%
}

section {
    position: relative;
}

.centered {
    text-align: center;
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #2caaad;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #fff;
    display: block;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999999;
}

.scroll-to-top:hover {
    color: #fff;
    background: #2caaad;
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-weight: 100;
}

header,
section {
    position: relative;
}

header {
    padding: 15px 0;
}

header .brand-logo img {
    padding: 10px;
    width: 220px;
    padding-left: 14px;
}

.flex-c {
    justify-content: space-between;
    align-items: center;
}

.icon {
    position: relative;
    left: 0;
    top: 2px;
    color: #2caaad;
    font-size: 48px;
    line-height: 1em;
}

section.insider {
    padding: 50px 0;
    background-image: url(../images/MaskGroup3.png);
    background-image: url(../images/MaskGroup3.webp);
    background-position: top right;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    padding-bottom: 0;
}

section.insider h1 {
    color: #000;
    font-weight: 700;
    line-height: 88px;
}

section.insider .position-dicribe {
    padding: 20px 0;
}

section.insider .position-dicribe p {
    font-weight: 500;
    font-size: 16px;
}

section.insider .position-dicribe .btn {
    margin: 30px 0;
}

section.insider .position-dicribe .bottom-dicribe p {
    padding: 0 10px;
    position: relative;
    font-weight: 500;
}

section.insider .position-dicribe .bottom-dicribe ol:before {
    position: absolute;
    content: "";
    background-image: url(../images/Group5940.png);
    background-repeat: no-repeat;
    width: 18px;
    left: -12px;
    display: block;
    z-index: 999;
    height: 36px;
    top: 5px;
}

section.insider .position-dicribe .bottom-dicribe ol li {
    list-style: decimal;
    line-height: 32px;
    font-size: 18px;
}

section {
    padding: 40px 0;
    width: 100%
}

section h2 {
    color: #000;
    font-weight: 700;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 20px;
}

section.best-locarion p {
    position: relative;
    font-weight: 500;
}

section.best-locarion ul.tab-link {
    width: 100%;
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.best-locarion ul.tab-link li {
    width: 19.5%;
    display: inline-block;
    padding: 8px 0;
}

section.best-locarion ul.tab-link li a {
    border-bottom: solid #000;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

section.best-locarion ul.tab-link li a span {
    display: block;
}

section.best-locarion ul.tab-link li a.active,
section.best-locarion ul.tab-link li a:hover {
    border-bottom: solid #33b6bb;
}

.best-locarion-show {
    width: 100%;
    padding: 20px 0;
    background-color: #f2f2f2;
}

.distance-d,
.location-d {
    line-height: 10px;
    margin-left: 10px;
}

.distance-d {
    display: none;
}

.distance-d h6,
.location-d h6 {
    font-size: 15px;
}

,
.icon-mp {
    width: 30px;
}

.about-title {
    margin: 17px 0;
}

.about-title span {
    font-weight: 400;
    color: #ccc;
    margin-right: 17px;
    font-size: 15px;
}

.about-title .span1 {
    color: #000;
    font-weight: 500;
}

.text {
    font-size: 15px;
    font-weight: 400;
}

.tab-dic {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px;
}

.tab-dic img {
    margin-right: 10px;
    vertical-align: middle;
}

.tab-dic p {
    color: #686868;
    font-weight: 300;
    font-size: 13px;
    margin: 0;
    line-height: 19px;
}

.tab-dic p span {
    display: block;
    color: #000;
    font-weight: 600;
}

.blue-dark {
    color: #33b6bb !important;
}

.blue-table {
    background: #2caaad;
}

.table {
    margin: 0;
}

.table-responsive {
    box-shadow: 0 14px 28px rgb(227 227 227 / 25%), 0 10px 10px rgb(192 192 192 / 22%);
    border-radius: 15px;
}

section.bg-images {
    background-image: url(../images/kayaking-details-pages-banner.png);

    background-image: url(../images/kayaking-details-pages-banner.webp);
    min-height: 286px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

section.Companies-offering ul li a {
    border: solid #000;
    color: #000 !important;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
}

section.Companies-offering ul li {
    padding: 20px 15px;
    margin-bottom: 23px;
    border: solid 2px #a2a2a2;
    box-shadow: 0 3px 5px rgb(227 227 227 / 25%), 0 5px 20px rgb(192 192 192 / 22%);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

section.Companies-offering ul li:hover {
    border: solid 2px #2caaad;
}

section.Companies-offering ul li:hover a {
    border: solid #2caaad;
    color: #fff !important;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    background: #2caaad;
}

section.park {
    width: 100%
}

section.park .park-container {
    width: 100%;
    display: block;
}

.park-row {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.park-row p {
    margin-top: 15px;
}

.park-row h5 {
    margin-bottom: 20px;
    margin-top: 12px;
}

.park-row h5 span {
    background: #2caaad;
    padding: 5px 10px;
    border-radius: 100px;
    color: #fff;
    margin-right: 15px;
}

.parkcol {
    display: block;
}

.parkcol .park-list-img {
    width: 50%;
    display: inline-block;
    position: relative;
}

.parkcol .park-list-detials {
    display: inline-block;
    position: relative;
    padding: 45px;
    background: #2caaad;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: -92px;
    vertical-align: middle;
}

.parkcol .park-list-detials:hover {
    background: #000;
}

.parkcol .park-list-detials h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 17px;
    color: #fff;
}

.parkcol .park-list-detials ul li {
    list-style: disc !important;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    color: #fff;
}

section.kaya-shop .shop-box {
    background: #f2f2f2;
    border-radius: 2px;
    padding: 30px;
    position: relative;
    min-height: 411px;
}

section.kaya-shop .shop-box img {
    position: relative;
    margin-top: -105px;
    float: right;
}

.mt-30 {
    margin-bottom: 30px;
}

section.kaya-shop .shop-box h5 {
    color: #33b6bb;
    font-size: 42px;
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}

.mt-100 {
    margin-top: 100px;
}

section.kaya-shop .shop-box .address,
section.kaya-shop .shop-box .phone {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

section.kaya-shop .shop-box .address strong,
section.kaya-shop .shop-box .phone strong {
    font-weight: 400;
    font-size: 17px;
}

section.kaya-shop .shop-box .address,
section.kaya-shop .shop-box p {
    font-weight: 500;
}

hr {
    border-top: 1px solid #fff !important;
}

section.event .event-poster {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
}

section.event .event-poster .event-overflow {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 10px;
    padding: 50px;
    color: #fff;
    font-size: 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.event .event-poster .event-overflow a {
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-top: 15px;
}

section.event .event-poster .event-overflow a:hover {
    background: #2caaad;
    color: #fff;
}

.paddle-boarding-heading {
    display: block;
    padding: 25px 0;
    background: #2caaad;
}

.paddle-boarding-heading h2 {
    color: #fff !important;
}

section.paddle-boarding-list {
    padding: 35px 0;
    width: 100%
}

section.paddle-boarding-list .paddle-boarding-list-box {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: solid 2px #2caaad;
    font-size: 19px;
    font-weight: 400;
}

section.paddle-boarding-list .paddle-boarding-list-box:last-child {
    border-bottom: solid 0 #2caaad;
}

section.paddle-boarding-list .paddle-boarding-list-box a {
    display: block;
    color: #2caaad;
    padding: 10px 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

section.paddle-boarding-list .paddle-boarding-list-box a span {
    color: #000;
    font-weight: 600;
}

.mb-30 {
    margin-top: 50px;
}

.footer-img {
    display: block;
    width: 100%
}

footer {
    background: #ebebec;
    position: relative;
    width: 100%;
    padding: 40px 0;
    margin-top: -2px;
    padding-bottom: 20px;
}

footer .footer-brand img {
    display: block;
    margin-bottom: 15px;
}

footer .footer-brand p span {
    color: #9e9e9e;
    text-transform: uppercase;
}

footer .footer-nav ul li a {
    color: #000;
    line-height: 25px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
}

footer .footer-nav ul li a:hover {
    text-decoration: line-through;
}

footer .footer-nav {
    display: block;
    margin-top: 50px;
}

footer .footer-nav h5 {
    font-weight: 600;
    font-size: 18px;
}

footer .footer-address p {
    line-height: 22px;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

.row.hr {
    border-top: solid 1px #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

.navbar-fixed {
    top: 0;
    z-index: 9999;
    position: fixed;
    width: 100%;
    background: #fff;
}

.social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social a i {
    font-size: 17px;
    margin-right: 8px;
    color: #000;
}

.sub-nav {
    position: absolute;
    top: 23px;
    right: 154px;
    padding: 15px;
    background: #fff;
    width: 215px;
    display: none;
    z-index: 9999;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.sub-nav img {
    width: 123px;
    margin: 18px 0;
}

.sub-nav i {
    float: right;
    font-size: 26px;
    position: absolute;
    top: 4px;
    right: 14px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.sub-nav ul li a {
    color: #000;
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
    border-bottom: solid 2px #fff;
}

.sub-nav ul li a.active,
.sub-nav ul li a:hover {
    font-weight: 600;
    border-bottom: solid 2px #2ab3b3;
}

.bg-vector {
    height: 100%;
    background-image: url(../images/vector.png);
    background-repeat: repeat-y;
    left: 0;
    background-position: right;
}

.bg-vector:before {
    width: 200px;
    height: 100%;
    content: "";
    background-image: url(../images/vector.png);
    background-repeat: repeat-y;
    position: absolute;
    left: 0;
}

.footer-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-social .social {
    margin-left: 20px;
}

.intro-trusted {
    font-size: 25px !important;
    font-weight: 700 !important;
    margin-top: 30px;
    margin-bottom: 25px;
}

.btn-google,
.btn-tripadvisor {
    padding: 12px 16px;
    ;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    margin: 10px 0 20px 0;
    -webkit-box-shadow: 0 0 20px #00000029;
    -moz-box-shadow: 0 0 20px #00000029;
    box-shadow: 0 0 20px #00000029;
}

.btn-google:hover,
.btn-tripadvisor:hover {
    -webkit-box-shadow: 0 0 12px #00000029;
    -moz-box-shadow: 0 0 12px #00000029;
    box-shadow: 0 0 12px #00000029;
}

.btn-google {
    margin-right: 5px;
}

.btn-google .gimg {
    width: 55px;
    margin-right: 10px;
}

.btn-google .gtitle {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px;
}

.btn-google .gsub {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.btn-tripadvisor {
    padding: 12px 20px;
}

.title_number {
    position: relative;
    border-radius: 5px;
    padding-top: 70px;
    padding-bottom: 40px;
}

.title_number h2 {
    line-height: 50px;
    position: relative;
    margin-left: 27px;
    font-weight: 700;
    margin-bottom: 30px;
}

.title_number::before {
    content: "1";
    position: absolute;
    top: 8px;
    width: 100%;
    height: 100%;
    font-size: 140px;
    font-weight: 700;
    color: #D6CE33;
}

.number-1::before {
    content: "1";
}

.number-2::before {
    content: "2";
}

.number-3::before {
    content: "3";
}

.number-4::before {
    content: "4";
}

.number-5::before {
    content: "5";
}

.number-6::before {
    content: "6";
}

.number-7::before {
    content: "7";
}

.number-8::before {
    content: "8";
}

.number-9::before {
    content: "9";
}

.number-10::before {
    content: "10";
}

.number-11::before {
    content: "11";
}

.number-12::before {
    content: "12";
}

.number-13::before {
    content: "13";
}

.distance-location {
    display: none !important;
}


.btn-dark {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 12px 30px;
}

@media only screen and (max-width:599px) {
    section.insider h1 {
        font-weight: 700;
        line-height: 65px;
        font-size: 30px;
    }

    .bg-vector,
    .bg-vector:before {
        background: 0 0;
    }

    section h2 {
        font-weight: 700;
        line-height: 45px;
        font-size: 30px;
        margin-bottom: 4px;
    }

    section.best-locarion ul.tab-link li {
        width: 48%
    }

    .sub-nav {
        top: 14px;
        right: 0;
        width: 215px;
    }

    section.park .park-container .park-row .parkcol .park-list-img {
        width: 100%
    }

    section.park .park-container .park-row .parkcol .park-list-detials {
        width: 100%;
        margin: 0;
        margin-top: -50px;
    }

    .paddle-boarding-heading h2 {
        font-size: 26px;
    }

    section.event .event-poster .event-overflow {
        position: static;
        color: #000;
        padding: 10px;
    }
}

.mobile-gap {
    padding-top: 80px;
}

section.kaya-shop .shop-box h5 {
    font-size: 24px;
}

/* new-top */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

#loading div {
    font-size: 24px;
    color: #fff;
}

.loading-wrapper {
    display: flex;
    flex-direction: column;
}

.spinners {
    display: flex;
    align-items: center;
    gap: 8px;
}

.loader {
    width: 120px;
    height: 22px;
    border-radius: 40px;
    color: #514b82;
    border: 2px solid;
    position: relative;
    overflow: hidden;
}

.loader::before {
    content: "";
    position: absolute;
    margin: 2px;
    width: 14px;
    top: 0;
    bottom: 0;
    left: -20px;
    border-radius: inherit;
    background: currentColor;
    box-shadow: -10px 0 12px 3px currentColor;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%, -30px 50%);
    animation: l14 1s infinite linear;
}

@keyframes l14 {
    100% {
        left: calc(100% + 20px)
    }
}

.validate-holder {
    display: none;
    color: red;
}

.invalid {
    display: block;
}

.profile-top-area {
    display: flex;
    align-items: center;
}

.star-icon {
    position: absolute;
    left: 80px;
    bottom: 0;
}

.profile-name {
    font-size: 40px;
    font-weight: bold;
}

.profile-picture {
    border-radius: 50%;
}

.arabTextName {
    padding-top: 10px;
}

.mt-4 {
    margin-top: 10px !important;
}

.imgbordernew {
    margin-bottom: 20px;
    border-radius: 5px;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row !important;
}

.nav-box {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #828282;
    border-radius: 6px;
    padding: 9px;
}

.nav-box-text {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.nav-container::after,
.nav-container::before {
    display: none !important;
}

.navbar-brand {
    float: none;
    padding: 0;
    font-size: unset;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
}

/* nav-end */

.breadcrumb {
    background-color: #FFFFFF;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-item {
    font-size: 14px;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.main-heading {
    font-size: 36px;
    font-weight: 800;
    margin-top: 10px;
    line-height: 45px;
}

.booknow-btn {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    background: #27bdbe;
    border-radius: 12px;
    padding: 20px;
    color: #fff !important;
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 10px;
    max-width: 240px;
    justify-content: space-between;
}

.hero-sub-text {
    font-size: 16px;
}

.page-main-img {
    display: block;
    margin: 20px 0;
    border-radius: 6px;
}

.form-section {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 20px 30px;
}

.form-title {
    font-size: 25px;
    font-weight: 700;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.form-label,
.custom-lable {
    font-size: 16px;
    font-weight: 600;
}

.submit-btn {
    margin-top: 30px;
    color: #fff;
    border: none;
    background-color: #27bdbe;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 20px 15px 30px;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.form-control {
    border: 1px solid #d9d9d9;
    box-shadow: none !important;
    font-size: 14px;
    color: #828282;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #d9d9d9 !important;
}

.garant-text {
    font-weight: 600;
    display: flex;
    align-items: start;
    gap: 10px;
    margin-top: 10px;
}

.form-section {
    max-width: 490px;
    margin: 120px 0 0 auto;
}

.featured-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1230px;
    padding: 25px 0;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: hidden;
}

.featured-text {
    font-size: 20px;
    font-weight: 700;
    color: #828282;
    min-width: 105px;
}

.b-wrapper {
    border: solid #d9d9d9;
    border-width: 1px 0;
}

.countrytable {
    margin-top: 15px !important;
}

.table-heading {
    font-weight: 600;
    margin-top: 3rem;
}

.d-none {
    display: none !important;
}

.navbar {
    margin-bottom: 0 !important;
    padding: 0;
}

.fixed-apply-now {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -101;
    display: block;
    opacity: 0;
    margin-top: 0;
    max-width: unset;
    border-radius: 0;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    transition: 500ms;
}

.ms-1 {
    margin-left: 0.5rem;
}

.position-relative {
    position: relative;
}

#countrySelect option:first-child {
    color: #ffffff;
    background-color: rgb(185, 185, 185);
    font-style: italic;
}

@media screen and (min-width: 992px) {
    .pt-md-0 {
        padding-top: 0 !important;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

}

@media screen and (min-width: 768px) {
    .d-sm-inline {
        display: inline !important;
    }
}

@media screen and (max-width: 992px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-brand {
        width: 40%;
        margin-right: auto !important;
    }

    .booknow-btn {
        margin: 0;
        font-size: 16px;
        padding: 18px;
        justify-content: unset;
        display: inline-flex;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .form-section {
        margin-top: 15px;
    }

    .submit-btn {
        display: block;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 768px) {

    .price-usd,
    .nav-box-text {
        font-size: 11px;
    }

    .nav-container {
        justify-content: unset;
        padding: 0 0.5rem;
        flex-wrap: wrap;
    }

    .nav-right {
        display: block;
    }

    .main-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-sub-text {
        font-size: 16px
    }

    .section-heading,
    .form-title {
        font-size: 21px
    }

    .card-item {
        font-size: 14px
    }

    .from {
        font-size: 18px;
        line-height: 20px
    }

    .price-aed {
        font-size: 18px;
        line-height: 25px
    }

    .price-usd,
    .nav-box-text {
        font-size: 11px
    }

    .section-subheading {
        font-size: 18px
    }

    .countrytable tr:first-child {
        border-top: 1px solid #D9D9D9;
    }

    .countrytable tr:nth-child(odd) {
        background-color: #F5F5F5;
    }

    .countrytable tr {
        border-bottom: 1px solid #D9D9D9;
    }

    .countrytable td {
        background-color: unset;
        display: flex;
        flex-direction: column;
        border: none;
    }

    .accord-list {
        padding: 15px;
    }

    .visitVisaList {
        margin-left: 0;
    }

    .fixed-apply-now {
        right: 0;
        top: 0;
        left: 0;
        display: block;
    }
}

/* new kayaking addon */
.new-list {
    border: 2px solid #27BDBE;
    border-radius: 6px;
    padding: 60px 70px;
    max-width: 925px;
}

.new-list li {
    margin-bottom: 8px;
    padding-left: 20px;
    background-image: url(../images/list-icon.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: left 4px;
}

.content {
    position: relative;
}

.list-img {
    position: absolute;
    right: -25px;
    bottom: 0;
    translate: 0 30%;
}

.sub-topic {
    font-size: 20px;
    font-weight: bold;
}

.gray-para {
    font-size: 20px;
    color: #707070;
    line-height: 27px;
    margin-top: 8px;
}

.pic-wrapper {
    border: 2px solid #27BDBE;
    border-radius: 6px;
    padding: 30px 30px;
}

.events-img {
    margin: -60px 0 20px -60px;
}

.card-topic {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 35px;
}

/*trip advisor*/
#CDSWIDSSP {
    width: 100% !important;
}

#CDSWIDSSP .widSSPClickWrap {
    z-index: 0 !important;
}

#CDSWIDSSP .widSSPData {
    padding: 0 !important;
}

#CDSWIDSSP a {
    text-decoration: none !important;
}

#CDSWIDSSP .widSSPData .widSSPH11 {
    font-size: 18px !important;
}

#CDSWIDSSP .widSSPOverall span:last-of-type {
    font-size: 19px !important;
    font-weight: 600 !important;
}

#CDSWIDSSP .widSSPOverall {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

#CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx .widSSPPopIdxData,
#CDSWIDSSP .widSSPData .widSSPReviews .widSSPH11 {
    font-size: 22px !important;
}

#CDSWIDSSP .widSSPData .widSSPReviews .widSSPH11 {
    padding: 12px 0 6px !important;
    border-bottom: 1px solid #D9D9D9 !important;
}

#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li {
    margin: 0 !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #D9D9D9 !important;

}

#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
    font-size: 18px !important;
}

#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li a,
#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li a:hover {
    font-size: 16px !important;
    color: #0B57D0 !important;
    text-decoration: underline !important;
}

#CDSWIDSSP .widSSPData .widSSPAll a:hover,
#CDSWIDSSP .widSSPData .widSSPAll a:link,
#CDSWIDSSP .widSSPData .widSSPAll a:visited {
    font-size: 18px !important;
    color: #0B57D0 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

#CDSWIDSSP .widSSPData .widSSPAll {
    margin-top: 20px !important;
}

#CDSWIDSSP .widSSPReviews {
    margin-top: 20px;
}

#CDSWIDSSP .widSSPWriteReview {
    display: none;
}

@media screen and (max-width: 768px) {
    .events-img {
        margin: 0 auto 15px;
    }

    section {
        padding-bottom: 0;
    }

    .card-topic {
        margin-bottom: 10px;
    }

    .parkcol .park-list-img {
        width: 100%;
    }

    .parkcol .park-list-detials {
        margin: 10px 0 0 0;
    }

    .list-img {
        position: unset;
        translate: unset;
        border-top: 2px solid #27BDBE;
        width: 100%;
    }

    .new-list {
        padding: 30px 25px;
        border: none;
    }

    .content {
        border: 2px solid #27BDBE;
        border-radius: 6px;
    }

    .navbar {
        padding: 1rem 0;
    }
}

/* ---------- key facts box ---------- */
.keyfacts {
    border: 2px solid var(--teal);
    border-radius: 16px;
    padding: 20px 22px;
    margin: 24px 0;
    background: linear-gradient(180deg, #f2fbfb 0%, #ffffff 100%)
}

.keyfacts h2 {
    border: 0;
    margin: 0 0 .5em;
    font-size: 1.25rem;
    color: var(--teal-dark)
}

.keyfacts dl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0
}

.keyfacts .row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 12px;
    padding: 8px 0;
    border-top: 1px dashed var(--line);
    margin: 0;
}

.keyfacts .row:first-child {
    border-top: 0
}

.keyfacts dt {
    font-weight: 700;
    color: var(--burgundy)
}

.keyfacts dd {
    margin: 0
}

.mangrove-why-block {
    margin: 55px 0;
    padding: 46px 48px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 8%, rgba(214, 168, 79, 0.22), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, var(--soft) 100%);
    border: 1px solid var(--line);
    box-shadow: 0 18px 46px rgba(16, 40, 40, 0.08);
    position: relative;
    overflow: hidden;
}

.mangrove-why-block::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -90px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(11, 166, 166, 0.09);
    pointer-events: none;
}

.mangrove-why-block .title_number {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.mangrove-why-block .title_number h2 {
    max-width: 880px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -1.4px;
    font-weight: 900;
}

.mangrove-why-block .title_number h2::after {
    content: "";
    display: block;
    width: 88px;
    height: 6px;
    margin-top: 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold), var(--teal));
}

.mangrove-why-block p {
    max-width: 1040px;
    margin: 0 0 17px;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.85;
    position: relative;
    z-index: 1;
}

.mangrove-why-block .ar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: fit-content;
    margin-top: 14px;
    padding: 17px 24px 17px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--teal), var(--teal-dark));
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(11, 166, 166, 0.22);
    position: relative;
    z-index: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mangrove-why-block .ar-btn span {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    transition: transform 0.25s ease;
}

.mangrove-why-block .ar-btn:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(11, 166, 166, 0.3);
}

.mangrove-why-block .ar-btn:hover span {
    transform: translateX(3px);
}

.tab-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin: 2px 10px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tab-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #000;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kayak-faq-accordion {
    margin-top: 28px;
}

.kayak-faq-accordion .card {
    margin-bottom: 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(16, 40, 40, 0.06);
}

.kayak-faq-accordion .card-header {
    padding: 0;
    border: 0;
    background: var(--soft);
}

.kayak-faq-accordion .card-header h3 {
    margin: 0;
}

.kayak-faq-accordion .btn-link {
    display: block;
    width: 100%;
    position: relative;
    padding: 18px 54px 18px 20px;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background: linear-gradient(135deg, var(--teal), var(--teal-dark));
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
    text-align: left;
    text-decoration: none;
    white-space: normal;
}

.kayak-faq-accordion .btn-link.collapsed {
    color: var(--ink);
    background: var(--soft);
}

.kayak-faq-accordion .btn-link::after {
    content: "−";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.kayak-faq-accordion .btn-link.collapsed::after {
    content: "+";
    background: var(--teal);
    color: #ffffff;
}

.kayak-faq-accordion .card-body {
    padding: 18px 20px 20px;
    background: #ffffff;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.8;
}

.table-bordered td,
.table-bordered th {
    min-width: 220px;
}

@media (max-width: 768px) {
    .mangrove-why-block {
        margin: 36px 0;
        padding: 30px 22px;
        border-radius: 22px;
    }

    .mangrove-why-block .title_number h2 {
        font-size: 32px;
        line-height: 1.12;
        letter-spacing: -0.7px;
    }

    .mangrove-why-block p {
        font-size: 16px;
        line-height: 1.75;
    }

    .mangrove-why-block .ar-btn {
        width: 100%;
        padding: 16px 18px;
        text-align: center;
    }

    .kayak-faq-accordion .btn-link {
        padding: 16px 50px 16px 16px;
        font-size: 16px;
    }

    .kayak-faq-accordion .card-body {
        padding: 16px;
    }
}

@media(max-width:560px) {
    .keyfacts .row {
        grid-template-columns: 1fr
    }

    .keyfacts dt {
        color: var(--teal-dark)
    }
}