/*!
Theme Name: sumax
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: sumax
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.

sumax 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;
    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;
    font-weight: 400;

}

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

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

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

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




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

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

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

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

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

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

.heading small a {
    color: inherit;
}

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

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

.heading:after {
    left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white {
    color: white;
}

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

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

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

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


/*navigationBarWrapper*/

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

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: #75b643;
    /* background: linear-gradient(135deg, rgb(56, 113, 184), rgb(117, 182, 67)); */
    /* border-bottom: solid 1px #eee; */
}

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

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

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


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

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

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

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

/*tophead-menu-social*/

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





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


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

.tophead-menu-social ul li a {
    display: inline-block;
    border-radius: 5px !important;
    font-size: 16px;
    color: white;
    transition: 0.3s ease-in-out;
}



.tophead-menu-social ul li a:hover {
    text-decoration: none;
    color: #3871b8;
}

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



/*navigationBar*/

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

/*navigationBarContent*/

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

.navbar {
    min-height: 40px;
}

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

.navbar-brand img {
    /* width: 115px; */
    position: relative;
    /* background: #fff; */
    /* border-radius: 100px; */
    padding: 10px;
    /* box-shadow: 0 0 13px 2px #0000001a; */
    height: 100px;
}

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

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

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

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

/*navbar-collapse*/


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

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 20px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
}
.navbar-collapse > ul > li:last-child {
    margin: 12px 0;
    height: 52px;
    line-height: 54px;
}

.navbar-collapse > ul > li:last-child a {
    background: #3871b8;
    background-size: 200% 200%;
    background-position: left center;
    color: #fff !important;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
    position: relative;
    padding: 0 22px;
    display: inline-block;
}

/* Download Icon */
.navbar-collapse > ul > li:last-child a::after {
    content: "\f019";
    font-family: "FontAwesome";
    margin-left: 10px;
    font-size: 14px;
}

.navbar-default .navbar-nav > li:last-child a:hover,
.navbar-default .navbar-nav > li:last-child a:focus {
    color: #fff !important;
    background: #75b643;
}
.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

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

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

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


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

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



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

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

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

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

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

/*double dropdown*/

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

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

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

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


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

/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
}

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

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

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



/*bannerSection*/

.banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    text-align: center;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    background: #000;
    z-index: 1;
}

.banner-img {
}

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

.banner-txt {
    position: absolute;
    width: 70%;
    top: 40%;
    text-align: left;
    line-height: normal;
    color: white;
    letter-spacing: normal;
    padding: 20px 0px 40px 70px;
    z-index: 1;
}

.banner-txt h1 {
    font-size: 50px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    /* background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

.banner-txt p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 20px;
    color: #ffffff;
}

.banner-txt a {
    background: #3871b8;
    background-size: 200% 200%;
    background-position: left center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 12px 25px;
    border-radius: 100px;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    text-shadow: none;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    border: 2px solid #fff;
}

.banner-txt a:hover {
    background-position: right center;
    background: #75b643;
    color: #fff;
}

.banner-txt a img {
    width: 30px;
}

/* 

/*carouselWithArrows*/



#bannerSlider .owl-controls {
    position: absolute !important;
    bottom: 10px !important;
    /* width: 300px !important; */
    width: auto !important;
    right: 10px;
    margin: 0;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 40px !important;
    height: 7px !important;
    margin: 3px !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.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;
}



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

.product-section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

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

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #3871b8;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

.product-content {
    padding: 20px;
}

.product-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

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


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

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

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

.btn-view {
    display: inline-block;
    padding: 10px 24px;
    background-size: 200% 200%;
    background-position: left center;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    border: none;
    background: #3871b8;
}

.btn-view:hover {
    background-position: right center;
    background: #75b643;
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(56, 113, 184, 0.25);
}

.btn-view i {
    margin-left: 6px;
    transition: 0.4s ease;
}

.btn-view:hover i {
    transform: translateX(4px);
}

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

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

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

    .product-img {
        height: 180px;
    }
}

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

.aboutsection {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 80px 0;
    /* background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%); */
    /* background: linear-gradient(321deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%); */

    background: #f4f8f2;
}



