:root {
  --primary-color: #007bff;
  --text-color: #333;
  --hover-color: #007bff;
  --transition-speed: 0.3s;
  --primary-light: #e6f2ff;
  --accent: #ff2d55;
  --text-dark: #1d1d1f;
  --text-light: #86868b;
}

body {
  font-family: 'Barlow', sans-serif !important;
}

/* ===============================
   NAVBAR BASE STYLES
================================= */
header .navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all var(--transition-speed) ease;
  padding: 0.5rem 0;
  position:relative;
}
/*    NAVBAR BASE STYLES */
.nav-link {
  position: relative;
  margin: 0 0.5rem;
  font-weight: 500;
  color: var(--text-color) !important;
  transition: color var(--transition-speed) ease;
  display: flex;
  align-items: center;
  gap: 4px;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.5rem 0;
}

.dropdown-item {
  padding: 0.5rem 1.5rem;
  transition: all var(--transition-speed) ease;
}

.nav-location {
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50px;
  transition: all var(--transition-speed) ease;
  color: var(--text-color);
}

.btn-hr-1 {
  background-color: var(--primary-color);
  color: white;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  border: none;
  transition: all var(--transition-speed) ease;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0;
    position: absolute;
    top: 63px;
    left: 0px;
    right: 0px;
    box-shadow: 2px 3px 3px #ccc;
  }

  .btn-hr-1 {
    margin-top: 0.5rem;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #fff;
    transition: max-height 0.3s ease;
    overflow: hidden;
  }

  .navbar-collapse.collapsing {
    max-height: 0;
  }

  .navbar-collapse.show {
    max-height: 500px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #fff;
    transition: max-height 0.3s ease;
    overflow: hidden;
  }

  .navbar-collapse.collapsing {
    max-height: 0;
  }

  .navbar-collapse.show {
    max-height: 500px;
  }
}




/* ===============================
   CUSTOM CAROUSEL STYLES
================================= */
.custom-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-carousel .carousel-inner {
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  height:70vh;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.custom-carousel .carousel-item {
  position: relative;
  width: 100%;
  height:100%;
  overflow: hidden;
}

.custom-carousel .carousel-item img {
  width: 100%;
  height: fit-content;
  display: block;
  object-fit: unset;
  object-position: right;
  transition: transform 0.6s ease;
}

.custom-carousel .carousel-item:hover img {
  transform: scale(1.05);
}

/* ===============================
   LEFT SIDE CAPTION CONTENT
================================= */
.carousel-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  text-align: left;
  color: #fff;
  z-index: 3;
  max-width: 50%;
}

.carousel-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.carousel-content p {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #f1f1f1;
  font-weight: 400;
}

