@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden !important;
  }
}

.brush-wrap {
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.2784313725), rgba(255, 255, 255, 0.0117647059));
}

.blue-brush {
  background: linear-gradient(to right, #2482c2, rgba(36, 130, 194, 0.6784313725), rgba(36, 130, 194, 0));
}

.orange-brush {
  background: linear-gradient(to right, #292444, rgba(246, 135, 18, 0.4901960784), rgba(36, 130, 194, 0));
}

.para {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #444141;
}
.para strong,
.para a {
  color: #e31e24;
}

p {
  line-height: 1.6;
}

.deco {
  position: relative;
  z-index: 1;
}
.deco::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  height: 100%;
  width: 100%;
  background: #e31e24;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.deco:hover::after {
  left: -10px;
  top: -10px;
}

.img-wrap {
  height: 100%;
  width: 100%;
}
.img-wrap img {
  display: flex;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-wrap img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.reverse {
  flex-wrap: wrap-reverse;
}

a,
img,
span,
p,
strong,
div {
  transition: 0.3s ease-in-out;
}

.shape {
  border-radius: 92% 8% 94% 6%/11% 95% 5% 89%;
  animation: morph 8s ease-in-out infinite;
  transition: all 1s ease-in-out;
}

.common-content-wrap {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.spacing {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  .spacing {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .spacing {
    padding: 40px 0px;
  }
}

.special-text {
  background: linear-gradient(to right, #e31e24, rgba(233, 222, 222, 0.35), rgba(218, 226, 231, 0.29));
  padding: 20px;
  border-radius: 20px;
}

.bg-alt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(rgba(195, 190, 203, 0.1882352941), #fbf2f2);
}

p,
li,
a,
span,
strong,
ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #000;
  font-size: clamp(13px, 1.5vw, 15px);
}

button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  border-radius: 0px;
}

.heading-wrap {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .heading-wrap {
    margin-bottom: 28px;
  }
}
.heading-wrap .para {
  margin-top: 10px;
}

.heading-title {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  font-family: "Caveat", cursive;
  color: #e31e24;
  margin-bottom: 5px;
}
.heading-title.text-white {
  color: white;
}

.main-heading {
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  display: block;
  text-transform: capitalize;
  color: #202020;
}
.main-heading.text-white {
  color: white;
}

.small-heading {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  color: #2482c2;
}

.text-center {
  text-align: center;
}

.sub-heading {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  color: #2482c2;
}

.top-social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-flow: column;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  transform: translateX(105px);
}
.top-social a {
  display: inline-flex;
  height: 50px;
  width: 150px;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
  border-radius: 10px 0 0 10px;
}
.top-social a:hover {
  transform: translateX(-104px);
}
.top-social a.facebook {
  background: #4267b2;
}
.top-social a.youtube {
  background: #ff0000;
}
.top-social a.instagram {
  background: linear-gradient(45deg, #fd1d1d, #e1306c, #405de6, #5851db, #833ab4, #c13584);
}
.top-social a img {
  filter: invert(1) brightness(100);
  flex-shrink: 0;
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-social a .icon {
  height: 40px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-social a span {
  color: #fff;
  font-weight: 600;
}
.top-social a span:nth-child(2) {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .top-social {
    bottom: -260px;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
header .row {
  width: 100%;
}
header .top-header {
  padding: 8px 30px;
  display: flex;
  justify-content: end;
  gap: 60px;
  border-bottom: 2px solid #292444;
  background: #fff;
}
header .top-header img {
  height: 25px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(45%) saturate(7304%) hue-rotate(350deg) brightness(91%) contrast(90%);
}
header .top-header .top-contact {
  display: flex;
}
header .top-header .top-contact li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header .top-header .top-contact a {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 8px;
  padding: 0 20px;
  color: #e31e24;
}
@media (max-width: 991px) {
  header .top-header {
    display: none;
  }
}
header nav {
  background: #292444;
  padding: 0px 30px;
}
header nav .links-wrap {
  display: flex;
  gap: 30px;
  height: 100%;
  justify-content: end;
}
header nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .nav-list .primary-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
header nav .nav-list .primary-links:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  height: 2px;
  background: #e31e24;
  width: 0%;
  transition: 0.3s;
}
header nav .nav-list .primary-links:hover {
  color: #e31e24;
}
@media (min-width: 991px) {
  header nav .nav-list .primary-links:hover::after {
    width: 50%;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  header nav .nav-list .primary-links {
    padding: 20px 15px;
  }
}
header nav .logo {
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 300;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none;
  padding: 1rem;
}
header nav .logo img {
  height: 100px;
  width: 230px;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav .logo:after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 40px);
  background: #fff;
  z-index: -1;
  left: -40px;
  top: 0;
  transform: skew(-10deg, 0deg);
}
header nav .logo::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #e31e24;
  z-index: -1;
  left: 0;
  top: 10px;
  transform: rotate(2deg);
}
@media (max-width: 1200px) {
  header nav .logo img {
    width: 180px;
  }
}
header nav .head-btns {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  header nav .head-btns .theme-btn {
    display: none;
  }
}
header nav .head-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}
header nav .head-btns a img {
  height: 18px;
}
@media (min-width: 991px) {
  header nav .head-btns a {
    display: none;
  }
}
header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
header.sticky nav {
  width: 100%;
  background: #fff;
}
header.sticky nav .nav-list .primary-links {
  color: #292444;
}
header.sticky nav .nav-list .primary-links:hover {
  color: #e31e24;
}
header.sticky nav .links-wrap {
  max-width: 1370px;
  margin: auto;
  gap: 0;
  justify-content: space-between;
}
header.sticky nav .logo {
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  left: 0;
  padding: 0;
}
header.sticky nav .logo::after, header.sticky nav .logo::before {
  display: none;
}
header.sticky .top-header {
  display: none;
}
@media (max-width: 1200px) {
  header nav .links-wrap {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  header.sticky .links-wrap .nav-list li a {
    color: #fff;
  }
  header nav {
    padding: 0;
    background: #fff;
  }
  header nav .logo {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 0px 15px !important;
    justify-content: center !important;
  }
  header nav .logo::before, header nav .logo::after {
    display: none !important;
  }
  header nav .logo img {
    height: 80px;
    width: 180px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .links-wrap {
    position: relative;
    padding: 0px 20px 0px 0px;
    align-items: center;
    justify-content: space-between !important;
  }
  header .links-wrap .ham-burger-toggle {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 1001;
    flex-shrink: 0;
  }
  header .links-wrap .ham-burger-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: #292444;
    margin: 5px 0;
    transition: all 0.3s ease;
  }
  header .links-wrap .nav-list {
    display: flex;
    position: fixed;
    flex-direction: column;
    width: 100%;
    top: 80px;
    right: 0;
    background: #292444;
    z-index: 0;
    padding: 0;
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  header .links-wrap .nav-list.nav-open {
    z-index: 995;
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    visibility: visible;
  }
  header .links-wrap .nav-list li {
    width: 100%;
    padding: 0;
    border-top: 1px dashed #fff;
  }
  header .links-wrap .nav-list li:first-child {
    border: none;
  }
  header .links-wrap .nav-list li a {
    color: #fff;
    text-transform: capitalize;
    display: flex;
    padding: 10px 20px;
    letter-spacing: 2px;
  }
  header .links-wrap .head-btns {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: end !important;
    flex-grow: 1;
  }
  header .links-wrap .head-btns .theme-btn {
    display: none;
  }
  header .links-wrap .head-btns a {
    display: inline-flex;
    background-color: white;
    padding: 8px 10px;
    transition: transform 0.2s ease;
    border: 1px solid #292444;
    align-items: center;
    white-space: nowrap;
    gap: 3px;
    font-weight: 600;
    color: #292444;
    border-radius: 5px;
  }
  header .links-wrap .head-btns img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(1817%) hue-rotate(224deg) brightness(94%) contrast(86%);
  }
}
@media (max-width: 576px) {
  header nav .links-wrap .head-btns .call {
    display: none;
  }
}

@keyframes scroll {
  from {
    transform: translateY(-40px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes scaleBg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.155);
  }
}
.hero-banner {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 80vh;
  justify-content: center;
  position: relative;
  z-index: 99;
  overflow: hidden;
  padding-top: 100px;
}
.hero-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(../img/slider/slider-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  animation: scaleBg 10s ease-in-out infinite alternate;
}
.hero-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5490196078), rgba(0, 0, 0, 0.4235294118), rgba(42, 33, 33, 0));
}
.hero-banner .banner-heading {
  font-size: clamp(25px, 4.5vw, 65px);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
.hero-banner .banner-heading strong {
  font-size: clamp(25px, 4vw, 60px);
  color: rgb(31, 31, 31);
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Caveat", cursive;
  color: #fff;
}
.hero-banner .form-wrap-heading {
  font-size: clamp(16px, 1.8vw, 22px);
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid;
}
.hero-banner .review-outer {
  padding: 15px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5019607843);
}
.hero-banner .reviews-section {
  background: transparent;
  padding: 30px 0;
}
.hero-banner .reviews-section::after {
  display: none;
}
@media (max-width: 991px) {
  .hero-banner {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .hero-banner .heading-wrap {
    width: 96%;
  }
}

form {
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
}
form .form-control {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 10px;
  outline: none;
  color: #505050;
}
form .form-control::-moz-placeholder {
  font-size: 14px;
}
form .form-control::placeholder {
  font-size: 14px;
}
form .form-control:focus, form .form-control:focus-visible {
  border-color: #202020;
  outline: none;
}

.service-wrap .service-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  will-change: transform;
  backface-visibility: hidden;
}
.service-wrap .service-card:hover {
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.2);
}
.service-wrap .service-card:hover .body {
  padding-bottom: 35px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7), #202020);
}
.service-wrap .service-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.service-wrap .service-card:hover img {
  transform: scale(1.03);
}
.service-wrap .service-card .body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 25px 15px 30px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6), #202020);
  transition: all 0.3s ease-out;
}
.service-wrap .service-card .body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.3) 50%, #202020 90%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-wrap .service-card .body:hover::before {
  opacity: 1;
}
.service-wrap .service-card .service-name {
  color: white;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}
