@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* Normal/Regular (400) */
@font-face {
  font-family: 'SamsungSans';
  src:
    url('../font/samsungsharpsans.woff') format('woff');
  font-weight: 400;
  /* normal */
  font-style: normal;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: 'SamsungSans';
  src:
    url('../font/samsungsharpsans-medium.woff') format('woff');
  font-weight: 500;
  /* medium */
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: 'SamsungSans';
  src:
    url('../font/samsungsharpsans-bold.woff') format('woff');
  font-weight: 700;
  /* bold */
  font-style: normal;
  font-display: swap;
}


:root {
  --poppin: "Poppins", sans-serif;
  --roboto: "Roboto", sans-serif;
  --pc: rgba(68, 157, 68, 1);
  --boxshadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

body {
  font-family: 'SamsungSans', sans-serif;
  float: left;
  width: 100%;
  color: #000;
  font-weight: 300;
  background-attachment: fixed;
  background-size: 40%;
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #d7c07f;
}

::selection {
  color: #000;
  background: #d7c07f;
}

.btn {
  box-shadow: none;
  outline: none;
}

button {
  box-shadow: none;
  outline: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

p {
  color: #000;
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0e2c18;
}

ul li,
ul li a,
ol li,
ol li a {
  color: #161616;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

/* Styles for images */
img {
  max-width: 100%;
  height: auto;
}


#CDSWIDCOE {
  margin-left: auto !important
}

.top-bar {
  background-image: linear-gradient(to right, #449D44, #5CE85C);
  padding: 7px 0;
}

.top-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px;
}

.top-bar ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  font-family: var(--poppin);
}

.top-bar ul li svg {
  margin-right: 5px;
}

.top-link-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.package-tab .nav-link {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: .5rem;
  border: none;
  color: rgba(77, 77, 77, 1);
}

.package-tab .nav-link.active {
  background: rgba(235, 17, 17, 1);
  color: #fff;
}

.package-tab .nav-link.active img {
  filter: invert(1);
}

.package-tab .nav-tabs {
  border: none;
}

.package-tab img {
  margin-right: 7px;
}

.banner-area {
  background: url(../media/banner.jpg)center/cover no-repeat;
  height: 950px;
  padding: 2rem 0;
}

.package-tab {
  background: #fff;
  width: 90%;
  margin-left: auto;
  padding: 1rem 1rem 4rem;
  border-radius: 1.8rem 1rem 0 0;
  position: relative;
}

.package-tab:after {
  content: '';
  position: absolute;
  bottom: -51px;
  left: -45px;
  background: #ffffff;
  width: 100px;
  height: 110px;
  clip-path: path('M 0,127 L 0,0 L 114,0 L 101,109 C 72,68 48,57 0,104 Z');
  transform: rotate(130deg);
  z-index: 9;
}

.package-body {
  background: #fff;
  padding: 2rem 3rem;
  border-radius: 1.8rem 0 1.8rem 0;
}

.form-body label {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
}

.form-body select,
.form-body input,
.form-body textarea {
  font-size: 14px;
  width: 100%;
  background: rgba(247, 247, 247, 1);
  padding: 10px;
  border: none;
  position: relative;
  color: rgb(77 77 77 / 94%);
}

.form-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 99;
}

.flex-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.btn-area button {
  padding: 1rem 20px;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  background-image: linear-gradient(to right, rgba(68, 157, 68, 1), rgba(92, 232, 92, 1));
  border: none;
  outline: none;
  border-radius: 1rem;
  width: auto;
  transition: all 300ms ease-in-out;
}

.package-body {
  position: relative;
}

.btn-area button:hover {
  background-image: linear-gradient(to bottom, rgba(68, 157, 68, 1), rgba(92, 232, 92, 1))
}

.btn-area {
  position: absolute;
  top: 100%;
  background: white;
  width: 400px;
  left: 0;
  padding: 1.5rem 1.5rem;
  border-radius: 0 0 1.5rem 1.5rem;
  z-index: 1;

}

.btn-area.with-back {
  display: flex;
  justify-content: space-between;
}

