@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 36px;
    font-weight: 800;

}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;

}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.headd {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
}

.headd span {
    color: #000;
    font-size: 40px;
    font-weight: 300
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #b3b6b8;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #763500 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #fff !important;
    color: #333;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #763500 !important;
}

.btn-secondry {
    background: #763500 !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    color: #000;
    background: #b3b6b8 !important
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 45px;
    z-index: 10;
}

@media (max-width: 768px) {
    .containerWrapper {
        padding: 0 15px;
    }
}

/**********My css**********/


/*navigationBarWrapper*/

.navigationBarWrapper {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    background: #fff;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: #0f1f2e;
    /* background: linear-gradient(122deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%); */
    /* border-bottom: solid 1px #eee; */
}

.tophead-menu-left {
    padding: 12px 0;
    font-size: 14px;
}



.socialLinks .fa-brands {
    background: #c3b077;
    border-radius: 50px;
    transition: 0.8s;
}

.socialLinks .fa-brands:hover {
    background: #FFF;
    color: #000;
}


.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #000;
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
}




.tophead-menu-social ul li>a:hover {
    transition: 0.3s ease-in-out;
    color: #000000;
}

.tophead-menu-social ul li i {
    padding: 0 8px 0 5px;
}


.tophead-menu-social ul li {
    /* margin: 5px 0px; */
    border-radius: 100px;
    display: inline-block;
    list-style-type: none;
    padding: 12px 9px;
    float: left;
    color: #ffffff;
    transition: 0.8s;
}

.tophead-menu-social ul li a {
    display: inline-block;
    border-radius: 5px !important;
    color: white;
}


.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}



/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 80px;
    position: relative;
    padding: 0;
    /* box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15); */
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    height: auto;
    padding: 0;
    position: absolute;
    top: -12px;
}


.navbar-brand img {
    height: 100px;
    position: relative;
    border-radius: 5px;
    padding: 10px;

}





.navbar-nav {
    margin-top: 0;
}

/* TOPBAR */
#topbar {
    background: var(--navy);
    padding: 9px 0;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .65)
}

#topbar a {
    color: rgba(255, 255, 255, .65);
    margin-right: 20px
}

#topbar a:hover {
    color: var(--gold);
    text-decoration: none
}

.badge-award {
    background: var(--green);
    color: #0f1f2e;
    font-weight: 700;
    font-size: 10.5px;
    letter-spacing: .04em;
    border-radius: 2px;
    padding: 3px 10px
}

/* NAVBAR */
.navbar-custom {
    background: var(--white);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    min-height: 72px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-bottom: 0
}

.navbar-custom .navbar-brand {
    height: auto;
    padding: 14px 15px
}

.brand-name {
    font-family: var(--font-head);
    font-size: 19px;
    color: var(--navy);
    line-height: 1.1;
    font-weight: 700
}

.brand-sub {
    font-size: 10.5px;
    color: var(--blue);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600
}

.navbar-custom .navbar-nav>li>a {
    color: var(--text) !important;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font-head);
    letter-spacing: 0;
    padding: 26px 16px;
    transition: color .2s
}

.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>li.active>a {
    color: var(--blue) !important;
    background: transparent !important
}

.navbar-custom .navbar-nav>li:last-child>a {
    background: var(--blue) !important;
    color: #fff !important;
    border-radius: 2px;
    margin: 17px 0 0 10px;
    padding: 9px 22px !important
}

.navbar-custom .navbar-toggle {
    margin-top: 18px;
    border-color: var(--navy)
}

.navbar-custom .navbar-toggle .icon-bar {
    background: var(--navy)
}

.navbar-collapse>ul>li {
    margin: 0;
    color: #000;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #00aff0 !important;
    background-color: transparent;
    transition: 0.3s ease;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/


.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}

.navbar-collapse>ul>li:last-child {
    margin: 12px 0;
    height: 52px;
    line-height: 54px;
}

/* .navbar-collapse>ul>li:last-child a {
    background: #504864;
    color: #fff !important;
    border-radius: 6px;
} */

.navbar-collapse>ul>li:last-child a i {
    padding-left: 10px;
}

