a {
  text-decoration: none;
}

.bg-com-0 {
  background-color: #000000;
}

.bg-com-1 {
  background-color: #ffffff;
}

.bg-com-2 {
  background-color: #f2f2f2;
}

.bg-com-3 {
  background-color: #f8f8f8;
}

.bg-com-333333 {
  background-color: #333333;
}

.border-e2 {
  border: 1px solid #e2e2e2;
}

/* ------------------------------ */
.navbar-search-form {
  width: 540px;
}

.navbar-search-input {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  width: 100%;
}

.nav-text-color {
  color: #212529;
}

.nav-location {
  margin-right: 10px;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.nav-location-icon {
  margin-right: 5px;
}

/* ------------------------------ */
/* New Nav */
.nav-link {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.nav-link:hover {
  color: #2f2f2f;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.mega-dropdown .mega-menu {
  width: 900px;
  left: 70%;
  transform: translateX(-50%);
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.mega-item {
  display: block;
  padding: 16px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.mega-item.iphone {
  background: #f1f3f6;
  color: #1f2d3d;
}

.mega-item.ipad {
  background: #e9f8f8;
  color: #0aa2a2;
}

.mega-item.macbook {
  background: #fff1f1;
  color: #e55353;
}

.mega-item.airpods {
  background: #fff3e0;
  color: #f59e0b;
}

.mega-item.watch {
  background: #e8f0fe;
  color: #2563eb;
}

.mega-item.desktop {
  background: #fee8fd;
  color: #e825eb;
}

.mega-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .mega-dropdown .mega-menu {
    width: 100%;
    left: 0;
    transform: none;
    max-height: 46vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  /* .mega-dropdown .mega-menu {
    -webkit-overflow-scrolling: touch;
  } 
  */
}

.btnLoginModel {
  padding: 2px 50px;
}

.fc-image {
  margin-bottom: 10px;
  max-height: 40px;
  width: auto;
}

.star-rating img {
  position: relative;
  width: 2rem;
  top: -0.5rem;
}

/* ------------------------------ */
#footerWrapper {
  background-color: #3f3f3f;
  color: #d2d2d2 !important;
}

#footerWrapper a:hover {
  text-decoration: underline;
}

.footer-areas {
  line-height: 1.5rem;
  text-align: justify;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.footer-areas a {
  font-size: 12px;
}

.footer-areas a:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .footer-locals {
    max-height: calc(1.5rem * 4);
    overflow: hidden;
  }

  .footer-locals-expanded {
    max-height: none;
  }
}

.section-footer-disclaimer {
  border-top: 1px solid #565656;
}

.footer-disclaimer {
  font-size: 12px;
  text-align: justify;
  font-style: italic;
}

.section-footer-social {
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
}

.section-footer-social img {
  max-height: 50px;
  height: auto;
}

.love {
  color: #e31b23;
}

.namma-ooru {
  border-left: 25px solid #ffff00;
  border-right: 25px solid #ff0000;
  width: 50px;
  height: 5px;
  margin: 0 auto;
}

/* ------------------------------ */
.cityWrapper {
  padding-bottom: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e9ecef;
}

.cityImage {
  margin-bottom: 10px;
  width: 240px;
}

/* ------------------------------ */
.float-rmd {
  border: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  overflow: hidden;
  padding: 12px 16px;
  background: #ff9000;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

.float-rmd:hover {
  background: #f58b00;
  color: #ffffff;
  border: none;
}

.float-rmd::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -100%;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(30deg);
  animation: slidermd 4s infinite;
  pointer-events: none;
  filter: blur(5px);
}

@keyframes slidermd {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.float-whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  padding-top: 4px;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 28px;
  z-index: 1000;
}

.float-whatsapp:hover {
  background-color: #1fad53;
}

.float-phone {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 20px;
  background-color: #7657fe;
  padding-top: 4px;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 28px;
  z-index: 1000;
}

.float-phone:hover {
  background-color: #4D24FE;
}

#scrollToTopButton {
  position: fixed;
  bottom: 20px;
  right: 80px;
  display: none;
  padding: 8px 15px;
  background-color: #7657fe;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  z-index: 1000;
}

#scrollToTopButton:hover {
  background-color: #4D24FE;
}

