@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fjalla One", sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lightgrey {
  /* background: rgb(246, 248, 252); */
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background: var(--primarycolor);
  color: #fff;
  font-size: 20px;
  padding: 8px;
  border-radius: 10px;
}

.commonbox {
  /* background-color: #fff; */
  border-radius: 0px;
  /* -webkit-box-shadow: 2px 2px 5px 0 #00000014; */
  /* box-shadow: 2px 2px 5px 0 #00000014; */
  padding: 15px 15px;
  /* border: 1px solid #e7e7e7; */
  /* border-radius: 10px; */
}

.commonbox h2 {
  /* border-bottom: 1px solid #e8e8e8; */
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  /* font-size: 28px; */
  text-align: center;
  font-weight: 700;
  color: #000000;
}

.commonbox.tbpad {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-cta,
.whyusmob,
.fixed-btn2,
.mobileheader {
  display: none;
}

.box_inner ul {
  background: #f2f2f2;
}

.box_inner ul li {
  border-top: 1px solid rgb(255, 255, 255);
  padding: 7px 10px;
  font-size: 13px;
}

.progressset {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  z-index: 999;
  min-width: 100%;
}

.pageprogress {
  transition: all linear 0.1s;
  min-width: 0%;
  height: 5px;
}

.progressbg {
  background: #f9f9f9;
}

header {
  padding: 5px 10px;
  background: #ffffff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-bottom: 1px solid #eaeaea;
  margin: 5px;
  border-radius: 10px;
  border: 1px solid #dddddd;
}

header h1 {
  font-size: 1.8rem;
  font-weight: 700;
}

header p {
  font-size: 1rem;
  margin-bottom: 0;
}

header ul {
  padding: 0;
  text-align: right;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

header ul li a {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  display: inline;
  font-family: arial;
  display: flex;
}

.logo {
  display: block;
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
  /* padding: 5px; */
  /* background: #c52306; */
  text-align: center;
}

.logo img {
  width: 100%;
}

header h2 {
  font-size: 25px;
  margin-bottom: 0;
}

header p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  /* text-align: center; */
}

.homeslide {
  position: relative;
  background: linear-gradient(to bottom, #fe55181f, #ffffff);
  padding: 50px 0;
  /* border-bottom: 1px solid #ebebeb; */
  /* margin: 6px; */
  /* border-radius: 10px; */
  /* border: 1px solid #d6d6d6; */
  background: linear-gradient(135deg, #f8f0ed 0%, #F3F8FF 40%, #EAF2FF 70%, #ffeee4 100%);
  margin: 5px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}


.slideimg img {
  width: 27%;
  object-fit:cover;
  position:absolute;
  left:50%;
  top:80%;
  z-index:0;
  transform:translate(-50%, -90%);
  animation:bounce 2s ease-in-out infinite alternate;
}

@keyframes bounce {
  0% {
    transform:translate(-50%, -90%);
  }

  100% {
    transform:translate(-50%, -95%);
  }
}

.slidecontent {
  /* min-width: 70%; */
  /* display: flex; */
  /* flex-direction: column; */
  /* position: absolute; */
  z-index: 2;
  top: 50%;
  left: 50%;
  /* margin-left: -293px; */
  box-sizing: border-box;
  /* align-items: center; */
  /* text-align: center; */
  /* justify-content: center; */
  /* transform: translate(-50%, -50%); */
}

.slidecontent h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 17px;
  padding-right: 15px;
}

.slidecontent h3 span {
  padding: 0 4px;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  background: #c52306;
}

.slidecontent h2 {
  color: #070707;
  font-size: 35px;
  font-weight: 800;
  line-height: 42px;
  /* text-shadow: 2px 2px #000000; */
  border-left: 5px solid #c92a0d;
  padding-left: 10px;
}

.slidecontent h2 span {
  color: #c92a0d;
  font-weight: 700;
  text-transform: uppercase;
  /* text-shadow: 2px 2px #ffeded; */
  display: inline-block;
  font-size: 45px;
  max-width: min-content;
  line-height: 65px;
}

.slidecontent .ctndraw {
  width: 100%;
  margin: 15px 0;
  min-height: 1px;
  background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #fff 49.17%, hsla(0, 0%, 88%, .05));
}

.slidecontent .tprice {
  color: #e0e0e0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.slidecontent .tprice .inprice {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  margin: 0 5px 0 10px;
}

.slidecontent .tprice .closeprice {
  color: #e0e0e0;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  margin-right: 15px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.slidecontent a {
  margin-top: 15px;
  /* width: 184px; */
  /* height: 45px; */
  line-height: 45px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f87a5f, #c52306);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  border-radius: 100px;
}

.menu {
  background: #c52306;
  padding: 3px 0 3px;
}

.homeicon {
  float: left;
  background: rgb(255 255 255);
  padding: 6px 9px;
  border-radius: 7px;
  margin-right: 5px;
}

.homeicon img {
  width: 24px;
}

.menu ul.topmenu {
  list-style: none;
  padding: 0%;
  margin: 0%;
  text-align: left;
  float: left;
}

.menu ul.topmenu li {
  display: inline-block;
}

.menu ul.topmenu li a {
  padding: 0.5rem 0.7rem;
  display: block;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 100px;
}

.menu ul.topmenu li a.is-current {
  background: #ffffff;
  color: #c52306;
}

.menu ul.topmenu li a:active {
  color: #fff;
  background: blue;
  border-color: blue;
}

.topmenu li img {
  width: 20px;
}

.fixed-header.has-sticky {
  display: block !important;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px;
  width: 100%;
  z-index: 99;
  top: 5px;
  backdrop-filter: blur(10px);
  animation: 0.35s ease-out 0s 1 normal none running slideDown;
}
.fixed-header.has-sticky header{
  display: none;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0px);
  }
}

.menu ul.childmenu {
  text-align: right;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  list-style: none;
  background: #ffffff;
  margin-top: 3px;
  border-bottom: 1px solid #c8c8c8;
  padding: 4px 70px 4px 2px;
}

.menu ul.childmenu li {
  display: inline-block;
}

.menu ul.childmenu a {
  padding: 0.3rem 0.7rem;
  display: block;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  background: linear-gradient(135deg, #f87a5f, #c52306);
  border-radius: 100px;
  border: 1px solid #dbdbdb;
}

.promisem {
  background-color: #fff;
  padding: 25px 0px 0;
}

.promisebox {
  background: url(../images/promise-bg.svg) center bottom / cover;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  align-items: center;
}

.promisebox .promise-set1 {
  flex: 0 0 25%;
}

.promisebox .promise-set1 h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 21px;
  margin-bottom: 0;
}

