@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;
    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;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

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

h2 {
    font-size: 32px;
    font-weight: 700;
    padding-top: 37px;
}

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: "Josefin Sans", sans-serif;
    font-size: 16px;
    color: #444444bd;
    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: block;
    position: relative;
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
}

.heading small {
    display: block;
    font-size: 18px;
    color: #f7c933;

    margin-bottom: 12px;

}

.heading small a {
    color: inherit;
}



.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 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: linear-gradient(to right, #518bc0, #57976b) !important;
    color: #fff;
    border: none;
    border-color: transparent;
    transition: 0.3s ease-in-out;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    color: #ffffff;
    background: #242424 !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;
}

/**********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: linear-gradient(135deg, #5089bf, #56966b);
    display: none;
    /* border-bottom: solid 1px #eee; */
}



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

.socialLinks .fa-brands {
    background: linear-gradient(to right, #4e87be, #54946d);
    border-radius: 50px;
    transition: 0.8s;
}

.socialLinks .fa-brands:hover {
    background: #ffffff;
    color: #000000;
}


.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: 12px;
    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 i {
    padding: 0 8px 0 5px;
    color: #fff;
}


.tophead-menu-social ul li {

    margin: 5px 5px;
    border-radius: 100px;
    display: inline-block;
    list-style-type: none;
    padding: 8px 15px;
    float: left;
    color: #fff;
    transition: 0.8s;
}

.tophead-menu-social ul li a {
    display: inline-block;
    border-radius: 5px !important;
    color: #fff;
    transition: ease-in-out 0.5s;
}

.tophead-menu-social ul li a:hover {
    color: #651d83;
}

.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: #004971;
    color: #fff;
    border-color: transparent;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 80px;
    position: fixed;
    padding: 0;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    z-index: 999;
}

/*navigationBarContent*/

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

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    /* margin-top: 17px; */
    height: auto;
    padding: 3px;
    position: absolute;
    top: 0px;
}

.navbar-brand img {
    height: 70px;
    position: relative;
}

.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: #000;
    height: 80px;
    line-height: 80px;
    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: 16px;
    font-family: "Josefin Sans", sans-serif;
}



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

    background: transparent !important;
    color: #4e87be !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: linear-gradient(to right, #54946d, #4f92a8, #4e87be);
    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>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: "Josefin Sans", sans-serif;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    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: #f1eaea;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    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: #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: #ffffff;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

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

.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 SLIDER FULL
   ============================================================ */

.banner-slider-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}

.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider-full .item .replaceImg {
    width: 100%;
    height: 90%;
    background-size: cover !important;
    position: relative;
    top: 0;
}

.banner-slider-full .item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.5;
    z-index: 1;
}

/* ============================================================
                        BANNER TEXT
   ============================================================ */

#banner-slider .banner-info {
    position: absolute;
    bottom: 25%;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px 0;
    z-index: 100;
    color: #fff;
}

#banner-slider .containerWrapper {
    padding: 0 50px;
}

.bannerInfoHeading {
    display: inline-block;
    color: #fff;
    font-size: 40px !important;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
    text-transform: capitalize;
    white-space: normal;
}

/* --------------------------------------------------------------
            TYPEWRITER EFFECT (DESKTOP ONLY)
   -------------------------------------------------------------- */

.typewriter-text {
    display: inline-block;
    overflow: hidden;
    border-right: 3px solid #fff;
    white-space: nowrap;
    width: 0;
    animation: typing 3s steps(40, end) forwards, blink 0.7s infinite;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: #fff;
    }

    100% {
        border-color: transparent;
    }
}

/* --------------------------------------------------------------
                        SUBTEXT & BUTTON
   -------------------------------------------------------------- */

.bannerInfoSubtext {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin-top: 0px;
}

.banner-btn {
    display: inline-block;
    margin-top: 20px;
}

/* ============================================================
                    ARROWS & PAGINATION
   ============================================================ */

.banner-slider-section .owl-theme .owl-pagination {
    position: absolute;
    right: 5%;
    bottom: 35px;
}

.banner-slider-section .owl-theme .owl-buttons>div {
    position: absolute;
    bottom: 45vh;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px !important;
    color: #fff !important;
    background: linear-gradient(to right, #ef8313, #641d87) !important;
    border-radius: 50%;
    text-align: center;
    box-shadow: 4px 2px 5px #0000001a;
}

.banner-slider-section .owl-prev {
    left: 30px;
}

.banner-slider-section .owl-next {
    right: 30px;
}

/* ============================================================
                        RESPONSIVE CSS
   ============================================================ */

/* -------- TABLET -------- */
@media (max-width: 991px) {
    #banner-slider .banner-info {
        bottom: 30%;
    }

    .bannerInfoHeading {
        font-size: 32px !important;
    }

    .bannerInfoSubtext {
        font-size: 16px;
    }
}


#banner-slider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 3px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}



