@import url(https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
.sec-hd span,
body {
  font-family: Montserrat, sans-serif;
}
.contact-info h3,
.hero-banner,
.main-hd,
.sec-hd,
.tab-content,
.tab-hd,
body {
  position: relative;
}
.about-sec-sub-hd,
.footer h5,
.location,
.main-hd,
.sec-hd {
  text-transform: uppercase;
}
#header,
.call-btn a,
.contact-sec a,
.sec-hd a {
  transition: 0.5s;
}
.call-btn a,
.contact-sec a,
.footer p a,
.sec-hd a {
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1170px;
}
.custom-tab-section,
.sec-pad {
  padding: 60px 0;
}
.sec-pad p {
  margin-bottom: 50px;
  font-size: 18px;
}
.sec-hd {
  color: #a68f69;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Marcellus SC", serif;
}
.sec-hd span {
  display: block;
  font-size: 21px;
  color: #000;
  letter-spacing: 0;
}
.footer h5,
.footer ul li,
.footer ul li a:hover,
.location,
.sec-hd a {
  color: #4ab9cf;
}
.about-link:hover,
.contact-form label,
.sec-hd a:hover {
  color: #1f425d;
}
.topbar {
  background: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.airport-card,
.hero-banner,
.station-card {
  background-repeat: no-repeat;
  background-size: cover;
}
.topbar p,
.topbar span {
  font-size: 14px;
  margin: 0;
  color: #000;
}
.topbar span {
  color: #909090;
}
#header {
  position: absolute;
  padding: 30px 0 20px;
  background-color: #00000024;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header2 {
  border-bottom: 1px solid;
}
.navbar {
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
}
.navbar-brand {
  margin-right: 0;
}
.navbar-brand img {
  max-width: 214px;
  height: auto;
  margin-top: 0;
}
.dropdown-menu {
  background-color: #000000cc;
  transform: translateX(-50%);
  left: 50%;
}
.airport-card:hover,
.dropdown-menu:hover .dropdown-item,
.footer p a,
.station-card:hover {
  color: #fff;
}
.dropdown-item:hover,
.nav-tabs li a {
  color: #a68f69 !important;
}
.dropdown-item {
  color: #a68f69;
  font-weight: 500;
  padding: 10px 15px;
  background-color: transparent !important;
  text-align: center;
  transition: 0.2s;
}
.call-btn {
  text-align: right;
}
.cars-box,
.main-hd,
.main-para,
.our-app-main {
  text-align: center;
}
.our-app-main {
  font-size: 20px;
  padding: 20px;
}
.call-btn a {
  padding: 10px 15px 10px 10px;
  background-color: #a68f69;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.call-btn a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
  transition: 0.5s;
}
.call-btn a:hover {
  background-color: #fff;
  color: #a68f69;
}
.call-btn a:hover img {
  filter: none;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-banner::before,
.main-hd:before,
.sec-hd::before,
.tab-hd::after {
  position: absolute;
  content: "";
  left: 0;
}
.nav-link {
  color: #fff !important;
  padding: 10px 15px !important;
  font-size: 15px;
  font-weight: 500;
}
.last-navlink {
  padding-right: 0 !important;
}
.sticky {
  position: fixed !important;
  background-color: #000 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
}
@media screen and (max-width: 1150px) {
  #header::before {
    width: 40%;
  }
}
.hero-banner {
  background-image: url(/src/images/hero-image.jpg);
  padding: 170px 0 50px;
  z-index: 2;
}
.hero-banner::before {
  background-color: #00000042;
  width: 100%;
  height: 100%;
  top: 0;
}
.main-hd,
.main-para {
  color: #fafafa;
}
.main-hd {
  font-size: 40px;
  margin-bottom: 12px;
  font-family: Marcellus, serif;
}
.main-hd:before,
.sec-hd::before {
  background-color: #a68f69;
  width: 90px;
  height: 6px;
  margin: auto;
  right: 0;
  top: -25px;
}
.main-hd span {
  display: block;
  font-size: 34px;
}
.main-para {
  font-size: 20px;
  margin: 0;
}
.appStoreLinks,
.cars-box,
.map-div {
  margin-top: 30px;
}
.appStoreLinks a.googleAppleStore {
  margin-right: 15px;
}
.appStoreLinks a img {
  width: 200px;
}
.about-img {
  border: 1px solid #a39161;
  box-shadow: 0 0 10px 0 grey;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.about-sec p {
  font-size: 17px;
  color: #333;
  margin: 0;
  padding-bottom: 10px;
  line-height: 30px;
}
.contact-sec a,
.service-box {
  padding: 20px 30px;
}
.service-box h4 {
  color: #1f425d;
  font-size: 20px;
  margin: 20px 0;
}
.contact-sec {
  background-color: #1f425d;
  padding: 100px 0;
}
.contact-para {
  font-size: 20px !important;
  color: #fff;
  margin-bottom: 50px !important;
}
.contact-sec a {
  font-size: 20px;
  color: #fff;
  background-color: #4ab9cf;
  border-radius: 10px;
}
.contact-sec a:hover {
  background-color: #fff;
  color: #1f425d;
}
.contact-info {
  padding-top: 100px;
  padding-bottom: 50px;
}
.contact-info .sec-hd {
  text-align: left;
}
.contact-info .sec-hd::before {
  margin: 0;
}
.airport-card,
.station-card {
  padding: 55px 10px;
  border-radius: 10px;
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d), url(/src/images/heathrow.jpg);
  text-align: center;
  color: #fff;
  background-position: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  text-shadow: 1px 1px 5px #000;
}
.about-link,
.airport-sec a,
.fleet-sec a,
.footer ul li a,
.info a,
.nav-item a,
.not-found-sec a,
.see-more,
.station-sec a,
.top--main a {
  text-decoration: none !important;
}
.airport-sec .col-lg-2:nth-child(2) .airport-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d), url(/src/images/gatwick.jpg);
}
.airport-sec .col-lg-2:nth-child(3) .airport-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d), url(/src/images/luton.jpg);
}
.airport-sec .col-lg-2:nth-child(4) .airport-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d), url(/src/images/stansted.jpg);
}
.airport-sec .col-lg-2:nth-child(5) .airport-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d),
    url(/src/images/londonCityAirport.jpg);
}
.see-more {
  font-size: 20px;
  color: #4ab9cf;
  transition: 0.2s;
}
.station-sec .sec-hd {
  margin-top: 26px;
}
.station-card {
  border-radius: 0;
  padding-top: 100px;
  padding-bottom: 15px;
  font-size: 18px;
}
.station-sec .col-lg-3:first-child .station-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d), url(/src/images/waterloo.jpeg);
}
.station-sec .col-lg-3:nth-child(2) .station-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d),
    url(/src/images/paddington.jpeg);
}
.station-sec .col-lg-3:nth-child(3) .station-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d),
    url(/src/images/kings-cross.jpeg);
}
.station-sec .col-lg-3:nth-child(4) .station-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d),
    url(/src/images/charing-cross.jpeg);
}
.station-sec .col-lg-3:nth-child(5) .station-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d),
    url(/src/images/london-bridge.jpeg);
}
.station-sec .col-lg-3:nth-child(6) .station-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d), url(/src/images/victoria.jpeg);
}
.station-sec .col-lg-3:nth-child(7) .station-card {
  background-image:
    linear-gradient(90deg, #0000004d, #0000004d), url(/src/images/euston.jpeg);
}
.nav-tabs {
  flex-direction: column !important;
  max-width: 220px;
}
.nav-tabs li {
  border-bottom: 1px dashed #a68f69;
}
.nav-tabs li a {
  font-size: 16px;
  font-weight: 500;
  border: none !important;
  padding: 12px 15px !important;
}
.nav-tabs li a.active,
.nav-tabs li a:hover {
  background-color: #a68f69 !important;
  color: #fff !important;
}
.nav-tabs li a:hover {
  border-radius: 0;
}
.tab-content {
  background: #1e4870;
  padding: 40px 50px 30px;
  box-shadow: 1px 6px 44px -6px rgba(0, 0, 0, 0.75);
  color: #fff;
}
.tab-hd {
  color: #fff;
  padding-bottom: 15px;
  font-size: 24px;
  margin-bottom: 25px;
}
.tab-hd::after {
  width: 150px;
  height: 3px;
  background: #a68f69;
  bottom: 0;
}
.tab-para {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}
.tab-content ul li {
  font-size: 17px;
  margin-bottom: 5px;
}
.cars-box {
  padding: 20px;
  background-color: #1f425d;
  border-radius: 10px;
}
.about-para,
.footer-num,
footer ul {
  margin-top: 20px;
}
.cars-box img {
  border-radius: 10px;
  width: 25%;
}
.cars-box h2,
.cars-box p {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
}
.footer {
  background-color: #000;
  padding: 20px 0;
}
.footer p {
  font-size: 16px;
  color: #fff;
}
.font-family-style h2,
.footer p a:hover {
  color: #a68f69;
}
.footer h5 {
  font-size: 30px;
  font-weight: 700;
}
.custom-tab-nav,
footer ul {
  padding-left: 15px;
}
.footer ul li::marker {
  color: #fff;
}
.footer ul li {
  margin: 10px 0;
}
.footer ul li a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.location {
  font-size: 18px;
  text-decoration: underline !important;
}
.footer-num {
  font-weight: 600;
  color: #4ab9cf !important;
}
.footer-num a {
  color: #fff;
}
.end {
  font-size: 16px;
  margin: 0;
}
.social-icons {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.social-icons span {
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
}
.social-icons div {
  padding: 5px;
  border-radius: 5px;
  margin: 0 8px;
}
.social-icons div:nth-child(2) {
  background-color: #3b5998;
}
.social-icons div:nth-child(3) {
  background-color: #55acee;
}
.social-icons div:nth-child(4) {
  background-color: #bd081c;
}
.social-icons div:nth-child(5) {
  background-color: #3f729b;
  margin-right: 0 !important;
}
.custom-tab-panel,
.mob-call-icon {
  display: none;
}
.about-link {
  color: #4ab9cf;
  font-size: 18px;
  transition: 0.2s;
}
.about-banner {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-sec-para {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
}
.about-sec-hd {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 30px;
}
.about-sec-sub-hd {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.not-found-sec p,
.routes-banner .main-hd,
.services-sec-hd,
.services-sec-sub-hd {
  font-weight: 600;
}
.routes-banner {
  background: #141414 !important;
  padding-top: 220px;
}
.routes-content {
  padding: 50px 0;
}
.routes-content .sec-hd {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}
.contact-form .col-lg-6,
.services-sec-hd {
  margin-bottom: 30px;
}
.routes-content .sec-hd::before {
  margin: 0;
  height: 5px;
}
.services-sec-sub-hd {
  margin: 0 0 10px;
  font-size: 18px;
}
.contact-info .about-sec-hd,
.content h2,
.content h3 {
  font-size: 25px;
}
.contact-info h3 {
  margin: 0 0 20px;
  font-size: 20px;
}
.contact-info p {
  font-size: 16px;
  margin-bottom: 0;
}
.contact-info img {
  margin: 0 5px 20px 0;
  width: 24px;
  height: 24px;
}
.contact-info a {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}
.contact-form input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #1f425d;
  padding: 6px 10px;
  transition: 0.2s;
  font-size: 14px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-radius: 0;
  border-color: #a68f69;
  outline: 0;
}
.contact-form textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.2s;
  resize: none;
}
.contact-submit-btn {
  background-color: #a68f69;
  color: #fff !important;
  font-size: 20px;
  margin: 20px 0 50px;
  border: none !important;
  transition: 0.2s;
  border-radius: 0 !important;
  padding: 10px 45px !important;
  font-weight: 700 !important;
}
.contact-submit-btn:hover {
  background-color: #333;
}
.not-found-sec {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.not-found-sec .main-hd {
  color: #1f425d;
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 0;
}
.not-found-sec span {
  font-size: 40px;
  color: #4ab9cf;
}
.not-found-sec p {
  color: #000;
  font-size: 16px;
  margin-bottom: 40px;
}
.not-found-sec a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #1f425d;
  padding: 15px 30px;
  border-radius: 10px;
  transition: 0.2s;
}
.not-found-sec a:hover {
  background-color: #4ab9cf;
}
.info {
  background-color: #fff;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0 10px 36px 0,
    rgba(0, 0, 0, 0.06) 0 0 0 1px;
}
@media screen and (max-width: 991px) {
  .mob-call-icon {
    display: block;
    padding: 5px 10px;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid #fff;
  }
  .mob-call-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .call-btn {
    display: block;
  }
  .call-btn a {
    font-size: 14px;
    padding: 10px 12px 10px 10px;
  }
  .call-btn a img {
    margin-right: 0;
  }
  .nav-link {
    font-size: 13px;
    padding: 10px !important;
  }
}
@media screen and (max-width: 992px) {
  #header::after,
  #header::before {
    content: none;
  }
  .call-btn a,
  .nav-link {
    font-size: 13px;
  }
  .about-sec h2,
  .appStoreLinks,
  .footer p,
  .main-hd,
  .service-box {
    text-align: center;
  }
  .call-btn,
  .topbar {
    display: none;
  }
  #header {
    padding: 5px 0;
    background-color: #a68f69;
  }
  .navbar {
    align-items: center !important;
  }
  .navbar-brand img {
    max-width: 140px;
    margin-top: 0;
  }
  .footer h5,
  .navbar-nav {
    margin-top: 20px;
  }
  .nav-link {
    color: #fff !important;
  }
  .call-btn a img {
    margin-right: 0;
  }
  .navbar-toggler {
    padding: 1px 6px;
    border-radius: 0;
    border-color: #fff !important;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(/src/images/menu.png);
    width: 30px;
    height: 32px;
    filter: brightness(0) invert(1);
  }
  .hero-banner {
    padding-top: 105px;
    padding-bottom: 30px;
  }
  .tab-content {
    margin-top: 40px;
    padding: 20px 10px;
  }
  .contact-page-content .services-sec-sub-hd,
  .sec-hd span {
    font-size: 16px;
  }
  .main-hd,
  .main-hd span {
    font-size: 25px;
  }
  .routes-banner {
    padding-top: 120px;
  }
  .dropdown-menu {
    transform: none;
  }
  .main-hd {
    margin-bottom: 15px;
  }
  .main-hd:before,
  .sec-hd::before {
    top: -17px;
  }
  .about-sec h2,
  .sec-hd,
  .tab-hd {
    font-size: 20px;
  }
  .appStoreLinks {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .appStoreLinks a img {
    width: 120px;
  }
  .sec-pad {
    padding: 30px 0;
  }
  .tab-para {
    font-size: 16px !important;
  }
  .about-sec h2::after {
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 165px;
    top: 40px;
  }
  .contact-form .col-lg-6,
  .service-box p {
    margin-bottom: 10px;
  }
  .contact-sec {
    padding-bottom: 50px;
  }
  .contact-sec a {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .contact-para {
    margin-bottom: 30px !important;
  }
  .footer {
    padding-top: 10px;
  }
  .footer h5 {
    font-size: 24px;
  }
  .footer p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .social-icons {
    justify-content: center;
  }
  .footer ul li a {
    font-size: 15px;
  }
  .about-banner {
    height: 30vh;
  }
  .contact-form .about-sec-hd {
    margin-top: 30px;
  }
  .routes-banner {
    padding-bottom: 20px !important;
  }
  .nav-tabs {
    flex-direction: row !important;
    justify-content: center;
    max-width: none;
  }
  .nav-tabs li {
    width: 45%;
    margin: 8px;
  }
  .nav-tabs li:last-child {
    width: auto;
  }
  .nav-tabs li a {
    padding: 12px 0 12px 10px;
  }
  .sticky {
    position: absolute !important;
    background-color: #a68f69 !important;
    box-shadow: none;
  }
  .info {
    margin: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  .main-para {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .social-icons div {
    margin: 0 3px;
  }
}
.custom-tab-content {
  padding-right: 30px;
}
.custom-tab-panel.active {
  display: block;
}
.tab-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.custom-tab-heading {
  font-size: 24px;
  margin-bottom: 10px;
}
.custom-tab-text {
  font-size: 16px;
  color: #555;
}
.custom-tab-link {
  display: block;
  padding: 12px 15px;
  background: #f5f5f5;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
  border-left: 4px solid transparent;
  transition: 0.3s;
}
.custom-tab-link.active,
.custom-tab-link:hover {
  background: #a68f69;
  color: #fff;
  border-left: 4px solid #000;
}
@media (max-width: 767px) {
  .custom-tab-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .custom-tab-nav {
    padding-left: 0;
  }
  .custom-tab-link {
    font-size: 16px;
  }
}
.fleet-text-div {
  padding: 20px 0;
}
.fleet-text-div h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.fleet-text-div p {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.fleet-text-div img.white-icon {
  margin-right: 8px;
}
@media screen and (max-width: 400px) {
  .nav-tabs {
    flex-direction: row !important;
    justify-content: center;
    max-width: none;
  }
  .nav-tabs li {
    width: 100%;
    border-bottom: 1px dashed #a68f69;
  }
  .nav-tabs li:last-child {
    width: 100% !important;
  }
}
.info a {
  margin-bottom: 22px;
}
.info {
  text-align: center !important;
}
.our-app-img-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.our-app-img-main img {
  width: 95% !important;
  height: 50px !important;
}
.footer-bg-color {
  background-color: #a68f69;
}
.footer-main-div {
  padding: 20px;
}
.footer-icon-main img {
  width: 20px;
}
.footer-card-main h2 {
  color: #fff;
  font-weight: 700;
}
.footer-card-main span {
  color: #000;
}
.footer-card-main a,
.footer-card-main p {
  text-decoration: none !important;
  color: #fff !important;
  font-size: 17px;
}
.about-page-content {
  padding: 15px;
}
@media screen and (max-width: 580px) {
  .mail-text a,
  .mail-text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .hero-main {
    background-color: #ac9774 !important;
    height: 100vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .para-main-content {
    background-color: #000;
    padding: 15px !important;
    margin-bottom: -17px !important;
  }
  .hero-content-main,
  .hero-content-main h1,
  .para-main-content {
    color: #fff !important;
  }
  .hero-content-main {
    text-align: center;
  }
  .hero-content-main p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-para {
    margin-bottom: 15px;
  }
  .content h2,
  .content h3,
  .hero-content-main p,
  .para-main-content h2 {
    font-size: 20px;
  }
  .hero-main,
  .para-main-content {
    background-color: #ac9774 !important;
  }
  .para-main-content {
    color: #fff !important;
    margin-bottom: -17px !important;
    padding: 15px !important;
  }
  .para-main-content p {
    font-size: 15px !important;
  }
  .hero-main {
    height: 100vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .hero-content-main {
    text-align: center;
    color: #fff !important;
  }
  .hero-content-main h1 {
    font-size: 20px;
    color: #fff !important;
  }
  .cars-box img {
    border-radius: 10px;
    width: 50% !important;
  }
}
.top-mail a {
  font-size: 20px !important;
  color: #fff !important;
}
.cars-box,
.font-family-style,
.our-app-main {
  font-family: "Baloo Bhai 2", sans-serif;
}
.logo-top {
  padding: 10px;
  text-align: start !important;
}
.top--main {
  display: flex;
  justify-content: space-around;
  align-items: end;
  padding: 10px;
  margin-bottom: -13px !important;
}
.top--main a {
  color: #000 !important;
}
@media screen and (max-width: 950px) {
  .top-mail a {
    display: none;
  }
  .top--main {
    display: none !important;
  }
  .custom_container {
    justify-content: start !important;
  }
}
.top--main h2 {
  display: none !important;
}




.hero-content-main {
  display: flex;
  align-items: center; /* vertically align */
  justify-content: space-between;
  gap: 20px;
}

.column_one {
  flex: 1;
}

.btn-container {
  flex: 1;
}
@media (max-width: 768px) {
  .hero-content-main {
    flex-direction: column;
  }
}

/* Whats App Button Css Start */
.wapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px; 
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.wapp-btn img {
    width: 30px;
    height: 30px;
}

.wapp-btn:hover {
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wapp-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }

    .wapp-btn img {
        width: 25px;
        height: 25px;
    }
}
/* Whats App Button Css Start */