@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --primary-color: #3CB371;
  --secondary-color:#00639E;
  --heading-color: #11221C;
  --primary-black-color: #11221C;
  --gray-color: #EAF4E6;
  --white-color: #ffffff;
  --text-color: #020202;
  --border-color: #EEEFEF;
  --heading-font: "Manrope", sans-serif;
  --body-font: "Inter", sans-serif;
  --accent-font: 'Montez', cursive;
}
@font-face {
  font-family: 'Trustdeer Handbrush';
  src: url('Trustdeer-Handbrush.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Agraham';
    src: url('../agraham/Agraham.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  

}
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: 'Cormorant Garamond', Georgia, serif !important;
}

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;
  font-size: 19px!important;
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: var(--text-secondary);
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  width: 95%;
}


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: 1350px;
  }
}
@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-family: 'Montserrat', sans-serif;
  font-weight: 600;              
  font-size: 20px;
  line-height: 65.87px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1);

}
.sub-title5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;              
  font-size: 25px;
  line-height: 65.87px;
  letter-spacing: 2;
  text-align: center;
  text-transform: uppercase;
 color: rgba(0, 95, 156, 1);


}
.sub-title1 {
  font-size: 0px;
  font-weight: bold;
  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;
  font-size: 20px;
    color: rgba(0, 103, 168, 1);

}
.section-title h2 {
  margin-bottom: 20px;
  font-weight:700;
  
}
@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: flex;
  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:#8D0E14;
}
.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: 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: 1rem;
  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: black;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-center !important;
}
.theme-btn.style-one i {
  background-color: var(--white-color);
  color:black;
}
.theme-btn.style-one:hover {
  background-color: #8D0E14;
    color: var(--white-color);

}
.theme-btn.style-one:hover i {
  color: black;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.theme-btn.style-two {
  padding: 5px 5px 5px 25px;
  border: 1px solid #8D0E14;
}
.theme-btn.style-two i {
  background-color: var(--primary-color);
  color: var(--black-color);
}
.theme-btn.style-two:hover {
  color: var(--white-color);
  background-color: #8D0E14;
  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: 250px;
  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;
}
@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: 20px;
}
.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: black;
  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);

}
.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: white;
}
.copyright-area .copyright-text .company {
 color: white;
}
.copyright-area .copyright-nav {
  float: right;
  color: white;
}
@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;
  gap: 10px;
}
.copyright-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 15px; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.copyright-social a:hover {
  background-color: brown !important;
  color: var(--white-color);
}

/* 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) {
   .home-h2{
      font-size: 20px !important;
      line-height: 32px;
  }
  .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 */

@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.30;
}
.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:  #3CB371!important;
}
.footer-v2 .footer-widget .widget-title {
    font-family: Agraham, sans-serif!important;
  color:  #0a0a0a!important;
  font-weight: 400!important;
  font-size: 14px!important;

  

}
.footer-v2 .footer-widget.footer-about-widget {
  padding-right: 100px;
}
.footer-v2 .footer-widget.footer-about-widget .text-box h4 {
  color:  #005E22!important;
}
.footer-v2 .footer-widget.footer-nav-widget ul li a:hover {
  color: #005E22;
}
.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);
        font-family: 'Montserrat', sans-serif!important;



}
.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: white;
    background-color: var(--primary-color);

}
.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;
}




/*custom -nan style */
/* ===== Mega Menu Specific Styles ===== */
.mega-parent {
  position: relative;
}

/* Mega Menu Core Styles */
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 1000px;
  background-color: var(--white-color);
  padding: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  z-index: 99;
  max-height: 900px;
  overflow-y: auto;
  
}

/* Show on Hover (Desktop) */
.menu-item.mega-parent:hover > .mega-menu,
.has-children:hover .mega-menu {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Mega Menu Layout */
.mega-menu-container {
  display: flex;
  flex-wrap: wrap;
  max-height: 900px;
}

.mega-menu-col {
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 10px;
  transition: 0.3s;
}

.mega-menu-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  background: white;
}

/* Mega Menu Column Title */
.mega-menu-title {
  font-size: 16px;
  color: #8d0e14;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #8d0e14;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mega-menu-title i {
  color: #8d0e14;
}

/* Menu Links List */
.mega-menu-col ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.mega-menu-col ul li {
  margin: 0;
}

.mega-menu-col ul li a {
  font-size: 14px !important;
  display: block;
  padding: 5px !important;;
  color: #444;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.2s ease;
  font-weight: 500;
  line-height: 1.3;
}

.mega-menu-col ul li a:hover {
  background: #e9f0f7;
  color: #0d3b66;
  padding-left: 15px;
}

.mega-menu-col ul li a:before {
  content: "•";
  color: #8d0e14;
  margin-right: 8px;
}

/* Responsive: Mobile & Tablet (1 column) */
@media (max-width: 991px) {
  .mega-menu-container {
    display: block !important;
  }

  .mega-menu-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 10px 0;
  }
}
/* Packages Section */
        .packages-section {
            background-color: white;
            padding: 80px 0;
        }
        
        .packages-container {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }
        
        .sidebar {
            flex: 1;
            min-width: 300px;
            background: white;
            border-radius: var(--border-radius);
            box-shadow: var(--shadow);
            padding: 25px;
            position: sticky;
            top: 100px;
            height: fit-content;
        }
        
        .widget {
            margin-bottom: 30px;
            border-bottom: 1px solid var(--light-gray);
            padding-bottom: 25px;
        }
        
        .widget:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        
        .widget-title {
            font-size: 20px;
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            color: var(--dark);
        }
        
        .widget-content {
            transition: var(--transition);
        }
        
        .filter-list {
            list-style: none;
        }
        
        .filter-list li {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
        }
        
        .filter-list li:last-child {
            margin-bottom: 0;
        }
        
        .filter-list input[type="checkbox"] {
            margin-right: 12px;
            width: 18px;
            height: 18px;
            accent-color: var(--primary);
        }
        
        .filter-list label {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: space-between;
            cursor: pointer;
        }
        
        .filter-list span {
            background: var(--light-gray);
            padding: 3px 10px;
            border-radius: 20px;
            font-size: 14px;
        }
        
        /* Price Range Slider */
        .price-slider-container {
            padding: 15px 0;
        }
        
        .price-slider {
            height: 5px;
            position: relative;
            background: #ffbf43;
            border-radius: 5px;
            margin: 25px 0 30px;
        }
        
        .price-slider .progress {
            height: 100%;
            left: 0%;
            right: 0%;
            position: absolute;
            border-radius: 5px;
            background: var(--primary);
        }
        
        .price-slider input {
            position: absolute;
            width: 100%;
            height: 5px;
            top: -5px;
            background: none;
            pointer-events: none;
            -webkit-appearance: none;
        }
        
        input[type="range"]::-webkit-slider-thumb {
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: var(--primary);
            pointer-events: auto;
            -webkit-appearance: none;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            cursor: grab;
            border: 3px solid white;
            transition: var(--transition);
        }
        
        input[type="range"]::-webkit-slider-thumb:hover {
            transform: scale(1.2);
        }
        
        input[type="range"]::-webkit-slider-thumb:active {
            cursor: grabbing;
        }
        
        .price-input {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 30px;
        }
        
        .price-input .field {
            display: flex;
            align-items: center;
            width: 45%;
        }
        
        .field span {
            font-weight: 600;
            margin-right: 5px;
            color: var(--dark);
        }
        
        .field input {
            width: 100%;
            height: 40px;
            border: 1px solid var(--light-gray);
            border-radius: var(--border-radius);
            padding: 0 12px;
            font-size: 16px;
            font-family: inherit;
            outline: none;
            transition: var(--transition);
        }
        
        .field input:focus {
            border-color: var(--primary);
        }
        
        /* Packages Grid */
        .packages-grid {
            flex: 3;
            min-width: 300px;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .package-card {
            background: white;
            border-radius: var(--border-radius);
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: var(--transition);
        }
        
        .package-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .package-thumb {
            height: 220px;
            position: relative;
            overflow: hidden;
        }
        
        .package-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }
        
        .package-card:hover .package-thumb img {
            transform: scale(1.05);
        }
        
        .package-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #ffbf43;
            color: black;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 500;
            display: flex;
            align-items: center;
        }
        
        .package-badge i {
            margin-right: 5px;
            font-size: 12px;
        }
        
        .package-content {
            padding: 20px;
        }
        
        .package-location {
            color: var(--primary);
            font-weight: 600;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .package-location i {
            margin-right: 8px;
        }
        
        .package-title {
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 700;
            color: var(--dark);
        }
        
     .package-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; /* allow wrapping */
  gap: 10px;
}

@media (max-width: 767px) {
  .package-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .package-duration,
  .theme-btn {
    width: 100%;
  }

  .theme-btn {
    text-align: center;
  }
}

        .package-price {
            font-size: 24px;
            font-weight: 700;
            color: var(--primary);
        }
        
        .package-price span {
            font-size: 16px;
            color: var(--gray);
            font-weight: 400;
            text-decoration: line-through;
            margin-right: 5px;
        }
        
   
        /* Mobile Responsiveness */
        @media (max-width: 992px) {
            .packages-container {
                flex-direction: column;
            }
            
            .sidebar {
                position: relative;
                top: 0;
                margin-bottom: 40px;
            }
            
            .cta-container {
                flex-direction: column;
                text-align: center;
            }
            
            .cta-content {
                padding-right: 0;
                margin-bottom: 40px;
            }
        }
        
        @media (max-width: 768px) {
            .section {
                padding: 60px 0;
            }
            
            /* .section-title {
                font-size: 32px;
            }
             */
            .page-title {
                font-size: 42px;
            }
            
            .packages-grid {
                grid-template-columns: 1fr;
            }
            
            .cta-title {
                font-size: 36px;
            }
        }
         

          .widget-content.open {
            display: block;
          }

          .widget-title {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
          }

          .widget-title.active i {
            transform: rotate(180deg);
            transition: transform 0.3s ease;
          }
.custom-testimonial-section {
      position: relative;
      z-index: 1;
      overflow: hidden;
      background-color: #f9f9f9;
    }

    .custom-testimonial-section .custom-map-bg {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 550px;
      background-size: cover;
    }

    .custom-testimonial-section .custom-shape {
      position: absolute;
      z-index: -1;
    }

    .custom-shape.shape-one { top: 90px; left: 135px; }
    .custom-shape.shape-two { top: 90px; right: 200px; }

    .custom-testimonial-section .custom-image {
      position: absolute;
      z-index: -1;
    }

    .custom-image.image-one { bottom: 0; left: 55px; width: 20%; }
    .custom-image.image-two { bottom: 200px; right: 0; width: 20%; }

    .custom-testimonial-section .custom-slider .slick-dots {
      text-align: center;
      margin-top: 30px;
    }

    .custom-testimonial-section .custom-slider .slick-dots li {
      margin: 0 5px;
    }

    .custom-testimonial-section .custom-slider .slick-dots li button {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: var(--secondary-color);
    }

    .custom-testimonial-section .custom-slider .slick-dots li.slick-active button {
      width: 30px;
      border-radius: 3.5px;
    }

    .custom-testimonial-item {
      margin-bottom: 53px;
    }

    .custom-testimonial-item .custom-content {
      text-align: center;
    }

    .custom-thumb-quote {
      display: inline-flex;
      align-items: center;
    }

    .custom-thumb {
      width: 100px;
    }

    .custom-thumb img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
    }

    .custom-quote {
      width: 100px;
      height: 100px;
      background-color: var(--primary-color);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 42px;
      color: var(--white-color);
      margin-left: -15px;
    }

    .custom-testimonial-item h3 {
      font-size: 30px;
      line-height: 45px;
      font-family: var(--heading-font);
      font-weight: 700;
      padding-bottom: 30px;
      border-bottom: 1px solid var(--border-color);
      margin-bottom: 30px;
    }

    .custom-author-box h5 span {
      font-size: 16px;
      color: var(--text-color);
      font-weight: 400;
    }

    .custom-rating span {
      color: var(--heading-color);
      font-weight: 600;
      margin-right: 10px;
    }

    .base-color-red{
      color:#8D0E14;
}

    	.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:88px;
	right:70px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}
.footer-v2
 {
background: rgba(0, 94, 34, 1);
    /* border-radius: 15px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.dynamic_pagination 
{
    display: inline-block;
    padding-left: 0;
    /* margin: 20px 0; */
    border-radius: 0;
    float: right;
}
.dynamic_pagination>li 
{
    display: inline-block;
    color: #060606;
}