/* -------- MOBILE -------- */
@media (max-width: 768px) {

    #banner-slider .banner-info {
        bottom: 24%;
        padding: 0 15px;
    }

    .bannerInfoHeading {
        font-size: 26px !important;
        line-height: 1.4;
        white-space: normal !important;
    }

    /* Disable typewriter on mobile */
    .typewriter-text {
        white-space: normal !important;
        border-right: none !important;
        animation: none !important;
        width: auto !important;
    }

    .bannerInfoSubtext {
        font-size: 14px;
    }

    .banner-btn {
        padding: 10px 22px;
        font-size: 14px;
        margin-top: 0px;
    }

    .banner-slider-section .owl-buttons>div {
        bottom: 38%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px !important;
    }
}

/* -------- SMALL MOBILE -------- */
@media (max-width: 480px) {

    #banner-slider .banner-info {
        bottom: 20%;
    }

    .bannerInfoHeading {
        font-size: 22px !important;
    }

    .bannerInfoSubtext {
        font-size: 13px;
        display: none;
    }

    .banner-slider-section .owl-buttons>div {
        bottom: 32%;
        width: 35px;
        height: 35px;
        font-size: 18px !important;
        line-height: 35px;
    }
}

/* ============================================================
                        DOWN ARROW
   ============================================================ */

.down-arrow-box {
    position: absolute;
    bottom: 3%;
    width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 5;
}

.down-arrow-box strong {
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.down-arrow-box a {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #52916e !important;
    line-height: 58px;
    border-radius: 50%;
    margin: 10px auto 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    font-size: 22px;
}

/* 

/*carouselWithArrows*/



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


/* ----------------------featuresection-------------------------------- */

.featuresection {
    width: 100%;
    background: url(../images/tour-background.jpg);
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px 100px;
    overflow: hidden;
    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%);
}

.feature {
    text-align: center;
    background-color: #fff;
    padding: 36px 0px;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.feature:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}


.feature img {
    width: 80px;
    position: relative;
}

.feature-head h2 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 0;
}

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

.feature h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-top: 28px;
}

.feature p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}

.feature-head {
    text-align: center;
}


/* ---------------about-section------------ */
.aboutsection {
    padding: 50px 0px;
    position: relative;
    clear: both;
    width: 100%;
}


.aboutafter {
    width: 400px;
    height: 400px;
    background-color: #f7c933;
    position: absolute;
    left: 30px;
    top: 0px;
    z-index: -1;
    border-radius: 10px;
}

.aboutbefore {
    width: 400px;
    height: 400px;
    background-color: #133152db;
    position: absolute;
    right: 30px;
    bottom: 0px;
    z-index: -1;
    border-radius: 10px;
}

.aboutimg {
    perspective: 1000px;

    /* Set your size */


}

.aboutsection .row {
    display: flex;
    justify-content: center;
    align-items: center;
}


.aboutimg img {
    width: 100%;
    height: 100%;
    transition: transform 0.1s linear;
    transform-style: preserve-3d;
    will-change: transform;
    box-shadow: 0 8px 14px 5px rgba(0, 0, 0, 0.05);
}

/* Feature List Under About Us Section */
.about-features {
    margin-top: 25px;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 25px;
}

.feature-icon i {
    font-size: 30px;
    background: linear-gradient(to right, #54946d, #4e87be);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


.feature-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #1a1a1a;
}

.feature-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .feature-box {
        gap: 14px;
    }

    .feature-icon i {
        font-size: 34px;
    }

    .feature-text h4 {
        font-size: 18px;
    }

    .feature-text p {
        font-size: 14px;
    }
}





/* step-section */
.step-section {
    position: relative;
    width: 100%;
    padding: 40px 00px 70px;
    text-align: center;
    overflow: hidden !important;
    clear: both;
}

.step-section-head h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}


.step-section-head h4 {
    color: #808080;
    font-family: "Josefin Sans", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3em;
}

.step-img {
    text-align: center;
    margin: 0px 26px;
    border: 1px solid #c6c6c6;
    border-radius: 100px;
    padding: 10px;
    box-shadow: 16px -16px 2px -5px #d1e8dc;
}

.step-img img {
    padding: 10px;
}

.step-box {
    text-align: center;
    /* border: 1px solid; */
    padding: 10px;

}

.step-box:after {
    font-family: "FontAwesome";
    content: "\f101";
    display: block;
    /* width: 57px; */
    font-size: 45px;
    /* height: 30px; */
    color: #0d9096;
    position: absolute;
    bottom: 111px;
    right: -25px;
}

.step-box-last {
    text-align: center;
    /* border: 1px solid; */
    padding: 10px;
}

.step-txt {
    padding: 20px 0 20px;
}

.step-txt h3 {
    font-size: 16px;
    margin: 0;
    letter-spacing: 0px;
}






















/* ourAttractions-container section */
.ourAttractions-container {
    position: relative;
    width: 100%;
    clear: both;
}

