* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

/* .DPaZ7Q, ._7_i_XA {
  object-fit: fill;
} */

/* .DPaZ7Q, ._7_i_XA {
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 50%;
} */

/* body {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  overflow-x: hidden;
} */

body {
  margin: 0;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  overflow-x: hidden;
}


/* Navbar */
.navbar {
  background: linear-gradient(90deg, #0c0f14, #141922);
  width: 100vw;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 1px;
}



/* Full-Screen Hero with Background Image */
.hero {
  /* height: 100vh; */
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  /*    background: rgba(0, 0, 0, 0.55);*/
}

/* .hero-content {
  position: relative;
  max-width: 900px;
  padding: 20px;
} */

.logo-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-letter {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 3.5rem;
  color: #c9a96e;
}

.brand-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.brand-tagline {
  color: #c9a96e;
  letter-spacing: 2px;
  font-size: 0.95rem;
  margin-bottom: 30px;
}

/*.hero-content {
            max-width: 850px;
            z-index: 2;
            position: relative;
            justify-content: center;
            align-items: center;
        }
        
        .hero-logo {
            margin-bottom: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 15px;
        }
        
        .hero-logo-placeholder {
            width: 180px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(201, 169, 110, 0.4);
            border: 4px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
        }
        .hero-brand-text {
    text-align: center;
        }
        
       .badge-custom {
     
      letter-spacing: 2px;
      font-size: 24px;
       text-align: center;
       color: #c9a96e;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
 
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }*/



…
/* Hero Section */
/*.hero {
      position: relative;
      height: 100vh;
      background: url("https://images.com/photo-1604014237800-1c9102c219da") center/cover no-repeat;
      color: white;
    }
     .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.65);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 850px;
    }

    .badge-custom {
      color: #d4af37;
      letter-spacing: 2px;
      font-size: 14px;
    }*/

.hero-brand-text h1 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-top: 15px;
  color: white;
  margin-bottom: 10px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: -1px;
}

.hero h2 {
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 900;
  letter-spacing: -2px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
}

.hero p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.btn-gold {
  background-color: #d4af37;
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 30px;

}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-outline-light {
  border-radius: 30px;
  padding: 12px 30px;
}



.feature-section {
  padding: 100px 0;
}

.feature-number {
  font-size: 120px;
  font-weight: 700;
  color: #ececec;
  line-height: 1;
}

.feature-title {
  font-size: 3rem;
  font-weight: 700;
  margin-top: -20px;
}

.feature-text {
  font-size: 1.05rem;
  color: #555;
  margin: 25px 0;
  max-width: 500px;
}

.feature-list {
  list-style: none;
  padding: 0;
}

/* .feature-list li {
  font-size: 1rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
} */

.feature-list li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.feature-list li::before {
  content: "→";
  color: #f4b942;
  font-size: 20px;
  margin-right: 14px;
}



.feature-list li span {
  color: #d4af37;
  font-weight: 700;
  margin-right: 10px;
}

.feature-image {
  background: url("images/car1.avif") center/cover no-repeat;

  background-size: cover;
  background-position: center;
  /* min-height: 100vw; */
  height: 500px;
}



/* body {
  color: #000;
} */

.performance-section {
  min-height: auto;
}

.left-image {
  background-image: url("images/car2.avif");
  background-size: cover;
  background-position: center;
  min-height: auto;
  margin-left: 0;
}

.right-content {
  background: linear-gradient(180deg, #697fa7 0%, #53688c 100%);
  padding: 80px 70px;
  position: relative;
}

.section-number {
  font-size: 120px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.06);
  position: absolute;
  top: 40px;
  left: 60px;
}

h1 {
  font-size: 48px;
  font-weight: 700;

}

.dn {
  font-size: 18px;
  color: #cfd6e4;
  max-width: 520px;
  margin: 25px 0 40px;
}

/* .feature-list li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.feature-list li::before {
  content: "→";
  color: #f4b942;
  font-size: 20px;
  margin-right: 15px;
} */






/* body {
  margin: 0;
} */

.durability-section {
  min-height: auto;
}