.promisebox .promise-set2 {
  flex: 0 0 75%;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(229, 229, 229);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0.25px 3px, rgba(0, 0, 0, 0.19) 0px 2.75px 9px;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.promisebox .promise-set2 .set2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.promisebox .promise-set2 .set2 img {
  width: 80px;
  height: 80px;
}

.promisebox .promise-set2 .set2 h3 {
  font-size: 18px;
  margin-bottom: 0;
  color: #465986;
}

.promisebox .promise-set2 .set2 h3 img {
  width: 20px;
  height: 20px;
}

.promisebox .promise-set2 .set2 p {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
  color: #465986;
}

.ctabox {
  font-family: "Montserrat", sans-serif;
  padding: 30px 0px;
  background: linear-gradient(135deg, #f87a5f, #c52306);
}

.ctabox h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.ctabox form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ctabox .countryno {
  box-shadow: 2px 2px 5px #888;
  background: #000000;
  text-align: center;
  border-radius: 6px;
  font-size: 20px;
  width: 7%;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.ctabox form input[type=tel] {
  border-radius: 5px;
  border: 0;
  box-shadow: 2px 2px 5px #888;
  height: 40px;
  width: 70%;
}

.ctabox form input[type=submit] {
  background-color: #000000;
  border: 0;
  color: #ffffff;
  border-radius: 5px;
  width: 33%;
  height: 40px;
}

.how-it-work {
  padding: 20px 0px;
}

.elementor-widget-container {
  padding: 25px;
  text-align: center;
  background: linear-gradient(
135deg, #f87a5f, #c52306);
  height: 100%;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}

.ha-steps-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 46px;
  height: 150px;
  width: 150px;
  background: #ffffff;
}

.ha-step-arrow {
  width: 60px;
  border-color: rgb(155, 155, 155);
}

.ha-steps-icon img {
  width: 70px;
  filter: invert(1);
}

.ha-steps-icon .ha-steps-label {
  position: absolute;
  top: 5px;
  right: 0px;
  overflow: hidden;
  padding: 8px 10px;
  max-width: 200%;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 20px;
  color: rgb(255 255 255);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}

.ha-steps-title {
  margin-bottom: 10px;
  color: rgb(255 255 255);
  font-size: 17px;
  letter-spacing: 0.6px;
  font-weight: 900;
}

.ha-step-description {
  color: rgb(227 227 227);
  font-size: 14px;
}

.ha-steps-label {
  color: rgb(49, 62, 100);
  background: rgb(0 0 0);
}



.tripplan {
  padding: 30px 0px;
  font-family: "Montserrat", sans-serif;
  background: #464646;
  background-size: cover;
  background-blend-mode: color;
}

.tripplan ul {
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: center;
}

.tripplan ul li .tripcounter {
  color: #cb2d10;
  font-size: 60px;
  font-weight: 700;
  /* text-shadow: 2px 2px #000000; */
  -webkit-text-stroke: 1px #ffffff;
  font-family: 'Poppins';
}

.tripplan ul li p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

.whyrow ul {
  background-image: linear-gradient(#c52306, #4fa8f0);
  padding: 14px 20px;
  border-radius: 16px;
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.whyrow ul li {
  background: #fff;
  padding: 10px;
  border-radius: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 0 0 24%;
}

.whyrow ul img {
  width: 60px;
  height: 60px;
}

.whyrow ul h6 {
  margin-bottom: 0;
  font-size: 15px
}

.cabsbook>.swiper-wrapper {
  margin-bottom: 40px;
}

.f12b {
  margin-bottom: 5px;
  font-size: 12px;
  margin-top: 5px;
}

.am_ttl2 {
  list-style: circle;
  /* padding-left: 20px; */
  margin-bottom: 10px;
}

.am_ttl2 li {
  font-size: 10px;
}

.scrolllist {
  padding: 5px;
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.scrolllist .swiper-slide {
  box-shadow: none !important;
  border: 0 !important;
}





.scrolllist .swiper-button-next,
.scrolllist .swiper-button-prev,
.slideone .swiper-button-next,
.slideone .swiper-button-prev,
.slidetwo .swiper-button-next,
.slidetwo .swiper-button-prev {
  background: rgb(227 237 255 / 48%);
  border-radius: 0px 10px 10px 0px;
  height: 27px;
}

.cabbox ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.cabbox ul li {
  padding: 10px;
}

.cabbox ul li p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 7px;
}

.slideone .swiper-button-next {
  height: 20px;
  width: 20px;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  top: 22px;
  border-radius: 10px 0px 0px 10px;
}

.slideone .swiper-button-prev {
  height: 20px;
  width: 20px;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  top: 22px;
}

.slideone .swiper-button-prev:after,
.slideone .swiper-button-next:after {
  color: #fff !important;
  font-size: 10px !important;
}

.scrolllist .swiper-button-next::after,
.scrolllist .swiper-button-prev::after,
.slideone .swiper-button-next::after,
.slideone .swiper-button-prev::after,
.slidetwo .swiper-button-next::after,
.slidetwo .swiper-button-prev::after {
  color: #000;
  font-size: 14px;
}

.scrolllist .swiper-button-next.swiper-button-disabled,
.scrolllist .swiper-button-prev.swiper-button-disabled,
.slideone .swiper-button-prev.swiper-button-disabled,
.slideone .swiper-button-next.swiper-button-disabled,
.slidetwo .swiper-button-prev.swiper-button-disabled,
.slidetwo .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.scrollexpert ul {
  display: inline-block;
  white-space: nowrap;
  overflow-x: scroll;
  width: 100%;
}

.scrollexpert ul li {
  display: inline-block;
  font-size: 11px;
  border: 1px solid #ddd;
  padding: 5px 5px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 4px;
}

.onebox {
  font-size: 9px;
  border: 1px solid #ddd;
  padding: 3px 2px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 4px;
}

.scrolllist .swiper-button-next {
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px 0px 0px 10px;
}

.scrolllist .swiper-button-prev {
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
}

.scrolllist .swiper-button-next:after,
.scrolllist .swiper-button-prev:after {
  color: #fff;
  font-size: 11px;
}

.pbtn {
  display: flex;
  gap: 5px;
  background: #17254e;
  justify-content: space-between;
  padding: 6px 6px;
  border-radius: 10px;
}

.packagebtn {}

.packagebtn a {
  background: rgb(255 255 255 / 12%);
  border-radius: 5px;
  padding: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.packagebtn a img {
  width: 20px;
}

.packagebtn a span {
  color: #fff;
  font-size: 12px;
}

.pbtn .packbtn {}

.pbtn .packbtn a {
  background: #ee2737;
  color: #fff;
  display: block;
  border-radius: 50px;
  box-shadow: 1px 0px 7px 0px;
  padding: 4px 9px;
  font-size: 14px;
}

.outstation {
  padding: 20px 0px;
}

.outstation .outstationbox {
  padding: 20px 10px 20px;
}

.stationinner {
  background: #f8f8f8;
  /* box-shadow: 0 .25px 3px #0000000a, 0 2.75px 9px #00000030; */
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #0000001f;
}

.stationinner img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 10px;
}

.stationinner h6 {
  margin-bottom: 2px;
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}

.outstation .outstationbox .swiper-pagination {
  bottom: 0;
}

.imageslider img {
  width: 120px;
  border: 1px solid #fff;
  padding: 10px 0px;
  margin-top: 0px;
}

.marquee-carousel {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-bottom: 0;
  overflow: hidden;
}

.marquee-carousel .item-wrap {
  transform: translateX(0px);
  width: 400%;
  position: relative;
  white-space: nowrap;
  display: flex;
}

.tourpackage {
  padding: 20px 0 20px;
}

.tourpackage .tourtitle h2 {
  line-height: 33px;
  font-size: 22px;
  font-weight: 600;
  color: #202020;
  text-transform: capitalize;
  margin-bottom: 0;
}

.tourpackage .tourtitle h3 {
  line-height: 27px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #515151;
  text-transform: capitalize;
  margin-top: 0;
}

.tpcakage {
  margin-top: 20px;
  border: 1px solid #c9c7c7;
  box-shadow: 2px 2px 5px 0 #00000014;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.tpcakage img {
  border-radius: 10px;
  width: 100%;
  height: 340px;
  object-fit: cover;
  cursor: pointer;
}

.tpcakage .dayscount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
  width: 100%;
  margin: -44px auto 0px;
  background: rgb(0 0 0 / 45%);
  padding: 10px 10px;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
}

.tpcakage li .dcount {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.tpcakage .dayscount svg {
  margin-top: -8px;
}

.tpcakage .dayscount .rating {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 5px 0px 0px;
}

.tpcakage li span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.tpcakage h2 {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 10px;
}

.ilternarylist {
  background: linear-gradient(180deg, rgba(255, 186, 10, .1), rgba(255, 186, 10, 0));
  font-size: 12px;
  margin: 3px 0px;
  height: 36px;
}

.tamenities {
  margin-top: 10px;
}

.tamenities ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.tamenities ul li img {
  width: 32px;
  height: 32px;
}

.tamenities ul li p {
  margin-bottom: 0;
  font-size: 12px;
}

.tpcakage .tprice {
  display: flex;
  justify-content: flex-start;
  gap: 3px;
  align-items: center;
}

.tpcakage .tprice .mprice {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-right: 5px;
}

.tpcakage .tprice .sprice {
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration-line: line-through;
}

.tbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.packagebtn1 a {
  border: 1px solid #f37002;
  display: block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  border-radius: 7px;
}

.packagebtn1 a svg {
  color: #f37002;
}

.packagerequest1 a {
  background: #f37002;
  color: #fff;
  display: block;
  height: 51px;
  line-height: 51px;
  width: 100%;
  text-align: center;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
}

.packagerequest1 {
  display: inline-block;
  padding: 0px 10px;
  width: calc(100% - 100px);
}

.packagebtn1 {
  width: 51px;
  display: inline-block;
}

.tslide .swiper-button-prev,
.tslide .swiper-button-next {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  opacity: 1;
  transition: opacity .2s linear;
}

.tslide:hover .swiper-button-prev,
.tslide:hover .swiper-button-next {
  opacity: 1;
}

.tslide .swiper-button-prev:after,
.tslide .swiper-button-next:after {
  color: #637075;
  font-size: 13px;
  width: 30px;
  height: 30px;
  line-height: 15px;
  text-align: center;
}

.tslide .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .5;
}

.tslide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.tourpackagelist .swiper-button-next.tpbo,
.tourpackagelist .swiper-button-prev.tpbo {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
}

.tourpackagelist .swiper-button-next.tpbo:after,
.tourpackagelist .swiper-button-prev.tpbo:after {
  color: #000;
  font-size: 15px;
  font-weight: 700
}

.topattraction {
  font-family: "Montserrat", sans-serif;
  padding: 30px 0;
}

.topattraction h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.attraction .swiper-wrapper {
  margin-bottom: 30px;
}

.topattraction .attractionbox {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 5px;
}

.topattraction .attractionbox img {
  width: 100%;
  margin-bottom: 10px;
}

.topattraction .attractionbox h4 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 0px;
}

.benfittab {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.benfittab ul {
  white-space: nowrap;
  display: inline-block;
  overflow-x: scroll;
  width: 100%;
}

.benfittab ul li {
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.benfittab ul li img {
  width: 90px;
}

.benfittab ul li p {
  margin-bottom: 0;
  font-size: 10px;
}

.slidetwo {
  text-align: center;
  padding: 5px;
}

.slidetwo img {
  width: 90px;
}

.slidetwo p {
  margin-bottom: 0;
  font-size: 10px;
}

.placesnear {
  margin-top: 10px;
}

.placesnear .onebox {
  font-size: 10px;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plvi {
  font-weight: 700;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 6px;
}

.featurelist {
  margin: 30px 0px 10px;
}

.feature {
  padding: 30px 0px;
  font-family: "Montserrat", sans-serif;
}

.feature h2 {
  text-align: center;
  font-weight: 600;
}

.feature_box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  height: 70px;
}

.feature_box img {
  width: 30px;
}

.feature_box p {
  margin-bottom: 0;
  font-size: 14px;
}

#popupmodel .modelclosebtn {
  position: absolute;
  right: 0px;
  top: -11px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 100%;
  text-align: center;
  line-height: 33px;
  box-shadow: 0 -5px 15px rgba(82, 82, 82, .5);
  z-index: 2;
}

#popupmodel .modelclosebtn .btn-close {
  transition: all .2s ease-in-out;
  font-size: 13px;
}

#popupmodel .modelclosebtn .btn-close:hover {
  transform: rotate(90deg);
  color: #000;
  font-size: 14px;
}

.mainform h3 {
  color: #202020;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 3px;
}

.mainform h3 span {
  color: #c52306;
  font-weight: 600;
  margin-left: 5px;
}

.mainform p {
  color: #515151;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.mainform label {
  font-size: 14px;
  color: #cbcbcb;
  transition: all .1s linear;
}

.mainform label span {
  color: red;
}

.mainform .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.mainform .input-group-text {
  background: transparent;
  width: 14%;
  margin-right: 2%;
  border-radius: 5px;
}

.mainform .input-group input {
  border-radius: 5px;
}

.mainform textarea {
  height: 82px;
  margin-bottom: 11px;
}

.mainform input[type=submit] {
  border-radius: 7px;
  background: #f47625;
  width: 100%;
  height: 51px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all .1s linear;
  border: 0;
  text-decoration: none;
}

.mainform .form-floating,
.mainform .input-group-text {
  margin-bottom: 11px;
}

.mainform .form-floating .form-control {
  height: 52px;
  min-height: 52px;
  padding: .7rem .75rem 0;
  font-size: 14px;
}


.details_form {
  background: #ececec;
  padding: 18px 10px;
  border-radius: 10px;
}

.details_form p {
  /* margin-bottom: 0; */
  font-size: 13px;
  color: #fff
}

.details_form input {
  height: 38px
}

.details_form .btn {
  line-height: .5;
  background: #000;
  border: none;
  text-transform: capitalize;
}

.details_form img {
  margin-bottom: 5px
}

.details_form .input-group-text {
  padding: 4px;
  font-size: .8rem
}

.form-number {
  background: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 5px 0 0;
  color: #b3b3b3;
  line-height: 40px;
  height: 38px;
  border: 1px solid #c9c9c9
}

.details_form img {
  width: 23px
}

footer {
  padding: 3rem 0 0;
  background: #1c1c1c;
}

footer h3 {
  color: #e5593d;
  border-bottom: 1px solid #757575;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

footer h5 {
  color: #c9c9c9;
  margin-bottom: 0;
  font-size: 1rem;
}

footer .footerfirst ul {
  margin-top: 1rem;
  padding-left: 0;
  list-style: none;
}

footer .footerfirst ul li {
  margin-bottom: 1rem;
}

footer .footerfirst ul li a {
  color: #d0d0d0;
}

footer .footerfirst ul li a i {
  margin-right: 0.6rem;
}

footer h6 {
  color: #f9f9f9
}

footer .approved img {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 10px
}

footer .accept img {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 100%
}

.disclamier {
  background: #f2ead3;
}

.disclamier p {
  margin-top: 10px;
  text-align: center;
  color: #000;
  padding: 10px;
  font-size: .9rem;
  margin-bottom: 0;
}

.copyright p {
  text-align: left;
  color: #fff;
  padding: 10px 0;
}

.modal-overlay.slideuppopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.modal-content.slideupcontent {
  background-color: #e1e1e1;
  height: 100vh !important;
  width: 70%;
  padding: 1px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 0;
  right: 0;
}

.close-btn {
  position: absolute;
  top: 341px;
  left: -57px;
  padding: 2px;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
  border-radius: initial;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 10px auto;
  background-color: #000;
  border-radius: 30px;
}

#backgroundOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes slideleft {
  from {
    transform: translateX(+100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideleftOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(+100%);
  }
}

.whyus .modeltitle {
  text-align: center;
  padding: 10px;
  background: #F2EAD3;
  color: #121212;
  padding-top: 10px;
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d1cbcb;
  text-transform: uppercase;
  font-size: 28px;
}

.scrollfix {
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 7%;
}

.packageenquiry {
  position: fixed;
  width: 100%;
  max-width: 310px;
  top: 50%;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-top: -184px
}

.packageenquiry input,
.packageenquiry textarea {
  margin-bottom: 4px;
  font-size: 14px;
}

.packageenquiry img {
  width: 21px;
}

.packageenquiry .form-number {
  height: 35px;
}

.packageenquiry h3 {
  font-size: 1rem;
  text-align: center
}

.packageenquiry p {
  font-size: 13px;
  text-align: center
}

#popupmodel .modelclosebtn {
  position: absolute;
  right: 0px;
  top: -11px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 100%;
  text-align: center;
  line-height: 33px;
  box-shadow: 0 -5px 15px rgba(82, 82, 82, .5);
  z-index: 2;
}

#popupmodel .modelclosebtn .btn-close {
  transition: all .2s ease-in-out;
  font-size: 13px;
}

#popupmodel .modelclosebtn .btn-close:hover {
  transform: rotate(90deg);
  color: #000;
  font-size: 14px;
}

