/**
* Custom Chennai Service Care Styles - Screenshot Match
*/

/*--------------------------------------------------------------
# Header Override
--------------------------------------------------------------*/
#header {
  background: #ffffff !important;
  height: 80px !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08) !important;
}

#header .logo img {
  max-height: 80px !important;
  width: auto !important;
}

#header .logo a span {
  color: #C91E6A !important;
}

#header .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

#header .contact-number {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}

#header .btn-what-we-do {
  background: #C91E6A;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
  white-space: nowrap;
  border: none;
}

#header .btn-what-we-do:hover {
  background: #a01656;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(201, 30, 106, 0.3);
}

#header .navbar a,
#header .navbar a:focus {
  color: #333333 !important;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

#header .navbar a:hover,
#header .navbar .active,
#header .navbar li:hover > a {
  color: #C91E6A !important;
}

@media (max-width: 991px) {
  #header .header-right {
    display: none;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  min-height: calc(100vh - 80px);
  background: linear-gradient(135deg, #C91E6A 0%, #E91E63 50%, #C91E6A 100%);
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

#hero .row {
  min-height: calc(100vh - 80px);
  margin: 0;
}

#hero .hero-left {
  background: linear-gradient(135deg, #C91E6A 0%, #D81B60 100%);
  padding: 60px 50px;
  position: relative;
}

#hero .hero-content {
  color: #ffffff;
  max-width: 100%;
  text-align: center;
}

#hero h1 {
  font-size: 56px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

#hero .hero-subtitle {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
}

#hero .hero-images {
  margin-top: 40px;
}

#hero .appliance-img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}

#hero .carousel-arrows {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

#hero .carousel-arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #ffffff;
  transform: scale(1.1);
}

#hero .hero-right {
  background: #f8f8f8;
  padding: 60px 50px;
  display: flex;
  align-items: center;
}

#hero .service-center-box {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
}

#hero .service-center-box h2 {
  font-size: 42px;
  font-weight: 900;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: left;
  font-family: "Roboto", sans-serif;
}

#hero .service-center-box p {
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 30px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}

#hero .btn-call-hero {
  background: #C91E6A;
  color: #ffffff;
  padding: 18px 45px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
  border: none;
}

#hero .btn-call-hero:hover {
  background: #a01656;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(201, 30, 106, 0.4);
}

@media (max-width: 991px) {
  #hero .hero-left,
  #hero .hero-right {
    padding: 40px 30px;
  }

  #hero h1 {
    font-size: 32px;
  }

  #hero .hero-subtitle {
    font-size: 18px;
  }

  #hero .service-center-box {
    padding: 30px 25px;
  }

  #hero .service-center-box h2 {
    font-size: 28px;
  }

  #hero .row {
    min-height: auto;
  }

  #hero {
    min-height: auto;
  }
}

/*--------------------------------------------------------------
# Contact Form Section (Below Hero)
--------------------------------------------------------------*/
.contact-form-section {
  padding: 60px 0;
  background: #ffffff;
}

