body {
  background-color: #000;
}

.dasktopsec {
  background-color: #090A06;
}

.mobilesec {
  display: none;
}

.headermenusec {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.headermenusec:hover {
  color: #F50000;
}

.secmebtn {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #F50000;
  border-radius: 6px;
  margin: 0;
}

.secmebtn:hover {
  background-color: #fff;
  color: #F50000;
}

.btn:focus-visible {
  background-color: #fff !important;
  color: #F50000 !important;
}


.secherbg1 {
  background-image: url(../images/homebgnew.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  background-position: center;
}
.secherbg2 {
  background-image: url(../images/car2bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  background-position: top;
}

.car-area {
  position: relative;
  display: inline-block;
  max-width: 800px;
  width: 100%;
}

.car-image {
  width: 100%;
  height: auto;
}

.tag {
  position: absolute;
  backdrop-filter: blur(2px);
  border: 1px solid #ff2b2b;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.tag a {
  color: #fff;
  text-decoration: none;
}

.tag-1 {
  top: -3%;
  left: 55%;
  transform: translateX(-50%);
}

.tag-2 {
  top: 16%;
  right: 8%;
}

.tag-3 {
  top: 25%;
  left: 18%;
}

.tag-4 {
  bottom: 31%;
  left: 5%;
}

.tag-5 {
  bottom: 10%;
  left: 62%;
  transform: translateX(-50%);
}

.tag:hover {
  background: #ff2b2b;
  border-color: #ff2b2b;
}

.secheading {
  padding-top: 40px;
}

.secheading h3 {
  font-family: 'League Spartan';
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 180px;
}

.secarbg {
  margin-top: -40px;
}

.secdesp {
  width: 60%;
}

.secdesp p {
  font-family: 'League Spartan';
  font-size: 20px;
  color: #fff;
}

.sectextnubbg {
  text-align: end;
}

.secbobrg {
  margin-top: -100px;
}

.secbobrg2 {
  margin-top: 60px;
}

.secboxbg h4 {
  font-family: 'League Spartan';
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.secboxbg p {
  font-family: 'League Spartan';
  font-size: 20px;
  color: #fff;
  margin: 0;
  margin-top: -15px;
}

.secservbg {
  background-color: #000000;
  padding: 60px 10px;
  position: relative;
  overflow: hidden;
  /* ensures glow stays inside */
  z-index: 1;
}

.secservbg::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
  border-radius: 50%;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  filter: blur(60px);
  z-index: 0;
}

.sertexthed {
  font-family: 'League Spartan';
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}

.sertexthed span {
  color: #EE0000;
}

.secsertrx2 {
  font-family: 'League Spartan';
  font-size: 16px;
  color: #fff;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: transparent;
  border: 1.5px solid #ff0000;
  border-radius: 30px;
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.explore-btn:hover {
  background: #ff0000;
  color: #fff;
  box-shadow: 0 0 15px #ff0000;
  transform: translateY(-2px);
}

.explore-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.explore-btn:hover i {
  transform: translateX(4px);
}

.secimgbg img {
  border-radius: 30px;
  width: 100%;
  position: relative;
}

.marsersec {
  margin-bottom: 25px;
}

.secservbg2 a {
  text-decoration: none;
}

.secsertex {
  margin-top: -110px;
  padding: 10px;
}

.secsertex h4 {
  font-family: 'League Spartan';
  font-size: 20px;
  color: #fff;
}

.secsertex p {
  font-family: 'League Spartan';
  font-size: 16px;
  color: #fff;
}

.secbgser {
  background-color: #151515;
  border: 1px solid #F50000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.secbgser a {
  text-decoration: none;
}

.secbgser:hover {
  background: #F50000;
}

.secbgser i {
  text-align: center;
  font-size: 60px;
  color: #fff;
}

.secbgser p {
  font-family: 'League Spartan';
  font-size: 25px;
  color: #fff;
  font-weight: 600;

}

.secimgbg {
  padding-top: 80px;
}

.slider-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 500px;
  border-radius: 0.7rem;
  overflow: hidden;
}

.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Hide the After text initially */
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}

.after-image {
  clip-path: inset(0 50% 0 0);
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}

.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}

.pulse-container {
  position: relative;
  display: inline-block;
}

.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}