.dynamic_pagination>li:first-child>a, .dynamic_pagination>li:first-child>span {
    margin-left: 0;
}

.dynamic_pagination>li>a, .dynamic_pagination>li>span {
    width           : 55px;
    height          : 55px;
    text-align      : center;
    line-height     : 55px;
    background-color: #ffffff;
    border          : 1px solid #f1f2f2;
    margin          : 0 4px;
    transition      : all 0.3s;
    display         : block;
    color           : #060606;
    border-radius   : 50%;
    font-weight     : 600;
}
.dynamic_pagination>.active>a, .dynamic_pagination>.active>span, .dynamic_pagination>.active>a:hover, .dynamic_pagination>.active>span:hover, .dynamic_pagination>.active>a:focus, .dynamic_pagination>.active>span:focus 
{
    z-index             : 2;
    color               : var(--white-color);
    cursor              : pointer;
    background-color    : var(--primary-color);;
    border-radius       : 50%;
}
.dynamic_pagination>li>a:hover
{
    z-index: 2;
    color: var(--white-color);
    cursor: pointer;
    background-color: var(--primary-color);;
    border-radius: 50%;
}
.about-service-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  font-family: 'Poppins', sans-serif;
}

.about-service-item {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

/* ICON WRAPPER */
.about-icon-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

/* GREEN BACK CIRCLE */
.about-icon-bg {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 72px;
  height: 72px;
  /* background-color: #3bb77e; */
  border-radius: 50%;
}

/* FRONT LIGHT CIRCLE */
.about-icon-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;

  background-image: url('../img/about-service-bg.png'); /* change path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ICON */
.about-icon-front i {
font-size: 40px;
  color: #111;
}

/* TEXT */
.about-service-content h4 {
  font-size: 16px!important;
  font-weight: 700;
  color: #111;
  margin: 0 0 6px;
  line-height: 1.35;
    font-family: 'Montserrat', sans-serif!important;

  
}

.about-service-content p {
    font-family: 'Montserrat', sans-serif!important;
font-weight: 500;
font-style: Medium;
  font-size: 16px!important;
color: rgba(110, 110, 110, 1);
line-height: 34px;
letter-spacing: 0%;
text-transform: capitalize;

  
}
.about-btn-wrap {
  margin-top: 25px;
}

.about-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;

       padding: 7px 36px;
      background: transparent;
  color: #ffffff;
      font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #ffffff;
  text-decoration: none;
  transition: all 0.35s ease;
}

/* Hover effect (optional) */
.about-pill-btn:hover {
  background:green;
  color: #ffffff;
}


/* Arrow */
.about-btn-arrow {
  font-size: 20px;
  transition: transform 0.35s ease;
}

/* Hover Effect */
.about-pill-btn:hover {
  background:green;
  color:white;
}

.about-pill-btn:hover .about-btn-arrow {
  transform: translateX(6px);
}

/* Travel Image Gallery Styles */
.travel-image-gallery {
    padding-left: 30px;
}

/* Primary Feature Image */
.travel-feature-img {
    margin-bottom: 40px;
    position: relative;
}

.feature-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.travel-img-primary {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.feature-image-wrapper:hover .travel-img-primary {
    transform: scale(1.05);
}

.travel-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary-color, #007bff), #0056b3);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(0, 91, 187, 0.3);
}

/* Floating Video Card */
.travel-video-float {
    position: absolute;
    top: 40%;
    right: -20px;
    z-index: 3;
}

.video-float-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease;
}

.video-float-card:hover {
    transform: translateY(-5px);
}

.video-play-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color, #007bff), var(--secondary-color, #6c757d));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.video-play-icon i {
    margin-left: 3px;
}

.video-float-text span {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Secondary Destination Image */
.travel-destination-img {
    position: relative;
    margin-left: 60px;
    margin-top: -30px;
}

.destination-img-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.travel-img-secondary {
    width: 100%;
    height: auto;
}

.destination-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.destination-tag i {
    color: var(--primary-color, #007bff);
}

.destination-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color, #007bff);
    border-radius: 15px;
    top: -10px;
    left: -10px;
    z-index: -1;
    opacity: 0.2;
}

/* Stats Floating Card */
.travel-stats-card {
    position: absolute;
    bottom: 60px;
    left: -20px;
    z-index: 2;
}

.stats-card-inner {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 120px;
}

.stats-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color, #007bff);
    line-height: 1;
    margin-bottom: 5px;
}

.stats-text {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .travel-image-gallery {
        padding-left: 20px;
    }
    
    .travel-video-float {
        right: -10px;
    }
    
    .travel-stats-card {
        left: -10px;
    }
}

@media (max-width: 991px) {
    .travel-image-gallery {
        padding-left: 0;
        margin-top: 50px;
    }
    
    .travel-destination-img {
        margin-left: 30px;
    }
    
    .travel-video-float {
        position: relative;
        top: 0;
        right: 0;
        margin: -20px auto 30px;
        max-width: 250px;
    }
    
    .travel-stats-card {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .travel-destination-img {
        margin-left: 0;
        margin-top: 30px;
    }
    
    .feature-image-wrapper,
    .destination-img-wrapper {
        border-radius: 10px;
    }
}
/* nan css */
fixed-social-icons {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Vertical Line */
.fixed-social-icons::before,
.fixed-social-icons::after {
    content: "";
    width: 1px;
    height: 60px;
    background: #2fb36d;
    margin: auto;
}

/* Icons */
.social-icon {
    width: 42px;
    height: 42px;
    
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #2fb36d;
    color: #fff;
    transform: translateY(-3px);
}

/* Mobile hide */
@media (max-width: 768px) {
    .fixed-social-icons {
        display: none;
    }
}
.hero-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.heroSwiper,
.heroSwiper .swiper-slide {
    height: 100%;
}

.heroSwiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

/* Dark overlay for text */
.hero-slider::after {
    content: "";
    position: absolute;
    inset: 0;
  
    z-index: 1;
}



/* Ensure slider wrapper is positioned relative */
.hero-slider {
    position: relative; /* Important for absolute positioning of pagination */
}

/* PAGINATION CONTAINER */
.hero-pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    z-index: 20; /* Make sure it's above hero content */
    pointer-events: auto; /* Ensure it's clickable */
}


/* DOT STYLE */
.hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.6);
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* ACTIVE DOT */
.hero-pagination .swiper-pagination-bullet-active {
    background: #2bb673;
    width: 26px;
    border-radius: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
    .hero-pagination {
        bottom: 20px;
    }
}
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px;
}

.header-inner {
    background: white;
    border-radius: 50px;
    padding: 14px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 60px;
}

/* Desktop Menu */
.nav-menu {
    display: flex;
    gap: 30px;
    position: relative; /* important for dropdown */
}

.nav-menu a {
      font-family: 'Agraham', serif;

    text-decoration: none;
    color: #000;
   font-weight: 400;
    font-size: 12px;
    line-height: 1;          /* 100% */
    letter-spacing: 0;

}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown > a {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}
.sub{
      font-size: 14px;

}
.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #000;
    font-weight: 500;
}

.dropdown-menu a:hover {
    background: #005E22 !important  ;
    color: #fff!important;
}

/* Show on hover (desktop) */
.nav-menu .dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Arrow icon */
.dropdown > a i {
    font-size: 12px;
}

/* Contact Button */
.contact-btn {
    background: rgba(0, 94, 34, 1)371;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

/* Toggle Button */
.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

/* ================= MOBILE MENU ================= */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100vh;
    background: #fff;
    padding: 30px;
    z-index: 999;
    transition: 0.3s ease;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.close-menu {
    font-size: 26px;
    margin-bottom: 30px;
    cursor: pointer;
}

/* Mobile Dropdown Submenu */
.mobile-dropdown .submenu {
    display: none;
    padding-left: 15px;
}

.mobile-dropdown .submenu.active {
    display: block;
}

/* ================= HERO SLIDER ================= */
.hero-slider {
    position: relative;
    height: 100vh;
}

.heroSwiper,
.heroSwiper .swiper-slide {
    height: 100%;
}

.heroSwiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

/* Gradient Overlay */
.hero-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.40) 35%, rgba(0,0,0,0.15));
    z-index: 1;
}

/* ================= HERO CONTENT ================= */
.hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-left: 120px;
}

.hero-text {
    max-width: 800px;
}

.hero-subtitle {
    color: #45c17c;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    font-family: cursive;
}

.hero-text h1 {
    color: #ffffff;
    font-family: 'Korelasi', serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
}


.hero-text p {
    color: #fff;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.6;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
    .hero-content { padding-left: 40px; }
    .hero-text h1 { font-size: 48px; }
    .hero-text p { font-size: 16px; }
    .hero-subtitle { font-size: 18px; }
}

@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        text-align: center;
    }
    .hero-text { max-width: 100%; }
    .hero-subtitle { font-size: 16px; }
    .hero-text h1 { font-size: 32px; }
    .hero-text p { font-size: 14px; }
}

@media (max-width: 576px) {
    .hero-content { padding: 15px; }
    .hero-text h1 { font-size: 28px; }
    .hero-text p { font-size: 13px; }
    .hero-subtitle { font-size: 14px; }
}

/* Header menu for tablets and mobiles */
@media (max-width: 991px) {
    .nav-menu,
    .contact-btn { display: none; }
    .menu-toggle { display: block; }
}
.contact-info-bar {
    background: #0f1318;
    padding: 60px 0;
}

.contact-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    max-width: 360px;
}

.contact-info-item .icon {
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.contact-info-item h5 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
}

.contact-info-item p {
    font-size: 15px;
    color: #cfd3d8;
    line-height: 1.6;
    margin: 0;
}

.divider {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,0.15);
}
a {
text-decoration: none!important;
}
   /* .sub-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: var(--accent-font);
    color: var(--secondary-color);
} */

/* Tablets (below 992px) */
@media (max-width: 991px) {
    .sub-title {
        font-size: 32px;
        line-height: 1.2;
    }
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
    .sub-title {
        font-size: 26px;
        line-height: 1.25;
    }
}

/* Small Mobile (below 480px) */
@media (max-width: 479px) {
    .sub-title {
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}
@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 35px!important;
    }
}
 /* Container & Background */
.dxb-video-section {
    background-color: #0c0d10; /* Near black */
    overflow: hidden;
    position: relative;
}

/* Premium Label Styling */
.dxb-premium-label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.dxb-premium-label .line {
    width: 40px;
    height: 1px;
    background: #d4af37;
}

.dxb-premium-label .text {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 600;
}

/* Typography */
.dxb-display-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
}

.dxb-display-title .highlight {
    font-family: 'Cormorant Garamond', serif; /* Optional: Use a serif for luxury contrast */
    color: #d4af37;
    font-style: italic;
}

.dxb-para {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 90%;
}

/* Video Frame Design */
.dxb-video-frame-wrapper {
    position: relative;
    padding: 20px;
}

.dxb-video-inner {
    position: relative;
    border-radius: 40px 4px 40px 4px; /* Organic asymmetrical shape */
    overflow: hidden;
    box-shadow: 0 50px 80px rgba(0,0,0,0.5);
    z-index: 2;
}

.dxb-main-video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.dxb-video-glass-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(12, 13, 16, 0.4) 0%, transparent 100%);
}

/* Decorative Gold Frame Border */
.dxb-frame-border {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    border: 1px solid #d4af37;
    border-radius: 40px 4px 40px 4px;
    z-index: 1;
    transform: translate(20px, -20px);
}

/* Floating Badge */
.dxb-floating-experience {
    position: absolute;
    bottom: 40px;
    left: -30px;
    background: #d4af37;
    color: #000;
    padding: 20px 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 3;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
}

.dxb-floating-experience .number {
    font-size: 32px;
    font-weight: 900;
    opacity: 0.5;
}

.dxb-floating-experience .txt {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
}

/* Play Button Outline */
.dxb-play-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

.dxb-play-btn-outline .play-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.dxb-play-btn-outline:hover .play-icon {
    background: #d4af37;
    border-color: #d4af37;
    transform: scale(1.1);
}

/* home page css */

.sub-titlebg {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.02em;
    font-family: var(--accent-font);
    color: var(--secondary-color);
    background-color: #ffffff;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 8px;
  
}
@media (max-width: 768px) {
    .sub-titlebg {
        font-size: 20px;
        line-height: 28px;
        padding: 6px 12px;
    }
}


        .tripex-tour-sec
        {
            position: relative;
            z-index: 1;
            background-color: #ffbf43!important;
            margin: 0 20px;
            border-radius: 15px;
        }
       /* .sub-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: var(--accent-font);
    color: var(--secondary-color);
} */