/* ===============================
   RESPONSIVE DESIGN
================================= */
@media (max-width: 992px) {

  .carousel-content h2 {
    font-size: 1.8rem;
  }

  .carousel-content p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {

  .custom-carousel .carousel-inner {
    height:auto;
  }

  .carousel-content h2 {
    font-size: 1.4rem;
  }

  .carousel-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .carousel-content h2 {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .carousel-content p {
    font-size: 0.85rem;
  }
}

/* ===============================
   CUSTOM ARROWS
================================= */

/* ===============================
   INDICATORS
================================= */
.carousel-indicators {
  bottom: 20px;
  border-radius:0;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border:0 !important;
  border-radius:2px !important;
  border: 2px solid white;
  background: transparent;
  opacity: 0.7;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.carousel-indicators button.active {
  background-color: #fff !important;
  opacity: 1;
}

@media (max-width: 768px) {
  .carousel-indicators {
    display: none !important;
  }
}

/* ---------------crouser css end----------------------------- */
/* --------What Can We Fix for You Today css start---------- */
.repair-category-section {
  background-color:  radial-gradient(circle at 20% 20%, rgba(0, 123, 255, 0.08), transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(0, 123, 255, 0.05), transparent 60%);
  position: relative;
  overflow: hidden;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #007bff;
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.category-card {
  background: #fff;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
}

.category-card:hover {
  transform: translateY(-8px);
  border-color: #007bff;
  box-shadow: 0 10px 20px rgba(0, 123, 255, 0.15),
    0 4px 6px rgba(0, 0, 0, 0.08);
}


.category-image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.category-card:hover .category-image img {
  transform: scale(1.1);
}

.category-title {
  font-size: 1.1rem;
}

/* ----------What Can We Fix for You Today end-------------- */

/* -------------------------------------- */
/*  */
/* General Section */
.hiw-section {
  background: linear-gradient(135deg, #fee2be 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.hiw-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.hiw-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 2px;
}

/* Tabs */
.hiw-nav .nav-link {
  color: #6c757d;
  font-size: 1rem;
  padding: 1rem 2rem;
  border: none;
  background: transparent;
  position: relative;
  transition: all 0.3s ease;
}

.hiw-nav .nav-link.active {
  color: #007bff;
  background: transparent;
  border: none;
  font-weight: 700;
}

.hiw-nav .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 2px 2px 0 0;
}

/* Tab Content */
.hiw-tab-content {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  margin-top: 2rem !important;
  overflow: hidden;
}

.hiw-pane {
  padding: 2rem;
}

/* Steps */
.hiw-step-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease;
}

.hiw-step-bg {
  background: linear-gradient(135deg, #007bff, #0056b3) !important;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.hiw-line {
  width: 2px;
  background: linear-gradient(180deg, #007bff, #e9ecef);
  margin-top: 0.5rem;
}

.hiw-step h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.hiw-step p {
  font-size: 1rem;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 0;
}

/* Image */
.hiw-img {
  max-width: 400px;
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}


/* Button */
.hiw-btn {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white !important;
  display: inline-block;
  padding: 15px 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
  transition: all 0.4s ease;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* .hiw-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #0056b3, #004085);
      transition: all 0.4s ease;
      z-index: -1;
    } */

.hiw-btn:hover {
  color: white !important;
  transform: translateY(-3px);
  /* box-shadow: 0 12px 35px rgba(0, 123, 255, 0.6); */
}

.hiw-btn:hover::before {
  left: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .hiw-title {
    font-size: 2.2rem;
  }

  .hiw-flex {
    flex-direction: column;
    align-items: center;
  }

  .hiw-stepper {
    margin-right: 0 !important;
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  .hiw-title {
    font-size: 1.8rem;
  }

  .hiw-nav {
    flex-direction: column;
    border-bottom: none !important;
  }

  .hiw-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .hiw-nav .nav-link {
        background: transparent;
  }
  .hiw-section {
    padding:0 20px;
  }
}


/* -----------Mobile repair-------------- */
/* Repair Section */
.repair-section {
  background-color: #f9f9fb;
  padding: 60px 0;
}

.repair-title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  color: #222;
}

.repair-title::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #5b47ff;
  position: absolute;
  bottom: -8px;
  left: 0;
  border-radius: 2px;
}

.repair-section p {
  color: #6c757d;
  font-size: 1rem;
  margin-top: 15px;
}

.repair-image {
  width: 100%;
  max-width: 230px;
  border-radius: 10px;
}

.repair-issue {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #eee;
}

.repair-issue:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.repair-issue-img {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
}

.btn-cta-1 {
  background-color: #5b47ff;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 24px;
  transition: 0.3s;
  border: none;
  display: inline-block;
}

.btn-cta-1:hover {
  background-color: #4938d6;
  color: #fff;
}

/* MacBook Repair Section */
.repair-section {
  background-color: #f8f8fa;
  padding: 60px 0;
}

.repair-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #222;
  position: relative;
  display: inline-block;
}

.repair-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #5b47ff;
  bottom: -8px;
  left: 0;
  border-radius: 2px;
}

.repair-desc {
  font-size: 1.1rem;
  color: #555;
  margin-top: 15px;
}

.repair-image {
  width: 100%;
  max-width: 270px;
  border-radius: 10px;
}

.repair-issue {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.repair-issue:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.repair-issue-img {
  width: 45px;
  height: 45px;
  margin-bottom: 8px;
}

.btn-cta-1 {
  background-color: #5b47ff;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.btn-cta-1:hover {
  background-color: #4a38d6;
  color: #fff;
}

@media (max-width: 767px) {
  .repair-title {
    font-size: 1.8rem;
  }

  .repair-issue {
    padding: 15px;
  }
}


.trust-wrapper {
  background: #98706e;
  position: relative;
  overflow: hidden;
}

/* .why-choose-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E"); 
  opacity: 0.3;
} */

.stats-row {
  position: relative;
  z-index: 1;
}

.stats-row h3 {
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 3rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
}

.stats-row h3::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #ffd700, #ffed4e);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.stats-fav {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
  position: relative;
}

.stats-fav::after {
  content: '⭐';
  position: absolute;
  top: -5px;
  right: -25px;
  font-size: 1.2rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-3px);
  }
}

/* Stats Data Styles */
.stats-data {
  padding: 2rem 1rem;
  position: relative;
  transition: all 0.4s ease;
}

.stats-data::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.5), transparent);
}

.stats-data:last-child::before {
  display: none;
}

.stats-data:hover {
  transform: translateY(-10px);
}

