/*!
Theme Name: Incredible Tours
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: incredible-tours
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Incredible Tours is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */



@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: "Josefin Sans", sans-serif !important;
    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: "Josefin Sans", sans-serif !important;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

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

h2 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 30px;
    font-weight: 700;
}

h3 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 26px;
    font-weight: 400;
}

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

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

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

p {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 12px 0;
}

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*/
.heading-center {
    font-family: "Josefin Sans", sans-serif !important;
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

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

.heading {
    display: block;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif !important;
    line-height: 1.3em !important;
}

.heading small {
    display: block;
    font-size: 16px;
    color: #f68603;
    font-family: "Josefin Sans", sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;

}

.heading small a {
    color: inherit;
}


.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: #014580 !important;
    color: #fffbfb;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #000000;
    background: #f68603 !important;

}

.btn-secondry {
    background: #C49F38;
    background-color: #014580;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {

    background-color: #eb8104;
    color: #fff;
}

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


.space5 {
    display: block;
    clear: both;
    padding: 0px 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;
}

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


/*navigationBarWrapper*/

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

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: #0e4bad;
    border-bottom: solid 1px #eee;
}

.tophead-menu-left {
    padding: 8px 0;
}

.facebook {
    background: #3a559f;
}

.twitter {
    background: #1c9deb;
}

.linkedin {
    background: #0077b5;
}

.googleplus {
    background: #d54d40;
}

.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:first-child {
    border-left: solid 1px #fff;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
    padding: 3px 2px;
    border-right: solid 3px #fff;
    float: left;
    border-radius: 100px;
    margin: 4px 5px;
}

.tophead-menu-social ul li:hover {
    background: #f64f04;
    color: #fff;
    border-color: transparent;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

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

/* .tophead-menu-social ul li a:hover i {
    background: #c49f38;
    color: #fff;
    border-color: transparent;
} */



.navigationBar .logo-dark {
    display: none;
}

.navigationBarScroll .logo-dark {
    display: block;
}

.navigationBarScroll .logo-light {
    display: none;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    padding: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    transition: all 500ms;
}

.navigationBar .container {
    border-bottom: 1px solid #fff;
}

/*navigationBarContent*/

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

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}

.navbar-brand img {
    height: 85px;
    position: relative;
    transition: all 500ms;
}

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

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

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

/*navbar-collapse*/

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

}

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

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



.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {

    background: transparent !important;
    color: #f68603 !important;
}

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

/*drop down menu*/

.navbar-collapse>ul>li>ul {

    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background-color: #f68603;
    z-index: 10;
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

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

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

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

.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: "Barlow", 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 {
    background: #044782;
}

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

.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: #c49f38;
    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: #ffffff;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #c49f38;
}

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

/*navigationBarScroll*/

.navigationBarScroll {
    /* height: 80px; */
    position: fixed;
    background: #fff;
    top: 0;
}



.navigationBarScroll .navbar-collapse>ul>li {
    /* height: 80px;
    line-height: 80px; */
    color: #000000;
}

.navigationBarScroll .container {
    border-bottom: 1px solid transparent;
}

/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.bannerSection .bannerSectionContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}


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

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

.bannerSection .bannerSlideImg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.bannerSection .bannerSlideBlock {
    display: block;
    position: absolute;
    z-index: 2;
    top: 40%;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 55px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px !important;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 span {

    -webkit-text-stroke: 1px #fff;
    display: block;
    text-shadow: 0 0 black;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 small {
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
    /* font-family: "Josefin Sans", sans-serif !important; */
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .btn {
    height: 60px;
    line-height: 30px;
    padding: 15px 30px;

}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    background: #fff !important;
    color: #c49f38 !important;
    text-shadow: none;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .bannerSlideCaptionTextWrapper {
    vertical-align: middle;
    text-align: center;
}


/*carouselWithArrows*/

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 20px;
    right: 0px;
    left: 0;
    text-align: center;
    z-index: 2;
}

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



/* ===== Popular Section ===== */
/*   */


.popular {
    width: 100%;
    background: url(assets/images/tour-background.jpg);
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 60px 0px;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    width: 100%;
}

.featuresection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 3%);
}


.sec-title span {
    color: #009245;
    font-style: italic;
}

/* ===== Card Design ===== */
.p-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: all 0.4s ease;
    padding: 20px 0px;
}