.float-svg svg {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.float-svg {
  position: relative;
}

.btn-area:after {
  content: '';
  position: absolute;
  bottom: 50px;
  right: -45px;
  background: #ffffff;
  width: 100px;
  height: 110px;
  clip-path: path('M 0,127 L 0,0 L 114,0 L 101,109 C 72,68 48,57 0,104 Z');
  transform: rotate(312deg);
  z-index: -1;
}

h1 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.banner-area h1 {
  width: 90%;
  margin-left: auto;
}

.logo {
  width: 117px;
  height: 117px;
  background: transparent;
}

.f-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.powered-by a {
  display: inline-block;
  width: 200px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header .nav-link {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--poppin);
  color: #fff;
  text-transform: capitalize;
  position: relative;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
  color: #fff;
}


header .nav-link:focus,
header .nav-link:hover {
  color: #fff;
}

.link-nav {
  padding: 1.5rem 0
}

header .navbar-brand {
  margin-right: 2rem;
}


.google-box {
  width: 200px;
  height: auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 1rem;
}

.review-area {
  position: absolute;
  bottom: -185px;
  align-items: center;
  left: 450px;
  display: flex;
  gap: 1.5rem;
}

.google-box p {
  font-family: var(--poppin);
  font-size: 11px;
  font-weight: 500;
  margin: 5px 0;
}

.google-box span {
  display: block;
}

.g-ico {
  width: 30px;
  margin: auto;
}

.rat {
  width: 95px;
  margin: auto;
}

.user-ico {
  width: 120px;
  margin: auto;
}


.tripadvisor-box {
  width: 300px;
  height: auto;
  background: #fff;
  border-radius: 10px;

  padding: 1rem;
}

.trip-logo {
  display: block;
  margin-right: auto;
  margin-bottom: 1rem;
}

.tripadvisor-box p {
  font-size: 14px;
  font-family: var(--poppin);
  margin: 0;
}

.nav-left {
  display: flex;
  align-items: flex-start;
}

.cont-btn {
  padding: 1rem 2rem;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  background-image: linear-gradient(to top, rgba(68, 157, 68, 1), rgba(92, 232, 92, 1));
  border: none;
  outline: none;
  border-radius: 3rem;
  transition: all 300ms ease-in-out;

}

.cont-btn:hover {
  background-image: linear-gradient(to right, rgba(68, 157, 68, 1), rgba(92, 232, 92, 1));
}

.home-about {
  padding: 3rem 0;
}

hgroup h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

hgroup h3 {
  font-size: 15px;
  font-weight: 400;
  color: rgba(115, 120, 130, 1);
  font-family: var(--poppin);
  text-transform: capitalize;
  line-height: 22px;
}

.h-about-box h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 13px 0
}

.h-about-box p {
  font-size: 15px;
  font-weight: 400;
  color: rgba(77, 85, 94, 1);
  text-transform: capitalize;
  line-height: 19px;
  font-family: var(--roboto);
}

.h-about-box {
  text-align: center;
  padding: 2rem 1rem;
  height: 100%;
}

.row-1 .col-3:nth-child(even) .h-about-box {
  background: rgba(217, 217, 217, 0.2);
}

.row-2 .col-3:nth-child(odd) .h-about-box {
  background: rgba(217, 217, 217, 0.2);
}

.package {
  background: rgba(238, 238, 238, 1);
  padding: 3rem 0;
}

.package table * {
  font-size: 15px;
  padding: 10px;
}

.package table th {
  background: var(--pc);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.package table td,
.package table th {
  border: 1px solid #dee2e6;
}

.package thead th {
  font-weight: 500;
}

.package table tfoot td {
  background: rgba(201, 227, 201, 1);
}

thead th:first-child,
tbody th:first-child {
  width: 200px;
}

.flex-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.prim-btn {
  padding: 1rem 2rem;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  background-image: linear-gradient(to right, rgba(68, 157, 68, 1), rgba(92, 232, 92, 1));
  border: none;
  outline: none;
  border-radius: 1rem;
  flex-shrink: 0;
  transition: all 300ms ease-in-out;
}

.prim-btn:hover {
  background-image: linear-gradient(to bottom, rgba(68, 157, 68, 1), rgba(92, 232, 92, 1));
}

.trending {
  padding: 3rem 0;
}

.hover-card {
  height: 270px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  margin: 0;
}

.hover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hover-card figcaption {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  bottom: 0; 
  left: 0;
  padding: 2rem 1rem 1rem;
  background-image: linear-gradient(to bottom, transparent, #000);
  transform: translateY(calc(100% - 75px));
  transition: transform 300ms ease-in-out;
}

.hover-card h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.hover-card p {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin: 0;
  font-family: var(--poppin);
}

.hover-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
}

.hover-card:hover figcaption {
  transform: translateY(0);
}

.services {
  padding: 2rem 0 3rem;
}

.service-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  box-shadow: var(--boxshadow);
  padding: 2rem;
  border-radius: 10px;
  transition: outline 300ms ease-in-out;
  outline: 1px solid #fff;
}

