
body{
  margin: 0%;
  padding: 0%;
}
*{
  box-sizing: border-box;
}

/* Scrollbar container */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Scrollbar track */
::-webkit-scrollbar-track {
  background: #0b0b0b;
  border-radius: 10px;
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #3fa22b;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #3fa22b;
  transition: background 0.3s ease;
}

/* Thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4fd43f;
}

/* Firefox support */
* {
  scrollbar-width: thin;
  scrollbar-color: #3fa22b #0b0b0b;
}

/* first text */
h1.logo:first-letter {
    color: #fff !important;
  
}

h1.logo {
    color: #fff !important;
    font-weight: bolder !important;
    margin-bottom: 0px !important;
}

@media screen and (max-width:768px) {
  h1.logo {
    font-size: 20px !important;
  }
  
}


.airports-title,
.fleet-heading,
.services-title,
.stations-heading {
  font-size: 2.5rem;
  text-align: center;
}
.content-wrapper,
.custom-footer,
.fleet-detail p,
.fleet-heading {
  font-family: Arial, sans-serif;
}
.airport-btn2,
.airport-card,
.download-app-image,
.fleet-content,
.fleet-heading,
.footer-bottom,
.services-title,
.station-card {
  text-align: center;
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* .content-info-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
} */
.content-wrapper {
  max-width: 1000px;
  margin: auto;
  transform: translateY(30px);
  transition: 0.8s;
}
.content-wrapper.show {
  opacity: 1;
  transform: translateY(0);
}
.content-wrapper h2 {
  color: #e30d16;
  margin-top: 40px;
  font-size: 28px;
}
.content-wrapper p {
  color: #333 !important;
  line-height: 1.6;
  margin-top: 10px;
  font-size: 16px;
}
.airports-section {
  background: linear-gradient(135deg, #000 0, #360407 100%);
  color: #fff;
  padding: 80px 20px;
}
.airports-title,
.stations-heading {
  margin-bottom: 50px;
  font-weight: 700;
}
.airports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 90%;
  margin: 0 auto;
}
.airport-card {
  background: rgba(99, 99, 99, 0.08);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.airport-btn2,
.service-btn {
  transition: background 0.3s;
  font-weight: 700;
  text-decoration: none;
}
.airport-card img {
  margin: 10px;
  border-radius: 16px;
  width: 94%;
  height: 180px;
  object-fit: cover;
}
.airport-card h3 {
  margin: 15px 0 10px;
  font-size: 1.4rem;
}
.airport-card p {
  padding: 0 15px;
  font-size: 0.95rem;
  line-height: 1.4;
}
.airport-btn2 {
  display: inline-block;
  margin-top: 15px;
  background: #e30d16;
  color: #fff;
  width: 120px;
  padding: 10px 20px;
  border-radius: 30px;
}
.airport-btn2:hover {
  background: #ff3b45;
}
.airport-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.our-services {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #fafafa;
  overflow: hidden;
}
.blur-circle {
  position: absolute;
  border-radius: 50%;
  background: #e30d16;
  filter: blur(100px);
  opacity: 0.3;
}
.circle1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}
.circle2 {
  width: 250px;
  height: 250px;
  bottom: -80px;
  right: -80px;
}
.services-title {
  margin-bottom: 40px;
  color: #000;
  font-weight: 700;
}
.services-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
.service-item {
  flex: 1 1 45%;
  min-width: 300px;
  background: 0 0;
  backdrop-filter: blur(10px);
  padding: 70px;
}
.service-img-wrapper {
  border-radius: 8px;
  padding: 5px;
}
.service-item img {
  background: #e30d16;
  width: 48px;
  padding: 10px;
  height: auto;
  border-radius: 8px;
}
.service-item h3 {
  font-size: 1.8rem;
  color: #e30d16;
  margin-bottom: 15px;
}
.service-item p {
  color: #333;
  line-height: 1.6;
}
.service-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #e30d16;
  color: #fff;
  border-radius: 40px;
}
.service-btn:hover {
  background: #000;
}
.stations-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #000 0, #1a0000 60%, #e30d16 100%);
  color: #fff;
}
.stations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
}
.station-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}
.fleet-tab,
.station-btn {
  transition: background 0.3s;
}
.station-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.station-card img {
  padding: 10px;
  border-radius: 24px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.station-card h3 {
  font-size: 1.4rem;
  margin: 15px 0 10px;
}
.station-card p {
  font-size: 0.95rem;
  padding: 0 15px;
  flex-grow: 1;
}
.station-btn {
  display: inline-block;
  margin: 15px auto 20px;
  padding: 10px 20px;
  background-color: #e30d16;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
}
.station-btn:hover {
  background-color: #b50a11;
}
.fleet-section {
  background: #f9f9f9;
  padding: 60px 20px;
}
.fleet-container {
  max-width: 1200px;
  margin: auto;
}
.fleet-heading {
  margin-bottom: 40px;
  font-weight: 700;
  color: #0b0b0b;
}
.fleet-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}
.fleet-tab {
  background: #0b0b0b;
  color: #fff;
  border: none;
  padding: 15px 18px;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 30px;
}
.fleet-tab.active,
.fleet-tab:focus,
.fleet-tab:hover {
  background: #e30d16;
}
.fleet-detail {
  display: none;
}
.fleet-detail.active {
  display: block;
}
.fleet-img {
  max-width: 600px;
  margin: auto auto 20px;
  width: 100%;
  border-radius: 8px;
}
.fleet-detail p {
  font-size: 1.1rem;
  color: #333;
}
.download-app-section {
  background: #0b0b0b;
  padding: 60px 20px;
}
.download-app-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  flex-wrap: wrap;
}
.download-app-text {
  flex: 1;
  min-width: 300px;
}
.download-app-heading {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
}
.download-app-para {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 25px;
}
.download-app-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.store-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: 0.3s;
  border:none;
}
.dark-btn {
  background: #e30d16;
  color: #fff;
}
.dark-btn:focus,
.dark-btn:hover {
  background: #0b0b0b;
  color: #fff;
}
.download-app-image {
  flex: 1;
  min-width: 300px;
}
.download-app-image img {
  max-width: 100%;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .airports-section {
    padding: 40px 0;
  }
  .airports-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    width: 100%;
  }
  .services-wrapper {
    flex-direction: column;
    padding: 20px;
    width: 100%;
  }
  .service-item {
    padding: 0;
    margin-top: 30px;
    min-width: 270px;
  }
  .download-app-container {
    flex-direction: column;
    text-align: center;
  }
  .download-app-buttons {
    justify-content: center;
  }
}
.custom-footer {
  position: relative;
  background: linear-gradient(135deg, #f9f9f9, #fff);
  padding: 60px 20px 20px;
  overflow: hidden;
}
.footer-bg-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.4;
  z-index: 0;
}
.circle-1 {
  width: 500px;
  height: 500px;
  background: #9e9e9e;
  top: -200px;
  left: -150px;
}
.circle-2 {
  width: 600px;
  height: 600px;
  background: #7c7c7c;
  bottom: -250px;
  right: -200px;
}
.footer-container {
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.footer-logo {
  width: 120px;
  margin-bottom: 15px;
}
.footer-desc {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
  color: #111;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
  color: #555;
}
.footer-links a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #e30d16;
}
.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #555;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}
.txb-contact {
  background: linear-gradient(to right, #f8f9fa, #fff);
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
.txb-contact__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
}
.txb-contact__info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
.txb-contact__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.txb-contact__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.txb-contact__item img {
  width: 32px;
  height: 32px;
}
.txb-contact__item a,
.txb-contact__item span {
  font-size: 12px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.txb-contact__item a:hover {
  color: #e63946;
}
.txb-contact__map iframe {
  width: 100%;
  height: 350px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}




/* airport cards */

.txb-card-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 2rem;
  padding: 4rem;
  /* background-color: #0b0b0b; */
  color: white;
}

.txb-card {
  /* padding: 2rem; */
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 3rem;
}

.txb-card:hover {
  transform: translateY(-10px);
}

/* Card 1: Neon Border */
.card-1 {
  border: 2px solid #3fa22b;
  box-shadow: 0 0 20px #3fa22b;
  background-color: #111;
}


/* airport cards */


/* heading */

.txb-section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  /* color: #3fa22b; */
  text-transform: uppercase;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  letter-spacing: 1px;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* Underline + glow effect */
.txb-section-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50%;
  /* width: 20%; */
  background: #3fa22b;
  box-shadow: 0 0 10px #3fa22b;
  transition: width 0.3s ease;
  
}

