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

body {
  font-family: 'Poppins', sans-serif;
}

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

.header {
  background: #f3f4f6;
  padding: 12px 0;
}
.container{
  max-width: 1100px;
  margin: auto;
}
.card{
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.client{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:15px;
}
.client img{
  width:40px;
  height:40px;
  border-radius:50%;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100% !important;
}
.nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.nav a {
  text-decoration: none;
  color: #222;
  font-size: 15px;
  position: relative;
}
.nav a.active {
  border-bottom: 2px solid #0aa06e;
}
.nav a:hover {
  color: #0aa06e;
}
.nav-item{
  position: relative;
}
.dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f5f5;
  padding: 15px;
  width: 340px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 30px;
}
.dropdown-menu a{
  display: block;
  font-size: 14px;
  padding: 6px 0;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #ddd;
}
.nav-item:hover .dropdown-menu{
  display: grid;
}
.right-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.phone {
  text-align: right;
}
.phone a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.phone p {
  font-size: 12px;
  margin: 0;
}
.login-btn {
  background: #008000;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
}
.login-btn:hover {
  background: #008000;
}
.right-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.login-dropdown {
  position: relative;
}
.login-btn {
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
}
.login-btn:hover {
  background: #088f61;
}
.login-menu {
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  min-width: 170px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: none;
  padding: 8px 0;
}
.login-menu a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}
.login-menu a:hover {
  background: #f2f2f2;
}
.login-dropdown:hover .login-menu {
  display: block;
}
.top-inner {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  width: 100%;
  margin: auto;
}
.top-left {
  width: 50%;
}
.slide-container {
    max-width: 1140px;
    margin: 0 auto;
}
.top-inner h5 {
  font-size: 18px;
}
.header {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 20px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-title-inner h3 {
  color: #28B446;
  font-size: 24px;
}
.logo {
  font-size: 22px;
  font-weight: bold;
}
.nav {
  display: flex;
  gap: 30px;
}
.nav a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  padding-bottom: 4px;
  font-weight: 600;
}
.nav a.active {
  border-bottom: 2px solid #2aa84a;
}
.phone {
  font-size: 14px;
  text-align: center;
  width: 125px;
}
.phone p {
  font-size: 14px;
  font-weight: 700;
}
.top-inner h6 {
  font-size: 16px;
}
.top-banner {
  color: #fff;
  background-color: green;
  padding: 0px 60px;
}
.top-right {
  width: 50%;
  text-align: end;
}
.banner {
  background-image: url(../img/banner-home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
.banner h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 90px;
    color: #FFFF;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: center;
}
.head-title {
  text-align: center;
}

.head-title h6 {
  text-align: 16px;
  color: #22541D;
  text-align: center;
}

.head-title h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 10px 0px;
}

.head-title p {
  width: 69%;
  margin: auto;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: auto;
  justify-content: center;
  padding: 30px 0px 90px 0px;
}

.card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 128, 0, 0.15);
  transition: 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 128, 0, 0.25);
}

.icon {
  font-size: 40px;
  color: #1e5b2a;
  margin-bottom: 15px;
}

.card h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

.card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  text-align: left;
}
.testimonial-section .card {
    text-align: left;
}
.client span {
  color: #000;
  border-top: 1px solid #e9eff5;
  width: stretch;
  text-align: justify;
}

.card .icon img {
  width: 100%;
}

.shap-right {
  padding: 0px;
  margin: 0px;
  position: relative;
}

.shap-right img {
  position: absolute;
  width: 20%;
  padding: 30px 0px 0px 0px;
  top: -58px;
}

.hero {
  background: #111;
  color: #fff;
  padding: 60px 20px;
}
.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}
.hero-img img {
  max-width: 600px;
  border-radius: 12px;
}
.hero-content {
  max-width: 500px;
}
.hero-content h2 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}
.hero-content p {
  color: #fff;
  line-height: 1.6;
}
.hero-content ul {
  list-style: none;
  padding: 0;
}

