.header-top {
  background-color: #763233;
}

.header-cta-list {
  display: flex;
  align-items: center;
}
.header-cta-list li {
  margin-right: 20px;
  position: relative;
  padding-left: 20px;
}
.header-cta-list li::before {
  font-family: "font awesome 6 free";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 900;
}

.header-cta-list li.call::before {
  content: "\f2a0";
}
.header-cta-list li.mail::before {
  content: "\f0e0";
}
.header-cta-list li.address::before {
  content: "\f5a0";
}
.header-cta-list li a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.header-social-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-social-list li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  display: grid;
  place-content: center;
  color: #fff;
  margin: 0 1px;
}

.header-social-list li a.facebook {
  background-color: #1877f2;
}

.header-social-list li a.twitter {
  background-color: #1da1f2;
}

.header-social-list li a.instagram {
  background-color: #e4405f;
}

.header-social-list li a.youtube {
  background-color: #cd201f;
}

.header .header-nav .main-nav > li .submenu li a {
  background: #333;
  color: #fff;
}

.about-content h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.about-content p {
  text-align: justify;
  color: #fff;
}
.about-content .sub-heading {
  background-color: #333;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
}

.copyright-menu p,
.copyright-menu p a {
  color: #fff;
}

.about-sec {
  background-color: #0c0b07;
}

.group-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group-content .car-info {
  margin-right: 10px;
}
.group-content .car-info i {
  color: red;
  cursor: pointer;
}

.tooltip-box {
  position: relative;
}

.tooltip-inner {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 350px;
  background: #1d1d1d;
  z-index: 999;
  padding: 10px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  transform: scale(0);
  visibility: hidden;
}

.tooltip-box:hover .tooltip-inner {
  transform: scale(1);
  visibility: visible;
}

.tooltip-inner .tooltip-content ul li {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.tooltip-inner .tooltip-content ul li::before {
  font-family: "font awesome 6 free";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 900;
  content: "\f061";
}
.contact-title {
  margin-bottom: 20px;
}
.contact-title h1 {
  font-size: 35px;
  font-weight: 600;
}

.section-content p {
  text-align: justify;
  margin-bottom: 15px;
}

.section-heading {
  font-weight: 600;
}

.tour-table tbody tr:first-child th {
  width: 150px;
}

.section-heading.text-left {
  text-align: left !important;
}

.tour-pointer-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.tour-pointer-list ul li::before {
  font-family: "font awesome 6 free";
  position: absolute;
  top: 0;
  left: 0;
  color: #222;
  font-weight: 900;
  content: "\f061";
}
.tour-pointer-list ul li:hover {
  transform: translateX(10px);
}

.listing-item
  .listing-content
  .listing-location-details
  .listing-price.tour-price
  h6 {
  font-size: 20px !important;
  color: #0c0b07;
}

.mian-logo {
  font-size: 30px;
  font-weight: 500;
}

.tour-card-content {
  margin-top: 10px;
}

.tour-card-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tour-card-table {
  margin-top: 15px;
}
.tour-card-table,
.tour-card-table td,
.tour-card-table th {
  border: 1px solid lightgrey;
}

.main-logo {
  max-width: 300px;
  width: 100%;
}

.tour-card-btn {
  margin-top: 10px;
  font-size: 12px;
  padding: 5px 20px !important;
}

.tour-card {
  margin-bottom: 20px;
}
.tour-content p {
  margin-bottom: 15px;
  text-align: justify;
}

.readMore-btn {
  border-color: #000;
}

.whatsapp-button {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
}

.whatsapp-button:hover {
  color: #fff;
}
.call-button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  background-color: #e28a1b;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
}

.call-button:hover {
  color: #fff;
}
