 
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;family=Work+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&amp;display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #173b2c;
  --theme-2: #113D48;
  --header: #0A1F24;
  --text: #687179;
  --border: #E1E4E5;
  --border-2: #BDBDBD;
  --bg: #F7F7F7;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  padding: 22px 24px;
  min-width: 170px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 991px) {
  .theme-btn {
    padding: 18px 24px;
  }
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme);
  text-transform: capitalize;
}
.link-btn i {
  margin-left: 10px;
}
.link-btn.style-2 {
  color: #535353;
}
.link-btn.style-2:hover {
  color: var(--theme);
}
.link-btn:hover {
  color: var(--theme) !important;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: initial;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

h1 {
  font-size: 74px;
  font-weight: 800;
  line-height: 114%;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 53px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 136%;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  text-align:justify;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.about-wrapper {
  padding-bottom: 85px;
}
@media (max-width: 1199px) {
  .about-wrapper {
    padding-bottom: 0;
  }
}
.about-wrapper .about-image {
  position: relative;
  max-width: 350px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image {
    max-width: 800px;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .border-image {
  position: absolute;
  top: 25%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .border-image {
    display: none;
  }
}
.about-wrapper .about-image .border-image img {
  border-radius: none;
  width: initial;
  height: initial;
}
.about-wrapper .about-image .vdeo-item {
  position: absolute;
  bottom: -30%;
  left: 18%;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .vdeo-item {
    bottom: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
}
.about-wrapper .about-image .vdeo-item .video-btn {
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: var(--theme-2);
  color: var(--white);
  left: 46%;
  bottom: -27%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .vdeo-item .video-btn {
    margin-bottom: 40px;
  }
}
.about-wrapper .about-image .vdeo-item .video-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--theme-2);
  border-radius: 0;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .vdeo-item .video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .vdeo-item h5 {
    color: var(--white);
  }
}
.about-wrapper .about-image .about-image-2 {
  max-width: 360px;
  position: absolute;
  right: -70%;
  bottom: -45%;
}
@media (max-width: 1399px) {
  .about-wrapper .about-image .about-image-2 {
    right: -57%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .about-image-2 {
    max-width: 262px;
    height: 230px;
    left: 0;
    bottom: 0;
  }
}
.about-wrapper .about-image .about-image-2 .plane-shape {
  position: absolute;
  top: -178px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .about-image-2 .plane-shape {
    display: none;
  }
}
.about-wrapper .about-image .about-image-2 .about-tour {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px;
  background-color: var(--theme);
  position: absolute;
  left: 30px;
  right: 30px;
  border-radius: 10px;
  bottom: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .about-image-2 .about-tour {
    left: 3px;
    right: 20px;
    bottom: 2px;
  }
}
.about-wrapper .about-image .about-image-2 .about-tour .content h4 {
  font-size: 20px;
  color: var(--white);
}
.about-wrapper .about-image .about-image-2 .about-tour .content span {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.about-wrapper .about-content {
  position: relative;
  z-index: 9;
}
.about-wrapper .about-content .about-area {
  position: relative;
  z-index: 1;
}
.about-wrapper .about-content .about-area .line-image {
  position: absolute;
  left: 34px;
  top: 72px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-area .line-image {
    display: none;
  }
}
.about-wrapper .about-content .about-area .about-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-area .about-items {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
}
.about-wrapper .about-content .about-area .about-items .icon {
  width: 67px;
  height: 67px;
  line-height: 67px;
  border-radius: 50px;
  flex-basis: 70px;
  text-align: center;
  background-color: var(--theme);
}

.about-wrapper-2 {
  margin-bottom: 37px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 {
    margin-bottom: 0;
  }
}
.about-wrapper-2 .about-image {
  position: relative;
  max-width: 330px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image {
    max-width: 700px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image {
    height: 500px;
  }
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.about-wrapper-2 .about-image .shape-image {
  position: absolute;
  bottom: 50px;
  left: -60px;
}
.about-wrapper-2 .about-image .shape-image img {
  border: 8px solid var(--white);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .shape-image img {
    width: initial;
    height: initial;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .shape-image {
    left: 0;
    top: 0;
  }
}
.about-wrapper-2 .about-image .group-image {
  position: absolute;
  bottom: -65px;
  left: 70px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .group-image img {
    width: initial;
    height: initial;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-image .group-image {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .group-image {
    right: 0;
    bottom: 0;
    left: initial;
    z-index: 1;
  }
}
.about-wrapper-2 .about-image .about-image-2 {
  max-width: 300px;
  position: absolute;
  right: -75%;
  bottom: -13%;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-image .about-image-2 {
    right: -62%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .about-image-2 {
    height: 255px;
    max-width: 250px;
    left: 0;
    bottom: 0;
  }
}
.about-wrapper-2 .about-image .about-image-2 img {
  border: 8px solid var(--white);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
.about-wrapper-2 .about-image .about-image-2 .plane-shape {
  position: absolute;
  top: -138px;
  left: -100px;
  z-index: -1;
}
.about-wrapper-2 .about-image .about-image-2 .plane-shape img {
  border: none;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .about-image-2 .plane-shape {
    display: none;
  }
}
.about-wrapper-2 .about-image .about-image-2 .circle-image {
  position: absolute;
  top: 120px;
  left: -52px;
}
.about-wrapper-2 .about-image .about-image-2 .circle-image img {
  border: none;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .about-image-2 .circle-image {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-wrapper-2 .about-content .about-items {
  display: flex;
  align-items: center;
  gap: 150px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-items {
    gap: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content .about-items {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-content .about-items {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-items {
    gap: 15px;
  }
}
.about-wrapper-2 .about-content .about-items:not(:last-child) {
  margin-bottom: 40px;
}
.about-wrapper-2 .about-content .about-items .about-icon-items {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-wrapper-2 .about-content .about-items .text {
  position: relative;
}
.about-wrapper-2 .about-content .about-items .text::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--theme);
  width: 2px;
  height: 41px;
  left: -27px;
  top: 8px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-items .text::before {
    display: none;
  }
}
.about-wrapper-2 .about-content .theme-btn {
  background-color: var(--theme-2);
}
.about-wrapper-2 .about-content .theme-btn:before {
  background-color: var(--theme);
}

.about-wrapper-3 {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .about-wrapper-3 {
    padding: 0;
  }
}
.about-wrapper-3 .about-image {
  position: relative;
  max-width: 450px;
  margin-left: -30px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image {
    max-width: 700px;
    height: 500px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-image {
    height: 500px;
  }
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  transform: rotate(-20deg);
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image img {
    transform: rotate(0);
  }
}
.about-wrapper-3 .about-image .about-image-2 {
  max-width: 350px;
  position: absolute;
  right: -48%;
  bottom: -2%;
  z-index: 1;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-image .about-image-2 {
    right: -27%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .about-image-2 {
    max-width: 250px;
    left: 0;
    bottom: 0;
  }
}
.about-wrapper-3 .about-image .about-image-2 img {
  transform: rotate(26deg);
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .about-image-2 img {
    transform: rotate(0);
  }
}
.about-wrapper-3 .about-image .about-image-2 .plane-shape {
  position: absolute;
  top: -58%;
  left: 6px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .about-image-2 .plane-shape {
    display: none;
  }
}
.about-wrapper-3 .about-content {
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-3 .about-content .about-items {
  display: flex;
  align-items: center;
  gap: 150px;
  margin-top: 30px;
}
.about-wrapper-3 .about-content .about-items:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-items:not(:last-child) {
    margin-bottom: 30px;
  }
}
.about-wrapper-3 .about-content .about-items .about-icon-items {
  display: flex;
  align-items: center;
  gap: 24px;
}
.about-wrapper-3 .about-content .about-items .about-icon-items .icon {
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 50px;
  background-color: rgb(239, 243, 250);
  position: relative;
}
.about-wrapper-3 .about-content .about-items .about-icon-items .content h4 {
  font-size: 20px;
}

.about-section {
  position: relative;
}
.about-section .right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .about-section .right-shape {
    display: none;
  }
}
.about-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .about-section .left-shape {
    display: none;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.brand-wrapper .brand-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
.brand-wrapper .brand-title::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 10px;
  width: 40%;
  height: 1%;
  background: #E1E4E5;
}
@media (max-width: 1199px) {
  .brand-wrapper .brand-title::before {
    display: none;
  }
}
.brand-wrapper .brand-title::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 40%;
  height: 1%;
  background: #E1E4E5;
}
@media (max-width: 1199px) {
  .brand-wrapper .brand-title::after {
    display: none;
  }
}
.brand-wrapper .brand-image {
  text-align: center;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.brand-wrapper .brand-image:hover {
  filter: initial;
  opacity: 1;
}
.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
  filter: initial;
  opacity: 1;
}

.brand-section {
  position: relative;
}
.brand-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .brand-section .left-shape {
    display: none;
  }
}

.swiper-3d-section .container {
  max-width: 1500px;
  margin: 0 auto;
}
.swiper-3d-section .card3d-content {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  display: grid;
  opacity: 0;
}
.swiper-3d-section .card3d-content h3 a {
  color: var(--white);
}
.swiper-3d-section .card3d-content span {
  margin: 0 auto;
  color: var(--white);
}
.swiper-3d-section .card3d-content .theme-btn {
  border: 1px solid var(--white);
  background-color: transparent;
  max-width: 160px;
  text-align: center;
  margin: 0 auto;
}
.swiper-3d-section .card3d-content .theme-btn:hover {
  color: var(--white);
  border: 1px solid var(--header);
  box-shadow: none;
}
.swiper-3d-section .card3d-content .theme-btn:hover::before {
  width: 100%;
}

.swiper-3d-section .swiper-3d-container {
  width: 100%;
}

.swiper-3d-section .swiper-3d-container .swiper-slide {
  width: 320px;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d {
  position: relative;
  width: 320px;
  transition: all 0.5s ease;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .img-area {
  border-radius: inherit;
  position: relative;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .img-area img {
  border-radius: inherit;
  transition: all 0.5s ease;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-date {
  border-radius: 12px;
  background: rgba(var(--n1), 0.45);
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-status {
  border-radius: 46px;
  border: 1px solid var(--border);
  background: var(--theme);
  bottom: -10px;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-info {
  border-radius: 12px;
  background: var(--theme);
}

.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content {
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: 100%;
  text-align: center;
  z-index: 1;
  opacity: 1;
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content span {
  margin: 0 auto;
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::before {
  position: absolute;
  bottom: -220px;
  left: 0;
  content: "";
  width: 400px;
  border-radius: 50%;
  height: 430px;
  background: var(--theme);
  z-index: 1;
}
@media (max-width: 1199px) {
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::before {
    background: none;
  }
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::after {
  position: absolute;
  bottom: -220px;
  left: 0;
  width: 400px;
  height: 400px;
  content: "";
  background: rgba(5, 5, 5, 0.486);
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::after {
    background: none;
  }
}
@media (max-width: 575px) {
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d {
    width: 100%;
    overflow: hidden;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content {
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d img {
    width: 100%;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::before {
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::after {
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
  }
}

.footer-newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 45px;
  position: relative;
}
@media (max-width: 1199px) {
  .footer-newsletter-wrapper {
    flex-wrap: wrap;
  }
}
.footer-newsletter-wrapper .footer-newsletter-item .widget-head {
  margin-bottom: 30px;
}
.footer-newsletter-wrapper .footer-newsletter-item .footer-content p {
  color: var(--white);
}
.footer-newsletter-wrapper .footer-newsletter-item .social-icon {
  gap: 8px;
  margin-top: 30px;
}
.footer-newsletter-wrapper .footer-newsletter-item .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  text-align: center;
  color: var(--theme);
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
}
.footer-newsletter-wrapper .footer-newsletter-item .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 1199px) {
  .footer-newsletter-wrapper .newsletter-input {
    margin-top: 20px;
  }
}
.footer-newsletter-wrapper .newsletter-input h2 {
  font-size: 32px;
  color: var(--white);
}
@media (max-width: 767px) {
  .footer-newsletter-wrapper .newsletter-input h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .footer-newsletter-wrapper .newsletter-input h2 {
    font-size: 24px;
  }
}
.footer-newsletter-wrapper .newsletter-input p {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.footer-newsletter-wrapper .newsletter-input .footer-input {
  position: relative;
  margin-top: 30px;
}
.footer-newsletter-wrapper .newsletter-input .footer-input input {
  background: var(--white);
  border: none;
  outline: none;
  width: 100%;
  padding: 18px 20px;
  border-radius: 100px;
  color: #727171;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .footer-newsletter-wrapper .newsletter-input .footer-input input {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .footer-newsletter-wrapper .newsletter-input .footer-input input {
    padding: 17px 20px;
  }
}
@media (max-width: 575px) {
  .footer-newsletter-wrapper .newsletter-input .footer-input input {
    padding: 14px 20px;
  }
}
.footer-newsletter-wrapper .newsletter-input .footer-input input::placeholder {
  color: #727171;
}
.footer-newsletter-wrapper .newsletter-input .footer-input .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

.contact-us-main {
  border-radius: 10px;
  padding: 12px 16px;
  background-color: var(--bg);
  text-align: center;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.contact-us-main.style-2 {
  background-color: var(--theme);
}
.contact-us-main.style-2 .contact-box-items {
  border: 1px solid var(--white);
}
.contact-us-main.style-2 .contact-box-items .icon {
  color: var(--white);
}
.contact-us-main.style-2 .contact-box-items .content h3 a {
  color: var(--white);
}
.contact-us-main.style-2 .contact-box-items .content p {
  color: var(--white);
}
.contact-us-main .contact-box-items {
  border-radius: 10px;
  border: 1px solid var(--border);
  padding: 28px 30px;
}
.contact-us-main .contact-box-items .icon {
  margin-bottom: 20px;
}
.contact-us-main .contact-box-items .content h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-us-main .contact-box-items .content p {
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
}
.contact-us-main:hover {
  background-color: var(--theme);
}
.contact-us-main:hover .contact-box-items .icon img {
  filter: grayscale(100%) brightness(300%);
}
.contact-us-main:hover .contact-box-items .content {
  position: relative;
  z-index: 1;
}
.contact-us-main:hover .contact-box-items .content h3 {
  color: var(--white);
}
.contact-us-main:hover .contact-box-items .content h3 a {
  color: var(--white);
}
.contact-us-main:hover .contact-box-items .content p {
  color: var(--white);
}

.contact-us-wrapper .contact-us-contact {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .contact-us-wrapper .contact-us-contact {
    padding: 80px 0 30px;
  }
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt input, .contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 16px 20px;
  background-color: transparent;
  font-weight: 400;
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt input::placeholder, .contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--white);
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
  border-radius: 20px;
  resize: none;
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt .nice-select {
  background-color: transparent;
  padding: 16px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt .nice-select span {
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt .nice-select::after {
  right: 25px;
  top: 28px;
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt .nice-select .list {
  right: 0;
  background-color: var(--bg);
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .form-clt .nice-select .option {
  border: none;
  padding: 6px 15px;
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme);
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .theme-btn:before {
  background-color: var(--theme);
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.contact-us-wrapper .contact-us-contact .comment-form-wrap .theme-btn:hover::before {
  width: 100%;
}
.contact-us-wrapper .map-area {
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .contact-us-wrapper .map-area {
    margin-left: 0;
  }
}
.contact-us-wrapper .map-area .google-map iframe {
  width: 1053px;
  height: 810px;
}

.cta-items {
  padding: 60px 45px;
  border-radius: 20px;
  position: relative;
  background: radial-gradient(164.46% 92.51% at 63.51% -24.13%, #FFED70 0.33%, #DDE583 15.83%, #86CFB4 50.2%, #00AEFF 99.87%);
}
@media (max-width: 1199px) {
  .cta-items {
    padding: 60px 20px;
  }
}
.cta-items .cta-text h2 {
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  z-index: 9;
}
.cta-items .cta-text p {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  z-index: 9;
  position: relative;
}
@media (max-width: 575px) {
  .cta-items .cta-text p {
    font-size: 20px;
  }
}
.cta-items .theme-btn {
  margin-top: 20px;
  background: var(--white);
  color: var(--theme);
}
.cta-items .cta-image {
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 1199px) {
  .cta-items .cta-image {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .cta-items .cta-image img {
    width: 100%;
    height: 100%;
  }
}
.cta-items.style-2 {
  background: radial-gradient(164.46% 92.51% at 63.51% -24.13%, #F9B403 0.33%, #E5BE83 15.83%, #8696CF 50.2%, #002A81 99.87%);
}

.cta-section {
  position: relative;
}
.cta-section .mobile-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .cta-section .mobile-shape {
    display: none;
  }
}

.cta-wrapper {
  text-align: center;
  padding: 180px 0 180px;
}
@media (max-width: 1199px) {
  .cta-wrapper {
    padding: 150px 0 150px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper {
    padding: 120px 0 120px;
  }
}
@media (max-width: 767px) {
  .cta-wrapper {
    padding: 100px 100px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper {
    padding: 80px 8px;
  }
}
.cta-wrapper .cta-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta-wrapper .cta-btn {
    flex-wrap: wrap;
  }
}
.cta-wrapper .cta-btn .watch-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cta-wrapper .cta-btn .watch-btn .video-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--white);
  border-radius: 50%;
  background-color: transparent;
  color: var(--white);
  font-size: 16px;
}
.cta-wrapper .cta-btn .watch-btn h6 {
  color: var(--white);
  position: relative;
}

.cta-bg-section {
  position: relative;
  background-attachment: fixed;
}
.cta-bg-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(10, 31, 36, 0.65);
}

.instagram-wrapper {
  padding: 0 60px;
}
@media (max-width: 1399px) {
  .instagram-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .instagram-wrapper {
    padding: 0 20px;
  }
}
.instagram-wrapper h2 {
  margin-bottom: 30px;
  position: relative;
  line-height: 1;
  margin-top: -7px;
}
.instagram-wrapper h2::before {
  position: absolute;
  top: 30px;
  left: 9%;
  content: "";
  height: 1px;
  width: 471px;
  background-color: #E6E5E5;
}
@media (max-width: 1899px) {
  .instagram-wrapper h2::before {
    display: none;
  }
}
.instagram-wrapper h2::after {
  position: absolute;
  top: 30px;
  right: 9%;
  content: "";
  height: 1px;
  width: 471px;
  background-color: #E6E5E5;
}
@media (max-width: 1899px) {
  .instagram-wrapper h2::after {
    display: none;
  }
}
.instagram-wrapper .instagram-banner-items .banner-image {
  position: relative;
}
.instagram-wrapper .instagram-banner-items .banner-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.instagram-wrapper .instagram-banner-items .banner-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(28, 168, 203, 0.5);
  border-radius: 16px;
  opacity: 0.6;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: 1;
}
.instagram-wrapper .instagram-banner-items .banner-image .icon {
  position: absolute;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  font-size: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: var(--white);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.instagram-wrapper .instagram-banner-items:hover .banner-image::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.instagram-wrapper .instagram-banner-items:hover .banner-image .icon {
  opacity: 1;
}

.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--theme);
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .counter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.counter-wrapper .counter-items {
  border-right: 1px solid rgb(169, 175, 191);
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .counter-wrapper .counter-items {
    border-right: none;
    padding-right: 0;
  }
}
.counter-wrapper .counter-items .counter-content h2 {
  font-size: 54px;
  color: var(--white);
}
@media (max-width: 991px) {
  .counter-wrapper .counter-items .counter-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper .counter-items .counter-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper .counter-items .counter-content h2 {
    font-size: 35px;
  }
}
.counter-wrapper .counter-items .counter-content p {
  color: var(--white);
  font-size: 18px;
}
@media (max-width: 1199px) {
  .counter-wrapper .counter-items .counter-content p {
    font-size: 16px;
  }
}
.counter-wrapper .counter-items.style-2 {
  border: none;
  margin-right: 0;
}

.cta-wrapper-2 {
  padding: 60px;
  border-radius: 20px;
}
.cta-wrapper-2 .cta-content .app-image {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .cta-wrapper-2 .cta-content .app-image {
    flex-wrap: wrap;
  }
}
.cta-wrapper-2 .cta-image {
  margin-bottom: -60px;
  text-align: right;
  position: relative;
}
@media (max-width: 1199px) {
  .cta-wrapper-2 .cta-image img {
    width: 100%;
    height: 100%;
  }
}
.cta-wrapper-2 .cta-image .shape {
  position: absolute;
  top: 27%;
  left: -16%;
}

.cta-section-2 {
  position: relative;
}
.cta-section-2 .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .cta-section-2 .left-shape {
    display: none;
  }
}

.cta-box-items {
  padding: 30px;
  border-radius: 20px;
  background: #017DB9;
  position: relative;
}
.cta-box-items .cta-content {
  position: relative;
  z-index: 1;
}
.cta-box-items .cta-content h3 {
  font-weight: 800;
  color: var(--white);
  margin-bottom: 20px;
}
.cta-box-items .cta-content .shape {
  margin-bottom: 40px;
}
.cta-box-items .cta-content .theme-btn {
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid var(--white);
  min-width: 100px;
  color: var(--white);
}
.cta-box-items .cta-content .theme-btn:before {
  background-color: var(--theme);
}
.cta-box-items .cta-content .theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.cta-box-items .cta-content .theme-btn:hover::before {
  width: 100%;
}
.cta-box-items .cta-image {
  position: absolute;
  bottom: 14px;
  right: 40px;
}
@media (max-width: 1199px) {
  .cta-box-items .cta-image {
    bottom: 0;
    right: 0;
  }
}
.cta-box-items.style-2 {
  background: #F29D00;
}
.cta-box-items.style-2.bg-color {
  background-color: #02A5CE;
}
.cta-box-items.style-2 .cta-content h3 {
  margin-bottom: 105px;
}

.cta-offer-wrapper {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .cta-offer-wrapper {
    margin-top: 95px;
  }
}
@media (max-width: 991px) {
  .cta-offer-wrapper {
    margin-top: 180px;
  }
}
@media (max-width: 767px) {
  .cta-offer-wrapper {
    margin-top: 145px;
  }
}
.cta-offer-wrapper .offer-content .coming-soon-timer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.cta-offer-wrapper .offer-content .coming-soon-timer .timer-content {
  border-radius: 8px;
  border: 0.5px solid var(--white);
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(25px);
}
.cta-offer-wrapper .offer-content .coming-soon-timer .timer-content h3 {
  color: var(--white);
  font-size: 33px;
  font-weight: 600;
  border-bottom: 1px solid #E6F7FC;
  padding: 13px 22px;
  line-height: 1;
}
.cta-offer-wrapper .offer-content .coming-soon-timer .timer-content p {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 400;
  text-align: center;
  padding: 5px;
}
.cta-offer-wrapper .offer-image {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cta-offer-wrapper .offer-image img {
    width: 100%;
    height: 100%;
  }
}
.cta-offer-wrapper .offer-image .circle {
  width: 386px;
  height: 386px;
  border-radius: 193px;
  border: 1px solid var(--white);
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(21px);
  position: absolute;
  left: 58%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .cta-offer-wrapper .offer-image .circle {
    display: none;
  }
}
.cta-offer-wrapper .offer-image .circle .text-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 82%;
}
.cta-offer-wrapper .offer-image .circle .text-item .icon {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 34%;
  position: absolute;
}

.deals-offer-items {
  border-radius: 15px;
  background: #EFF3FA;
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .deals-offer-items {
    padding: 15px;
  }
}
.deals-offer-items .airline-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .deals-offer-items .airline-wrap {
    flex-wrap: wrap;
  }
}
.deals-offer-items .airline-wrap .airline-card {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .deals-offer-items .airline-wrap .airline-card {
    gap: 15px;
  }
}
.deals-offer-items .airline-wrap .airline-card .airline {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1199px) {
  .deals-offer-items .airline-wrap .airline-card .airline {
    gap: 10px;
  }
}
.deals-offer-items .airline-wrap .airline-card .airline .content h4 {
  font-size: 20px;
  font-weight: 700;
}
.deals-offer-items .airline-wrap .airline-card .theme-btn {
  padding: 12px 15px;
  min-width: 130px;
}
.deals-offer-items .airline-wrap .text {
  color: var(--theme);
}
.deals-offer-items .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  border-radius: 6px;
  padding: 10px 15px;
  margin-top: 30px;
}
.deals-offer-items .post-meta li {
  color: var(--text);
}
@media (max-width: 1199px) {
  .deals-offer-items .post-meta .plane-shape {
    display: none;
  }
}
.deals-offer-items .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid rgba(10, 31, 36, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.deals-offer-items .date .content h4 {
  font-size: 20px;
  font-weight: 600;
}
.deals-offer-items .date .content h4 span {
  color: var(--text);
}
.deals-offer-items .offer-business {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .deals-offer-items .offer-business {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.deals-offer-items .offer-business .business-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .deals-offer-items .offer-business .business-content {
    gap: 8px;
  }
}
.deals-offer-items .offer-business .business-content .text h6 {
  font-weight: 600;
}
.deals-offer-items .offer-business span {
  color: var(--theme);
}
.deals-offer-items .offer-business .link-btn {
  color: var(--black);
}

.deals-offer-section .section-title-area .array-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.deals-offer-section .section-title-area .array-button .array-prev, .deals-offer-section .section-title-area .array-button .array-next {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  line-height: 56px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.deals-offer-section .section-title-area .array-button .array-prev:hover, .deals-offer-section .section-title-area .array-button .array-next:hover {
  background-color: var(--header);
  color: var(--white);
}
.deals-offer-section .section-title-area .array-button .array-prev {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  color: var(--white);
}
.deals-offer-section .section-title-area .array-button .array-prev:hover {
  background-color: var(--header);
  color: var(--white);
}
.deals-offer-section .section-title-area .array-button .array-next {
  background: var(--header);
  color: var(--white);
}
.deals-offer-section .section-title-area .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--header);
}

.counter-wrapper-2 {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 50px 150px;
  border-radius: 100px 0px 0px 100px;
  position: relative;
}
@media (max-width: 1399px) {
  .counter-wrapper-2 {
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .counter-wrapper-2 {
    flex-wrap: wrap;
    gap: 70px;
    padding: 50px 120px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper-2 {
    padding: 50px 80px;
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper-2 {
    padding: 50px 45px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.counter-wrapper-2 .counter-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .counter-wrapper-2 .counter-image {
    display: none;
  }
}
.counter-wrapper-2 .counter-items-2 {
  border-right: 1px solid rgb(169, 175, 191);
  padding-right: 90px;
}
@media (max-width: 1399px) {
  .counter-wrapper-2 .counter-items-2 {
    border-right: none;
    padding-right: 0;
  }
}
.counter-wrapper-2 .counter-items-2 .counter-content h2 {
  font-size: 54px;
  color: var(--white);
}
@media (max-width: 991px) {
  .counter-wrapper-2 .counter-items-2 .counter-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper-2 .counter-items-2 .counter-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper-2 .counter-items-2 .counter-content h2 {
    font-size: 35px;
  }
}
.counter-wrapper-2 .counter-items-2 .counter-content p {
  color: var(--white);
  font-size: 18px;
}
@media (max-width: 1199px) {
  .counter-wrapper-2 .counter-items-2 .counter-content p {
    font-size: 16px;
  }
}
.counter-wrapper-2 .counter-items-2.style-2 {
  border: none;
  margin-right: 0;
}

.counter-section-2 .container-fluid {
  padding: 0px 0px 0px 120px;
}
@media (max-width: 1399px) {
  .counter-section-2 .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 1199px) {
  .counter-section-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .counter-section-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .counter-section-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .counter-section-2 .container-fluid {
    padding: 0 30px;
  }
}

.counter-wrapper-3 {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 80px 80px;
}
@media (max-width: 1199px) {
  .counter-wrapper-3 {
    padding: 80px 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .counter-wrapper-3 {
    justify-content: center;
    padding: 80px 25px;
  }
}
.counter-wrapper-3 .counter-items {
  border-right: 1px dashed #A4ACB9;
  padding-right: 90px;
  text-align: center;
}
@media (max-width: 1399px) {
  .counter-wrapper-3 .counter-items {
    border-right: none;
    padding-right: 0;
  }
}
.counter-wrapper-3 .counter-items .icon {
  position: relative;
}
.counter-wrapper-3 .counter-items .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.counter-wrapper-3 .counter-items .icon::after {
  position: absolute;
  content: "";
  width: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.counter-wrapper-3 .counter-items .counter-content {
  margin-top: 50px;
}
.counter-wrapper-3 .counter-items .counter-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--white);
}
@media (max-width: 991px) {
  .counter-wrapper-3 .counter-items .counter-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper-3 .counter-items .counter-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper-3 .counter-items .counter-content h2 {
    font-size: 22px;
  }
}
.counter-wrapper-3 .counter-items .counter-content p {
  color: var(--white);
}
.counter-wrapper-3 .counter-items.style-2 {
  border: none;
  margin-right: 0;
}

.booking-wrapper2 {
  margin-top: -50px;
  position: relative;
  z-index: 999;
}
.booking-wrapper2 .booking-wrap {
  margin-bottom: 10px;
}
.booking-wrapper2 .booking-wrap .nav {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199px) {
  .booking-wrapper2 .booking-wrap .nav {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.booking-wrapper2 .booking-wrap .nav .nav-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.booking-wrapper2 .booking-wrap .nav .nav-item .nav-link {
  font-size: 15px;
  color: var(--header);
  font-weight: 500;
}
.booking-wrapper2 .booking-wrap .nav .nav-item .nav-link i {
  margin-right: 10px;
}
.booking-wrapper2 .booking-wrap .nav .nav-item .nav-link.active {
  color: var(--theme);
}
.booking-wrapper2 .tab-content {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
.booking-wrapper2 .tab-content .form-clt .input-group .input-group-addon {
  display: none;
}
.booking-wrapper2 .tab-content .form-clt .input-group input {
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  line-height: 1;
  height: initial;
  padding-top: 10px;
  outline: none;
}
.booking-wrapper2 .tab-content .tour-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .booking-wrapper2 .tab-content .tour-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.booking-wrapper2 .tab-content .tour-wrapper .tour-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.booking-wrapper2 .tab-content .tour-wrapper .tour-item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  background: rgba(28, 168, 203, 0.1);
  position: relative;
}
.booking-wrapper2 .tab-content .tour-wrapper .tour-item .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 1px;
  height: 60px;
  top: 0px;
  background: #E6E6E6;
  left: -25px;
  top: 0px;
}
@media (max-width: 1399px) {
  .booking-wrapper2 .tab-content .tour-wrapper .tour-item .icon::before {
    display: none;
  }
}
.booking-wrapper2 .tab-content .tour-wrapper .tour-item.style-5 .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: none;
  height: none;
  background: none;
}
.booking-wrapper2 .tab-content .tour-wrapper .tour-item .content .nice-select {
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  line-height: 1;
  height: initial;
  padding-top: 10px;
}
.booking-wrapper2 .tab-content .tour-wrapper .tour-item .content .nice-select::after {
  border: none;
}
.booking-wrapper2 .tab-content .tour-wrapper .tour-item .content h5 {
  font-weight: 600;
}
.booking-wrapper2 .tab-content .tour-wrapper .tour-item .content input {
  border: none;
  padding: 0;
  width: 100%;
  color: var(--text);
  margin-top: 5px;
}
.booking-wrapper2 .tab-content .tour-wrapper .tour-item .content input::placeholder {
  color: var(--text);
}
.booking-wrapper2 .tab-content .tour-wrapper .tour-item .theme-btn {
  min-width: 145px;
}
.booking-wrapper2 .form-check-input:checked {
  background-color: var(--theme);
  border-color: var(--theme);
}
.booking-wrapper2 .nav-link.acive .form-check-input:checked {
  background-color: var(--theme);
  border-color: var(--theme);
}

.destination-category-item {
  margin-top: 30px;
}
.destination-category-item .category-image {
  position: relative;
  overflow: hidden;
}
.destination-category-item .category-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.destination-category-item .category-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(10, 31, 36, 0) 0%, #0A1F24 100%);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  border-radius: 20px;
}
.destination-category-item .category-image .category-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -24px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
}
.destination-category-item .category-image .category-content h5 a {
  color: var(--white);
}
.destination-category-item .category-image .category-content h5 a:hover {
  color: var(--theme);
}
.destination-category-item .category-image .category-content p {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.destination-category-item:hover .category-image::before {
  opacity: 1;
  visibility: visible;
}
.destination-category-item:hover .category-image .category-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.destination-category-section .container-fluid {
  padding: 0 40px;
}

.destination-card-items {
  margin-top: 30px;
  border: 1px solid var(--border);
  border-radius: 20px;
}
.destination-card-items .destination-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.destination-card-items .destination-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.destination-card-items .destination-image .heart-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(22, 25, 33, 0.8);
}
.destination-card-items .destination-image .heart-icon i {
  color: var(--white);
}
.destination-card-items .destination-content {
  padding: 15px;
}
.destination-card-items .destination-content .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.destination-card-items .destination-content .meta li {
  font-size: 14px;
  color: var(--text);
}
.destination-card-items .destination-content .meta li i {
  color: var(--theme);
  margin-right: 5px;
}
.destination-card-items .destination-content .meta .rating {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 15px;
  line-height: 1;
  border-radius: 100px;
  background: #C59D61;
}
.destination-card-items .destination-content .meta .rating .star i {
  color: var(--theme);
}
.destination-card-items .destination-content .meta .rating p {
  color: var(--theme);
  font-size: 12px;
}
.destination-card-items .destination-content h5 {
  margin-bottom: 20px;
}
.destination-card-items .destination-content h5 a:hover {
  color: var(--theme);
}
.destination-card-items .destination-content .info {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px dashed var(--theme);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.destination-card-items .destination-content .info li {
  font-size: 14px;
  font-weight: 300;
  color: var(--text);
}
.destination-card-items .destination-content .info li i {
  color: var(--theme);
  margin-right: 5px;
}
.destination-card-items .destination-content .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.destination-card-items .destination-content .price h6 span {
  font-size: 12px;
  color: var(--text);
}
.destination-card-items .destination-content .price .theme-btn.style-2 {
  border-radius: 100px;
  background: rgba(2, 165, 206, 0.1);
  color: #fff;
  padding: 10px 20px;
  min-width: 140px;
}
.destination-card-items .destination-content .price .theme-btn.style-2::before {
  background-color: var(--theme);
}
.destination-card-items .destination-content .price .theme-btn.style-2:hover {
  color: var(--white);
  box-shadow: none;
}
.destination-card-items .destination-content .price .theme-btn.style-2:hover::before {
  width: 100%;
}
.destination-card-items:hover .destination-image img {
  transform: scale(1.4);
}

.destination-card-items-2 {
  margin-top: 30px;
}
.destination-card-items-2 .destination-image img {
  border-radius: 15px;
}

.destination-category-section {
  position: relative;
}
.destination-category-section .plane-shape {
  position: absolute;
  left: -50px;
  top: -40px;
}

.popular-destination-section {
  position: relative;
}
.popular-destination-section .car-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .popular-destination-section .car-shape {
    display: none;
  }
}
.popular-destination-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
.popular-destination-section .right-shape {
  position: absolute;
  right: 0;
  top: 80px;
}

.destination-wrapper .main-box {
  padding: 0;
  gap: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .destination-wrapper .main-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 30px;
  }
}
.destination-wrapper .main-box .box {
  background-image: url(../img/destination/14.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 414px !important;
  height: 420px;
  position: relative;
  overflow: hidden;
  list-style: none;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .destination-wrapper .main-box .box {
    width: 570px !important;
    height: 420px;
  }
}
@media (max-width: 575px) {
  .destination-wrapper .main-box .box {
    height: 420px;
    object-fit: cover;
  }
}
.destination-wrapper .main-box .box .destination-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .destination-wrapper .main-box .box .destination-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.destination-wrapper .main-box .box .destination-content .text h3 {
  margin-bottom: 5px;
}
.destination-wrapper .main-box .box .destination-content .text h3 a {
  color: var(--white);
}
.destination-wrapper .main-box .box .destination-content .text h3 a:hover {
  color: var(--theme);
}
.destination-wrapper .main-box .box .destination-content .text span {
  color: var(--white);
}
.destination-wrapper .main-box .box .destination-content .theme-btn {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.destination-wrapper .main-box .box .destination-content .theme-btn:before {
  background-color: var(--theme);
}
.destination-wrapper .main-box .box .destination-content .theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.destination-wrapper .main-box .box .destination-content .theme-btn:hover::before {
  width: 100%;
}
.destination-wrapper .main-box .box.bg {
  background-image: url(../img/destination/14.jpg);
  width: 138px;
  height: 340px;
}
.destination-wrapper .main-box .box.bg-1 {
  background-image: url(../img/destination/15.jpg);
  width: 255px;
  height: 380px;
}
.destination-wrapper .main-box .box.bg-2 {
  background-image: url(../img/destination/16.jpg);
}
.destination-wrapper .main-box .box.bg-3 {
  background-image: url(../img/destination/17.jpg);
  width: 255px;
  height: 380px;
}
.destination-wrapper .main-box .box.bg-4 {
  background-image: url(../img/destination/18.jpg);
  width: 138px;
  height: 340px;
}
.destination-wrapper .main-box .box.active {
  width: 950px !important;
  height: 420px;
}
.destination-wrapper .main-box .box.active::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(10, 31, 36, 0.4);
}
.destination-wrapper .main-box .box.active .destination-content {
  opacity: 1;
  visibility: visible;
}

.top-destination-section {
  position: relative;
}
.top-destination-section .bag-shape {
  position: absolute;
  top: 38%;
  left: 30px;
}
@media (max-width: 1399px) {
  .top-destination-section .bag-shape {
    display: none;
  }
}
.top-destination-section .watch-shape {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 1399px) {
  .top-destination-section .watch-shape {
    display: none;
  }
}

.tour-destination-wrapper .main-sidebar {
  margin-top: 30px;
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget {
  background-color: var(--white);
  border: 1px solid var(--border);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .wid-title.style-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single:not(:last-child) {
  border-bottom: 1px solid var(--border);
  padding-bottom: 15px;
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single:not(:last-child) {
  margin-bottom: 15px;
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid var(--theme);
  top: 5px;
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme);
  font-size: 11px;
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.tour-destination-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single .text-color {
  color: #586061;
}

.destination-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.new-destination-wrapper {
  margin-right: -40%;
}
@media (max-width: 1399px) {
  .new-destination-wrapper {
    margin-right: -20%;
  }
}
@media (max-width: 1199px) {
  .new-destination-wrapper {
    margin-right: 0;
  }
}

.new-destination-items {
  margin-top: 30px;
}
.new-destination-items .thumb {
  position: relative;
}
.new-destination-items .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, #252525 100%);
}
.new-destination-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.new-destination-items .thumb .content {
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 35px;
  right: 35px;
  bottom: 35px;
}
@media (max-width: 1199px) {
  .new-destination-items .thumb .content {
    left: 30px;
    right: 30px;
    bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.new-destination-items .thumb .content h3 a {
  color: var(--white);
}
.new-destination-items .thumb .content h3 a:hover {
  color: var(--theme);
}
.new-destination-items .thumb .content p {
  color: var(--white);
}
.new-destination-items .thumb .content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
  text-align: center;
}
.new-destination-items .thumb .content .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}

.new-top-desti-thumb {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.new-top-desti-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.new-top-desti-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 18px;
  background: linear-gradient(0deg, rgba(14, 14, 14, 0.7) 0%, rgba(14, 14, 14, 0.7) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.new-top-desti-thumb .content {
  position: absolute;
  bottom: -100px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
.new-top-desti-thumb .content h4 a {
  color: var(--white);
}
.new-top-desti-thumb .content h4 a:hover {
  color: var(--theme);
}
.new-top-desti-thumb .content p {
  color: var(--white);
}
.new-top-desti-thumb .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--white);
  text-align: center;
  color: var(--white);
  display: inline-block;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.new-top-desti-thumb .icon:hover {
  background-color: var(--theme);
  border: 2px solid var(--theme);
}
.new-top-desti-thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.new-top-desti-thumb:hover .content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.new-top-desti-thumb:hover .icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.destination-details-wrapper .destination-details-items .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.destination-details-wrapper .destination-details-items .details-content {
  margin-top: 30px;
}
.destination-details-wrapper .destination-details-items .map-area {
  margin-top: 40px;
}
.destination-details-wrapper .destination-details-items .map-area h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.destination-details-wrapper .destination-details-items .map-area .google-map iframe {
  width: 100%;
  height: 460px;
  border-radius: 20px;
}
.destination-details-wrapper .destination-details-items .map-area .review-items li {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.destination-details-wrapper .destination-details-items .map-area .review-items li:not(:last-child) {
  margin-bottom: 40px;
}
.destination-details-wrapper .destination-details-items .map-area .review-items li:nth-child(2) {
  margin-left: 135px;
}
@media (max-width: 1199px) {
  .destination-details-wrapper .destination-details-items .map-area .review-items li:nth-child(2) {
    margin-left: 0;
  }
}
.destination-details-wrapper .destination-details-items .map-area .review-items li .thumb img {
  border-radius: 12px;
}
.destination-details-wrapper .destination-details-items .map-area .review-items li .content .star {
  color: #FFB700;
  margin-bottom: 4px;
}
.destination-details-wrapper .destination-details-items .map-area .review-items li .content p {
  margin-top: 7px;
}
.destination-details-wrapper .destination-details-items .map-area .review-items li .content .reply-icon {
  color: var(--header);
  position: absolute;
  top: 0;
  right: 0;
}
.destination-details-wrapper .destination-details-items .map-area .review-items li .content .reply-icon i {
  color: var(--theme);
  margin-right: 10px;
}
.destination-details-wrapper .destination-details-items .map-area.ratting-items {
  background-color: var(--bg);
  border-radius: 20px;
  padding: 50px 40px;
}
.destination-details-wrapper .destination-details-items .map-area.ratting-items h3 {
  line-height: 1;
}
.destination-details-wrapper .destination-details-items .map-area.ratting-items ul {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .destination-details-wrapper .destination-details-items .map-area.ratting-items ul {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.destination-details-wrapper .destination-details-items .map-area.ratting-items ul li {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-basis: 25%;
}
@media (max-width: 1399px) {
  .destination-details-wrapper .destination-details-items .map-area.ratting-items ul li {
    flex-basis: initial;
  }
}
.destination-details-wrapper .destination-details-items .map-area.ratting-items ul li .star {
  color: #F7921E;
}
.destination-details-wrapper .destination-details-items .map-area.ratting-items h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 25px;
}
.destination-details-wrapper .destination-details-items .map-area.ratting-items .form-clt input, .destination-details-wrapper .destination-details-items .map-area.ratting-items .form-clt textarea {
  border: none;
  outline: none;
  width: 100%;
  background-color: var(--white);
  padding: 20px 30px;
  line-height: 1;
  border-radius: 10px;
  text-transform: capitalize;
  color: #455151;
}
.destination-details-wrapper .destination-details-items .map-area.ratting-items .form-clt input::placeholder, .destination-details-wrapper .destination-details-items .map-area.ratting-items .form-clt textarea::placeholder {
  color: #455151;
}
.destination-details-wrapper .destination-details-items .map-area.ratting-items .form-clt textarea {
  padding-bottom: 152px;
}

.faq-wrapper .faq-content p {
  color: #504E4E;
}
.faq-wrapper .faq-content .faq-list {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 40px;
  padding: 25px 0;
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-content .faq-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.faq-wrapper .faq-content .faq-list li {
  color: #504E4E;
}
.faq-wrapper .faq-content .faq-list li img {
  margin-right: 16px;
}
.faq-wrapper .faq-items {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-items {
    margin-left: 0;
  }
}
.faq-wrapper .faq-items .accordion-item {
  border: 0;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
.faq-wrapper .faq-items .accordion-item .accordion-header {
  border: none;
}
.faq-wrapper .faq-items .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--theme);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--white);
  border-radius: 12px;
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-items .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
.faq-wrapper .faq-items .accordion-item .accordion-header .accordion-button::after {
  content: "\f324";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
}
.faq-wrapper .faq-items .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f322";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  transform: rotate(0);
  color: var(--theme);
}
.faq-wrapper .faq-items .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  padding: 25px 30px;
  color: var(--header);
}
.faq-wrapper .faq-items .accordion-item .accordion-collapse .accordion-body {
  padding-left: 30px;
  padding-top: 15px;
  color: #504E4E;
}

.faq-section {
  position: relative;
}
.faq-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .faq-section .left-shape {
    display: none;
  }
}

.feature-card-items {
  text-align: center;
}
@media (max-width: 1199px) {
  .feature-card-items {
    margin-bottom: 20px;
  }
}
.feature-card-items .icon {
  width: 82px;
  height: 82px;
  border-radius: 50px;
  line-height: 82px;
  text-align: center;
  background-color: rgba(28, 168, 203, 0.2);
  margin: 0 auto;
  margin-bottom: 20px;
}
.feature-card-items .icon.bg-color {
  background: #FEE8E8;
}

.feature-wrapper .feature-content .feature-area {
  position: relative;
  margin-bottom: 50px;
}
.feature-wrapper .feature-content .feature-area .line-shape {
  position: absolute;
  right: 297px;
  top: 5px;
}
@media (max-width: 1399px) {
  .feature-wrapper .feature-content .feature-area .line-shape {
    display: none;
  }
}
.feature-wrapper .feature-content .feature-area .feature-items {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .feature-wrapper .feature-content .feature-area .feature-items {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .feature-wrapper .feature-content .feature-area .feature-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.feature-wrapper .feature-content .feature-area .feature-items:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .feature-wrapper .feature-content .feature-area .feature-items:not(:last-child) {
    margin-bottom: 30px;
  }
}
.feature-wrapper .feature-content .feature-area .feature-items .feature-icon-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.feature-wrapper .feature-content .feature-area .feature-items .feature-icon-item .icon {
  width: 67px;
  height: 67px;
  line-height: 67px;
  border-radius: 50px;
  text-align: center;
  background-color: var(--theme);
}
.feature-wrapper .feature-content .feature-area .feature-items .circle-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.feature-wrapper .feature-content .feature-area .feature-items .circle-icon li i {
  color: var(--theme);
}
.feature-wrapper .feature-image img {
  width: 100%;
  height: 100%;
}

.travel-feature-section {
  position: relative;
}
.travel-feature-section .shape-1 {
  position: absolute;
  left: -18px;
  top: 114px;
}
@media (max-width: 1399px) {
  .travel-feature-section .shape-1 {
    display: none;
  }
}
.travel-feature-section .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .travel-feature-section .shape-2 {
    display: none;
  }
}

.deals-offer-wrapper .price-items {
  padding: 0 80px;
}
@media (max-width: 1399px) {
  .deals-offer-wrapper .price-items .price-image img {
    filter: grayscale(100%) brightness(300%);
  }
}
@media (max-width: 1399px) {
  .deals-offer-wrapper .price-items .price-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .deals-offer-wrapper .price-items .price-image img {
    width: initial;
    height: initial;
  }
}
@media (max-width: 575px) {
  .deals-offer-wrapper .price-items .price-image img {
    width: 100%;
    height: 100%;
  }
}
.deals-offer-wrapper .price-items .coming-soon-timer {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .deals-offer-wrapper .price-items .coming-soon-timer {
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 40px;
  }
}
.deals-offer-wrapper .price-items .coming-soon-timer .timer-content h2 {
  font-size: 40px;
  color: var(--white);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
}
.deals-offer-wrapper .price-items .coming-soon-timer .timer-content p {
  font-weight: 500;
  color: var(--white);
}
.deals-offer-wrapper .section-title-area {
  display: flex;
  align-items: center;
  gap: 130px !important;
  justify-content: initial;
}
@media (max-width: 1399px) {
  .deals-offer-wrapper .section-title-area {
    justify-content: center;
    flex-wrap: wrap;
    gap: 17px !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .deals-offer-wrapper .section-title-area {
    gap: 10px !important;
  }
}
@media (max-width: 767px) {
  .deals-offer-wrapper .section-title-area {
    gap: 35px !important;
  }
}
.deals-offer-wrapper .offer-slide-items .offer-slider {
  margin-right: -85px;
}
@media (max-width: 1199px) {
  .deals-offer-wrapper .offer-slide-items .offer-slider {
    margin-right: 0;
  }
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image {
  position: relative;
  overflow: hidden;
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(22, 25, 33, 0) 0%, #161921 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image .offer-content .offer-btn {
  position: absolute;
  left: 24px;
  top: 24px;
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image .offer-content .offer-btn li {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--theme);
  padding: 10px;
  line-height: 1;
  border-radius: 8px;
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image .offer-content .offer-btn li:not(:last-child) {
  margin-bottom: 5px;
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image .offer-content .offer-btn li.bg-color {
  background-color: var(--header);
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image .offer-content .content {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image .offer-content .content h3 a {
  color: var(--white);
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image .offer-content .content h3 a:hover {
  color: var(--theme);
}
.deals-offer-wrapper .offer-slide-items .offer-items .offer-image .offer-content .content span {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}
.deals-offer-wrapper .offer-slide-items .offer-items:hover .offer-image::before {
  opacity: 1;
  visibility: visible;
}

.choose-us-wrapper .choose-us-content .choose-us-area {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.choose-us-wrapper .choose-us-content .choose-us-area .line-shape {
  position: absolute;
  left: 29px;
  top: 28px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-content .choose-us-area .line-shape {
    display: none;
  }
}
.choose-us-wrapper .choose-us-content .choose-us-area .choose-us-items {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-content .choose-us-area .choose-us-items {
    flex-wrap: wrap;
  }
}
.choose-us-wrapper .choose-us-content .choose-us-area .choose-us-items:not(:last-child) {
  margin-bottom: 30px;
}
.choose-us-wrapper .choose-us-content .choose-us-area .choose-us-items .number {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  text-align: center;
  color: var(--theme);
  background-color: #E1EFF3;
}
.choose-us-wrapper .choose-us-content .choose-us-area .choose-us-items .content h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
.choose-us-wrapper .choose-us-content .choose-us-area .choose-us-items .content p {
  font-size: 14px;
}
@media (max-width: 1399px) {
  .choose-us-wrapper .choose-us-thumb img {
    width: 100%;
    height: 100%;
  }
}

.video-wrapper .watch-button {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .video-wrapper .watch-button {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 10px;
  }
}
.video-wrapper .watch-button .theme-btn.style-2 {
  background-color: var(--theme-2);
}
.video-wrapper .watch-button .theme-btn.style-2:before {
  background-color: var(--theme);
}
.video-wrapper .video-image {
  position: relative;
  border-radius: 20px;
  padding: 270px 0;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .video-wrapper .video-image {
    padding: 200px 0;
  }
}
@media (max-width: 991px) {
  .video-wrapper .video-image {
    padding: 170px 0;
  }
}
@media (max-width: 767px) {
  .video-wrapper .video-image {
    padding: 140px 0;
  }
}
@media (max-width: 575px) {
  .video-wrapper .video-image {
    padding: 100px 0;
  }
}
.video-wrapper .video-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(10, 31, 36, 0.45);
  border-radius: 50px;
}
.video-wrapper .video-image .video-btn {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 110px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.watch-video-section {
  position: relative;
}
.watch-video-section .bg-shape {
  position: absolute;
  left: 50px;
}

.feature-tour-items {
  margin-top: 30px;
}
.feature-tour-items .feature-tour-image {
  position: relative;
}
.feature-tour-items .feature-tour-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.feature-tour-items .feature-tour-image .location {
  position: absolute;
  left: 25px;
  top: 25px;
  background-color: var(--white);
  padding: 7px 12px;
  border-radius: 100px;
  line-height: 1;
}
.feature-tour-items .feature-tour-image .location li {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
}
.feature-tour-items .feature-tour-image .location li i {
  color: var(--theme);
  margin-right: 5px;
}
.feature-tour-items .feature-tour-content {
  margin-top: 20px;
  position: relative;
}
.feature-tour-items .feature-tour-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.feature-tour-items .feature-tour-content h4 a:hover {
  color: var(--theme);
}
.feature-tour-items .feature-tour-content h5 {
  transition: all 0.4s ease-in-out;
}
.feature-tour-items .feature-tour-content h5:hover {
  color: var(--theme);
}
.feature-tour-items .feature-tour-content h5 span {
  font-size: 13px;
  font-weight: 400;
  color: var(--text);
}
.feature-tour-items .feature-tour-content .icon {
  border-radius: 5px;
  border: 1px solid rgba(10, 31, 36, 0.25);
  width: 42px;
  height: 42px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.feature-tour-items .feature-tour-content .icon:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
  color: var(--white);
}

.featured-tour-section {
  position: relative;
}
.featured-tour-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: -35%;
  z-index: -1;
}
.featured-tour-section .left-shape {
  position: absolute;
  top: 50%;
  left: 50px;
}
@media (max-width: 1399px) {
  .featured-tour-section .left-shape {
    display: none;
  }
}
.featured-tour-section .right-shape {
  position: absolute;
  bottom: 23%;
  right: 30px;
}
@media (max-width: 1399px) {
  .featured-tour-section .right-shape {
    display: none;
  }
}
.featured-tour-section .array-button {
  display: grid;
  gap: 10px;
}
.featured-tour-section .array-button .array-prev, .featured-tour-section .array-button .array-next {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  line-height: 56px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--white);
}
.featured-tour-section .array-button .array-prev {
  background-color: var(--theme);
  position: absolute;
  bottom: 36%;
  right: 11%;
}
.featured-tour-section .array-button .array-prev:hover {
  background-color: var(--header);
}
.featured-tour-section .array-button .array-next {
  background: rgba(2, 165, 206, 0.1);
  position: absolute;
  left: 11%;
  bottom: 35%;
  color: var(--header);
}
.featured-tour-section .array-button .array-next:hover {
  background-color: var(--header);
  color: var(--white);
}

.featured-flight-items {
  margin-top: 30px;
}
.featured-flight-items .featured-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.featured-flight-items .featured-content {
  margin-top: 20px;
}
.featured-flight-items .featured-content .featured-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.featured-flight-items .featured-content .featured-post .feature-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}
.featured-flight-items .featured-content .featured-post .feature-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.featured-flight-items .featured-content .featured-post .text p {
  color: var(--text);
}
.featured-flight-items .featured-content .featured-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.featured-flight-items .featured-content .featured-cont p {
  font-size: 14px;
  color: var(--text);
}
.featured-flight-items .featured-content .featured-cont p b {
  font-size: 18px;
  color: var(--theme);
}
.featured-flight-items .featured-content .featured-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-flight-items .featured-content .featured-rating .star {
  display: inline-block;
  margin-bottom: 20px;
}
.featured-flight-items .featured-content .featured-rating .star i {
  color: #F16522;
}
.featured-flight-items .featured-content .featured-rating .star h6 {
  font-weight: 400;
  margin-top: 10px;
}
.featured-flight-items .featured-content .featured-rating .theme-btn {
  padding: 15px 22px;
  background-color: transparent;
  border: 1px solid var(--theme);
  color: var(--header);
}
.featured-flight-items .featured-content .featured-rating .theme-btn:before {
  background-color: var(--theme);
}
.featured-flight-items .featured-content .featured-rating .theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.featured-flight-items .featured-content .featured-rating .theme-btn:hover::before {
  width: 100%;
}

.airlines-items {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 13px;
  background: rgba(6, 51, 71, 0.06);
  border: 1px solid var(--white);
  padding: 20px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .airlines-items {
    margin-top: 30px;
  }
}
.airlines-items .content {
  font-weight: 700;
  color: #1D3638;
}
.airlines-items:hover {
  border: 1px solid #02A5CE;
  background: var(--white);
}

.top-airlines-section {
  margin-bottom: -50px;
}

.activities-items .activities-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.activities-items .activities-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.activities-items .activities-image .post {
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
  padding: 8px 10px;
  line-height: 1;
  background-color: var(--theme);
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 100px;
}
.activities-items .activities-content {
  margin-top: 30px;
}
.activities-items .activities-content h4 a:hover {
  color: var(--theme);
}
.activities-items:hover .activities-image img {
  transform: scale(1.4);
}

.activities-details-wrapper .details-thumb {
  margin-bottom: 30px;
  position: relative;
}
.activities-details-wrapper .details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.activities-details-wrapper .details-thumb .image-list {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  right: 20px;
  gap: 15px;
}
.activities-details-wrapper .details-thumb .image-list li img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.activities-details-wrapper .activities-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .activities-details-wrapper .activities-rating {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.activities-details-wrapper .activities-rating .activities-content h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .activities-details-wrapper .activities-rating .activities-content h3 {
    font-size: 24px;
  }
}
.activities-details-wrapper .activities-rating .activities-content .rating {
  display: flex;
  align-items: center;
  gap: 20px;
}
.activities-details-wrapper .activities-rating .activities-content .rating .star i {
  color: #FE6902;
}
.activities-details-wrapper .activities-rating .activities-content .rating li i {
  color: var(--theme);
  margin-right: 6px;
}
.activities-details-wrapper .activities-rating .share {
  border-radius: 6px;
  border: 1px solid var(--theme);
  padding: 20px 24px;
  line-height: 1;
}
.activities-details-wrapper .activities-rating .share li {
  font-size: 16px;
}
.activities-details-wrapper .activities-rating .share li i {
  color: var(--theme);
  margin-left: 5px;
}
.activities-details-wrapper .activities-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .activities-details-wrapper .activities-wrap {
    flex-wrap: wrap;
    gap: 20px;
    padding-right: 0;
  }
}
.activities-details-wrapper .activities-wrap .activities-item {
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid rgb(169, 175, 191);
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .activities-details-wrapper .activities-wrap .activities-item {
    border-right: none;
  }
}
.activities-details-wrapper .activities-wrap .activities-item.style-2 {
  border: none;
  margin-right: 0;
}
.activities-details-wrapper .activities-wrap .activities-item .content h6 {
  font-size: 14px;
  font-weight: 600;
}
.activities-details-wrapper .activities-wrap .activities-item .content span {
  font-size: 12px;
  color: var(--text);
}
.activities-details-wrapper .main-bar .activities-card {
  border: 1px solid var(--border);
  padding: 30px;
  border-radius: 10px;
}
.activities-details-wrapper .main-bar .activities-card h3 {
  margin-bottom: 30px;
}
.activities-details-wrapper .main-bar .activities-card .from-bar .from-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.activities-details-wrapper .main-bar .activities-card .from-bar .from-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.activities-details-wrapper .main-bar .activities-card .from-bar .from-list li i {
  color: var(--theme);
}
.activities-details-wrapper .main-bar .activities-card .from-bar .from-list li input {
  border: none;
  padding: 0;
}
.activities-details-wrapper .main-bar .activities-card .from-bar .list {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  border-bottom: 1px solid var(--border);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.activities-details-wrapper .main-bar .activities-card .from-bar .ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.activities-details-wrapper .main-bar .activities-card .from-bar .ticket li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.activities-details-wrapper .main-bar .activities-card .from-bar .ticket li span {
  font-weight: 300;
}
.activities-details-wrapper .main-bar .activities-card .categories-list h5 {
  font-weight: 500;
  margin-bottom: 30px;
}
.activities-details-wrapper .main-bar .activities-card .categories-list .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.activities-details-wrapper .main-bar .activities-card .categories-list .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.activities-details-wrapper .main-bar .activities-card .categories-list .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.activities-details-wrapper .main-bar .activities-card .categories-list .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid var(--border);
  top: 5px;
}
.activities-details-wrapper .main-bar .activities-card .categories-list .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.activities-details-wrapper .main-bar .activities-card .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}
.activities-details-wrapper .main-bar .activities-card .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme);
  font-size: 11px;
}
.activities-details-wrapper .main-bar .activities-card .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.activities-details-wrapper .main-bar .activities-card .categories-list .checkbox-single .text-color {
  color: var(--text);
}
.activities-details-wrapper .main-bar .activities-card .doller {
  margin-top: 30px;
}
.activities-details-wrapper .main-bar .activities-card .doller span {
  font-weight: 500;
  color: var(--header);
  display: inline-block;
  margin-bottom: 15px;
}
.activities-details-wrapper .main-bar .activities-card .doller li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.activities-details-wrapper .main-bar .activities-card .doller li:not(:last-child) {
  margin-bottom: 10px;
}
.activities-details-wrapper .main-bar .activities-card .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 10px;
  border-top: 1px solid var(--border);
  padding-top: 15px;
}
.activities-details-wrapper .main-bar .activities-card .price li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.activities-details-wrapper .main-bar .activities-card .theme-btn {
  width: 100%;
}
.activities-details-wrapper .main-bar .booking-bg {
  border-radius: 20px;
  position: relative;
  height: 340px;
  margin-top: 30px;
}
.activities-details-wrapper .main-bar .booking-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 19.86%, #0E0E0E 77.79%);
}
.activities-details-wrapper .main-bar .booking-bg .text-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 295px;
}
.activities-details-wrapper .activities-details-content h3 {
  margin-bottom: 20px;
  line-height: 1;
}
.activities-details-wrapper .activities-details-content .activities-list-item {
  margin-top: 40px;
}
.activities-details-wrapper .activities-details-content .activities-list-item .activities-item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .activities-details-wrapper .activities-details-content .activities-list-item .activities-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .activities-details-wrapper .activities-details-content .activities-list-item .activities-item {
    gap: 30px;
  }
}
.activities-details-wrapper .activities-details-content .activities-list-item .activities-item .activities-list li {
  font-weight: 500;
  color: #1D3638;
}
.activities-details-wrapper .activities-details-content .activities-list-item .activities-item .activities-list li:not(:last-child) {
  margin-bottom: 15px;
}
.activities-details-wrapper .activities-details-content .activities-list-item .activities-item .activities-list li svg {
  margin-right: 5px;
}
.activities-details-wrapper .activities-details-content .activities-box-wrap {
  border-radius: 16px;
  background-color: var(--bg);
  padding: 40px 40px;
  margin-top: 50px;
}
.activities-details-wrapper .activities-details-content .activities-box-wrap .activities-box-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .activities-details-wrapper .activities-details-content .activities-box-wrap .activities-box-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.activities-details-wrapper .activities-details-content .activities-box-wrap .activities-box-area .activities-box-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.activities-details-wrapper .activities-details-content .activities-box-wrap .activities-box-area .activities-box-item .icon {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #92A4A8;
  transition: all 0.4s ease-in-out;
}
.activities-details-wrapper .activities-details-content .activities-box-wrap .activities-box-area .activities-box-item.style-2 .icon {
  background-color: var(--theme);
}
.activities-details-wrapper .activities-details-content .activities-box-wrap .activities-box-area .activities-box-item .content span {
  font-size: 14px;
  font-weight: 400;
}
.activities-details-wrapper .activities-details-content .activities-box-wrap .activities-box-area .activities-box-item:hover .icon {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.activities-details-wrapper .activities-details-content .activities-box-wrap .activities-box-area .activities-box-item:hover .icon img {
  filter: grayscale(100%) brightness(300%);
}
.activities-details-wrapper .activities-details-content .video-image {
  position: relative;
  border-radius: 20px;
  padding: 170px 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .activities-details-wrapper .activities-details-content .video-image {
    padding: 130px 0;
  }
}
@media (max-width: 575px) {
  .activities-details-wrapper .activities-details-content .video-image {
    padding: 100px 0;
  }
}
.activities-details-wrapper .activities-details-content .video-image .video-btn {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid var(--white);
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  color: var(--white);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.activities-details-wrapper .activities-details-content .faq-items {
  margin-top: 50px;
  margin-bottom: 50px;
}
.activities-details-wrapper .activities-details-content .faq-items h3 {
  margin-bottom: 20px;
}
.activities-details-wrapper .activities-details-content .faq-items .accordion-item {
  border: 0;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
.activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-header {
  border: none;
}
.activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--theme);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--white);
  border-radius: 12px;
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
.activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-header .accordion-button::after {
  content: "\f324";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
}
.activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f322";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  transform: rotate(0);
  color: var(--theme);
}
.activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  padding: 25px 30px;
  color: var(--header);
}
.activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-collapse .accordion-body {
  padding-left: 30px;
  padding-top: 15px;
  color: #504E4E;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-collapse .accordion-body {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-collapse .accordion-body p {
  max-width: 620px;
}
.activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-collapse .accordion-body .faq-image {
  max-width: 160px;
}
.activities-details-wrapper .activities-details-content .faq-items .accordion-item .accordion-collapse .accordion-body .faq-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.activities-details-wrapper .activities-details-content .map-area {
  margin-bottom: 50px;
}
.activities-details-wrapper .activities-details-content .map-area h3 {
  margin-bottom: 20px;
}
.activities-details-wrapper .activities-details-content .map-area .google-map iframe {
  width: 100%;
  height: 458px;
  border-radius: 16px;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items {
  border-radius: 20px;
  background: #151415;
  padding: 40px;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .courses-reviews-box {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 767px) {
  .activities-details-wrapper .activities-details-content .courses-reviews-box-items .courses-reviews-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .courses-reviews-box .reviews-box {
  padding: 50px 34px;
  text-align: center;
  min-width: 257px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .courses-reviews-box .reviews-box h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .courses-reviews-box .reviews-box .star {
  color: #F7921E;
  margin-bottom: 10px;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .courses-reviews-box .reviews-box p {
  color: var(--white);
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right {
  max-width: 460px;
  width: 100%;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item:not(:last-child) {
  margin-bottom: 15px;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star {
  color: #F7921E;
  display: flex;
  align-items: center;
  gap: 7px;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star i.color-2 {
  color: var(--text);
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item span {
  font-weight: 500;
  color: var(--white);
  font-size: 16px;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress {
  background: rgba(247, 146, 30, 0.15);
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 5px;
  width: 100%;
  max-width: 244px;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: #F7921E;
  height: 5px;
  width: 0;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-two {
  animation: load2 3s normal forwards;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-three {
  animation: load3 3s normal forwards;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-four {
  animation: load4 3s normal forwards;
}
.activities-details-wrapper .activities-details-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-five {
  animation: load5 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes load4 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load5 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
.activities-details-wrapper .activities-details-content .cliect-review-area {
  margin-top: 50px;
}
.activities-details-wrapper .activities-details-content .cliect-review-area .review-items li {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .activities-details-wrapper .activities-details-content .cliect-review-area .review-items li {
    flex-wrap: wrap;
  }
}
.activities-details-wrapper .activities-details-content .cliect-review-area .review-items li:not(:last-child) {
  margin-bottom: 40px;
}
.activities-details-wrapper .activities-details-content .cliect-review-area .review-items li:nth-child(2) {
  margin-left: 135px;
}
@media (max-width: 1199px) {
  .activities-details-wrapper .activities-details-content .cliect-review-area .review-items li:nth-child(2) {
    margin-left: 0;
  }
}
.activities-details-wrapper .activities-details-content .cliect-review-area .review-items li .thumb img {
  border-radius: 12px;
}
.activities-details-wrapper .activities-details-content .cliect-review-area .review-items li .content .star {
  color: #FFB700;
  margin-bottom: 4px;
}
.activities-details-wrapper .activities-details-content .cliect-review-area .review-items li .content p {
  margin-top: 7px;
}
.activities-details-wrapper .activities-details-content .cliect-review-area .review-items li .content .reply-icon {
  color: var(--header);
  position: absolute;
  top: 0;
  right: 0;
}
.activities-details-wrapper .activities-details-content .cliect-review-area .review-items li .content .reply-icon i {
  color: var(--theme);
  margin-right: 10px;
}
.activities-details-wrapper .activities-details-content .comments-area {
  margin-top: 40px;
}
.activities-details-wrapper .activities-details-content .comments-area .comments-heading {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .activities-details-wrapper .activities-details-content .comments-area .activities-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.activities-details-wrapper .activities-details-content .comments-area .activities-single-comment .content .head .con h5 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}
.activities-details-wrapper .activities-details-content .comments-area .activities-single-comment .content .head .con span {
  color: #586061;
}
.activities-details-wrapper .activities-details-content .comments-area .activities-single-comment .content .head .star i {
  color: #FE6902;
  font-size: 14px;
}
.activities-details-wrapper .activities-details-content .rating-bar {
  margin-top: 30px;
}
.activities-details-wrapper .activities-details-content .rating-bar span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}
.activities-details-wrapper .activities-details-content .rating-bar .star {
  display: inline-block;
}
.activities-details-wrapper .activities-details-content .rating-bar .star i {
  color: #FE6902;
  font-size: 16px;
}
.activities-details-wrapper .activities-details-content .comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
}
.activities-details-wrapper .activities-details-content .comment-form-wrap .form-clt input, .activities-details-wrapper .activities-details-content .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 500;
  border-radius: 8px;
  color: var(--text);
}
.activities-details-wrapper .activities-details-content .comment-form-wrap .form-clt input::placeholder, .activities-details-wrapper .activities-details-content .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.activities-details-wrapper .activities-details-content .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}
.activities-details-wrapper .client-ratting-items {
  background-color: var(--bg);
  border-radius: 20px;
  padding: 50px 40px;
  margin-top: 50px;
}
.activities-details-wrapper .client-ratting-items h3 {
  line-height: 1;
}
.activities-details-wrapper .client-ratting-items ul {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .activities-details-wrapper .client-ratting-items ul {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.activities-details-wrapper .client-ratting-items ul li {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-basis: 25%;
}
@media (max-width: 1399px) {
  .activities-details-wrapper .client-ratting-items ul li {
    flex-basis: initial;
  }
}
.activities-details-wrapper .client-ratting-items ul li .star {
  color: #F7921E;
}
.activities-details-wrapper .client-ratting-items h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 25px;
}
.activities-details-wrapper .client-ratting-items .form-clt input, .activities-details-wrapper .client-ratting-items .form-clt textarea {
  border: none;
  outline: none;
  width: 100%;
  background-color: var(--white);
  padding: 20px 30px;
  line-height: 1;
  border-radius: 10px;
  text-transform: capitalize;
  color: #455151;
}
.activities-details-wrapper .client-ratting-items .form-clt input::placeholder, .activities-details-wrapper .client-ratting-items .form-clt textarea::placeholder {
  color: #455151;
}
.activities-details-wrapper .client-ratting-items .form-clt textarea {
  padding-bottom: 152px;
}

.footer-widget-wrapper {
  padding: 10px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  position: relative;
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper .single-footer-widget {
  margin-top: 30px;
  position: relative;
}
.footer-widget-wrapper .single-footer-widget .wid-title {
  margin-bottom: 30px;
}
.footer-widget-wrapper .single-footer-widget .wid-title h3 {
  color: var(--white);
  position: relative;
  padding-bottom: 15px;
}
.footer-widget-wrapper .single-footer-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .wid-title h3::after {
  position: absolute;
  bottom: 0;
  left: 60px;
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .list-items li {
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper .single-footer-widget .list-items li i {
  margin-right: 10px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper .single-footer-widget .list-items li a {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper .single-footer-widget .list-items li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .single-footer-widget .list-items li:hover a {
  /*color: var(--theme);*/
}
.footer-widget-wrapper .single-footer-widget .list-items li:hover i {
  color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .contact-info {
  margin-top: 40px;
}
.footer-widget-wrapper .single-footer-widget .contact-info .contact-items {
  display: flex;
  gap: 20px;
}
.footer-widget-wrapper .single-footer-widget .contact-info .contact-items:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widget-wrapper .single-footer-widget .contact-info .contact-items {
    /*flex-wrap: wrap;*/
  }
}
.footer-widget-wrapper .single-footer-widget .contact-info .contact-items .icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  text-align: center;
  color: var(--header);
  background-color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .contact-info .contact-items .icon i {
  font-size: 12px;
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .contact-info .contact-items .content h6 {
  font-weight: 400;
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .contact-info .contact-items .content h6 a {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .footer-gallery {
  margin-top: 40px;
}
.footer-widget-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widget-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
  position: relative;
}
@media (max-width: 575px) {
  .footer-widget-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    width: 100px;
  }
}
.footer-widget-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.footer-widget-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widget-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(28, 168, 203, 0.5);
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widget-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
  color: var(--white);
  font-size: 22px;
  z-index: 99;
  position: relative;
  margin-top: 30px;
}
.footer-widget-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
  opacity: 1;
}
.footer-widget-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
  opacity: 1;
}

.footer-bottom {
  padding: 10px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.footer-bottom .footer-wrapper p {
  color: var(--white);
}
.footer-bottom .footer-wrapper p span {
  color: var(--theme);
}
.footer-bottom .footer-wrapper .bottom-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-bottom .footer-wrapper .bottom-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}

.footer-section {
  position: relative;
}
.footer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(22, 25, 33, 0.95);
}

.header-top-section {
  background-color: var(--theme);
  padding: 12px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .header-top-section {
    /*display: none;*/
  }
}
.header-top-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #173b2c;
  width: 55%;
 
}
.header-top-section .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1600px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-top-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-top-section .container-fluid {
    padding: 0 30px;
  }
}

.header-top-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper .top-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper .top-left li {
  color: var(--white);
}
.header-top-wrapper .top-left li i {
  margin-right: 10px;
}
.header-top-wrapper .top-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper .top-right li {
  color: var(--white);
}
.header-top-wrapper .top-right li a {
  color: var(--white);
}
.header-top-wrapper .top-right li i {
  margin-right: 10px;
}
.header-top-wrapper .top-right li .social-icon {
  gap: 10px;
}

.header-1 {
  position: relative;
}
.header-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  opacity: 0.1;
  width: 445px;
  clip-path: polygon(0 0, 84% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
@media (max-width: 991px) {
  .header-1::before {
    display: none;
  }
}
.header-1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  .header-1 .theme-btn {
    display: none;
  }
}
.header-1 .search-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
}
.header-1.header-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.header-1.header-3 .header-logo {
  display: none;
}
.header-1.header-3::before {
  display: none;
}
.header-1.header-3 .header-main .main-menu ul li a {
  color: var(--white);
}
.header-1.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-1.header-3 .header-main .main-menu ul li .submenu {
  color: var(--header);
}
.header-1.header-3 .header-main .main-menu ul li .submenu li a {
  color: var(--header);
}
.header-1.header-3 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-1.header-3 .header-main .sidebar__toggle {
  color: var(--white);
}
.header-1.header-3 .theme-btn {
  border: 1px solidrgba(255, 255, 255, 0.25);
  color: var(--white);
  background: rgba(255, 255, 255, 0.25);
}
.header-1.header-3 .search-icon {
  border: 1px solid var(--white);
  color: var(--white);
}
.header-1.header-2 {
  padding: 30px 0;
}
.header-1.header-2 .logo-2 {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .header-1.header-2 .logo-2 {
    width: 150px;
  }
  .header-1.header-2 .logo-2 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .header-1.header-2 .logo-2 {
    width: 100px;
  }
}
.header-1.header-2 .logo {
  display: none;
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 40px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
  line-height: initial;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-3 .header-logo-2 {
  display: none;
}
.sticky.header-3 .header-logo {
  display: block;
}
.sticky.header-3 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.sticky.header-3 .header-main .main-menu ul li .submenu {
  color: var(--header);
}
.sticky.header-3 .header-main .main-menu ul li .submenu li a {
  color: var(--header);
}
.sticky.header-3 .header-main .sidebar__toggle {
  color: var(--header);
}
@media (max-width: 1399px) {
  .sticky.header-3 .theme-btn {
    display: none;
  }
}
.sticky.header-3 .search-icon {
  color: var(--header);
  border: 1px solid var(--border);
}
.sticky.header-3 .theme-btn {
  background-color: var(--theme);
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__logo {
  width: 170px;
}
.offcanvas__wrapper .offcanvas__logo img {
  width: 100%;
  height: 100%;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(10, 31, 36, 0.65);
}
.breadcrumb-wrapper .page-heading {
  padding: 190px 0 170px;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 170px 0 130px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding: 130px 0 130px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading {
    padding: 130px 0 100px;
  }
}
.breadcrumb-wrapper .page-heading h2 {
  color: var(--white);
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h2 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h2 {
    font-size: 34px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 100px;
  border: 0.5px solid var(--white);
  background: rgba(255, 255, 255, 0.15);
  justify-content: center;
  display: inline-flex;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  color: var(--white);
  font-weight: 500;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li i {
  color: var(--white);
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  color: var(--white);
}

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.array-button .array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  text-align: center;
  background-color: var(--header);
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.array-button .array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  text-align: center;
  background-color: rgb(17, 61, 72);
  transition: all 0.4s ease-in-out;
}

.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme);
  content: "";
}

.swiper-dot-2 {
  text-align: center;
}
.swiper-dot-2 .swiper-pagination-bullet {
  width: 32px;
  height: 8px;
  transition: 0.6s;
  background-color: rgba(213, 213, 213, 0.6);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 50px;
}

.price-range-wrapper {
  /* Custom thumb styling */
  /* Remove the default appearance for sliders in Firefox */
}
.price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}
.price-range-wrapper .price-text label {
  color: #1b1f2a;
  font-size: 20px;
  font-weight: 500;
}
.price-range-wrapper .price-text input {
  color: #1b1f2a;
  font-size: 18px;
  font-weight: 500;
}
.price-range-wrapper .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: var(--theme);
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: var(--theme);
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--theme);
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: var(--theme);
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.mt-60 {
  margin-top: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

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

.custom-container {
  max-width: 1680px;
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  background: var(--bg);
  color: var(--theme);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
}

.custom-container {
  max-width: 1410px;
  margin: 0 auto;
}

.custom-container-3 {
  max-width: 1655px;
  margin: 0 auto;
}

.swiper-dot4 {
  text-align: center;
}
.swiper-dot4 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  transition: 0.6s;
  background-color: var(--white);
  border: 1px solid var(--theme);
  opacity: 1;
  border-radius: 100%;
  position: relative;
}
.swiper-dot4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 30px;
  border-radius: 30px;
}

.hero-1 {
  padding: 150px 205px 150px;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-1 {
    padding: 180px 50px 210px;
  }
}
@media (max-width: 1399px) {
  .hero-1 {
    padding: 150px 40px 150px;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 150px 30px 150px;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 130px 30px 130px;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding: 100px 30px 100px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding: 80px 30px 80px;
  }
}
.hero-1 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-1 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(11, 13, 17, 0.6) 0%, rgba(11, 13, 17, 0.2) 30%, #0B0D11 100%);
}
.hero-1 .hero-content {
  position: relative;
}
.hero-1 .hero-content .sub-title {
  font-size: 18px;
  color: var(--white);
  font-family: "Kalam", sans-serif;
  margin-bottom: 10px;
}
.hero-1 .hero-content h1 {
  color: var(--white);
}
.hero-1 .hero-content .booking-list-area {
  border-radius: 10px;
  border: 1px solid var(--white);
  background: radial-gradient(161.52% 135.78% at 50.46% -7.72%, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(25px);
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .booking-list-area {
    flex-wrap: wrap;
    gap: 40px;
    padding: 50px;
  }
}
.hero-1 .hero-content .booking-list-area .booking-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-1 .hero-content .booking-list-area .booking-list h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}
.hero-1 .hero-content .booking-list-area .booking-list .form .single-select {
  padding: 0;
  border: none;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  line-height: 1;
  height: initial;
  background-color: transparent;
  color: var(--white);
  padding-right: 25px;
}
.hero-1 .hero-content .booking-list-area .booking-list .form .single-select::after {
  right: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -5px;
  width: 8px;
  height: 8px;
}
.hero-1 .hero-content .booking-list-area .booking-list .form .single-select .option {
  color: var(--text);
}
.hero-1 .hero-content .booking-list-area .booking-list .form-clt {
  color: var(--white);
  line-height: 1;
}
.hero-1 .hero-content .booking-list-area .booking-list .form-clt input {
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  line-height: 1;
  height: initial;
  outline: none;
  background-color: transparent;
  color: var(--white);
  color-scheme: dark;
}
.hero-1 .hero-content .booking-list-area .booking-list .form-clt input::placeholder {
  color: var(--white);
}
.hero-1 .counter-area {
  position: relative;
}
.hero-1 .counter-area .counter-items {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .hero-1 .counter-area .counter-items {
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .hero-1 .counter-area .counter-items {
    gap: 32px;
    margin-top: 40px;
  }
}
.hero-1 .counter-area .counter-items .counter-text h2 {
  font-size: 40px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-1 .counter-area .counter-items .counter-text h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .hero-1 .counter-area .counter-items .counter-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .hero-1 .counter-area .counter-items .counter-text h2 {
    font-size: 26px;
  }
}
.hero-1 .counter-area .counter-items .counter-text p {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-1 .counter-area .counter-items .counter-text p {
    font-size: 16px;
  }
}

.hero-2 {
  padding: 500px 90px 120px;
  border-radius: 20px;
  margin: 20px 20px;
  background-position: top !important;
}
@media (max-width: 1600px) {
  .hero-2 {
    padding: 400px 30px 120px;
  }
}
@media (max-width: 1399px) {
  .hero-2 {
    padding: 350px 30px 120px;
  }
}
@media (max-width: 1199px) {
  .hero-2 {
    padding: 300px 30px 100px;
  }
}
@media (max-width: 991px) {
  .hero-2 {
    padding: 260px 30px 100px;
  }
}
@media (max-width: 767px) {
  .hero-2 {
    padding: 220px 30px 100px;
  }
}
@media (max-width: 575px) {
  .hero-2 {
    padding: 180px 30px 100px;
  }
}
.hero-2 .hero-content .sub-title {
  font-size: 18px;
  color: var(--white);
  font-family: "Kalam", sans-serif;
  margin-bottom: 10px;
}
.hero-2 .hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
}
.hero-2 .hero-content p {
  color: var(--white);
}

.best-price-section {
  border: 1px solid var(--border);
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 20px;
  padding: 60px 30px;
}
@media (max-width: 1199px) {
  .best-price-section {
    margin-top: 0;
  }
}

.hero-bottom .best-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .hero-bottom .best-price-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-bottom .best-price-wrapper .content h2 {
  font-size: 36px;
  font-weight: 600;
}
.hero-bottom .best-price-wrapper .nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-bottom .best-price-wrapper .nav .nav-item .nav-link {
  background-color: transparent;
  border: 1px solid #E6E6E6;
  font-weight: 500;
  color: var(--header);
  font-family: "Manrope", sans-serif;
  padding: 12px 15px;
  border-radius: 5px;
  line-height: 1;
}
.hero-bottom .best-price-wrapper .nav .nav-item .nav-link.active {
  background-color: var(--header);
  color: var(--white);
  border: 1px solid var(--header);
}
.hero-bottom .filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}
@media (max-width: 1199px) {
  .hero-bottom .filter-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-bottom .filter-wrapper .list span {
  font-weight: 700;
  color: var(--header);
  display: inline-block;
  margin-right: 20px;
}
.hero-bottom .filter-wrapper .list a {
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
  background: transparent;
  text-transform: capitalize;
  font-weight: 500;
  padding: 12px 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}
.hero-bottom .filter-wrapper .list a.active {
  background-color: var(--header);
  color: var(--white);
}
.hero-bottom .filter-wrapper .list a:hover {
  background-color: var(--header);
  padding: 12px 15px;
  color: var(--white);
}
.hero-bottom .filter-wrapper .serch-button {
  display: flex;
  align-items: center;
  gap: 24px;
}
.hero-bottom .filter-wrapper .serch-button span {
  font-weight: 700;
  color: var(--header);
}
.hero-bottom .filter-wrapper .serch-button .theme-btn {
  min-width: 145px;
  background-color: var(--theme-2);
}
.hero-bottom .filter-wrapper .serch-button .theme-btn:before {
  background-color: var(--theme);
}
.hero-bottom .filter-wrapper .serch-button .theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.hero-bottom .filter-wrapper .serch-button .theme-btn:hover::before {
  width: 100%;
}

.comment-form-wrap {
  margin-top: 40px;
}
.comment-form-wrap .form-clt span {
  font-weight: 700;
  color: var(--header);
  display: inline-block;
  margin-bottom: 20px;
}
.comment-form-wrap .form-clt input, .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 16px 20px;
  color: var(--text);
  background-color: var(--bg);
  font-weight: 400;
}
.comment-form-wrap .form-clt input::placeholder, .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.comment-form-wrap .form-clt .nice-select {
  border-radius: 5px;
  padding: 10px 20px;
  color: var(--text);
  background-color: var(--bg);
  font-weight: 400;
  border: none;
  outline: none;
  height: initial;
  z-index: 99;
}
.comment-form-wrap .form-clt .nice-select span {
  margin-bottom: 0;
  font-weight: 400;
  color: var(--text);
}
.comment-form-wrap .form-clt .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
}
.comment-form-wrap .form-clt .nice-select .list {
  width: 100%;
}
.comment-form-wrap .form-clt .input-group {
  position: relative;
}
.comment-form-wrap .form-clt .input-group .input-group-addon {
  position: absolute;
  top: 19px;
  right: 20px;
}
.comment-form-wrap .form-clt .input-group input {
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  padding: 19px 20px;
  outline: none;
}
.comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
  border-radius: 20px;
  resize: none;
}
.comment-form-wrap .form-clt .theme-btn {
  border-radius: 5px;
  background-color: var(--theme-2);
}
.comment-form-wrap .form-clt .theme-btn::before {
  background-color: var(--theme);
}

.hero-3 {
  position: relative;
  z-index: 999;
}
.hero-3 .hero-image {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  background-position: bottom !important;
}
.hero-3 .hero-content {
  text-align: center;
  position: relative;
  padding-top: 240px;
  padding-bottom: 300px;
}
@media (max-width: 1399px) {
  .hero-3 .hero-content {
    padding-top: 250px;
    padding-bottom: 280px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-content {
    padding-top: 200px;
    padding-bottom: 250px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content {
    padding-top: 170px;
    padding-bottom: 230px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content {
    padding-top: 130px;
    padding-bottom: 180px;
  }
}
.hero-3 .hero-content .sub-title {
  font-size: 18px;
  color: var(--theme);
  font-family: "Kalam", sans-serif;
}
.hero-3 .hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
}
.hero-3 .hero-content p {
  color: var(--white);
}
.hero-3 .hero-content .about-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 575px) {
  .hero-3 .hero-content .about-button {
    flex-wrap: wrap;
  }
}
.hero-3 .hero-content .about-button .theme-btn.style-2 {
  background: rgba(255, 255, 255, 0.25);
}
.hero-3 .swiper-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  z-index: 1;
}
.hero-3 .swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background: var(--white);
  opacity: 1;
  border-radius: 10px;
}
.hero-3 .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.hero-3 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.hero-3 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme);
  content: "";
}
.hero-3 .array-button {
  display: grid;
  gap: 0px;
  position: absolute;
  right: 60px;
  z-index: 3;
  opacity: 1;
  bottom: 80px;
}
.hero-3 .array-button .array-prev {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
  backdrop-filter: blur(9px);
}
.hero-3 .array-button .array-prev span {
  color: var(--white);
}
.hero-3 .array-button .array-next {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
}
.hero-3 .array-button .array-next i {
  color: var(--white);
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.news-card-items {
  margin-top: 30px;
}
.news-card-items .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-card-items .news-content {
  border-radius: 10px;
  background: #F7F7F7;
  padding: 50px 40px;
}
@media (max-width: 1399px) {
  .news-card-items .news-content {
    padding: 20px 40px;
  }
}
@media (max-width: 1199px) {
  .news-card-items .news-content {
    padding: 50px 40px;
  }
}
@media (max-width: 991px) {
  .news-card-items .news-content {
    padding: 16px 25px;
  }
}
@media (max-width: 767px) {
  .news-card-items .news-content {
    padding: 35px 35px;
  }
}
.news-card-items .news-content .post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .news-card-items .news-content .post-meta {
    flex-wrap: wrap;
    gap: 10;
  }
}
.news-card-items .news-content .post-meta li {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.news-card-items .news-content .post-meta li i {
  margin-right: 8px;
  color: var(--theme);
}
.news-card-items .news-content h3 a:hover {
  color: var(--theme);
}
.news-card-items .news-content .link-btn {
  margin-top: 22px;
  display: inline-block;
}
@media (max-width: 1399px) {
  .news-card-items .news-content .link-btn {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .news-card-items .news-content .link-btn {
    margin-top: 6px;
  }
}

.news-card-items-2 {
  margin-top: 30px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 15px;
}
.news-card-items-2 .news-image {
  position: relative;
}
.news-card-items-2 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-card-items-2 .news-content {
  padding: 30px 20px 30px;
}
@media (max-width: 1399px) {
  .news-card-items-2 .news-content {
    padding: 30px 0 30px;
  }
}
.news-card-items-2 .news-content .post-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .news-card-items-2 .news-content .post-meta {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-card-items-2 .news-content .post-meta li {
  color: #535353;
}
.news-card-items-2 .news-content .post-meta li i {
  margin-right: 5px;
  color: var(--theme);
}
.news-card-items-2 .news-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.news-card-items-2 .news-content h4 a:hover {
  color: var(--theme);
}
.news-card-items-2 .news-content .news-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.news-card-items-3 {
  margin-top: 30px;
}
.news-card-items-3.style-4 {
  margin-bottom: 30px;
}
.news-card-items-3 .news-image {
  position: relative;
}
.news-card-items-3 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-card-items-3 .news-content {
  padding: 24px;
  border-radius: 10px;
  background-color: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: -82px 22px 0px;
}
@media (max-width: 1199px) {
  .news-card-items-3 .news-content {
    padding: 20px;
  }
}
.news-card-items-3 .news-content .post-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .news-card-items-3 .news-content .post-meta {
    gap: 18px;
  }
}
.news-card-items-3 .news-content .post-meta .post {
  background: var(--theme);
  color: var(--white);
  border-radius: 6px;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 14px;
  display: grid;
  line-height: 1;
}
.news-card-items-3 .news-content .post-meta .post span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-top: 6px;
  text-align: center;
}
.news-card-items-3 .news-content .post-meta li {
  color: #535353;
}
.news-card-items-3 .news-content .post-meta li i {
  margin-right: 5px;
  color: var(--theme);
}
.news-card-items-3 .news-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.news-card-items-3 .news-content h4 a:hover {
  color: var(--theme);
}
.news-card-items-3 .news-content .link-btn {
  color: var(--header);
}

.news-section-2 .container-fluid {
  padding: 0 110px;
}
@media (max-width: 1600px) {
  .news-section-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .news-section-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .news-section-2 .container-fluid {
    padding: 0 30px;
  }
}

.news-section-3 {
  position: relative;
  margin-bottom: -30px;
}
.news-section-3 .top-shape {
  position: absolute;
  right: 0;
  top: 40px;
}
@media (max-width: 1199px) {
  .news-section-3 .top-shape {
    display: none;
  }
}

.main-sideber .single-sidebar-widget {
  padding: 25px 25px;
  margin-bottom: 30px;
  border: 1px solid var(--border);
  border-radius: 20px;
}
.main-sideber .single-sidebar-widget .wid-title {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.main-sideber .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  border-radius: 8px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sideber .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--text);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--text);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--border);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--theme);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--theme);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 10px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--theme);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: #FE6902;
  margin-right: 5px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content .star {
  color: #FFB700;
  margin-bottom: 4px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content .price-text {
  font-size: 16px;
  font-weight: 400;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content .price-text b {
  color: #FFB700;
  font-weight: 400;
}
.main-sideber .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 15px 21px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid var(--border);
  transition: all 0.4s ease-in-out;
}
.main-sideber .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.main-sideber .single-sidebar-widget .desti-booking-form .form-clt input, .main-sideber .single-sidebar-widget .desti-booking-form .form-clt textarea {
  border: none;
  outline: none;
  width: 100%;
  background-color: var(--bg);
  padding: 20px 30px;
  line-height: 1;
  border-radius: 10px;
  text-transform: capitalize;
  color: #455151;
}
.main-sideber .single-sidebar-widget .desti-booking-form .form-clt input::placeholder, .main-sideber .single-sidebar-widget .desti-booking-form .form-clt textarea::placeholder {
  color: #455151;
}
.main-sideber .single-sidebar-widget .desti-booking-form .form-clt date, .main-sideber .single-sidebar-widget .desti-booking-form .form-clt textarea {
  border: none;
  outline: none;
  width: 100%;
  background-color: var(--bg);
  padding: 20px 30px;
  line-height: 1;
  border-radius: 10px;
  text-transform: capitalize;
  color: #455151;
}
.main-sideber .single-sidebar-widget .desti-booking-form .form-clt date::placeholder, .main-sideber .single-sidebar-widget .desti-booking-form .form-clt textarea::placeholder {
  color: #455151;
}
.main-sideber .single-sidebar-widget .desti-booking-form .form-clt textarea {
  padding-bottom: 152px;
}
.main-sideber .single-sidebar-widget .desti-booking-form .theme-btn {
  width: 100%;
  border-radius: 10px;
}

.news-standard-wrapper .news-standard-items {
  border: 1px solid var(--border);
  padding: 30px;
  border-radius: 10px;
}
.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .news-thumb {
  position: relative;
}
.news-standard-wrapper .news-standard-items .news-thumb img {
  width: 100%;
  height: 100%;
}
.news-standard-wrapper .news-standard-items .news-thumb .post {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: var(--theme);
  border-radius: 8px;
  text-align: center;
}
.news-standard-wrapper .news-standard-items .news-thumb .post h3 {
  color: var(--white);
  display: grid;
  padding: 12px 15px;
  line-height: 1;
  font-size: 24px;
  min-width: 60px;
}
.news-standard-wrapper .news-standard-items .news-thumb .post h3 span {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
}
.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.news-standard-wrapper .news-standard-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-content ul {
    gap: 20px;
  }
}
.news-standard-wrapper .news-standard-items .news-content ul li {
  font-size: 16px;
  font-weight: 500;
}
.news-standard-wrapper .news-standard-items .news-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-standard-wrapper .news-standard-items .news-content h3 {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .news-standard-wrapper .news-standard-items .news-content h3 {
    font-size: 25px;
  }
}
.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
  color: var(--theme);
}
.news-standard-wrapper .news-standard-items .news-content .theme-btn {
  margin-top: 30px;
}
.news-standard-wrapper .news-standard-items .news-content .theme-btn.style-2 {
  background-color: var(--header);
  color: var(--white);
}
.news-standard-wrapper .news-standard-items .news-content .theme-btn.style-2:before {
  background-color: var(--theme);
}
.news-standard-wrapper .news-standard-items .news-content .theme-btn.style-2:hover {
  color: var(--white);
  box-shadow: none;
}
.news-standard-wrapper .news-standard-items .news-content .theme-btn.style-2:hover::before {
  width: 100%;
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
  height: 460px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 400px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-featured-thumb .post {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: var(--theme);
  border-radius: 8px;
  text-align: center;
}
.news-details-area .blog-post-details .single-blog-post .post-featured-thumb .post h3 {
  color: var(--white);
  display: grid;
  padding: 12px 15px;
  line-height: 1;
}
.news-details-area .blog-post-details .single-blog-post .post-featured-thumb .post h3 span {
  display: inline-block;
  margin-top: 6px;
}
.news-details-area .blog-post-details .single-blog-post .post-content {
  margin-top: 30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 14px;
  font-weight: 500;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 15px;
  font-size: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 24px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 40px;
  background-color: var(--bg);
  border-radius: 10px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
  color: var(--header);
  line-height: 162%;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%;
  height: 100%;
}
.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: transparent;
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
  border: 1px solid var(--border);
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
    padding: 12px 23px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 18px;
  color: var(--header);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  color: var(--header);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 26px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid var(--border);
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 50px;
  padding: 5px 18px;
  font-weight: 400;
  background-color: var(--theme);
  color: var(--white);
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 500;
  border-radius: 8px;
  color: var(--text);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
  resize: none;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Manrope", sans-serif, "Manrope", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Manrope", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -6px;
}
.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: var(--theme);
  font-family: "Kalam", sans-serif;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-title-area .nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title-area .nav .nav-item .nav-link {
  background: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  color: var(--header);
  font-family: "Manrope", sans-serif;
  padding: 12px 30px;
  border-radius: 5px;
  line-height: 1;
}
.section-title-area .nav .nav-item .nav-link.active {
  background-color: var(--theme);
  color: var(--white);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.footer-bg {
  background-color: #0B1D21;
}

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

.section-bg-2 {
  background-color: #e9eeea;
}

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

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.team-card-item {
  margin-top: 30px;
}
.team-card-item .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.team-card-item .team-content {
  padding: 30px 25px;
  background-color: var(--white);
  box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
  margin: -68px 15px 0px;
  position: relative;
  z-index: 9;
  border-radius: 16px;
}
@media (max-width: 1399px) {
  .team-card-item .team-content {
    padding: 30px 22px;
  }
}
@media (max-width: 1399px) {
  .team-card-item .team-content h4 {
    font-size: 20px;
  }
}
.team-card-item .team-content h4 a:hover {
  color: var(--theme);
}
.team-card-item .team-content p {
  color: var(--text);
}
.team-card-item .team-content .social-profile {
  position: absolute;
  right: 24px;
  bottom: 95px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.team-card-item .team-content .social-profile ul {
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.team-card-item .team-content .social-profile ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  text-align: center;
  display: block;
  background: var(--white);
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 5px;
}
.team-card-item .team-content .social-profile ul li a:hover {
  color: var(--white);
  background-color: var(--theme);
}
.team-card-item .team-content .social-profile .plus-btn {
  z-index: 9;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  background: var(--theme);
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.team-card-item .team-content .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-details-wrapper .team-author-items {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 12px;
  position: relative;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
}
.team-details-wrapper .team-author-items .shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items .shape {
    display: none;
  }
}
.team-details-wrapper .team-author-items .thumb {
  max-width: 370px;
}
.team-details-wrapper .team-author-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.team-details-wrapper .team-author-items .content {
  max-width: 700px;
}
.team-details-wrapper .team-author-items .content h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .team-details-wrapper .team-author-items .content h2 {
    font-size: 26px;
  }
}
.team-details-wrapper .team-author-items .content span {
  margin-bottom: 10px;
  display: inline-block;
}
.team-details-wrapper .team-author-items .content ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  border-top: 1px solid var(--border);
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items .content ul {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
  }
}
.team-details-wrapper .team-author-items .content ul li {
  color: var(--header);
}
.team-details-wrapper .team-author-items .content ul li span {
  font-weight: 500;
  color: var(--theme);
}
.team-details-wrapper .team-author-items .content ul li i {
  margin-right: 5px;
}
.team-details-wrapper .team-author-items .content ul li .color-star {
  color: var(--theme);
}
.team-details-wrapper .team-author-items .content .social-icon {
  gap: 15px;
  position: relative;
  z-index: 9;
}
.team-details-wrapper .team-author-items .content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--theme);
}
.team-details-wrapper .team-author-items .content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}
.team-details-wrapper .details-info-items {
  padding: 70px 0;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 767px) {
  .team-details-wrapper .details-info-items {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .details-info-items {
    padding: 40px 0;
  }
}
.team-details-wrapper .details-info-items .info-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.team-details-wrapper .details-info-items .progress-wrap {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .team-details-wrapper .details-info-items .progress-wrap {
    margin-left: 0;
  }
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items {
  width: 100%;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .progress {
  background: var(--bg);
  justify-content: flex-start;
  border-radius: 0px;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 10px;
  width: 0;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}

.team-wrapper .team-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .team-wrapper .team-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.team-wrapper .team-wrap h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .team-wrapper .team-wrap h2 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .team-wrapper .team-wrap h2 {
    font-size: 28px;
  }
}
.team-wrapper .team-wrap .array-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-wrapper .team-wrap .array-button .array-prev, .team-wrapper .team-wrap .array-button .array-next {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  line-height: 56px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.team-wrapper .team-wrap .array-button .array-prev {
  background-color: var(--white);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
.team-wrapper .team-wrap .array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-wrapper .team-wrap .array-button .array-next {
  background: var(--theme);
  color: var(--white);
}
.team-wrapper .team-wrap .array-button .array-next:hover {
  background-color: var(--header);
}
.team-wrapper .team-card-items-2 {
  margin-bottom: 30px;
}
.team-wrapper .team-card-items-2 .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.team-wrapper .team-card-items-2 .team-content {
  border-radius: 0px 10px 10px 10px;
  background: var(--white);
  padding: 30px 60px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  margin: -80px 0px 0px;
  position: relative;
  margin-right: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.team-wrapper .team-card-items-2 .team-content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.4s ease-in-out;
  border-radius: 0px 10px 10px 10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .team-wrapper .team-card-items-2 .team-content {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .team-wrapper .team-card-items-2 .team-content h4 {
    font-size: 20px;
  }
}
.team-wrapper .team-card-items-2 .team-content .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 9;
  margin-top: 24px;
  justify-content: center;
}
@media (max-width: 575px) {
  .team-wrapper .team-card-items-2 .team-content .social-icon {
    margin-top: 10px;
  }
}
.team-wrapper .team-card-items-2 .team-content .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: var(--white);
  filter: drop-shadow(0px 4px 25px rgba(19, 76, 179, 0.15));
}
.team-wrapper .team-card-items-2:hover .team-content h4 a {
  color: var(--white);
}
.team-wrapper .team-card-items-2:hover .team-content p {
  color: var(--white);
}
.team-wrapper .team-card-items-2:hover .team-content:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.team-section-2 {
  margin-bottom: -30px;
}

.team-section {
  position: relative;
}
.team-section .jip-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .team-section .jip-shape {
    display: none;
  }
}

.testimonial-wrapper {
  position: relative;
}
.testimonial-wrapper .testimonial-card-items {
  padding: 50px 30px;
  border-radius: 12px;
  border: 1px solid #ebebeb !important;
  margin-top: 30px;
}
.testimonial-wrapper .testimonial-card-items .star {
  display: inline-block;
  margin-bottom: 20px;
}
.testimonial-wrapper .testimonial-card-items .star i {
  color: rgb(255, 163, 26);
}
.testimonial-wrapper .testimonial-card-items p {
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
}
.testimonial-wrapper .testimonial-card-items .client-info-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.testimonial-wrapper .testimonial-card-items .client-info-items .client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-card-items .client-info-items .client-info {
    flex-wrap: wrap;
  }
}
.testimonial-wrapper .testimonial-card-items .client-info-items .client-info .text h4 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .testimonial-wrapper .testimonial-card-items .client-info-items .client-info .text h4 {
    font-size: 18px;
  }
}
.testimonial-wrapper .testimonial-card-items .client-info-items .client-info .text p {
  text-transform: capitalize;
}
.testimonial-wrapper .testimonial-card-items.style-2 {
  border: none;
}
.testimonial-wrapper .array-button {
  display: flex;
  align-items: center;
  gap: 500px;
  margin-top: 60px;
  position: relative;
  justify-content: center;
}
.testimonial-wrapper .array-button::before {
  position: absolute;
  top: 14px;
  content: "";
  width: 528px;
  height: 1px;
  background: rgba(10, 31, 36, 0.2);
}
.testimonial-wrapper .array-button .array-prevs, .testimonial-wrapper .array-button .array-nexts {
  color: var(--header);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 45px;
  transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .array-button .array-prevs:hover, .testimonial-wrapper .array-button .array-nexts:hover {
  color: var(--theme);
}
.testimonial-wrapper .array-button .array-nexts {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .array-button .array-nexts:hover {
  color: var(--header);
}

.testimonial-wrapper-2 {
  position: relative;
}
.testimonial-wrapper-2 .testimonial-image {
  max-width: 450px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-image {
    max-width: initial;
  }
}
.testimonial-wrapper-2 .testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.testimonial-wrapper-2 .testimonial-content {
  margin-left: -30px;
}
@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-content {
    margin-left: 0;
  }
}
.testimonial-wrapper-2 .testimonial-content .testimonial-card-items {
  background-color: var(--white);
  padding: 60px;
  border-radius: 15px;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-content .testimonial-card-items {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content .testimonial-card-items {
    padding: 40px;
    margin-top: 20px;
  }
}
.testimonial-wrapper-2 .testimonial-content .testimonial-card-items .star-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.testimonial-wrapper-2 .testimonial-content .testimonial-card-items .star-item .star i {
  color: rgb(241, 101, 34);
}
.testimonial-wrapper-2 .testimonial-content .testimonial-card-items .star-item .star span {
  font-size: 12px;
  font-weight: 400;
  padding-left: 16px;
  color: var(--header);
}
.testimonial-wrapper-2 .testimonial-content .testimonial-card-items .client-info-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content .testimonial-card-items .client-info-items {
    flex-wrap: wrap;
  }
}
.testimonial-wrapper-2 .testimonial-content .testimonial-card-items .client-info-items .info-text h6 {
  color: #1D3638;
  margin-bottom: 5px;
}
.testimonial-wrapper-2 .testimonial-content .testimonial-card-items .client-info-items h5 {
  font-weight: 500;
  color: var(--text);
}
.testimonial-wrapper-2 .testimonial-content .testimonial-slider2 {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content .testimonial-slider2 {
    margin-right: 0;
  }
}
.testimonial-wrapper-2 .array-button {
  display: grid;
  gap: 10px;
  position: absolute;
  top: 50%;
  right: -4%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .array-button {
    display: none;
  }
}
.testimonial-wrapper-2 .array-button .array-prev, .testimonial-wrapper-2 .array-button .array-next {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  line-height: 56px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.testimonial-wrapper-2 .array-button .array-prev {
  background-color: var(--theme);
  color: var(--white);
}
.testimonial-wrapper-2 .array-button .array-prev:hover {
  background-color: var(--header);
}
.testimonial-wrapper-2 .array-button .array-next {
  background: rgba(2, 165, 206, 0.1);
}
.testimonial-wrapper-2 .array-button .array-next:hover {
  color: var(--white);
  background-color: var(--header);
}

.testimonial-wrapper-3 {
  position: relative;
}
.testimonial-wrapper-3 .testimonial-image img {
  width: 100%;
  height: 100%;
}
.testimonial-wrapper-3 .testimonial-content .testimonial-card-items {
  padding: 40px 30px;
  border-radius: 16px;
  background-color: var(--white);
  border: 1px solid #DDE0E9;
  margin-top: 30px;
}
.testimonial-wrapper-3 .testimonial-content .testimonial-card-items .client-info-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.testimonial-wrapper-3 .testimonial-content .testimonial-card-items .client-info-items .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-wrapper-3 .testimonial-content .testimonial-card-items .client-info-items .client-info .content h4 {
  font-size: 20px;
  color: var(--theme-2);
}
.testimonial-wrapper-3 .testimonial-content .testimonial-card-items .client-info-items .client-info .content p {
  color: #504E4E;
}
.testimonial-wrapper-3 .testimonial-content .testimonial-card-items p {
  color: #504E4E;
}
.testimonial-wrapper-3 .array-button {
  display: grid;
  gap: 10px;
  position: absolute;
  top: 50%;
  right: -8%;
}
@media (max-width: 1399px) {
  .testimonial-wrapper-3 .array-button {
    display: none;
  }
}
.testimonial-wrapper-3 .array-button .array-prev, .testimonial-wrapper-3 .array-button .array-next {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  line-height: 56px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.testimonial-wrapper-3 .array-button .array-prev {
  background-color: var(--theme);
  color: var(--white);
}
.testimonial-wrapper-3 .array-button .array-prev:hover {
  background-color: var(--header);
}
.testimonial-wrapper-3 .array-button .array-next {
  background: rgba(2, 165, 206, 0.1);
}
.testimonial-wrapper-3 .array-button .array-next:hover {
  background-color: var(--header);
  color: var(--white);
}

.testimonial-section {
  position: relative;
}
.testimonial-section .bag-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
         /* Hide mobile view by default */
.mobile-view {
  display: none;
}

/* Show mobile view and hide desktop view on screens smaller than 768px */
@media (max-width: 767.98px) {
  .mobile-view {
    display: block;
    margin-top: 10px;
    }
  .desktop-view {
    display: none;
  }
}

/* Ensure desktop view is shown on larger screens */
@media (min-width: 768px) {
  .desktop-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }
}
@media (max-width: 1199px) {
  .testimonial-section .bag-shape {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */


/* new css */
/* =========================================
   Professional Safari Enquiry Form
   ========================================= */

.contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.10);
    border: 1px solid #e9ecef;
    max-width: 90%;
    margin: 20px auto;
}

/* Form Title */
.contact-form .form-title {
    font-size: 26px;
    font-weight: 700;
    color: #173b2c;
    margin-bottom: 25px;
    position: relative;
}

.contact-form .form-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background: #c59d5f;
    margin: 10px auto 0;
    border-radius: 5px;
}

/* Input Fields */
.contact-form .form-control {
    height: 52px;
    border: 1px solid #d9dee3;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 15px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: none;
}

.contact-form .form-control::placeholder {
    color: #8a8f94;
}

.contact-form .form-control:hover {
    border-color: #b7bec5;
}

.contact-form .form-control:focus {
    border-color: #173b2c;
    box-shadow: 0 0 0 3px rgba(23, 59, 44, 0.08);
    outline: none;
}

/* Date Input */
.contact-form input[type="date"] {
    color: #555;
    cursor: pointer;
}

/* Requirements Section */
.contact-form .form-group {
    background: #f8faf9;
    border: 1px solid #e4e9e6;
    border-radius: 10px;
    padding: 18px 20px;
    text-align: left !important;
}

.contact-form .form-group > label:first-child {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #173b2c;
    margin-bottom: 12px;
    text-align: center;
}

/* Checkbox Layout */
.contact-form .form-check {
    display: inline-flex;
    align-items: center;
    margin: 5px 12px;
    padding-left: 0;
}

.contact-form .form-check-input {
    width: 18px;
    height: 18px;
    margin: 0 7px 0 0;
    cursor: pointer;
    border: 1px solid #b8c1bb;
    box-shadow: none;
}

.contact-form .form-check-input:checked {
    background-color: #173b2c;
    border-color: #173b2c;
}

.contact-form .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(23, 59, 44, 0.12);
}

.contact-form .form-check-label {
    font-size: 14px;
    color: #454b48;
    cursor: pointer;
    user-select: none;
}

/* reCAPTCHA */
.contact-form .g-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

/* Submit Button */
.contact-form .theme-btn {
    height: 52px;
    border: none;
    border-radius: 8px;
    background: #173b2c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(23, 59, 44, 0.18);
}

.contact-form .theme-btn i {
    margin-left: 9px;
    transition: transform 0.3s ease;
}

.contact-form .theme-btn:hover {
    background: #c59d5f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(197, 157, 95, 0.25);
}

.contact-form .theme-btn:hover i {
    transform: translateX(4px);
}

/* Validation */
.contact-form .form-control:invalid:not(:placeholder-shown) {
    border-color: #dc3545;
}

.contact-form .form-control:valid {
    border-color: #d9dee3;
}

/* Mobile Responsive */
@media (max-width: 767px) {

    .contact-form {
        padding: 22px 16px;
        border-radius: 12px;
    }

    .contact-form .form-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .contact-form .form-control {
        height: 50px;
        font-size: 14px;
    }

    .contact-form .form-group {
        padding: 15px 10px;
    }

    .contact-form .form-check {
        display: flex;
        width: 100%;
        margin: 7px 0;
        justify-content: flex-start;
    }

    .contact-form .g-recaptcha {
        transform: scale(0.85);
        transform-origin: center;
    }

    .contact-form .col-md-3.m-auto {
        width: 100%;
    }

    .contact-form .theme-btn {
        width: 100%;
    }
}

/* Small Mobile */
@media (max-width: 400px) {

    .contact-form {
        padding: 18px 12px;
    }

    .contact-form .form-title {
        font-size: 20px;
    }

    .contact-form .g-recaptcha {
        transform: scale(0.75);
        margin-left: -10px;
        margin-right: -10px;
    }
}

/* ==========================================
   JIM CORBETT SAFARI - FEATURE SECTION
   ========================================== */

.feature-section {
    padding: 70px 0;
    background: #f7f8f4;
    position: relative;
}

/* Section Headings */
.feature-section h3 {
    color: #173b2c;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.3;
    position: relative;
}

.feature-section h3::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background: #c59d5f;
    margin: 12px auto 0;
    border-radius: 10px;
}

/* Intro Paragraphs */
.feature-section > .container > p {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
    font-size: 16px;
    line-height: 1.85;
}

.feature-section > .container > br {
    display: none;
}

/* ==========================================
   DESTINATION CARDS
   ========================================== */

.destination-card-items {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #e5e8e3;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.destination-card-items:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    border-color: #c59d5f;
}

/* ==========================================
   CARD IMAGE
   ========================================== */

.destination-image {
    position: relative;
    height: 245px;
    overflow: hidden;
    background: #ddd;
}

.destination-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.destination-card-items:hover .destination-image img {
    transform: scale(1.08);
}

/* Image Overlay */
.destination-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.35),
        transparent
    );
    pointer-events: none;
}

/* ==========================================
   HEART ICON
   ========================================== */

.destination-image .heart-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.destination-image .heart-icon i {
    color: #173b2c;
    font-size: 17px;
    transition: all 0.3s ease;
}

.destination-image .heart-icon:hover {
    background: #173b2c;
    transform: scale(1.08);
}

.destination-image .heart-icon:hover i {
    color: #ffffff;
}

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

.destination-content {
    padding: 22px 22px 24px;
    background: #173b2c;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Rating */
.destination-content .meta {
    padding: 0;
    margin: 0 0 12px;
    list-style: none;
}

.destination-content .rating {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.12);
    padding: 5px 10px;
    border-radius: 20px;
}

.destination-content .rating .star {
    color: #f4c542;
    font-size: 13px;
}

.destination-content .rating p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

/* Card Heading */
.destination-content h5 {
    margin: 5px 0 15px;
    line-height: 1.4;
}

.destination-content h5 a {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.destination-content h5 a:hover {
    color: #c59d5f;
}

/* Price */
.destination-content p[style] {
    margin: 5px 0 15px !important;
    font-size: 18px !important;
}

.destination-content p[style] strong {
    color: #ffffff !important;
}

.destination-content p[style] i,
.destination-content .text-white i {
    color: #c59d5f;
}

/* Card Details */
.destination-content .text-white {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.destination-content .text-white b {
    color: #ffffff;
}

/* ==========================================
   BUTTONS
   ========================================== */

.destination-content .price {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding-top: 10px;
}

.destination-content .theme-btn.style-2 {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 12px;
    background: #c59d5f;
    color: #ffffff;
    border: 1px solid #c59d5f;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.destination-content .theme-btn.style-2 i {
    margin-left: 7px;
    transition: transform 0.3s ease;
}

.destination-content .theme-btn.style-2:hover {
    background: #ffffff;
    color: #173b2c;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.destination-content .theme-btn.style-2:hover i {
    transform: translateX(4px);
}

/* ==========================================
   CARD ROW - EQUAL HEIGHT
   ========================================== */

.feature-section .row.mt-4 {
    display: flex;
    flex-wrap: wrap;
}

.feature-section .row.mt-4 > div {
    display: flex;
}

.feature-section .row.mt-4 .destination-card-items {
    width: 100%;
}

/* ==========================================
   DESKTOP
   ========================================== */

@media (min-width: 992px) {
    .destination-content {
        min-height: 365px;
    }
}

/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .feature-section {
        padding: 55px 0;
    }

    .feature-section h3 {
        font-size: 25px;
    }

    .destination-image {
        height: 220px;
    }

    .destination-content {
        padding: 20px;
    }

    .destination-content h5 a {
        font-size: 19px;
    }
}

/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .feature-section {
        padding: 45px 15px;
    }

    .feature-section h3 {
        font-size: 22px;
    }

    .feature-section > .container > p {
        font-size: 16px;
        line-height: 1.75;
        text-align: justify !important;
    }

    .destination-image {
        height: 220px;
    }

    .destination-content {
        padding: 20px 18px;
    }

    .destination-content h5 a {
        font-size: 20px;
    }

    .destination-content .text-white {
        font-size: 14px;
        line-height: 1.75;
    }

    .destination-content .price {
        flex-direction: column;
        gap: 8px;
    }

    .destination-content .theme-btn.style-2 {
        width: 100%;
    }

    .feature-section .row.mt-4 > div {
        display: block;
    }
}

/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width: 480px) {

    .feature-section {
        padding: 35px 10px;
    }

    .feature-section h3 {
        font-size: 20px;
    }

    .destination-image {
        height: 200px;
    }

    .destination-content {
        padding: 18px 15px;
    }

    .destination-content .rating {
        font-size: 12px;
    }

    .destination-content h5 a {
        font-size: 18px;
    }

    .destination-content p[style] {
        font-size: 17px !important;
    }
}

.feature-section p{
	margin-bottom:20px;
}

/* ============================================
   JIM CORBETT - SAFARI SERVICE CARDS
   NEW DESIGN
   ============================================ */

.safari-services-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 35px;
}

.safari-service-column {
    display: flex;
}

/* Main Card */
.safari-service-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e4e8e3;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 25px rgba(21, 49, 37, 0.08);
    transition: all 0.35s ease;
}

.safari-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(21, 49, 37, 0.15);
}

/* Image */
.safari-card-media {
    height: 245px;
    position: relative;
    overflow: hidden;
}

.safari-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.safari-service-card:hover .safari-card-media img {
    transform: scale(1.08);
}

/* Image Dark Overlay */
.safari-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.50),
        transparent 55%
    );
    pointer-events: none;
}

/* Top Label */
.safari-card-label {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: #173b2c;
    color: #ffffff;
    padding: 7px 13px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.safari-label-gold {
    background: #c59d5f;
}

.safari-label-orange {
    background: #a96332;
}

/* Rating */
.safari-rating-badge {
    position: absolute;
    right: 16px;
    bottom: 15px;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 5px;

    padding: 7px 11px;
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.96);
    color: #173b2c;

    font-size: 13px;
    font-weight: 700;
}

.safari-rating-badge i {
    color: #e2a928;
}

/* Card Body */
.safari-card-body {
    padding: 23px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Category */
.safari-card-category {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #a17b42;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;

    margin-bottom: 9px;
}

.safari-card-category i {
    font-size: 13px;
}

/* Title */
.safari-card-title {
    margin: 0 0 11px;
    line-height: 1.35;
}

.safari-card-title a {
    color: #173b2c;
    font-size: 21px;
    font-weight: 750;
    text-decoration: none;
    transition: color 0.3s ease;
}

.safari-card-title a:hover {
    color: #b18549;
}

/* Description */
.safari-card-description {
    color: #69716c;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 17px;
}

/* Price Box */
.safari-price-box {
    background: #f4f7f3;
    border-left: 4px solid #c59d5f;
    border-radius: 7px;
    padding: 12px 15px;
    margin-bottom: 17px;
}

.safari-price-box small {
    display: block;
    color: #777;
    font-size: 11px;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.safari-price-box strong {
    color: #173b2c;
    font-size: 23px;
    font-weight: 800;
}

.safari-price-box span {
    color: #777;
    font-size: 12px;
}

/* Feature List */
.safari-feature-list {
    border-top: 1px solid #e8ebe8;
    padding-top: 13px;
    margin-bottom: 20px;
}

.safari-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;

    color: #555e58;
    font-size: 16px;
    line-height: 1.4;
}

.safari-feature-item:last-child {
    margin-bottom: 0;
}

.safari-feature-item i {
    width: 18px;
    min-width: 18px;
    text-align: center;
    color: #b58b4e;
    margin-top: 2px;
}

/* Package Highlights */
.safari-package-highlights {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.safari-package-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    background: #f4f7f3;
    color: #526058;

    border-radius: 5px;
    padding: 6px 9px;

    font-size: 11px;
    font-weight: 600;
}

.safari-package-highlights i {
    color: #b58b4e;
}

/* Buttons */
.safari-card-actions {
    display: flex;
    gap: 9px;
    margin-top: auto;
}

.safari-primary-btn,
.safari-secondary-btn {
    min-height: 45px;
    border-radius: 7px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    font-size: 13px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.safari-primary-btn {
    flex: 1;
    background: #173b2c;
    color: #ffffff;
    border: 1px solid #173b2c;
}

.safari-primary-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.safari-primary-btn:hover {
    background: #c59d5f;
    border-color: #c59d5f;
    color: #ffffff;
}

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

.safari-secondary-btn {
    padding: 0 15px;
    color: #173b2c;
    background: #ffffff;
    border: 1px solid #d8ded9;
}

.safari-secondary-btn:hover {
    background: #f2f5f2;
    border-color: #173b2c;
}

/* ============================================
   TABLET
   ============================================ */

@media (max-width: 991px) {

    .safari-services-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .safari-card-media {
        height: 220px;
    }

    .safari-card-body {
        padding: 20px;
    }
}

/* ============================================
   MOBILE
   ============================================ */

@media (max-width: 767px) {

    .safari-services-row {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .safari-card-media {
        height: 230px;
    }

    .safari-card-title a {
        font-size: 20px;
    }

    .safari-card-description {
        font-size: 16px;
    }

    .safari-card-actions {
        flex-direction: column;
    }

    .safari-primary-btn,
    .safari-secondary-btn {
        width: 100%;
    }
}

/* Small Phones */
@media (max-width: 400px) {

    .safari-card-media {
        height: 205px;
    }

    .safari-card-body {
        padding: 18px;
    }

    .safari-price-box strong {
        font-size: 21px;
    }
}

/* ==========================================
   CORBETT TOUR PACKAGE SECTION
   ========================================== */

.corbett-packages-section {
    position: relative;
    padding: 80px 0;
    background: #f6f8f4;
    overflow: hidden;
}

/* Decorative Shape */
.corbett-road-shape {
    position: absolute;
    right: -30px;
    top: 50px;
    opacity: 0.08;
    pointer-events: none;
}

.corbett-road-shape img {
    max-width: 250px;
}

/* ==========================================
   SECTION HEADING
   ========================================== */

.corbett-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
}

.corbett-heading-content {
    max-width: 720px;
}

.corbett-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b18549;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.corbett-eyebrow i {
    font-size: 14px;
}

.corbett-heading-content h2 {
    color: #173b2c;
    font-size: 34px;
    font-weight: 750;
    line-height: 1.25;
    margin: 0 0 12px;
}

.corbett-heading-content p {
    color: #68716b;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 650px;
}

/* View All */
.corbett-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 20px;
    background: #173b2c;
    color: #ffffff;
    border-radius: 7px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.corbett-view-all-btn:hover {
    background: #c59d5f;
    color: #ffffff;
    transform: translateY(-2px);
}

.corbett-view-all-btn i {
    transition: transform 0.3s ease;
}

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

/* ==========================================
   PACKAGE GRID
   ========================================== */

.corbett-package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

/* ==========================================
   PACKAGE CARD
   ========================================== */

.corbett-package-card {
    background: #ffffff;
    border: 1px solid #e3e7e1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 7px 25px rgba(23, 59, 44, 0.07);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.corbett-package-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(23, 59, 44, 0.14);
}

/* ==========================================
   PACKAGE IMAGE
   ========================================== */

.corbett-package-image {
    position: relative;
    height: 235px;
    overflow: hidden;
}

.corbett-package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.corbett-package-card:hover .corbett-package-image img {
    transform: scale(1.07);
}

/* Image Overlay */
.corbett-package-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.48),
        transparent 55%
    );
    pointer-events: none;
}

/* Duration Badge */
.corbett-package-duration {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 7px 11px;
    border-radius: 5px;

    background: rgba(23, 59, 44, 0.94);
    color: #ffffff;

    font-size: 11px;
    font-weight: 700;
}

.corbett-package-duration i {
    color: #e2b866;
}

/* Rating */
.corbett-package-rating {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 5px;

    background: #ffffff;
    color: #173b2c;

    padding: 6px 9px;
    border-radius: 20px;

    font-size: 12px;
    font-weight: 700;
}

.corbett-package-rating i {
    color: #e2a928;
}

/* ==========================================
   PACKAGE BODY
   ========================================== */

.corbett-package-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.corbett-package-type {
    color: #b18549;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 7px;
}

.corbett-package-body h3 {
    margin: 0 0 10px;
    line-height: 1.35;
}

.corbett-package-body h3 a {
    color: #173b2c;
    font-size: 20px;
    font-weight: 750;
    text-decoration: none;
    transition: color 0.3s ease;
}

.corbett-package-body h3 a:hover {
    color: #b18549;
}

.corbett-package-body p {
    color: #68716b;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 17px;
}

/* ==========================================
   FEATURES
   ========================================== */

.corbett-package-features {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-top: 14px;
    border-top: 1px solid #e9ece8;
    margin-bottom: 18px;
}

.corbett-package-features span {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    background: #f3f6f2;
    color: #59635d;

    padding: 6px 8px;
    border-radius: 5px;

    font-size: 10px;
    font-weight: 700;
}

.corbett-package-features i {
    color: #b18549;
}

/* ==========================================
   CTA
   ========================================== */

.corbett-package-btn {
    margin-top: auto;

    min-height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    background: #173b2c;
    color: #ffffff;

    border-radius: 6px;
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.corbett-package-btn:hover {
    background: #c59d5f;
    color: #ffffff;
}

.corbett-package-btn i {
    transition: transform 0.3s ease;
}

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

/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .corbett-packages-section {
        padding: 65px 0;
    }

    .corbett-section-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .corbett-heading-content h2 {
        font-size: 29px;
    }

    .corbett-package-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .corbett-packages-section {
        padding: 50px 15px;
    }

    .corbett-section-heading {
        margin-bottom: 25px;
    }

    .corbett-heading-content h2 {
        font-size: 24px;
    }

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

    .corbett-view-all-btn {
        width: 100%;
        justify-content: center;
    }

    .corbett-package-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .corbett-package-image {
        height: 225px;
    }

    .corbett-package-body {
        padding: 20px;
    }

    .corbett-package-body h3 a {
        font-size: 19px;
    }
}

/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width: 400px) {

    .corbett-packages-section {
        padding: 40px 10px;
    }

    .corbett-package-image {
        height: 205px;
    }

    .corbett-package-body {
        padding: 17px;
    }

    .corbett-package-features span {
        font-size: 12px;
    }
}

/* ==========================================
   HOW TO REACH JIM CORBETT
   ========================================== */

.reach-corbett-section {
    position: relative;
    padding: 75px 0;
     
    overflow: hidden;
}

/* Decorative Background */
.reach-corbett-section::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #e8eee8;
    top: -130px;
    right: -100px;
    opacity: 0.55;
}

.reach-corbett-section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #eef1e9;
    bottom: -100px;
    left: -80px;
}

/* ==========================================
   HEADING
   ========================================== */

.reach-corbett-heading {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.reach-corbett-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #b18549;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.reach-corbett-subtitle i {
    font-size: 13px;
}

.reach-corbett-heading h2 {
    color: #173b2c;
    font-size: 34px;
    font-weight: 750;
    line-height: 1.3;
    margin: 0 0 13px;
}

.reach-corbett-heading p {
    color: #68716b;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

/* ==========================================
   TRAVEL CARDS
   ========================================== */

.reach-corbett-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.reach-corbett-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e1e6e0;
    border-radius: 15px;
    padding: 28px 24px;
    display: flex;
    gap: 18px;
    box-shadow: 0 7px 25px rgba(23, 59, 44, 0.06);
    transition: all 0.35s ease;
}

.reach-corbett-card:hover {
    transform: translateY(-7px);
    border-color: #c59d5f;
    box-shadow: 0 17px 35px rgba(23, 59, 44, 0.12);
}

/* Icon */
.reach-corbett-icon {
    min-width: 55px;
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #edf3ed;
    color: #173b2c;

    border-radius: 12px;
    font-size: 21px;

    transition: all 0.3s ease;
}

.reach-corbett-card:hover .reach-corbett-icon {
    background: #173b2c;
    color: #ffffff;
}

/* Card Content */
.reach-corbett-content {
    flex: 1;
}

.reach-corbett-label {
    color: #b18549;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.reach-corbett-content h3 {
    color: #173b2c;
    font-size: 21px;
    font-weight: 750;
    margin: 4px 0 9px;
}

.reach-corbett-content p {
    color: #68716b;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 15px;
}

/* Information */
.reach-corbett-info {
    border-top: 1px solid #e9ece8;
    padding-top: 12px;
}

.reach-corbett-info div {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;

    color: #59635d;
    font-size: 14px;
    line-height: 1.4;
}

.reach-corbett-info div:last-child {
    margin-bottom: 0;
}

.reach-corbett-info i {
    color: #b18549;
    width: 15px;
    min-width: 15px;
    text-align: center;
}

/* ==========================================
   TRAVEL TIP
   ========================================== */

.reach-corbett-note {
    position: relative;
    z-index: 2;

    margin-top: 28px;
    padding: 20px 23px;

    display: flex;
    align-items: flex-start;
    gap: 15px;

    background: #173b2c;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(23, 59, 44, 0.12);
}

.reach-corbett-note-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #d5ae68;
    font-size: 17px;
}

.reach-corbett-note h4 {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
}

.reach-corbett-note p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .reach-corbett-section {
        padding: 60px 0;
    }

    .reach-corbett-heading h2 {
        font-size: 29px;
    }

    .reach-corbett-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .reach-corbett-card {
        padding: 23px;
    }
}

/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .reach-corbett-section {
        padding: 50px 15px;
    }

    .reach-corbett-heading {
        margin-bottom: 28px;
    }

    .reach-corbett-heading h2 {
        font-size: 24px;
    }

    .reach-corbett-heading p {
        font-size: 16px;
        line-height: 1.7;
    }

    .reach-corbett-card {
        padding: 20px 18px;
        gap: 14px;
    }

    .reach-corbett-icon {
        width: 48px;
        min-width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .reach-corbett-content h3 {
        font-size: 19px;
    }

    .reach-corbett-note {
        padding: 18px;
    }
}

/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width: 420px) {

    .reach-corbett-card {
        display: block;
    }

    .reach-corbett-icon {
        margin-bottom: 13px;
    }

    .reach-corbett-content p {
        font-size: 16px;
    }

    .reach-corbett-note {
        display: block;
    }

    .reach-corbett-note-icon {
        margin-bottom: 12px;
    }
}

/* ==========================================
   PERFECT TIME TO VISIT CORBETT
   ========================================== */

.corbett-season-section {
    position: relative;
    padding: 80px 0;
    background: #f5f7f3;
    overflow: hidden;
}

.corbett-season-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #e7eee7;
    top: -180px;
    right: -120px;
    opacity: .65;
}

.corbett-season-section::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #edf1e9;
    bottom: -150px;
    left: -100px;
}


/* ==========================================
   HEADING
   ========================================== */

.corbett-season-heading {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto 35px;
    text-align: center;
}

.corbett-season-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #b18549;
    font-size: 12px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 1px;

    margin-bottom: 10px;
}

.corbett-season-heading h2 {
    margin: 0 0 13px;

    color: #173b2c;
    font-size: 34px;
    font-weight: 750;
    line-height: 1.3;
}

.corbett-season-heading p {
    margin: 0;

    color: #68716b;
    font-size: 16px;
    line-height: 1.75;
}


/* ==========================================
   BEST TIME BOX
   ========================================== */

.corbett-best-time {
    position: relative;
    z-index: 2;

    max-width: 760px;
    margin: 0 auto 35px;

    display: flex;
    align-items: center;
    gap: 18px;

    padding: 20px 24px;

    background: #173b2c;
    border-radius: 13px;

    box-shadow: 0 12px 30px rgba(23, 59, 44, .12);
}

.corbett-best-time-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.12);
    color: #d5ae68;

    font-size: 17px;
}

