@charset "UTF-8";
/*
	[Master Stylesheet]
	Template Name: Traveler
	Description: traveler is an expressive, virtuous, user friendly and powerful HTML 5 Template suitable for any Charity Nonprofit websites. Easy to use & customize, code & design quality, responsive theme, creative sliders, flexibility, many of premade pages, multiple portfolio options, responsive blog options and quick support – these are the outstanding features and quality to make you stand out from the crowd. This template boasts clean features, modern and unique design which make your website more beautiful. This template was built in Bootstrap 5.1, HTML5 and CSS3.
	Author: Stair Themes
	Author URI: https://themeforest.net/user/stairthemes
	Version: 1.0.0
	Primary use: Travel
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Typography
3. Table
4. Forms
5. Buttons
6. Pagination
7. Clearing
8. Main Header
9. Home front section
	* Home Banner section
	* Home Search field section  
	* Home Destination section  
	* Home Package section  
	* Home Callback section  
	* Home Counter section  
	* Home Offer section  
	* Home Gallery section  
	* Home Client section  
	* Home Blog section  
	* Home Testimonial section  
	* Home Callback section  
10. main Footer
11. pages
	* About Us Pages
	* Destination Pages
	* Package Pages
	* Package Detail Pages
	* Package Offer
	* Services Pages
	* Tour Guide Pages
	* Gallery Pages
	* Career Pages
	* Career Detail Pages
	* Single Pages
	* Team Pages
	* Testimonial Pages
	* FAQ Pages
	* Search Pages
	* 404 Pages
	* Comming Soon Pages
	* Contact Pages
12. compatibility
    * Widget Siderbar

---------------------------------------------------------------- */
/*--------------------------------------------------------------
>>> Normalize
----------------------------------------------------------------*/
/* Scale down all elements by 15% on desktop/PC view */
@media screen and (min-width: 992px) {
  html {
    zoom: 0.85;
  }
}

/* ========== Phone (0–731px): Scale down all elements & fonts ========== */
@media screen and (max-width: 731px) {
  html {
    zoom: 0.90;
    font-size: 90%;
    -webkit-text-size-adjust: 90%;
    -ms-text-size-adjust: 90%;
  }
}

