/*=========================
  All css
==========================*/
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("all-fontawesome.min.css");
@import url("owl.carousel.min.css");
@import url("magnific-popup.css");
@import url("lightgallery.min.css");
@import url("animate.css");
@import url("scrollbar.css");

/*=========================
  All css
==========================*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|Rubik:300,300i,400,400i,500,500i,700,700i|Playfair+Display:700i);

:root {
  --primary: #1c661f;
  --primary-hover: #066168;
  --heading: #000;
  --secondary: #334200;
}

body {
  background-color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8e8e8e;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: #efbb20;
  outline: 0 none;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}

a:active,
a:hover {
  color: #333333;
}

p a {
  color: #333333;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}

address {
  font-style: italic;
}

table {
  background-color: transparent;
  width: 100%;
}

table thead th {
  color: #333;
}

table td {
  padding: 15px 10px;
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
  margin-bottom: 24px;
}

.overflow-hide {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.clear {
  clear: both;
}

.pull-none {
  float: none;
}

::-moz-selection {
  background: var(--primary);
  color: #fff;
}

::selection {
  background: var(--primary);
  color: #fff;
}

/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e1e13;
  font-family: "Roboto", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2e1e13;
}

h1 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 25px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/

p {
  line-height: 24px;
  margin-bottom: 24px;
}

strong {
  font-weight: 600;
}

/*text align*/

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

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

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

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

/*text vertical align*/

.v-align-t {
  vertical-align: top;
}

.v-align-m {
  vertical-align: middle;
}

.v-align-b {
  vertical-align: bottom;
}

/*text no line brack*/

.text-nowrap {
  white-space: nowrap;
}

/*text transform*/

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/*text size*/
.font-14 {
  font-size: 14px;
}

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

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

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

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
  line-height: 30px;
}

.font-28 {
  font-size: 28px;
  line-height: 35px;
}

.font-30 {
  font-size: 30px;
  line-height: 35px;
}

.font-35 {
  font-size: 35px;
  line-height: 45px;
}

.font-40 {
  font-size: 40px;
  line-height: 50px;
}

/*text weight*/

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/*---------------------------------------------------------------
4. LISTS
---------------------------------------------------------------*/

dl,
ul,
ol {
  list-style-position: outside;
  padding: 0;
}

ul,
ol {
  margin-bottom: 24px;
}

ul li,
ol li {
  padding: 0;
}

dl {
  margin-left: 0;
  margin-bottom: 30px;
}

dl dd {
  margin-bottom: 10px;
}

/*---------------------------------------------------------------
5. BOX SPACING (inner & outer)
  >padding
  >marging
---------------------------------------------------------------*/
/*== >padding (around) ======*/

.p-a0 {
  padding: 0;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

/*== >Padding (top) ==*/

.p-t0 {
  padding-top: 0;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

/*== >Padding (bottom) ==*/

.p-b0 {
  padding-bottom: 0;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

/*== >Padding (left) ==*/

.p-l0 {
  padding-left: 0;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

/*== >Padding (right) ==*/

.p-r0 {
  padding-right: 0;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

/*== >Padding (left right) ==*/

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

/*== >Padding (top bottom) ==*/

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

/*== >margin (around) ======*/

.m-auto {
  margin: auto;
}

.m-a0 {
  margin: 0;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

/*== >marging (top) ==*/

.m-t0 {
  margin-top: 0;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

/*== >marging (bottom) ==*/

.m-b0 {
  margin-bottom: 0;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

/*== >marging (left) ==*/

.m-l0 {
  margin-left: 0;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

/*== >marging (right) ==*/

.m-r0 {
  margin-right: 0;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

/*== >marging (left right) ==*/

.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

/*== >marging (top bottom) ==*/

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

/*== > colum gap less ==*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
  padding-left: 0;
  padding-right: 0;
}

/*---------------------------------------------------------------
6. BOX MAX-WIDTH CSS
---------------------------------------------------------------*/

.max-w100 {
  max-width: 100px;
}

.max-w200 {
  max-width: 200px;
}

.max-w300 {
  max-width: 300px;
}

.max-w400 {
  max-width: 400px;
}

.max-w500 {
  max-width: 500px;
}

.max-w600 {
  max-width: 600px;
}

.max-w700 {
  max-width: 700px;
}

.max-w800 {
  max-width: 800px;
}

.max-w900 {
  max-width: 900px;
}

.max-w1000 {
  max-width: 1000px;
}

/*---------------------------------------------------------------
7. POSITIONS ( absolute & relative & statice & z-index )
---------------------------------------------------------------*/

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.z-index4 {
  z-index: 4;
}

.z-index5 {
  z-index: 5;
}

.z-index6 {
  z-index: 6;
}

.z-index7 {
  z-index: 7;
}

.z-index8 {
  z-index: 8;
}

.z-index9 {
  z-index: 9;
}

.z-index10 {
  z-index: 10;
}

.z-index100 {
  z-index: 100;
}

.z-index999 {
  z-index: 999;
}

/*---------------------------------------------------------------
8. COLOR (text & background)
  >text color
  >background color
---------------------------------------------------------------*/
/*=== >text color ===*/

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-gray {
  color: #f5f6f6;
}

.text-gray-dark {
  color: #d3d3d3;
}

.text-red {
  color: #f00;
}

.text-green {
  color: #090;
}

.text-yellow {
  color: #ff0;
}

/*=== >background color ===*/

.bg-transparent {
  background-color: transparent;
}

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

.bg-black {
  background-color: #000;
}

.bg-black-light {
  background-color: #212121;
}

.bg-gray {
  background-color: #f5f6f6;
}

.bg-gray-dark {
  background-color: #d3d3d3;
}

.bg-red {
  background-color: #ff4045;
}

.bg-green {
  background-color: #38e225;
}

.bg-yellow {
  background-color: #f0f52e;
}

/*=== >background image ===*/

.bg-img-fix {
  background-attachment: fixed;
}

/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/

.dez-img-overlay1,
.dez-img-overlay2,
.dez-img-overlay3,
.dez-img-overlay4,
.dez-img-overlay5,
.dez-img-overlay6,
.dez-img-overlay7,
.dez-img-overlay8,
.dez-img-overlay9,
.dez-img-overlay11 {
  position: relative;
}

.dez-img-overlay1:before,
.dez-img-overlay1:after,
.dez-img-overlay2:before,
.dez-img-overlay2:after,
.dez-img-overlay3:before,
.dez-img-overlay3:after,
.dez-img-overlay4:before,
.dez-img-overlay4:after,
.dez-img-overlay5:before,
.dez-img-overlay5:after,
.dez-img-overlay6:before,
.dez-img-overlay6:after,
.dez-img-overlay7:before,
.dez-img-overlay7:after,
.dez-img-overlay8:before,
.dez-img-overlay8:after,
.dez-img-overlay9:before,
.dez-img-overlay9:after,
.dez-img-overlay11:before,
.dez-img-overlay11:after {
  content: "";
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 1;
  -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;
}

/*effect 1*/

.dez-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.dez-img-overlay1:hover:before,
.dez-box:hover .dez-img-overlay1:before {
  opacity: 0.5;
}

.dez-box {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid;
}

/*effect 2*/

.dez-img-overlay2:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */

  background: -moz-linear-gradient(top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}

.dez-img-overlay2:hover:before,
.dez-box:hover .dez-img-overlay2:before {
  opacity: 0.9;
}

/*effect 3*/
.dez-img-overlay3:before {
  left: 50%;
  top: 50%;
}

.dez-img-overlay3:hover:before,
.dez-box:hover .dez-img-overlay3:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*effect 4*/

.dez-img-overlay4:before {
  left: 50%;
  top: 0;
  height: 100%;
}

.dez-img-overlay4:hover:before,
.dez-box:hover .dez-img-overlay4:before {
  width: 100%;
  left: 0;
}

/*effect 5*/

.dez-img-overlay5:before {
  left: 0;
  top: 50%;
  width: 100%;
}

.dez-img-overlay5:hover:before,
.dez-box:hover .dez-img-overlay5:before {
  height: 100%;
  top: 0;
}

/*effect 6*/

.dez-img-overlay6:before {
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
}

.dez-img-overlay6:hover:before,
.dez-box:hover .dez-img-overlay6:before {
  height: 100%;
}

/*effect 7*/

.dez-img-overlay7:before,
.dez-img-overlay7:after {
  height: 100%;
}

.dez-img-overlay7:after {
  left: auto;
  right: 0;
}

.dez-img-overlay7:hover:before,
.dez-img-overlay7:hover:after,
.dez-box:hover .dez-img-overlay7:before,
.dez-box:hover .dez-img-overlay7:after {
  width: 50%;
}

/*effect 8*/

.dez-img-overlay8:before,
.dez-img-overlay8:after {
  height: 100%;
}

.dez-img-overlay8:after {
  left: auto;
  right: 0;
}

.dez-img-overlay8:hover:before,
.dez-img-overlay8:hover:after,
.dez-box:hover .dez-img-overlay8:before,
.dez-box:hover .dez-img-overlay8:after {
  width: 100%;
  opacity: 0.3;
}

/*effect 9*/

.dez-img-overlay9:before,
.dez-img-overlay9:after {}

.dez-img-overlay9:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.dez-img-overlay9:hover:before,
.dez-img-overlay9:hover:after,
.dez-box:hover .dez-img-overlay9:before,
.dez-box:hover .dez-img-overlay9:after {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

/*effect 10*/

.dez-img-overlay10:before,
.dez-img-overlay10:after {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.dez-img-overlay10:hover:before,
.dez-box:hover .dez-img-overlay10:before {
  opacity: 0.5;
}

.dez-img-overlay10:hover:after,
.dez-box:hover .dez-img-overlay10:after {
  width: 90%;
  height: 80%;
  left: 5%;
  top: 10%;
  opacity: 0.5;
  background: none;
  border: 1px dashed #ffffff;
}

.dez-img-overlay11:hover:after,
.dez-box:hover .dez-img-overlay11:after {
  height: 95%;
  opacity: 1;
  right: 7.5%;
  top: 2.5%;
  -moz-transform: skewY(0deg);
  -webkit-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  transform: skewY(0deg);
  width: 85%;
  z-index: 0;
}

.dez-img-overlay11:hover:before,
.dez-box:hover .dez-img-overlay11:before {
  height: 85%;
  left: 2.5%;
  opacity: 1;
  top: 7.5%;
  -moz-transform: skewY(0deg);
  -webkit-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  transform: skewY(0deg);
  width: 95%;
}

.dez-img-overlay11:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 5%;
  height: 80%;
  left: auto;
  right: 5%;
  top: auto;
  -moz-transform: skewY(70deg);
  -webkit-transform: skewY(70deg);
  -o-transform: skewY(70deg);
  -ms-transform: skewY(70deg);
  transform: skewY(70deg);
  width: 90%;
}

.dez-img-overlay11:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: auto;
  height: 90%;
  left: 5%;
  right: auto;
  top: 5%;
  -moz-transform: skewX(-70deg);
  -webkit-transform: skewX(-70deg);
  -o-transform: skewX(-70deg);
  -ms-transform: skewX(-70deg);
  transform: skewX(-70deg);
  width: 80%;
}

.dez-img-overlay11 {
  background-color: #000 !important;
}

.dez-img-overlay11:hover img {
  opacity: 0.7 !important;
}

/*---------------------------------------------------------------
10. IMAGES EFFECTS (image animation in images)
   >image-opacity
   >image-zoom
   >image-zoom-slow
   >image-shrink
   >image-side-pan
   >image-vertical-pan
   >image-fade-in
   >image-fade-out 
   >image-rotate
   >image-sepia
   >image-blurr
   >image-blurr-invert
   >image off color
   >image on color
---------------------------------------------------------------*/

.dez-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
}

.dez-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}

/* >image-opacity */

.dez-img-effect.opacity img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

/* >image-zoom */

.dez-img-effect.zoom-slow img {
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}

.dez-img-effect.zoom-slow:hover img {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

/* >image-zoom-slow */

.dez-img-effect.zoom:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

/* >image-shrink */

.dez-img-effect.shrink:hover img {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
}

/* >image-side-pan */

.dez-img-effect.side-pan:hover img {
  margin-left: -11%;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* >image-vertical-pan */

.dez-img-effect.vertical-pan:hover img {
  margin-top: -10%;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* >image-fade-in */

.dez-img-effect.fade-in {
  background: #000;
}

.dez-img-effect.fade-in img {
  opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
}

.dez-img-effect.fade-in:hover img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/* >image-fade-out */

.dez-img-effect.fade-out {
  background: #000;
}

.dez-img-effect.fade-out:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

/* >image-rotate */

.dez-img-effect.rotate:hover img {
  -moz-transform: scale(1.5) rotate(-20deg);
  -webkit-transform: scale(1.5) rotate(-20deg);
  -o-transform: scale(1.5) rotate(-20deg);
  -ms-transform: scale(1.5) rotate(-20deg);
  transform: scale(1.5) rotate(-20deg);
}

/* >image-sepia */

.dez-img-effect.sepia img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.algo-image-hover.sepia:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}

/* >image-blurr */

.dez-img-effect.blurr img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.dez-img-effect.blurr:hover img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}

/* >image-blurr-invert */

.dez-img-effect.blurr-invert img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.dez-img-effect.blurr-invert img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}

.dez-img-effect.blurr-invert:hover img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
}

/* >image off color */

.dez-img-effect.off-color img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.dez-img-effect.off-color:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

/* >image on color */

.dez-img-effect.on-color img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.dez-img-effect.on-color:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

/*---------------------------------------------------------------
11. CONTENT SHOW ON IMAGE BOX
---------------------------------------------------------------*/
/* info box show */

.dez-info-has {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px 15px 40px;
  opacity: 0;
  margin-bottom: -100px;
  z-index: 2;
}

.dez-info-has.p-a15 {
  padding: 15px;
}

.dez-info-has.p-a20 {
  padding: 20px;
}

.dez-info-has.bg-primary {
  background-color: rgba(27, 188, 232, 0.9);
}

.dez-info-has.bg-green {
  background-color: rgba(106, 179, 62, 0.9);
}

.dez-info-has.bg-black {
  background-color: rgba(0, 0, 0, 0.6);
}

.dez-info-has.bg-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.dez-info-has.bg-white h1,
.dez-info-has.bg-white h2,
.dez-info-has.bg-white h3,
.dez-info-has.bg-white h4,
.dez-info-has.bg-white h5,
.dez-info-has.bg-white h6 {
  color: #3d474a;
}

.dez-info-has.bg-white h1 a,
.dez-info-has.bg-white h2 a,
.dez-info-has.bg-white h3 a,
.dez-info-has.bg-white h4 a,
.dez-info-has.bg-white h5 a,
.dez-info-has.bg-white h6 a {
  color: #3d474a;
}

.dez-info-has.bg-white .dez-info-has-text,
.dez-info-has.bg-white p {
  color: #767676;
}

.dez-info-has h1,
.dez-info-has h2,
.dez-info-has h3,
.dez-info-has h4,
.dez-info-has h5,
.dez-info-has h6,
.dez-info-has p,
.dez-info-has-text,
.dez-info-has a {
  color: #fff;
}

.dez-info-has .dez-info-has-text {
  margin-bottom: 20px;
  line-height: 24px;
}

.dez-media {
  overflow: hidden;
  position: relative;
}

.dez-box:hover .dez-info-has,
.dez-media:hover .dez-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}

/* without hover */

.dez-info-has.no-hover {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}

/* Skew */

.dez-info-has.skew-has {
  border-top: 4px solid #2d3239;
  padding: 30px 40px 60px;
  -moz-transform: skewY(10deg);
  -webkit-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
  bottom: -35px;
}

.dez-info-has.skew-has>* {
  -moz-transform: skewY(-10deg);
  -webkit-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

/*---------------------------------------------------------------
12. FORM ELEMENTS
---------------------------------------------------------------*/

label {
  font-weight: 600;
  margin-bottom: 10px;
}

.panel-default,
.panel-default>.panel-heading {
  border-color: #e7ecf1;
  color: inherit;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #e7ecf1;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  border-color: #e1e6eb;
  box-shadow: none;
  height: 40px;
  font-size: 13px;
  line-height: 20px;
  padding: 9px 12px;
}

.form-control:focus {
  border-color: #e1e1e1;
  outline: 0;
}

.form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.kv-fileinput-caption {
  height: 39px;
}

.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
  margin-right: 15px;
}

/*input group*/

.input-group {
  width: 100%;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group-addon {
  background: #fff;
  border-color: #e1e1e1;
  padding: 6px 14px;
  font-size: 16px;
}

.input-group-addon.font-size-20 {
  font-size: 20px;
}

.input-group-addon.fixed-w {
  text-align: center;
  padding: 6px 0;
  width: 40px;
}

.input-group-addon.v-align-t {
  line-height: 30px;
}

/*select box*/

.dropdown-menu {
  font-size: 13px;
}

/*radio & checkbox*/

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  margin-left: 1px !important;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  display: block;
  padding-left: 20px !important;
  position: relative;
}

input[type="checkbox"]+label:hover:before,
input[type="radio"]+label:hover:before {
  border-color: #3396d1;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
  background-color: #fff;
  border: 2px solid #b6b7b8;
  border-radius: 0px;
  content: "";
  display: inline-block;
  height: 16px;
  line-height: 1;
  margin-left: -20px;
  position: absolute;
  top: 2px;
  transition: all linear 0.1s;
  width: 16px;
}

input[type="checkbox"]+label:after {
  color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0px;
  -webkit-font-smoothing: antialiased;
  left: 6px;
  position: absolute;
  top: 7px;
  transition: all linear 0.1s;
}

input[type="checkbox"]:checked+label:before {
  border-width: 7px;
  border-color: #3396d1;
}

input[type="checkbox"]:checked+label:after {
  font-size: 10px;
  left: 2px;
  top: 2px;
}

input[type="radio"]+label:before {
  border-radius: 50%;
  content: "";
}

input[type="radio"]:checked+label:before {
  border-color: #3396d1;
  border-width: 5px;
}

.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*touchspin input type number*/

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: unset;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 10px 10px 9px;
  margin-left: -1px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  background: #fff;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 4px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
  color: #9fa0a1;
}

/*rating star*/

.input-rating input[type="radio"] {
  display: none;
}

.input-rating input[type="radio"]+label {
  display: inline-block;
  margin-left: -4px;
  padding-left: 0px !important;
  padding-right: 0px;
  width: 24px;
}

.input-rating input[type="radio"]+label:first-of-type {
  margin-left: 0px;
}

.input-rating input[type="radio"]+label:before {
  background-color: transparent;
  border: none;
  color: #ffd925;
  content: "\f006";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  height: 14px;
  line-height: 1;
  margin-left: 0px;
  position: static;
  text-align: center;
  top: 2px;
  transition: none;
  width: 14px;
}

.input-rating input[type="radio"]:checked+label:before,
.input-rating input[type="radio"]+label.marked:before,
.input-rating input[type="radio"]+label.filled:before,
.input-rating input[type="radio"]+label.hovered.filled:before {
  content: "\f005";
}

.input-rating input[type="radio"]+label.hovered:before {
  content: "\f006";
}

/*simple rating list*/

.rating-bx {
  color: #ffbc08;
  font-size: 14px;
}

.rating-bx i {
  margin: 0 2px;
}

.rating-container .rating-stars::before {
  text-shadow: none;
}

.rating-container {
  color: #c8c8c8;
}

.rating-container .rating-stars {
  color: #3396d1;
}

/*validation symbol*/

.has-feedback label~.form-control-feedback {
  top: 31px;
}

/*loading*/

.loading-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: 9999;
}

.loading-pic {
  width: 70px;
  height: 70px;
  background: url(inc/images/loading.GIF) center no-repeat;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -35px;
  z-index: 99999;
}

/*loading - 2*/

.loading-cover,
.loading-srh-bar,
.loading-map {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.loading-cover .fa-spinner,
.loading-srh-bar .fa-spinner,
.loading-map .fa-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px;
  font-size: 25px;
  color: #333;
}

.dez-banner-outer {
  margin-bottom: 0;
}

.dez-success-top,
.dez-error-top {
  margin-bottom: 0;
}

.alert-bx.alert-info {
  padding: 15px;
  border: 1px solid #bce8f1;
}

/*---------------------------------------------------------------
13. WP DEFAULT
---------------------------------------------------------------*/

.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 15px;
}

.alignright {
  float: right;
  margin: 5px 0 25px 25px;
}

.alignleft {
  float: left;
  margin: 5px 25px 25px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 25px 25px;
}

a img.alignnone {
  margin: 5px 0 25px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 25px 25px 0;
}

a img.aligncenter {
  display: block;
  margin: 5px auto 15px;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption.alignnone {
  margin: 5px 0 25px 0;
}

.wp-caption.alignleft {
  margin: 5px 25px 25px 0;
}

.wp-caption.alignright {
  margin: 5px 0 25px 25px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  color: #9d9d9d;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}

blockquote {
  padding: 16px 20px 16px 80px;
  font-size: 18px;
  font-style: italic;
  color: #555555;
  margin: 40px 0;
  border-left: none;
  line-height: 30px;
  position: relative;
  background: #f6f6f6;
  clear: both;
  border-left: 4px solid #efbb20;
}

blockquote p {
  font-size: 18px;
  color: #555555;
  line-height: 30px;
  margin-bottom: 0px;
}

blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #efbb20;
  font-size: 35px;
  position: absolute;
  left: 20px;
  top: 20px;
  font-style: normal;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}


@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

.widget_post ul li {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.widget_post ul li:last-child {
  padding-bottom: 0;
}

.widget_post ul .dz-media {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 0;
  margin-right: 15px;
}

.widget_post ul .dz-media img {
  border-radius: 10px;
}

.widget_post ul .dz-content .name {
  margin-bottom: 0;
  font-weight: 600;
}

.widget_post ul .dz-content .time {
  font-size: 13px;
  font-weight: 400;
}

.header-nav.xmenu>.nav>li.menu-item-has-children>a i.badge-icon,
.header-nav.xmenu>.nav>li.sub-menu-down>a i.badge-icon {
  display: inline-block !important;
}

.show-focus-outline li:focus-within>.mega-menu,
.show-focus-outline li:focus-within>.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0 !important;
}

.show-focus-outline .sub-menu-down a:focus {
  outline: 2px solid #000 !important;
}

.show-focus-outline .sub-menu-down a:after:focus {
  outline: 2px solid #000 !important;
}

.safari-experience-section {
  position: relative;
  padding: 40px 0;
  min-height: 600px;
  display: flex;
  align-items: center;
}

/* Video Background */
.safari-experience-section .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.safari-experience-section .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.safari-experience-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 80, 0, 0.7) 0%, rgba(0, 60, 0, 0.8) 100%);
  z-index: 2;
}

/* Container & Content */
.safari-experience-section .container {
  position: relative;
  z-index: 3;
}

.safari-experience-section .content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

/* Content Grid */
.safari-experience-section .content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: start;
}