.aboutsection::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(117, 182, 67, .08), rgba(56, 113, 184, .06));
    pointer-events: none;
}

.aboutsection::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -120px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(56, 113, 184, .06), rgba(117, 182, 67, .08));
    pointer-events: none;
}

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



.about-boxx {
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0px 0px 15px -6px #000;
    border-radius: 20px;
    /* height: 470px; */
    display: flex;
    align-items: center;
}

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

.aboutimg img {
    border-radius: 8px;
}

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

    margin-top: 25px;

}


.abouttxt h2 {
    padding: 0 0 8px 0;
    margin: 0;
}


.abouttxt .section-header h2 {

    color: #3871b8;

}

.abouttxt h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.abouttxt h6 {
    color: #494848;
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

.abouttxt p {

    text-align: justify;
    margin-bottom: 18px;
}

.about-btn {
    margin: 18px 0 0 0;
    background: #504864;
}


.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
    margin-bottom: 30px;
}

.about-feature {
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    border: 1px solid #eee;
}

.about-feature i {
    font-size: 20px;
    color: #75b643;
    margin-top: 2px;
    flex-shrink: 0;
}

.about-feature h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}


.about-feature p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* ===== FEATURES ===== */
.features-section {
    padding: 96px 0;
    background: #3871b8;
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    inset: 0;

    background-size: 40px 40px;
}

.features-section .section-tag {
    background: rgba(139, 195, 74, 0.2);
    color: var(--lime);
}

.features-section .section-title {
    color: #fff;
}

.features-section .section-subtitle {
    color: rgb(255 255 255);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.feature-card {
    background: rgb(255 255 255 / 85%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 32px;
    transition: all .3s;
}



.feature-card:hover {

    transform: translateY(-4px);
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: #75b643;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}





.feature-card h3 {
    font-size: 18px;

    margin-bottom: 10px;

    font-weight: 600;
}

.feature-card p {
    font-size: 16px;

    line-height: 1.7;
}

/* WhyusSection */
.WhyusSection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    padding: 50px 0px;
    background: #f4f8f2;

}

.WhyusSection::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(117, 182, 67, .08), rgba(56, 113, 184, .06));
    pointer-events: none;
}

.WhyusSection::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -120px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(56, 113, 184, .06), rgba(117, 182, 67, .08));
    pointer-events: none;
}

.WhyusSection .section-header h2 {
    color: #3871b8;
}


.WhyusSection .section-header p {
    color: #535353;
}

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

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

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

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

}

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

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

.WhyusSection .owl-theme .owl-controls .owl-page span {
    background: #75b643;
}

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

}

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

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

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

}

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

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

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

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

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

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

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

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

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


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

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

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


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

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





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

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


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

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

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

.testimonials .section-header {
    text-align: center;
}

.testimonials .section-header .subtitle {
    max-width: 800px;
}

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

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


.testimonial-card {
    background: #fff;
    border-radius: 20px;
    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: #3871b8;
    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: 0 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;
}







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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


























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

}

.brand-section .section-header {
    margin-bottom: 10px;
    text-align: center;
}


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




/* end brand-section */















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





.footer-section {

    background: #181818;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 80px 0px 20px;
}






.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: 0 0 30px;
    padding-top: 10px;
    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: 0 0 30px;
    padding-top: 10px;
    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: #3871b8;
    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: 0 0 30px;
    padding-top: 10px;
    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: #3871b8;
    font-weight: 600;
}

.footer3 {
    color: #fff;
}