/* ========== iPad / Tablet (732–991px): Scale to fit desktop layout ========== */
@media screen and (min-width: 732px) and (max-width: 991px) {
  html {
    zoom: 0.75;
  }
  /* Tighter nav for tablet width */
  .navigation-container .navigation > ul > li {
    padding: 0 6px;
  }
  .navigation-container ul > li > a {
    font-size: 13px;
    padding: 16px 0;
  }
  .header-social a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
  .header-social li {
    margin: 0 2px;
  }
  .site-logo img {
    max-width: 160px;
  }
  .top-header {
    padding: 6px 0;
  }
  .header-contact i {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    width: 36px;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeSpeed;
}

/* GPU-accelerated scrolling & reduced paint */
*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sticky footer — push footer to bottom on short pages */
html, body { height: 100%; }
#page,
.page {
  display: flex !important;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
@media screen and (min-width: 992px) {
  #page, .page { min-height: calc(100vh / 0.85); }
}
@media screen and (min-width: 732px) and (max-width: 991px) {
  #page, .page { min-height: calc(100vh / 0.75); }
}
#page > main, .page > main,
.site-main {
  flex: 1 0 auto;
}
#page > footer, .page > footer,
.site-footer {
  flex-shrink: 0;
}

/* ========================
   Image Protection
   ======================== */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
}

main {
  display: block;
}

figure {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
>>> Typography
----------------------------------------------------------------*/
body {
  font-size: 15px;
  color: #626672;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
@media screen and (max-width: 731px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.6;
  margin: 0 0 15px;
  word-wrap: break-word;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote, pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}
blockquote p, pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: #F8F8F8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border-left: none;
  color: #202020;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 30px;
  z-index: 1;
}
blockquote:before {
  color: #e6e6e6;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: -1;
}
blockquote p {
  font-size: 22px;
  line-height: 1.4;
}

abbr, acronym {
  border-bottom: 1px dotted #4d4d4d;
  cursor: help;
}

mark, ins {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

big {
  font-size: 125%;
}

b, strong {
  font-weight: 700;
}

iframe {
  display: block;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #202020;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

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

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

h3 {
  font-size: 22px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

@media screen and (max-width: 731px) {
  h1 {
    font-size: 37px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 17px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 13px;
  }
}
/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 0.875em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #ba931f;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover, a:focus, a:active {
  color: #ba931f;
  text-decoration: none;
  outline: 0;
}
a:visited {
  text-decoration: none;
  outline: 0;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

/*--------------------------------------------------------------
>>> table
----------------------------------------------------------------*/
table {
  color: #737373;
  margin: 0 0 1.5em;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
  font-size: 15px;
}
table thead tr {
  background-color: #262626;
}
table thead tr th {
  color: #383838;
}
table.table {
  color: #737373;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
  border-bottom: 1px solid #e6e6e6;
}

th, td {
  padding: 8px;
}

/*--------------------------------------------------------------
>>> form
----------------------------------------------------------------*/
form {
  position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 55px;
}
@media screen and (max-width: 731px) {
  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
    height: 42px;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  background-color: #F8F8F8;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  padding: 0 15px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: #ba931f;
  outline: 0;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0) !important;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888888;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  color: #888888;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
}

textarea {
  padding: 20px 10px;
  width: 100%;
}

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 55px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 0 30px 0 10px;
}
select option {
  padding: 8px;
}
select:focus {
  outline: none;
}
@media screen and (max-width: 731px) {
  select {
    height: 42px;
  }
}

form label {
  font-weight: normal;
}



.form-group {
  margin-bottom: 15px;
}
.form-group select {
  height: 48px;
}
.form-group select,
.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
}
.form-group label {
  display: block;
  color: #383838;
  font-size: 15px;
  margin-bottom: 10px;
}
.form-group label.checkbox-list {
  position: relative;
  padding-left: 30px;
}
.form-group label .custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-group label .custom-checkbox:before {
  background-color: #ba931f;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.form-group label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -9;
}
.form-group label input:checked ~ .custom-checkbox {
  border-color: #ba931f;
}
.form-group label input:checked ~ .custom-checkbox:before {
  opacity: 1;
}

/*--------------------------------------------------------------
>>> button
----------------------------------------------------------------*/
.outline-btn, .round-btn {
  font-size: 13px;
  box-shadow: none;
  line-height: 1.1;
  padding: 13px 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 731px) {
  .outline-btn, .round-btn {
    font-size: 11px;
    padding: 11px 22px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background-color: #ba931f;
  color: #ffffff;
  cursor: pointer;
  padding: 13px 30px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 0.8px;
  transition: background-color 0.3s ease, transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
}
input[type=button]:hover, input[type=button]:active, input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #a8840e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(186,147,31,0.25);
}

.round-btn {
  background: linear-gradient(135deg, #ba931f 0%, #d4a820 100%);
  box-shadow: 0 2px 8px rgba(186,147,31,0.18);
  border: none;
  color: #ffffff;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.round-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.5s ease;
}
.round-btn:hover::before {
  left: 100%;
}
.round-btn:hover, .round-btn:focus, .round-btn:active {
  background: linear-gradient(135deg, #a8840e 0%, #ba931f 100%);
  color: #ffffff;
  box-shadow: 0 8px 28px rgba(186,147,31,0.35);
  transform: translateY(-3px);
}
.round-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(186,147,31,0.30);
}

.outline-btn {
  padding: 12px 30px;
  border: 2px solid #ba931f;
  color: #ba931f;
  background: transparent;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.outline-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #ba931f 0%, #d4a820 100%);
  transition: width 0.35s ease;
  z-index: -1;
}
.outline-btn:hover::before {
  width: 100%;
}
.outline-btn:hover, .outline-btn:focus, .outline-btn:active {
  border-color: #ba931f;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(186,147,31,0.30);
}
.outline-btn:active {
  transform: translateY(-1px);
}
@media screen and (max-width: 731px) {
  .outline-btn {
    font-size: 14px;
    padding: 10px 22px;
  }
}

.outline-btn-white {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
  border-radius: 50px;
  background: rgba(255,255,255,0.12);
}
.outline-btn-white::before {
  background: #fff;
}
.outline-btn-white:hover, .outline-btn-white:focus {
  border-color: #fff;
  background: #fff;
  color: #1a1a2e;
  box-shadow: 0 8px 28px rgba(255,255,255,0.20);
}

.text-btn {
  color: #ba931f;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
  transition: color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.text-btn::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ba931f;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.text-btn:hover::after {
  width: 100%;
}
.text-btn:hover, .text-btn:focus, .text-btn:active {
  color: #a8840e;
}

/*--------------------------------------------------------------
>>> Default 
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .right-sidebar {
    padding-right: 40px;
  }

  .left-sidebar {
    padding-left: 40px;
  }
}
.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

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

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

.white-bg {
  background-color: #ffffff;
}


.bg-light-bg {
  background-color: #F5F5F7;
}
.primary-bg {
  background-color: #ba931f;
}

.primary-color {
  color: #ba931f;
}

.overlay {
  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-heading {
  margin-bottom: 38px;
}
.section-heading .sub-title {
  color: #ba931f;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 4px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.section-heading .sub-title::before,
.section-heading .sub-title::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: #ba931f;
  vertical-align: middle;
  margin: 0 10px;
  opacity: 0.35;
}
.section-heading .section-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #1a1a1a;
}
.section-heading p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}
@media screen and (max-width: 731px) {
  .section-heading {
    margin-bottom: 20px;
    text-align: center;
  }
  .section-heading .sub-title {
    font-size: 10px;
    margin-bottom: 6px;
    letter-spacing: 3px;
  }
  .section-heading .sub-title::before,
  .section-heading .sub-title::after {
    width: 16px;
    margin: 0 6px;
  }
  .section-heading .section-title {
    font-size: 17px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .section-heading p {
    font-size: 13px;
    line-height: 1.65;
    max-width: 100%;
  }

  /* Uniform section spacing on phones */
  .home-destination {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-package {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-offer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-gallery {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-client {
    padding: 30px 0;
  }
  .home-testimonial {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.site-loader {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  transition: opacity 0.3s ease;
}
.site-loader.fade-out {
  opacity: 0;
  pointer-events: none;
}
.site-loader .preloader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border: 3px solid rgba(186,147,31,0.15);
  border-top-color: #ba931f;
  border-radius: 50%;
  animation: loaderSpin 0.6s linear infinite;
}
.site-loader .preloader-content img { display: none; }
@keyframes loaderSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.social-icon ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social-icon li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
.social-icon a {
  font-size: 16px;
  color: #404040;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.social-icon a:hover, .social-icon a:focus, .social-icon a:active {
  color: #ba931f;
}

.to-top-icon {
  background: linear-gradient(135deg, #ba931f 0%, #d4a820 100%);
  color: #ffffff;
  font-size: 12px;
  display: none;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 12px rgba(186,147,31,0.3);
}
.to-top-icon:hover {
  background: #a8840e;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(186,147,31,0.4);
}
@media screen and (max-width: 731px) {
  .to-top-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    right: 10px;
    bottom: 10px;
  }
}

.rating-start {
  display: table;
  position: relative;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.rating-start:before {
  color: #ccd6df;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}
.rating-start span {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.rating-start span:before {
  color: #ba931f;
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.nav-tabs {
  border: none;
  margin: 0;
}
.nav-tabs .nav-link {
  background-color: #EAEAEB;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  border: none;
  color: #202020;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  margin: 0 5px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  background-color: #ba931f;
  color: #ffffff;
}

.tab-container .responsive-tabs .nav-tabs {
  display: none;
}
@media screen and (min-width: 732px) {
  .tab-container .responsive-tabs .nav-tabs {
    display: flex;
  }
  .tab-container .responsive-tabs .card {
    border: none;
  }
  .tab-container .responsive-tabs .card .card-header {
    display: none;
  }
  .tab-container .responsive-tabs .card .collapse {
    display: block;
  }
}
@media screen and (max-width: 731px) {
  .tab-container .nav {
    display: block;
  }
  .tab-container .nav .nav-tabs .nav-link {
    background-color: #eaeaeb;
    border: none;
    padding: 15px 20px;
  }
  .tab-container .nav .nav-tabs .nav-link:hover, .tab-container .nav .nav-tabs .nav-link:focus, .tab-container .nav .nav-tabs .nav-link.active {
    background-color: #ba931f;
    color: #ffffff;
  }
}
@media screen and (max-width: 731px) {
  .tab-container .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.tab-content {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  margin-top: 30px;
  padding: 30px;
  border: none;
}
.tab-content ul {
  margin-bottom: 0;
}
.tab-content ul li {
  margin-bottom: 5px;
}
.tab-content ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 731px) {
  .tab-content {
    background-color: transparent;
    box-shadow: none;
  }
  .tab-content .card {
    background-color: transparent;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: none;
  }
  .tab-content .card:last-child {
    margin-bottom: 0;
  }
  .tab-content .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }
  .tab-content .card .card-header a {
    background-color: #ba931f;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 18px 24px;
    font-weight: 600;
    position: relative;
    text-align: left;
  }
  .tab-content .card .card-header a:before {
    content: "\f106";
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
  }
  .tab-content .card .card-header a.collapsed {
    background-color: #eaeaeb;
    color: #202020;
  }
  .tab-content .card .card-header a.collapsed:before {
    content: "\f107";
  }
  .tab-content .card .card-body {
    font-size: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 731px) {
  .tab-content {
    padding: 0;
    border: none;
  }
}

.accordion-content .card {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  border: none;
}
.accordion-content .card:last-child {
  margin-bottom: 0;
}
.accordion-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.accordion-content .card .card-header a {
  background-color: #ba931f;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 16px 25px;
  font-weight: 400;
  position: relative;
  text-align: left;
}
.accordion-content .card .card-header a:before {
  content: "\f106";
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}
.accordion-content .card .card-header a.collapsed:before {
  content: "\f107";
}
.accordion-content .card .card-body {
  font-size: 15px;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .accordion-content .card .card-header a {
    font-size: 14px;
    padding: 12px 25px;
  }
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-prev {
  left: 15px;
}
.slick-slider .slick-prev:before {
  content: "\f053";
}
.slick-slider .slick-next {
  right: 15px;
}
.slick-slider .slick-next:before {
  content: "\f054";
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  width: auto;
  height: auto;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.slick-slider .slick-prev:hover:before, .slick-slider .slick-prev:focus:before, .slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
  background-color: #ba931f;
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}
.slick-dots li button {
  background-color: #c6c6c6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li button:hover {
  background-color: #ba931f;
}
.slick-dots li.slick-active button {
  background-color: #ba931f;
}

.ui-datepicker {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  width: 280px;
}
.ui-datepicker.ui-widget {
  font-family: inherit;
}
.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 15px;
  position: relative;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 15px;
  line-height: 1.2;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border: 1px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background-image: none;
  font-size: 0px;
  margin: 0;
  height: auto;
  position: static;
  text-indent: inherit;
  width: auto;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background-color: #ba931f;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev span:before {
  content: "\f053";
}
.ui-datepicker .ui-datepicker-next span:before {
  content: "\f054";
}
.ui-datepicker table thead tr {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
.ui-datepicker table thead tr th {
  color: #202020;
  font-weight: normal;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-calendar tr td {
  padding: 4px;
}
.ui-datepicker .ui-datepicker-calendar tr td a {
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 0;
  width: 30px;
  text-align: center;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.ui-datepicker .ui-datepicker-calendar tr td a:hover, .ui-datepicker .ui-datepicker-calendar tr td a:focus, .ui-datepicker .ui-datepicker-calendar tr td a:active {
  background-color: #ba931f;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #ba931f;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active {
  background-color: #ba931f;
  color: #ffffff;
}

.video-button a {
  background-color: #ba931f;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 18px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
}
.video-button a i {
  color: #ffffff;
}
.video-button a:before, .video-button a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.video-button a:before {
  animation-delay: 0.9s;
}
.video-button a:after {
  animation-delay: 0.3s;
}
@media screen and (max-width: 731px) {
  .video-button a {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/
.clearfix:before, .clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/
.site-header {
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
.site-header .black-logo {
  display: none;
}

/*--- top header css start ---*/
.bottom-header {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  padding: 0px 0;
}
.top-header {
  border-bottom: 1px solid rgba(167, 167, 167, 0.25);
  padding: 10px 0;
}
.top-header .top-header-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  grid-gap: 10px;
}

.header-contact * {
  color: #ffffff;
}
.header-contact a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contact i {
  background-color: #ba931f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  font-size: 17px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  width: 45px;
}
.header-contact .header-contact-details {
  width: -moz-calc(100% - 55px);
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
  padding-left: 10px;
}
.header-contact .header-contact-details .contact-label {
  display: block;
  font-size: 13px;
}
.header-contact .header-contact-details h5 {
  margin-bottom: 0;
}
@media screen and (max-width: 731px) {
  .header-contact .header-contact-details {
    display: none;
    font-size: 14px;
  }
}
@media screen and (max-width: 731px) {
  .header-contact i {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
}

.header-social li {
  margin: 0 5px;
}
.header-social li:first-child {
  margin-left: 0;
}
.header-social li:last-child {
  margin-right: 0;
}
.header-social a {
  border: 0px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  font-size: 17px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  width: 35px;
}
.site-header:not(.fixed-header) .header-social a {
  color: #000000;
}
.header-social a:hover, .header-social a:focus {
  border-color: #ffffff;
  color: #ba931f;
}
@media screen and (max-width: 731px) {
  .header-social a {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
}

.header-search-icon {
  vertical-align: middle;
}
.header-search-icon a {
  border: 0px solid #000000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #000000;
  font-size: 16px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
}
.header-search-icon a:hover, .header-search-icon a:focus {
  border-color: #ba931f;
  color: #ba931f;
}
@media screen and (max-width: 731px) {
  .header-search-icon a {
    font-size: 10px;
    line-height: 26px;
    width: 26px;
    height: 26px;
  }
}

.offcanvas-menu {
  vertical-align: middle;
  margin-left: 10px;
}
.offcanvas-menu a {
  color: #000000;
  font-size: 32px;
}
.offcanvas-menu a:hover, .offcanvas-menu a:focus {
  color: #ba931f;
}
@media screen and (max-width: 731px) {
  .offcanvas-menu {
    margin-left: 5px;
  }
  .offcanvas-menu a {
    font-size: 22px;
  }
}

/*--- top header css end---*/
/*--- header Logo css start ---*/
.site-logo .site-title {
  margin: 0;
  line-height: 1.1;
  font-size: 28px;
}
.site-logo .site-description {
  font-size: 13px;
  margin-bottom: 0;
}
.site-logo img {
  max-width: 200px;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.site-logo a {
  display: block;
}
.site-logo a:hover img, .site-logo a:focus img, .site-logo a:active img {
  opacity: 0.5;
}
@media screen and (max-width: 731px) {
  .site-logo img {
    max-width: 130px;
  }
}

/*--------------------------------------------------------------
>>> Main Header Menu.
----------------------------------------------------------------*/
@media screen and (max-width: 731px) {
  .bottom-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 0;
  }
}

.navigation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-container .navigation > ul > li {
  display: inline-block;
  padding: 0 12px;
}
.navigation-container ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-container ul > li.menu-item-has-children > a:after {
  content: "\f0d7";
}
.navigation-container ul > li:last-child {
  border-bottom: none;
}
.navigation-container ul > li:last-child:before {
  display: none;
}
.navigation-container ul > li > a {
  color: #000000;
  display: inline-block;
  font-size: 17px;
  padding: 20px 0;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  text-transform: uppercase;
}
.navigation-container ul > li:hover > ul, .navigation-container ul > li:focus > ul, .navigation-container ul > li:active > ul {
  display: block;
}
.navigation-container ul > li:hover > a, .navigation-container ul > li:focus > a, .navigation-container ul > li:active > a {
  color: #ba931f;
}
.navigation-container ul > li:hover > a:after, .navigation-container ul > li:focus > a:after, .navigation-container ul > li:active > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-container ul ul {
  background: #ffffff;
  border-top: 4px solid #ba931f;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 99;
  display: none;
  text-align: left;
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
}
.navigation-container ul ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
}
.navigation-container ul ul li a {
  color: #333;
  display: block;
  padding: 13px 20px;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navigation-container ul ul li a:hover, .navigation-container ul ul li a:focus, .navigation-container ul ul li a:active {
  padding-left: 30px;
  color: #ba931f;
}
.navigation-container ul ul li > ul {
  left: 100%;
  top: 0;
}
.navigation-container ul ul li.menu-item-has-children > a:after {
  content: "\f0da";
}
.navigation-container ul ul li:hover > ul, .navigation-container ul ul li:focus > ul, .navigation-container ul ul li:active > ul {
  display: block;
  top: -3px;
}
.navigation-container ul ul li:hover a:after, .navigation-container ul ul li:focus a:after, .navigation-container ul ul li:active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-container ul li {
  position: relative;
}

/* Responsive menu - show all items at full width, hide in MORE dropdown on smaller screens */
.navigation-container .menu-item-hide-sm {
  display: inline-block;
}

.navigation-container .menu-item-show-sm {
  display: none;
}

/* On all screens, show all items in main menu */
@media screen and (min-width: 992px) {
  .navigation-container .menu-item-hide-sm {
    display: inline-block !important;
  }
  
  .navigation-container .menu-item-show-sm {
    display: none !important;
  }
}

/* On smaller screens (tablets and below), show all items in main menu, hide duplicates in MORE dropdown */
@media screen and (max-width: 731px) {
  .navigation-container .menu-item-hide-sm {
    display: inline-block !important;
  }
  
  .navigation-container .menu-item-show-sm {
    display: none !important;
  }
}
.navigation-container ul li:last-child ul, .navigation-container ul li:nth-last-child(2) ul {
  left: auto;
  right: 0;
}
.navigation-container ul li:last-child ul ul, .navigation-container ul li:nth-last-child(2) ul ul {
  right: 100%;
}
.navigation-container ul li.menu-item-has-children > a {
  position: relative;
}
.navigation-container ul li.menu-item-has-children > a:after {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 900;
  margin-left: 8PX;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.navigation-container ul li.menu-item-has-children li:hover > a, .navigation-container ul li.menu-item-has-children li:focus > a {
  background-color: #ba931f;
  color: #ffffff;
}
.navigation-container ul li.current-menu-item > a, .navigation-container ul li.current-menu-parent > a, .navigation-container ul li.menu-active > a {
  color: #ba931f;
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  margin-left: 10px;
}
.header-btn a {
  font-size: 14px;
  padding: 11px 22px;
}
@media screen and (max-width: 731px) {
  .header-btn {
    display: none;
  }
  .header-btn a.round-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
}

/* Mobile Single Header Professional Layout */
@media screen and (max-width: 731px) {
  /* Hide header social and top header */
  .header-social {
    display: none !important;
  }
  
  
  .top-header {
    display: none !important;
  }
  
  /* Professional mobile header */
  .bottom-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .bottom-header-inner {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap;
  }
  
  .site-logo {
    flex: 0 0 auto;
  }
  
  .navigation-container {
    display: none;
  }
  
  .mobile-menu-container .slicknav_menu {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: flex !important;
    align-items: center;
    flex: 1;
    justify-content: center;
  }
  
  .mobile-menu-container .slicknav_menu .slicknav_btn {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    flex-direction: row;
  }
  
  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon {
    margin: 0;
    width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #ffffff00;
    height: 3px;
    width: 100%;
    display: block;
  }
  
  .mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #434343;
    font-weight: 700;
    font-size: 14px;
    margin-left: 8px;
    display: block;
  }
  
  .mobile-menu-container {
    border-bottom: none !important;
  }
  
  .mobile-menu-container .slicknav_menu .slicknav_nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    text-align: center;
  }
  
  .mobile-menu-container .slicknav_menu .slicknav_nav.slicknav_open {
    display: block;
  }
}


/*---  fixed header css ---*/
.bottom-header {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

@media screen and (min-width: 992px) {
  .fixed-header .bottom-header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 731px) {
  .fixed-header .bottom-header {
    background-color: transparent;
    position: relative;
  }
}
.fixed-header .navigation-container .navigation > ul > li > a {
  color: #202020;
  padding: 22px 0;
}
.fixed-header .navigation-container .navigation > ul > li > a:before {
  background-color: #7e3b04;
}
.fixed-header .header-icons .icon-item a {
  color: #ba931f;
}
.fixed-header .header-icons .icon-item a:hover {
  color: #ba931f;
}
@media screen and (max-width: 731px) {
  .fixed-header .mobile-menu-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }
  .fixed-header .mobile-menu-container .slicknav_nav {
    min-height: calc(100vh - 78px);
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .fixed-header .mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #212121;
  }
  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span {
    background-color: #212121;
  }
  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:before, .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:after {
    background-color: #212121;
  }
}

/*---  mobile slick Nav css ---*/
/* Slicknav - a Mobile Menu */
.mobile-menu-container .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .mobile-menu-container .slicknav_menu {
    display: none;
  }
}
.mobile-menu-container .slicknav_menu .slicknav_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 10px 0;
  float: none;
}
.mobile-menu-container .slicknav_menu .slicknav_icon {
  margin-left: 0;
  margin-right: 10px;
}
.mobile-menu-container .slicknav_menu .slicknav_menutxt {
  color: #434343;
  text-shadow: none;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
}
.mobile-menu-container .slicknav_menu .slicknav_nav li {
  border-top: 1px solid #e6e6e6;
}
.mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
  color: #7a7a7a;
  font-size: 13px;
}
.mobile-menu-container .slicknav_menu .slicknav_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.mobile-menu-container .slicknav_menu .slicknav_row > a {
  width: -moz-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}
.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
  border-left: 1px solid #e6e6e6;
  width: 45px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
  position: static;
  padding: 0;
  margin: 0;
}
.mobile-menu-container .slicknav_menu .slicknav_row:hover, .mobile-menu-container .slicknav_menu .slicknav_row:focus, .mobile-menu-container .slicknav_menu .slicknav_row:active {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 731px) {
  .mobile-menu-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.slicknav_menu .slicknav_btn {
  background-color: transparent;
  padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #242424;
}
.slicknav_menu .slicknav_nav ul {
  margin: 0;
  padding: 0;
}
.slicknav_menu .slicknav_nav li {
  position: relative;
  list-style: none;
}
.slicknav_menu .slicknav_nav li a {
  display: inline-block;

  font-size: 15px;
  color: #333333;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {
  background-color: transparent;
  color: #ba931f;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.slicknav_menu .slicknav_nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
}
.slicknav_menu .slicknav_arrow {
  position: absolute;
  right: 5px;
  height: 100%;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0;
  line-height: 1.125em;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.slicknav_btn .slicknav_icon {
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  margin-top: 1px;
}
.slicknav_btn .slicknav_icon:before {
  display: none;
}
.slicknav_btn .slicknav_icon span {
  background-color: #FFF;
  box-shadow: none;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slicknav_btn .slicknav_icon span:first-child {
  display: block;
}
.slicknav_btn .slicknav_icon span:first-child:before, .slicknav_btn .slicknav_icon span:first-child:after {
  background-color: #3f3f3f;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -ms-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -ms-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}
.slicknav_btn .slicknav_icon span:first-child:before {
  top: -6px;
}
.slicknav_btn .slicknav_icon span:first-child:after {
  top: 6px;
}
.slicknav_btn.slicknav_open span:first-child {
  background-color: transparent !important;
}
.slicknav_btn.slicknav_open span:first-child:before, .slicknav_btn.slicknav_open span:first-child:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -ms-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
.slicknav_btn.slicknav_open span:first-child:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slicknav_btn.slicknav_open span:first-child:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
>>> Home Main section  
----------------------------------------------------------------*/
/***********************
>>> Split Hero Section  
***********************/
.hero-split {
  padding: 100px 0 70px;
  background: #fff;
  overflow: hidden;
}
.hero-content {
  padding-right: 15px;
  
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(186,147,31,0.07);
  color: #ba931f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 6px;
  margin-bottom: 28px;
}
.hero-badge i {
  font-size: 13px;
}
.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.08;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}
.hero-title span {
  color: #ba931f;
}
.hero-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 460px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 44px;
}
.hero-actions .round-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-actions .round-btn i {
  font-size: 12px;
  transition: transform 0.3s;
}
.hero-actions .round-btn:hover i {
  transform: translateX(3px);
}
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.3s;
}
.hero-link:hover {
  color: #ba931f;
}
.hero-link i {
  font-size: 18px;
  color: #ba931f;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 32px;
  border-top: 1px solid #eee;
}
.hero-stat strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}
.hero-stat strong i {
  font-size: 14px;
  color: #ba931f;
  margin-left: 2px;
}
.hero-stat span {
  font-size: 11px;
  color: #999;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero-stat-divider {
  width: 1px;
  height: 36px;
  background: #e0e0e0;
}
.hero-image {
  position: relative;
}
.hero-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.10);
}
.hero-image-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.hero-image-badge i {
  color: #ba931f;
  font-size: 14px;
}

/* Split Hero — Tablet */
@media (max-width: 991px) {
  .hero-split {
    padding: 100px 0 50px;
  }
  .hero-content {
    padding-right: 20px;
  }
  .hero-title {
    font-size: 34px;
  }
  .hero-desc {
    font-size: 14px;
  }
  .hero-image img {
    height: 420px;
  }
}

/* Split Hero — Mobile */
@media (max-width: 767px) {
  .hero-split {
    padding: 0;
    padding-bottom: 20px;
    background: #1a1a1a;
    position: relative;
  }
  .hero-split > .container {
    padding: 0;
    max-width: 100%;
  }
  .hero-split .row {
    margin: 0;
    flex-direction: column-reverse;
  }
  .hero-split .row > [class*="col-"] {
    padding: 0;
  }

  /* Image becomes full-width top banner */
  .hero-image {
    position: relative;
  }
  .hero-image img {
    height: 280px;
    border-radius: 0;
    box-shadow: none;
  }
  .hero-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, #1a1a1a 0%, transparent 100%);
    pointer-events: none;
  }
  .hero-image-badge {
    top: 16px;
    left: 16px;
    bottom: auto;
    font-size: 10px;
    padding: 7px 12px;
    border-radius: 6px;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    box-shadow: none;
  }
  .hero-image-badge i {
    color: #ba931f;
    font-size: 12px;
  }

  /* Content sits below image on dark bg */
  .hero-content {
    padding: 0 20px 0px;
    margin-top: -120px;
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .hero-badge {
    font-size: 10px;
    padding: 6px 0px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    
     color: #ffffff;
  }
  .hero-title {
    font-size: 28px;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 14px;
  }
  .hero-title br {
    display: none;
  }
  .hero-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 24px;
    line-height: 1.6;
  }
  .hero-actions {
    flex-direction: row;
    gap: 12px;
    margin-bottom: 28px;
  }
  .hero-actions .round-btn {
    flex: 1;
    justify-content: center;
    padding: 13px 16px;
    font-size: 12px;
  }
  .hero-link {
    flex: 1;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 12px 16px;
    border-radius: 8px;
    gap: 8px;
  }
  .hero-link:hover {
    color: #ba931f;
  }
  .hero-stats {
    justify-content: space-between;
    gap: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .hero-stat {
    text-align: center;
    flex: 1;
  }
  .hero-stat strong {
    font-size: 18px;
    color: #fff;
  }
  .hero-stat span {
    font-size: 8px;
    color: rgba(255,255,255,0.45);
    letter-spacing: 0.8px;
  }
  .hero-stat-divider {
    height: 0px;
    background: rgba(255,255,255,0.12);
  }
}
/* Hero mobile — larger phones 600px+ */
@media (min-width: 576px) and (max-width: 767px) {
  .hero-image img {
    height: 280px;
  }
  .hero-content {
    padding: 0 28px 0;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-desc {
    font-size: 14px;
  }
  .hero-actions .round-btn {
    font-size: 13px;
    padding: 14px 20px;
  }
  .hero-link {
    font-size: 13px;
    padding: 13px 20px;
  }
  .hero-stat strong {
    font-size: 22px;
  }
  .hero-stat span {
    font-size: 9px;
  }
}




/*****************************
>>> Home travel destination section  
******************************/
.home-destination {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .home-destination .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .home-destination .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.destination-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-radius: 18px;
  min-height: 400px;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow:
    0 2px 4px rgba(0,0,0,0.04),
    0 8px 20px rgba(0,0,0,0.08),
    0 20px 40px rgba(0,0,0,0.06);
  will-change: transform;
  contain: layout style;
  transform: translateZ(0);
}
.destination-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.50) 0%, transparent 60%);
  z-index: 0;
  transition: opacity 0.4s ease;
}
.destination-item:hover {
  transform: translateY(-6px);
  box-shadow:
    0 4px 8px rgba(0,0,0,0.06),
    0 12px 28px rgba(0,0,0,0.10),
    0 28px 56px rgba(0,0,0,0.08);
}
.destination-item:hover::before {
  opacity: 0.7;
}
.destination-item h3 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 16px;
}
.destination-item .destination-content {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  margin: 10px;
  padding: 12px 16px;
  position: relative;
  width: calc(100% - 20px);
  transition: transform 0.35s ease, background 0.35s ease;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 4px 16px rgba(0,0,0,0.06);
  will-change: transform;
}
.destination-item:hover .destination-content {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.75);
}
.destination-item .cat-link {
  color: #ba931f;
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.destination-item h3 {
  text-transform: uppercase;
  margin-bottom: 6px;
}
.destination-item p:last-child {
  margin-bottom: 0;
}
.destination-item .rating-start-wrap {
  background-color: #ba931f;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  right: 16px;
  top: 52px;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(186,147,31,0.3);
}
.destination-item .rating-start-wrap .rating-start:before {
  color: #C3C3C3;
}
.destination-item .rating-start-wrap .rating-start span:before {
  color: #ffffff;
}
@media screen and (max-width: 731px) {
  .destination-item {
    min-height: 340px;
    margin-bottom: 30px;
    border-radius: 14px;
  }
  .destination-item::before {
    inset: 0;
  }
  .destination-item h3 {
    font-size: 14px;
  }
  .destination-item .cat-link {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .destination-item p {
    font-size: 12px;
  }
  .destination-item .destination-content {
    margin: 8px;
    padding: 8px 12px;
    width: calc(100% - 16px);
    border-radius: 12px;
  }
  .destination-item .rating-start-wrap {
    top: 40px;
    right: 10px;
  }
}

/*****************************
>>> Home travel package section  
******************************/
.home-package {
  padding-bottom: 60px;
  padding-top: 60px;
}
.home-package .section-btn-wrap {
  padding-top: 10px;
}
.package-item {
  border-radius: 18px;
  margin-bottom: 40px;
  background: rgb(227, 227, 227);
  overflow: hidden;
  box-shadow:
    0 2px 4px rgba(0,0,0,0.04),
    0 8px 20px rgba(0,0,0,0.08),
    0 20px 40px rgba(0,0,0,0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.package-item:hover {
  transform: translateY(-5px);
  box-shadow:
    0 4px 8px rgba(0,0,0,0.06),
    0 12px 28px rgba(0,0,0,0.10),
    0 28px 56px rgba(0,0,0,0.08);
}
.package-item .package-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.package-item .package-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.08), transparent);
}
.package-item .package-content p {
  margin-bottom: 25px;
}
.package-item .package-meta {
  background-color: #f8f7f2;
  box-shadow: none;
  border: 1px solid rgba(186,147,31,0.15);
  border-radius: 8px;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}
.package-item .package-meta ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.package-item .package-meta ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
  padding: 0 12px;
  position: relative;
}
.package-item .package-meta ul li [class*=fa-] {
  color: #ba931f;
  margin-right: 4px;
}
.package-item .package-meta ul li:before {
  color: #BBBBBB;
  content: "|";
  position: absolute;
  right: -3px;
  top: 0;
}
.package-item .package-meta ul li:first-child {
  padding-left: 0;
}
.package-item .package-meta ul li:last-child {
  padding-right: 0;
}
.package-item .package-meta ul li:last-child:before {
  display: none;
}
.package-item .package-content {
  background: rgba(255,255,255,0.95);
  padding: 40px;
}
.package-item .package-price {
  background: rgb(255, 255, 255);
  padding: 50px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.package-item .package-price * {
  color: #ba931f;
}
.package-item .package-price .price-list {
  margin-bottom: 18px;
}
.package-item .package-price .price-list span {
  font-size: 36px;
  font-weight: 800;
  display: block;
}
.package-item .package-price .outline-btn {
  background: linear-gradient(135deg, #ba931f 0%, #d4a820 100%);
  color: #fff;
  border: none;
  box-shadow: 0 2px 10px rgba(186,147,31,0.20);
  font-size: 11px;
  padding: 10px 24px;
  letter-spacing: 1px;
}
.package-item .package-price .outline-btn::before {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
}
.package-item .package-price .outline-btn:hover {
  background: linear-gradient(135deg, #a8840e 0%, #ba931f 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(186,147,31,0.35);
}
.package-item .review-area {
  margin-bottom: 10px;
}
.package-item .rating-start-wrap {
  vertical-align: middle;
  margin-left: 10px;
}
.package-item .rating-start-wrap .rating-start:before {
  color: #C3C3C3;
}
.package-item .rating-start-wrap .rating-start span:before {
  color: #ba931f;
}
@media screen and (min-width: 732px) {
  .package-item {
    display: grid;
    grid-template-columns: 33.33% 40% 26.67%;
  }
}
@media screen and (max-width: 731px) {
  .package-item {
    margin-bottom: 30px;
  }
  .package-item .package-image {
    min-height: 180px;
  }
  .package-item .package-content {
    padding: 25px 20px;
  }
  .package-item .package-meta ul li {
    font-size: 11px;
    padding: 0 9px;
  }
  .package-item .package-price {
    padding: 15px 20px;
  }
  .package-item .package-price .price-list span {
    font-size: 28px;
  }
}

/*****************************
>>> Home travel callback section  
******************************/
.bg-img-fullcallback {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  z-index: 1;
}
.bg-img-fullcallback * {
  color: #ffffff;
}
.bg-img-fullcallback .video-button {
  margin-bottom: 50px;
}
.bg-img-fullcallback p {
  margin-bottom: 40px;
  font-size: 16px;
}
.bg-img-fullcallback .callback-btn {
  margin-left: -10px;
  margin-right: -10px;
}
.bg-img-fullcallback .callback-btn a {
  margin: 10px;
}
@media screen and (max-width: 731px) {
  .bg-img-fullcallback {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.home-callback {
  padding-bottom: 185px;
}
@media screen and (max-width: 731px) {
  .home-callback {
    padding-bottom: 140px;
  }
}

.bg-color-callback {
  padding-top: 85px;
  padding-bottom: 85px;
}
.bg-color-callback.primary-bg * {
  color: #ffffff;
}
.bg-color-callback h2 ~ p {
  margin-bottom: 0;
}
@media screen and (max-width: 731px) {
  .bg-color-callback {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*****************************
>>> Home counter section  
******************************/
.home-counter .counter-wrap {
  margin-top: 0;
}

.counter-wrap {
  background: #fff;
  box-shadow: 0 6px 28px rgba(0,0,0,0.07);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 14px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 0;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(186,147,31,0.08);
}
.counter-wrap .counter-item {
  border-right: 1px solid rgba(186,147,31,0.12);
  color: #202020;
  padding: 10px 15px 15px;
  text-align: center;
  width: 25%;
}
.counter-wrap .counter-item:last-child {
  border-right: none;
}
.counter-wrap .counter-no {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #1a1a2e 0%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.counter-wrap .counter-desc {
  color: #ba931f;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (max-width: 731px) {
  .counter-wrap {
    margin-right: 0;
    margin-left: 0;
  }
  .counter-wrap .counter-item {
    width: 50%;
    border-top: 1px solid rgba(186,147,31,0.12);
  }
  .counter-wrap .counter-item:first-child, .counter-wrap .counter-item:nth-child(2) {
    border-top: none;
  }
  .counter-wrap .counter-item:nth-child(2) {
    border-right: none;
  }
  .counter-wrap .counter-item {
    padding: 12px;
  }
  .counter-wrap .counter-no {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .counter-wrap .counter-desc {
    font-size: 13px;
    line-height: 1.1;
  }
}

/*****************************
>>> Home offer section  
******************************/
.home-offer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-offer .section-btn-wrap {
  padding-top: 10px;
}
@media screen and (min-width: 1200px) {
  .home-offer .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .home-offer .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* ── Offer Cards — Modern Glass ── */
.offer-package-wrap .row { --bs-gutter-x: 2rem; }

.offer-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  min-height: 540px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(.25,.46,.45,.94), box-shadow 0.5s ease;
  box-shadow:
    0 2px 4px rgba(0,0,0,0.04),
    0 8px 20px rgba(0,0,0,0.08),
    0 20px 40px rgba(0,0,0,0.06);
  will-change: transform;
  contain: layout style;
  transform: translateZ(0);
}

/* Soft fade for glass readability */
.offer-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 42%,
    rgba(255,255,255,0.4) 58%,
    rgba(255,255,255,0.7) 72%
  );
  z-index: 1;
  pointer-events: none;
}

/* Diagonal glass glare on hover */
.offer-item::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 40%,
    rgba(255,255,255,0.12) 45%,
    rgba(255,255,255,0.25) 50%,
    rgba(255,255,255,0.12) 55%,
    transparent 60%,
    transparent 100%
  );
  z-index: 5;
  pointer-events: none;
  transition: left 0.7s ease;
}
.offer-item:hover::after {
  left: 120%;
}

.offer-item:hover {
  transform: translateY(-8px);
  box-shadow:
    0 4px 8px rgba(0,0,0,0.06),
    0 12px 28px rgba(0,0,0,0.10),
    0 28px 56px rgba(0,0,0,0.08);
}

/* ── Glass Content Panel ── */
.offer-item .offer-content {
  background: rgba(255,255,255,0.92);
  border-radius: 14px;
  margin: 0 12px 12px;
  width: calc(100% - 24px);
  padding: 20px 22px 22px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.4);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 4px 16px rgba(0,0,0,0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}
.offer-item:hover .offer-content {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.78);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    0 8px 24px rgba(0,0,0,0.08);
}

/* ── Meta Info Pills ── */
.offer-item .package-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.offer-item .package-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.offer-item .package-meta ul li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #555;
  background: rgba(255,255,255,0.85);
  padding: 5px 11px;
  border-radius: 8px;
  letter-spacing: 0.02em;
  border: 1px solid rgba(186,147,31,0.15);
}
.offer-item .package-meta ul li [class*=fa-] {
  color: #ba931f;
  font-size: 10px;
}
.offer-item .package-meta ul li:before {
  display: none;
}

/* ── Title & Description ── */
.offer-item h3 {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.offer-item h3 a {
  color: #1a1a2e;
  text-decoration: none;
  transition: color 0.3s;
}
.offer-item h3 a:hover { color: #ba931f; }
.offer-item p {
  margin-bottom: 0;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Price Section ── */
.offer-item .price-list {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 0;
  margin-top: 14px;
  font-size: 12px;
  color: #999;
  font-weight: 500;
  padding-top: 12px;
  border-top: 1px solid rgba(186,147,31,0.12);
}
.offer-item .price-list del {
  font-size: 15px;
  color: #bbb;
  text-decoration: line-through;
  font-weight: 500;
}
.offer-item .price-list ins {
  font-size: 26px;
  color: #ba931f;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.02em;
}

/* ── CTA Button ── */
.offer-item .round-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ba931f, #d4a820);
  color: #fff;
  padding: 11px 26px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: 0 2px 8px rgba(186,147,31,0.20);
  border: none;
  margin-top: 14px;
  position: relative;
  overflow: hidden;
}
.offer-item .round-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transition: left 0.5s ease;
}
.offer-item .round-btn:hover::before {
  left: 100%;
}
.offer-item .round-btn:hover {
  background: linear-gradient(135deg, #a8840e, #ba931f);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(186,147,31,0.35);
  color: #fff;
}

/* ── Discount Badge ── */
.offer-item .offer-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 6;
  background: rgba(197,48,48,0.92);
  color: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 16px rgba(197,48,48,0.30);
  line-height: 1.2;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.2);
}
.offer-item .offer-badge span {
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin: 2px 0;
}

/* ── Limited Offer Tag ── */
.offer-item .offer-limited {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 6;
  background: rgba(186,147,31,0.92);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 3px 12px rgba(186,147,31,0.25);
  border: 1px solid rgba(255,255,255,0.25);
}
.offer-item .offer-limited i { font-size: 10px; }

/* ── Responsive ── */
@media screen and (max-width: 991px) {
  .offer-item {
    min-height: 500px;
  }
}
@media screen and (max-width: 731px) {
  .offer-item {
    min-height: 420px;
    margin-bottom: 20px;
    border-radius: 16px;
  }
  .offer-item::before {
    inset: 0;
  }
  .offer-item .offer-content {
    padding: 16px 16px 18px;
    border-radius: 12px;
    margin: 0 8px 8px;
    width: calc(100% - 16px);
  }
  .offer-item .package-meta ul li {
    font-size: 10px;
    padding: 4px 8px;
  }
  .offer-item h3 { font-size: 15px; }
  .offer-item p { font-size: 12px; -webkit-line-clamp: 2; }
  .offer-item .price-list ins { font-size: 22px; }
  .offer-item .offer-badge {
    padding: 6px 10px;
    font-size: 9px;
    top: 16px;
    right: 16px;
    border-radius: 8px;
  }
  .offer-item .offer-badge span { font-size: 16px; }
  .offer-item .offer-limited {
    top: 16px;
    left: 16px;
    font-size: 9px;
    padding: 5px 10px;
  }
  .offer-item .round-btn {
    padding: 10px 20px;
    font-size: 11px;
  }
}

/*****************************
>>> Home gallery section  
******************************/
.home-gallery {
  padding-top: 0px;
  padding-bottom: 30px;
}


/* Modern Gallery Grid */
.hg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
}
.hg-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.08);
  will-change: transform;
  transform: translateZ(0);
}
.hg-item.hg-tall {
  grid-row: span 2;
}
.hg-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.hg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  will-change: transform;
}
.hg-item:hover img {
  transform: scale(1.1);
}
.hg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(186,147,31,0.3) 0%, rgba(0,0,0,0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.hg-overlay i {
  color: #fff;
  font-size: 24px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}
.hg-item:hover .hg-overlay {
  opacity: 1;
}
@media screen and (max-width: 731px) {
  .hg-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 160px;
  }
}
@media screen and (max-width: 731px) {
  .hg-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 140px;
    gap: 8px;
  }
  .hg-item {
    border-radius: 10px;
  }
}

/* ========================
   Modern Fancybox Overrides
   ======================== */

/*
 * Fix centering broken by html { zoom: 0.85 } on desktop.
 * We undo the zoom on the fixed container and let the browser
 * handle centering natively via flexbox on the slide.
 */
@media screen and (min-width: 992px) {
  .fancybox-container {
    zoom: 1.1764705882;      /* 1 / 0.85 — undo html zoom */
  }
}

/* Dark cinematic backdrop */
.fancybox-bg {
  background: #000;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.96;
}

/* ---- Slide centering ---- */
.fancybox-slide--image {
  padding: 24px !important;
}

/* Image content — keep fancybox's native absolute positioning intact
   so slide-swapping and index tracking work correctly. Only add
   visual polish (rounded corners, shadow). */
.fancybox-slide--image .fancybox-content {
  border-radius: 6px;
  overflow: hidden;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}
.fancybox-slide--image .fancybox-content .fancybox-image {
  object-fit: contain;
  object-position: center center;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .fancybox-slide--image {
    padding: 16px !important;
  }
}

/* ---- Close button ---- */
.fancybox-button--close {
  background: rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  top: 16px;
  right: 16px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.fancybox-button--close:hover {
  background: rgba(255, 255, 255, 0.25) !important;
  transform: rotate(90deg);
}

/* ---- Navigation arrows ---- */
.fancybox-navigation .fancybox-button {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  top: calc(50% - 26px);
  opacity: 1;
  transition: background 0.3s ease, transform 0.3s ease;
}
.fancybox-navigation .fancybox-button:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.12);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 20px;
  padding: 10px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 20px;
  padding: 10px;
}

/* ---- Info bar (counter) ---- */
.fancybox-infobar {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.75);
  top: 18px;
  left: 18px;
  mix-blend-mode: normal;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 0 16px;
  height: 34px;
  line-height: 34px;
}

/* ---- Toolbar buttons ---- */
.fancybox-toolbar .fancybox-button {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  margin: 10px 4px;
  transition: background 0.3s ease;
}
.fancybox-toolbar .fancybox-button:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* ---- Caption bar ---- */
.fancybox-caption {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 50px 44px 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
}

/* ---- Loading spinner ---- */
.fancybox-loading {
  border-color: rgba(255, 255, 255, 0.12);
  border-top-color: #ba931f;
}

/* ---- Thumbnails strip ---- */
.fancybox-thumbs {
  background: rgba(10, 10, 10, 0.96);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}
.fancybox-thumbs__list a {
  border-radius: 6px;
  opacity: 0.45;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fancybox-thumbs__list a:hover {
  opacity: 0.85;
  transform: scale(1.05);
}
.fancybox-thumbs__list a.fancybox-thumbs-active {
  opacity: 1;
}
.fancybox-thumbs__list a:before {
  border-color: #ba931f;
  border-radius: 6px;
}

/* ---- Smooth image entrance ---- */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
  transition: opacity 0.35s ease;
}

/* ---- Mobile refinements ---- */
@media screen and (max-width: 731px) {
  .fancybox-slide {
    padding: 40px 10px;
  }
  .fancybox-slide--image {
    padding: 40px 6px;
  }
  .fancybox-slide--image .fancybox-content {
    max-width: 98vw;
    max-height: 80vh;
    border-radius: 4px;
  }
  .fancybox-slide--image .fancybox-content .fancybox-image {
    max-width: 98vw;
    max-height: 80vh;
    border-radius: 4px;
  }
  .fancybox-navigation .fancybox-button {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 8px;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 8px;
  }
}

/*****************************
>>> Home client / Why Choose Us section  
******************************/
.home-client {
  background-color: #F9F9F9;
  padding: 60px 0;
  position: relative;
}
.home-client .client-content .sub-title {
  color: #ba931f;
}
.home-client .client-content .section-title {
  color: #1a1a1a;
  font-size: 22px;
}
.home-client .client-content p {
  color: #666;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.7;
}
.trust-badges {
  margin-top: 20px;
}
.trust-badge {
  padding: 22px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 16px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(186,147,31,0.06);
}
.trust-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(186,147,31,0.12);
}
.trust-badge i {
  font-size: 28px;
  color: #ba931f;
  margin-bottom: 12px;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: rgba(186,147,31,0.08);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.trust-badge h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #1a1a1a;
}
.trust-badge small {
  font-size: 12px;
  color: #888;
}
@media screen and (max-width: 731px) {
  .home-client .client-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .trust-badge {
    padding: 15px;
  }
  .trust-badge i {
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

/*****************************
>>> Home testimonial section  
******************************/
.home-testimonial {
  padding-bottom: 60px;
  padding-top: 60px;
}
.home-testimonial .slick-slide {
  margin: 15px;
}
.home-testimonial .slick-list {
  margin: 0 -15px;
}


.testimonial-item .testimonial-content {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  padding: 30px;
  position: relative;
  background: #fff;
  border: 1px solid rgba(186,147,31,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.testimonial-item .testimonial-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.10);
}
.testimonial-item .rating-start-wrap {
  margin-bottom: 20px;
}
.testimonial-item .author-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-item .testimonial-img {
  border-radius: 100%;
  overflow: hidden;
  width: 70px;
  box-shadow: 0 3px 12px rgba(186,147,31,0.2);
  border: 2px solid rgba(186,147,31,0.15);
}
.testimonial-item .author-name {
  padding-left: 20px;
}
.testimonial-item .author-name h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.1;
}
.testimonial-item .author-name span {
  color: #ba931f;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.testimonial-item .testimonial-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.testimonial-item .testimonial-icon i {
  font-size: 45px;
  color: rgba(186,147,31,0.08);
}

/* Modern btn-default */
.btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #ba931f;
  background: transparent;
  border: 2px solid #ba931f;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
}
.btn-default::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #ba931f 0%, #d4a820 100%);
  transition: width 0.35s ease;
  z-index: -1;
}
.btn-default:hover::before {
  width: 100%;
}
.btn-default:hover {
  color: #fff;
  border-color: #ba931f;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(186,147,31,0.30);
}

