:root {
  --yellow: #fff326;
  --primary-yellow: #2196f3;
  --dark: #191919;
  --darker: #121212;
  --card-bg: #161616;
  --border: #2a2a2a;
  --text: #cccccc;
  --white: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: var(--dark);
  color: var(--text);
  font-family: "Libre Franklin", sans-serif;
  overflow-x: hidden;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  color: var(--white);
}

.subheading {
  font-weight: 500;
  font-size: 20px;
  color: #959393;
}

.display-font {
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: 2px;
}

.text-yellow {
  color: var(--primary-yellow) !important;
}
.text-dark{
  color: #121212;;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

/* ── Buttons ─────────────────────────────── */
.btn-transparent {
  color: #f0f0f0;
  background-color: #1d1d1d;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 28px;
  border: 1px solid #909090;
  border-radius: 50px;
  transition:
    background 0.25s,
    transform 0.2s;
}

.btn-transparent:hover {
  background: #d4a800;
  color: #000;
  transform: translateY(-2px);
}

.btn-yellow {
  background: var(--primary-yellow);
  color: white;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border: none;
  border-radius: 50px;
  transition:
    background 0.25s,
    transform 0.2s;
  text-transform: capitalize;
}

.btn-yellow:hover {
  background: #145a92;
  color: white;
  transform: translateY(-2px);
}

.wrapebtn .btn-blue {
  background-color: #2196f3;
  color: white;
  display: inline-block;
  border-radius: 50px;
  text-transform: capitalize;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
}

.wrapebtn .btn-blue:hover {
  background: #145a92;
  color: white;
  transform: translateY(-2px);
}

/* NAVBAR */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Prevents a gap that closes the menu when moving mouse down */
  }
}

/* Optional: Styling the dropdown to match your dark theme */
.dropdown-menu {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}

.dropdown-item {
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
}

.dropdown-item:hover {
  background-color: #333;
  color: #fff;
}

.btn-outline-light {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 8px 10px;
  text-transform: capitalize;
  border: 1px solid #121212;
}
.btn-outline-light:hover{
  background: #121212;
  color: #fff;
}

.navbar .custom-demo-btn {
  position: absolute;
  right: 0;
}

.login-btn {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  border-color: #fff;
  background-color: #2196f3;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
}

.login-btn:hover {
  background-color: #000;
}

/* ── Navbar ───────────────────────────────── */
.logo {
  width: 250px;
  height: auto;
}

.navbar {
  /*background: rgba(10, 10, 10, 0.95);*/
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  padding: 15px 0;
  /* position: fixed; */
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #efefef !important;
}

.navbar-brand {
  /*max-width: 200px;*/
  padding: 0;
}

.nav-link {
  color: #fff !important;
  font-size: 17px;
  font-weight: 500;
  padding: 6px 14px !important;
  transition: color 0.2s;
}

.nav-link:hover {
  color: var(--primary-yellow) !important;
}

.navbar-toggler {
  border-color: var(--border);
}

/*.custom-navbar .custom-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}*/

@media (max-width: 768px) {
  /*.custom-navbar .custom-logo {
    position: static;
    transform: none;
  }*/

  /*.custom-navbar .custom-demo-btn {
    padding-top: 15px;
    margin-left: 0;
    position: static;
  }
*/
  .custom-navbar {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .custom-navbar .custom-demo-btn{
    position: static;
    order: -1;
    margin: 0 auto;
    padding-top: 15px;
  }

  .custom-navbar .custom-logo{
    margin: 20px 0 5px !important;
  }

}

/* .navbar-toggler-icon {
  filter: invert(1);
} */

/* ── Hero ─────────────────────────────────── */
#hero {
  min-height: 100vh;
  background: linear-gradient(to right, rgb(33 33 33 / 60%) 45%, rgb(141 141 141 / 35%)), url(../images/hero-banner.jpg) center / cover no-repeat;
  display: flex;
  align-items: center;
  padding-top: 100px;
}

#hero h1 {
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.05;
  font-weight: 600;
  padding-top: 60px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  margin-top: 170px;
  justify-content: flex-end;
}

.hero-badge {
  background-color: #f9fbfc;
  /* border: 1px solid var(--border); */
  padding: 20px;
  width: 320px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.hero-badges .main {
  margin-top: -27px;
  border-radius: 15px 15px 0 15px;
  background-color: #f9fbfc;
}

.hero-badge:nth-child(2) {
  background-color: #eef1fb;
  border-radius: 0;
}

.hero-badge .label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #121212;
  padding-bottom: 10px;
}