/* ------------------------------ */
.nav-link-lp {
  display: inline-flex;
  align-items: center;
  color: #ffffff !important;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.nav-link-lp:hover {
  transform: scale(1.05);
}

.nav-link-lp::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(30deg);
  animation: shimmer 3s infinite;
  pointer-events: none;
  filter: blur(5px);
}

@keyframes shimmer {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

.nav-link-lp i {
  font-size: 1.4rem;
}

.phone-link {
  background-color: #007bff;
}

.phone-link:hover {
  background-color: #0056b3;
}

.whatsapp-link {
  background-color: #25D366;
}

.whatsapp-link:hover {
  background-color: #1EBE5D;
}

/* ------------------------------ */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* ------------------------------ */
.center-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.section-title-wrapper {
  border-bottom: 2px solid #ff9000;
  max-width: fit-content;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
}

@media screen and (max-width:768px) {
  .section-title {
    font-size: 22px;
  }
}

/* ------------------------------ */
.login-image {
  height: 180px;
}

/* ------------------------------ */
.com-1-link {
  text-decoration: none;
  color: #000;
}

.com-1-container {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 20px;
  border: 1px solid #d3d3d363;
  border-radius: 5%;
}

.com-1-container:hover {
  box-shadow: 0px 10px 10px #7f7f7f2b;
}

.com-1-icon {
  height: 70px;
  margin-bottom: 20px;
}

.com-1-title {
  font-size: 16px;
  font-weight: 500;
}

.btn-hr-1 {
  background-color: #7657fe;
  color: #ffffff;
  border: none;
}

.btn-hr-1:hover {
  background-color: #4D24FE;
  color: #ffffff;
  border: none;
}

.btn-hr-2 {
  background: #ff9000;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  z-index: 1001;
  overflow: hidden;
  position: relative;
}

.btn-hr-2:hover {
  background-color: #f58b00;
  color: #ffffff;
  border: none;
}

.btn-hr-2::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -100%;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(30deg);
  animation: sliderhr2 4s infinite;
  pointer-events: none;
  filter: blur(5px);
}

@keyframes sliderhr2 {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.btn-cta-slider {
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #ff9000;
  color: #ffffff;
  border: none;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
}

.btn-cta-slider:hover {
  background: #f58b00;
  color: #ffffff;
  border: none;
}

.btn-cta-slider::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -100%;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(30deg);
  animation: slide 3s infinite;
  pointer-events: none;
  filter: blur(5px);
}

@media (max-width:576px) {
  .btn-cta-slider {
    font-size: 14px;
    padding: 6px 14px;
  }
}

@keyframes slide {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.btn-cta-1 {
  background-color: #7657fe;
  color: #ffffff;
  border: none;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 20px;
  transition: transform .2s;
}

.btn-cta-1:hover {
  background-color: #4D24FE;
  color: #ffffff;
  border: none;
  transform: scale(0.95);
}

/* repair section */
.repair-section {
  background: #f5f5f5;
}

.repair-image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.repair-title {
  font-size: 3rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #7657fe;
  max-width: fit-content;
}

.repair-issue {
  background: #ffffff;
  box-shadow: 0 1px 6px #00000026;
  border-radius: 6px;
  text-align: center;
  padding: 20px 10px;
  height: 100%;
  transition: transform .2s;
}

.repair-issue:hover {
  transform: scale(0.95);
}

.repair-issue-img {
  width: 42px;
  height: 42px;
}

.repair-issue-title {
  margin-top: 10px;
}

.hr-justify-content {
  text-align: justify;
}

.hr-indent {
  text-indent: 40px;
}

.hr-ol-pointers li {
  list-style-type: lower-latin;
}



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