/*----------------------------------------------------------------------------------- 

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: #73B458;
  --secondary-color: #F29727;
  --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: 75px;
  line-height: 100px;
}

h2 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -0.03em;
}

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;
}

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: 1314px;
  }
}
@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: 100% 100%;
}

.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: var(--secondary-color);
}

/* Section Title */
.section-title .sub-title {
  margin-bottom: 13px;
}
.section-title h2 {
  margin-bottom: 20px;
}
@media (max-width: 1650px) {
  .section-title h2 {
    font-size: 50px;
  }
}
@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: 30px;
    line-height: 45px;
  }
}

/* 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: 18px;
    position: absolute;
    top: 12px;
}

/* 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: 150px;
  height: 150px;
}

/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 1000;
  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: 14px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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: 17px;
  margin-right: 17px;
}
@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 18px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 40px 0;
}
@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: 462px;
  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: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  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: 9999;
    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;
}
@media screen and (max-width: 1199.98px) {
  .header-one {
    z-index: 9999;
  }
}
@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: 20%;
  border-radius: 0 100px 100px 0;
  background-color: var(--gray-color);
}
@media (max-width: 1650px) {
  .header-one .site-branding {
    padding: 40px 100px 40px 35px;
  }
}
@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 rgba(115, 180, 88, 0.2);
  border-radius: 100px 0px 0px 100px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: var(--white-color);
  margin-left: -70px;
  z-index: 1;
}
.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: 16px;
}
.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;
}
.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: 20px 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: 75px;
}
@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;
}
.site-branding img {
    max-width: 241px;
}

.night-rider {
  background-color: #2C2C2C;
}

.bg-gray-color {
  background-color: #f7f7f7;
}

.night-rider {
    background-color: #2C2C2C;
    padding: 20px 50px;
    margin-bottom: 20px;
    position: relative;
}






.vehicle-section-divider .section-divider-content:before {
    border-top: dashed #ececec;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 34px;
    z-index: 0;
}
.vehicle-section-divider .section-divider-content .vehicle-border {
    -webkit-transition: all 0.5s 
ease-out;
    transition: all 0.5s 
ease-out;
    -webkit-animation: s3-rotate 7s infinite 
linear;
    animation: s3-rotate 7s infinite 
linear;
    display: block;
    position: relative;
}










.running-taxi {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.running-taxi .taxi {
    background-image: url(../img/truck-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 110px;
    height: 40px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite;
}

.running-taxi .taxi-2 {
    background-image: url(../img/truck-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 110px;
    height: 40px;
    right: 30%;
    bottom: 0;
    /* animation: running-anim 30s linear infinite; */
}

.running-taxi .taxi-3 {
    background-image: url(../img/truck-3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite;
}


.tripex-tour-grid-sec .col-sm-6.col-md-4 {
    margin-bottom: 40px;
}     


.post-item img {
    width: 100%;
    height: 100%;
}



.tripex-activities-sec .tripex-image-box .tripex-country-card
 {
    position: absolute;
    bottom: 0;
    left: 13%;
    width: 80%;
}

.package-card {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    height: 100%;
}
.package-card .package-card-img-wrap {
    position: relative;
    transition: all 0.5s ease-out;
}
.package-card .package-card-img-wrap .card-img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}
.package-card .package-card-img-wrap .card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}