.service-box:hover {
  outline: 1px solid var(--pc);
}

.service-box h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

.f-logo {
  width: 135px;
}

footer {
  background: rgba(32, 32, 32, 1);
  padding: 2rem 0 0;
}

footer h3 {
  font-size: 16px;
  font-family: var(--poppin);
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.f-links li a,
.f-links li {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--poppin);
}

.f-links {
  list-style: none;
  padding: 0;
}

.pay-ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: .5rem;
}

/* .poy-ul li{width: 40px;} */
.tripadv-logo {
  width: 160px;
  margin-left: auto;
}

.f-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px;
}

/* WhatsApp Floating Chat Widget */
.wa-widget {
  position: fixed;
  z-index: 999;
  right: clamp(16px, 4vw, 40px);
  bottom: clamp(16px, 4vw, 40px);
}

.wa-fab {
  width: clamp(50px, 8vw, 60px);
  height: clamp(50px, 8vw, 60px);
  border-radius: 50%;
  background: #25d366;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease;
}

.wa-fab:hover {
  transform: scale(1.08);
}

.wa-fab svg {
  width: 60%;
  height: 60%;
}

.wa-popup {
  position: absolute;
  right: 0;
  bottom: calc(100% + 16px);
  width: min(320px, calc(100vw - 32px));
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.wa-widget.active .wa-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.wa-popup-head {
  background: #075e54;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.wa-popup-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.wa-popup-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wa-popup-info {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: var(--poppin);
  min-width: 0;
}

.wa-popup-info strong {
  font-size: 15px;
}

.wa-popup-info span {
  font-size: 12px;
  opacity: 0.85;
}

.wa-popup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
}

.wa-popup-close:hover {
  opacity: 1;
}

.wa-popup-body {
  padding: 16px;
  background: #ece5dd;
}

.wa-popup-bubble {
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--roboto);
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.wa-popup-start {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  font-family: var(--poppin);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 12px;
  margin: 0 16px 16px;
  border-radius: 30px;
  transition: background 0.2s ease;
}

.wa-popup-start:hover {
  background: #1ebe5a;
  color: #fff;
}

.wa-popup-start svg {
  width: 18px;
  height: 18px;
}

.wa-popup-foot {
  text-align: center;
  font-family: var(--roboto);
  font-size: 11px;
  color: #999;
  margin: 0 0 12px;
}

/* Enquiry Popup Modal */
.enq-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: opacity 0.3s ease, visibility 0.3s;
}

.enq-modal-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.enq-modal {
  position: relative;
  background: #fff;
  width: min(360px, 100%);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transform: scale(0.92);
  transition: transform 0.3s ease;
}

.enq-modal-overlay.show .enq-modal {
  transform: scale(1);
}

.enq-modal-head {
  background: #075e54;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.enq-modal-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.enq-modal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enq-modal-info {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: var(--poppin);
}

.enq-modal-info strong {
  font-size: 15px;
}

.enq-modal-info span {
  font-size: 12px;
  opacity: 0.85;
}

.enq-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
}

.enq-modal-close:hover {
  opacity: 1;
}

.enq-modal-body {
  padding: 16px;
  background: #ece5dd;
}

.enq-modal-bubble {
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--roboto);
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.enq-modal-start {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  font-family: var(--poppin);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 12px;
  margin: 0 16px 16px;
  border-radius: 30px;
  transition: background 0.2s ease;
}