.corbett-best-time span {
    color: #d5ae68;

    font-size: 10px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .8px;
}

.corbett-best-time h3 {
    color: #ffffff;

    font-size: 22px;
    font-weight: 750;

    margin: 2px 0 2px;
}

.corbett-best-time p {
    color: rgba(255,255,255,.78);

    font-size: 12px;
    line-height: 1.5;

    margin: 0;
}


/* ==========================================
   SEASON GRID
   ========================================== */

.corbett-season-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


/* ==========================================
   SEASON CARD
   ========================================== */

.corbett-season-card {
    position: relative;

    background: #ffffff;

    padding: 27px 24px 24px;

    border: 1px solid #e1e6df;
    border-radius: 15px;

    box-shadow: 0 7px 25px rgba(23,59,44,.06);

    overflow: hidden;

    transition: all .35s ease;
}

.corbett-season-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 17px 35px rgba(23,59,44,.12);
}


/* Top */
.corbett-season-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 17px;
}

.corbett-season-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #edf3ed;
    color: #173b2c;

    font-size: 22px;

    transition: all .3s ease;
}

.corbett-season-card:hover .corbett-season-icon {
    background: #173b2c;
    color: #ffffff;
}

.corbett-season-number {
    color: #dfe5df;

    font-size: 42px;
    font-weight: 800;

    line-height: 1;
}