.service-head {
    text-align: center;
    line-height: 1.9;
}

.service-head h2 {
    color: #fff;
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 42px;
}


.service-head h2::after {
    top: -15px;
}

.ourAttractions-container {
    background: url(../images/attractionsection-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px 70px;
    position: relative;
    overflow: hidden;

}

.ourAttractions-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: #000000de;
}

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

.ourAttractions-container .row {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 0px 23px 3px #364753;
}

.ourAttractions-container .row .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.serv-block,
.serv-block-side {
    display: block;
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.serv-block img {
    width: 100%;
}

/*serv-block-side*/
.serv-block-side {

    background: #fff;
    color: #000;
    background-size: cover;
    text-align: center;
    transition: all 300ms ease-in-out;
}

/* .serv-block-side:hover {
    background: linear-gradient(81deg, rgba(75, 165, 90, 0.651) 12%, rgba(2, 139, 160, 0.63) 100%);
    color: #fff;
} */

.serv-block-side img {
    display: block;
    width: 90px;
    margin: 10px auto;
}

.serv-block-desc {
    display: block;
    width: 100%;
    height: 100%;
    padding: 90px 20px;
}

.serv-block-desc h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.serv-block-desc p {
    font-size: 12px;
    margin-bottom: 5px;
}

.serv-block-desc h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0%;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background: #d5b272;
}

.serv-block-desc a {
    font-weight: bold;
}


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


.ourAttractions-container .serviecBlockArrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 44%;
    background: #fff;
    transform: rotate(45deg);
    right: -15px;
}

/* .ourAttractions-container .serv-block:nth-of-type(1) .serviecBlockArrow {
    right: -15px;
} */

.ourAttractions-container .serviecBlockArrow-2 {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 44%;
    /* left: -15px; */
    background: #fff;
    transform: rotate(45deg);
    left: -15px;
}

/* .ourAttractions-container .serv-block:nth-of-type(1) .serviecBlockArrow-2 {
    left: -15px;
} */


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






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

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

.blog-txt h2 {
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.blog-txt h3 {
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.5em !important;
}

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

.blog-txt a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 21px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    background-color: #d5b272;
    border-radius: 100px !important;
    position: relative;
    top: 25px;
}

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

.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: #1b9588;
    padding: 0 10px 0 0;
    font-size: 20px;
}





















/* ============ tesstimonial ============== */


.tesstimonial {
    background: url(../images/test-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;

    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 40px 00px 150px;

}

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





.testimonial-head {
    text-align: center;
    line-height: 1 !important;
}

.testimonial-head h2 {
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.testimonial-head h3 {
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 38px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.test-img {
    text-align: center;
    border-radius: 50px;
    position: relative;
    top: 46px;
}

.test-img img {
    border-radius: 100px;
}

.tesstimonial-box {
    width: 100%;
    padding: 40px 30px;
    position: relative;
    float: left;
    /* background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%); */
    background: linear-gradient(81deg, rgb(114 181 125) 12%, rgb(64 180 197) 100%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    border-radius: 30px;

}

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

.advisor-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.test-txt p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

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

.tesstimonial-box .owl-pagination {
    margin-top: 0;
    text-align: right;
    position: relative;
    left: 0;
    bottom: 0;
}


.rating {
    display: inline-block;
}

.rating li {
    display: inline-block;
}

.rating li i {
    color: #fff;
}

.tesstimonial .owl-theme .owl-controls .owl-page span {
    background: #fff;
}




.svg-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 130px;
    /* background: rgba(0, 0, 0, 0.1); */
    bottom: 0;
}

.svg-wrapper svg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999 !important;
}


.tesstimonial .svg-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    /* background: rgba(0, 0, 0, 0.1); */
    bottom: 0;
}

.tesstimonial .svg-wrapper svg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999 !important;
}










/* brand-section */
.brand-section {
    position: relative;
    width: 100%;
    padding: 10px 0 50px;
    overflow: hidden;
    background: #fff;

}

.brand-head {
    color: #000;
}

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

.brand-box {
    margin: 20px;
    border: 1px solid #cfd0d6;
    box-shadow: 0px 0px 24px -17px #9e9e9e;
    border-radius: 10px;
}

.brand-box img {
    filter: grayscale(0);
    aspect-ratio: 4 / 2;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.brand-box img:hover {
    filter: grayscale(1);
}


.brand-section .owl-buttons {
    margin: -48px 0 0 0;
}

.brand-section .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #000000;
    filter: Alpha(Opacity=50);
    opacity: 1;
    position: relative;
    z-index: 999;
}

.brand-section .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 7vh;
    z-index: 2;
    border-radius: 50px;
    border: 1px solid rgb(0, 0, 0);
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: none !important;
    font-weight: 100;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    opacity: 0.9 !important;
    border-radius: 20px !important;
    text-align: center;
}

.brand-section .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

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




/* end brand-section */















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





