/* styles.css */

/* Global Styles */
body {
    font-family: 'Poppins', sans-serif;
    /* background-color: #f9f9f9; */
    color: #212529;
}

/* Header */
nav ul li a {
    font-size: 15px;
    transition: color 0.3s ease;
}
nav ul li a:hover {
    color: #007cc2;
}
@media (max-width: 991px) {
    nav {
        display: none !important;
    }
}

/* Buttons */
.btn-primary {
    background-color: #007cc2;
    border: none;
    font-weight: 500;
}
.btn-danger {
    background-color: #e60023;
    border: none;
    font-weight: 500;
}
.btn:hover {
    opacity: 0.9;
}

/* Main Content */
h1 {
    font-weight: 600;
    font-size: 2.2rem;
}
.left-content {
    max-width: 600px;
}
.right-form {
    width: 100%;
    max-width: 400px;
}
form .form-label {
    font-weight: 500;
    font-size: 0.95rem;
    color: #333;
}
form .form-select {
    height: 45px;
    font-size: 0.95rem;
}

/* Badges & Info */
.badge {
    background-color: #e9ecef;
    color: #000;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 9px 20px;
    border-radius: 100px;
    background: #ccc !important;
}

/* Footer */
footer {
    background-color: #fff;
}
footer p {
    margin-bottom: 0.5rem;
}
footer .text-danger {
    font-weight: 600;
}
.logoo {
    position: relative;
}
.logoo img{
    position: absolute;
    width: 145px;
    height: inherit;
    top: -30px;
    z-index: 1;
}
.banner_cont {}
.banner_cont .listy {
    display: inline-table;
    padding: 0px;
    /* justify-content: center; */
    /* align-items: center; */
    gap: 20px;
}
.banner_cont .listy li{
    list-style: none;
    font-size: 16px;
    color: #505050;
    width: 50%;
    display: inline-block;
    padding-bottom: 14px;
    font-weight: 600;
}
.baner_form {
    background: #0292cb;
    padding: 28px;
    border-radius: 20px;
}
.baner_form h3{
    margin: 0px;
    padding-bottom: 20px;
    color: #ffffff;
    /* text-transform: uppercase; */
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    font-family: 'Poppins';
}
.baner_form .btn.btn-skin {
    background: #000;
    color: #fff;
    border: 0px;
    font-size: 20px;
    border-radius: 100px;
    cursor: pointer;
    width: 100%;
    background: red;
    font-weight: 600;
    }