/* .navbar-default .navbar-nav>li:last-child a:hover,
.navbar-default .navbar-nav>li:last-child a:focus {
    color: #333;
    background-color: #83799b;
} */



.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

@media (min-width: 767px) {
    .navbar-collapse>ul>li:hover>ul {
        display: block;
    }
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul {
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background-color: #00aff0;
    z-index: 10;
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}


.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
    white-space: normal;
    font-family: "Nunito Sans", sans-serif;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: inherit;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    white-space: normal;
    transition: all 300ms ease-in-out;
}



.navbar-collapse>ul>li>ul>li:hover>a {
    color: #000;
    background: #fff;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background-color: #d5b272;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #000;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}


/* .navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
} */

/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
}

.navigationBarScroll .navbar-brand {
    margin-top: 13px;
}

.navigationBarScroll .navbar-brand img {
    height: 35px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

/* -------------------banner section------------- */
.banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 125px;
}

.swiper {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Deep navy overlay matching site hero */
    background: linear-gradient(135deg, #0f1f2e 0%, #0d2d44 55%, #0a3350 100%);
    opacity: 0.6;
    z-index: 1;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-txt {
    position: absolute;
    top: 50%;


    transform: translateY(-50%);
    width: 100%;
    line-height: 2;
    text-align: center;
    color: white;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.swiper-slide-active .banner-txt {
    opacity: 1;
}

/* H1 — Nunito, bold, tight tracking like site headings */
.banner-txt h1 {

    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: none;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2 !important;
}

/* Highlighted span — logo green (#7DC242) */
.banner-txt h1 span {
    color: #7DC242;
}

/* Paragraph — Inter, soft yellow-white for contrast */
.banner-txt p {

    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(20px);
}

.swiper-slide-active .banner-txt p {
    animation: fadeInUp 0.8s ease 0.8s forwards;
}


.banner-txt a:hover {
    background: #7DC242;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(125, 194, 66, 0.4);
}

.banner-txt a i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.banner-txt a:hover i {
    transform: translateX(5px);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Pagination ── */
.swiper-pagination {
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    width: auto !important;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 7px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    margin: 0 3px !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #7DC242;
    width: 50px;
}

/* ── Navigation Arrows ── */
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    background: #1BAEE1 !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    top: 50% !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 18px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 18px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #7DC242 !important;
    transform: scale(1.1);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .swiper {
        height: 500px;
    }

    .banner-txt {
        width: 75%;
        left: 50px;
    }

    .banner-txt h1 {
        font-size: 38px;
    }

    .banner-txt p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .swiper {
        height: 450px;
    }

    .banner-txt {
        width: 85%;
        left: 30px;
    }

    .banner-txt h1 {
        font-size: 30px;
        letter-spacing: -0.01em;
    }

    .banner-txt p {
        font-size: 15px;
        line-height: 1.65;
    }

    .banner-txt a {
        font-size: 13px;
        padding: 12px 26px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 480px) {
    .swiper {
        height: 280px;
    }

    .banner-txt {
        width: 90%;
        left: 20px;
    }

    .banner-txt h1 {
        font-size: 22px;
        letter-spacing: 0;
    }

    .banner-txt p {
        font-size: 13px;
        line-height: 1.6;
    }

    .banner-txt a {
        font-size: 12px;
        padding: 10px 22px;
    }

    .swiper-pagination-bullet {
        width: 30px;
        height: 5px;
    }

    .swiper-pagination-bullet-active {
        width: 40px;
    }
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    padding: 6px 10px;
    border-radius: 50px;
    transform: rotate(-90deg);
    height: 65px;
    width: 175px;
    left: auto;
}


.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {

    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    /* border: 1px solid #d3d8dd; */
    color: #fff;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b3b6b8;
}



/* ----------------------------
 */


.product-section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/tour-background.jpg);
}

.section-header {
    text-align: left;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-header p {
    font-size: 18px;
    color: #777;
    margin: 0 auto;
}

.product-category {
    margin: 0 15px 30px;
    transition: all 0.3s ease;
}

.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-img {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.product-card:hover .product-img img {
    transform: scale(1.1);
}

.product-content {
    padding: 20px;
}

.product-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.product-content p {
    color: #777;
    margin-bottom: 15px;
}


#popularProductsSlider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 60%;
}

#popularProductsSlider .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: #e60014;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

#popularProductsSlider .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: #e60014;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

.btn-view {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ff0016 0%, #e92938 100%);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-view:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}

/* Category Badge */
.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e60014;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .section-header h2 {
        font-size: 28px;
    }

    .section-header p {
        font-size: 16px;
    }

    .product-img {
        height: 180px;
    }

    .banner-txt p {
        margin-bottom: 0px !important;
    }
}

/* ---------------about-section------------ */

/* ABOUT */
#about {
    background: #fff;
    padding: 50px 0px;
}

.about-img-box img {
    border-radius: 10px;
    box-shadow: 0 2px 16px rgb(0 0 0 / 41%);
    width: 90%;
}


.about-accent-box {
    position: absolute;
    bottom: -20px;
    right: 0px;
    background: #0f1f2e;
    color: #fff;
    padding: 15px 32px;
    border-radius: 6px;
    min-width: 180px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
}



.about-accent-box .big-num {
    font-family: var(--font-head);
    font-size: 30px;
    color: var(--green);
    line-height: 1
}

.about-accent-box .lbl {
    font-size: 11px;
    color: rgba(255, 255, 255, .6);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 4px
}

.about-features {
    list-style: none;
    padding: 0;
    margin: 24px 0
}

.about-features li {
    padding: 8px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #eee
}

.about-features li:last-child {
    border-bottom: none
}

.about-features li i {
    color: #1baee1;
    font-size: 18px
}

.btn-gold {
    background: #1baee1;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    padding: 12px 32px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .3s ease;
}

.btn-gold:hover {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background: #8bc240;
}

/* WhyusSection */
.WhyusSection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    padding: 50px 0px;
    background: url(../images/explore-background.jpg) center scroll repeat;
    background-size: contain;
}

.WhyusSection::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.7;
}