/*--------------------------------------------------------------
>>> FAQ Page
----------------------------------------------------------------*/

/* Hero */
.faq-hero {
  padding: 80px 0 50px;
  background: linear-gradient(135deg, #f9f8f5 0%, #f0efe8 100%);
  text-align: center;
}
.faq-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #ba931f;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.faq-hero-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}
.faq-hero-sub {
  font-size: 15px;
  color: #777;
  max-width: 520px;
  margin: 0 auto 30px;
  line-height: 1.7;
}
.faq-hero-sub a {
  color: #ba931f;
  font-weight: 600;
  text-decoration: none;
}
.faq-hero-sub a:hover {
  text-decoration: underline;
}

/* Search box */
.faq-search-box {
  display: flex;
  align-items: center;
  max-width: 440px;
  margin: 0 auto;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-search-box:focus-within {
  border-color: #ba931f;
  box-shadow: 0 0 0 3px rgba(186,147,31,0.1);
}
.faq-search-box i {
  color: #bbb;
  font-size: 14px;
  margin-right: 10px;
}
.faq-search-box input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 12px 0;
  font-size: 14px;
  font-family: inherit;
  color: #333;
}
.faq-search-box input::placeholder {
  color: #c0c0c0;
}

/* Category Tabs */
.faq-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-top: 10px;
}
.faq-tab {
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: background-color 0.22s, border-color 0.22s, color 0.22s;
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 6px;
}
.faq-tab i {
  font-size: 12px;
}
.faq-tab:hover {
  border-color: #ba931f;
  color: #ba931f;
}
.faq-tab.active {
  background: #ba931f;
  border-color: #ba931f;
  color: #fff;
}