.footer-section {
    /* background: url(../images/footer-background.jpg); */
    background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 50%, #0f1933 100%);
    /* background-attachment: fixed; */
    background-size: cover;
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 80px 0px 20px;
}

.footer-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
}





.footer-img {
    display: flex;
}

.footer-top {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

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

.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: #d5b272;
    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: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer2 ul a:hover {
    color: #518ac0;
    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: 2;
    font-size: 16px;
    font-weight: 400;
}

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


.footerstrip {
    position: relative;
}

.strip-txt-1 h3 {
    float: left;
    text-align: left;
    color: #ffffff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
}

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

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

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

.strip-txt-2 h4 a {
    color: white;
}


/**********scrollUp**********/
.scrollToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #0d6efd;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    line-height: 2.5;
    text-indent: 7px;
}

.scrollToTop:hover {
    background: #0a58ca;
}

.scrollToTop.show {
    opacity: 1;
    visibility: visible;
}



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

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

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

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

    .container {
        padding: 0 20px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 400px;
    }

}

@media (max-width: 768px) {

    .aboutsection .row {
        display: grid;

    }

    .about-features {
        display: none;
    }

    .step-box:after {
        bottom: -20px;
        transform: rotate(90deg);
        right: 0;
        left: 0;
    }

    .ourAttractions-container .serviecBlockArrow {
        right: 153px;
        bottom: -16px;
    }

    .ourAttractions-container .serviecBlockArrow-2 {
        left: 153px;
        top: -16px;
    }

    .step-box {
        margin: 0 0 50px;
    }

    .navbar-brand img {
        height: 65px;
        position: relative;
    }

    .navbar-brand {
        top: 0px;
    }

    .svg-wrapper {
        height: 57px;
    }

    .banner-txt {
        top: 15%;
        padding: 13px 0;
    }

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

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

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


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

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



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

    .feature-head h2 {
        color: #000;
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 0;
        padding: 0;
    }

    .feature-head span {
        color: #000;
        font-size: 28px;
        font-weight: 300;
    }

    .feature {
        text-align: center;
        background-color: #fff;
        padding: 36px 0px;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        margin-bottom: 40px;
    }


    /* ------------about------------ */
    .aboutsection {
        position: relative;
        width: 100%;
        clear: both;
        background-color: #ffffff;
        padding: 40px 0px 80px;

        overflow: hidden !important;
    }

    .feature-card {
        height: 300px !important;
    }

    .aboutafter {
        width: 250px;
        height: 250px;
        background-color: #f7b10a;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
        border-radius: 10px;
    }

    .aboutbefore {
        width: 250px;
        height: 250px;
        background-color: #133152db;
        position: absolute;
        right: 5px;
        bottom: 4px;
        z-index: -1;
        border-radius: 10px;
    }

    .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: "Josefin Sans", sans-serif;
        font-size: 43px;
        font-weight: 300;
        line-height: 1.2em !important;
    }

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

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

    /* ------------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: "Josefin 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: "Josefin 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: "Josefin 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: "Josefin 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: "Josefin 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: "Josefin 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: "Josefin 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: "Josefin 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: "Josefin Sans", sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.6em;
        padding-top: 10px;
    }

    .explore-txt a {
        font-family: "Josefin 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: "Josefin 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;
    }





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


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

    .testimonial-head h2 {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 32px;
        font-weight: 700;
        padding: 0;
        margin: 0;
    }

    .testimonial-head h3 {
        font-size: 28px;
        font-weight: 300;
        padding: 0;
        margin: 0;
    }

    .test-txt p {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 12px;
    }

    .test-txt h3 {
        font-weight: 300;
        margin: 0;
        font-size: 18px;
    }

    .test-img {
        border-radius: 50px;
        top: 0;
        padding: 0px 27px;
    }

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

    .tesstimonial-box {
        padding: 20px 30px 40px;
        display: flex;
    }


    #banner-slider .owl-controls .owl-page span {
        width: 15px !important;
        height: 15px !important;

    }

    .banner-slider-section .owl-theme .owl-pagination {
        bottom: 5% !important;
        right: 10% !important;
    }

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


    #banner-slider .banner-info .containerWrapper {
        padding: 0 25px !important;
    }

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

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

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

    .step-img {
        margin: 0px 90px;
    }

    .tesstimonial .svg-wrapper {
        height: 80px;
    }

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

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

    .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;
        margin-top: 18px;
    }

    .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;
        margin-bottom: 10px;
    }

    .footer-top {
        display: inline-block;
        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: "Josefin 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: "Josefin Sans", sans-serif;
        font-size: 15px;
    }


    .core-values .service-card {
        margin-top: 20px;
    }

    .down-arrow-box a {
        top: 40px !important;
        display: none;
    }

    .banner-slider-section {
        height: auto !important;
    }

    #banner-slider .banner-info {
        bottom: 10% !important;
        text-align: left;
    }

    #banner-slider .banner-info .bannerInfoHeading {
        font-size: 25px !important;
        padding: 0px 5px !important;
    }

    .navbar-collapse>ul>li>ul {
        background: none ! important;
    }

    .offering-section .offering-box::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 0;
        left: 15px;
        background: rgba(0, 0, 0, 0.87);
        opacity: 0.4;
        height: 211px ! important;
        width: 316px ! important;
    }

    .offering-section .owl-theme .owl-controls .owl-page span {
        display: none !important;
    }

    .offering-section .offering-title {
        font-size: 18px !important;
        padding: 10px !important;
    }

    .product-slider-section .offering-title {
        font-size: 18px !important;
        padding: 10px !important;
    }

    .futuristic-research-section .section-header h2::before {
        left: 16% !important;
    }

    .futuristic-core-values .section-title h2::before {
        left: 23% !important;
    }

}

/* -----------------------product-slider-section----------------------- */