#WhyusSection .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    background: #83799b !important;
}

.WhyusSection .permalink a {
    color: #fff;
}

.WhyusSection .permalink a:hover {
    color: #fff;
}

.cd-pt-ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.position-re-order {
    padding-bottom: 141%;
}

.position-re .item img {
    transition: 0.5s;
}

.WhyusSection .owl-theme .owl-controls .owl-page span {
    background: #83799b;
}

/* ======= Tours and Destination 1 style ======= */
.tours1 .item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin: 10px;

}

.tours1 .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.tours1 .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}

.tours1 .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;

}

.tours1 .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 6px 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #83799b;
}

.tours1 .item .category a,
.destination1 .item .category a {
    color: #fff;
}

.tours1 .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}

.tours1 .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgb(0 3 51) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 3 51) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 3 51) 90%);
}

.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    display: inline;
}

.tours1 .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.tours1 .item .con h5,
.elementor-widget-container .tl-tour-el-title,
.elementor-widget-container .tl-tour-el-title a,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 28px !important;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.tours1 .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.tours1 .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}


.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}

.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #2095AE;
}

.WhyusSection .section-title {
    text-align: center;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    .WhyusSection {
        padding: 30px 15px;
    }

    .destination1 .item .con h5 {
        font-size: 18px;
        line-height: 22px !important;
        margin-bottom: 20px;
    }
}





/* ---------------------------------------------- */



/* ============ blogsection ============== */
.blogsection {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 70px 00px;
    background-color: #f8f8f8;
}

.blogsection .section-header {
    margin-bottom: 10px;
}

.blog-txt {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0px 71px 0px 0px;
}

.blog-txt h2 {
    /* font-size: 42px; */
    margin: 0;
    padding: 0;
}

.blog-txt h3 {
    color: #444;
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
}

.blog-txt p {
    color: #494848;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6em
}

.blog-txt a {
    margin: 15px 0 0 0;
    background-color: #504864;
}

.blog-post {
    background: white;
    padding: 0 0 15px;
    /* border: 1px solid #f1f1f1; */
    box-shadow: 0px 0px 13px -8px #000000c2;
    border-radius: 5px;
}

.blog-post img {
    border-radius: 5px 5px 0 0;
}

.blog-txt a:hover {
    color: #fff;
    background-color: #b3b6b8;
}