/* FAQ Section */
.faq-section {
  padding: 50px 0 60px;
}

/* FAQ List */
.faq-list {
  max-width: 780px;
  margin: 0 auto;
}

/* FAQ Item */
.faq-item {
  border: 1.5px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
}
.faq-item:hover {
  border-color: #d4d4d4;
}
.faq-item.open {
  border-color: #ba931f;
  box-shadow: 0 4px 16px rgba(186,147,31,0.08);
}

/* Question button */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 22px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  gap: 16px;
}
.faq-question span {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}
.faq-question i {
  font-size: 12px;
  color: #ba931f;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item.open .faq-question i {
  transform: rotate(180deg);
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 22px;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 22px 20px;
}
.faq-answer p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}
.faq-answer a {
  color: #ba931f;
  font-weight: 500;
  text-decoration: none;
}
.faq-answer a:hover {
  text-decoration: underline;
}

/* No Results */
.faq-no-results {
  text-align: center;
  padding: 50px 20px;
  max-width: 780px;
  margin: 0 auto;
}
.faq-no-results i {
  font-size: 40px;
  color: #ddd;
  margin-bottom: 16px;
}
.faq-no-results p {
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
}

/* CTA Section */
.faq-cta {
  padding: 0 0 80px;
}
.faq-cta-box {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 16px;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.faq-cta-box::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(186,147,31,0.08);
}
.faq-cta-box::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(186,147,31,0.05);
}
.faq-cta-icon {
  width: 60px;
  height: 60px;
  background: rgba(186,147,31,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
.faq-cta-icon i {
  font-size: 24px;
  color: #ba931f;
}
.faq-cta-box h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.faq-cta-box p {
  color: #aaa;
  font-size: 14px;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
}
.faq-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, background-color 0.3s ease;
}
.faq-cta-whatsapp {
  background: #25d366;
  color: #fff;
}
.faq-cta-whatsapp:hover {
  background: #1fb855;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(37,211,102,0.30);
}
.faq-cta-email {
  background: linear-gradient(135deg, #ba931f 0%, #d4a820 100%);
  color: #fff;
}
.faq-cta-email:hover {
  background: linear-gradient(135deg, #a8840e 0%, #ba931f 100%);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(186,147,31,0.30);
}
.faq-cta-contact {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.2);
}
.faq-cta-contact:hover {
  background: rgba(255,255,255,0.18);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255,255,255,0.10);
}

/* ── Homepage FAQ Mini Section ── */
.home-faq {
  padding: 30px 0 70px;
  background: #ffffff;
}
.home-faq .faq-list {
  max-width: 720px;
  margin: 0 auto;
}
.home-faq .section-btn-wrap {
  margin-top: 30px;
}

/* ── FAQ Responsive ── */
@media screen and (max-width: 731px) {
  .faq-hero {
    padding: 50px 0 30px;
  }
  .faq-hero-title {
    font-size: 26px;
  }
  .faq-hero-sub {
    font-size: 13px;
  }
  .faq-search-box {
    max-width: 100%;
  }
  .faq-tabs {
    gap: 6px;
    margin-bottom: 24px;
  }
  .faq-tab {
    padding: 6px 14px;
    font-size: 11px;
  }
  .faq-section {
    padding: 30px 0 40px;
  }
  .faq-question {
    padding: 14px 16px;
  }
  .faq-question span {
    font-size: 13px;
  }
  .faq-answer {
    padding: 0 16px;
  }
  .faq-item.open .faq-answer {
    padding: 0 16px 16px;
  }
  .faq-answer p {
    font-size: 13px;
  }
  .faq-cta-box {
    padding: 36px 20px;
  }
  .faq-cta-box h3 {
    font-size: 20px;
  }
  .faq-cta-btn {
    padding: 9px 16px;
    font-size: 12px;
  }
  .home-faq {
    padding: 40px 0 50px;
  }
}

/*--------------------------------------------------------------
>>> Scroll Reveal Animations (disabled)
----------------------------------------------------------------*/
.reveal {
  opacity: 1;
}

/*--------------------------------------------------------------
>>> Trust Strip 
----------------------------------------------------------------*/
.trust-strip {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  padding: 28px 0;
}
.trust-strip-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  letter-spacing: 0.3px;
}
.trust-strip-item i {
  font-size: 20px;
  color: #ba931f;
}
@media (max-width: 767px) {
  .trust-strip {
    padding: 24px 0;
  }
  .trust-strip-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 16px;
    justify-items: start;
    max-width: 340px;
    margin: 0 auto;
  }
  .trust-strip-item {
    font-size: 12px;
    gap: 8px;
  }
  .trust-strip-item i {
    font-size: 17px;
    min-width: 20px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
>>> How It Works 
----------------------------------------------------------------*/
.how-it-works {
  padding: 60px 0;
  background: #f9f9f9;
}
.hiw-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 10px;
}
.hiw-step {
  text-align: center;
  padding: 28px 22px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 16px rgba(0,0,0,0.05);
  max-width: 300px;
  flex: 1;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.hiw-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(186,147,31,0.15);
}
.hiw-number {
  font-size: 40px;
  font-weight: 800;
  color: #ba931f;
  opacity: 0.15;
  position: absolute;
  top: 12px;
  right: 18px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}
.hiw-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ba931f 0%, #d4a929 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.hiw-icon i {
  font-size: 24px;
  color: #fff;
}
.hiw-step h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #1a1a1a;
  letter-spacing: 1px;
}
.hiw-step p {
  font-size: 13px;
  color: #777;
  line-height: 1.65;
  margin: 0;
}
.hiw-connector {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #ba931f;
  font-size: 24px;
  margin-top: 60px;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .hiw-connector { display: none; }
  .hiw-grid { flex-direction: column; align-items: center; gap: 20px; }
  .hiw-step { max-width: 100%; width: 100%; }
}
@media (max-width: 767px) {
  .how-it-works { padding: 45px 0 40px; }
}

