@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Gilda+Display&amp;display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
    --theme-color1-rgb: 170, 132, 83;
    --theme-color2-rgb: 253, 236, 227;
    --theme-color3-rgb: 250, 247, 242;
    --theme-color4-rgb: 202, 178, 147;
    --theme-color-light-rgb: 255, 255, 255;
    --theme-color-dark-rgb: 0, 0, 0;
    --theme-color1: #10384f;
    /* #D88815 */
    --theme-color2: #fdece3;
    --theme-color3: #faf7f2;
    --theme-color4: #cab293;
    --review-color: #fdc009;
    --theme-color-light: #ffffff;
    --theme-color-white: #ffffff;
    --theme-color-dark: #000000;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --theme-color-light: #ffffff;
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-dark: #222222;
    --theme-color-gray: #f6f6f6;
    --theme-color-black: #000;
    --theme-color-black-rgb: 0, 0, 0;
    --text-color: #666666;
    --headings-color: #222222;
    --review-color: #ffc737;
    --link-color: var(--headings-color);
    --link-hover-color: var(--headings-color);
    --title-font: "Gilda Display", serif;
    --text-font: "Barlow", sans-serif;
    --text-font2: "Barlow Condensed", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 28px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1.2em;
    --line-height-heading: 54px;
    --line-height-heading-small: 1.35em;
    --h1-font-size: 72px;
    --h2-font-size: 54px;
    --h3-font-size: 36px;
    --h4-font-size: 24px;
    --h5-font-size: 22px;
    --h6-font-size: 20px;
    --h1-font-weight: 400;
    --h2-font-weight: 400;
    --h3-font-weight: 400;
    --h4-font-weight: 400;
    --h5-font-weight: 400;
    --h6-font-weight: 400;
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-color: var(--headings-color);
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 700;
    --sec-title-subtitle-line-height: 20px;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f2f3f5;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #131313;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1760px;
    --container-pt: 120px;
    --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none;
}
::selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}

body {
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
    line-height: var(--line-height-heading-);
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
    font-weight: normal;
    line-height: 1;
    color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading);
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
    letter-spacing: 0.15px;
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading-small);
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
    text-decoration: underline;
}

/* -------- other ---------- */
a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a b,
a strong {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a img {
    border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 10px;
}

ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
    width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section > .container,
section > .container-fluid {
    padding-top: var(--container-pt);
    padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width);
    }
}
/*=== Default Form ===*/
.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}
.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/***

====================================================================
Reset
====================================================================

***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure.image {
    margin-bottom: 0;
}

.title a {
    color: inherit;
}

.color1 {
    color: var(--theme-color1);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
}

.large-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.small-container {
    position: static;
    max-width: var(--small-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-pattern-1 {
    background-image: url(../images/icons/pattern-1.html);
}

.text-theme-color1 {
    color: var(--theme-color1);
}

.bg-theme-color1 {
    background-color: var(--theme-color1);
}

.text-theme-color2 {
    color: var(--theme-color2);
}

.bg-theme-color2 {
    background-color: var(--theme-color2);
}

/*=======================
    Preloader
=======================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.preloader:before {
    content: "";
    display: block;
    width: 150px; /* Adjust favicon size */
    height: 150px;
    background: url(../images/preloader.png) no-repeat center center;
    background-size: contain;
    animation: pulse 1s infinite linear;
    margin-bottom: 15px; /* Space between favicon and text */
}
/*=======================
Fixed Booking Box
=======================*/
.fixed-booking {
    position: fixed;
    bottom: -10px;
    left: 20px;
    background: linear-gradient(270deg, var(--theme-color1), #D88815, var(--theme-color1));
    background-size: 600% 600%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px 20px 12px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    z-index: 999;
    cursor: pointer;
    transition: transform 0.3s ease;
    white-space: nowrap;
    font-family: var(--text-font2);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;

    /* Background wave animation */
    animation: waveBG 6s ease infinite;
}

/* Keyframes for gradient wave */
@keyframes waveBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/* Hover effect */
.fixed-booking:hover {
    transform: translateY(-4px);
}

/* Text */
.booking-text {
    letter-spacing: 0.5px;
    line-height: 20px;
}

/* Animated Icon (bed bounce) */
.booking-icon {
    font-size: 22px;
    display: inline-block;
    margin-right: 15px;
    animation: smoothBounce 4s infinite ease-in-out;
}

/* Smooth gentle bounce */
@keyframes smoothBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px); /* small lift only */
    }
}


/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--theme-color1), #D88815);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: none; /* default hidden */
    z-index: 999;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    transform: translateY(-5px) scale(1.1);
    background: linear-gradient(135deg, #D88815, var(--theme-color1));
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/*======================
    Tabs Box
======================*/
.tabs-box {
    position: relative;
}
.tabs-box .tab {
    display: none;
}
.tabs-box .tab.active-tab {
    display: block;
}

/*=======================
    List Styles
=======================*/
.list-style-one {
    position: relative;
}
.list-style-one li {
    position: relative;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
    margin-right: 50px;
    margin-bottom: 7px;
    padding-left: 22px;
}
.list-style-one li .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--theme-color1);
}

/*=======================
    List Styles
=======================*/
.list-style-two {
    margin-top: 28px;
}
.list-style-two li {
    font-size: 16px;
    color: var(--text-color);
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.list-style-two li .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--theme-color1);
}

/*===========================
    Social Icons Styles
============================*/
.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-icon-one li {
    position: relative;
    margin-left: 20px;
}
.social-icon-one li:first-child {
    margin-left: 0;
}
.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-icon-one li a:hover {
    color: var(--theme-color1);
}

/*======================
    Play Buttons
======================*/
.play-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.play-btn .icon {
    position: relative;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    border: 1px solid var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.play-btn .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 25px;
    text-transform: capitalize;
    padding-left: 30px;
    margin-left: -10px;
    color: var(--theme-color2);
    background: var(--theme-color-gray);
    border-radius: 0px 22px 22px 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.play-btn:hover .icon {
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-light);
}
.play-btn:hover .title {
    background-color: var(--bg-theme-color2);
    color: var(--theme-color-light);
}

/*======================
    Media Play Button 
======================*/
.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.play-now .icon {
    position: relative;
    display: inline-block;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 85px;
    background-color: #ffffff;
    color: var(--bg-theme-color2);
    z-index: 1;
    font-size: 18px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    content: "";
}
.play-now .ripple.light {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.play-now .ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}
/*======================
    Carousel Navs
======================*/
.default-navs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 58px;
    color: var(--theme-color-dark);
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    margin-left: 20px;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    border-color: var(--theme-color1);
}
.default-navs .owl-prev {
    margin-left: 0;
}

.disable-navs .owl-nav {
    display: none;
}

