:root {
  --c1: #f1a252;
  /* --c1:#0b4d3c; */
  --c2: #275dc2;
  --c3: rgb(60, 57, 49);
  --c4: #142b3b;
  --bg: linear-gradient(188deg, #f8f6f5 10%, #dbf9f4 100%);
  --w: #fff;
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

@font-face {
  font-family: 'afacad';
  src: url(../Afacad.ttf);
}


@font-face {
  font-family: 'figtree';
  src: url(../Figtree.ttf);
}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'figtree' !important;
  /* overflow-x: hidden !important; */
  letter-spacing: 1px;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  color: #3d3931;
}



.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.bg {
  background-color: var(--bg);
}

.bg-c1 {
  background-color: var(--c1);
}

.bg-c2 {
  background-color: var(--c2);
}

/* .c5{
  color: var(--c5) !important;
} */

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

p {
  color: #2a2722;
  line-height: 1.5rem;
  font-size: 14px;
  letter-spacing: 1px;
}

.w {
  color: #fff !important;
}


.hf {
  font-family: 'afacad' !important;
}

* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}



/* top first section */

.first-top {
  background-color: var(--c1);
  /* position: relative; */
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  /* color: #fff !important; */
  letter-spacing: 1px;
}

.first-bx-img {
  width: 28px;
}

.top-nv-soc-img {
  width: 20px;
}

.get-help {
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.cus-img {
  width: 20%;
}

.cus-text {
  text-align: start;
}


/* top first section */

.first-top {
  background-color: #fff;
  /* position: relative; */
}

.bg-c2 {
  background-color: var(--c2);
  border-radius: 100px;
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #191919;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* ----------------- navbar --------------------------*/
/* ----------------- navbar --------------------------*/


/* ============================================
             DESKTOP NAVBAR STYLES
=============================================== */
.nv-bg-new {
  background-color: var(--c2);
}

.nav-custom {
  /* background: #fff; */
  transition: .4s;
  z-index: 10;
}

.nav-custom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, .15);
}

.logo {
  width: 60px;
}

.logo-bg {
  background-color: #fff;
  position: relative;
  border-radius: 0 1000px 1000px 0;
}

.logo-bg::after {
  content: "";
  background-color: var(--w, #fff);
  border-radius: 0 1000px 1000px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  opacity: 0.5;
  z-index: -1;
}

.logo-bg::before {
  content: "";
  background: var(--w, #fff);
  width: 9999999px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 99%;
}

.menu {
  width: 38px;
}

.nav-link {
  font-weight: 600;
  letter-spacing: .6px;
  font-size: 14px;
  color: #ffffff !important;
  position: relative;
  padding: 8px 5px !important;
}

/* .nav-link:hover,
.nav-link.active {
  color: var(--c1) !important;
} */

.nav-link::after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background: var(--c1);
  transition: .3s;
  margin-top: 2px;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-img-ic {
  width: 18px;
  margin-right: 5px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}


/* ============================================
                MOBILE MENU SPECIAL
=============================================== */
.offcanvas {
  /* background: linear-gradient(135deg, #000, #1a1a1a); */
  border-right: 2px solid var(--c1);

}

.logo-nv {
  width: 150px;
}

.mobile-menu {
  padding-left: 0 !important;
  margin-top: 1rem;
}

.mob-li {
  width: 100%;
}

.mobile-link {
  width: 100% !important;
  padding: 11px 0px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 17px;
  color: #131313;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--c1);
  transform: translateX(-40px);
  opacity: 0;
}

.mobile-link span {
  font-size: 22px;
}


/* Floating Social Icons */
.mob-s-nav {
  justify-content: center !important;
}

.mob-s-nav .ab-lgo-bx {
  width: 43px;
  height: 43px;
  background: var(--c1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounceIn 1s ease infinite alternate;
}

.mob-s-nav .ab-lgo-bx img {
  width: 55%;
}

/* Animations */
@keyframes bounceIn {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-5px);
  }
}

@keyframes slideInItem {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.mobile-link.animate-in {
  animation: slideInItem .5s ease forwards;
}

.cal-nv-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}

.btn-round-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}

.call-nv {
  width: 20px;
}

.cal-nv-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
}

/* scrol bar */
/* width */
body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(255, 255, 255);
  border-radius: 10px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--c1);
  border-radius: 10px;
}

.nav-img-ic {
  width: 23px;
}

.btn-c1 {
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 2px solid var(--c1) !important;
  transition: all .5s;
  font-weight: bold !important;
  border-radius: unset !important;
}