/*--------------------------------------------------------------
>>> Mid-page CTA Banner 
----------------------------------------------------------------*/
.mid-cta {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  text-align: center;
}
.mid-cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.mid-cta-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,26,26,0.85) 0%, rgba(26,26,26,0.7) 100%);
}
.mid-cta .container {
  position: relative;
  z-index: 2;
}
.mid-cta-content {
  max-width: 650px;
  margin: 0 auto;
}
.mid-cta-label {
  color: #ba931f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
.mid-cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 14px;
  text-transform: none;
}
.mid-cta-content p {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 24px;
}
.mid-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.mid-cta-btns .outline-btn-white {
  border-color: rgba(255,255,255,0.5);
}
.mid-cta-btns .outline-btn-white:hover {
  background: #fff;
  color: #1a1a2e;
  border-color: #fff;
  box-shadow: 0 8px 28px rgba(255,255,255,0.20);
}
@media (max-width: 767px) {
  .mid-cta { padding: 55px 0; }
  .mid-cta-bg { background-attachment: scroll; }
  .mid-cta-title { font-size: 22px; }
  .mid-cta-content p { font-size: 13px; }
}

/*--------------------------------------------------------------
>>> Main Footer  
----------------------------------------------------------------*/
.site-footer {
  background-color: #f7f7f7;
  border-top: 1px solid #ba931f;
  padding: 0;
}

/* ── Top section: links left | subscribe right ── */
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 20px 0 20px;
}

/* Nav links — rows */
.footer-nav-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer-nav-line {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

/* Main nav links (rows 1 & 2) */
.footer-nav-line a {
  position: relative;
  color: #555;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
  padding: 10px 18px 6px 0;
  margin-right: 18px;
  border-right: 1px solid #d4d4d4;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.22s;
}
.footer-nav-line a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1.5px;
  background: #ba931f;
  transition: width 0.25s ease;
}
.footer-nav-line a:hover {
  color: #ba931f;
}
.footer-nav-line a:hover::after {
  width: calc(100% - 18px);
}
.footer-nav-line a:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.footer-nav-line a:last-child:hover::after {
  width: 100%;
}

/* Row 3 — legal links */
.footer-nav-legal {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed #ddd;
}
.footer-nav-legal a {
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 6px 14px 4px 0;
  margin-right: 14px;
  border-right: 1px solid #e0e0e0;
}
.footer-nav-legal a::after {
  bottom: 0;
  height: 1px;
}
.footer-nav-legal a:hover {
  color: #ba931f;
}
.footer-nav-legal a:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

/* Subscribe block — right side */
.footer-subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
  min-width: 300px;
}
.footer-subscribe-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.4px;
  margin: 0;
  text-transform: uppercase;
}
.footer-subscribe-sub {
  font-size: 12px;
  color: #999;
  margin: 0;
  text-align: right;
  line-height: 1.5;
}
.footer-subscribe-form {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 34px;
  border: 1.5px solid #d0d0d0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s;
}
.footer-subscribe-form:focus-within {
  border-color: #ba931f;
}
.footer-subscribe-form input[type="email"] {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 11px;
  font-size: 12px;
  color: #333;
  font-family: inherit;
  min-width: 0;
  height: 100%;
}
.footer-subscribe-form input[type="email"]::placeholder {
  color: #bbb;
}
.footer-subscribe-form button {
  background: #ba931f;
  color: #fff;
  border: none;
  outline: none;
  padding: 0 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  font-family: inherit;
  flex-shrink: 0;
  height: 100%;
}
.footer-subscribe-form button:hover {
  background: #9e7d1a;
}