.mainform h3 {
  color: #202020;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 3px;
}

.mainform h3 span {
  color: #c52306;
  font-weight: 600;
  margin-left: 5px;
}

.mainform p {
  color: #515151;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.mainform label {
  font-size: 14px;
  color: #cbcbcb;
  transition: all .1s linear;
}

.mainform label span {
  color: red;
}

.mainform .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.mainform .input-group-text {
  background: transparent;
  width: 14%;
  margin-right: 2%;
  border-radius: 5px;
}

.mainform .input-group input {
  border-radius: 5px;
}

.mainform textarea {
  height: 82px;
  margin-bottom: 11px;
}

.mainform input[type=submit] {
  border-radius: 7px;
  background: #c52306;
  width: 100%;
  height: 51px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all .1s linear;
  border: 0;
  text-decoration: none;
}

.mainform .form-floating,
.mainform .input-group-text {
  margin-bottom: 11px;
}

.mainform .form-floating .form-control {
  height: 52px;
  min-height: 52px;
  padding: .7rem .75rem 0;
  font-size: 14px;
}


.differntshow {
  background-color: #ed713b;
  padding: 15px 0 0;
  margin-bottom: 2rem;
}

.differbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.differbox .differctn {
  padding-bottom: 1rem;
}

.differbox .differctn h2 {
  color: #fff;
  border-bottom: 1px solid #f58f62;
  font-size: 30px;
  padding-bottom: 10px;
}

