    body {
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    }
	a {text-decoration:none;}
    /* Navbar */
    .navbar-custom {
      background-color: white;
      padding: 1rem 0;
      border-bottom: 1px solid #eaeaea;
    }
    .navbar-brand {
      font-weight: 600;
    }
    .navbar-brand img {
      height: 30px;
    }
    .nav-link {
      color: #333 !important;
      font-weight: 500;
      margin-left: 15px;
    }
    .nav-link:hover {
      color: #ff6f00 !important;
    }

    .btn-orange {
      background-color: #f38020;
      color: white;
      font-weight: 500;
      border-radius: 25px;
      padding: 6px 20px;
    }
    .btn-orange:hover {
      background-color: #e56e00;
    }

    /* Hero / Banner */
    .hero-section {
      background-color: #f9f9fb;
      padding: 80px 0px;
	}
	
    .hero-section h1 {
      margin: 0 auto 20px;
    }
    .hero-section p {
      font-size: 1.2rem;
      color: #444;
      margin: 0 auto 30px;
    }
	
    .hero-section .btn {
      font-size: 1.2rem;
    }
	
	.feature-box {
      padding: 40px 20px;
    }
	
    .footer-body {
      background: #212529;
      color: white;
      padding: 50px 0px;
    }
	
    .footer-body a{
      color: white;
    }
	
	.text-orange {
    color: #f38020;
	}	
	
	section {height:auto; padding:50px 0px;}
	
	.middle-content{
	  display: flex;
	  align-items: center;
    }

	.banner-image {
		display:inline;
	}
	.banner-image img {
		float:left; 
		padding:10px; 
		border-radius:25px;
		transition: all 0.5s ease;
		}
	.banner-image img:hover {
		transform: scale(1.1);
		}
		
/* ------ services section ------ */

  .service-card {
    border-radius: 10px;
    box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;	
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
  }
  .service-card:hover { 
    transform: translateY(-10px);
	transform: translateY(-8px);
	box-shadow: 0 15px 25px rgba(0,0,0,0.1);
  }

  .service-card img{
	border-radius: 15px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
  }

  .card-call {
    border: 1px solid #0f88ae;
    background-color: #0f88ae; color: white;
	border-radius: 50px;
	padding: 8px 20px;
  }

  .card-whatsapp {
    border: 1px solid #0f88ae;
    color: #333;	
	border-radius: 50px;
	padding: 8px 20px;
	font-weight: 600;
  }
  
  .card-whatsapp:hover {background-color: #0f88ae; color: white; border: 1px solid #0f88ae;}
 

  .subheading {
    background-image: url('../images/banner2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 8% 0;
}
  
  
.subheading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}
.subheading > .container {
  position: relative;
  z-index: 2;
}
.subheading {
  position: relative;
}  
  
/* ------------------- */
/* Contact Us */
  .contact-box {
    background-color: #0f88ae;
    color: white;
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .info-box {
    background-color: white;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  .info-box i {
    padding: 25px;
    font-size: 1.5rem;
    margin-right: 15px;
    color: #ffffff;
    background-color: #0f88ae;
  }
  
  
/* ---------- */  
.img-service {border-radius:10px;}
.img-service:hover {
	transform: scale(1.025);
	transition: all 0.3s ease-in-out;
}



/* ---- Optional CSS for Styling ------ */  

.repair-process {
    padding: 60px 0;
    background-color: #f7f7f7;
  }
  .repair-process .process-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    color: #333;
  }
  .repair-steps {
    display: inline;
    flex-direction: column;
    align-items: center;
  }
  .repair-steps .step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 48%;
	float:left;
  }
  .repair-steps .step-icon {
    font-size: 40px;
    color: #007bff;
    color: #303030;
    margin-right: 20px;
  }
  .repair-steps .step-details h5 {
    font-size: 20px;
    color: #007bff;
    color: #303030;
    margin-bottom: 10px;
  }
  .repair-steps .step-details p {
    font-size: 16px;
    color: #555;
  }
  .repair-steps .step:last-child {
    margin-bottom: 0;
  }
  

/* ---------------- */

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blink 1.0s infinite;
    box-shadow: 0 0 15px rgba(0, 210, 211, 0.5);
    cursor: pointer;
    z-index: 1000;
  }
  .whatsapp-button img {
    width: 60px;
    height: 60px;
  }


  .call-button {
    position: fixed;
    bottom: 20px;
    left: 10px;
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blink 1.0s infinite;
    box-shadow: 0 0 15px rgba(0, 210, 211, 0.5);
    cursor: pointer;
    z-index: 1000;
  }
  
  .call-button img {
    width: 60px;
    height: 60px;
  }
  
  
@keyframes blink {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 210, 211, 0.7);
    }
    70% {
      transform: scale(1.1);
      box-shadow: 0 0 0 15px rgba(0, 210, 211, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 210, 211, 0);
    }
  }  

@media (max-width: 768px) {
	.subheading {
    padding: 15% 0;
	}
	.repair-steps .step {
    width: 95%;
	}   
}  