.enq-modal-start:hover {
  background: #1ebe5a;
  color: #fff;
}

.enq-modal-start svg {
  width: 18px;
  height: 18px;
}

.enq-modal-foot {
  text-align: center;
  font-family: var(--roboto);
  font-size: 11px;
  color: #999;
  margin: 0 0 12px;
}

.f-bottom p {
  margin: 0;
  font-size: 15px;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  font-family: var(--poppin);
}

.f-bottom {
  padding: 2rem 0;
}

header .nav-link::before {
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  transform: scaleX(0);
  transform-origin: left;
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform .5s;
}

header .nav-link:hover::before {
  transform: scaleX(1);
}


.h-about-box svg {
  transform: scale(1);
  transition: transform 300ms ease-in-out;
}

.h-about-box:hover svg {
  transform: scale(.7);
}

.service-box:hover svg path {
  fill: var(--pc);
}

.service-box svg path {
  transition: all 300ms ease-in-out;
}

header.header-v2 .nav-link {
  color: #5d5d5d !important;
}

header.header-v2 .nav-link::before {

  background-color: #5d5d5d;

}

.banner-area.banner-v2 {
  height: auto;
  padding: 7rem 0;
}

.banner-area.banner-v2 h1 {
  font-size: 45px;
}

.about,
.destination,
.destination-detail {
  padding: 4rem 0;
}

.header-v2 {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #cdcd;
  z-index: 999;
}

.place-near li {
  display: flex;
  gap: 2rem;
  padding: 3rem 0;
  border-bottom: 1px solid #cdcd;
  position: sticky;
  top: 140px;
  background: #fff;
}

.place-img img {
  width: 800px;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.content h3 {
  font-size: 25px;
}

.place-near li:nth-child(odd) {
  flex-direction: row-reverse;
}

.place-to-see {
  padding: 1rem 0 4rem;
}

.package-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin: 1rem 0;
}

.package-content span {

  text-transform: uppercase;
  color: var(--pc);
  border: 1px solid var(--pc);
  padding: 3px 13px;
  border-radius: 5px;
  font-size: 14px;
  font-family: var(--roboto);
  font-weight: 500;
}

.package-card {
  padding: 10px;
  outline: 1px solid #fff;
  border-radius: 10px;
  transition: all 300ms ease-in-out;
}

.package-card:hover {
  outline: 1px solid var(--pc);
}

.package-card img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 1;
}

.package-content a {
  text-transform: uppercase;
  color: #fff;
  background: red;
  border: 1px solid red;
  padding: 3px 13px;
  border-radius: 5px;
  font-size: 14px;
  font-family: var(--roboto);
  font-weight: 500;

}

.package-card path {
  fill: #fff
}

.card-footer {
  display: flex;
  justify-content: space-between;
}

.rental-card ul {
  display: flex;
  gap: 1rem;
  list-style-position: inside;
  margin: 0;
}

.rental-card ul li {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.rental-card h3 {
  font-size: 24px;
  text-transform: capitalize;
}

.rental-card {
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.rental-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.coach-rental {
  padding: 4rem 0;
}

.rental-card figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: .7rem;
  backdrop-filter: blur(6px);
  width: 100%;
  background: #0000003d;
}

.rental-card figure {
  position: relative;
  height: 100%;
}

.rental-card * {
  color: #fff;
}

.rental-card:hover img {
  transform: scale(1.1);
}

.rental-card img {
  transform: scale(1);
  transition: transform 300ms ease-in-out;
}

.coach-rental-detial h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--poppin);
}

.enq-h2 {
  font-size: 24px;
  margin: 2rem 0;
}

.inq-grp input,
.inq-grp textarea {
  border: none;
  font-size: 14px;
  width: 100%;
  font-family: var(--roboto);
  font-weight: 400;
}

.inq-grp {
  display: flex;
  gap: 5px;
  border: 1px solid var(--pc);
  padding: 11px;
  border-radius: 17px;
  margin: 10px 0;
}

.coach-rental-detial table * {
  font-size: 15px;
  padding: 10px;
}