@media (max-width: 992px) {
  .safari-experience-section .content-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

/* Text Content */
.safari-experience-section .text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.safari-experience-section .content-block {
  background: rgba(255, 255, 255, 0.92);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-left: 3px solid #2E8B57;
  transition: transform 0.3s ease;
}

.safari-experience-section .content-block:hover {
  transform: translateY(-3px);
}

.safari-experience-section .content-title {
  font-size: 18px;
  color: #1a531b;
  font-weight: 600;
  margin-bottom: 10px;
}

.safari-experience-section .content-text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.safari-experience-section .final-message {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 2px solid #2E8B57;
  margin-top: 10px;
}

.safari-experience-section .final-message p {
  font-size: 14px;
  color: #1a531b;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  text-align: center;
}

/* Features Sidebar */
.safari-experience-section .features-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.safari-experience-section .feature-card {
  background: rgba(255, 255, 255, 0.92);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(46, 139, 87, 0.3);
}

.safari-experience-section .feature-card:hover {
  transform: translateX(5px);
  border-color: #2E8B57;
  box-shadow: 0 6px 20px rgba(46, 139, 87, 0.2);
}

.safari-experience-section .feature-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #2E8B57, #3CB371);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.safari-experience-section .feature-icon i {
  font-size: 16px;
  color: #FFFFFF;
}

.safari-experience-section .feature-content h4 {
  font-size: 14px;
  color: #1a531b;
  font-weight: 600;
  margin-bottom: 4px;
}

.safari-experience-section .feature-content p {
  font-size: 12px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
  .safari-experience-section {
    padding: 30px 0;
    min-height: 500px;
  }

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

  .safari-experience-section .content-block {
    padding: 15px;
  }

  .safari-experience-section .feature-card {
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .safari-experience-section .section-title {
    font-size: 22px;
  }

  .safari-experience-section .content-grid {
    gap: 20px;
  }

  .safari-experience-section .feature-card {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}


.faq-section .faq-area .section-title-and-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .faq-section .faq-area .section-title-and-filter {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.faq-section .faq-area .accordion {
  background-color: transparent;
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item:first-child {
  border-radius: 10px 10px 0 0;
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header {
  background-color: transparent;
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  font-size: 17px;
  line-height: 16px;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  padding: 18px 25px 18px 16px;
  background-color: transparent;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button span {
  margin-right: 11px;
}

@media (max-width: 1199px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button span {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 25px;
    padding: 30px 34px 28px;
  }
}

@media (max-width: 576px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 45px 15px 15px;
  }
}

@media (max-width: 350px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
  }
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: 'Font Awesome 5 Pro' !important;
  position: absolute;
  right: 3px;
  content: "  \f107";
  transition: unset;
  font-size: 18px;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: rgb(17, 17, 17);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 10px;
  }
}

@media (max-width: 576px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: rgb(248, 248, 248);
  color: rgba(17, 17, 17, 0.9);
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: 'Font Awesome 5 Pro' !important;
  content: "  \f106";
  transform: none;
  color: rgb(77, 166, 39);
}

@media (max-width: 576px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    width: 30px;
    height: 30px;
  }
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: transparent;
  border-radius: 10px;
  box-shadow: none;
  border-bottom: none;
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body {
  padding: 0 20px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0%;
  color: rgba(102, 102, 102, 1);
  max-width: 1040px;
  width: 100%;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 15px 15px 15px;
    font-size: 16px;
  }
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time {
  padding-top: 20px;
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: rgba(102, 102, 102, 1);
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 15px;
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time ul li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  color: rgba(102, 102, 102, 1);
  text-transform: uppercase;
}

.faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-body .opening-time ul li span svg {
  fill: rgba(102, 102, 102, 1);
}

.faq-section .faq-area .faq-wrap button {
  white-space: wrap;
}

@media(max-width: 768px) {
  .faq-image {
    margin-bottom: 20px;
  }

  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 10px 25px 10px 10px;
    line-height: 1;
  }

  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button span {
    margin-right: 4px;
  }

  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }

  .faq-section .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 3px;
  }
}

.corbett-service-section {
  width: 100%;
  padding: 20px 0;
}

.corbett-service-section .corbett-service-wrapper {
  width: 100%;
}

/* corbett Slider */
.corbett-service-section .corbett-slider-section {
  margin-bottom: 20px;
}

.corbett-slider-section .swiper {
  overflow: hidden !important;
}


.corbett-slider .swiper-slide-active {
  opacity: 1;
}

.corbett-service-section .corbett-slide-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.corbett-service-section .corbett-slide-image img {
  border-radius: 12px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* corbett Info Card */
.corbett-service-section .corbett-info-card {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #E5E5E5;
}

.corbett-service-section .corbett-info-card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.corbett-service-section .corbett-info-card .row {
  margin-bottom: 12px;
}

.corbett-service-section .corbett-main-title {
  font-size: 24px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}

.corbett-service-section .corbett-description {
  margin-bottom: 24px;
}

.corbett-service-section .description-paragraph {
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: justify;
}

.corbett-service-section .description-paragraph a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.corbett-service-section .description-paragraph a:hover {
  text-decoration: underline;
}

.corbett-service-section .corbett-subtitle {
  font-size: 21px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 6px;
  width: max-content;
}

/* Service Types */
.corbett-service-section .service-types {
  border: 2px solid #E5E5E5;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.corbett-service-section .service-item {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  background: #fafafa;
}

.corbett-service-section .service-item:last-child {
  border-bottom: none;
}

.corbett-service-section .service-header {
  min-width: 180px;
  width: 180px;
  padding: 12px 16px;
  background: #fff;
  border-right: 1px solid #E5E5E5;
}

.corbett-service-section .service-title {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.corbett-service-section .service-content {
  flex: 1;
  padding: 12px 16px;
}

.corbett-service-section .service-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #222;
}

.corbett-service-section .service-content p strong {
  color: var(--secondary);
}

/* Feature List */
.corbett-service-section .feature-list {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.corbett-service-section .feature-item {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.4;
}

.corbett-service-section .feature-icon {
  position: absolute;
  font-size: 16px;
  color: var(--primary);
  left: 0;
  top: 1px;
}

.corbett-service-section .feature-highlight {
  font-weight: 600;
  color: #000;
}

.corbett-service-section .feature-item a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.corbett-service-section .feature-item a:hover {
  text-decoration: underline;
}

/* Coverage Section */
.corbett-service-section .coverage-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .corbett-service-section .coverage-section {
    grid-template-columns: 1fr 1fr;
  }
}

.corbett-service-section .coverage-category {
  border-radius: 8px;
  background: #f8f9fa;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}

.corbett-service-section .category-header {
  padding: 12px 16px;
  border-bottom: 1px solid #E5E5E5;
  background: #fff;
}

.corbett-service-section .category-header h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.corbett-service-section .coverage-item {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  background: #fff;
}

.corbett-service-section .coverage-item:last-child {
  border-bottom: none;
}

.corbett-service-section .coverage-name {
  min-width: 120px;
  width: 120px;
  padding: 10px 12px;
  background: #f8f9fa;
  border-right: 1px solid #E5E5E5;
}

.corbett-service-section .coverage-name span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.corbett-service-section .coverage-description {
  flex: 1;
  padding: 10px 12px;
}

.corbett-service-section .coverage-description p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #222;
}

.corbett-service-section .coverage-description a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.corbett-service-section .coverage-description a:hover {
  text-decoration: underline;
}

/* Contact Info */
.corbett-service-section .contact-info {
  background: var(--primary);
  color: #fff;
  padding: 12px 16px;
  border-radius: 6px;
  text-align: center;
  margin-top: 20px;
}

.corbett-service-section .contact-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.corbett-service-section .contact-text strong {
  font-weight: 600;
}

/* Swiper Pagination */
.corbett-service-section .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 12px;
}