/* Tag */
.corbett-season-tag {
    display: inline-block;

    padding: 5px 9px;

    border-radius: 4px;

    background: #f3f5f1;
    color: #b18549;

    font-size: 9px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .7px;

    margin-bottom: 9px;
}


/* Title */
.corbett-season-card h3 {
    color: #173b2c;

    font-size: 23px;
    font-weight: 750;

    margin: 0 0 3px;
}


/* Month */
.corbett-season-month {
    color: #7c847e;

    font-size: 12px;
    font-weight: 700;

    margin-bottom: 14px;
}

.corbett-season-card p {
    color: #68716b;

    font-size: 16px;
    line-height: 1.75;

    margin: 0 0 18px;
}


/* ==========================================
   HIGHLIGHTS
   ========================================== */

.corbett-season-highlights {
    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    padding-top: 15px;

    border-top: 1px solid #e8ece7;
}

.corbett-season-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    padding: 6px 8px;

    border-radius: 5px;

    background: #f3f6f2;
    color: #59635d;

    font-size: 12px;
    font-weight: 700;
}

.corbett-season-highlights i {
    color: #b18549;
}


/* ==========================================
   ADVICE BOX
   ========================================== */

.corbett-season-advice {
    position: relative;
    z-index: 2;

    margin-top: 28px;

    display: flex;
    align-items: flex-start;
    gap: 15px;

    padding: 20px 23px;

    background: #ffffff;

    border: 1px solid #e1e6df;
    border-radius: 12px;

    box-shadow: 0 6px 20px rgba(23,59,44,.05);
}