.disable-dots .owl-dots {
    display: none;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.default-tabs .tab-buttons {
    position: relative;
    margin-bottom: 30px;
}
.default-tabs .tab-btn {
    position: relative;
    float: left;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 35px;
    color: var(--theme-color1);
    line-height: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    margin-right: 20px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.default-tabs .tab-btn:last-child {
    margin-right: 0;
}
.default-tabs .tab-btn.active-btn {
    background: var(--gradient-1);
    color: #ffffff;
}
.default-tabs .tabs-content {
    position: relative;
    width: 100%;
}

/*================================
    Progress Bar
=================================*/
.skills {
    position: relative;
    margin-bottom: 50px;
}
.skills .skill-item {
    position: relative;
    margin-bottom: 25px;
}
.skills .skill-item:last-child {
    margin-bottom: 0px;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
    font-weight: 600;
    color: var(--theme-color-dark);
    letter-spacing: 0;
    margin-bottom: 10px;
}
.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 14px;
    border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 14px;
    background: #f2f3f6;
    border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 14px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    border-radius: 10px;
    background: var(--bg-theme-color1);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-weight: 400;
    color: #6f7174;
    line-height: 25px;
    margin-bottom: 10px;
}

.before-none:before,
.before_none:before {
    display: none;
}

.after-none:after,
.after_none:after {
    display: none;
}

.overlay-anim {
    position: relative;
}
.overlay-anim:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.overlay-anim:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

section {
    position: relative;
}
/********** Button *********/
.theme-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    font-family: var(--text-font2);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 11px 20px;
    border: none;
    position: relative;
    color: #fff;
    background: linear-gradient(135deg, #d88815, #d88815); /* Luxury Gold */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(6px);
}

/* Shine Effect */
.theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    transform: skewX(-25deg);
}

/* Sweep animation */
.theme-btn:hover::before {
    left: 125%;
    transition: left 0.7s ease;
}

/* Hover effects */
.theme-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

.theme-btn .btn-title {
    position: relative;
    z-index: 2;
}

/*Btn Style Two*/
/* .btn-style-two {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  padding: 14px 32px 18px;
  overflow: hidden;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color1);
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-two i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-dark);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-two:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.btn-style-two:hover {
  color: var(--theme-color-light);
} */

/*Btn Style Three*/
/* .btn-style-three {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.1em;
  padding: 13px 39px 17px;
  overflow: hidden;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  background-color: transparent;
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-three i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-three:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.btn-style-three:hover {
  border-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
} */

/*Btn Style Four*/
/* .btn-style-four {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.1em;
  padding: 15px 54px 19px;
  overflow: hidden;
  color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  background-color: transparent;
  text-transform: uppercase;
  z-index: 9;
}
.btn-style-four i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-four:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-four:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.btn-style-four:hover {
  border-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
} */

.theme-btn.small {
    padding: 10px 30px;
    line-height: 20px;
    font-size: 10px;
}

.theme-btn.large {
    padding: 20px 60px;
    line-height: 25px;
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.btn-anim {
    position: relative;
}
.btn-anim:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.btn-anim:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.accordion-box {
    position: relative;
}
.accordion-box .block {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}
.accordion-box .block .acc-btn {
    position: relative;
    color: var(--headings-color);
    font-family: var(--title-font);
    font-weight: var(--h4-font-weight);
    font-size: 20px;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #fff;
}
.accordion-box .block .acc-btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 50%;
    height: 35px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 2;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    background-color: var(--bg-theme-color1);
    color: #fff;
}
.accordion-box .block .acc-btn.active .icon {
    color: var(--text-color-bg-theme-color2);
}
.accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content .content {
    position: relative;
    padding: 25px 30px;
}
.accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #808287;
    margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
    display: block;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color-dark);
    opacity: 0.95;
}
.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    color: var(--theme-color-light);
    z-index: 3;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.search-popup .search-inner {
    position: relative;
    display: block;
    top: 40%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 800px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-popup .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-popup .form-group input[type="search"],
.search-popup .form-group input[type="text"] {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e6dc;
    padding: 15px 20px;
    color: #707070;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.search-popup .form-group input[type="search"]:focus,
.search-popup .form-group input[type="text"]:focus {
    border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    color: var(--theme-color-dark);
    line-height: 40px;
    border-radius: 5px;
    font-weight: normal;
    background: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.search-popup .form-group button:hover {
    color: var(--theme-color-dark);
}
.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
    color: inherit;
}
.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
    color: inherit;
}
.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
    color: inherit;
}
.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
    color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
    color: inherit;
}

.moblie-search-active .search-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

/*** 

====================================================================
Main Header
====================================================================

***/
.header-span {
    position: relative;
    height: 110px;
    display: block;
    width: 100%;
}

.main-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-top .header-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 0 10px;
}
.header-top .top-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top .top-left .info-list {
    color: #ffffff;
    font-size: 14px;
}
.header-top .top-left .info-list span {
    color: #b5cf2b;
    font-size: 14px;
    font-weight: 600;
}
.header-top .top-center {
    margin-left: auto;
    margin-right: auto;
}
.header-top .top-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top .top-right button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    background: transparent;
}
.header-top .top-right button span,
.header-top .top-right button img {
    margin-right: 10px;
    display: inline-block;
}
.header-top .top-right button span {
    font-size: 20px;
}
.header-top .top-right button.login-btn {
    margin-left: 72px;
}
.header-top .top-right button.login-btn i {
    font-size: 18px;
    margin-right: 7px;
}

.main-header .header-lower {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
    position: relative;
}

.main-header {
    width: 100%;
    z-index: 999;
}
.main-header .logo {
    position: relative;
    display: block;
}
.main-header .logo img {
    max-width: 100%;
    height: auto;
}
.main-header .main-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0px;
    position: relative;
    top: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.main-menu {
    position: relative;
}
@media (max-width: 991.98px) {
    .main-menu {
        display: none;
    }
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    margin: 0px;
    position: relative;
}

.main-menu .navigation > li {
    float: left;
    margin-right: 35px;
    padding: 25px 0px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
    margin-right: 0;
}
.main-menu .navigation > li > a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-family: var(--text-font2);
    letter-spacing: 1.3px;
    line-height: 30px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li > a:hover {
    color: var(--theme-color1);
}
.main-menu .navigation > li.dropdown:hover > ul {
    margin-top: 0;
    opacity: 1;
    top: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    visibility: visible;
}