.stats-data:hover .stats-title {
  transform: scale(1.1);
  text-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.stats-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: white;
  margin-bottom: 0.5rem;
  transition: all 0.4s ease;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Counting Animation Styles */
.counting-number {
  display: inline-block;
  position: relative;
}

.counting-number::after {
  content: '+';
  margin-left: 2px;
}

/* Star Rating Styles */
.stats-title .bi-star-fill {
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  animation: twinkle 3s infinite;
}

@keyframes twinkle {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}

.stats-data div {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.stats-data:hover div {
  color: white;
  transform: translateY(2px);
}

/* Counter Animation */
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.stats-title {
  animation: countUp 2s ease-out forwards;
}

/* Number Counting Animation */
@keyframes counting {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* JavaScript-powered counting animation */
.counting-animation {
  animation: counting 2s ease-out forwards;
}

/* Pulse animation for numbers */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.number-pulse {
  animation: pulse 2s ease-in-out;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .stats-row h3 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }

  .stats-title {
    font-size: 3rem;
  }

  .stats-data div {
    font-size: 1.1rem;
  }

  .stats-data::before {
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .stats-row h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .stats-title {
    font-size: 2.5rem;
  }

  .stats-data div {
    font-size: 1rem;
  }

  .stats-data {
    padding: 1.5rem 0.5rem;
    margin-bottom: 1rem;
  }

  .stats-data::before {
    display: none;
  }

  .stats-data:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  }
}

@media (max-width: 575.98px) {
  .stats-row h3 {
    font-size: 1.8rem;
  }

  .stats-fav::after {
    right: -20px;
    font-size: 1rem;
  }

  .stats-title {
    font-size: 2.2rem;
  }

  .stats-data div {
    font-size: 0.95rem;
  }
}

/* Hover effects for touch devices */
@media (hover: none) {
  .stats-data:hover {
    transform: none;
  }

  .stats-data:hover .stats-title {
    transform: none;
  }

  .stats-data:hover div {
    transform: none;
  }
}

/* Loading animation */
.stats-data {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

.stats-data:nth-child(1) {
  animation-delay: 0.1s;
}

.stats-data:nth-child(2) {
  animation-delay: 0.2s;
}

.stats-data:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Container adjustments */
.container {
  max-width: 1200px;
}

/* -------- last repair javascript---------- */

/* Repair Section Styles */

/* CTA Button Styles */
.btn-cta-1 {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white !important;
  padding: 12px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-cta-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0056b3, #004085);
  transition: all 0.4s ease;
  z-index: -1;
}

.btn-cta-1:hover {
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  text-decoration: none;
}

.btn-cta-1:hover::before {
  left: 0;
}

.btn-cta-1:active {
  transform: translateY(0);
  box-shadow: 0 3px 12px rgba(0, 123, 255, 0.3);
}

/* Device Icon Styles */
.device-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(1389%) hue-rotate(195deg) brightness(97%) contrast(101%);
}

.nav-link.active .device-icon {
  filter: brightness(0) saturate(100%) invert(100%);
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .repair-tabs .nav-link {
    font-size: 1.1rem;
    padding: 0.8rem 1.2rem;
  }
}

@media (max-width: 991.98px) {
  .repair-tabs .nav-link {
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }

  .repair-image {
    max-width: 200px;
    margin-bottom: 2rem;
  }

  .repair-title {
    font-size: 2.2rem;
    text-align: center;
  }

  .repair-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .repair-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .repair-tabs {
    /* flex-direction: column; */
    border-bottom: none;
  }

  .repair-tabs .nav-link {
    margin: 0.25rem 0;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    text-align: center;
  }

  .repair-tabs .nav-link.active {
    border: 2px solid #007bff;
    transform: none;
    box-shadow: 0 3px 15px rgba(0, 123, 255, 0.2);
  }

  .repair-tabs .nav-link.active::after {
    display: none;
  }

  .repair-title {
    font-size: 2rem;
  }

  .repair-desc {
    font-size: 1.1rem;
  }

  .repair-issue {
    padding: 1.25rem 0.75rem;
  }

  .repair-issue-img {
    width: 45px;
    height: 45px;
  }

  .repair-issue-title {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .repair-title {
    /* font-size: 1.8rem; */
    text-align: center;
    align-items: center;
    display: flow;
  }

  .repair-desc {
    font-size: 1rem;
  }

  .repair-issue {
    padding: 1rem 0.5rem;
  }

  .repair-issue-img {
    width: 40px;
    height: 40px;
    margin-bottom: 0.75rem;
  }

  .repair-issue-title {
    font-size: 0.85rem;
  }

  .btn-cta-1 {
    padding: 10px 25px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
}

/* Animation for repair items */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.repair-issue {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

/* Active tab highlight animation */
@keyframes tabGlow {
  0% {
    box-shadow: 0 -5px 15px rgba(0, 123, 255, 0.1);
  }

  50% {
    box-shadow: 0 -5px 20px rgba(0, 123, 255, 0.2);
  }

  100% {
    box-shadow: 0 -5px 15px rgba(0, 123, 255, 0.1);
  }
}

.repair-tabs .nav-link.active {
  animation: tabGlow 2s ease-in-out infinite;
}

/*  <!--  Doorstep Repair --> */

.repair-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.highlight {
  color: var(--primary);
}

.content-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.feature-list li {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}

.feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: bold;
}

.btn-primary-custom {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.btn-primary-custom:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 113, 227, 0.3);
}

.btn-primary-custom i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-primary-custom:hover i {
  transform: translateX(5px);
}

.device-img {
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}

.device-img:hover {
  transform: scale(1.03);
}

.service-badge {
  display: inline-block;
  background: rgba(0, 113, 227, 0.1);
  color: var(--primary);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .content-card {
    padding: 25px;
  }
}

/*     <!-- Why Choose Us Section --> */
.why-choose-us {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.wcu-container {
  text-align: center;
  padding: 20px 10px;
  transition: transform 0.3s ease;
}

.wcu-container:hover {
  transform: translateY(-5px);
}

.wcu-image {
  font-size: 3rem;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.wcu-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}

.btn-cta-1 {
  background-color: #007bff;
  color: white;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta-1:hover {
  background-color: #0056b3;
  transform: scale(1.05);
  color: white;
}

@media (max-width: 768px) {
  .wcu-container {
    margin-bottom: 20px;
  }

  .wcu-image {
    font-size: 2.5rem;
  }
}

/*   <!--People Who Believe Us  --> */

.testimonials-section {
  padding: 40px 0;
  background:#fff;
}

.section-title {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
  position: relative;
  text-align: center;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.testimonial-card {
  background: #fee2be;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 10px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.user-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 3px solid var(--primary-light);
  padding: 3px;
}

.testimonial-user {
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.testimonial-text {
    color: #565656;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
    font-style:italic;
}

.rating-stars {
  color: #ffc107;
  font-size: 1.2rem;
}

.service-tag {
display: inline-block;
background: #e8f4ff;
color: #007bff;
padding: 8px 20px;
border-radius: 25px;
font-size: 0.9rem;
font-weight: 500;
margin-right: 10px;
margin-bottom: 10px;
}


.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--text-light);
  opacity: 0.5;
}

.carousel-indicators button.active {
  background-color: var(--primary);
  opacity: 1;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .testimonial-card {
    padding: 20px;
    margin: 0 5px;
  }
}

/*   <!-- Our Doorstep Pickup & Delivery Service -->  */
:root {
  --m-rent-primary: #0071e3;
  --m-rent-primary-light: #e6f2ff;
  --m-rent-accent: #ff2d55;
  --m-rent-text-dark: #1d1d1f;
  --m-rent-text-light: #86868b;
}

.m-rent-service-areas {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 15px 0;
 background: linear-gradient(135deg, #bcd8f3 0%, #ffb3b3 100%);
}

.m-rent-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.m-rent-section-title {
  font-weight: 700;
  font-size: 2rem;
  color: var(--m-rent-text-dark);
  margin-bottom: 15px;
}

.m-rent-section-subtitle {
  color: var(--m-rent-text-light);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.m-rent-areas-container {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.m-rent-area-column {
  margin-bottom: 30px;
}

.m-rent-area-column h5 {
  font-weight: 600;
  color: var(--m-rent-primary);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--m-rent-primary-light);
  font-size: 1.1rem;
}

.m-rent-area-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-rent-area-list li {
  margin-bottom: 12px;
  padding-left: 0;
}

.m-rent-area-link {
  color: var(--m-rent-text-dark);
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.m-rent-area-link:hover {
  color: var(--m-rent-primary);
  transform: translateX(5px);
}

.m-rent-area-link:before {
  content: "▸";
  color: var(--m-rent-primary);
  margin-right: 10px;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.m-rent-area-link:hover:before {
  transform: translateX(3px);
}

.m-rent-map-container {
  background: var(--m-rent-primary-light);
  border-radius: 12px;
  padding: 25px;
  margin-top: 30px;
  text-align: center;
}

.m-rent-map-placeholder {
  background: white;
  border-radius: 8px;
  padding: 40px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.m-rent-map-icon {
  font-size: 3rem;
  color: var(--m-rent-primary);
  margin-bottom: 15px;
}

.m-rent-map-title {
  color: var(--m-rent-text-dark);
  margin-bottom: 10px;
}

.m-rent-map-description {
  color: var(--m-rent-text-light);
  margin-bottom: 20px;
}

.m-rent-btn-outline {
  border: 2px solid var(--m-rent-primary);
  color: var(--m-rent-primary);
  background: transparent;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.m-rent-btn-outline:hover {
  background-color: var(--m-rent-primary);
  color: white;
  transform: translateY(-2px);
}

.m-rent-service-highlight {
  background: linear-gradient(135deg, var(--m-rent-primary) 0%, #0056b3 100%);
  color: white;
  border-radius: 12px;
  padding: 25px;
  margin-top: 40px;
  text-align: center;
}

.m-rent-highlight-title {
  margin-bottom: 15px;
  font-weight: 600;
}

.m-rent-highlight-text {
  margin-bottom: 20px;
  opacity: 0.9;
}

.m-rent-btn-light {
  background: white;
  color: var(--m-rent-primary);
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.m-rent-btn-light:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .m-rent-areas-container {
    padding: 25px;
  }

  .m-rent-section-title {
    font-size: 1.7rem;
  }

  .m-rent-area-column {
    margin-bottom: 25px;
  }
}

/*  <!-- Main Footer Section --> */
/* Main Footer Styles */
.main-footer {
  background: linear-gradient(160deg, #0d0d0d 0%, #1a1a2e 50%, #16213e 100%);
  color: #fff;
  padding: 50px 0 20px;
}
/* Footer Brand */
.footer-brand {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.footer-brand span {
  color: #007bff;
}

/* Company Description */
.main-footer p {
  color: #bdc3c7;
  margin-bottom: 20px;
  font-size: 14px;
}

/* Social Links */
.social-links {
  margin-bottom: 25px;
}

.social-links span {
  color: #bdc3c7;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.social-links a {
    background: #e8f4ff;
    color: #007bff;
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.3s ease;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  
}

.social-links a:hover {
  color: #007bff;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}


/* Footer Headings */
.footer-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #f7f9fc;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #bdc3c7;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #007bff;
  transform: translateX(5px);
}

/* Contact Info */
.contact-info {
  color: #bdc3c7;
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.contact-info i {
  margin-right: 10px;
  color: #f6f6f7;
  width: 16px;
  text-align: center;
}

/* Review Badges */
.review-badges {
  margin-top: 25px;
  margin-bottom: 20px;
}

.review-badges div {
  color: #bdc3c7;
  font-size: 14px;
  margin-bottom: 10px;
}

.review-badges a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #e8f4ff;
  color: #007bff;
  transition: transform 0.3s ease;
}

.review-badges a:hover {
  transform: translateY(-2px);
}

.review-badges img {
  height: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Repair Button */
.btn-repair {
  background-color: #007bff;
  color: white;
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  transition: all 0.3s ease;
  border: none;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
}

.btn-repair:hover {
  background-color: #e5eef8;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(220, 222, 224, 0.4);
}

/* Copyright */
.copyright {
  border-top: 1px solid #34495e;
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
  color: #bdc3c7;
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-footer {
    padding: 30px 0 20px;
  }

  .footer-heading {
    margin-top: 25px;
    font-size: 16px;
  }

  .footer-brand {
    font-size: 24px;
  }

  .social-links a {
    font-size: 16px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .btn-repair {
    width: 100%;
    text-align: center;
  }

  .review-badges {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .main-footer {
    text-align: center;
  }

  .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-links a:hover {
    transform: none;
  }

  .social-links a:hover {
    transform: none;
  }

  .btn-repair:hover {
    transform: none;
  }
}

/* Floating button container */
.whatsapp_float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Chat message bubble */
.whatsapp_message {
  background-color: #25D366;
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  animation: fadeInRight 1s ease;
  transition: opacity 0.5s ease;
}

/* WhatsApp icon */
.whatsapp_float img {
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
  animation: bounce 2s infinite;
}

/* Hover effect */
.whatsapp_float img:hover {
  transform: scale(1.1);
}

/* Animation for message bubble */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Subtle bounce animation for icon */
@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-6px);
  }

  60% {
    transform: translateY(-3px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .whatsapp_message {
    font-size: 13px;
    padding: 6px 10px;
  }

  .whatsapp_float img {
    width: 50px;
    height: 50px;
  }
}


/* icon box mobile */

/* Make the navbar toggler icon visible on white background */
.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.3);
}



/* ===============================
   MOBILE APP FOOTER NAVBAR
================================= */
.app-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  /* black background */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.app-footer .navbar-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.app-footer .nav-item {
  text-align: center;
  flex: 1;
}

.app-footer .nav-item span {
  display: block;
}

.app-footer .nav-item i {
  font-size: 1.5rem;
  color: #ccc;
  transition: color 0.3s ease, transform 0.3s ease;
}

.app-footer .nav-link {
  display: block;
  font-size: 0.8rem;
  color: #ccc;
  text-decoration: none;
  margin-top: 4px;
  transition: color 0.3s ease;
}

/* Active & Hover States */
.app-footer .nav-item.active i,
.app-footer .nav-item.active .nav-link,
.app-footer .nav-item:hover i,
.app-footer .nav-item:hover .nav-link {
  color: #007bff;
  /* bright blue for active */
}

.app-footer .nav-item.active i {
  transform: scale(1.2);
}

/* ===============================
   RESPONSIVE DESIGN
================================= */
@media (max-width: 768px) {
  .app-footer .nav-item i {
    font-size: 1.3rem;
  }

  .app-footer .nav-link {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .app-footer .nav-item i {
    font-size: 1.2rem;
  }

  .app-footer .nav-link {
    font-size: 0.7rem;
  }
}


/* ===============================
   YOUTUBE SECTION STYLES
================================= */
#youtube-section {
  padding: 60px 20px;
  background: #fafafa;
}

#youtube-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.yt-title {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 700;
  color: #111;
}

/* Grid layout */
.yt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

/* Card */
.yt-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Thumbnail */
.yt-thumbnail {
  position: relative;
  overflow: hidden;
}

.yt-thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.yt-card:hover .yt-thumbnail img {
  transform: scale(1.08);
}

/* Overlay */
.yt-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Play button */
.yt-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.yt-card:hover .yt-play {
  background: rgba(0, 0, 0, 0.7);
}

/* Visit Channel Button */
.yt-visit {
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
}

/* Info */
.yt-info {
  padding: 14px 12px;
}

.yt-info strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: #111;
  line-height: 1.3;
}

.yt-info small {
  color: #666;
  font-size: 0.9rem;
}

/* ===============================
   RESPONSIVE DESIGN
================================= */

/* 📱 Mobile (max-width: 576px) */
@media (max-width: 576px) {
  #youtube-section {
    padding: 40px 14px;
  }

  .yt-title {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .yt-grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .yt-thumbnail img {
    height: 150px;
  }

  .yt-info strong {
    font-size: 0.95rem;
  }

  .yt-info small {
    font-size: 0.8rem;
  }
}

/* 💻 Tablet (iPad, max-width: 992px) */
@media (max-width: 992px) {
  #youtube-section {
    padding: 50px 20px;
  }

  .yt-title {
    font-size: 1.6rem;
    text-align: center;
  }

  .yt-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .yt-thumbnail img {
    height: 160px;
  }
}

/* 🖥️ Laptop & Desktop (above 992px) */
@media (min-width: 993px) {
  .yt-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .yt-title {
    font-size: 1.8rem;
  }

  .yt-thumbnail img {
    height: 200px;
  }
}


.app-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 111;
  height: 80px;
  border-radius: 10px;
  right: 0;
  background: #fff;
  box-shadow: 1px 0px 5px rgb(0 0 0 / 19%);
  padding: 7px 0;
}

.app-footer .navbar-nav {
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}

.app-footer .nav-link {
  font-size: 13px;
  color: #707070;
  padding: 0;
  background: none;
  outline: none;
  font-family: 'Poppins', Dosis, sans-serif;
  border: 0;
}

.app-footer .nav-item i {
  color: #707070;
  font-size: 18px;
}

.owl-theme .owl-nav {
  display: none;
}


.btn-custom {
  background-color: #28a745;
  color: #fff;
  border: none;
}

.btn-custom:hover {
  background-color: #218838;
}

@media (max-width: 568px) {
  .app-footer {
    display: block !important;
  }
}




/* Base styles (desktop) */
.repair-tabs {
  gap: 20px;
  /* Space between tab buttons */
}

/* Make the tab buttons look uniform */
.repair-tabs .nav-link {
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  background-color: #ededed;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

/* Hover and Active Effects */
.repair-tabs .nav-link:hover,
.repair-tabs .nav-link.active {
  background-color: #fff;
  color: #fff;
  border-color: #0d6efd;
}

/* ✅ Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .repair-tabs {
    flex-wrap: wrap;
    /* Allow wrapping */
    justify-content: center;
    gap: 10px;
    /* Smaller gap for mobile */
    padding: 0 10px;
  }

  .repair-tabs .nav-link {
    font-size: 14px;
    padding: 8px 14px;
    width: 45%;
    /* Two per row */
    text-align: center;
  }
}

/* ✅ Extra Small Devices (below 480px) */
@media (max-width: 480px) {
  .repair-tabs .nav-link {
    width: 100%;
    /* One per row */
    font-size: 14px;
  }
}





/* whatsapp */
/* WhatsApp Floating Button */
#whatsapp-button {
  display:none !important;
  position: relative;
  background-color: #25d366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: all 0.3s ease;
}

#whatsapp-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#whatsapp-button svg {
  width: 35px;
  height: 35px;
  fill: white;
  transition: transform 0.3s ease;
}

#whatsapp-button:hover {
  transform: scale(1.1);
  background-color: #1ebe57;
}

#whatsapp-button:hover svg {
  transform: rotate(10deg);
}
.call-btn-mob {
  display: none;
}

/* Responsive for mobile screens */
@media (max-width: 768px) {
  #whatsapp-button{
    display:inline-flex !important;
  }
  .hamburger-align {
        display: flex;
    justify-content: center;
    align-items: center;
  }
  .call-btn-mob {
        font-size: 1rem;
        border: 1px solid;
        border-radius: 50%;
        width: 49px;
        vertical-align: top;
        height: 49px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        color: #333;
        border-color: #333;
  }
  #whatsapp-button {
      width: 50px;
    height: 50px;
  }
  #whatsapp-button {
    box-shadow: none;
    margin-right:5px;
  }

  #whatsapp-button svg {
    width: 28px;
    height: 28px;
  }
}



/* why chooges us */
.why-choose-section {
      background-image:linear-gradient(135deg, rgb(0 0 0 / 21%) 0%, rgb(59 48 48 / 89%) 100%);
      padding: 2rem !important;
}

.feature-box {
  background: white;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s ease;
    min-height: 186px;
    box-shadow: 0 5px 20px rgba(152, 112, 110, 0.15);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid rgba(152, 112, 110, 0.1);
}

.feature-box i {
  font-size: 3.5rem;
    color: #98706e;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    display: block;
}

.feature-box h6 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 991px) {
  .feature-box {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .feature-box {
    height: auto;
    margin-bottom: 20px;
    min-height:auto;
  }
  .repair-category-section {
    padding:0 20px;
  }
}


.repair-section {
        padding: 60px 0;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    }

    .section-title {
        font-size: 2.25rem;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 1.2rem;
        line-height: 1.2;
    }

    .highlight {
        color: #007bff;
        position: relative;
    }

    .content-card p {
        color: #6c757d;
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }

    .content-card b {
        color: #1a1a1a;
    }

    .service-badge {
        display: inline-block;
        background: #e8f4ff;
        color: #007bff;
        padding: 8px 20px;
        border-radius: 25px;
        font-size: 0.9rem;
        font-weight: 500;
        margin-right: 10px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }

    .service-badge:hover {
        background: #007bff;
        color: white;
        transform: translateY(-2px);
    }

    .feature-list {
        list-style: none;
        padding: 0;
        margin: 0 0 1rem;
    }

    .feature-list li {
        padding: 10px 0;
        color: #495057;
        font-size: 1rem;
        position: relative;
        padding-left: 35px;
    }

    .feature-list li:before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 10px;
        background: #28a745;
        color: white;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
    }


    .device-img {
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .image-wrapper {
        position: relative;
        height: 100%;
    }

    .doorstep-badge {
        position: absolute;
        bottom: 30px;
        left: 30px;
        background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
        color: white;
        padding: 20px 30px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
        backdrop-filter: blur(10px);
    }

    .doorstep-badge h5 {
        margin: 0 0 5px 0;
        font-size: 1.3rem;
        font-weight: 600;
    }

    .doorstep-badge p {
        margin: 0;
        font-size: 0.95rem;
        opacity: 0.9;
    }

    @media (max-width: 991px) {
        .section-title {
            font-size: 1.8rem;
        }
        
        .repair-section {
            padding: 40px 0;
        }
        
        .image-wrapper {
            min-height: 400px;
        }
        
        .doorstep-badge {
            position: relative;
            bottom: auto;
            left: auto;
            margin-top: 20px;
        }
    }
/* why choes us */



/* -------- Enhanced Repair Tabs Section CSS---------- */

/* Repair Section Styles */
.repair-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.repair-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 123, 255, 0.3), transparent);
}

