/*----------------------------------------------------------------------------------- 

Template Name: Tripex - Travel & Tour Booking HTML Template
URI: pixelfit.agency
Description: Tripex is a clean and elegant Travel & Tour Booking HTML template designed for travel agencies, tour operators, and booking platforms. With its modern layout and smooth user experience, it allows you to beautifully showcase destinations, tour packages, and booking options all in one place. Perfect for creating a professional online presence with style and simplicity. 
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    # Components
        # Base CSS
        # Common CSS
        # Preloader CSS
        # Offcanvas CSS
        # Animation CSS
        # Button CSS
        # Header CSS
        # Footer CSS
-------------------------------------------------------    */
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  --primary-color: #EA292B;
  --secondary-color: #EA292B;
  --heading-color: #11221C;
  --primary-black-color: #11221C;
  --gray-color: #EAF4E6;
  --white-color: #ffffff;
  --text-color: #737373;
  --border-color: #EEEFEF;
  --heading-font: "Manrope", sans-serif;
  --body-font: "Inter", sans-serif;
  --accent-font: "Just Another Hand", cursive;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
font-size: 50px;
  line-height: 1.1;
}

h2 {
font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 24px;
  line-height: 40px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

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

p {
  margin: 0px;
  font-family: "Rubik", sans-serif;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

main {
  display: inline-block;
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
@media (min-width: 1451px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2, .text-white h1 {
  color: var(--white-color);
}

.thin-200 {
  font-weight: 200;
}

.sub-title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.02em;
  font-family: var(--accent-font);
  color: #033A96;
}

/* Section Title */
.section-title .sub-title {
  margin-bottom: 10px;
}
.section-title h2 {
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .section-title h2 {
    font-size: 47px;
    line-height: 1.05;
  }
}
@media screen and (max-width: 991.98px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575.98px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
  }
}

/* Check List */
.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}
.check-list.style-one li i {
  margin-right: 10px;
  color: var(--primary-color);
}
.check-list.style-two li {
  position: relative;
  padding-left: 15px;
}
.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

/* Floatig Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
          animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* Rotate360 */
.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

/* ZoomInOut */
.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
          animation: zoomInOut 6s linear infinite;
}

/* Nice Select */
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  right: 0;
  position: absolute;
  top: 0;
}

/* Ratings */
.ratings i {
  color: var(--secondary-color);
}

/* Form Check & Radio */
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}

.form-input-radio {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin-right: 10px;
}
.form-input-radio:checked {
  border-color: var(--secondary-color);
}
.form-input-radio:checked:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--secondary-color);
}

/* Tripex Switch Box */
.tripex-switch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tripex-switch-box span {
  margin-right: 10px;
}
.tripex-switch-box .switch {
  display: inline-block;
  height: 26px;
  position: relative;
  width: 50px;
}
.tripex-switch-box .switch input {
  display: none;
}
.tripex-switch-box .switch input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}
.tripex-switch-box .switch .slider {
  background-color: var(--secondary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin-right: 0;
  cursor: pointer;
}
.tripex-switch-box .switch .slider.round {
  border-radius: 15px;
}
.tripex-switch-box .switch .slider:before {
  background-color: var(--white-color);
  position: absolute;
  bottom: 3px;
  left: 3px;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pagination */
.tripex-pagination ul li {
  display: inline-block;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.tripex-pagination ul li a {
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-weight: 700;
}
.tripex-pagination ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Offcanvas Panel */
.tripex-offcanvas-panel {
  position: fixed;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 460px;
  height: 100%;
  padding: 20px 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -460px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--white-color);
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tripex-offcanvas-panel.panel-on {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.tripex-offcanvas-panel .panel-header {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}
.tripex-offcanvas-panel .panel-header .panel-close-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  background-color: var(--secondary-color);
  cursor: pointer;
}
.tripex-offcanvas-panel .panel-box .sidebar-tour-item {
  border-radius: 14px;
  overflow: hidden;
}
.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail {
  position: relative;
}
.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail img {
  border-radius: 10px;
  width: 100%;
}
.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail .features-tag {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 1;
}
.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail .offer, .tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail .tag-text {
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 8px 15px;
  line-height: 1;
  font-family: var(--heading-font);
  font-weight: 600;
  border-radius: 10px;
}
.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail .offer {
  background-color: var(--primary-color);
}
.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 30px 18px;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 34, 28, 0)), to(#11221C));
  background: linear-gradient(180deg, rgba(17, 34, 28, 0) 0%, #11221C 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tripex-offcanvas-panel .panel-box .sidebar-tour-item .content h4 {
  color: var(--white-color);
}
.tripex-offcanvas-panel .panel-box .sidebar-tour-item .content .ratings a {
  margin-left: 5px;
  color: var(--white-color);
}
.tripex-offcanvas-panel .panel-box .panel-info-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 -10px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 40px;
}
.tripex-offcanvas-panel .panel-box .panel-info-list .panel-info-box {
  width: 50%;
  padding: 0 10px;
}
.tripex-offcanvas-panel .panel-box .panel-info-list .panel-info-box .content span i {
  color: var(--secondary-color);
  margin-right: 7px;
}
.tripex-offcanvas-panel .panel-box .panel-info-list .panel-info-box .content h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.tripex-offcanvas-panel .panel-box form {
  padding-bottom: 20px;
}
.tripex-offcanvas-panel .panel-box .form_control {
  border-radius: 28px;
  border: 1px solid var(--border-color);
  padding: 12px 170px 12px 25px;
}
.tripex-offcanvas-panel .panel-box .theme-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px 5px 5px 25px;
}

/*====== Start Back to top css ======*/
.back-to-top {
  border-radius: 50%;
  bottom: 30px;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 337;
  color: var(--white-color);
  background-color: var(--primary-color);
}
.back-to-top:hover {
  background-color: var(--secondary-color);
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
}
.preloader .loader img {
width: 250px;
  height: 250px;
  object-fit: contain;
}

/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}
.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

.sidebar-panel {
  position: fixed;
  z-index: 1111;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  opacity: 1;
  background-color: var(--white-color);
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  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, -webkit-transform 0.45s ease-in-out;
  -webkit-transform: translateX(calc(100% + 80px));
          transform: translateX(calc(100% + 80px));
  padding: 40px 30px;
  overflow: auto;
}
.sidebar-panel.info-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.sidebar-panel .panel-close .panel-close-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
.sidebar-panel .panel-body .panel-box h5 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.sidebar-panel .panel-body .panel-box p {
  margin-bottom: 15px;
}
.sidebar-panel .panel-body .panel-box p i {
  width: 20px;
  margin-right: 10px;
  color: var(--primary-color);
}
.sidebar-panel .panel-body .panel-box ul.social-link li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar-panel .panel-body .panel-box ul.social-link li a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.sidebar-panel .panel-body .panel-box ul.social-link li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

@-webkit-keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(-2px, 0);
            transform: translate(-2px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translate(-2px, 0);
            transform: translate(-2px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
/* Translate 3D Animation */
@-webkit-keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
            transform: translate3d(-2250px, 0, 0);
  }
}
@keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
            transform: translate3d(-2250px, 0, 0);
  }
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-family: var(--heading-font);
  font-size: 1rem;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.theme-btn i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  
}
.theme-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.theme-btn.style-one {
  padding: 5px 5px 5px 25px;
  line-height: 20px;
  background-color: var(--primary-color);
  color: var(--white-color);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-btn.style-one i {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.theme-btn.style-one:hover {
  background-color: var(--secondary-color);
}
.theme-btn.style-one:hover i {
  color: var(--secondary-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.theme-btn.style-two {
  padding: 7px 5px 7px 25px;
  border: 1px solid var(--border-color);
}
.theme-btn.style-two i {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.theme-btn.style-two:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
  border-color: transparent;
}
.theme-btn.style-two:hover i {
  color: var(--primary-color);
  background-color: var(--white-color);
}

.read-more.style-one {
  font-weight: 500;
  font-family: var(--body-font);
}
.read-more.style-one i {
  margin-left: 7px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.read-more.style-one:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.read-more.style-one:hover i {
  margin-left: 10px;
}

.play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--heading-color);
}
.play-btn .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(10px 4px 60px rgba(169, 169, 169, 0.25));
          filter: drop-shadow(10px 4px 60px rgba(169, 169, 169, 0.25));
  margin-right: 20px;
}
.play-btn span {
  text-decoration: underline;
  font-weight: 700;
  font-family: var(--heading-font);
}

.icon-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-btn.style-one {
  border-radius: 50%;
}
.icon-btn.style-one i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-btn.style-one:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.icon-btn.style-one:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* Transparent Header */
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* Tripex Dropdown */
.tripex-dropdown {
  position: relative;
}
.tripex-dropdown:hover .dropdown {
  opacity: 1;
  display: block;
  visibility: visible;
  margin: 6px 0 0 0;
}
.tripex-dropdown i {
  color: var(--heading-color);
}
.tripex-dropdown .dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 100px;
  padding: 10px 15px;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto;
  background: var(--white-color);
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid var(--border-color);
  display: block;
  border-radius: 10px;
}
.tripex-dropdown .dropdown a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.tripex-dropdown .dropdown a:hover {
  color: var(--primary-color);
}

/* Header Three */
@media (max-width: 1650px) {
  .header-top-bar {
    font-size: 14px;
  }
}
.header-top-bar .top-left span {
  color: var(--heading-color);
}
.header-top-bar .top-left span i {
  margin-right: 7px;
}
.header-top-bar .top-left span:not(:last-child) {
  margin-right: 25px;
}
.header-top-bar .top-text p a {
  color: var(--secondary-color);
}
.header-top-bar .top-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}
.header-top-bar .top-right span {
  margin-right: 30px;
}
.header-top-bar .top-right span i {
  margin-right: 7px;
  color: var(--heading-color);
}
.header-top-bar .top-right span a {
  font-weight: 600;
}
.header-top-bar .top-right span:hover a {
  color: var(--heading-color);
}