/* ── Bottom bar ── */
.site-footer .footer-bottom {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.footer-bottom-logo {
  display: flex;
  align-items: center;
}
.footer-bottom-logo img {
  width: 130px;
  height: auto;
  object-fit: contain;
  display: block;
}
.footer-bottom-social {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
}
.footer-bottom-social a {
  color: #ba931f;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
  line-height: 1;
}
.footer-bottom-social a:hover {
  color: #1a1a1a;
  transform: translateY(-2px);
}
.footer-bottom-copy {
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-align: right;
}

/* Mobile logo — hidden on desktop */
.footer-mobile-logo {
  display: none;
}

/* ── Mobile ── */
@media screen and (max-width: 731px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 0 18px;
  }
  /* Show mobile logo at the very top */
  .footer-mobile-logo {
    display: flex;
    justify-content: center;
    order: 0;
  }
  .footer-mobile-logo img {
    width: 180px;
    height: auto;
  }
  /* Hide the 8 main nav links on mobile */
  .footer-nav-line:not(.footer-nav-legal) {
    display: none;
  }
  /* Push legal row below the subscribe form */
  .footer-nav-block {
    order: 2;
    align-items: center;
  }
  .footer-subscribe {
    order: 1;
    align-items: center;
    min-width: unset;
  }
  /* Hide the original logo in the bottom bar on mobile */
  .footer-bottom-logo {
    display: none;
  }
  /* Legal row styling on mobile */
  .footer-nav-legal {
    justify-content: center;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .footer-nav-legal a {
    font-size: 10px;
    padding: 3px 10px 3px 0;
    margin-right: 10px;
  }
  .footer-subscribe-title,
  .footer-subscribe-sub {
    text-align: center;
  }
  .footer-subscribe-form {
    max-width: 100%;
    width: 100%;
  }
  .site-footer .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 14px 0;
  }
  .footer-bottom-logo img {
    width: 120px;
  }
  .footer-bottom-copy {
    text-align: center;
    font-size: 11px;
  }
  .footer-bottom-social a {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
>>> Inner Banner  
----------------------------------------------------------------*/
.inner-banner-wrap {
  padding-bottom: 95px;
}
@media screen and (max-width: 731px) {
  .inner-banner-wrap {
    padding-bottom: 55px;
  }
}

.inner-baner-container {
  
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
}
.inner-baner-container:before {
  background-color: #F5F5F7;
  content: "";
  display: block;
  
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.inner-baner-container .inner-banner-content {
  padding-top: 120px;
  padding-bottom: 135px;
  position: relative;
  color: #ffffff;
}
.inner-baner-container .page-title {
  color: #000000;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 30px;
}
@media screen and (max-width: 731px) {
  .inner-baner-container .inner-banner-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-baner-container .page-title {
    font-size: 25px;
  }
}

.policy-page-section {
  padding-bottom: 100px;
}

/*--------------------------------------------------------------
>>> Destination Page  
----------------------------------------------------------------*/
.destination-item-wrap {
  padding-bottom: 60px;

}



@media screen and (min-width: 732px) {
  .destination-item-wrap {
    padding-top: 100px;
  }
}



@media screen and (min-width: 1200px) {
  .destination-item-wrap .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .destination-item-wrap .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.destination-inner-page .counter-wrap {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: -80px;
}
.destination-inner-page .bg-color-callback {
  padding-top: 60px;
}
.destination-inner-page .bg-color-callback .outline-btn {
  margin-top: 20px;
}

/* Modern Destination Card Enhancements */
.destination-item .dest-price-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  z-index: 2;
  letter-spacing: 0.3px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.destination-item .dest-price-badge .price-amount {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}
.destination-item .dest-price-badge .price-label {
  font-size: 10px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.destination-item .dest-type-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ba931f;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 731px) {
  .destination-item .dest-price-badge {
    font-size: 11px;
    padding: 4px 10px;
    top: 10px;
    right: 10px;
  }
  .destination-item .dest-price-badge .price-amount {
    font-size: 13px;
  }
  .destination-item .dest-price-badge .price-label {
    font-size: 8px;
  }
  .destination-item .dest-type-badge {
    font-size: 9px;
    padding: 4px 8px;
    top: 10px;
    left: 10px;
    gap: 3px;
  }
}
.destination-item .destination-content .dest-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0px;
  font-size: 12px;
  color: #888;
  font-family: 'Poppins', sans-serif;
}
.destination-item .destination-content .dest-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.destination-item .destination-content .dest-meta i {
  color: #ba931f;
  font-size: 11px;
}

/*--------------------------------------------------------------
>>> Package Page  
----------------------------------------------------------------*/
.package-item-wrap,
.offer-package-wrap {
  padding-top: 100px;
  padding-bottom: 55px;
}
@media screen and (max-width: 731px) {
  .package-item-wrap,
.offer-package-wrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 731px) {
  .package-item-wrap,
.offer-package-wrap {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .offer-package-wrap .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .offer-package-wrap .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.package-inner-page {
  padding-bottom: 100px;
}
@media screen and (max-width: 731px) {
  
  .package-inner-page {
    padding-bottom: 60px;
  }
}

.single-packge-wrap .package-price {
  background-color: #F8F8F8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 30px 35px;
  text-align: center;
  margin-left: 20px;
}
.single-packge-wrap .package-price .price-list {
  color: #626672;
  margin-bottom: 0;
  font-size: 14px;
}
.single-packge-wrap .package-price .price-list span {
  color: #ba931f;
  font-size: 40px;
  font-weight: 800;
  display: block;
}
.single-packge-wrap .rating-start {
  font-size: 16px;
}
.single-packge-wrap .package-meta {
  border-top: 1px solid rgba(167, 167, 167, 0.2);
  border-bottom: 1px solid rgba(167, 167, 167, 0.2);
  margin: 40px 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.single-packge-wrap .package-meta ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.single-packge-wrap .package-meta ul li {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  padding: 0 12px;
  position: relative;
}
.single-packge-wrap .package-meta ul li [class*=fa-] {
  color: #ba931f;
  margin-right: 4px;
}
.single-packge-wrap .package-meta ul li:before {
  color: #BBBBBB;
  content: "|";
  position: absolute;
  right: -3px;
  top: 0;
}
.single-packge-wrap .package-meta ul li:first-child {
  padding-left: 0;
}
.single-packge-wrap .package-meta ul li:last-child {
  padding-right: 0;
}
.single-packge-wrap .package-meta ul li:last-child:before {
  display: none;
}
.single-packge-wrap .single-package-image {
  margin-bottom: 40px;
}
.single-packge-wrap .single-package-image img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.single-packge-wrap .package-content-detail ul {
  padding: 0;
  margin: 0;
}
.single-packge-wrap .package-content-detail ul li {
  list-style: none;
  margin-bottom: 8px;
}
.single-packge-wrap .package-content-detail ul li i {
  color: #ba931f;
  margin-right: 8px;
  font-size: 13px;
}
.single-packge-wrap .package-content-detail .package-include {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 30px 40px;
  margin: 40px 0;
}
.single-packge-wrap .package-content-detail .package-include ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-packge-wrap .package-content-detail .package-include ul li {
  width: 50%;
}
@media screen and (max-width: 731px) {
  .single-packge-wrap .package-price {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .single-packge-wrap .single-package-head {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-packge-wrap .package-meta ul li {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .single-packge-wrap .package-content-detail .package-include ul li {
    width: 100%;
  }
}

.sidebar > div {
  padding-bottom: 40px;
}
.sidebar .booking-form-inner {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 40px 30px;
}
.sidebar .booking-form-inner h3, .sidebar .booking-form-inner p {
  text-align: center;
  color: #ffffff;
}
.sidebar .booking-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sidebar .booking-form p {
  padding: 0 10px;
  width: 100%;
  margin-bottom: 20px;
}
.sidebar .booking-form p.width-5 {
  width: 50%;
}
.sidebar .booking-form p label {
  margin-bottom: 5px;
}
.sidebar .booking-form p input {
  width: 100%;
}
.sidebar .booking-form p button {
  background-color: transparent;
  width: 100%;
}
.sidebar .booking-form p button:hover {
  background-color: #ba931f;
  border-color: #ba931f;
}
.sidebar .related-package {
  text-align: center;
}
.sidebar .related-package .slick-slide {
  margin: 0 10px;
}
.sidebar .related-package .slick-list {
  margin: 0 -10px;
}
.sidebar .related-package .related-package-item img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.sidebar .package-map {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.sidebar .package-list {
  background-image: url(assets/images/banner-img1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  padding: 300px;
  position: relative;
  z-index: 1;
}
.sidebar .package-list h4 {
  background-color: #F8F8F8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.sidebar .package-list ul {
  margin: 0;
  padding: 0;
}
.sidebar .package-list ul li {
  list-style: none;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(167, 167, 167, 0.31);
}
.sidebar .package-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar .package-list ul li a {
  color: #ffffff;
}
.sidebar .package-list ul li a i {
  margin-right: 8px;
}
@media screen and (max-width: 731px) {
  .sidebar .booking-form-wrap {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
>>> about Page  
----------------------------------------------------------------*/
.icon-box {
  text-align: center;
  padding: 0 40px;
  margin-bottom: 40px;
}
.icon-box .box-icon {
  background-color: #ba931f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  line-height: 106px;
  height: 106px;
  width: 106px;
  font-size: 32px;
  display: inline-table;
  margin-bottom: 25px;
}
.icon-box .box-icon i {
  font-size: inherit;
}
@media screen and (max-width: 731px) {
  .icon-box {
    padding: 0 20px;
  }
  .icon-box .box-icon {
    font-size: 22px;
    line-height: 80px;
    height: 80px;
    width: 80px;
  }
}


.inner-about-wrap .about-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  
  
}
.inner-about-wrap .about-image img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  width: -moz-calc(100% - 115px);
  width: -webkit-calc(100% - 115px);
  width: calc(100% - 115px);
}
.inner-about-wrap .about-image .about-image-content {
  background: #F5F5F7;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 40px;
  margin-left: -200px;
}
.inner-about-wrap .about-image .about-image-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  color: #333333;
}
.inner-about-wrap .icon-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .inner-about-wrap {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 731px) {
  .inner-about-wrap .client-slider {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 731px) {
  .inner-about-wrap {
    padding-bottom: 60px;
  }
  .inner-about-wrap .about-image {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-about-wrap .about-image img {
    width: 100%;
  }
  .inner-about-wrap .about-image .about-image-content {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
  .inner-about-wrap .about-image .about-image-content h3 {
    font-size: 18px;
  }
}

.client-slider {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 25px;
  margin-top: 50px;
}
.client-slider .client-item {
  padding: 0 20px;
}

/*--------------------------------------------------------------
>>> contact Page  
----------------------------------------------------------------*/
.inner-contact-wrap {
 
  padding-bottom: 55px;
}
@media screen and (min-width: 732px) {
  .inner-contact-wrap {
    padding-top: 120px;
  }
}
.inner-contact-wrap .contact-map {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.inner-contact-wrap .contact-map iframe {
  display: block;
}
.inner-contact-wrap .social-icon li {
  margin: 0 5px;
}
.inner-contact-wrap .social-icon a {
  background-color: #ba931f;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 731px) {
  .inner-contact-wrap .social-icon ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
  .inner-contact-wrap .social-icon li {
    margin: 0;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .inner-contact-wrap .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .inner-contact-wrap .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-from-wrap {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 0px 0px;
}
.contact-from-wrap .contact-from label {
  color: #000000;
  margin-bottom: 8px;
}
.contact-from-wrap .contact-from p {
  margin-bottom: 30px;
}
.contact-from-wrap .contact-from p:last-child {
  margin-bottom: 0;
}
.contact-from-wrap .contact-from input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.contact-from-wrap .contact-from input[type=submit] {
  border: 2px solid #ffffff;
  width: 100%;
  padding: 15px 30px;
  text-align: center;
}
.contact-from-wrap .contact-from input[type=submit]:hover {
  border-color: #ba931f;
}
@media screen and (max-width: 731px) {
  .contact-from-wrap {
    margin-top: 40px;
  }
}

.contact-details-section {
  padding-top: 100px;
  padding-bottom: 70px;
}
.contact-details-section .border-icon-box {
  border: 1px solid #ba931f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-details-section .icon-box .box-icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 20px;
}
.contact-details-section .icon-box ul {
  margin: 0;
  padding: 0;
}
.contact-details-section .icon-box li {
  list-style: none;
  margin-bottom: 0px;
}
.contact-details-section .icon-box li:last-child {
  margin-bottom: 0;
}
.contact-details-section .icon-box li a {
  color: #000000;
}
.contact-details-section .icon-box li a:hover {
  color: #ba931f;
}
@media screen and (max-width: 731px) {
  .contact-details-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
>>> Booking Page  
----------------------------------------------------------------*/
.booking-content {
  background-color: #f8f8f8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 60px;
}
.booking-content .form-title {
  margin-bottom: 30px;
}
.booking-content .form-title h3 {
  text-transform: uppercase;
  display: inline-block;
}
.booking-content .form-title span {
  background-color: #ba931f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  text-align: center;
  width: 50px;
}
.booking-content .info-content {
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 731px) {
  .booking-content {
    margin-bottom: 30px;
  }
  .booking-content .form-title {
    margin-bottom: 15px;
  }
  .booking-content .form-title span {
    height: 30px;
    line-height: 30px;
    margin-right: 16px;
    width: 30px;
  }
}

.form-policy .form-group {
  margin-bottom: 30px;
}
.booking-note {
  margin-top: 15px;
  color: #666;
  font-size: 14px;
  font-style: italic;
}

.booking-inner-page {
  padding-top: 100px;
}
@media screen and (max-width: 731px) {
  .booking-inner-page {
    padding-top: 70px;
  }
}
@media screen and (max-width: 731px) {
  .booking-inner-page {
    padding-top: 60px;
  }
}

.booking-section {
  padding-top: 30px;
  padding-bottom: 100px;
}
.booking-section .widget-support-wrap {
  background-color: #F8F8F8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 30px;
  text-align: center;
}
.booking-section .widget-support-wrap .icon {
  font-size: 52px;
  margin-bottom: 15px;
  line-height: 1;
}
.booking-section .widget-support-wrap .support-content h5 {
  color: #383838;
  font-weight: 400;
}
.booking-section .widget-support-wrap .support-content .phone {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  color: #202020;
  line-height: 1;
  font-weight: 700;
}
.booking-section .price-table-summary {
  background-color: #F8F8F8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 50px;
  padding: 30px;
}
.booking-section .price-table-summary .bg-title {
  background-color: #ba931f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.booking-section .price-table-summary table {
  margin-bottom: 0;
}
.booking-section .price-table-summary table tr td {
  border-right: none;
}
.booking-section .price-table-summary table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 731px) {
  .booking-section {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 731px) {
  .booking-section .booking-form-wrap {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
>>> Gallery Page  
----------------------------------------------------------------*/

.gl-section {
  padding: 110px 0 40px;
  background: #f5f5f7;
  min-height: 60vh;
}
.gl-heading {
  text-align: center;
  margin-bottom: 48px;
}
.gl-heading h1 {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}
.gl-heading p {
  font-size: 16px;
  color: #888;
  margin: 0;
}

/* Albums grid */
#gl-albums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 28px;
}

/* === STACK === */
.gl-stack { position: relative; }
.gl-stack-preview {
  position: relative;
  cursor: pointer;
  padding-top: 12px;
  padding-left: 8px;
}
.gl-stack-layer {
  position: absolute;
  border-radius: 12px;
  background: #d8d8d8;
}
.gl-layer-3 {
  top: 0; left: 0; right: 16px; bottom: 24px;
  background: #c4c4c4;
  transform: rotate(-3deg);
  z-index: 1;
}
.gl-layer-2 {
  top: 4px; left: 4px; right: 12px; bottom: 20px;
  background: #d4d4d4;
  transform: rotate(-1.5deg);
  z-index: 2;
}
.gl-layer-1 {
  top: 8px; left: 8px; right: 8px; bottom: 16px;
  background: #e2e2e2;
  transform: rotate(0.5deg);
  z-index: 3;
}
.gl-stack-cover {
  position: relative;
  z-index: 4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  aspect-ratio: 4 / 3;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
  transform: translateZ(0);
}
.gl-stack-preview:hover .gl-stack-cover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}
.gl-stack-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* === FULLSCREEN VIEWER OVERLAY === */
/* z-index kept below fancybox (99991+) so fancybox always renders on top */
.gl-viewer {
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: #111;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.gl-viewer.is-active {
  visibility: visible;
  opacity: 1;
}

/* Top bar */
.gl-viewer-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9992;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 28px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
  pointer-events: none;
}
.gl-viewer-close {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, transform 0.25s;
}
.gl-viewer-close:hover {
  background: rgba(255,255,255,0.3);
  transform: scale(1.1);
}

/* Scrollable area */
.gl-viewer-scroll {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 80px 0 40px;
  overscroll-behavior: contain;
  will-change: scroll-position;
}

/* Image container */
.gl-viewer-images {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}
.gl-vimg {
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
  background: #222;
  cursor: pointer;
  animation: glVImgIn 0.4s ease both;
}
.gl-vimg:nth-child(2) { animation-delay: 0.05s; }
.gl-vimg:nth-child(3) { animation-delay: 0.1s; }
.gl-vimg:nth-child(4) { animation-delay: 0.15s; }
.gl-vimg:nth-child(5) { animation-delay: 0.2s; }
.gl-vimg:nth-child(6) { animation-delay: 0.25s; }
@keyframes glVImgIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.gl-vimg img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: filter 0.3s ease;
}
.gl-vimg:hover img {
  filter: brightness(0.88);
}

/* CTA */
.gl-cta {
  padding: 50px 0;
  background: #fff;
}
.gl-cta h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 18px;
}

/* Tablet */
@media screen and (max-width: 731px) {
  .gl-section { padding: 110px 0 36px; }
  .gl-heading h1 { font-size: 30px; }
  .gl-heading { margin-bottom: 36px; }
  #gl-albums { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .gl-viewer-images { max-width: 680px; }
}
/* Mobile */
@media screen and (max-width: 731px) {
  .gl-section { padding: 20px 0 20px; }
  .gl-heading { margin-bottom: 24px; }
  .gl-heading h1 { font-size: 24px; }
  .gl-heading p { font-size: 14px; }
  #gl-albums { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
  .gl-stack-preview { padding-top: 8px; padding-left: 6px; }
  .gl-stack-cover { border-radius: 8px; }
  .gl-stack-layer { border-radius: 8px; }
  .gl-viewer-images { max-width: 100%; gap: 10px; padding: 0 12px; }
  .gl-vimg { border-radius: 6px; }
  .gl-viewer-bar { padding: 12px 16px; }
  .gl-viewer-close { width: 38px; height: 38px; font-size: 16px; }
  .gl-cta { padding: 36px 0; }
  .gl-cta h3 { font-size: 14px; }
}

/*--------------------------------------------------------------
>>> Blog Page  
----------------------------------------------------------------*/

/* Blog Hero */
.blog-hero {
  padding: 110px 0 10px;
  text-align: center;
}
.blog-hero h1 {
  font-size: 36px;
  font-weight: 800;
  color: #161616;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.blog-hero p {
  font-size: 17px;
  color: rgba(90, 90, 90, 0.7);
  margin: 0;
}

/* Featured Post */
.blog-featured {
  padding: 50px 0 20px;
  background: #f8f9fa;
}
.blog-featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s, transform 0.3s;
}
.blog-featured-card:hover {
  box-shadow: 0 8px 48px rgba(0,0,0,0.14);
  transform: translateY(-4px);
  color: inherit;
  text-decoration: none;
}
.blog-featured-img {
  position: relative;
  overflow: hidden;
}
.blog-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.blog-featured-card:hover .blog-featured-img img {
  transform: scale(1.05);
}
.blog-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ba931f;
  color: #fff;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-featured-body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-featured-body h2 {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 14px;
  line-height: 1.3;
}
.blog-featured-body p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}
.blog-read-more {
  font-size: 14px;
  font-weight: 700;
  color: #ba931f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-read-more i {
  margin-left: 6px;
  transition: transform 0.2s;
}
.blog-featured-card:hover .blog-read-more i {
  transform: translateX(4px);
}

/* Blog Meta */
.blog-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.blog-meta span {
  font-size: 13px;
  color: #999;
}
.blog-meta i {
  margin-right: 5px;
  color: #ba931f;
}

/* Blog Grid */
.blog-grid-section {
  padding: 50px 0 60px;
  background: #f8f9fa;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
  will-change: transform;
  contain: layout style;
  transform: translateZ(0);
}
.blog-card:hover {
  box-shadow: 0 8px 36px rgba(0,0,0,0.12);
  transform: translateY(-6px);
  color: inherit;
  text-decoration: none;
}
.blog-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.06);
}
.blog-card-body {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ba931f;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.blog-card-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
  line-height: 1.4;
}
.blog-card-body p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}

/* Blog CTA */
.blog-cta {
  padding: 60px 0;
  background: #fff;
}
.blog-cta h3 {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.blog-cta p {
  font-size: 15px;
  color: #777;
  margin-bottom: 24px;
}

/* === Blog Post Page === */
.blog-post-hero {
  position: relative;
  min-height: 460px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.blog-post-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.3) 100%);
  display: flex;
  align-items: flex-end;
  padding: 50px 0 44px;
  width: 100%;
}
.blog-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-back:hover {
  color: #fff;
  text-decoration: none;
}
.blog-post-hero h1 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 16px;
  max-width: 720px;
}
.blog-post-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.blog-post-meta span {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}
.blog-post-meta i {
  margin-right: 6px;
  color: #ba931f;
}

/* Blog Post Content */
.blog-post-content {
  padding: 56px 0 40px;
  background: #fff;
}
.blog-intro {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 36px;
  border-left: 4px solid #ba931f;
  padding-left: 20px;
}
.blog-toc {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 40px;
}
.blog-toc h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
}
.blog-toc li {
  margin-bottom: 8px;
}
.blog-toc a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-toc a:hover {
  color: #ba931f;
}
.blog-post-content h2 {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 44px 0 16px;
  line-height: 1.3;
}
.blog-post-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 28px 0 12px;
}
.blog-post-content p {
  font-size: 16px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 18px;
}
.blog-post-content ul,
.blog-post-content ol {
  margin-bottom: 20px;
  padding-left: 24px;
}
.blog-post-content li {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 8px;
}
.blog-figure {
  margin: 32px 0;
  border-radius: 12px;
  overflow: hidden;
}
.blog-figure img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-figure figcaption {
  background: #f5f5f5;
  padding: 12px 16px;
  font-size: 13px;
  color: #888;
  text-align: center;
}

/* Blog CTA Box */
.blog-cta-box {
  background: linear-gradient(135deg, #1a1a2e, #0f3460);
  border-radius: 14px;
  padding: 40px 36px;
  margin: 48px 0 32px;
  text-align: center;
}
.blog-cta-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.blog-cta-box p {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 22px;
}

/* Blog Share */
.blog-share {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 32px;
  border-top: 1px solid #eee;
  margin-top: 40px;
}
.blog-share span {
  font-size: 14px;
  font-weight: 600;
  color: #888;
}
.blog-share a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.blog-share a:hover {
  background: #ba931f;
  color: #fff;
}

/* Blog Responsive */
@media screen and (max-width: 731px) {
  .blog-hero { padding: 120px 0 44px; }
  .blog-hero h1 { font-size: 34px; }
  .blog-featured-card { grid-template-columns: 1fr; }
  .blog-featured-body { padding: 28px 24px; }
  .blog-featured-body h2 { font-size: 22px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .blog-post-hero { min-height: 360px; }
  .blog-post-hero h1 { font-size: 30px; }
  .blog-toc ul { columns: 1; }
}
@media screen and (max-width: 731px) {
  .blog-hero { padding: 10px 0 10px; }
  .blog-hero h1 { font-size: 23px; }
  .blog-hero p { font-size: 12px; }
  .blog-featured-body { padding: 20px 18px; }
  .blog-featured-body h2 { font-size: 19px; }
  .blog-grid { grid-template-columns: 1fr; gap: 18px; }
  .blog-card-body { padding: 16px 18px 20px; }
  .blog-card-body h3 { font-size: 16px; }
  .blog-post-hero { min-height: 280px; }
  .blog-post-hero h1 { font-size: 24px; }
  .blog-post-hero-overlay { padding: 30px 0 28px; }
  .blog-intro { font-size: 16px; padding-left: 14px; }
  .blog-post-content h2 { font-size: 22px; margin-top: 32px; }
  .blog-post-content h3 { font-size: 18px; }
  .blog-cta-box { padding: 28px 22px; }
  .blog-cta-box h3 { font-size: 18px; }
  .blog-cta h3 { font-size: 20px; }
}

/*--------------------------------------------------------------
>>> 404 Page  
----------------------------------------------------------------*/
.no-content-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 731px) {
  .no-content-section {
    padding-top: 80px;
  }
}
@media screen and (max-width: 731px) {
  .no-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.no-content-wrap {
  text-align: center;
}
.no-content-wrap span.extra-big {
  color: rgba(167, 167, 167, 0.37);
  font-size: 280px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 1;
}
.no-content-wrap h1 {
  font-size: 50px;
  margin-bottom: 0;
}
.no-content-wrap p {
  font-size: 16px;
  margin-top: 40px;
}
.no-content-wrap .no-content-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 46px;
}
.no-content-wrap .no-content-form input {
  background-color: #ffffff;
  border-color: #ba931f;
  height: 52px;
  padding: 0 20px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 20px;
}
@media screen and (max-width: 731px) {
  .no-content-wrap span.extra-big {
    font-size: 224px;
  }
}
@media screen and (max-width: 731px) {
  .no-content-wrap span.extra-big {
    font-size: 100px;
  }
  .no-content-wrap h1 {
    font-size: 22px;
  }
  .no-content-wrap .no-content-form input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .no-content-wrap .no-content-form button {
    width: 100%;
    text-align: center;
  }
}

/*--------------------------------------------------------------
>>> Compatibility  
----------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}
.widget a {
  display: block;
}
.widget .widget-title {
  margin-bottom: 30px;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget ul li a {
  color: #383838;
}
.widget ul li a:hover {
  color: #ba931f;
}
.widget.author_widget {
  text-align: center;
}
.widget.author_widget .profile .avatar {
  margin-bottom: 30px;
}
.widget.author_widget .profile .avatar a {
  display: block;
  position: relative;
  overflow: hidden;
}
.widget.author_widget .profile .avatar a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: none;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.widget.author_widget .profile .avatar a:hover:before, .widget.author_widget .profile .avatar a:focus:before, .widget.author_widget .profile .avatar a:active:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
  display: block;
}
.widget.author_widget .name-title {
  margin-bottom: 20px;
}
.widget.author_widget .text-content p:last-child {
  margin-bottom: 0;
}
.widget.author_widget .socialgroup {
  margin-top: 25px;
}
.widget.author_widget .socialgroup ul {
  margin: 0;
}
.widget.author_widget .socialgroup ul li {
  list-style: none;
  border-bottom: none;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}
.widget.author_widget .socialgroup ul li a {
  color: #ba931f;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 3px 8px;
  border: 1px solid #ba931f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.author_widget .socialgroup ul li a:hover, .widget.author_widget .socialgroup ul li a:focus, .widget.author_widget .socialgroup ul li a:active {
  border-color: #ba931f;
  color: #ba931f;
}
.widget.author_widget .profile .avatar {
  width: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #fff;
}
.widget.author_widget .profile .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.widget.author_widget .widget-content.text-center .profile .avatar {
  margin-left: auto;
  margin-right: auto;
}
.widget.author_widget .widget-content.text-right .profile .avatar {
  margin-left: auto;
}
.widget.widget-post-thumb li {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.widget.widget-post-thumb li:before, .widget.widget-post-thumb li:after {
  content: "";
  display: block;
  clear: both;
}
.widget.widget-post-thumb li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget.widget-post-thumb li a {
  color: inherit;
}
.widget.widget-post-thumb .post-thumb {
  width: 90px;
  flex-shrink: 0;
  position: relative;
}

.widget.widget-post-thumb .post-thumb img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  width: 60px;
  height: 50px;
  object-fit: cover;
}
.widget.widget-post-thumb .post-content {
  flex: 1;
  width: 100%;
}
.widget.widget-post-thumb .post-content h5,
.widget.widget-post-thumb .post-content h6 {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.3;
}
.widget.widget-post-thumb .post-content p {
  margin-bottom: 4px;
  font-size: 12px;
}
.widget.widget-post-thumb .post-content .entry-meta {
  margin-left: 0;
  margin-right: 0;
}
.widget.widget-post-thumb .post-content .entry-meta span {
  padding: 0;
  position: relative;
  font-size: 11px;
}
.widget.widget-post-thumb .post-content .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget-post-thumb .post-content .entry-meta span:last-child:before {
  display: none;
}
.widget.widget_recent_post li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(135, 135, 135, 0.3);
}
.widget.widget_recent_post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget.widget_recent_post li a {
  color: inherit;
}
.widget.widget_recent_post li h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.widget.widget_recent_post li .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}
.widget.widget_recent_post li .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.widget.widget_recent_post li .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget_recent_post li .entry-meta span:last-child:before {
  display: none;
}
.widget.widget_recent_post li .entry-meta a {
  color: #CCC;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.widget.widget_recent_post li .entry-meta a:hover, .widget.widget_recent_post li .entry-meta a:focus {
  color: #ba931f;
}
.widget.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.widget.widget_tag_cloud .tagcloud a {
  background-color: #F6F6F6;
  color: #383838;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 15px;
  margin: 5px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #ba931f;
  color: #ffffff;
}
.widget.widget_recent_post li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(135, 135, 135, 0.3);
}
.widget.widget_recent_post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget.widget_recent_post li a {
  color: inherit;
}
.widget.widget_recent_post li h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.widget.widget_recent_post li .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}
.widget.widget_recent_post li .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.widget.widget_recent_post li .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget_recent_post li .entry-meta span:last-child:before {
  display: none;
}
.widget.widget_recent_post li .entry-meta a {
  color: #CCC;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.widget.widget_recent_post li .entry-meta a:hover, .widget.widget_recent_post li .entry-meta a:focus {
  color: #ba931f;
}
.widget.widget_social {
  margin-top: 20px;
}
.widget.widget_social .social-icon {
  width: 50%;
}
.widget.widget_category ul li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #888888;
  text-align: right;
}
.widget.widget_category ul li i {
  color: #ba931f;
  font-size: 11px;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
}
.widget.widget_category ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_category ul li a {
  float: left;
}
.widget.search_widget {
  position: relative;
}
.widget.search_widget input {
  width: 100%;
  padding: 0 55px 0 10px;
}
.widget.search_widget button {
  background-color: #ba931f;
  color: #ffffff;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  font-size: 14px;
  border: none;
  position: absolute;
  right: 6px;
  top: 7px;
  padding: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.widget.search_widget button:hover {
  background-color: #ba931f;
}
.widget.widget_social ul {
  margin: -2px;
}
.widget.widget_social ul li {
  display: inline-block;
  margin: 2px;
}
.widget.widget_social ul li a {
  border: 1px solid #e6e6e6;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.widget_social ul li a:hover {
  background-color: #ba931f;
  border-color: #ba931f;
  color: #ffffff;
}
.widget.widget_text ul {
  margin-top: 20px;
}
.widget.widget_text ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.widget.widget_text ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_text ul li i {
  color: #525252;
  position: absolute;
  left: 0;
  top: 4px;
}
.widget.widget_newslatter .newslatter-form {
  margin-top: 24px;
}
.widget.widget_newslatter .newslatter-form input {
  width: 100%;
  margin-bottom: 15px;
}
.widget.widget_newslatter .newslatter-form [type=submit] {
  padding: 17px 30px;
  margin-bottom: 0;
}

.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget-title {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.sidebar .widget-title:before {
  background-color: #ba931f;
  content: "";
  height: 2px;
  width: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

.gallery.gallery-colum-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
}

.gallery.gallery-colum-3 .gallery-item {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}

.gallery.gallery-colum-3 .gallery-item img {
  width: 60px;
  height: 50px;
  display: block;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.gallery.gallery-colum-3 .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery.gallery-colum-3 .gallery-item a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 731px) {
  .gallery.gallery-colum-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}

/* Custom: Force desktop navigation on all screen sizes */
.navigation-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.mobile-menu-container {
  display: none !important;
}

@media screen and (max-width: 731px) {
  .navigation-container {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .navigation-container .navigation > ul > li {
    padding: 0 12px;
  }

  .navigation-container ul > li > a {
    font-size: 16px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 731px) {
  .navigation-container {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .navigation-container .navigation > ul > li {
    padding: 0 8px;
  }

  .navigation-container ul > li > a {
    font-size: 14px;
    padding: 12px 0;
  }

  .navigation-container ul ul {
    width: 200px;
  }
}

@media screen and (max-width: 731px) {
  .navigation-container {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .navigation-container .navigation > ul > li {
    padding: 0 6px;
  }

  .navigation-container ul > li > a {
    font-size: 13px;
    padding: 10px 0;
  }

  .navigation-container ul ul {
    width: 180px;
  }

  .navigation-container ul ul li a {
    padding: 10px 15px;
    font-size: 13px;
  }

  .navigation-container ul ul li a:hover,
  .navigation-container ul ul li a:focus,
  .navigation-container ul ul li a:active {
    padding-left: 25px;
  }
}

/* ==========================================
   MOBILE PHONE OPTIMIZATION - ALL SMALLER
   ========================================== */
@media screen and (max-width: 731px) {
  /* Body and Typography */
  body {
    font-size: 13px;
    line-height: 1.4;
  }

  p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  /* Headings */
  h1 {
    font-size: 24px;
    margin: 12px 0;
  }

  h2 {
    font-size: 20px;
    margin: 10px 0;
  }

  h3 {
    font-size: 17px;
    margin: 8px 0;
  }

  h4 {
    font-size: 15px;
    margin: 6px 0;
  }

  h5 {
    font-size: 14px;
    margin: 5px 0;
  }

  h6 {
    font-size: 13px;
    margin: 4px 0;
  }

  /* Navigation */
  .navigation-container .navigation > ul > li {
    padding: 0 4px;
  }

  .navigation-container ul > li > a {
    font-size: 11px;
    padding: 8px 0;
  }

  .navigation-container ul ul {
    width: 160px;
  }

  .navigation-container ul ul li {
    border-bottom: none;
  }

  .navigation-container ul ul li a {
    padding: 8px 12px;
    font-size: 11px;
  }

  /* Header */
  .bottom-header {
    padding: 0px 0;
  }

  .header-btn a.round-btn {
    font-size: 10px;
    padding: 8px 16px;
  }

  .header-social a {
    font-size: 12px;
  }

  /* Container and spacing */
  .container {
    padding: 0 10px;
  }

  /* Buttons */
  .btn,
  .round-btn,
  a.round-btn {
    font-size: 12px;
    padding: 8px 16px;
  }

  /* Forms */
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  textarea,
  select {
    font-size: 12px;
    padding: 8px 10px;
  }

  /* Sections and padding */
  section {
    padding: 20px 0;
  }

  .inner-banner-wrap {
    min-height: 200px;
  }

  .inner-baner-container {
    min-height: 200px;
  }

  .page-title {
    font-size: 22px;
  }

  /* Cards and boxes */
  .icon-box,
  .service-item,
  .package-item {
    padding: 15px;
    margin-bottom: 15px;
  }

  .icon-box h3,
  .service-item h3,
  .package-item h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .icon-box p,
  .service-item p,
  .package-item p {
    font-size: 12px;
  }

  /* Lists */
  ul,
  ol {
    margin-left: 15px;
    margin-bottom: 10px;
  }

  li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  /* Images */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Tables */
  table {
    font-size: 11px;
  }

  th,
  td {
    padding: 8px 5px;
  }

  /* Counters */
  .counter-item h2 {
    font-size: 24px;
  }

  .counter-item p {
    font-size: 12px;
  }

  /* Testimonials */
  .testimonial-item {
    padding: 12px;
  }

  .testimonial-item p {
    font-size: 12px;
    line-height: 1.4;
  }

  .testimonial-author {
    font-size: 12px;
    margin-top: 8px;
  }

  /* Slider/carousel items */
  .slick-slide {
    padding: 0 5px;
  }

  .slick-slide img {
    width: 100%;
    height: auto;
  }

  /* Modal/popup */
  .modal-content {
    padding: 15px;
  }

  .modal-header {
    padding: 12px 15px;
  }

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

  .modal-body {
    padding: 12px 15px;
    font-size: 12px;
  }

  .modal-footer {
    padding: 10px 15px;
  }

  /* Blog/posts */
  .blog-item {
    margin-bottom: 15px;
  }

  .blog-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .blog-excerpt {
    font-size: 12px;
    line-height: 1.4;
  }

  .blog-meta {
    font-size: 11px;
  }

  /* Breadcrumb */
  .breadcrumb {
    font-size: 11px;
    padding: 8px 0;
  }

  .breadcrumb-item {
    padding: 0 5px;
  }

  /* Badges and labels */
  .badge,
  .label {
    font-size: 10px;
    padding: 4px 8px;
  }

  /* Alerts */
  .alert {
    padding: 10px 12px;
    font-size: 12px;
  }

  /* Dropdowns */
  .dropdown-menu {
    font-size: 12px;
    min-width: 140px;
  }

  .dropdown-item {
    padding: 6px 12px;
    font-size: 12px;
  }

  /* Tabs and pills */
  .nav-tabs,
  .nav-pills {
    margin-bottom: 12px;
  }

  .nav-link {
    font-size: 12px;
    padding: 8px 12px;
  }

  /* Pagination */
  .pagination {
    margin: 10px 0;
  }

  .page-link {
    padding: 6px 10px;
    font-size: 12px;
  }

  /* Cards */
  .card {
    margin-bottom: 12px;
  }

  .card-header {
    padding: 10px 12px;
    font-size: 13px;
  }

  .card-body {
    padding: 12px;
    font-size: 12px;
  }

  .card-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .card-text {
    font-size: 12px;
  }

  /* Grid adjustments */
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .col-12,
  [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  /* Reduce all margins and paddings overall */
  .mt-3, .my-3 { margin-top: 12px !important; }
  .mb-3, .my-3 { margin-bottom: 12px !important; }
  .ml-3, .mx-3 { margin-left: 12px !important; }
  .mr-3, .mx-3 { margin-right: 12px !important; }

  .pt-3, .py-3 { padding-top: 12px !important; }
  .pb-3, .py-3 { padding-bottom: 12px !important; }
  .pl-3, .px-3 { padding-left: 12px !important; }
  .pr-3, .px-3 { padding-right: 12px !important; }

  /* Line heights */
  body, p, li, span, a {
    line-height: 1.4;
  }

  /* Border radius */
  .rounded {
    border-radius: 4px !important;
  }

  .rounded-lg {
    border-radius: 6px !important;
  }

  /* Shadows (reduce) */
  .shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  }

  .shadow-lg {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  }
}

/*--------------------------------------------------------------
>>> iOS Top Tab Navigation
----------------------------------------------------------------*/
.ios-tab-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e5e5ea;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding-top: max(env(safe-area-inset-top), 0px);
  overflow: visible;
}

.ios-tab-header.active {
  display: flex;
}

.ios-tab-header nav {
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ios-tab-header nav > ul {
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.ios-tab-header nav ul li {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
  min-width: 0;
}

.ios-tab-header nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 2px;
  color: #999;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: capitalize;
  position: relative;
}

.ios-tab-header nav ul li a i {
  font-size: 20px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ios-tab-header nav ul li a span {
  font-size: 10px;
  display: block;
  line-height: 1.2;
}

.ios-tab-header nav ul li.menu-active > a,
.ios-tab-header nav ul li a:hover,
.ios-tab-header nav ul li a:focus {
  color: #ba931f;
}

.ios-tab-header nav ul li.menu-active > a i {
  transform: scale(1.05);
}

.ios-tab-header nav ul li a:after {
  display: none;
}

/* Bottom indicator line for active tab */
.ios-tab-header nav ul li.menu-active > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ba931f;
  border-radius: 2px 2px 0 0;
}

/* Show iOS tabs on phones only */
@media screen and (max-width: 731px) {
  .ios-tab-header {
    display: flex;
  }

  /* Adjust body padding when tabs are visible */
  body.ios-tabs-active {
    padding-top: 60px;
  }

  body.ios-tabs-active .site-header {
    display: none;
  }

  /* Hide desktop navigation on mobile */
  .navigation-container {
    display: none;
  }

  .header-social {
    display: none;
  }

  .bottom-header {
    display: none;
  }

  .top-header {
    display: none;
  }

  .mobile-menu-container {
    display: none;
  }
}

/* Smooth transitions */
.ios-tab-header nav ul li {
  transition: background-color 0.2s ease;
}

.ios-tab-header nav ul li:active {
  background-color: rgba(0, 0, 0, 0.03);
}

/* Badge support for notifications */
.ios-tab-header nav ul li a .badge {
  position: absolute;
  top: 0;
  right: 8px;
  background: #ff3b30;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
}

/* iOS More dropdown */
.ios-tab-more {
  position: relative;
}
.ios-tab-more > a {
  cursor: pointer;
}
.ios-more-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
  min-width: 200px;
  padding: 10px 0;
  z-index: 1000;
}
.ios-more-dropdown.is-open {
  display: block;
  animation: iosMoreIn 0.2s ease;
}
@keyframes iosMoreIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
.ios-more-dropdown a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.15s;
}
.ios-more-dropdown a:hover,
.ios-more-dropdown a:active {
  background: #f5f5f5;
  color: #ba931f;
}
.ios-more-dropdown a i {
  width: 20px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.ios-more-dropdown a:hover i {
  color: #ba931f;
}
.ios-more-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: rgba(0,0,0,0.15);
}
.ios-more-overlay.is-open {
  display: block;
}

/* ================================================================
   ABOUT PAGE — MODERN REDESIGN
   ================================================================ */

/* --- Story Section (Page Opener) --- */
.abt-story {
  padding: 80px 0 100px;
  background: #fff;
}
.abt-title-big {
  font-size: 38px;
}
.abt-story-stats {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(0,0,0,0.08);
  justify-content: center;
}
.abt-story-stats .counter-item {
  text-align: center;
  flex: 0 1 auto;
  min-width: 120px;
}
.abt-story-stats .counter-no {
  display: block;
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(135deg, #BA931F, #D4A72C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}
.abt-story-stats .counter-desc {
  display: block;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}
.abt-story-content {
  max-width: 750px;
  margin: 0 auto;
  padding-left: 0;
}
.abt-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #BA931F;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.abt-label-light {
  color: rgba(255,255,255,0.8);
}
.abt-title {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 20px;
}
.abt-title-light {
  color: #fff;
}
.abt-story-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 16px;
}
.abt-story-highlights {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 25px;
  margin-bottom: 30px;
  justify-content: center;
}
.abt-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
}
.abt-highlight-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(186,147,31,0.1), rgba(186,147,31,0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BA931F;
  font-size: 15px;
}
.abt-highlight h5 {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1px;
}
.abt-highlight p {
  font-size: 12px !important;
  color: #888 !important;
  margin-bottom: 0 !important;
}

/* --- Mission & Vision --- */
.abt-mv {
  padding: 100px 0;
  background: #f8f8fa;
}
.abt-mv .abt-title {
  margin-bottom: 50px;
}
.abt-mv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.abt-mv-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
}
.abt-mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #BA931F, #E8C547);
  border-radius: 20px 20px 0 0;
}
.abt-mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.abt-mv-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.abt-mv-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #BA931F, #D4A72C);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 6px 20px rgba(186,147,31,0.25);
}
.abt-mv-number {
  font-size: 48px;
  font-weight: 800;
  color: rgba(0,0,0,0.04);
  line-height: 1;
}
.abt-mv-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.abt-mv-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

/* --- Why Choose Us --- */
.abt-why {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.abt-why-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.abt-why-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,15,15,0.92) 0%, rgba(30,30,30,0.88) 100%);
}
.abt-why .container {
  position: relative;
  z-index: 2;
}
.abt-why-content {
  padding-right: 30px;
}
.abt-why-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  margin-bottom: 30px;
}
.abt-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.abt-why-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px 24px;
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.abt-why-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-4px);
  border-color: rgba(186,147,31,0.3);
}
.abt-why-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(186,147,31,0.2), rgba(186,147,31,0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BA931F;
  font-size: 20px;
  margin-bottom: 16px;
}
.abt-why-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.abt-why-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- How It Works --- */
.abt-process {
  padding: 100px 0;
  background: #fff;
}
.abt-process .abt-title {
  margin-bottom: 60px;
}
.abt-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}
.abt-process-step {
  text-align: center;
  position: relative;
}
.abt-process-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #BA931F, #D4A72C);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 8px 25px rgba(186,147,31,0.3);
  position: relative;
  z-index: 2;
}
.abt-process-line {
  position: absolute;
  top: 30px;
  left: calc(50% + 35px);
  width: calc(100% - 30px);
  height: 2px;
  background: linear-gradient(90deg, #BA931F, rgba(186,147,31,0.2));
  z-index: 1;
}
.abt-process-step:last-child .abt-process-line {
  display: none;
}
.abt-process-step h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.abt-process-step p {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  padding: 0 10px;
}

/* --- Commitment --- */
.abt-commit {
  padding: 100px 0;
  background: #f8f8fa;
}
.abt-commit-content {
  max-width: 750px;
  margin: 0 auto;
}
.abt-commit-content > p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}
.abt-commit-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
.abt-commit-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.abt-commit-check {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #BA931F, #D4A72C);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  margin-top: 2px;
  box-shadow: 0 4px 14px rgba(186,147,31,0.25);
}
.abt-commit-item h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.abt-commit-item p {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
  margin-bottom: 0;
}