.btn-c1:hover {
  background-color: unset !important;
  color: var(--c1) !important;
  border: 2px solid var(--c1) !important;
  transition: all .5s;
}

.path-left {
  clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all .5s;
}

.path-left:hover {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  transition: all .5s;
}

/* ----------- hero ------------- */
/* .hero-slider {
    width: 100%;
    position: relative;
    min-height: 80vh;
    background-color: #0000008b;
}
.hero-slider::after{
  content: '';
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    animation: heroBackground 24s infinite ease-in-out;
    position: absolute;
    inset: 0%;
    z-index: -1;
} */

.hero-slider {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
}

/* background layers */
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1;
}

.hero-bg.active {
  opacity: 1;
}

/* overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.65));
  z-index: 2;
}

/* content above everything */
.hero-content {
  z-index: 3;
}


/* Text Styling */
.hero-content h1 {
  font-size: 55px;
  font-weight: 700;
}

.hero-content p {
  font-size: 20px;
}

/* Background Image Animation */
@keyframes heroBackground {
  0% {
    background-image: url('../images/banner-1.jpg');
  }

  10% {
    background-image: url('../images/banner2.jpg');
  }

  20% {
    background-image: url('../images/banner3.jpg');
  }

  30% {
    background-image: url('../images/banner4.jpg');
  }

  40% {
    background-image: url('../gallery/gal1.jpeg');
  }

  50% {
    background-image: url('../gallery/gal18.jpeg');
  }

  60% {
    background-image: url('../images/group.jpg');
  }

  70% {
    background-image: url('../images/ab-2.jpg');
  }

  80% {
    background-image: url('../images/corp-trp-1.jpg');
  }

  90% {
    background-image: url('../images/ab-1.jpg');
  }

  100% {
    background-image: url('../images/madurai-air-port.jpg');
  }
}