.hero-badge p {
  font-size: 17px;
  color: #121212;
  margin: 4px 0 0;
  line-height: 1.5;
  opacity: 1;
}

.what-is-section {
  margin-top: -40px;
  padding: 100px 20px 80px 20px;
  background-color: #fff;
}

.what-is-section .ghl-main-wrapper {
  margin-bottom: 50px;
  margin-top: 30px;
}

.what-is-section .custom-card {
  border: none;
  border-radius: 2rem;
  height: 100%;
  padding: 2rem;
  transition: transform 0.3s ease;
  background-color: #e9e9e9;
}

.what-is-section .icon-circle {
  background-color: #2196f3;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.what-is-section .icon-circle .bi-shield-check {
  font-size: 30px;
  color: white;
}

.is-not-card .icon-circle .bi-x-circle {
  font-size: 30px;
  color: white;
}

.list-unstyled li {
  padding: 0.5rem 0;
  display: flex;
  align-items: flex-start;
  color: #000;
}

.list-unstyled li i {
  margin-right: 12px;
  margin-top: -7px;
  font-size: 28px;
  font-weight: bolder;
}

.is-card i {
  color: #04e410;
}

.is-not-card i {
  color: #ff0000;
}

/* .section-title { font-weight: 800; color: #1a1a3a; margin-bottom: 1rem; }
        .sub-header { color: #888; margin-bottom: 3rem; } */

.about-section {
  background-color: #121212;
  color: #ffffff;
  padding: 100px 0;
  display: flex;
  align-items: center;
}

.about-section .section-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.about-section .highlight-text {
  color: #2196f3;
}

.about-section .text-line-wrap {
  padding-top: 40px;
}

.divider {
  width: 340px;
  height: 1px;
  background-color: #aaaaaa;
  margin-top: 10px;
  margin-right: 20px;
}

.about-text {
  color: #aaaaaa;
  line-height: 1.8;
  max-width: 520px;
}


.how-it-works {
  background: #eef1fb;
  padding: 50px 0 120px;
}

/*─── Our Solution Section start ──────────────────────*/

.our-solution {
  background: #fff;
  color: white;
  padding: 50px 0 120px;
  position: relative;
  overflow: hidden;
}

.our-solution .section-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.our-solution .service-card {
  background: #eef1fb;
  border-radius: 12px;
  padding: 78px 22px 15px 22px;
  height: 100%;
  width: 85%;
  transition: all 0.3s ease;
  position: relative;
}

.service-card h4.title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  color: #121212;
  line-height: 1.3;
}

.our-solution .service-card:hover {
  transform: translateY(-8px);
  /* border-color: var(--primary-yellow); */
  /* box-shadow: 0 20px 40px rgba(255, 235, 59, 0.1); */
}

.our-solution .car-image {
  max-width: 100%;
  height: auto;
  /* filter: drop-shadow(5px 10px 25px rgba(0, 0, 0, 0.2)); */
}

.our-solution .read-more {
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.our-solution .read-more:hover {
  text-decoration: underline;
}

.our-solution .desc-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #121212;
}

.service-card .card__icon .card__icon-bx {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  background: #2196f3;
  color: #282828;
  width: 60px;
  height: 60px;
}

.service-card .card__icon-bx svg {
  fill: rgb(255, 255, 255) !important;
}

.service-card .card__icon {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 50%;
  height: 75px;
  width: 75px;
  background: #fff;
}

.service-card .card__icon::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: 30px;
  border-top-left-radius: 30px;
  background: transparent;
  box-shadow: -5px -5px 0 5px #fff;
}

.service-card .card__icon::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  height: 30px;
  width: 30px;
  border-top-left-radius: 30px;
  background: transparent;
  box-shadow: -5px -5px 0 5px #fff;
}

/* ── WHY CHOOSE ──────────────────────────────────── */
.why-choose {
  background: #1b1b1b;
  background: linear-gradient(90deg,
      rgba(27, 27, 27, 1) 100%,
      rgba(17, 17, 17, 1) 100%);
  color: #fff;
  font-family: "Inter", sans-serif;
}

/* Left */
.why-choose .small-text {
  margin-bottom: 250px;
}

.big-number {
  font-size: 80px;
  font-weight: 700;
  color: #2196f3;
  margin-top: 320px !important;
}