/* Header Navigation */
@media screen and (max-width: 1199.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navigation .main-menu ul > li {
display: inline-block;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 600 16px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 25px 0;
  font-family: "Urbanist", sans-serif;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 16px;
  }
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 30px;
  position: relative;
  line-height: 1.2;
  margin: 0;
  font-size: 16px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: var(--secondary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--secondary-color);
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

/* Nav Right Item */
.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-right-item .offcanvas-toggle {
  margin-left: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  border-radius: 7px;
}
@media screen and (max-width: 1199.98px) {
  .nav-right-item .offcanvas-toggle {
    width: 40px;
    height: 40px;
    display: none;
  }
}
.nav-right-item .offcanvas-toggle .toggle-inner {
  position: relative;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1199.98px) {
  .nav-right-item .offcanvas-toggle .toggle-inner {
    width: 25px;
    height: 25px;
  }
}
.nav-right-item .offcanvas-toggle .toggle-inner span {
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1199.98px) {
  .nav-right-item .offcanvas-toggle .toggle-inner span {
    width: 4px;
    height: 4px;
  }
}
.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(1) {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(2) {
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(3) {
  left: 100%;
  -webkit-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
}
.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(4) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(5) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(6) {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(7) {
  top: 100%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(8) {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(9) {
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(1) {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(2) {
  left: 0;
  top: 0;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(3) {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(4) {
  left: 0;
  top: 100%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(6) {
  left: 100%;
  top: 0;
  -webkit-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
}
.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(7) {
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(8) {
  left: 100%;
  top: 100%;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(9) {
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.header-one {
  position: relative;
  z-index: 999;
  margin: 20px 0 0;
}
@media screen and (max-width: 1199.98px) {
  .header-one {
    z-index: 999;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-one .header-navigation {
    padding: 15px 20px;
  }
}
.header-one .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.header-one .site-branding {
padding: 40px 150px 40px 70px;
  width: 27%;
  border-radius: 0 100px 100px 0;
  background-color: var(--gray-color);
  height: 115px;
}
.header-one .site-branding a{
  display: block;
  width: 100%;
  height: 100%;
}
.header-one .site-branding a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1650px) {
  .header-one .site-branding {
   padding: 4px 90px 5px 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-one .site-branding {
    width: auto;
    padding: 0;
    background-color: inherit;
    max-width: 150px;
    border-radius: 0;
  }
}
.header-one .nav-inner-menu {
position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 100px 0px 0px 100px;
  padding-left: 65px;
  padding-right: 65px;
  background-color: var(--white-color);
  margin-left: -70px;
  z-index: 1;
  background-image: linear-gradient(to top, transparent, #fbc918);
}
.header-one .nav-inner-menu .nav-right-item {
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .header-one .nav-inner-menu {
    margin-left: 0;
    background-color: inherit;
    border: none;
    padding: 0;
    border-radius: 0;
  }
}

/* Header Two */
.header-two {
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .header-two {
    padding: 0;
  }
}
.header-two.transparent-header {
  top: 25px;
}
@media (max-width: 767.98px) {
  .header-two.transparent-header {
    top: 0;
  }
}
.header-two.transparent-header {
  z-index: 999;
}
@media screen and (max-width: 1199.98px) {
  .header-two.transparent-header {
    z-index: 9999;
  }
}
.header-two .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-two .header-navigation .main-menu ul > li .sub-menu {
  background-color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .main-menu ul > li .sub-menu {
    background-color: var(--white-color);
  }
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--heading-color);
}
@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .main-menu ul > li .sub-menu li a {
    color: var(--heading-color);
  }
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .navbar-toggler span {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* Header Three */
.header-three {
  margin: 20px;
  border: 1px solid var(--border-color);
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .header-three {
    margin: 10px;
  }
}
.header-three .header-top-bar {
  padding: 7px 25px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 1650px) {
  .header-three .header-top-bar {
    padding: 7px 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-three .header-top-bar {
    display: none;
  }
}
.header-three .header-navigation {
  padding: 0 15px;
}
@media screen and (max-width: 1199.98px) {
  .header-three .header-navigation {
    padding: 20px 15px;
  }
}
.header-three .header-navigation .main-menu ul > li > a {
  padding: 28px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-three .header-navigation .main-menu ul > li > a {
    padding: 12px 0;
  }
}

.footer-widget .widget-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #fff;
}
.footer-widget .footer-content .text-box span i {
  color: var(--secondary-color);
  margin-right: 10px;
}
.footer-widget .footer-content .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.footer-widget .footer-content .social-box a:hover {
  border-color: transparent;
}
.footer-widget .footer-content .social-box a:not(:last-child) {
  margin-right: 5px;
}
.footer-widget.footer-about-widget .footer-logo {
  margin-bottom: 20px;
}
.footer-widget.footer-about-widget p {
  margin-bottom: 20px;
}
.footer-widget.footer-about-widget .text-box span i {
  color: var(--secondary-color);
  margin-right: 10px;
}
.footer-widget.footer-nav-widget ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-widget.footer-nav-widget ul li a:before {
  width: 5px;
  height: 5px;
  display: inline-block;
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: -5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-widget.footer-nav-widget ul li a:hover {
  color: var(--heading-color);
  text-decoration: underline;
}
.footer-widget.footer-nav-widget ul li a:hover:before {
  margin-right: 7px;
  visibility: visible;
  opacity: 1;
}
.footer-widget.footer-newsletter-widget .footer-content p {
  margin-bottom: 20px;
}
.footer-widget.footer-newsletter-widget .footer-content .form_control {
  border-radius: 14px;
  border: 1px solid var(--border-color);
  padding: 12px 25px;
  margin-bottom: 10px;
}
.footer-widget.footer-social-widget .footer-content ul li {
  display: inline-block;
}
.footer-widget.footer-social-widget .footer-content ul li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .footer-widget.footer-social-widget .footer-content ul li:not(:last-child) {
    margin-right: 5px;
  }
}
.footer-widget.footer-social-widget .footer-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  font-size: 14px;
  color: #fff;
}
.footer-widget.footer-social-widget .footer-content ul li a:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: transparent;
}

.copyright-area {
  border-top: 1px solid var(--border-color);
  padding: 10px 0;
}
@media screen and (max-width: 991.98px) {
  .copyright-area .copyright-text {
    text-align: center;
    margin-bottom: 15px;
  }
}
.copyright-area .copyright-text .copyright {
  color: var(--secondary-color);
}
.copyright-area .copyright-text .company {
  color: var(--primary-color);
}
.copyright-area .copyright-nav {
  float: right;
}
@media screen and (max-width: 991.98px) {
  .copyright-area .copyright-nav {
    float: none;
    text-align: center;
  }
}
.copyright-area .copyright-nav a:hover {
  color: var(--primary-color);
}
.copyright-area .copyright-nav a:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .copyright-area .copyright-nav a:not(:last-child) {
    margin-right: 7px;
  }
}
@media (max-width: 767.98px) {
  .copyright-area .copyright-nav a {
    margin-right: 7px;
    margin-left: 7px;
  }
}

.copyright-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.copyright-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Default Footer */
.default-footer .big-text {
  padding: 20px 0 75px;
}

/* Footer Curve Shape */
.default-footer-curve {
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
}
@media (max-width: 767.98px) {
  .default-footer-curve {
    padding-bottom: 30px;
  }
}
.default-footer-curve .svg-shape-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 265px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .default-footer-curve .svg-shape-wrapper {
    height: 120px;
  }
}
.default-footer-curve .svg-shape-wrapper svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.default-footer-curve .svg-shape-wrapper svg use {
  -webkit-animation: wave 7s linear infinite;
          animation: wave 7s linear infinite;
}
.default-footer-curve .svg-shape-wrapper svg use:nth-child(2) {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.default-footer-curve .copyright-area {
  border: none;
  padding-top: 57px;
}
@media (max-width: 767.98px) {
  .default-footer-curve .copyright-area {
    padding-top: 30px;
  }
}

/* Footer Two */
.footer-v2 {
  background-color: #11221C;
  margin: 30px 20px 20px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .footer-v2 {
    margin: 30px 10px 20px;
  }
}
.footer-v2 .footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 5000%;
  height: 35%;
  background-repeat: repeat-x;
  background-size: contain;
  -webkit-animation: translateBg 40s linear infinite;
          animation: translateBg 40s linear infinite;
  opacity: 0.05;
}
.footer-v2 .footer-cta {
  position: relative;
  z-index: 1;
  padding-top: 85px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
  .footer-v2 .footer-cta {
    padding: 45px 0 50px;
  }
}
.footer-v2 .footer-cta .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1650px) {
  .footer-v2 .footer-cta .shape img {
    width: 70%;
  }
}
@media screen and (max-width: 1199.98px) {
  .footer-v2 .footer-cta .shape {
    display: none;
  }
}
.footer-v2 .footer-cta .shape.shape-one {
  top: 150px;
  left: 80px;
}
@media (max-width: 1650px) {
  .footer-v2 .footer-cta .shape.shape-one {
    top: 50px;
    left: 30px;
  }
}
.footer-v2 .footer-cta .shape.shape-two {
  right: 190px;
  top: 190px;
}
@media (max-width: 1650px) {
  .footer-v2 .footer-cta .shape.shape-two {
    right: 0;
    top: 90px;
  }
}
.footer-v2 .footer-cta .cta-content-box h2 {
  color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 1650px) {
  .footer-v2 .footer-cta .cta-content-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1199.98px) {
  .footer-v2 .footer-cta .cta-content-box h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .footer-v2 .footer-cta .cta-content-box h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.footer-v2 .footer-cta .cta-content-box p {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .footer-v2 .footer-cta .cta-content-box p {
    font-size: 16px;
    line-height: 30px;
  }
}
.footer-v2 .footer-cta .cta-content-box p span {
  background-color: var(--secondary-color);
  padding: 5px 9px;
  border-radius: 20px;
  line-height: 1;
  font-weight: 600;
}
.footer-v2 .footer-widget {
  color: rgba(255, 255, 255, 0.65);
}
.footer-v2 .footer-widget .widget-title {
  color: var(--white-color);
}
.footer-v2 .footer-widget.footer-about-widget {
  padding-right: 100px;
}
.footer-v2 .footer-widget.footer-about-widget .text-box h4 {
  color: var(--white-color);
}
.footer-v2 .footer-widget.footer-nav-widget ul li a:hover {
  color: var(--white-color);
}
.footer-v2 .footer-widget.footer-nav-widget ul li a:before {
  background-color: var(--secondary-color);
}
.footer-v2 .footer-widget.footer-newsletter-widget {
  padding-left: 70px;
}
@media screen and (max-width: 1199.98px) {
  .footer-v2 .footer-widget.footer-newsletter-widget {
    padding-left: 0;
  }
}
.footer-v2 .footer-widget.footer-newsletter-widget .form_control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  max-width: 300px;
  color: var(--white-color);
}
.footer-v2 .footer-widget.footer-newsletter-widget .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.footer-v2 .footer-widget.footer-newsletter-widget .form_control::-moz-placeholder {
  color: var(--white-color);
}
.footer-v2 .footer-widget.footer-newsletter-widget .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.footer-v2 .footer-widget.footer-newsletter-widget .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.footer-v2 .footer-widget.footer-newsletter-widget .form_control::placeholder {
  color: var(--white-color);
}
.footer-v2 .copyright-area {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-v2 .copyright-area .copyright-text p {
  color: rgba(255, 255, 255, 0.65);
}
.footer-v2 .copyright-area .copyright-social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  float: right;
}
@media screen and (max-width: 991.98px) {
  .footer-v2 .copyright-area .copyright-social {
    display: none;
  }
}
.footer-v2 .copyright-area .copyright-social a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
}
.footer-v2 .copyright-area .copyright-social a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.footer-v2 .copyright-area .copyright-social a:not(:last-child) {
  margin-right: 10px;
}

/* Footer Three */
.footer-v3 {
  position: relative;
  background-color: var(--primary-black-color);
  z-index: 1;
}
.footer-v3 .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .footer-top {
    text-align: center;
    padding: 30px;
  }
}
.footer-v3 .footer-top .footer-top-content {
  padding: 50px 0 50px 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .footer-top .footer-top-content {
    padding: 0;
    border-left: none;
  }
}
.footer-v3 .footer-top .footer-top-content h3 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .footer-v3 .footer-top .footer-top-content h3 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .footer-top .footer-top-content h3 {
    margin-bottom: 30px;
  }
}
.footer-v3 .footer-top .footer-top-content .theme-btn.style-one {
  padding: 5px 5px 5px 15px;
}
.footer-v3 .copyright-area {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-v3 .footer-widget .footer-content {
  color: rgba(255, 255, 255, 0.65);
}
.footer-v3 .footer-widget .footer-content .widget-title {
  color: var(--white-color);
}
.footer-v3 .footer-widget .footer-content .text-box h5 {
  color: var(--white-color);
}
.footer-v3 .footer-widget.footer-about-widget .footer-content .social-box a {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: rgba(255, 255, 255, 0.65);
}
.footer-v3 .footer-widget.footer-about-widget .footer-content .social-box a:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: transparent;
}
.footer-v3 .footer-widget.footer-nav-widget {
  padding-left: 100px;
}
@media (max-width: 1650px) {
  .footer-v3 .footer-widget.footer-nav-widget {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .footer-v3 .footer-widget.footer-nav-widget {
    padding-left: 0;
  }
}
.footer-v3 .footer-widget.footer-nav-widget ul li a {
  color: rgba(255, 255, 255, 0.65);
}
.footer-v3 .footer-widget.footer-nav-widget ul li a:hover {
  color: var(--white-color);
}
.footer-v3 .footer-widget.footer-nav-widget ul li a:before {
  background-color: var(--secondary-color);
}
.footer-v3 .footer-widget.footer-newsletter-widget .form_control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  border-radius: 30px;
}
.footer-v3 .footer-widget.footer-newsletter-widget .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.footer-v3 .footer-widget.footer-newsletter-widget .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.footer-v3 .footer-widget.footer-newsletter-widget .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.footer-v3 .footer-widget.footer-newsletter-widget .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.footer-v3 .footer-widget.footer-newsletter-widget .form_control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.footer-v3 .footer-widget.footer-newsletter-widget .icon-btn.style-one {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  font-size: 14px;
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: transparent;
}

/* Footer 404 */
.footer-404 .copyright-area {
  padding: 20px 0;
}



/*
---------------------------------
PRATYAYA PAUL CSS START FORM HERE
---------------------------------
*/

.extra_logo{
display: flex;
  padding: 5px 0;
}
.extra_logo a{
display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #0000001f;
  padding: 0 20px;
}
.extra_logo a img{
height: 40px;
  object-fit: contain;
}
header .extra_logo a img{
height: 57px;
}

.hero_section{
  position: relative;
  margin: 20px;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
}
.hero-prev,
.hero-next {
position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
width: 35px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px) contrast(80%);
  background-color: #00000030;
  border: 1px solid #fff;
  border-radius: 33px;
  font-size: 19px;
}

.hero-prev { left: 25px; }
.hero-next { right: 25px; }

.sec_padding{
  padding: 70px 0!important;
}
.tripex-destination-item .thumbnail .hover-content .content h4{
  font-size: 20px;
  line-height: 1.2;
  font-family: "Urbanist", sans-serif;
}
.tripex-about-sec .section-title h2 {
  margin-bottom: 20px;
  line-height: 1.1;
  font-size: 37px;
}
.tripex-about-sec .sub-title {
font-size: 27px;
  margin-bottom: 8px;
  line-height: 1.1;
}
.tripex-content-box p{
line-height: 1.4;
  font-size: 16px;
}
.walk_img{
width: 100%;
  height: 235px;
  object-fit: contain;
  object-position: center;
  margin-top: -80px;
}
.cus_bg{
  background-color: var(--gray-color)!important;
}
.adventure_card{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 17px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
}
.adventure_icon {
width: 90px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 4px 8px 8px #0000001a,4px 8px 8px #0000001a;
  background: #fff;
  border-radius: 50px;
}
.adventure_icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    /* filter: invert(15%) sepia(86%) saturate(6000%) hue-rotate(-2deg) brightness(95%) contrast(95%); */
}
.adventure_card h5{
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.adventure-slider .slick-slide {
  margin: 15px 15px 35px 15px;
}
.tripex-cta-sec .tripex-content-box p {
  color: var(--white-color);
  max-width: 575px;
  margin-bottom: 25px;
}
.adventure_part{
background-color: #023995;
  padding: 70px 0 45px;
  margin: 0 20px;
  border-radius: 10px;
}
.adventure_part .hero-next {
  right: -40px;
}
.adventure_part .hero-prev {
  left: -40px;
}
.tripex-destination-sec .hero-next {
  right: -40px;
}
.tripex-destination-sec .hero-prev {
  left: -40px;
}
.cus_bg5{
  background-color: #023995!important;
}
.cus_bg5 .sub-title {
  color: #FECB15;
}

/*===== 07# Testimonial Section CSS ====*/
.tripex-testimonial-sec {
  position: relative;
  z-index: 1;
}
.tripex-testimonial-sec .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-testimonial-sec .shape {
    display: none;
  }
}
.tripex-testimonial-sec .shape.shape-one {
  top: 110px;
  left: 100px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-one {
    top: 50px;
    left: 20px;
  }
}
.tripex-testimonial-sec .shape.shape-two {
  left: 70px;
  bottom: 110px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-two {
    left: 50px;
    bottom: 50px;
  }
}
.tripex-testimonial-sec .shape.shape-three {
  top: 110px;
  right: 150px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-three {
    top: 70px;
    right: 70px;
  }
}
.tripex-testimonial-sec .shape.shape-four {
  right: 70px;
  bottom: 100px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-sec .shape.shape-four {
    bottom: 40px;
    right: 40px;
  }
}

.testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.testimonial-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.testimonial-slider .slick-dots {
  text-align: center;
}
.testimonial-slider .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}
.testimonial-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-slider .slick-dots li.slick-active button {
  width: 30px;
  height: 7px;
  border-radius: 3.5px;
  background-color: var(--primary-color);
}

.author-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.author-thumb-item .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 90px;
  margin-right: 20px;
}
.author-thumb-item .author-thumb img {
  border-radius: 50px 50px 0px 50px;
}
.author-thumb-item .author-info .ratings i {
  font-size: 14px;
  color: var(--secondary-color);
}

.tripex-testimonial-item {
  background-color: #FECB15;
  border: 1px solid rgba(115, 180, 88, 0.1);
  padding: 10px;
  border-radius: 15px;
}
.tripex-testimonial-item .testimonial-content {
  text-align: center;
  background-color: var(--white-color);
  padding: 40px 45px 35px;
  border-radius: 15px;
}
@media (max-width: 1650px) {
  .tripex-testimonial-item .testimonial-content {
    padding: 25px 22px 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-testimonial-item .testimonial-content {
    padding: 40px 15px 35px;
  }
}
.tripex-testimonial-item .testimonial-content .author-thumb-item {
  text-align: left;
  margin-bottom: 20px;
}
.tripex-testimonial-item .testimonial-content .quote-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.tripex-testimonial-item .testimonial-content .quote-wrap:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: var(--border-color);
}
.tripex-testimonial-item .testimonial-content .quote {
  width: 50px;
  height: 50px;
  border: 3px solid var(--white-color);
  background-color: var(--gray-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tripex-testimonial-item .testimonial-content .quote i {
  line-height: 0;
}
.tripex-testimonial-item .testimonial-content p {
  color: var(--heading-color);
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}
.tripex-testimonial-item:hover .testimonial-content .quote {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.feedback_icon {
  box-shadow: inset 4px 8px 8px #0000001a,4px 8px 8px #0000001a;
  background: #fff;
  border-radius: 50px;
  width: 200px;
  height: 65px;
  margin: 15px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback_icon img{
  width: 80px;
  height: 50px;
  object-fit: contain;
}
.location_section{
  max-width: 1180px;
  border-radius: 330px;
  overflow: hidden;
  margin: 0 auto;
}
.location_img {
width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.location_img::after{
width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 2;
  opacity: .5;
}
.location_img h2{
font-size: 100px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.location_img h2, .location_img a{
  position: relative;
  z-index: 3;
}



.tripex-process-sec {
    background: #FECB15;
    position: relative;
}
.tripex-process-sec.sec_padding{
padding: 70px 0 40px 0 !important;
margin: 0 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.process-box {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 12px;
    position: relative;
    transition: 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 30px;
}

.process-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.process-box .step {
position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #EA292B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1.5;
}
.process-box .step:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -10px;
    left: -10px;
    background-color: #EA292B;
    width: 70px;
  height: 70px;
     border-radius: 200px;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.process-box .icon {
width: 230px;
  height: 120px;
  box-shadow: inset 4px 8px 8px #0000001a,4px 8px 8px #0000001a;
  background: #fff;
  border-radius: 100px;
  padding: 10px;
  margin: 15px auto;
}
.process-box .icon img{
    width: 100%;
  height: 100%;
  object-fit: contain;
}
.process-box h5 {
font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  margin-top: 30px;
}
.process-box p {
font-size: 15px;
  color: #737373;
  margin-bottom: 0;
  line-height: 1.4;
}
.tripex-choose-sec.sec_padding{
  padding: 70px 0 20px 0!important;
}
.tripex-blog-sec.sec_padding{
  padding: 70px 0 30px 0!important;

}
.footer-widget.footer-about-widget .footer-logo img{
  width: 180px;
}
.footer-widget.footer-nav-widget ul li a{
font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #ffffffad;
  transition: .5s ease-in-out;
}
.footer-widget.footer-nav-widget ul li a:hover{
  color: #fff;
  transition: .5s ease-in-out;
}
.footer-widget.footer-nav-widget ul li{
margin-bottom: 4px!important;
  line-height: 1.3;
}

.foot_contact {
  padding: 20px;
  background: #023995;
  border-radius: 8px;
  width: 95%;
}
.foot_contact span{
box-shadow: inset 4px 8px 8px #0000001a,4px 8px 8px #0000001a;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 7px;
  color: #000;
  border-radius: 36px;
  line-height: 1.3;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.foot_contact h4 a {
  color: #fcd54d;
  display: block;
  text-align: center;
  padding-top: 2px;
}
.footer-content p{
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #ffffffad;
}
.copyright-text p{
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.call_icon {
    width: 50px;
    height: 50px;
left: 30px;
  bottom: 30px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.call_icon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.call_icon:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.cus_fixed {
position: fixed;
  top: 44%;
  background-color: #023995;
  color: #fff;
  font-family: "Outfit", sans-serif;
  transform: rotate(90deg);
  right: -63px;
  z-index: 9999;
  min-width:170px;
  text-align:center;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  padding: 4px 25px;
  font-weight: 500;
  border-radius: 36px;
  text-transform: uppercase;
  font-size: 14px;

}
.cus_fixed:hover {
background-color: #023995;
color: #fff;

}
.cus_fixed img{
    width:100px;
}





.cus_fixed2 {
position: fixed;
  top: 44%;
  background-color: #023995;
  color: #fff;
  min-width:170px;
  font-family: "Outfit", sans-serif;
  transform: rotate(90deg);
  left: -63px;
  z-index: 9999;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  padding: 4px 25px;
  font-weight: 500;
  border-radius: 36px;
  text-align:center;
  text-transform: uppercase;
  font-size: 14px;

}
.cus_fixed2:hover {
background-color: #023995;
color: #fff;

}
.cus_fixed2 img{
    width:100px;
}
@keyframes glowing {
    0%, 7% {
    background-color: #023995;
  }
  15% {
    background: #EA292B;
  }
  
  20% {
    background-color: #023995;
  }
  25% {
    background: #EA292B;
  }
  30% {
    background-color: #023995;
  }
  35% {
    background: #EA292B;
  }
  40%, 100% {
    background-color: #023995;
  }
}

@media screen and (min-width: 1700px) {

.header-navigation .main-menu ul > li {
margin-left: 20px;
    margin-right: 20px;
}
.header-navigation .main-menu ul > li > a {
font: 600 18px var(--heading-font);
}
.header-one .nav-inner-menu {
padding-left: 70px;
    padding-right: 70px;
}
.header-one .site-branding {
  padding: 15px 100px 14px 65px;
}
.tripex-content-box p {
  line-height: 1.5;
  font-size: 17px;
}
.tripex-tour-item .content-wrap .content {
  padding: 15px 10px 15px!important;
}



}


.top_header {
width: 100%;
  background: #043a96;
  padding: 4px 0;
        }

        .top_header_inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            color: #fff;
            font-size: 14px;
        }

        /* LEFT */
        .left_inner span {
            margin-right: 20px;
            font-weight: 500;
        }

        .left_inner span i {
            margin-right: 6px;
            background: rgba(255,255,255,0.2);
            padding: 6px;
            border-radius: 50%;
            font-size: 12px;
            color: #fcc918;
        }

        /* RIGHT SOCIAL */
        .right_inner ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .right_inner ul li {
            display: inline-block;
  margin-left: 3px;
        }

        .right_inner ul li a {
width: 28px;
  height: 28px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  transition: 0.3s;
        }

        /* Hover Effects */
        .right_inner ul li a:hover {
            background: #fff;
            color: #dd2476;
            transform: translateY(-3px);
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .top_header_inner {
                flex-direction: column;
                text-align: center;
            }

            .left_inner {
                margin-bottom: 0px;
            }
        }



.cus_bg5.cus_bg_img{
background-color: transparent !important;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cus_bg5.cus_bg_img::after{
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #023995;
  opacity: .8;
  content: '';
  z-index: 1;
  border-radius: 10px;
}
.cus_bg5.cus_bg_img2{
background-color: transparent !important;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cus_bg5.cus_bg_img2::after{
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fecb15;
  opacity: .1;
  content: '';
  z-index: 1;
  border-radius: 10px;
}
.cus_bg5.cus_bg_img .container{
position: relative;
z-index: 2;
}
.cus_bg5.cus_bg_img .shape {
  z-index: 2;
}
.cus_bg5.cus_bg_img2 .container{
position: relative;
z-index: 2;
}
.cus_bg5.cus_bg_img2 .shape {
  z-index: 2;
}
.default-footer-curve{
  background-color: #043a96;
  margin-top: 20px;
}

.foot_about {
background: #fff;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 6px;
}
.left_inner span a{
  font-size: 14px;
}
footer .extra_logo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 12px;
}
footer .extra_logo a {
  height: 50px;
  border-left: none;
  padding: 5px;
  background: #fff;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cta-wrapper .theme-btn.style-one {
  background-color: #023995;
}
.cta-wrapper .theme-btn.style-one:hover {
  background-color: #023995;
}
.cus_bg_img2 .section-title h2 {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.cus_bg_img2.cus_bg5 .sub-title {
  color: #b3ff90;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

#cus_marquee {
  color: var(--white-color);
  background-color: var(--primary-color);
  margin: 5px 20px;
  border-radius: 5px;
  /*width:100%;*/
}
/* Marquee Container */
.call-marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-top: 4px;
    width:100%;
}

/* Moving Track */
.call-track {
display: inline-block;
  font-size: 13px;
  font-weight: 500;
  width:100%;
  font-family: "Rubik", sans-serif;
}

.hero_section .banner {
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  border-radius: 30px;
}
.hero_section .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tripex-image.image-one img{
  width: 100%;
  height: 490px;
  object-fit: cover;
}
.tripex-destination-item .thumbnail{
  width: 100%;
  height: 350px;
}
.tripex-destination-item .thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_txt{
  width: 100%;
  height: 265px;
  overflow: auto;
}
.tripex-tour-item .thumbnail{
  width: 100%;
  height: 240px;
  display: block;
}
.tripex-tour-item .thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tripex-tour-item .content-wrap .content{
  height: 175px;
  overflow: auto;
}
.tripex-tour-item .content-wrap .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tripex-tour-item .content-wrap .content h4 a{
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tripex-iconic-box {
    height: 100%;
  }
.author-thumb-item .author-thumb {
  width: 90px;
  height: 90px;
}
.author-thumb-item .author-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedback{
  width: 100%;
  height: 100px;
  overflow: auto;
}
.tripex-iconic-box .icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tripex-iconic-box .icon img{
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.why1{
  width: 100%;
  height: 435px;
}
.why1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why2{
  width: 100%;
  height: 350px;
}
.why2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tripex-offer-item .thumbnail img{
  width: 260px;
  height: 330px;
  object-fit: contain;
  object-position: bottom;
}
.tripex-choose-sec .tripex-image-box {
  width: 100%;
  height: 525px;
}
.tripex-choose-sec .tripex-image-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-post-item .thumbnail{
  width: 100%;
  height: 275px;
}
.blog-post-item .thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .blog-post-item .content h4 a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
.blog-post-item .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*===== 02# Page Hero CSS ====*/
.page-hero-banner {
margin: 20px 20px 0;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-hero-banner::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000;
  background: #0a3891;
  z-index: 1;
  opacity: .8;
}
.page-hero-banner .container{
  position: relative;
  z-index: 2;
}
.page-content{
  padding: 100px 0!important;
  text-align: center;
}

@media (max-width: 767.98px) {
  .page-hero-banner {
    margin: 0 10px;
  }
}
.page-hero-banner .text-bg {
  position: absolute;
  bottom: 0;
  left: 35px;
  max-width: 850px;
  width: 100%;
  height: 300px;
  z-index: -1;
}
@media (max-width: 1650px) {
  .page-hero-banner .text-bg {
    left: 0;
    max-width: 750px;
  }
}
@media screen and (max-width: 1199.98px) {
  .page-hero-banner .text-bg {
    left: 0;
    max-width: 650px;
  }
}
@media screen and (max-width: 991.98px) {
  .page-hero-banner .text-bg {
    left: 0;
    max-width: 400px;
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .page-hero-banner .text-bg {
    max-width: 100%;
    height: 200px;
  }
}
.page-hero-banner .page-content {
  padding-bottom: 0px;
}
@media (max-width: 767.98px) {
  .page-hero-banner .page-content {
    padding-bottom: 20px;
  }
}
.page-hero-banner .page-content h1 {
color: var(--white-color);
  margin-bottom: 16px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}
@media screen and (max-width: 991.98px) {
  .page-hero-banner .page-content h1 {
   font-size: 32px;
    line-height: 1.2;
  }
  .page-hero-banner .page-content .breadcrumb-link li {
  font-size: 12px!important;
}
.breadcrumb-link {
  padding: 0 15px!important;
}



}
.page-hero-banner .page-content .breadcrumb-link li {
display: inline-block;
  color: var(--white-color);
  font-weight: 500;
  font-size: 14px;
}
.page-hero-banner .page-content .breadcrumb-link li i {
  margin-right: 10px;
  margin-left: 10px;
}

.page-title-hero {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 40px;
}
.page-title-hero .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .page-title-hero .shape {
    display: none;
  }
}
.page-title-hero .shape.shape-one {
  top: 75px;
  left: 50px;
}
@media (max-width: 1650px) {
  .page-title-hero .shape.shape-one {
    top: 35px;
    left: 30px;
  }
}
.page-title-hero .shape.shape-two {
  right: 115px;
  bottom: 70px;
}
@media (max-width: 1650px) {
  .page-title-hero .shape.shape-two {
    right: 65px;
  }
}
.page-title-hero .page-content ul.breadcrumb-link {
  margin-bottom: 7px;
}
.page-title-hero .page-content ul.breadcrumb-link li {
  display: inline-block;
  color: var(--text-color);
  font-weight: 500;
  font-size: 22px;
}
.page-title-hero .page-content ul.breadcrumb-link li i {
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .page-title-hero .page-content ul.breadcrumb-link li {
    font-size: 18px;
  }
}
.page-title-hero .page-content h1 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .page-title-hero .page-content h1 {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .page-title-hero .page-content h1 {
    font-size: 24px;
    line-height: 35px;
  }
}
.page-title-hero .page-content .event-meta span {
  font-weight: 500;
}
.page-title-hero .page-content .event-meta span:not(:last-child) {
  margin-right: 15px;
}
.page-title-hero .page-content .event-meta span i {
  color: var(--secondary-color);
  margin-right: 5px;
}

.breadcrumb-link {
  background: #ffffff2e;
  width: fit-content;
  padding: 0 25px;
  border-radius: 23px;
  margin: auto;
}
.tripex-process-sec.mission {
  background: #EA292B;
}


/* Main container */
.intro_data {
padding: 40px;
  border-radius: 10px;
  font-family: "Rubik", sans-serif;
  color: #333;
  line-height: 1.6;
  border: 1px solid #1f242e;
  background-image: linear-gradient(to top, transparent, #ffee90);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Headings */
.intro_data h1,
.intro_data h2,
.intro_data h3,
.intro_data h4,
.intro_data h5,
.intro_data h6 {
  margin: 0 0 15px 0;
    font-weight: 700;
    color: #111;
    font-family: "Urbanist", sans-serif;
}

.intro_data h1 { font-size: 32px; }
.intro_data h2 { font-size: 30px; }
.intro_data h3 { font-size: 28px; }
.intro_data h4 { font-size: 24px; }
.intro_data h5 { font-size: 17px;
  margin: 10px 0 5px;
  line-height: 1.2;
  color: #023995;}
.intro_data h6 { font-size: 18px; }

/* Paragraphs */
.intro_data p {
    margin: 0;
    font-size: 16px;
    color: #6a6a6a;
    font-family: "Rubik", sans-serif;
}

/* Links */
.intro_data a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: "Rubik", sans-serif;
}

.intro_data a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Lists */
.intro_data ul,
.intro_data ol {
    margin: 15px 0;
    padding-left: 20px;
}

.intro_data ul li,
.intro_data ol li {
    margin: 8px 0;
    font-size: 16px;
    color: #555;
    font-family: "Rubik", sans-serif;
}

/* Tables */
.intro_data table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: "Rubik", sans-serif;
}

.intro_data table th,
.intro_data table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    font-family: "Rubik", sans-serif;
}

.intro_data table th {
    background-color: #f2f2f2;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}

/* Images */
.intro_data img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 10px 0;
}

/* Blockquotes */
.intro_data blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    background-color: #f1f1f1;
    border-left: 5px solid #007bff;
    font-style: italic;
    color: #555;
    font-family: "Rubik", sans-serif;
}

/* Code & Preformatted text */
.intro_data code {
    background-color: #f4f4f4;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
}

.intro_data pre {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
}

/* Horizontal rules */
.intro_data hr {
    border: 0;
border-top: 1px solid #919191;
  margin: 10px 0;
}

/* Strong / Emphasis */
.intro_data strong {
    font-weight: 700;
}

.intro_data em {
    font-style: italic;
}

/* Small text */
.intro_data small {
    font-size: 12px;
    color: #777;
}

/* Optional: responsive adjustments */
@media (max-width: 768px) {
    .intro_data {
        padding: 25px 15px;
    }
    .intro_data h1 { font-size: 24px;
      margin: 0 0 10px 0;
    line-height: 1.3; }
    .intro_data h2 { font-size: 22px;
      margin: 0 0 10px 0;
    line-height: 1.3; }
    .intro_data h3 { font-size: 18px;
      margin: 0 0 10px 0;
    line-height: 1.3; }
}
.intro_part {
  padding: 60px 0;
}
.package_list_main .tripex-destination-item{
  margin: 15px 0;
}
.sec_padding5 {
  padding: 50px 0 !important;
}


/* SECTION BACKGROUND */
.gallery-sec {
  position: relative;
  margin: 20px;
  background: #e4eff0;
  border-radius: 10px;
}
/* SIDEBAR */
.gallery-sidebar {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.gallery-sidebar h4 {
  font-weight: 700;
  margin-bottom: 18px;
  font-family: "Urbanist", sans-serif;
  font-size: 23px;
  color: #043a96;
  line-height: 1.2;
}

.gallery-sidebar ul {
    list-style: none;
    padding: 0;
}

.gallery-sidebar li {
padding: 6px 20px;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
  color: #555;
  font-weight: 500;
  position: relative;
  border: 1px solid #e3e3e3;
  font-size: 15px;
}

/* ACTIVE + HOVER EFFECT */
.gallery-sidebar li.active,
.gallery-sidebar li:hover {
color: #fff;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(255,107,107,0.3);
  background-color: var(--primary-color);
  font-family: "Rubik", sans-serif;
  border-color: var(--primary-color);
}


/* GALLERY WRAPPER */
.gallery-wrapper {
    position: relative;
}

/* GRID SPACING FIX */
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0;
}

/* IMAGE CARD STYLE */
.gallery-item img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

/* HOVER OVERLAY EFFECT */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 200px;
    transition: all 0.5s ease;
    cursor: url('../../images/zoom.png') 12 12, zoom-in;
}

/* ZOOM + FLOAT EFFECT */
.gallery-item:hover img {
    transform: scale(1.12) rotate(1deg);
}

/* FLOAT ANIMATION */
.gallery-item:hover {
    transform: translateY(-8px);
}


/* PRELOADER GLASS STYLE */
.gallery-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

/* MODERN SPINNER */
.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #eee;
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* SPIN */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/* LIGHTBOX MODERN */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    animation: fadeIn 0.3s ease;
}

.lightbox img {
    max-width: 85%;
    max-height: 85%;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    animation: zoomIn 0.4s ease;
}

/* CLOSE BUTTON */
.lightbox .close {
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.lightbox .close:hover {
    color: var(--primary-color);
    transform: scale(1.2);
}


/* ANIMATIONS */
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .gallery-sidebar {
        margin-bottom: 30px;
    }
    .cus_row{
  padding: 0 10px!important;
}
.cus_row .col-6{
  padding: 0 5px!important;
}
.gallery-sec {
  margin: 10px;
}
.gallery-item {
  border-radius: 8px;
  height: 135px;
}
.gallery-grid {
  gap: 10px 0;
}




}
.ram-video-3 h4{
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  background: #fff;
  padding: 10px;
  border-radius: 60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ram-video-3 h4 i{
font-size: 14px;
  background: var(--primary-color);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-radius: 28px;
  width: 25px;
  height: 35px;
  display: flex;
  margin-top: 5px;
}
.ram-video-3 {
	position: relative;
	/* max-width: 800px;
	padding: 15px 15px 30px 15px; */
	margin: 15px 0;
	/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: #fff; */
  }
  .ram-video-3 .tv-wrap  {
	margin: 6% 14% 16%;
	position: relative;
  }    
  .ram-video-3 .tv-ram  {
	position: absolute;
	z-index: 1;
	top: -8%;
	left: -17.5%;
	width: 135%;
	height: 143%;
	pointer-events: none;
  }
  .ram-video-3 .tv-ram img  {
	width: 100%;
	height: 100%;
  }
  .ram-video-3 .tv-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	background: #000;
	cursor: pointer;
  }
  
  .ram-video-3 .tv-video iframe,
  .ram-video-3 .tv-video img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }



@media (max-width: 768px) {
.ram-video-3 h4 {
  font-size: 15px;
  padding: 8px;
  border-radius: 15px;
}
.ram-video-3 h4 i {
  font-size: 11px;
  width: 20px;
  height: 25px;
  margin-top: 5px;
}
  .gallery-sidebar ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  .gallery-sidebar.active ul {
    max-height: 500px;
    margin-top: 20px;
  }
.gallery-sidebar li {
  padding: 4px 14px;
  margin-bottom: 6px;
  font-size: 14px;
}
.gallery-sidebar li.active, .gallery-sidebar li:hover {
  transform: translateX(0px);
}
  .cat-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .cat-toggle span {
    font-size: 18px;
    transition: 0.3s;
  }

  .gallery-sidebar.active .cat-toggle span {
    transform: rotate(45deg); /* + to Ã— */
  }

}
.blog_list.gallery-sec.sec_padding{
  padding: 70px 0  40px!important;
}

.blog_list.gallery-sec.sec_padding .mb-40 {
  margin-bottom: 30px;
}
.blog_list.gallery-sec.sec_padding .blog-post-item .content {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}




@media (max-width: 991px) {
  .sec_padding5{
    padding: 30px 0!important;
  }
  .intro_part {
  padding: 40px 0;
}
.intro_data p {
  font-size: 15px;
  line-height: 1.4;
}
.hero_section .banner{
  border-radius: 10px;
}
.hero_section {
  margin: 0 10px;
}
.hero-prev, .hero-next {
  width: 20px;
  height: 28px;
  font-size: 13px;
}
.hero-next {
  right: 5px;
}
.hero-prev {
  left: 5px;
}
.gallery-sidebar {
  padding: 20px;
}
.gallery-sidebar h4 {
  margin-bottom: 0;
}

}

@media (min-width: 768px) {
  .cat-toggle span {
    display: none;
  }
}








@media (max-width: 767px) {

.sec_padding {
  padding: 35px 0 !important;
}
.for_desktop{
  display: none;
}
.left_inner span i {
  margin-right: 5px;
  padding: 6px;
  font-size: 10px;
}
.left_inner span a {
  font-size: 13px;
}
#cus_marquee {
margin: 5px 10px 0 10px;
    border-radius: 3px;
}
.header-one {
  margin: 0 0 0;
}
 .header-one .header-navigation {
    padding: 0 10px;
  }
.header-one .nav-inner-menu{
  background: none;
}
  .header-one .site-branding {
    height: 80px;
    padding: 3px;
  }
header .extra_logo a img {
  height: 38px;
}
.extra_logo a {
  height: 42px;
  padding: 0 10px;
}
.header-navigation .navbar-toggler {
  padding: 12px 7px;
  border: 1px solid #043A96;
  border-radius: 4px;
  margin-left: 15px;
}
.header-navigation .navbar-toggler span {
  width: 20px;
  background-color: #EA292B;
}
.header-navigation .theme-nav-menu .main-menu ul li a {
  font-size: 16px;
}
 .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 7px 20px;
    font-size: 15px;
  }
.tripex-about-sec .sub-title {
  font-size: 22px;
  margin-bottom: 5px;
}
.tripex-about-sec .section-title h2 {
  font-size: 27px;
  margin-bottom: 10px;
}
.tripex-about-sec .mb-30 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 20px;
}
.tripex-content-box p {
  font-size: 15px;
}
.theme-btn.style-one {
  padding: 5px 5px 5px 18px;
  font-size: 14px;
}
.theme-btn.style-one i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 12px;
  margin-left: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.walk_img {
  height: 190px;
  margin-top: -50px;
  padding-bottom: 30px;
}
.tripex-about-sec .tripex-image-box .tripex-image.image-one {
  width: 93%!important;
  margin-left: 8%;
}
.tripex-destination-sec.sec_padding{
  overflow: hidden;
}
.tripex-about-sec .tripex-image-box .tripex-image.image-one img {
  border-radius: 20px!important;
}
.tripex-about-sec .tripex-image-box .tripex-image.image-two {
  width: 100%!important;
}
.tripex-about-sec .tripex-image-box .tripex-image.image-two img{
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: -20px !important;
}
.tripex-image-box.mb-50{
  margin-bottom: 0!important;
}
.adventure_part {
  padding: 35px 0 5px;
  margin: 0 10px;
  border-radius: 10px;
}
.sub-title {
  font-size: 22px;
  line-height: 1.2;
}
.section-title .sub-title {
  margin-bottom: 5px;
}
.adventure_part .hero-next {
  right: -8px;
}
.adventure_part .hero-prev {
  left: -8px;
}
.tripex-image.image-one img{
  width: 100%;
  height: auto;
}
.mb-40 {
  margin-bottom: 23px;
}
.tripex-destination-item .thumbnail{
  width: 100%;
  height: 400px;
}
.about_txt{
  height: auto;
  overflow: visible;
}
.tripex-destination-sec .hero-next {
  right: -8px;
}
.tripex-destination-sec .hero-prev {
  left: -8px;
}
.tripex-destination-item .thumbnail .hover-content .content span{
  font-size: 16px!important;
}
.tripex-destination-item .thumbnail .hover-content .content h4 {
  font-size: 18px;
}
.tripex-tour-item .thumbnail .features-tag {
  top: 0px!important;
  left: 5px!important;
}
.tripex-tour-item .thumbnail .tag-text {
  padding: 4px 12px!important;
  font-size: 10px!important;
}
.tripex-tour-item .thumbnail .duration {
  bottom: 5px!important;
  right: 5px!important;
  padding: 5px 12px 7px!important;
  font-size: 12px!important;
}
.tripex-tour-item .thumbnail {
  border-radius: 5px!important;
}
.tripex-tour-item {
  padding: 8px!important;
  border-radius: 10px!important;
}
.tripex-testimonial-item .testimonial-content p {
  font-size: 14px!important;
}
.feedback{
  height: 90px!important;
}
.location_img {
  height: 280px;
}
.location_img h2 {
  font-size: 40px;
}
.location_section {
  border-radius: 0;
}
.why1{
  height: auto;
}
.why2{
  height: auto;
}
.tripex-tour-item .thumbnail {
  height: 200px!important;
}
.tripex-tour-item .content-wrap .content h4 {
    font-size: 18px!important;
  }
.tripex-tour-item .content-wrap .content .ratings {
  font-size: 12px!important;
}
.tripex-tour-item .content-wrap .content span{
  font-size: 13px!important;
  padding: 4px 12px!important;
}
.tripex-tour-item .content-wrap .content {
  height: 180px;
  overflow: auto;
}
.tripex-choose-sec .tripex-image-box {
  padding-left: 0!important;
  height: auto;
}
.tripex-tour-sec {
  margin: 0 10px;
}
.tripex-process-sec.sec_padding {
  margin: 0 10px;
}
.tripex-offer-item.mb-50{
  margin-bottom: 30px;
}
 .why2 {
  margin-bottom: 0!important;
  }
.tripex-offer-item {
  padding: 25px;
}
.tripex-offer-sec.pb-30{
  padding-bottom: 0!important;
}
.tripex-process-sec.sec_padding {
  padding: 35px 0 10px 0 !important;
  margin-bottom: 35px;
}
.tripex-tour-sec {
  margin: 0 10px;
}
.tripex-choose-sec.sec_padding {
  padding: 35px 0 20px 0 !important;
}
  .tripex-blog-sec {
    margin: 0 15px!important;
  }
.tripex-blog-sec.sec_padding {
  padding: 35px 0 10px 0 !important;
}
  .blog-post-item .content {
    padding: 20px 20px 20px;
  }

.tripex-tour-item .content-wrap .content {
    padding: 25px 10px 20px!important;
  }

.tripex-cta-sec .cta-wrapper {
  padding-top: 35px;
}
.tripex-cta-sec .tripex-content-box {
    margin-bottom: 0!important;
    padding-right: 0!important;
  }
.footer-widget-area.pt-80{
  padding-top: 40px;
}
.foot_about {
  margin-right: 0;
}
.foot_about{
  padding: 25px 15px;
}
.footer-widget .widget-title {
  margin-bottom: 13px;
  font-size: 22px;
}
.copyright-text p {
  font-size: 13px;
  line-height: 1.4;
}
.default-footer-curve {
    padding-bottom: 0;
  }
.back-to-top {
  bottom: 20px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 20px;
}
.call_icon {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
}
.call_icon::before {
  width: 70px;
  height: 70px;
}
.tripex-process-sec.mission {
  margin-bottom: 0px!important;
}
.page-content {
  padding: 50px 0 !important;
}




}







/*===== 21# Blog Details Page CSS ======*/
.tripex-blog-details-sec .page-content .breadcrumb-link {
  margin-bottom: 10px;
}
.tripex-blog-details-sec .page-content .breadcrumb-link li {
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
}
.tripex-blog-details-sec .page-content .breadcrumb-link li i {
  margin-right: 10px;
  margin-left: 10px;
}
.tripex-blog-details-sec .page-content h1 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  .tripex-blog-details-sec .page-content h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
.tripex-blog-details-sec .page-content .post-meta {
  margin-bottom: 30px;
}
.tripex-blog-details-sec .page-content .post-meta span {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .tripex-blog-details-sec .page-content .post-meta span {
    font-size: 14px;
  }
}
.tripex-blog-details-sec .page-content .post-meta span:not(:last-child):after {
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--text-color);
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .tripex-blog-details-sec .page-content .post-meta span:not(:last-child):after {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.tripex-blog-details-sec .page-content .post-meta span img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.tripex-blog-details-sec .page-content .post-meta span i {
  margin-right: 7px;
}
.tripex-blog-details-sec .blog-post-main .blog-post .thumbnail {
  margin-bottom: 25px;
}
.tripex-blog-details-sec .blog-post-main .blog-post .thumbnail img {
  border-radius: 10px;
}
.tripex-blog-details-sec .blog-post-main .blog-post .content h4 {
font-size: 27px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}
.tripex-blog-details-sec .blog-post-main .blog-post .content h5 {
font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .tripex-blog-details-sec .blog-post-main .blog-post .content h4 {
margin-bottom: 15px;
    line-height: 1.2;
    font-size: 22px;
  }
  .tripex-blog-details-sec .blog-post-main .blog-post .content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
}
.tripex-blog-details-sec .blog-post-main .blog-post .content p {
  margin-bottom: 20px;
  line-height: 1.4;
}
.tripex-blog-details-sec .blog-post-main .blog-post .content blockquote {
  background-color: var(--gray-color);
  padding: 30px 40px 30px 100px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
}
.tripex-blog-details-sec .blog-post-main .blog-post .content blockquote .icon {
  position: absolute;
  top: 40px;
  left: 40px;
}
.tripex-blog-details-sec .blog-post-main .blog-post .content blockquote .icon i {
  color: var(--secondary-color);
  font-size: 30px;
}
.tripex-blog-details-sec .blog-post-main .blog-post .content blockquote h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.tripex-blog-details-sec .blog-post-main .blog-post .content blockquote h6 {
  position: relative;
  color: var(--primary-color);
}
.tripex-blog-details-sec .blog-post-main .blog-post .content blockquote h6:after {
  position: absolute;
  left: -70px;
  top: 8px;
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--primary-color);
}
.tripex-blog-details-sec .blog-post-main .blog-post .content figure {
  margin-bottom: 30px;
}
.tripex-blog-details-sec .blog-post-main .blog-post .content figure img {
  border-radius: 10px;
}
.tripex-blog-details-sec .blog-post-main .blog-post .content .check-list.style-one li:not(:last-child) {
  margin-bottom: 20px;
}
.tripex-blog-details-sec .blog-post-main .entry-footer {
  margin-top: 30px;
  padding-top: 45px;
  border-top: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .tripex-blog-details-sec .blog-post-main .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tripex-blog-details-sec .blog-post-main .entry-footer h6 {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .tripex-blog-details-sec .blog-post-main .entry-footer .tag-links {
    text-align: center;
  }
}
.tripex-blog-details-sec .blog-post-main .entry-footer .tag-links a {
  padding: 7px 15px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .tripex-blog-details-sec .blog-post-main .entry-footer .social-box {
    text-align: center;
  }
}
.tripex-blog-details-sec .blog-post-main .entry-footer .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tripex-blog-details-sec .blog-post-main .entry-footer .social-box a:not(:last-child) {
  margin-right: 5px;
}
.tripex-blog-details-sec .blog-post-main .entry-footer .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.tripex-blog-details-sec .post-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--gray-color);
  border-radius: 15px;
  padding: 40px 40px 30px;
}
@media (max-width: 767.98px) {
  .tripex-blog-details-sec .post-author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tripex-blog-details-sec .post-author-box .author-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 130px;
  margin-right: 40px;
}
@media (max-width: 767.98px) {
  .tripex-blog-details-sec .post-author-box .author-thumbnail {
    margin-bottom: 30px;
  }
}
.tripex-blog-details-sec .post-author-box .author-thumbnail img {
  border-radius: 50%;
  width: 100%;
}
.tripex-blog-details-sec .post-author-box .author-info h4 {
  margin-bottom: 5px;
}
.tripex-blog-details-sec .post-author-box .author-info p {
  margin-bottom: 15px;
}
.tripex-blog-details-sec .post-author-box .author-info .social-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tripex-blog-details-sec .post-author-box .author-info .social-box a:not(:last-child) {
  margin-right: 20px;
}
.tripex-blog-details-sec .post-author-box .author-info .social-box a:hover {
  color: var(--primary-color);
}
.tripex-blog-details-sec .post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .tripex-blog-details-sec .post-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tripex-blog-details-sec .post-navigation .post-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
}
.tripex-blog-details-sec .post-navigation .post-nav-item .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin-right: 30px;
}
.tripex-blog-details-sec .post-navigation .post-nav-item .thumbnail img {
  border-radius: 10px;
}
.tripex-blog-details-sec .post-navigation .post-nav-item .content span i {
  margin-right: 7px;
}
.tripex-blog-details-sec .post-navigation .post-nav-item .content h6 {
  line-height: 28px;
}
.tripex-blog-details-sec .contact-wrapper {
  background-color: var(--gray-color);
  padding: 60px 50px;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .tripex-blog-details-sec .contact-wrapper {
    padding: 40px 20px;
  }
}
.tripex-blog-details-sec .contact-wrapper h3 {
  margin-bottom: 5px;
}
.tripex-blog-details-sec .contact-wrapper p {
  margin-bottom: 30px;
}
.tripex-blog-details-sec .contact-wrapper .form_control {
  margin-bottom: 30px;
  padding: 12px 20px;
  background-color: var(--white-color);
  border-radius: 10px;
  border: none;
}

.sidebar-widget-area .sidebar-widget {
background-color: var(--white-color);
  border-radius: 10px;
  border: 1px solid #1f242e;
  background-image: linear-gradient(to top, transparent, #ffee90);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 1650px) {
  .sidebar-widget-area .sidebar-widget {
    padding: 30px 30px;
  }
}
@media (max-width: 575.98px) {
  .sidebar-widget-area .sidebar-widget {
    padding: 30px 20px;
  }
}
.sidebar-widget-area .sidebar-widget h4.widget-title:after {
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
  content: "";
  margin-top: 12px;
  margin-bottom: 30px;
}
.sidebar-widget-area .sidebar-search-widget .widget-content .form_control {
  border-radius: 25px;
  background-color: var(--gray-color);
  padding: 10px 25px;
  border: none;
}
.sidebar-widget-area .sidebar-search-widget .widget-content .search-btn {
  position: absolute;
  top: -5px;
  right: 0;
  width: 60px;
  height: 60px;
  border: 3px solid var(--white-color);
  border-radius: 50%;
  background-color: var(--primary-color);
  font-size: 20px;
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-categories-widget .widget-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar-widget-area .sidebar-categories-widget .widget-content ul li:not(:last-child) a {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.sidebar-widget-area .sidebar-categories-widget .widget-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: var(--heading-color);
}
.sidebar-widget-area .sidebar-categories-widget .widget-content ul li a i {
  margin-right: 10px;
  color: var(--secondary-color);
}
.sidebar-widget-area .sidebar-categories-widget .widget-content ul li a span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--heading-color);
  background-color: var(--gray-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-widget-area .sidebar-categories-widget .widget-content ul li a:hover {
  color: var(--primary-color);
}
.sidebar-widget-area .sidebar-categories-widget .widget-content ul li a:hover span {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-post-widget ul li:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin-right: 20px;
  border-radius: 10px;
}
.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content .post-title-date span {
margin-bottom: 5px;
  font-family: "Rubik", sans-serif;
  color: #ea292b;
  line-height: 1.3;
  font-size: 13px;
}
.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content .post-title-date span i {
  margin-right: 7px;
}
.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content .post-title-date h6 {
  font-size: 20px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    line-height: 1.3;
}
.post-title-date{
  margin-top: -10px;
}
.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content .post-title-date h6 a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 1650px) {
  .sidebar-widget-area .sidebar-post-widget .post-thumbnail-content .post-title-date h6 {
    font-size: 16px;
  }
}
.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content .post-title-date h6:hover {
  color: var(--primary-color);
}
.sidebar-widget-area .sidebar-tag-widget {
  padding-bottom: 20px;
}
.sidebar-widget-area .sidebar-tag-widget .widget-content a {
  padding: 7px 15px;
  font: 500 16px var(--heading-font);
  border-radius: 20px;
  line-height: 1;
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  margin-right: 5px;
}
.sidebar-widget-area .sidebar-tag-widget .widget-content a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-nav-widget {
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
.sidebar-widget-area .sidebar-nav-widget .widget-content .tripex-nav-tabs .nav-tabs {
  border-bottom: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-widget-area .sidebar-nav-widget .widget-content .tripex-nav-tabs li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-widget-area .sidebar-nav-widget .widget-content .tripex-nav-tabs .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 16px 30px;
  width: 100%;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(177, 177, 177, 0.25);
          box-shadow: 10px 4px 60px 0px rgba(177, 177, 177, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-widget-area .sidebar-nav-widget .widget-content .tripex-nav-tabs .nav-link i {
  float: right;
}
.sidebar-widget-area .sidebar-nav-widget .widget-content .tripex-nav-tabs .nav-link:hover, .sidebar-widget-area .sidebar-nav-widget .widget-content .tripex-nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-banner-widget {
  padding: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  overflow: hidden;
}
.sidebar-widget-area .sidebar-banner-widget .widget-content {
  padding-top: 60%;
  position: relative;
  z-index: 1;
}
.sidebar-widget-area .sidebar-banner-widget .widget-content .banner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 340px;
}
.sidebar-widget-area .sidebar-banner-widget .widget-content .banner-shape img {
  width: 100%;
  height: 100%;
}
.sidebar-widget-area .sidebar-banner-widget .widget-content .shape {
  position: absolute;
  bottom: 45px;
  right: 35px;
  z-index: -1;
}
.sidebar-widget-area .sidebar-banner-widget .widget-content .content {
  padding: 30px 50px;
}
.sidebar-widget-area .sidebar-banner-widget .widget-content .content span {
  font-size: 30px;
  font-family: var(--accent-font);
  color: var(--white-color);
  margin-bottom: 5px;
}
.sidebar-widget-area .sidebar-banner-widget .widget-content .content h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .sidebar-widget-area .sidebar-banner-widget .widget-content .content h3 {
    font-size: 24px;
    line-height: 37px;
  }
}
.sidebar-widget-area .sidebar-banner-widget .widget-content .content .theme-btn.style-one {
  background-color: var(--secondary-color);
}
.sidebar-widget-area .sidebar-banner-widget .widget-content .content .theme-btn.style-one i {
  color: var(--secondary-color);
}
.sidebar-widget-area .sidebar-banner-widget .widget-content .content .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.sidebar-widget-area .sidebar-banner-widget .widget-content .content .theme-btn.style-one:hover i {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-information-widget .widget-content h4 {
  margin-bottom: 20px;
}
.sidebar-widget-area .sidebar-information-widget .widget-content ul {
  margin-bottom: 40px;
}
.sidebar-widget-area .sidebar-information-widget .widget-content ul li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
}
.sidebar-widget-area .sidebar-information-widget .widget-content ul li:first-child {
  border-top: 1px solid var(--border-color);
}
.sidebar-widget-area .sidebar-information-widget .widget-content ul li i {
  margin-right: 10px;
  color: var(--secondary-color);
}
.sidebar-widget-area .sidebar-information-widget .widget-content ul li span {
  color: var(--primary-color);
  float: right;
  font-weight: 500;
}
.sidebar-widget-area .sidebar-information-widget .widget-content h5 {
  margin-bottom: 15px;
}
.sidebar-widget-area .sidebar-information-widget .widget-content .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
}
.sidebar-widget-area .sidebar-information-widget .widget-content .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-information-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 5px;
}



/* CONTACT SECTION */
.contact-sec {
  margin: 20px;
  background: #e4eff0;
  border-radius: 10px;
  padding: 50px 20px;
}

/* CARD */
.contact-card {
padding: 25px 15px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #1f242e;
  background-image: linear-gradient(to top, transparent, #ffee90);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* ICON */
.contact-card .icon {
font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: #c7c7c7 0 0 0 2px;
}

/* TITLE */
.contact-card h5 {
font-weight: 600;
  margin-bottom: 8px;
  color: #222;
  font-family: "Urbanist", sans-serif;
}
.contact-card p{
line-height: 1.4;
  font-size: 15px;
}
/* LINKS */
.contact-card a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

.wp_chat a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #24d266;
    color: #fff;
    margin-top: 10px;
    border-radius: 29px;
    padding: 5px 25px 5px 5px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
  font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.wp_chat a i{
    background: #fff;
    color: #24d266;
    width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

.wp_chat a:hover{
    transform: translateY(-2px);
    color: #fff!important;
}
.facebook_part a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1877F2;
    color: #fff;
    margin-top: 10px;
    border-radius: 29px;
    padding: 5px 25px 5px 5px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
  font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.facebook_part a i{
    background: #fff;
    color: #1877F2;
    width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

.facebook_part a:hover{
    transform: translateY(-2px);
    color: #fff!important;
}


/* ================= YOUTUBE ================= */
.youtube_part a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FF0000;
    color: #fff;
    margin-top: 10px;
    border-radius: 29px;
    padding: 5px 25px 5px 5px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
  font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.youtube_part a i{
    background: #fff;
    color: #FF0000;
    width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

.youtube_part a:hover{
    transform: translateY(-2px);
    color: #fff!important;
}


/* ================= X (TWITTER) ================= */
.x_part a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000000;
    color: #fff;
    margin-top: 10px;
    border-radius: 29px;
    font-size: 14px;
    padding: 5px 25px 5px 5px;
    text-decoration: none;
    font-family: "Urbanist", sans-serif;
  font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.x_part a i{
    background: #fff;
    color: #000;
    width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

.x_part a:hover{
    transform: translateY(-2px);
    color: #fff!important;
}
.contact-card a:hover {
  color: var(--primary-color);
}

/* HOVER */
.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* MAP */
.contact-map {
border-radius: 8px;
  overflow: hidden;
  height: 300px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  padding: 10px;
  background: #fff;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* MOBILE */
@media (max-width: 768px) {

  .contact-sec {
    margin: 10px;
    padding: 30px 15px;
  }

  .contact-card {
    margin-bottom: 15px;
  }

  .contact-map {
    height: 250px;
  }
}





/* ===== CONTACT FORM MODERN ===== */
.tripex-contact-sec {
background-color: #fff;
  border-radius: 10px;
  border: 1px solid #1f242e;
  background-image: linear-gradient(to top, transparent, #ffee90);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 20px;
}

/* FORM WRAPPER */
.tripex-contact-area {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.3s;
}

/* INPUT GROUP */
.form-group,
.form_group {
  margin-bottom: 18px;
}

/* INPUT + TEXTAREA */
.form_control {
  width: 100%;
  height: 52px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #e3e6ea;
  background: #f9fbfd;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}

/* TEXTAREA */
textarea.form_control {
  height: 140px;
  resize: none;
}

/* FOCUS EFFECT */
.form_control:focus {
  border-color: var(--primary-color);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.08);
  outline: none;
}

/* PLACEHOLDER */
.form_control::placeholder {
  color: #999;
  font-weight: 400;
}

/* MOBILE */
@media (max-width: 768px) {

  .tripex-contact-area {
    padding: 20px;
  }

  .form_control {
    height: 48px;
    font-size: 13px;
  }

  textarea.form_control {
    height: 120px;
  }
.contact-grid {
  gap: 25px 0;
}
.tripex-contact-sec {
  margin: 0 10px;
}





}



/*=== 07# Tour Details Page CSS ===*/
.tripex-feature-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tripex-feature-item-two .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: var(--secondary-color);
  margin-right: 20px;
}
.tripex-feature-item-two .content h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.tripex-tour-details-sec .tour-gallery-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-details-sec .tour-gallery-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.tripex-tour-details-sec .tour-gallery-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .tripex-tour-details-sec .tour-gallery-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.tripex-tour-details-sec .tour-gallery-slider .tripex-image img {
  border-radius: 15px;
}

.tour-details-wrapper .tour-title-meta-wrap {
  padding: 30px 0;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tour-title-meta-wrap {
    margin-bottom: 30px;
  }
}
.tour-details-wrapper .tour-title-meta-wrap .tour-title-wrap .ratings {
  margin-bottom: 5px;
}
.tour-details-wrapper .tour-title-meta-wrap .tour-meta span {
  display: block;
}
.tour-details-wrapper .tour-title-meta-wrap .tour-meta span:not(:last-child) {
  margin-bottom: 6px;
}
.tour-details-wrapper .tour-title-meta-wrap .tour-meta span i {
  color: var(--secondary-color);
  margin-right: 10px;
}
.tour-details-wrapper .tour-title-meta-wrap .social-box h4 {
  margin-bottom: 17px;
}
.tour-details-wrapper .tour-title-meta-wrap .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tour-details-wrapper .tour-title-meta-wrap .social-box a:not(:last-child) {
  margin-right: 5px;
}
.tour-details-wrapper .tour-title-meta-wrap .social-box a:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: transparent;
}
.tour-details-wrapper .tripex-content-wrapper .tripex-content {
  margin-top: -8px;
}
.tour-details-wrapper .tripex-content-wrapper .tripex-content h4 {
  margin-bottom: 15px;
}
.tour-details-wrapper .tripex-content-wrapper .tripex-content p {
  margin-bottom: 30px;
}
.tour-details-wrapper .tripex-content-wrapper .tripex-content .check-list.style-one li:not(:last-child) {
  margin-bottom: 25px;
}
.tour-details-wrapper .tripex-content-wrapper .tripex-content .tripex-image img {
  border-radius: 15px;
}
.tour-details-wrapper .tripex-details-tabs li:first-child .nav-link {
  padding: 0;
  padding-bottom: 15px;
  padding-right: 8px;
}
.tour-details-wrapper .tripex-details-tabs .nav-link {
  position: relative;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 0 40px 15px;
  font-weight: 600;
  font-size: 18px;
  color: var(--text-color);
}
.tour-details-wrapper .tripex-details-tabs .nav-link i {
  margin-right: 7px;
}
.tour-details-wrapper .tripex-details-tabs .nav-link:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--primary-black-color);
  visibility: hidden;
  opacity: 0;
}
.tour-details-wrapper .tripex-details-tabs .nav-link.active {
  color: var(--heading-color);
}
.tour-details-wrapper .tripex-details-tabs .nav-link.active i {
  color: var(--secondary-color);
}
.tour-details-wrapper .tripex-details-tabs .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-details-tabs .nav-link {
    padding: 0 20px 15px;
  }
}
@media (max-width: 575.98px) {
  .tour-details-wrapper .tripex-details-tabs .nav-link {
    padding: 0 0 15px;
    margin-right: 15px;
  }
  .tour-details-wrapper .tripex-details-tabs .nav-link:after {
    display: none;
  }
}
.tour-details-wrapper .tripex-features-box {
  padding: 30px 40px 10px;
  background-color: var(--gray-color);
  border-radius: 15px;
}
.tour-details-wrapper .tripex-features-box h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(17, 34, 28, 0.1);
}
.tour-details-wrapper .tripex-include-excluded-box {
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(196, 196, 196, 0.25);
          box-shadow: 10px 4px 60px 0px rgba(196, 196, 196, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-include-excluded-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box, .tour-details-wrapper .tripex-include-excluded-box .tripex-include-box {
  width: 50%;
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box h4, .tour-details-wrapper .tripex-include-excluded-box .tripex-include-box h4 {
  border-bottom: 1px solid var(--border-color);
  padding: 25px 40px;
  font-size: 24px;
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box .content, .tour-details-wrapper .tripex-include-excluded-box .tripex-include-box .content {
  padding: 40px 40px;
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box .content ul.check-list.style-one li:not(:last-child), .tour-details-wrapper .tripex-include-excluded-box .tripex-include-box .content ul.check-list.style-one li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box, .tour-details-wrapper .tripex-include-excluded-box .tripex-include-box {
    width: 100%;
  }
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box {
  border-left: 1px solid var(--border-color);
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box .content {
  padding-left: 40px;
}
.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box .content ul.check-list.style-one li i {
  color: var(--secondary-color);
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box {
    border-left: none;
  }
}
.tour-details-wrapper .tripex-details-summary .tripex-content-box p {
  margin-bottom: 40px;
}
.tour-details-wrapper .tripex-details-summary .tripex-content-box h5 {
  margin-bottom: 30px;
}
.tour-details-wrapper .tripex-details-summary .tripex-content-box .check-list.style-one li:not(:last-child) {
  margin-bottom: 15px;
}
.tour-details-wrapper .tripex-details-summary .tripex-content-wrapper {
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(196, 196, 196, 0.25);
          box-shadow: 10px 4px 60px 0px rgba(196, 196, 196, 0.25);
  border: 1px solid var(--border-color);
  border-radius: 15px;
}
.tour-details-wrapper .tripex-details-summary .tripex-content-wrapper .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  padding: 20px 40px;
}
.tour-details-wrapper .tripex-details-summary .tripex-content-wrapper .title-wrap h4 i {
  margin-right: 10px;
  color: var(--secondary-color);
}
.tour-details-wrapper .tripex-details-summary .tripex-content-wrapper .accordion {
  padding: 40px 40px 20px;
}
.tour-details-wrapper .tripex-details-summary .faq-content-wrapper .accordion {
  padding: 35px 40px;
}
.tour-details-wrapper .tripex-details-summary .map-box iframe {
  height: 500px;
  border-radius: 15px;
}
.tour-details-wrapper .tripex-rating-box {
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px rgba(196, 196, 196, 0.25);
          box-shadow: 10px 4px 60px rgba(196, 196, 196, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-rating-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tour-details-wrapper .tripex-rating-box .rating-wrap {
  max-width: 300px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 70px 70px 60px;
  text-align: center;
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-rating-box .rating-wrap {
    padding: 40px 30px 30px;
    border-right: none;
    border-bottom: 1px solid var(--border-color);
  }
}
.tour-details-wrapper .tripex-rating-box .rating-wrap h2 {
  font-size: 100px;
  margin-bottom: 30px;
}
.tour-details-wrapper .tripex-rating-box .rating-wrap h4 {
  color: var(--secondary-color);
}
.tour-details-wrapper .tripex-rating-box .rating-check-list {
  width: 100%;
  padding: 40px 50px;
}
@media (max-width: 767.98px) {
  .tour-details-wrapper .tripex-rating-box .rating-check-list {
    padding: 40px 30px 30px;
  }
}
.tour-details-wrapper .tripex-rating-box .rating-check-list .form-check {
  margin-bottom: 10px;
}
.tour-details-wrapper .tripex-rating-box .rating-check-list .form-check a {
  margin-left: auto;
}
.tour-details-wrapper .tripex-review-area h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 33px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-thumb {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-thumb img {
  width: 100%;
  border-radius: 50%;
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-content .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-content .date:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--secondary-color);
  margin-right: 10px;
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-content a {
  color: var(--secondary-color);
  font-weight: 700;
  color: var(--secondary-color);
}
.tour-details-wrapper .tripex-review-area .tripex-reviews-item .author-content a i {
  margin-left: 8px;
}
.tour-details-wrapper .tripex-review-form-area h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.tour-details-wrapper .tripex-review-form-area .rating-box {
  margin-bottom: 20px;
}
.tour-details-wrapper .tripex-review-form-area .rating-box h5 {
  margin-bottom: 5px;
}
.tour-details-wrapper .tripex-review-form-area .avarage-rating {
  background-color: var(--secondary-color);
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 4px 60px rgba(196, 196, 196, 0.25);
          box-shadow: 10px 4px 60px rgba(196, 196, 196, 0.25);
  padding: 15px;
}
.tour-details-wrapper .tripex-review-form-area .avarage-rating h2 {
  color: var(--white-color);
}
.tour-details-wrapper .tripex-review-form-area .avarage-rating span {
  color: var(--white-color);
}
.tour-details-wrapper .tripex-review-form-area p {
  margin-bottom: 20px;
}
.tour-details-wrapper .tripex-review-form-area .form_control {
  padding: 15px 25px;
  background-color: var(--gray-color);
  border: 1px solid transparent;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tour-details-wrapper .tripex-review-form-area .form_control:focus {
  border-color: var(--heading-color);
  background-color: var(--white-color);
}
.tour-details-wrapper .tripex-tour-pricing-box {
  padding: 30px 40px;
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 30px rgba(205, 205, 205, 0.25);
          box-shadow: 10px 4px 30px rgba(205, 205, 205, 0.25);
  border-radius: 15px;
}
.tour-details-wrapper .tripex-tour-pricing-box h4 {
  margin-bottom: 18px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list {
  margin-bottom: 32px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list .pricing-list-item {
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list .pricing-list-item:first-child {
  border-top: 1px solid var(--border-color);
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list .pricing-list-item .title {
  vertical-align: middle;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list .pricing-list-item .title .off {
  background-color: var(--secondary-color);
  border-radius: 7px;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.0225em;
  color: var(--white-color);
  text-transform: uppercase;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-list .pricing-list-item h3 span {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-extra {
  margin-bottom: 30px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-extra h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-footer .theme-btn.style-one {
  width: 100%;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-footer .text-box {
  padding-top: 20px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-footer .text-box p {
  font-size: 14px;
}
.tour-details-wrapper .tripex-tour-pricing-box .pricing-footer .text-box p a {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}
.tripex-tour-details-sec{
  margin: 0 20px;
}
.tripex-tour-details-sec.details_tour{
position: relative;
  margin: 0 20px;
  background: #e4eff0;
  border-radius: 10px;
}
.tripex-tour-details-sec .tripex-image{
  width: 100%;
  height: 250px;
}
.tripex-tour-details-sec .tripex-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PACKAGE BAR */
.pkg-highlight-bar {
display: flex;
  justify-content: space-between;
  align-items: center;
  background: #023995;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  margin: 0 0 30px;
  flex-wrap: wrap;
  gap: 15px;
}

/* LEFT */
.pkg-left h3 {
margin: 0;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  font-family: "Urbanist", sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.pkg-left ul {
display: flex;
  gap: 15px;
  margin: 8px 0 0;
  list-style: none;
  width: fit-content;
  flex-wrap: wrap;
  background: #ffffff12;
  line-height: 1.4;
  padding: 5px 15px;
  border-radius: 3px;
}

.pkg-left li {
font-size: 13px;
  color: #ffffff9e;
  font-family: "Rubik", sans-serif;
}

.pkg-left i {
  color: #FCCA19;
  margin-right: 5px;
}

/* RIGHT */
.pkg-right {
display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  font-family: "Urbanist", sans-serif;
  color: #fff;
}
.pkg-left {
  width: 65%;
}
.pkg-right{
    width: 32%;
    justify-content: flex-end;
}
/* PRICE */
.pkg-highlight-bar .price {
font-size: 26px;
  font-weight: 700;
  color: #FCCA19;
  font-family: "Urbanist", sans-serif;
}

.pkg-highlight-bar .price span {
font-size: 13px;
  color: #fff;
  font-family: "Urbanist", sans-serif;
}


/* SHARE */
.share-icons a {
  width: 36px;
  height: 36px;
  background: #f4f6f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #555;
  transition: 0.3s;
}

.share-icons a:hover {
  background: var(--primary-color);
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .pkg-highlight-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .pkg-right {
    width: 100%;
    justify-content: space-between;
  }
}
.pkg-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.719);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  backdrop-filter: blur(5px) contrast(80%);
}
.pkg-modal h4 {
  font-size: 22px;
  line-height: 1.2;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 12px;
}
.pkg-modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  text-align: center;
}

.pkg-modal-content input,
.pkg-modal-content textarea {
width: 100%;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}

.pkg-modal-content textarea {
  height: 100px;
}

.submit-btn {
  background: #ff4d4d;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 30px;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}
/* STICKY BAR */
.pkg-sticky-bar {
width: 100%;
  padding: 12px 0;
  position: relative;
  z-index: 999;
  transition: 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  margin-bottom: 30px;
  background: #ea292b;
}

/* STICKY ACTIVE */
.pkg-sticky-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: slideDown 0.3s ease;
}

/* INNER GRID */
.pkg-sticky-inner {
  max-width: 1260px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  overflow-x: auto;
  padding: 0 10px;
}

/* ITEM */
.sticky-item {
flex: 1;
  min-width: 110px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ICON */
.sticky-item img {
width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 8px;
}

/* TEXT */
.sticky-item span {
display: block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  padding-left: 8px;
  border-left: 1px solid #0000001a;
  line-height: 1.2;
  color: #000;
}

/* HOVER */
.sticky-item:hover {
  background: #fff;
  color: #023995;
}

/* ACTIVE */
.sticky-item.active {
  background: #fff;
  color: #EA292B;
}

/* ANIMATION */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.pkg-sticky-bar.fixed {
position: fixed;
  top: 0;
  left: 0;
  width: 97%;
  z-index: 999;
  margin: 0 1.5%;
  border-radius: 0;
}
/* SCROLL BAR HIDE */
.pkg-sticky-inner::-webkit-scrollbar {
  display: none;
}

/* MOBILE */
@media (max-width: 768px) {

  .sticky-item {
min-width: 93px;
    font-size: 10px;
  }

  .sticky-item img {
width: 19px;
    height: 19px;
    margin-right: 3px;
  }

}

/* MAIN WRAPPER */
.pack_content {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  margin-bottom: 30px;
}

/* HEADER */
.pack_header h2 {
font-size: 30px;
  font-weight: 700;
  color: #023995;
  margin-bottom: 10px;
  font-family: "Urbanist", sans-serif;
  padding-bottom: 8px;
}

.pack_header p {
margin: 0;
  font-size: 15px;
  color: #6a6a6a;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
}

/* GRID */
.pack_highlights_grid {
margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.highlight_card {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 20px 15px;
  text-align: center;
  transition: 0.4s;
  overflow: hidden;
  border: 1px solid #1f242e;
  background-image: linear-gradient(to top, transparent, #ffee90);
}


/* ICON BOX */
.icon_box {
  width: 55px;
  height: 55px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  font-size: 22px;
  transition: 0.4s;
}

/* TITLE */
.highlight_card h5 {
font-size: 18px;
  font-weight: 700;
  color: #023995;
  margin-bottom: 7px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
}

/* TEXT */
.highlight_card p {
margin: 0;
  font-size: 15px;
  color: #6a6a6a;
  font-family: "Rubik", sans-serif;
  line-height: 1.4;
}

/* HOVER EFFECT */
.highlight_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
  border-color: var(--primary-color);
}

/* ICON ANIMATION */
.highlight_card:hover .icon_box {
  background: #023995;
  transition: .5s ease-in-out;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .pack_highlights_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .pack_highlights_grid {
    grid-template-columns: 1fr;
  }

  .pack_content {
padding: 25px 16px 16px;
    border-radius: 6px;
  }

  .pack_header h2 {
font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 7px;
  }
  .pack_header p {
  font-size: 14px;
  line-height: 1.4;
}
.pack_highlights_grid {
  margin-top: 25px;
  gap: 20px;
}
.highlight_card p {
  font-size: 14px;
  line-height: 1.3;
}
.highlight_card h5 {
  font-size: 17px;
}
.itinerary_acc {
  margin-top: 10px;
}
.iti_head {
  gap: 10px;
  padding: 10px 12px;
  flex-direction: column;
}
.iti_head .day {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  line-height: 1.3;
}
.iti_head .day {
  font-size: 14px;
  padding: 6px 20px;
}
.iti_head h4 {
  font-size: 17px;
}
.iti_body p {
  font-size: 14px;
  line-height: 1.3;
}
.iti_item.active .iti_body {
  padding: 5px 10px 10px;
}


}


/* WRAPPER */
.itinerary_acc {
  margin-top: 25px;
}

/* ITEM */
.iti_item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: 0.3s;
}

/* HEADER */
.iti_head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  cursor: pointer;
  position: relative;
}

/* DAY BADGE */
.iti_head .day {
color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: var(--primary-color);
  line-height: 1.3;
  font-family: "Urbanist", sans-serif;
}

/* TITLE */
.iti_head h4 {
  flex: 1;
line-height: 1.3;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

/* ICON */
.iti_head i {
  font-size: 14px;
  transition: 0.3s;
}

/* BODY */
.iti_body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 18px;
}

/* ACTIVE OPEN */
.iti_item.active .iti_body {
  max-height: 300px;
  padding: 10px 18px 18px;
}

/* ROTATE ICON */
.iti_item.active .iti_head i {
  transform: rotate(180deg);
}

/* LIST */
.iti_body ul {
  padding-left: 18px;
}

.iti_body li {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}

/* HOVER */
.iti_item:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  border-color: #FCCA19;
}
.iti_item.active{
  border: 1px solid #1f242e;
  background: #fff;
  background-image: linear-gradient(to top, transparent, #ffee90);
}
.iti_body p{
margin: 0;
  font-size: 15px;
  color: #6a6a6a;
  font-family: "Rubik", sans-serif;
  line-height: 1.4;
}


/* GRID */
.inc_exc_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

/* COMMON CARD */
.inc_card,
.exc_card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #e3eeef;
  padding: 14px 15px;
  transition: 0.3s;
}

/* ICON */
.inc_card i {
  color: #28a745;
  font-size: 16px;
}

.exc_card i {
  color: #EA292B;
  font-size: 18px;
}

/* TEXT */
.inc_card p,
.exc_card p {
  margin: 0;
  font-size: 16px;
  color: #555;
  font-family: "Rubik", sans-serif;
  transition: .5s ease-in-out;
}

/* HOVER */
.inc_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(40,167,69,0.15);
  background-color: #28a745;
  transition: .5s ease-in-out;
}

.exc_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(234,41,43,0.15);
  background-color: #EA292B;
  transition: .5s ease-in-out;
}
.inc_card:hover p{
  color: #fff;
  transition: .5s ease-in-out;
}
.exc_card:hover p{
  color: #fff;
  transition: .5s ease-in-out;
}
/* LEFT BORDER STYLE */
.inc_card {
  border-left: 4px solid #28a745;
}

.exc_card {
  border-left: 4px solid #EA292B;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .inc_exc_grid {
    grid-template-columns: 1fr;
  }
}

/* GRID */
.price_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

/* CARD */
.price_card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  text-align: center;
  border: 1px solid #bebebe;
  position: relative;
  transition: 0.3s;
}

/* TITLE */
.price_card h4 {
font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-family: "Urbanist", sans-serif;
  background: #023995;
  padding: 10px;
  border-radius: 5px;
  line-height: 1.3;
}

/* PRICE */
.price {
  font-size: 26px;
  font-weight: 700;
  color: #EA292B;
  margin-bottom: 10px;
}

.price span {
  font-size: 13px;
  color: #777;
}

/* TEXT */
.price_card p {
margin: 0;
  font-size: 15px;
  color: #6a6a6a;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
}

/* LIST */
.price_card ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
}

.price_card ul li {
margin: 0;
  font-size: 14px;
  color: #6a6a6a;
  font-family: "Rubik", sans-serif;
  line-height: 1.4;
  margin-bottom: 6px;
  border: 1px solid #00000029;
  padding: 4px 15px;
  text-align: left;
}

/* BUTTON */
.price_btn {
  background: linear-gradient(135deg, #023995, #EA292B);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.price_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* HIGHLIGHT CARD */
.price_card.highlight {
  border: 2px solid #FCCA19;
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* TAG */
.price_card .tag {
position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #FCCA19;
  color: #000;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 20px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Rubik", sans-serif;
}

/* HOVER */
.price_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .price_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .price_grid {
    grid-template-columns: 1fr;
  }

  .price_card.highlight {
    transform: none;
  }
}

/* GRID */
.hotel_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 5px;
}

/* CARD */
.hotel_card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c3c3;
  transition: 0.4s;
  position: relative;
}

/* IMAGE */
.hotel_img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

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

/* OVERLAY */
.hotel_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 12px;
}

/* TYPE BADGE */
.hotel_type {
align-self: flex-start;
  color: #000;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 600;
  background: #FCCA19;
  line-height: 1.3;
}

/* HOVER CTA */
.hotel_hover {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
}

/* BUTTON */
.hotel_btn {
  background: #fff;
  color: #023995;
  border: none;
  padding: 8px 14px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

/* INFO */
.hotel_info {
padding: 20px;
  background-image: linear-gradient(to top, transparent, #ffee90);
}

.hotel_info h4 {
color: #023995;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.3;
}

.hotel_info p {
margin: 0;
  font-size: 15px;
  color: #6a6a6a;
  font-family: "Rubik", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* STARS */
.stars {
  color: #FCCA19;
  font-size: 13px;
  margin-bottom: 6px;
}

/* HOVER EFFECT */
.hotel_card:hover img {
  transform: scale(1.1);
}

.hotel_card:hover .hotel_hover {
  opacity: 1;
  transform: translateY(0);
}

.hotel_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hotel_grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 576px) {
  .hotel_grid {
    grid-template-columns: 1fr;
  }
}

/* WRAPPER */
.faq_wrapper {
  margin-top: 25px;
}

/* ITEM */
.faq_item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: 0.3s;
}

/* HEADER */
.faq_head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  cursor: pointer;
}

/* NUMBER */
.faq_no {
background: #EA292B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 7px;
  border-radius: 20px;
  line-height: 1.5;
  font-family: "Urbanist", sans-serif;
}

/* TITLE */
.faq_head h4 {
flex: 1;
  color: #023995;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.3;
}

/* ICON */
.faq_head i {
  font-size: 14px;
  transition: 0.3s;
}

/* BODY */
.faq_body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 18px;
}

/* ACTIVE */
.faq_item.active .faq_body {
  max-height: 200px;
  padding: 10px 18px 18px;
}

.faq_item.active .faq_head i {
  transform: rotate(45deg);
}

/* TEXT */
.faq_body p {
  margin: 0;
font-size: 15px;
  color: #6a6a6a;
  font-family: "Rubik", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* HOVER */
.faq_item:hover {
  border-color: #FCCA19;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.in_ex_icon{
display: flex;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.faq_item.active{
  border: 1px solid #1f242e;
  background: #fff;
  background-image: linear-gradient(to top, transparent, #ffee90);
}

/* Ã°Å¸â€Â¹ Payment Box */
.payment-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    margin: 10px 0 25px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

/* Hover effect for payment box */
/* .payment-box:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
} */

/* QR Code */
.qr-img {
    max-width: 130px;
    margin-top: 15px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Payment Note */
.payment-note {
margin-top: 20px;
  background: #fdf5db;
  color: #735809;
  padding: 15px 20px;
  border-radius: 0;
  font-weight: 400;
  border-left: 5px solid #ffc107;
  font-family: "Rubik", sans-serif;
  transition: all 0.3s ease;
}

/* Highlight the note on hover */
.payment-note:hover {
    background: #fff3cd;
}

/* Ã°Å¸â€Â¹ Membership Toggle (On/Off) */
.membership-toggle {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 50px;
    overflow: hidden;
    width: fit-content;
    background: #f9f9f9;
    width: 100%;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
}
.plan_type label{
  display: block;
  width: 200px;
}
.plan_type{
font-family: var(--ztc-family-font1);
  display: flex;
  align-items: center;
  gap: 20px;
}
.qr_part{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payment-note i{
  color: var(--primary-color);
  padding-right: 8px;
}
.payment-box label {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}
.payment-box .form_control {
  width: 100%;
  height: 63px;
}
.payment-box h5{
background-color: #ebf0f5;
  color: #262739;
  border-radius: 0;
  display: block;
  padding: 10px 25px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.bank_details {
padding: 22px;
  color: #262739;
  border: 1px solid #1f242e;
  background-image: linear-gradient(to top, #ffee90, #ffee90);
}
.bank_details p{
color: #262739;
  font-size: 14px;
  padding: 5px 20px;
  margin: 10px 0;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.payment-box .bank_details h5{
background: #043a96;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  /* .sticky-item {
  flex-direction: column;
} */
 .bank_details{
      margin-top: 20px;
    }
 .payment-note {
    padding: 12px 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
  }
.tripex-tour-details-sec .tripex-image {
  height: 130px;
}
.sticky-item span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  padding-left: 8px;
  border-left: none;
}
 .tripex-tour-details-sec .tour-gallery-slider .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
  }
.tripex-tour-details-sec .tour-gallery-slider .tripex-image img {
  border-radius: 5px;
}
.tripex-tour-details-sec {
  margin: 0 10px;
}
.pkg-left {
  width: 100%;
}
.pkg-right {
  width: 100%;
}
.pkg-highlight-bar {
  padding: 22px;
}
.pkg-left h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.pkg-left ul {
  line-height: 1.3;
  padding: 15px;
  margin: 5px 0;
}
.pkg-highlight-bar .price{
  margin-bottom: 0;
}
.pkg-sticky-inner {
  padding: 0 10px;
  flex-wrap: wrap;
}
.pkg-sticky-inner span{
border-left: 1px solid #0000001a!important;
}
.pkg-sticky-bar {
  padding: 5px 0;
}
.pkg-sticky-inner {
  gap: 5px;
  padding: 0 5px;
}
.tripex-tour-details-sec.details_tour {
  margin: 0 0;
  border-radius: 0px;
}
.iti_head {
  align-items: flex-start;
}
.inc_card p, .exc_card p {
  font-size: 15px;
  line-height: 1.2;
}
.in_ex_icon {
  border-radius: 28px;
  width: 30px;
  height: 38px;
}
.faq_head h4 {
  font-size: 16px;
}
.faq_body p {
  font-size: 14px;
}
.tripex-tour-sec {
  margin: 0 10px;
}
.payment-box {
  border-radius: 5px;
  padding: 12px;
  margin: 10px 0 25px;
}
.bank_details {
  padding: 15px;
}
.payment-box h5 {
  padding: 6px 24px;
}






}




.modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  backdrop-filter: blur(5px) contrast(80%);
  background-color: #000000c7;
}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-box {
  width: 900px;
  max-width: 95%;
  background: #fff;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);

  transform: translateY(40px) scale(0.95);
  transition: 0.35s;
}

.modal.show .modal-box {
  transform: translateY(0) scale(1);
}

/* LEFT */
.modal-left {
  width: 45%;
  padding: 10px;
}
.modal-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT */
.modal-right {
  width: 55%;
  padding: 25px;
  background-image: linear-gradient(to top, transparent, #ffee90);
}

.modal-right h2 {
text-align: left;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  background-image: none;
  color: #023995;
}

/* CLOSE */
.close-btn {
position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  font-size: 19px;
  width: 32px;
  height: 32px;
  display: flex;
  background: #ea292b;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}

/* FORM */
.modal-right .form-row-custom {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}

.modal-right .form-group {
  flex: 1;
}

.modal-right .form-group label {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  line-height: 1.3;
}
.modal-right .form-group, .form_group {
  margin-bottom: 5px;
}
.modal-right .form-group input {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1.4;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}

/* SEARCH DROPDOWN */
.custom-select {
  position: relative;
}

.dropdown-list {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 180px;
  overflow-y: auto;
  display: none;
  z-index: 999;
}

.dropdown-list li {
padding: 4px 10px;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
  line-height: 1.4;
  font-size: 14px;
}

.dropdown-list li:hover {
  background: #f2f2f2;
}

/* BUTTON */
.submit-btn {
  width: 100%;
  padding: 12px;
  background: #ff4d4d;
  border: none;
  color: white;
  border-radius: 5px;
  margin-top: 10px;
}

/* MOBILE */
@media(max-width:768px){
  .modal-box { flex-direction: column; }
  .modal-left { display: none; }
  .modal-right { width: 100%; }
  .form-row-custom { flex-direction: column; }
  .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

}

.modal-right .theme-btn.style-one{
  margin-top: 10px;
}
.social_media_main{
  margin-top: 30px;
}
.social_media {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: -30px;
  flex-wrap: wrap;
}

@media(max-width:768px){
  .social_media {
gap: 5px;
  }
  .social_media_main {
  margin-top: 0;
}
.social_media{
  margin-bottom: 0px;
}
.contact-map.mt-4{
  margin-top: 0!important;
}




}





/* CARD */
.team-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* IMAGE */
.team-img {
  height: 240px;
  overflow: hidden;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.team-card:hover .team-img img {
  transform: scale(1.08);
}

/* CONTENT */
.team-content {
  padding: 20px;
  text-align: center;
}

.team-content h5 {
margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.designation {
font-size: 13px;
  color: #1f242e;
  display: block;
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
  background: #ffee90;
  line-height: 1.5;
  padding: 3px;
  border-radius: 18px;
  margin-top: 10px;
}

/* DESCRIPTION */
.desc {
font-size: 14px;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s ease;
  line-height: 1.4;
}

/* EXPANDED */
.desc.expanded {
  -webkit-line-clamp: unset;
}

/* BUTTON */
.read-toggle {
margin-top: 10px;
  border: none;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  background: #ea292b;
  line-height: 1.4;
  padding: 5px 15px;
  border-radius: 18px;
}
.team-sec {
  margin: 20px;
  border-radius: 10px;
}
@media(max-width:768px){
.team-sec {
  margin: 10px;
}
}

.partner-item {
border: 1px solid #0239953d;
  margin: 0 10px;
  border-radius: 18px;
  height: 140px;
  padding: 10px;
  transition: .5s ease-in-out;
}
.partner-item{
  perspective: 1000px;
}

.partner-item img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform 0.6s;
}

.partner-item:hover img{
  transform: rotateX(360deg);
}

.lightbox .prev,
.lightbox .next {
position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  user-select: none;
  background: #ffffff29;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.lightbox .prev { left:50px; }
.lightbox .next { right:50px; }


@media(max-width:768px){
.cus_fixed2 {
  min-width: 153px;
  padding: 4px 25px;
  font-size: 12px;
  line-height: 1.3;
}
.cus_fixed {
  min-width: 153px;
  padding: 4px 25px;
  font-size: 12px;
  line-height: 1.3;
}
}


.intro_data_main{
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.sec_padding5.mb-0{
  padding-bottom: 0!important;
}
@media(min-width:1400px){
.tripex-tour-details-sec .tripex-image {
  height: 350px;
}
}

.location_img img{
    position:absolute;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0;
}

























.durgapuja_page .tripex-tour-item .thumbnail {
  height: 350px;
}
.durgapuja_page .price{
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  padding: 3px 0;
}
.durgapuja_page .tripex-tour-item .content-wrap .content h4 {
  font-size: 22px;
  padding-top: 10px;
}
.durgapuja_page .duration i {
  padding-right: 5px;
}
.durgapuja_page .tripex-tour-item .content-wrap .content {
  height: 330px;
  padding: 20px !important;
}
.puja_list{
    margin:20px 0 0;
    padding:0;
    list-style:none;
    border:1px solid #e8e8e8;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.puja_list li{
display: flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
  gap: 12px;
  padding: 12px 17px;
  border-bottom: 1px solid #eee;
  position: relative;
  line-height: 1.4;
  font-size: 15px;
}

.puja_list li:last-child{
    border-bottom:none;
}

.puja_list li i{
    width:40px;
    height:40px;
    min-width:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f5f5f5;
    border-radius:50%;
    color:#d62828;
    font-size:16px;
}

.puja_list li:nth-child(1)::before{
    content:"Pick Up";
    width:120px;
    min-width:120px;
    font-weight:700;
    color:#222;
}

.puja_list li:nth-child(2)::before{
    content:"Includes";
    width:120px;
    min-width:120px;
    font-weight:700;
    color:#222;
}

@media(max-width:767px){

    .puja_list li{
        flex-wrap:wrap;
        gap:10px;
    }

    .puja_list li::before{
        width:100% !important;
        min-width:100% !important;
    }

}
.tripex-tour-details-sec.details_tour.durgapuja_page {
  margin: 20px 20px 0;
}

.travel_memories{
position: relative;
  margin: 0 20px;
  background: #e4eff0;
  border-radius: 10px;}
  .memory_main{
cursor: url('../../images/zoom.png') 12 12, zoom-in;
  }
.memory_item{
overflow: hidden;
  border-radius: 10px;
  position: relative;
  height: 285px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  background: #fff;
  padding: 7px;
  transform: translateY(-0px);
  transition: .3s ease-in-out;
  margin: 5px 0 25px;
}

.memory_item img{
width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: .5s;
}

.memory_item:hover{
    transform: translateY(-3px);
    transition: .3s ease-in-out;
}

.section-title .sub-title{
    color:#ff5722;
    font-weight:600;
    display:block;
    margin-bottom:10px;
}

@media(max-width:767px){

    .memory_item{
        height:180px;
    }

}
.section-title .sub-title {
  font-weight: 400!important;
}

.custom-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.95);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:999999;
}

.custom-lightbox.active{
    opacity:1;
    visibility:visible;
}

.lb-image{
    max-width:90%;
    max-height:85vh;
    border-radius:10px;
    box-shadow:0 10px 40px rgba(0,0,0,.4);
}

.lb-close,
.lb-prev,
.lb-next{
    position:absolute;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:#000;
    cursor:pointer;
    font-size:18px;
    transition:.3s;
}

.lb-close:hover,
.lb-prev:hover,
.lb-next:hover{
    transform:scale(1.08);
}

.lb-close{
    top:25px;
    right:25px;
}

.lb-prev{
    left:25px;
    top:50%;
    transform:translateY(-50%);
}

.lb-next{
    right:25px;
    top:50%;
    transform:translateY(-50%);
}

@media(max-width:768px){

    .lb-close,
    .lb-prev,
    .lb-next{
        width:45px;
        height:45px;
        font-size:15px;
    }

    .lb-prev{
        left:10px;
    }

    .lb-next{
        right:10px;
    }

    .lb-close{
        top:10px;
        right:10px;
    }
}

.video-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.video-item{
    overflow:hidden;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.video-item iframe{
    width:100%;
    height: 322px;
    border:none;
    display:block;
}
.inc_card p, .exc_card p {
  line-height: 1.3;
}
.pack_header p b, .pack_header p strong{
  font-weight: 600;
  color: #4c4c4c;
  font-style: italic;
} 
.durgapuja_page .price_grid {
  grid-template-columns: repeat(2, 1fr);
}
.durgapuja_page .booking_cta_section p{
margin-bottom: 30px;
}
.durgapuja_page .booking_cta_section .pack_header h2 {
  padding-bottom: 0;
}


@media(max-width:768px){
.durgapuja_page .price_grid {
  grid-template-columns: repeat(1, 1fr);
}
    .video-grid{
        grid-template-columns:1fr;
    }

    .video-item iframe{
        height:250px;
    }
.durgapuja_page .tripex-tour-item .content-wrap .content {
  height: 430px;
  padding: 10px !important;
}
.puja_list li {
  gap: 10px;
  padding: 8px 10px;
  line-height: 1.2;
  font-size: 14px;
}
.puja_list {
  margin: 10px 0 0;
  border-radius: 8px;
}







}
















.puja_places_section{
   margin: 20px 20px 0;
   border-radius: 10px;
}
.puja_places_section .section-title h2 {
  color: #fff;
}
.puja_places_section .section-title .sub-title {
  color: #ffe722;
}
.puja-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.puja-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.puja-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.puja-img{
    overflow:hidden;
}

.puja-img img{
    width:100%;
    height:300px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.puja-card:hover .puja-img img{
    transform:scale(1.05);
}

.puja-content{
    padding:22px;
}

.puja-content h3{
margin-bottom: 12px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 22px;
  padding-top: 10px;
}

.short-text{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    transition:.3s;
    line-height: 1.4;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
}

.short-text.expanded{
    display:block;
    overflow:visible;
}

.read-more-btn{
    border:none;
    background:none;
    color:#e53935;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    padding:0;
    margin-top:15px;
    transition:.3s;
    font-family: "Outfit", sans-serif;
}

.read-more-btn:hover{
    color:#b71c1c;
}

@media(max-width:991px){

    .puja-grid{
        grid-template-columns:1fr;
    }

    .puja-img img{
        height:260px;
    }

    .puja-content{
        padding:25px;
    }

    .puja-content h3{
        font-size:24px;
    }

}

@media(max-width:576px){

    .puja-img img{
        height:220px;
    }

    .puja-content{
        padding:20px;
    }

    .puja-content h3{
        font-size:22px;
    }

    .short-text{
        font-size:15px;
    }

}