.post-txt {
    padding: 10px 8px;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-post .txt1 {
    font-size: 18px;
    color: #282828;
    padding-bottom: 5px;
}

.blog-post .txt2 {
    color: #595959;
    font-size: 17px;
    --widgets-spacing: 20px;
    position: relative;
    top: 10px;
}

.blog-post a i {
    color: #ffe151;
    padding: 0 10px 0 0;
    font-size: 20px;
}





/* document-downloads  */
.document-downloads {
    padding: 50px 0;
    background-color: #83799b;
    background: url(../images/banner_slider_2.jpg) center scroll no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.document-downloads::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
}

.document-downloads .section-header {
    text-align: center;
}

.document-downloads .section-header h2 {
    color: #fff;
}

.document-downloads .section-header p {
    color: #fff;
}


.document-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    border-top: 3px solid #ffe151;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.document-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.document-card .card-header {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
    min-height: 40px;
}

.document-card .card-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #ffe151;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    font-size: 18px;
}

.document-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.document-card .file-type {
    font-size: 12px;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.document-card .card-body {
    margin-bottom: 25px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: #504864;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
}

.download-btn:hover {
    background: #ffe151;
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
}

.download-btn i {
    margin-right: 8px;
}

.file-size {
    font-size: 12px;
    color: #7f8c8d;
    margin-left: 15px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .document-downloads {
        padding: 50px 0;
    }

    .section-header h2 {
        font-size: 26px;
        padding-top: 0px;
    }

    .document-card {
        padding: 25px 20px;
    }
}
























/* FOOTER */
#footer {
    background: #0f1f2e;
    padding: 60px 0 0
}

.footer-brand-name {
    font-family: var(--font-head);
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.01em
}

.footer-brand-sub {
    font-size: 11px;
    color: var(--green);
    letter-spacing: .12em;
    text-transform: uppercase
}

.footer-about {
    font-size: 16px;
    color: rgb(255 255 255);
    line-height: 1.75;
    margin: 16px 0;
}

.footer-heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #7dc242;
    font-weight: 800;
    margin-bottom: 18px;
}

.footer-links {
    list-style: none;
    padding: 0
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-decoration: none;
    transition: color .2s
}

.footer-links li a:hover {
    color: var(--blue)
}

.footer-contact-item {
    display: flex;
    gap: 14px;
    margin-bottom: 16px
}

.footer-contact-item i {
    color: white;
    margin-top: 3px;
    font-size: 16px;
}


.footer-contact-item span {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.6
}

.footer-contact-item a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.6
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 20px 0;
    margin-top: 48px
}

.footer-bottom p {
    color: rgb(255 255 255);
    font-size: 14px;
    margin: 10px 0px;
    text-align: center;
}


.footer-social-btn {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255);
    font-size: 14px;
    text-decoration: none;
    transition: all .2s;
}


/* REVEAL ANIMATIONS */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .65s ease, transform .65s ease
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

.reveal-delay-1 {
    transition-delay: .1s
}

.reveal-delay-2 {
    transition-delay: .2s
}

.reveal-delay-3 {
    transition-delay: .3s
}

/* RESPONSIVE */
@media(max-width:991px) {
    .hero-visual {
        margin-top: 60px
    }

    .about-accent-box {
        display: none
    }

    .hero-stats {
        gap: 24px
    }
}

@media(max-width:767px) {
    .section-pad {
        padding: 56px 0
    }

    .section-title {
        font-size: 28px
    }

    #hero {
        min-height: auto;
        padding: 80px 0 60px
    }

    .hero-title {
        font-size: 36px
    }

    #about .col-md-7 {
        padding-left: 0px !important;
    }

    .about-img-box img {
        width: 100%;
    }

    #about .reveal.visible {
        margin-top: 50px;
    }

    .about-accent-box {
        display: block;
    }

    .innov-item {
        height: auto !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 70% !important;
    }
}

/* Row flex fix for equal heights */
.row.flex-row {
    display: flex;
    flex-wrap: wrap
}

.row.flex-row>[class*='col-'] {
    display: flex;
    flex-direction: column
}

/* Logo watermark */
.hero-watermark {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .04;
    width: 560px;
    pointer-events: none;
    filter: brightness(10)
}