/* --- CTA --- */
.abt-cta {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.abt-cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.abt-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(186,147,31,0.85) 0%, rgba(140,100,10,0.9) 100%);
}
.abt-cta .container {
  position: relative;
  z-index: 2;
}
.abt-cta-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.abt-cta-content p {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  max-width: 600px;
  margin: 0 auto 35px;
  line-height: 1.7;
}
.abt-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.abt-cta-btns .round-btn {
  background: #fff;
  color: #BA931F;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.abt-cta-btns .round-btn::before {
  background: linear-gradient(90deg, transparent, rgba(186,147,31,0.08), transparent);
}
.abt-cta-btns .round-btn:hover {
  background: #1a1a2e;
  color: #fff;
  box-shadow: 0 10px 30px rgba(26,26,46,0.25);
}

/* --- About Page Responsive (Tablet) --- */
@media screen and (max-width: 991px) {
  .abt-story { padding: 60px 0 70px; }
  .abt-title-big { font-size: 32px; }
  .abt-mv { padding: 70px 0; }
  .abt-mv-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .abt-why { padding: 70px 0; }
  .abt-why-content { padding-right: 0; margin-bottom: 40px; }
  .abt-why-grid { grid-template-columns: repeat(2, 1fr); }
  .abt-process { padding: 70px 0; }
  .abt-process-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 30px; }
  .abt-process-line { display: none; }
  .abt-commit { padding: 70px 0; }
  .abt-cta { padding: 70px 0; }
}