.corbett-advice-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #edf3ed;
    color: #173b2c;

    font-size: 17px;
}

.corbett-advice-content h4 {
    color: #173b2c;

    font-size: 16px;
    font-weight: 750;

    margin: 0 0 5px;
}

.corbett-advice-content p {
    color: #68716b;

    font-size: 16px;
    line-height: 1.65;

    margin: 0;
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .corbett-season-section {
        padding: 60px 0;
    }

    .corbett-season-heading h2 {
        font-size: 29px;
    }

    .corbett-season-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .corbett-season-card {
        padding: 24px;
    }

}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .corbett-season-section {
        padding: 50px 15px;
    }

    .corbett-season-heading {
        margin-bottom: 28px;
    }

    .corbett-season-heading h2 {
        font-size: 24px;
    }

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

    .corbett-best-time {
        padding: 17px;
        gap: 13px;
    }

    .corbett-best-time h3 {
        font-size: 19px;
    }

    .corbett-best-time p {
        font-size: 14px;
    }

    .corbett-season-card {
        padding: 21px;
    }

    .corbett-season-card h3 {
        font-size: 21px;
    }

    .corbett-season-advice {
        padding: 18px;
    }

}


/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width: 420px) {

    .corbett-best-time {
        display: block;
    }

    .corbett-best-time-icon {
        margin-bottom: 12px;
    }

    .corbett-season-top {
        margin-bottom: 13px;
    }

    .corbett-season-number {
        font-size: 34px;
    }

    .corbett-season-advice {
        display: block;
    }

    .corbett-advice-icon {
        margin-bottom: 11px;
    }

}
/* ==========================================
   CORBETT FAQ SECTION
   ========================================== */