/* Navbar logo */
.navbar-custom .navbar-brand img {
    transition: opacity .2s
}

.navbar-custom .navbar-brand:hover img {
    opacity: .85
}


/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #8bc240;
    z-index: 200;
    border-radius: 100px;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/* ============ media query ============== */
@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 10px;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 50px;
        line-height: 50px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 0 6px;
        font-size: 14px;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }

}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;

    }

    .navigationBarWrapper {
        position: relative;
    }

    .tophead {
        text-align: center;
        display: none;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 20px;
        margin-bottom: 14px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .container {
        padding: 0 20px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 400px;
    }

}

@media (max-width: 768px) {
    .navbar-collapse>ul>li>ul>li>ul {
        display: contents;
        visibility: unset;
        opacity: 0;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000 !important;
    }



    .navbar-brand img {
        padding: 5px;
        height: 80px;
    }

    .navbar-brand {
        top: 0px;
    }

    .svg-wrapper {
        height: 57px;
    }


    .banner-section {

        padding: 0px 0px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {

        width: 35px !important;
        height: 35px !important;

    }

    .banner-txt {
        top: 50% !important;
        padding: 13px 0;
        left: 20px;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 22px !important;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 22px !important;
    }

    .banner-txt h1 {
        font-size: 18px;
        letter-spacing: 0px;
        margin: 0 0 5px 0;
    }

    .banner-txt p {
        font-size: 12px;
        line-height: 1.7;
        padding: 0 0 13px;
    }

    .banner-txt a {
        font-size: 8px;
        letter-spacing: 2px;
        padding: 5px 15px;
        top: 0;
        margin-top: 10px !important;
    }


    .about-boxx {
        padding: 10px 0 10px;
        height: auto;
        display: grid;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 0px;
    }

    /* ------------about------------ */
    .aboutsection {
        position: relative;
        width: 100%;
        clear: both;
        background-color: #ffffff;
        padding: 50px 17px;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 30px;
        width: 100%;
    }

    .abouttxt li {
        margin: 0 12px 10px 0;
        padding: 5px 8px;
        font-size: 18px;
    }

    .abouttxt h1 {
        color: #000;
        font-family: "Nunito Sans", sans-serif;
        font-size: 43px;
        font-weight: 300;
        line-height: 1.2em !important;
    }

    .abouttxt {
        padding: 0px;
        text-align: left;
        padding: 20px;
    }

    .abouttxt p {
        color: #494848;
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.6em;
        position: relative;
        left: 0;
        text-align: justify;
    }

    /* ------------videosection------------ */


    .videotxt {
        padding: 40px 45px;
        color: #000000;
        background-color: #fff;
        width: 100%;
        flex-direction: row;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        position: relative;
        left: 0;
    }

    .videosection {
        position: relative;
        /* background-attachment: fixed; */
        background-size: cover;
        padding: 50px 25px;
        position: relative;
        background: url(../images/video-background.jpg);
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .video-content h2 {
        color: #fff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 36px;
        font-weight: 300;
        line-height: 1.3em;
        text-align: left;
        padding: 0;
    }

    .videolink {
        padding: 10px 0px;
        display: flex;
        align-items: center;
        margin-top: 16px;
    }


    /* ------------extra-feature------------ */


    .extra-feature-head h3 {
        color: #34414b;
        font-size: 26px;
        font-weight: 300;
        font-family: "Nunito Sans", sans-serif;
        margin-bottom: 0;
    }

    .extra-feature-head h2 {
        color: #34414b;
        font-size: 30px;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0;
        font-family: "Nunito Sans", sans-serif;
    }

    .extra-feature-head a {
        font-size: 15px;
        font-weight: 500;
        fill: #fff;
        color: #fff;
        background-color: #d5b272;
        border-radius: 0 0 0 0;
        position: relative;
        top: 0px;
        font-family: "Nunito Sans", sans-serif;
    }

    .extra-feature {
        position: relative;
        padding: 50px 0px 35px;
        background-color: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .extra-block {
        padding: 10px 30px;
    }

    .extra-feature-head .col-md-12 {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .extra {
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px darkgrey;
        text-align: left;
        padding: 27px 47px;
        margin-bottom: 30px;
    }


    .extra-block .col-md-3 {
        padding: 0px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }



    /* ------------gallerysection------------ */


    .gallery-box1 h2 {
        color: #fff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 45px;
        font-weight: 700;
        padding: 0;
    }

    .gallerysection-1 {
        background: url(../images/gallery-background.jpg);
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 17px;
        position: relative;
    }

    .gallery-box1 p {
        color: #fff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 16px;
        font-weight: 300;
        padding-bottom: 20px;
        width: 100%;
    }

    /* ------------exploresection------------ */

    .explore-image {
        border-style: solid;
        border-width: 15px;
        border-color: #fff;
        box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .08);
        position: relative;
        top: 0;
    }

    .exploresection {
        background: url(../images/explore-background.jpg);
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 14px;
        position: relative;
    }



    .explore-txt {
        padding: 25px 0px;
    }

    .explore-txt h3 {
        color: #d5b272;
        font-family: "Nunito Sans", sans-serif;
        font-size: 29px;
        font-weight: 500;
        padding: 0;
        margin-bottom: 0;
        background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .explore-txt h2 {
        color: #d5b272;
        font-family: "Nunito Sans", sans-serif;
        font-size: 46px;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0;
        background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .explore-txt p {
        color: #494848;
        font-family: "Nunito Sans", sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.6em;
        padding-top: 10px;
    }

    .explore-txt a {
        font-family: "Nunito Sans", sans-serif;
        font-size: 23px;
        font-weight: 500;
        fill: #fff;
        color: #fff;
        background-color: #d5b272;
        border-radius: 0 0 0 0;
        position: relative;
        top: 20px;
        left: 0;
    }



    /* ------------destination------------ */

    .destination {
        position: relative;
        padding: 50px 17px 0px;
        position: relative;
        background-color: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .destination-image {
        margin-bottom: 20px;
    }

    .destination-head h2 {
        color: #000;
        font-family: "Nunito Sans", sans-serif;
        font-size: 36px;
        font-weight: 300;
        line-height: 1.3em;
        padding: 0;
    }






    .brand-section .owl-theme .owl-buttons>div.owl-prev {
        position: absolute;
        left: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div.owl-next {
        position: absolute;
        right: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div {
        bottom: 11vh;
        z-index: 2;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px !important;
    }


    .brand-box {
        margin: 20px 49px;
    }

    .product-section {
        padding: 50px 0 20px;
    }



    /* ------------blogsection------------ */
    .blogsection {
        position: relative;
        width: 100%;
        clear: both;
        overflow: hidden;
        padding: 50px 17px;
        background-color: #f8f8f8;
    }

    .blog-txt {
        position: relative;
        width: 100%;
        flex-wrap: wrap;
        align-content: flex-start;
        padding: 0;
        margin-bottom: 50px;
    }

    .blog-post {
        padding: 0 0 20px;
        margin: 0 0 20px 0;
    }





    .abouttxt h2 {
        color: #2c3e50 !important;
        font-size: 32px;
    }


    .service-head h2 {
        font-size: 32px;
    }


    .blog-txt h2 {
        font-size: 32px;
    }

    .blog-txt h3 {
        font-size: 28px;
    }


    .svg-wrapper {
        height: 80px;
    }

    .brand-head h2 {
        font-size: 32px;
    }

    /* ------------footer-section------------ */
    .footer-section {
        padding: 30px 15px;
    }

    .socialLinks ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        margin: 0 5px;
    }

    .socialLinks ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .socialLinks {
        display: block;
        clear: both;
        padding-top: 0;
        position: relative;
        top: 0;
        text-align: right;
    }

    .footer h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer p {
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0px;
        color: #ffffff;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 22px;
    }

    .footer1 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer2 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer3 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .strip-txt-1 {
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-1 h3 {
        text-align: center;
        color: #ffffff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 15px;
        margin: 0;
    }

    .strip-txt-2 {
        text-align: right;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-2 h4 {
        text-align: center;
        color: #ffffff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 15px;
    }

}

/* -------------------------- */

@media (max-width : 768px) {

    .navbar-collapse>ul>li:last-child {
        margin: auto;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li:last-child a {
        background: none;
        color: #000 !important;
        border-radius: 6px;
    }

    .navbar-default .navbar-nav>li:last-child a:hover,
    .navbar-default .navbar-nav>li:last-child a:focus {
        color: #333;
        background-color: transparent;
    }

}


/* Display None  */
.product-content p {
    display: none;
}

.product-content a {
    margin-top: 10px;
}

.blogsection {
    display: none;
}

.document-downloads {
    display: none;
}


/* New Service Section */

/* SERVICES */
#services {
    background: #f0f8fd;
    padding: 50px 0px;

}

#services .section-title {
    font-weight: 800;
}

.service-card {
    background: #fff;
    border-radius: 8px;
    padding: 36px 28px;
    border-bottom: 3px solid transparent;
    transition: all .35s;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
    height: 100%
}

.service-card:hover {
    transform: translateY(-6px);
    border-bottom-color: #1baee1;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .1)
}

.service-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px
}

.service-icon.eye {
    background: #dff2fb;
    color: var(--blue)
}

.service-icon.dental {
    background: #fff8e1;
    color: #d4880a
}

.service-icon.retina {
    background: #fce4ec;
    color: #c62828
}

.service-icon.lasik {
    background: #e8eaf6;
    color: #3949ab
}

.service-icon.implant {
    background: #edfae0;
    color: var(--darkgreen)
}

.service-icon.pediatric {
    background: #ede7f6;
    color: #6a1b9a
}

.service-card h4 {
    font-family: var(--font-head);
    font-size: 19px;
    color: var(--navy);
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: -0.01em
}

.service-card p {

    line-height: 1.7;
    margin: 0 0 18px
}

.service-card a {
    color: #1baee1;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.service-card a:hover {
    text-decoration: underline
}

/* service end */

/* INNOVATIONS */
#innovations {
    background: #f0f8fd;
    padding: 50px 0px;
}

.innov-item {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    border-left: 4px solid #1baee1;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
    height: 250px;
    transition: box-shadow .3s
}

.innov-item:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, .1)
}

.innov-item .innov-icon {
    font-size: 32px;
    color: #1baee1;
    margin-bottom: 16px
}

.innov-item h4 {
    font-family: var(--font-head);
    font-size: 18px;
    color: var(--navy);
    margin-bottom: 10px;
    font-weight: 800
}

.innov-item p {


    line-height: 1.7;
    margin: 0
}

/* DOCTORS */
#doctors {
    background: #0f1f2e;
    padding: 50px 0px;
}

#doctors .section-label {
    color: var(--green)
}

#doctors .section-title {
    color: #fff;
    padding: 0;
}

.doctor-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    overflow: hidden;
    transition: all .35s
}