/* Tablets (below 992px) */
@media (max-width: 991px) {
    .sub-title {
        font-size: 32px;
        line-height: 1.2;
    }
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
    .sub-title {
        font-size: 26px;
        line-height: 1.25;
    }
}

/* Small Mobile (below 480px) */
@media (max-width: 479px) {
    .sub-title {
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}
@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 35px!important;
    }
}
        .tripex-about-sec .tripex-image-box

        {
            margin-right: 0px!important;
        }
 
@media (max-width: 767px) {
  .mob-p {
    font-size: 14px!important;
    line-height: 28px!important;
    font-weight: 700!important;
    font-family: var(--heading-font);
    color: var(--heading-color);
  }
}
.about-images-wrapper {
  position: relative;
  width: 100%;
  height: 550px; /* increased */
}

/* Common for all images */
.about-img {
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.18);
  transition: transform 0.5s ease;
  display: block;
}

/* Image 1 */
.img1 {
  width: 380px; /* increased from 320 */
  position: relative;
  z-index: 2;
}

/* Image 2 */
.img2-wrapper {
  position: absolute;
  top: 90px;
  left: 220px; /* adjusted */
  z-index: 3;
}

.img2 {
  width: 360px; /* increased from 300 */
}

/* Play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px; /* increased */
  height: 70px;
  background: #2ecc71;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

/* Image 3 */
.img3 {
  width: 320px; /* increased from 260 */
  position: absolute;
  bottom: -100px;
  left: 140px;
  z-index: 3;
}

/* Hover zoom-out effect */
.about-images-wrapper:hover .about-img {
  transform: scale(0.95);
}

/* Play button hover */
.img2-wrapper:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.08);
  transition: transform 0.5s ease;
}


/* RIGHT IMAGE SECTION */
.col-right {
  width: 50%;
  position: relative;
}

.image-wrapper {
  position: relative;
}

.main-img {
  width: 100%;
  border-radius: 20px;
}

/* Video Box */
.video-box {
  position: absolute;
  top: 20%;
  right: -40px;
  width: 220px;
  height: 300px;
  background: #e0e0e0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  width: 60px;
  height: 60px;
  background: #2ecc71;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
}

/* Small Image */
.small-img {
  position: absolute;
  bottom: -40px;
  left: 40px;
  width: 220px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
@media (max-width: 768px) {

  /* Wrapper height auto */
  .about-images-wrapper {
    height: auto;
    padding-bottom: 40px;
  }

  /* Reset absolute positioning */
  .img2-wrapper,
  .img3 {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    text-align: center;
  }

  /* Image sizes */
  .img1 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .img2 {
    width: 100%;
    max-width: 300px;
  }

  .img3 {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  /* Center all images */
  .about-img {
    margin: 0 auto;
  }

  /* Play button smaller */
  .play-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  /* Remove hover zoom on mobile */
  .about-images-wrapper:hover .about-img {
    transform: none;
  }

  /* RIGHT SECTION */
  .col-right {
    width: 100%;
    margin-top: 40px;
  }

  .video-box {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 260px;
    height: 180px;
    margin: 20px auto;
  }

  .small-img {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 220px;
    margin: 20px auto 0;
  }
}

/* RESPONSIVE */
.fixed-social-icons {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Vertical Line */
.fixed-social-icons::before,
.fixed-social-icons::after {
    content: "";
    width: 1px;
    height: 60px;
    background: #2fb36d;
    margin: auto;
}

/* Icons */
.social-icon {
    width: 42px;
    height: 42px;
background:#005E22;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.social-icon:hover {
   background: linear-gradient(
  180deg,
  #f59b1e 0%,
  #78bdd3 35%,
  #00609d 60%,  /* NEW EXTRA COLOR (Soft Indigo/Purple) */
  #32ae4a 97.99%
);
    color: #fff;
    transform: translateY(-3px);
}

/* Mobile hide */
@media (max-width: 768px) {
    .fixed-social-icons {
        display: none;
    }
}
.hero-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.heroSwiper,
.heroSwiper .swiper-slide {
    height: 100%;
}

.heroSwiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.hero-slider .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.6) 50%,
        rgba(0, 0, 0, 0.4) 80%,
        rgba(0, 0, 0, 0.15) 100%
    );
    z-index: 1;
}

.tripex-counter-sec {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        /* Video container */
        .video-bg-container {
            position: absolute;
            inset: 0;
            z-index: 1;
        }

        .video-bg-container video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Dark overlay */
        .video-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.45);
            z-index: 2;
        }

        /* Heading content */
        .video-content {
            position: relative;
            z-index: 3;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 20px;
        }

        .video-content h2 {
            color: #fff;
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
        }

        /* Mobile adjustments */
        @media (max-width: 768px) {
            .tripex-counter-sec {
                height: 70vh;
            }

            .video-content h2 {
                font-size: 28px;
            }
        }

/* Ensure slider wrapper is positioned relative */
.hero-slider {
    position: relative; /* Important for absolute positioning of pagination */
}

/* PAGINATION CONTAINER */
.hero-pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    z-index: 20; /* Make sure it's above hero content */
    pointer-events: auto; /* Ensure it's clickable */
}


/* DOT STYLE */
.hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.6);
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* ACTIVE DOT */
.hero-pagination .swiper-pagination-bullet-active {
    background: #2bb673;
    width: 26px;
    border-radius: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
    .hero-pagination {
        bottom: 20px;
    }
}
.hero-wave {
    position: relative; /* relative to move it below */
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -120px; /* adjust this value to push it down */
    z-index: 2;
}

.hero-wave img {
    width: 100%;
    display: block;
}/***************** PACKAGES SECTION FIXED CSS *****************/

/* SECTION */
.tp-packages-section {
  position: relative;
  padding-bottom: 40px;
  /* background: transparent; */
}
/* SCROLL CONTAINER */
.tp-packages-scroll {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 30px;
}

/* hide scrollbar */
.tp-packages-scroll::-webkit-scrollbar {
  display: none;
}

/* DESKTOP EDGE FIX (PREVENT CUT) */
@media (min-width: 992px) {
  .tp-packages-scroll {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* CARD WIDTH – EXACT 3 VISIBLE */
.tp-pkg-card {
  flex: 0 0 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  background: #fff;
  overflow: hidden;
  border: 1px solid #e5e5e5;

  /* hover animation */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;

  /* 🔥 ONLY ADDITION */
  display: flex;
  flex-direction: column;
}

/* HOVER FLOAT EFFECT */
.tp-pkg-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.18);
}

/* IMAGE */
.tp-image-box {
  position: relative;
}

.tp-image-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  /* border-bottom: 5px solid #0d6efd; */
  display: block;
}