.corbett-faq-section {
    position: relative;
    padding: 80px 0;
    background: #f5f7f3;
    overflow: hidden;
}

.corbett-faq-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #e7eee7;
    top: -170px;
    left: -130px;
    opacity: .65;
}

.corbett-faq-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #edf1e9;
    right: -130px;
    bottom: -160px;
}


/* ==========================================
   FAQ HEADING
   ========================================== */

.corbett-faq-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.corbett-faq-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #b18549;

    font-size: 12px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 1px;

    margin-bottom: 10px;
}

.corbett-faq-heading h2 {
    color: #173b2c;

    font-size: 34px;
    font-weight: 750;

    line-height: 1.3;

    margin: 0 0 12px;
}

.corbett-faq-heading p {
    color: #68716b;

    font-size: 15px;
    line-height: 1.75;

    margin: 0;
}


/* ==========================================
   FAQ WRAPPER
   ========================================== */

.corbett-faq-wrapper {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 0.8fr 1.5fr;

    gap: 35px;

    max-width: 1100px;
    margin: auto;
}


/* ==========================================
   LEFT INTRO BOX
   ========================================== */

.corbett-faq-intro {
    padding: 32px 27px;

    background: #173b2c;

    border-radius: 16px;

    box-shadow: 0 12px 35px rgba(23,59,44,.12);

    align-self: start;
}

.corbett-faq-intro-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.1);

    border-radius: 12px;

    color: #d5ae68;

    font-size: 23px;

    margin-bottom: 20px;
}

.corbett-faq-intro h3 {
    color: #ffffff;

    font-size: 22px;
    font-weight: 750;

    line-height: 1.4;

    margin: 0 0 12px;
}

.corbett-faq-intro p {
    color: rgba(255,255,255,.78);

    font-size: 16px;
    line-height: 1.75;

    margin: 0 0 20px;
}


/* ==========================================
   FAQ POINTS
   ========================================== */

.corbett-faq-points {
    padding-top: 17px;

    border-top: 1px solid rgba(255,255,255,.12);

    margin-bottom: 23px;
}

.corbett-faq-points div {
    display: flex;
    align-items: center;

    gap: 8px;

    color: rgba(255,255,255,.88);

    font-size: 16px;

    margin-bottom: 11px;
}

.corbett-faq-points div:last-child {
    margin-bottom: 0;
}

.corbett-faq-points i {
    color: #d5ae68;
}


/* ==========================================
   CONTACT BUTTON
   ========================================== */

.corbett-faq-contact {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    min-height: 45px;

    background: #c59d5f;

    color: #ffffff;

    border-radius: 6px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: all .3s ease;
}

.corbett-faq-contact:hover {
    background: #ffffff;
    color: #173b2c;
}

.corbett-faq-contact i {
    transition: transform .3s ease;
}

.corbett-faq-contact:hover i {
    transform: translateX(4px);
}


/* ==========================================
   FAQ LIST
   ========================================== */

.corbett-faq-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}


/* ==========================================
   FAQ ITEM
   ========================================== */

.corbett-faq-item {
    background: #ffffff;

    border: 1px solid #e0e5df;

    border-radius: 10px;

    overflow: hidden;

    transition: all .3s ease;
}

.corbett-faq-item:has(.show) {
    border-color: #c59d5f;

    box-shadow: 0 8px 25px rgba(23,59,44,.07);
}


/* ==========================================
   QUESTION
   ========================================== */

.corbett-faq-question {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 19px 21px;

    border: 0;
    outline: 0;

    background: #ffffff;

    color: #173b2c;

    text-align: left;

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;
}

.corbett-faq-question:hover {
    color: #b18549;
}

.corbett-faq-question span {
    display: flex;
    align-items: center;

    gap: 13px;
}

.corbett-faq-question b {
    color: #b18549;

    font-size: 10px;

    font-weight: 800;

    min-width: 23px;
}


/* ==========================================
   PLUS ICON
   ========================================== */

.corbett-faq-plus {
    width: 28px;
    min-width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #edf3ed;

    color: #173b2c;

    font-size: 11px;

    transition: transform .3s ease,
                background .3s ease,
                color .3s ease;
}


/* Rotate when open */
.corbett-faq-question:not(.collapsed) .corbett-faq-plus {
    transform: rotate(45deg);

    background: #173b2c;

    color: #ffffff;
}


/* ==========================================
   ANSWER
   ========================================== */

.corbett-faq-answer {
    padding: 0 21px 20px 57px;
}

.corbett-faq-answer p {
    color: #68716b;

    font-size: 16px;

    line-height: 1.75;

    margin: 0;

    padding-top: 3px;
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .corbett-faq-section {
        padding: 65px 0;
    }

    .corbett-faq-heading h2 {
        font-size: 29px;
    }

    .corbett-faq-wrapper {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .corbett-faq-intro {
        max-width: 100%;
    }

}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .corbett-faq-section {
        padding: 50px 15px;
    }

    .corbett-faq-heading {
        margin-bottom: 30px;
    }

    .corbett-faq-heading h2 {
        font-size: 24px;
    }

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

    .corbett-faq-intro {
        padding: 25px 21px;
    }

    .corbett-faq-intro h3 {
        font-size: 20px;
    }

    .corbett-faq-question {
        padding: 16px;

        font-size: 16px;
    }

    .corbett-faq-question span {
        gap: 9px;
    }

    .corbett-faq-answer {
        padding: 0 16px 17px 48px;
    }

    .corbett-faq-answer p {
        font-size: 16px;
    }

}


/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width: 420px) {

    .corbett-faq-question {
        align-items: flex-start;
    }

    .corbett-faq-question b {
        min-width: 20px;
    }

    .corbett-faq-plus {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .corbett-faq-answer {
        padding-left: 16px;
    }

}
/* =========================================================
   PREMIUM WILDLIFE FOOTER
========================================================= */

.wildlife-footer {
    position: relative;
    background: #102d24;
    color: #ffffff;
    overflow: hidden;
}


/* Decorative background */
.wildlife-footer::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background: rgba(196, 158, 83, 0.06);

    top: -180px;
    right: -120px;

    pointer-events: none;
}

.wildlife-footer::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background: rgba(255,255,255,0.025);

    bottom: -170px;
    left: -100px;

    pointer-events: none;
}


/* =========================================================
   TOP GOLD LINE
========================================================= */

.wildlife-footer-top-line {
    height: 4px;

    background: linear-gradient(
        90deg,
        #8e6b35,
        #d5b36a,
        #8e6b35
    );
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.wildlife-footer-main {
    position: relative;
    z-index: 2;

    padding: 70px 0 55px;

    background:
        linear-gradient(
            180deg,
            rgba(16,45,36,.97),
            rgba(12,38,30,.99)
        );
}


/* =========================================================
   BRAND AREA
========================================================= */

.wildlife-footer-brand {
    max-width: 370px;
}

.wildlife-brand-mark {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border: 1px solid rgba(213,179,106,.35);

    border-radius: 14px;

    background: rgba(213,179,106,.08);

    color: #d5b36a;

    font-size: 24px;
}

.wildlife-footer-brand h3 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 24px;
    font-weight: 700;

    letter-spacing: -.3px;
}

.wildlife-footer-brand p {
    margin: 0;

    color: rgba(255,255,255,.68);

    font-size: 14px;

    line-height: 1.85;
}


/* =========================================================
   BRAND BADGES
========================================================= */

.wildlife-footer-badges {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 22px;
}

.wildlife-footer-badges span {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    padding: 8px 11px;

    border: 1px solid rgba(255,255,255,.09);

    border-radius: 5px;

    background: rgba(255,255,255,.035);

    color: rgba(255,255,255,.75);

    font-size: 10px;
    font-weight: 600;
}

.wildlife-footer-badges i {
    color: #d5b36a;
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.wildlife-footer-column h4 {
    position: relative;

    margin: 0 0 24px;

    padding-bottom: 12px;

    color: #ffffff;

    font-size: 17px;
    font-weight: 700;
}

.wildlife-footer-column h4::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 30px;
    height: 2px;

    background: #d5b36a;
}


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

.wildlife-footer-column ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

.wildlife-footer-column ul li {
    margin-bottom: 12px;
}

.wildlife-footer-column ul li:last-child {
    margin-bottom: 0;
}

.wildlife-footer-column ul li a {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: rgba(255,255,255,.65);

    font-size: 14px;

    text-decoration: none;

    transition: all .3s ease;
}

.wildlife-footer-column ul li a i {
    color: #d5b36a;

    font-size: 8px;

    transition: transform .3s ease;
}

.wildlife-footer-column ul li a:hover {
    color: #d5b36a;

    transform: translateX(3px);
}

.wildlife-footer-column ul li a:hover i {
    transform: translateX(2px);
}


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

.wildlife-contact-box {
    display: flex;
    flex-direction: column;

    gap: 18px;
}

.wildlife-contact-row {
    display: flex;
    align-items: flex-start;

    gap: 12px;
}

.wildlife-contact-icon {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: rgba(213,179,106,.08);

    border: 1px solid rgba(213,179,106,.18);

    color: #d5b36a;

    font-size: 13px;
}

.wildlife-contact-row small {
    display: block;

    margin-bottom: 3px;

    color: rgba(255,255,255,.4);

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: .7px;
}

.wildlife-contact-row p,
.wildlife-contact-row a {
    display: block;

    margin: 0;

    color: rgba(255,255,255,.72);

    font-size: 14px;

    line-height: 1.65;

    text-decoration: none;

    transition: color .3s ease;
}

.wildlife-contact-row a:hover {
    color: #d5b36a;
}


/* =========================================================
   SOCIAL AREA
========================================================= */

.wildlife-footer-middle {
    position: relative;
    z-index: 2;

    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);

    background: rgba(0,0,0,.12);

    padding: 22px 0;
}

.wildlife-footer-middle-inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;
}

.wildlife-social-text {
    display: flex;
    flex-direction: column;
}

.wildlife-social-text strong {
    color: #ffffff;

    font-size: 13px;
}

.wildlife-social-text span {
    margin-top: 3px;

    color: rgba(255,255,255,.43);

    font-size: 10px;
}


/* Social icons */

.wildlife-social-links {
    display: flex;
    align-items: center;

    gap: 8px;
}

.wildlife-social-links a {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 50%;

    color: rgba(255,255,255,.7);

    font-size: 12px;

    text-decoration: none;

    transition: all .3s ease;
}

.wildlife-social-links a:hover {
    background: #d5b36a;

    border-color: #d5b36a;

    color: #102d24;

    transform: translateY(-3px);
}


/* =========================================================
   BOTTOM AREA
========================================================= */

.wildlife-footer-bottom {
    position: relative;
    z-index: 2;

    padding: 22px 0;

    background: #0b211a;
}

.wildlife-bottom-wrapper {
    text-align: center;
}

.wildlife-legal-text {
    max-width: 950px;

    margin: 0 auto 15px;
}

.wildlife-legal-text p {
    margin: 0 0 8px;

    color: rgba(255,255,255,.42);

    font-size: 10px;

    line-height: 1.7;
}

.wildlife-legal-text p:last-child {
    margin-bottom: 0;
}

.wildlife-disclaimer strong {
    color: #d5b36a;
}


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

.wildlife-copyright {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 9px;

    padding-top: 15px;

    border-top: 1px solid rgba(255,255,255,.07);

    color: rgba(255,255,255,.45);

    font-size: 10px;
}

.wildlife-copyright a {
    color: rgba(255,255,255,.55);

    text-decoration: none;

    transition: color .3s ease;
}

.wildlife-copyright a:hover {
    color: #d5b36a;
}

.wildlife-separator {
    color: rgba(255,255,255,.2);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .wildlife-footer-main {
        padding: 55px 0 40px;
    }

    .wildlife-footer-brand {
        max-width: 100%;
    }

    .wildlife-footer-middle-inner {
        flex-direction: column;

        text-align: center;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .wildlife-footer-main {
        padding: 45px 15px 30px;
    }

    .wildlife-footer-brand h3 {
        font-size: 21px;
    }

    .wildlife-footer-brand p {
        font-size: 12px;
    }

    .wildlife-footer-column h4 {
        font-size: 16px;

        margin-bottom: 18px;
    }

    .wildlife-footer-column ul li {
        margin-bottom: 10px;
    }

    .wildlife-footer-column ul li a {
        font-size: 12px;
    }

    .wildlife-footer-middle {
        padding: 20px 15px;
    }

    .wildlife-footer-bottom {
        padding: 20px 15px;
    }

    .wildlife-copyright {
        line-height: 1.8;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .wildlife-footer-badges {
        flex-direction: column;
        align-items: flex-start;
    }

    .wildlife-contact-row p,
    .wildlife-contact-row a {
        font-size: 11px;
    }

    .wildlife-social-links a {
        width: 34px;
        height: 34px;
    }

}
/* =========================================================
   MOBILE CORBETT TOP BAR
========================================================= */

.mobile-corbett-topbar {
    display: none;

    width: 100%;

    background: #102d24;

    color: #ffffff;
}


/* =========================================================
   CONTACT ROW
========================================================= */

.mobile-corbett-contact {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    padding: 9px 10px;

    border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile-corbett-contact-item {
    display: flex;

    align-items: center;

    gap: 6px;

    max-width: 50%;

    color: rgba(255,255,255,.82);

    font-size: 10px;

    text-decoration: none;

    white-space: nowrap;

    transition: color .3s ease;
}

.mobile-corbett-contact-item:hover {
    color: #d5b36a;
}


/* Contact icons */

.mobile-corbett-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    color: #d5b36a;

    font-size: 10px;
}


/* =========================================================
   OFFER BAR
========================================================= */

.mobile-corbett-offer {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 34px;

    padding: 7px 10px;

    background: #c59d52;

    color: #102d24;

    font-size: 10px;

    font-weight: 500;

    text-align: center;
}

.mobile-corbett-offer strong {
    font-weight: 800;
}

.mobile-corbett-offer-icon {
    font-size: 11px;
}


/* Offer badge */

.mobile-corbett-offer-badge {
    margin-left: 3px;

    padding: 3px 6px;

    border-radius: 3px;

    background: rgba(16,45,36,.15);

    font-size: 7px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .3px;
}


/* =========================================================
   MOBILE ONLY
========================================================= */

@media (max-width: 991px) {

    .mobile-corbett-topbar {
        display: block;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .mobile-corbett-contact {
        gap: 10px;

        justify-content: space-between;
    }

    .mobile-corbett-contact-item {
        font-size: 12px;

        gap: 5px;
    }

    .mobile-corbett-offer {
        font-size: 12px;

        gap: 5px;
    }

    .mobile-corbett-offer-badge {
        display: none;
    }

}


/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 360px) {

    .mobile-corbett-contact {
        flex-direction: column;

        gap: 5px;

        padding: 7px;
    }

    .mobile-corbett-contact-item {
        max-width: 100%;
    }

}

/* =========================================================
   PREMIUM CORBETT HERO SLIDER
========================================================= */

.corbett-hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #102d24;
}


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

.corbett-hero-slider .carousel-item {
    position: relative;

    height: 680px;

    overflow: hidden;
}


/* =========================================================
   HERO IMAGE
========================================================= */

.corbett-hero-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
}

