/* mycss */
@media (max-width: 991px) {
  /* .header-section .header-row{
        flex-direction: column-reverse;
    } */
  .main-banner-content {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
}
.main-banner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-icon {
  filter: brightness(0) invert(1);
}

.top-section {
  background-color: #000066;
  color: white;
  border-bottom: solid #00a6ff 2px;
}

.dropdown-menu {
  background-color: #000066 !important;
  color: white !important;
}

/* 
.nav-link{
    border: 2px solid transparent;
    transition: all 0.5s ease-in-out;
}

.nav-link:hover{
    border-color: black;
} */

.nav-item {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease-in-out;
  padding-left: 10px !important;
}

.nav-item:hover {
  border-color: #00a6ff;
}

@media screen and (min-width: 768px) {
  .custom-dropdown-menu.show {
    display: flex !important;
  }
}

.dropdown-item {
  color: white;
  /* background-color: transparent !important; */
  border: 2px solid transparent;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
}

.dropdown-item:hover {
  color: white;
  background-color: transparent;
  border-color: #00a6ff;
}

.dropdown-item.active {
  background-color: #00a6ff !important;
  border: solid white 2px !important;
}

.navbar {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: solid #00a6ff 2px;
}

/* .active{
    background-color: #00a6ff;
    border: solid white 2px ;
    color: black !important;
} */

.nav-item {
  margin-right: 25px;
}

.header-section {
  background: url(images/header-bg-main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .header-section {
    background-image: none;
  }
}
.header-section-opasity {
  background-color: #000000b8;
  padding-top: 8%;
  padding-bottom: 8%;
}
.header-row {
  background-color: #000000b9;
  border-radius: 0;
  border: solid white 4px;
  /* border-top-left-radius: 100px; */
  border-bottom-left-radius: 150px;
}

.main-heading {
  /* font-weight: bold; */
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}

.mobile-none {
  display: none;
}
.main-heading:after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  animation: main-heading 2s ease-in-out infinite forwards;
}
@keyframes main-heading {
  0%,
  100% {
    clip-path: polygon(
      0 66%,
      11% 59%,
      18% 51%,
      26% 46%,
      35% 41%,
      48% 44%,
      55% 54%,
      63% 63%,
      76% 60%,
      82% 50%,
      92% 48%,
      100% 53%,
      100% 100%,
      0% 100%
    );
  }
  50% {
    clip-path: polygon(
      0 66%,
      8% 74%,
      17% 77%,
      28% 70%,
      35% 57%,
      48% 44%,
      56% 39%,
      69% 41%,
      75% 47%,
      84% 60%,
      92% 61%,
      100% 53%,
      100% 100%,
      0% 100%
    );
  }
}
.innerHeading {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 35px;
}
.innerHeading-1 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.main-heading-para {
  color: rgb(255, 255, 255);
  /* font-weight: bold; */
  font-size: 24px;
  /* -webkit-text-stroke: 2px rgb(0, 0, 0) !important; */
  line-height: 1;
  margin-bottom: 10px;
}

.form-div {
  background-color: #00006685;
}

.form-div {
  position: relative;
  /* border: solid #834C24 2px ; */
  padding-top: 4px;
  padding-bottom: 4px;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}

.form-div::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  border: solid #ffffff 4px;
  width: 101%;
  height: 105%;
  bottom: 0;
  margin: auto;
  border-top: transparent;
}

/* .form-div::after{
    content: "";
    position: absolute;
    top: -10px;
    left: -9px;
    border: solid #ffffff 4px;
    width: 106%;
    height: 105%;
    bottom: 0;
    margin: auto;
    border-bottom: transparent;
} */
.booking-heading {
  color: white !important;
  font-weight: bold !important;
}

.input-group-text {
  background-color: transparent;
  border-left: 0px !important;
  border: solid #ffffff 2px;
}
.location-img {
  filter: invert(0) brightness(1);
}

.form-control:focus {
  background-color: transparent;
  color: white;
  border: solid #ffffff 2px !important;
  border-right: 0px !important;
}
.modal-body .form-control {
  box-shadow: none !important;
  border: solid #00a6ff 2px !important;
  border-right: 0px;
  background-color: transparent;
  color: #000000 !important;
}