.differbox .differctn p {
  color: #fff;
  font-weight: 300;
}

.differbox .differctn a {
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 20px;
  border-radius: 60px;
  font-weight: 300;
  display: inline-block;
}

.readlater {
  background-color: #fff;
  box-shadow: 0 2px 6px #0003;
  padding: 15px;
  border-radius: 10px;
  width: 842px;
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.readctn {
  display: flex;
  gap: 10px;
}

.readctn img {
  width: 32px;
  height: 32px;
}

.readctn h2 {
  font-size: 1.25rem;
  margin-bottom: .25rem;
}

.readctn p {
  color: #111111e6;
  margin-bottom: 0;
  font-size: 14px;
}

.readbtn a {
  display: block;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 30px;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 10px;
}

.readbtn a img {
  width: 30px;
}

.gallery {
  padding: 30px 0;
}

.gallerylist .swiper-wrapper {
  margin-bottom: 30px;
}

.gallerylist img {
  border: 2px solid #000;
}

.fixed-btn2 {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 333;
}

.fixed-btn2 ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.fixed-btn2 ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;

}

.fixed-btn2 ul li a {
  color: #fff;
  font-size: 18px;
  position: relative;
  width: 100%;
  padding: 6px 0px;
}

.fixed-btn2 ul .p-1 {
  background: #ffc107;
  width: 33%;
  text-align: center;
  /* list-style: none; */
}

.fixed-btn2 ul .w-1 {
  width: 33%;
  background: #00de81;
  color: #fff;
  text-align: center;
}

.fixed-btn2 ul .e-1 {
  width: 33%;
  background: #3a5896;
  /* color: red; */
  text-align: center;
}

.p-1 span {
  text-indent: 8px;
  display: block;
  margin-top: -30px;
  color: #ffc107;
  font-size: 22px;
  width: 100%;
  /* height: 40px; */
  position: relative;
  position: absolute;
  opacity: 0;
}

.fixed-btn2 ul li a {
  font-size: 14px;
}

.taxi-service-btn .talk-to-cd {
  background: rgb(238 196 56);
  width: 100% !important;
  border-radius: 5px !important;
  margin-top: 0;
  padding: 6px 10px;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 0px 0px;
  text-decoration: none !important;
  margin-bottom: 20px;
}