.corbett-hero-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    display: block;

    transform: scale(1.01);

    transition: transform 7s ease;
}


/* Subtle zoom when active */

.corbett-hero-slider .carousel-item.active
.corbett-hero-image img {
    transform: scale(1.08);
}


/* =========================================================
   DARK IMAGE OVERLAY
========================================================= */

.corbett-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(8, 25, 19, .88) 0%,
            rgba(8, 25, 19, .65) 38%,
            rgba(8, 25, 19, .25) 72%,
            rgba(8, 25, 19, .35) 100%
        );

    z-index: 1;
}


/* Bottom gradient */

.corbett-hero-overlay::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 180px;

    background: linear-gradient(
        transparent,
        rgba(8, 25, 19, .55)
    );
}


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

.corbett-hero-content {
    position: absolute;

    z-index: 3;

    top: 50%;
    left: 8%;

    transform: translateY(-50%);

    width: min(650px, 55%);

    color: #ffffff;
}


/* =========================================================
   LABEL
========================================================= */

.corbett-hero-label {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 18px;

    padding: 8px 13px;

    border: 1px solid rgba(213,179,106,.5);

    border-radius: 30px;

    background: rgba(16,45,36,.45);

    color: #e0bf7a;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    backdrop-filter: blur(5px);
}

.corbett-hero-label i {
    font-size: 11px;
}


/* =========================================================
   HEADING
========================================================= */

.corbett-hero-content h1,
.corbett-hero-content h2 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: clamp(40px, 4.5vw, 66px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}

.corbett-hero-content h1 span,
.corbett-hero-content h2 span {
    color: #dfbd76;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.corbett-hero-content p {
    max-width: 590px;

    margin: 0 0 28px;

    color: rgba(255,255,255,.86);

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================================
   BUTTONS
========================================================= */

.corbett-hero-buttons {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;
}


/* Primary */

.corbett-hero-primary {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 49px;

    padding: 0 22px;

    border-radius: 5px;

    background: #c59d52;

    color: #102d24;

    font-size: 14px;

    font-weight: 800;

    text-decoration: none;

    transition: all .3s ease;
}

.corbett-hero-primary i {
    font-size: 10px;

    transition: transform .3s ease;
}

.corbett-hero-primary:hover {
    background: #ffffff;

    color: #102d24;

    transform: translateY(-2px);
}

.corbett-hero-primary:hover i {
    transform: translateX(4px);
}


/* Secondary */

.corbett-hero-secondary {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 49px;

    padding: 0 22px;

    border: 1px solid rgba(255,255,255,.55);

    border-radius: 5px;

    background: rgba(255,255,255,.06);

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    backdrop-filter: blur(4px);

    transition: all .3s ease;
}

.corbett-hero-secondary:hover {
    background: #ffffff;

    border-color: #ffffff;

    color: #102d24;
}


/* =========================================================
   SLIDER INDICATORS
========================================================= */

.corbett-slider-dots {
    z-index: 5;

    left: 8%;

    right: auto;

    bottom: 35px;

    justify-content: flex-start;

    margin: 0;

    gap: 7px;
}

.corbett-slider-dots button {
    width: 28px;
    height: 3px;

    margin: 0 !important;

    border: 0;

    border-radius: 3px;

    background-color: rgba(255,255,255,.45);

    opacity: 1;

    transition: all .3s ease;
}

.corbett-slider-dots button.active {
    width: 55px;

    background-color: #d5b36a;
}


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

.corbett-slider-arrow {
    z-index: 5;

    top: 50%;

    width: auto;

    height: auto;

    opacity: 1;

    transform: translateY(-50%);
}

.corbett-slider-arrow.carousel-control-prev {
    left: 25px;
}

.corbett-slider-arrow.carousel-control-next {
    right: 25px;
}

.corbett-arrow-icon {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.3);

    border-radius: 50%;

    background: rgba(0,0,0,.2);

    color: #ffffff;

    font-size: 12px;

    backdrop-filter: blur(4px);

    transition: all .3s ease;
}

.corbett-slider-arrow:hover .corbett-arrow-icon {
    background: #c59d52;

    border-color: #c59d52;

    color: #102d24;
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199px) {

    .corbett-hero-slider .carousel-item {
        height: 610px;
    }

    .corbett-hero-content {
        left: 7%;

        width: 62%;
    }

    .corbett-hero-content h1,
    .corbett-hero-content h2 {
        font-size: 50px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .corbett-hero-slider .carousel-item {
        height: 570px;
    }

    .corbett-hero-content {
        left: 7%;

        width: 70%;
    }

    .corbett-hero-content h1,
    .corbett-hero-content h2 {
        font-size: 44px;

        letter-spacing: -1px;
    }

    .corbett-hero-content p {
        font-size: 14px;

        line-height: 1.7;
    }

    .corbett-slider-arrow.carousel-control-prev {
        left: 15px;
    }

    .corbett-slider-arrow.carousel-control-next {
        right: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .corbett-hero-slider .carousel-item {
        height: 590px;
    }


    /* Center image */

    .corbett-hero-image img {
        object-position: 58% center;
    }


    /* Stronger mobile overlay */

    .corbett-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(8,25,19,.28) 0%,
                rgba(8,25,19,.62) 48%,
                rgba(8,25,19,.94) 100%
            );
    }


    .corbett-hero-content {
        top: auto;

        bottom: 72px;

        left: 20px;
        right: 20px;

        transform: none;

        width: auto;

        text-align: left;
    }


    .corbett-hero-label {
        margin-bottom: 12px;

        padding: 6px 10px;

        font-size: 8px;

        letter-spacing: .7px;
    }


    .corbett-hero-content h1,
    .corbett-hero-content h2 {
        margin-bottom: 12px;

        font-size: 34px;

        line-height: 1.12;

        letter-spacing: -.5px;
    }


    .corbett-hero-content p {
        margin-bottom: 18px;

        font-size: 12px;

        line-height: 1.65;
    }


    .corbett-hero-buttons {
        gap: 8px;
    }


    .corbett-hero-primary,
    .corbett-hero-secondary {
        min-height: 42px;

        padding: 0 14px;

        font-size: 12px;
    }


    .corbett-slider-arrow {
        display: none;
    }


    .corbett-slider-dots {
        left: 20px;

        bottom: 22px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .corbett-hero-slider .carousel-item {
        height: 450px;
    }

    .corbett-hero-content {
        bottom: 65px;

        left: 16px;
        right: 16px;
    }

    .corbett-hero-content h1,
    .corbett-hero-content h2 {
        font-size: 29px;
    }

    .corbett-hero-content p {
        font-size: 14px;

        max-width: 100%;
    }

    .corbett-hero-primary,
    .corbett-hero-secondary {
        min-height: 40px;

        padding: 0 11px;

        font-size: 14px;
    }

    .corbett-slider-dots {
        left: 16px;

        bottom: 17px;
    }

}
/* =====================================================
   CORBETT PREMIUM HEADER
===================================================== */

.corbett-main-header {
    position: relative;

    width: 100%;

    z-index: 999;

    background: #ffffff;

    border-bottom: 1px solid rgba(20, 55, 43, 0.08);

    transition: all 0.3s ease;
}


/* =====================================================
   HEADER CONTAINER
===================================================== */

.corbett-header-container {
    width: 100%;

    max-width: 1440px;

    margin: 0 auto;

    padding: 0 35px;
}


.corbett-header-inner {
    min-height: 88px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}


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

.corbett-brand {
    flex-shrink: 0;
}


.corbett-brand-link {
    display: flex;

    align-items: center;

    text-decoration: none;
}


.corbett-logo {
    display: block;

    width: 180px;

    max-width: 100%;

    height: auto;

    object-fit: contain;
}


/* =====================================================
   NAVIGATION
===================================================== */

.corbett-navigation {
    display: flex;

    align-items: center;

    justify-content: center;

    flex: 1;
}


.corbett-nav-menu ul {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

    margin: 0;

    padding: 0;

    list-style: none;
}


.corbett-nav-menu li {
    position: relative;

    list-style: none;
}


.corbett-nav-menu li a {
    position: relative;

    display: flex;

    align-items: center;

    min-height: 88px;

    padding: 0 17px;

    color: #173d30;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 0.2px;

    text-decoration: none;

    transition: all 0.3s ease;
}


/* Underline */

.corbett-nav-menu li a::after {
    content: "";

    position: absolute;

    left: 17px;

    right: 17px;

    bottom: 20px;

    height: 2px;

    border-radius: 5px;

    background: #c69d52;

    transform: scaleX(0);

    transform-origin: center;

    transition: transform 0.3s ease;
}


.corbett-nav-menu li a:hover,
.corbett-nav-menu li.active a {
    color: #b1843e;
}


.corbett-nav-menu li a:hover::after,
.corbett-nav-menu li.active a::after {
    transform: scaleX(1);
}


/* =====================================================
   RIGHT SIDE
===================================================== */

.corbett-header-actions {
    display: flex;

    align-items: center;

    gap: 15px;

    flex-shrink: 0;
}


/* =====================================================
   BOOK BUTTON
===================================================== */

.corbett-book-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 44px;

    padding: 0 18px;

    border-radius: 4px;

    background: #173d30;

    color: #ffffff;

    font-size: 11px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    text-decoration: none;

    transition: all 0.3s ease;
}


.corbett-book-button i {
    font-size: 10px;

    transition: transform 0.3s ease;
}


.corbett-book-button:hover {
    background: #c69d52;

    color: #173d30;

    transform: translateY(-2px);
}


.corbett-book-button:hover i {
    transform: translateX(4px);
}


/* =====================================================
   MOBILE BUTTON
===================================================== */

.corbett-mobile-toggle {
    display: none;

    width: 42px;

    height: 42px;

    padding: 0;

    border: 0;

    border-radius: 4px;

    background: #173d30;

    color: #ffffff;

    font-size: 16px;

    cursor: pointer;

    transition: all 0.3s ease;
}


.corbett-mobile-toggle:hover {
    background: #c69d52;

    color: #173d30;
}


/* =====================================================
   STICKY HEADER
===================================================== */

.corbett-main-header.sticky,
.corbett-main-header.header-sticky {
    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    background: rgba(255, 255, 255, 0.97);

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);

    backdrop-filter: blur(8px);
}


.corbett-main-header.sticky .corbett-header-inner,
.corbett-main-header.header-sticky .corbett-header-inner {
    min-height: 75px;
}


.corbett-main-header.sticky .corbett-nav-menu li a,
.corbett-main-header.header-sticky .corbett-nav-menu li a {
    min-height: 75px;
}


/* =====================================================
   LARGE TABLET
===================================================== */

@media (max-width: 1199px) {

    .corbett-header-container {
        padding: 0 25px;
    }


    .corbett-header-inner {
        gap: 15px;
    }


    .corbett-logo {
        width: 155px;
    }


    .corbett-nav-menu li a {
        padding: 0 10px;

        font-size: 12px;
    }


    .corbett-nav-menu li a::after {
        left: 10px;

        right: 10px;
    }


    .corbett-book-button {
        padding: 0 14px;
    }

}


/* =====================================================
   TABLET / MOBILE
===================================================== */

@media (max-width: 991px) {

    .corbett-header-container {
        padding: 0 20px;
    }


    .corbett-header-inner {
        min-height: 75px;
    }


    .corbett-logo {
        width: 150px;
    }


    /* Hide desktop navigation */

    .corbett-navigation {
        display: none;
    }


    /* Hide booking button */

    .corbett-book-button {
        display: none;
    }


    /* Show mobile button */

    .corbett-mobile-toggle {
        display: flex;

        align-items: center;

        justify-content: center;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 575px) {

    .corbett-header-container {
        padding: 0 15px;
    }


    .corbett-header-inner {
        min-height: 68px;

        gap: 10px;
    }


    .corbett-logo {
        width: 135px;
    }


    .corbett-mobile-toggle {
        width: 40px;

        height: 40px;

        font-size: 15px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 380px) {

    .corbett-logo {
        width: 125px;
    }


    .corbett-mobile-toggle {
        width: 38px;

        height: 38px;
    }

}

.btn-whatsapp-pulse {
    background: #e63839;
    color: white;
    position: fixed;
    bottom: 85px;
    right: 20px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 28px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
    transform: rotate(180deg);
}


.footer-oll-now {
    bottom: 0px;
    color: #fff !important;
    font-size: 22px !important;
    cursor: pointer;
    font-size: 30px;
     display: block; 
    font-weight: 700;
    line-height: 56px;
     width:100%;
    position: fixed;
    z-index: 999;
    text-align: center;
    background-color: #173b2c;
}

.footer-oll-now a{
	color: #fff !important;
}

========================================= */

.corbett-about-page {
    background: #f6f8f4;
    color: #26352b;
    font-family: inherit;
}

/* Breadcrumb */
.corbett-page-banner {
    position: relative;
    min-height: 310px;
    display: flex;
    align-items: center;
  
         background-image: url("https://yinfotech.co.in/jimcorbet/assets/img/corbett-banner.jpg");
}

.corbett-page-banner-inner {
    text-align: center;
    color: #fff;
    width: 100%;
}

.corbett-page-banner-inner h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: .3px;
    color:#fff;
}

.corbett-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.corbett-breadcrumb li {
    color: rgba(255,255,255,.85);
    font-size: 15px;
}

.corbett-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.corbett-breadcrumb a:hover {
    color: #d6ad60;
}

/* Main Section */
.corbett-about-area {
    padding: 90px 0;
}

.corbett-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 45px;
    align-items: start;
}

/* Main Content */
.corbett-about-content {
    background: #fff;
    border-radius: 18px;
    padding: 45px;
    box-shadow: 0 12px 40px rgba(24, 46, 32, .08);
}

.corbett-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #267446;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.corbett-eyebrow::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #d19d3c;
}

.corbett-about-content h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #183524;
    margin: 0 0 20px;
}

.corbett-about-content p {
    font-size: 16px;
    line-height: 1.85;
    color: #5c675f;
    margin-bottom: 18px;
}

.corbett-highlight {
    margin: 30px 0;
    padding: 25px 28px;
    border-left: 4px solid #d19d3c;
    background: #f5f8f3;
    border-radius: 0 12px 12px 0;
}

.corbett-highlight p {
    margin: 0;
    color: #34483a;
    font-weight: 500;
}

/* Information Cards */
.corbett-info-heading {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #183524;
}

.corbett-business-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 35px;
}

.corbett-business-card {
    padding: 19px 20px;
    border: 1px solid #e4ebe4;
    border-radius: 12px;
    background: #fbfcfa;
}

.corbett-business-card span {
    display: block;
    color: #7a857d;
    font-size: 13px;
    margin-bottom: 5px;
}

.corbett-business-card strong {
    color: #253c2d;
    font-size: 15px;
    line-height: 1.5;
}

/* Address */
.corbett-address-box {
    background: linear-gradient(135deg, #1b4a2c, #28683e);
    padding: 27px;
    border-radius: 14px;
    color: #fff;
    margin: 25px 0 35px;
}

.corbett-address-box h4 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 20px;
}

.corbett-address-box p {
    color: rgba(255,255,255,.88);
    margin: 0;
}

/* Services */
.corbett-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
}

.corbett-service-list li {
    position: relative;
    padding: 17px 18px 17px 45px;
    background: #f7f9f6;
    border-radius: 10px;
    color: #3f5145;
    font-size: 15px;
    font-weight: 500;
}

.corbett-service-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 17px;
    top: 17px;
    color: #27804a;
}

/* Commitment */
.corbett-commitment-box {
    padding: 28px;
    border: 1px solid #e3e9e2;
    border-radius: 14px;
    background: #fff;
}

.corbett-commitment-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.corbett-commitment-box li {
    position: relative;
    padding: 10px 0 10px 30px;
    color: #536058;
}

.corbett-commitment-box li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 10px;
    color: #28804a;
}

/* Disclaimer */
.corbett-disclaimer {
    margin-top: 30px;
    padding: 24px;
    background: #fff7e7;
    border: 1px solid #f0d9a7;
    border-radius: 12px;
}

.corbett-disclaimer h4 {
    margin: 0 0 8px;
    color: #805d20;
}

.corbett-disclaimer p {
    margin: 0;
    color: #685b43;
}

/* Mission */
.corbett-mission {
    margin-top: 30px;
    padding: 30px;
    border-radius: 14px;
    background: #eef6ee;
}

.corbett-mission h3 {
    color: #1b5832;
    margin: 0 0 10px;
}

.corbett-mission p {
    margin: 0;
}

/* =========================================
   BOOKING SIDEBAR
========================================= */

.corbett-booking-panel {
    position: sticky;
    top: 30px;
}

.corbett-booking-card {
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(24, 46, 32, .12);
}

.corbett-booking-header {
    padding: 28px 28px 24px;
    background: linear-gradient(135deg, #173b26, #276c3f);
    color: #fff;
}

.corbett-booking-header .booking-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.13);
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 20px;
}

.corbett-booking-header h3 {
    color: #fff;
    font-size: 23px;
    margin: 0 0 7px;
}

.corbett-booking-header p {
    color: rgba(255,255,255,.78);
    margin: 0;
    font-size: 14px;
}

.corbett-booking-body {
    padding: 28px;
}

.corbett-field {
    margin-bottom: 17px;
}

.corbett-field label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #34483a;
}

.corbett-field input {
    width: 100%;
    height: 49px;
    padding: 0 15px;
    border: 1px solid #dce5dc;
    border-radius: 9px;
    background: #fbfcfb;
    color: #26352b;
    outline: none;
    transition: .25s;
}

.corbett-field input:focus {
    border-color: #32804c;
    box-shadow: 0 0 0 3px rgba(50,128,76,.09);
    background: #fff;
}

/* Requirement area */
.corbett-requirements {
    margin: 20px 0;
}

.corbett-requirements-title {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #34483a;
}

.corbett-check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.corbett-check-item {
    position: relative;
}

.corbett-check-item input {
    position: absolute;
    opacity: 0;
}

.corbett-check-item label {
    display: block;
    padding: 11px 10px;
    border: 1px solid #dce5dc;
    border-radius: 8px;
    background: #fafcfa;
    font-size: 12px;
    color: #526158;
    cursor: pointer;
    transition: .25s;
}

.corbett-check-item input:checked + label {
    border-color: #2d7b48;
    background: #edf7ef;
    color: #1f6538;
    font-weight: 600;
}

/* Submit */
.corbett-submit-btn {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 9px;
    background: #d09b36;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

.corbett-submit-btn:hover {
    background: #b98225;
    transform: translateY(-2px);
}

.corbett-booking-note {
    text-align: center;
    font-size: 12px;
    color: #89938c;
    margin: 15px 0 0;
}

/* Responsive */
@media (max-width: 991px) {

    .corbett-about-grid {
        grid-template-columns: 1fr;
    }

    .corbett-booking-panel {
        position: static;
    }

    .corbett-page-banner-inner h1 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {

    .corbett-about-area {
        padding: 55px 0;
    }

    .corbett-about-content {
        padding: 28px 22px;
    }

    .corbett-about-content h2 {
        font-size: 30px;
    }

    .corbett-business-grid,
    .corbett-service-list {
        grid-template-columns: 1fr;
    }

    .corbett-check-grid {
        grid-template-columns: 1fr;
    }

    .corbett-booking-body {
        padding: 22px;
    }

    .corbett-page-banner {
        min-height: 240px;
    }

    .corbett-page-banner-inner h1 {
        font-size: 32px;
    }
}

/* =========================================
   CORBETT SAFARI BOOKING - NEW DESIGN
========================================= */

.corbett-adventure-area {
    position: relative;
    padding: 85px 0;
    background: #f5f7f3;
    overflow: hidden;
}

.corbett-adventure-area::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(39, 112, 61, 0.06);
    top: -160px;
    left: -120px;
}

.corbett-wrap {
    width: min(1180px, 92%);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.corbett-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 40px;
    align-items: start;
}


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

.corbett-main {
    min-width: 0;
}

.corbett-intro-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 42px;
    border: 1px solid #e3e9e2;
    box-shadow: 0 12px 40px rgba(30, 55, 35, 0.07);
}

.corbett-label,
.corbett-mini-tag,
.corbett-form-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 30px;
    background: #e7f2e8;
    color: #24703d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.corbett-heading {
    margin: 14px 0 18px;
    color: #193d29;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
}

.corbett-intro-card p {
    margin: 0 0 18px;
    color: #5d685f;
    font-size: 16px;
    line-height: 1.85;
}

.corbett-intro-card p:last-child {
    margin-bottom: 0;
}

.corbett-lead {
    color: #394d40 !important;
    font-size: 17px !important;
}


/* =========================================
   INFORMATION PANEL
========================================= */

.corbett-info-panel {
    margin-top: 28px;
    padding: 36px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e1e8df;
    box-shadow: 0 10px 35px rgba(30, 55, 35, 0.06);
}

.corbett-panel-head {
    margin-bottom: 25px;
}

.corbett-panel-head h3 {
    margin: 12px 0 10px;
    color: #193d29;
    font-size: 28px;
    font-weight: 800;
}

.corbett-panel-head p {
    margin: 0;
    color: #687269;
    line-height: 1.7;
}

.corbett-table-scroll {
    width: 100%;
    overflow-x: auto;
}

.corbett-data-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
    overflow: hidden;
    border-radius: 10px;
}

.corbett-data-table th {
    padding: 16px 18px;
    text-align: left;
    background: #214f32;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.corbett-data-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e5ebe5;
    color: #566158;
    font-size: 14px;
    line-height: 1.6;
}

.corbett-data-table td:first-child {
    width: 30%;
    color: #25452f;
    font-weight: 700;
    background: #f7faf6;
}

.corbett-data-table tr:last-child td {
    border-bottom: none;
}

.corbett-data-table tbody tr:hover td {
    background: #f1f7f1;
}

.corbett-note {
    margin-top: 20px;
    padding: 15px 18px;
    border-left: 4px solid #3e8750;
    background: #f0f6f0;
    color: #58635a;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   BENEFITS
========================================= */

.corbett-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.corbett-benefit {
    display: flex;
    gap: 13px;
    padding: 23px 18px;
    background: #ffffff;
    border: 1px solid #e3e9e2;
    border-radius: 14px;
    transition: 0.3s ease;
}

.corbett-benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(30, 55, 35, 0.09);
}

.corbett-benefit-icon {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e6f2e7;
    color: #28713e;
    font-size: 17px;
}

.corbett-benefit h4 {
    margin: 0 0 6px;
    color: #23462f;
    font-size: 16px;
}

.corbett-benefit p {
    margin: 0;
    color: #727a73;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================
   BOOKING SIDEBAR
========================================= */

.corbett-sidebar {
    position: sticky;
    top: 25px;
}

.corbett-booking-box {
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #dfe7df;
    box-shadow: 0 18px 45px rgba(25, 60, 35, 0.12);
}

.corbett-booking-top {
    padding: 30px 28px 25px;
    background: linear-gradient(
        145deg,
        #193d29,
        #28633a
    );
}

.corbett-booking-top .corbett-form-tag {
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
}

.corbett-booking-top h3 {
    margin: 14px 0 9px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.25;
}

.corbett-booking-top p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.7;
}


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

.corbett-enquiry-form {
    padding: 28px;
}

.corbett-field {
    margin-bottom: 17px;
}

.corbett-field label {
    display: block;
    margin-bottom: 7px;
    color: #344239;
    font-size: 13px;
    font-weight: 700;
}

.corbett-field input {
    width: 100%;
    height: 49px;
    padding: 0 15px;
    border: 1px solid #d8e0d8;
    border-radius: 8px;
    background: #fafcf9;
    color: #27372c;
    font-size: 14px;
    outline: none;
    transition: 0.25s ease;
    box-sizing: border-box;
}

.corbett-field input:focus {
    border-color: #39814b;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(57, 129, 75, 0.09);
}

.corbett-field input::placeholder {
    color: #9aa39b;
}


/* =========================================
   CHECKBOX REQUIREMENTS
========================================= */

.corbett-requirements {
    margin-top: 6px;
    padding: 17px;
    border-radius: 10px;
    background: #f5f8f4;
    border: 1px solid #e2e9e1;
}

.corbett-requirement-title {
    display: block;
    margin-bottom: 12px;
    color: #314238;
    font-size: 13px;
    font-weight: 800;
}

.corbett-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 12px 10px 0;
    color: #5c675e;
    font-size: 13px;
    cursor: pointer;
}

.corbett-check input {
    width: 15px;
    height: 15px;
    accent-color: #2c7741;
}


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

.corbett-submit {
    margin-top: 8px;
}

.corbett-submit button {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 9px;
    background: #2d7a42;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s ease;
}

.corbett-submit button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.corbett-submit button:hover {
    background: #1f5d31;
}

.corbett-submit button:hover i {
    transform: translateX(4px);
}


/* =========================================
   FORM ASSURANCE
========================================= */

.corbett-assurance {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 16px 24px;
    background: #f5f8f4;
    border-top: 1px solid #e5ebe4;
    color: #707970;
    font-size: 11px;
    line-height: 1.6;
}