.get-btn {
  font-weight: bold;
  color: white;
  box-shadow: none !important;
  border: solid #00a6ff 2px !important;
}

.get-btn:hover {
  font-weight: bold;
  color: white;
  background-color: #00a6ffd0;
  border: solid #ffffff 2px !important;
}

.form {
  position: relative;
  z-index: 1;
}

.side-div {
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.733);
  width: 50px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  position: fixed;
  display: flex;
  z-index: 99999;
}

/* 
.side-icon{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    filter: brightness(0)  invert(1);
    width: 25px;
    
} */

/* @media only screen and (max-width: 1302px){ */

.side-icon {
  /* margin-top: 0 !important;
        margin-bottom: 0 !important; */
  padding-top: 0%;
  padding-bottom: 0%;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  filter: brightness(0) invert(1);
  justify-content: center;
  width: 25px;
  margin-left: 12px;
  margin-right: 12px;
}
.side-div {
  margin-left: auto !important;
  margin-right: auto !important;
  /* padding: 20px !important; */
  background-color: #000066a8;
  width: 250px;
  height: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: fixed;
  display: flex;
  z-index: 99999;
  bottom: 0 !important;
  left: 0;
  right: 0;
  text-align: center;
}

/* } */

.top-icon {
  transition: all 500ms ease-in-out;
  filter: brightness(0) invert(1);

  /* display: inline-block; */
  /* margin-right: 10px; */
  text-shadow: 1px 2px 3px rgb(255, 255, 255);
}
.top-icon:hover {
  filter: brightness(0) invert(1);

  /* filter: blur(3px); */
  animation: vibrate 50ms linear infinite forwards;
}
@keyframes vibrate {
  0% {
    transform: translateX(-1px) translateY(1px);
  }
  100% {
    transform: translateX(1px) translateY(-2px);
  }
}

.side-icon {
  transition: all 500ms ease-in-out;
  filter: brightness(0) invert(1);

  /* display: inline-block; */
  /* margin-right: 10px; */
  text-shadow: 1px 2px 3px rgb(255, 255, 255);
}
.side-icon:hover {
  filter: brightness(0) invert(1);

  /* filter: blur(3px); */
  animation: vibrate 50ms linear infinite forwards;
}
@keyframes vibrate {
  0% {
    transform: translateX(-1px) translateY(1px);
  }
  100% {
    transform: translateX(1px) translateY(-2px);
  }
}

.app {
  transition: all 500ms ease-in-out;
  /* filter: brightness(0)  invert(1); */

  /* display: inline-block; */
  /* margin-right: 10px; */
  /* text-shadow: 1px 2px 3px rgb(255, 255, 255); */
}
.app:hover {
  /* filter: brightness(0)  invert(1); */

  /* filter: blur(3px); */
  animation: vibrate 500ms linear infinite forwards;
}
@keyframes vibrate {
  0% {
    transform: translateX(-1px) translateY(1px);
  }
  100% {
    transform: translateX(1px) translateY(-2px);
  }
}

.navbar-section {
  background-color: #000066;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: solid #00a6ff 2px !important;
  border-bottom: solid #00a6ff 2px !important;
}
/* 
.service-container{
    background-color: #00006685;
} */

.service-main-heading-div {
  background-color: #834c24;
}

.service-main-heading {
  font-size: 45px;
  font-weight: bold;
}

.service-section {
  margin-top: 35px;
  margin-bottom: 35px;
}