.package-card .package-card-img-wrap .card-img img {
    border-radius: 10px;
    transition: all 0.5s ease-out;
        border: none;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
.package-card .package-card-img-wrap .card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.package-card .batch {
    position: absolute;
    top: 5px;
    left: -20px;
    z-index: 1;
}
.package-card .batch .date {
    color: #fff; 
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 8px 10px;
    background-color: #100c08;
}
.package-card .batch .location {
    background-color: #fff;
    border: 1px solid rgba(99, 171, 69, 0.5);
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    width: -moz-fit-content;
    width: fit-content;
}
.package-card .batch .location svg {
    fill: #63ab45;
}
.package-card .batch .location .location-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.package-card .batch .location .location-list li {
    position: relative;
    line-height: 1;
    padding-left: 14px;
}
.package-card .batch .location .location-list li:first-child {
    padding-left: 0;
}
.package-card .batch .location .location-list li a {
    color: #100c08; 
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.package-card .package-card-content .card-content-top {
    padding: 25px 0;
}
.package-card .package-card-content .card-content-top h5 {
    margin-bottom: 15px;
    transition: 0.5s;
}
.package-card .package-card-content .card-content-top h5 a {
    color: #100c08; 
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    transition: 0.5s;
}
.package-card .package-card-content .card-content-top .location-area {
    position: relative;
    height: 18px;
    overflow: hidden;
}
.package-card .package-card-content .card-content-top .location-area .location-list {
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translateX(0);
    transition: 8s;
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.package-card .package-card-content .card-content-top .location-area .location-list li {
    line-height: 1;
    position: relative;
    transition: 0.5s;
}
.package-card .package-card-content .card-content-top .location-area .location-list li a {
    color: #888; 
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: 0.5s;
}
.package-card .package-card-content .card-content-top .location-area .location-list li::before {
    content: "-"; 
    color: #888;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.package-card .package-card-content .card-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(16, 12, 8, 0.2);
}
.package-card .package-card-content .card-content-bottom .price-area {
    line-height: 1;
}
.package-card .package-card-content .card-content-bottom .price-area h6 {
    color: #333; 
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.package-card .package-card-content .card-content-bottom .price-area span {
    color: #63ab45; 
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
}
.package-card .package-card-content .card-content-bottom .price-area span del {
    color: rgba(16, 12, 8, 0.5);
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
}
.package-card .package-card-content .card-content-bottom .price-area p {
    color: #787878;
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.primary-btn2 {
    border-radius: 5px;
    background-color: #63ab45; 
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
.primary-btn2 svg {
    fill: #fff;
 min-height: 20px;
    transition: 0.5s;
}

.card-content-bottom.big {
    display: block !important;
}

.new-big h2 {
    font-size: 26px;
    margin-bottom: 15px;
}



.right_fix_jalaj {

position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 111;
    right: -89px;

}

.fixed_buttons_jalaj {

    padding: 4px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    margin: 8px 0;
    border-radius: 50px 0 0 50px;
    transition: 0.5s;
    right: 0;
    position: relative;

}

a.fixed_buttons_Plaza {

    text-decoration: none;

    cursor: pointer;

}

.fixed_buttons_Plaza {

    display: flex

;

    color: #d73335;

    align-items: center;

}

.fixed_buttons_Madhyam img {

    width: 40px;

    height: 40px;

}

.fixed_buttons_jalaj:hover {

    transition: 0.5s;

    right: 0;

}

.fixed_buttons_Madhyam img {

    margin-right: 10px;

}


.itinerary {
    max-width: 800px;
    margin: 30px auto;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

.itinerary h2 {
    text-align: left;
    margin-bottom: 7px;
    font-size: 25px;
    color: #2c3e50;
    line-height: 39px;
    display: grid;
}

.day {
    list-style: none;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: #f9f9f9;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.day li {
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.6;
}

.day-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a73e8;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 6px;
}


.itinerary-title {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.read-toggle {
font-size: 19px;
    color: #2e7d32;
    font-weight: 600;
}

.itinerary-content {
  display: none;
  margin-top: 12px;
}

.day {
  margin-bottom: 12px;
  padding-left: 16px;
}

.day-title {
  font-weight: 600;
  margin-bottom: 6px;
}









.shakti-peeth-wrap {
  max-width: 900px;
  margin: auto;
  font-family: Poppins, sans-serif;
}

.shakti-peeth-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #7b1f1f;
}

.shakti-peeth-list {
  list-style: none;
  padding: 0;
}

.shakti-peeth-item {
  background: #fff8f3;
  border-left: 5px solid #c62828;
  padding: 18px 20px;
  margin-bottom: 18px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.shakti-peeth-item h3 {
  margin-bottom: 10px;
  color: #8e2424;
}

.shakti-peeth-item ul {
  padding-left: 18px;
}

.shakti-peeth-item ul li {
  margin-bottom: 6px;
  list-style: "🪔 ";
  font-size: 15px;
}



.tripex-button {
display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;
}

.tp-icon-btn {
width: 37px;
    height: 38px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0d6efd;
    color: #fff;
    transition: all 0.3s ease;
}

.tp-icon-btn i {
  font-size: 19px;
}

.tp-icon-btn:hover {
  transform: translateY(-2px);
}

/* Individual colors */
.tp-call {
    background-color: #73b458;
}

.tp-whatsapp {
  background-color: #25d366;
}
