* {
  margin: 0;
  padding: 0;
  /* outline: 1px solid red; */
}

html,
body {
  font-family: Rubik;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Main container */
.main1 {
  padding: 0 5%;
}

.logo {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.logo img {
  width: 120px;
}
.navbar {
  position: sticky !important;
  top: 0;
}
.navbar-brand {
  margin: 0 auto;
}
.main1 h1 {
  text-transform: uppercase;
  color: #ff2211;
  font-weight: 600;
  font-size: 3.5rem;
  margin-top: 7%;

}
nav {
  height: 80px;
}
.top-heading,
.top-heading h1 {
  font-family: Rajdhani;
  font-size: 64px !important;
  font-weight: 700 !important;
  line-height: 64px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.top-message {
  font-family: Rubik;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.33px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
  .main1 {
    padding: 0 3%;
  }
  nav {
    height: 60px;
  }
  .top-heading,
  .top-heading h1 {
    font-family: Rajdhani;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .top-message {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.96px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
.buyBtn {
  background: #ff2211;
  border: none;
  border-radius: 10px;
  display: block;
  margin: 0 !important;
}

.buyBtn:hover {
  background: #ff2211;
}

.DashCam {
  position: relative;
  max-height: 300px;
  width: 100%;
}

.text-overlay {
  position: absolute;
  top: 10%;
  right: 10%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: white;
  text-align: center;
  border-radius: 5px;
}

.text-overlay-bottom {
  clip-path: polygon(0 20%, 100% 18%, 90% 52%, 100% 79%, 0 81%, 10% 53%);
  background-color: red;
  transform: rotate(-6deg);
  width: 60%;
  margin: auto;
  text-align: center;
  color: white;
  font-size: 0.9rem;
  padding: 10px;
}

.overlay-bottom {
  font-family: Rajdhani;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.overlay-left {
  position: absolute;
  top: 50%; /* Center vertically on desktop */
  left: 10%; /* Align to the left on desktop */
  transform: translateY(-50%); /* Adjust vertical centering */
  font-family: Rajdhani;
  color: #fff;
  text-align: left; /* Align text to the left on desktop */
}

.overlay-bottom h3 {
  font-size: 40px;
  font-weight: 700;
}
.overlay-left h3 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .overlay-bottom h3 {
    font-size: 32px;
    font-weight: 700;
  }
  .overlay-left {
    position: absolute;
    top: auto; /* Reset top positioning */
    bottom: 10px; /* Align to the bottom on mobile */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Center horizontally */
    width: 100%; /* Span the full width on mobile */
    text-align: center; /* Center text alignment on mobile */
  }

  .overlay-left h3 {
    font-size: 32px; /* Adjust font size for mobile */
    font-weight: 700;
  }
}
/* Features section */
.features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgb(250, 7, 7);
  padding: 20px;
}
.key-features-heading {
  color: #ff2211;
  font-family: Rajdhani;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  text-underline-position: from-font;
  text-decor;
  ation-skip-ink: none;
}
.feature-item {
  flex: 0 0 33.33%;
  text-align: center;
  padding: 10px;
}

.feature-icon {
  width: auto;
  height: 80px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .feature-item {
    flex: 0 0 14.28%;
  }

  .feature-icon {
    width: auto;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .key-features-last {
    height: 300px; /* Keep the height fixed */
    object-fit: cover; /* Ensure the image is not distorted */
    object-position: 90% 50%;
  }
  .feature-item {
    flex: 0 0 14.28%;
  }
  .key-features-heading {
    font-family: Rajdhani;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
.feature {
  text-align: center;
  flex: 1 1 calc(50% - 20px);
  margin: 10px;
  color: white;
}

.feature img {
  max-width: 50px;
  margin-bottom: 10px;
}

.feature p {
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Key Features section */
.position-relative {
  position: relative;
}

.position-relative img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: auto;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px 20px;

  border-radius: 5px;
  color: white;
}
.position-relative1 {
  position: relative;
  margin-bottom: 20px;
}

.position-relative1 img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: auto;
}

.overlay1 {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  text-align: start;
  border-radius: 5px;
  color: black !important;
}
@media screen and (max-width: 1300px) {
  .position-relative1 img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: auto;
    filter: brightness(50%);
  }
  .overlay1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    text-align: start;
    border-radius: 5px;
    color: white !important;
  }
}

.overlay h1 {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .main h1 {
    font-size: 2rem;
    margin-top: 10%;
  }

  .text-overlay {
    font-size: 0.9rem;
    top: 5%;
    right: 5%;
  }
}

@media (max-width: 768px) {
  .features-section {
    flex-direction: column;
  }

  .feature {
    flex: 1 1 100%;
  }

  .buyBtn {
    font-size: 1rem;
    padding: 8px 15px;
  }

  .main h1 {
    font-size: 1.8rem;
  }

  .text-overlay {
    font-size: 0.8rem;
  }

  .text-overlay-bottom {
    width: 80%;
    font-size: 0.8rem;
  }

  .text-overlay {
    position: static;
    margin: 10px 0;
    background: none;
    color: red;
    font-size: 1.2rem;
    text-align: center;
  }

  .buyBtn {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .main h1 {
    font-size: 1.5rem;
  }

  .buyBtn {
    font-size: 0.9rem;
  }

  .features-section {
    padding: 10px;
  }

  .feature p {
    font-size: 0.8rem;
  }

  .text-overlay {
    font-size: 0.7rem;
  }

  .text-overlay-bottom {
    font-size: 0.7rem;
    padding: 8px;
  }

  .text-overlay {
    position: static;
    margin: 10px 0;
    background: none;
    color: red;
    font-size: 1rem;
    text-align: center;
  }

  .buyBtn {
    margin-top: 10px;
  }
}

.hero img {
  width: 1100px;
}

.obd-section {
  background-color: #f9f9f9;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.obd-section h1,
.obd-section h2 {
  color: #333;
}
.obd-section img {
  transition: transform 0.3s ease;
}
.obd-section img:hover {
  transform: scale(1.05);
}

/* General Styling */
.responsive-section {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.group-203 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.group-197 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.connections-studio-1 {
  width: 100%;
  max-width: 200px; /* Adjust based on your design */
  height: auto;
}

.plug-play-obd-2-hardwire-kit {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

/* Responsive Design */
@media (min-width: 768px) {
  .group-203 {
    flex-direction: row;
    max-width: 600px;
  }

  .plug-play-obd-2-hardwire-kit {
    margin-left: 20px;
    text-align: left;
    font-size: 1.2rem;
  }
}

.footer {
  background-color: #f51e1e;
  color: white;
  padding: 40px 20px;
}
.footer h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-icons img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.footer-head {
  font-family: Rajdhani;
  font-size: 56px !important;
  font-weight: 700 !important;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.footer-subhead {
  font-family: Rubik;
  font-size: 35px !important;
  font-weight: 400 !important;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

@media (max-width: 768px) {
  .footer-head {
    font-family: rajdhani;
    font-size: 50px !important;
    text-align: center;
  }

  .footer-subhead {
    font-family: rajdhani;
    font-size: 28px !important;
    text-align: center;
  }
}
.contact-info {
  font-size: 1.2rem;
  margin-top: 10px;
}
.address {
  font-size: 0.9rem;
}
.main {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

/* General Styling */


h1.title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h2.subtitle {
  color: #ff2211;
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 400;
}

.warranty-list {
  max-width: 800px;
  margin: 0 auto;
  list-style-type: disc;
  padding-left: 20px;
}

.warranty-list li {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* Footer Styling */
.footer {
  background-color: #f51e1e;
  color: white;
  padding: 40px 20px;
}

.footer h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-icons img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.contact-info {
  font-size: 1.2rem;
  margin-top: 10px;
}

.address {
  font-size: 0.9rem;
}

/* General Styling for Warranty Section */
.faq-title {
  font-family: Rajdhani;
  font-size: 72px;
  font-weight: 600;
  line-height: 91.87px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .warranty-list li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .footer .row {
    text-align: center;
  }
  .footer-icons a {
    display: inline-block;
    margin: 0 10px;
  }
  .faq-title {
    font-size: 46px;
  line-height: 50px;
  }
}
.faq-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 1rem;
  color: #333;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-list li:hover {
  background-color: #f9f9f9;
}

.faq-question {
  font-family: Rajdhani;
  font-size: 32px !important;
  font-weight: 500;
  line-height: 40.83px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.faq-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #f51e1e;
  text-align: center;
  line-height: 24px;
  border: 1px solid #f51e1e;
  border-radius: 50%;
}

.faq-icon:hover {
  background-color: #f51e1e;
  color: white;
}
@media (max-width: 768px) {
.faq-question {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 27.83px;
}
}
/* General Styling for Form Section */

.form-section {
  background-color: #ff2211;
  color: white;
  padding: 60px 20px;
}

.formbottom {
  background-color: white;
  border: 1px solid white;
  border-radius: 24px;
}
.form-label,
.form-select {
  color: #ff2211 !important;
}

.formbottom button {
  background-color: #ff2211 !important;
  color: white;
  border-radius: 16px;
}
.text-section {
  max-width: 500px;
}

.form-title {
  font-family: Rajdhani;
  font-size: 56px;
  font-weight: 700;
  line-height: 49.28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.form-description {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.form-container {
  background: transparent;
  padding: 20px;
  border-radius: 8px;
  max-width: 350px;
  width: 100%;
  color: #333;
}

.btn-submit {
  background-color: #ffff;
  color: #ff2211;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn-submit:hover {
  background-color: red;
  color: white;
}

.btn-white-black {
  background-color: #ffffff;
  color: #000000;
  border-radius: 16px;
}

.btn-white-black:hover {
  background-color: #f8f9fa !important;
  color: #000000;
}

.btn-white-black:active {
  background-color: #fefefe !important;
  color: #000000;
  border-color: #dcdcdc;
}

.form-label,
.form-select {
  color: #fff;
}

.text-danger {
  font-weight: bold;
  font-size: 3.5rem;
}

.product-card {
  min-height: 328px;
  background-color: #737373;
  border: none;
  border-radius: 32px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.product-card:hover {
  transform: scale(1.02);
}
.other-product-title {
  font-family: Rajdhani;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.other-product-subtitle {
  font-family: Rubik;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #161616;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.product-knowmore {
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0px;
  align-self: flex-end;
}
.product-text {
  width: 334px;
  height: 160px;
  top: 5340px;
  left: 78px;
  gap: 0px;
  opacity: 0px;
}
.product-brand {
  font-family: Rajdhani;
  color: white;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.product-title {
  font-family: Rajdhani;
  color: white;
  font-size: 60px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.product-price {
  color: white;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.product-subprice {
  color: white;
  font-family: Rajdhani;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-decoration-line: line-through;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.product-image {
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 0px; /* Ensure no margin below the image */
}

@media (max-width: 768px) {
  .product-knowmore {
    font-family: Rajdhani;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .form-title {
    font-family: Rajdhani;
    font-size: 40px;
    font-weight: 700;
    line-height: 35.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .product-image {
    max-height: 250px;
    object-fit: contain;
  }
  .product-brand {
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .product-title {
    font-family: Rajdhani;
    font-size: 42px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .other-product-title {
    font-family: Rajdhani;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .other-product-subtitle {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .product-price {
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .product-subprice {
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    text-decoration-line: line-through;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
.btn-outline-light {
  border-radius: 20px;
  font-size: 0.9rem;
}

.cropped-image {
  width: 100%;
  height: 150px;
  object-fit: cover; /* Crops the uploaded image */
  border-radius: 8px;
}

.cropped-image-large {
  width: 100%;
  height: 250px;
  object-fit: cover; /* Crops the uploaded image */
  border-radius: 8px;
}

/* Promo Section */ /* Promo Section Styles */

/* Promo Section Styles */
.promo-section {
  background: url("images/close-up-woman-electric-car-23-2149146253-10.png") center/cover no-repeat;
  border-radius: 20px; /* Rounded corners */
  overflow: hidden;
  display: flex;
  align-items: center;
  max-width: 1300px;
}

.promo-title {
  font-family: Rajdhani;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.promo-subtitle {
  font-family: Rajdhani;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.promo-description {
  font-size: 1.2rem;
  font-weight: 300;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.promo-button {
  background-color: #ff2211;
  color: #ffffff;
  font-family: Rajdhani;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.promo-button:hover {
  background-color: #ff2211;
  text-decoration: none;
}

.promo-price {
  font-family: Rajdhani;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
    /* Increase card height */
    .promo-card {
      min-height: 435px;
      /* Adjust height as needed */
    }

@media (max-width: 768px) {
  .promo-card {
    min-height: 640px;
    /* Smaller height for mobile if required */
  }
  .promo-title {
    font-family: Rajdhani;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .promo-subtitle {
    font-family: Rajdhani;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .promo-button {
    font-family: Rajdhani;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .promo-price {
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
.trusted-section {
  background-color: #fff;
}

.section-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #ff2211;
}

.card-placeholder {
  background-color: #d3d3d3;
  height: 450px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.highlight-section {
  background-color: #fff;
}

.title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #ff2211; /* Bright red */
}

.custom-card {
  border: 1px solid #ff2211; /* Red border */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s;
  height: 550px;
}

.custom-card:hover {
  transform: translateY(-5px);
  height: 550px;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #ff2211;
}

.benefits-section {
  background-color: #ffffff;
}

.benefit-card {
  border: 4px solid #ff2211;
  border-radius: 10px;
  transition: transform 0.3s;
  min-height: 450px;
  width: 320px;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-icon img {
  width: auto;
  height: 120px;
}
.benifits-heading {
  font-family: Rubik;
  font-size: 32px;
  font-weight: 500;
  line-height: 37.92px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
  .benefit-card {
    border: 4px solid #ff2211;
  }
  .benefit-icon img {
    width: auto;
    height: 115px;
  }
}

.benifits {
  color: #282828;
  font-family: Rajdhani;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.privacyBlock {
  font-family: Rajdhani;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.privacy_made_for_title {
  font-family: Rajdhani;
  font-size: 72px;
  font-weight: 700;
  line-height: 91.87px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .privacyBlock {
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .privacy_made_for_title {
    font-family: Rajdhani;
    font-size: 48px;
    font-weight: 700;
    line-height: 46.08px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .benifits {
    font-family: Rajdhani;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .benefit-card {
    width: 320px;
    min-height: 350px; /* Slightly reduced height for smaller screens */
  }
  .benefit-card h3 {
    font-size: 32px;
  }
}

/*inax app*/
.container1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* Center the image horizontally */
.container1 {
  padding: 15px;
  text-align: center;
}
/* Ensures content is centered */
.form-control,
.form-select {
  border: none;
  background: none;
  border-bottom: 1px solid #fa4040;
  padding: 10px;
  border-radius: 0;
}


.form-control::placeholder {
  color: #d8d3d3;
  opacity: 1;
}

.form-control-dark::placeholder {
  color: #343a40;
}

.accordion-button {
  background-image: none !important;
}

.accordion-button {
  position: relative;
  padding-right: 3rem;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button::before {
  content: '\002B';
  font-size: 1.2rem;
  color: white;
  background-color: red;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease, content 0.2s ease;
}

.accordion-button:not(.collapsed)::before {
  content: '\2212';
  transform: translateY(-50%);
}
.accordion-item {
  border: none;
  border-bottom: 2px solid red;
}

.accordion-button {
  border: none;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  border: none;
}
.bg-danger {
  background-color: #FF2211 !important;
}

.text-danger {
  color: #FF2211 !important;
}
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.ribbon {
  --r: .8em;
  /* control the ribbon shape */
  padding-inline: calc(var(--r) + .3em);
  line-height: 1.8;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
  background: #FF2211 !important;
  /* the main color */
  width: fit-content;
  border-radius: 4px;
  /* Adds a small border-radius to the edges */
}
.fontRajdhani {
  font-family: Rajdhani !important;
}
.warranty-heading,
.warranty-heading h1{
  font-family: Rajdhani;
font-size: 72px;
font-weight: 700;
line-height: 91.87px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
  .warranty-heading,
  .warranty-heading h1{
    font-size: 46px;
    line-height: 50px;
  }
  h2.subtitle {
    font-size: 30px;
  }
}
/* Video Overlay */
.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Video Container */
.video-container {
  position: relative;
  width: 80%;
  max-width: 800px;
}

.product-video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -40px;
  right: -40px;
  background: #fff;
  color: #000;
  font-size: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
/* Keep at last  */
.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}


.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-56 {
  font-size: 56px !important;
}

.font-60 {
  font-size: 60px !important;
}

.font-72 {
  font-size: 72px !important;
}

.font-88 {
  font-size: 88px !important;
}