.main-menu .navigation > li > ul {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    display: none;
    left: 0px;
    margin-top: 30px;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    width: 220px;
    z-index: 100;
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}
.main-menu .navigation > li > ul > li {
    border-bottom: 1px solid #ebf1f5;
    position: relative;
    width: 100%;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin: 0 30px;
    padding: 10px 0px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: var(--theme-color1);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    content: "\f105";
    display: block;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    display: none;
    background-color: #ffffff;
    opacity: 0;
    padding: 10px 0 0;
    margin-top: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    border-bottom: 1px solid #ebf1f5;
    width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: var(--theme-color1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 8px;
    width: 34px;
    z-index: 5;
}

.main-header .outer-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}
.main-header .outer-box .header-btn {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    padding: 0 5px 0 38px;
    position: relative;
    text-transform: capitalize;
}
.main-header .outer-box .header-btn span {
    background-color: var(--theme-color1);
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    top: -2px;
    width: 50px;
}
.main-header .outer-box .header-btn span i {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    position: relative;
    top: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .outer-box .header-btn:hover {
    background-color: var(--theme-color1);
    border-color: transparent;
}

.main-header .ui-btn-outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 6px 0;
    padding-left: 17px;
    position: relative;
    right: 117px;
}

.main-header .ui-btn {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 26px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .ui-btn:hover {
    color: var(--theme-color1);
}

.main-header .info-btn {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 44px;
    position: relative;
    text-align: left;
    white-space: nowrap;
}
.main-header .info-btn small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color1);
}
.main-header .info-btn .icon {
    margin-top: -12px;
    height: 40px;
    font-size: 24px;
    left: 0;
    line-height: 1em;
    margin-right: 20px;
    padding-right: 20px;
    position: absolute;
    top: 50%;
}
.main-header .info-btn:hover {
    color: var(--theme-color-light);
}

/*** 

====================================================================
    header-style-one
====================================================================

***/
.header-style-one {
    position: absolute;
}
.header-style-one .main-box {
    border-bottom: 1px solid #b8b5b5;
}
.header-style-one .main-box .nav-outer {
    margin-left: 113px;
}
.header-style-one .main-box .nav-outer .nav .navigation li a {
    color: var(--theme-color-light);
}
.header-style-one .main-box .nav-outer .nav .navigation li a:hover {
    color: #d88815;
}
.header-style-one .main-box .nav-outer .nav .navigation li ul li a {
    color: #000;
}
.header-style-one .main-menu .navigation > li > a {
    position: relative; /* so pseudo-elements align with this */
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 0px; /* give space for circle effect */
    transition: color 0.3s ease;
}

/* Circle for active link */
.header-style-one .main-menu .navigation > li > a.active::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background: rgba(16, 56, 79, 0.65);
    border-radius: 50%;
    z-index: -1;
}
.header-style-one .main-menu .navigation > li > a.active,
.header-style-one .main-box .nav-outer .nav .navigation li a.active,
.mobile-menu .navigation li > a.active {
    color: #dc8d1a;
    font-weight: 600;
}

/* Hover underline effect */
.header-style-one .main-menu .navigation > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #d88815;
    transition: width 0.3s ease;
}

.header-style-one .main-menu .navigation > li > a:hover {
    color: #d88815;
}

.header-style-one .main-menu .navigation > li > a:hover::after {
    width: 100%; /* animate underline */
}

.header-style-one .outer-box .search-btn {
    background-color: unset;
    margin-right: 40px;
}
.header-style-one .outer-box .search-btn .flaticon-search {
    font-size: 21px;
    color: #000000;
}
.header-style-one .outer-box .login-btn {
    position: relative;
    margin-right: 18px;
    background-color: unset;
}
.header-style-one .outer-box .login-btn::before {
    content: "";
    position: absolute;
    left: -22px;
    top: -1px;
    width: 1px;
    height: 27px;
    background-color: #000000;
}
.header-style-one .outer-box .login-btn .flaticon-user {
    font-size: 21px;
    color: #000000;
}
.header-style-one .outer-box .header-btn {
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    line-height: 48px;
    background-color: var(--theme-color1);
    border-color: transparent;
    padding: 0;
    width: 140px;
    text-align: center;
    margin-top: -8px;
    position: relative;
    top: 5px;
    height: 50px;
    z-index: 9;
    border: 0;
}
.header-style-one .outer-box .header-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: #000;
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1),
        cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.header-style-one .outer-box .header-btn:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.header-style-one .main-menu .navigation > li {
    padding: 0;
    margin-right: 35px;
}
@media (max-width: 1199.98px) {
    .header-style-one .main-menu .navigation > li {
        margin-right: 30px;
    }
}
.header-style-one .main-menu .navigation > li:last-child {
    margin-right: 0;
}
.header-style-one .main-menu .navigation li.dropdown .dropdown-btn {
    display: inline-block;
    border: 2px;
    top: auto;
    bottom: 1px;
    right: -14px;
    width: auto;
    height: unset;
    font-size: 10px;
    color: #8f8f8f;
}
.header-style-one .main-menu .navigation li.dropdown ul .dropdown-btn {
    display: none;
}
.header-style-one .mobile-nav-toggler {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    margin-right: 0;
    display: none;
}
.header-style-one .mobile-nav-toggler span {
    color: #d88815;
}
.header-style-one .main-menu .navigation > li > ul > li > a:hover {
    color: var(--theme-color1);
}
.header-style-one .sticky-header {
    background-color: var(--theme-color1);
    /*.main-menu .navigation > li.current > a,*/
}
.header-style-one .sticky-header .mobile-nav-toggler {
    display: none;
}
/* .header-style-one .sticky-header .main-menu .navigation > li.current > a, */
.header-style-one .sticky-header .main-menu .navigation > li:hover > a {
    color: #d88815;
}
.header-style-one .sticky-header .main-menu .navigation > li {
    padding: 0;
}
.header-style-one .sticky-header.fixed-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.header-style-one .sticky-header.fixed-header img {
    object-fit: contain;
    background-color: #ffffff;
    display: block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    padding: 40px 5px 5px 5px;
}
@media (max-width: 991px) {
    .header-style-one .sticky-header.fixed-header img {
        padding: 70px 5px 5px 5px;
    }
}
@media (max-width: 991px) {
    .header-style-one .sticky-header.fixed-header img {
        padding: 70px 5px 5px 5px;
    }
}
@media (max-width: 650px) {
    .header-style-one .sticky-header.fixed-header img {
        padding: 50px 5px 5px 5px;
    }
}
@media (max-width: 500px) {
    .header-style-one .sticky-header.fixed-header img {
        padding: 30px 5px 5px 5px;
    }
    .header-style-one .sticky-header.fixed-header {
        height: 60px;
    }
}
@media (max-width: 400px) {
    .header-style-one .sticky-header.fixed-header img {
        padding: 10px 5px 5px 5px;
    }
}
.header-style-one .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-style-one
    .sticky-header
    .main-menu
    .navigation
    li.dropdown
    .dropdown-btn {
    color: #fff;
}
.header-style-one .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu .navigation > li.dropdown:hover > ul {
    margin-top: 0;
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        opacity: 0;
        visibility: hidden;
    }
}