.product-slider-section {
    position: relative;
    clear: both;
    width: 100%;
    padding: 50px 0px;
    background: url(../images/tour-background.jpg) fixed center center;
    overflow: hidden;
}

.product-slider-section .title {
    padding-top: 0px;
}

.product-slider-section .title-area {
    padding: 10px;

    position: relative;
}

.product-slider-section .btn-rounded {
    border-radius: 50px !important;
    max-width: 130px;
    padding: 8px 10px;
    margin-top: 10px;
    font-size: 16px;
}


.product-slider-section .offering-box {
    background-color: #fff;
    border-radius: 0px;
    text-align: left;
    transition: transform 0.3s ease !important;
    display: flex;
    flex-direction: column;
    margin: 10px 15px 30px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}



.product-slider-section .offering-title a {
    color: white;
}



.product-slider-section .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 35px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #f18c13;
}

.product-slider-section .offering-title {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    padding: 22px 0px;
    margin-bottom: 0px;
}

/* Product Slider */
.offering-box {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all .3s;
}

.offering-box:hover {
    transform: translateY(-7px);
}

.category-badge {
    background: #54946d;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    margin-top: 5px;
}

/* Core Values Section */
.core-values .service-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);

    transition: .3s;
}

.core-values .service-card:hover {
    transform: translateY(-8px);
}

/* Gradient Icons */
.core-values .icon-wrap i {
    font-size: 32px;
    background: linear-gradient(to right, #54946d, #4e87be);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}

.offering-box {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.offering-list {
    margin-top: 0px;
    list-style: none;
    padding: 0;
}

.offering-list li {
    margin-bottom: 8px;
    font-size: 16px;
}

.offering-list i {
    color: #4f87be;
    margin-right: 5px;
    font-size: 19px;
}




.product-slider-section .section-title {
    color: white;
}

.product-slider-section .section-subtext {
    color: white;
}

.Product-card {
    transition: all 0.3s ease;
    padding: 0px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    height: 480px;
    background: white;
    border-radius: 10px;
}

.Product-card img {
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

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

.Product-txt {
    padding: 15px;
}

.Product-txt h4 {
    font-size: 22px;
    font-weight: 600 !important;
}

.Product-txt p {
    margin-bottom: 10px;
}

.Product-txt a:hover {
    color: #004971;
    text-decoration: underline;
}

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

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

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




/*mediaGallery*/
.mediaGallery {
    background: url(../images/galllery_back.jpg) fixed center center;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;
    position: relative;

}

.mediaGallery::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
    opacity: 0.8;
}

.mediaheading {
    color: #ffffff;
    text-align: center;
    position: relative;
}

.mediaGallery .heading {
    color: #0276fa;
}

.mediaGallery .btn-rounded {
    position: relative;
    background: #f7c933 !important
}

w .mediaGallery::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
}

.mediaGallery .col-sm-4 {
    padding: 0;
}

.media-head {
    text-align: center;
    line-height: 5.9;
    position: relative;
}

.media-head h2 {
    color: #ffffff !important;
    line-height: 1.9 !important;
}

.media-head h2 span {
    color: #ffffff !important;

}

.media-head h2::after {
    top: -15px;
}

.media-head h2::after {
    display: block;
    content: url(../images/serperator.png);
    position: relative;
    top: -45px;
    width: 49px;
    height: 12px;
    margin: 0 auto 45px;
}

.mediaImgLink {
    display: block;
    width: 95%;
    float: left;
    background: #505050;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border: none;
    /* removed border */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 33%);
    /* white box shadow */
}


.mediaImgLink img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover img {
    opacity: 0.3;
}

.mediaImgLink h3 {
    display: block;
    position: absolute;
    transition: all 300ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    color: #fff;
    visibility: hidden;
    z-index: 1;
}

.mediaImgLink:hover h3 {
    top: 100px;
    visibility: visible;
    opacity: 1;
}

.mediaImgLink i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f7b10a;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 26px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover i {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
}

.spmsection {

    position: relative;
    width: 100%;
    clear: both;
    padding: 50px 0px;
    background: #ebebeb;

}

.rts-section-gap {
    padding: 50px 25px;
}

.title-area span {
    font-size: 18px;
    color: #5D666F !important;
    font-weight: 500 !important;
}




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

.testimonial-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.quote-icon {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #54946d, #4e87be);
    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;
    font-style: italic;
}

.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: #000;
    margin: 6px 0 5px;
    font-weight: 600;
}