.doctor-card:hover {
    background: rgba(255, 255, 255, .09);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .3)
}

.doctor-img-area {

    background: linear-gradient(145deg, #0d3a58, #1BAEE1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: rgba(255, 255, 255, .25);
    position: relative;
    overflow: hidden
}

.doctor-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-img-area::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, rgba(10, 22, 40, .7))
}

.doctor-dept-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #7dc242;
    color: white;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 2px
}

.doctor-body {
    padding: 15px;
}

.doctor-name {
    font-family: var(--font-head);
    font-size: 24px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 800;
    letter-spacing: -0.02em
}

.doctor-designation {
    font-size: 11.5px;
    color: #1baee1;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-head);
    margin-bottom: 16px
}

.doctor-bio {

    color: rgba(255, 255, 255, .62);
    line-height: 1.75;
    margin-bottom: 20px
}

.doctor-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px
}

.doctor-skill {
    background: rgba(27, 174, 225, .12);
    color: #1BAEE1;
    border: 1px solid rgba(27, 174, 225, .3);
    font-size: 11.5px;
    padding: 4px 12px;
    border-radius: 2px;
    font-weight: 500
}

.btn-outline-teal {
    background: transparent;
    color: #1baee1;
    border: 2px solid #1baee1;
    border-radius: 2px;
    padding: 10px 26px;
    font-weight: 600;
    font-size: 12.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: all .3s;
}