.footer3 h2 {
    margin: 0 0 30px;
    padding-top: 10px;
    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 p a {
    font-weight: 400;
    line-height: 25px;
    font-size: 13px;
    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;
    font-weight: 600;
}

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

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



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

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

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

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

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

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

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

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

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

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

}

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

    }

    .navigationBarWrapper {
        position: relative;
    }

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

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

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

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

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

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

    .navbar-nav {
        margin: 0;
    }

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

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

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

    .container {
        padding: 0 20px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 400px;
    }

}

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

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

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

    .navbar-brand img {
        padding: 5px;
        box-shadow: 0 0 0px 0px #0000001a;
    }

    .navbar-brand {
        top: 4px;
    }

    .svg-wrapper {
        height: 57px;
    }

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

    .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 0 13px;
    }

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


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

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




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

    .about-feature {
        display: grid;
    }


    .features-grid {
        display: block;
    }

    .feature-card {
        margin-top: 20px;
    }


    .features-section .section-title {
        color: #fff;
        padding-top: 0px;
    }

    .features-section {
        padding: 50px 0px;
    }

    .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 {
        margin-top: 70px;
        text-align: left;
        padding: 0px;
    }

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

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


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



    .videosection {
        position: relative;
        /* background-attachment: fixed; */
        background-size: cover;
        padding: 50px 25px;
        position: relative;
        background: url(assets/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;
    }

    .WhyusSection::before {
        display: none;
    }

    .navbar-collapse>ul>li>ul {

        background: #75b643 !important;

    }

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


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

    .gallerysection-1 {
        background: url(assets/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(assets/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;
    }

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






    .abouttxt h2 {
        color: #d9ba80;
        font-size: 32px;
    }


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


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

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


    .svg-wrapper {
        height: 80px;
    }

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

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

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

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

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

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

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

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

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

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

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

    .strip-txt-1 h3 {
        text-align: center;
        color: #ffffff;
        font-family: "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;
    }

}

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

@media (max-width : 768px) {

    .innerBannerSection {

        height: 200px !important;

    }
    .innerBannerSection .head {

        top: 100px !important;
    }

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

    .navbar-collapse>ul>li:last-child a {
        color: #ffffff !important;
        border-radius: 6px;
        padding: 15px 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
    }

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

}


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

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



.document-downloads {
    display: none;
}


/* ============================================================
   KEY INDICATORS SECTION  —  paste into your style.css
   Colors & fonts match your existing theme:
     gradient : linear-gradient(135deg, rgb(56,113,184), rgb(117,182,67))
     font     : Josefin Sans
     green    : #75b643   /   blue : #3871b8
   ============================================================ */


/* ---------- wrapper ---------- */
.key-indicators-section {
    position: relative;
    width: 100%;
    padding: 80px 0 60px;
    overflow: hidden;
    background: #f4f8f2;
    /* very light green-tint, neutral */
}

/* soft diagonal accent behind the section */
.key-indicators-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(117, 182, 67, .08), rgba(56, 113, 184, .06));
    pointer-events: none;
}

.key-indicators-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -120px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(56, 113, 184, .06), rgba(117, 182, 67, .08));
    pointer-events: none;
}


/* ---------- section header ---------- */
.ki-section-header {
    margin-bottom: 48px;
}

.ki-tag {
    display: inline-block;
    background: linear-gradient(135deg, rgb(56, 113, 184), rgb(117, 182, 67));
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 100px;
    margin-bottom: 12px;
}

.ki-title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #3871b8;
    margin: 0 0 12px;
    padding: 0;
    line-height: 1.2 !important;
}

.ki-subtitle {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    color: #555;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}


/* ---------- counter cards row ---------- */
.ki-counters-row {
    margin-bottom: 36px;
}


/* ---------- individual card ---------- */
.ki-card {
    margin-bottom: 24px;
    height: 100%;
}

.ki-card-inner {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px 26px;
    text-align: center;
    box-shadow: 0 4px 22px rgba(56, 113, 184, .08);
    border: 1px solid rgba(117, 182, 67, .15);
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

/* top accent line */
.ki-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #3871b8;
    border-radius: 14px 14px 0 0;
}

.ki-card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(56, 113, 184, .14);
    border-color: rgba(117, 182, 67, .35);
}


/* highlighted card — white text on gradient */
.ki-card--highlight .ki-card-inner {
    background: linear-gradient(135deg, rgb(56, 113, 184), rgb(117, 182, 67));
    border-color: transparent;
}

.ki-card--highlight .ki-card-inner::before {
    background: rgba(255, 255, 255, .3);
}