/* Tab Navigation */
.repair-tabs {
  border: none;
  margin-bottom: 2rem !important;
  gap: 15px;
  padding: 0 20px;
  background: white;
  border-radius: 50px;
  padding: 15px 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  display: inline-flex;
}

.repair-tabs .nav-link {
  background: transparent;
  border: none;
  color: #6c757d;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 12px 25px;
  margin: 0;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.repair-tabs .nav-link i {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.repair-tabs .nav-link:hover {
  color: #007bff;
  background: rgba(0, 123, 255, 0.08);
  transform: translateY(-2px);
}

.repair-tabs .nav-link.active {
  color: white !important;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.35);
  transform: translateY(-3px);
}

.repair-tabs .nav-link.active i {
  transform: scale(1.15);
}

/* Tab Content */
.repair-tab-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 123, 255, 0.08);
}

.tab-pane {
  animation: fadeInUp 0.6s ease-in-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Repair Image Styles */
.repair-image {
  max-width: 280px;
  width: 100%;
  height: auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 10px 25px rgba(0, 123, 255, 0.15));
  border-radius: 20px;
}

.repair-image:hover {
  transform: translateY(-8px) scale(1.05);
  filter: drop-shadow(0 20px 40px rgba(0, 123, 255, 0.25));
}

/* Repair Title Styles */
.repair-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 1.2rem;
  position: relative;
  display: inline-block;
}