.btn-outline-teal:hover {

    color: #fff
}




/* testimonial section  */


.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 50px;
}

#BrandSlider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 55%;
}

.title {
    font-size: 40px;
    position: relative;
}


.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 0 13px;
    margin: 20px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}


.quote-icon {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #00abe9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.testimonial-content {
    margin-bottom: 10px;
    padding: 0 20px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;

}



.testimonial-footer {
    border-top: 1px solid #eee;
    padding: 5px 20px 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    width: 100%;
}

.author-image {
    width: 120px;
    /* height: 60px; */
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid #ffcb08;
}



.author-info h4 {
    font-size: 18px;
    color: #8bc240;
    margin: 0 0 5px;
    font-weight: 600;
}

.author-info span {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

.rating {
    color: #ffcb08;
    font-size: 14px;
}

.rating i {
    margin-right: 2px;
}

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 30px;
    z-index: 10;
}

.testimonials .section-title {

    margin-bottom: 60px;
}



.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 50px;
    background: #f0f8fd;
}



#BrandSlider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 55%;
}

#BrandSlider .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: #00aff0;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 38px;
}

#BrandSlider .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: #00aff0;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 38px;
}

.title {
    font-size: 40px;
    position: relative;
}


/* COMMUNITY */
#community {
    background: linear-gradient(135deg, #0f1f2e, #0d3a58);
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
}