/* --- About Page Responsive (Phone) --- */
@media screen and (max-width: 731px) {


  .abt-story { padding: 0px 0 0px; }
  .abt-story-content { text-align: left !important; }
  .abt-story-highlights { flex-direction: column; gap: 14px; justify-content: flex-start; }
  .abt-title { font-size: 24px; }
  .abt-title-big { font-size: 24px; }
  .abt-label { font-size: 11px; letter-spacing: 2px; }
  .abt-story-stats { gap: 12px; flex-wrap: nowrap; }
  .abt-story-stats .counter-item { min-width: 0; }
  .abt-story-stats .counter-no { font-size: 18px; }
  .abt-story-stats .counter-desc { font-size: 9px; }

  .abt-mv { padding: 50px 0; }
  .abt-mv .abt-title { margin-bottom: 30px; }
  .abt-mv-grid { grid-template-columns: 1fr; gap: 16px; }
  .abt-mv-card { padding: 28px 22px; }
  .abt-mv-icon { width: 50px; height: 50px; font-size: 20px; }
  .abt-mv-number { font-size: 36px; }
  .abt-mv-card h3 { font-size: 18px; }

  .abt-why { padding: 50px 0; }
  .abt-why-bg { background-attachment: scroll; }
  .abt-why-grid { grid-template-columns: 1fr; gap: 14px; }
  .abt-why-card { padding: 22px 20px; }
  .abt-why-card h4 { font-size: 15px; }

  .abt-process { padding: 50px 0; }
  .abt-process .abt-title { margin-bottom: 35px; }
  .abt-process-grid { grid-template-columns: 1fr; gap: 30px; }
  .abt-process-line { display: none; }
  .abt-process-num { width: 50px; height: 50px; font-size: 18px; margin-bottom: 16px; }
  .abt-process-step h4 { font-size: 16px; }

  .abt-commit { padding: 50px 0; }
  .abt-commit-item h5 { font-size: 14px; }

  .abt-cta { padding: 50px 0; }
  .abt-cta-bg { background-attachment: scroll; }
  .abt-cta-content h2 { font-size: 24px; }
  .abt-cta-content p { font-size: 14px; }
  .abt-cta-btns { flex-direction: column; align-items: center; }
}

/* ================================================================
   END ABOUT PAGE
   ================================================================ */

/* ================================================================
   CONTACT PAGE — MODERN REDESIGN
   ================================================================ */

/* --- Label & Title (shared pattern) --- */
.ct-label {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ba931f;
  margin-bottom: 14px;
}
.ct-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #1a1a2e;
  margin-bottom: 20px;
  line-height: 1.25;
}
.ct-title-big { font-size: 40px; }

/* --- Intro Section --- */
.ct-intro {
  padding: 100px 0 50px;
}
.ct-intro-content {
  max-width: 700px;
  margin: 0 auto;
}
.ct-intro-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* --- Info Cards Grid --- */
.ct-info {
  padding: 0 0 70px;
}
.ct-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ct-info-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 35px 25px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.ct-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ba931f, #d4a828);
  transform: scaleX(0);
  transition: transform 0.35s ease;
}
.ct-info-card:hover {
  border-color: #ba931f;
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(186, 147, 31, 0.12);
  color: inherit;
  text-decoration: none;
}
.ct-info-card:hover::before {
  transform: scaleX(1);
}
.ct-info-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ba931f, #d4a828);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 22px;
  color: #ffffff;
  transition: transform 0.35s ease;
}
.ct-info-card:hover .ct-info-icon {
  transform: scale(1.1);
}
.ct-info-card h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ct-info-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* --- Form Section --- */
.ct-form-section {
  padding: 70px 0;
  background: #f7f7f7;
}
.ct-form-wrapper {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}
.ct-form-left .ct-label { margin-bottom: 10px; }
.ct-form-left .ct-title { margin-bottom: 12px; }
.ct-form-left > p {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Form styles */
.ct-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.ct-form-group {
  margin-bottom: 22px;
}
.ct-form-group label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
.ct-form-group input,
.ct-form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #333;
  background: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}
.ct-form-group input:focus,
.ct-form-group textarea:focus {
  border-color: #ba931f;
  box-shadow: 0 0 0 3px rgba(186, 147, 31, 0.1);
}
.ct-form-group input::placeholder,
.ct-form-group textarea::placeholder {
  color: #aaa;
}
.ct-form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.ct-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 40px;
  background: linear-gradient(135deg, #ba931f, #d4a828);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.35s ease;
}
.ct-submit-btn:hover {
  background: linear-gradient(135deg, #a37f18, #ba931f);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(186, 147, 31, 0.3);
}
.ct-submit-btn i {
  font-size: 13px;
  transition: transform 0.3s ease;
}
.ct-submit-btn:hover i {
  transform: translateX(3px);
}

/* --- Sidebar --- */
.ct-sidebar-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  margin-bottom: 24px;
}
.ct-sidebar-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.ct-sidebar-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(transparent, rgba(0,0,0,0.3));
}
.ct-sidebar-body {
  padding: 28px;
}
.ct-sidebar-body h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.ct-sidebar-body h3 i {
  color: #ba931f;
  margin-right: 8px;
}
.ct-sidebar-body > p {
  font-size: 14px;
  color: #666;
  margin-bottom: 18px;
  line-height: 1.6;
}

/* Social links */
.ct-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ct-social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #f7f7f7;
  color: #333;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.ct-social-link:hover {
  background: #ba931f;
  color: #ffffff;
  transform: translateX(4px);
  text-decoration: none;
}
.ct-social-link i {
  font-size: 18px;
  width: 20px;
  text-align: center;
}

/* Working hours card */
.ct-hours-card .ct-sidebar-body { padding-top: 28px; }
.ct-hours-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.ct-hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #555;
}
.ct-hours-list li:last-child {
  border-bottom: none;
}
.ct-hours-list li span:last-child {
  font-weight: 600;
  color: #1a1a2e;
}
.ct-hours-note {
  margin-top: 16px;
  padding: 12px 14px;
  background: rgba(186, 147, 31, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #ba931f;
  line-height: 1.5;
}
.ct-hours-note i {
  margin-top: 2px;
  flex-shrink: 0;
}

/* ================================================================
   CONTACT PAGE — TABLET (max-width: 991px)
   ================================================================ */
@media screen and (max-width: 991px) {
  .ct-intro { padding: 80px 0 40px; }
  .ct-title-big { font-size: 34px; }

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

  .ct-form-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ct-form-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .ct-sidebar-card { margin-bottom: 0; }
}

/* ================================================================
   CONTACT PAGE — PHONE (max-width: 731px)
   ================================================================ */
@media screen and (max-width: 731px) {
  .ct-intro { padding: 50px 0 30px; }
  .ct-intro-content { text-align: left; }
  .ct-title-big { font-size: 26px; }
  .ct-title { font-size: 24px; }
  .ct-intro-content p { font-size: 14px; }

  .ct-info { padding: 0 0 40px; }
  .ct-info-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .ct-info-card { padding: 24px 16px; }
  .ct-info-icon { width: 48px; height: 48px; font-size: 18px; }
  .ct-info-card h4 { font-size: 13px; }
  .ct-info-card p { font-size: 12px; }

  .ct-form-section { padding: 40px 0; }
  .ct-form-wrapper { grid-template-columns: 1fr; gap: 30px; }
  .ct-form-left { text-align: left; }
  .ct-form-row { grid-template-columns: 1fr; gap: 0; }
  .ct-submit-btn { width: 100%; justify-content: center; }

  .ct-form-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ct-sidebar-card { margin-bottom: 0; }
  .ct-sidebar-img { height: 160px; }

}

/* ================================================================
   END CONTACT PAGE
   ================================================================ */

/* ========== Phone: Force col-md to stack below 732px ========== */
@media (max-width: 731px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
  .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-1, .offset-md-2, .offset-md-3, .offset-md-4, .offset-md-6 {
    margin-left: 0;
  }
}

/* ========== iPad/Tablet: Force desktop grid at 732px ========== */
@media (min-width: 732px) {
  .col-lg-1 { flex: 0 0 auto; width: 8.33333%; }
  .col-lg-2 { flex: 0 0 auto; width: 16.66667%; }
  .col-lg-3 { flex: 0 0 auto; width: 25%; }
  .col-lg-4 { flex: 0 0 auto; width: 33.33333%; }
  .col-lg-5 { flex: 0 0 auto; width: 41.66667%; }
  .col-lg-6 { flex: 0 0 auto; width: 50%; }
  .col-lg-7 { flex: 0 0 auto; width: 58.33333%; }
  .col-lg-8 { flex: 0 0 auto; width: 66.66667%; }
  .col-lg-9 { flex: 0 0 auto; width: 75%; }
  .col-lg-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-lg-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-lg-12 { flex: 0 0 auto; width: 100%; }
  .offset-lg-1 { margin-left: 8.33333%; }
  .offset-lg-2 { margin-left: 16.66667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.33333%; }
  .offset-lg-6 { margin-left: 50%; }
  .col-md-6 { flex: 0 0 auto; width: 33%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
}

/* ── Performance: skip rendering off-screen sections ── */
.home-package,
.home-testimonial,
.home-client,
.home-gallery,
.home-faq,
.site-footer,
.how-it-works,
.mid-cta,
.trust-strip,
.blog-grid-section,
.gl-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

/* ── Reduce paint complexity on animated elements ── */
.destination-item,
.package-item,
.offer-item,
.blog-card,
.gl-stack {
  contain: layout style;
}

/* ── GPU-layer for hover-transform elements ── */
.destination-item .destination-content,
.offer-item .offer-content,
.package-item .package-content,
.package-item .package-price,
.blog-card-img img,
.gl-stack-cover {
  transform: translateZ(0);
}