.corbett-service-section .swiper-pagination-bullet {
  background: var(--primary);
  opacity: 0.5;
  width: 8px;
  height: 8px;
}

.corbett-service-section .swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .corbett-service-section .service-item {
    flex-direction: column;
  }

  .corbett-service-section .service-header {
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }

  .corbett-service-section .coverage-item {
    flex-direction: column;
  }

  .corbett-service-section .coverage-name {
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }

  .corbett-service-section .corbett-slide-image img {
    height: 250px;
  }
}


.form_tiger {
  position: absolute;
  width: 350px;
  right: 25px;
  top: 10px;
  filter: brightness(0);
  opacity: 0.23;
}

@media(max-width: 992px) {

  .form_tiger {
    display: none;
  }
}

.about_page .about-work .work-inner {
  padding-top: 0;
}

.about_page .services-list .bg-img {
  bottom: auto;
  top: -1px;
  transform: rotate(180deg);
}

/* ===== Sub Banner Section ===== */
.sub-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 140px 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/tiger.jpg) !important;
}



/* ===== Breadcrumb Container ===== */
.breadcrumb-area {
  position: relative;
  z-index: 2;
}

.breadcrumb-areas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ===== Title ===== */
.breadcrumb-areas .h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

/* ===== Breadcrumbs ===== */
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumbs li {
  color: #ddd;
  position: relative;
}

.breadcrumbs li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs li a:hover {
  color: #fff;
}

.breadcrumbs li.active {
  color: #fff;
  pointer-events: none;
}

.breadcrumbs li::after {
  content: "/";
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs li:last-child::after {
  content: "";
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
  .sub-banner {
    padding: 80px 0 50px;
  }

  .breadcrumb-areas .h1 {
    font-size: 32px;
  }

  .breadcrumbs {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .breadcrumb-areas .h1 {
    font-size: 26px;
  }
}

.contact__box {

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 15px;

  .icon-xl i {
    font-size: 50px;
  }
}

/* ================================
   PAGE FORM & HOTEL SECTION STYLING
   ================================ */
   .page__form-a {
    padding: 0 0 0;
    font-family: 'Poppins', sans-serif;
    margin-top: -40px;
    position: relative;
  }

/* ==== Booking Form Widget ==== */
.page__form-a .widget_book {
  background: #f4f4f4;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #767676;
  box-shadow: 0 10px 30px rgba(35, 108, 68, 0.3);
  margin-bottom: 0;
}

.page__form-a .widget-tour-book {
  padding: 20px 30px;
}

@media(max-width: 768px) {
  .page__form-a .widget-tour-book {
    padding: 15px;
  }
}

.page__form-a .widget-tour-book .top {
  text-align: center;
  margin-bottom: 30px;
}

.page__form-a .widget-tour-book .top .title {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.page__form-a .form-group {
  position: relative;
  margin-bottom: 8px;
}

.page__form-a .form-control {
  width: 100%;
  padding: 14px 15px 14px 18px;
  border: 1px solid rgb(121 121 121);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #444;
  font-size: 1rem;
  height: 50px;
  transition: all 0.3s ease;
  backdrop-filter: blur(12px);
}

.page__form-a .form-control:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
  outline: none;
}

.page__form-a .form-control::placeholder {
  color: #777;
}

.page__form-a .form-group i {
  position: absolute;
  right: 1px;
  top: 3px;
  color: #2e8b57;
  font-size: 1rem;
  pointer-events: none;
  height: calc(100% - 9px);
  display: flex;
  align-items: center;
  width: 22px;
  background-color: #fff;
  border-radius: 15px;
  padding-left: 3px;
}

/* ==== Textarea ==== */
.page__form-a .form-group textarea.form-control {
  min-height: 50px;
  height: 50px;
  resize: vertical;
  padding-right: 16px;
}

/* ==== Submit Button ==== */
.page__form-a .btn-bs {
  display: inline-block;
  width: 180px;
  padding: 15px 0;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.page__form-a .btn-bs:hover {
  background: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.25);
}

/* ======================
   HOTEL & RESORT CARDS
   ====================== */
   .page__form-a .page_sections {
    background: #fff;
    padding: 80px 0;
  }

  .page__form-a .main-title .h1 {
    color: #2b2b2b;
    font-weight: 800;
    font-size: 2.6rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
  }

  .page__form-a .main-title .h1::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background: #2e8b57;
    border-radius: 2px;
  }

/* ==== Safari Cards ==== */
.page__form-a .safari_card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page__form-a .safari_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.page__form-a .card_img {
  position: relative;
  overflow: hidden;
  height: 260px;
}

.page__form-a .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.page__form-a .safari_card:hover .card_img img {
  transform: scale(1.07);
}

.page__form-a .safari_card_body {
  padding: 26px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.page__form-a .safari_card_body .title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page__form-a .safari_card_body .content {
  color: #5a5a5a;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
  font-size: 0.96rem;
}

/* ==== Read More Button ==== */
.page__form-a .carb_btn .btn-bs.btn-primary {
  background: #2e8b57;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

.page__form-a .carb_btn .btn-bs.btn-primary:hover {
  background: #256c44;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(46, 139, 87, 0.4);
}

/* ======================
   RESPONSIVE DESIGN
   ====================== */
   @media (max-width: 991px) {

    .page__form-a .main-title .h1 {
      font-size: 2.2rem;
    }
  }

  @media (max-width: 767px) {
    .page__form-a .card_img {
      height: 220px;
    }

    .page__form-a .safari_card_body .title {
      font-size: 1.2rem;
    }

    .page__form-a .main-title .h1 {
      font-size: 1.8rem;
    }

    .page__form-a .widget_book {
      border-radius: 12px;
    }
  }

  @media (max-width: 575px) {
    .page__form-a .safari_card {
      margin-bottom: 25px;
    }

    .page__form-a .page_sections {
      padding: 60px 0;
    }
  }

/* ==========================
   HOTEL & RESORTS SECTION
   ========================== */
   .page_sections {
    background: #f7f8fa;
  }

  .page_sections .main-title {
    text-align: center;
    margin-bottom: 35px;
  }

  .page_sections .main-title .h1 {
    font-size: 34px;
    font-weight: 800;
    color: #1d1d1d;
    position: relative;
    display: inline-block;
  }

  .page_sections .main-title .h1::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: #2e8b57;
    border-radius: 2px;
  }

/* ==========================
   CARD STYLING
   ========================== */
   .safari_card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
  }

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

/* ==========================
   IMAGE STYLING
   ========================== */
   .card_img {
    position: relative;
    overflow: hidden;
    height: 210px;
  }

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

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

/* ==========================
   CARD CONTENT
   ========================== */
   .safari_card_body {
    padding: 18px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .safari_card_body .title {
    font-size: 18px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 8px;
  }

  .safari_card_body .content {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 16px;
    flex-grow: 1;
  }

/* ==========================
   BUTTON
   ========================== */
   .carb_btn {
    margin-top: auto;
  }

  .btn-bs {
    display: inline-block;
    padding: 10px 22px;
    background: #2e8b57;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
  }

  .btn-bs:hover {
    background: #256c44;
    box-shadow: 0 4px 10px rgba(46, 139, 87, 0.3);
    transform: translateY(-2px);
  }

/* ==========================
   RESPONSIVE DESIGN
   ========================== */
   @media (max-width: 991px) {
    .card_img {
      height: 200px;
    }

    .safari_card_body {
      padding: 16px 14px 18px 14px;
    }

    .safari_card_body .title {
      font-size: 17px;
    }
  }

  @media (max-width: 767px) {
    .page_sections .main-title .h1 {
      font-size: 28px;
    }

    .card_img {
      height: 180px;
    }

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

    .safari_card_body .content {
      font-size: 13px;
    }
  }

/* ==========================
   HOTEL DETAILS SECTION
   ========================== */
   .hotel-page {
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hotel-page .h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1e1e1e;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
  }

  .hotel-page .h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background-color: #2e8b57;
    border-radius: 2px;
  }

/* ==========================
   IMAGE STYLING
   ========================== */
   .hotel-page img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .hotel-page img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
  }

/* ==========================
   PARAGRAPH STYLING
   ========================== */
   .hotel-page p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: justify;
    max-width: 900px;
  }

/* ==========================
   RESPONSIVE DESIGN
   ========================== */
   @media (max-width: 991px) {
    .hotel-page {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .hotel-page .h2 {
      font-size: 28px;
    }

    .hotel-page img {
      height: 350px;
    }

    .hotel-page p {
      font-size: 14px;
      line-height: 1.6;
    }
  }

  @media (max-width: 767px) {
    .hotel-page {
      padding: 30px 15px;
    }

    .hotel-page .h2 {
      font-size: 24px;
    }

    .hotel-page img {
      height: 280px;
    }

    .hotel-page p {
      font-size: 13px;
      line-height: 1.5;
    }
  }


  .form {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 25px;
  }

  .form h3.title {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }

  .form .form-label {
    margin-bottom: 0;
    font-weight: 600;
  }

  .form .row {
    --bs-gutter-y: 12px;
  }

/*sidebar*/

.service-page {
  background-color: #fff;
}

.service-page .inner-page,
.service-page .col-lg-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-page .inner-page img {
  width: 100%;
  border-radius: 20px;
  height: auto;
  width: 100%;
  max-width: 700px;
  object-fit: cover;
  margin-bottom: 15px;
}

.service-page .col-lg-4 {
  background-color: #f6f7f8;
}

.sidebar-right {
  background-color: #fff;
  padding: 40px 30px 40px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.sidebar-box {
  margin-bottom: 20px;
}

.sidebar-right .widget-title {
  font-size: 25px;
  position: relative;
  margin-bottom: 15px;
}

.sidebar-right .widget-title:before {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 4px;
  left: -30px;
  top: 0;
  background-color: var(--second-color);
  transition: all 0.5s ease 0s;
}

.sidebar-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-right ul>li {
  padding: 0 0 15px 0;
}

.sidebar-right ul li a {
  padding: 13px 15px 13px 15px;
  padding-left: 44px;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 15px;
  background-color: #f6f7f8;
  color: #000;
}

.sidebar-right ul li a:hover {
  background-color: var(--second-color);
  color: #fff;
}

.sidebar-right ul li a:after {
  content: '\f061';
  position: absolute;
  font: var(--fa-font-solid);
  left: 20px;
  font-weight: 600;
  top: 18px;
  color: inherit;
  font-size: 12px;
}

.sidebar-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/t3.jpg);
  background-position: left center;
  padding: 40px 20px;
  border-radius: 10px;
}

.sidebar-contact .d-flex {
  align-items: center;
  gap: 20px;
}

.sidebar-contact .d-flex i {
  background-color: var(--primary);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.sidebar-contact .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}

.sidebar-contact .title span {
  color: var(--second-color);
  display: block;
}

.sidebar-contact .h4 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

.sidebar-contact .h4 a {
  color: var(--second-color);
}