/* Prevent text/image selection while dragging */
.slider-container,
.before-image img,
.after-image img {
  user-select: none;
  /* Disable selection on most browsers */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.secgalleybg {
  background: #000;
  padding-bottom: 60px;
}

.secbggalmai {
  position: relative;
  background-image: url(../images/galeerbgimg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  border-radius: 20px;
  /* optional rounded corners */
  overflow: hidden;
  z-index: 1;
  padding: 40px;
  /* add some space inside */
}

/* Gradient Border Effect */
.secbggalmai::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(90deg, #ff0000, #000);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.seccergalbtexty {
  font-family: 'League Spartan';
  font-size: 18px;
  color: #F50000;
  font-weight: 500;
  text-transform: uppercase;
}

.secseetext {
  font-family: 'League Spartan';
  font-size: 60px;
  color: #fff;
  font-weight: 600;
}

.custom-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: #111;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

/* Gradient Border */
.custom-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(100deg, #000, #ff4d4d);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

/* Hover Effects */
.custom-btn:hover {
  background: linear-gradient(100deg, #ff0000, #000);
  color: #fff;
}

.custom-btn i {
  font-size: 24px;
  color: #ff4d4d;
  transition: all 0.3s ease;
}

.custom-btn:hover i {
  color: #fff;
  transform: translateX(5px);
}

.testimonialsbg {
  padding: 60px 10px;
}

.testimonial-card {
  background: #fff;
  border-radius: 0px;
  padding: 30px;
  max-width: 350px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.testimonial-card::before {
  content: "\0022";
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 40px;
  color: #ccc;
  font-family: serif;
  opacity: 0.5;
}

.testimonial-text {
  font-family: 'League Spartan';
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  margin-top: 25px;
}

.client-info {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.client-info img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.client-name {
  font-family: 'League Spartan';
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 15px;
}

.client-title {
  font-family: 'League Spartan';
  font-size: 13px;
  color: #777;
}

.testimonials .owl-nav {
  display: none;
}

.testimonials .owl-dots {
  display: none;
}

.appointmentbg {
  background-image: url(../images/appoibgimg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 10px;
}

.secpaddap {
  padding-right: 120px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 28px;
  color: #fff;
}

.contact-text h5 {
  font-family: 'League Spartan';
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.contact-text p {
  font-family: 'League Spartan';
  margin: 0;
  font-size: 16px;
  color: #ddd;
}

.contact-text p a {
  font-family: 'League Spartan';
  margin: 0;
  font-size: 16px;
  color: #ddd;
  text-decoration: none;
}

.secappbgco {
  background-color: #fff;
  padding: 30px;
}

.secappbgco h2 {
  font-family: 'League Spartan';
  margin: 0;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}

.secappbgco input {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 1px solid #BDBDBD;
  border-radius: 0px;
  height: 45px;
}

.secappbgco textarea {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 1px solid #BDBDBD;
  border-radius: 0px;
}

.secbtn-submit {
  font-family: 'League Spartan';
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #F50000;
  border: 1px solid #F50000;
  border-radius: 0;
}

.secbtn-submit:hover {
  border: 1px solid #F50000;
  background-color: #fff;
  color: #F50000;
}

.footerbg {
  background: #000;
  background-image: url(../images/footerbgimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 10px 40px 10px;
}

.secjintext {
  font-family: 'League Spartan';
  font-size: 23px;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 30px;
}

.secsocalmes {
  display: flex;
}

.secsocalmes p {
  padding-right: 40px;
  margin: 0;
}

.secsocalmes p a {
  color: #F50000;
  font-size: 25px;
}

.secsocalmes p a:hover {
  color: #fff;
}

.secpadff {
  padding-left: 120px;
}

.sechesfoottext {
  font-family: 'League Spartan';
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}

.secfottextlin {
  padding-top: 20px;
}

.secfottextlin p {
  margin: 0;
}

.secfottextlin p a {
  text-decoration: none;
  font-family: 'League Spartan';
  font-size: 20px;
  color: #fff;
}

.secfottextlin p a:hover {
  color: #F50000;
}

.secpadff2 {
  padding-left: 80px;
}

.aectem2 {
  text-align: center;
  font-family: 'League Spartan';
  font-size: 18px;
  color: #fff;
  padding-top: 40px;
  margin: 0;
}
/* <!-- Back to Top Button --> */
#backToTopBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  background-color: #dc3545;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#backToTopBtn:hover {
  background-color: #b92c38;
  transform: translateY(-3px);
}
#backToTopBtn.show {
  opacity: 1;
  visibility: visible;
}
/* <!-- Back to Top Button End --> */

/* ===== WhatsApp Floating Button ===== */
#whatsappBtn {
  position: fixed;
  bottom: 25px; /* above Back to Top */
  left: 25px;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  z-index: 999;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
#whatsappBtn:hover {
  background-color: #1ebd5f;
  transform: scale(1.05);
}

/* ===== WhatsApp Floating Button End ===== */


/* contact */
.aboutbg2 {
    background-image: url(../images/footerbgimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 400px;
}
.heaname h2 {
     font-family: 'League Spartan';
    font-size: 70px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 900;
    text-align: center;
    padding-top: 80px;
}
.sec-cont-hh {
     font-family: 'League Spartan';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}
.sec-cont-pp {
   font-family: 'League Spartan';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
}
.form-group label {
    color: #fff;
}
.form-group {
    margin-bottom: 15px;
}
.contbgg {
    background: #fff;
    padding: 20px;
}
.sec-cont-hh2 {
     font-family: 'League Spartan';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #000;
}
.seccont-add-h span i {
    color: #F50000;
}
.iconsc i {
     color: #F50000;
}
.seccont-add-h {
   font-family: 'League Spartan';
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: #000000;
}
.seccont-add-p  {
   font-family: 'League Spartan';
    font-weight: 400;
    font-size: 18px;
    color: #000000 !important;
    text-decoration: none;
}
.seccont-add-p a {
   font-family: 'League Spartan';
    font-weight: 400;
    font-size: 18px;
    color: #000000 !important;
    text-decoration: none;
}
.secandclass22 {
    padding-bottom: 50px;
}

/* contact end */

/* about */
.about-image {
      position: relative;
      display: inline-block;
      border-radius: 6px;
    }

    .about-image::before {
      content: "";
      position: absolute;
      top: -30px;
      right: -30px;
      bottom: 40px;
      left: 40px;
      background: #F50000;
      z-index: 0;
    }
    .about-image img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
      display: block;
    }
.secabouttext h3 {
   font-family: 'League Spartan';
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.secabouttext p {
    color: #fff;
      font-family: 'League Spartan';
    font-size: 20px;
}
.secvisbgg {
    background-color: #25201B;
    padding: 50px 100px;
    margin-top: -3px;
}
.secvisintext {
  font-family: 'League Spartan';
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
.secvisintext2 {
    color: #fff;
     font-family: 'League Spartan';
    font-size: 20px;
}
.marrabout {
    background-color: #030303;
    padding: 60px 10px 60px 10px;
    
}
.secimgm img{
  width: 100%;
}
/* ===== Privacy Policy Page Styling ===== */
.policy-content {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    font-size: 16px;
}

.policy-content h4,
.policy-content h5 {
    color: #ffffff;
    font-weight: 600;
}

.policy-content ul {
    padding-left: 20px;
}

.policy-content ul li {
    margin-bottom: 6px;
}

.policy-content a {
    color: #ffffff;
    text-decoration: underline;
}

.policy-content a:hover {
    color: #cccccc;
}

.policy-content .text-muted {
    color: #e0e0e0 !important;
}
.seccarhome .owl-nav{
  display: none;
}
.seccarhome .owl-dots {
    text-align: center;
    margin-top: -60px;
    margin-bottom: 20px;
    z-index: 9;
}

.seccarhome button.owl-dot {
    width: 10px;
    height: 12px;
    color: #fff;
    background: #fff !important;
    border-radius: 50%;
    margin-right: 5px;
}

.seccarhome button.owl-dot.active {
    background: #F50000 !important;
}