.p-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.p-img {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #eee;
}

.p-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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


.p-overlay a {
    color: #014580;
    padding: 6px 19px;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 65px;

}

.p-overlay a:hover {
    color: #f68603;
}


.tag {
    padding: 6px 14px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.tour {
    background: #ff7a00;
}

.hotel {
    background: #28a745;
}

/* ===== Title ===== */
.p-title {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .sec-title {
        font-size: 2rem;
    }

    .p-img img {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .sec-title {
        font-size: 15px;
    }

    .p-img img {
        height: 200px;
    }

    .p-title {
        font-size: 15px;
    }
}

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

.aboutsection {
    position: relative;
    width: 100%;
    clear: both;
    background-color: #ffffff;
    padding: 50px 0px;

}

.aboutimg {
    position: relative;
    left: 30px;
    top: 30px;
    /* filter: drop-shadow(2px 4px 6px black); */
}

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



.abouttxt h3 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3em;
}

.abouttxt h6 {
    color: #494848;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}


/***** Package Section *****/

.packages-section {
    background: none !important;
    background-color: #ffffff !important;
    padding: 50px 0px;
    position: relative;
    clear: both;

}

/*.packages-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.6);
}*/

.package-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.package-box:hover {
    transform: translateY(-5px);
}

.package-img {
    position: relative;
}

.package-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.5s;
}

.packages-section h2 {
    color: #000000;
    font-family: "Josefin Sans", sans-serif !important;
    text-align: center;
}

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


.offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f68603;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.package-content {
    padding: 20px;
}

.package-content .location {
    font-size: 12px;
    color: #555;
    margin-bottom: 5px;
}

.package-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.package-title a {
    color: #014580;
    text-decoration: none;
    font-size: 22px;
}

.package-title a:hover {
    color: #f68603;
}

/*.package-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.package-list li {
    font-size: 14px;
    margin-bottom: 6px;
}*/


.package-list {
    list-style: none;
    padding: 0;
    margin: 5px 0 20px;
    position: relative;
    color: #333;
}

.package-list li {
    list-style: none;
    padding: 5px 0px;
    text-align: left;
    padding-left: 35px;
    position: relative;
}

.package-list li::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ec1c28;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}