.hero-content li {
  margin-top: 10px;
}
.hero-content i {
  color: #22c55e;
  margin-right: 8px;
}
.hero-content h3 {
  color: #28B446;
  font-size: 24px;
}
section.hero {
  position: relative;
  padding: 40px 20px;
}
section.hero::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 200px;
  height: 200px;
  background-image: url("../img/left-shap.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.partners {
  padding: 60px 20px;
  text-align: center;
  background: #f8f9fa;
}
.partners h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.partners p {
  max-width: 1100px;
  margin: 0 auto 40px;
  color: #666;
}
.partner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}
.partner-box {
  width: 200px;
  height: 120px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbeafe;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}
.partner-box img {
  max-width: 120px;
  height: auto;
}
.footer-wrapper-new p {
    color: #fff!important;
}
.partner-box:hover {
  transform: translateY(-5px);
  border-color: #4e73df;
}
.testimonial-section {
    background: url("../img/footer-background.png") no-repeat;
    position: relative;
    color: white;
    text-align: center;
    padding: 30px 0px 0px 0px;
    background-size: 100% 100%;
    background-position: bottom;
}
.testimonial-section .subtitle {
  color: green;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight:bold;
}
.testimonial-section .title {
       font-size: 26px;
    color: #000;
    max-width: 900px;
    margin: auto;
    font-weight: bold;
    padding: 10px 0px;
}
.testimonial-section .card {
    min-width: 300px;
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 5px;
}
.testimonial-section .stars {
  color: orange;
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonial-section .client {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.testimonial-section .client img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial-section .slide-container{
  width:100% !important;
  position:relative !important;
}
.testimonial-section .swiper-button-prev.swiper-navBtn {
    top: 78%;
}
.testimonial-section .swiper-button-next.swiper-navBtn {
    top: 78%;
}
.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev{
  width:45px !important;
  height:45px !important;
  background:#28a745 !important;
  border-radius:50% !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.testimonial-section .swiper-button-next::after,
.testimonial-section .swiper-button-prev::after{
  font-size:16px !important;
  font-weight:bold !important;
  color:#fff !important;
}
.testimonial-section .swiper-button-prev{
  position:absolute !important;
  bottom:-45px !important;
  left:48% !important;
  transform:translateX(-50%) !important;
}
.testimonial-section .swiper-button-next{
  position:absolute !important;
  bottom:-45px !important;
  left:52% !important;
  transform:translateX(-50%) !important;
}
button:hover {
  background: darkgreen;
} 
.testimonial-section .footer {
  position: relative;
  color: white;
  padding: 150px 0px 43px 0px;
}
.testimonial-section .footer::before {
  content: "";
  position: absolute;
  inset: 0;
}
.footer-wrapper-new{
  background-image: url(../img/contact-footer.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}
.footer-col {
  width: 25%;
}
.footer-bottom {
  border-top: 1px solid;
  padding: 8px 0px;
  margin-top: 7px;
}
/* About us */
.hero-about {
  background: url(../img/Image\ \(1\).png) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0px;
}
.overlay-about {
  text-align: center;
  color: white;
  width: 56%;
  height: 100%;
}
.overlay-about h1 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 45px;
}
.hero-btns-about {
  margin-top: 20px;
}
.btn-primary-about,
.btn-outline-about {
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s ease;
  background: linear-gradient(45deg, #00C853, #00BFA5);
  color: white;
  border: none;
}
.btn-primary-about:hover,
.btn-outline-about:hover {
  background: linear-gradient(45deg, #00BFA5, #00C853);
  transform: translateY(-2px);
}
.who-about {
  padding: 80px 20px;
  background: #f5f5f5;
}
.who-container {
  max-width: 1100px;
  margin: auto;
}
.who-header {
  text-align: center;
  margin-bottom: 50px;
}
.who-header h2 {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 26px;
  margin-bottom: 15px;
  color:#22541D;
}
.who-header p {
  max-width: 800px;
  margin: auto;
  color: #000;
  line-height: 1.6;
}
.who-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.who-image {
  position: relative;
}
.who-image img {
  width: 350px;
}
.who-features {
  max-width: 450px;
}
.feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border: 2px solid #00C853;
  border-radius: 50px;
  margin-bottom: 20px;
  background: white;
      justify-content: right;
      position: relative;
}
.feature-icon img {
    width: 60px;
}
.feat-righ {
    padding: 0px 30px;
}
.feature-icon {
    position: absolute;
    left: -15px;
}
.feature-icon {
  background: #00C853;
  color: white;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}
.feature-box h4 {
  margin-bottom: 5px;
  font-size: 16px;
}
.feature-box p {
  font-size: 14px;
  color: #666;
}
.serve-section {
  background: #000;
  padding: 70px 20px;
  text-align: center;
  color: white;
  margin: auto;
}
.serve-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 1.2px;
}
.serve-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.serve-card {
  background: #fff;
  color: #000;
  border-radius: 12px;
  width: 320px;
  padding: 25px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.serve-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 18px;
}
.serve-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align:left;
}
.serve-card {
    align-items: flex-start;
    text-align: left;
}
.serve-card p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.serve-card ul {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
  width: 100%;
  text-align: left;
}
.serve-card ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #333;
}
img.icon-img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 0px;
}
section.serve-section ul li {
    display: flex;
    padding: 0px;
}
.btn-serve {
  background: #00c853;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}
.btn-serve:hover {
  background: #00bfa5;
}

.about-works {
  padding: 70px 20px;
  background: #e9ecef;
  text-align: center;
}
.about-heading {
  font-size: 32px;
  color: #1e5c2f;
  margin-bottom: 50px;
  font-weight: 600;
}
.about-cards {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.about-card {
  background: #fff;
  width: 250px;
  padding: 30px;
  border-radius: 12px;
  transition: 0.3s ease;
  border: 1px solid #22541D;
  text-align: center;
}
.about-card h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #222;
  transition: 0.3s ease;
}
.about-card p {
  font-size: 14px;
  color: #666;
  transition: 0.3s ease;
}
.about-testimonial .cta-container {
  background-color: unset;
  box-shadow: unset;
}
.about-testimonial h2 {
  color: #22541D;
}
.about-testimonial p {
  color: #000;
  font-size: 19px;
  line-height: 25px;
}
.about-icon img {
  margin-top: -68px;
  transition: 0.3s ease;
  width: 70px;
}
.about-card:hover {
  background-color: #01b96e;
  color: #fff;
}
.about-card:hover h4,
.about-card:hover p {
  color: #fff;
}
.about-technology {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('../img/Group\ 1000001808.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  margin: 50px 0px;
  align-items: center;
}
.left-about {
  width: 50%;
  text-align: center;
}
.about-technology img {
  height: 650px;
}
.about-tech-text {
  float: right;
  width: 50%;
}
.about-tech-text h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.about-tech-text p {
  margin-bottom: 20px;
  color: #ddd;
}
.about-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.about-list li {
  margin-bottom: 10px;
  font-size: 15px;
}
.about-list li::before {
  content: "✔";
  color: #1fa463;
  margin-right: 10px;
}
.about-store img {
  width: 150px;
  margin-right: 10px;
}
.about-testimonial-section {
  background: url("../img/footer.png") no-repeat;
  position: relative;
  color: white;
  text-align: center;
  padding: 60px 0px 20px 0px;
  background-size: 100% 100%;
  background-position: bottom;
}
.about-testimonial-section h2.title {
  color: #22541D;
  text-align: center;
}
.about-testimonial-section p {
  color: #000;
  width: 80%;
  margin: auto;
}
footer.footer p {
  color: #fff !important;
}
.footer-bottom p {
  color: #fff;
}
a {
  text-decoration: none;
  color: #000;
}
footer a {
  color: #fff;
}
/* About page */
.about-store img {
  width: 100%;
  margin-right: 10px;
  max-width: 200px !important;
  height: fit-content;
}
.about-store {
  display: flex;
  align-items: center;
}
/* Our Partner */
.tow-section {
  padding: 60px 40px;
  background: #fff;
}
.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.image-box {
  flex: 1;
}

.image-box img {
  width: 100%;
}

/* Content Styling */
.content-box {
  flex: 1;
}

.tag {
  font-size: 13px;
  font-weight: bold;
  color: #00c26e;
  letter-spacing: 1px;
}

.content-box h1 {
  font-size: 36px;
  margin: 15px 0 20px;
  line-height: 1.2;
}

.description {
  color: #555;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6;
}

.features {
  list-style: none;
  margin-bottom: 30px;
}

.features li {
  margin-bottom: 18px;
}

.features li strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.features li span {
  font-size: 14px;
  color: #666;
}

/* Button */
.cta-btn {
  display: inline-block;
  padding: 14px 26px;
  background: #00c26e;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #00a85d;
}

.fleet-section {
  background-image: url(../img/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 104px 0px;
}

/* CONTAINER */
.fleet-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT CONTENT */
.fleet-content {
  flex: 1;
  color: #fff;
}

.fleet-tag {
  font-size: 12px;
  font-weight: bold;
  color: #00d084;
  letter-spacing: 1px;
}

.fleet-content h1 {
  font-size: 38px;
  margin: 15px 0 20px;
  line-height: 1.2;
}

.fleet-description {
  color: #bbb;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6;
}

/* FEATURES */
.fleet-features {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.fleet-features li {
  margin-bottom: 18px;
}

.fleet-features strong {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
}

.fleet-features span {
  font-size: 14px;
  color: #aaa;
}

/* BUTTON */
.fleet-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #00d084;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s ease;
}

.fleet-btn:hover {
  background: #00b873;
}

/* IMAGE */
.fleet-image {
  flex: 1;
}

.fleet-image img {
  width: 100%;
}

.partner-section {
    text-align: center;
    background-image: url(../img/footer-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
}
.partner-section h2 {
  color: #0b6b47;
  margin-bottom: 40px;
  margin-top:20px;
}

.partner-features {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.partner-card {
  background: #fff;
  padding: 25px;
  width: 220px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
}

.partner-card .icon {
  font-size: 30px;
  margin-bottom: 15px;
}

section.cta-partner .cta-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0px 0px 30px 0px;
}

section.cta-partner .cta-boxes .cta-card {
  background: #fff;
  color: #333;
  padding: 30px;
  width: 260px;
  border-radius: 12px;
}

section.cta-partner .cta-boxes .cta-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #0b6b47;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
}

section.cta-partner .cta-boxes .cta-btn:hover {
  background: #095a3c;
}

section.cta-partner .cta-boxes .contact-text {
  margin-top: 40px;
  font-size: 14px;
  padding: 0px 0px 109px 0px;

}

.footer-partnar {
  max-width: 1200px;
  display: flex;
  margin: 217px auto 57px auto;
}

.faq-card-new img {
    width: 100px;
}
.footer-col h3 {
    color: #fff;
    margin: 0px 0px 30px 0px;
}

.footer-partnar p, .footer-partnar a {
    color: #fff;
    line-height: 25px;
}
.partner-section .contact-strip {
    background: linear-gradient(to right, #ffffff 0%, #2B8446 50%, #ffffff 100%);
    color: #ffffff;
    text-align: center;
    padding: 15px 0px;
        max-width: 900px;
    margin: 0 auto;
}

/* FAq */
/* Section */

.hero-Faq {
  background: url(../img/Frame\ 1410087178.png) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0px;
}

.faq-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 40px;
  border-radius: 10px;
  text-align: center;

}

.faq-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  background: #1aa260;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.tab-btn.active {
  background: #0b6b47;
}

.faq-title {
  margin-bottom: 30px;
}

.faq-item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #28B44680;
  overflow: hidden;
  text-align: left;
}

.faq-question {
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  padding: 0 20px;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px;
}

.faq-item i {
  transition: 0.3s;
  color: #ffffff;
}

.faq-item.active i {
  transform: rotate(180deg);
}

.faq-section .fa-chevron-down:before {
  content: "\f078";
  background-color: #00a366;
  padding: 10px;
  border-radius: 50%;
}

.faq-wrapper-new {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background FAQ Text */
.faq-wrapper-new::before {
  content: "FAQ";
  position: absolute;
  font-size: 200px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: 15px;
  z-index: 0;
}

.faq-card-new {
  position: relative;
  background: #1dbf73;
  padding: 50px 40px;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  width: 75%;
  max-width: 850px;
  z-index: 2;
}

.faq-title-new {
  margin-bottom: 12px;
}

.faq-text-new {
  margin-bottom: 25px;
  font-size: 16px;
}

.faq-btn-group-new {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.faq-btn-primary-new {
  background: #ffffff;
  color: #16a34a;
  padding: 12px 25px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.faq-btn-secondary-new {
  background: #e5e7eb;
  color: #111;
  padding: 12px 25px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.faq-footer-section-new {
  position: relative;
  padding: 100px 0 0 0;
  background: url('../img/footer-background.png') center/cover no-repeat;
  background-size: cover;
  color: #fff;
}

/* Optional Dark Overlay */
.faq-footer-section-new::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/footer-background.png) center/cover no-repeat;
  z-index: 0;
}

.faq-card-new {
    position: relative;
    z-index: 2;
    background: #16a34a;
    max-width: 850px;
    margin: 0 auto 142px auto;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
}

.faq-btn-group-new {
  margin-top: 20px;
}

.faq-btn-primary-new,
.faq-btn-secondary-new {
  padding: 12px 25px;
  border-radius: 8px;
  border: none;
  margin: 5px;
  font-weight: 600;
  cursor: pointer;
}

.faq-btn-primary-new {
  background: #fff;
  color: #16a34a;
}

.faq-btn-secondary-new {
  background: #e5e7eb;
  color: #000;
}

.footer-wrapper-new {
    position: relative;
    z-index: 2;
    padding: 188px 5% 16px 5%;
    background-image: url(../img/contact-footer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.footer-content-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-col-new {
  flex: 1;
  min-width: 220px;
  text-align:left;
}

.footer-col-new h3 {
  color:#fff;
  margin-bottom: 15px;
}
i.fa {
    padding-right: 8px;
}

.footer-col-new a {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 8px;
  padding:5px 0px;
}

.footer-col-new a:hover {
  color: #16a34a;
}

.footer-bottom-new {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #222;
  padding-top: 20px;
  font-size: 14px;
  color: #aaa;
}

/* contact us  */
.contact-banner {
  background: url(../img/contact-banner.png) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0px;
}

/* CONTACT PAGE WRAPPER */
.contact-page-assist {
  background: #e9f1ec;
  padding: 40px 0;
}

/* CONTAINER */
.contact-container {
   text-align: center;
}

/* TOP AREA */
.assist-top {
  text-align: center;
  margin-bottom: 40px;
}

.assist-top h2 {
  color: #1c6b44;
  margin-bottom: 10px;
  font-size: 35px;
}

.assist-top p {
  font-weight: 400;
  font-size: 20px;
}

.assist-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.contact-btn {
  background: #17b26a;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  font-weight: 600;
}

.contact-btn.small {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
}

/* MAIN LAYOUT */
.assist-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* LEFT SIDE */
.assist-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* CARDS */
.assist-card {
  background: #fff;
  padding: 60px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.assist-card h4 {
  font-size: 25px;
  font-weight: 700;
}

.assist-card p {
  font-size: 18px;
  font-weight: 500;
  margin: 7px 0px;
}

.assist-right {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  max-height: 450px;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}

.contact-item .icon {
  background: #17b26a;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  width: 70px;
  margin-top: -5px;
}

.contact-item h5 {
  font-size: 20px;
  font-weight: 500;
}

.social-icons a {
  background: #17b26a;
  color: #fff;
  padding: 21px 22px;
  border-radius: 6px;
  margin-right: 6px;
  margin-top: 10px;
  display: inline-block;
}

.social h5 {
  font-size: 24px;
  font-weight: 700;
}

/* HERO IMAGE SECTION */
.contact-hero {
  background: url("../img/footer-background.png") center/cover no-repeat;
  position: relative;
  z-index: -12;
  padding: 0px 0px 100px 0px;
}

.testimonial-cta {
  padding: 30px 20px;
  background: url("road-bg.jpg") center/cover no-repeat;
  display: flex;
  justify-content: center;
}
.cta-partner .footer-wrapper-new {
    position: relative;
    z-index: 2;
    padding: 157px 5% 30px 5%;
    background-image: url(../img/contact-footer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.test-footer .site-footer {
    background: url("../img/contact-footer.png") center/cover no-repeat;
    margin-top: -150px;
}
.test-footer .site-footer .footer-content-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding: 10% 46px 0px 67px;
}
.test-footer.site-footer .footer-bottom p {
  color: #fff;
  text-align: center;
  border-top: 1px solid;
  padding: 10px 0px;
}

/* tesimonial page */

.Testimonial-banner {
  background: url(../img/Testimonial-banner.png) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0px;
}

.Testimonial-banner h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.feedback-section {
  padding: 80px 40px;
  background: #f4f4f4;
  font-family: Arial;
}

.feedback-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: center;
}

.feedback-left {
  width: 30%;
  text-align: center;
}

.feedback-left .small-text {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.feedback-left h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.feedback-top {
  width: 100%;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

.feedback-top p.small-text {
  color: #22541D;
  font-size: 20px;
  font-weight: 600;
}

.feedback-right {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: auto;
}

.feedback-card {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stars {
  color: #ff6a00;
  margin-bottom: 10px;
}

.feedback-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  background: #ccc;
  border-radius: 50%;
}

.user h4 {
  margin: 0;
  font-size: 14px;
}

.user span {
  font-size: 12px;
  color: #777;
}

.img-icon img {
  width: 50px;
}

.img-icon {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px 0px;
}

.avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.testimonial-cta {
  padding: 80px 20px;
  background: url("road-bg.jpg") center/cover no-repeat;
  display: flex;
  justify-content: center;
}

.cta-container {
  background: #11b374;
  max-width: 900px;
  width: 100%;
  text-align: center;
  padding: 50px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: white;
}

.cta-container h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 600;
}

.cta-container p {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 10px auto;
  line-height: 1.6;
}

.cta-btn {
  display: inline-block;
  background: #e8e8e8;
  color: #2b2b2b;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-btn:hover {
  background: white;
}
.head-title.service-provide {
    padding: 50px 0px 0px;
}
ul.list-home {
    padding: 10px 0px;
}
section.hero.home-service p {
    padding: 5px 0px;
}


/* 9-03-2026 */

section.service-hero.emergency-hero {
    background-image: url(../img/emergency-banner-img.png);
    background-size: cover;
    background-position: center;
}

section.service-hero.emergency-hero h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 2%;
}



.vehicle-section {
  background-color: #F9FFFA;
}


section.vehicle-section {
    padding: 30px 10px;
}
.card-box {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 41px;
    margin-left: 138px;
    line-height: 32px;
}
.content {
    text-align: center;
    margin-bottom: 41px;
}

.card img {
    width: 100%;
}

.card {
    width: 439px;
    text-align: left;
    /* box-shadow: 0 4px 10px; */
    background: white;
    margin-bottom: 31px;
    box-shadow: 0px 4px 10px #28B44680;
}


 .vehicle-sec-row h2 {
    font-size: 30px;
    margin-left: 134px;
}

.card h3 {
    margin-bottom: 23px;
    font-size: 20px;
    font-weight: bold;
   
}




/*terms & conditions*/

section.service-hero.emergency-section {
  background-image: url(../img/emergency-banner-img.png);
    background-size: cover;
    background-position: center;
}


section.service-hero.emergency-section h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 2%;
}


.service-content {
      max-width: 750px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}




.terms-condition-content h2
 {
    margin-top: 25px;
    font-size: 27px;
    color: #1a6d00;
}

.terms-condition-content p {
    margin-top: 6px;
    font-size: 16px;
    color: black;
}


ul {
    margin-top: 10px;
    color: black;
    line-height: 29px;
    
   
}

/*Privacy & Policy*/

.privacy-policy-content h2 {
  margin-top: 22px;
  color: green;
}

.privacy-policy-content p {
  margin-top: 11px;
  color: black;
}

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

/* Contact Form Section Styles */
.contact-form-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.form-wrapper {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
   margin: 0px 31px;
   padding: 20px;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h2 {
    font-size: 32px;
    color: #00b370
    margin-bottom: 10px;
    font-weight: 600;
}

.form-header p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
text-align: left;
}

.form-group .required {
    color: #dc3545;
    margin-left: 2px;
}

.form-control {
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
    width: 100%;
}

.form-control:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-control:hover {
    border-color: #b0b0b0;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 45px;
}

.checkbox-group {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #007bff;
}

.checkbox-group label {
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

.submit-btn {
  background: linear-gradient(45deg, #00b370, #00b370);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px #54b07a;
    border: 2px solid transparent;
}

.submit-btn:hover {
    background: linear-gradient(45deg, #00b370, #00b370);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px #54b07a;
}

.submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0, 123, 255, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-form-section {
        padding: 40px 20px;
    }
    
    .form-wrapper {
        padding: 30px 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-header h2 {
        font-size: 28px;
    }
    
    .submit-btn {
        padding: 12px 30px;
        font-size: 16px;
        width: 100%;
    }
}

/* Success/Error Message Styles (optional) */
.alert {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}



@media (max-width: 767px)
{
.cards-container {
    grid-template-columns: 100%;
}
section.hero .hero-img img {
    width: 100%;
}
.partner-box {
    width: 150px;
}
.top-banner {
    padding: 0px 10px;
}
.top-inner {
    flex-direction: column;
            gap: 20px;
}
.top-left,
.top-right {
          text-align: left;
    width: 100%;
}
.banner h1 {
    padding-top: 30px;
    font-size: 42px;
}
.banner {
    height: 400px;
}
.head-title p {
    width: 100%;
}
.head-title {
    padding: 0px 10px;
}
.cards-container {
    padding: 10px;
        margin-bottom: 50px;
}
.testimonial-section .swiper-button-prev.swiper-navBtn {
          left: 38% !important;
    top: 69%;
}
.testimonial-section .swiper-button-next.swiper-navBtn {
    top: 69%;
        left: 54% !important;
}
section.testimonial-section {
    padding-right: 10px;
    padding-left: 10px;
}
.testimonial-section .swiper-button-next, .testimonial-section .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
}
.card p {
    text-align: left;
}
.testimonial-section .stars {
    text-align: left;

}
section.about-technology .left-about img {
    width: 100%;
        height: auto;
}
section.about-technology {
  padding: 10px;
    flex-direction: column;
}
.about-tech-text,
.left-about {
    width: 100%;
}
.about-store {
    flex-direction: column;
}
.about-store img {
    padding: 5px 0px;
}
.testimonial-section .title {
    font-size: 20px;
}
.about-card {
    width: 100%;
    margin: 10px 0px;
}
.who-content {
    padding: 10px;
        gap: 20px;
}
section.service-hero.flate-tyre.about-se {
    max-height: fit-content;
    min-height: auto;
}
.who-about {
    padding: 50px 15px;
    background: #f5f5f5;
}
.feature-icon {
    position: relative;
    left: 0px;
}
.feature-box {
    flex-direction: column;
}
.feat-righ {
    padding: 5px 0px;
}
.feat-righ {
    text-align: center;
}
.overlay-about {
    width: 100%;
            padding: 0px 10px;
}
.overlay-about h1 {
    font-size: 30px;
    line-height: 32px;
}
section.tow-section .container,
.fleet-container {
    flex-direction: column;
            gap: 10px;
}
.tow-section {
    padding: 30px 10px;
}
.partner-card {
    width: 100%;
}
.partner-features,
.cta-boxes {
    padding: 10px!important;
    gap: 10px!important;
}
.partner-section h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0px 10px;
}
section.cta-partner .cta-boxes .cta-card
{
  width:100%;
}
}




/* updated code */


.main-layout {
  display: flex;
  gap: 20px;
}


.left-section,
.right-contactsection{
  width: 50%;
justify-content: center;
    align-items: center;
    display: flex;
}


.left-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
margin: 0px 30px;
}


.card-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.assist-right {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}


.assist-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .main-layout {
    flex-direction: column;
  }

  .left-section,
  .right-contactsection{
    width: 100%;
  }
.contact-btn {
    background: #17b26a;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    font-weight: 600;
}
  .left-grid {
    grid-template-columns: 1fr;
  }
.assist-top {
    text-align: center;
    margin-bottom: 40px;
    margin-inline: 20px;
}
}