.author-info span {
    font-size: 14px;
    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;
}

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

.section-header h2 {
    font-size: 40px;
}

.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 50px;
    background: url(../images/tour-background.jpg) no-repeat center center fixed;
}



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

#BrandSlider .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: linear-gradient(to right, #54946d, #4e87be);
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

#BrandSlider .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: linear-gradient(to right, #54946d, #4e87be);
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

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

/* Initial state (hidden) */
.navbar-nav>li .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Open state (visible) */
.navbar-nav>li.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



.product-slider-section .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 60%;
}

.product-slider-section .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: linear-gradient(to right, #54946d, #4e87be);
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

.product-slider-section .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: linear-gradient(to right, #54946d, #4e87be);
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

.category-badge {
    position: absolute;
    top: 25px;
    right: 30px;
    background: linear-gradient(to right, #54946d, #4e87be);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    transition: all 300ms ease-in-out;

}

.category-badge:hover {
    background: #1c1c1c;
    color: #fff;
}

.futuristic-core-values {
    position: relative;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 50%, #0f1933 100%);
    padding: 80px 0;
    overflow: hidden;
}

/* Animated Background Particles */
.particle-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    background: rgba(0, 194, 255, 0.5);
    border-radius: 50%;
    animation: float 20s infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-1000px) translateX(100px);
        opacity: 0;
    }
}

/* Grid Lines Effect */
.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(0, 194, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 194, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
    opacity: 0.3;
}

@keyframes gridMove {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(50px);
    }
}

.futuristic-core-values .containerWrapper {
    position: relative;
    z-index: 2;
}

.futuristic-core-values .section-title {
    text-align: left;
    margin-bottom: 60px;
}

.futuristic-core-values .section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    padding-top: 0PX;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
}

.futuristic-core-values .section-title h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 15%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #00c2ff, transparent);
    animation: glow 2s ease-in-out infinite;
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 5px #00c2ff, 0 0 10px #00c2ff;
    }

    50% {
        box-shadow: 0 0 10px #00c2ff, 0 0 20px #00c2ff, 0 0 30px #00c2ff;
    }
}

.futuristic-core-values .section-title p {
    font-size: 18px;
    color: #a8b3cf;
    /* max-width: 700px; */
    margin: 0 auto;
    line-height: 1.8;
}

.futuristic-core-values .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 60%;
}

.futuristic-core-values .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: linear-gradient(to right, #54946d, #4e87be);
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

.futuristic-core-values .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: linear-gradient(to right, #54946d, #4e87be);
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}



/* Value Cards */
.value-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 194, 255, 0.2);
    border-radius: 0px;
    padding: 40px 30px;
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    min-height: 320px;
    text-align: center;
    margin: 20px;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.1), transparent);
    transition: left 0.7s;
}

.value-card:hover::before {
    left: 100%;
}

.value-card:hover {
    transform: translateY(-10px);
    border-color: #00c2ff;
    box-shadow:
        0 20px 40px rgba(0, 194, 255, 0.2),
        0 0 30px rgba(0, 194, 255, 0.1),
        inset 0 0 20px rgba(0, 194, 255, 0.05);
}

/* Icon Styling */
.value-icon-wrap {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #5089bf, #56966b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s;
}

.value-icon-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    filter: blur(15px);
    opacity: 0;
    transition: opacity 0.5s;
}

.value-card:hover .value-icon-wrap::before {
    opacity: 0.7;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

.value-card:hover .value-icon-wrap {
    transform: rotateY(360deg) scale(1.1);
}

.value-icon-wrap i {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

/* Card Content */
.value-card h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    transition: color 0.3s;
}

.value-card:hover h4 {
    color: #00c2ff;
}

.value-card p {
    font-size: 15px;
    color: #a8b3cf;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Decorative Elements */
.value-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #00c2ff, #0080ff);
    transition: width 0.5s;
}

.value-card:hover::after {
    width: 100%;
}

/* Number Badge */
.value-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 194, 255, 0.2);
    border: 2px solid rgba(0, 194, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #00c2ff;
    transition: all 0.3s;
}

.value-card:hover .value-number {
    background: rgba(0, 194, 255, 0.3);
    border-color: #00c2ff;
    transform: rotate(360deg);
}

