@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400..700&display=swap');


/* reset css start */
html {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  /* line-height: 29px; */
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


button:focus {
  outline: none;
}


a:hover {
  text-decoration: none;
  color: #000;
}

table {
  width: 100%;
}


/* reset css end */


/* global css end */
.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.dark-bg {
  background-color: #010103;
}

.grey-bg {
  background: #F4F1EE;
}

.white {
  color: #ffffff;
}

.f-right {
  float: right;
}

.section-heading {
  position: relative;
  z-index: 2;
}


.section-heading .sub-title {
  color: #ffffff;
  background: #C7A17A;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 1.5px 13px;
  letter-spacing: 2px;
  border-radius: 3px;
  line-height: 22px;
  margin-bottom: 23px;
}

.section-heading .title {
  color: #000;
  line-height: 57px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .section-heading .title {
    font-size: 36px;
    line-height: 38px;
  }
}

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

.section-heading p:not(:last-child) {
  margin-bottom: 35px;
}

.section-heading__black .title {
  color: #000;
}



/* typography css start */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 1.4;
  font-family: "Yeseva One", serif;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* typography css end */

/* Heder css start*/
.site-header {
  width: 100%;
  z-index: 9;
}

.site-header__3 {
  padding: 10px 0px;
  border-bottom: 2px solid #00000005;
}

.site-header__3 .wrapper {
  width: 200px;
}

.site-header__4 {
  border: none;
}


.header-top {
  padding: 30.5px 0px;
  border-bottom: 1px solid #32323D;
}

.header-top__right a {
  text-decoration: none;
}

.header-top__right .tel {
  color: #ffffff;
  font-size: 18px;
}

.header-top__right .tel i {
  color: #C7A17A;
  padding-right: 15px;
  font-size: 19px;
}

.header-top__right .site-btn {
  margin-left: 80px;
}

/* =========================================
   NAV LOGIN BUTTON : STYLES
   ========================================= */

.main-menu ul li a.nav-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #ffffff;
  padding: 8px 8px 8px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.main-menu ul li a.nav-login-btn.country-info {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  background: #279239;
  color: #ffffff;
  padding: 8px 8px 8px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

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

.login-text {
  line-height: 1;
}

/* =========================================
   ICON CIRCLE
   ========================================= */

.login-icon {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-icon img {
  width: 17px;
  line-height: 1;
  padding-top: 2px;
}

/* =========================================
   HOVER STATE
   ========================================= */

.main-menu ul li a.nav-login-btn:hover {
  background-color: #ff8f26;
  color: #fff;
}



.header-top__infos {
  margin: 0;
}


.header-top__infos li {
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: 500;
}

.header-top__infos li:not(:last-child) {
  margin-right: 65px;
}

.header-top__infos li i {
  color: #C7A17A;
  padding-right: 10px;
  font-size: 19px;
}

.header-top__infos li a {
  color: #6c6c6c;
  text-decoration: none;
}


.logo img {
  width: 115px;
}

/* Navigation css */
.main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li:not(:last-child) {
  margin-right: 12px;
}

.mobile-footer .social-circle {
  margin-bottom: 20px;
}

.has-submenu.active .submenu-toggle .icon {
  transform: rotate(45deg);
}

.socialIcon .social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #279239;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}

.socialIcon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.main-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  padding: 23px 13px;
  position: relative;
  line-height: 1;
  font-weight: 600;
}


.main-menu ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.main-menu ul li:hover>a {
  color: #279239;
}


.main-menu ul li:hover a {
  color: #279239;
}

.main-menu ul li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(100%);
  -ms-transform: scaleY(100%);
  transform: scaleY(100%);
}

.main-menu ul li .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 300px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  padding: 20px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 3;
  text-align: left;
  transform-origin: 50% 0;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  border-radius: 15px;
}

.main-menu ul li .sub-menu li {
  margin-right: 0px;
}