.price {
    color: red !important;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.price span {
    color: #e53935;
    font-weight: 700;
}

.package-footer {
    border-top: 1px solid #eee;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 767px) {
    .package-box img {
        height: 200px;
    }

    .package-title {
        font-size: 16px;
    }

    .price {
        font-size: 13px;
    }
}





.nav-tabs {
    margin: 30px auto;
}

.nav-tabs>li {
    margin-left: -1px;
}

.nav-tabs>li:first-child>a {
    border-radius: 0;
}

.nav-tabs>li:first-child>a:before {
    display: none;
}

.nav-tabs>li:last-child>a:after {
    box-shadow: none;
}

.nav-tabs>li>a {
    padding: 15px 30px 15px 50px;
    background-color: #c49f38;
    color: black;
    border: 0;
    position: relative;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:active,
.nav-tabs>li>a:focus {
    background-color: #c49f38;
    color: black;
    border: 0;
}

.nav-tabs>li>a:before {
    content: " ";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #c49f38;
    transform: skewX(35deg);
}

.nav-tabs>li>a:after {
    content: " ";
    position: absolute;
    right: -20px;
    background-color: #c49f38;
    top: 0;
    height: 100%;
    width: 40px;
    transform: skewX(35deg);
    box-shadow: 3px 0px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.nav-tabs>li.active {
    margin-top: -11px;
}

.nav-tabs>li.active>a {
    border: 0;
    background-color: #5c3410;
    color: white;
    padding: 15px 30px 15px 50px;
    font-size: 22px;
    border-radius: 0;
}

.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:active,
.nav-tabs>li.active>a:focus {
    background-color: #5c3410;
    color: white;
    border: 0;
}

.nav-tabs>li.active>a:before {
    display: none;
}

.nav-tabs>li.active>a:after {
    right: -25px;
    width: 50px;
    background-color: #5c3410;
    z-index: 1;
}

.tab-content {
    display: block;
    clear: both;
    padding: 10px;
}

.tabBlock {
    padding: 30px 0px
}

.singleTour {
    background: white;
    padding-bottom: 10px;
    box-shadow: 0px 0px 15px 1px #676767;
    margin: 15px 0px;
    border-radius: 10px;
}

.singleTourImage {
    width: 100%;
    overflow: hidden;
}

.singleTourImage img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 10px 10px 0px 0px;
}

.singleTourImage img:hover {
    transform: scale(1.05);
}


.tourContent {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: left;
    padding-bottom: 15px;
}


.tourContent h3 {
    font-weight: 600;
    margin-bottom: 0;
}

.tourContent .fa {
    color: #C49F38;
    text-align: left;
    font-size: 16px;
    padding-right: 10px;
}

.tourContent ul {
    margin-block: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tourContent ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.singleTourBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.singleTourBtn a {
    background-color: green;
    padding: 8px 16px;
    color: white;
    font-size: 16px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.singleTourBtn a i {
    font-size: 14px;
    color: #fff !important;
}

.singleTourBtn a:last-child {
    background-color: transparent;
    border: 2px solid #333;
    color: #333;

}

.singleTourBtn a:last-child i {
    color: #333 !important;
}

.singleTourBtn a:last-child:hover {
    background-color: #5c3410;
    color: #fff !important;
    border-color: transparent;
}

.singleTourBtn a:hover {
    background-color: #5c3410;
    color: #fff;
    border-color: transparent;
}

/********Achivment section********/

.achievements {
    background: linear-gradient(135deg, #e4e3e3, #ffffff);
    padding: 50px 0px;
    position: relative;
    clear: both;

}


.a-box {
    padding: 30px 15px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
}

.a-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #fbc02d;
}

.a-box i {
    font-size: 40px;
    color: #f7931d;
    margin-bottom: 10px;
    transition: 0.3s;
}

.a-box:hover i {
    color: #054882;
}

.a-box p {
    font-size: 18px;
}

.num {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin: 8px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .a-box {
        margin-bottom: 20px;
    }

    .num {
        font-size: 28px;
    }

    .a-box i {
        font-size: 30px;
    }


}




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

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

.gallerysection-1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(80 82 181 / 9%);
}


.gallerysection-1 .heading {
    color: #fff;
}

.gallery-box1 p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    width: 77%;
}




/*mediaGallerySection*/
.mediaGallerySection {
    display: block;
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
    clear: both;
}

.mediaGallerySection .row {
    margin-left: -3px;
    margin-right: -3px;
}

.mediaGallerySection .col-sm-6 {
    padding-left: 3px;
    padding-right: 3px;
}

.mediaGalleryBlock {
    display: block;
    height: 270px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    border: 5px solid #ffff;
}

.mediaGalleryBlock .mediaGalleryImg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: all 500ms;
    top: 0;
    position: relative;
}

.mediaGalleryBlock>div.mediaGalleryBlockInner {
    display: block;
    position: absolute;
    top: -110%;
    right: 0;
    left: 0;
    height: 100%;
    padding: 30px;
    background: #0000009c;
    color: #fff;
    text-align: center;
    z-index: 2;
    transition: all 500ms;
}

.mediaGalleryBlock>div.mediaGalleryBlockInner h3 {
    padding-top: 14px;
    position: relative;
}

.mediaGalleryBlock>div.mediaGalleryBlockInner span {
    display: block;
}

.mediaGalleryBlock:hover>div.mediaGalleryBlockInner {
    top: 0;
}

.mediaGalleryBlock:hover .mediaGalleryImg {
    top: 100%;
}


.gallery-box2 .col-md-4 {
    padding: 6px;
}

.gallery-img {
    height: 100%;
}



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

.destination-head {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}



.destination .col-md-3 {
    padding: 0;
}


.destination-image {
    transition: 0.5s ease-in-out;
    position: relative;

}

.destination-image:hover {
    transform: scale(1.1);
    z-index: 99999;
    position: relative;

}

.destination-image {
    position: relative;
    position: relative;
    width: 100%;
}

.destination-image img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: linear-gradient(4deg, rgba(250, 95, 1, 1) 30%, rgba(255, 152, 90, 1) 64%);

}

.destination-image:hover .overlay {
    opacity: 0.7;

}

.overlay .text {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0px 50px;
}





/* ============ choice-section ============== */
.choice-section {
    position: relative;
    width: 100%;
    clear: both;
    padding: 70px 00px;
}


