h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.heroSecBadges {
  justify-content: center;
  margin: 20px 0 0 0;
}
#heroSec {
  width: 100%;
  background:
    url("/assets/images/businessListingTemplate/travelHeroBg.png") no-repeat,
    linear-gradient(#0c1647, #0c1647);
  background-position: center;
  background-size: cover;
  align-content: center;
  padding: 100px 40px;
}

#heroSec .heroSecContainer {
  display: flex;
  gap: 40px;
  flex-direction: column;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  text-align: center;
  justify-content: space-between;
}

#heroSec .heroSecContainer .heroSecInnerBox .companyNameBox {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .companyNameBox
  .companyProfileItem {
  text-align: left;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .companyNameBox
  .companyProfileItem
  span {
  background: linear-gradient(190deg, #f97316, #ea580c);
  color: #fff;
  border-radius: 13.37px;
  padding: 4px;
  font-size: 32.09px;
  font-family: "playfair display", serif;
  font-weight: 400;
  line-height: 42.8px;
  display: inline-block;
  height: 64.18px;
  min-width: 64.18px;
  align-content: center;
  text-align: center;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .companyNameBox
  .companyProfileItem
  h3 {
  color: #fff;
  font-size: 32.09px;
  font-family: "playfair display", serif;
  font-weight: 400;
  line-height: 42.8px;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .companyNameBox
  .companyProfileItem
  p {
  font-size: 16.04px;
  font-family: "montserrat", serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 21.4px;
}

#heroSec .heroSecContainer .heroSecInnerBox .ButtonBox {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .ButtonBox
  span.highNetClientsBadge {
  font-size: 18.72px;
  font-family: "montserrat", serif;
  font-weight: 400;
  background: #ffffff1f;
  color: #ffffff;
  line-height: 26.7px;
  border: 1px solid #ffffff30;
  padding: 13px 41px;
  border-radius: 50px;
}

#heroSec
  .heroSecContainer
  .heroSecInnerBox
  .ButtonBox
  span.highNetClientsBadge
  span {
  display: inline-flex;
  width: 10.7px;
  height: 10.7px;
  background: #f59e0b;
  border-radius: 50%;
  opacity: 50.73%;
  position: relative;
  top: -1.5px;
  left: -6px;
}

#heroSec .heroSecContainer .heroSecInnerBox h1 {
  color: #fff;
  font-size: 128.36px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 160.4px;
  max-width: 1093px;
  margin: auto;
}

#heroSec .heroSecContainer .heroSecInnerBox h1 span {
  color: #ce8924;
}

#heroSec .heroSecContainer .heroSecInnerBox p.heroSecPara {
  font-size: 32.09px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 42.8px;
  color: #e5e7eb;
  max-width: 969px;
  margin: 40px auto;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox {
  display: flex;
  gap: 20px;
  margin: 10px 0 0;
  justify-content: center;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox a {
  font-size: 21.39px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 32.1px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px;
  height: 85.57px;
  text-align: center;
  width: 358.18px;
  border-radius: 50px;
  align-content: center;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox a.secondaryButton {
  background-color: #ce8924;
  border: 1px solid #ce8924;
}

#heroSec .heroSecContainer .heroSecInnerBox .infoButtonBox a.outlinedButton {
  background: #ffffff1f;
  border: 1px solid #ffffff30;
}

#sec3 {
  padding: 100px 0px;
}

#sec3 .sec3Container {
  padding: 20px;
  max-width: 1647px;
  width: 100%;
  margin: auto;
}

#sec3 .sec3HeadingBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sec3 .sec3HeadingBox span.subHeading {
  color: #ce8924;
  font-size: 18.72px;
  font-family: "montserrat", serif;
  font-weight: 700;
  letter-spacing: 0.94px;
  line-height: 26.7px;
  background: #f59e0b21;
  padding: 13px 24px;
  border-radius: 50px;
  text-transform: uppercase;
}

#sec3 .sec3HeadingBox h2 {
  color: #1e3a8a;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 80.2px;
  position: relative;
  margin: 30px 0 10px;
}

#sec3 .sec3HeadingBox h2 span {
  color: #f59e0b;
}

#sec3 .sec3HeadingBox p {
  font-size: 20px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 37.4px;
  color: #4a5565;
}