.corbett-assurance i {
    margin-top: 2px;
    color: #3d814e;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .corbett-grid {
        grid-template-columns: 1fr;
    }

    .corbett-sidebar {
        position: relative;
        top: auto;
    }

    .corbett-benefits {
        grid-template-columns: 1fr;
    }

    .corbett-booking-box {
        max-width: 650px;
        margin: 0 auto;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .corbett-adventure-area {
        padding: 55px 0;
    }

    .corbett-wrap {
        width: 94%;
    }

    .corbett-intro-card {
        padding: 28px 20px;
        border-radius: 14px;
    }

    .corbett-heading {
        font-size: 29px;
    }

    .corbett-intro-card p {
        font-size: 14px;
        line-height: 1.75;
    }

    .corbett-lead {
        font-size: 15px !important;
    }

    .corbett-info-panel {
        padding: 23px 16px;
        border-radius: 14px;
    }

    .corbett-panel-head h3 {
        font-size: 23px;
    }

    .corbett-data-table th,
    .corbett-data-table td {
        padding: 13px;
        font-size: 13px;
    }

    .corbett-booking-top {
        padding: 25px 20px;
    }

    .corbett-booking-top h3 {
        font-size: 24px;
    }

    .corbett-enquiry-form {
        padding: 22px 20px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .corbett-heading {
        font-size: 26px;
    }

    .corbett-label,
    .corbett-mini-tag,
    .corbett-form-tag {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .corbett-benefit {
        padding: 18px 15px;
    }

    .corbett-check {
        display: flex;
        margin-right: 0;
    }

}
 .corbett-container{
        max-width:1180px;
        margin:auto;
    }
    .corbett-layout{
        display:grid;
        grid-template-columns:2fr 1fr;
        gap:35px;
        align-items:start;
    }
    .corbett-main,
    .booking-panel{
        background:#fff;
        border-radius:18px;
        box-shadow:0 8px 30px rgba(25,55,30,.08);
    }
    .corbett-main{padding:38px}
    .eyebrow{
        display:inline-block;
        color:#23864a;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:13px;
        margin-bottom:10px;
    }
    .corbett-main h1{
        font-size:38px;
        line-height:1.2;
        margin-bottom:22px;
        color:#183b25;
    }
    .corbett-main p{
        margin-bottom:18px;
        color:#59665b;
    }
    .booking-panel{
        background:linear-gradient(145deg,#e9f5eb,#f8fbf7);
        padding:28px;
        position:sticky;
        top:20px;
    }
    .booking-panel h2{
        font-size:24px;
        color:#183b25;
        margin-bottom:7px;
    }
    .booking-panel .intro{
        color:#667269;
        font-size:14px;
        margin-bottom:20px;
    }
    .field-group{margin-bottom:15px}
    .field-group label{
        display:block;
        font-weight:600;
        font-size:14px;
        margin-bottom:6px;
        color:#304237;
    }
    .field-group input{
        width:100%;
        border:1px solid #d3ded5;
        border-radius:9px;
        padding:12px 13px;
        background:#fff;
        outline:none;
    }
    .field-group input:focus{
        border-color:#2d9653;
        box-shadow:0 0 0 3px rgba(45,150,83,.1);
    }
    .requirements{
        margin:20px 0;
        padding:16px;
        background:#fff;
        border-radius:12px;
    }
    .requirements h3{
        font-size:15px;
        margin-bottom:10px;
    }
    .check-item{
        display:flex;
        gap:9px;
        align-items:center;
        margin:8px 0;
        font-size:14px;
    }
    .check-item input{accent-color:#23864a}
    .submit-btn{
        width:100%;
        border:0;
        border-radius:10px;
        padding:13px 18px;
        background:#23864a;
        color:#fff;
        font-size:15px;
        font-weight:700;
        cursor:pointer;
        transition:.2s ease;
    }
    .submit-btn:hover{background:#176b38}
    .packages-section{
        padding:20px 20px 75px;
    }
    .section-heading{
        text-align:center;
        margin-bottom:35px;
    }
    .section-heading span{
        color:#23864a;
        font-size:13px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:1px;
    }
    .section-heading h2{
        margin-top:7px;
        color:#183b25;
        font-size:34px;
    }
    .package-grid{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:25px;
    }
    .package-card{
        background:#fff;
        border-radius:16px;
        overflow:hidden;
        box-shadow:0 7px 25px rgba(25,55,30,.08);
        transition:transform .2s ease,box-shadow .2s ease;
    }
    .package-card:hover{
        transform:translateY(-5px);
        box-shadow:0 12px 30px rgba(25,55,30,.13);
    }
    .package-image{
        width:100%;
        height:220px;
        object-fit:cover;
        display:block;
    }
    .package-body{padding:22px}
    .rating{
        color:#e29a20;
        font-size:14px;
        margin-bottom:8px;
    }
    .package-body h3{
        color:#183b25;
        font-size:21px;
        line-height:1.35;
        margin-bottom:10px;
    }
    .package-body p{
        color:#667269;
        font-size:14px;
        margin-bottom:18px;
    }
    .details-link{
        display:inline-block;
        background:#eef7f0;
        color:#23864a;
        padding:9px 15px;
        border-radius:8px;
        font-size:14px;
        font-weight:700;
    }
    @media(max-width:900px){
        .corbett-layout{grid-template-columns:1fr}
        .booking-panel{position:static}
        .package-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:600px){
        .corbett-section{padding:40px 14px}
        .corbett-main{padding:25px 20px}
        .corbett-main h1{font-size:29px}
        .package-grid{grid-template-columns:1fr}
        .section-heading h2{font-size:27px}
        .package-image{height:210px}
    }
    
    /* Contact Cards Section */
.contact-cards-section {
    padding: 50px 0 25px 0;
}

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

.contact-card {
    background: var(--card-bg);
    padding: 30px 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.card-icon {
    width: 50px;
    height: 50px;
    background-color: var(--primary-green);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.card-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.card-content h3 a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-content h3 a:hover {
    color: var(--primary-green);
}

.card-content p {
    font-size: 14px;
    color: #666666;
}

/* Contact Form & Map Section */
.contact-form-section {
    padding: 25px 0 50px 0;
}

.form-map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.map-container {
    height: 100%;
    min-height: 450px;
    border-radius: 8px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: 0;
}

/* Booking Sidebar Form Widget */
.booking-widget {
    background-color: var(--bg-accent);
    padding: 30px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.booking-widget h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111111;
}

.booking-form .form-group {
    margin-bottom: 16px;
}

.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="tel"],
.booking-form input[type="date"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: var(--white);
    font-size: 14px;
    outline: none;
}

.booking-form label {
    display: block;
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
}

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

.checkbox-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.checkbox-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.captcha-wrapper {
    margin-top: 15px;
    overflow-x: auto;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background-color: var(--primary-green);
    color: var(--white);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-btn:hover {
    background-color: var(--primary-dark);
}

/* Responsive Media Queries */
@media (max-width: 992px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .form-map-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .booking-widget {
        padding: 20px;
    }
}

/* --------------------------------- GLOBAL CONTACT STYLES --------------------------------- */ .contact-info-section, .travel-contact-section { width: 100%; padding: 70px 20px; } .contact-info-section { background: #f6f9f5; } .contact-container { width: 100%; max-width: 1180px; margin: 0 auto; } /* --------------------------------- CONTACT INFORMATION CARDS --------------------------------- */ .contact-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; } .contact-info-card { min-height: 190px; display: flex; align-items: flex-start; gap: 18px; padding: 30px 25px; background: #ffffff; border-radius: 16px; border: 1px solid #e3ebe4; box-shadow: 0 8px 25px rgba(25, 55, 30, 0.07); transition: all 0.3s ease; } .contact-info-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(25, 55, 30, 0.12); } .contact-icon { width: 55px; height: 55px; min-width: 55px; display: flex; align-items: center; justify-content: center; background: #eaf6ed; border-radius: 50%; } .contact-icon img { width: 28px; height: 28px; object-fit: contain; } .contact-details h3 { margin: 0 0 10px; font-size: 17px; line-height: 1.4; color: #193d26; } .contact-details h3 a { color: #193d26; text-decoration: none; transition: color 0.2s ease; } .contact-details h3 a:hover { color: #27894b; } .contact-details p { margin: 0; color: #68736b; font-size: 14px; line-height: 1.7; } /* --------------------------------- MAP + BOOKING LAYOUT --------------------------------- */ .travel-contact-section { background: #ffffff; } .travel-contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 35px; align-items: stretch; } /* --------------------------------- MAP --------------------------------- */ .map-card { overflow: hidden; min-height: 450px; border-radius: 18px; background: #f1f4f1; box-shadow: 0 10px 30px rgba(25, 55, 30, 0.08); } .map-frame { width: 100%; height: 100%; min-height: 450px; } .map-frame iframe { display: block; width: 100%; height: 100%; min-height: 450px; border: 0; } /* --------------------------------- BOOKING PANEL --------------------------------- */ .trip-booking-card { padding: 32px; background: #edf7ef; border: 1px solid #dbeadd; border-radius: 18px; box-shadow: 0 10px 30px rgba(25, 55, 30, 0.10); } .booking-heading { margin-bottom: 25px; } .booking-heading > span { display: inline-block; margin-bottom: 6px; color: #27894b; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; } .booking-heading h2 { margin: 0 0 8px; color: #193d26; font-size: 27px; line-height: 1.3; } .booking-heading p { margin: 0; color: #68736b; font-size: 14px; line-height: 1.7; } /* --------------------------------- FORM --------------------------------- */ .booking-field { margin-bottom: 16px; } .booking-field label { display: block; margin-bottom: 7px; color: #304137; font-size: 14px; font-weight: 600; } .booking-field input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #d2dfd4; border-radius: 9px; outline: none; background: #ffffff; color: #26352b; font-size: 14px; transition: all 0.2s ease; } .booking-field input::placeholder { color: #9aa49d; } .booking-field input:focus { border-color: #27894b; box-shadow: 0 0 0 3px rgba(39, 137, 75, 0.10); } /* --------------------------------- REQUIREMENTS --------------------------------- */ .trip-requirements { margin: 22px 0; padding: 18px; background: #ffffff; border-radius: 12px; border: 1px solid #e0e9e1; } .trip-requirements h3 { margin: 0 0 12px; color: #263d2d; font-size: 15px; } .requirement-option { display: inline-flex; align-items: center; gap: 8px; margin: 5px 15px 5px 0; color: #526057; font-size: 14px; cursor: pointer; } .requirement-option input { width: 16px; height: 16px; accent-color: #27894b; cursor: pointer; } /* --------------------------------- CAPTCHA --------------------------------- */ .captcha-box { margin: 18px 0; overflow-x: auto; } /* --------------------------------- SUBMIT BUTTON --------------------------------- */ .booking-submit-btn { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; border: 0; border-radius: 10px; background: #27894b; color: #ffffff; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.25s ease; } .booking-submit-btn span { font-size: 20px; line-height: 1; } .booking-submit-btn:hover { background: #176c38; transform: translateY(-2px); } /* --------------------------------- TABLET --------------------------------- */ @media (max-width: 992px) { .contact-info-grid { grid-template-columns: repeat(2, 1fr); } .travel-contact-grid { grid-template-columns: 1fr; } .map-card, .map-frame, .map-frame iframe { min-height: 400px; } } /* --------------------------------- MOBILE --------------------------------- */ @media (max-width: 650px) { .contact-info-section, .travel-contact-section { padding: 45px 15px; } .contact-info-grid { grid-template-columns: 1fr; gap: 18px; } .contact-info-card { min-height: auto; padding: 23px 20px; } .travel-contact-grid { gap: 22px; } .trip-booking-card { padding: 23px 18px; } .booking-heading h2 { font-size: 23px; } .map-card, .map-frame, .map-frame iframe { min-height: 330px; } .requirement-option { display: flex; margin-right: 0; } }


    /* MAIN SECTION */

    .corbett-visit-section {
        width: 100%;
        padding: 75px 20px;
        background: #f5f8f4;
    }


    .corbett-visit-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }


    /* TWO COLUMN LAYOUT */

    .corbett-visit-layout {
        display: grid;
        grid-template-columns: minmax(0, 1.65fr) minmax(330px, .85fr);
        gap: 40px;
        align-items: start;
    }


    /* CONTENT AREA */

    .corbett-visit-content {
        padding: 40px;
        background: #ffffff;
        border-radius: 18px;
        box-shadow: 0 8px 30px rgba(25, 55, 30, .07);
    }


    .corbett-section-label {
        display: inline-block;
        margin-bottom: 10px;
        color: #27884a;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }


    .corbett-visit-content > h2 {
        margin: 0 0 25px;
        color: #183b25;
        font-size: 36px;
        line-height: 1.25;
    }


    .corbett-visit-content > p {
        margin: 0 0 20px;
        color: #5f6b62;
        font-size: 15px;
        line-height: 1.85;
    }


    .corbett-visit-content > h3 {
        margin: 35px 0 20px;
        color: #183b25;
        font-size: 25px;
    }


    /* SEASON ITEMS */

    .corbett-season-item {
        display: flex;
        gap: 18px;
        margin-bottom: 18px;
        padding: 20px;
        background: #f7faf7;
        border: 1px solid #e3ebe4;
        border-radius: 12px;
    }


    .corbett-season-number {
        width: 42px;
        height: 42px;
        min-width: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #27884a;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
    }


    .corbett-season-content h4 {
        margin: 0 0 7px;
        color: #24452e;
        font-size: 18px;
    }


    .corbett-season-content p {
        margin: 0;
        color: #657168;
        font-size: 14px;
        line-height: 1.75;
    }


    /* HIGHLIGHT */

    .corbett-highlight-box {
        margin-top: 25px;
        padding: 22px 24px;
        border-left: 4px solid #27884a;
        border-radius: 0 12px 12px 0;
        background: #eaf6ed;
    }


    .corbett-highlight-box strong {
        display: block;
        margin-bottom: 7px;
        color: #183b25;
        font-size: 17px;
    }


    .corbett-highlight-box p {
        margin: 0;
        color: #526158;
        font-size: 14px;
        line-height: 1.75;
    }


    /* BOOKING PANEL */

    .corbett-booking-panel {
        position: sticky;
        top: 25px;
        padding: 30px;
        border-radius: 18px;
        background: linear-gradient(145deg, #e7f4e9, #f8fbf8);
        border: 1px solid #d9e8db;
        box-shadow: 0 10px 30px rgba(25, 55, 30, .10);
    }


    .corbett-booking-header {
        margin-bottom: 23px;
    }


    .corbett-booking-header > span {
        display: inline-block;
        margin-bottom: 6px;
        color: #27884a;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }


    .corbett-booking-header h2 {
        margin: 0 0 8px;
        color: #183b25;
        font-size: 27px;
        line-height: 1.3;
    }


    .corbett-booking-header p {
        margin: 0;
        color: #667269;
        font-size: 14px;
        line-height: 1.7;
    }


    /* FORM */

    .corbett-form-field {
        margin-bottom: 15px;
    }


    .corbett-form-field label {
        display: block;
        margin-bottom: 6px;
        color: #304237;
        font-size: 14px;
        font-weight: 600;
    }


    .corbett-form-field input {
        width: 100%;
        height: 47px;
        padding: 0 13px;
        border: 1px solid #d1ddd3;
        border-radius: 9px;
        outline: none;
        background: #ffffff;
        color: #28372d;
        font-size: 14px;
        transition: .2s ease;
    }


    .corbett-form-field input::placeholder {
        color: #9aa49d;
    }


    .corbett-form-field input:focus {
        border-color: #27884a;
        box-shadow: 0 0 0 3px rgba(39, 136, 74, .10);
    }


    /* REQUIREMENTS */

    .corbett-requirements {
        margin: 20px 0;
        padding: 17px;
        background: #ffffff;
        border: 1px solid #e0e8e1;
        border-radius: 11px;
    }


    .corbett-requirements h3 {
        margin: 0 0 12px;
        color: #29402f;
        font-size: 15px;
    }


    .corbett-check-option {
        display: flex;
        align-items: center;
        gap: 9px;
        margin: 9px 0;
        color: #526057;
        font-size: 14px;
        cursor: pointer;
    }


    .corbett-check-option input {
        width: 16px;
        height: 16px;
        accent-color: #27884a;
        cursor: pointer;
    }


    /* CAPTCHA */

    .corbett-captcha {
        margin: 18px 0;
        overflow-x: auto;
    }


    /* BUTTON */

    .corbett-submit-btn {
        width: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px 20px;
        border: 0;
        border-radius: 9px;
        background: #27884a;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        transition: .25s ease;
    }


    .corbett-submit-btn span {
        font-size: 20px;
        line-height: 1;
    }


    .corbett-submit-btn:hover {
        background: #176b38;
        transform: translateY(-2px);
    }


    /* TABLET */

    @media (max-width: 991px) {

        .corbett-visit-layout {
            grid-template-columns: 1fr;
        }

        .corbett-booking-panel {
            position: static;
        }

    }


    /* MOBILE */

    @media (max-width: 600px) {

        .corbett-visit-section {
            padding: 45px 15px;
        }

        .corbett-visit-content {
            padding: 25px 20px;
        }

        .corbett-visit-content > h2 {
            font-size: 29px;
        }

        .corbett-visit-content > h3 {
            font-size: 22px;
        }

        .corbett-season-item {
            gap: 12px;
            padding: 16px;
        }

        .corbett-season-number {
            width: 36px;
            height: 36px;
            min-width: 36px;
        }

        .corbett-season-content h4 {
            font-size: 16px;
        }

        .corbett-booking-panel {
            padding: 23px 18px;
        }

        .corbett-booking-header h2 {
            font-size: 24px;
        }

    }
    
    /* ===============================
       MAIN SECTION
    =============================== */

    .wildlife-guidelines-section {
        width: 100%;
        padding: 75px 20px;
        background: #f5f8f4;
    }


    .wildlife-guidelines-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }


    .wildlife-guidelines-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.65fr) minmax(320px, .85fr);
        gap: 38px;
        align-items: start;
    }


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

    .wildlife-guidelines-content {
        padding: 40px;
        background: #ffffff;
        border-radius: 18px;
        box-shadow: 0 8px 30px rgba(22, 54, 31, .07);
    }


    .wildlife-eyebrow {
        display: inline-block;
        margin-bottom: 10px;
        color: #27884a;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }


    .wildlife-guidelines-content > h2 {
        margin: 0 0 25px;
        color: #183b25;
        font-size: 36px;
        line-height: 1.25;
    }


    .wildlife-guidelines-content > p {
        margin: 0 0 20px;
        color: #5d6a61;
        font-size: 15px;
        line-height: 1.85;
    }


    /* ===============================
       RULE HEADINGS
    =============================== */

    .wildlife-rule-heading {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 35px 0 18px;
    }


    .wildlife-rule-heading h3 {
        margin: 0;
        color: #183b25;
        font-size: 23px;
    }


    .rule-icon {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 50%;
        background: #27884a;
        color: #ffffff;
        font-size: 19px;
        font-weight: 700;
    }


    .rule-icon-danger {
        background: #b84b42;
    }


    .wildlife-dont-heading {
        margin-top: 40px;
    }


    /* ===============================
       DO CARDS
    =============================== */

    .wildlife-rule-card {
        display: flex;
        gap: 17px;
        margin-bottom: 14px;
        padding: 18px;
        background: #f7faf7;
        border: 1px solid #e2eae3;
        border-radius: 11px;
    }


    .rule-number {
        width: 38px;
        height: 38px;
        min-width: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #e3f2e7;
        color: #27884a;
        font-size: 12px;
        font-weight: 700;
    }


    .wildlife-rule-card h4 {
        margin: 0 0 5px;
        color: #284531;
        font-size: 16px;
    }


    .wildlife-rule-card p {
        margin: 0;
        color: #69746d;
        font-size: 14px;
        line-height: 1.7;
    }


    /* ===============================
       DON'T LIST
    =============================== */

    .wildlife-dont-list {
        display: grid;
        gap: 10px;
    }


    .wildlife-dont-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 13px 15px;
        border-radius: 9px;
        background: #fff7f6;
        border: 1px solid #f0dfdc;
    }


    .wildlife-dont-item > span {
        width: 23px;
        height: 23px;
        min-width: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1px;
        border-radius: 50%;
        background: #b84b42;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
    }


    .wildlife-dont-item p {
        margin: 0;
        color: #5d625f;
        font-size: 14px;
        line-height: 1.65;
    }


    /* ===============================
       RESPONSIBILITY BOX
    =============================== */

    .wildlife-responsibility-note {
        display: flex;
        gap: 16px;
        margin-top: 30px;
        padding: 22px;
        border-left: 4px solid #27884a;
        border-radius: 0 12px 12px 0;
        background: #eaf5ed;
    }


    .responsibility-symbol {
        font-size: 30px;
        line-height: 1;
    }


    .wildlife-responsibility-note h3 {
        margin: 0 0 7px;
        color: #183b25;
        font-size: 18px;
    }


    .wildlife-responsibility-note p {
        margin: 0;
        color: #59665d;
        font-size: 14px;
        line-height: 1.7;
    }


    /* ===============================
       BOOKING SIDEBAR
    =============================== */

    .wildlife-booking-card {
        position: sticky;
        top: 25px;
        padding: 30px;
        border: 1px solid #d8e6da;
        border-radius: 18px;
        background: linear-gradient(
            145deg,
            #e7f4e9,
            #f9fcf9
        );
        box-shadow: 0 10px 30px rgba(25, 55, 30, .10);
    }


    .wildlife-booking-top {
        margin-bottom: 23px;
    }


    .wildlife-booking-top > span {
        display: inline-block;
        margin-bottom: 7px;
        color: #27884a;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }


    .wildlife-booking-top h2 {
        margin: 0 0 8px;
        color: #183b25;
        font-size: 26px;
        line-height: 1.3;
    }


    .wildlife-booking-top p {
        margin: 0;
        color: #66736a;
        font-size: 14px;
        line-height: 1.7;
    }


    /* ===============================
       FORM FIELDS
    =============================== */

    .wildlife-input-group {
        margin-bottom: 15px;
    }


    .wildlife-input-group label {
        display: block;
        margin-bottom: 6px;
        color: #304137;
        font-size: 13px;
        font-weight: 600;
    }


    .wildlife-input-group input {
        width: 100%;
        height: 47px;
        padding: 0 13px;
        box-sizing: border-box;
        border: 1px solid #d0ddd2;
        border-radius: 8px;
        outline: none;
        background: #ffffff;
        color: #29362e;
        font-size: 14px;
        transition: .2s ease;
    }


    .wildlife-input-group input::placeholder {
        color: #9aa49d;
    }


    .wildlife-input-group input:focus {
        border-color: #27884a;
        box-shadow: 0 0 0 3px rgba(39, 136, 74, .10);
    }


    /* ===============================
       REQUIREMENTS
    =============================== */

    .wildlife-requirements {
        margin-top: 20px;
        padding: 17px;
        border: 1px solid #dfe8e0;
        border-radius: 10px;
        background: #ffffff;
    }


    .wildlife-requirements h3 {
        margin: 0 0 12px;
        color: #2c4031;
        font-size: 15px;
    }


    .wildlife-check-item {
        display: flex;
        align-items: center;
        gap: 9px;
        margin: 9px 0;
        color: #59655d;
        font-size: 14px;
        cursor: pointer;
    }


    .wildlife-check-item input {
        width: 16px;
        height: 16px;
        margin: 0;
        accent-color: #27884a;
        cursor: pointer;
    }


    /* ===============================
       CAPTCHA
    =============================== */

    .wildlife-captcha {
        margin: 18px 0;
        overflow-x: auto;
    }


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

    .wildlife-booking-button {
        width: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px 18px;
        border: 0;
        border-radius: 8px;
        background: #27884a;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        transition: .25s ease;
    }


    .wildlife-booking-button span {
        font-size: 20px;
        line-height: 1;
    }


    .wildlife-booking-button:hover {
        background: #176b38;
        transform: translateY(-2px);
        box-shadow: 0 7px 18px rgba(39, 136, 74, .20);
    }


    /* ===============================
       TABLET
    =============================== */

    @media (max-width: 991px) {

        .wildlife-guidelines-grid {
            grid-template-columns: 1fr;
        }

        .wildlife-booking-card {
            position: static;
        }

    }


    /* ===============================
       MOBILE
    =============================== */

    @media (max-width: 600px) {

        .wildlife-guidelines-section {
            padding: 45px 15px;
        }


        .wildlife-guidelines-content {
            padding: 25px 20px;
        }


        .wildlife-guidelines-content > h2 {
            font-size: 28px;
        }


        .wildlife-rule-heading h3 {
            font-size: 20px;
        }


        .wildlife-rule-card {
            gap: 12px;
            padding: 15px;
        }


        .wildlife-rule-card h4 {
            font-size: 15px;
        }


        .wildlife-dont-item {
            padding: 12px;
        }


        .wildlife-booking-card {
            padding: 23px 18px;
        }


        .wildlife-booking-top h2 {
            font-size: 23px;
        }


        .wildlife-responsibility-note {
            padding: 18px;
        }

    }
    
    /* =========================================
   JIM CORBETT ROUTE & BOOKING SECTION
========================================= */

.corbett-route-section {
    padding: 90px 0;
    background: #f5f7f2;
    position: relative;
    overflow: hidden;
}

.corbett-route-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(38, 155, 76, 0.06);
    top: -180px;
    left: -180px;
}

.corbett-route-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(20, 65, 42, 0.04);
    right: -150px;
    bottom: -150px;
}

.corbett-container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.corbett-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 45px;
    align-items: start;
}


/* =========================================
   SECTION HEADING
========================================= */

.section-heading {
    margin-bottom: 28px;
}

.heading-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 15px;
    border-radius: 30px;
    background: #e1f2e5;
    color: #237b3f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-heading h2 {
    margin: 0;
    color: #173b28;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
}

.heading-line {
    width: 65px;
    height: 4px;
    margin-top: 15px;
    border-radius: 10px;
    background: #269b4c;
}


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

.route-intro {
    color: #5d665f;
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 18px;
}


/* =========================================
   ROUTE CARDS
========================================= */

.route-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 30px;
}

.route-card {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e4e9e3;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 18px rgba(25, 55, 35, 0.04);
}

.route-card:hover {
    transform: translateY(-4px);
    border-color: #269b4c;
    box-shadow: 0 12px 30px rgba(25, 55, 35, 0.10);
}

.route-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7f5ea;
    color: #238343;
    font-size: 12px;
    font-weight: 800;
}

.route-info h3 {
    margin: 0 0 8px;
    color: #1b3927;
    font-size: 17px;
    font-weight: 700;
}

.route-info p {
    margin: 0 0 8px;
    color: #687069;
    font-size: 14px;
    line-height: 1.7;
}

.route-info strong {
    color: #269b4c;
    font-size: 13px;
}


/* =========================================
   TRAVEL NOTE
========================================= */

.route-note {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 25px;
    padding: 20px;
    border-left: 4px solid #269b4c;
    background: #eaf5ec;
    border-radius: 0 10px 10px 0;
}

.note-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #269b4c;
    color: #fff;
    font-weight: 800;
}

.route-note strong {
    color: #1d482b;
    font-size: 15px;
}

.route-note p {
    margin: 4px 0 0;
    color: #5e6961;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   BOOKING SIDEBAR
========================================= */

.corbett-booking-sidebar {
    position: sticky;
    top: 30px;
}

.booking-card {
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(24, 55, 34, 0.13);
    border: 1px solid #e2e8e2;
}

.booking-header {
    padding: 27px 28px;
    background: linear-gradient(135deg, #17452a, #269b4c);
    color: #fff;
}

.booking-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #cdebd5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.booking-header h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}

.booking-header p {
    margin: 0;
    color: #d9f0df;
    font-size: 14px;
}


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

.corbett-booking-form {
    padding: 27px;
}

.booking-field {
    margin-bottom: 17px;
}

.booking-field label {
    display: block;
    margin-bottom: 7px;
    color: #263c2d;
    font-size: 13px;
    font-weight: 700;
}

.booking-field input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #dce3dd;
    border-radius: 8px;
    outline: none;
    background: #fafcfb;
    color: #26382c;
    font-size: 14px;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.booking-field input::placeholder {
    color: #9ba39d;
}

.booking-field input:focus {
    border-color: #269b4c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(38, 155, 76, 0.10);
}


/* =========================================
   REQUIREMENTS
========================================= */

.booking-requirements {
    margin-top: 22px;
}

.booking-requirements h4 {
    margin: 0 0 13px;
    color: #253c2c;
    font-size: 15px;
    font-weight: 800;
}

.booking-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 10px;
    border-radius: 7px;
    cursor: pointer;
    color: #56615a;
    font-size: 13px;
    transition: background 0.2s ease;
    box-sizing: border-box;
}

.booking-option:hover {
    background: #f0f7f1;
}

.booking-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-check {
    position: relative;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1.5px solid #bcc8bf;
    border-radius: 4px;
    background: #fff;
    transition: all 0.2s ease;
}

.booking-option input:checked + .custom-check {
    border-color: #269b4c;
    background: #269b4c;
}

.booking-option input:checked + .custom-check::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 9px;
    left: 5px;
    top: 2px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* =========================================
   CAPTCHA
========================================= */

.booking-captcha {
    margin: 18px 0;
    overflow-x: auto;
}


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

.booking-submit {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 8px;
    background: #269b4c;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.booking-submit span {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.booking-submit:hover {
    background: #1d7d3c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(38, 155, 76, 0.25);
}

.booking-submit:hover span {
    transform: translateX(4px);
}


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

@media (max-width: 1100px) {

    .corbett-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 30px;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .route-list {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 991px) {

    .corbett-route-section {
        padding: 65px 0;
    }

    .corbett-layout {
        grid-template-columns: 1fr;
    }

    .corbett-booking-sidebar {
        position: relative;
        top: auto;
        max-width: 650px;
        width: 100%;
        margin: 10px auto 0;
    }

    .route-list {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 767px) {

    .corbett-route-section {
        padding: 50px 0;
    }

    .corbett-container {
        padding: 0 15px;
    }

    .section-heading {
        margin-bottom: 22px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .route-intro {
        font-size: 15px;
        line-height: 1.75;
    }

    .route-list {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 24px;
    }

    .route-card {
        padding: 17px;
    }

    .booking-header {
        padding: 23px 20px;
    }

    .booking-header h3 {
        font-size: 22px;
    }

    .corbett-booking-form {
        padding: 22px 20px;
    }
}


@media (max-width: 480px) {

    .section-heading h2 {
        font-size: 25px;
    }

    .route-card {
        gap: 12px;
    }

    .route-icon {
        width: 36px;
        min-width: 36px;
        height: 36px;
        font-size: 10px;
    }

    .route-info h3 {
        font-size: 16px;
    }

    .route-info p {
        font-size: 13px;
    }

    .route-note {
        padding: 16px;
    }

    .booking-captcha {
        transform: scale(0.88);
        transform-origin: left center;
        width: 114%;
    }
}

/* =========================================
   CORBETT GENERAL INSTRUCTIONS SECTION
========================================= */

.ctr-info-section {
    position: relative;
    padding: 90px 0;
    background: #f5f8f4;
    overflow: hidden;
}

.ctr-info-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    top: -230px;
    left: -230px;
    border-radius: 50%;
    background: rgba(38, 155, 76, 0.055);
}

.ctr-info-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    right: -220px;
    bottom: -200px;
    border-radius: 50%;
    background: rgba(24, 71, 42, 0.045);
}

.ctr-info-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}


/* =========================================
   MAIN GRID
========================================= */

.ctr-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 45px;
    align-items: start;
}


/* =========================================
   SECTION HEADING
========================================= */

.ctr-section-heading {
    margin-bottom: 28px;
}

.ctr-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 7px 15px;
    margin-bottom: 10px;
    border-radius: 30px;
    background: #e2f3e6;
    color: #218043;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ctr-section-heading h2 {
    margin: 0;
    color: #173a26;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 800;
}

.ctr-heading-line {
    width: 65px;
    height: 4px;
    margin-top: 15px;
    border-radius: 20px;
    background: #269b4c;
}


/* =========================================
   INTRO BOX
========================================= */

.ctr-intro-box {
    margin-bottom: 25px;
    padding: 20px 22px;
    border-left: 4px solid #269b4c;
    border-radius: 0 10px 10px 0;
    background: #eaf5ec;
}

.ctr-intro-box p {
    margin: 0;
    color: #536158;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   INSTRUCTION CARDS
========================================= */

.ctr-instruction-card {
    display: flex;
    gap: 18px;
    margin-bottom: 14px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e3e9e3;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(22, 54, 33, 0.035);
    transition: all 0.3s ease;
}

.ctr-instruction-card:hover {
    transform: translateY(-3px);
    border-color: #269b4c;
    box-shadow: 0 10px 28px rgba(22, 54, 33, 0.09);
}

.ctr-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e5f4e9;
    color: #218044;
    font-size: 12px;
    font-weight: 800;
}

.ctr-instruction-content h3 {
    margin: 0 0 7px;
    color: #203b29;
    font-size: 16px;
    font-weight: 750;
}

.ctr-instruction-content p {
    margin: 0;
    color: #626d65;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   WARNING CARDS
========================================= */

.ctr-warning-card {
    border-left: 4px solid #d69b27;
}

.ctr-warning-card .ctr-number {
    background: #fff4da;
    color: #b57800;
}


/* =========================================
   POLICY SECTION
========================================= */

.ctr-policy-block {
    margin-top: 55px;
}

.ctr-policy-heading {
    margin-bottom: 25px;
}

.ctr-policy-heading h2 {
    max-width: 700px;
    font-size: 31px;
}

.ctr-policy-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ctr-policy-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 17px 18px;
    background: #ffffff;
    border: 1px solid #e3e9e3;
    border-radius: 10px;
}

