
a {
  text-decoration: none;
  color: #000 !important;
}
h1,
h2,
h3,
h4 {
  font-family: "Rubik", sans-serif;
  color: #111013;
}

h2 {
  font-size: 35px;
  font-weight: 600;
}
a,
button,
img,
input {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a {
  text-decoration: none;
  color: #000 !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #034a26;
}

.btn.focus {
  outline: none;
  box-shadow: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.spacing {
  padding: 120px 0px;
}

button {
  padding: 8px 18px 9px 18px;
  background-color: #034925;
  border: 2px solid #034925;
  border-radius: 5px;
  color: #fff;
}
button:hover {
  background-color: #009248;
  border: 2px solid #034925;
}
p {
  font-size: 18px;
}
.pt-60 {
  padding-top: 60px;
}

/*=============================================
  Pre
  Loader
  =============================================*/
.preloader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}
.preloader-active .preloader-area-wrap {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}
.preloader-active .preloader-area-wrap .spinner div {
  background-color: #034a26;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.preloader-active .preloader-area-wrap .spinner div.bounce1 {
  animation-delay: -0.32s;
}
.preloader-active .preloader-area-wrap .spinner div.bounce2 {
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.preloader-area-wrap {
  display: none;
}

.open_tm_preloader {
  position: fixed;
  background-color: transparent;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.2s all ease;
  transition-delay: 0.5s;
}
.open_tm_preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.open_tm_preloader.loaded:before,
.open_tm_preloader.loaded:after {
  width: 0%;
}
.open_tm_preloader:before,
.open_tm_preloader:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.open_tm_preloader:before {
  top: 0;
  left: 0;
}
.open_tm_preloader:after {
  bottom: 0;
  right: 0;
}

/*=============================================
   Banner-section       
=============================================*/
.banner-section {
  padding: 80px 0px;
  position: relative;
  background-image: url("/images/Service/service_banner.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Change opacity or color here */
  z-index: 1;
}
.banner-section .content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.banner-section .content h1 {
  color: #fff;
  font-weight: 600;
}
.breadcrumb {
  background: transparent;
  justify-content: center;
  margin: 0px;
}
.breadcrumb .breadcrumb-item a {
  color: #fff !important;
  font-weight: 600;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #d3d3d3 !important;
}
.breadcrumb .breadcrumb-item.active {
  color: #d3d3d3 !important;
  font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

/*=============================================
   Banner-section end       
=============================================*/

/*=============================================
   service-section       
=============================================*/
.service-section {
  background: #fafafa;
}
.service-section .service-left {
  background-image: url("/images/Road_Ambulance/Call_banner.webp");
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.service-section .service-left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Change opacity or color here */
  z-index: 1;
}

.service-section .service-left .inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.service-section .service-left .inner h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.service-section .service-left .inner p {
  font-size: 18px;
  color: #fff;
}
.service-section .service-left .inner a {
  color: #fff !important;
}

.service-section .service-right {
  padding-left: 50px;
}
.service-section .service-right .inner .custom-margin {
  margin-bottom: 5px;
}
/*=============================================
   service-section end  
=============================================*/

/*=============================================
   Highlight-section       
=============================================*/
.icon-bg {
  padding: 20px;
  border-radius: 100%;
  width: 120px;
  margin: auto;
}
.highlight-section {
  background-color: #fafafa;
}

.highlight-section .highlight .highlight-col .highlight-cont {
  padding: 20px;
  border: none;
  box-shadow: 0px 4px 12px 0px rgba(206, 196, 196, 0.45);
  background: #f0f2f4;
  transition: transform 0.5s ease;
}
.highlight-section .highlight .highlight-col .highlight-cont:hover {
  transform: translateY(-10px);
}
.highlight-section .highlight .highlight-col .highlight-cont h4 {
  color: #111013;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.highlight-section .highlight .highlight-col .highlight-cont p {
  text-align: center;
}

/*=============================================
   detail-section End       
=============================================*/
.detail-section {
  background-color: #fafafa;
}
.detail-section .detail .detail-col {
  border-right: 1px solid #a9a9a9;
  padding: 20px 30px 20px 0px;
}
.detail-section .detail .right-side {
  border-right: 0px;
  padding: 20px 0px 20px 30px;
}
.detail-section .detail .detail-col .inner h2 {
  font-size: 28px;
  font-weight: 600;
}
.detail-section .detail .detail-col .inner .detail-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-section .detail .detail-col .inner .detail-list span {
  font-size: 18px;
  font-weight: 600;
}
.detail-section .detail .detail-col .inner .detail-list i {
  color: #034925;
  margin-right: 6px;
}

/*=============================================
   detail-section  end
=============================================*/

/*=============================================
   contact-section 
=============================================*/
.contact-section {
  background-color: #fafafa;
}
.contact-section .contact-col h2 {
  text-align: center;
}
.contact-section .contact-col p {
  text-align: center;
}
.contact-section .contact-col .btn-cont {
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.contact-section .contact-col .btn-cont a {
  color: #fff !important;
}
/*=============================================
   contact-section end
=============================================*/

/*=============================================
   nav-section end
=============================================*/
.nav-section {
  background-color: #fafafa;
}
.nav-section .nav-left {
  border-radius: 5px;
  display: flex;

  box-shadow: 0px 4px 12px 0px rgba(206, 196, 196, 0.45);
  background: #f0f2f4;
}

.nav-section .nav-left .inner {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-section .nav-left .inner button {
  padding: 8px 18px 8px 18px;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  text-align: start;
}
.nav-section .nav-left .inner button:hover {
  background-color: #034925;
}
.nav-section .nav-left .inner button:hover a {
  color: #fff !important;
}
.nav-section .nav-left .inner button a {
  color: #111013 !important;
}
.nav-section .nav-left .inner .nav-active {
  padding: 8px 18px 8px 18px;
  background-color: #034925;

  border-radius: 5px;
  color: #fff;
  font-size: 18px;
}
.nav-section .nav-left .inner .nav-active a {
  color: #fff !important;
}

.nav-section .service-right {
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.nav-section .service-right .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0px 8px 24px rgba(3, 73, 37, 0.12);
}
.nav-section .service-right img {
  width: 100% !important;
  height: 100% !important;
  min-height: 380px !important;
  max-height: 480px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  transition: transform 0.3s ease;
}
.nav-section .service-right img:hover {
  transform: scale(1.02);
}
/*=============================================
   nav-section end
=============================================*/

.air-image {
  height: 400px;
  display: flex;
  margin: auto;
}



.internal-link {
  text-decoration: none;
  color: #034925 !important;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
  .spacing {
    padding: 60px 0px 60px 0px;
  }
  button {
    padding: 8px 16px 8px 16px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 25px !important;
  }
  .breadcrumb {
    padding: 5px 0px;
  }
  .detail-section .detail .detail-col .inner h4 {
    font-size: 25px;
  }
  .nav-section .nav-left .inner {
    width: 100%;
    padding: 25px 15px;
  }
  .nav-section .nav-left {
    margin-bottom: 30px;
  }
  .banner-section {
    padding: 50px 15px;
  }
  .banner-section .overlay,
  .service-section .service-left .overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .service-section .service-right {
    padding-left: 0px;
    margin-bottom: 40px;
  }
  .service-section .service-left {
    margin: auto;
  }
  .service-section .service-left .inner h4 {
    font-size: 24px;
  }
  .service-section,
  .highlight-section,
  .detail-section,
  .nav-section,
  .contact-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .highlight-section,
  .detail-section,
  .nav-section,
  .contact-section {
    padding-top: 20px;
  }
  .detail-section .detail .detail-col {
    border-right: 0px;
    border-bottom: 1px solid #a9a9a9;
  }
  .highlight-section .highlight {
    gap: 30px 0px;
    justify-content: center;
  }
  .nav-section .service-right {
    padding: 0px;
  }
  .detail-section .detail .right-side {
    padding-left: 0px;
  }
  .detail-section .detail .detail-col .inner .detail-list span {
    font-size: 20px;
  }
  .nav-section .service-right {
    align-content: center;
  }
  .air-image {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .spacing {
    padding: 80px 0px 80px 0px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px !important;
  }
  .banner-section {
    padding: 50px 15px;
  }
  .banner-section .overlay,
  .service-section .service-left .overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .service-section .service-right {
    padding-left: 0px;
    margin-bottom: 40px;
  }
  .service-section .service-left {
    margin: auto;
  }
  .service-section .service-left .inner h4 {
    font-size: 24px;
  }
  .service-section,
  .highlight-section,
  .detail-section,
  .nav-section,
  .contact-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .highlight-section,
  .detail-section,
  .nav-section,
  .contact-section {
    padding-top: 40px;
  }
  .highlight-section .highlight {
    gap: 30px 0px;
    justify-content: center;
  }
  .nav-section .service-right {
    padding-left: 30px;
  }
  .detail-section .detail .detail-col {
    border-right: 0px;
    border-bottom: 1px solid #a9a9a9;
  }
  .detail-section .detail .right-side {
    padding-left: 0px;
  }
  .detail-section .detail .detail-col .inner .detail-list span {
    font-size: 20px;
  }
  .nav-section .service-right {
    align-content: center;
  }
}


/* Mobile Responsive Direct Navigation Buttons */
.nav-section .nav-left .inner {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.service-nav-link {
  display: block;
  width: 100%;
  padding: 12px 18px;
  background-color: transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #111013 !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.service-nav-link:hover,
.service-nav-link:active {
  background-color: #034925;
  color: #ffffff !important;
}

.service-nav-link.nav-active {
  background-color: #034925;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 0px 4px 10px rgba(3, 73, 37, 0.25);
}


/* =========================================================
   MOBILE RESPONSIVENESS & TOUCH OPTIMIZATION SUITE
   ========================================================= */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

button, a, .btn, .card, .service-cont, .service-nav-link {
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* Uniform Service Card Photos */
.service-cont img, .card-img-top, .service-right img {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

@media only screen and (max-width: 767px) {
  .container, .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .service-cont {
    margin-bottom: 20px !important;
    padding: 15px !important;
  }
  
  .service-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 20px !important;
  }
  
  .nav-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  h1 { font-size: 26px !important; line-height: 1.25 !important; }
  h2 { font-size: 22px !important; line-height: 1.3 !important; }
  h3 { font-size: 20px !important; }
  h4 { font-size: 18px !important; }
  p  { font-size: 15px !important; line-height: 1.5 !important; }
}


/* Instant High-Definition Razor Sharp Image Rendering */
img {
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: crisp-edges !important;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-img-top, .carousel-img, .service-cont img {
  content-visibility: auto;
  contain-intrinsic-size: 600px 400px;
  will-change: transform;
}

/* ==========================================================
   DESKTOP ONLY: Service Card Images Framed Box Styling
   ========================================================== */
@media (min-width: 768px) {
  .service-section .card-img-top,
  .service-list .card-img-top,
  .service-bottom .service-cont img,
  .card .card-img-top,
  .service-cont img {
    height: 220px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 2px solid #2b2b2b !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    display: block !important;
    margin: 0 auto 15px auto !important;
    background-color: #ffffff !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  }
  
  .service-section .card:hover .card-img-top,
  .service-list .card:hover .card-img-top,
  .service-cont:hover img {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22) !important;
  }
}

/* ==========================================================
   ORIGINAL 100% AUTHENTIC JAN SAHARA UI (EXACT SCREENSHOT MATCH)
   ========================================================== */

/* Section Headings */
.service-bottom h4 {
  color: #034925 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  margin-bottom: 8px !important;
}

.service-heading {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 32px !important;
  margin-bottom: 35px !important;
}

/* Service Cards - 100% Exact Screenshot Match */
.service-section .card,
.service-list .card {
  background: #ffffff !important;
  border: 1px solid #eef0f2 !important;
  border-radius: 8px !important;
  padding: 16px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  text-align: left !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.service-section .card:hover,
.service-list .card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09) !important;
}

/* Card Images */
.service-section .card-img-top,
.service-list .card-img-top {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 0 14px 0 !important;
  display: block !important;
}

.service-section .card-body,
.service-list .card-body {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

/* Card Titles */
.service-section .card-title,
.service-list .card-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  text-align: left !important;
  margin-bottom: 8px !important;
}

/* Card Descriptions */
.service-section .card-text,
.service-list .card-text {
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  color: #4b5563 !important;
  text-align: left !important;
  margin-bottom: 18px !important;
  min-height: 52px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Service Card Buttons - Exact Screenshot Match */
.service-section .service-btn,
.service-list .service-btn,
.service-section .service-btn.d-flex,
.service-list .service-btn.d-flex {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding: 0 !important;
}

/* Left Button: Dark Green Filled "Book Now" */
.service-section .service-btn a:first-child,
.service-list .service-btn a:first-child {
  background-color: #034925 !important;
  color: #ffffff !important;
  border: 1.5px solid #034925 !important;
  border-radius: 4px !important;
  padding: 7px 18px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

.service-section .service-btn a:first-child:hover,
.service-list .service-btn a:first-child:hover {
  background-color: #023018 !important;
  border-color: #023018 !important;
  color: #ffffff !important;
}

/* Right Button: Dark Green Outlined "More Details" */
.service-section .service-btn a:last-child,
.service-list .service-btn a:last-child {
  background-color: #ffffff !important;
  color: #034925 !important;
  border: 1.5px solid #034925 !important;
  border-radius: 4px !important;
  padding: 7px 18px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

.service-section .service-btn a:last-child:hover,
.service-list .service-btn a:last-child:hover {
  background-color: #034925 !important;
  color: #ffffff !important;
}