/* Responsive */
@media (max-width: 768px) {
    .futuristic-core-values .section-title h2 {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .value-card {
        margin-bottom: 20px;
        min-height: auto;
    }

    .value-icon-wrap {
        width: 70px;
        height: 70px;
    }

    .value-icon-wrap i {
        font-size: 32px;
    }

    .value-card h4 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .futuristic-core-values .section-title h2 {
        font-size: 28px;
    }

    .value-card {
        padding: 30px 20px;
    }
}


.futuristic-research-section {
    position: relative;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 50%, #0f1933 100%);
    padding: 80px 0;
    overflow: hidden;
}

/* Animated Background Particles */
.particle-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    background: rgba(0, 194, 255, 0.5);
    border-radius: 50%;
    animation: float 20s infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-1000px) translateX(100px);
        opacity: 0;
    }
}

/* Grid Lines Effect */
.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(0, 194, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 194, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
    opacity: 0.3;
}

@keyframes gridMove {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(50px);
    }
}

.futuristic-research-section .section-header {
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.futuristic-research-section .section-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    padding-top: 0PX;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
}

.futuristic-research-section .section-header h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 8%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #00c2ff, transparent);
    animation: glow 2s ease-in-out infinite;
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 5px #00c2ff, 0 0 10px #00c2ff;
    }

    50% {
        box-shadow: 0 0 10px #00c2ff, 0 0 20px #00c2ff, 0 0 30px #00c2ff;
    }
}

.futuristic-research-section .section-header p {
    font-size: 18px;
    color: #a8b3cf;

    margin: 0 auto;
    line-height: 1.8;
}

/* Innovation Cards */
.innovation-grid {
    position: relative;
    z-index: 2;
}

.innovation-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 194, 255, 0.2);
    border-radius: 0px;
    padding: 40px 30px;
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.innovation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.1), transparent);
    transition: left 0.7s;
}

.innovation-card:hover::before {
    left: 100%;
}

.innovation-card:hover {
    transform: translateY(-10px);
    border-color: #00c2ff;
    box-shadow:
        0 20px 40px rgba(0, 194, 255, 0.2),
        0 0 30px rgba(0, 194, 255, 0.1),
        inset 0 0 20px rgba(0, 194, 255, 0.05);
}

.innovation-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #5089bf, #56966b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s;
}

.innovation-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.5s;
}

.innovation-card:hover .innovation-icon::before {
    opacity: 0.7;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

.innovation-card:hover .innovation-icon {
    transform: rotateY(360deg) scale(1.1);
}

.innovation-icon i {
    font-size: 36px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.innovation-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    transition: color 0.3s;
}

.innovation-card:hover h4 {
    color: #00c2ff;
}

.innovation-card p {
    font-size: 15px;
    color: #a8b3cf;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0;
}

/* Stats Counter Section */
.stats-row {
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.stat-box {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.stat-box::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: linear-gradient(to bottom, transparent, rgba(0, 194, 255, 0.5), transparent);
}

.stat-box:last-child::before {
    display: none;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #00c2ff;
    margin-bottom: 10px;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 20px rgba(0, 194, 255, 0.5);
}

.stat-label {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* CTA Button */
.futuristic-cta {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.btn-futuristic {
    display: inline-block;
    padding: 18px 45px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background: linear-gradient(135deg, #00c2ff, #0080ff);
    border: none;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    box-shadow: 0 10px 30px rgba(0, 194, 255, 0.3);
}

.btn-futuristic::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-futuristic:hover::before {
    width: 300px;
    height: 300px;
}

.btn-futuristic:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 194, 255, 0.5);
    color: #ffffff;
    text-decoration: none;
}

.btn-futuristic i {
    margin-left: 10px;
    transition: transform 0.3s;
}

.btn-futuristic:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .futuristic-research-section .section-header h2 {
        font-size: 32px;
    }

    .innovation-card {
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 36px;
    }

    .stat-box::before {
        display: none;
    }
}

/* -----------Why Choose Us--------- */
/* Split Layout Section */
.why-choose-split-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.why-choose-container {
    display: flex;
    min-height: 700px;
    align-items: stretch;
}

/* Left Side - Image with Overlay */
.why-choose-left {
    flex: 1;
    position: relative;
    background: url('https://images.unsplash.com/photo-1582719471137-c3967ffb1c42?w=1200&q=80') center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.why-choose-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(78, 135, 190, 0.92), rgba(84, 148, 109, 0.88));
    z-index: 1;
}

.left-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.left-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.left-content .subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.95;
    line-height: 1.6;
    color: white;
}

.stats-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
}

.stat-number {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.stat-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    opacity: 0.9;
}

/* Right Side - Features List */
.why-choose-right {
    flex: 1;
    background: #f8f9fa;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-label {
    font-size: 14px;
    color: #4e87be;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 40px;
    line-height: 1.3;
}

/* Timeline Style Features */
.features-timeline {
    position: relative;
    padding-left: 40px;
}

.features-timeline::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(to bottom, #4e87be, #54946d);
}

.timeline-item {
    position: relative;
    margin-bottom: 35px;
    padding-left: 30px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -43px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #4e87be;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #f8f9fa;
    transition: all 0.3s;
}