.desc {
  font-size: 14px;
  color: #aaa;
  max-width: 250px;
}

/* Heading */
.main-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.main-heading span {
  color: #2196f3;
}

/* Sub */
.sub-title {
  font-weight: 600;
}

.sub-desc {
  font-size: 14px;
  color: #bbb;
  padding-left: 50px;
}

/* Feature Box */
.feature-box {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.number {
  color: var(--primary-yellow);
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.feature-box h5 {
  font-size: 16px;
  font-weight: 600;
}

.feature-box p {
  font-size: 13px;
  color: #bbb;
}

@media (max-width: 768px) {
  .big-number {
    font-size: 60px;
  }

  .main-heading {
    font-size: 24px;
  }
}

/* ── REVIEW SECTION───────────────────────── */
.reviews-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  min-height: 80vh;
  background: #000;
  background-image: url(../images/reviews-bg.jpg);
  background-size: cover;
}

.reviews-section h2 {
  font-size: 48px;
  font-weight: 600 !important;
}

/* Video Background Container */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Black Overlay */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(101 100 100 / 30%);
  z-index: 1;
}

.video-background iframe {
  width: 100vw;
  height: 56.25vw;
  /* 16:9 Aspect Ratio */
  min-height: 100vh;
  min-width: 177.77vh;
  /* 16:9 Aspect Ratio */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  color: #fff;
  overflow: hidden;
}

.heading-wrapper {
  overflow: hidden;
  display: inline-block;
}

.review-card {
  background: #f9fbfc;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease;
}

.review-text {
  color: #121212;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.review-card a {
  text-decoration: none;
  color: #121212;
}

.user-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.user-name {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  color: #121212;
}

.user-role {
  color: #777;
  font-size: 0.8rem;
  margin-bottom: 0;
}

/* ── PRICING PLAN ───────────────────────── */
.pricing-plan .sub-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 0 !important;
}

.pricing-plan h2 {
  font-size: 48px;
  font-weight: 600;
}

.pricing-plan .card h2 {
  font-size: 48px;
  font-weight: 600;
  color: var(--primary-yellow);
}

.pricing-plan .card h3 {
  font-size: 25px;
  font-weight: 600;
}

.pricing-plan .card .text-secondary {
  font-size: 17.6px;
  font-weight: 400;
  color: #aaaaaa !important;
}

.pricing-plan .card .badge {
  color: #aaaaaa !important;
}

.pricing-plan .card .btn {
  height: 50px;
  font-size: 18.4px;
  font-weight: 500 !important;
}

.bg-dark-custom {
  background-color: #171717;
}

.bg-black-opacity {
  background-color: #212121;
}

.feature-list ul li {
  font-size: 17.6px;
  font-weight: 400;
  color: #aaaaaa;
}

.badge {
  background-color: rgba(255, 255, 255, 0.05) !important;
  font-size: 0.75rem;
  padding: 0.5em 0.8em;
}

.bi-check-square-fill {
  font-size: 0.85rem;
}

.partner-logo-sec {
  padding: 110px 0;
  background: #eef1fb;
}

.partner-logo-sec .logo-wrap .logo-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 8px 10px rgba(149, 157, 165, 0.15); */
  /* Soft professional shadow */
  transition: all 0.3s ease;
  border: 1px solid #e1e1e1;
}

.partner-logo-sec .logo-wrap .logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(149, 157, 165, 0.25);
}

.partner-logo-sec .logo-wrap .logo-card img {
  height: 70px;
  width: 100%;
  max-width: 190px;
  object-fit: contain;
  max-height: 100%;
  filter: brightness(1%);
}

/* ── CTA ──────────────────────────────────── */
#cta {
  background:
    linear-gradient(135deg, rgba(245, 197, 24, 0.08), rgba(0, 0, 0, 0)),
    url("../images/cta-bg.jpg") center/cover no-repeat;
  position: relative;
  background-attachment: fixed;
  /* padding: 20px 20px 100px 20px ; */
  padding: 100px 20px 100px 20px;
}

#cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(72 72 72 / 75%);
}

#cta .container {
  position: relative;
}

#cta .ghl-main-wrapper {
  margin-top: -50px;
  margin-bottom: 50px;
}

#cta .ghl-main-wrapper .how-it-works {
  background-color: #111111;
  color: white;
  padding: 80px 0;
}