#sec3 .featuredItemsBoxes {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 60px 0;
}

#sec3 .featuredItemBox {
  flex: 0 0 482.12px;
  border-radius: 27.2px;
  overflow: hidden;
  box-shadow:
    0px 11.34px 17px -3.4px #00000014,
    0px 4.53px 6.8px -4.53px #00000014;
}

#sec3 .featuredItemBox .featuredImageBox {
  position: relative;
}

#sec3 .featuredItemBox .featuredImageBox img {
  width: 100%;
  display: block;
}

#sec3 .featuredItemBox .featuredImageBox::before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #000000a8, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#sec3 .featuredItemBox .featuredImageBox .categoryBatch {
  position: absolute;
  top: 24px;
  left: 30px;
  background: #ffffffdb;
  backdrop-filter: blur(2px);
  color: #0f172a;
  padding: 7px 19px;
  border-radius: 50px;
  font-size: 15.87px;
  font-weight: 700;
  font-family: "montserrat", serif;
  line-height: 22.7px;
  z-index: 2;
}

#sec3 .featuredItemBox .featuredImageBox .featuredImageBoxContent {
  padding: 30px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

#sec3 .featuredItemBox .featuredImageBox .featuredImageBoxContent h3 {
  color: #ffffff;
  font-size: 34.01px;
  font-family: "playfair display", serif;
  font-weight: 600;
  line-height: 40.8px;
  margin-bottom: 10px;
}

#sec3 .featuredItemBox .featuredImageBox .featuredImageBoxContent p {
  color: #e5e7eb;
  font-size: 15.87px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 22.7px;
}

#sec3 .featuredItemBox .featuredContentBox {
  padding: 24px 30px;
}

#sec3 .featuredItemBox .featuredContentBox .priceAndDurationBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sec3 .featuredItemBox .featuredContentBox .priceAndDurationBox span {
  color: #6a7282;
  font-size: 15.87px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 40.7px;
}

#sec3 .featuredItemBox .featuredContentBox .priceAndDurationBox h4 {
  color: #2d3b68;
  font-size: 34.09px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 42.8px;
  font-variant: lining-nums;
}

#sec3 .featuredItemBox .featuredContentBox .priceAndDurationBox h5 {
  color: #0f172a;
  font-size: 18.14px;
  font-family: "montserrat", serif;
  font-weight: 700;
  line-height: 27.2px;
}

#sec3 .featuredItemBox .featuredContentBox .featuredCtaBox {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  align-items: center;
}

#sec3 .featuredItemBox .featuredContentBox .featuredCtaBox span {
  color: #4a5565;
  font-size: 15.87px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 22.7px;
}

#sec3 .featuredItemBox .featuredContentBox .featuredCtaBox a {
  color: #f97316;
  font-size: 18.14px;
  font-family: "montserrat", serif;
  font-weight: 700;
  line-height: 27.7px;
  text-decoration: none;
}

#sec3 .ctaBox {
  text-align: center;
}

#sec3 .ctaBox a {
  background-color: #2d3b68;
  border: #2d3b68;
  font-size: 21.39px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 32.1px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 20px 42px;
  border-radius: 50px;
  box-shadow: 0 13.37px 20.06px 4px #0000001a;
}

#sec4 {
  padding: 100px 0px;
}

#sec4 .sec4Container {
  padding: 20px;
  max-width: 1647px;
  width: 100%;
  margin: auto;
}

#sec4 .sec4HeadingBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sec4 .sec4HeadingBox span.subHeading {
  color: #ce8924;
  font-size: 18.72px;
  font-family: "montserrat", serif;
  font-weight: 700;
  letter-spacing: 0.94px;
  line-height: 26.7px;
  background: #f59e0b21;
  padding: 13px 24px;
  border-radius: 50px;
  text-transform: uppercase;
}

#sec4 .sec4HeadingBox h2 {
  color: #1e3a8a;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 80.2px;
  position: relative;
  margin: 30px 0 10px;
}

#sec4 .sec4HeadingBox h2 span {
  color: #f59e0b;
}

#sec4 .sec4HeadingBox p {
  font-size: 20px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 37.4px;
  color: #4a5565;
}

#sec4 .whyChooseItemsBoxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 60px 0;
}