.timeline-item:hover::before {
    background: #4e87be;
    transform: scale(1.3);
    box-shadow: 0 0 0 6px rgba(78, 135, 190, 0.1);
}

.timeline-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.timeline-item:hover h4 {
    color: #4e87be;
}

.timeline-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* CTA Button */
.cta-button {
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
    padding: 15px 35px;
    background: linear-gradient(to right, #4e87be, #54946d);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(78, 135, 190, 0.3);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(78, 135, 190, 0.5);
    color: #fff;
    text-decoration: none;
}

.cta-button i {
    margin-left: 10px;
    transition: transform 0.3s;
}

.cta-button:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .why-choose-container {
        flex-direction: column;
    }

    .why-choose-left,
    .why-choose-right {
        min-height: 500px;
    }

    .left-content h2 {
        font-size: 38px;
    }

    .section-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .why-choose-left {
        padding: 50px 30px;
        min-height: 400px;
    }

    .why-choose-right {
        padding: 50px 30px;
    }

    .left-content h2 {
        font-size: 32px;
    }

    .left-content .subtitle {
        font-size: 16px;
    }

    .stat-number {
        font-size: 42px;
    }

    .stats-grid {
        gap: 30px;
    }

    .section-title {
        font-size: 26px;
    }

    .features-timeline {
        padding-left: 30px;
    }

    .timeline-item {
        padding-left: 25px;
    }

    .timeline-item::before {
        left: -36px;
    }
}

@media (max-width: 480px) {

    .why-choose-left,
    .why-choose-right {
        padding: 40px 20px;
    }

    .left-content h2 {
        font-size: 28px;
    }

    .stats-grid {
        flex-direction: column;
        gap: 25px;
    }
}


/* Diagonal Split Section */
.strengths-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
    padding: 0;
}

.strengths-container {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
}

/* Diagonal Background Shape */
.diagonal-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(135deg, #4e87be 0%, #54946d 100%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}

/* Decorative Pattern Overlay */
.diagonal-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, .03) 35px, rgba(255, 255, 255, .03) 70px);
    opacity: 0.5;
}

/* Floating Geometric Shapes */
.geometric-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 20s infinite ease-in-out;
}

.shape-1 {
    width: 150px;
    height: 150px;
    top: 10%;
    right: 15%;
    animation-delay: 0s;
}

.shape-2 {
    width: 100px;
    height: 100px;
    bottom: 15%;
    right: 25%;
    animation-delay: 2s;
}

.shape-3 {
    width: 80px;
    height: 80px;
    top: 50%;
    right: 40%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

/* Content Container */
.strengths-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 80px 0;
}

/* Left Side - Header */
.strengths-left {
    flex: 0 0 40%;
    padding-right: 50px;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(78, 135, 190, 0.1);
    color: #4e87be;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.strengths-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.strengths-subtitle {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

.credentials-box {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.credential-badge {
    padding: 12px 20px;
    background: linear-gradient(135deg, #4e87be, #54946d);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(78, 135, 190, 0.2);
}

/* Right Side - Strengths Grid */
.strengths-right {
    flex: 0 0 60%;
    padding-left: 80px;
}

.strengths-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.strength-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border-left: 3px solid transparent;
    justify-content: center;
}



.strength-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(78, 135, 190, 0.15);
    border-left-color: #4e87be;
}

.strength-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4e87be, #54946d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 3px 10px rgba(78, 135, 190, 0.3);
}

.strength-text {
    flex: 1;
}

.strength-text h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 5px 0;
    line-height: 1.4;
}

.strength-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
    display: none;
}

/* Responsive */
@media (max-width: 991px) {
    .diagonal-bg {
        width: 100%;
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    }

    .strengths-content {
        flex-direction: column;
        padding: 60px 30px;
    }

    .strengths-left,
    .strengths-right {
        flex: 1;
        width: 100%;
        padding: 0;
    }

    .strengths-left {
        margin-bottom: 50px;
        text-align: center;
    }

    .strengths-title {
        font-size: 38px;
    }

    .credentials-box {
        justify-content: center;
    }

    .strengths-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .strengths-container {
        min-height: auto;
    }

    .strengths-content {
        padding: 50px 20px;
    }

    .strengths-title {
        font-size: 32px;
    }

    .strengths-subtitle {
        font-size: 16px;
        color: white;
    }

    .credentials-box {
        flex-direction: column;
        align-items: center;
    }

    .credential-badge {
        text-align: center;
    }

    .strength-item {
        padding: 20px;
    }

    .strength-item:hover {
        transform: translateX(5px);
    }
}

@media (max-width: 480px) {
    .strengths-title {
        font-size: 28px;
        color: white;
    }

    .section-badge {
        font-size: 11px;
        padding: 6px 15px;
    }

    .strength-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .strength-text h5 {
        font-size: 15px;
    }

    .strength-text p {
        font-size: 12px;
    }
}