/* On hover, underline expands */
.txb-section-heading:hover::after {
  width: 100%;
}


/* heading */


/* station cards */



.txb-card-section-stations {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 2rem;
  padding: 4rem;
  /* background-color: #0b0b0b; */
  color: white;
}

/* station cards */


@media screen and (max-width: 768px) {
    .txb-section-heading {
      text-align: center !important;
    }
    .txb-card-section-stations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    }
 .customcontainer {
    padding: 50px 18px !important;
    margin-top: 250px !important;
  }

}


/* service */

.txb-services {
  width: 100%;
  /* background-color: #0b0b0b; */
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4rem 2rem;
  gap: 2rem;
  align-items: center;
}

.services-text {
  padding: 1rem 2rem;
}

.services-text p {
  color: #ccc;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.services-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-card {
  background-color: #111;
  padding: 1.5rem 2rem;
  border-left: 4px solid #3fa22b;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(63, 162, 43, 0.2);
  transition: transform 0.3s ease;
}

.service-card h3 {
  color: #3fa22b;
  margin-bottom: 0.5rem;
}

.service-card p {
  color: #aaa;
  font-size: 0.95rem;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* Section heading style from earlier */
.txb-section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  letter-spacing: 1px;
}

.txb-section-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 50%;
  background: #3fa22b;
  box-shadow: 0 0 10px #3fa22b;
  transition: width 0.3s ease;
}