#sec4 .whyChosseItemBox {
  flex: 0 0 476.1px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

#sec5 {
  padding: 100px 0px;
  background: #192666;
}

#sec5 .sec5Container {
  padding: 20px;
  max-width: 1516px;
  width: 100%;
  margin: auto;
  color: #ffffff;
}

#sec5 .sec5Container .sec5HeadingBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sec5 .sec5Container .sec5HeadingBox span.subHeading {
  color: #ce8924;
  font-size: 18.72px;
  font-family: "montserrat", serif;
  font-weight: 700;
  letter-spacing: 0.94px;
  line-height: 26.7px;
  background: #ce892424;
  padding: 13px 24px;
  border-radius: 50px;
  text-transform: uppercase;
}

#sec5 .sec5Container .sec5HeadingBox h2 {
  color: #ffffff;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  position: relative;
  font-variant: lining-nums;
  margin: 30px 0 20px;
}

#sec5 .sec5Container .sec5HeadingBox h2 span {
  color: #f59e0b;
}

#sec5 .sec5Container .sec5HeadingBox p {
  color: #d1d5dc;
  font-size: 20px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 37.4px;
}

#sec5 .sec5Container .sec5ExpertItemsBox {
  display: flex;
  gap: 30px;
  max-width: 1511px;
  margin: 60px auto 0px;
  justify-content: space-around;
}

#sec5 .sec5Container .sec5ExpertItemsBox .expertItemBox {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px #0000001b;
  max-width: 737.54px;
  width: 100%;
  background: #ffffff12;
  border: 1px solid #ffffff0f;
  height: 524.4px;
}

#sec5 .expertItemBox .expertCoverImgBox {
  position: relative;
  max-width: 294.11px;
  width: 100%;
}

#sec5 .expertItemBox .expertCoverImgBox img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#sec5 .expertItemBox .expertCoverImgBox span {
  color: #ffffff;
  background: #f97316;
  font-size: 13.53px;
  font-family: "montserrat", serif;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.68px;
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 13px;
  text-transform: uppercase;
  border-radius: 50px;
}

#sec5 .expertItemBox .expertContentBox {
  flex: 1;
  padding: 30px;
}

#sec5 .expertItemBox .expertContentBox h3 {
  color: #ffffff;
  font-size: 33.83px;
  font-family: "playfair display", serif;
  font-weight: 600;
  line-height: 40.6px;
  margin-bottom: 20px;
}

#sec5 .expertItemBox .expertContentBox p.expertLocation,
#sec5 .expertItemBox .expertContentBox p.expertDuration {
  font-size: 14px;
  font-family: "montserrat", serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 22.6px;
  margin: 14px 0 0;
  display: flex;
  align-items: center;
}

#sec5 .expertItemBox .expertContentBox p img {
  margin-right: 6px;
}

#sec5 .expertItemBox .expertContentBox .expertSpecializationBox {
  margin-top: 20px;
}

#sec5 .expertItemBox .expertContentBox .expertSpecializationBox h5 {
  font-size: 13.53px;
  font-family: "montserrat", serif;
  font-weight: 600;
  color: #99a1af;
  letter-spacing: 0.68px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

#sec5 .expertItemBox .expertContentBox .expertSpecializationBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#sec5 .expertItemBox .expertContentBox .expertSpecializationBox ul li {
  background: #ffffff14;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 13.53px;
  font-family: "Montserrat", serif;
  font-weight: 300;
}

#sec5 .expertItemBox .expertContentBox .priceAndDurationBox {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ffffff3d;
}

#sec5 .expertItemBox .expertContentBox .priceAndDurationBox span {
  color: #99a1af;
  font-size: 15.87px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 40.7px;
}

#sec5 .expertItemBox .expertContentBox .priceAndDurationBox h4 {
  color: #ce8924;
  font-size: 40.6px;
  font-family: "montserrat", serif;
  font-weight: 700;
  line-height: 45.8px;
  font-variant: lining-nums;
}

#sec5 .expertItemBox .expertAppointmentBtn {
  background-color: #ce8924;
  border: 1px solid #ce8924;
  font-size: 18.04px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 27.1px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  display: block;
  margin-top: 30px;
}