/* ---- about section --- */
.ab-img-1 {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.btn-path {
  background-color: var(--c1) !important;
  color: #fff !important;
  clip-path: polygon(6% 0, 100% 0%, 95% 100%, 0% 100%);
  transition: all .5s;
}

.btn-path:hover {
  clip-path: polygon(1% 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all .5s;
}

.ab-grp {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  border: 8px solid #fff;
}

.ab-un-bx {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.ab-un-bx::after {
  content: '';
  width: 90%;
  height: 100%;
  position: absolute;
  right: 0%;
  bottom: 0%;
  background-color: #ebeef5;
  z-index: -1;
}

.ab-img-2 {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-radius: 18px;
}

.ab-baloon {
  width: 40%;
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* -- our service -- */
.ser-card {
  width: 100%;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.ser-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
  object-fit: cover;
  transition: all .5s;
}

.in-side-ser {
  width: 100%;
  background-color: #fff;
  min-height: 46%;
}

.ser-bg {
  background-image: url(../images/aero-bg.jpg);
  background-size: cover;
}

.ser-card:hover .ser-img-bg {
  transform: scale(1.1);
  transition: all .5s;
}

/* ---numbers -- */
.num-main {
  background-image: url(../images/bg-line.png);
  background-size: cover;
  background-color: var(--c2);
}

.num-bx {
  width: 100%;
  background-color: #fff;
  text-align: center;
  clip-path: polygon(11% 0, 100% 0%, 90% 100%, 0% 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 3px solid var(--c1);
}

/* --- car tarif --- */


.tariff-subtitle {

  font-weight: 700;
  letter-spacing: 1px;
}

.tariff-title {
  font-size: 36px;
  font-weight: 800;
}

.tariff-card {
  background: #ffffff;
  color: #1e2331;
  border-radius: 12px;

  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  cursor: pointer;
}

.tariff-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.car-img {
  height: 130px;
  object-fit: contain;
  margin-bottom: 20px;
}

.tariff-name {
  font-size: 20px;
  font-weight: 700;
}

.tariff-text {
  font-size: 14px;
  margin: 10px 0 25px;
  color: #666;
}

.tariff-price {
  background: var(--c1);
  background-image: url(../images/bg-line.png);
  /* background-position: right; */
  padding: 12px;
  font-size: 20px;
  font-weight: 800;
  border-radius: 0 0 12px 12px;
  color: #fff;
}

.popular {
  border: 2px solid #c96a2f;
}

.popular-badge {
  position: absolute;
  top: -12px;
  right: 10px;
  background: #c96a2f;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 600;
}

.step-num {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
}

.step-bx {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;

}

.step-bx::after {
  content: '';
  width: 90%;
  height: 100%;
  position: absolute;
  right: 0%;
  bottom: 0%;
  background-color: #ffffff;
  z-index: -1;
}

.step-main {
  position: relative;
}

.step-main::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -3;
  background-color: var(--c2);
  background-image: url(../images/bg-line.png);
}

.cloud1 {
  width: 30%;
  position: absolute;
  left: 15%;
  top: 10%;
  z-index: -1;
}

.cloud2 {
  width: 30%;
  position: absolute;
  right: 0%;
  top: 23%;
  z-index: -1;
}

.h-baloonr {
  width: 30%;
  position: absolute;
  left: 1%;
  top: 10%;
  z-index: -2;
  animation: floatUpDownl 5s ease-in-out infinite;
}

@keyframes floatUpDownl {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.h-baloonl {
  width: 30%;
  position: absolute;
  right: 0%;
  top: 23%;
  z-index: -2;
  animation: floatUpDown 5s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}


/* ----- testimonial --- */
/* .testimonial-section {
    padding: 80px 0;
    background: linear-gradient(120deg, #ffffff, #f6f9f4);
} */

/* LEFT FIXED IMAGE */
.left-image-box {
  position: relative;
  text-align: center;
}

.green-shape {
  width: 380px;
  height: 460px;
  background: #7fbc68;
  border-radius: 55% 45% 60% 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.main-photo {
  width: 300px;
  position: relative;
  z-index: 2;
}

/* TAG */
.tag {
  background: #ffe3c4;
  padding: 5px 15px;
  border-radius: 20px;
  color: #d98227;
  font-size: 14px;
}

/* QUOTE DECOR */
.quote-box {
  background: #59a357;
  color: #fff;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 22px;
  display: inline-block;
}

.percent-badge {
  background: #ff8a00;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  border: 4px solid #fff;
}

.tes-girl-img {
  width: 80%;
  animation: floatLR 6s ease-in-out infinite;
}

.gl-bg-ts {
  width: 100%;
  position: absolute;
  z-index: -1;
}

@keyframes floatLR {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {
  .green-shape {
    width: 260px;
    height: 300px;
  }

  .main-photo {
    width: 220px;
  }
}

.fly-plane {
  width: 80%;
  position: absolute;
  transform: rotate(10deg);
  bottom: 5%;
}

.test-m-p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---footer ---- */
/* MAIN FOOTER */
.flinix-footer {

  color: #bfc9d6;
  position: relative;
  background-size: cover;
}

.flinix-footer::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url('../images/bg-footer.png');
  z-index: -1;
  opacity: 0.2;
}

.flinix-footer::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background: #122744;
  z-index: -2;
}


/* LOGO */
.footer-logo img {
  filter: brightness(1.1);
}

/* SOCIAL ICONS */
.footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #243246;
  border-radius: 50%;
  color: white;
  font-size: 15px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: var(--c1);
}

/* SPLIT LINE */
.footer-line {
  border-color: rgba(252, 252, 252) !important;
}

/* HEADINGS */
.footer-heading {
  color: white;
  font-weight: 600;
  margin-bottom: 12px;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #bfc9d6;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ff9f4a;
}

/* CONTACT TEXT */
.footer-text {
  font-size: 14px;
  color: #bfc9d6;
}

/* NEWSLETTER BOX */
.newsletter-box {
  background: #162233;
  border-radius: 16px;
}

/* INPUT */
.newsletter-input {
  background: white;
  border: none;
  height: 48px;
  border-radius: 10px 0 0 10px;
}

/* BUTTON */
.newsletter-btn {
  background: var(--c1);
  color: white;
  border-radius: 0 10px 10px 0;
  padding: 0 20px;
}

/* call and whats app */
.fix-icon-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  bottom: 3%;
  left: 1%;
  z-index: 60;
}

.fix-img {
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.in-fix-box {
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
}

.in-fix-p {
  color: #FFF;
}

.call-fix-side {
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%;
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-img-fix {
  width: 45px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

/* booking form ---- */
.booking-content-custom {
  border-radius: 15px;
  /* padding: 20px 30px; */
  background: #fff;
  background-image: url(../images/mountain-mist.jpg);
  background-size: cover;
  background-position: bottom;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.input-wrapper-custom {
  display: flex;
  align-items: center;
  background: #f6f7fb;
  border-radius: 6px;
  border: 2px solid #dbe0ea;
  cursor: pointer;
}

.input-icon-custom {
  padding: 10px 14px;
  pointer-events: none;
  color: var(--c1);
}

.input-custom {
  border: none;
  background: transparent;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.input-custom:focus {
  outline: none;
}

.radio-label-custom {
  margin-right: 15px;
  font-weight: 500;
}

.submit-btn-custom {
  width: 100%;
  background: var(--c1);
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
}

.btn-frm-custom {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Shine effect */
.btn-frm-custom::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shineMove 2.2s infinite;
}

/* Animation keyframes */
@keyframes shineMove {
  0% {
    left: -120%;
  }

  50% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.cab-in-btn {
  width: 35px;
}

/* ---- about us page --- */
.other-hero {
  position: relative;
  background-color: rgba(0, 0, 0, .7);
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.other-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/beach-hero.jpg);
  background-size: cover;
  background-position: center;
  z-index: -11;
}

/* .ab-pg-side::after{
  content: '';
  width: 300px;
  height: 300px;
  background-color: #fbcd8c;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
} */

/* ---- */
.how-badge {
  background: #fde7d2;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 600;
  color: #e67e22;
}

.step-box {
  position: relative;
  padding-top: 40px;
}

.step-circle {
  width: 120px;
  height: 120px;
  border: 2px dashed var(--c1);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.step-circle i {
  font-size: 40px;
  color: var(--c2);
}

.step-count {
  position: absolute;
  top: -12px;
  right: -12px;
  background: var(--c1);
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Dotted curved line */
.dotted-line {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(to right,
      var(--c1),
      var(--c1) 6px,
      transparent 6px,
      transparent 12px);
  border-radius: 50px;
  transform: translateY(-50%);
}

/* Mobile responsive */
@media (max-width: 767px) {
  .dotted-line {
    display: none;
  }

  .step-box {
    margin-bottom: 30px;
  }
}

.about-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* Badge */
.about-badge {
  background: #fde7d2;
  color: var(--c1);
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
}

/* Image Wrapper */
.about-img-wrapper {
  display: inline-block;
}

.about-img {
  border-radius: 20px;
  width: 100%;
}

/* Stats Icons */
.stat-icon {
  background: #fde7d2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--c1);
  margin: 0 auto;
}

/* Buttons */
.about-btn {
  background: var(--c2);
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.about-btn:hover {
  background: var(--c1);
}

/* CEO Image */
.ceo-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* Background Doodles (optional) */
.about-section::before,
.about-section::after {
  content: "";
  position: absolute;
  background: url('images/travel-icons.png') no-repeat;
  opacity: 0.15;
  width: 300px;
  height: 300px;
}

.about-section::before {
  left: -40px;
  top: 40px;
}

.about-section::after {
  bottom: -20px;
  right: -20px;
}

.g-riv {
  width: 180px;
}


/* ========================================================================================================================= */

/* gallery */

.gallery {
  column-count: 3;
  column-gap: 6px;
}

.gallery img {
  width: 100%;
  /* border-radius: 8px; */
  margin-bottom: 7px;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.02);
}

@media (max-width: 992px) {
  .gallery {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .gallery {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .gallery {
    column-count: 2;
  }
}


.phn-2 {
  width: 50px;
}

.corp-img-ser {
  height: 460px;
}

.js {
  text-align: justify !important;
}

/* Same look as input fields */
.select-clean {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f9fbff;
  cursor: pointer;
}

/* Custom dropdown arrow (right side) */
.input-wrapper-custom::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  pointer-events: none;
  font-size: 13px;
}

/* Focus same as other inputs */
.select-clean:focus {
  outline: none;
  border-color: #4caf50;
  box-shadow: 0 0 0 0.15rem rgba(76, 175, 80, 0.15);
}

/* ---- contact us ---- */


.contact-form-box {
  background: #fff;
  border-radius: 16px;
}

.custom-input {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e2e6f0;
}

.custom-input:focus {
  border-color: var(--c1);
  box-shadow: 0 0 0 0.15rem rgba(79, 70, 229, .15);
}


.submit-btn:hover {
  background: var(--c2);
}

.info-box {
  background: #eef2ff;
  border-radius: 14px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.info-box i {
  font-size: 22px;
  margin-top: 5px;
}

.info-box h6 {
  margin-bottom: 4px;
  font-weight: 600;
}

.info-box p {
  margin-bottom: 0;
  font-size: 14px;
}

/* -------------- package page --- */
.off-crd-img {
  transition: all .5s;
}

.off-crd-img:hover {
  transform: translateY(-10px);
  transition: all .5s;
}

.tour-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all .5s;
}

.tour-card:hover {
  transform: translateY(-10px);
  transition: all .5s;
}

.tour-img {
  position: relative;
}

.tour-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.badge-featured {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #4f46e5;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
}

.tour-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tour-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end !important;
  align-items: center;
  margin-bottom: 10px;
}

.tour-price {
  font-weight: 700;
  color: #ff5722;
  font-size: 16px;
}

.tour-days {
  font-size: 14px;
  color: #666;
}

.tour-location {
  font-size: 14px;
  color: #777;
  margin-bottom: 6px;
}

.tour-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: auto;
}

.book-btn {
  background: var(--c1) !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
  margin-top: 15px;
}

.book-btn:hover {
  background: var(--c2) !important;
}

.text-white-mob {
  color: #fff;
}


.contact-social-icons a {
  width: 45px;
  height: 45px;
  background: #f4f4f4;
  color: var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.contact-social-icons a:hover {
  background: var(--c1);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.ab-pg-last-img-car {
  height: 400px;
  object-fit: cover;
}


/* Dark Green Success Toast */
#toast-container>.toast-success {
  background-color: #0f5132 !important;
  /* solid dark green */
  color: #ffffff !important;
}

#toast-container>.toast-success .toast-title {
  color: #ffffff !important;
  font-weight: 600;
}

#toast-container>.toast-success .toast-progress {
  background-color: #198754 !important;
}

/* Optional: smoother look */
#toast-container>div {
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* --------------------------------------make it responsive------------------------ */
@media (max-width: 768px) {
  .hero-section {
    height: 70vh;
  }
}

@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  /* hero */
  .f-first {
    font-size: 50px;
  }

}

@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
  }

  .logo {
    width: 55px;
    height: unset;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 80% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c2);
  }

  .ww-d-img-box {
    width: 100%;
    height: 176px;
    overflow: hidden;
  }



}

@media screen and (max-width:1200px) {
  .ftp {
    font-size: 12px !important;
  }

  .first-text {
    font-family: 12px;
  }
}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    width: 60px;
    height: unset;
  }

  .nav-link {
    font-size: 11px !important;
  }

  .enq-btn {
    font-size: 10px !important;
  }

  .navbar {
    padding-top: unset !important;
    padding-bottom: unset !important;
  }

  .nv-tx {
    font-size: 12px;
  }

  .nv-rnd {
    width: 50px;
    height: 50px;
  }

  .nv-call-us {
    font-size: 12px !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {
  body {
    overflow-x: hidden !important;
  }

  .sm-js {
    text-align: justify !important;
  }

  p {
    font-size: 13px;
  }

  .bs-list li {
    font-size: 14px;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
      width: 77px;
  } */
  .navbar {
    z-index: 1050;
  }

  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: normal !important;
  }

  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas {
    width: 90% !important;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c1);
  }

  .logo-nv {
    width: 55px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .mob-active {
    color: var(--c1) !important;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .navbar .nav-item {
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  /* .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
} */
  .navbar .logo-in-nv {
    display: flex !important;
    transition: all .5s;
  }

  .top-nav-up {
    display: none !important;
  }

  .offcanvas-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative;
  }

  .wave-nv {
    width: 100%;
    height: 27%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    object-fit: cover;
  }

  .icon-div-nv {
    z-index: 3 !important;

  }

  /* --- about section --- */
  .abt-img-3 {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }

  /* gallery */
  .gal-imgs {
    margin-top: 11%;
  }

  .gal-imgs {
    height: 170px;
  }

  .logo {
    width: 60px;
    height: unset;
  }

  .crd-3-bx::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: -12%;
    left: -14%;
    transition: all .5s;
  }

  .offcanvas {
    width: 88% !important;
  }

  .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
  }

  .hero-slider {
    width: 100%;
    position: relative;
    min-height: 50vh;
    background-color: #0000008b;
  }

  /* ---- aboout ---- */
  .ab-img-1 {
    height: 350px;
  }

  .ser-card {
    width: 100%;
    height: 397px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
  }

  .tariff-card {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }

  /* gallery */
  .gal-imgs {
    margin-top: 11%;
  }

  .gal-imgs {
    height: 170px;
  }

  .corp-img-ser {
    height: 300px;
  }

  .ab-pg-last-img-car {
    height: 280px;
    object-fit: cover;
  }
}



@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 39px;
  }

  .logo {
    width: 60px;
    height: unset;
  }

  .sm-js {
    text-align: justify !important;
  }

  .gal-imgs {
    margin-top: 2%;
  }

  .hero-f1 {
    font-size: 23px;
  }

  .ab-f-bx {
    width: 100px;
    height: 100px;
    bottom: 3%;
    left: 10%;
  }

  .award-mini {
    width: 49px;
  }

  .ab-h5 {
    font-size: 15px;
  }

  .cont-ab-bx {

    width: 130px;
  }

  .ab-un-bx::after {
    content: '';
    width: 100%;
    height: 79%;
    position: absolute;
    border-radius: 12px;
  }

}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}