/*** 

====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
    background: #000;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    left: 0px;
    opacity: 0;
    padding: 0px 0px;
    position: fixed;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}
.sticky-header .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sticky-header.fixed-header {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.sticky-header .logo {
    padding: 10px 0;
}
/* .sticky-header .logo img {
    max-height: 40px;
} */
.sticky-header .nav-outer {
    background: none;
    margin-left: auto;
    position: relative;
}

.sticky-header .main-menu .navigation > li {
    margin: 0;
    margin-left: 40px;
    padding: 20px 0;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
    color: var(--theme-color1);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
    display: none;
}

.header-style-two .sticky-header .main-menu .navigation > li > a {
    color: #000;
}
.header-style-two .sticky-header .main-menu .navigation > li > a:hover {
    color: var(--theme-color1);
}

@media only screen and (max-width: 1200px) {
    .header-style-one .main-box .nav-outer {
        margin-left: 70px;
        margin-right: auto;
    }
    .header-style-two .main-box .nav-outer .nav .navigation li {
        margin-right: 26px;
    }
    .header-style-two .main-box .nav-outer {
        margin-right: 40px;
    }
    .header-style-two .outer-box .search-btn {
        margin-right: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .header-style-one .mobile-nav-toggler,
    .header-style-two .sticky-header .mobile-nav-toggler,
    .header-style-one .sticky-header .mobile-nav-toggler {
        display: inline-block;
    }
    .header-style-two .sticky-header .main-menu,
    .header-style-one .sticky-header .main-menu {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .header-style-one .outer-box .header-btn {
        display: none;
    }
}
/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
    position: relative;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    color: var(--theme-color1);
    display: none;
    top: 0;
    margin-left: 20px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
@media (max-width: 991.98px) {
    .mobile-nav-toggler {
        display: block;
    }
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}
.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
}
.mobile-menu .close-btn {
    position: relative;
    top: 0px;
    right: -5px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
    opacity: 0.5;
}
.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}
/* .mobile-menu .nav-logo img {
    max-height: 50px;
} */
.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background-color: var(--theme-color1);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease 200ms;
    transition: all 0.4s ease 200ms;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
    color: #ffffff;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.mobile-menu .navigation li > ul > li {
    padding-left: 20px;
}

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px;
}
.contact-list-one li {
    position: relative;
    padding-left: 54px;
    min-height: 50px;
    margin-bottom: 20px;
}
.contact-list-one li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 34px;
    line-height: 50px;
    color: #ffffff;
}
.contact-list-one li .title {
    display: block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-list-one li a {
    color: #fff;
}
.contact-list-one li .text {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.contact-list-one li .text a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-box {
    color: #fff;
}

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--theme-color1);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}
.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
    color: var(--theme-color2);
}

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/
.toggle-hidden-bar {
    position: relative;
}

.hidden-bar {
    position: fixed;
    right: 0;
    top: 0px;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    max-width: 320px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hidden-bar::-webkit-scrollbar {
    width: 2px;
}
.hidden-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #cecece;
    box-shadow: inset 0 0 2px #cecece;
    border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
    background: #7a7a7a;
}
.hidden-bar .inner-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--theme-color-dark);
    height: 100%;
}
.hidden-bar .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 30px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
    position: relative;
    top: -5px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: var(--theme-color1);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hidden-bar .upper-box .close-btn:hover {
    opacity: 0.5;
}
.hidden-bar .upper-box .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}
.hidden-bar .upper-box .nav-logo img {
    max-height: 40px;
}
.hidden-bar .text-box {
    position: relative;
    padding: 25px 30px 25px;
}
.hidden-bar .text-box .title {
    color: var(--theme-color-light);
}
.hidden-bar .text-box .text {
    color: var(--theme-color-light);
}

.hidden-bar-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--theme-color-dark);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: auto;
}
.hidden-bar .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
    color: var(--theme-color1);
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
    position: relative;
    margin-bottom: 30px;
}
.sec-title.white .sub-title:before {
    display: none;
}
.sec-title.white h2 {
    color: #fff;
}
.sec-title .sub-title {
    position: relative;
    font-size: 18px;
    color: #d88815;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0px;
    font-family: var(--text-font2);
    letter-spacing: 2px;
    font-weight: 600;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    color: var(--theme-color1);
    font-family: var(--sec-title-font-family);
    font-weight: 600;
    margin-bottom: 0;
    line-height: 35px;
    z-index: 2;
}
.sec-title .text {
    margin-top: 24px;
}
.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
    color: #fff;
}
.sec-title img {
    width: 200px;
}
@media only screen and (max-width: 1200px) {
    .sec-title h2 br {
        display: none;
    }
    .sec-title h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .sec-title h2 {
        font-size: 27px;
    }
}

/*** 

====================================================================
  Banner Section
====================================================================

***/
.banner-section {
    position: relative;
}
.banner-section .banner-slider {
    height: 100vh;
}
.banner-section .banner-slider .slick-list,
.banner-section .banner-slider .slick-track {
    height: 100%;
}
.banner-section .banner-slide {
    position: relative;
    height: 100%;
}
.banner-section .banner-slide .image {
    height: 100%;
}
.banner-section .banner-slide .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.banner-section .banner-slide .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}
.banner-section .content-box {
    position: relative;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 700px;
}
.banner-section .content-box .sub-title {
    position: relative;
    text-transform: uppercase;
    color: var(--theme-color-light);
    margin-bottom: 20px;
    display: inline-block;
}
@media (max-width: 575.98px) {
    .banner-section .content-box .sub-title {
        font-size: 14px;
        line-height: 14px;
    }
}

.banner-section .content-box h1 {
    color: var(--theme-color-light);
    font-size: 56px;
}
@media (max-width: 767.98px) {
    .banner-section .content-box h1 {
        font-size: 45px;
    }
}
@media (max-width: 575.98px) {
    .banner-section .content-box h1 {
        font-size: 38px;
    }
}

.banner-section.home4-style .content-box {
    min-width: 900px;
}
@media (max-width: 991.98px) {
    .banner-section.home4-style .content-box {
        min-width: 700px;
        padding: 0 30px;
    }
}
@media (max-width: 767.98px) {
    .banner-section.home4-style .content-box {
        margin-top: 0;
        min-width: auto;
        width: 100%;
    }
}
.banner-section.home4-style .back-title {
    color: transparent;
    font-size: 200px;
    font-weight: 700;
    letter-spacing: 0.3em;
    left: 0;
    line-height: 84px;
    position: absolute;
    right: 0;
    top: -55px;
    text-transform: uppercase;
    width: 110%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 991.98px) {
    .banner-section.home4-style .back-title {
        font-size: 100px;
    }
}
@media (max-width: 767.98px) {
    .banner-section.home4-style .back-title {
        margin-top: 0;
    }
}
@media (max-width: 575.98px) {
    .banner-section.home4-style .back-title {
        font-size: 70px;
    }
}
.banner-section.home4-style .text {
    color: var(--theme-color-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .banner-section.home4-style .text {
        display: none;
    }
}
@media (max-width: 1499.98px) {
    .banner-section.home4-style .text br {
        display: none;
    }
}

.banner-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  z-index: 10;
}