.main-menu ul li .sub-menu li a {
  color: #010103;
  padding: 0px 0px 12px 0px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.main-menu ul li .sub-menu li:last-child a {
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.main-menu .sub-menu li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #222;
  padding: 35px 0px;
  line-height: 22px;
  font-weight: 500;
  transition: 0.3s all ease;
}

.main-menu ul li .sub-menu li a::after {
  left: 15px;
}

.main-menu ul li .sub-menu li a:hover::after {
  left: 10px;
}

.main-menu ul li .sub-menu li:hover>a {
  color: #279239;
}

.main-menu ul li .sub-menu li:hover>a::after {
  left: 10px;
}

.main-menu ul li .sub-menu ul {
  left: 100%;
  top: 0px;
}

.main-menu ul li .sub-menu .active>a {
  color: #279239;
}

.main-menu ul li .sub-menu .active>a::after {
  left: 10px;
}

.main-menu ul .active>a {
  color: #279239;
  font-weight: bold;
}

.main-menu ul .active>a::after {
  opacity: 1;
  visibility: visible;
  left: 0;
}


.main-menu__2 ul li a {
  color: #000;
  font-weight: 500;
}



.main-menu__4 ul li a {
  color: #000;
  font-weight: 500;
}

/* .offcanvas.offcanvas-end.mobile-menu-offcanvas {
  z-index: 999;
} */

.menu-area {
  position: relative;
  z-index: 999;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0px 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-menu-list li {
  border-bottom: 1px solid #eee;
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-left: 15px;
  list-style: none;
}

.has-submenu.active .submenu {
  max-height: 500px;
}

.btn-close.menu-close.btn-close.menu-close.mobile-hamburger {
  background-image: none;
  font-size: 23px;
  color: #000;
  background-color: #f3f4f6;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submenu li a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-left: 15px;
  list-style: none;
}

.submenu-toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #000;
}

.mobile-menu-offcanvas .offcanvas-body {
  flex-grow: 1;
  padding: 10px 20px 20px 20px;
  overflow-y: hidden;
}

.menu-area__right .item {
  font-size: 23px;
  color: #637381;
  background-color: #f3f4f6;
  border-radius: 10px;
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-area__right {
  gap: 15px;
}

.menu-area__right a.nav-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.menu-area__right .item i {
  color: #000;
  line-height: 1;
}

.menu-area__right--2 .item {
  color: #000;
}

.menu-area__right--2 .item i {
  color: #000;
}

.menu-area__right--4 .item {
  color: #000;
}

.menu-area__right--4 .item i {
  color: #000;
}

@media (max-width: 991px) {
  .menu-area__3 {
    padding-top: 0px;
  }
}

.menu-area.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
  padding: 9px 0;
}

@media (max-width: 991px) {
  .menu-area.sticky-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.menu-area-2.sticky-header {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .menu-area-2.sticky-header {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

.menu-area__4.sticky-header {
  background-color: #ffffff;
}

.menu-area.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.mean-container .mean-nav ul li a:hover {
  color: #C7A17A;
}

/* Social link css */
.social-links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid #808080;
  text-align: center;
  line-height: 27px;
  color: #808080;
  text-decoration: none;
}

.social-links a:not(:last-child) {
  margin-right: 10px;
}

.social-links a:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.social-links__2 a {
  border-color: #E2DFDD;
}

.social-links__2 a:hover {
  border-color: #999999;
  color: #000;
}

/* Button css */
.site-btn {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  background: #C7A17A;
  padding: 9.5px 34px;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  border: 1px solid #C7A17A;
  font-weight: 500;
}

@media (max-width: 767px) {
  .site-btn {
    padding: 9.5px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .site-btn {
    padding: 9.5px 34px;
  }
}

.site-btn::after {
  background: #32323D;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  content: "";
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: -1;
  right: 0;
}

.site-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.site-btn:hover {
  color: #ffffff;
  border-color: #010103;
  border-radius: 7px;
}

.site-btn__borderd {
  background: transparent;
  border-color: #32323D;
}

.site-btn__borderd::after {
  background: #C7A17A;
}

.site-btn__borderd:hover {
  border-color: #C7A17A;
}

.site-btn__2 {
  background: transparent;
  border-color: #E2DFDD;
  margin-right: 20px;
  color: #010103;
}

.site-btn__2::after {
  background: #C7A17A;
}

.site-btn__2:hover {
  border-color: #C7A17A;
}

.site-btn__bghide {
  border: none;
  border-radius: 0px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  background-color: transparent;
}

.site-btn__bghide::after {
  display: none;
}

.site-btn__bghide:hover {
  color: #C7A17A;
}

@media (max-width: 767px) {
  .btns {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btns {
    flex-direction: row;
    justify-content: flex-start !important;
    align-items: center !important;
  }
}

.btns .site-btn__borderd {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .btns .site-btn__borderd {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btns .site-btn__borderd {
    margin-left: 20px;
    margin-top: 0px;
  }
}

.btns .site-btn__borderd--double {
  border-width: 2px;
  padding: 8.5px 34px;
}

.inline-btn {
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #776c62;
  border: 1px solid #E2DFDD;
  border-radius: 5px;
  text-decoration: none;
}

.inline-btn:hover {
  color: #ffffff;
  background-color: #C7A17A;
  border-color: #C7A17A;
}

/* search css */
.search {
  position: relative;
}

.search__trigger {
  padding: 10px 12px;
}

.search__trigger .open,
.search__trigger .close {
  cursor: pointer;
  line-height: 60px;
  color: #000;
}

.search__trigger .close {
  display: none;
}

.search__form {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  padding: 15px;
  right: 0;
  top: 80px;
  width: 350px;
  z-index: 99;
}

@media (max-width: 767px) {
  .search__form {
    width: 280px;
    right: -100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search__form {
    width: 350px;
    right: 0;
  }
}

.search__form form {
  position: relative;
}

.search__form input {
  width: 100%;
  height: 55px;
  border: 0;
  background: #F4F1EE;
  padding: 20px;
}

.search__form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #1b2026;
  height: 55px;
  width: 55px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}

.search__form.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  background: #fff;
}

/* side info css */
.hamburger-trigger {
  margin-left: 12px;
  padding: 10px 12px;
  cursor: pointer;
}

.side-info {
  padding-left: 20px;
  padding-right: 20px;
}

.side-info .title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.side-info .mb-5 {
  margin-bottom: 5px !important;
}

.side-info p {
  font-size: 15x;
  line-height: 28px;
}

.side-info__close {
  top: 0;
  left: 0;
  background: #010103;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.side-info__close a {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
}

.side-info__close:hover {
  background: #C7A17A;
}

.side-info__wrapper {
  padding: 20px;
}

.side-info .social-links a:hover {
  color: #C7A17A;
  border-color: #C7A17A;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.overlay.active {
  opacity: 0.5;
  visibility: visible;
  cursor: url(../images/icons/cancel.png), auto;
}

.side-info-wrapper,
.cart-bar-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  padding-top: 0px;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.side-info-wrapper .nav,
.cart-bar-wrapper .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-info-wrapper .nav a,
.cart-bar-wrapper .nav a {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  font-size: 18px;
  color: #010103;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.side-info-wrapper .nav a.active,
.cart-bar-wrapper .nav a.active {
  background: #010103;
  color: #ffffff;
}

.side-info-wrapper.show,
.cart-bar-wrapper.show {
  right: 0;
}

.side-info-wrapper.mm-only.show {
  display: none;
}

@media (max-width: 991px) {
  .side-info-wrapper.mm-only.show {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .side-info-wrapper.show-all.show {
    display: none;
  }
}

.side-info-wrapper .contact__info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  align-items: flex-start;
}

.side-info-wrapper .contact__info li span {
  margin-right: 10px;
  flex: 0 0 15px;
  -ms-flex: 0 0 15px;
  max-width: 15px;
  color: #C7A17A;
  font-size: 15px;
}

.side-info-wrapper .contact__info li p {
  flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  max-width: 85%;
}

.side-info-wrapper .contact__info li:not(:last-child) {
  margin-bottom: 5px;
}

/* mini cart css */
.cart {
  margin-left: 10px;
  padding: 10px 12px;
  cursor: pointer;
}

.cart__count {
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #ffffff;
  background: #80A093;
  position: absolute;
  top: 10px;
  right: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 0;
}

.cart-bar-wrapper {
  padding: 25px 20px;
  padding-top: 60px;
}

.cart-bar-wrapper .site-btn {
  font-size: 12px;
  padding: 7px 18px;
}

.cart-bar-wrapper .site-btn__borderd {
  color: #010103;
  margin-left: 15px;
}

.cart-bar-wrapper .site-btn__borderd:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .cart-bar-wrapper .btns {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-bar-wrapper .btns {
    flex-direction: row;
    justify-content: flex-start !important;
    align-items: center !important;
  }
}

@media (max-width: 767px) {
  .cart-bar-wrapper .btns .site-btn__borderd {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-bar-wrapper .btns .site-btn__borderd {
    margin-left: 20px;
    margin-top: 0px;
  }
}

.cart-bar__close {
  position: absolute;
  top: 0;
  left: 0;
  background: #010103;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cart-bar__close a {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  left: 0;
  height: 100%;
  text-decoration: none;
}

.cart-bar__title {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #F4F1EE;
  margin-bottom: 15px;
}

.cart-bar__title span {
  color: #000;
}

.cart-bar__item .thumb {
  background: #ffffff;
  min-width: 70px;
}

.cart-bar__item .thumb img {
  max-width: 60px;
}

.cart-bar__item .content {
  padding-right: 25px;
  position: relative;
}

.cart-bar__item .content .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-bar__item .content .title a {
  text-decoration: none;
  color: #010103;
}

.cart-bar__item .content .price {
  color: #010103;
  font-weight: 600;
  font-size: 15px;
}

.cart-bar__item .content .remove {
  top: 50%;
  right: 0px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #80A093;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-bar__subtotal {
  border-bottom: 1px solid #F4F1EE;
  border-top: 1px solid #F4F1EE;
  padding: 7px 0px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cart-bar__subtotal span {
  color: #010103;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-bar__lists .cart-bar__item:not(:last-child) {
  margin-bottom: 15px;
}

/* hero area css */
.hero__area {
  z-index: 1;
  padding-top: 275px;
  padding-bottom: 90px;
}

.hero__area .shape {
  left: 0;
  top: 0;
}

.hero__area--3 .vide-wrapper {
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero__area--3 .vide-wrapper .vide-btn {
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .hero__area--3 .vide-wrapper {
    justify-content: center;
    margin-top: 30px;
  }
}

.hero__content {
  z-index: 2;
}

.hero__content .title {
  color: #ffffff;
  font-size: 100px;
  line-height: 97px;
  letter-spacing: 2px;
}

@media (max-width: 1199px) {
  .hero__content .title {
    font-size: 60px;
    line-height: 57px;
  }
}

.hero__content p {
  color: #a7a7a7;
  font-size: 18px;
}

@media (max-width: 991px) {
  .hero__content--2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.hero__content--2 .title {
  color: #000;
  font-size: 120px;
  line-height: 115px;
}

@media (max-width: 1199px) {
  .hero__content--2 .title {
    font-size: 80px;
    line-height: 75px;
  }
}

@media (max-width: 767px) {
  .hero__content--2 .title {
    font-size: 50px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--2 .title {
    font-size: 80px;
    line-height: 75px;
  }
}

.hero__content--2 p {
  color: #6c6c6c;
}

@media (max-width: 767px) {
  .hero__content--2 .btns {
    align-items: center !important;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--2 .btns {
    align-items: flex-start !important;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .hero__content--2 .btns .site-btn {
    margin-right: 0px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--2 .btns .site-btn {
    margin-right: 20px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .hero__content--3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--3 {
    display: block;
  }
}

@media (max-width: 767px) {
  .hero__content--3 .title {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--3 .title {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .hero__content--3 .btns {
    margin-top: 30px;
    align-items: center !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--3 .btns {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .hero__content--3 p {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--3 p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .hero__content .social-links {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content .social-links {
    margin-top: 40px;
  }
}

.hero__content .social-links a {
  width: auto;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
}

.hero__content .social-links a:not(:last-child) {
  margin-right: 45px;
}

.hero__content .social-links a i {
  font-size: 15px;
  color: #ffffff;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero__content .social-links a span {
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero__content .social-links a:hover i {
  color: #C7A17A;
}

.hero__content .social-links a:hover span {
  color: #C7A17A;
}

.hero__thumb {
  padding-top: 2px;
  z-index: 2;
  position: relative;
  -webkit-transform: translate(-30px, -25px);
  -ms-transform: translate(-30px, -25px);
  transform: translate(-30px, -25px);
}

.section {
  padding: 80px 0;
  position: relative;
}

/* =========================================
   TOP BAR : STYLES
   ========================================= */

.topbar {
  background-color: #003A02;
  font-size: 13px;
  color: #ffffff;
  padding: 5px 0;
}

/* =========================================
   TOP BAR LEFT COLUMN : BASE
   ========================================= */

.topbar-left {
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  gap: 15px;
}

/* =========================================
   DATE TEXT
   ========================================= */

.date-text {
  font-weight: 600;
  color: #C3FFCD;
  font-size: 13px;
  line-height: 1;
}

/* =========================================
   CURRENCY TEXT
   ========================================= */

.rate-text {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.rate-text .rate-price {
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

/* =========================================
   SEPARATOR PIPE
   ========================================= */

.pipe {
  font-weight: 500;
  color: #C3FFCD;
}



/* =========================================
   TOP BAR RIGHT COLUMN : BASE
   ========================================= */

.topbar-right {
  color: #ffffff;
  gap: 9px;
}

/* =========================================
   SUPPORT TEXT
   ========================================= */

.support-text {
  font-weight: 600;
  color: #C3FFCD;
  font-size: 12px;
  line-height: 1;
}

/* =========================================
   CONTACT ITEMS
   ========================================= */

.contact-item {
  gap: 8px;
}

.contact-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.contact-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}

.contact-link:hover {
  text-decoration: none;
  color: #C3FFCD;
}

/* =========================================
   ICON CIRCLES
   ========================================= */

.icon-circle {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.icon-circle img {
  width: 12px;
}

/* =========================================
   PIPE
   ========================================= */

.pipe {
  opacity: 0.4;
  line-height: 1;
  height: 19px;
}

/* =========================================
   SOCIAL ICONS
   ========================================= */

.social-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #279239;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}

.social-circle img {
  width: 12px;
}

.social-circle:hover {
  background-color: #3bcf66;
}


/* =========================================
   ADDITIONAL SERVICES SECTION : BASE
   ========================================= */

.additional-services-section {
  background-color: #F8F8F8;
}




/* =========================================
   SECTION HEADER
   ========================================= */

.section-title {
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 auto;
}

/* =========================================
   SERVICE CARD
   ========================================= */

.service-card {
  background-color: #ffffff;
  border: 2px solid #EAEAEA;
  border-radius: 18px;
  padding: 0px 15px 15px 15px;
  height: 100%;
  transition: all 0.2s ease-out;
  position: relative;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}

/* .service-card:hover {
  transform: scale(1.08);
} */

/* =========================================
   SERVICE ICON
   ========================================= */

.service-icon {
  margin-bottom: 0;
  width: 200px;
  height: 150px;
  object-fit: contain;
}

/* =========================================
   SERVICE TITLE
   ========================================= */

.service-title {
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

/* =========================================
   SERVICE BUTTON
   ========================================= */

.service-btn {
  background-color: #F8F8F8;
  color: #1a8f2f;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.2s all ease-out;
  border: 1px solid #EFEFEF;
}

.service-card:hover .service-btn {
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #fff;
}

/* =========================================
   ACTIVE CARD (CRUISES)
   ========================================= */

.service-card.active {
  border: 2px solid #ff7a00;
}

.active-btn {
  background-color: #ff7a00;
  color: #ffffff;
  border-color: #ff7a00;
}

.active-btn:hover {
  background-color: #ff8f26;
  color: #ffffff;
}


.additional-padding {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}


/* =========================================
   DESTINATION GRID : BASE
   ========================================= */

.destination-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 1.5fr 1.5fr;
  grid-auto-rows: 300px;
  gap: 24px;
}

.destinationSlider {
  position: relative;
}

/* =========================================
   GRID ITEMS
   ========================================= */

.grid-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.2s all ease-out;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destinationSlider,
.destinationSlider .slick-list,
.destinationSlider .slick-track {
  height: 100%;
}

.destinationSlider .slick-slide {
  height: 100%;
}


.destinationSlider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* =========================================
   GRID POSITIONING (EXACT LAYOUT)
   ========================================= */

.item-1 {
  grid-row: span 2;
}

.item-2 {
  grid-column: span 1;
}

.item-3 {
  grid-column: span 1;
  grid-row: span 2;
}

.item-4 {
  grid-column: span 1;
}

.item-5 {
  grid-column: span 1;
}

.item-6 {
  grid-column: span 1;
}

.item-7 {
  grid-column: span 1;
}

/* =========================================
   PRICE TAG
   ========================================= */

.price-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 14px;
  min-width: 180px;
  transition: 0.2s all ease-out;
}

.price-tag h6 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #279239;
  transition: 0.2s all ease-out;
}

.price-tag p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #000;
  transition: 0.2s all ease-out;

}

/* =========================================
   ACTIVE TAG (LEFT BIG CARD)
   ========================================= */

.grid-item:hover .price-tag {
  background: linear-gradient(135deg, #ff8a00, #ffb703);
}

.grid-item:hover .price-tag h6,
.grid-item:hover .price-tag p {
  color: #ffffff;
}

.gridRwo {
  margin-top: 30px;
}

/* =========================================
   VIEW ALL PACKAGES BUTTON : BASE
   ========================================= */

.view-packages-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2e963a;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 10px 9px 20px;
  border-radius: 5px;
  font-size: 16px;
  gap: 15px;
  font-weight: 700;
}

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

.btn-text {
  line-height: 1;
}

/* =========================================
   ICON CIRCLE
   ========================================= */

.btn-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.219);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  transition: 0.3s all ease;
}

.btn-icon i {
  font-size: 18px;
  color: #ffffff;
}

/* =========================================
   HOVER EFFECT
   ========================================= */

.view-packages-btn:hover {
  color: #fff;
}

.view-packages-btn:hover .btn-icon {
  transform: translateX(4px);
  transition: transform 0.2s ease;
}



/* =========================================
   SECTION BASE
   ========================================= */

.offices-section {
  background: #ffffff;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
}

/* =========================================
   LOCATION TABS
   ========================================= */

.location-tabs {
  display: flex;
  gap: 22px;
}

.location-btn {
  border: none;
  padding: 4px 6px 4px 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  background: #F8F8F8;
  color: #279239;
  display: flex;
  gap: 14px;
}

.location-btn i {
  font-size: 18px;
  font-weight: 400;
}

.location-btn.active {
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #ffffff;
}

/* =========================================
   ADDRESS CARD
   ========================================= */

.address-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 22px;
  border: 1px solid #F0F0F0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.office-title {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.company-name {
  font-weight: 600;
  font-size: 18px;
  color: #737373;
}

.office-address {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 21px;
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: max-content;
  font-weight: 600;
}

.contact-row.phone {
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #ffffff;
}

.contact-row.phone span {
  background-color: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.contact-row.email span {
  background-color: #279239;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.contact-row.email span img {
  width: 16px;
}

.contact-row.email {
  background: #F0F6F2;
  color: #003A02;
  font-weight: 700;
  margin-bottom: 0;
  border: 1px solid #003a0212;
}

/* =========================================
   CONTACT FORM
   ========================================= */

.contact-form-wrapper {
  border-radius: 20px;
  padding: 10px;
  background-color: #279239;
}

.input-group-custom {
  position: relative;
}

.input-group-custom img {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #bbb;
}

.input-group-custom input,
.input-group-custom textarea {
  width: 100%;
  padding: 14px 14px 14px 44px;
  border-radius: 12px;
  border: none;
  outline: none;
}

.input-group-custom textarea {
  height: 150px;
}

.input-group-custom.textarea img {
  top: 18px;
  transform: none;
}

/* =========================================
   SUBMIT BUTTON
   ========================================= */

.submit-btn {
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(90deg, #ff8a00, #ffb703);
  border: 2px solid #fff;
}

.pl-custom {
  padding-left: 80px;
}

.forPadding {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.custom-margin {
  margin-top: 0.5rem;
}

.offices-section .tab-content {
  margin-top: 37px;
}


/* =========================================
   LOGO SLIDER : BASE
   ========================================= */

.logo-slider-section {
  padding: 16px 0;
  background-color: #ffffff;
  border-top: 1px solid #e9e9e9a3;
  border-bottom: 1px solid #e9e9e9a3;
}

/* =========================================
   SLIDE ALIGNMENT
   ========================================= */

.logoSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================
   LOGO STYLING
   ========================================= */

.logoSwiper img {
  max-height: 90px;
  width: auto;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.logoSwiper img:hover {
  opacity: 1;
  transform: scale(1.05);
}


/* =========================================
   HERO SLIDER BASE
   ========================================= */




/* =========================================
   SLIDE DESIGN
   ========================================= */

/* =========================================
   HERO SLIDE IMAGE HANDLING
   ========================================= */

.hero-slide {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.hero-bg {
  width: 100%;
  height: 510px;
  object-fit: cover;
}

.hero-slider-section {
  padding: 50px 0 100px 0;
  position: relative;
}

.hero-slider-section::before {
  content: "";
  position: absolute;
  background: #bdbdbd;
  background: linear-gradient(180deg, rgb(189 189 189 / 22%) 0%, rgb(255 196 0 / 0%) 100%);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
}


/* CONTENT ABOVE IMAGE */
.hero-content.topContent {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  top: 40px;
  left: 40px;
}

.hero-content.btm-content {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  bottom: 40px;
  left: 40px;
}


.heroSwiper {
  position: relative;
}

/* =========================================
   CONTENT
   ========================================= */

.hero-content {
  /* max-width: 520px; */
  padding-left: 0;
  color: #ffffff;
}

.hero-content h1 {
  font-size: 80px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1;
}

.hero-content p {
  font-size: 18px;
  color: #fff;
}

/* =========================================
   DOTS (CUSTOM STYLE)
   ========================================= */

.heroSwiper .swiper-pagination {
  bottom: 0 !important;
  transition: 0.3s all ease;
}

.heroSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 6px;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.heroSwiper .swiper-pagination-bullet-active {
  width: 50px;
  background: #ffffff;
}

/* =========================================
   CUSTOM ARROWS
   ========================================= */

.hero-nav {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.hero-prev,
.hero-next {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all ease;
}

.swiper-button-prev.hero-prev {
  left: -35px;
}

.swiper-button-next.hero-next {
  right: -45px;
}

.hero-prev i,
.hero-next i {
  font-size: 20px;
  color: #ff8a00;
  font-weight: 400;
}

.hero-prev:hover,
.hero-next:hover {
  background: #ff8a00;
}

.hero-prev:hover i,
.hero-next:hover i {
  color: #ffffff;
}

.heroSwiper .swiper-slide {
  transform: scale(0.9);
  transition: 0.5s all ease;
}



.swiper-slide.swiper-slide-active {
  transform: scale(1.05);
}


/* =========================================
   SEARCH TOUR : BASE
   ========================================= */

/* =========================================
   SEARCH TOUR : BASE
   ========================================= */

.search-tour-section {
  padding: 10px 0 10px 0;
  background-color: #fff;
}

.tourSrch.sticky-top {
  top: 0;
  box-shadow: 0px 20px 20px 2px #00000012;
  z-index: 99;
}

/* Hidden by default on Mobile */
.search-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

/* Show button only on mobile */
.search-toggle {
  width: 100%;
  height: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #637381;
  background-color: #f3f4f6;
  border-radius: 10px;
  padding: 23px 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  border-radius: 9px;
  align-items: center;
}

.search-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.search-wrapper.open {
  max-height: 800px;
  /* or whatever fits your form */
}

/* Rotate arrow */
.search-toggle.active .arrow {
  transform: rotate(180deg);
}

/* Desktop behavior */
@media (min-width: 992px) {
  .search-toggle {
    display: none;
  }

  .search-wrapper {
    max-height: none !important;
    overflow: visible;
  }
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.search-tab.active {
  background: linear-gradient(45deg, #ff8a00, #ffb703);
  color: #fff;
}

/* TOP BAR */
.search-top {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: -33px;
  position: relative;
  z-index: 1;
}

.search-tab {
  color: #003A02;
  border: none;
  padding: 12px 20px 27px 20px;
  background-color: transparent;
  border-radius: 12px 12px 0 0;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
}

.search-tab:nth-child(2) {
  margin: 0 10px;
}

.search-tab:nth-child(3) {
  margin: 0 10px 0 0px;
}

.search-tab.active img {
  filter: invert(1) sepia(1) saturate(0) brightness(2);
}

.search-tab img {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

.t3-booking-ribbon img {
  margin-right: 5px;
}

.search-tab.active {
  background: linear-gradient(90deg, #FF7700 0%, #FFC400 100%);
  color: #fff;
  border: none;
  padding: 12px 20px 27px 20px;
  border-radius: 12px 12px 0 0;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
}


.search-links span {
  margin-right: 35px;
  color: #003A02;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.search-top .t3-booking-ribbon {
  margin-right: 0;
  background-color: #279239;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px 27px 20px;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  line-height: 1;
}

.search-top .search-links {
  padding: 12px 20px 32px 20px;
  display: flex;
}

/* SEARCH BOX */
.search-box {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #F0F0F0;
  z-index: 2;
  position: relative;
  margin-top: 14px;
}

/* FIELD */
.field-box {
  background: #f7f7f7;
  border-radius: 12px;
  height: 55px;
  padding: 10px 14px;
}

.field-box label {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #999;
  font-weight: 600;
  display: block;
  line-height: 1
}

.field-box input,
.field-box select {
  width: 100%;
  border: none;
  background: transparent;
  font-weight: 600;
  font-size: 12px;
  outline: none;
  height: 12px;
  line-height: 1;
}


.field-box select::placeholder {
  font-size: 14px;
}

/* FIND TOUR BUTTON */
.find-tour-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #ffffff;
  padding: 8px 35px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  height: 55px;
}

/* =========================================
   NICE SELECT CUSTOM STYLING
   ========================================= */

.search-tour-section .nice-select {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 0;
  margin-top: 8px;
}


.search-tour-section .nice-select .current {
  font-weight: 600;
  color: #000;
  font-size: 12px;
}

.search-tour-section .nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 7px;
  width: 7px;
  right: 6px;
}

.search-tour-section .nice-select .list {
  width: auto;
  border-radius: 12px;
  margin: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.search-tour-section .nice-select .option {
  padding: 16px 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

.search-tour-section .nice-select .option:hover {
  background: #FFF3E6;
}

.search-tour-section .nice-select .option.selected {
  background: linear-gradient(90deg, #FF7700, #FFC400);
  color: #fff;
}

/* =========================================
   FOOTER BASE
   ========================================= */

.site-footer {
  background: #ffffff;
  padding: 60px 0 30px;
  font-size: 14px;
}

/* =========================================
   TITLES & TEXT
   ========================================= */

.footer-title {
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
}

.footer-strong {
  font-weight: 600;
  margin-bottom: 6px;
}

.footer-text {
  color: #a6a6a6;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.footer-small {
  font-size: 13px;
  color: #000;
}

/* =========================================
   LINKS
   ========================================= */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #969696;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.footer-links a:hover {
  color: #ff8a00;
}

/* =========================================
   FOOTER CARDS
   ========================================= */

.footer-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #F0F0F0;
}

.footer-card.tourismCard {
  background: #ffffff;
  border-radius: 10px;
  padding: 7px;
  border: 1px solid #F0F0F0;
}

/* =========================================
   BADGES & LOGOS
   ========================================= */

.badge-green {
  display: block;
  background: #279239;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-align: start;
  line-height: 1;

}

/* .paymentCard {
  height: 100%;
} */

.payment-logos {
  text-align: center;
  margin-top: 25px;
}

.payment-logos img {}

.payment-logos .twoBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.registry-logo {
  margin-top: 0px;
}

/* =========================================
   SOCIALS
   ========================================= */

.social-box {
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  border-radius: 10px;
  width: max-content;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.social-box span {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}

.footer-social-circle {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 7px 7px 1px #0000001c;

}

.footer-social-circle img {
  width: 20px;
}

/* =========================================
   DISCLAIMER
   ========================================= */

.footerDivider {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.footer-disclaimer p {
  font-size: 13px;
  color: #808080;
  line-height: 1.6;
}

/* =========================================
   COPYRIGHT
   ========================================= */

.footer-bottom {
  margin-top: 20px;
  font-size: 13px;
  color: #777;
}


/* =========================================
   FLATPICKR THEME CUSTOMIZATION
   ========================================= */

.flatpickr-calendar {
  font-family: "Inter", sans-serif;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  border: 1px solid #eee;
  padding: 10px;
}

/* Month header */
.flatpickr-months {
  padding: 10px 0;
}

.flatpickr-month {
  color: #111;
  font-weight: 600;
}

.flatpickr-current-month {
  font-size: 16px;
}

/* Arrows */
.flatpickr-prev-month,
.flatpickr-next-month {
  border-radius: 8px;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  background: #f5f5f5;
}

/* Weekdays */
.flatpickr-weekdays {
  margin-top: 10px;
}

.flatpickr-weekday {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

/* Day cells */
.flatpickr-day {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: all 0.2s ease;
}

/* Hover day */
.flatpickr-day:hover {
  background: #FFF3E6;
  color: #FF7700;
}

/* Today */
.flatpickr-day.today {
  border: 1px solid #FF7700;
}

/* Selected day */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: linear-gradient(90deg, #FF7700, #FFC400);
  color: #fff;
  border: none;
}

/* Range between */
.flatpickr-day.inRange {
  background: #FFF3E6;
  color: #FF7700;
}

/* Disabled days */
.flatpickr-day.disabled,
.flatpickr-day.notAllowed {
  color: #ccc;
}

/* Month divider (2-month view) */
.flatpickr-calendar.multiMonth .flatpickr-month {
  border-right: 1px solid #eee;
}

/* Bottom spacing */
.flatpickr-innerContainer {
  padding-bottom: 6px;
}

.price-tag a {
  text-decoration: none;
}


/* =========================================
   AGENCY LOGIN MODAL : CSS
========================================= */

.agency-modal {
  border-radius: 12px;
  border: none;
}

.modal-body h6 {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

/* Title */
.agency-title {
  font-weight: 400;
  color: #003A02;
  font-size: 24px;
}

/* Registration link */
.agency-register {
  font-size: 14px;
  font-weight: 600;
  color: #0a8a5f;
  text-decoration: none;
}

.agency-register:hover {
  text-decoration: none;
}

/* Inputs */
.agency-input {
  border: 0px solid #9aa3ab;
  background: #f7f7f7;
  border-radius: 12px;
  padding: 17px 14px;
}

.agency-input:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
  background: #f7f7f7;
}

.modal-body label {
  font-size: 14px;
  font-weight: 500;
}

/* Password eye */
.password-toggle {
  position: absolute;
  right: 12px;
  top: 60px;
  cursor: pointer;
  color: #000;
  font-size: 15px;
  line-height: 1;
}

/* Lost password */
.lost-password {
  font-size: 16px;
  color: #2e963a;
  text-decoration: none;
  font-weight: 500;
}

/* Button */
.agency-btn {
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #fff;
  font-weight: 700;
  padding: 16px 12px;
  border-radius: 14px;
  border: none;
}

.agency-btn:hover {
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #fff;
}

.contact-modal-nav .modal-content .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  --bs-btn-close-bg: none;
  opacity: 1;
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  justify-content: center;
  text-decoration: none;
  border-radius: 50px;
  padding: 0;
}

.contact-modal-nav .modal-content .btn-close i {
  color: #b9b9b9;
  font-size: 20px;
}

.contact-modal-nav .modal-header {
  border-bottom: 0;
  position: absolute;
  right: 0;
}

.mobile-footer a.nav-login-btn.country-info {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  background: #279239;
  color: #ffffff;
  padding: 8px 8px 8px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.offcanvas-header .emm-logo img {
  width: 100px;
}

.mobile-footer .login-icon img {
  width: 17px;
  line-height: 1;
  padding-top: 0;
}

.mobile-footer .icon-circle {
  border-radius: 50%;
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
width: 30px;
    height: 30px;
}

.mobile-footer .contact-link {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px !important;
  line-height: 1;
}

.mobile-footer .icon-circle img {
  width: 11px;
}

.mobile-footer .contact-item {
  margin-bottom: 15px;
}

.mobile-footer .socialIcon {
  margin-bottom: 15px;
}


/* =========================================================
   BADGE CONTAINER
========================================================= */
.tourism-badge {
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

/* =========================================================
   LEFT TEXT BLOCK
========================================================= */
.badge-title {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
  line-height: 15px;
}

a.footer_badge {
  text-decoration: none;
}

.badge-subtext {
  font-size: 9px;
  color: #bcbcbc;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}

.badge-subtext span.pto-text {
  font-size: 12px;
  color: #bcbcbc;
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}

/* =========================================================
   RIGHT EMBLEM
========================================================= */
.badge-emblem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 160px;
}

.badge-emblem img {
  width: 80px;
  height: 80px;
  margin-bottom: 6px;
  box-shadow: 0 0 8px 2px #00000030;
  padding: 7px;
  border-radius: 5px;
  object-fit: contain;
}

.emblem-text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #111827;
}

/* ================= PARTNERSHIP SECTION : CSS ================= */

.partnership-section {
  padding: 50px 20px;
}

.partnership-box {
  background: #003A02;
  border-radius: 20px;
  padding: 70px 50px;
  position: relative;
  overflow: hidden;
}

/* Tag */
.partnership-tag {
  display: inline-block;
  background: #279239;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Alkatra", system-ui;
  padding: 11px 14px;
  border-radius: 8px;
  margin-bottom: 22px;
  line-height: 1;
}

.partnership-illustration img {
  position: absolute;
  bottom: 40px;
  right: 0px;
  width: 39%;
}

/* Title */
.partnership-title {
  font-size: 60px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

/* Content alignment */
.partnership-content {
  z-index: 2;
}


/* ================= END PARTNERSHIP SECTION CSS ================= */

/* ================= SECTION ================= */
.agreement-wrapper {
  background: #f5f7fa;
}

/* ================= IMAGE ================= */
.image-box img.partnerImg {
  border-radius: 12px;
  box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 590px;
  object-fit: cover;
}

/* ================= CONTENT ================= */
.content-box {
  background: #ffffff;
  padding: 38px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.content-box h2 {
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}

.content-box p {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}

.ps-padding {
  --bs-gutter-x: 3.6rem;
}

.content-box p:not(:last-child) {
  margin-bottom: 15px;
}

.content-box ol {
  padding-left: 20px;
  margin-bottom: 0;
}

.content-box li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.content-box li:last-child {
  margin-bottom: 0;
}

/* ================= SECTION ================= */
.registration-section {
  background: #f4f6f8;
}

/* ================= TABLE WRAPPER ================= */
.table-wrapper {
  background: #ffffff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* ================= TITLE ================= */
.table-title {
  font-weight: 600;
  margin-bottom: 25px;
  border-left: 4px solid #1f6fd2;
  padding-left: 15px;
}

.compliance-table-wrap {
  max-width: 1000px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #dcefe5;
  overflow: hidden;
}

/* Header */
.compliance-header {
  padding: 28px 32px;
  background: linear-gradient(135deg, #e8f7f0, #dff3ea);
  border-bottom: 1px solid #cfe8dd;
}

.compliance-header h3 {
  margin: 0;
  font-weight: 600;
  color: #0f3d2e;
}

.compliance-header p {
  margin-top: 6px;
  font-size: 14px;
  color: #3b7a63;
}

/* Table */
.compliance-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* Rows */
.compliance-table tr {
  transition: background 0.2s ease;
  /* background-color: #279239; */
}

.compliance-table tr:hover {
  background: #2da2411f;
}

/* Left column */
.compliance-table .label {
  padding: 18px 28px;
  /* background: #f5fbf8; */
  font-weight: 600;
  color: #279239;
  border-bottom: 1px solid #dcefe5;
}

/* Right column */
.compliance-table .value {
  padding: 18px 28px;
  font-weight: 500;
  color: #123b2d;
  border-bottom: 1px solid #dcefe5;
}

.compliance-table .value a {
  text-decoration: none;
  color: #003a02;
  font-weight: 700;
}



/* Last row */
.compliance-table tr:last-child td {
  border-bottom: none;
}


.payment-section {
  background: #f4f7f9;
}

/* Payment Cards */
.payment-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  position: relative;
}


.payment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* Icon */
.payment-card .icon-box {
  width: 90px;
  height: 90px;
  background: #eef6f3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.payment-card .icon-box img {
  width: 60px;
}

/* Headings */
.payment-card h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

/* Badges */
.badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 15px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.badge.free {
  background: #279239;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.badge.paid {
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

/* Text */
.payment-card p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: 500;
}

/* Notes */
.note-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  border: 2px solid #279239;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.note-box h6 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
}

.note-box ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.note-box li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.note-box li:last-child {
  margin-bottom: 0px;
}


.insurance-section {
  background: #f4f7f9;
}

/* Header */
.insurance-title {
  font-weight: 500;
  color: #000;
}

.insurance-subtext {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

/* Download Button */
.download-btn {
  background: #2ea97c;
  color: #ffffff;
  padding: 14px 35px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s all ease;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
}

.download-btn:hover {
  color: #ffffff;
}


/* Main Card */
.insurance-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.insurance-card h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 25px;
}

.insurance-card h4 {
  font-weight: 500;
  margin-bottom: 40px;
}

.insurance-card p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 19px;
}

/* Steps */
.steps {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.step-box {
  background: #2792390d;
  border-radius: 12px;
  padding: 25px;
  position: relative;
  border-left: 4px solid #279239;
}

.step-box span {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #279239;
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-family: "Yeseva One", serif;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
}

.step-box p {
  margin-top: 15px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
}

.gts-newsletter-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px;
  /* border: 2px solid #cfe3ff; */
  border-radius: 9px;
  background: #f7f7f7;
  max-width: 337px;
  margin-top: 16px;
}

.gts-newsletter-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #1e2a5a;
  padding: 0px 9px;
  background-color: transparent;
}


.gts-newsletter-btn {
  gap: 70px;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 11px 15px 11px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer_newsletter a {
  text-decoration: none;
  color: #003A02;
  font-weight: 600;
  font-size: 16px;
}

.footer_newsletter {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.partnership-section .row .col-lg-12 {
  padding: 0;
}

.legalInfotitle {
  font-size: 30px;
  margin-bottom: 30px;
}

/* ================= SATGURU CONTACT PAGE : CSS START ================= */

.satguru-contact-page {
  background: #e7e7e712;
}

/* Grid spacing */
.satguru-contact-row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

/* LEFT INFO */
.satguru-contact-info {}

.satguru-contact-info-title {
  font-size: 28px;
  font-weight: 500;
  color: #222;
  margin-bottom: 30px;
}

.satguru-contact-item {
  margin-bottom: 28px;
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  gap: 20px;
  box-shadow: 0 0 8px 9px #0000000a;
}

.find-tour-btn:hover {
  color: #fff;
}

.satguru-contact-item:nth-child(3) {
  margin-bottom: 0px;
}

.satguru-contact-item:nth-child(4) {
  margin-bottom: 0px;
}

.satguru-contact-icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background: #f0f7f1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 0;
}

.satguru-contact-icon img {
  width: 41px;
}

.satguru-contact-text h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #222;
}

.satguru-contact-text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
  color: #000;
  font-weight: 600;
  max-width: 450px;
}

.satguru-map-link {
  font-size: 14px;
  font-weight: 600;
  color: #ff7a18;
  text-transform: uppercase;
  text-decoration: none;
}

/* RIGHT FORM */
.satguru-contact-form-wrap {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 8px 9px #0000000a;
}

.satguru-form-title {
  font-size: 30px;
  color: #222;
  margin-bottom: 24px;
}

.satguru-contact-form input,
.satguru-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-bottom: 16px;
  font-size: 14px;
}

.satguru-contact-form textarea {
  resize: none;
}

/* Submit Button */
.satguru-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  background: #FF7700;
  background: linear-gradient(90deg, rgba(255, 119, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
  color: #ffffff;
  padding: 13px 35px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}


.newsLetterText {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

.newsLetterText a {
  font-weight: 700;
  color: #279239;
  text-decoration: none;
  line-height: 1;
}

/* ================= SATGURU CONTACT PAGE : CSS END ================= */

.pills-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: white;
  padding: 0px;
  border-radius: 8px;
  margin-top: 20px;
}

.custom-margin-top {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  margin-top: 10px;
}

.pills-container a {
  text-decoration: none;
}

.map-pill-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to bottom, #FFC72C, #E47C00);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.map-pill-1 p,
.map-pill-2 p,
.map-pill-3 p,
.map-pill-4 p,
.map-pill-5 p,
.map-pill-5 p,
.map-pill-6 p,
.map-pill-7 p,
.map-pill-8 p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  line-height: 22px;
}

.presence_in_russia {
  background: #27923912;
}

.map-pill-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(5, 148, 55, 1) 0%, rgba(18, 98, 40, 1) 100%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}



.map-pill-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to bottom, #FFC72C, #E47C00);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}





.map-pill-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(5, 148, 55, 1) 0%, rgba(18, 98, 40, 1) 100%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}



.map-pill-5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to bottom, #FFC72C, #E47C00);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}


.map-pill-6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(5, 148, 55, 1) 0%, rgba(18, 98, 40, 1) 100%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}




.map-pill-7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to bottom, #FFC72C, #E47C00);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.map-pill-8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(5, 148, 55, 1) 0%, rgba(18, 98, 40, 1) 100%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.pills-container .owl-carousel-3 .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.pills-container .owl-carousel-3 .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background-color: #007731;
  border-radius: 50px;
  display: inline-block;
  margin: 0 4px;
}

.pills-container .owl-carousel-3 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #eee;
  border-radius: 50px;
  display: inline-block;
  margin: 0 4px;
}


.wp-icon img {
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}

.col-lg-4.col-md-6.col-sm-6.col-6.tab-padding {
  padding-left: 100px;
}


ul li.has-submenu a {
  display: block;
  padding: 10px 0;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.flag-icon {
  width: 20px;
  height: 14px;
  margin-right: 8px;
  border-radius: 2px;
  object-fit: cover;
}

.mobile-middle {
  background-color: #f3f4f6;
  padding: 15px;
}