.service-wrap .service-card .service-name:hover {
  transform: translateX(5px);
}
.service-wrap .service-card .service-name strong {
  font-family: "Caveat", cursive;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: white;
  gap: 10px;
  font-size: clamp(18px, 2vw, 22px);
  margin-top: 5px;
}
.service-wrap .service-card .service-name strong img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) brightness(100);
  transition: all 0.3s ease;
}
.service-wrap .service-card .service-name strong:hover img {
  transform: rotate(10deg) scale(1.1);
}
.service-wrap .service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  transition: left 0.7s ease-in-out;
}
.service-wrap .service-card:hover::after {
  left: 150%;
}

@keyframes waves {
  0% {
    box-shadow: 0 4px 10px rgba(36, 130, 194, 0.2), 0 0 0 0 rgba(36, 130, 194, 0.2), 0 0 0 5px rgba(36, 130, 194, 0.2), 0 0 0 10px rgba(36, 130, 194, 0.2);
  }
  100% {
    box-shadow: 0 4px 10px rgba(36, 130, 194, 0.2), 0 0 0 5px rgba(36, 130, 194, 0.2), 0 0 0 10px rgba(36, 130, 194, 0.2), 0 0 0 20px rgba(36, 130, 194, 0);
  }
}
.short-cta {
  padding: 60px;
  background: linear-gradient(to right, #202020, rgba(0, 0, 0, 0.5490196078), rgba(32, 32, 32, 0)), url(../img/cta-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.short-cta .heading {
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 45px);
  color: #fff;
  display: block;
  text-align: center;
  font-family: "Caveat", cursive;
}
.short-cta p {
  margin: 5px 0 20px;
  font-size: clamp(14px, 1.6vw, 18px);
  color: #fff;
  text-align: center;
}
.short-cta a {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.short-cta a span {
  display: flex;
  align-items: center;
  border-radius: 5px;
  height: 45px;
  font-size: clamp(14px, 1.4vw, 14px);
  transition: 0.3s ease-in-out;
}
.short-cta a span:nth-child(1) {
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.short-cta a span:nth-child(2) {
  padding: 5px 10px;
  color: white;
  letter-spacing: 1px;
  background: linear-gradient(#e31e24, #292444);
}
.short-cta a span img {
  height: 25px;
  width: 25px;
  filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(1817%) hue-rotate(224deg) brightness(94%) contrast(86%);
  transition: 0.2s ease-in-out;
}
.short-cta a:hover span:nth-child(1) {
  background: white;
  transition: 0.2s ease-in-out;
}
.short-cta a:hover span:nth-child(2) {
  background: linear-gradient(#292444, #e31e24);
  color: #fff;
  transition: 0.2s ease-in-out;
}
.short-cta a:hover span img {
  transform: scale(0.9);
}
@media (max-width: 991px) {
  .short-cta {
    padding: 30px;
  }
}

.why-choose-wrap {
  position: relative;
  z-index: 1;
}
.why-choose-wrap .why-img {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.why-choose-wrap .why-img:hover {
  transform: translateY(-5px);
}
.why-choose-wrap .why-img .main-heading,
.why-choose-wrap .why-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s ease;
}
.why-choose-wrap .why-img:hover img {
  transform: scale(1.03);
}
.why-choose-wrap .why-strip {
  display: flex;
  margin-bottom: 25px;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  border-radius: 16px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: white;
}
.why-choose-wrap .why-strip:hover {
  transform: translateY(0px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.why-choose-wrap .why-strip:hover img {
  transform: scale(1.1) rotate(5deg);
  opacity: 1;
}
.why-choose-wrap .why-strip:hover::before {
  opacity: 0.2;
  transform: rotate(8deg) scale(1.05);
}
.why-choose-wrap .why-strip::after {
  content: "";
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #aec4fc;
  opacity: 0.08;
  transition: opacity 0.4s ease;
}
.why-choose-wrap .why-strip::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 200px;
  width: 200px;
  transform: rotate(5deg);
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: right bottom;
  opacity: 0.2;
  transition: all 0.6s ease;
}
.why-choose-wrap .why-strip.alt::after {
  background: #292444;
  background: linear-gradient(to bottom, #cdc4db 0%, #cdc4db 60%, #ffbec0 100%);
  opacity: 0.4;
}
.why-choose-wrap .why-strip.alt:hover::after {
  opacity: 0.12;
}
.why-choose-wrap .why-strip .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.why-choose-wrap .why-strip .heading {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 600;
  color: #222;
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.why-choose-wrap .why-strip .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #292444;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.why-choose-wrap .why-strip:hover .heading::after {
  width: 60px;
}
.why-choose-wrap .why-strip.alt .heading::after {
  background: #e31e24;
}
.why-choose-wrap .why-strip p {
  color: rgba(32, 32, 32, 0.8);
  text-align: center;
  line-height: 1.6;
  margin-top: 8px;
}
.why-choose-wrap .why-strip img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 5px;
  opacity: 0.9;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991px) {
  .why-choose-wrap .why-strip img {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 575px) {
  .why-choose-wrap .why-strip img {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 991px) {
  .why-choose-wrap {
    padding: 30px 0;
  }
  .why-choose-wrap .why-strip {
    padding: 20px;
    margin-bottom: 20px;
  }
  .why-choose-wrap .why-strip::before {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 575px) {
  .why-choose-wrap .why-strip {
    padding: 22px 15px;
  }
}

footer {
  position: relative;
  z-index: 1;
  background: url(../img/footer-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px) {
  footer {
    padding-bottom: 38px;
  }
}
footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #292444;
  opacity: 0.8;
}
footer .footer-wrap {
  padding: 40px 0px 15px;
}
footer .para {
  color: #fff !important;
}
footer span,
footer p,
footer strong {
  color: #fff;
}
footer .sub-heading {
  margin-bottom: 15px;
  font-size: clamp(22px, 3.4vw, 34px);
  color: white;
  font-family: "Caveat", cursive;
}
footer .form-wrap form {
  background: #fff;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(32, 32, 32, 0.1);
  max-width: 600px;
  margin: 0 auto;
}
footer .form-wrap form .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
footer .form-wrap form .form-group:last-child {
  margin-bottom: 0;
}
footer .form-wrap form label {
  color: #202020;
  margin-bottom: 0.5rem;
  display: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}
footer .form-wrap form label.required::after {
  content: "*";
  color: #292444;
  margin-left: 4px;
}
footer .form-wrap form input,
footer .form-wrap form textarea,
footer .form-wrap form select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  background: #fff;
}
footer .form-wrap form input:focus,
footer .form-wrap form textarea:focus,
footer .form-wrap form select:focus {
  outline: none;
  border-color: #2482c2;
  box-shadow: 0 0 0 3px rgba(36, 130, 194, 0.1);
}
footer .form-wrap form input::-moz-placeholder, footer .form-wrap form textarea::-moz-placeholder, footer .form-wrap form select::-moz-placeholder {
  color: rgba(32, 32, 32, 0.4);
}
footer .form-wrap form input::placeholder,
footer .form-wrap form textarea::placeholder,
footer .form-wrap form select::placeholder {
  color: rgba(32, 32, 32, 0.4);
}
footer .form-wrap form .form-actions {
  margin-top: 2rem;
  text-align: center;
}
footer .form-wrap form .error-message {
  color: #292444;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  display: none;
}
footer .form-wrap form .error-message.visible {
  display: block;
}
footer .form-wrap form .invalid {
  border-color: #292444 !important;
}
footer .form-wrap form .invalid + .error-message {
  display: block;
}
footer .form-wrap .theme-btn {
  background: #202020;
  color: #fff;
  border: none;
  width: 100%;
}
footer .form-wrap .theme-btn:hover {
  background: #3a3a3a;
  transform: translateY(-2px);
}
footer .form-wrap .theme-btn:active {
  transform: translateY(0);
}
footer .form-wrap .theme-btn:disabled {
  background: #868686;
  cursor: not-allowed;
}
footer .footer-links ul li {
  margin-bottom: 10px;
  position: relative;
}
footer .footer-links ul li a {
  display: flex;
  align-items: center;
  color: #292444;
  text-transform: capitalize;
  color: #fff;
  gap: 6px;
  position: relative;
  transition: 0.3s ease-in-out;
}
footer .footer-links ul li a::before {
  content: "";
  position: relative;
  height: 8px;
  width: 8px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
footer .footer-links ul li a:hover {
  color: #aec4fc;
}
footer .footer-links ul li a:hover::before {
  background: #aec4fc;
}
footer .contact-footer a {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
footer .contact-footer a img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) brightness(100);
}
footer .contact-footer p {
  display: flex;
  flex-flow: column;
  color: white;
}
footer .contact-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
footer .contact-social a {
  height: 40px;
  width: 40px;
  background: #e31e24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  flex-shrink: 0;
  position: relative;
}
footer .contact-social a img {
  height: 18px;
  width: 18px;
  filter: invert(1) brightness(100);
  transition: 0.3s;
}
footer .contact-social a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(60deg, #ffd580, #fbeaea);
  opacity: 0;
  transition: 0.3s;
  z-index: 0;
}
footer .contact-social a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
footer .contact-social a:hover::before {
  opacity: 1;
}
footer .contact-social a:hover img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(1817%) hue-rotate(224deg) brightness(94%) contrast(86%);
  transform: scale(1.1);
}
footer .contact-social a img {
  z-index: 1;
}
footer .footer-logo {
  width: 240px;
  margin-bottom: 15px;
}
footer .footer-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) brightness(100);
}
footer .copy-right {
  text-align: center;
  background: #292444;
  padding: 5px 10px;
  font-size: clamp(11px, 1.4vw, 14px);
}
footer .copy-right a {
  font-weight: 600;
  font-size: clamp(11px, 1.4vw, 14px);
  color: #fff;
}
footer .copy-right span {
  font-size: clamp(11px, 1.4vw, 14px);
}

.fixed-call {
  position: fixed;
  left: 40px;
  bottom: 40px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #292444;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}
.fixed-call::before, .fixed-call::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #292444;
  animation: calling 2s ease-in-out infinite;
}
.fixed-call::after {
  animation: calling 2s ease-in-out 0.35s infinite;
}
.fixed-call img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) brightness(100);
}
@keyframes calling {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .fixed-call {
    display: none;
  }
}

.fixed-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-whatsapp img {
  filter: invert(1) brightness(100);
  height: 25px;
  width: 25px;
}
@media (max-width: 575px) {
  .fixed-whatsapp {
    display: none;
  }
}

.mobile-foot-cta {
  display: flex;
  position: fixed;
  bottom: 0;
  justify-content: space-between;
  width: 100%;
  z-index: 999;
  gap: 20px;
}
@media (min-width: 575px) {
  .mobile-foot-cta {
    display: none;
  }
}
.mobile-foot-cta li {
  flex-grow: 1;
}
.mobile-foot-cta img {
  height: 20px;
  filter: invert(1) brightness(100);
}
.mobile-foot-cta a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  height: 100%;
  padding: 8px 20px;
  justify-content: center;
}
.mobile-foot-cta a.whatsapp {
  background: #25d366;
  border-radius: 20px 0 0;
}
.mobile-foot-cta a.call {
  background: #292444;
  border-radius: 0 20px 0 0;
}

.bread-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 150px 30px 50px;
  position: relative;
  z-index: 5;
}
.bread-wrap::after {
  content: "";
  background: linear-gradient(rgba(36, 36, 36, 0.4509803922), rgba(0, 0, 0, 0.6039215686));
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bread-wrap.tour-package-bg {
  background: url(../img/cta-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.srilanka-bread {
  background: url(../img/tour-packages/srilanka-tour/sri-lanka-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap .bread-heading {
  font-size: clamp(20px, 2.5vw, 30px);
  color: white;
  font-family: sans-serif;
  font-weight: 700;
}
.bread-wrap .bread-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bread-wrap .bread-list li,
.bread-wrap .bread-list a,
.bread-wrap .bread-list span {
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .bread-wrap {
    padding: 130px 20px 50px;
  }
}

.slide-outer {
  /* Container for arrows */
  /* Position buttons at bottom center */
  /* Hover effect */
}
.slide-outer .slick-list {
  padding: 18px !important;
}
.slide-outer .slide-content {
  transform: scale(0.9);
  opacity: 0.4;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.slide-outer .slide-content.slick-center {
  transform: scale(1);
  opacity: 1;
  position: relative;
  z-index: 12;
  overflow: visible;
}
.slide-outer .item-slider {
  position: relative;
}
.slide-outer .slick-slider {
  position: relative;
  padding-bottom: 50px;
  /* Space for buttons */
}
.slide-outer .slick-arrow {
  position: absolute;
  top: 95%;
  background: #202020;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
  display: flex;
  gap: 5px;
  align-items: center;
  letter-spacing: 3px;
  font-weight: 400;
}
.slide-outer .slick-prev {
  left: -120px;
}
.slide-outer .slick-next {
  right: -120px;
  flex-flow: row-reverse;
}
.slide-outer .slick-prev:hover,
.slide-outer .slick-next:hover {
  background: #e68900;
}

.package-card {
  padding: 0px;
  position: relative;
  background: #fff;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid rgba(206, 206, 206, 0.2549019608);
  border-radius: 10px;
  overflow: hidden;
}
.package-card:hover .img-wrap::after {
  height: 250%;
  transition: all 0.6s linear;
  background-color: transparent;
}
.package-card .batch {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.package-card .batch .date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: inline-flex;
  padding: 8px 10px;
  color: #fff;
  background-color: #292444;
  border-radius: 0 10px 0 0;
}
.package-card .batch .location {
  background: linear-gradient(#e31e24, #292444);
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 10px 0 0;
}
.package-card .batch .location::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icons/location.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1) brightness(100);
}
.package-card .img-wrap {
  width: 100%;
  max-height: 230px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}
.package-card .img-wrap::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: hsla(0, 0%, 100%, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.package-card .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-card .card-heading {
  color: #202020;
  text-transform: uppercase;
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.package-card .card-heading strong {
  color: #292444;
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 18px);
}
.package-card .card-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 15px 12px;
  gap: 12px;
}
@media (max-width: 575px) {
  .package-card .card-content {
    padding: 10px;
    gap: 10px;
  }
}
.package-card .card-content .content-middle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 10px;
}
@media (max-width: 575px) {
  .package-card .card-content .content-middle {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-wrap: anywhere;
  }
}
.package-card .card-content .content-middle span {
  color: #292444;
  font-size: clamp(10px, 1.4vw, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px solid #292444;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  border: 1px solid #292444;
  padding: 6px 10px;
  position: relative;
}
.package-card .card-content .content-middle span::before {
  filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(1817%) hue-rotate(224deg) brightness(94%) contrast(86%);
}
.package-card .card-content .content-middle span.stay::before {
  background: url(../img/icons/hotel.svg);
  content: "";
  position: relative;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-position: center;
}
@media (max-width: 575px) {
  .package-card .card-content .content-middle span.stay::before {
    height: 15px;
    width: 15px;
  }
}
.package-card .card-content .content-middle span.meal::before {
  background: url(../img/icons/meal.svg);
  content: "";
  position: relative;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-position: center;
}
@media (max-width: 575px) {
  .package-card .card-content .content-middle span.meal::before {
    height: 15px;
    width: 15px;
  }
}
.package-card .card-content .content-middle span.transpo::before {
  background: url(../img/icons/transportation.svg);
  content: "";
  position: relative;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-position: center;
}
@media (max-width: 575px) {
  .package-card .card-content .content-middle span.transpo::before {
    height: 15px;
    width: 15px;
  }
}
.package-card .card-content .price-outer {
  background: #292444;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #292444;
  border-left: 0;
  flex-wrap: wrap;
}
.package-card .card-content .offer {
  z-index: 6;
  display: flex;
  width: 100%;
  flex-grow: 1;
}
.package-card .card-content .offer .deal {
  font-size: 14px;
  background: #292444;
  color: #fff;
  padding: 0px 8px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  width: 35%;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.package-card .card-content .offer .offer-inner {
  font-size: clamp(13px, 1.4vw, 14px);
  color: #fff;
  padding: 0 15px;
}
.package-card .card-content .offer .offer-inner strong {
  font-size: clamp(14px, 1.8vw, 18px);
  color: #fff;
  margin: 0 5px;
}
.package-card .card-content .offer .price-outer {
  width: 65%;
}
.package-card .card-content .price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 0px;
  padding: 3px 15px;
  flex-grow: 1;
  background: #fff;
  font-family: "Caveat", cursive;
}
.package-card .card-content .price-wrap del {
  color: #202020;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 500;
  color: #e31e24;
}
.package-card .card-content .price-wrap strong {
  font-size: clamp(20px, 2.5vw, 30px);
  color: #292444;
  font-weight: 700;
}
.package-card .card-content .detail {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(13px, 1.5vw, 15px);
  margin: auto;
  color: #202020;
  transition: 0.4s ease-in-out;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}
.package-card .card-content .detail:hover {
  transform: scale(0.8);
}
.package-card .card-content .detail::after, .package-card .card-content .detail::before {
  content: "";
  position: relative;
  height: 2px;
  width: 50px;
  background: #202020;
}

.cta-wrap {
  background: url("../img/cta-banner-two.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 30px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cta-wrap {
    padding: 40px 15px;
  }
}
.cta-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to bottom right, #292444, #292444, #292444);
  opacity: 0.7;
}
.cta-wrap .heading {
  font-size: clamp(33px, 6vw, 60px);
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Caveat", cursive;
  color: white;
}
.cta-wrap p {
  color: #fff;
  width: 60%;
  margin: auto;
}
@media (max-width: 991px) {
  .cta-wrap p {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .cta-wrap p {
    width: 100%;
  }
}
.cta-wrap .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.detail-wrapper .tour-main-img {
  height: 450px;
  width: 100%;
  border-radius: 30px;
  margin-bottom: 20px;
}
.detail-wrapper .tour-main-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 575px) {
  .detail-wrapper .tour-main-img {
    height: 250px;
  }
}
.detail-wrapper .service-heading-wrap .service-heading {
  font-size: clamp(18px, 2vw, 25px);
  position: relative;
}
.detail-wrapper .service-heading-wrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 5px;
  flex-wrap: wrap;
}
.detail-wrapper .small-heading {
  font-size: clamp(16px, 1.7vw, 18px);
  margin: 0 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e31e24;
  border-bottom: 2px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.detail-wrapper .heading {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  margin-bottom: 10px;
  color: #292444;
  display: flex;
  align-items: center;
  gap: 6px;
}
.detail-wrapper .heading img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(1817%) hue-rotate(224deg) brightness(94%) contrast(86%);
}
.detail-wrapper .more-detail {
  height: 100%;
}
.detail-wrapper .more-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  white-space: nowrap;
}
.detail-wrapper .more-detail ul li {
  padding: 4px 10px;
  border: 1px solid #292444;
  border-radius: 30px;
  font-size: clamp(11px, 1.2vw, 12px);
}
.detail-wrapper .more-detail .visit {
  font-size: clamp(11px, 1.2vw, 12px);
  background: #292444;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
}
.detail-wrapper .included-fac {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}
.detail-wrapper .included-fac li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px;
  color: #292444;
  font-size: clamp(11px, 1.2vw, 12px);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #292444;
  border-radius: 10px;
}
.detail-wrapper .included-fac li img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(1817%) hue-rotate(224deg) brightness(94%) contrast(86%);
}
.detail-wrapper .detail-content {
  border: 1px solid #f1ebe5;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.detail-wrapper .detail-content:last-child {
  margin: 0;
}
.detail-wrapper .short-heading {
  display: block;
  margin-bottom: 10px;
  color: #292444;
}
.detail-wrapper .pricing-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(32, 32, 32, 0.1);
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(41, 36, 68, 0.1);
}
.detail-wrapper .pricing-card .pricing-badge {
  background: rgba(174, 196, 252, 0.3);
  color: #292444;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}
.detail-wrapper .pricing-card .current-price .amount {
  font-size: clamp(18px, 3.2vw, 32px);
  font-weight: 700;
  color: #292444;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.detail-wrapper .pricing-card .current-price .per-person {
  font-size: 0.9rem;
  color: #292444;
  margin-left: 0.5rem;
}
.detail-wrapper .pricing-card .original-price {
  display: flex;
  align-items: center;
}
.detail-wrapper .pricing-card .original-price .was {
  font-size: 0.8rem;
  color: #e31e24;
  margin-right: 0.5rem;
  font-style: italic;
}
.detail-wrapper .pricing-card .original-price .amount {
  font-size: 1.1rem;
  color: #e31e24;
  text-decoration: line-through;
  font-weight: 600;
}
.detail-wrapper .pricing-card .special-offer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #292444 dashed rgba(36, 130, 194, 0.2);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #292444;
}
.detail-wrapper .pricing-card .special-offer img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-wrapper .pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(36, 130, 194, 0.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.detail-wrapper .pricing-card:hover .pricing-badge {
  background: rgba(174, 196, 252, 0.4);
}
.detail-wrapper .pricing-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(227, 30, 36, 0.1);
  border-radius: 0 0 0 100%;
}
.detail-wrapper .right-aside {
  height: 100%;
}
@media (min-width: 991px) {
  .detail-wrapper .right-aside {
    padding-left: 20px;
  }
}
.detail-wrapper .right-aside .sticky {
  position: sticky;
  top: 130px;
}
.detail-wrapper .right-aside .call-us {
  margin: 20px 0;
  border: none;
  display: flex;
  flex-flow: column;
  align-items: center;
  box-shadow: 0 4px 16px rgba(32, 32, 32, 0.1);
}
.detail-wrapper .right-aside .call-us span {
  text-align: center;
}
.detail-wrapper .right-aside .call-us span:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
}
.detail-wrapper .right-aside .call-us a {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}
.detail-wrapper .right-aside .call-us a img {
  height: 30px;
}
.detail-wrapper .right-aside .call-us a:hover {
  color: #292444;
}
.detail-wrapper .right-aside .call-us a:hover img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(1817%) hue-rotate(224deg) brightness(94%) contrast(86%);
  height: 30px;
}
.detail-wrapper .right-aside .tour-form-inner {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #292444;
  background: radial-gradient(circle, #fff 40%, #fdf7ff 100%);
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-wrapper .right-aside .tour-form-inner .sub-heading {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-weight: 700;
  color: #e31e24;
  text-align: center;
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: 0.4px;
}
.detail-wrapper .right-aside .tour-form-inner p {
  font-size: 13px;
  margin-bottom: 10px;
}
.detail-wrapper .right-aside .tour-form-inner form {
  border-radius: 0px;
}
.detail-wrapper .right-aside .tour-form-inner form .form-group > div {
  width: 100%;
}
.detail-wrapper .right-aside .tour-form-inner form .form-control,
.detail-wrapper .right-aside .tour-form-inner form .form-select {
  border-radius: 5px;
  border: 1px solid rgba(17, 24, 39, 0.3294117647);
  background: white;
  width: 100%;
}
.detail-wrapper .right-aside .tour-form-inner form .iti {
  width: 100%;
}
.detail-wrapper .right-aside .tour-form-inner form label {
  color: #5d5b58;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.detail-wrapper .right-aside .tour-form-inner form input {
  height: 40px;
}
.detail-wrapper .right-aside .tour-form-inner form input,
.detail-wrapper .right-aside .tour-form-inner form textarea,
.detail-wrapper .right-aside .tour-form-inner form select {
  color: #242423;
  font-size: 14px;
}
.detail-wrapper .right-aside .tour-form-inner form input::-moz-placeholder, .detail-wrapper .right-aside .tour-form-inner form textarea::-moz-placeholder, .detail-wrapper .right-aside .tour-form-inner form select::-moz-placeholder {
  color: #5d5b58;
  font-size: 14px;
}
.detail-wrapper .right-aside .tour-form-inner form input::placeholder,
.detail-wrapper .right-aside .tour-form-inner form textarea::placeholder,
.detail-wrapper .right-aside .tour-form-inner form select::placeholder {
  color: #5d5b58;
  font-size: 14px;
}
.detail-wrapper .right-aside .tour-form-inner form .mt-3 {
  margin-top: 1rem;
}

.acc-wrap .accordion-wrap {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 0;
  overflow: hidden;
}
.acc-wrap .accordion-wrap ul {
  padding: 10px 0;
}
.acc-wrap .accordion-wrap p {
  padding: 10px 0;
  margin: 0;
}
.acc-wrap .accordion-head {
  color: #202020;
  padding: 15px 30px 15px 15px;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  gap: 10px;
  align-items: center;
  background: white;
  position: relative;
}
.acc-wrap .accordion-head img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.acc-wrap .accordion-head strong {
  border-radius: 20px;
  display: inline-block;
  padding: 4px 18px;
  background: #e31e24;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(10px, 1.3vw, 13px);
  white-space: nowrap;
}
.acc-wrap .accordion-head.open {
  background: #292444;
  color: white;
}
.acc-wrap .accordion-head.open strong {
  color: #292444;
  background: white;
}
.acc-wrap .accordion-head.open img {
  filter: invert(1) brightness(100);
}
.acc-wrap .accordion-head::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  background: url(../img/icons/chevron.svg) no-repeat;
  background-size: 15px;
  background-position: center;
  transition: transform 0.3s;
}
.acc-wrap .accordion-head.open::after {
  transform: rotate(180deg);
  filter: invert(1) brightness(100);
}
.acc-wrap .accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  padding: 0 10px;
}