/* LEFT CONTENT */
.left-content {
  background: linear-gradient(180deg, #d6b878 0%, #c8aa68 100%);
  padding: 90px 80px;
  position: relative;
  color: #111;
}

/* .section-number {
  font-size: 120px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 40px;
  left: 60px;

} */

.section-number {
  font-size: 120px;
  font-weight: 700;
  position: absolute;
}

@media (max-width: 768px) {
  .section-number {
    font-size: 80px;
  }
}


.left-content h1 {
  font-size: 52px;
  font-weight: 700;
  margin-top: 120px;
  margin-bottom: 25px;
}

.left-content p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 40px;
}

/* .feature-list li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.feature-list li::before {
  content: "→";
  font-size: 20px;
  margin-right: 14px;
} */

/* RIGHT IMAGE */
.right-image {
  background-image: url("images/3.avif");
  background-size: cover;
  background-position: center;
  min-height: auto;
}


.product-hero {
  min-height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://images.unsplash.com/photo-1487754180451-c456f719a1fc?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 150px 0;
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;

}

/* .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
} */

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  margin: auto;
}


.hero-content h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 20px;
  line-height: 1.6;
  color: #e5e5e5;
}



.parts-section {
  padding: 0;
}

.part-box {
  position: relative;
  height: 450px;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.part-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}

.part-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
}

.part-content h3 {
  font-weight: 700;
}

.part-content p {
  margin-bottom: 5px;
  opacity: 0.9;
}



/* SECTION */
.stats-section {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://images.unsplash.com/photo-1487754180451-c456f719a1fc?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  padding: 120px 0;
}

/* DARK OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.65); */
}

/* CONTAINER */
.stats-container {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 80px;
  padding: 0 120px;
}