.banner-nav button {
  background: rgba(0,0,0,0.4);
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner-nav button:hover {
  background: var(--theme-color1); /* use your theme color */
  color: #fff;
}


/*** 

====================================================================
  Responsive Banner Pages
====================================================================

***/

@media only screen and (max-width: 1366px) {
    .banner-section-two .slick-dots {
        bottom: 40px;
    }
    .banner-section-two .banner-slider .content-box {
        min-width: 700px;
    }
    .banner-section-two .banner-slider {
        min-height: 800px;
    }
}
@media only screen and (max-width: 1200px) {
    .banner-section-two .banner-slider .content-box {
        margin-top: 50px;
    }
    .banner-section-two .banner-slider {
        min-height: unset;
    }
}
@media only screen and (max-width: 991px) {
    .banner-section .banner-slider {
        height: 600px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-section .content-box {
        min-width: 80%;
    }

    .banner-section-two .banner-slider .content-box {
        min-width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .banner-section .banner-slider {
        height: 400px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-section .content-box h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .banner-section-two .banner-slider .content-box h1 {
        font-size: 26px;
        line-height: 34px;
        padding: 0;
    }
}
/*** 

====================================================================
		About Section
====================================================================

***/

.about-section {
    position: relative;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}
.about-section .content-column .inner-column {
    position: relative;
}

.about-section .content-column .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-box {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.image-box img {
    display: block;
    width: 100%;
    transition: transform 0.5s ease;
}

/* Shiny effect */
.image-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
}

/* Run animation on hover */
.image-box:hover::after {
    animation: shine 1s ease forwards;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 120%;
    }
}

/* Hover zoom */
.image-box:hover img {
    transform: scale(1.05);
}

/* Center Experience Box */
.experience-box {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 20px 35px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.experience-box h3 p {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: var(--theme-color1);
    line-height: 1.3;
    text-transform: uppercase;
}

.experience-box h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color1);
    line-height: 1.3;
    font-family: var(--text-font);
}

/*** 

====================================================================
    Funfact Sectiom Two
====================================================================

***/
.funfact-section-two {
    padding: 50px 0px;
    position: relative;
    background-color: var(--theme-color1);
}

.counter-block-two:last-child .inner-box:before {
    display: none;
}
.counter-block-two .inner-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
@media (max-width: 991.98px) {
    .counter-block-two .inner-box {
        margin-bottom: 50px;
    }
}
.counter-block-two .inner-box:before {
    background-color: #dddede;
    content: "";
    height: 60px;
    position: absolute;
    right: -30px;
    width: 1px;
}
@media (max-width: 991.98px) {
    .counter-block-two .inner-box:before {
        display: none;
    }
}
.counter-block-two .inner-box .count-box {
    color: rgba(216, 136, 21, 0.75);
    display: block;
    font-family: Gilda Display;
    font-size: 98px;
    font-weight: 400;
    line-height: 96px;
    position: relative;
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .counter-block-two .inner-box .count-box {
        font-size: 80px;
    }
}
.counter-block-two .inner-box .counter-text {
    color: #ffffff;
    font-family: Barlow;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 0;
    position: absolute;
    top: 20%;
    right: 20px;
}
@media (max-width: 1199.98px) {
    .counter-block-two .inner-box .counter-text {
        width: 100%;
        right: 0;
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    .counter-block-two .inner-box .counter-text {
        font-size: 18px;
    }
}

/*** 

====================================================================
  service-section
====================================================================

***/
.service-section {
    position: relative;
    padding: 120px 0 88px;
}

.service-block {
    margin-bottom: 24px;
}
.service-block .inner-box {
    position: relative;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 45px 20px 33px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
    border-radius: 10px;
}
.service-block .inner-box:hover {
    background-color: var(--theme-color1);
}
.service-block .inner-box:hover .content-box .title {
    color: var(--theme-color-light);
}
.service-block .inner-box:hover .content-box .text {
    color: var(--theme-color-light);
}
.service-block .inner-box:hover .icon-box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.service-block .inner-box:hover .icon-box i {
    color: #fff;
}
.service-block .inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 95px;
    height: 11px;
    background-color: #f8f5f0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.service-block .inner-box .icon-box {
    margin-bottom: 11px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-block .inner-box .icon-box i {
    color: #ab8555;
    font-size: 58px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block .inner-box .content-box .title {
    margin-bottom: 18px;
}
.service-block .inner-box .content-box .text {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
  gallery section
====================================================================

***/

#baguetteBox-overlay .full-image img {
    max-height: 90% !important;
    max-width: 90% !important;
}

.gallery {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    gap: 1rem;
}

.gallery .image img {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: rgba(19, 44, 35, 0.25) 0px 30px 60px -12px,
        rgba(19, 44, 35, 0.3) 0px 18px 36px -18px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
    .gallery {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 1;
    }
}

@media screen and (max-width: 400px) {
    .gallery {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

/*** 

====================================================================
  testimonial-section
====================================================================

***/
.testimonial-section {
    position: relative;
    padding: 111px 0 90px;
}
@media (max-width: 575.98px) {
    .testimonial-section {
        padding: 80px 0;
    }
}

.testimonial-column .inner-column .testimonial-slide .info-box .rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}
.testimonial-column .inner-column .testimonial-slide .info-box .rating-list li {
    color: var(--theme-color-light);
    font-size: 16px;
    margin-right: 2px;
}
.testimonial-column
    .inner-column
    .testimonial-slide
    .info-box
    .rating-list
    li:last-child {
    margin-right: 0;
}
.testimonial-column .inner-column .testimonial-slide .info-box .text {
    color: var(--theme-color-light);
    margin-bottom: 26px;
}
@media (max-width: 1199.98px) {
    .testimonial-column .inner-column .testimonial-slide .info-box .text {
        font-size: 19px;
    }
}
@media (max-width: 991.98px) {
    .testimonial-column .inner-column .testimonial-slide .info-box .text {
        font-size: 16px;
    }
}
.testimonial-column
    .inner-column
    .testimonial-slide
    .info-box
    .auther-info
    .title {
    color: var(--theme-color-light);
    margin-bottom: -6px;
    margin-left: 20px;
}
.testimonial-column
    .inner-column
    .testimonial-slide
    .info-box
    .auther-info
    .designation {
    color: var(--theme-color-light);
}
.testimonial-column .inner-column .testimonial-slide .info-box .icon-box {
    position: absolute;
    bottom: 50px;
    right: 15px;
}
.testimonial-column
    .inner-column
    .testimonial-slide
    .info-box
    .icon-box
    .image
    img {
    width: unset;
}

.testimonial-slider .slick-dots {
    bottom: -6px;
    right: 0;
    text-align: right;
    width: auto;
}
.testimonial-slider .slick-dots li {
    border: 1px solid #fff;
    border-radius: 50%;
    border-color: transparent;
    height: 14px;
    width: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-slider .slick-dots li.slick-active {
    border-color: #fff;
}
.testimonial-slider .slick-dots li button {
    width: 4px;
    height: 4px;
    background: #ffffff;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.testimonial-slider .slick-dots li button:before {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .hide-on-tablet {
        display: none;
    }
    .testimonial-column {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

/*** 

====================================================================
  video-section
====================================================================

***/
.video-section {
    position: relative;
    padding: 150px 0px;
}
@media (max-width: 575.98px) {
    .video-section {
        padding: 80px 0px;
    }
}

.video-section.home4-style {
    padding: 300px 0;
}
.video-section.home4-style .bg.bg-image {
    height: 600px;
}

/*** 

====================================================================
  room-section
====================================================================

***/
.room-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    position: relative;
}

.room-card:hover {
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.2);
}

.image-section {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.image-slider {
    width: 500%;
    height: 100%;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}
/* Make Swiper fill your image-section */
.image-section .swiper,
.image-section .swiper-wrapper,
.image-section .swiper-slide {
    width: 100%;
    height: 100%;
}

/* Your slide background behavior */
.image-section .swiper-slide.slide-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* NAV BUTTONS (replaces your .nav-button styles) */
.image-section .swiper-button-prev,
.image-section .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.image-section .swiper-button-prev:hover,
.image-section .swiper-button-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.image-section .swiper-button-prev {
    left: 20px;
}
.image-section .swiper-button-next {
    right: 20px;
}

/* Make the arrow glyph fit inside the circle */
.image-section .swiper-button-prev::after,
.image-section .swiper-button-next::after {
    font-size: 16px; /* smaller than default 44px */
    color: var(--theme-color1);
    font-weight: 800;
}

/* PAGINATION CONTAINER */
.image-section .swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 10;
}

/* BULLETS styled like your .indicator */
.image-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1; /* override Swiper’s default fade */
    transition: all 0.3s ease;
}

.image-section .swiper-pagination-bullet-active {
    background: #d18212;
    width: 20px;
    border-radius: 6px;
}

.content-section {
    padding: 35px;
}

.room-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.room-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d18212;
    margin: 0;
    line-height: 1.2;
}

.price-section {
    margin: 25px 0;
}

.price-main {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #215c7e, #10384f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.price-period {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 400;
    margin-left: 8px;
}

.amenities-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #d18212;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.amenity-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 5px;
    font-size: 0.8rem;
    color: #495057;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.amenity-tag:hover {
    background: linear-gradient(135deg, #215c7e, #10384f);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.amenity-icon {
    font-size: 1rem;
    width: 18px;
    text-align: center;
}

.room-features {
    display: flex;
    gap: 20px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .content-section {
        padding: 25px 20px;
    }

    .room-header {
        flex-direction: column;
        gap: 15px;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .room-features {
        gap: 20px;
    }
}

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

.swiper-slide {
    width: 100% !important;
    height: 100% !important;
}

/*** 

====================================================================
  call-section
====================================================================

***/
.call-to-action {
    position: relative;
    padding: 120px 0;
}
.call-to-action .booking-form-column .inner-column {
    margin: 0;
}
.call-to-action .booking-form-column .inner-column:after {
    left: auto;
    top: auto;
    bottom: -120px;
    right: -75px;
}

.call-to-action .content-colum .inner-column .call-block {
    margin-bottom: 42px;
}
.call-to-action .content-colum .inner-column .call-block .inner-box {
    padding-left: 110px;
    position: relative;
}
.call-to-action .content-colum .inner-column .call-block .inner-box .icon-box {
    position: absolute;
    left: 0;
    width: 84px;
    height: 84px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.call-to-action
    .content-colum
    .inner-column
    .call-block
    .inner-box
    .icon-box
    i {
    color: var(--theme-color1);
    font-size: 48px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.call-to-action .content-colum .inner-column .call-block .inner-box .title {
    margin-bottom: 5px;
    color: #d88815;
    font-weight: 600;
}
@media (max-width: 575.98px) {
    .call-to-action .content-colum .inner-column .call-block .inner-box .title {
        font-size: 20px;
    }
}
@media (max-width: 1199.98px) {
    .call-to-action .content-colum .inner-column .call-block .inner-box .text {
        font-size: 15px;
    }
}
@media (max-width: 575.98px) {
    .call-to-action .content-colum .inner-column .call-block .inner-box .text {
        font-size: 17px;
    }
}
.call-to-action
    .content-colum
    .inner-column
    .call-block
    .inner-box:hover
    .icon-box {
    background-color: var(--theme-color1);
}
.call-to-action
    .content-colum
    .inner-column
    .call-block
    .inner-box:hover
    .icon-box
    i {
    color: #fff;
}
.call-to-action .content-colum .inner-column .btn-box .read-more {
    margin-top: 4px;
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
    width: 170px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--text-font2);
    position: relative;
    z-index: 9;
}
.call-to-action .content-colum .inner-column .btn-box .read-more:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background-color: var(--bg-theme-color1);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.call-to-action .content-colum .inner-column .btn-box .read-more:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.call-to-action .content-colum .inner-column .btn-box .read-more:hover {
    color: #fff;
}

/*** 

====================================================================
  faq-section
====================================================================

***/
.faqs-section-home1 .faq-column {
    position: relative;
}
.faqs-section-home1 .faq-column .inner-column {
    position: relative;
}

.accordion-box.style-two {
    position: relative;
    background-color: #ffffff;
    padding: 0 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.accordion-box.style-two .block {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.accordion-box.style-two .block .acc-btn {
    border-bottom: 1px solid rgba(216,136,21,0.55);
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    line-height: 25px;
    padding: 25px 0;
    padding-right: 70px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion-box.style-two .block .acc-btn .icon {
    position: absolute;
    right: 0px;
    top: 40px;
    height: 35px;
    font-size: 14px;
    line-height: 38px;
    color: var(--headings-color);
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion-box.style-two .block .acc-btn.active {
    color: var(--theme-color1);
    background-color: transparent;
}
.accordion-box.style-two .block .acc-btn.active .icon {
    color: var(--bg-theme-color1);
}
.accordion-box.style-two .block .acc-btn.active .icon:before {
    content: "\f068";
}

.accordion-box.style-two .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box.style-two .block .acc-content .content {
    border-bottom: 1px solid rgba(16,56,79,0.55);
    padding: 25px 0;
    position: relative;
}
.accordion-box.style-two .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #7c858c;
    margin-bottom: 0;
}
.accordion-box.style-two .block .acc-content.current {
    display: block;
}

.faq-block {
    position: relative;
    margin-bottom: 40px;
}
.faq-block .inner-box {
    padding-left: 70px;
    position: relative;
}
.faq-block .inner-box:hover .icon {
    background-color: var(--bg-theme-color1);
}
.faq-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: var(--bg-theme-color1);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.faq-block h4 {
    font-size: 18px;
    line-height: 1.2em;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-block .text {
    font-size: 16px;
    line-height: 30px;
}

.pie-graph {
    position: relative;
}
.pie-graph .graph-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}
.pie-graph .graph-outer .inner-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: var(--theme-color2);
    font-weight: 400;
    line-height: 1em;
}
.pie-graph .title {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0;
}

.home-2-tabs {
    position: relative;
}
.home-2-tabs .nav-tabs {
    border-bottom: none;
}
.home-2-tabs .nav-tabs .nav-link {
    background-color: #fff;
    border-color: transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
    color: #151515;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 35px;
}
@media (max-width: 425px) {
    .home-2-tabs .nav-tabs .nav-link {
        margin-bottom: 20px;
    }
}
.home-2-tabs .nav-tabs .nav-link.active {
    background-color: #151515;
    color: #fff;
}

/** Video show on FAQS **/
.youtube-video-container {
    position: relative;
    width: 100%;
    max-width: 150px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.youtube-video-container:hover {
    transform: scale(1.02);
}

.youtube-thumbnail img {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.youtube-video-container:hover .play-button {
    background-color: rgba(255, 0, 0, 1);
}

/*** 

====================================================================
  client-section two
====================================================================

***/
.client-section-two {
    position: relative;
    padding: 80px 0;
}
.client-section-two .client-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.client-section-two .client-slider .client-block-two:last-child {
    margin-right: 0;
}
.client-section-two .client-slider .client-block-two .inner-box .image img {
    width: unset;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .offer-banner .content-colum {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .client-block-two a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
/*** 

====================================================================
  food-section
====================================================================

***/
.food-section {
    position: relative;
}

.food-section .image-column .inner-column {
    position: relative;
}

.food-section .image-column .inner-column .play-now-two {
    position: absolute;
    top: 50%;
    left: 40%;
    font-size: 31px;
    color: var(--theme-color-light);
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border: 1px solid var(--theme-color-light);
    border-radius: 50%;
    display: inline-block;
}

.food-section .image-column .inner-column .quote-box {
    position: absolute;
    bottom: -15px;
    right: -60px;
    max-width: 460px;
    background-color: var(--theme-color1);
    padding: 37px 40px 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1399.98px) {
    .food-section .image-column .inner-column .quote-box {
        display: none;
    }
}
.food-section .image-column .inner-column .quote-box .icon-box {
    line-height: 83px;
}
.food-section .image-column .inner-column .quote-box .icon-box i {
    color: #000;
    font-size: 72px;
    position: relative;
    top: 15px;
}
.food-section .image-column .inner-column .quote-box .text {
    max-width: calc(100% - 100px);
    padding-left: 33px;
    font-size: 24px;
    color: var(--theme-color-light);
    line-height: 36px;
    font-family: var(--text-font2);
}

@media (max-width: 575.98px) {
    .food-section .content-column .inner-column .food-list.two {
        display: none;
    }
}
.food-section .content-column .inner-column .healthy-food {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.food-section .content-column .inner-column .healthy-food .food-list {
    margin-right: 100px;
}
@media (max-width: 575.98px) {
    .food-section .content-column .inner-column .healthy-food .food-list {
        margin-right: 0;
    }
}
.food-section
    .content-column
    .inner-column
    .healthy-food
    .food-list:last-child {
    margin-right: 0;
}
.food-section .content-column .inner-column .healthy-food .food-list ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
}
.food-section
    .content-column
    .inner-column
    .healthy-food
    .food-list
    ul
    li:last-child {
    margin-bottom: 0;
}
.food-section .content-column .inner-column .healthy-food .food-list ul li i {
    position: absolute;
    left: 0;
    color: var(--theme-color1);
}
.food-section
    .content-column
    .inner-column
    .healthy-food
    .food-list
    ul
    li
    span {
    color: #d88815;
    font-weight: 600;
}
.food-section .content-column .inner-column .image-box {
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.food-section .content-column .inner-column .image-box .image {
    margin-right: 30px;
}
.food-section .content-column .inner-column .image-box .image:last-child {
    margin-right: 0;
}
/****

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
    position: relative;
    background-color: var(--bg-theme-color2);
    /* Widget Section */
}
.main-footer .bg {
    background-size: auto;
}

.main-footer .widgets-section {
    position: relative;
    padding: 60px 0 30px;
}
.main-footer .footer-column {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .footer-widget {
    position: relative;
}
.main-footer .widget-title {
    position: relative;
    color: var(--theme-color-light);
    margin-bottom: 22px;
}
.main-footer .widget-content {
    position: relative;
}
.main-footer .widget-content .text {
    color: var(--theme-color-light);
}

.user-links {
    position: relative;
}
.user-links li {
    position: relative;
    font-size: 14px;
    line-height: 32px;
    color: #929292;
    font-weight: 400;
    margin-bottom: 2px;
}
.user-links li:last-child {
    margin-bottom: 0;
}
.user-links li a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.user-links li a:hover {
    color: #d88815 !important;
}
.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background-color: #d88815;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.user-links li a:hover:before {
    width: 100%;
}
.user-links.style-two li {
    padding-left: 0;
}
.user-links.style-two li:before {
    display: none;
}
.user-links.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.user-links.two-column li {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.recent-post {
    position: relative;
    margin-bottom: 10px;
}
.recent-post:last-child {
    margin-bottom: 0;
}
.recent-post .inner {
    position: relative;
}
.recent-post .inner .post-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #adadad;
    line-height: 30px;
    margin-bottom: 2px;
    padding-left: 25px;
}
.recent-post .inner .post-info i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    margin-right: 10px;
    color: #d88815;
}
.recent-post .inner .post-title {
    color: var(--theme-color-light);
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

/*=== Footer Bottom ===*/
.footer-bottom {
    position: relative;
    z-index: 3;
    border-top: 1px solid #333f4d;
    padding: 30px 0;
}
.footer-bottom .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-bottom .copyright-text {
    position: relative;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .copyright-text a {
    color: inherit;
}
.footer-bottom .copyright-text a:hover {
    color: #ffffff;
}
.footer-bottom .footer-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer-bottom .footer-nav li {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 30px;
}
.footer-bottom .footer-nav li:first-child {
    margin-left: 0;
}
.footer-bottom .footer-nav li a {
    color: inherit;
}
.footer-bottom .footer-nav li a:hover {
    color: var(--theme-color-light);
}

.footer-style-one {
    background-color: var(--theme-color1);
    /* Subscribe Form Three */
}

.footer-style-one .info-widget .text {
    margin-bottom: 0px;
    font-size: 16px;
    color: #adadad;
}
.footer-style-one .info-widget .social-icon-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-style-one .info-widget .social-icon-two li {
    margin-right: 6px;
}
.footer-style-one .info-widget .social-icon-two li:last-child {
    margin-right: 0;
}
.footer-style-one .info-widget .social-icon-two li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #adadad;
    border-radius: 50%;
    border: 1px solid #adadad;
    display: inline-block;
}
.footer-style-one .info-widget .social-icon-two li a:hover {
    background-color: #d88815;
    border-color: transparent;
    color: #fff;
}
.footer-style-one .links-widget {
    margin-bottom: 30px;
}
.footer-style-one .links-widget li {
    padding-left: 27px;
}
.footer-style-one .links-widget li a {
    color: #adadad;
}
.footer-style-one .links-widget li i {
    position: absolute;
    left: -27px;
}
.footer-style-one .news-widget .text {
    margin-bottom: 18px;
    color: #adadad;
}
.footer-style-one .news-widget .text i {
    margin-right: 20px;
}

.footer-style-one .footer-bottom {
    border: 0;
    padding: 0;
}
.footer-style-one .footer-bottom .inner-container {
    padding: 14px 30px 17px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    font-size: 14px;
    color: #adadad;
    background-color: #06355a;
}

@media(max-width:767px)
{
    .fixed-booking {
    padding: 5px 5px 15px 5px;
}

.footer-style-one .footer-bottom .inner-container {
    padding: 13px 30px 57px 30px;
}
.scroll-to-top
{
    bottom:5px;
    right:10px;
}
}

/*--------------------------------------------------------------
# Related image on room detail
--------------------------------------------------------------*/

.related-image-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    max-width: 100%;
    white-space: nowrap;
    padding: 20px 5px;
    position: relative;
}

.related-image-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar */
}

.related-item {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
}

.related-item-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    /* Prevents items from resizing */
}

.related-item.active {
    border: 2px solid #d88815;
    transform: scale(1.1);
}

.main-display {
    width: 100%;
    /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.main-display img {
    padding: 20px;
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 5px !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
        rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
        rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
@media (max-width: 767px) {
    .main-display img {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .main-display img {
        height: 250px;
    }
}

/****** Room detail page social links *******/
.social-links-box {
    background: #10384f;
    text-align: center;
}

.social-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    display: inline-block;
}

.detail-social-icon-two {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.detail-social-icon-two li {
    display: inline-block;
}

.detail-social-icon-two li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--theme-color1);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.detail-social-icon-two li a:hover {
    background: #d88815;
    color: var(--theme-color1);
    transform: translateY(-4px);
}

/*****   CAll in detail *****/
.call-card {
    border: none;
    color: #fff;
}
.btn-call {
    background: #d88815;
    color: #10384f;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 25px;
    transition: 0.3s;
    text-decoration: none;
}
.btn-call:hover {
    background: #fff;
    color: #10384f;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-title {
    background-color: var(--theme-color2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 0;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-title:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(17, 32, 33, 0.95)),
        to(transparent)
    );
    background: linear-gradient(180deg, rgba(17, 32, 33, 0.95), transparent);
}
.page-title .title {
    font-size: 55px;
    color: #ffffff;
    margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 39px;
    }
    .page-title {
        padding: 100px 0 0;
        min-height: 250px;
    }
}
.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.contact-hero {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-content {
    text-align: center;
    color: grey;
    z-index: 2;
    position: relative;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.contact-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: rgba(19, 44, 35, 0.24) 0px 3px 8px;
}

.contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(212, 175, 55, 0.1),
        transparent
    );
    transition: left 0.6s ease;
}

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

.contact-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #d88815, #d88815);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.card-title {
    font-family: "Gilda Display", serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #10384f;
    margin-bottom: 1.5rem;
    text-align: left;
}

.contact-item {
    display: flex;
    margin-bottom: 1rem;
    padding: 1rem;
    background: rgba(170, 132, 83, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.contact-item:hover {
    background: rgba(170, 132, 83, 0.1);
    border-color: #10384f;
    transform: translateX(10px);
}

.contact-item i {
    font-size: 1.2rem;
    color: #d88815;
    margin-right: 1rem;
    min-width: 24px;
}

.contact-item a,
.contact-item span {
    color: grey;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    text-align: left;
}

.contact-item a:hover {
    color: #10384f;
}

.social-section {
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 3rem;
    text-align: center;
    box-shadow: rgba(19, 44, 35, 0.24) 0px 3px 8px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: -1;
}

.social-icon.facebook::before {
    background: linear-gradient(45deg, #3b5998, #4c70ba);
}

.social-icon.twitter::before {
    background: linear-gradient(45deg, #1da1f2, #1991db);
}

.social-icon.instagram::before {
    background: linear-gradient(
        45deg,
        #f09433,
        #e6683c,
        #dc2743,
        #cc2366,
        #bc1888
    );
}

.social-icon.whatsapp::before {
    background: linear-gradient(45deg, #25d366, #128c7e);
}

.social-icon.youtube::before {
    background: linear-gradient(45deg, #ff0000, #ff3333);
}

.social-icon:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 15px 30px rgba(19, 44, 35, 0.3);
    color: #ffffff;
}

.social-icon:hover::before {
    filter: brightness(1.2);
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-card {
        padding: 2rem;
    }

    .social-icons {
        gap: 1rem;
    }

    .social-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .contact-card {
        padding: 1.5rem;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

.map {
    height: 550px;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}
.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

/* Nav Links */
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}
.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    .nav-links .prev {
        width: 100%;
    }
}
.nav-links .prev .thumb {
    margin-right: 20px;
}
.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
    .nav-links .next {
        width: 100%;
    }
}
.nav-links .next .thumb {
    margin-left: 20px;
}
.nav-links > div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.nav-links > div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.nav-links > div .thumb a {
    display: inline-block;
}
.nav-links > div > a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .nav-links > div > a {
        padding: 30px;
    }
}
.nav-links > div > a:hover {
    color: #fff;
    background-color: var(--theme-color1);
}