#sec6 {
  padding: 100px 0 0;
}

#sec6 .sec6Container {
  padding: 20px;
  max-width: 1647px;
  width: 100%;
  margin: auto;
}

#sec6 .sec6HeadingBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sec6 .sec6HeadingBox span.subHeading {
  color: #ce8924;
  font-size: 18.72px;
  font-family: "montserrat", serif;
  font-weight: 700;
  letter-spacing: 0.94px;
  line-height: 26.7px;
  background: #f59e0b21;
  padding: 13px 24px;
  border-radius: 50px;
  text-transform: uppercase;
}

#sec6 .sec6HeadingBox h2 {
  color: #1e3a8a;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  line-height: 80.2px;
  position: relative;
  margin: 30px 0 10px;
}

#sec6 .sec6HeadingBox h2 span {
  color: #f59e0b;
}

#sec6 .sec6HeadingBox p {
  font-size: 20px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 37.4px;
  color: #4a5565;
}

#sec6 .featuredItemsBoxes {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 60px 0;
  padding: 0 24px;
}

#sec6 div.swiper-wrapper {
  padding: 0 0 70px;
}

#sec6 .swiper-button-prev {
  color: #ffffff;
  background: #5c6592;
  padding: 10px 22px;
  border-radius: 50%;
  transition: all 0.3s;
  gap: 20px;
  left: 0 !important;
  border: 3px solid #fff;
  height: 50px;
  width: 50px;
}

#sec6 .swiper-button-next {
  color: #ffffff;
  background: #5c6592;
  padding: 10px 22px;
  border-radius: 50%;
  transition: all 0.3s;
  gap: 20px;
  right: 0 !important;
  border: 3px solid #fff;
  height: 50px;
  width: 50px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 16px !important;
  color: #ffffff;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 50px;
  background: #f59e0b !important;
}

span.swiper-pagination-bullet {
  background: #f59e0b !important;
  transition: width 0.3s ease;
}

#sec6 .featuredItemBox {
  border-radius: 27.2px;
  overflow: hidden;
  box-shadow:
    0px 11.34px 17px -3.4px #00000014,
    0px 4.53px 6.8px -4.53px #00000014;
}

#sec6 .featuredItemBox .featuredImageBox {
  position: relative;
}

#sec6 .featuredItemBox .featuredImageBox img {
  width: 100%;
  display: block;
}

#sec6 .featuredItemBox .featuredImageBox::before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #000000a8, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#sec6 .featuredItemBox .featuredImageBox .featuredImageBoxContent {
  padding: 20px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

#sec6 .featuredItemBox .featuredImageBox .featuredImageBoxContent h3 {
  color: #ffffff;
  font-size: 20.36px;
  font-family: "playfair display", serif;
  font-weight: 400;
  line-height: 31.7px;
}

#sec6 .featuredItemBox .featuredContentBox {
  padding: 24px 30px;
}

#sec6 .featuredItemBox .featuredContentBox .priceAndDurationBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

#sec6 .featuredItemBox .featuredContentBox .priceAndDurationBox p {
  color: #364153;
  font-size: 18.1px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 29.4px;
}

#sec6 .featuredItemBox .featuredContentBox .reviewUserInfo {
  display: flex;
  border-top: 1px solid #e5e7eb;
  margin-top: 20px;
  padding: 20px 0 0;
  width: 100%;
  gap: 24px;
  align-items: center;
}

#sec6 .featuredItemBox .featuredContentBox .reviewUserInfo img {
  max-width: 63.36px;
  height: 63.36px;
  object-fit: cover;
  object-position: center;
  border-radius: 100px;
}

#sec6 .featuredItemBox .featuredContentBox .reviewUserInfo h5 {
  color: #0f172a;
  font-size: 20.36px;
  font-family: "montserrat", serif;
  font-weight: 700;
  line-height: 31.7px;
}

#sec6 .featuredItemBox .featuredContentBox .reviewUserInfo h6 {
  color: #4a5565;
  font-size: 15.84px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 22.6px;
}

#sec6
  .featuredItemBox
  .featuredContentBox
  .reviewUserInfo
  .reviewUserNameInfoBox
  img {
  max-width: 13.58px;
  height: 13.58px;
  object-fit: contain;
  object-position: center;
}