/* CARD */
.stat-card {
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  border: 1px solid rgba(255, 215, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* NUMBER */
.stat-card h1 {
  font-size: 64px;
  color: #d6b36a;
  font-weight: 700;
  margin-bottom: 15px;
}

/* TEXT */
.stat-card p {
  font-size: 14px;
  letter-spacing: 2px;
  color: #eee;
}



/*about css*/

/* Hero Background */
.hero-section {
  height: 100vh;
  background: url("images/cc.png") center/cover no-repeat;
  position: relative;
}

/* Dark overlay */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* Content above overlay */
.hero-section .container-fluid {
  position: relative;
  z-index: 2;
}

/* Branding */
.brand-title {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 2px;
}

.brand-subtitle {
  font-weight: 500;
  letter-spacing: 1px;
}

/* Info Boxes */
.info-box {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: black;
  height: auto;
  margin-top: 70px;
}

.info-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.info-box ul {
  padding-left: 18px;
}

.info-box li {
  margin-bottom: 10px;
  font-size: 15px;
}

.col-12 {
  width: 100%;
}



.auto-parts {
  padding: 80px 60px;
  background: linear-gradient(180deg, #111, #1a1a1a);
  color: #fff;
}

/* .container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
} */


.custom-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
}


/* LEFT SIDE */
.left {
  flex: 1;
}

.left h1 {
  font-size: 80px;
  color: #FFD400;
  font-weight: 800;
}

.left h3 {
  font-size: 22px;
  margin: 15px 0;
}

.left p {
  color: #bbb;
  line-height: 1.6;
  max-width: 350px;
}

/* RIGHT SIDE */
.right {
  flex: 2;
}

.right h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.right h2 span {
  color: #FFD400;
}

.subtitle {
  color: #aaa;
  margin-bottom: 40px;
}

/* FEATURES GRID */
.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}

.feature {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #936969;
}

.number {
  position: absolute;
  top: -12px;
  left: 0;
  color: #FFD400;
  font-weight: bold;
}

.feature h4 {
  margin: 15px 0 10px;
  font-size: 18px;
}

.feature p {
  color: #aaa;
  line-height: 1.6;
  font-size: 14px;
}



/*contact css*/

.bg14 {
  background-color: #F7F7FC;
  background-image: url(assets/images/bg/map.png);
  background-repeat: no-repeat;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.pt-120 {
  padding-top: 120px;
}

.pt-60 {
  padding-top: 60px;
}

.rs-contact.style2 .contact-box {
  background: #ffffff;
  padding: 65px 40px 65px 40px;
  border-radius: 5px 5px 5px 5px;
}

.rs-contact.style2 .contact-box .address-box {
  display: flex;
}

.rs-contact.style2 .contact-box .address-box .address-img img {
  height: 40px;
  width: 40px;
  max-width: unset;
}

.rs-contact.style2 .contact-box .address-box .address-text {
  padding-left: 21px;
}

.rs-contact.style2 .contact-box .address-box .address-text .label {
  font-size: 20px;
  font-weight: 800;
  color: #0a0a0a;
  display: block;
  margin-bottom: 5px;
}

.rs-contact.style2 .contact-box .address-box .address-text a {
  font-weight: 500;
  color: #454545;
}

.rs-contact.style2 .contact-box .address-box .address-text a:hover {
  color: #fd6509;
}

.rs-contact.style2 .contact-box .address-box .address-text .desc {
  font-weight: 500;
}

.rs-contact.style2 .contact-box .social-icon li {
  display: inline;
  margin-right: 10px;
}

.rs-contact.style2 .contact-box .social-icon li a {
  display: inline-block;
  font-size: 18px;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #3b5998;
  color: #ffffff;
  text-align: center;
}

.rs-contact.style2 .contact-box .social-icon li a:hover {
  opacity: .9;
  color: #fff;
}

.rs-contact.style2 .contact-box .social-icon li a.paste-bg {
  background: #1da1f2;
}

.rs-contact.style2 .contact-box .social-icon li a.pink-bg {
  background: #cd201f;
}

.rs-contact.style2 .contact-box .social-icon li a.black-bg {
  background: #262626;
}

.rs-contact.style2 .contact-box .social-icon li:last-child {
  margin-right: 0;
}

.rs-contact.style2 .contact-widget {
  background: #ffffff;
  padding: 45px 70px 45px 70px;
}

.rs-contact.style2 .contact-widget .from-control {
  padding: 20px 20px 20px 20px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: #F6F7F9;
  width: 100%;
  max-width: 100%;
}

.rs-contact.style2 .contact-widget textarea {
  height: 180px;
}

.rs-contact.style2 .contact-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #777777;
  opacity: 1;
}

.rs-contact.style2 .contact-widget ::-moz-placeholder {
  /* Firefox 19+ */

  color: #777777;
  opacity: 1;
}

.rs-contact.style2 .contact-widget :-ms-input-placeholder {
  /* IE 10+ */

  color: #777777;
  opacity: 1;
}

.rs-contact.style2 .contact-widget :-moz-placeholder {
  /* Firefox 18- */

  color: #777777;
  opacity: 1;
}

.rs-contact.style2 .map-canvas {
  overflow: hidden;
}

.rs-contact.style2 .map-canvas iframe {
  float: left;
  width: 100%;
  height: 460px;
  border: unset;
}

.rs-contact.style2.onepage-home4 .contact-box {
  background: #fff;
  padding: 65px 40px 65px 40px;
  border-radius: 5px 5px 5px 5px;
}

.rs-contact.style2.onepage-home4 .contact-box .address-box {
  display: flex;
}

.rs-contact.style2.onepage-home4 .contact-box .address-box .address-img img {
  height: 40px;
  width: 40px;
  max-width: unset;
}

.rs-contact.style2.onepage-home4 .contact-box .address-box .address-text {
  padding-left: 21px;
}

.rs-contact.style2.onepage-home4 .contact-box .address-box .address-text .label {
  font-size: 20px;
  font-weight: 800;
  color: #0a0a0a;
  display: block;
  margin-bottom: 5px;
}

.rs-contact.style2.onepage-home4 .contact-box .address-box .address-text a {
  font-weight: 500;
  color: #454545;
}

.rs-contact.style2.onepage-home4 .contact-box .address-box .address-text a:hover {
  color: #fd6509;
}

.rs-contact.style2.onepage-home4 .contact-box .address-box .address-text .desc {
  font-weight: 500;
}

.rs-contact.style2.onepage-home4 .contact-box .social-icon li {
  display: inline;
  margin-right: 10px;
}

.rs-contact.style2.onepage-home4 .contact-box .social-icon li a {
  display: inline-block;
  font-size: 18px;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #3b5998;
  color: #ffffff;
  text-align: center;
}

.rs-contact.style2.onepage-home4 .contact-box .social-icon li a:hover {
  opacity: .9;
  color: #fff;
}

.rs-contact.style2.onepage-home4 .contact-box .social-icon li a.paste-bg {
  background: #1da1f2;
}

.rs-contact.style2.onepage-home4 .contact-box .social-icon li a.pink-bg {
  background: #cd201f;
}

.rs-contact.style2.onepage-home4 .contact-box .social-icon li a.black-bg {
  background: #262626;
}

.rs-contact.style2.onepage-home4 .contact-box .social-icon li:last-child {
  margin-right: 0;
}

.rs-contact.style2.onepage-home4 .contact-widget {
  background: #fff;
  padding: 45px 70px 45px 70px;
}

.rs-contact.style2.onepage-home4 .contact-widget .from-control {
  padding: 20px 20px 20px 20px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: #f6f7f9;
  width: 100%;
  max-width: 100%;
}

.rs-contact.style2.onepage-home4 .contact-widget textarea {
  height: 180px;
}

.rs-contact.style2.onepage-home4 .contact-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #777777;
  opacity: 1;
}