.how-it-works .title {
  font-size: 48px;
  font-weight: 600;
  color: #131313;
}

.how-it-works .left-part .list-2 {
  border-top: 1px solid grey;
  padding-top: 20px;
}

.how-it-works .left-part .list-3 {
  border-top: 1px solid grey;
  padding-top: 20px;
}

.quote-box {
  background-color: rgba(0, 0, 0, 0.75);
  border: none;
}

.yellow-btn {
  background-color: #ffd700;
  color: black;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 50px;
  transition: all 0.3s;
}

.yellow-btn:hover {
  background-color: #ffed4e;
  transform: translateY(-2px);
}

.how-it-works .accordion-header .acrd-icn {
  width: 25px;
  margin-right: 15px;
  margin-left: 15px;
  filter: brightness(1%);
}

#processAccordion .accordion {
  background-color: #121212 !important;
}

.how-it-works .accordion .accordion-body {
  background-color: #fff;
}

.how-it-works .accordion h2.accordion-header {
  background-color: #ffffff;
}

.how-it-works .accordion h2.accordion-header button {
  color: #131313;
  font-weight: 600;
  font-size: 18px;
}

.custom-dark-accordion {
  --bs-accordion-bg: #ededed;
  /* or #0d0d0d / #111 */
  --bs-accordion-color: #ffffff;
  --bs-accordion-btn-color: #ffffff;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-hover-bg: rgba(255, 255, 255, 0.06);
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-inner-border-radius: 0;
  /* background: #f00; */
}

/* Make sure button doesn't have default arrow indent */
.custom-dark-accordion .accordion-button:not(.collapsed)::after,
.custom-dark-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  filter: brightness(0) invert(1);
  /* makes arrow white */
}

.accordion-button::after {
  display: none !important;
}

/* Optional: smaller text on mobile */
@media (max-width: 576px) {
  .custom-dark-accordion .accordion-button {
    font-size: 1.25rem;
  }

  .our-solution .service-card {
    width: 95%;
  }
}

/* ── FAQ ──────────────────────────────── */

.faq-section {
  padding: 90px 0;
}

/* Left Sidebar Styling */
.faq-nav .nav-link {
  background: none;
  border: none;
  color: #fff !important;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 12px 0;
  text-align: right;
  transition: 0.3s;
  text-transform: none;
}

#faq-tabs {
  margin-top: 110px;
}

.faq-nav .nav-link.active {
  color: var(--primary-yellow) !important;
  background: none !important;
}

.faq-section .accordion-header .collapsed {
  color: #aaaaaa !important;
}

/* Accordion - Hiding the Arrow */
.faq-section .accordion-item {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #aaaaaa !important;
}

.faq-section .accordion-button {
  background-color: transparent !important;
  color: #fff !important;
  font-weight: 600;
  padding: 25px 0;
  box-shadow: none !important;
  border: none;
}

/* FAQ section accordion parent class added */

/* This rule hides the Bootstrap arrow icon */
.faq-section .accordion-button::after {
  display: none !important;
}

.faq-section .accordion-button:not(.collapsed) {
  color: #fff !important;
  /* Keeps text white when open */
  font-size: 22px;
}

.faq-section .accordion-button.collapsed {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #aaaaaa !important;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-body {
  padding: 0 0 25px 0;
  color: #888;
  line-height: 1.6;
}

.faq-tagline {
  color: #888;
  font-size: 0.85rem;
  max-width: 250px;
}

.blog-section {
  padding: 100px 0;
  background-color: #121212;
}

.blog-section h2.title {
  font-size: 48px;
  font-weight: 600;
}

.blog-section .blog-card {
  background-color: #121212;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

/* Image Container for Hover Effect */
.blog-section .img-container {
  overflow: hidden;
  position: relative;
}

.blog-section .blog-card img {
  transition: transform 0.5s ease;
  width: 100%;
  display: block;
}

.blog-card:hover img {
  transform: scale(1.1) rotate(2deg);
}

.blog-section .card-body {
  padding: 1.5rem;
}

.blog-section .card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.blog-section .meta-info {
  font-size: 17.6px;
  color: var(--primary-yellow);
  margin-bottom: 1rem;
}

.blog-section .meta-info span {
  margin-right: 15px;
  color: #ffffff;
}

.blog-section .meta-info i {
  color: var(--primary-yellow);
  margin-right: 5px;
}

.blog-section .card-text {
  color: #ffffff;
  font-size: 17.6px;
  line-height: 26.6px;
}

/* FOOTER SECTION */

footer {
  padding: 35px 15px 35px 15px;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 25px;
}

.footer-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 300px;
}