.list {
  margin-left: 20px;
}
.list li {
  margin-bottom: 10px;
  list-style: circle;
}
.list li strong {
  color: #292444;
}

.package-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.package-table thead {
  background-color: #e31e24;
  color: #fff;
}
.package-table thead th {
  padding: 12px;
  text-align: left;
  border: 1px solid #545353;
  font-size: clamp(12px, 1.6vw, 16px);
}
.package-table tbody tr:nth-child(even) {
  background-color: #fff4e6;
}
.package-table tbody tr:nth-child(odd) {
  background-color: #ffe8cc;
}
.package-table tbody tr td {
  padding: 12px;
  text-align: left;
  border: 1px solid #e31e24;
  font-size: clamp(12px, 1.4vw, 14px);
}
.package-table tbody tr td strong {
  color: #292444;
}

.inlcude-wrap {
  height: 100%;
  overflow: hidden;
}
.inlcude-wrap span {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px;
  background: #00ba00;
  display: block;
  text-align: center;
  padding: 8px;
  margin-bottom: 20px;
}
.inlcude-wrap.excludes span {
  background: #e31e24;
}
.inlcude-wrap ul {
  padding-left: 10px;
}
.inlcude-wrap ul li {
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}
.inlcude-wrap ul li::before {
  background: url(../img/icons/check.svg) no-repeat;
  content: "";
  position: relative;
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: contain;
}
.inlcude-wrap ul.exclude-list li::before {
  background: url(../img/icons/cross.svg) no-repeat;
  content: "";
  position: relative;
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: contain;
}