.repair-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 2px;
}

.repair-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 1.8rem;
  max-width: 650px;
}

/* Repair Issue Cards */
.repair-issue {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 16px;
  padding: 1.8rem 1.2rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.repair-issue::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 123, 255, 0.1), transparent);
  transition: all 0.6s ease;
}

.repair-issue:hover::before {
  left: 100%;
}

.card-overflow {
  overflow-x: auto; 
  overflow-y: hidden;
}

.card-overflow > .row {
  flex-wrap: nowrap; 
  display: flex;
}

.card-overflow a {
  text-decoration: none;
}

.card-overflow::-webkit-scrollbar {
  height: 6px;
}

.card-overflow::-webkit-scrollbar-track {
  background: #f1f3f5;
  border-radius: 10px;
}

.card-overflow::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 10px;
}

.card-overflow::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #0056b3, #004085);
}

.repair-issue:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 123, 255, 0.2);
  border-color: rgba(0, 123, 255, 0.3);
  background: white;
}

.repair-issue-img {
  width: 55px;
  height: 55px;
  margin-bottom: 1.2rem;
  transition: all 0.4s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.repair-issue:hover .repair-issue-img {
  transform: scale(1.15) rotate(5deg);
}

.repair-issue-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.repair-issue:hover .repair-issue-title {
  color: #007bff;
  transform: translateY(3px);
}

/* View All Link */
.view-all-link {
  color: #007bff;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 25px;
  background: rgba(0, 123, 255, 0.05);
}

.view-all-link:hover {
  color: #0056b3;
  background: rgba(0, 123, 255, 0.12);
  transform: translateX(5px);
  text-decoration: none;
}


/* Responsive Design */
@media (max-width: 1199.98px) {
  .repair-tabs .nav-link {
    font-size: 1rem;
    padding: 10px 20px;
  }
}

@media (max-width: 991.98px) {
  .repair-tabs {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 12px 15px;
    gap: 10px;
  }

  .repair-tabs .nav-link {
    font-size: 0.95rem;
    padding: 10px 18px;
  }

  .repair-image {
    max-width: 220px;
    margin-bottom: 2rem;
  }

  .repair-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .repair-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .repair-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .repair-tab-content {
    padding: 30px 20px;
  }
}

@media (max-width: 767.98px) {
  .repair-section {
    padding: 50px 0;
  }

  .repair-tabs {
    flex-direction: column;
    border-radius: 15px;
    padding: 10px;
    gap: 8px;
    padding: 20px 1.5rem !important;
  }

  .repair-tabs .nav-link {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 12px;
  }

  .repair-tabs .nav-link.active {
    transform: none;
  }

  .repair-title {
    font-size: 1.6rem;
  }

  .repair-desc {
    font-size: 1rem;
  }

  .repair-issue {
    padding: 1.5rem 1rem;
  }

  .repair-issue-img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575.98px) {
  .repair-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .repair-desc {
    font-size: 0.95rem;
  }

  .repair-issue {
    padding: 1.2rem 0.8rem;
  }

  .repair-issue-img {
    width: 45px;
    height: 45px;
    margin-bottom: 1rem;
  }

  .repair-issue-title {
    font-size: 0.9rem;
  }
  .repair-tab-content {
    padding: 25px 15px;
  }
}

/* Loading animation for repair items */
.repair-issue {
  animation: fadeInUpItem 0.6s ease forwards;
  opacity: 0;
}

.repair-issue:nth-child(1) { animation-delay: 0.1s; }
.repair-issue:nth-child(2) { animation-delay: 0.2s; }
.repair-issue:nth-child(3) { animation-delay: 0.3s; }
.repair-issue:nth-child(4) { animation-delay: 0.4s; }
.repair-issue:nth-child(5) { animation-delay: 0.5s; }
.repair-issue:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUpItem {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Active tab pulse animation */
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.35);
  }
  50% {
    box-shadow: 0 8px 30px rgba(0, 123, 255, 0.5);
  }
}