/* Custom Pill Button */
.btn-contact {
  border: 1px solid #444;
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  border-color: var(--primary-yellow);
  color: var(--primary-yellow);
}

/* Column Headings */
.footer-heading {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}

/* Navigation Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

.contact-text {
  font-size: 0.95rem;
  margin-bottom: 20px;
}

/* Bottom Copyright Bar */
.footer-bottom {
  /* border-top: 1px solid #222; */
  /* margin-top: 60px;
  padding-top: 30px; */
  font-size: 0.85rem;
  padding-top: 0;
}

.footer-bottom-links a {
  color: #888;
  text-decoration: none;
  margin-left: 20px;
}

/* =============  auto-rental-dna-testing page    ==============  */

body.auto-rental-page {
  background: transparent;
}

.padding-l {
  padding-left: 116px;
}
.partner-logos {
display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.logo-box {
         width: 230px;
    /* height: 130px; */
  border-radius: 14px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-tags{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.feature-tag{
  background:#ffffff;
  color:#212121;
  padding:12px 22px;
  border-radius:12px;
  font-size:14px;
  font-weight: 400;
  box-shadow:0 2px 8px rgba(0,0,0,0.12);
  transition:0.3s ease;
}

.feature-tag:hover{
  transform:translateY(-2px);
}

@media (max-width: 768px) {
  .partner-logos {
    align-items: flex-start;
  }

  .logo-box {
    width: 220px;
   }

 
}
@media (max-width: 576px) {
  .partner-logos {
    flex-direction: column;
    align-items: center;
  }

.logo-box {
  width: 170px;
 }
  .text-align-res{
    text-align:center;
  }
}
#rentalbanner {
  /* min-height: 100vh; */
  /*background: linear-gradient(to right, rgb(14 40 56) 40%, rgb(2 120 231));*/
  background: linear-gradient(to right, rgb(33 33 33 / 60%) 45%, rgb(141 141 141 / 35%)),
   url(../images/hero-banner.jpg) center / cover no-repeat;
  align-items: center;
  padding: 90px 0;
}

.hero-sect {
  display: flex;
  align-items: center;
  /* min-height: 100vh; */
}

.key-benifites ul {
  margin: 0px;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.key-benifites ul li {
  list-style: none;
}

@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.key-benifites {
  margin-top: 25px;
}

.key-benifites ul {
  padding: 0;
  margin: 0;
}

.key-benifites ul li {
  position: relative;
  list-style: none;
  padding: 10px 20px;
  background: #fff;
  color: #121212;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

.key-benifites ul li:hover::before {
  opacity: 1;
  filter: blur(8px);
}

.key-benifites ul li:hover {
  transform: translateY(-3px);
}

@keyframes gradient-spin {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 360deg;
  }
}

.request-demoform {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.wrapebtn .btn-cta {
  background-color: #2196f3;
  color: #fff;
  display:inline-block;
  border-radius: 50px;
  text-transform: capitalize;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
}

.wrapebtn .btn-cta:hover {
  background: #145a92;
  color: #fff;
  transform: translateY(-2px);
}

.card-title-rental {
  color: #121212;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: .8em;
}

.small-desc-rental {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #121212;
  margin-bottom: 0;
}

.small-desc-rental {
  font-size: 1em;
}

/* .go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2em;
  height: 2em;
  overflow: hidden;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #6293c8, #7a70dd);
  border-radius: 0 4px 0 32px;
} */

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: #fff;
  font-family: courier, sans;
}

.card-rental {
  /* display: block; */
  position: relative;
  /* max-width: 300px; */
  /* background-color: #f2f8f9; */
  border-radius: 10px;
  padding: 2em 1.2em;
  /* margin: 12px; */
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: #f9fbfc;
  height: 100%;
  border: 1px solid #e1e1e1;
}

/* .card-rental:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #2196f3, #ffffff);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
} */

/* .card-rental:hover:before {
  transform: scale(28);
} */

/* .card-rental:hover .small-desc-rental {
  transition: all 0.5s ease-out;
  color: #212121;
} */

/* .card-rental:hover .card-title-rental {
  transition: all 0.5s ease-out;
  color: #212121;
} */

.rental-heading {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  color: #212121;
  font-size: 2rem;
}

h3.rental-heading {
  font-size: 1.2rem;
}

.rental-para {
  font-size: 1rem;
  color: #212121;
}

.rental {
  padding: 80px 0;
}

.rdr-section .feature-content {
  border-radius: 18px;
  filter: drop-shadow(0 5px 10px 0 #ffffff);
  border: 1px solid #2196f3;
  margin-top: 25px;
  background-color: #ffffff;
  padding: 40px 30px;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.6s ease-in;
}

.rdr-section .feature-content h2 {
  font-size: 1.2rem;
}

.feature-box-list p {
  font-size: 14px;
  color: #212121;
  margin-block: 10px 0;
}

.feature-box-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -29px;
  background: #2196f3;
  height: 100%;
  width: 33px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.feature-box-list:hover::before {
  /* transition-delay: 0.2s; */
  /* transform: scale(40); */
}

.feature-box-list:hover {
  /* color: #ffffff; */
}

.sect-bg {
  background: #eef1fb;
}

.feature-box-list {
  padding: 0;
  margin-bottom: 0;
}

.list-featuers li {
  display: flex;
  align-items: center;
  color: #212121;
  font-size: 16px;
}

.feature-box-list:hover li {
  /* color: #ffffff; */
}

.list-featuers li i {
  margin-right: 12px;
  font-size: 28px;
  font-weight: bolder;
  color: #04e410;
}

.feature-content {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

ul.list-outcome {
  margin: 0px;
  flex-wrap: wrap;
  padding: 0;
}

ul.list-outcome li {
  position: relative;
  list-style: none;
  padding: 5px 0;
  color: #000;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

ul.list-outcome li i {
  margin-right: 10px;
}

.reqstform-body {
  background: #f9fbfc;
}

img.footerrental-logo {
  max-width: 150px;
}

.ftr-cta-para {
  color: #fff;
  margin: 0 auto 36px;
  font-size: 19px;
  font-weight: 600;
}

/* ---gnet-program page---- */
.truebucks-banner{
  background:#2196f3;
  padding:60px 20px;
}

.truebucks-content{
  text-align:center;
  color:#ffffff;
}

.truebucks-content h2{
  font-size:42px;
  font-weight:700;
  margin-bottom:15px;
  line-height:1.2;
}

.truebucks-content p{
  font-size:22px;
  margin:0;
  font-weight:500;
}

@media (max-width: 991px) {
  #hero h1 {
    padding-top: 0;
    font-size: 32px;
    line-height: 1.2;
  }

  #hero .hero-badges {
    flex-wrap: nowrap;
    margin-top: 100px;
  }

  .about-section .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .why-choose .small-text {
    margin-bottom: 60px;
  }

  .big-number {
    margin-top: 40px !important;
  }

  .our-solution .section-title {
    font-size: 35px;
    line-height: 40px;
    margin-top: 20px;
  }

  .how-it-works .title {
    font-size: 35px;
    padding-bottom: 25px;
  }

  .reviews-section h2 {
    font-size: 35px;
  }

  .blog-section h2.title {
    font-size: 35px;
    line-height: 40px;
  }

  .pricing-plan h2 {
    font-size: 35px;
    font-weight: 600;
  }

  .logo {
    width: 211px;
    height: auto;
  }

  /* ================================================================== */

  /* ======== auto-rental-dna-testing page start ========= */

  /* =================================================================== */
  .res-pading {
    padding-top: 80px;
  }

  .res-text-center {
    text-align: center;
    padding-bottom: 31px;
  }

  .rental-para {
    max-width: 513px;
    width: 100%;
    margin: 0 auto;
  }

  .rdr-section .feature-content {
    max-width: 450px;
    width: 100%;
    margin: 45px auto 0;
  }

  .res-p45 {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
/* ---gnet-program page---- */
   .truebucks-content h2{
    font-size:32px;
  }

  .truebucks-content p{
    font-size:18px;
  }
   .feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

  /* ---gnet-program page end---- */
  .rental {
    padding: 60px 0;
  }

  .m-hide {
    display: none;
  }

  .logo {
    width: 150px;
    height: auto;
  }

  .navbar {
    padding: 10px 0;
  }

  #hero {
    padding-top: 50px;
  }

  #hero .hero-badges .main {
    width: 100%;
    padding: 26px 20px;
  }

  #hero .hero-badge {
    width: 100%;
    padding: 26px 20px;
    border-radius: 15px;
  }

  #hero .hero-badges {
    margin-top: 130px;
    gap: 13px;
    flex-wrap: wrap;
  }

  .padding-l {
    padding-left: 20px;
  }

  .logo {
    width: 200px;
    height: auto;
  }

  /* .rental {
    padding: 40px 0;
} */
  #rentalbanner {
    padding: 70px 0;
  }
}