.service-card {
  margin-top: 35px;
  margin-bottom: 35px;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
  border-color: #000066;
  /* transition: all 1s ease-in-out !important; */
  box-shadow: 0px 4px 10px #000066;
  background-image: linear-gradient(#ffffff00, rgba(0, 0, 0, 0.247));
  transition: all 1s ease-in-out;
}

.service-card:hover {
  background-image: linear-gradient(#00a6ff, rgba(0, 0, 0, 0.678));
  background-color: #000000;
  color: white;
}

.service-imgs {
  width: 80px;
}

.service-heading {
  background-color: #000066;
  color: white;
  font-weight: bold;
  font-size: 25px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 20px;
}
/* 
.about-div{
    border: solid black 5px ;
    border-top: transparent;
    border-bottom: transparent;
}


.about-div1{
    border: solid black 5px ;
    border-top: transparent;
    border-bottom: transparent;
}


.about-div2{
    border-top: transparent !important;
    border-bottom: transparent !important;

    border: solid black 5px ;
    padding-left: 10px;
} */

/* .inner-page-content-section {
  background-color: #e8e9ff;
} */

.about-inner-heading {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
  color: #010450;
}

.about-inner-headings {
  font-size: 30px;
  font-weight: bold;
}

.about-para {
  text-align: justify;
  color: #424242;
}

.inner-page- ul li {
  text-align: left;
  color: #424242;
  font-weight: 500;
}

.fleet-section {
  margin-top: 35px;
  margin-bottom: 35px;
}

.fleet-main-heading {
  font-size: 45px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}

.img-div {
  width: 150px;
}

.fleet-card {
  box-shadow: 0px 4px 10px #000066;
  background-image: linear-gradient(#ffffff00, rgba(0, 0, 0, 0.247));
  transition: all 1s ease-in-out;
}

/* 
.fleet-card::after{
    content: "";
    position: absolute;
    top: 50;
    left: 16px;
    border: solid white 2px;
    width: 87%;
    height: 50%;
    bottom: 0;
    margin: auto;
    border-top: 0px !important;
    border-bottom: 0px !important;

} */

.fleet-card:hover {
  background-image: linear-gradient(#00a6ff, rgba(0, 0, 0, 0.678));
  background-color: #000000;
  color: white;
}

.fleet-headings {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  font-weight: bold;
  font-size: 25px;
}

.fleet-img {
  width: 200px;
}

.fleet-para {
  list-style: none;
  padding: 0%;
  margin: 0%;
}

.fleet-overlay-inner-div {
  position: relative;
  border: solid #000066 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  border-top: transparent !important;
  border-bottom: transparent !important;
}

.fleet-overlay-inner-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  border: solid #000066 2px;
  width: 98%;
  height: 120%;
  bottom: 0;
  margin: auto;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  border-top: transparent !important;
  border-bottom: transparent !important;
}

.fleet-icons {
  filter: brightness(0) invert(1);
}

.airport-section {
  margin-top: 35px;
  margin-bottom: 35px;
}

.airport-main-heading {
  font-size: 45px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}

.airport-imgs {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

/* .airport-headings{
    font-size: 20px;
    background-color: #834C24;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    color: white;
    padding: 10px;
} */

/* .airport-card{
    height: 80%;
    margin-top: 35px;
    margin-bottom: 35px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border: solid #834C24 2px;
} */

.airport-div {
  position: relative;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-color: #000066;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0px 4px 10px #000066;
  /* background-image: linear-gradient(#ffffff00, rgba(0, 0, 0, 0.247)); */
}

/* .airport-div:hover{
    background-color: #221b15;
    border: solid white 2px ;

} */

.airport-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  border: solid #000066 2px;
  width: 105%;
  height: 165%;
  bottom: 0;
  margin: auto;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  border-top: transparent !important;
  border-bottom: transparent !important;
}

.airport-div::after {
  content: "";
  position: absolute;
  top: 0;
  left: -11px;
  border: solid #000066 2px;
  width: 109%;
  height: 153%;
  bottom: 0;
  margin: auto;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  border-top: transparent !important;
  border-bottom: transparent !important;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-image: linear-gradient(#00a6ff, rgba(0, 0, 0, 0.678));
  overflow: hidden;
  width: 80%;
  height: 0;
  transition: 0.5s ease;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
}

.airport-div:hover .overlay {
  /* border-radius: 50%; */
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  bottom: 0%;
  height: 70px;
}

.airport-headings {
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  text-align: center;
}

.station-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.station-main-heading {
  font-size: 45px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}

.station-card {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 35px;
  margin-bottom: 35px;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #000066;
  /* transition: all 1s ease-in-out !important; */
  box-shadow: 0px 4px 10px #000066;
  background-image: linear-gradient(#ffffff00, rgba(0, 0, 0, 0.247));
  transition: all 1s ease-in-out;
}

.station-card:hover {
  background-image: linear-gradient(#00a6ff, rgba(0, 0, 0, 0.678));
  background-color: #000000;
  color: white;
}

.station-headings {
  width: 90%;
}

.Station-heading {
  background-color: #000066;
  color: white;
  font-weight: bold;
  font-size: 25px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 20px;
}

.form-div-inner {
  position: relative;
  /* border: solid #834C24 2px ; */
  padding: 0 !important;
  background-color: rgba(0 0 0 / 80%);
}
/* 
.form-div-inner::before{
    content: "";
    position: absolute;
    top: 0px;
    left: -17px;
    border: solid white 4px;
    width: 103%;
    height: 118%;
    bottom: 0;
    margin: auto;
} */

.breadcrumb {
  background-color: #00a6ff;
}

.contact-header-heading {
  font-weight: bold;
  color: white;
}

.breadcrumb-link {
  color: white;
  font-weight: bold;
}

.breadcrumb-link:hover {
  color: white;
  font-weight: bold;
}

.breadcrumb-item {
  color: white;
  font-weight: bold;
}

.inner-container {
  background-color: #000066bb;
}

.contact-inputs {
  box-shadow: none !important;
  border: solid white 2px !important;
  /* border-right: 0px !important; */
  /* outline: none; */
  background-color: transparent;
}

.contact-inputs:focus {
  background-color: transparent;
  color: white;
  border: solid #ffffff 2px !important;
  /* border-right: 0px !important; */
}

.get-quotes-btn-contact {
  font-weight: bold;
  color: white;
  box-shadow: none !important;
  border: solid white 2px !important;
  /* background-color: #00000098; */
}

.get-quotes-btn-contact:hover {
  font-weight: bold;
  color: white;
  box-shadow: none !important;
  border: solid white 2px !important;
  background-color: #000066;
}

.inner-page-contact-section {
  background: url(images/contact-bg.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.inner-form-div {
  background-color: #000000a1;
  /* padding: 10px; */
}

.contact-heading {
  color: white;
  font-weight: bold;
  font-size: 40px !important;
}

.footer-section1 {
  /* border-color: #834C24; */
  border: solid #00a6ff 5px;
  border-radius: 250px;
  /* padding-top: 10px;
    padding-bottom: 10px; */
  /* background-color: #00a6ff; */
}

.privacy {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.privacy:hover {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.airport-link,
.station-link,
.contact-link-2 {
  text-decoration: none !important ;
}

.map iframe {
  height: 300px;
}

/*404 page styling*/
.body-404 {
  background-color: #c5cada;
}

.main-404-div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.inner-404-div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.heading-404 {
  font-size: 100px;
  font-weight: 700;
  color: #3e56aa;
}

.sub-heading-404 {
  font-weight: 700;
  color: #333333;
}

.para-404 {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
}

.link-404 {
  text-decoration: none !important;
  color: #3e56aa;
  transition: all 0.4s ease-in-out;
}

.link-404:hover {
  color: #000000 !important;
}

/*404 page styling end*/

.appLinks img {
  width: 150px;
}

.appLinks h2 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .header-row {
    border-radius: 0 !important;
    border: none;
  }
  .form-div::before {
    content: none;
  }
  .form-div {
    border-radius: 0 !important;
    background: transparent;
    padding: 0 !important;
  }
  .form-home .bannerForm {
    margin: 0;
  }
}

@media screen and (max-width: 576px) {
  .header-section-opasity {
    padding: 0;
    padding-top: 0px !important;
  }
  .main-heading-para {
    font-size: 18px;
    line-height: 1;
  }
  .main-heading {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .store-icons img {
    width: 100px;
  }
  .main-banner-content {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
  }
  .innerHeading {
    font-size: 22px;
  }
  .innerHeading-1 {
    font-size: 13px;
  }
  .innerHeading-1:nth-child(2) {
    display: none;
  }
  .form-inner-div {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .form-inner-div .bannerForm {
    padding-top: 10px;
  }
}

.services-section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.description {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  color: #555;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  margin-bottom: 5rem;
}
.service-item {
  margin-top: 40px;
  background: linear-gradient(#ffffff00, rgba(0, 0, 0, 0.247));
  border-radius: 30px;
  padding: 25px 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 1.3rem;
  color: #001f3f;
  border-top: 12px solid #001f3f;
  transition: transform 0.3s ease;
}
.service-item:hover {
  transform: translateY(-5px);
  background-image: linear-gradient(#00a6ff, rgba(0, 0, 0, 0.678));
}
.service-item.featured {
  background: linear-gradient(to bottom, #007bff, #001f3f);
  color: white;
  border-top: none;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-item {
    font-size: 1.1rem;
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

a {
  text-decoration: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #fff;
}

.footer {
  background-color: #000;
  border-top: 4px solid #fff;
  padding: 30px 20px;
  margin-top: 50px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.logo-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.logo-img svg {
  width: 35px;
  height: 35px;
  fill: white;
}

.logo-text {
  font-size: 28px;
  font-weight: bold;
  color: #ff8c00;
}

.logo-text span {
  color: #0066cc;
}

.description {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.links-section h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff8c00;
  display: inline-block;
}

.contact-section h3 {
  font-size: 18px;
  color: #fff !important;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff8c00;
  display: inline-block;
}

.links-list {
  list-style: none;
}

.links-list li {
  margin-bottom: 10px;
}

.links-list a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.links-list a::before {
  content: "»";
  margin-right: 8px;
  color: #fff;
  font-weight: bold;
}

.links-list a:hover {
  text-decoration: underline;
}

.contact-section {
  font-size: 14px;
  color: #fff;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: #fff;
}

.chat-bubble svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  transform: rotate(-90deg);
}

.copyright {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 13px;
  color: #fff;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
  .contact-section {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
  .contact-section {
    grid-column: span 1;
  }
  .links-section {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .logo {
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-img {
    margin-bottom: 10px;
  }
  .social-icons {
    margin-top: 20px;
  }
}

.footer-contact {
  display: flex;
  gap: 10px;
}

.footer-contact a {
  text-decoration: none;
  color: #fff;
}

.footer-contact-sec {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-item {
  color: #fff !important;
}


.abt-slog {
  text-align: center;
  align-items: center;
}

.inner-page- ul li{
  padding-left: 14px !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}


    /* Contact Section Container */
    .contact-section {
      max-width: 1200px;
      margin: 60px auto;
      padding: 0 20px;
    }

    .section-title {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 40px;
      color: #1a1a1a;
    }

    /* Grid Layout for Desktop */
    .contact-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: stretch;
    }

    /* Info Card */
    .contact-info {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .info-item {
      margin-bottom: 30px;
    }

    .info-item h3 {
      font-size: 1.4rem;
      color: #000 !important;
      margin-bottom: 10px;
    }

    .info-item p {
      font-size: 1.1rem;
      margin-bottom: 8px;
      color: #000 !important;
    }

    .info-item a {
      color: #333;
      text-decoration: none;
      transition: color 0.3s;
    }

    .info-item a:hover {
      color: #0d6efd;
    }

    /* Map Container */
    .map-container {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
      overflow: hidden;
      height: 100%;
      min-height: 400px;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .contact-container {
        grid-template-columns: 1fr;
      }
      .map-container {
        min-height: 450px;
      }
    }

    @media (max-width: 768px) {
      .section-title {
        font-size: 2rem;
      }
      .contact-info {
        padding: 30px;
      }
      .map-container {
        min-height: 400px;
      }
    }

    @media (max-width: 480px) {
      .section-title {
        font-size: 1.8rem;
      }
      .contact-info {
        padding: 25px;
      }
      .info-item h3 {
        font-size: 1.3rem;
      }
      .info-item p {
        font-size: 1rem;
      }
    }

    footer a{
      color: #fff !important;
    }
    
    
    
    /* 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 */