#community::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(125, 194, 66, .12), transparent 70%);
    border-radius: 50%
}

#community .section-label {
    color: var(--green)
}

#community .section-title {
    color: #fff
}

.community-card {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: all .3s;
    height: 100%
}

.community-card:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-4px)
}

.community-card .c-icon {
    width: 60px;
    height: 60px;
    background: rgba(27, 174, 225, .18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1BAEE1;
    margin: 0 auto 18px
}

.community-card h4 {
    font-family: var(--font-head);
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 800
}

.community-card p {

    color: rgba(255, 255, 255, .55);
    line-height: 1.7;
    margin: 0
}

/* ECO */
#eco {
    background: #f0fdf9
}

.eco-item {
    display: flex;
    gap: 18px;
    margin-bottom: 28px
}

.eco-icon {
    width: 48px;
    height: 48px;
    background: #e8f8e8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darkgreen);
    font-size: 20px;
    flex-shrink: 0
}

.eco-text h5 {
    font-family: var(--font-head);
    font-size: 16px;
    color: var(--navy);
    margin: 0 0 6px;
    font-weight: 800
}

.eco-text p {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.65;
    margin: 0
}

/* ACCREDITATION */
#accreditation {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 60px 0
}

.accred-item {
    text-align: center
}

.accred-item .acc-badge {
    width: 90px;
    height: 90px;
    background: #f0f8fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 30px;
    color: #8bc240;
}

.accred-item h5 {

    font-size: 18px;
    font-weight: 800;
}

.accred-item p {

    color: var(--muted);
    max-width: 250px;
    margin: 0 auto;
}



/* CTA */
#cta {
    background: linear-gradient(135deg, #1BAEE1, #0d8ab8);
    padding: 50px 0;
    text-align: center
}

#cta h2 {
    font-family: var(--font-head);
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -0.03em
}

#cta p {
    font-size: 16px;
    color: white;
    max-width: 520px;
    margin: 16px auto 36px
}

#cta .btn-gold {
    background: #8bc240;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    padding: 15px 42px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s ease;
}

#cta .btn-gold:hover {
    background: #0f1f2e;
    color: #fff
}


.btn-white:hover {
    background: #0f1f2e;
    color: #fff
}

/* Search Container */
.search-container {
    display: inline-block;
    position: relative;
    margin-left: 15px;
}

.search-form {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    /* padding: 5px 10px; */
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: -3px auto;
}

.search-form:hover,
.search-form:focus-within {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.search-input {
    border: none;
    background: transparent;
    color: #fff;
    padding: 5px 10px;
    width: 180px;
    font-size: 13px;
    outline: none;
    font-family: "Nunito Sans", sans-serif;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-btn {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.search-btn:hover {
    color: #000;
    transform: scale(1.1);
}

.search-btn i {
    pointer-events: none;
}



@media (max-width: 768px) {
    .tophead-menu-social ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-container {
        width: 100%;
        margin: 10px 0 0 0;
        text-align: center;
    }

    .search-input {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .search-input {
        width: 150px;
    }

    .search-form {
        padding: 4px 8px;
    }
}