@media (min-width: 768px) {
  .rental {
    padding: 60px 0;
  }

  #cta {

    padding: 60px 20px 60px 20px;
  }
 
.truebucks-content h2 {
    font-size: 32px;
}
}

@media (max-width: 540px) {
  /* ---gnet-program page---- */
   .truebucks-banner{
    padding:40px 15px;
  }

  .truebucks-content h2{
    font-size:26px;
  }

  .truebucks-content p{
    font-size:16px;
    line-height:1.5;
  }
  /* ---gnet-program page end---- */
  .rental-para {
    max-width: 423px;
    width: 100%;
    margin: 0 auto;
  }

  .res-pading {
    padding-top: 60px;
  }

  .hero-sect {
    padding: 0 15px;
  }

  .rental {
    padding: 40px 15px;
  }

  .rental-heading {
    font-size: 1.5rem;
  }

  .rdr-section .feature-content {
    margin: 30px auto 0;
  }

  #cta {
    padding: 50px 20px 50px 20px;
  }
}

@media (max-width: 320px) {
  .logo {
    width: 100px;
    height: auto;
  }

  #rentalbanner {
    padding: 50px 0;
  }

  .rental-heading {
    font-size: 1.3rem;
  }
}





 /* calculator */

.calc-section {
    padding: 3rem 1.25rem 4rem;
}