.coach-rental-detial table th {
  background: var(--pc);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.coach-rental-detial table td,
.coach-rental-detial table th {
  border: 1px solid #dee2e6;
}

.coach-rental-detial thead th {
  font-weight: 500;
}

.coach-rental-detial table tfoot td {
  background: rgba(201, 227, 201, 1);
}

thead th:first-child,
tbody th:first-child {
  width: 200px;
}

.detial-right {
  position: sticky;
  top: 150px;
}

.contact-page-area {
  padding: 2rem;
  margin: 2rem 0;
  background: url(../media/taxi-bg.jpg)center/cover no-repeat;
  height: 600px;
  border-radius: 10px;
}

.c-left-area h2 {
  font-size: 35px;
  color: #fff;
  text-transform: capitalize;
}

.c-left-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.c-left-area>div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
}

.bottom-box h3 {
  font-size: 20px;
  color: #fff;
}

.bottom-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bottom-box li,
.bottom-box a {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
}

.enq-cont {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.car-pick-body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  height: 180px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.confirm-area {
  height: 180px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.car-pick-body label:hover {
  border: 1px solid var(--pc);
}

/* width */
.car-pick-body::-webkit-scrollbar {
  width: 3px;
  border-radius: 30px;
}

/* Track */
.car-pick-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.car-pick-body::-webkit-scrollbar-thumb {
  background: var(--pc);
  border-radius: 30px;
}

/* Handle on hover */
.car-pick-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.car-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.car-img {
  width: 100px;
}

.car-foot h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--roboto);
}

.car-foot ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}

.car-foot ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 9px;
  vertical-align: middle;
}

.car-foot ul li span {
  flex-shrink: 0;
}

.car-foot ul li {
  font-size: 12px;
  font-weight: 500;
  color: #5d5d5d;
  text-transform: uppercase;
}

.car-pick-body label {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #cdcd;
  border-radius: 12px;
  z-index: 9;
  height: max-content;
}

.car-pick-body label:has(input:checked) {
  border: 1px solid var(--pc);
}

.car-pick-body svg {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 9;
  opacity: 0;
  transform: scale(0.9);
  transition: all 300ms ease-in-out;
}

.car-pick-body label:has(input:checked) svg {
  opacity: 1;
  transform: scale(1);
}

.car-pick-body input {
  position: absolute;
  opacity: 0;
}

/* width */
.confirm-area::-webkit-scrollbar {
  width: 3px;
  border-radius: 30px;
}

/* Track */
.confirm-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.confirm-area::-webkit-scrollbar-thumb {
  background: var(--pc);
  border-radius: 30px;
}

/* Handle on hover */
.confirm-area::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.service-list {
  padding: 4rem 0;
}

.service-box-head h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

.service-box-head svg path {
  transition: all 300ms ease-in-out;
}

.service-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1rem;

}

.ser-list {
  border: 1px solid #cdcd;
  padding: 2rem;
  border-radius: 20px;
  transition: background 300ms ease-in-out;
  background: #fff;
  height: 100%;
}

.ser-list p {
  margin: 0;
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #5f5f5f;
}

.ser-list:hover {
  background: var(--pc);
}

.ser-list:hover * {
  color: #fff;
}

.ser-list * {
  transition: all 300ms ease-in-out;
}

.ser-list:hover svg path {
  fill: #fff;
}



/* new css */

.service-detail {
  padding: 4rem 0;
}

.sub {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-family: 'Poppins';
}

.service-detail p {
  color: #555;
}

.service-detail ul li {
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: #555;
  margin: 10px 0;
}

.service-detail ul {
  padding: 0;
  list-style-position: inside;
  margin-bottom: 2rem;
}

.service-detail ul li span {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}

.fw-med {
  font-weight: 500;
}

.sd-img {
  position: sticky;
  top: 170px;
}

.list-style-numeric {
  list-style-type: numeric;
}

.faq {
  padding: 4rem 0;
}

.faq-section {
  /* max-width: 700px; */
  margin: auto;
  background: #fff;

}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  font-weight: 500;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  margin-top: 10px;
  color: #444;
  font-weight: 500;
  line-height: 27px;
}

#TA_cdsratingsonlynarrow314 .logo {
  height: auto;
}

.cdsROW.narrow.border {
  width: auto;
  padding: 25px !important;
  border-radius: 12px;
}