.rs-contact.style2.onepage-home4 .contact-widget ::-moz-placeholder {
  /* Firefox 19+ */

  color: #777777;
  opacity: 1;
}

.rs-contact.style2.onepage-home4 .contact-widget :-ms-input-placeholder {
  /* IE 10+ */

  color: #777777;
  opacity: 1;
}

.rs-contact.style2.onepage-home4 .contact-widget :-moz-placeholder {
  /* Firefox 18- */

  color: #777777;
  opacity: 1;
}


.sec-title {
  position: relative;
}

.mb-45 {
  margin-bottom: 45px;
}

.sec-title .title.title4 {
  font-size: 28px;
  font-weight: 700;
}

.sec-title .title {
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  color: #161616;
  font-family: 'Nunito', sans-serif;
  margin: 0;
}

.sec-title2 {
  position: relative;
}

.mb-40 {
  margin-bottom: 40px;
}

*, ::after, ::before {
  box-sizing: border-box;
}

/* .row {
  margin-right: -15px;
  margin-left: -15px;
} */



.pl-35 {
  padding-left: 31px;
}


@media (max-width: 991px) {

  .hero,
  .product-hero,
  .stats-section {
    background-attachment: scroll;
  }
}




@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
}



@media (max-width: 768px) {
  .feature-title {
    font-size: 2.2rem;
  }

  .feature-number {
    font-size: 120px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.06);
    position: absolute;
    top: 40px;
    left: 60px;
  }
}



@media (max-width: 768px) {
  .left-image {
    min-height: 300px;
  }

  .right-content {
    padding: 50px 30px;
  }

  /* .section-number {
    font-size: 80px;
    left: 30px;
  } */

  h1 {
    font-size: 36px;
  }
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .left-content {
    padding: 60px 30px;
  }

  /* .section-number {
    font-size: 80px;
    left: 30px;
  } */

  .left-content h1 {
    font-size: 36px;
  }

  .right-image {
    min-height: 300px;
  }
}



@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
    align-items: center;
  }
}


/* RESPONSIVE */
@media (max-width: 1100px) {
  .stats-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}


/* RESPONSIVE */
@media (max-width: 990px) {
  /* .container {
    flex-direction: column;
  } */

  .features {
    grid-template-columns: 1fr;
  }

  .left h1 {
    font-size: 60px;
  }

  .hero h2 {
    font-size: 25px;
  }

  .testimonial-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
  }

  .content-box {
    flex: 1;
  }

}

@media (max-width: 425px) {


  .info-box {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: black;
    height: auto;
    margin-top: 10px;
  }

  .hero-section {
    height: 800px;
    background: url(images/cc.png) center / cover no-repeat;
    position: relative;
  }


}


/* RESPONSIVE */
@media (max-width: 325px) {
  /* .container {
    flex-direction: column;
  } */



  .hero h2 {
    font-size: 25px;
  }

  .hero-content h1 {
    font-size: 25px;
  }

}



@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
    /* display: flex !important; */
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    flex-direction: row;
  }
}