/* OVERLAY IMAGE */
.tp-image-overlay {
  position: absolute;
  bottom: -35px;
  right: 20px;
  background: #0b5a2b;
  padding: 6px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.tp-image-overlay img {
  width: 170px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

/* CONTENT */
.tp-card-content {
  padding: 55px 22px 25px;

  /* 🔥 ONLY ADDITION */
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tp-card-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tp-info span {
  display: block;
  font-size: 14px;
  color: black;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif!important;

  
}

/* PRICE */
.tp-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}

.tp-offer {
  background: #2fb36d;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

.tp-price strong {
  font-size: 22px;
}

.tp-price del {
  color: #ffffffff;
  margin-left: 8px;
}

/* BUTTON */
.tp-btn {
  width: 100%;
  padding: 12px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(180deg, #1781FE 0%, #005CC9 52.89%, #003676 97.99%);
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
  color: white;
  
}

.tp-btn:hover {
  background: white;
  color: #000000;
}

/* 🔥 BUTTON ALIGNMENT FIX (ONLY THIS) */
.tp-card-content .d-grid {
  margin-top: auto;
}

/* ARROWS */
.tp-packages-arrows {
  position: absolute;
  top: -55px;
  right: 0;
  display: flex;
  gap: 12px;
}

.tp-pkg-prev,
.tp-pkg-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #f37121;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

/* MOBILE – ORIGINAL STACK VIEW */
@media (max-width: 991px) {
  .tp-packages-scroll {
    display: block;
    overflow: visible;
    padding: 0;
    margin: 0;
  }

  .tp-pkg-card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    transform: none !important;
  }

  .tp-packages-arrows {
    display: none;
  }
}

/***************** END *****************/

.contact-section {
  position: relative;
  padding: 100px 0 160px; /* extra bottom space for overlap */
  background-size: cover;
  background-position: center;
  overflow: visible;
 
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.contact-container {
  position: relative;
  z-index: 2;
  /* max-width: 1200px; */
  margin: auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: flex-start;
  
}

/* FORM OVERLAP */
.contact-form {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  max-width: 420px;

  margin-top: 40px;
  transform: translateY(80px); /* 👈 OVERLAP MAGIC */

  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  z-index: 5;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: none;
  background: #f2f2f2;
  padding: 14px 16px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}

.contact-form textarea {
  height: 100px;
  resize: none;
}

.contact-form button {
  width: 100%;
  padding: 14px;
  border: none;
  background: #3cb878;
  color: #fff;
  border-radius: 40px;
  font-size: 15px;
  cursor: pointer;
  transition: background .3s;
}

.contact-form button:hover {
  background: #2fa168;
}

/* STATS */
.stats-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  gap: 30px;
  justify-content: center;
}

.stat-circle {
    width: 250px;
    height: 250px;
  background: #3cb878;
  border-radius: 50%;
  border: 6px solid rgba(255,255,255,0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-text1 {
    max-width: 748px;
}

.hero-text1 h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
}

.hero-text1 p {
    color: #fff;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.6;
}
/* RESPONSIVE */
@media(max-width: 991px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-form {
    transform: translateY(40px);
    margin: auto;
  }

  .stats-wrapper {
    grid-template-columns: repeat(3, 160px);
  }
}

@media(max-width: 576px) {
  .stats-wrapper {
    grid-template-columns: 1fr;
  }

  .stat-circle {
    margin: auto;
  }
}

.clients-slider {
  display: flex;
  gap: 30px;
}

.tripex-client-item {
  transition: all 0.35s ease;
}

.tripex-client-item .thumbnail {
  background: #fff;
  width: 160px;
  height: 160px;
  padding: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.tripex-client-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .tripex-client-item .thumbnail {
    width: 130px;
    height: 130px;
  }
}

/* HOVER EFFECT */
.tripex-client-item:hover .thumbnail {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.tripex-client-item:hover img {
  transform: scale(0.9); /* zoom out */
}
.tripex-about-images {
  position: relative;
  width: 100%;
  height: 480px;
}

/* COMMON IMAGE STYLE */
.about-img-box {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
}

.about-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* LARGE LEFT IMAGE */
.img-large {
  width: 58%;
  height: 100%;
  left: 0;
  top: 0;
}

/* TOP RIGHT IMAGE */
.img-top {
  width: 38%;
  height: 46%;
  right: 0;
  top: 0;
}

/* BOTTOM RIGHT IMAGE */
.img-bottom {
  width: 38%;
  height: 46%;
  right: 0;
  bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .tripex-about-images {
    height: 400px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .tripex-about-images {
    height: auto;
  }

  .about-img-box {
    position: relative;
    width: 100% !important;
    height: 220px;
    margin-bottom: 15px;
  }
}
/* SCROLL CONTAINER */
.options {
  display: flex;
  gap: 24px;
  height: 480px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.options::-webkit-scrollbar {
  display: none;
}

/* ================= BASE ================= */
.options {
  display: flex;
  gap: 20px;
  height: 480px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0;
}

.options::-webkit-scrollbar {
  display: none;
}

/* ================= CARD ================= */
.option {
  flex: 0 0 140px;
  height: 100%;
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease;
  overflow: hidden;
}

/* ACTIVE (DESKTOP EXPAND) */
.option.active {
  flex: 0 0 900px;
}

/* ================= OVERLAY ================= */
.option::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
}

/* ================= TEXT ================= */
.label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.4s ease;
}

.option.active .label {
  opacity: 1;
  transform: translateY(0);
}

.info .main {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.info .sub {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

/* ================= ARROWS ================= */
.slider-arrows {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.arrow.left {
  background: #2ecc71;
  color: #fff;
  border-color: #2ecc71;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .options {
    height: auto;
    gap: 16px;
    padding: 0 16px;
  }

  .option,
  .option.active {
    flex: 0 0 100%;
    height: 360px;
    border-radius: 18px;
  }

  .label {
    opacity: 1;
    transform: none;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.85),
      rgba(0,0,0,0.3)
    );
    text-align: center;
  }

  .info .main {
    font-size: 16px;
  }

  .info .sub {
    font-size: 13px;
  }

  /* REMOVE ARROWS ON MOBILE */
  .slider-arrows {
    display: none;
  }
}
/* TOP BUTTON CONTAINER */
.offerings-top-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 16px;
}

/* BUTTON STYLE */
.offer-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #00639E; /* SAME GREEN */
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(46, 204, 113, 0.35);
}

/* ACTIVE PRESS */
.offer-btn:active {
  transform: scale(0.95);
}

/* MOBILE POSITION ADJUST */
@media (max-width: 576px) {
  .offerings-top-nav {
    padding-right: 10px;
  }
}

/* .awards-section {
      position: relative;
      background: #f7f5f2;
      border-radius: 24px;
      margin: 40px auto;
      padding: 60px 30px;
      max-width: 1100px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    } */

    /* Big "2025" behind content */
    .big-year {
      position: absolute;
      top: 50%;
      left: 7%;
      transform: translateY(-50%);
      font-weight: 900;
      font-size: 14rem;
      color: rgba(13, 86, 243, 0.08);
      pointer-events: none;
      font-family: "Poppins", sans-serif;
      text-shadow: 2px 2px 6px rgba(60, 179, 113, 0.03);
      z-index: 0;
    }

    /* Content area */
    .award-content {
      position: relative;
      z-index: 10;
      max-width: 600px;
    }

    .award-content h6 {
      letter-spacing: 1.5px;
      font-weight: 600;
      opacity: 0.85;
      color: #3b7d52;
      margin-bottom: 12px;
      font-family: "Dancing Script", cursive;
      font-size: 24px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .award-content h6 span {
      font-size: 28px;
    }

    .award-content h2 {
      font-weight: 700;
      margin-bottom: 20px;
      color: #3b7d52;
      line-height: 1.2;
    }

    .award-content p {
      opacity: 0.9;
      font-size: 17px;
      line-height: 1.6;
      color: #3b7d52;
      margin-bottom: 0;
    }

    /* Image container */
    .award-image-wrapper {
      background: #fff;
      padding: 14px;
      border-radius: 24px;
  
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    max-width: 700px;
          margin: 0 auto;
      z-index: 10;
      cursor: pointer;
      
    }

    /* Image hover effect: zoom + shadow */
    .award-image-wrapper:hover {
      transform: scale(1.05);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }

    .award-image {
/* width: 519px;   */
    height: auto;
      border-radius: 20px;
      display: block;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .awards-section {
        padding: 40px 20px;
      }

      .big-year {
        font-size: 9rem;
        left: 3%;
      }

      .award-image-wrapper {
        max-width: 320px;
      }
    }

    @media (max-width: 575px) {
      .awards-section {
        margin: 20px 10px;
        padding: 30px 15px;
      }

      .big-year {
        display: none;
      }

      .award-content h6 {
        font-size: 20px;
      }

      .award-content h2 {
        font-size: 1.7rem;
      }

      .award-image-wrapper {
        max-width: 100%;
        padding: 12px;
      }
    }
.video-bg {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;   /*  show full video */
    transform: translate(-50%, -50%);
    z-index: -1;
    background: #3CB371;      /* optional: black bars */
}

.counter-area {
    position: relative;
    z-index: 2;
}
/* Headings */
.popular-title {
    font-family: 'Dancing Script', cursive;
    color: #5cb85c;
    font-size: 50px;
    margin-bottom: 6px;
}

.featured-title {
    font-size: 48px;
    font-weight: 700;
    color: #333;
}
/* Mobile view */
@media (max-width: 768px) {
    .featured-title {
        font-size: 25px;
        font-weight: 500;
        
    }
}

/* Very small phones */
@media (max-width: 480px) {
    .featured-title {
        font-size: 23px;
        font-weight: 500;
    }
}
/* Text */
.about-text {
    color: #888;
    font-size: 16px;
    line-height: 1.8;
}

/* Card base */
.destination-card {
    position: relative;
    /* border-radius: 30px; */
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

/* Staggered layout (KEY FIX) */
.card-manhattan {
    height: 380px;
    margin-top: -40px;
}

.card-pearland {
    height: 380px;
    margin-top: 0px;
}

.card-newyork {
    height: 380px;
    margin-top: 40px;
}

/* Image */
.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.35) 45%,
        transparent 70%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    color: #fff;
}

.travel-to {
    font-size: 14px;
    opacity: 0.9;
        font-family: 'Montserrat', sans-serif!important;

}

.destination-name {
    font-size: 22px;
    font-weight: 700;
    color:white;
     font-family: 'Agraham', sans-serif!important;
}


.tour-badge {
    position: absolute;
    right: 26px;
    bottom: 26px;
       background: linear-gradient(180deg, #1781FE 0%, #005CC9 52.89%, #003676 97.99%);
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .card-manhattan,
    .card-pearland,
    .card-newyork {
        margin-top: 0 !important; 
        height: 350px; 
    
    }
    
    .destination-card img {
        height: 100%;
    }
    
    .about-text {
        text-align: left !important; 
        padding-left: 0 !important;
        max-width: 100%;
    }
    .sm-pb-0{
      padding-bottom:0px;
    }
}

@media (max-width: 576px) {
    /* .hero-text h1
 {
        font-size: 38px!important;
    } */
    .hero-slider{
      height: 76vh;

    }
  }
  @media (max-width: 575.98px) {
    .section-title h2 {
        font-size: 18px!important;
        line-height: 2.0!important;
    }
   
}
.contact-section {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.contact-section .container {
  position: relative;
  z-index: 2;

}
.video-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-bg-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Black opacity overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.7);  */
    z-index: 1;
}
.tripex-testimonial-sec {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.tripex-testimonial-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

/* Ensure content stays above overlay */
.tripex-testimonial-sec .container {
  position: relative;
  z-index: 2;
}
/* SECTION */
.experience-section {
  position: relative;
}

/* ARROWS */
.nav-arrows {
  display: flex;
  gap: 10px;
}

.nav-arrows button {
  border: none;
  background: #f2f2f2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

/* SCROLL ROW */
.card-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.card-scroll::-webkit-scrollbar {
  display: none;
}

/* CARD */
.expand-card {
  flex: 0 0 260px;
  height: 420px;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.45s ease;
}

.expand-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ACTIVE CARD */
.expand-card.active {
  flex: 0 0 620px;
}

/* TEXT PANEL */
.card-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  padding: 40px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.45s ease;
}

.expand-card.active .card-content {
  opacity: 1;
  transform: translateX(0);
}
/* ================= SECTION ================= */
.client-slider-section {
    padding: 60px 0;
    overflow: hidden;
}

/* Container */
.client-slider-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

/* Wrapper */
.logo-slider-wrapper {
    overflow: hidden;
}

/* Track */
.logo-slider-track {
    display: flex;
    gap: 0;
    transform: translate3d(0,0,0);
    will-change: transform;

    animation: slideLeft 22s linear infinite;
    animation-play-state: paused; /* start paused */
    opacity: 0;                  /* hidden until ready */
    transition: opacity 0.4s ease;
}

/* When JS adds this */
.logo-slider-track.is-ready {
    animation-play-state: running;
    opacity: 1;
}

/* Card */
.logo-card-item {
    width: 360px;
    min-height: 200px;
    padding: 0 20px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo image */
.logo-card-item img {
    height: 110px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.25s ease;
}

/* Hover pause (desktop only) */
@media (hover: hover) {
    .logo-slider-wrapper:hover .logo-slider-track {
        animation-play-state: paused;
    }

    .logo-card-item:hover img {
        transform: scale(1.05);
    }
}

/* Disable hover effects on touch */
@media (hover: none) {
    .logo-card-item img {
        transition: none;
        transform: none;
    }
}

/* Animation */
@keyframes slideLeft {
    from {
        transform: translate3d(0,0,0);
    }
    to {
        transform: translate3d(-50%,0,0);
    }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .logo-card-item {
        width: 240px;
        min-height: 150px;
        padding: 0 14px;
    }
    .logo-card-item img {
        height: 90px;
    }
}

@media (max-width: 576px) {
    .logo-card-item {
        width: 200px;
        min-height: 130px;
        padding: 0 12px;
    }
    .logo-card-item img {
        height: 80px;
    }
}


/* ===================== WRAPPER ===================== */
.ouroffering-wrapper {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

/* ===================== HEADER + ARROWS ===================== */
.ouroffering-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ouroffering-header h2 {
  margin: 0;
}

.ouroffering-arrow {
  display: flex;
  gap: 10px;
}


/* BASE BUTTON (you already have this, keep it) */
.ouroffering-arrow button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(180deg, #1781FE 0%, #005CC9 52.89%, #003676 97.99%);
  cursor: pointer;
  position: relative;
}

/* HIDE LONG TEXT ARROWS */
.ouroffering-arrow button {
  font-size: 0;   /* 🔥 hides ← → */
}

/* COMMON CHEVRON */
.ouroffering-arrow button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;

  position: absolute;
  top: 50%;
  left: 50%;
}

/* LEFT CHEVRON */
#backBtn::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* RIGHT CHEVRON */
#forwardBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ===================== TRACK ===================== */
.ouroffering-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-left: 20px;
  padding-bottom: 10px;
}

.ouroffering-track::-webkit-scrollbar {
  display: none;
}

/* ===================== CARD ===================== */
.ouroffering-item {
  position: relative;
  flex: 0 0 260px;
  height: 420px;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.45s ease;
}

.ouroffering-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===================== ACTIVE CARD ===================== */
.ouroffering-item.is-active {
  flex: 0 0 620px;
}

/* ===================== INFO PANEL ===================== */
.ouroffering-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  padding: 40px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.45s ease;
  pointer-events: none;
}

.ouroffering-item.is-active .ouroffering-info {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.ouroffering-info h4 {
  margin-top: 0;
  font-size: 24px;
}

.ouroffering-info p {
  color: #555;
  line-height: 1.5;
}

/* Mobile – remove padding-bottom */
@media (max-width: 768px) {
  .offerings-desc {
    padding-bottom: 0 !important;

  }
}
/* Desktop only */
.ps-desktop {
  padding-left: 150px;
}

/* Mobile – remove padding */
@media (max-width: 768px) {
  .ps-desktop {
    padding-left: 0 !important;
  }
}

/* header css */

/* ================= HEADER ================= */
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px;
}

.header-inner {
    background: white;
    border-radius: 50px;
    padding: 14px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 60px;
}

/* Desktop Menu */
.nav-menu {
    display: flex;
    gap: 30px;
    position: relative; /* important for dropdown */
}

.nav-menu a {
    text-decoration: none;
    color: #ffffff;
    /* font-weight: 600; */
}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown > a {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
min-width: 290px;   
 box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    /* border-radius: 8px; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* .dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #000;
    font-weight: 500;
} */

/* .dropdown-menu a:hover {
    background: #3cb371;
    color: #fff;
} */

/* Show on hover (desktop) */
.nav-menu .dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Arrow icon */
.dropdown > a i {
    font-size: 12px;
}

/* Contact Button */
.contact-btn {
    background: #3cb371;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

/* Toggle Button */
.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

/* ================= MOBILE MENU ================= */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100vh;
    background: #fff;
    padding: 30px;
    z-index: 999;
    transition: 0.3s ease;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.close-menu {
    font-size: 26px;
    margin-bottom: 30px;
    cursor: pointer;
}

/* Mobile Dropdown Submenu */
.mobile-dropdown .submenu {
    display: none;
    padding-left: 15px;
}

.mobile-dropdown .submenu.active {
    display: block;
}

/* ================= HERO SLIDER ================= */
.hero-slider {
    position: relative;
    height: 100vh;
}

.heroSwiper,
.heroSwiper .swiper-slide {
    height: 100%;
}

.heroSwiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.heroSwiper::before,
.heroSwiper::after,
.heroSwiper .swiper-slide::before,
.heroSwiper .swiper-slide::after {
    display: none !important;
    background: none !important;
    opacity: 0 !important;
}
/* ================= HERO CONTENT ================= */
.hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-left: 120px;
}

.hero-text {
    max-width: 800px;
}

.hero-subtitle {
    color: #45c17c;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    font-family: cursive;
}

.hero-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
}

.hero-text p {
    color: #fff;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.6;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
    .hero-content { padding-left: 40px; }
    .hero-text h1 { font-size: 48px; }
    .hero-text p { font-size: 16px; }
    .hero-subtitle { font-size: 18px; }
}

@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        text-align: center;
    }
    .hero-text { max-width: 100%; }
    .hero-subtitle { font-size: 16px; }
    .hero-text h1 { font-size: 32px; }
    .hero-text p { font-size: 14px; }
}

@media (max-width: 576px) {
    .hero-content { padding: 15px; }
    .hero-text h1 { font-size: 28px; }
    .hero-text p { font-size: 13px; }
    .hero-subtitle { font-size: 14px; }
}

/* Header menu for tablets and mobiles */
@media (max-width: 991px) {
    .nav-menu,
    .contact-btn { display: none; }
    .menu-toggle { display: block; }
}



.tp-person-price {
    border-top: 1px dashed #ddd;
    padding-top: 12px;
    font-size: 15px;
    
}
.tp-person-price div {
    margin-bottom: 6px;
        font-family: 'Montserrat', sans-serif!important;

}
.element {
    width: 350px;
    height: 108px;
  
}

/* Section Container */
.travel-contact-sec {
    position: relative;
    /* Split: White for the header, Blue for the form/traveler */
    /* background: linear-gradient(to bottom, #ffffff 320px, #2a81ea 320px); */
    padding-bottom: 0;
    overflow: hidden;
}

/* Header Styling */
.contact-top-title {
    padding: 60px 0 40px 0;
}

.main-heading-img {
    max-width: 450px; /* Adjust based on your 'Get In Touch' image size */
    height: auto;
}

.section-main-h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #4a7ab5; 
    line-height: 1.3;
}