.contact-form-section .form-title {
  font-size: 38px;
  font-weight: 700;
  color: #7f7f7f;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

.contact-form-section .form-disclaimer {
  margin-bottom: 40px;
}

.contact-form-section .form-disclaimer p {
  font-size: 16px;
  line-height: 1.6;
  color: #7f7f7f;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

.contact-form-section .location-text {
  font-size: 16px;
  color: #333333;
}

.contact-form-section .location-text strong {
  color: #C91E6A;
  font-weight: 700;
}

.customer-contact-form {
  max-width: 800px;
}

.customer-contact-form .form-control {
  background: #e8e8e8;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #999999;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s;
}

.customer-contact-form .form-control:focus {
  background: #e0e0e0;
  outline: none;
  box-shadow: none;
  color: #333333;
}

.customer-contact-form textarea.form-control {
  resize: vertical;
}

.btn-submit-message {
  background: #C91E6A;
  color: #ffffff;
  padding: 15px 50px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  border-radius: 0;
}

.btn-submit-message:hover {
  background: #a01656;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 30, 106, 0.4);
}

@media (max-width: 768px) {
  .contact-form-section .form-title {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.services-section .section-title h2 {
  font-size: 48px;
  font-weight: 800;
  color: #7f7f7f;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}

.services-section .section-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: #C91E6A;
}

.services-section .section-title span {
  color: #C91E6A;
}

.service-card {
  background: #e8e8e8;
  border-radius: 0;
  padding: 30px 25px;
  text-align: left;
  transition: all 0.4s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
  border: none;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(201, 30, 106, 0.15);
}

.service-card .icon-wrapper {
  width: 50px;
  height: 50px;
  background: #C91E6A !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.service-card .icon-wrapper::before {
  content: '+' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px !important;
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1;
  z-index: 10;
}

.service-card:hover .icon-wrapper {
  transform: scale(1.05);
}

.service-card .icon-wrapper i,
.service-card .icon-wrapper .fas,
.service-card .icon-wrapper .fa {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.service-card .service-content {
  flex: 1;
}

.service-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #7f7f7f;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/*--------------------------------------------------------------
# 24x7 Service Banner
--------------------------------------------------------------*/
.service-banner {
  background: linear-gradient(135deg, #C91E6A 0%, #D81B60 100%);
  padding: 30px 0;
  color: #ffffff;
}

.service-banner .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

.service-banner h2 {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-banner p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.service-banner .btn-banner-call {
  background: #ffffff;
  color: #C91E6A;
  padding: 12px 35px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.service-banner .btn-banner-call:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .service-banner .col-lg-3 {
    text-align: center !important;
    margin-top: 15px;
  }
  
  .service-banner h2 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Reviews & Locations Sections
--------------------------------------------------------------*/
.reviews-section,
.locations-section {
  padding: 60px 0;
  background: #ffffff;
}

.reviews-section {
  background: #f8f9fa;
}

.testimonial-wrapper {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.testimonial-slide {
  display: none;
  animation: fadeIn 0.5s;
}

.testimonial-slide.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonial-wrapper .stars {
  margin-bottom: 25px;
}

.testimonial-wrapper .stars i {
  font-size: 32px;
  color: #7f7f7f;
  margin: 0 5px;
}

.testimonial-wrapper .testimonial-text {
  font-size: 20px;
  line-height: 1.8;
  color: #7f7f7f;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.testimonial-wrapper .testimonial-author {
  font-size: 18px;
  color: #C91E6A;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

.testimonial-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.testimonial-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
  transition: all 0.3s;
}

.testimonial-dots .dot.active {
  background: #7f7f7f;
  transform: scale(1.2);
}

.testimonial-dots .dot:hover {
  background: #a0a0a0;
}

.locations-section {
  padding: 80px 0;
}

.location-badge {
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.location-badge h3 {
  background: #C91E6A;
  color: #ffffff;
  padding: 25px 60px;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  position: relative;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.location-badge h3::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #C91E6A;
}

@media (max-width: 768px) {
  .location-badge h3 {
    font-size: 24px;
    padding: 20px 40px;
  }
  
  .testimonial-wrapper .testimonial-text {
    font-size: 18px;
  }
  
  .testimonial-wrapper .stars i {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Non-Warranty Service Section
--------------------------------------------------------------*/
.non-warranty-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.non-warranty-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #7f7f7f;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

.non-warranty-section .disclaimer-text {
  font-size: 16px;
  line-height: 1.8;
  color: #7f7f7f;
  margin-bottom: 25px;
  font-family: "Open Sans", sans-serif;
}

.non-warranty-section .service-description {
  font-size: 16px;
  line-height: 1.8;
  color: #7f7f7f;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}

.non-warranty-section .btn-warranty-call {
  background: #C91E6A;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.non-warranty-section .btn-warranty-call:hover {
  background: #a01656;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(201, 30, 106, 0.4);
}

.non-warranty-section .warranty-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .non-warranty-section h2 {
    font-size: 32px;
  }
  
  .non-warranty-section .col-lg-6:last-child {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
# Old Reviews & Locations Section Styles Override
--------------------------------------------------------------*/
.reviews-section .section-title h2,
.locations-section .section-title h2 {
  font-size: 36px;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 30px;
}

.locations-section .section-title p {
  font-size: 18px;
  color: #666;
}

/*--------------------------------------------------------------
# Customer Center Section
--------------------------------------------------------------*/
.customer-center-section {
  padding: 60px 0;
  background: #ffffff;
}

.customer-center-title {
  font-size: 36px;
  font-weight: 700;
  color: #7f7f7f;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
}

.customer-info-card {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 0;
}

.customer-profile {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.customer-avatar {
  width: 100px;
  height: 100px;
  border: 3px solid #C91E6A;
  border-radius: 0;
  object-fit: cover;
  flex-shrink: 0;
}

.customer-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

.customer-details p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
  font-family: "Open Sans", sans-serif;
}

.customer-details strong {
  color: #333333;
  font-weight: 600;
}

.customer-phone a,
.customer-email a {
  color: #C91E6A;
  text-decoration: none;
  transition: all 0.3s;
}

.customer-phone a:hover,
.customer-email a:hover {
  color: #a01656;
  text-decoration: underline;
}

.divider-line {
  width: 100%;
  height: 4px;
  background: #C91E6A;
  margin-top: 20px;
}

.map-container {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 0;
  height: 100%;
  min-height: 300px;
}

.map-container iframe {
  border-radius: 0;
}

@media (max-width: 991px) {
  .customer-center-section .col-lg-6:last-child {
    margin-top: 30px;
  }
  
  .customer-profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .customer-details {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #C91E6A 0%, #D81B60 100%);
}

.contact-section .section-title h2 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 50px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.contact-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 50px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}

.contact-box:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.contact-box .contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.contact-box .contact-link:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.contact-box .contact-link i {
  font-size: 50px;
  color: #C91E6A;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #e8e8e8;
  color: #7f7f7f;
  padding: 0;
}

#footer .footer-content {
  padding: 30px 0 20px;
}

#footer .footer-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#footer .footer-links a {
  color: #7f7f7f;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

#footer .footer-links a:hover {
  color: #C91E6A;
}

#footer .footer-bottom {
  background: #e0e0e0;
  padding: 20px 0;
  border-top: 1px solid #d0d0d0;
}

#footer .copyright {
  font-size: 14px;
  color: #7f7f7f;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  text-align: center !important;
  width: 100%;
  display: block;
}

/*--------------------------------------------------------------
# Color Theme Updates
--------------------------------------------------------------*/
a {
  color: #C91E6A;
}

a:hover {
  color: #a01656;
}

.back-to-top {
  background: #C91E6A !important;
}

.back-to-top:hover {
  background: #a01656 !important;
}

/*--------------------------------------------------------------
# Floating Call Button with Wave Animation
--------------------------------------------------------------*/
.floating-call-button {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C91E6A;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  box-shadow: 0 4px 12px rgba(201, 30, 106, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-call-button:hover {
  transform: scale(1.1);
  color: #ffffff;
}

.floating-call-button::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid #C91E6A;
  border-radius: 50%;
  animation: wave1 2s infinite;
}

.floating-call-button::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: 2px solid #C91E6A;
  border-radius: 50%;
  animation: wave2 2s infinite;
}

@keyframes wave1 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes wave2 {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Position button in center on mobile */
@media (max-width: 768px) {
  .floating-call-button {
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
  }

  .floating-call-button:hover {
    transform: translateX(50%) scale(1.1);
  }
}

/*--------------------------------------------------------------
# Mobile Responsive Styles
--------------------------------------------------------------*/
@media (max-width: 768px) {
  /* Header Mobile */
  #header {
    height: auto !important;
    padding: 10px 0;
  }

  #header .container {
    flex-wrap: wrap;
  }

  #header .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  #header .logo img {
    max-height: 50px !important;
  }

  #header .header-right {
    display: none;
  }

  #header .navbar {
    position: static;
    width: 100%;
    text-align: center;
  }

  #header .navbar ul {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    background: #ffffff;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    padding: 90px 20px 30px 20px;
    margin: 0;
    transition: left 0.4s ease;
    z-index: 9999;
  }

  #header .navbar.navbar-mobile ul {
    left: 0;
  }

  #header .navbar li {
    display: block;
    margin: 0 0 18px 0;
    border-bottom: none;
    width: 100%;
    max-width: 280px;
  }

  #header .navbar li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  #header .navbar a {
    font-size: 16px !important;
    padding: 14px 20px !important;
    text-transform: capitalize;
    font-weight: 400;
    white-space: nowrap;
    display: block;
    text-align: left;
    color: #888888 !important;
    transition: all 0.3s ease;
    letter-spacing: 0;
    border: 1px solid transparent;
    background: transparent;
    width: 100%;
  }

  #header .navbar a:hover {
    color: #888888 !important;
    background: transparent;
    border: 1px solid #cccccc;
  }
  
  #header .navbar a.active {
    color: #888888 !important;
    background: transparent;
    border: 1px solid #cccccc;
  }

  #header .mobile-nav-toggle {
    display: block !important;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #333333;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s ease;
  }

  #header .mobile-nav-toggle:hover {
    color: #C91E6A;
  }

  #header .mobile-nav-toggle.bi-x {
    color: #C91E6A;
    position: fixed;
    left: auto;
    right: 20px;
    top: 20px;
    font-size: 35px;
    transform: none;
  }

  /* Mobile menu overlay */
  .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.3s;
  }

  .mobile-nav-overly.active {
    display: block;
  }


  /* Hero Mobile - Full Image Display */
  #hero {
    min-height: auto !important;
  }

  #hero .row {
    min-height: auto !important;
    flex-direction: column;
  }

  #hero .col-lg-7,
  #hero .col-lg-5 {
    width: 100%;
    max-width: 100%;
  }

  #hero .hero-left {
    padding: 0 !important;
    background: none !important;
    min-height: 300px;
  }

  #hero .hero-content {
    display: none;
  }

  #hero .hero-left::before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('../img/back-1.avif') center center/cover no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero .hero-right {
    display: none !important;
  }

  /* Services Section Mobile */
  .services-section {
    padding: 40px 0;
  }

  /* Hide the services section title on mobile since it's now above */
  .services-section .section-title {
    display: none;
  }

  .service-card {
    padding: 20px;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .service-card .icon-wrapper {
    width: 60px;
    height: 60px;
    background: #C91E6A;
    flex-shrink: 0;
    position: relative;
  }

  .service-card .icon-wrapper::before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
  }

  .service-card .icon-wrapper i {
    display: none;
  }

  .service-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 700;
  }

  .service-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
  }

  /* Form Section Mobile */
  .contact-form-section {
    padding: 80px 0 40px 0;
    position: relative;
  }

  /* Add WE'RE HERE TO HELP title before TOLLFREE button */
  .contact-form-section::before {
    content: "WE'RE HERE TO HELP";
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #C91E6A;
    margin: 0 20px 20px 20px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
  }

  /* Add pink underline after title */
  .contact-form-section::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #C91E6A;
    margin: -35px auto 30px auto;
    position: relative;
    z-index: 1;
  }

  /* Add TOLLFREE button */
  .contact-form-section .container::before {
    content: 'TOLLFREE : 86108 04017';
    display: block;
    background: #C91E6A;
    color: #ffffff;
    text-align: center;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px 0;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
  }

  .contact-form-section .form-title {
    font-size: 24px;
  }

  .contact-form-section .form-disclaimer p {
    font-size: 14px;
  }

  .customer-contact-form .form-control {
    font-size: 14px;
    padding: 12px 15px;
  }

  .btn-submit-message {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
  }

  /* Banner Mobile */
  .service-banner {
    padding: 20px 0;
    text-align: center;
  }

  .service-banner .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-banner h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .service-banner p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .service-banner .col-lg-3 {
    margin-top: 10px;
  }

  .service-banner .btn-banner-call {
    font-size: 16px;
    padding: 10px 25px;
  }

  /* Reviews Mobile */
  .testimonial-wrapper .testimonial-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .testimonial-wrapper .stars i {
    font-size: 20px;
  }

  .testimonial-wrapper .testimonial-author {
    font-size: 16px;
  }

  /* Location Badge Mobile */
  .location-badge h3 {
    font-size: 20px;
    padding: 15px 30px;
  }

  /* Non-Warranty Section Mobile */
  .non-warranty-section {
    padding: 40px 0;
  }

  .non-warranty-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .non-warranty-section .disclaimer-text,
  .non-warranty-section .service-description {
    font-size: 14px;
  }

  .non-warranty-section .btn-warranty-call {
    font-size: 16px;
    padding: 12px 30px;
  }

  /* Customer Center Mobile */
  .customer-center-section {
    padding: 40px 0;
  }

  .customer-center-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .customer-info-card {
    padding: 20px;
  }

  .customer-details h3 {
    font-size: 22px;
  }

  .customer-details p {
    font-size: 14px;
  }

  /* Footer Mobile */
  #footer .footer-links {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  #footer .footer-links a {
    font-size: 14px;
  }

  #footer .copyright {
    font-size: 12px;
    padding: 0 15px;
  }
}

/* =====================================
   Reduce Mobile Menu Size – Chennai Style
   ===================================== */
@media (max-width: 768px) {

  #header .navbar ul {
    /* reduce width */
    width: 72% !important;
    max-width: 300px !important;

    /* reduce height */
    height: auto !important;
    max-height: 330px;

    /* better vertical spacing */
    padding: 25px 22px 25px !important;

    /* move slightly down */
    top: 100px !important;

    /* keep floating look */
    border-left: 8px solid #C91E6A;
    border-right: 8px solid #C91E6A;
  }

  /* Reduce spacing between menu items */
  #header .navbar li {
    margin-bottom: 14px !important;
  }

  /* Menu text size */
  #header .navbar a {
    font-size: 15px !important;
  }

  /* Active menu box smaller */
  #header .navbar a.active {
    padding: 7px 10px !important;
  }
}