@media (min-width: 992px) {
  /* .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  } */


  .sec-title2 .sub-text.contact {
    color: #1273EB;
  }

  .sec-title2 .sub-text {
    position: relative;
    padding-left: 90px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #03228f;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .sec-title2 .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    background-color: #fd6509;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
  }

  ::selection {
    background: #fd6509;
    text-shadow: none;
    color: #ffffff;
  }

  .sec-title2 .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 46px;
    color: #161616;
    font-family: 'Nunito', sans-serif;
    margin: 0;
  }

  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }

  *, ::after, ::before {
    box-sizing: border-box;
  }

  fieldset {
    display: block;
    min-inline-size: min-content;
    margin-inline: 2px;
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .mb-35 {
    margin-bottom: 35px;
  }


}


button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.readon.submit.new {
  font-size: 15px;
  background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 100%);
  padding: 15px 45px 15px 45px;
  border-radius: 4px 4px 4px 4px;
  width: unset;
}

.readon.submit {
  background-color: transparent;
  color: #ffffff;
  border: none;
}

form {
  display: block;
  margin-top: 0em;
  unicode-bidi: isolate;
}

.title-box {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  padding: 15px 40px;
  border-radius: 30px;
  margin: 50px 0 0 0;
}

.product-list {
        /* list-style: none; */
        padding: 0;
        margin-top: 30px;
    }

        .product-list li {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #000;
    }

    
@media (min-width: 992px) {
  /* .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }

    .col-lg-6, .col-sm-6, .col-md-6 {
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
    } */

  button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .readon.submit.new {
    font-size: 15px;
    background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 100%);
    padding: 15px 45px 15px 45px;
    border-radius: 4px 4px 4px 4px;
    width: unset;
  }

  .readon.submit {
    background-color: transparent;
    color: #ffffff;
    border: none;
  }

  form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
  }

  /*our products*/

  /* Section background */
  .product-section {
    background-image: url("images/bg-shape.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
  }

  /* Title box */
  .title-box {
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding: 15px 40px;
    border-radius: 30px;
  }

  /* Product list */
  .product-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
  }

  .product-list li {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
  }

  /*testimonial*/
  .testimonial {
    padding: 150px 10%;
    background: linear-gradient(180deg, #0d1620, #0a1119);
    color: #cfd3d7;
    text-align: center;
    padding-bottom: 25px;
  }


  .testimonial-section {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
  }

  .testimonial-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
  }

  .testimonial-row reverse {
    flex-direction: row-reverse;
  }

  /* Video box */
  .video-box {
    position: relative;
    flex: 1;
  }

  .video-box img {
    width: 100%;
    display: block;
  }

  /* Play button */
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2ea3f2;
    color: #fff;
    font-size: 28px;
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .play-btn.green {
    background: #3ee4b5;
  }

  /* Content box */
  .content-box {
    flex: 1;
  }

  .logo {
    width: 120px;
    margin-bottom: 20px;
  }

  .content-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .content-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .content-box a {
    color: #2ea3f2;
    text-decoration: none;
    font-weight: bold;
  }




  /*footer css*/
  .footer {
    background: linear-gradient(180deg, #0d1620, #0a1119);
    color: #cfd3d7;
    padding: 70px 0 0;
    font-size: 15px;
  }

  .footer h5 {
    color: #d4b06a;
    margin-bottom: 25px;
    font-weight: 600;
  }

  .footer ul {
    list-style: none;
    padding: 0;
  }

  .footer ul li {
    margin-bottom: 14px;
  }

  .footer a {
    color: #cfd3d7;
    text-decoration: none;
  }

  .footer a:hover {
    color: #d4b06a;
  }

  .footer .icon {
    color: #d4b06a;
    margin-right: 10px;
  }

  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #9aa0a6;
  }
}


/*footer css*/
.footer {
  background: linear-gradient(180deg, #0d1620, #0a1119);
  color: #cfd3d7;
  padding: 70px 20px;
  font-size: 15px;
}

.footer h5 {
  color: #d4b06a;
  margin-bottom: 25px;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 14px;
}

.footer a {
  color: #cfd3d7;
  text-decoration: none;
}

.footer a:hover {
  color: #d4b06a;
}

.footer .icon {
  color: #d4b06a;
  margin-right: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #9aa0a6;
}