.end {
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 700;
  display: block;
  color: #292444;
  font-family: "Caveat", cursive;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  opacity: 0.7;
  margin: 40px 0;
}
.end:after, .end::before {
  content: "";
  position: relative;
  height: 3px;
  width: 30%;
  background: #292444;
  border-radius: 50%;
}

.faq-img {
  max-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-img img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .faq-img img {
    max-height: 220px;
  }
}

.theme-btn {
  position: relative;
  padding: 12px 20px;
  border-radius: 100px;
  background: linear-gradient(#e31e24, #292444);
  color: white;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: clmap(13px, 1.4vw, 15px);
  font-weight: 500;
  letter-spacing: 2px;
  white-space: nowrap;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  gap: 5px;
  overflow: hidden;
  z-index: 3;
  transition: 0.3s;
}
.theme-btn.alt {
  background: #202020;
}
.theme-btn.white {
  background: white;
  color: #292444;
}
.theme-btn.white:hover {
  background: #292444;
  transition-delay: background 0.1s;
}
.theme-btn:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 50%;
  top: 0;
  left: -10px;
  background: #292444;
  transform: translateX(-100%) rotate(-45deg);
  z-index: -1;
  transition: 0.3s;
}
.theme-btn:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 50%;
  bottom: 0;
  left: -10px;
  background: #292444;
  transform: translateX(100%) rotate(-45deg);
  z-index: -1;
  transition: 0.3s;
}
.theme-btn .icon {
  width: 16px;
  height: 16px;
  background: url("../img/icons/plane.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1) brightness(100);
  flex-shrink: 0;
}
.theme-btn:hover {
  color: white;
  transition: 0.3s;
}
.theme-btn:hover .icon {
  filter: invert(1) brightness(100);
  transition: 0.3s;
}
.theme-btn:hover:after {
  transform: translateX(0px);
  transition: 0.3s;
}
.theme-btn:hover:before {
  transform: translateX(0px);
  transition: 0.3s;
}
@media (max-width: 576px) {
  .theme-btn {
    padding: 8px 15px;
    font-size: 14px;
  }
  .theme-btn .icon {
    height: 14px;
    width: 14px;
  }
}

.modal-md {
  max-width: 576px;
  height: -moz-max-content;
  height: max-content;
}
.modal-md .modal-content.card-bg {
  background: radial-gradient(circle, #fff 40%, #fdf7ff 100%);
  border-radius: 5px;
  border: 1px solid #111827;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-md .modal-content .close-button {
  background: #e31e24;
  border: 0;
  outline: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 6;
}
.modal-md .modal-content .close-button:before {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icons/cross.svg) no-repeat;
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: contain;
}

.popup-form-wrapper {
  position: relative;
  padding: 20px;
}
.popup-form-wrapper .form-heading-wrapper .card-heading {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-bottom: 1rem;
  color: #292444;
  font-weight: 700;
  font-size: clamp(22px, 2.8vw, 35px);
  position: relative;
  text-align: center;
  font-family: "Caveat", cursive;
}
.popup-form-wrapper .form-heading-wrapper .card-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(1);
  transform-origin: center;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background: #e31e24;
  transition: 0.3s;
}
.popup-form-wrapper .form-heading-wrapper .card-heading:hover::after {
  transform: translateX(-50%) scaleX(0.5);
}
.popup-form-wrapper form .form-group .iti {
  width: 100%;
}
.popup-form-wrapper form .form-group .form-control {
  background: white;
  font-size: clamp(12px, 2vw, 14px);
  font-family: "Poppins", sans-serif;
}
.popup-form-wrapper form .form-group .form-control::-moz-placeholder {
  font-size: clamp(12px, 2vw, 14px);
  font-family: "Poppins", sans-serif;
}
.popup-form-wrapper form .form-group .form-control::placeholder {
  font-size: clamp(12px, 2vw, 14px);
  font-family: "Poppins", sans-serif;
}