.choice-head h2 {
    color: #000;
    font-size: 43px;
    font-weight: 300;
    line-height: 1.3em;
}

.choice-head p {
    color: #494848;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em;
}

.choice-icon .choice-block {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ch-content h3 {
    color: #494848;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    padding: 0;

}

.ch-content p {
    color: #494848;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.ch-content p::after {
    content: '';
    background-color: #ddd;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 24px;
    left: 110px;
}


/************testimonial***************/


.testimonial-modern {
    padding: 60px 0;
    background: #f8f9fb;
    position: relative;
}

.testimonial-modern .heading {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

.testimonial-modern .heading small {
    display: block;
    font-size: 16px;
    color: #e27c06;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.client-photo {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 20px 150px auto;
}

.photo-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.photo-bg {
    position: absolute;
    width: 190px;
    height: 190px;
    background: #eafaf4;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.testimonial-content {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.testimonial-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
    line-height: 1.4;
    color: #333;
}

.testimonial-content h2 span {
    color: #014580;
}

.stars i {
    color: #f7c948;
    margin-right: 2px;
}

.tag {
    background: #f68603;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.owl-dots {
    text-align: center;
    margin-top: 25px;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
    .testimonial-content {
        margin-top: 30px;
        text-align: center;
    }

    .testimonial-content h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .client-photo {
        width: 160px;
        height: 160px;
        margin: 0px 90px;
    }

    .photo-bg {
        width: 140px;
        height: 140px;
    }

    .testimonial-content {
        padding: 25px;
    }

    .testimonial-modern .heading {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .testimonial-content {
        padding: 20px;
    }

    .testimonial-content h2 {
        font-size: 18px;
    }

    .testimonial-modern .heading {
        font-size: 30px;
    }
}

/* ============ footer-section ============== */

.footer-section {
    background: url(assets/images/footr.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 60px 0px 20px;
    position: relative;
    width: 100%;
}

.footer-img {
    display: flex;
}

.footer-img img {
    width: 80%;
}

.footer-top {
}

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

.socialLinks ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.socialLinks li {
    display: inline-block;
}

.socialLinks ul li a i {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    width: inherit;
    font-size: inherit;
}

.socialLinks ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 47px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.socialLinks ul li a .fa {
    border-radius: 50%;
    background: #df614c;
}

.socialLinks ul li a .fa:hover {
    border-radius: 50%;
    background: #ffffff;
    color: black;
}

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

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

.footer1 {
    width: 100%;
}



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

.footer1 ul a {
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer1 ul a:hover {
    color: #c49f38;
    font-weight: 600;
}

.footer1 p {
    text-align: justify;
    border-bottom-left-radius: 0px 43px;
    padding: 0px 0px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.footer2 {
    position: relative;
    left: 0px;
    color: #fff;
}

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

.footer2 ul a {
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer2 ul a:hover {
    color: #c49f38;
    font-weight: 600;
}

.footer3 {
    color: #fff;
}

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

.footer3 p {
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    line-height: 1.75;
    font-size: 16px;
    font-weight: 400;
}

.footer3 a {
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
}


/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;

    text-align: center;
    padding: 15px 0;
    color: #fff;
}

.footerStrip strong {
    font-weight: bold;
}

.footerStrip a {
    color: #fff;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #ddd;
}

.footer-social {
    display: inline-block;
    margin-top: 15px;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #e17b06;
    border-color: #f9b700;
    color: #fff;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}


.contact-fixed-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.contact-fixed-container a {
    width: 55px;
    height: 55px;
    background-color: #25D366;
    /* WhatsApp green by default */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.contact-fixed-container a.phone {
    background-color: #f6b824;
    /* Phone icon blue */
}

.contact-fixed-container a:hover {
    opacity: 0.9;
}



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

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



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

    .navbar-brand {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .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;
        color: #333;
    }



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

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

    .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: 30px;
    }

    .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;
        color: rgb(0, 0, 0);
    }


    .container {
        padding: 0 20px;
    }

    .bannerSection {
        height: 280px;
    }

    .bannerSection .bannerSlideBlock {
        top: 35%;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
        position: relative;
        margin-bottom: 0;
        font-size: 22px;
        line-height: 22px !important;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 8px;
        letter-spacing: 2px;
    }

    .aboutimg {
        position: static;
    }

    .aboutsection {
        padding: 50px 0px;
    }

    .nav-tabs>li>a:before {
        width: 0;
    }

    .singleTourBtn a {
        background-color: green;
        padding: 8px 15px;
        color: white;
        font-size: 14px;
    }

    .tourContent .fa {

        padding-left: 5px;
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .navigationBar .logo-dark {
        display: block;
        height: 90px;
    }

    .contact-fixed-container {
        left: 10px;
    }

    .p-img {
        position: relative;
        overflow: hidden;
        width: 100px;
        height: 100px;
        border-radius: 100px;
    }

    .logo-light {
        display: none !important;
    }

    .testimonial-content {
        background: #fff;
        border-radius: 20px;
        /* padding: 35px; */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

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

    .destination {
        position: relative;
        padding: 50px 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-size: 30px;
        font-weight: 700;
        line-height: 1.3em !important;
        padding: 0;
    }

    .photo-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }

    .heading small {
        letter-spacing: 2px;
    }
}


/* ------------tesstimonial------------ */
.tesstimonial {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 50px 0px;
}

.testimonial-head h2 {
    color: #000;
    padding: 0;
    margin: 0;
}

.testimonial-head h3 {
    color: #000;
    font-size: 33px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.test-txt p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 12px;
}

.test-txt h3 {
    color: #fff;
    font-weight: 300;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
}

.test-img {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    border-radius: 50px;
    position: relative;
    top: 0;
    padding: 0px 27px;
}

.test-txt img {
    margin-bottom: 8px;
}

.tesstimonial-box {
    width: 100%;
    padding: 20px;
    position: relative;
    float: left;
    background-color: #2b2923b0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    border-radius: 30px;
}



/* ------------footer-section------------ */
.footer-section {
    background: url(assets/images/footr.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px 20px;
    position: relative;
    width: 100%;
}

.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;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.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-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-size: 15px;
}


/* ================= Blog Section ================= */

.blog-section {
    padding: 60px 0;
    position: relative;
    background: #e0f0f7;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    margin-bottom: 30px;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
}

.blog-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.blog-meta span {
    margin-right: 15px;
}

.blog-meta i {
    color: #f68603;
    margin-right: 5px;
}

.blog-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #014580;
}

.blog-content p {
    font-size: 15px;
    color: #555;
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.blog-footer .author {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.blog-footer .author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
}

.read-more {
    background: #eaf3e6;
    padding: 8px 16px;
    border-radius: 20px;
    color: #014580;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}

.read-more:hover {
    background: #014580;
    color: #fff;
}


.footerStrip {
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

.footerStrip a {
    color: #fff;
    font-weight: 500;
}

.footerStrip a:hover {
    color: #f68603;
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .footer-left,
    .footer-right {
        text-align: center;
        margin-bottom: 8px;
    }
}


/* ================= Certificates Slider (FIXED SPACING) ================= */

.certificates-section {
    padding: 60px 0;
    background: #f9f9f9;
}

/* Owl stage fix */
#certificate-slider .owl-stage {
    display: flex;
}

/* Each item spacing */
#certificate-slider .owl-item {
    padding: 15px;
    box-sizing: border-box;
}

/* Certificate card */
.certificate-box {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover effect */
.certificate-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

/* Image */
.certificate-box img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
}

/* Title */
.certificate-box h4 {
    font-size: 17px;
    font-weight: 600;
    color: #014580;
    margin: 0;
}

/* Owl dots center */
#certificate-slider .owl-dots {
    margin-top: 25px;
    text-align: center;
}

/* Responsive fix */
@media (max-width: 767px) {
    #certificate-slider .owl-item {
        padding: 10px;
    }

    .certificate-box {
        padding: 10px 45px 10px 25px;
    }
}



#sitePopup {
    z-index: 99999;
}

#sitePopup img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ==============================
   POPUP CLOSE BUTTON – FINAL
   ============================== */

#sitePopup .close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 9999;
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 34px;
    font-weight: 700;
    background: #FFD400;
    color: #000;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Desktop hover */
#sitePopup .close:hover {
    background: #ffcc00;
    transform: scale(1.05);
}

/* Mobile responsive */
@media (max-width: 768px) {
    #sitePopup .close {
        width: 48px;
        height: 48px;
        line-height: 46px;
        font-size: 38px;
        top: 8px;
        right: 8px;
    }
	
}