.repair-tabs .nav-link.active {
  animation: pulse 2s ease-in-out infinite;
}
/* -------- Modern Doorstep Pickup & Delivery Service Section CSS -------- */
.m-rent-service-areas {
            padding: 80px 0;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            position: relative;
            overflow: hidden;
        }

        .m-rent-service-areas::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23007bff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.4;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }

        /* Header */
        .m-rent-section-header {
            text-align: center;
            margin-bottom: 60px;
            animation: fadeInDown 0.8s ease;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .m-rent-section-title {
            font-size: 2.25rem;
            font-family: 'Barlow';
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .m-rent-section-title::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 5px;
            background: linear-gradient(90deg, #007bff, #0056b3);
            border-radius: 10px;
        }

        .m-rent-section-subtitle {
            font-size: 1.15rem;
            color: #5a5a5a;
            max-width: 700px;
            margin: 20px auto 0;
            line-height: 1.7;
        }

        /* Location Grid */
        .locations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-bottom: 50px;
        }

        .location-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            animation: fadeInUp 0.6s ease both;
        }

        .location-card:nth-child(1) { animation-delay: 0.1s; }
        .location-card:nth-child(2) { animation-delay: 0.2s; }
        .location-card:nth-child(3) { animation-delay: 0.3s; }
        .location-card:nth-child(4) { animation-delay: 0.4s; }
        .location-card:nth-child(5) { animation-delay: 0.5s; }
        .location-card:nth-child(6) { animation-delay: 0.6s; }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .location-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0, 123, 255, 0.2);
        }

        .location-header {
            background:#98706e;
            color: white;
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .location-icon {
            font-size: 1rem;
        }

        .location-title {
            font-size: 1rem;
            font-weight: 700;
            margin: 0;
        }

        .location-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .location-item {
            border-bottom: 1px solid #f1f3f5;
        }

        .location-item:last-child {
            border-bottom: none;
        }

        .location-link {
            display: flex;
            align-items: center;
            padding: 14px 20px;
            color: #495057;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.85rem;
            transition: all 0.3s ease;
            position: relative;
        }

        .location-link::before {
            content: "→";
            color: #007bff;
            margin-right: 10px;
            font-weight: bold;
            opacity: 0;
            transform: translateX(-10px);
            transition: all 0.3s ease;
        }

        .location-link:hover {
            background: linear-gradient(90deg, rgba(0, 123, 255, 0.08), transparent);
            color: #007bff;
            padding-left: 25px;
        }

        .location-link:hover::before {
            opacity: 1;
            transform: translateX(0);
        }

        /* Map Section */
        .map-section {
            background: white;
            border-radius: 25px;
            padding: 60px 40px;
            text-align: center;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
            margin: 50px 0;
            position: relative;
            overflow: hidden;
            animation: fadeInUp 0.8s ease 0.7s both;
        }

        .map-section::before {
            content: '';
            position: absolute;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(0, 123, 255, 0.08), transparent);
            border-radius: 50%;
            top: -200px;
            right: -200px;
        }

        .map-section:hover {
            box-shadow: 0 20px 60px rgba(0, 123, 255, 0.15);
            transform: translateY(-5px);
        }

        .map-icon {
            font-size: 5.5rem;
            color: #007bff;
            margin-bottom: 30px;
            animation: bounce 2.5s ease-in-out infinite;
            display: inline-block;
            filter: drop-shadow(0 5px 15px rgba(0, 123, 255, 0.3));
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-15px);
            }
            60% {
                transform: translateY(-8px);
            }
        }

        .map-title {
            font-size: 2rem;
            font-family: 'Barlow';
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }

        .map-description {
            font-size: 1.1rem;
            color: #6c757d;
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
        }

        .btn-map {
            display: inline-block;
            padding: 15px 40px;
            background: white;
            color: #007bff;
            border: 3px solid #007bff;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-family: 'Barlow';
            font-size: 1rem;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .btn-map::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #007bff, #0056b3);
            transition: left 0.4s ease;
            z-index: -1;
        }

        .btn-map:hover::before {
            left: 0;
        }

        .btn-map:hover {
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 123, 255, 0.3);
        }

        /* CTA Section */
        .cta-section {
            background: #a26562;
            border-radius: 25px;
            padding: 50px 40px;
            text-align: center;
            color: white;
            box-shadow: 0 20px 60px rgba(0, 123, 255, 0.3);
            position: relative;
            overflow: hidden;
            animation: fadeInUp 0.8s ease 0.9s both;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
            border-radius: 50%;
            top: -250px;
            right: -250px;
            animation: rotate 25s linear infinite;
        }

        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

        .cta-title {
            font-size: 2.2rem;
            font-family: 'Barlow';
            font-weight: 600;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .cta-text {
            font-size: 1rem;
            margin-bottom: 30px;
            opacity: 0.95;
            font-family: 'Barlow';
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            z-index: 1;
            line-height: 1.6;
        }

        .btn-cta {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: white;
            color: #007bff;
            border: none;
            font-family: 'Barlow';
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.4s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            position: relative;
            z-index: 1;
        }

        .btn-cta:hover {
            background: #f8f9fa;
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
            color: #0056b3;
        }

        .btn-cta i {
            transition: transform 0.3s ease;
            font-size: 1.2rem;
        }

        .btn-cta:hover i {
            transform: scale(1.2) rotate(10deg);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .m-rent-service-areas {
                padding: 50px 0;
            }

            .m-rent-section-title {
                font-size: 2rem;
            }

            .m-rent-section-subtitle {
                font-size: 1rem;
            }

            .locations-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .map-section {
                padding: 40px 25px;
            }

            .map-icon {
                font-size: 4rem;
            }

            .map-title {
                font-size: 1.6rem;
            }

            .cta-section {
                padding: 40px 25px;
            }

            .cta-title {
                font-size: 1.7rem;
            }

            .btn-cta {
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 576px) {
            .m-rent-section-title {
                font-size: 1.75rem;
            }

            .location-header {
                padding: 16px;
            }

            .location-title {
                font-size: 1.05rem;
            }

            .location-link {
                padding: 12px 16px;
                font-size: 0.9rem;
            }
        }

        .offer-modal .modal-header{
          padding:0;
          border:0;
        }
        .offer-modal .modal-header button {
          position: absolute;
          right: 5px;
          background: #000000;
          border-radius: 50%;
          z-index: 1;
          color: #fff;
          font-weight: 600;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .offer-modal img {
          width:100%;
        }