.txb-section-heading:hover::after {
  width: 100%;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .txb-services {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .services-cards {
    align-items: center;
  }

  .service-card {
    width: 100%;
    max-width: 400px;
  }
}


/* service end */


/* footer */

.txb-footer {
  /* background-color: #0b0b0b;
  color: #fff; */
  padding: 3rem 2rem 1rem;
  font-family: 'Segoe UI', sans-serif;
  border-top: 2px solid #3fa22b;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-logo h2 {
  color: #3fa22b;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.footer-logo p {
  color: #aaa;
  font-size: 0.95rem;
}

.footer-links h3,
.footer-social h4 {
  color: #3fa22b;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #3fa22b;
}

.footer-social .social-icons a {
  display: block;
  color: #ccc;
  margin-bottom: 0.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social .social-icons a:hover {
  color: #3fa22b;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 1rem;
  font-size: 0.9rem;
  color: #777;
}


/* footer end */





.heading-airports{
  padding: 80px 0px;
  display: flex;
   justify-content: center;
}
.txb-section-heading-services{
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  letter-spacing: 1px;
}
.txb-services{
    margin: 80px 0px;
}

@media screen and (max-width:768px) {
  .heading-airports{
    padding: 40px 0px;
  }
  .txb-services{
    margin: 40px 0px;
  }
  .text-card-section-vehicles {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    
}
}


.text-card-section-vehicles{
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
@media screen and (max-width:768px) {
  .heading-airports{
    padding: 40px 0px;
  }
  .txb-services{
    margin: 40px 0px;
  }
  .text-card-section-vehicles {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     padding:inherit !important;
}
}
.vehicle-image{
  width: 100%;
}

.carssub{
  padding: 20px;
  /* background: #3fa22b; */
  text-align: center;
  color: #fff;
  margin-top: -20px;
}
.carssub li{

  list-style: none;
  display: inline-block;
  margin: 10px 10px;
  cursor: pointer;
  transition: 0.5s ease;
}

/* btn */
.mobile_apps {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.app-btn {
  flex: 1 1 45%;
  min-width: 140px;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.playstore {
  background-color: #3fa22b; /* Google green */
}

.playstore:hover {
  background-color: #3fa22b;
  transform: scale(1.03);
}

.ios {
  background-color: #3fa22b; /* iOS blue */
}

.ios:hover {
  background-color: #3fa22b;
  transform: scale(1.03);
}

.mobile_apps_image_main{
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 40px; */
}

.mobile_apps_image{
  width: 55%;
  height: 100%;
  object-fit: contain;
  
}


@media screen and (max-width:768px) {
.carssub h2{
  font-size: 14px;
  margin-top: 10px;
}

}

/* search */



.area-name-sec {
  padding: 50px 0;
  background-color: radial-gradient(1200px 600px at 80% -10%, #3fa22b, transparent 60%),
        radial-gradient(900px 500px at -10% 20%, #3fa22b, transparent 60%),
        #0b0b0b !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.area-name-sec h2 {
  color: #3fa22b;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.search-div {
  text-align: center;
  margin-bottom: 40px;
}

.search-field {
  width: 60%;
  max-width: 500px;
  padding: 12px 20px;
  border: 2px solid #3fa22b;
  border-radius: 30px;
  font-size: 16px;
  transition: 0.3s;
}

.search-field:focus {
  outline: none;
  border-color: #2b7d1d;
  box-shadow: 0 0 5px rgba(63, 162, 43, 0.5);
}

.areas-name-main {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.areas-name-main{
margin-bottom: 20px;
}
.areas-name-main:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.areavar {
  font-size: 24px;
  color: #3fa22b;
  border-bottom: 2px solid #3fa22b;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.area-group {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.area-group li {
  margin-bottom: 10px;
}

.area-group li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: 0.3s;
}

.area-group li a:hover {
  color: #3fa22b !important;
  padding-left: 5px;
}

/* for mobile view */
@media (max-width: 768px) {
  .search-field {
    width: 90%;
  }

  .areas-name-main {
    margin-top: 20px;
  }
}
/* search end */




.airportimage{
  margin: auto;
}


.footer-bottom{
  display: flex !important;
  justify-content: space-around !important;
}
.footer-bottom p{

color: #fff;
}
.footer-bottom .pivacy-policy{
  text-decoration: none;
  color: #3fa22b;
  font-size: 16px;
}


@media screen and (max-width:768px) {
  .footer-bottom{
    flex-direction: column !important;
    text-align: center !important;
  }
  .footer-bottom p{
    margin: 10px 0px;
  }
  
}

/* contact us */
/* Contact Section Styling - Green Theme */
.contactWrapper {
    padding: 60px 0;
    background-color: #f4fdf2; /* Light greenish background */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.subHead {
    display: block;
    font-size: 16px;
    color: #3fa22b;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.mainHead {
    font-size: 32px;
    font-weight: bold;
    color: #1e1e1e;
    margin-bottom: 30px;
}

.contactDetailsWrap .boxes {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #3fa22b;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}

.contactDetailsWrap .boxes:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.contactDetailsWrap .icon {
    flex-shrink: 0;
    margin-right: 15px;
}

.contactDetailsWrap .icon img {
    width: 40px;
    height: 40px;
}

.contactDetailsWrap .txt h2 {
    margin: 0;
    font-size: 20px;
    color: #3fa22b;
    font-weight: 700;
}

.contactDetailsWrap .afterHeading {
    display: block;
    margin-top: 5px;
    color: #444;
    font-size: 16px;
    word-break: break-word;
}

.contactDetailsWrap a {
    text-decoration: none;
    color: #3fa22b;
    font-weight: 500;
}

.contactDetailsWrap a:hover {
    text-decoration: none !important;
    color: #2d7e20 !important;
}

/* Responsive Google Map */
iframe {
    border: none;
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 8px;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .mainHead {
        font-size: 26px;
    }

    .contactDetailsWrap .boxes {
        flex-direction: column;
        align-items: flex-start;
    }

    .contactDetailsWrap .icon {
        margin-bottom: 10px;
    }
}



/* contact end */



.emailRender a {
  display: flex;
  align-items: center;
  color: #3fa22b !important;
  text-decoration: none; 
}

.emailRender a img {
  width: 20px;
  height: 22px;
  margin-right: 10px;
}



.faq-list{
  list-style: none;
  padding: 0;
  margin: 0;
  
}
.faq-list li,.faq-list p{
  color: #fff;
}