.t-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.taxi-service-btn .img-box {
  border: 1px solid #ffffff66;
  padding: 2px 7px;
  background: #e9b916;
  border-radius: 5px;
  position: relative;
}

.taxi-service-btn .t-inner img {
  width: 20px;
  border-radius: 7px 7px 0px 0px;
}

span.data-pick {
  position: absolute;
  font-size: 40px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  opacity: 0;
}

.taxi-service-btn .img-box span {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.t-info {
  margin: 0 17px;
  text-align: center;
}

.taxi-service-btn .talk-to-cd h6 {
  font-size: 15px;
  margin-bottom: 1px;
  margin: 0px 0px 4px;
  text-align: center;
  color: #fff;
}

.taxi-service-btn .talk-to-cd h2 {
  font-size: 13px;
  color: #fff;
  margin: 0px;
}







.phone-icon {
  position: relative;
  height: 30px;
  width: 30px;
  margin-right: 20px;
}

.c-white {
  color: white !important;
}

.bgc-blue {
  background: linear-gradient(135deg, #f87a5f, #c52306) !important;
}

.circle {
  border-radius: 50%;
}

.phone-icon .icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #c52306;
  opacity: 1;
  animation: ring-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.phone-icon .icon:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: #f87a5f;
  border-radius: 50%;
  border: none;
  animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.osc-rotation {
  box-sizing: border-box;
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}

.phone-icon .icon {
  font-size: 15px;
  line-height: 1;
  text-rendering: optimizeLegibility;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes ring-circle-anim {
  0% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0;
  }

  30% {
    transform: rotate(0) scale(1.5) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.7) skew(0deg);
    opacity: 0.1;
  }
}

@keyframes ring-circle-fill-anim {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1.4) skew(0deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0.2;
  }
}

@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}





.flatbook {
  border: 1px solid #d4d4d4;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 7px;
  margin-bottom: 30px;
}

.flatbook>img {
  border-radius: 8px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.service-title h3 {
  /* background: radial-gradient(circle, rgb(255 255 255) 77%, rgba(255, 255, 255, 0) 100%); */
  text-align: center;
  /* margin-top: -50px; */
  z-index: 1;
  position: relative;
  text-transform: capitalize;
  font-size: 21px;
  padding: 10px 0 0;
  /* text-align: left; */
}

section.package-section {
  padding: 50px 0;
  background: #fffcfb;
}

.taxi-service-btn .img-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
}

.tbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 10px;
  /* margin-left: 10px; */
  /* margin-right: 10px; */
}

.packagebtn {
  /* width: 51px; */
  display: inline-block
}

.packagebtn a,
.packagerequest a {
  height: 41px;
  line-height: 41px;
  text-align: center;
}

.packagebtn a {
  border: 1px solid #c52306;
  display: block;
  width: 41px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center
}


.packagerequest {
  display: inline-block;
  padding: 0 10px;
  width: calc(100% - 100px)
}

.packagerequest a {
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  background-color: #000000;
  border-radius: 100px;
}

.rating img {
  width: 16px;
  margin: 0 1px;
}

.rating {
  /* margin: 14px 0; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* margin-top: 24px; */
}

.amenties {
  width: 100%;
  float: left;
  margin-top: 2px;
  margin-bottom: 4px;
  padding: 0 10px;
}

.flatbook p {
  font-size: .7rem;
  /* padding: 0px 10px; */
  margin-bottom: 0;
}

.amenties ul li {
  list-style: circle;
  margin: 0px;
  float: left;
  line-height: 20px;
  padding: 0px;
  width: 100%;
}

.am_ttl2 {
  font-size: 12px;
  color: rgb(60, 55, 55);
  font-weight: 600;
}

.amenties ul {
  padding-left: 15px;
}

.inclusion_block {
  /* border: 1px solid #0000003d; */
  /* border-radius: 6px; */
  margin-bottom: 10px;
  margin-top: 10px;
  /* padding: 4px 0; */
  position: relative;
  /* padding-top: 5px; */
  margin-top: 10px;
  /* margin-top: 40px; */
}

.incl_align {
  background: #fff;
  /* left: 15px; */
  /* padding: 0 10px; */
  /* position: absolute; */
  top: -12px;
  color: green !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  font-size: 10px !important;
}

.package_list-inclusions {
  display: flex;
  overflow-x: auto;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  overflow-y: hidden;
}

.package_list-inclusions>li:first-child {
  margin-left: 0;
}

.package_list-inclusions>li {
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  margin: 0 6px;
  /* min-width: auto; */
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  border: 1px solid #c5c5c53d;
  padding: 5px;
  border-radius: 10px;
  background: #ebebeb;
}

.inclusion_block p img {
  width: 29px;
  /* height: 19px; */
}

.taxi-sec-inner {
  background: #ffffff;
  border: 1px solid #00000012;
  padding: 10px 0 0;
  border-radius: 15px;
  border-top: 4px solid #c52306;
}

.taxi-sec-inner p {
  font-size: 13px;
  color: #00000080;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
}

.taxi-sec-inner h3 {
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

section.taxi-sec {
  padding: 50px 0;
}

span.img-icon {
  background: #c523062b;
  padding: 2px;
  border: 1px solid #c52306;
  border-radius: 5px;
  padding: 3px;
  width: 25px;
  display: flex;
  height: 25px;
  margin-right: 5px;
}

.taxi-sec-inner ul li {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
  margin: 10px 0;
}

a.car-sec-btn {
  background: linear-gradient(135deg, #f87a5f, #c52306);
  width: 100%;
  display: block;
  padding: 11px 20px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.taxi-sec-inner>img {
  /* height: 200px; */
  object-fit: cover;
  width: 100%;
}

section.our-all-car h2,
section.package-section h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #000000;
}

section.our-all-car {
  background: #fffcfb;
  padding: 50px 0;
}

section#faq {
  padding: 50px 0;
}

section#faq h2.head {
  margin-bottom: 30px;
  text-align: center;
  display: block;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: left;
  border: 2px solid #e5e5e5;
  /* box-shadow: 0px 5px 10px 5px rgb(0 0 0 / 5%), 0px 5px 10px 5px rgba(0, 0, 0, 0.02); */
  border-radius: 10px;
  min-height: revert-layer;
  margin: 20px 0;
}

.shadow-effect i {
  position: absolute;
  top: 18px;
  font-size: 35px;
  color: #c52306;
  left: 50%;
  transform: translateX(-50%);
}

.testimonialbox {
  padding: 50px 0;
  background: #f9f9f9;
}

.shadow-effect p {
  margin-top: 20px;
}

.tutor-name {
  font-weight: 600;
}

section.mobshow.details_form {
  display: none;
}

.menu ul.topmenu::-webkit-scrollbar {
  display: none;
}

.sevenway {
  padding: 50px 0;
}

.sevenway .head {
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
}