.bg-dark {
  background-image: linear-gradient(180deg, #393430 0%, #202020 100%);
}

.testimonial-section {
  position: relative;
  background: #fbeaea;
}
.testimonial-section .testi-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  overflow: hidden;
  transition: 0.3s;
}
.testimonial-section .testi-card::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg, #ffd580, #fbeaea);
  opacity: 0.07;
  transform: rotate(25deg);
  z-index: 0;
}
.testimonial-section .testi-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}
.testimonial-section .testi-card .profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 1;
}
.testimonial-section .testi-card .profile .icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #aec4fc;
  box-shadow: 0 0 10px rgba(36, 130, 194, 0.3);
}
.testimonial-section .testi-card .profile .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testi-card .profile .profile-name-wrap {
  display: flex;
  flex-direction: column;
}
.testimonial-section .testi-card .profile .profile-name-wrap .name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #292444;
  font-family: "Poppins", sans-serif;
}
.testimonial-section .testi-card .profile .profile-name-wrap .destination {
  font-size: clamp(18px, 2.2vw, 26px);
  color: #776e6e;
  font-family: "Caveat", cursive;
}
.testimonial-section .testi-card .profile-content-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  gap: 1rem;
  z-index: 1;
}
.testimonial-section .testi-card .profile-content-wrap::before {
  content: "“";
  position: absolute;
  top: -30px;
  left: -5px;
  font-size: 5rem;
  font-family: "Caveat", cursive;
  color: #cf0b61;
  opacity: 0.1;
  z-index: 0;
}
.testimonial-section .testi-card .profile-content-wrap p {
  color: #776e6e;
  line-height: 1.7;
  text-align: center;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}