@media(max-width: 768px) {
  .service-page .inner-page img {
    width: 100%;
    height: auto;
  }

  .corbett-service-section .corbett-subtitle {
    width: 100%;
  }

  .corbett-slider-section .swiper {
    overflow: hidden !important;
  }

  .logo-header {
    width: 135px;
  }

  header .site-button {
    padding: 9px 14px;
    margin-top: 13px;
  }

  .main-slider.style-three .banner-pagination img {
    height: 400px;
  }

  .main-slider.style-three .banner-inner .banner-content .banner-content-inner {
    padding: 18px;
  }

  .main-slider.style-three .banner-inner .banner-content .banner-content-inner {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .main-slider.style-three .banner-inner .banner-content .top-content h1 {
    font-size: 24px;
    color: #fff;
  }

  .main-slider.style-three .banner-inner .banner-content .top-content p {
    max-width: 100%;
    display: none;
  }

  .main-slider.style-three .banner-inner {
    top: 50%;
  }

  .main-slider.style-three .dz-enquirey-box {
    max-width: 94%;
    margin-inline: auto;
    margin-top: -20px;
    position: relative;
    z-index: 3;
    top: auto;
    bottom: auto;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .logo-header,
  .is-fixed.header-curve .logo-header,
  .header-style-3 .header-curve .logo-header,
  .header-style-3 .is-fixed.header-curve .logo-header,
  .is-fixed .logo-header {
    width: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .mo-left.show {
    left: -1px !important;
  }

  .logo-header img,
  .logo-footer img {
    width: 61px;
  }

}

.response-section .card {
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
}

.response-section .card .card-icon {
  border-radius: 200px;
  height: 100px;
  width: 100px;
  background: var(--primary);
  margin: 0 auto;
  line-height: 100px;
  font-size: 50px;
  color: #fff;
}

.response-section .card p {
  font-size: 20px;
}

.marquee-section {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: var(--primary);
  padding: 20px 0 60px;
  position: relative;
  margin-bottom: -40px;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marqueeScroll 50s linear infinite;
  font-size: 15px;
  color: #fff;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.coyright_links {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}

.coyright_links a {
  color: #fff;
  font-size: 13px;
}

.middle___socio {
  height: 32px;
}

@media(max-width: 768px) {
  .footer-logo {
    margin-bottom: 13px;
  }

  .coyright_links {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }
}

/* Main form container styling */
.mainn____form {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 900px;
  margin: 30px auto;
  padding: 0 20px;
}

/* Form styling */
.mainn____form .form {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
}

/* Form title */
.mainn____form .title {
  text-align: center;
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 600;
  font-size: 28px;
  position: relative;
  padding-bottom: 15px;
}

.mainn____form .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #3498db, #2ecc71);
  border-radius: 2px;
}

/* Form group styling */
.mainn____form .form-group {
  margin-bottom: 20px;
}

/* Form label styling */
.mainn____form .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #34495e;
  font-size: 15px;
}

/* Form control styling */
.mainn____form .form-control {
  width: 100%;
  padding: 0 9px;
  border: 1.5px solid #dfe6e9;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  background-color: #fff;
  box-sizing: border-box;
}

.mainn____form .form-control:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

@media (min-width: 992px) {
  .corbett-service-section .corbett-description .col-lg-8.mx-auto {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

/* Select element styling */
.mainn____form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 3px center;
  padding-right: 23px;
  padding-block: 0;
  padding-left: 9px;
}

/* Textarea styling */
.mainn____form textarea.form-control {
  resize: vertical;
  min-height: 100px;
  padding-block: 12px;
}

/* Row and column layout */
.mainn____form .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.mainn____form .col-md-3,
.mainn____form .col-md-12 {
  padding: 0 10px;
  box-sizing: border-box;
}

.mainn____form .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.mainn____form .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Required field indicator */
.mainn____form .form-label:after {
  content: " *";
  color: #e74c3c;
}

/* Responsive design */
@media (max-width: 768px) {
  .mainn____form .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .mainn____form .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mainn____form .form {
    padding: 20px;
  }

  .mainn____form .title {
    font-size: 24px;
  }
}

/* Animation for form elements */
.mainn____form .form-control {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.why_img {
  position: absolute;
  bottom: 0;
  left: 15%;
}

.why_img img {

  width: 343px;
}

.contact_section {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e7fce8;
}

.contact_img {
  position: absolute;
  bottom: 20px;
  right: 15%;
}

.contact_img img {

  width: 350px;
}

.contact_bottom {
  margin-top: -70px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.contact_ma_inner {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.contact_box {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  word-break: break-word;
}

.contact_box:last-child {
  margin-bottom: 0;
}

.contact_box .icon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  background-color: var(--primary);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-right: 15px;
}

.contact_box .content .heading {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 5px;
}

.contact_box .content a {
  display: block;
  font-size: 17px;
  color: #000;
  transition: 0.3s;
  line-height: 1.2;
}

.contact_box .content a:hover {
  text-decoration: underline;
}

.contact_ma_inner .left_side {
  border-right: 1px solid #c1c1c1;
  padding-right: 30px;
}

.contact_ma_inner .right_side {
  padding-left: 20px;
}

.main__heading {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 1;
}

.contact_ma_inner .right_side p {
  color: #222;
  font-size: 18px;
  margin-bottom: 15px;
}

.contact_btn {
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: 0.4s;
}

.contact_btn:hover {
  background-color: #000;
  color: #fff;
}

.contact_btn i {
  font-size: 26px;
}

.contact_box .mini-content {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
  margin-top: -6px;
}

@media(max-width: 768px) {
  .footer__moodle {
    margin-inline: 0;
  }

  .contact_ma_inner .left_side {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }

  .contact_ma_inner .right_side {
    padding: 0;
  }

  .contact_section {
    padding-bottom: 80px;
  }
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  z-index: 999;
}

.header-navigation .container {
  position: relative;
  padding-right: 220px;
}

.header-navigation .container .navbar-header {
  position: absolute;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.header-navigation .container .navbar-header button.side-nav-toggler {
  border: none;
  outline: none;
  background-color: transparent;
  color: #262626;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation .container .navbar-header button.side-nav-toggler:hover {
  color: var(--primary);
}

.header-navigation .container .navbar-brand {
  height: auto;
  padding: 0px 0;
}

.header-navigation .container .navbar-brand .default-logo {
  display: inline-block;
}

.header-navigation .container .navbar-brand .sticky-logo {
  display: none;
}

.header-navigation .container .main-navigation {
  text-align: left;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 60px 0 0 60px;
  display: block;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .container .right-side-box a.rqa-btn {
  display: inline-block;
  vertical-align: middle;
  background: var(--primary);
  color: #ffffff;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 600;
  padding: 24.5px 39px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  letter-spacing: .01em;
  line-height: 1em;
  position: relative;
  border-radius: 0 60px 60px 0;
}

.header-navigation .container .right-side-box a.rqa-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.header-navigation .container .right-side-box a.rqa-btn span.inner {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 3px 0;
}

.header-navigation .container .right-side-box a.rqa-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 25px;
  height: 100%;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: var(--primary);
  display: block;
  z-index: -1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation .container .right-side-box a.rqa-btn:hover {
  background: #252525;
  color: #fff;
}

.header-navigation .container .right-side-box a.rqa-btn:hover:after {
  background: #252525;
}

.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  position: relative;
}

.header-navigation ul.navigation-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 99%;
  width: 60px;
  height: 100%;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #fff;
  display: none;
  z-index: -1;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box>li {
  position: relative;
  padding: 24px 0;
  display: inline-block;
}

.header-navigation ul.navigation-box>li:before {
  content: '';
  width: 100%;
  height: 3px;
  background: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

.header-navigation ul.navigation-box>li:hover:before,
.header-navigation ul.navigation-box>li.current:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header-navigation ul.navigation-box>li+li {
  margin-left: 22px;
}

.header-navigation ul.navigation-box>li>a {
  padding: 0;
  font-family: 'Poppins';
  color: #262626;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 600;
  background: transparent;
  display: inline-block;
}

.header-navigation ul.navigation-box>li>a:after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  margin-left: 5px;
  color: var(--primary);
}

.header-navigation ul.navigation-box>li>a:only-child:after {
  content: '';
  display: none;
}

.header-navigation ul.navigation-box>li>ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 430px;
  overflow-y: auto;
}

.header-navigation ul.navigation-box>li>ul.sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li {
  display: block;
  position: relative;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a {
  font-size: 15px;
  color: #262626;
  font-family: 'Rubik';
  font-weight: 400;
  padding: 12.5px 16px;
  display: block;
  line-height: 26px;
  padding-left: 24px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  word-wrap: normal;
  white-space: normal;
  line-height: 1;
  border-bottom: 1px dashed #ddd;
}

.header-navigation ul.navigation-box>li>.sub-menu li:hover>a {
  background: var(--primary);
  color: #fff;
  position: relative;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li {
  display: block;
  position: relative;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>a {
  font-size: 16px;
  color: #262626;
  font-weight: 500;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 40px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>.sub-menu li:hover>a {
  background: #F1F1F1;
  color: var(--secondary);
  position: relative;
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.header-navigation.stricky-fixed .container {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-top {
  background: var(--secondary);
}

.header_main_container {
  display: flex;
  justify-content: space-between;
}

.header-top .logo {
  padding-top: 3px;
  padding-bottom: 35px;
  position: relative;
  max-width: 170px;
  width: 100%;
}

.header-top .logo img {
  position: relative;
  width: 85px;
  background: #fff;
  padding: 2px;
  border-radius: 5px;
}

.header-top .logo:before {
  content: '';
  width: 100000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -35px;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  background: var(--primary);
}

.header-top .header-right-info {
  padding: 16px 0;
}

.header-top .single-header-right-info {
  display: inline-block;
  vertical-align: middle;
}

.header-top .single-header-right-info+.single-header-right-info {
  margin-left: 36px;
}

.header-top .single-header-right-info .icon-box,
.header-top .single-header-right-info .text-box {
  display: table-cell;
  vertical-align: middle;
}

.header-top .single-header-right-info .icon-box {
  width: 35px;
}

.header-top .single-header-right-info .icon-box i {
  font-size: 35px;
  color: #fff;
  line-height: 1em;
  vertical-align: text-top;
}

.header-top .single-header-right-info .text-box {
  padding-left: 20px;
}

.header-top .single-header-right-info .text-box h3,
.header-top .single-header-right-info .text-box p {
  margin: 0;
}

.header-top .single-header-right-info .text-box p {
  color: #ddd;
  letter-spacing: .01em;
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 500;
}

.header-top .single-header-right-info .text-box h3 {
  font-family: 'Poppins';
  font-weight: 600;
  letter-spacing: .01em;
  color: #ffffff;
  font-size: 18px;
}

.header-top.home-three {
  background: #FFFFFF;
}

.header-top.home-three .top-info {
  background: #262626;
}

.header-top.home-three .top-info .left-text {
  padding: 16px 0;
  position: relative;
}

.header-top.home-three .top-info .left-text:before {
  content: '';
  width: 100000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -45px;
  -webkit-transform: skewX(50deg);
  transform: skewX(50deg);
  background: rgba(0, 0, 0, 0.3);
}

.header-top.home-three .top-info p {
  margin: 0;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: .01em;
  position: relative;
  z-index: 10;
}

.header-top.home-three .top-info p span {
  color: var(--primary);
}

.header-top.home-three .top-info .social {
  padding: 16px 0;
}

.header-top.home-three .top-info .social a {
  font-size: 12px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-top.home-three .top-info .social a:hover {
  color: var(--primary);
}

.header-top.home-three .top-info .social a+a {
  margin-left: 20px;
}

.header-top.home-three .logo {
  padding: 26px 0;
}

.header-top.home-three .logo:before {
  display: none;
}

.header-top.home-three .header-right-info {
  padding: 30px 0;
}

.header-top.home-three .single-header-right-info p {
  color: #888888;
}

.header-top.home-three .single-header-right-info i,
.header-top.home-three .single-header-right-info h3 {
  color: #262626;
}

.header.header-home-one {
  position: relative;
  top: -40px;
}

.header.header-home-one .stricky-fixed {
  background-color: transparent;
}

.header.header-home-one .stricky-fixed .container {
  margin-top: 0;
}

.header.header-home-two {
  background: #fff;
  border-bottom: 1px solid #D9D7D6;
}

.header.header-home-two.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-bottom: 0;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}

.header.header-home-two .header-navigation .container .navbar-header {
  display: none;
}

.header.header-home-two .header-navigation ul.navigation-box {
  padding-left: 30px;
}

.header.header-home-two .header-navigation ul.navigation-box>li:before {
  bottom: auto;
  top: -6px;
}

.header.header-home-two .header-navigation ul.navigation-box>li+li {
  margin-left: 60px;
}

.header.header-home-two .header-navigation ul.navigation-box>li {
  padding: 21.5px 0;
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn {
  padding: 14px 29px;
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn span {
  border: none;
  padding: 0;
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn i {
  font-size: 16px;
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn:after {
  display: none;
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn:hover {
  background-color: var(--primary);
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn:before {
  background: #252525;
}

.header.header-home-three+section,
.header.header-home-three+div {
  margin-top: -62px !important;
}

.header.header-home-three .header-navigation .container {
  padding-right: 255px;
}

.header.header-home-three .header-navigation .container .navbar-header {
  display: none;
}

.header.header-home-three .header-navigation ul.navigation-box {
  padding-left: 40px;
}

.header.header-home-three .header-navigation .container .main-navigation {
  background: #262626;
  border-bottom: 3px solid #060606;
}

.header.header-home-three .header-navigation ul.navigation-box>li:before {
  bottom: -3px;
}

.header.header-home-three .header-navigation ul.navigation-box>li>a {
  color: #fff;
}

.header.header-home-three .header-navigation ul.navigation-box>li {
  padding: 16px 0;
}

.header.header-home-three .header-navigation ul.navigation-box:after {
  display: none;
}

.header.header-home-three .header-navigation ul.navigation-box>li>ul.sub-menu {
  background-color: transparent;
  padding-top: 3px;
}

.header.header-home-three .header-navigation ul.navigation-box>li>ul.sub-menu>li {
  background: #fff;
}

.header.header-home-three .header-navigation ul.navigation-box>li+li {
  margin-left: 55px;
}

.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn {
  padding: 18px 69px;
  border-bottom: 3px solid var(--primary);
}

.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn:after {
  display: none;
}

.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn:hover {
  background: #252525;
  color: #fff;
  border-color: #252525;
}

.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn:hover span {
  border-color: #fff;
}

.header.header-home-three .stricky-fixed {
  background-color: transparent;
}

.header.header-home-three .stricky-fixed .container {
  margin-top: 0;
}

/*******************
* revolution slider 
*********************/
main {
  margin-top: -88px;
}

.main-slider {
  position: relative;
  z-index: 8;
}

.main-slider #rev_slider_one_wrapper {
  position: relative;
}

.main-slider .tp-caption {
  z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.25) !important;
}

#rev_slider_two .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.main-slider .tparrows.gyges {
  margin-top: -60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
}

.main-slider .tparrows.gyges:before {
  line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
  background-color: #e4353a;
}

.main-slider h2 {
  position: relative;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 20px;
  font-family: 'Poppins';
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
}

.main-slider h2 span {
  color: var(--primary);
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-style: italic;
  color: var(--primary);
}

.main-slider h2.dark-text {
  position: relative;
  color: #222;
}

.main-slider .text {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.7em;
  color: #fefefe;
  font-size: 18px;
  letter-spacing: .01em;
  font-family: 'Rubik';
}

.main-slider .text.dark-text {
  color: #022222;
  font-size: 16px;
}

.main-slider .text.white-text {
  color: #fff;
}

.main-slider .dark-heading {
  position: relative;
  color: #022222;
  border: 0px;
  padding: 0px;
  line-height: 1.2em;
}

.main-slider .dark-heading:after {
  display: none;
}

.main-slider .white-heading {
  position: relative;
  color: #fff;
  border: 0px;
  padding: 0px;
  line-height: 1.2em;
}

.main-slider .white-heading:after {
  display: none;
}

.main-slider h4 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
}

.main-slider h1 {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.slider-content {
  position: relative;
  padding: 35px 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

.slider-content h3 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.slider-content h3:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: -1px;
  z-index: 10;
  background-color: #e4353a;
}

.slider-content .content-text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

.main-slider .tp-bannertimer {
  display: none !important;
}

.main-slider .theme-btn {
  background: var(--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 14px 44px;
  font-family: 'Poppins';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.main-slider .theme-btn:before {
  background: #252525;
}

.main-slider .theme-btn i {
  margin-left: 7px;
}

@media only screen and (max-width: 1024px) {
  .main-slider h2 {
    font-size: 34px;
  }

  .main-slider .text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider {
    margin-top: 0px !important;
  }

  .main-slider h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .main-header .header-lower {
    margin: 0;
  }

  .main-slider .dark-heading {
    font-size: 32px;
  }

  .main-slider h1 {
    font-size: 32px;
  }

  .main-slider h4 {
    font-size: 28px;
  }

  .main-slider .text {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 599px) {
  .main-slider h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .main-slider .text {
    font-size: 13px;
  }

  .main-slider .dark-heading {
    font-size: 24px;
  }

  .main-slider .text.dark-text {
    font-size: 13px;
  }

  .slider-content .content-text {
    font-size: 14px;
  }

  .main-slider .theme-btn {
    padding: 10px 25px;
  }
}

@media only screen and (max-width: 489px) {
  .main-slider .text {
    margin-top: -10px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 320px) {

  .main-slider .slide-2 h2,
  .main-slider .slide-3 h2 {
    margin-top: -20px;
    padding-top: 20px;
  }

  .main-slider .slide-2 .text,
  .main-slider .slide-3 .text {
    margin-top: -20px;
    padding-top: 20px;
  }

  .main-slider .slide-2 .theme-btn,
  .main-slider .slide-3 .theme-btn {
    margin-top: 50px;
  }
}

/************************** 
* 6. hidden sidebar styles 
***************************/
.hidden-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary) url(../images/side-menu-bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  z-index: 1000;
  overflow: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

.hidden-sidebar.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

.hidden-sidebar a.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 25px;
}

.hidden-sidebar .sidebar-content {
  padding: 40px 0;
}

.hidden-sidebar .sidebar-content .navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 44px;
  margin-bottom: 62px;
}

.hidden-sidebar .sidebar-content .navigation-box li a {
  color: #FFFFFF;
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
}

.hidden-sidebar .sidebar-content .navigation-box li a:hover {
  color: var(--primary);
}

.hidden-sidebar .sidebar-content .navigation-box li.current a {
  color: var(--primary);
}

.hidden-sidebar .sidebar-content .navigation-box li+li {
  margin-top: 20px;
}

.hidden-sidebar .sidebar-content .navigation-box li .subnav-toggler {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--primary);
  font-size: 15px;
  padding: 0;
  margin-left: 5px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu li a {
  color: #FFFFFF;
  font-size: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
}

.hidden-sidebar .sidebar-content .social {
  margin-bottom: 20px;
}

.hidden-sidebar .sidebar-content .social a {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 33px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}

.hidden-sidebar .sidebar-content .social a:hover {
  color: var(--primary);
}

.hidden-sidebar .sidebar-content .social a+a {
  margin-left: 10px;
}

.hidden-sidebar .sidebar-content p.copy-text {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
}

.hidden-sidebar .sidebar-content p.copy-text i.fa-heart {
  color: var(--primary);
}

@media(max-width: 1200px) {
  .header-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-navigation .container .main-navigation {
    display: none !important;
  }

  .header-navigation .container {
    background: #fff;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .header-navigation .container .navbar-header {
    left: 20px;
  }

  .header-navigation .container .navbar-header button.side-nav-toggler {
    font-size: 28px;
  }

  .header.header-home-three .header-navigation .container .navbar-header,
  .header.header-home-two .header-navigation .container .navbar-header {
    display: block;
  }

  .header.header-home-three .header-navigation .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .header-top .logo {
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }

  .header-top .logo:before {
    display: none;
  }

  .header-top .header-right-info {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .header-top .single-header-right-info .text-box {
    text-align: left;
  }

  .header-top.home-three .logo {
    padding-bottom: 0;
  }

  .header.header-home-three .header-navigation .container .right-side-box a.rqa-btn {
    border-bottom-width: 4px;
  }
}

@media (max-width: 1024px) {
  img {
    max-width: 100%;
  }

  .header-top.home-three .logo {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .header-top .single-header-right-info+.single-header-right-info {
    margin-left: 14px;
  }

}

@media (max-width: 731px) {
  .header-navigation .container .navbar-header {
    left: 40px;
  }

  .header-top .single-header-right-info {
    margin-top: 40px;
  }
}

@media (max-width: 414px) {
  .header-top.home-three .top-info .left-text:before {
    display: none;
  }

  .header-top.home-three .top-info [class*='pull-'] {
    width: 100%;
    text-align: center;
  }

  .header-top.home-three .top-info .social {
    padding-top: 0;
  }

  .header.header-home-three .header-navigation .container .right-side-box a.rqa-btn {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media(min-width: 992px) {
  .header-navigation .container .navbar-header button.side-nav-toggler {
    display: none !important;
  }
}

.rqa-box {
  background: #262626;
  padding: 8px 25px 20px;
  border-radius: 20px;
  @media(min-width: 768px){
    border: 1px solid #ddd;
  }
}

.rqa-box h3,
.rqa-box p {
  margin: 0;
}

.rqa-box h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins';
}

.rqa-box h3 span {
  color: #FE5A0E;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
  background: linear-gradient(to right, #f80503 0%, #ff7d09 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rqa-box h3:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 38px;
  height: 2px;
  margin-top: 7px;
  background: #fff;
  margin-left: 15px;
}

.rqa-box p {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 12px;
}

.rqa-box form.rqa-form {
  margin-top: 20px;
}

.rqa-box form.rqa-form label {
  color: #fff;
  margin-bottom: 0;
}

.rqa-box form.rqa-form input,
.rqa-box form.rqa-form textarea {
  width: 100%;
  height: 42px;
  color: #B1B1B1;
  font-size: 16px;
  padding-left: 20px;
  display: block;
  margin-top: 0;
  margin-bottom: 0px;
}
.rqa-box form.rqa-form input.site-button{
  margin-top: 12px;
}
.form_main_inner{
  background-color: #6d5920;
  margin-top: 10px;
  margin-inline: -25px;
  padding-inline: 25px;
  margin-bottom: -20px;
  border-radius: 0 0 20px 20px;
  padding-bottom: 20px;
}
.rqa-box form.rqa-form input::-webkit-input-placeholder,
.rqa-box form.rqa-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B1B1B1;
}

.rqa-box form.rqa-form input::-moz-placeholder,
.rqa-box form.rqa-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #B1B1B1;
}

.rqa-box form.rqa-form input:-ms-input-placeholder,
.rqa-box form.rqa-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #B1B1B1;
}

.rqa-box form.rqa-form input:-moz-placeholder,
.rqa-box form.rqa-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #B1B1B1;
}

.rqa-box form.rqa-form input+input {
  margin-top: 8px;
}

.rqa-box form.rqa-form textarea {
  height: 121px;
  margin-top: 8px;
  margin-bottom: 25px;
  padding-top: 10px;
}

.rqa-box form.rqa-form button {
  display: inline-block;
  width: 172px;
  height: 44px;
  border: none;
  outline: none;
  background: #FE5A0E;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 600;
  line-height: 44px;
}

.rqa-box form.rqa-form button i {
  margin-left: 4px;
}

.rqa-box form.rqa-form button:before {
  background: #fff;
}

.rqa-box form.rqa-form button:hover {
  color: #252525;
}



.form_part table {
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #a3a3a3;
}

.form_part table:first-child {
  margin-top: 0;
}

.form_part table th {
  width: 20%;
  background: #f2f2f2;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 10px;
}

.form_part table td {
  padding: 4px 10px;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
  vertical-align: middle;
}

.form_part table small {
  display: block;
  margin-bottom: 0;
  margin-top: 2px;
}

.form_part .table_header {
  background: var(--primary);
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  width: 100%;
  font-size: 17px;
}

.form_part {

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    border: 0;
  }
}

.form_part tr {
  border-bottom: 1px solid #000;
}

.form_part tr:last-child {
  border: 0;
}

.index_form.safari_booking_form {
  position: static;
}

.more_points {
  margin-top: 12px;
}

.more_points .hover_item {
  text-align: center;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  border-radius: 46px;
  padding: 7px;
  cursor: pointer;
  line-height: 1.3;
}

.more_points .hover_item span {
  color: lightblue;
  font-weight: 400;
  margin-left: 10px;
}

.more_points .hover_item i {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
  display: inline-block;
  animation: moveLeftRight 0.6s ease-in-out infinite alternate;
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(5px);
  }
}

/* MODAL WRAPPER */
.points-modal {
  position: fixed;
  inset: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 9999999999;
  align-items: center;
  justify-content: center;
}

/* SHOW STATE */
.points-modal.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}

/* MODAL BOX */
.points-modal-content {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  width: 92%;
  max-width: 540px;
  padding: 28px 30px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transform: translateY(25px) scale(0.96);
  opacity: 0;
  animation: modalPop 0.45s ease forwards;
}

/* OPEN ANIMATION */
@keyframes modalPop {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.92);
  }

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

/* CLOSE BUTTON */
.points-modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #555;
  cursor: pointer;
  transition: 0.25s;
}

.points-modal-close:hover {
  transform: rotate(90deg);
  color: var(--primary);
}

/* LIST */
.modal-point-list {
  list-style: none;
  padding-left: 0;
  margin: 18px 0 0 0;
}

.modal-point-list li {
  margin-bottom: 14px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  display: flex;
  align-items: start;
  line-height: 1.4;
  transition: 0.3s ease;
}

.modal-point-list li:hover {
  transform: translateX(3px);
}

.modal-point-list li i {
  color: var(--primary);
  margin-right: 8px;
  font-size: 17px;
  margin-top: 2px;
}


.index_form_part {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  background: var(--secondary);
  border-top: 2px solid #7a7a7a;
}

.page-wraper {
  background: #f7f8fa;

}

.page-content {
  margin-top: 0;
  padding-bottom: 0;
}

.content-area {
  padding-top: 60px;
}

.section-full {
  position: relative;
}

.section-full:last-child {
  margin-bottom: -50px;
}

/*= Section Head Part =*/

.section-head {
  margin-bottom: 50px;
}

.section-head.no-margin {
  margin-bottom: 0;
}

.section-head h1,
.section-head h2,
.section-head h3 {
  margin-top: 0;
}

.title-small {
  display: block;
  color: #494949;
  margin-bottom: 15px;
}

.section-head p {
  padding-top: 10px;
  font-size: 14px;
  color: #494949;
}

.text-center.section-head p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.text-white {
  color: #fff;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
  color: #fff;
}

/*= Section Content Part =*/

.section-content {}

@media only screen and (max-width: 1024px) {
  .section-full {
    background-attachment: scroll !important;
  }
}

@media only screen and (max-width: 991px) {
  .page-content {
    margin-top: 0;
  }
}

.section-head.style-1 h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
}

.section-head.style-1 h2 {
  font-size: 45px;
  font-weight: 700;
  color: var(--secondary);
  line-height: 1.2;
  max-width: 800px;
}

.section-head.style-1 .dz-paragraph {
  font-size: 18px;
  font-weight: 400;
  padding-top: unset;
  max-width: 600px;
  margin-bottom: 20px;
}

.section-head.style-1 p {
  font-size: 16px;
  font-weight: 400;
  max-width: 550px;
  padding-top: unset;
  margin-bottom: 30px;
  color: #666666;
}

.site-button.style-1 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #E9FCE9;
  background-color: var(--primary);
  padding: 14px 25px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-button.style-2 {
  font-size: 16px;
  font-weight: 500;
  color: #C6DDDB;
  font-family: 'Poppins', sans-serif;
  border-radius: 6px;
  padding: 12px 25px;
}

.video-btn.style-1 {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: var(--secondary);
}

.section-head.text-center h2 {
  margin-inline: auto;
}

@media screen and (max-width:1200px) {
  .section-head.style-1 h2 {
    font-size: 40px;
  }

  .site-button.style-1 {
    font-size: 14px;
  }

  .video-btn.style-1 {
    font-size: 14px;
  }
}

@media screen and (max-width:991px) {
  .section-head.style-1 {
    margin-bottom: 30px;
  }

  .section-head.style-1 .dz-paragraph {
    max-width: unset;
  }

  .section-head.style-1 p {
    max-width: unset;
  }

  .site-button.style-2 {
    font-size: 14px;
    padding: 12px 15px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .section-head.style-1 h2 {
    font-size: 30px;
  }

  .site-button.style-1 {
    font-size: 12px;
    padding: 12px 15px;
  }
}

@media screen and (max-width:575px) {
  .video-btn.style-1 span {
    display: none;
  }

  .content-inner-1.style-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-head.style-1 {
    margin-bottom: 20px;
  }

  .section-head.style-1 h6 {
    font-size: 16px;
  }

  .section-head.style-1 h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .section-head.style-1 .dz-paragraph {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section-head.style-1 p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .site-button.style-2 {
    margin-bottom: 0px;
  }
}

/* = = = = */

/* == Header == */
.site-header.style-1 .top-bar.style-1 {
  background: var(--primary) !important;
}

.site-header.style-1 .top-bar.style-1:after {
  display: none;
}

.site-header.style-1 .top-bar.style-1 .dez-topbar-left .social-line li a,
.site-header.style-1 .top-bar.style-1 .dez-topbar-right .social-line li a {
  border: 0;
}

/* Services section — uses only your existing :root colors */
.section-content.style-1 {
  color: var(--heading);
}


/* Card wrapper */
.dz-services-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #fff);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  transition: transform .36s cubic-bezier(.2, .9, .2, 1), box-shadow .36s;
  will-change: transform;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Hover / focus lift */
.dz-services-box:hover,
.dz-services-box:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(10, 30, 80, 0.12);
}

/* Media area */
.dz-services-media {
  width: 100%;
  max-height: 220px;
  /* desktop image height */
  overflow: hidden;
  display: block;
  position: relative;
  flex-shrink: 0;
}

/* Make linked images behave as covers */
.dz-services-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.2, .9, .2, 1);
  transform-origin: center center;
}

/* Subtle zoom on hover */
.dz-services-box:hover .dz-services-media img,
.dz-services-box:focus-within .dz-services-media img {
  transform: scale(1.06);
}

/* Info panel */
.dz-services-info {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}

/* Heading */
.dz-services-info h3 {
  font-size: 1.05rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  color: var(--heading);
  transition: color .24s;
}

/* Link inside heading */
.dz-services-info h3 a {
  color: inherit;
  text-decoration: none;
}

/* Desc text */
.dz-services-info p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Button container spacing */
.dz-services-info .m-t20 {
  margin-top: 12px;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Primary button */
.site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(122, 175, 29, 0.16);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s;
}

/* Button hover & active */
.site-button:hover,
.site-button:focus {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(10, 80, 30, 0.14);
  outline: none;
}

.site-button:active {
  transform: translateY(-1px);
}

/* Make sure anchor-style buttons behave like buttons for keyboard users */
.site-button:focus-visible {
  outline: 3px solid rgba(10, 90, 30, 0.18);
  outline-offset: 3px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .dz-services-media {
    max-height: 200px;
  }

  .dz-services-info h3 {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .section-content.style-1 {
    padding: 28px 0;
  }

  .dz-services-media {
    max-height: 160px;
  }

  .dz-services-info {
    padding: 16px;
  }

  .site-button {
    padding: 9px 14px;
    font-size: .9rem;
  }
}

/* Accessibility - ensure contrast on text inside cards if background changes */
.dz-services-info.bg-white {
  background: white;
}

/* Small polish: icons alignment if present */
.dz-services-info .fa,
.dz-services-info .fas,
.dz-services-info .far {
  vertical-align: middle;
  margin-right: 6px;
  color: var(--secondary);
}


.popular-tours-section {
  background-color: #f4f4f4;
  padding-bottom: 30px;
  padding-top: 35px;
}


.popular-tours-section .container-fluid {
  /* Standard Bootstrap container-fluid */
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* --- Title Block --- */
.popular-tours-section .tours-title-wrapper {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .popular-tours-section .tours-title-wrapper {
    margin-bottom: 60px;
  }
}

.popular-tours-section .section-title {
  font-size: 30px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .popular-tours-section .section-title {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .popular-tours-section .section-title {
    font-size: 46px;
  }
}

.popular-tours-section .title-highlight {
  color: var(--primary);
}

.popular-tours-section .section-description {
  font-size: 16px;
}

.popular-tours-section .title-separator-wrap {
  margin-top: -28px;
}

.popular-tours-section .title-separator-img {
  width: 470px;
  display: inline-block;
}


.popular-tours-section .tour-col-item {
  margin-bottom: 20px;
}

/* Card Wrapper - Used to replace the margin on the swiper-slide */
.popular-tours-section .tour-card-item {
  height: 100%;
}

/* Tour Image Wrap */
.popular-tours-section .tour-image-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  position: relative;
}

.popular-tours-section .tour-image {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}



/* Duration Badge */
.popular-tours-section .tour-duration-badge {
  position: absolute;
  top: 30px;
  left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #222;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.popular-tours-section .main__title {
  position: absolute;
  bottom: 34px;
  z-index: 2;
  background: #fff;
  width: 94%;
  padding: 4px 10px;
  border-radius: 0px 10px 0 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}

.popular-tours-section .tour-duration-badge i {
  font-size: 16px;
  margin-right: 4px;
}

.popular-tours-section .tour-duration-badge span {
  margin-top: 4px;
}

/* Location Overlay */
.popular-tours-section .tour-location-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(0 0 0 / 31%);
  backdrop-filter: blur(12px);
  transition: background-color 0.5s;
}

.popular-tours-section .location-title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}


.popular-tours-section .location-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Tour Content Box */
.popular-tours-section .tour-content-box {
  background-color: #fff;
  padding: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 18px 18px rgba(0, 106, 114, 0.15);
}

.popular-tours-section .content-top-info {
  margin-bottom: 30px;
  display: flex;
}

.popular-tours-section .price-info {
  width: 80px;
}

.popular-tours-section .price-value {
  color: var(--primary);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  display: block;
}

.popular-tours-section .price-label {
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #767676;
  margin-top: -5px;
}

.popular-tours-section .tour-description-link {
  width: calc(100% - 90px);
  font-size: 20px;
  line-height: 1.3;
  font-family: var(--font-title);
  font-weight: 500;
}

.popular-tours-section .description-link {
  color: #222;
  transition: color 0.5s;
  font-size: 15px;
  line-height: 1;
  display: block;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
}

.popular-tours-section .description-link:hover {
  color: var(--primary);
}

/* Actions */
.popular-tours-section .content-bottom-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popular-tours-section .review-stars {
  color: var(--primary);
}

.popular-tours-section {

  .action-buttons-group {
    display: flex;
    gap: 10px;
  }

  .btn-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    height: 40px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 16px;
    min-width: 40px;
    width: 40px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }

  .btn-action span {
    letter-spacing: -20px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding-left: 0;
    width: 0;
    transform: translateX(-10px);
  }

  .btn-action:hover {
    width: auto;
    padding: 5px 7px;
    justify-content: center;
    min-width: 110px;
  }

  .btn-action:hover span {
    opacity: 1;
    letter-spacing: normal;
    padding-left: 3px;
    width: auto;
    transform: translateX(0);
  }

  .btn-action i {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    font-size: 16px;
  }

  .btn-action:hover i {
    color: #fff;
  }

  .btn-action.btn-enquiry-now {
    background-color: #ff6f00;
    border: 2px solid #ff6f00;
  }

  .btn-action.btn-whatsapp-link {
    background-color: #25d366;
    border: 2px solid #25d366;
  }

  .btn-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  /* Optional: Add focus states for accessibility */
  .btn-action:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 111, 0, 0.3);
  }

  .btn-action.btn-whatsapp-link:focus {
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.3);
  }
}

/* ===========================================================
   ABOUT JIM CORBETT SECTION (FRESH PREMIER DESIGN)
   =========================================================== */

   .about-corbett-section {
    padding: 100px 0;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
  }

/* Intro Area (Text + Image Side by Side) */
.corbett-intro-area {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 40px;
  margin-top: 50px;
}

.corbett-intro-area .intro-text p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

.corbett-intro-area .intro-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* History / Story Blocks */
.corbett-history-story {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.corbett-history-story .story-block h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1d3d2f;
}

.corbett-history-story .story-block p {
  font-size: 17px;
  color: #555;
  line-height: 1.75;
}

/* Highlight Feature Strip */
.corbett-highlight-strip {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.highlight-item {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.highlight-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
}

.highlight-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: #e6f4ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-icon i {
  font-size: 28px;
  color: #1b7f5f;
}

.highlight-item h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #1d3d2f;
}

.highlight-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Closing Note */
.corbett-closing-note {
  margin-top: 80px;
  background: #fff;
  padding: 35px 40px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.corbett-closing-note p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/* Responsive Tweaks */
@media (max-width: 992px) {

  .corbett-intro-area {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .corbett-intro-area .intro-image img {
    max-width: 80%;
    margin: 0 auto;
  }

  .corbett-history-story {
    grid-template-columns: 1fr;
  }

  .corbett-highlight-strip {
    flex-direction: column;
  }
}

@media (max-width: 576px) {

  .about-corbett-section {
    padding: 70px 0;
  }

  .corbett-intro-area .intro-image img {
    max-width: 100%;
  }

  .highlight-item {
    padding: 25px 20px;
  }

  .corbett-closing-note {
    padding: 25px;
  }
}


.why-choose-two {
  position: relative;
  z-index: 1;
  background-color: #212121;
  padding: 120px 0px;
}

@media (max-width: 767px) {
  .why-choose-two {
    padding: 80px 0px;
  }
}

.why-choose-two .sec-title {
  padding-bottom: 50px;
}

.why-choose-two .sec-title .sec-title__title {
  color: #fff;
  margin-bottom: 10px;
}

.why-choose-two .sec-title .sec-title__text {
  color: #fff;
  max-width: 460px;
}

.why-choose-two__item {
  background-color: #fff;
  padding: 22px 23px 20px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.why-choose-two__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary);
  z-index: -1;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
}

.why-choose-two__item__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.why-choose-two__item__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #222;
  margin-bottom: 6px;
  transition: all 0.4s ease-in-out;
}

.why-choose-two__item__text {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 159%;
  color: #222;
  margin-bottom: -6px;
  transition: all 0.4s ease-in-out;
}

.why-choose-two__item:hover .why-choose-two__item__icon {
  animation: messageMove 300ms ease-in-out 1;
  background-color: #fff;
  color: var(--primary);
}

.why-choose-two img {
  object-fit: cover;
}

.why-choose-two__item:hover .why-choose-two__item__title,
.why-choose-two__item:hover .why-choose-two__item__text {
  color: #fff;
}

.why-choose-two__item:hover::after {
  transform: translateX(0);
}

.why-choose-two__carousel-box {
  position: absolute;
  right: 0;
  bottom: 120px;
  width: calc(50% - 0px);
  margin-right: -55px;

  @media (max-width: 1500px) {
    margin-right: 0px;
  }

  @media (max-width: 1199px) {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.why-choose-two__left {
  position: relative;
  z-index: 1;
  margin-top: 20px;

  @media (max-width: 1199px) {
    margin: 0 0 40px;
    max-width: 595px;
  }

  @media (min-width: 1400px) {
    margin-right: 50px;
  }
}

.why-choose-two__left__item-one::after {
  content: "";
  width: 88px;
  height: 113px;
  position: absolute;
  top: -2px;
  left: -8px;
  background-color: var(--primary);
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.000000 117.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,117.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M758 1126 c-333 -145 -578 -409 -688 -740 -54 -165 -77 -360 -44 -373 34 -13 49 11 56 90 25 273 148 529 349 723 117 112 218 179 363 239 63 26 82 38 84 56 4 21 -12 39 -33 39 -5 0 -45 -15 -87 -34z m-714 -1048 c4 -17 2 -28 -4 -28 -5 0 -10 14 -10 32 0 36 4 35 14 -4z"/> </g> </svg> ');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.000000 117.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,117.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M758 1126 c-333 -145 -578 -409 -688 -740 -54 -165 -77 -360 -44 -373 34 -13 49 11 56 90 25 273 148 529 349 723 117 112 218 179 363 239 63 26 82 38 84 56 4 21 -12 39 -33 39 -5 0 -45 -15 -87 -34z m-714 -1048 c4 -17 2 -28 -4 -28 -5 0 -10 14 -10 32 0 36 4 35 14 -4z"/> </g> </svg> ');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.why-choose-two__left__item-two::after {
  content: "";
  width: 93px;
  height: 113px;
  position: absolute;
  bottom: -2px;
  right: -8px;
  background-color: var(--primary);
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.000000 113.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,113.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M856 1108 c-3 -7 -10 -51 -16 -98 -32 -231 -152 -472 -320 -641 -123 -124 -238 -199 -415 -270 -78 -31 -90 -39 -90 -60 0 -21 4 -24 40 -23 86 1 306 118 443 235 231 196 406 530 415 793 2 71 2 71 -26 74 -16 2 -29 -2 -31 -10z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.000000 113.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,113.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M856 1108 c-3 -7 -10 -51 -16 -98 -32 -231 -152 -472 -320 -641 -123 -124 -238 -199 -415 -270 -78 -31 -90 -39 -90 -60 0 -21 4 -24 40 -23 86 1 306 118 443 235 231 196 406 530 415 793 2 71 2 71 -26 74 -16 2 -29 -2 -31 -10z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.why-choose-two__left__item-one,
.why-choose-two__left__item-two {
  position: absolute;
  top: 50px;
  left: 5%;

  @media (max-width: 767px) {
    display: none;
  }
}

.why-choose-two__left__item-one img,
.why-choose-two__left__item-two img {
  border-radius: 50%;
  border: 10px solid #fff;
  width: 200px;
  height: 200px;
}

.why-choose-two__left__item-two {
  top: auto;
  left: auto;
  right: 10%;
  bottom: 50px;
  object-fit: cover;
}

.why-choose-two__left__item-three {
  text-align: center;
}

.why-choose-two__left__item-three img {
  border-radius: 185px;
  border: 13px solid #fff;
  width: 320px;
  height: 600px;
}

.why-choose-two__left__item-shap {
  position: absolute;
  top: -8%;
  right: 15%;
  animation: movebounce2 4s linear infinite;
}

@media (min-width: 1400px) {
  .why-choose-two .sec-title {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .why-choose-two .section-head {
    padding-top: 90px;
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.destination-details__accordion {
  position: relative;
  margin: 32px 0 60px;
}

.destination-details__accordion .accrodion {
  position: relative;
  margin-top: 16px;
}

.destination-details__accordion .accrodion-title {
  padding: 17px 20px;
  padding-right: 60px;
  border-radius: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 500ms ease;
}

.destination-details__accordion .accrodion-title h4 {
  font-weight: 500;
  color: #222;
  font-size: 20px;
  margin: 0;
  transition: all 500ms ease;
  position: relative;
}

.destination-details__accordion .accrodion-title__icon {
  width: 17px;
  height: 17px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.destination-details__accordion .accrodion-title__icon::after,
.destination-details__accordion .accrodion-title__icon::before {
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: #222;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  z-index: 2;
}

.destination-details__accordion .accrodion-title__icon::after {
  width: 16px;
  height: 2px;
}

.destination-details__accordion .active .accrodion-title__icon::after,
.destination-details__accordion .active .accrodion-title__icon::before {
  opacity: 0;
}

.destination-details__accordion .active .accrodion-title__icon::after {
  opacity: 1;
}

.destination-details__accordion .accrodion-content .inner {
  padding: 16px 20px 12px;
}

.destination-details__accordion .accrodion-content p {
  margin: 0;
  line-height: 24px;
}

.faq-section {
  position: relative;
  padding: 23px 0;

  @media (max-width: 767px) {
    padding: 80px 0;
  }
}

.faq-section__wrapper {
  position: relative;
  z-index: 1;
  background-color: #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  padding: 35px 30px 60px;
}

.faq-section__wrapper::after {
  position: absolute;
  right: -100px;
  top: -100px;
  width: 200px;
  height: 200px;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
  animation: zoomsIn 2s infinite alternate;
}

.faq-section__wrapper::before {
  position: absolute;
  left: -75px;
  bottom: -75px;
  width: 150px;
  height: 150px;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
  animation: zoomsIn 2s infinite alternate;
}

.faq-section__wrapper .sec-title {
  padding-bottom: 15px;
}

.faq-section .destination-details__accordion {
  margin: 0;

  @media (min-width: 1400px) {
    margin-right: 10px;
  }
}

.faq-section .destination-details__accordion .accrodion {
  margin-top: 20px;
}

.faq-section .destination-details__accordion .accrodion-title {
  padding: 21px 30px;
  border: 2px solid #ddd;
}

.faq-section .destination-details__accordion .accrodion-title h4 {
  font-weight: 700;
}

.faq-section .destination-details__accordion .accrodion-title__icon {
  right: -8px;
}

.faq-section .destination-details__accordion .accrodion-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.5px;
  color: #444;

  @media (max-width: 1300px) {
    br {
      display: none;
    }
  }
}

.faq-section .destination-details__accordion .accrodion-content .inner {
  padding: 14px 22px 0;
}

.faq-section__image {
  position: relative;
  text-align: center;
  max-width: 525px;

  @media (min-width: 1400px) {
    margin-left: 19px;
  }

  @media (max-width: 991px) {
    margin-top: 40px;
  }
}

.faq-section__image>img {
  border-radius: 185px;
  max-width: 100%;
  height: auto;
  height: 600px;
  width: 320px;
  object-fit: cover;
}

.faq-section__image__left {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 41px;
  border-radius: 50%;
  border: 11px solid #f4f4f4;

  @media (max-width: 767px) {
    display: none;
  }
}

.faq-section__image__left::after {
  content: "";
  width: 76px;
  height: 96px;
  position: absolute;
  top: -9px;
  left: -17px;
  background-color: var(--primary);
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.000000 117.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,117.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M758 1126 c-333 -145 -578 -409 -688 -740 -54 -165 -77 -360 -44 -373 34 -13 49 11 56 90 25 273 148 529 349 723 117 112 218 179 363 239 63 26 82 38 84 56 4 21 -12 39 -33 39 -5 0 -45 -15 -87 -34z m-714 -1048 c4 -17 2 -28 -4 -28 -5 0 -10 14 -10 32 0 36 4 35 14 -4z"/> </g> </svg> ');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.000000 117.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,117.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M758 1126 c-333 -145 -578 -409 -688 -740 -54 -165 -77 -360 -44 -373 34 -13 49 11 56 90 25 273 148 529 349 723 117 112 218 179 363 239 63 26 82 38 84 56 4 21 -12 39 -33 39 -5 0 -45 -15 -87 -34z m-714 -1048 c4 -17 2 -28 -4 -28 -5 0 -10 14 -10 32 0 36 4 35 14 -4z"/> </g> </svg> ');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.faq-section__image__left img {
  max-width: 100%;
  height: 200px;
  border-radius: 50%;
  width: 200px;
  object-fit: cover;
}

.faq-section__image__right {
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 16px;
  border-radius: 50%;
  border: 11px solid #f4f4f4;

  @media (max-width: 767px) {
    display: none;
  }
}

.faq-section__image__right::after {
  content: "";
  width: 76px;
  height: 96px;
  position: absolute;
  bottom: -11px;
  right: -14px;
  background-color: var(--primary);
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.000000 113.000000"  preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,113.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M856 1108 c-3 -7 -10 -51 -16 -98 -32 -231 -152 -472 -320 -641 -123 -124 -238 -199 -415 -270 -78 -31 -90 -39 -90 -60 0 -21 4 -24 40 -23 86 1 306 118 443 235 231 196 406 530 415 793 2 71 2 71 -26 74 -16 2 -29 -2 -31 -10z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.000000 113.000000"  preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,113.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M856 1108 c-3 -7 -10 -51 -16 -98 -32 -231 -152 -472 -320 -641 -123 -124 -238 -199 -415 -270 -78 -31 -90 -39 -90 -60 0 -21 4 -24 40 -23 86 1 306 118 443 235 231 196 406 530 415 793 2 71 2 71 -26 74 -16 2 -29 -2 -31 -10z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.faq-section__image__right img {
  max-width: 100%;
  height: 200px;
  border-radius: 50%;
  width: 200px;
  object-fit: cover;
}

.faq-section__image__shape {
  position: absolute;
  top: -80px;
  right: 80px;
  animation: movebounce2 4s linear infinite;

  @media (max-width: 991px) {
    display: none;
  }
}

.tj-testimonial-section {
  background-color: #7aaf1d17;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}

.tj-testimonial-section .sec-heading-wrap {
  padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-testimonial-section .sec-heading-wrap {
    padding-top: 100px;
  }
}

.testimonial-wrapper {
  position: relative;
  height: 100%;
}

@media (max-width: 575px) {
  .testimonial-wrapper {
    -webkit-margin-end: -12px;
    margin-inline-end: -12px;
  }
}

.testimonial-slider .testimonial-item {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 20px;
  height: 100%;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.testimonial-slider .testimonial-item .quote-icon {
  color: var(--primary);
  font-size: 60px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  opacity: 0.2;
  z-index: -1;
  right: 27px;
  top: 25px;
}

.testimonial-slider .testimonial-item .rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.testimonial-slider .testimonial-item .rating-wrap .rating-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #7aaf1d17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-slider .testimonial-item .rating-wrap .rating-img img {
  width: 33px;
  height: 33px;
}

.testimonial-slider .testimonial-item .rating-wrap .rating-text {
  color: #a9b8b8;
  font-size: 14px;
}

.testimonial-slider .testimonial-item .rating-wrap .rating-text strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.testimonial-slider .testimonial-item .desc {
  font-size: 18px;
  line-height: 1.444;
  padding-top: 5px;
  padding-bottom: 14px;
}

.testimonial-slider .testimonial-item .desc p {
  margin-bottom: 0;
  color: #222;
  letter-spacing: -0.01em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .testimonial-item .desc {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-slider .testimonial-item .desc {
    font-size: 16px;
  }
}

.testimonial-slider .testimonial-item .testimonial-author .title {
  line-height: 1;
  font-weight: 600;
  margin-bottom: 2px;
}

.testimonial-slider .swiper-slide-active .testimonial-item {
  border-color: var(--primary);
}

.testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c9d1d1;
}

.testimonial-author .author-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.testimonial-author .author-img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-author .author-img {
    width: 50px;
    height: 50px;
  }
}

.testimonial-author .title {
  margin-bottom: 0;
  line-height: 1;
}

.testimonial-author .designation {
  font-size: 14px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.testimonial-author .quote-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: var(--primary);
  font-size: 43px;
}

.testimonial-author .quote-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-author .quote-icon {
    font-size: 30px;
  }
}

.star-ratings {
  unicode-bidi: bidi-override;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 3px;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 1px var(--primary);
}

.star-ratings .fill-ratings {
  color: var(--primary);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  inset-inline-start: 0;
  overflow: hidden;
}

.star-ratings .fill-ratings span {
  display: inline-block;
  margin: 0;
}

.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
  color: transparent;
}

.tj-testimonial-section-2 {
  overflow: hidden;
}

@media (max-width: 575px) {
  .tj-testimonial-section-2 .testimonial-wrapper {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

.testimonial-img-area {
  position: relative;
}

.testimonial-img-area .testimonial-img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.testimonial-img-area .testimonial-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-img-area .testimonial-img img {
    -o-object-fit: unset;
    object-fit: unset;
  }
}

.testimonial-img-area .testimonial-img .sec-heading {
  position: absolute;
  top: 40px;
  inset-inline-start: 30px;
  width: 60%;
  z-index: 2;
}

.testimonial-img-area .testimonial-img .sec-heading .sec-title {
  color: #fff;
}

.testimonial-img-area .testimonial-img .sec-heading .sec-title span {
  color: #67787a;
}

.testimonial-img-area .testimonial-img::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: #0c1e21;
  opacity: 0.25;
}

.testimonial-img-area .box-area {
  max-width: 239px;
  bottom: 0;
  inset-inline-end: 0;
  inset-inline-start: inherit;
  padding: 15px 0 0 15px;
  border-start-start-radius: 12px;
  border-start-end-radius: 0;
}

.testimonial-img-area .box-area::before {
  inset-inline-start: inherit;
  inset-inline-end: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonial-img-area .box-area::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  inset-inline-start: -12px;
  inset-inline-end: inherit;
}

@media (max-width: 575px) {
  .testimonial-img-area .box-area {
    max-width: 215px;
  }
}

.rating-box {
  background-color: var(--primary);
  border-radius: 10px;
  padding: 18px 25px 25px;
}

.rating-box .rating-area {
  margin-bottom: 8px;
}

.rating-box .star-ratings {
  -webkit-text-stroke: 1px #fff;
}

.rating-box .star-ratings .fill-ratings {
  color: #fff;
}

.rating-box .rating-text {
  color: #fff;
}

.rating-box .title {
  font-size: 74px;
  line-height: 1;
  color: #fff;
  margin-bottom: 58px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .rating-box .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.rating-box .number {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.1;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 575px) {
  .rating-box .number {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .rating-box {
    padding: 20px 18px 25px;
  }
}

.tj-testimonial-section {
  .slider-navigation {
    gap: 13px;
  }

  .slider-next,
  .slider-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    font-size: 24px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .slider-next .anim-icon,
  .slider-prev .anim-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .slider-next .anim-icon i,
  .slider-prev .anim-icon i {
    position: relative;
    top: 0;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .slider-next .anim-icon i:last-child,
  .slider-prev .anim-icon i:last-child {
    position: absolute;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    color: #fff;
  }

  .slider-next:hover,
  .slider-prev:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
  }

  .slider-next:hover .anim-icon i:first-child,
  .slider-prev:hover .anim-icon i:first-child {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }

  .slider-next:hover .anim-icon i:last-child,
  .slider-prev:hover .anim-icon i:last-child {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {

    .slider-next,
    .slider-prev {
      width: 40px;
      height: 40px;
      font-size: 20px;
    }
  }

  .slider-next .anim-icon i:last-child {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }

  .slider-next:hover .anim-icon i:first-child {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
  }

  .swiper-pagination-area {
    text-align: center;
    line-height: 0;
    margin-top: 55px;
  }

  .swiper-pagination-area.white-pagination .swiper-pagination-bullet {
    background-color: #fff;
  }

  @media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
    .swiper-pagination-area {
      margin-top: 30px;
    }
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 30px;
    opacity: 0.15;
    position: relative;
    margin: 5px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .swiper-pagination-bullet-active {
    width: 64px;
    opacity: 1;
  }
}

.bg-shape-2,
.bg-shape-1 {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  max-width: 370px;
  width: 100%;
  z-index: -1;
  mix-blend-mode: difference;
  pointer-events: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .bg-shape-2,
  .bg-shape-1 {
    max-width: 260px;
  }
}

.bg-shape-2 {
  top: inherit;
  inset-inline-start: inherit;
  bottom: 0;
  inset-inline-end: 0;
}

/* --------------------------------------------------
   CORBETT EXPERIENCE SECTION
-------------------------------------------------- */

.corbett-experience-block {
  padding: 70px 0;
  background: #f5f5f5;
  font-family: Arial, sans-serif;
}

.corbett-experience-block .block-header {
  margin-bottom: 40px;
}

.corbett-experience-block .block-title {
  font-size: 34px;
  font-weight: 700;
  color: #1b3a1b;
  margin-bottom: 15px;
}

.corbett-experience-block .block-subtitle {
  font-size: 16px;
  max-width: 780px;
  margin: 0 auto;
  color: #444;
}

/* --------------------------------------------------
   IMAGE CAROUSEL
-------------------------------------------------- */

.image-carousel-area {
  margin: 40px 0;
}

.corbett-gallery {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.corbett-gallery img {
  width: 100%;
  display: block;
}

/* pagination dots */
.corbett-gallery .swiper-pagination-bullet {
  background: #1b3a1b;
  opacity: 0.6;
}

.corbett-gallery .swiper-pagination-bullet-active {
  opacity: 1;
}

/* --------------------------------------------------
   TEXT BLOCKS
-------------------------------------------------- */

.intro-text {
  margin: 25px 0;
}

.intro-text p {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 14px;
  color: #222;
}

/* --------------------------------------------------
   SERVICE / INFO SECTIONS
-------------------------------------------------- */

.service-section,
.zone-section,
.choose-section {
  margin-top: 40px;
}

.section-heading {
  font-size: 24px;
  font-weight: 700;
  color: #153915;
  margin-bottom: 18px;
}

.service-card {
  background: white;
  padding: 18px;
  border-radius: 8px;
  margin-bottom: 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.service-card h4 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #1b3a1b;
}

.service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* --------------------------------------------------
   TRUST LIST
-------------------------------------------------- */

.trust-list {
  padding-left: 20px;
}

.trust-list li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #222;
}

/* --------------------------------------------------
   CONTACT
-------------------------------------------------- */

.contact-box {
  margin-top: 40px;
  padding: 20px;
  border-radius: 8px;
  background: #e8f3e8;
  font-size: 16px;
  color: #103510;
}

.contact-box strong {
  font-weight: 700;
}

/* --------------------------------------------------
   RESPONSIVE
-------------------------------------------------- */

@media(max-width:768px) {
  .corbett-experience-block {
    padding: 50px 0;
  }

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

  .section-heading {
    font-size: 20px;
  }
}

@media(max-width: 768px) {
  .header-top .single-header-right-info.last_one {
    display: none;
  }

  .header-top .header-right-info {
    padding-block: 10px 39px;
  }

  .header-top .single-header-right-info {
    margin-top: 0px;
    margin-left: 0;
  }

  .header-top .single-header-right-info:first-child {
    margin-bottom: 10px;
  }

  .header-top .single-header-right-info+.single-header-right-info {
    margin-left: 0;
  }

  .header-top .single-header-right-info .text-box {
    padding-left: 7px;
  }

  .header-top .single-header-right-info .icon-box i {
    font-size: 22px;
  }

  .header-top .single-header-right-info .icon-box {
    width: 24px;
  }

  .header-top .single-header-right-info .text-box p {
    line-height: 1;
  }

  .header-top .logo {

    padding: 3px 0 30px;
    max-width: 140px;
  }

  .header-navigation .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 60px;
  }

  .header-navigation .container .right-side-box a.rqa-btn {
    padding: 16.5px 39px;
  }

  .header-top .single-header-right-info .text-box h3 {
    font-size: 16px;
    line-height: 1;
  }

  .header-top .header-right-info {
    max-width: 123px;
  }

  .header-navigation .container .right-side-box a.rqa-btn {
    margin-right: 2px;
  }

  .faq-section__wrapper {
    padding: 15px;
  }

  .faq-section__image>img {
    height: auto;
    width: 100%;
  }

  .faq-section .destination-details__accordion .accrodion-title {
    padding: 10px 16px;
  }

  .faq-section .destination-details__accordion .accrodion-title h4 {
    font-weight: 500;
    font-size: 17px;
  }

  .faq-section .destination-details__accordion .accrodion-content .inner {
    padding: 14px 13px 0;
  }

  .faq-section .destination-details__accordion .accrodion-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 21.5px;
  }

  .why-choose-two__left__item-three img {
    width: 100%;
    height: auto;
  }
}

.main-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  padding: 20px;
  box-sizing: border-box;
}

.main-popup.active {
  opacity: 1;
  visibility: visible;
}

.main-popup .outer-popup {
  background: var(--secondary);
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  transform: translateY(30px) scale(0.95);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.main-popup.active .outer-popup {
  transform: translateY(0) scale(1);
}

.main-popup .close-popup-span {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.main-popup .close-popup-span:hover {
  background: #ff4444;
  transform: rotate(90deg);
}

.main-popup .close-popup-span:hover svg path {
  fill: white;
}

.main-popup .close-popup-span svg {
  width: 22px;
  height: 22px;
  transition: all 0.3s ease;
}

.main-popup .pop_form_section {
  transform: none;
  padding: 0;
  max-width: 100%;
}

.main-popup .pop_form_section h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.main-popup .pop_form_section h4 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #555;
  max-width: 350px;
  line-height: 1.5;
}

.main-popup .trip-form form {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.main-popup .form-group {
  margin-bottom: 20px;
  position: relative;
  animation: slideUp 0.5s ease forwards;
  animation-delay: 1s;
  opacity: 0;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.main-popup .form-group label {
  display: flex;
  align-items: center;
  color: #2c3e50;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.main-popup .form-group label i {
  color: var(--primary);
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.main-popup .form-control {
  width: 100%;
  padding: 14px 15px 14px 15px;
  border: 2px solid #e1e8ed;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  background-color: #f8fafc;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: inherit;
  height: 45px;
}

.main-popup .form-control:focus {
  outline: none;
  border-color: var(--primary);
  background-color: white;
  box-shadow: 0 0 0 3px rgba(38, 208, 206, 0.1);
}

.main-popup .form-control::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.main-popup .primary-btn {
  width: 100%;
  padding: 16px 30px;
  background: linear-gradient(to right, #00b09b, #96c93d);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(0, 176, 155, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main-popup .primary-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #96c93d, #00b09b);
  transition: all 0.6s ease;
  z-index: -1;
}

.main-popup .primary-btn:hover::before {
  left: 0;
}

.main-popup .primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 176, 155, 0.4);
}

.main-popup .primary-btn:active {
  transform: translateY(-1px);
}

.main-popup .primary-btn i {
  margin-left: 10px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.main-popup .primary-btn:hover i {
  transform: translateX(5px);
}

.main-popup .row.gx-3 {
  margin-left: -8px;
  margin-right: -8px;
}

.main-popup .row.gx-3>.col-12 {
  padding-left: 8px;
  padding-right: 8px;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-popup .form-group:nth-child(1) {
  --animation-order: 1;
}

.main-popup .form-group:nth-child(2) {
  --animation-order: 2;
}

.main-popup .form-group:nth-child(3) {
  --animation-order: 3;
}

.main-popup .form-group:nth-child(4) {
  --animation-order: 4;
}

.main-popup .form-group:nth-child(5) {
  --animation-order: 5;
}

@media (max-width: 768px) {
  .main-popup .outer-popup {
    padding: 0;
    max-width: 450px;
  }

  .main-popup .pop_form_section h4 {
    font-size: 24px;
  }

  .main-popup .pop_form_section h4 span {
    font-size: 15px;
  }

  .main-popup .trip-form form {
    padding: 20px;
  }

  .main-popup .form-control {
    padding: 12px 15px 12px 15px;
  }

  .main-popup .primary-btn {
    padding: 14px 25px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .main-popup .outer-popup {
    padding: 0;
    border-radius: 15px;
  }

  .main-popup .pop_form_section h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .main-popup .pop_form_section h4 span {
    font-size: 14px;
  }

  .main-popup .close-popup-span {
    width: 35px;
    height: 35px;
  }

  .main-popup .close-popup-span svg {
    width: 18px;
    height: 18px;
  }

  .main-popup .form-control {
    font-size: 15px;
  }

  .main-popup .form-group label {
    font-size: 13px;
  }
}

.main-popup .form-control:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.main-popup .primary-btn.loading {
  pointer-events: none;
  opacity: 0.8;
}

.main-popup .primary-btn.loading i {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-popup .form-message {
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  animation: slideUp 0.3s ease;
}

.main-popup .form-message.success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #10b981;
}

.main-popup .form-message.error {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #ef4444;
}

.main-popup .form-group.floating-label label {
  position: absolute;
  top: -10px;
  left: 15px;
  background: white;
  padding: 0 8px;
  font-size: 12px;
  z-index: 2;
  transition: all 0.3s ease;
}

.main-popup .form-group.floating-label .form-control:placeholder-shown+label {
  top: 14px;
  font-size: 14px;
  background: transparent;
  padding: 0;
}

.main_footer {
  position: relative;
  z-index: 1;
  background: var(--secondary);
  padding-top: 35px;
}

.main_footer .footer_weight {
  margin-bottom: 35px;
}

.main_footer .footer_title {
  margin-bottom: 25px;
  color: #fff;
  font-weight: 800;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-size: 20px;
}


.main_footer .footer_weight ul {
  padding: 0;
  margin-bottom: 0;
}

.main_footer .footer_contact {
  margin-bottom: 35px;
}

.main_footer .footer_weight li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.main_footer .footer_weight li:last-child {
  margin-bottom: 0;
}

.main_footer .footer_weight li:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  position: absolute;
  top: 1px;
  transition: 0.4s;
  left: 5px;
  color: var(--primary);
}

.main_footer .footer_weight li a {
  color: #fff;
  font-weight: 500;
  transition: 0.4s;
}

.main_footer .footer_weight li:hover a {
  color: var(--primary);
}

.main_footer .footer_weight li:hover:before {
  transform: translateX(2px);
}


.main_footer .footer_contact ul {
  padding: 0;
  margin-bottom: 0;
}

.main_footer .footer_contact li {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.main_footer .footer_contact li:last-child {
  margin-bottom: 0;
}

.main_footer .footer_contact li .icon {
  width: 27px;
  min-width: 27px;
  height: 27px;
  margin-right: 7px;
  background: var(--primary);
  border-radius: 50%;
  border: 1px dashed #ddd;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_footer .footer_contact li .contact {
  word-break: break-word;
}

.main_footer .footer_contact li a {
  color: #ddd;
  font-weight: 500;
  transition: 0.4s;
}

.main_footer .footer_contact li a:hover {
  color: var(--primary);
}

.main_footer .footer_contact li .contact strong {
  color: #fff;
}

.footer_bottom {
  text-align: center;
  background: var(--primary);
  padding: 20px 0 10px;
  border-top: 2px dashed #ddd;
}

.disclaimer_content {
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}

.copywrite_content {
  color: #fff;
  font-weight: 600;
}

.copywrite_content a {
  color: var(--secondary);
}

.contant-no-area {
  position: fixed;
  top: 50%;
  right: -2px;
  background: #075E54;
  width: 50px;
  height: 50px;
  z-index: 45;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  transform: translateY(-50%);
}

.contant-no-area:hover {
  background-color: var(--primary);
  color: #ddd;
}

@media(max-width: 768px) {
  .main-popup .pop_form_section h4 {
    margin-top: 10px;
  }

  .header.header-home-one .stricky-fixed .container {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
}

.contact-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-img {
  position: relative;
}

.contact-img::before {
  content: "";
  position: absolute;
  border: 6px solid var(--primary);
  border-radius: 25px 50% 50% 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.contact-img img {
  width: 100%;
  padding: 15px;
  border-radius: 40px 50% 50% 50%;
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111111;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: var(--primary);
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 20px;
  background: #fff;
  word-break: break-word;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
}

.contact-info::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary);
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 20px;
  right: 15px;
  top: 15px;
  transition: all .5s ease-in-out;
}

.contact-info:hover::before {
  width: 80%;
  height: 80%;
}

.contact-info:hover {
  transform: translateY(-8px)
}

.contact-info-icon i {
  font-size: 35px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  background: var(--primary);
}

.contact-info h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111111;
}

.contact-info p {
  color: #111;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}


@media all and (max-width: 768px) {
  .contact-content {
    margin-top: 00px;
    margin-bottom: 0;
  }

  main {
    margin-top: -82px;
  }

  .mainn____form {
    padding: 0;
  }
}

.rqa-box form.rqa-form input.site-button {
  color: #fff;
}

.corbett-service-section .contact-info .contact-text {
  color: #fff;
}

.hidden-sidebar .sidebar-content .top-content img {
  background: #ffff;
  padding: 4px;
  width: 180px;
}

.displaynone {
  color: #fff;
  margin-bottom: 0;
  display: none;
}

.hidden-sidebar .sidebar-content p.copy-text a {
  color: var(--primary);
}


/* ==================================== */
.index_form {
  position: absolute;
  bottom: 30px;
  right: 8%;
  z-index: 3;
}

.index_form .contact-form {
  max-width: 440px;
  padding: 15px;
  margin: 0;
}

.contact-form.main_form input,
.contact-form.main_form select {
  padding: 6px 12px;
  height: 45px;
  font-size: 15px;
}

.main_form .row {
  --bs-gutter-x: 10px;
}

.main_form .contact-form select option {
  background: var(--primary-3);

}

.main_form .contact-form select option[disabled] {
  background: var(--primary) !important;
  color: #000 !important;
}

#calendar-wrapper {
  width: 100%;
  margin-bottom: 10px;
}

/* Flatpickr Styling */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 12px;
  width: 100%;
}

.flatpickr-day.selected {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

.flatpickr-months .flatpickr-month {
  background: #fff !important;
  color: #fff !important;
  border-radius: 12px 12px 0 0;
}

.flatpickr-weekdays {
  background: #f9f9f9;
  margin-bottom: 2px;
}

.flatpickr-rContainer {
  width: 100%;
}

.flatpickr-days {
  width: 100%;
}

.dayContainer {
  width: 100%;
  min-width: 100%;
}

.flatpickr-day {
  max-width: 100%;
  height: auto;
  line-height: 8px;
  padding: 8px;
  border: 1px solid #1c661f4f;
  margin: 2px;
  border-radius: 2px;
  flex-basis: 13.285714%;
  background-color: #1c661f4f;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .numInputWrapper {
  height: max-content !important;
  padding: 0 0px !important;
  width: max-content;
  color: #000;
  font-size: 15px;
}

.flatpickr-current-month input.cur-year {
  padding: 0 0 0 0;
  height: auto !important;
  padding-left: 20px;
  color: #000 !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  height: auto !important;
  top: 4px;
}

.flatpickr-months {
  padding: 5px !important;
}

.numInputWrapper span {
  height: auto;
  border: 0;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month {
  height: 22px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  padding: 0px 15px 0 15px;
  margin-top: -2px;
}

.flatpickr-current-month {
  padding: 0;
}

span.flatpickr-weekday {
  padding: 10px;
  border: 1px solid #fff;
  margin: 1px;
  border-radius: 6px;
  background-color: var(--primary);
  color: #fff;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: #000;
  background-color: #b7b7b7;
  opacity: 0.4;
}

.flatpickr-day.today {
  border-color: #1c661f4f;
  background-color: #1c661f4f;
  color: #393939;
}

/* ==================================== */
#hero_package2 {
  margin-top: 60px !important;
}

.brs-1 {
  border: 2px solid var(--primary) !important;
  /* border-radius: 1rem !important; */
}

.theme-bg-color,
.theme-bg-color:hover {
  background-color: var(--primary) !important;
}
#exampleModal3 .modal-dialog{
  margin-top: var(--bs-modal-margin)!important;
}
#exampleModal3 .modal-header .btn-close{
  filter: invert(1);
}
#exampleModal3 .modal-header {
  padding: 1rem;
}

#exampleModal3 .modal-header .modal-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
}

#exampleModal3 .rule_set p {
  color: #000;
  margin-bottom: 10px;
}

#exampleModal3 .rule_set ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

#exampleModal3 .rule_set ul li i {
  color: var(--bs-btn-disabled-bg);
  margin-right: 5px;
}

#exampleModal3 .rule_set ul li h6 {
  margin-bottom: 0;
  font-weight: 500;
}

#hero_package2 .card-header {
  color: #fff;
}

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

#booking-detail .heading {
  background: var(--primary);
  padding: 4px 10px;
  margin-top: -2px !important;
  margin-bottom: 10px;
}

#booking-detail .heading h3 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 15px;
  margin-top: 0px;
  font-family: "Arial", Arial, sans-serif;
  font-weight: 600;
}

#booking-detail .counts span {
  background: var(--primary);
  padding: 5px 9px;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}

#bookingForm .form-control:focus {
  color: #000;
}

#terms-check-condition input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
  top: 10px;
}

.flatpickr-day.booked-day {
  background-color: #e74c3c !important;
  color: #fff !important;
  cursor: not-allowed;
}

/* ==================================== */
.contentBox .respnsive-listing {
  margin-top: 10px;
  padding: 25px 15px 14px;
}
.main__header_logo{
  display: none;
}
/*.header_top_buttons{
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}*/
.header_top_button{
  display: none;
  background: var(--bs-success);
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-top: 6px;
}
@media(max-width: 768px){
  .index_form_part{
    padding-top: 55px;
  }
  .header__top_logo{
    display: none;
  }
  .header-navigation .container .right-side-box{
    display: none;
  }
  .main__header_logo{
    display: block;
  }
  .main__header_logo img{
    width: 78px;
    margin-left: 26px;
  }
  .header-navigation .container .navbar-header{
    right: 27px ;
    left: auto;
  }
  .header-navigation .container{
    padding-block: 5px;
  }
  .header-top .header-right-info{
    max-width: 100%; 
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-top .single-header-right-info:first-child{
    margin-bottom: 0;
  }
  .header_top_button{
    display: inline-block;
  }
  .header-top .single-header-right-info .icon-box{
    vertical-align: top;
    position: relative;
    top: 2px;
  }
  .header-top .single-header-right-info .icon-box i{
    font-size: 16px;
  }
  .header-top .single-header-right-info .text-box p{
    display: none;
  }
  .header-top .single-header-right-info .text-box{
    padding-left: 0;
  }
  .header-navigation{
    padding: 0 15px;
  }
  .header-top .header-right-info{
    padding-bottom: 50px;
  }
  .rqa-box form.rqa-form{
    margin-top: 0;
  }
  .rqa-box h3{
    font-size: 22px;
    line-height: 1;
    text-align: center;
  }
  .rqa-box h3:after{
    margin-top: 6px;
    background: #fff;
    margin-inline: auto;
    display: block;
  }
  .rqa-box{
    padding: 15px;
  }
  .form_main_inner{
    margin-inline: -15px;
    margin-bottom: -15px;
    padding-inline: 15px;
    padding-bottom: 15px;
  }
}


.contant-no-area.open_popup{
  display: none;
  top: calc(50% + 60px);
  background: #efbb20;
}
.contant-no-area.open_popup:hover{
  background: var(--primary);
}
@media(max-width: 768px){
  .contant-no-area.open_popup{
    display: flex;
  }  
}
/* Reset and base styles */
.safari-booking-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.safari-booking-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
  line-height: 1.6;
}

/* Typography */
.safari-booking-container h1, 
.safari-booking-container h2, 
.safari-booking-container h3 {
  color: var(--heading);
  margin-bottom: 15px;
}

.safari-booking-container h1 {
  font-size: 2.5rem;
  color: var(--primary);
  border-bottom: 3px solid var(--primary);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.safari-booking-container h2 {
  font-size: 1.8rem;
  color: var(--secondary);
  border-left: 4px solid var(--primary);
  padding-left: 15px;
  margin-top: 30px;
}

.safari-booking-container h3 {
  font-size: 1.4rem;
  color: var(--primary);
  margin-top: 20px;
}

.safari-booking-container p {
  margin-bottom: 15px;
}

/* Content boxes with different styles */
.safari-booking-container .welcome-box {
  background-color: #f9fdf9;
  border: 1px solid #d4e8d4;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.safari-booking-container .important-info-box {
  background-color: #fff9e6;
  border: 1px solid #ffe082;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.safari-booking-container .booking-procedure-box {
  background-color: #f0f7ff;
  border: 1px solid #bbdefb;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.safari-booking-container .terms-box {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

/* List styling */
.safari-booking-container ul, 
.safari-booking-container ol {
  padding-left: 25px;
  margin-bottom: 20px;
}

.safari-booking-container li {
  margin-bottom: 8px;
}

/* Highlighted text */
.safari-booking-container .highlight {
  background-color: rgba(28, 102, 31, 0.1);
  padding: 10px 15px;
  border-radius: 5px;
  border-left: 3px solid var(--primary);
  margin: 15px 0;
}

/* Notice boxes */
.safari-booking-container .notice {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
}

.safari-booking-container .warning {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
}

/* Image containers */
.safari-booking-container .image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.safari-booking-container .safari-image {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.safari-booking-container .safari-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.safari-booking-container .safari-image img:hover {
  transform: scale(1.03);
}

.safari-booking-container .image-caption {
  background-color: rgba(0,0,0,0.7);
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 0.9rem;
}

/* Table styling */
.safari-booking-container .safari-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.safari-booking-container .safari-table th {
  background-color: var(--primary);
  color: white;
  text-align: left;
  padding: 15px;
}

.safari-booking-container .safari-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}

.safari-booking-container .safari-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.safari-booking-container .safari-table tr:hover {
  background-color: #f1f9f1;
}

/* Contact info styling */
.safari-booking-container .contact-info {
  background-color: #e8f5e9;
  border-radius: 10px;
  padding: 20px;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.safari-booking-container .contact-item {
  flex: 1;
  min-width: 250px;
  padding: 10px;
}

.safari-booking-container .contact-item strong {
  color: var(--primary);
  display: block;
  margin-bottom: 5px;
}

/* Button styling */
.safari-booking-container .booking-btn {
  display: inline-block;
  background-color: var(--primary);
  color: white;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 10px 0;
}

.safari-booking-container .booking-btn:hover {
  background-color: var(--primary-hover);
}

/* Zone badges */
.safari-booking-container .zone-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.safari-booking-container .zone-badge {
  background-color: var(--secondary);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .safari-booking-container .image-container {
    flex-direction: column;
  }

  .safari-booking-container h1 {
    font-size: 2rem;
  }

  .safari-booking-container h2 {
    font-size: 1.5rem;
  }
}
@media(max-width: 992px){
  .header-navigation.stricky-fixed{
    top: 6px;
  }
  .safari-booking-container .booking-procedure-box, .safari-booking-container .welcome-box, .safari-booking-container .important-info-box, .safari-booking-container .terms-box{
    padding: 15px 10px;
  }
}
.user__detaile_table{
    border: 1px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    margin-bottom: 10px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
}
.user__detaile_table table{
  margin-bottom: 0;
}
.user__detaile_table table td {
  border-color: transparent;
    border-right-color: var(--primary);
}
.user__detaile_table table td:last-child{
  border-color: transparent;
}
.user__detaile_table table tr {
  border-color: transparent;
    border-bottom-color: var(--primary);
}
.user__detaile_table table tr:last-child{
  border-color: transparent;
}
.form-group.mt-3{
  margin-bottom: 0;
  line-height: 1;
}
#bookingForm .form-control,
#bookingForm .form-select{
    border-color: #222;
    font-weight: 500;
    border-radius: 3px;
}
#bookingForm .form-control option[selected],
#bookingForm .form-select option[selected] {
  color: #555 !important;
}
.site-button#razorpay{

    max-width: 300px;
    display: block;
    margin-inline: auto;
    width: 100%;
    background-color: var(--bs-yellow);
    color: #000;
    border: 1px solid;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.site-button#razorpay:hover{
  background: var(--primary);
  color: #fff;
  box-shadow: none;
}
.payable_ammmount{

    display: inline-flex;
    text-align: center;
    background: var(--secondary);
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    padding: 8px;
    gap: 4px;
    font-weight: 500;
}
.safari-zone-title{

    background: var(--secondary);
    margin-top: -16px;
    margin-inline: -16px;
    padding: 5px;
    color: #fff;
}
.safari-zone-title .theme-color{
  color: #dbdbdb;
}
@media(max-width: 768px){
.safari-zone-title{
        margin-inline: 0;
        margin-top: 0;
        text-align: center;
        padding: 10px;
        line-height: 1;
}
}