.gallery-inner {
  position: relative;
  padding: 2px;
  border: 1px dashed #c52306;
  border-radius: 10px;
}

.gallery-inner img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.gallery-inner h3 {
  position: absolute;
  left: 50%;
  bottom: 30px;
  text-align: center;
  transform: translateX(-50%);
  font-size: 17px;
  color: #000000;
  background: #ffffff;
  padding: 5px 10px;
  width: max-content;
  border-radius: 10px;
}

section.gallery h2 {
  text-align: center;
  margin-bottom: 15px;
}

.header-number {
  display: flex;
  align-items: center;
  justify-content: end;
}

.pricing-container .additional-info {
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  animation: fadeIn 2s ease-in-out;
}

@media screen and (max-width: 767px) {
    .driver-card img{
        height: 150px;
    }
  tr.car-type td {
    padding-right: 0 !important;
  }

  .pricing-container .additional-info {
    font-size: 12px
  }

  .pricing-container h1 {
    font-size: 1.8rem;
  }

  .pricing-container .table th,
  .pricing-container .table td {
    padding: 8px;
    font-size: 0.8rem;
  }



  .pricing-container .btn {
    font-size: 0.8rem;
    padding: 10px 20px;
  }
}

.section-title {
  /* background: #ffc107; */
  color: #000;
  font-weight: bold;
  text-align: center;
  /* font-size: 18px; */
}

.blue-row {
  background-color: #002171 !important;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.car-type {
  background-color: #fffde7;
  font-weight: bold;
  text-align: center;
  /* padding-left: 10px; */
  font-size: 17px;
}

.pricing-container table {
  width: 100%;
  border-collapse: collapse;
  /* margin-bottom: 30px; */
  font-size: 16px;
}

.pricing-container th,
td {
  padding: 12px;
  text-align: center;
}

.pricing-container thead {
  background-color: #022172;
  color: #ffffff;
  font-weight: bold;
}

tr.blue-row td {
  padding: 7px;
  font-size: 12px;
}

.pricing-container thead tr {
  background: transparent !important;
}

.pricing-container h2 {
  text-align: center;
  margin-bottom: 10px;
}

.pricing-container table tr:nth-child(odd) {
  background: #fef3b4;
}

.pricing-container table tr:nth-child(even) {
  background: #fbcb07;
}

.footer {
  background: #fef2b4;
  padding: 10px;
  text-align: center;
  color: red;
  font-weight: 600;
  font-size: 18px;
}

tr.car-type td {
  padding-right: 70px;
}

.taxi-head h4 {
  margin-bottom: 0;
  font-weight: 700;
  /* text-align: center; */
  font-size: 21px;
}

.taxi-feature {
  padding-top: 20px;
  margin: 20px 0 30px;
  border-top: 1px solid rgb(0 0 0 / 8%);
  position: relative
}

.taxi-feature::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  border-radius: 50px;
  left: 50%;
  top: -4px;
  transform: translateX(-50%)
}

.taxi-feature ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}

.taxi-feature ul li i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 10px;
  margin-right: 10px;
  text-align: center
}

.taxi-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.taxi-feature ul li i,
.taxi-feature::before {
  background: #FFB300;
}

.taxi-feature ul li span {
  /* float: right; */
  position: absolute;
  right: 0;
}

.taxi-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 4px 7px;
  border-radius: 5px;
}

.taxi-head h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.taxi-area.py-120 {
  padding: 50px 0;
  background: #eeeeee;
}

.site-heading.text-center {
  margin-bottom: 30px;
}

span.price-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #00000012;
  padding: 4px 10px;
  margin-top: 25px;
  border-radius: 5px;
}

span.price-star p {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}

.tripplan ul li .tripcounter::after {
  content: '+';
}

img.icon.icon23 {
  filter: invert(1);
}

.custom-form form {
  max-width: 500px
}

.custom-form label {
  display: block;
  margin-top: 8px;
  font-size: 11px
}

.custom-form input[type=email],
.custom-form input[type=tel],
.custom-form input[type=text] {
  width: 100%;
  padding: 12px 6px;
  margin-top: 5px;
  box-sizing: border-box;
  border: 1px solid #00000021;
  background: #f5f5f5;
  font-size: 14px;
  border-radius: 5px;
}

.trip-buttons button {
  padding: 7px 12px;
  margin-right: 0;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  cursor: pointer;
  transition: background .3s;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600
}

.trip-buttons button.active {
  color: #fff;
  border-color: #c52306;
}

.custom-form .hidden,
.mobile-img,
section.tripplan img {
  display: none;
}

.trip-buttons button.active {
  background: linear-gradient(135deg, #f87a5f, #c52306);
  border-color: #cd3013;
}

.custom-form {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: -100px;
}

.custom-form button[type=submit] {
  margin-top: 10px !important;
  padding: 8px 20px;
  background: linear-gradient(135deg, #f87a5f, #c52306);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 100px;
  margin: auto;
  position: relative;
  display: inherit;
  font-size: 15px;
  font-weight: 600
}

.custom-form h3 {
  color: #060606;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 700;
  /* border: #ffdead; */
  padding-bottom: 0;
  text-align: center;
  border: none;
  font-size: 25px;
}

.custom-form p {
  color: #747474;
  text-shadow: none;
  font-size: 15px;
  text-align: center;
}

ul.list-unstyled li {
  margin: 10px 0;
  font-weight: 500;
  color: #3a3a3a;
}

.car-slider .swiper-wrapper {
  padding-bottom: 30px;
}

.tour-inner {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 80px;
  background: #dfdfe030;
  text-align: center;
}

.tour-inner .tbtn {
  margin: 0;
  padding-bottom: 0
}

.tour-inner h3 {
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: capitalize;
}

.tour-inner img {
  width: 100px;
  border: 1px solid #00000014;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: -45px;
  background: #f7f7f7
}

.qucik-cab {
  display: flex;
  align-items: center;
  border: 1px solid #00000021;
  padding: 6px 10px 6px 20px;
  border-radius: 100px;
  justify-content: space-between;
  margin-bottom: 18px;
  background: #424242;
}

.qucik-cab img {
  width: 70px;
  height: 100%;
  margin-right: 10px;
  display: none;
}

.qucik-cab h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #fff;
}

.quick-cab-btn {
  display: flex;
  gap: 5px;
}

.quick-cab-btn a {
  background: linear-gradient(135deg, #f87a5f, #c52306);
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 100px;
  margin-left: 6px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 0;
  font-size: 12px;
}

section.quick-sec {
  padding: 100px 0 50px 0;
}

.quick-sec h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

.driver-inner {
  border: 1px solid #d2d2d2;
  padding: 4px;
  border-radius: 7px;
}

.driver-inner img {
  border-radius: 4px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.driver-inner h4 {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 6px;
}

section.driver-sec h2 {
  text-align: center;
  margin-bottom: 20px;
}

.deriver-slider .swiper-wrapper, .gallery-slider .swiper-wrapper {
  padding-bottom: 30px;
}

.why-we ul li {
  width: 24%;
  background: #fafafa;
  margin: 5px;
  color: #000000;
  text-align: center;
  padding: 6px 10px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.why-we ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

section.why-we--outer h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000000;
}

.why-we--outer {
  /* padding-bottom: 20px; */
  /* margin-top: -40px; */
  padding: 40px 0;
}
.single-feature-item {
  text-align: center;
  /* margin-bottom: 30px; */
  transition: all 0.5s ease 0s;
  border: 1px solid #dedede;
  padding: 10px 0;
  border-radius: 9px;
  background: #f0f0f0;
  margin-bottom: 30px;
}
.single-feature-item {
  text-align: center;
  /* margin-bottom: 30px; */
  transition: all 0.5s ease 0s;
}
.single-feature-thumb img {
  width: 35%;
}
.single-feature-content h4 {
  font-size: 22px;
  margin: 10px 0px 0px;
  color: #000;
}
ul.list-unstyled li i {
  background: green;
  height: 15px;
  width: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 100px;
  font-size: 8px;
}
.trip-buttons {
  justify-content: center;
  display: flex;
  gap: 10px;
}

.taxi-sec-inner>img {
  /* height: 200px; */
  object-fit: cover;
  width: 100%;
  margin-top: -100px !important;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  width: 200px;
  margin: auto;
  display: block;
}
.taxi-sec-inner{
  margin-top: 100px;
}

.taxi-sec-inner ul {
  display: flex;
  justify-content: center;
}
/* City List Styling */
.city-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 5px;
  /* overflow-x: auto; */
  /* scrollbar-width: thin; */
  flex-wrap: wrap;
  height: 72px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.city-list li {
  position: relative;
  padding: 2px 6px;
  background: #f5f1ea;
  border-radius: 3px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all 0.3s ease;
  font-size: 11px;
  min-width: max-content;
}

.city-list li:hover::before {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 576px) {
  .city-list {
      grid-template-columns: repeat(2, 1fr);
  }
}
#custom-tour {
  padding: 50px 0;
  background-color: #464646;
  font-family: Metropolis,sans-serif;
  margin-top: -50px;
}

#custom-tour .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

#custom-tour .section-header h2 {
  font-size: 35px;
  margin-bottom: 10px;
  color: #fff
}

#custom-tour .section-header p {
  font-size: 21px;
  color: #fff
}