.ki-card--highlight .ki-icon-wrap {
    background: rgba(255, 255, 255, .2) !important;
    color: #fff !important;
}

.ki-card--highlight .ki-number,
.ki-card--highlight .ki-plus {
    color: #fff !important;
}

.ki-card--highlight .ki-label {
    color: #fff !important;
}

.ki-card--highlight .ki-desc {
    color: rgba(255, 255, 255, .82) !important;
}

.ki-card--highlight .ki-bar {
    background: rgba(255, 255, 255, .2) !important;
}

.ki-card--highlight .ki-bar-fill {
    background: #fff !important;
}


/* ---------- icon ---------- */
.ki-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(117, 182, 67, .15), rgba(56, 113, 184, .1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 24px;
    color: #3871b8;
    transition: background 0.3s ease;
}

.ki-card-inner:hover .ki-icon-wrap {
    background: #75b643;
    color: #fff;
}

.ki-card--highlight .ki-card-inner:hover .ki-icon-wrap {
    background: rgba(255, 255, 255, .3);
    color: #fff;
}


/* ---------- counter number ---------- */
.ki-number-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
    margin-bottom: 10px;
}

.ki-number {
    font-family: "Josefin Sans", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #3871b8;
    line-height: 1 !important;
    letter-spacing: -1px;
}

.ki-plus {
    font-family: "Josefin Sans", sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #75b643;
    margin-top: 6px;
    margin-left: 3px;
    line-height: 1 !important;
}


/* ---------- label & description ---------- */
.ki-label {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    padding: 0;
    line-height: 1.3 !important;
}

.ki-desc {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 1.55;
    margin: 0 0 16px;
    padding: 0;
}


/* ---------- progress bar ---------- */
.ki-bar {
    height: 5px;
    background: rgba(56, 113, 184, .1);
    border-radius: 100px;
    overflow: hidden;
}

.ki-bar-fill {
    height: 100%;
    background: #75b643;
    border-radius: 100px;
    width: 0;
    transition: width 1.6s cubic-bezier(.4, 0, .2, 1);
}


/* ---------- stats strip ---------- */
.ki-stats-strip {
    background: linear-gradient(135deg, rgb(56, 113, 184), rgb(117, 182, 67));
    border-radius: 14px;
    padding: 28px 10px;
    box-shadow: 0 8px 32px rgba(56, 113, 184, .22);
}

.ki-stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 20px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.ki-stat-item--last {
    border-right: none;
}

.ki-stat-icon {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, .18);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
}

.ki-stat-content strong {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2px;
}

.ki-stat-content span {
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.4;
}


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

/* Tablet */
@media (max-width: 991px) {
    .ki-stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 14px 20px;
    }

    .ki-stat-item--last {
        border-bottom: none;
    }

    .ki-stats-strip {
        padding: 10px 10px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .key-indicators-section {
        padding: 50px 0 40px;
        overflow: hidden;
    }

    .ki-title {
        font-size: 28px;
    }

    .ki-subtitle {
        font-size: 15px;
    }

    .ki-number {
        font-size: 40px;
    }

    .ki-card-inner {
        padding: 24px 18px 20px;
    }

    .ki-stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 14px 16px;
    }

    .ki-stat-item--last {
        border-bottom: none;
    }
}


/* ======================================================
   COUNTER ANIMATION  (pure CSS fallback already done
   via data-target; JS below handles counting up)
   ====================================================== */






/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#3871b8;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */



.category-super-max-npk .btn-view{
    display: none !important;
}



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

.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: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 50%;
    font-size: 18px;
    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;
}


.socialLinks .fa-brands {
    /*background: #c3b077;*/
    border-radius: 50px;
    transition: 0.8s;
}
.socialLinks .fa-facebook-f {
    background: #1877F2; /* Facebook Blue */
    color: #fff;
}

.socialLinks .fa-x-twitter {
    background: #000000; /* X (formerly Twitter) Black */
    color: #fff;
}

.socialLinks .fa-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); /* Instagram Gradient */
    color: #fff;
}

.socialLinks .fa-youtube {
    background: #FF0000; /* YouTube Red */
    color: #fff;
}


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