/* Traveler Positioning */
.traveler-wrapper {
    display: flex;
    justify-content: center;
}

.traveler-img {
    max-height: 550px;
    width: auto;
    /* Keeps image anchored to the bottom */
    vertical-align: bottom;
}

/* Form Container Styling */
.tripex-contact-area {
    padding: 40px 0 80px 0;
}

.tripex-contact-form .form_control {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 18px 25px;
    font-size: 16px;
    color: #444;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    outline: none;
}

.tripex-contact-form select.form_control {
    color: #777;
    appearance: none;
}

/* Button Styling */
.submit-message-btn {
    background: #ffab5e; 
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 171, 94, 0.3);
}

.submit-message-btn:hover {
    background: #f7943d;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 171, 94, 0.4);
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .travel-contact-sec {
        /* background: #2a81ea;  */
    }
    .section-main-h2 {
        color: #ffffff;
        font-size: 1.8rem;
    }
    .contact-top-title {
        padding-top: 40px;
    }
    .main-heading-img {
        max-width: 80%;
        /* filter: brightness(0) invert(1);  */
    }
}

.travel-contact-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tripex-gallery-item .thumbnail {
    position: relative;
    overflow: hidden;
}

.tripex-gallery-item .thumbnail img {
    width: 100%;
    display: block;
}

/* Hover overlay */
.tripex-gallery-item .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

/* Show on hover */
.tripex-gallery-item:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

/* Instagram icon */
.tripex-gallery-item .insta-icon {
    font-size: 38px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.tripex-gallery-item:hover .insta-icon {
    transform: scale(1.1);
}
/* Allow elements to spill out of the section */
.travel-contact-sec {
    overflow: visible !important;
}

/* The blue background row reference */
.overlap-container {
    position: relative;
    z-index: 1;
}


.traveler-overlap-img {
    position: absolute;
    bottom: -40px;     
    left: -20px;       
    width: 130%;       
    max-width: none;   
    height: auto;
    z-index: 5;       
    pointer-events: none; 
}

/* Mobile responsive adjustments */
@media (max-width: 991px) {
    .traveler-overlap-img {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        margin-bottom: 20px;
    }
}
/* Container must be relative for absolute children */
.contact-top-title {
    position: relative;
    overflow: visible; /* Allows shapes to breathe */
    max-width: 800px;  /* Adjust based on how wide you want the corner icons to spread */
    margin: 0 auto;    /* Centers the whole heading block */
}

/* Base style for corner shapes */
.shape-left, .shape-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* Vertically centers shapes relative to the center image */
    z-index: 1;
}

/* Position shapes on the far left and right */
.shape-left {
    left: -100px; /* Adjust this to move the left icon closer or further from center */
}

.shape-right {
    right: -100px; /* Adjust this to move the right icon closer or further from center */
}

/* Animation for the shapes (matches your "scene" logic) */
.scene img {
    max-width: 80px; /* Adjust icon size as needed */
    height: auto;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .shape-left, .shape-right {
        display: none; /* Hides icons on very small screens to avoid clutter */
    }
    .main-heading-img {
        width: 100% !important;
        padding: 0 20px;
    }
}
.contact-bg {
    position: relative;
    background-image: url("../img/y.png"); /* adjust path if needed */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 91%;
    border-radius: 60px;
    margin: 80px auto;
    padding: 120px 60px;
}

/* Ensure content stays inside rounded bg */
.contact-bg .container {
    position: relative;
    z-index: 2;
}