.calc-container {
    max-width: 860px;
    margin: 0 auto;
}


.calc-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.calc-title {
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

.calc-subtitle {
    font-size: 15px;
    color: #6B7280;
}


.calc-divider {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}

.calc-divider span {
    height: 3px;
    border-radius: 2px;
}

.calc-divider span:nth-child(1) { width: 32px; background: #1565C0; }
.calc-divider span:nth-child(2) { width: 16px; background: #C62828; }
.calc-divider span:nth-child(3) { width: 8px; background: #D1D5DB; }


.calc-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}


.calc-panel,
.results-panel {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 1.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}


.panel-header {
    display: flex;
    gap: 10px;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E5E7EB;
}

.panel-icon {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: #EFF6FF;
    border: 1px solid #BFDBFE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-icon svg {
    width: 18px;
    height: 18px;
    stroke: #1565C0;
}

.panel-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #374151;
}


.field {
    margin-bottom: 1.1rem;
}

.field label {
    display: block;
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 6px;
}

.field input[type="number"] {
    width: 100%;
    height: 42px;
    border: 1px solid #D1D5DB;
    border-radius: 10px;
    background: #F9FAFB;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 500;
}

.field input:focus {
    outline: none;
    border-color: #2196F3;
    background: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(33,150,243,0.15);
}

.has-prefix input {
    padding-left: 28px;
}


.metric-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.metric-card {
    border-radius: 10px;
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.metric-revenue {
    background: #E3F2FD;
    border: 1px solid #90CAF9;
    color: #0D2B6B;
}


.metric-expense {
    background: #FFF3E0;
    border: 1px solid #FFCC80;
    color: #E65100;
}


.metric-profit {
    background: #E8F5E9;
    border: 1px solid #A5D6A7;
    color: #2E7D32;
}

.m-label {
    font-size: 13px;
    font-weight: 500;
}

.m-sublabel {
    font-size: 11px;
    opacity: 0.7;
}

.m-value {
    font-size: 22px;
    font-weight: 600;
    font-family: monospace;
}


.calc-cta {
    margin-top: 1.5rem;
    display: grid;
    gap: 10px;
}

.btn {
    height: 44px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary {
    background: #1565C0;
    color: #FFFFFF;
}

.btn-primary:hover {
    background: #0D2B6B;
}

.btn-secondary {
    background: #F9FAFB;
    color: #374151;
    border: 1px solid #D1D5DB;
}

.btn-secondary:hover {
    background: #E5E7EB;
}


.calc-note {
    font-size: 11px;
    color: #6B7280;
    text-align: center;
    margin-top: 1rem;
}


@media (max-width: 640px) {
    .calc-body {
        grid-template-columns: 1fr;
    }
}