.testimonial-section .testi-card .profile-content-wrap .star-list {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.testimonial-section .testi-card .profile-content-wrap .star-list li {
  width: 20px;
  height: 20px;
  background: url("../img/icons/star.svg") no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(44%) sepia(37%) saturate(1060%) hue-rotate(161deg) brightness(93%) contrast(89%);
  transition: 0.3s;
}
.testimonial-section .testi-card .profile-content-wrap .star-list li.mark {
  filter: brightness(0) saturate(100%) invert(82%) sepia(24%) saturate(6856%) hue-rotate(359deg) brightness(104%) contrast(105%);
}
@media (max-width: 576px) {
  .testimonial-section .testi-card {
    align-items: center;
    text-align: center;
    padding: 1.5rem;
  }
  .testimonial-section .testi-card .profile {
    flex-direction: column;
  }
  .testimonial-section .testi-card .profile .profile-name-wrap {
    align-items: center;
  }
  .testimonial-section .testi-card .profile-content-wrap {
    align-items: center;
  }
  .testimonial-section .testi-card .profile-content-wrap .star-list {
    justify-content: center;
  }
  .testimonial-section .testi-card .profile-content-wrap .star-list li {
    width: 16px;
    height: 16px;
  }
}

.reviews-section {
  position: relative;
  background: url("../img/cta-banner-three.webp") center/cover no-repeat;
  z-index: 5;
  padding: 3rem 1rem;
  overflow: hidden;
}
.reviews-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(41, 36, 68, 0.8) 0%, #202020 100%);
  z-index: -1;
  opacity: 0.4;
}
.reviews-section .heading-title,
.reviews-section .main-heading strong {
  color: #fff;
}
.reviews-section .form-wrap-heading {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: white;
  text-align: center;
  margin-bottom: 2.5rem;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.reviews-section .form-wrap-heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(60deg, #ffd580, #fbeaea);
  border-radius: 3px;
}
.reviews-section .single-rating {
  background: rgba(41, 36, 68, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1.5rem;
  border-radius: 92% 8% 94% 6%/11% 95% 5% 89%;
  display: block;
  text-align: center;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.reviews-section .single-rating::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(60deg, #ffd580, #fbeaea) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  transition: 0.3s;
  opacity: 0;
}
.reviews-section .single-rating:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(32, 32, 32, 0.3);
}
.reviews-section .single-rating:hover::before {
  opacity: 1;
}
.reviews-section .single-rating:hover img {
  transform: scale(1.1);
}
.reviews-section .single-rating img {
  width: auto;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
  filter: drop-shadow(0 2px 4px rgba(32, 32, 32, 0.2));
}
.reviews-section .single-rating.fb img {
  filter: invert(1) brightness(100) drop-shadow(0 2px 2px rgba(32, 32, 32, 0.5));
}
.reviews-section .single-rating .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  gap: 0.5rem;
}
.reviews-section .single-rating .rating .icon {
  display: flex;
  gap: 4px;
}
.reviews-section .single-rating .rating .icon li span {
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: 0.3s;
}
.reviews-section .single-rating .rating .icon.star li span {
  -webkit-mask-image: url(../img/icons/star.svg);
          mask-image: url(../img/icons/star.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  background: linear-gradient(to right, #ffd580, #ffa135);
}
.reviews-section .single-rating .rating .icon.circle li span {
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(32, 32, 32, 0.2);
}
.reviews-section .single-rating .rating .icon.green li span {
  background: #00AA6C;
}
.reviews-section .single-rating .rating .icon li:last-child span {
  background: rgba(119, 110, 110, 0.7);
}
.reviews-section .single-rating .rating .text {
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(32, 32, 32, 0.3);
}
@media (min-width: 992px) {
  .reviews-section .row > div:nth-child(odd) .single-rating:hover {
    box-shadow: 0 0 15px rgba(207, 11, 97, 0.4);
  }
  .reviews-section .row > div:nth-child(even) .single-rating:hover {
    box-shadow: 0 0 15px rgba(36, 130, 194, 0.4);
  }
}
@media (max-width: 991px) {
  .reviews-section .heading-wrap {
    flex-grow: 1;
  }
  .reviews-section .heading-wrap span {
    text-align: center;
    display: block;
  }
}
@media (max-width: 768px) {
  .reviews-section {
    padding: 2rem 0.5rem;
  }
  .reviews-section .single-rating {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .reviews-section .rating {
    flex-direction: column;
    gap: 0.5rem !important;
  }
  .reviews-section .rating .text {
    margin-left: 0 !important;
  }
}

.contact-section {
  position: relative;
}
.contact-section .contact-wrap {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.contact-section .contact-wrap iframe {
  width: 100%;
  height: 100%;
}

.contact-detail-section {
  position: relative;
}
.contact-detail-section .social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  justify-content: start;
  gap: 10px;
  transition: 0.355s;
  height: 100%;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 2rem;
  border-radius: 10px;
}
.contact-detail-section .social-item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #292444;
  transition: 0.355s;
  flex-shrink: 0;
}
.contact-detail-section .social-item .icon img {
  height: 26px;
  filter: invert(1) brightness(100);
  transition: 0.355s;
}
.contact-detail-section .social-item .icon-text-wrap {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.contact-detail-section .social-item .icon-text-wrap span {
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 30px);
  color: #292444;
  font-family: "Caveat", cursive;
}
.contact-detail-section .social-item .icon-text-wrap strong {
  font-weight: 500;
  font-size: clamp(14px, 2vw, 16px);
}

.activities-counter {
  padding-top: 40px;
}
.activities-counter .single-activity {
  display: flex;
  align-items: center;
  gap: 20px;
}
.activities-counter .single-activity .icon {
  width: 46px;
  height: 46px;
  filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(1817%) hue-rotate(224deg) brightness(94%) contrast(86%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(20%) sepia(45%) saturate(7304%) hue-rotate(350deg) brightness(91%) contrast(90%);
}
.activities-counter .single-activity .icon.happy-traveller {
  background-image: url("../img/icons/traveller.svg");
}
.activities-counter .single-activity .icon.tour-success {
  background-image: url("../img/icons/tour-experience.svg");
}
.activities-counter .single-activity .icon.tour-review {
  background-image: url("../img/icons/review.svg");
}
.activities-counter .single-activity .icon.tour-guide {
  background-image: url("../img/icons/guide.svg");
}
.activities-counter .single-activity .content .number {
  font-family: "Caveat", cursive;
}
.activities-counter .single-activity .content .number span {
  font-weight: 700;
  font-size: clamp(22px, 3vw, 40px);
  color: #e31e24;
}
.activities-counter .single-activity .content .text {
  color: #776e6e;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .activities-counter {
    border-bottom: 0;
    border-top: 0;
  }
}
@media (max-width: 576px) {
  .activities-counter {
    padding: 20px 0;
  }
  .activities-counter .single-activity {
    flex-direction: column;
    gap: 10px;
  }
  .activities-counter .single-activity .content {
    text-align: center;
  }
}

.blog-wrap .blog-card {
  background: #fff;
  border-radius: 12px;
  padding: 10px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-wrap .blog-card .blog-title {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 600;
  color: #202020;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  transition: color 0.3s;
}
.blog-wrap .blog-card .blog-title:hover {
  color: #2482c2;
}
.blog-wrap .blog-card a {
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 500;
  color: #2482c2;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  position: relative;
  transition: 0.3s;
  white-space: nowrap;
}
.blog-wrap .blog-card a::after {
  content: "→";
  margin-left: 0.4rem;
  transition: margin-left 0.3s;
}
.blog-wrap .blog-card a:hover {
  color: #2f4858;
}
.blog-wrap .blog-card a:hover::after {
  margin-left: 0.6rem;
}
.blog-wrap .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}/*# sourceMappingURL=style.css.map */