/* Font Import */
@import url("https://db.onlinewebfonts.com/c/5b0dd1027a9987764efb4961c7e64f1b?family=Arial+Rounded+MT+Bold");

/* Grid Layout */
.bk-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin: 2rem 0;
}

/* Service Card */
.service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* Service Image */
.service-image {
  position: relative;
  height: 200px;
}

.service-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-type {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
}

/* Service Content */

.service-title {
  font-size: 1.25rem;
  margin: 0 0 15px;
  line-height: 1.3;
}

.service-title a {
  color: #333;
  text-decoration: none;
}

.service-excerpt {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.service-feature {
  color: #666;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.service-link {
  color: #e1004d;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: #b1003d;
}
.sin-serv-header-main img {
  height: 450px;
}
.single-fea-img h1 {
  font-size: 50px;
  text-align: center;
  color: #fff;
  font-family: "Caveat", Sans-serif;
}
/* Single Service */
.single-service .breadcrumb {
	position:unset;
	transform:unset !important;
}
.single-service .breadcrumb li{
	text-transform:uppercase !important;
}
.breadcrumb {
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px;
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; /* Center the items horizontally */
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
  color: #fff;
}
.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #e91e63;
}
.breadcrumb-item.active {
  color: #e91e63;
}
.service-title .first-word {
  color: #e1004d; /* Red color - you can change this to your preferred shade */
}
.single-service {
  max-width: 1340px;
  margin: 0 auto;
  padding: 2rem;
}

.service-header {
  text-align: center;
  margin-bottom: 2rem;
}

.service-header .service-type {
  position: static;
  display: inline-block;
  margin-bottom: 1rem;
}

.service-header .service-title {
  font-size: 2rem;
  margin: 0;
  color: #333;
}

.service-main-image {
  margin-bottom: 2rem;
  border-radius: 12px;
  overflow: hidden;
}

.service-main-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Golf Cars Grid */

.service-golf-cars h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #333;
}

.golf-cars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 2rem 0;
}

.golf-car-item {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}
.golf-car-item h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #575757;
}

.golf-car-item:hover {
  transform: translateY(-3px);
}
.golf-car-item:hover h3 {
  background: linear-gradient(90deg, #e1004d 0%, #6138c9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.single-service h3 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;

  leading-trim: both;
  text-edge: cap;

  color: #000000;
}
/* Features : */

.single-service h4 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;

  leading-trim: both;
  text-edge: cap;

  color: #000000;
}

.car-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  object-fit: contain;
}

.golf-car-item h3 {
  font-size: 1.1rem;
	line-height: normal;
  color: #333;
  margin: 0;
}

/* Service Details Grid */
.service-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 3rem 0;
}

.service-features h2,
.service-equipment h2 {
  font-size: 1.3rem;
  margin: 0 0 1.5rem;
  color: #333;
}

.service-features ul,
.service-equipment ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-features li,
.service-equipment li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.single-service ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 157% */
  text-align: justify;

  color: #575757;
}
.service-features li:hover,
.service-equipment li:hover {
  background: #f0f0f0;
}
.service-gallery h3,
.service-gallery .sb-ttl {
  text-align: center;
}

.service-gallery h3 span {
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  background: linear-gradient(90deg, #e1004d 32.85%, #6138c9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.service-features li i,
.service-equipment li i {
  color: #e1004d;
  font-size: 1rem;
}

/* Service Gallery */
.service-gallery {
  margin: 3rem 0;
}

.service-gallery h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #333;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin: 2rem 0;
}

.gallery-item {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Icons */
.fas {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Why Choose Us Section */
.why-choose-us {
  margin: 3rem 0;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
}

.why-choose-us h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #333;
}

.why-choose-us-content {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  color: #666;
}

/* single service main  */
.sin-serv-header-main {
  margin-top: -150px;
}
.single-fea-img img {
  width: 100%;
}
.single-fea-img {
  margin-top: -300px;
}
.single-fea-img img {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  object-fit: cover;
}
.service-title {
  margin-top: 30px;

  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  text-transform: uppercase;
  color: #242424;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .bk-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
	.single-service h3{
		font-size:38px;
	}
	.single-service h4{
		font-size:30px;
	}
	.breadcrumb{
				display:none;
			}
  .single-fea-img img {
    height: 250px;
  }
  .single-fea-img h1 {
    font-size: 30px;
  }
  .bk-services-grid {
    grid-template-columns: 1fr;
  }

  .single-service {
    padding: 1rem;
  }

  .service-header .service-title {
    font-size: 1.5rem;
  }

  .service-details-grid {
    grid-template-columns: 1fr;
  }

  .golf-cars-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-card {
  animation: fadeIn 0.5s ease-out;
}