.ctr-policy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #269b4c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.ctr-policy-item p {
    margin: 0;
    color: #5e6861;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   REFUND NOTE
========================================= */

.ctr-refund-note {
    margin-top: 18px;
    padding: 22px;
    border-radius: 12px;
    background: #eef6ef;
    border: 1px solid #d9e9db;
}

.ctr-refund-note h4 {
    margin: 0 0 8px;
    color: #21452d;
    font-size: 16px;
}

.ctr-refund-note p {
    margin: 0;
    color: #59655d;
    font-size: 14px;
    line-height: 1.8;
}

.ctr-refund-note strong {
    color: #1e7540;
}


/* =========================================
   BOOKING SIDEBAR
========================================= */

.ctr-booking-column {
    position: sticky;
    top: 30px;
}

.ctr-booking-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e0e7e1;
    border-radius: 18px;
    box-shadow: 0 16px 45px rgba(24, 57, 35, 0.13);
}


/* =========================================
   BOOKING HEADER
========================================= */

.ctr-booking-header {
    padding: 28px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #173f27 0%,
        #269b4c 100%
    );
}

.ctr-booking-tag {
    display: inline-block;
    margin-bottom: 8px;
    color: #d5eedc;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ctr-booking-header h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
}

.ctr-booking-header p {
    margin: 0;
    color: #d8edde;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================
   BOOKING FORM
========================================= */

.ctr-booking-form {
    padding: 27px;
}

.ctr-form-group {
    margin-bottom: 17px;
}

.ctr-form-group label {
    display: block;
    margin-bottom: 7px;
    color: #293d30;
    font-size: 13px;
    font-weight: 700;
}

.ctr-form-group input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    box-sizing: border-box;
    border: 1px solid #dce4dd;
    border-radius: 8px;
    outline: none;
    background: #fafcfb;
    color: #26372c;
    font-size: 14px;
    transition: all 0.25s ease;
}

.ctr-form-group input::placeholder {
    color: #9aa49d;
}

.ctr-form-group input:focus {
    border-color: #269b4c;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(38, 155, 76, 0.10);
}


/* =========================================
   REQUIREMENTS
========================================= */

.ctr-requirement-box {
    margin-top: 22px;
}

.ctr-requirement-box h4 {
    margin: 0 0 13px;
    color: #253c2c;
    font-size: 15px;
    font-weight: 800;
}

.ctr-check-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    margin-bottom: 5px;
    border-radius: 7px;
    cursor: pointer;
    color: #58635b;
    font-size: 13px;
    transition: background 0.2s ease;
}

.ctr-check-option:hover {
    background: #f0f7f1;
}

.ctr-check-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ctr-custom-check {
    position: relative;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1.5px solid #bcc8bf;
    border-radius: 4px;
    background: #ffffff;
    transition: all 0.2s ease;
}

.ctr-check-option input:checked + .ctr-custom-check {
    border-color: #269b4c;
    background: #269b4c;
}

.ctr-check-option input:checked + .ctr-custom-check::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 9px;
    left: 5px;
    top: 2px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* =========================================
   CAPTCHA
========================================= */

.ctr-captcha {
    margin: 20px 0;
    overflow-x: auto;
}


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

.ctr-submit-button {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 8px;
    background: #269b4c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 750;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ctr-submit-arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.ctr-submit-button:hover {
    background: #1c7d3c;
    transform: translateY(-2px);
    box-shadow: 0 9px 22px rgba(38, 155, 76, 0.25);
}

.ctr-submit-button:hover .ctr-submit-arrow {
    transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .ctr-info-grid {
        grid-template-columns: minmax(0, 1fr) 350px;
        gap: 30px;
    }

    .ctr-section-heading h2 {
        font-size: 32px;
    }

}


/* =========================================
   991px
========================================= */

@media (max-width: 991px) {

    .ctr-info-section {
        padding: 65px 0;
    }

    .ctr-info-grid {
        grid-template-columns: 1fr;
    }

    .ctr-booking-column {
        position: relative;
        top: auto;
        width: 100%;
        max-width: 650px;
        margin: 15px auto 0;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .ctr-info-section {
        padding: 50px 0;
    }

    .ctr-info-container {
        padding: 0 15px;
    }

    .ctr-section-heading {
        margin-bottom: 22px;
    }

    .ctr-section-heading h2 {
        font-size: 28px;
    }

    .ctr-intro-box {
        padding: 17px;
    }

    .ctr-instruction-card {
        gap: 13px;
        padding: 16px;
    }

    .ctr-number {
        width: 37px;
        min-width: 37px;
        height: 37px;
        font-size: 10px;
    }

    .ctr-instruction-content h3 {
        font-size: 15px;
    }

    .ctr-instruction-content p,
    .ctr-policy-item p,
    .ctr-refund-note p {
        font-size: 13px;
        line-height: 1.7;
    }

    .ctr-policy-block {
        margin-top: 40px;
    }

    .ctr-policy-heading h2 {
        font-size: 25px;
    }

    .ctr-booking-header {
        padding: 23px 20px;
    }

    .ctr-booking-header h3 {
        font-size: 22px;
    }

    .ctr-booking-form {
        padding: 22px 20px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .ctr-section-heading h2 {
        font-size: 25px;
    }

    .ctr-instruction-card {
        padding: 14px;
    }

    .ctr-number {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

    .ctr-policy-item {
        padding: 14px;
    }

    .ctr-refund-note {
        padding: 17px;
    }

    .ctr-captcha {
        transform: scale(0.88);
        transform-origin: left center;
        width: 114%;
    }

}

/* =========================================
   DHIKALA TOUR SECTION
========================================= */

.dhikala-tour-section {
    width: 100%;
    padding: 80px 20px;
    background: #f5f7f3;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.dhikala-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.dhikala-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 45px;
    align-items: start;
}


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

.dhikala-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.dhikala-content h2 {
    margin: 0 0 25px;
    color: #185c32;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.dhikala-content p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.dhikala-duration {
    margin: 30px 0;
    padding: 16px 20px;
    border-left: 4px solid #269b4c;
    background: #edf8f0;
    color: #185c32;
    font-size: 17px;
    border-radius: 5px;
}


/* =========================================
   ITINERARY
========================================= */

.dhikala-itinerary {
    margin-top: 30px;
}

.dhikala-day {
    margin-bottom: 28px;
    padding: 25px;
    background: #f8faf8;
    border: 1px solid #e3ebe4;
    border-radius: 10px;
}

.dhikala-day h3 {
    margin: 0 0 14px;
    color: #185c32;
    font-size: 21px;
    line-height: 1.4;
}

.dhikala-day p:last-child {
    margin-bottom: 0;
}

.dhikala-note {
    margin-top: 30px;
    padding: 18px 20px;
    background: #fff8e7;
    border-left: 4px solid #d69e2e;
    border-radius: 5px;
    color: #5f4b20;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   BOOKING SIDEBAR
========================================= */

.dhikala-booking {
    position: sticky;
    top: 25px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.10);
}

.dhikala-booking-header {
    padding: 28px 28px 24px;
    background: #185c32;
    color: #ffffff;
}

.dhikala-booking-header span {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.8;
}

.dhikala-booking-header h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.3;
}

.dhikala-booking-header p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}


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

.dhikala-booking form {
    padding: 28px;
}

.dhikala-form-group {
    margin-bottom: 18px;
}

.dhikala-form-group label,
.dhikala-main-label {
    display: block;
    margin-bottom: 7px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.dhikala-form-group input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d8ded9;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.dhikala-form-group input::placeholder {
    color: #999;
}

.dhikala-form-group input:focus {
    border-color: #269b4c;
    box-shadow: 0 0 0 3px rgba(38, 155, 76, 0.10);
}


/* =========================================
   REQUIREMENTS
========================================= */

.dhikala-requirements {
    margin-top: 8px;
    margin-bottom: 25px;
}

.dhikala-main-label {
    margin-bottom: 12px;
}

.dhikala-check {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 12px 10px 0;
    cursor: pointer;
    color: #555;
    font-size: 13px;
    line-height: 1.4;
}

.dhikala-check input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #269b4c;
    cursor: pointer;
}


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

.dhikala-submit {
    width: 100%;
    min-height: 52px;
    padding: 12px 20px;
    border: 0;
    border-radius: 6px;
    background: #269b4c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.25s ease;
}

.dhikala-submit span {
    font-size: 20px;
    transition: transform 0.25s ease;
}

.dhikala-submit:hover {
    background: #185c32;
}

.dhikala-submit:hover span {
    transform: translateX(5px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .dhikala-tour-section {
        padding: 60px 18px;
    }

    .dhikala-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .dhikala-booking {
        position: relative;
        top: auto;
    }

    .dhikala-content {
        padding: 30px;
    }

    .dhikala-content h2 {
        font-size: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .dhikala-tour-section {
        padding: 40px 12px;
    }

    .dhikala-content {
        padding: 22px 18px;
        border-radius: 8px;
    }

    .dhikala-content h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .dhikala-content p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }

    .dhikala-day {
        padding: 18px;
    }

    .dhikala-day h3 {
        font-size: 19px;
    }

    .dhikala-booking {
        border-radius: 8px;
    }

    .dhikala-booking-header {
        padding: 23px 20px;
    }

    .dhikala-booking-header h3 {
        font-size: 21px;
    }

    .dhikala-booking form {
        padding: 20px;
    }

    .dhikala-check {
        display: flex;
        margin-right: 0;
        margin-bottom: 12px;
    }

}

/* =========================================
   DHIKALA TOUR SECTION
========================================= */

.dhikala-tour-section {
    position: relative;
    padding: 90px 0;
    background: #f5f8f3;
    overflow: hidden;
}

.dhikala-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.dhikala-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 45px;
    align-items: start;
}


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

.dhikala-content {
    background: #ffffff;
    padding: 45px;
    border-radius: 18px;
    border: 1px solid #e5ebe4;
    box-shadow: 0 10px 35px rgba(20, 55, 32, 0.06);
}

.dhikala-heading {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6ebe5;
}

.dhikala-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #278548;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dhikala-heading h2 {
    margin: 0;
    color: #173b27;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.dhikala-duration {
    display: inline-block;
    margin: 15px 0 0;
    padding: 8px 15px;
    background: #eaf5ed;
    color: #278548;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.dhikala-description p,
.dhikala-itinerary p {
    margin: 0 0 18px;
    color: #5d685f;
    font-size: 16px;
    line-height: 1.85;
}

.dhikala-description p:last-child {
    margin-bottom: 0;
}


/* =========================================
   ITINERARY
========================================= */

.dhikala-itinerary {
    margin-top: 40px;
    padding-top: 35px;
    border-top: 1px solid #e6ebe5;
}

.itinerary-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 30px 0 18px;
}

.itinerary-title:first-child {
    margin-top: 0;
}

.itinerary-title span {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #278548;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}

.itinerary-title h3 {
    margin: 0;
    color: #173b27;
    font-size: 21px;
    font-weight: 700;
}


/* =========================================
   BOOKING SIDEBAR
========================================= */

.dhikala-booking {
    position: sticky;
    top: 25px;
}

.booking-card {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #dce7de;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(18, 65, 35, 0.10);
}

.booking-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 22px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6ebe6;
}

.booking-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f5ec;
    color: #278548;
    border-radius: 12px;
    font-size: 20px;
}

.booking-small-title {
    display: block;
    margin-bottom: 3px;
    color: #7b857d;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.booking-header h3 {
    margin: 0;
    color: #173b27;
    font-size: 21px;
    line-height: 1.3;
}


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

.dhikala-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-field label {
    color: #34453a;
    font-size: 13px;
    font-weight: 700;
}

.form-field input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: #f8faf8;
    color: #26382c;
    border: 1px solid #dce5dd;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    transition: all .25s ease;
    box-sizing: border-box;
}

.form-field input::placeholder {
    color: #9aa49c;
}

.form-field input:focus {
    background: #ffffff;
    border-color: #278548;
    box-shadow: 0 0 0 3px rgba(39, 133, 72, .10);
}


/* =========================================
   REQUIREMENTS
========================================= */

.requirements-box {
    margin-top: 2px;
    padding: 17px;
    background: #f7faf7;
    border: 1px solid #e1e9e2;
    border-radius: 10px;
}

.requirements-title {
    display: block;
    margin-bottom: 13px;
    color: #34453a;
    font-size: 13px;
    font-weight: 700;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #566259;
    font-size: 14px;
    cursor: pointer;
}

.requirement-item:last-child {
    margin-bottom: 0;
}

.requirement-item input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #278548;
    cursor: pointer;
}


/* =========================================
   RECAPTCHA
========================================= */

.dhikala-recaptcha {
    margin-top: 2px;
    overflow: hidden;
}


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

.dhikala-submit {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 4px;
    padding: 13px 20px;
    border: 0;
    border-radius: 8px;
    background: #278548;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
}

.dhikala-submit i {
    transition: transform .3s ease;
}

.dhikala-submit:hover {
    background: #1c6e3a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(39, 133, 72, .22);
}

.dhikala-submit:hover i {
    transform: translateX(5px);
}


/* =========================================
   SECURITY NOTE
========================================= */

.booking-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 18px;
    color: #7b857d;
    font-size: 12px;
}

.booking-note i {
    color: #278548;
}


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

@media (max-width: 991px) {

    .dhikala-tour-section {
        padding: 65px 0;
    }

    .dhikala-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .dhikala-booking {
        position: static;
    }

    .dhikala-content {
        padding: 35px;
    }

    .booking-card {
        max-width: 650px;
        margin: 0 auto;
    }
}


@media (max-width: 767px) {

    .dhikala-tour-section {
        padding: 45px 0;
    }

    .dhikala-container {
        padding: 0 15px;
    }

    .dhikala-content {
        padding: 25px 20px;
        border-radius: 14px;
    }

    .dhikala-heading h2 {
        font-size: 27px;
    }

    .dhikala-description p,
    .dhikala-itinerary p {
        font-size: 15px;
        line-height: 1.75;
    }

    .itinerary-title {
        gap: 12px;
    }

    .itinerary-title span {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .itinerary-title h3 {
        font-size: 18px;
    }

    .booking-card {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .booking-header h3 {
        font-size: 19px;
    }
}


@media (max-width: 480px) {

    .dhikala-heading h2 {
        font-size: 24px;
    }

    .booking-header {
        align-items: flex-start;
    }

    .booking-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .form-field input {
        height: 48px;
    }
}

/* =========================================
   TOUR PACKAGE SECTION
========================================= */

.tour-section {
    padding: 80px 20px;
    background: #f5f7f3;
    font-family: Arial, Helvetica, sans-serif;
    color: #26352b;
}

.tour-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.tour-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 45px;
    align-items: start;
}


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

.tour-content {
    background: #ffffff;
    padding: 45px;
    border-radius: 18px;
    border: 1px solid #e4e9e3;
    box-shadow: 0 10px 35px rgba(35, 55, 40, 0.07);
}

.tour-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 15px;
    border-radius: 50px;
    background: #e8f5ea;
    color: #238646;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tour-content h1 {
    margin: 0 0 25px;
    color: #1f3928;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
}

.tour-content p {
    margin: 0 0 18px;
    color: #5d675f;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   NOTES
========================================= */

.tour-notes {
    margin: 30px 0;
    display: grid;
    gap: 14px;
}

.note-box {
    padding: 18px 20px;
    border-left: 4px solid #299b4c;
    background: #f2f8f3;
    color: #4f5e53;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 0 10px 10px 0;
}

.note-box strong {
    color: #247b3d;
}


/* =========================================
   ITINERARY
========================================= */

.itinerary {
    margin-top: 35px;
}

.day-card {
    position: relative;
    margin-bottom: 22px;
    padding: 25px;
    background: #fafcf9;
    border: 1px solid #e3e9e3;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.day-card:hover {
    border-color: #299b4c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 100, 55, 0.08);
}

.day-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}

.day-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #299b4c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.day-title h2 {
    margin: 0;
    color: #263d2c;
    font-size: 23px;
    font-weight: 700;
}

.day-card ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.day-card li {
    margin-bottom: 10px;
    padding-left: 5px;
    color: #5c675f;
    font-size: 15px;
    line-height: 1.7;
}

.day-card li:last-child {
    margin-bottom: 0;
}


/* =========================================
   BOOKING SIDEBAR
========================================= */

.booking-sidebar {
    position: sticky;
    top: 25px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(30, 60, 40, 0.12);
    border: 1px solid #e2e9e2;
}

.booking-header {
    padding: 28px 28px 24px;
    background: #269b4c;
    color: #ffffff;
}

.booking-header span {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.85;
}

.booking-header h2 {
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1.3;
}

.booking-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.6;
}


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

.booking-form {
    padding: 28px;
}

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

.form-group label,
.requirements-title {
    display: block;
    margin-bottom: 7px;
    color: #34443a;
    font-size: 13px;
    font-weight: 700;
}

.form-group input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    box-sizing: border-box;
    border: 1px solid #d8dfd9;
    border-radius: 8px;
    outline: none;
    background: #ffffff;
    color: #27362d;
    font-size: 14px;
    transition: 0.25s ease;
}

.form-group input::placeholder {
    color: #9aa39c;
}

.form-group input:focus {
    border-color: #299b4c;
    box-shadow: 0 0 0 3px rgba(41, 155, 76, 0.10);
}


/* =========================================
   REQUIREMENTS
========================================= */

.requirements {
    margin-top: 22px;
    margin-bottom: 22px;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 7px 9px;
    background: #f7f9f7;
    border: 1px solid #e5eae5;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.2s ease;
}

.check-item:hover {
    background: #eef7f0;
    border-color: #a9d4b3;
}

.check-item input {
    width: 16px;
    height: 16px;
    accent-color: #299b4c;
    cursor: pointer;
}

.check-item span {
    color: #536057;
    font-size: 12px;
    line-height: 1.3;
}


/* =========================================
   CAPTCHA
========================================= */

.captcha-box {
    margin: 20px 0;
    overflow: hidden;
}


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

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    background: #1f7e3c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn span {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.submit-btn:hover {
    background: #176a31;
    box-shadow: 0 8px 18px rgba(31, 126, 60, 0.25);
}

.submit-btn:hover span {
    transform: translateX(4px);
}


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

@media (max-width: 991px) {

    .tour-section {
        padding: 60px 15px;
    }

    .tour-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .booking-sidebar {
        position: relative;
        top: auto;
    }

    .tour-content h1 {
        font-size: 32px;
    }
}


@media (max-width: 600px) {

    .tour-section {
        padding: 40px 12px;
    }

    .tour-content {
        padding: 25px 18px;
        border-radius: 12px;
    }

    .tour-content h1 {
        font-size: 27px;
    }

    .tour-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .day-card {
        padding: 18px;
    }

    .day-title h2 {
        font-size: 20px;
    }

    .day-title span {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }

    .day-card li {
        font-size: 14px;
    }

    .booking-header {
        padding: 23px 20px;
    }

    .booking-header h2 {
        font-size: 22px;
    }

    .booking-form {
        padding: 20px;
    }

    .checkbox-grid {
        grid-template-columns: 1fr;
    }
}



/* ==========================================
   Privacy Policy Section
========================================== */

.privacy-policy-section {
    padding: 80px 0;
    background: #f7f8f5;
}

.privacy-policy-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

/* Header */

.privacy-policy-header {
    text-align: center;
    margin-bottom: 45px;
}

.privacy-policy-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 16px;
    border-radius: 30px;
    background: #e8f0e7;
    color: #2f5d3a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.privacy-policy-header h1 {
    margin: 0 0 18px;
    color: #1d3b2a;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.privacy-policy-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

/* Main Content */

.privacy-policy-content {
    padding: 45px;
    background: #ffffff;
    border: 1px solid #e7e9e5;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

/* Policy Items */

.privacy-policy-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9ece8;
}

.privacy-policy-item:last-of-type {
    margin-bottom: 0;
}

.privacy-policy-item h2 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 18px;
    color: #1d3b2a;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
}

.privacy-policy-item h2::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 24px;
    background: #d39a3a;
    border-radius: 5px;
}

.privacy-policy-item p {
    margin: 0 0 14px;
    color: #5f625f;
    font-size: 15px;
    line-height: 1.85;
}

.privacy-policy-item p:last-child {
    margin-bottom: 0;
}

/* Lists */

.privacy-policy-item ul {
    margin: 12px 0 0;
    padding: 0 0 0 20px;
}

.privacy-policy-item ul li {
    margin-bottom: 9px;
    padding-left: 5px;
    color: #5f625f;
    font-size: 15px;
    line-height: 1.7;
}

.privacy-policy-item ul li::marker {
    color: #d39a3a;
}

/* Contact Box */

.privacy-contact-box {
    margin-top: 35px;
    margin-bottom: 0;
    padding: 28px;
    background: #f8faf7;
    border: 1px solid #e1e8df;
    border-radius: 12px;
}

.privacy-contact-box h2 {
    margin-bottom: 15px;
}

.privacy-contact-details {
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
}

.privacy-contact-details p {
    margin-bottom: 10px;
}

.privacy-contact-details p:last-child {
    margin-bottom: 0;
}

.privacy-contact-details strong {
    color: #1d3b2a;
}

/* Footer */

.privacy-policy-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e7e3;
}

.privacy-policy-footer p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

/* ==========================================
   Tablet
========================================== */

@media (max-width: 991px) {

    .privacy-policy-section {
        padding: 65px 0;
    }

    .privacy-policy-content {
        padding: 35px;
    }

    .privacy-policy-header h1 {
        font-size: 36px;
    }

}

/* ==========================================
   Mobile
========================================== */

@media (max-width: 767px) {

    .privacy-policy-section {
        padding: 50px 0;
    }

    .privacy-policy-wrapper {
        width: 100%;
    }

    .privacy-policy-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .privacy-policy-header h1 {
        font-size: 30px;
    }

    .privacy-policy-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .privacy-policy-content {
        padding: 25px 18px;
        border-radius: 12px;
    }

    .privacy-policy-item {
        padding-bottom: 23px;
        margin-bottom: 23px;
    }

    .privacy-policy-item h2 {
        font-size: 19px;
        padding-left: 14px;
    }

    .privacy-policy-item h2::before {
        top: 4px;
        width: 3px;
        height: 21px;
    }

    .privacy-policy-item p,
    .privacy-policy-item ul li {
        font-size: 14px;
        line-height: 1.75;
    }

    .privacy-contact-box {
        padding: 20px 16px;
    }

    .privacy-contact-details {
        padding: 16px;
    }

    .privacy-policy-footer p {
        font-size: 13px;
    }

}

/* ==========================================
   Terms & Conditions
========================================== */

.terms-section {
    padding: 80px 0;
    background: #f7f8f5;
}

.terms-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

/* Header */

.terms-header {
    text-align: center;
    margin-bottom: 45px;
}

.terms-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 16px;
    background: #e8f0e7;
    color: #2f5d3a;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.terms-header h1 {
    margin: 0 0 18px;
    color: #1d3b2a;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.terms-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

/* Main Content */

.terms-content {
    padding: 45px;
    background: #ffffff;
    border: 1px solid #e7e9e5;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

/* Terms Item */

.terms-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ece8;
}

.terms-item:last-of-type {
    margin-bottom: 0;
}

.terms-item h2 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 18px;
    color: #1d3b2a;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
}

.terms-item h2::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 24px;
    background: #d39a3a;
    border-radius: 5px;
}

.terms-item p {
    margin: 0 0 14px;
    color: #5f625f;
    font-size: 15px;
    line-height: 1.85;
}

.terms-item p:last-child {
    margin-bottom: 0;
}

/* Lists */

.terms-item ul {
    margin: 12px 0 0;
    padding-left: 22px;
}

.terms-item ul li {
    margin-bottom: 9px;
    padding-left: 5px;
    color: #5f625f;
    font-size: 15px;
    line-height: 1.7;
}

.terms-item ul li::marker {
    color: #d39a3a;
}

/* Contact Box */

.terms-contact-box {
    margin-top: 35px;
    margin-bottom: 0;
    padding: 28px;
    background: #f8faf7;
    border: 1px solid #e1e8df;
    border-radius: 12px;
}

.terms-contact-box h2 {
    margin-bottom: 15px;
}

.terms-contact-details {
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
}

.terms-contact-details p {
    margin-bottom: 10px;
}

.terms-contact-details p:last-child {
    margin-bottom: 0;
}

.terms-contact-details strong {
    color: #1d3b2a;
}

/* Footer */

.terms-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e7e3;
}

.terms-footer p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

/* ==========================================
   Tablet
========================================== */

@media (max-width: 991px) {

    .terms-section {
        padding: 65px 0;
    }

    .terms-content {
        padding: 35px;
    }

    .terms-header h1 {
        font-size: 36px;
    }

}

/* ==========================================
   Mobile
========================================== */

@media (max-width: 767px) {

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

    .terms-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .terms-header h1 {
        font-size: 30px;
    }

    .terms-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .terms-content {
        padding: 25px 18px;
        border-radius: 12px;
    }

    .terms-item {
        margin-bottom: 23px;
        padding-bottom: 23px;
    }

    .terms-item h2 {
        padding-left: 14px;
        font-size: 19px;
    }

    .terms-item h2::before {
        top: 4px;
        width: 3px;
        height: 21px;
    }

    .terms-item p,
    .terms-item ul li {
        font-size: 14px;
        line-height: 1.75;
    }

    .terms-contact-box {
        padding: 20px 16px;
    }

    .terms-contact-details {
        padding: 16px;
    }

    .terms-footer p {
        font-size: 13px;
    }

}

/* ==========================================
   Refund & Cancellation Policy
========================================== */

.refund-policy-section {
    padding: 80px 0;
    background: #f7f8f5;
}

.refund-policy-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

/* Header */

.refund-policy-header {
    text-align: center;
    margin-bottom: 45px;
}

.refund-policy-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 16px;
    background: #e8f0e7;
    color: #2f5d3a;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.refund-policy-header h1 {
    margin: 0 0 18px;
    color: #1d3b2a;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.refund-policy-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

/* Main Content */

.refund-policy-content {
    padding: 45px;
    background: #ffffff;
    border: 1px solid #e7e9e5;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

/* Policy Items */

.refund-policy-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ece8;
}

.refund-policy-item:last-of-type {
    margin-bottom: 0;
}

.refund-policy-item h2 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 18px;
    color: #1d3b2a;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
}

.refund-policy-item h2::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 24px;
    background: #d39a3a;
    border-radius: 5px;
}

.refund-policy-item p {
    margin: 0 0 14px;
    color: #5f625f;
    font-size: 15px;
    line-height: 1.85;
}

.refund-policy-item p:last-child {
    margin-bottom: 0;
}

/* Lists */

.refund-policy-item ul {
    margin: 12px 0 0;
    padding-left: 22px;
}

.refund-policy-item ul li {
    margin-bottom: 9px;
    padding-left: 5px;
    color: #5f625f;
    font-size: 15px;
    line-height: 1.7;
}

.refund-policy-item ul li::marker {
    color: #d39a3a;
}

/* ==========================================
   Refund Table
========================================== */

.refund-table-wrapper {
    width: 100%;
    margin-top: 20px;
    overflow-x: auto;
}

.refund-policy-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid #e1e7df;
    border-radius: 10px;
}

.refund-policy-table th {
    padding: 15px 18px;
    background: #1d3b2a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.refund-policy-table td {
    padding: 15px 18px;
    color: #5f625f;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px solid #e8ebe7;
}

.refund-policy-table tr:last-child td {
    border-bottom: none;
}

.refund-policy-table tbody tr:nth-child(even) {
    background: #f8faf7;
}

/* Contact Box */

.refund-contact-box {
    margin-top: 35px;
    margin-bottom: 0;
    padding: 28px;
    background: #f8faf7;
    border: 1px solid #e1e8df;
    border-radius: 12px;
}

.refund-contact-details {
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
}

.refund-contact-details p {
    margin-bottom: 10px;
}

.refund-contact-details p:last-child {
    margin-bottom: 0;
}

.refund-contact-details strong {
    color: #1d3b2a;
}

/* Footer */

.refund-policy-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e7e3;
}

.refund-policy-footer p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

/* ==========================================
   Tablet
========================================== */

@media (max-width: 991px) {

    .refund-policy-section {
        padding: 65px 0;
    }

    .refund-policy-content {
        padding: 35px;
    }

    .refund-policy-header h1 {
        font-size: 36px;
    }

}

/* ==========================================
   Mobile
========================================== */

@media (max-width: 767px) {

    .refund-policy-section {
        padding: 50px 0;
    }

    .refund-policy-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .refund-policy-header h1 {
        font-size: 30px;
    }

    .refund-policy-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .refund-policy-content {
        padding: 25px 18px;
        border-radius: 12px;
    }

    .refund-policy-item {
        margin-bottom: 23px;
        padding-bottom: 23px;
    }

    .refund-policy-item h2 {
        padding-left: 14px;
        font-size: 19px;
    }

    .refund-policy-item h2::before {
        top: 4px;
        width: 3px;
        height: 21px;
    }

    .refund-policy-item p,
    .refund-policy-item ul li {
        font-size: 14px;
        line-height: 1.75;
    }

    .refund-policy-table th,
    .refund-policy-table td {
        padding: 12px 14px;
        font-size: 13px;
    }

    .refund-contact-box {
        padding: 20px 16px;
    }

    .refund-contact-details {
        padding: 16px;
    }

    .refund-policy-footer p {
        font-size: 13px;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 85px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

/* new css */

/* =========================================
   MOBILE MENU TOGGLE
========================================= */

.corbett-mobile-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    outline: none;
    background: #f5b400;
    color: #111;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    padding: 0;
    position: relative;
    z-index: 10001;
}

.corbett-mobile-toggle i {
    pointer-events: none;
}

@media (max-width: 991px) {

    .corbett-mobile-toggle {
        display: flex;
    }

    .corbett-navigation {
        display: none !important;
    }

    .corbett-book-button {
        display: none;
    }

    .corbett-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .corbett-header-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}


.mobile-corbett-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-corbett-menu li {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-corbett-menu li a {
    display: block;
    padding: 14px 5px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.mobile-corbett-menu li a:hover {
    color: #f5b400;
}