.baner_form .form-control {
    height: 43px !important;
    border: 0px;
    border-radius: 3px;
    margin-bottom: 12px;
}
.colausssffomr {
    text-align: center;
}
.colausssffomr span{position:relative;color: #fff;font-weight: 700;background: #0292cb;display: inline-block;width: 100%;}
.colausssffomr span:before{content:"";position: absolute;background: #fff;height: 1px;width: 100%;left: 0;right: 0;top: 13px;}
.colausssffomr p{
    padding: 0px !important;!i;!;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
}
.colausssffomr a{
    color: #fff;
    font-size: 24px;
    background: #000000;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 100px;
    font-weight: 700;
    margin-top: 9px;
    text-decoration: none;
}
.maibbanner{padding-top: 80px;background: #f1f1f1;padding-bottom: 50px;}

.engine-hero-section h1 {
  font-size: 2.5rem;
  color: #111;
}

.engine-hero-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.core-link {
  display: inline-block;
  margin-top: 15px;
  color: #1e2eb4;
  font-weight: 600;
  text-decoration: none;
}

.core-link:hover {
  text-decoration: underline;
}

.engine-img {
  max-width: 100%;
  height: auto;
}

.stats-section .stat-box h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

.stats-section .stat-box p {
  font-size: 1rem;
  color: #666;
}

.stats-section .icon {
  font-size: 2rem;
}
.stat-box {
    background: #f1f1f1;
    padding: 30px;
    margin-top: 40px;
}
.stat-box .icon{
    font-size: 40px;
}
.stat-box h3{
    font-weight: 800;
}
.stat-box p{
    margin: 0px;
}
.tooo {}
.tooo .offer-banner-v1 .offer-item {
    border-radius: 17px;
}
.tooo .offer-banner-v1 {}
.tooo .offer-banner-v1 .offer-item .offer-content h3 {
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 800;
}
.tooo .offer-banner-v1 .offer-item .offer-content h3 a {
    text-decoration: none;
}
.tooo .offer-banner-v1 .offer-item .offer-content .main-btn {
    background: red;
    color: #fff;
    padding: 14px 40px;
    font-size: 18px;
}
.tooo .offer-banner-v1 .offer-item:after {
    display: none;
}
.offer-banner-v1 .offer-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(10deg, rgba(17, 17, 17, 0.70196) 0%, rgba(17, 17, 17, 0.01) 99%, #111111 100%);
}
.offer-banner-v1 .offer-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.offer-banner-v1 .offer-item .offer-content {
    padding: 50px;
}
.offer-banner-v1 .offer-item .offer-content span.span {
    color: #fbb71c;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.offer-banner-v1 .offer-item .offer-content h3 {
    color: #fff;
    padding-right: 22%;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: normal;
    margin: 12px 0px;
    text-shadow: 2px 3px 1px #282828;
}
.offer-banner-v1 .offer-item .offer-content h3 a{color: #fff}
.offer-banner-v1 .offer-item .offer-content .main-btn {
    padding: 8px 26px;
    font-size: 14px;
    line-height: 23px;
    background: #ffc107;
    color: #000;
    text-transform: uppercase;
    border-radius: 100px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
}

.brandlogomain {grid-template-columns: repeat(8, 8fr) !important; grid-row-gap: 10px;
    grid-column-gap: 10px;position: relative;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
    justify-items: stretch;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 1px 0.5px 1px 1px;}
.brandlogomain .brandlogobox {}
 
.brand_new {
    /* border: 1px solid #3e3e3e; */
    text-align: center;
    margin-bottom: 27px;
    /* gap: 10px; */
    /* display: flex
; */
    margin: 5px;
    background: #efefef;
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 20px 21px;
    border-radius: 10px;
    border-bottom: 4px solid #dd0a22;
    margin-bottom: 20px;
}
.brand_new p {
    margin: 0px;
    /* background: #3e3e3e; */
    color: #212121;
    font-family: 'Poppins';
    padding: 6px 0px;
    /* text-transform: uppercase; */
    padding-bottom: 10px;
    font-size: 16px;
    padding-top: 19px; font-weight: 400;
}
.heading1 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.heading1 h2{
    font-weight: 700;
}
.heading1 p{}
.brand_new a{text-decoration: none;}
/* Modern USP Section */
.usp-modern-section {
  /* background: linear-gradient(to bottom right, #f0f4ff, #ffffff); */
  padding: 60px 0px !important;
}

.usp-box {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: left;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  border: 1px solid #c2c7db;
}

.usp-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
  background: linear-gradient(145deg, #ffffff, #f0f4ff);
}

.usp-icon-box {
  font-size: 60px;
  color: #0056d2;
  margin-bottom: 5px;
  transition: transform 0.4s ease;
}

.usp-box:hover .usp-icon-box {
  transform: scale(1.2) rotate(5deg);
}

.usp-box h5 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.usp-box p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}
.usp-modern-section .col-lg-3{display: flex}
.cta-dark-section {
  background: #000000; /* Dark black shade */
  position: relative;
  /* overflow: hidden; */
  border-bottom: 5px solid #e60000; /* Red bottom border */
  padding: 40px 10px 10px !important;
  border-radius: 31px;
  margin-top: 100px;
}

.cta-box {
  /* max-width: 700px; */
  margin: auto;
}

.cta-main {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.cta-sub {
  font-size: 1.1rem;
  color: #ccc;
}

.cta-discount {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff3b3b;
  background: rgb(255 0 0 / 31%);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 10px;
}

.cta-btn {
  background: linear-gradient(135deg, #ff0000, #cc0000);
  color: #fff;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4);
  margin-top: 0px !important;
}

.cta-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, #cc0000, #ff0000);
  box-shadow: 0 15px 30px rgba(255, 0, 0, 0.5);
}

.footer {
  background: #fff;
  padding: 60px 0 30px;
  border-top: 2px solid #eee;
  font-size: 14px;
  color: #333;
}
.footer h5 {
  font-weight: 600;
  margin-bottom: 15px;
}
.footer a {
  text-decoration: none;
  color: #444;
}
.footer a:hover {
  color: #d10000;
}
.help-box {
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.cta-link {
  display: inline-block;
  margin-bottom: 10px;
  color: #007bff;
  font-weight: 500;
}
.call-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 12px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.call-icon {
  color: #d10000;
  margin-right: 8px;
  font-size: 18px;
}
.call-number {
  font-weight: bold;
  color: #d10000;
  font-size: 16px;
}
.discount-text {
  font-weight: 600;
  margin-bottom: 5px;
}
.highlight {
  color: red;
}
.note {
  font-size: 12px;
  color: #666;
}
.footer-bottom {
  padding-top: 20px;
  font-size: 13px;
  color: #555;
  align-items: center;
}
.footer-bottom a {
  margin-left: 10px;
}
.footer-links li {
  padding: 6px 0;
  border-bottom: 1px dashed #ccc;
  transition: all 0.3s ease;
  font-size: 16px;
}
.footer-links li:last-child {
  border-bottom: none;
}
.footer-links a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.footer-links a:hover {
  color: #dc3545;
  padding-left: 5px;
}
.blink-btn {
  background-color: #0292cb;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: bold;
  animation: blink 1.5s infinite;
  border: none;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
.search-box {
  background-color: #f9f9f9;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  .logo img {
    height: 40px;
  }

  #searchBar {
    margin-top: 10px;
  }
}
.headerrrr {padding: 15px 0px;}
/* Search Modal Custom Style */
.search-modal-custom {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid #ddd;
  border-radius: 25px;
}

.search-input::placeholder {
  color: #888;
  font-size: 16px;
}

.search-modal-custom .modal-title {
  color: #222;
}

.search-modal-custom .btn-close {
  background: none;
  border: none;
  opacity: 0.6;
}

.search-modal-custom .btn-close:hover {
  opacity: 1;
}

.search-modal-custom .btn-primary {
  background-color: #0292cb;
  border-color: #0292cb;
}

.search-modal-custom .btn-primary:hover {
  background-color: #007bb0;
  border-color: #007bb0;
}
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.9); /* darker overlay */
}
 .faq-section {
  /* background-color: #f9f9f9; */
  padding-bottom: 80px !important;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: scale(1.01);
}

.accordion-button {
  background-color: #e8f4fc;
  color: #0c3c60;
  font-weight: 600;
  padding: 1rem 1.25rem;
  border: none;
  transition: all 0.3s ease;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 146, 203, 0.25);
}

.accordion-button:not(.collapsed) {
  background-color: #d6eefd;
  color: #005884;
  border-left: 4px solid #0292cb;
}

.accordion-body {
  padding: 1rem 1.5rem;
  border-top: 1px solid #eee;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
.modal-backdrop.show {
  background-color: rgb(0 0 0); /* Dark overlay */
  opacity: 0.7;
}

.offer-popup {
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.modal-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #0292cb;
}

.offer-title {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  color: #222;
  margin-bottom: 20px;
}

.offer-title .highlight {
  color: #d0021b;
  font-weight: 700;
}

.emoji {
  font-size: 1.3rem;
  margin-right: 5px;
}

.btn-primary {
  background-color: #0292cb;
  border: none;
  border-radius: 25px;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #0275a6;
}

input.form-control {
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  transition: 0.2s ease-in-out;
}

input.form-control:focus {
  border-color: #0292cb;
  box-shadow: 0 0 0 0.2rem rgba(2, 146, 203, 0.2);
}

.floating-call-button {
  position: fixed;
  left: 20px;
  bottom: 90px;
  background-color: #0292cb;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  z-index: 9999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  animation: bounce 2s infinite;
  transition: background 0.3s ease;
}

.floating-call-button:hover {
  background-color: #0275a6;
  text-decoration: none;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); 
  }
  40% {
    transform: translateY(-10px); 
  }
  60% {
    transform: translateY(-5px); 
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s ease;
}

.popup-card {
  background-color: #0292cb;
  padding: 25px 30px;
  border-radius: 18px;
  width: 90%;
  max-width: 550px;
  position: relative;
  animation: popupZoom 0.4s ease;
  color: white;
  box-shadow: 0 0 20px rgba(2, 146, 203, 0.4);
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 26px;
  color: white;
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  background: #000000;
  width: 42px;
  border-radius: 6px;
}

.popup-card input,
.popup-card select {
  border-radius: 8px;
  border: none;
}

.popup-card input:focus,
.popup-card select:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes popupZoom {
  0% { transform: scale(0.7); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
 .banner_cont h1{font-size: 48px;font-weight: 700;}

.banner_cont h1 span{color: red;}


.banner_cont {padding-left: 30px;}

.imghcta{
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    text-align: center;
}
.imghcta img{
    width: 170px;
}
.about-banner {
  background: url('images/about-banner.jpg') center center/cover no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #484848;
}

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); /* Dark overlay */
  z-index: 1;
}

.about-banner .container {
  position: relative;
  z-index: 2;
}
.about-section h2 {
  font-size: 2.3rem;
  letter-spacing: -0.5px;
}

.about-section p {
  line-height: 1.8;
}

.about-section img {
  transition: transform 0.4s ease;
}
.about-section img:hover {
  transform: scale(1.03);
}








.process-step {
  transition: all 0.3s ease;
  background: #fff;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(2, 146, 203, 0.1);
}

.step-circle {
  width: 50px;
  height: 50px;
  background-color: #0292cb;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}

 .call-btn-section {
    background-color: #fff;
    padding: 60px 20px;
    text-align: center;
  }

  .btn-call-now {
    color: #0292cb;
    border: 2px solid #0292cb;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: blinkBtn 1.6s infinite;
    background: none;
  }

  .btn-call-now:hover {
    background-color: #0292cb;
    color: #fff;
  }

  @keyframes blinkBtn {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
  }
  
  
  .engine-section {
  background: #121f30; /* dark blue/gray shade */
  background: linear-gradient(135deg, #0c1a2b 0%, #1a2e42 100%);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}

.section-title .highlight {
  color: #0d6efd;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #d0d0d0;
  margin-bottom: 30px;
}

.engine-box {
  background: #1c2d40;
  border: 1px solid #2c3e50;
  padding: 25px;
  text-align: center;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.engine-box:hover {
  background: #0d6efd;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

.engine-box .icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  transition: 0.3s;
}

.engine-box:hover .icon {
  color: #ffffff;
}
.engine-intro-section {
  background-color: #fff;
}
.engine-intro-section h2 {
  font-size: 30px;
}
.engine-intro-section p {
  line-height: 1.7;
}
.use-engine-cont {}
.use-engine-cont h2{
    font-weight: 700;
    font-size: 41px;
}
.use-engine-cont h2 span{color:#0292cb}
.use-engine-cont p{}


@media (max-width: 768px) {
  .about-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-banner h1 {
    font-size: 2rem;
  }

  .about-banner p {
    font-size: 1rem;
  }
}


.offbox {
    background: #f3f3f3 !important;
    border-radius: 6px;
    margin-bottom: 11px;
}
.offbox img {
    background: #fff;
    padding: 10px;
    width: 109px;
}
.offbox h3{
    padding-left: 30px;
    font-size: 20px;
    font-weight: 500 !important;
}



.contact-header {
      background: linear-gradient(to right, #0d6efd, #dc3545);
      color: white;
      padding: 60px 0;
      text-align: center;
    }
    .contact-form {
      background: #fff;
      border-radius: 12px;
      padding: 40px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }
    .contact-info i {
      color: #0d6efd;
      font-size: 24px;
      margin-right: 15px;
    }
    .form-control:focus {
      border-color: #0d6efd;
      box-shadow: none;
    }
.brand_new p strong{font-weight:500}



.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #343a40;
  color: #fff;
  padding: 15px 0;
  z-index: 9999;
  font-size: 14px;
}

.cookie-consent-banner a.cookie-link {
  color: #ffc107;
  text-decoration: underline;
}

.cookie-consent-banner a.cookie-link:hover {
  color: #fff;
  text-decoration: none;
}

.thankyou-card {
  max-width: 580px;
  width: 100%;
}

.icon-check {
  font-size: 60px;
}
.thankjh {}
 
.call-now-section {
  background: linear-gradient(135deg, #ffe9e9, #fff3d9);
  border: 2px solid #ffdede;
  border-radius: 12px;
  padding: 25px;
  margin-top: 19px !important;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.1);
}

/* Call Now Button Styling */
.call-now-btn {
  background-color: #ff4d4d;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}
.popup-card .btnpop{background:red;color: #fff !important;border: 0px;padding: 11px;}

.call-now-btn:hover {
  background-color: #e60000;
  color: #fff;
}

/* Blinking Text Only */
.blink-text {
  animation: blink-text 1s linear infinite;
}

@keyframes blink-text {
  0% { color: #fff; }
  50% { color: #ffd6d6; }
  100% { color: #fff; }
}

  .order_formmmmain .form-control{
    height: 44px;
    border-radius: 0px;
    box-shadow: inherit;
    /* font-family: 'Poppins'; */
    border: 1px solid #a7a7a7;
    font-weight: 500;
    margin-bottom: 19px;
    padding: 11px;
}
    .order_formmmmain textarea{
    height: 70px !important;
}
    .order_formm {
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 20px;
}
.order_formm:before{content:"";position: absolute;height: 4px;width: 70px;background: #3a9ddb;bottom: 0;}
    .order_formm h2{
    margin: 0px;
    /* font-family: poppins; */
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    font-size: 29px;
}
    .order_formm p{
    /* font-family: 'Poppins'; */
    padding-bottom: 0px;
}
    
   .order_formmmmain .btn.viewallwhite{
    background: #ff6119;
    color: #fff;
    /* font-family: 'Poppins'; */
    font-weight: 500;
    font-size: 19px;
    border-radius: 100px;
    width: 49%;
    padding: 14px;
}
    
    .order_formmmmain img{display:none}
    .order_formmmmain {position:relative;}
    
  .radbthn {}
.order_formmmmain h3{
    /* font-family: 'Poppins'; */
    font-size: 21px;
    margin: 0px;
    /* margin-left: 10px; */
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 14px;
    /* display: inline-block; */
    margin-top: 0px;
}
.order_formmmmain h3:before{content:"";content: "";position: absolute;height: 3px;width: 50px;background: #000000;bottom: 0;}  
    .radbthn {
    display: flex;
    margin-bottom: 24px;
    /* font-family: 'Poppins'; */
    font-size: 17px;
    margin-top: 5px;
}
    .radio2 {
    margin-left: 20px;display: flex;
    justify-content: space-between;
    align-items: center
}
.radbthn input[type=radio] {
    width: 20px;
    height: 20px;
}
.radbthn span{padding-left:5px;color:#000}
.radio1 {display: flex;
    justify-content: space-between;
    align-items: center}

    .order_formmmmain {
    padding: 26px 37px;
    background: #fff;
}
    @media only screen and (max-width: 700px) {
        .order_formmmmain {
    padding: 0px;
}
          .order_formmmmain form{
    padding: 0px 20px  20px;
}
          .order_formm{
    padding: 0px 12px 7px;
}
         .order_formmmmain img{display:block;margin-bottom: 20px;}
        .order_formmmmain:before{display:none}
        .pix_sectionnn {
    background: #e3e3e3;
    padding: 0px;
}
}
    
    
    
    .order_formmmmain .form-group{margin-bottom:0px;}
    .top_headdd{background: #050505;}
.labelbutnshi {background: #f6f6f6;border: 1px solid #969696;padding: 14px;margin-bottom: 10px;border-radius: 6px;}
.order_formmmmain label{padding-bottom:5px; font-weight:500; text-transform:uppercase}
.tprrr {
    font-size: 13px;
    color: #fff;
    padding-bottom: 11px;
}
.tprrr a{
    color: blue;
}


/* Testimonials Section */
.testimonials-section {
  background-color: #f9fdfb;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #0b5ed7;
}

.section-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: #555;
  font-size: 1rem;
}

.trust-box {
  background: #eaf7ea;
  border-left: 4px solid #4CAF50;
  font-size: 0.95rem;
  color: #333;
}

.ratings-row p.rating-text {
  font-weight: 600;
  color: #0b5ed7;
  line-height: 14px;
}

.testimonial-card {
  max-width: 650px;
  margin: 22px 7px  !important;
  background: #fff;
  box-shadow: 0px 0px 20px #ccc !important;
  padding: 40px !important;
  border-radius: 20px !important;
}

.customer-name {
  font-weight: 600;
  margin-bottom: 2.5rem;
  text-align: left;
  font-size: 21px;
}

.review-rating {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #444;
}

.review-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  text-align: left;
}
.revbox {
    display: flex
;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    box-shadow: 0px 0px 20px #ccc;
}
.revbox img{
    width: 51px;
}
.textrev {/* display:flex; */text-align: left;}
.textrev p{
    padding-bottom: 0px;
}
.textrev small{}
.review-rating {justify-content:space-between; display:flex; align-items:center}
.revtext {
    display: flex;
}
.revtext img{}
.revtext p{
    margin-bottom: 0px;
}
#testimonialCarousel .row .col-md-5{display:flex}
.revtext span{
    background: #ffc400;
    width: 130px;
    height: 17px;
    display: block;
}


@media only screen and (max-width: 600px) {
   .offer-banner-v1 .offer-item .offer-content {
    padding: 29px;
}
    .tooo .offer-banner-v1 .offer-item .offer-content h3 {
    font-size: 26px;
}
  .brandlogomain {
      grid-template-columns: repeat(3, 8fr) !important;}  
    
    .brand_new {    padding: 13px 9px;}
    .brand_new p {    font-weight: 300;     font-size: 13px;}
    .cta-main {
        font-size: 23px;}
    .cta-discount {
    font-size: 13px;
    font-weight: bold;
    color: #ff3b3b;
    background: rgb(255 0 0 / 31%);
        padding: 10px 10px;}
    .cta-box {padding: 20px !important}
    .usp-modern-section {
    /* background: linear-gradient(to bottom right, #f0f4ff, #ffffff); */
    padding: 20px 0px !important;
}
    .baner_form h3 {    font-size: 21px;}
    
    .logoo img {
    position: relative;
    width: 105px;
    height: inherit;
    top: 0px;
}
    .banner_cont {padding-top: 40px;padding-left: 0px;}
    .banner_cont h1{font-size: 25px;}
    .banner_cont .listy li {
    list-style: none;
    font-size: 15px;
    color: #424242;
    width: 100%;
    display: inline-block;
    padding-bottom: 14px;
        font-weight: 600;}
       .stat-box {
        background: #f1f1f1;
        padding: 18px;
        margin-top: 22px;
        width: 100%;
    }
    .engine-hero-section .col-6{display: flex}
    
    .maibbanner {
        padding-top: 30px;}
    
    
    .engine-hero-section h1 {
    font-size: 25px;}
    
    
    #mainNavbar {
        position: absolute;
        width: 100%;
        background: #fff;
        right: 0;
        left: 0;
        /* text-align: left !important; */
        padding-top: 20px;
        }
    
       #mainNavbar  .nav{
    text-align: left !important;
}
      #mainNavbar  .nav li{
    /* text-align: left !important; */
    width: 100%;
}
        #mainNavbar  .nav li a{
    width: 100%;
    text-align: left !important;
    display: inline-block;
}
.btnhju {
    background: #060606;
    padding: 0px 9px;
}
.btnhju i{
    color: #ffffff;
    font-size: 29px;
}
    .headerrrr {
    padding: 7px 0px;
}
.revbox {display:inherit}
    
}