#custom-tour .custom-info p {
  font-size: 20px;
  color: #dedede;
  margin-bottom: 30px
}

#custom-tour .custom-features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px
}

#custom-tour .custom-features li {
  background: #fff;
  padding: 6px 11px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  color: #333
}

#custom-tour .btn-primary {
  background-color: #fd712c;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  transition: background .3s
}

#custom-tour .btn-primary:hover {
  background-color: #e05e1d
}

#custom-tour .contact-info {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
#custom-tour .car-sec-btn{
  display: inline;
}
p.whitetext.mb-0.text-right {
  text-align: right;
}
.fleet-section{
  padding: 50px 0 0;
}
.fleet-section h2{
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  color: #023074;
}
.hotel-gallery-section {
  padding: 50px 0;
  background: #ffffff;
}

.hotel-gallery {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  /* gap: 18px; */
}

.gallery-item {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.gallery-item img {
  width: 100%;
  /* height: 260px; */
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.hotel-note {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  color: #555;
  background: #f9fafc;
  padding: 12px 18px;
  border-radius: 10px;
  margin-bottom: 0;
}


.hotel-gallery-section h2 {
  text-align: center;
  /* font-size: 40px; */
  font-weight: 700;
}

.hotel-gallery-section .section-subtitle {
  font-size: 16px;
  color: #666;
  /* max-width: 700px; */
  text-align: center;
  margin-bottom: 40px;
}
.hotel-gallery-section img, .fleet-section img{
  border-radius: 5px;
  border: 1px solid #dadada;
  padding: 4px;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1250px;
  }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.package-btn
    a {
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    width: 48%;
    display: inline-block;
    text-align: center;
    /* border-radius: 100px; */
}

.check-out-one__content {
  /* position: relative; */
  display: block;
  padding: 10px;
  background: #fa932a0f;
  margin-top: 7px;
  border-radius: 0 0 15px 15px;
  border: 1px solid #0000000d;
  /* border-radius: 10px; */
}
.package-btn {
  /* margin-top: 9px; */
  display: block;
}

.package-btn
  a:first-child{
  background: linear-gradient(135deg, #f87a5f, #c52306);
  border-color: #e5583d;
  color: #ffffff;
  display: inline-block;
}
.package-btn
  a:last-child{
  background: linear-gradient(135deg, #0bdf4d, #03862c);
  border-color: #0bdf4d;
  color:#fff;
}
.tbtn .packagebtn:last-child a {
  background: linear-gradient(135deg, #0bdf4d, #03862c);
  border-color: #05bb3f;
}
.packagebtn a {
  border: 1px solid #d64023;
  display: block;
  width: 41px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(135deg, #f87a5f, #c52306);
}

.typewriter span {
  border-right: 3px solid #000;
  
  white-space: nowrap;
  overflow: hidden;
  animation: typingAnimation 5s steps(21, end) infinite,  /* The 26 here should equal
                                                            * the amount of characters, spaces included */
             blinkAnimation 1s step-end infinite;
}

@keyframes typingAnimation {
  0% {
    width: 0;
  }
  20%, 90% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes blinkAnimation {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #000;
  }
}

.about-clean {
  padding: 50px 0;
  background: #ffffff;
}

.wrap {
  /* max-width: 1200px; */
  margin: auto;
  /* padding: 0 20px; */
}

.about-row {
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-left {
  flex: 1;
}

.about-left .sub {
  font-size: 14px;
  letter-spacing: 2px;
  color: #c52306;
  font-weight: 600;
}

.about-left h2 {
  /* font-size: 40px; */
  line-height: 1.2;
  margin: 8px 0 9px;
  color: #111;
  font-weight: 600;
}

.about-left p {
  /* font-size: 17px; */
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.about-right {
  flex: 0.7;
}

.about-right img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .about-row {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .about-left h2 {
    font-size: 32px;
  }
}
.about-line {
  padding: 30px 0;
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #dfdfdf;
}

.about-line p {
  /* max-width: 900px; */
  /* margin: auto; */
  /* font-size: 22px; */
  line-height: 1.6;
  color: #222;
  /* font-weight: 500; */
  margin-bottom: 0;
}
.why-clean {
  padding: 90px 0;
  background: #fafafa;
}

.why-head {
  text-align: center;
  margin-bottom: 50px;
}

.why-head h2 {
  font-size: 36px;
  color: #111;
}

.why-head p {
  font-size: 16px;
  color: #666;
}

.why-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  font-size: 18px;
  color: #222;
}

.why-list div {
  padding: 22px 25px;
  background: #fff;
  border-left: 4px solid #c9a24d;
}

/* Responsive */
@media (max-width: 768px) {
  .why-list {
    grid-template-columns: 1fr;
  }
}
.drivers-section {
  padding: 50px 0;
  background: #ffffff;
}

.wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.drivers-head {
  text-align: center;
  margin-bottom: 50px;
}

.drivers-head h2 {
  font-size: 36px;
  color: #111;
  margin-bottom: 10px;
}

.drivers-head p {
  font-size: 16px;
  color: #666;
}

.drivers-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
}

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

.driver-card img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.driver-card h4 {
  font-size: 18px;
  color: #222;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .drivers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .drivers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-clean {
  padding: 50px 0;
  background: #f7f7f7;
}

.contact-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  gap: 60px;
  align-items: center;
}

/* LEFT SIDE */
.contact-details {
  flex: 1;
}

.contact-details h2 {
  font-size: 34px;
  margin-bottom: 10px;
  color: #111;
  font-weight: 600;
}

.contact-details p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.contact-details ul {
  list-style: none;
  padding: 0;
}

.contact-details ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.contact-details ul li i {
  min-width: 40px;
  height: 40px;
  background: #c52306;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* RIGHT SIDE FORM */
.contact-form-box {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  width: 100%;
}

.contact-form-box h2 {
  font-size: 25px;
  margin-bottom: 25px;
  color: #111;
  text-align: center;
}

.contact-form-box form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form-box input,
.contact-form-box textarea {
  padding: 10px 16px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
  border-color: #111;
}

.contact-form-box button {
  padding: 14px;
  background: #c52306;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline;
}

.contact-form-box button:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-wrap {
    flex-direction: column;
  }
}

.fixed-header .menu{
  display: none;
}
.fixed-header.has-sticky .menu{
  display: block;
} 

.services-section {
  padding: 50px 0;
  background: #ffffff;
}

.section-heading h2 {
  color: #000000;
  /* font-size: 32px; */
  margin-bottom: 10px;
}

.section-heading p {
  color: #555;
  margin-bottom: 50px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid #e6e6e6;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.icon-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f87a5f, #c52306);
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.service-card h3 {
  color: #0A2E5D;
  margin-bottom: 15px;
}

.service-card p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .services-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.menu ul.topmenu li a.is-current, .menu ul.topmenu li.active a {
  background: linear-gradient(135deg, #f87a5f, #c52306);
  color: #fff;
}

.mobileheader ul li a,  header ul li a{
  border-radius: 2rem;
  box-shadow: inset 0 0 0 1px #0c0a0b;
  padding: 4px 16px 3px 3px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  position: relative;
}
.mobileheader ul li a:before , header ul li a:before {
  content: "";
  display: inline-block;
  background: url(../images/phone-icon.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
  bottom: -5px;
  left: -5px;
  animation: tilt-shaking 2s linear infinite;
}
@keyframes tilt-shaking {
  0% {transform: rotate(0)}
  5% {transform: rotate(8deg)}
  10% {transform: rotate(-7deg)}
  15% {transform: rotate(8deg)}
  20% {transform: rotate(-7deg)}
  25% {transform: rotate(8deg)}
  30% {transform: rotate(-7deg)}
  35% {transform: rotate(8deg)}
  40% {transform: rotate(-7deg)}
  45% {transform: rotate(8deg)}
  50% {transform: rotate(-7deg)}
  55% {transform: rotate(0deg)}
  60% {transform: rotate(0deg)}
  65% {transform: rotate(0deg)}
  70% {transform: rotate(0deg)}
  75% {transform: rotate(0deg)}
  80% {transform: rotate(0deg)}
  85% {transform: rotate(0deg)}
  90% {transform: rotate(0deg)}
  95% {transform: rotate(0deg)}
  to {transform: rotate(0deg)}
}
.mobileheader ul li a p, header ul li a p {
  font-weight: 800;
  color: #434752;
  font-size: 14px;
  margin-bottom: 0;
}
.mobileheader ul li a p span, header ul li a p span {
  color: #c92a0d;
  margin-left: 10px;
}
.mobileheader ul li a img, header ul li a img {
  width: 32px;
  height: 32px;
}

.quick-cab-btn a:last-child{
  background: linear-gradient(135deg, #0bdf4d, #03862c);
}

/* Swiper Pagination Container */
.swiper-pagination {
  position: relative;
  margin-top: 25px;
  text-align: center;
}

/* Default Dots */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cfcfcf;
  opacity: 1;
  margin: 0 6px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Hover Effect */
.swiper-pagination-bullet:hover {
  background: #ff6b00;
  transform: scale(1.2);
}

/* Active Dot */
.swiper-pagination-bullet-active {
  width: 28px;
  height: 10px;
  background: linear-gradient(
    135deg, #f87a5f, #c52306);
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(255, 107, 0, 0.4);
}

/* ===============================
   FAQ SECTION STYLING
================================= */

.sevenway {
  padding: 80px 0;
  background: #f9fbff;
}


/* Accordion Item */
.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Accordion Button */
.accordion-button {
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  padding: 18px 20px;
  border-radius: 12px !important;
  transition: all 0.3s ease;
}

/* Remove Bootstrap default arrow */
.accordion-button::after {
  /* filter:  invert(1); */
  /* background-color: #ff6b00; */
  border-radius: 50%;
  padding: 10px;
  transform: scale(0.8);
}

/* On Hover */
.accordion-button:hover {
  background: #fff8f6;
  color: #c52307;
}

/* Active Button */
.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #f87a5f, #c52306);
  color: #fff;
  box-shadow: none;
}

/* Accordion Body */
.accordion-body {
  background: #ffffff;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  padding: 20px;
}

/* Smooth Transition */
.accordion-collapse {
  transition: all 0.4s ease;
}

/* Mobile Responsive */
@media (max-width: 768px) {

  .sevenway {
      padding: 50px 0;
  }

  .sevenway .head {
      font-size: 26px;
  }

  .accordion-button {
      font-size: 14px;
      padding: 14px;
  }

  .accordion-body {
      font-size: 14px;
  }
}



/* ===============================
   TESTIMONIAL SECTION
================================= */

.testimonialbox {
  padding: 50px 0;
  background: #ffffff;
}

/* Swiper Slide Spacing */
.clientsays .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Testimonial Card */
.shadow-effect {
  background: #ffffff;
  padding: 50px  30px 30px;
  border-radius: 18px;
  max-width: 420px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
}

/* Hover Effect */
.shadow-effect:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Quote Icon */
.shadow-effect i.fa-quote-left {
  font-size: 28px;
  color: #c52307;
  margin-bottom: 15px;
}

/* Review Text */
.shadow-effect p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-top: 10px;
}

/* Name */
.tutor-name {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

/* Rating */
.tutoraddr {
  font-size: 14px;
  color: #ff6b00;
  margin-top: 5px;
}


footer .custom-form{
  margin-bottom: 0  ;
}