/* Center image styling */
.contact-center-img {
    max-width: 92%;
    height: auto;
    border-radius: 50px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
/* Hide background image on tablets & mobiles */
@media (max-width: 1199px) {
    .contact-bg {
        background-image: none !important;
        background-color: #e9fff4; /* optional */
        padding: 70px 25px;
        border-radius: 30px;
    }
}
/* Keep partner icon at normal size */
.client-slider-section .mb-3 img {
    height: auto;          /* natural size */
    max-height: 130px;      /* adjust if needed */
    width: auto;
    max-width: 100%;
    transform: none !important;
}

/* Wrapper (optional, keeps things neat) */
.tripex-about-images {
    position: relative;
}

/* Image box */
.about-img-box {
    overflow: hidden; /* prevents overflow on zoom */
}

/* Image transition */
.about-img-box img {
    width: 100%;
    height: auto;
    display: block;

    transition:
        transform 0.4s ease,
        filter 0.4s ease;
}

/* Hover effect */
.about-img-box:hover img {
    transform: scale(1.06);
    filter: brightness(1.05);
}
/* Wrapper (optional, keeps things neat) */
.tripex-about-images {
    position: relative;
}

/* Image box */
.about-img-box {
    overflow: hidden; /* prevents overflow on zoom */
}

/* Image transition */
.about-img-box img {
    width: 100%;
    height: auto;
    display: block;

    transition:
        transform 0.4s ease,
        filter 0.4s ease;
}

/* Hover effect */
.about-img-box:hover img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

.custom-font4{

   font-family: 'Agraham', serif!important;
  font-weight: 400;
  font-size: 36px!important;
  line-height: 90.6px;
  letter-spacing: 0;
}
.custom-font{
  font-family: 'Agraham', serif!important;
  font-weight: 400;
  font-size: 36px!important;
  line-height: 90.6px;
  letter-spacing: 0;
  text-align: center;
}

.number-font {
  font-family: 'Playfair Display', serif; /* or any font with numbers */
  font-size: 60px;
}
.number-font1 {
  font-family: 'Playfair Display', serif; /* or any font with numbers */
      font-size: 40px;
}
.feature-icon-wrap{
  position: relative;
  width: 80px;
  height: 80px;
}

/* GREEN / ORANGE CIRCLE (BACKGROUND) */
.feature-icon-bg{
  position: absolute;
  top: 5px;
  left: 4px;
  width: 67px;
  height: 69px;
  background: #f37121;
  border-radius: 50%;
  z-index: 1;
}

/* WHITE MASK CIRCLE */
.feature-icon-front{
  position: absolute;
  top: 8px;
  left: 8px;
  width: 70px;
  height: 70px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* ICON */
.feature-icon-front i{
  font-size: 46px;
  color: #000;
}
.heroSwiper .swiper-slide{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
}

/* ONLY 4th slide */
.heroSwiper .swiper-slide:nth-child(4){
  background-position: center 30%;
}

/* ================= WHY CHOOSE US ICON STYLE ================= */
.tripex-about-sec .about-icon-wrap{
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

/* ORANGE CIRCLE (BACKGROUND ARC EFFECT) */
.tripex-about-sec .about-icon-bg{
  position: absolute;
  top: 5px;
  left: 4px;
  width: 67px;
  height: 69px;
  background: #f37121;
  border-radius: 50%;
  z-index: 1;
}

/* WHITE MASK CIRCLE */
.tripex-about-sec .about-icon-front{
  position: absolute;
  top: 8px;
  left: 8px;
  width: 70px;
  height: 70px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* ICON */
.tripex-about-sec .about-icon-front i{
  font-size: 46px;
  color: #000;
}

.book-now-align{
  padding-bottom: 32px;
}

/* =====================
   Mobile (≤ 576px)
===================== */
@media (max-width: 576px) {
    .dxb-video-text-content {
        text-align: left;   /* START */
        margin-bottom: 30px;
        
    padding-top: 30px;
    }

    .dxb-display-title {
        font-size: 28px;
        line-height: 1.3;
    }
    
}

/* =====================
   Tablet (577px – 991px)
===================== */
@media (min-width: 577px) and (max-width: 991px) {
    .dxb-video-text-content {
        text-align: left;   /* START */
        margin-bottom: 40px;
        
    padding-top: 30px;
    }

    .dxb-display-title {
        font-size: 34px;
    }
}
.text-upper {
    text-transform: uppercase;
}


   .logo-container {
        display: flex;
        align-items: center;
        }

        .logo-link {
        display: inline-flex;
        align-items: center;
        }

        .logo-img {
        height: 48px;          /* adjust as needed */
        width: auto;
        object-fit: contain;
        }
        @media (max-width: 768px) {
        .logo-img {
            height: 40px;
        }
        }

        .main-header {
            position: fixed;    
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            padding: 1.8rem 2%!important;
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
            background: transparent; /* Transparent background */
            backdrop-filter: blur(0px);
        }
        
        /* Scrolled state - subtle white background */
        .main-header.scrolled {
            background:  #005E22;
            padding: 1.2rem 5%;
            backdrop-filter: blur(10px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        }
        
        /* GREEN BACKGROUND WHEN DROPDOWN IS HOVERED - with smooth transition */
        .main-header.dropdown-hovered {
            background: rgba(0, 94, 34, 1)!important;
            backdrop-filter: blur(10px);
            box-shadow: 0 10px 30px rgba(10, 124, 95, 0.2);
            transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                        backdrop-filter 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }
        
        /* When scrolled AND dropdown hovered */
        .main-header.scrolled.dropdown-hovered {
            background: rgba(10, 124, 95, 0.98) !important;
        }
        
        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .logo-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .logo-icon {
            font-size: 2rem;
            color: white; /* White logo on transparent header */
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        }
        
        /* White logo on transparent, green on scrolled */
        .main-header.scrolled .logo-icon {
            color: #0a7c5f;
        }
        
        /* White logo when dropdown hovered */
        .main-header.dropdown-hovered .logo-icon {
            color: white !important;
        }
        
        .logo-container:hover .logo-icon {
            transform: rotate(15deg);
        }
        
        .logo-text {
            font-size: 2rem;
            font-weight: 700;
            background: linear-gradient(135deg, #ffffff, #e6f7f2);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -0.5px;
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        }
        
        /* Green text when scrolled */
        .main-header.scrolled .logo-text {
            background: linear-gradient(135deg, #0a7c5f, #0dbd8c);
        }
        
        /* White text when dropdown hovered */
        .main-header.dropdown-hovered .logo-text {
            background: linear-gradient(135deg, #ffffff, #e6f7f2) !important;
        }
     .banner-title1 {
            font-family: 'Agraham'!important;
            font-weight: 400;
                font-size: 40px;
                line-height: 90px;
                letter-spacing: 0;
                text-align: center;
                        color: rgba(255, 255, 255, 0.8); /* 0.8 = 80% opacity */
        }
        @media (max-width: 767px) {
  .banner-title1 {
  font-size: 20px;
    line-height: 47px;
  }
}



        /* Navigation */
        .nav-menu {
            display: flex;
            list-style: none;
            gap: 3rem;
        }
        
        .nav-item {
            position: relative;
        }
        
        .nav-link {
            color: white; /* White text on transparent header */
            text-decoration: none;
            font-weight: 400;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
            padding: 0.5rem 0;
            position: relative;
        }
        
        /* Dark text when scrolled */
        .main-header.scrolled .nav-link {
            color: #fefcfcff;
        }
        
        /* White text when dropdown hovered */
        .main-header.dropdown-hovered .nav-link {
            color: white !important;
        }
        
        .nav-link i {
            font-size: 0.75rem;
            transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        }
        
        /* Hover colors */
        .main-header:not(.scrolled) .nav-link:hover {
            color: #e6f7f2;
        }
        
        .main-header.scrolled .nav-link:hover {
            color: #0a7c5f;
        }
        
        .main-header.dropdown-hovered .nav-link:hover {
            color: #e6f7f2 !important;
        }
        
        .nav-link:hover i {
            transform: rotate(180deg);
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background: linear-gradient(90deg, #ffffff, #e6f7f2);
            transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        }
        
        /* Green underline when scrolled */
        .main-header.scrolled .nav-link::after {
            background: linear-gradient(90deg, #0a7c5f, #0dbd8c);
        }
        
        /* White underline when dropdown hovered */
        .main-header.dropdown-hovered .nav-link::after {
            background: linear-gradient(90deg, #ffffff, #e6f7f2) !important;
        }
        
        .nav-item:hover .nav-link::after {
            width: 100%;
        }
        
        /* WHITE DROPDOWN MENUS */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: -20px;
            background: #ffffff; /* White background */
            min-width: 240px;
            /* border-radius: 12px; */
            padding: 1.2rem 0;
            margin-top: 20px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-15px) scale(0.95);
            transform-origin: top center;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            /* border: 1px solid rgba(0, 0, 0, 0.08); */
            z-index: 1001;
        }
        
        /* Arrow on top of dropdown */
        .dropdown-menu::before {
            content: '';
            position: absolute;
            top: -6px;
            left: 30px;
            width: 12px;
            height: 12px;
            background: #ffffff; /* White arrow */
            transform: rotate(45deg);
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            border-left: 1px solid rgba(0, 0, 0, 0.08);
        }
        
        /* HOVER STATE - Smooth transition */
        .nav-item:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0) scale(1);
            margin-top: 15px;
        }
        
        /* Dropdown content */
        .dropdown-link {
            display: block;
            padding: 0.9rem 2rem;
            color: #444; /* Dark text on white */
            text-decoration: none;
            font-size: 0.95rem;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative;
            overflow: hidden;
        }
        
        .dropdown-link::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background: linear-gradient(to bottom, #0a7c5f, #0dbd8c);
            transform: translateX(-10px);
            transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }
        
        .dropdown-link:hover {
            color: #0a7c5f; /* Green text on hover */
            background: rgba(10, 124, 95, 0.05); /* Light green background */
            padding-left: 2.5rem;
        }
        
        .dropdown-link:hover::before {
            transform: translateX(0);
        }
        
        .dropdown-link i {
            margin-right: 12px;
            width: 18px;
            text-align: center;
            color: #0a7c5f; /* Green icons */
        }
        
        .dropdown-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
            margin: 1rem 2rem;
        }
        
        .dropdown-badge {
            display: inline-block;
            background: linear-gradient(135deg, #0a7c5f, #0dbd8c);
            color: #ffffff;
            font-size: 0.7rem;
            padding: 3px 10px;
            border-radius: 20px;
            font-weight: 600;
            margin-left: 8px;
            vertical-align: middle;
        }
        
        /* Mega Dropdown - WHITE */
        .mega-dropdown {
            min-width: 600px;
            left: -150px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            padding: 2rem;
            background: #ffffff; /* White background */
        }
        .dropdown-menu {
    min-width: 300px;
    padding: 0.5rem 0;
    background: #ffffff;
    display: block;   /* important */
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 16px;
    white-space: nowrap;
}
        .mega-dropdown::before {
            left: 170px;
            background: #ffffff; /* White arrow */
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            border-left: 1px solid rgba(0, 0, 0, 0.08);
        }
        
        .mega-column {
            display: flex;
            flex-direction: column;
        }
        
        .mega-title {
            color: #333; /* Dark title */
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 1.2rem;
            padding-bottom: 0.7rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        .mega-link {
            display: flex;
            align-items: flex-start;
            padding: 1rem;
            /* border-radius: 10px; */
            /* transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); */
            text-decoration: none;
            margin-bottom: 0.5rem;
        }
        
      
        
        .mega-icon {
            background: rgba(10, 124, 95, 0.1); /* Light green */
            width: 40px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
            /* transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); */
        }
        
        .mega-link:hover .mega-icon {
            background: rgba(10, 124, 95, 0.2); /* Darker green */
            /* transform: scale(1.1); */
        }
        
        .mega-content {
            flex: 1;
        }
        .mega-heading:hover {
  color: #ffffff;
}

        .mega-heading {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 1rem;
            color: #333;
    font-family: 'Montserrat', sans-serif!important;
        }
        
        .mega-desc {
            font-size: 0.85rem;
            color: #666; /* Medium gray */
            line-height: 1.5;
        }
        
        /* Header Actions */
        .header-actions {
            display: flex;
            align-items: center;
            gap: 1.5rem;
        }
        
        .cta-button {
            background: linear-gradient(135deg, #0a7c5f, #0dbd8c);
            color: white;
            border: none;
            padding: 0.9rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            box-shadow: 0 4px 15px rgba(10, 124, 95, 0.3);
        }
        
        /* White button when dropdown hovered on transparent header */
        .main-header:not(.scrolled).dropdown-hovered .cta-button {
            background: linear-gradient(135deg, #ffffff, #e6f7f2);
            color: #0a7c5f;
            box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
        }
        
        /* Green button when scrolled */
        .main-header.scrolled .cta-button {
            background: linear-gradient(135deg, #0a7c5f, #0dbd8c);
            color: white;
        }
        
        /* White button when dropdown hovered on scrolled header */
        .main-header.scrolled.dropdown-hovered .cta-button {
            background: linear-gradient(135deg, #ffffff, #e6f7f2);
            color: #0a7c5f;
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(10, 124, 95, 0.4);
        }
        
        /* GIF Banner Section - UPDATED FOR GIF */
        .video-banner {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            /* background: #0c1a14; */
        }
        
        /* GIF background styling */
        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures GIF covers entire area */
            z-index: 1;
            opacity: 1; /* Full opacity for GIF */
            pointer-events: none; /* Prevents interaction with GIF */
        }
        
        /* Dark overlay for better text readability */
        .banner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(
            135deg,
            rgba(10, 28, 20, 0.55),
            rgba(33, 37, 41, 0.65)
            );
            z-index: 2;
        }
        
        .banner-content {
            position: relative;
            z-index: 3;
            text-align: center;
            max-width: 900px;
            padding: 0 2rem;
        }
        
        .banner-title {
            font-size: 4rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            line-height: 1.1;
            background: linear-gradient(135deg, #ffffff, #a5f0d9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -1px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }
        
        .banner-subtitle {
            font-size: 1.3rem;
            color: #ffffff;
            margin-bottom: 3rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 300;
            text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
        }
        
        .banner-actions {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
        }
        
        .primary-btn {
            background: transparent;
            color: #ffffffff;
            border: 2px solid #ffffffff;
            padding: 1.2rem 3rem;
            font-weight: 600;
            cursor: pointer;
            font-size: 1.1rem;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Optional hover effect */
        .primary-btn:hover {
            background: linear-gradient(135deg, #0a7c5f, #0dbd8c);
            color: #ffffff;
            box-shadow: 0 4px 20px rgba(10, 124, 95, 0.4);
        }

        .secondary-btn {
            background: transparent;
            color: #ffffff;
            border: 2px solid rgba(255, 255, 255, 0.5);
            padding: 1.2rem 3rem;
            font-weight: 600;
            cursor: pointer;
            font-size: 1.1rem;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
        
        .primary-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(10, 124, 95, 0.5);
        }
        
        .secondary-btn:hover {
            background: rgba(255, 255, 255, 0.15);
            border-color: #ffffff;
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }
        
        /* Content Section */
        .content-section {
            padding: 6rem 2rem;
            max-width: 1200px;
            margin: 0 auto;
            background: white;
        }
        
        .section-title {
            font-size: 3rem;
            margin-bottom: 2rem;
            text-align: center;
            color: #0a7c5f;
            font-weight: 700;
        }
           .section-title2 {
            font-size: 3rem;
            margin-bottom: 2rem;
            text-align: center;
            color: #0a7c5f;
            font-weight: 700;
        }
        .section-text {
            color: #555;
            font-size: 1.2rem;
            line-height: 1.8;
            text-align: center;
            max-width: 800px;
            margin: 0 auto 4rem;
            font-weight: 300;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 3rem;
            margin-top: 4rem;
        }
        
        .feature-card {
            background: #f8f9fa;
            border-radius: 20px;
            padding: 2.5rem;
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .feature-card:hover {
            transform: translateY(-15px);
            background: white;
            border-color: rgba(10, 124, 95, 0.2);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        
        .feature-icon {
            font-size: 3rem;
            margin-bottom: 1.8rem;
            color: #0a7c5f;
        }
        
        .feature-title {
            font-size: 1.8rem;
            margin-bottom: 1.2rem;
            color: #333;
        }
        
        .feature-desc {
            color: #666;
            line-height: 1.7;
            font-size: 1.05rem;
        }
        
        /* Footer */
        .footer {
            text-align: center;
            padding: 3rem;
            color: #666;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            font-size: 0.95rem;
            background: rgba(230, 245, 255, 1);
        }
        
        /* Mobile Toggle */
        .mobile-toggle {
            display: none;
            font-size: 1.5rem;
            cursor: pointer;
            color: white; /* White on transparent header */
            z-index: 1002;
        }
        
        /* White toggle when scrolled */
        .main-header.scrolled .mobile-toggle {
            color: #333;
        }
        
        /* White toggle when dropdown hovered */
        .main-header.dropdown-hovered .mobile-toggle {
            color: white !important;
        }
        
        /* Responsive Styles */
        @media (max-width: 1200px) {
            .mega-dropdown {
                min-width: 500px;
                left: -120px;
            }
            
            .mega-dropdown::before {
                left: 140px;
            }
        }
        
        @media (max-width: 1024px) {
            .nav-menu {
                gap: 2rem;
            }
            
            .banner-title {
                font-size: 3.2rem;
            }
        }
        
        @media (max-width: 900px) {
            .mobile-toggle {
                display: block;
            }
            
            .nav-menu {
                position: fixed;
                top: 0;
                left: -100%;
                flex-direction: column;
                background: rgba(10, 124, 95, 0.98); /* Green mobile menu */
                width: 320px;
                height: 100vh;
                padding: 5rem 2rem 2rem;
                gap: 0;
                transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
                backdrop-filter: blur(20px);
                z-index: 1001;
                overflow-y: auto;
                box-shadow: 20px 0 40px rgba(10, 124, 95, 0.3);
            }
            
            .nav-menu.active {
                left: 0;
            }
            
            .nav-item {
                width: 100%;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }
            
            .nav-link {
                padding: 1.5rem 0;
                justify-content: space-between;
                font-size: 1.1rem;
                color: white;
            }
            
            .dropdown-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                background: white; /* White dropdown on mobile */
                box-shadow: none;
                /* border: 1px solid rgba(0, 0, 0, 0.08); */
                padding: 0;
                margin: 0;
                display: none;
                width: 100%;
                min-width: auto;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
                /* border-radius: 8px; */
                margin-top: 0.5rem;
            }
            
            .dropdown-menu::before {
                display: none;
            }
            
            .dropdown-menu.active {
                display: block;
                max-height: 500px;
                margin-top: 0.5rem;
                margin-bottom: 1rem;
            }
            
            .dropdown-link {
                padding: 1rem 0 1rem 2rem;
                border-radius: 0;
                color: #444;
            }
            
            .dropdown-link:hover {
                padding-left: 2.5rem;
            }
            
            .mega-dropdown {
                min-width: auto;
                left: 0;
                grid-template-columns: 1fr;
                padding: 0;
                margin-top: 0;
                gap: 0;
                background: white;
            }
            
            .mega-column {
                margin-bottom: 1.5rem;
            }
            
            .mega-title {
                padding-left: 0;
                margin-top: 1.5rem;
                color: #333;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }
            
            .mega-link {
                padding: 1rem 0 1rem 0;
                border-radius: 0;
                margin-bottom: 0;
                color: #555;
            }
            
            .mega-link:hover {
                transform: none;
            }
            
            .dropdown-divider {
                margin: 1rem 0;
            }
            
            .banner-title {
                font-size: 2.5rem;
            }
            
            .banner-subtitle {
                font-size: 1.1rem;
            }
            
            .banner-actions {
                flex-direction: column;
                align-items: center;
            }
            
            .primary-btn, .secondary-btn {
                width: 100%;
                max-width: 300px;
            }
            
            .header-actions .cta-button {
                display: none;
            }
        }
        
        @media (max-width: 640px) {
            .main-header {
                padding: 1.2rem 5%;
            }
            
            .banner-title {
                font-size: 2rem;
            }
            
            .logo-text {
                font-size: 1.6rem;
            }
            
            .content-section {
                padding: 4rem 1.5rem;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .feature-card {
                padding: 2rem;
            }
            
            .mega-dropdown {
                min-width: auto;
            }
        }
        
        /* GIF specific optimizations */
        @media (max-width: 768px) {
            .video-background {
                /* On mobile, ensure GIF is positioned correctly */
                object-position: center center;
            }
            
            .banner-title {
                font-size: 2.2rem;
                margin-bottom: 1rem;
            }
            
            .banner-subtitle {
                font-size: 1rem;
                margin-bottom: 2rem;
            }
        }
        
        /* GIF fallback styling */
        .gif-fallback {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            z-index: 1;
        }
        
        /* Custom Scrollbar */
        ::-webkit-scrollbar {
            width: 10px;
        }
        
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        
        ::-webkit-scrollbar-thumb {
            background: linear-gradient(135deg, #0a7c5f, #0dbd8c);
            border-radius: 10px;
        }
        
        ::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, #08835f, #0baa7e);
        }


        /* about us */

        .tripex-about-sec {
  background: #f3faef;
}

.section-title .sub-title {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 48px;
line-height: 2.0; 
 font-weight: 500;
}
/* 
.about-service-item {
  padding: 20px;
} */

.feature-icon-wrap {
  width: 110px;
  height: 110px;
  margin: 0 auto 25px;
  background: #dcebd8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feature-icon-front i {
  font-size: 40px;
  color: #0c5b2e;
}

/* .about-service-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
} */

.about-service-item p {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 1.6;
}
/* Icon Blob */
.icon-wrap {
  width: 140px;
  height: 140px;
  background: url("../img/icon-bg.png") center/cover no-repeat;
  border-radius: 50% 50% 45% 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}


.icon-wrap img {
  width: 72px;
}

.content-text{

font-family: 'Agraham'!important;
font-weight: 400;
font-style: Personal Use;
font-size: 16px;
line-height: 96.63px;
letter-spacing: 0%;
text-align: center;
color: rgba(0, 0, 0, 1);


}
.content-p{
    font-family: 'Montserrat', sans-serif!important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: none; /* sentence case */
  color: rgba(156, 156, 156, 1);
}

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.slider-nav button {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1.5px solid rgba(0, 103, 168, 1); /* green border */
  border-radius: 0;            /* square */
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 103, 168, 1);
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Active / Next button (filled green like image) */
.slider-nav button.is-active {
  background: #0b6b2f;
  color: #ffffff;
}

/* Icon transition */
.slider-nav button i {
  transition: transform 0.3s ease;
}

/* Hover effect (subtle move) */
.slider-nav button:hover i {
  transform: translateX(3px);
}

.tripex-services-slider {
  position: relative;
}
/* about-2 */

.section-title-about-us{
            font-size: 3rem;
            margin-bottom: 2rem;
            text-align: start;
            color: #0a7c5f;
            font-weight: 700;
        }
/* Section Title */
.section-title-about-us .sub-title {
  margin-bottom: 13px;
 font-size: 25px;
    color: rgba(0, 103, 168, 1);
      letter-spacing: 2px;


}
.section-title-about-us h2 {
 font-family: 'Agraham', serif!important;
  font-weight: 400!important;
  font-size: 36px!important;
  line-height: 90.6px;
  letter-spacing: 0;
}
@media (max-width: 1650px) {
  .section-title-about-us h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-title-about-us h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575.98px) {
  .section-title-about-us h2 {
    /* font-size: 30px;
    
    line-height: 45px; */
    font-size: 18px !important;
  }
}
.about-services {
  /* background: #e9f7e9; */
  /* padding: 30px; */
  /* border-radius: 6px; */
}

.about-service-item {
  display: flex;
  align-items: flex-start;
gap: 49px;}

.about-service-item + .about-service-item {
  margin-top: 25px;
}

.about-icon {
  width: 48px;
  height: 48px;
background: rgba(24, 139, 212, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

 

}

.about-icon img {
  width: 26px;
}

.about-service-content h4 {
    font-family: 'Montserrat', sans-serif!important;
font-weight: 500;
font-style: Medium;
font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
text-transform: capitalize;

}

.about-service-content p {
    font-family: 'Montserrat', sans-serif!important;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 34px;
letter-spacing: 0%;
text-transform: none;
}
.learn-more-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #e9f7e9;          /* light green */
border: 1px solid rgba(0, 95, 156, 1);
color: rgba(0, 95, 156, 1);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  
}

/* Hover (optional but recommended) */
.learn-more-btn:hover {
  background: #005f9c;
  color: #ffffff;
}

.learn-more-btn-exp {
    display: inline-block;
  padding: 14px 36px;
  background: transparent;          /* light green */
  border: 1.5px solid white;  /* green border */
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.learn-more-btn-exp:hover {
  background: #005E22;
  color: #ffffff;
}
.learn-more-btn-exp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.learn-more-btn-exp .about-btn-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Hover effect */
.learn-more-btn-exp:hover .about-btn-arrow {
  transform: translateX(6px);
}

.btn-class{
  margin-top: 30px;
}
.image-about{

margin-top: -346px!important;
}


/* our offerings */
.our-offerings-qatar{
  padding:40px 0;
}

/* ===== GRID ===== */
.qatar-offers-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-template-rows:260px 260px;
  gap:15px;
  max-width:1250px;
  margin:auto;
}

/* ===== CARD ===== */
.qatar-offer-card{
  position:relative;
  overflow:hidden;

  transform:translateZ(0);
  will-change:transform;
  backface-visibility:hidden;
  isolation:isolate;

  box-shadow:0 14px 34px rgba(0,0,0,.18);
  transition:transform .25s ease;
}

.qatar-offer-card:hover{
  transform:translate3d(0,-8px,0);
  z-index:3;
}

/* ===== IMAGE ===== */
.qatar-offer-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* ===== OVERLAY ===== */
.qatar-offer-overlay{
  position:absolute;
  inset:16px;
  background:rgba(255,255,255,.94);

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;

  padding:26px;
  gap:6px;

  opacity:0;
  transform:translate3d(0,6px,0);
  pointer-events:none;

  transition:opacity .25s ease, transform .25s ease;

  will-change:opacity, transform;
  contain:paint;
}

.qatar-offer-card:hover .qatar-offer-overlay{
  opacity:1;
  transform:translate3d(0,0,0);
}

/* ===== TEXT ===== */
.qatar-offer-overlay h3{
  margin:0;
  font-size:14px;
  font-weight:600;
  letter-spacing:.3px;
  line-height:2;
  font-family: 'Agraham', serif !important;

}

.qatar-offer-overlay p{
  margin:0;
  line-height:1.45;
  color:#555;
  max-width:85%;
    font-family: 'Montserrat', sans-serif !important;
      font-size:16px!important;


}

/* ===== DESKTOP LAYOUT ===== */
.q-offer-1{ grid-column:1; grid-row:1/3; }

.qatar-offers-col-left{
  grid-column:2;
  grid-row:1/3;
  display:grid;
  grid-template-rows:355px 165px;
  gap:15px;
}

.q-offer-3{ grid-column:3; grid-row:1; }
.q-offer-6{ grid-column:3; grid-row:2; height:298px; }

.qatar-offers-col-right{
  grid-column:4;
  grid-row:1/3;
  display:grid;
  grid-template-rows:165px 355px;
  gap:15px;
}

/* ===== MOBILE ===== */
@media (max-width:768px){

  .qatar-offers-grid{
    display:flex;
    flex-direction:column;
    padding:6px;
    gap:28px;
  }

  .q-offer-1,
  .q-offer-2,
  .q-offer-3,
  .q-offer-4,
  .q-offer-5,
  .q-offer-6,
  .q-offer-7,
  .qatar-offers-col-left,
  .qatar-offers-col-right{
    grid-column:auto !important;
    grid-row:auto !important;
  }

  .qatar-offers-col-left,
  .qatar-offers-col-right{
    display:flex;
    flex-direction:column;
    gap:28px;
  }

  .qatar-offer-card{
    width:100%;
    aspect-ratio:5 / 3;
    transform:none !important;
  }

  .qatar-offer-card img{
    position:absolute;
    inset:0;
  }

  .qatar-offer-card:active .qatar-offer-overlay{
    opacity:1;
    transform:translate3d(0,0,0);
  }

  .q-offer-6{
    height:auto !important;
  }
}

.twq-video-sec {
  background: #f3fff2;
  padding: 120px 0;
  display: flex;
  justify-content: center;
}

.twq-video-frame {
  position: relative;
  max-width: 1000px;
  width: 90%;
}

/* Outline */
.twq-video-outline {
  position: absolute;
  inset: -30px;
  border: 1.5px solid #0b6b2f;
  pointer-events: none;
}

/* Thumbnail */
.twq-video-thumb-wrap {
  position: relative;
}

.twq-video-thumb {
  width: 100%;
  display: block;
}

/* Center Logo */
.twq-video-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;           /* adjust as needed */
  z-index: 2;
}

/* Play Button (slightly below logo) */
.twq-play-btn {
  position: absolute;
  top: calc(50% + 70px);
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #0b6b2f;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  z-index: 2;
}

/* Video */
.twq-inline-video {
  display: none;
  width: 100%;
}

/* Mobile */
@media (max-width: 768px) {
  .twq-video-outline {
    inset: -15px;
  }

  .twq-video-logo {
    width: 70px;
  }
}

.about-assets{
    position: absolute;
    top: 35px;
    left: -1px;
    z-index: 1;

}
.about-assets-img {
  width: 180px;     
  height: auto;     
  opacity: 1;
}
.about-assets-2{
    position: absolute;
    bottom: -12px;
    right: -1px;
    z-index: 1;

}
.about-assets-img-2 {
  width: 180px;     
  height: auto;     
  opacity: 1;
}
.about-assets-3{
     position: absolute;
    bottom: 670px;
    left: 1px;
    z-index: 1;
}
.about-assets-img-3{

 width: 341px;     
  height: auto;     
  opacity: 30;
}
.about-assets-4{
     position: absolute;
    left: 1px;
    z-index: 2;
}
.about-assets-img-4{
 width: 341px;     
  height: auto;     
  opacity: 30;
}
.about-assets-5 {
 position: absolute;
    left: -106px;
    z-index: 2;
        bottom: -149px;

}

.about-assets-img-5 {
    height: 420px;          /* adjust to match reference image */
    width: auto;            /* maintain aspect ratio */
    max-width: 100%;
    object-fit: contain;    /* ensures full image is visible */
    display: block;

}
.about-assets-6 {
 position: absolute;
    right: 15px;
    z-index: 2;
        bottom: 1px;
  
}

.about-assets-img-6 {
 width: 186px;
height: 65px;

opacity: 0.6;

}
.twq-contact-bg-sec {
  position: relative;
  background: url(" ../img/bg22.png") center/cover no-repeat;
  padding: 100px 0;
  min-height: 831px;
}

/* Wrapper for positioning */
.twq-contact-overlay-wrap {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

/* Form Card */
.twq-contact-card {
  position: absolute;
right: -164px;
 top: -10px;          /* controls overlap depth */
  transform: none;
  background: #e9f7e9;
  padding: 50px;
  width: 613px;
  border: 3px solid rgba(0, 103, 168, 1);
  z-index: 2;
}


.twq-contact-tag {
  font-size: 25px;
  letter-spacing: 2px;
 color: rgba(0, 103, 168, 1);
  font-weight: 600;
}

.twq-contact-title1 {
  font-family: 'Agraham', serif !important;
  font-weight: 400;
  font-size: 36px !important;
  line-height: 70px; /* reduced from 90.6px */
  letter-spacing: 0;
}


.twq-contact-title1 .punctuation {
  font-family: Arial, sans-serif !important;
  color: #000 !important;
  font-weight: 400;
  font-size: 48px !important;
  margin-left: -12px; /* adjust -2px to -6px if needed */
}


@media (max-width: 768px) {
  .twq-contact-title1 {
    font-size: 18px !important;   
    line-height: 2.3;             
  }
  .twq-contact-title1 .punctuation {
  font-family: Arial, sans-serif !important; /* fallback font */
  color: #000 !important;
    font-weight: 400;
    font-size: 29px !important;   
        margin-left: -6px;


}
}

@media (max-width: 480px) {
  .twq-contact-title1 {
    font-size: 20px !important;
    line-height: 2.25;
  }
}

.twq-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.twq-form-row input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #999;
  background: transparent;
  padding: 10px 0;
  font-size: 14px;
  outline: none;
        font-family: 'Montserrat', sans-serif!important;

}

.twq-submit-btn {
  margin-top: 10px;
  padding: 14px 28px;
  border: 1px solid rgba(0, 103, 168, 1);
  background: transparent;
  color: rgb(0, 103, 168);
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}

.twq-submit-btn:hover {
  background: #005f9c;
  color: #fff;
}

.twq-contact-info {
  margin-top: 30px;
}
.slider-nav button:hover {
    background: #005f9c;          
    border-color: #e9f7e9;       
    color: #e9f7e9;              
}

.twq-info-item {
  font-size: 13px;
  margin-bottom: 15px;
}

.twq-info-item strong {
  color: #0b3d1f;
  display: block;
  margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 991px) {
  .twq-contact-card {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 30px;
  }

  .twq-contact-bg-sec {
    padding: 60px 15px;
  }

  .twq-form-row {
    flex-direction: column;
  }
}

/* Section Base */
.st-insta-wrapper {
padding: 266px 0;
    background-color: #fff;
}

.st-insta-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header */
.st-insta-header {
    text-align: center;
    margin-bottom: 40px;
}

.st-insta-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.st-insta-underline {
    width: 60px;
    height: 3px;
    background: #e4405f;
    margin: 0 auto;
}

/* Grid Layout (Static) */
.st-insta-grid {
    display: grid;
    /* Mobile: 2 items per row */
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Tablet: 3 items per row */
@media (min-width: 768px) {
    .st-insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Desktop: 5 items in a single row */
@media (min-width: 1024px) {
    .st-insta-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
}

/* Card Visuals */
.st-insta-card {
    position: relative;
    aspect-ratio: 1 / 1; /* Forces square shape */
    overflow: hidden;
    border-radius: 4px;
}

.st-insta-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* Hover Overlay */
.st-insta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-decoration: none !important;
}

.st-insta-overlay i {
    color: #fff;
    font-size: 24px;
}

.st-insta-card:hover img {
    transform: scale(1.1);
}

.st-insta-card:hover .st-insta-overlay {
    opacity: 1;
}

.lux-heritage-sec {
     position: relative;
    background: url(../img/bg22.png) center / cover no-repeat;
    padding: 100px 0;
    min-height: 600px;
}

.lux-heritage-wrap {
  max-width: 1200px;
  margin: auto;
  position: relative;
  min-height: 540px;
}

/* LEFT CONTENT – OVERLAPPED */
.lux-heritage-content {
background: rgba(0, 95, 156, 1);
  color: #fff;
  width: 58%;
  padding: 16px 82px 87px!important;
  position: absolute!important;
 left: -164px!important;
 bottom: -223px;
  z-index: 3;
}


@media (max-width: 1400px) {
  .lux-heritage-content {
           width: 79%;
        bottom
: -80px;
        position: absolute !important;
        left: -11px !important;
  }
}
@media (max-width: 1024px) {
  .lux-heritage-content {
    position: relative;
    width: 90%;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .lux-heritage-content {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: none;
    margin-top: 16px;
    padding: 16px 16px 84px!important;
    box-sizing: border-box;
  }
}


/* ICON */
.lux-icon-circle {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.lux-icon-circle img {
  width: 22px;
}

/* TEXT */
.lux-subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
  opacity: 0.9;
}

.lux-title {
  font-family: 'Agraham', serif;
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 30px;
}

.lux-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 30px;
  max-width: 420px;
  opacity: 0.95;
}

/* RIGHT IMAGE */
.lux-heritage-image {
  position: relative;
  width: 65%;
  margin-left: auto;
  height: 520px;
}

.lux-heritage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .lux-heritage-content {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 30px;
    margin-bottom: 30px;
  }

  .lux-heritage-image {
    width: 100%;
    height: 320px;
  }

  .lux-title {
    font-size: 34px;
  }
}
.description1{

  font-family: 'Montserrat', sans-serif!important;
font-weight: 500!important;
font-size: 16px !important;
line-height: 34px;
letter-spacing: 0%;
text-transform: none;
color: rgba(255, 255, 255, 1)!important;


}

.description-p{
  font-family: Agraham, sans-serif!important;
font-weight: 400;
font-style: Personal Use;
font-size: 36px;
line-height: 90.6px;
letter-spacing: 0%;
color: rgba(255, 255, 255, 1);


}

.tp-card-content h3 {
  font-family: Agraham, sans-serif!important;
font-weight: 400;
font-style: Personal Use;
font-size: 18px;
letter-spacing: 0%;
text-align: center;

}
.book-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #e9f7e9;          /* light green */
  border: 1.5px solid #005F9C;  /* green border */
  color: #005F9C;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-align: center;
}

/* Hover (optional but recommended) */
.book-btn:hover {
  background: #005f9c;
  color: #ffffff;
}
/* SQUARE OUTLINE ARROWS */
.tp-side-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background: transparent;
  border: 1.5px solid #0b5a2b;
  color: #0b5a2b;
  font-size: 26px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* LEFT */
.tp-side-prev {
  left: -70px;
}

/* RIGHT */
.tp-side-next {
  right: -70px;
}

/* HOVER EFFECT */
.tp-side-arrow:hover {
  background: #0b5a2b;
  color: #ffffff;
}

/* MOBILE HIDE */
@media (max-width: 991px) {
  .tp-side-arrow {
    display: none;
  }
}



/* .awards-section {
background: rgba(243, 255, 242, 1);
} */

/* TEXT */
.award-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0b5a2b;
  margin-bottom: 20px;
}

.award-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.15;
  color: #000;
}

.award-desc {
  font-size: 14px;
  color: #6b6b6b;
  max-width: 380px;
  margin-bottom: 30px;
}

/* YEAR TEXT */
.award-year {
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  background: url('../img/s.png') center/cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CARDS */
.award-cards {
    margin-top: 17px;}

.award-card {
  background: #fff;
  position: relative;
}

.award-img {
  position: relative;
  display: inline-block;
}

.award-img::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: 96%;
  border: 1px solid #1f7a4d; /* green */
  z-index: 0;
  transform: translateX(12px); /* move right */
}

/* Hover lift effect */
/* .award-card:hover {
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.18);
  transform: translateY(-6px);
} */

/* Image wrapper */
/* .award-img-wrap {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(11, 90, 43, 0.18);
} */

/* Image */
.award-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  /* transition: transform 0.4s ease; */
}

/* Zoom OUT */
/* .award-card:hover img {
  transform: scale(0.92);
} */


/* MOBILE */
@media (max-width: 991px) {
  .award-title {
    font-size: 38px;
  }

  .award-year {
    font-size: 80px;
  }

  .award-cards {
    margin-top: 50px;
  }

  .award-card {
    margin-bottom: 30px;
  }
}
.travel-section-wrapper {
    background-color: #f4faf6; /* Soft mint background */
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    font-family: sans-serif;
}

.travel-main-container {
    position: relative;
    max-width: 900px;
    width: 100%;
}

/* The Green Border Frame */
.travel-decorative-frame {
    position: absolute;
    top: -30px;
    left: 40px;
    right: 40px;
    bottom: -30px;
    border: 2px solid #3d5a44; /* Dark green border */
    z-index: 1;
}

/* The Media Container */
.travel-content-box {
    position: relative;
    z-index: 2;
    background: #000;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.travel-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.travel-video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* Hidden until play */
}

/* Play Button Design */
.travel-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.travel-play-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    scale: 1.1;
}

.play-triangle {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
    margin-left: 5px;
}

/* Logo at bottom */
.travel-logo-overlay {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 120px;
    opacity: 0.9;
}

.travel-logo-overlay img { width: 100%; }

/* Play State - Hide UI */
.is-playing .travel-poster,
.is-playing .travel-play-btn,
.is-playing .travel-logo-overlay {
    display: none;
}

.is-playing .travel-video-element {
    display: block;
}
/* Previous styles remain the same... */

/* Close Button Style */
.travel-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 100;
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.travel-close-btn:hover {
    background: rgba(255, 0, 0, 0.7); /* Turns slightly red on hover */
}

/* Toggle Visibility based on 'is-playing' class */
.is-playing .travel-close-btn {
    display: flex; /* Show when playing */
}

.is-playing .travel-poster,
.is-playing .travel-play-btn,
.is-playing .travel-logo-overlay {
    display: none;
}

.is-playing .travel-video-element {
    display: block;
}

@media (max-width: 768px) {
  .description-p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 768px) {
  .custom-font4 {
    font-size: 18px !important;
    line-height: 34px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 768px) {
  .tp-card-content h3 {
    font-size: 16px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .tp-card-content h3 {
    font-size: 14px;
    line-height: 34px;
  }
}

.award-card {
  max-width: 420px;      /* adjust as needed */
  margin: 0 auto;       /* center inside column */
}

.award-card img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .award-card {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
 .st-insta-wrapper {
    padding: 50px 0!important;
}
}

@media (max-width: 768px) {
.lux-heritage-content {
    left: 0px !important;
}
}
.hover-zoom {
  transition: transform 0.4s ease-in-out;
}

.hover-zoom:hover {
  transform: scale(1.15);
}
.hover-zoom-out {
  transition: transform 0.4s ease-in-out;
}

.hover-zoom-out:hover {
  transform: scale(0.9); /* zoom OUT */
}
.award-card {
  overflow: hidden;
}

.hover-zoom-out {
  transition: transform 0.4s ease;
}

.hover-zoom-out:hover {
  transform: scale(0.92);
}
.error-message
	{
		font-size: 14px;
		color: red;
		margin-bottom: 10px !important;
	}
	.help-block {
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
		color: #a6a6a6;
	}

	.twq-form-row {
		display: block;
		gap: 20px;
		margin-bottom: 20px;
	}
  .got{
font-family: 'Agraham', serif !important;
    font-size: 18px!important;
  }
  .font-s{
        font-family: 'Montserrat', sans-serif!important;

  }
.tripex-gallery-item .thumbnail .content p{
          font-family: 'Montserrat', sans-serif!important;

}
  .insta{
    font-size:24px!important;
  }
  @media (max-width: 768px) {
  .insta {
    font-size: 18px !important;   /* adjust as needed */
  }
}
/* Desktop only */
@media (min-width: 1025px) {
  .st-insta-desktop-narrow {
    max-width: 1100px;   /* adjust as needed */
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .st-insta-desktop-narrow {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .st-insta-desktop-narrow {
    max-width: 100%;
    padding: 0 16px;
  }
}


/* Whatsapp Icon */
.wa-luxury-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* WhatsApp Button */
.wa-luxury-chat img {
  width: 55px;
  height: 55px;
  background: #25D366;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
  animation: waFloat 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.wa-luxury-chat img:hover {
  transform: scale(1.1);
}

/* Popup Menu */
.wa-menu {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 280px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.15);
  display: none;
  overflow: hidden;
  animation: waSlideUp 0.3s ease;
}

.wa-menu.active {
  display: block;
}

/* Header */
.wa-luxury-chat .wa-menu .wa-header {
  font-family: "Agraham" !important;
  padding: 18px 20px;
background: linear-gradient(to right, #0F5F4A 0%, #2FA4D9 75%, #F2A900 100%);

  color: white;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.5px;
}

/* Items */
.wa-item {
  padding: 14px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.wa-item:hover {
  background: rgba(37, 211, 102, 0.1);
}

/* Animations */
@keyframes waFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

@keyframes waSlideUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hj{
font-family: 'Agraham' !important;
font-size: 14px !important;
    line-height: 30px!important;
  font-weight: 600!important;
letter-spacing: 1px;
}
.hi{
      font-family: 'Montserrat', sans-serif!important;
          color:rgba(110, 110, 110, 1);
  font-weight: 500!important;
font-size: 16px !important;
}

.section-title span::before,
.section-title h5::before {
    content: none !important;
    display: none !important;
}
.three{
  font-family: sans-serif;
  font-size: 24px !important;
  font-weight: 500;
      color: var(--heading-color);
}