
.header-inner{
display:flex;
align-items:center;
justify-content:space-between;
}

.nav{
display:flex;
gap:25px;
}

.menu-toggle{
display:none;
font-size:24px;
cursor:pointer;
}

.nav-item{
position:relative;
}

.dropdown-menu{
position:absolute;
top:100%;
left:0;
background:#fff;
display:none;
flex-direction:column;
padding:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.nav-item:hover .dropdown-menu{
display:flex;
}

/* LOGIN DROPDOWN */

.login-dropdown{
position:relative;
}

.login-menu{
position:absolute;
top:100%;
right:0;
background:#fff;
display:none;
flex-direction:column;
padding:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.login-dropdown:hover .login-menu{
display:flex;
}



.service-hero {
    background: url('https://staging.itraino.com/frontend/img/service-hero.png');
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 550px;
    min-height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0px;
}
.flate-tyre{
    background: url('https://staging.itraino.com/frontend/img/flate-tyre-bg.png');
}

section.service-hero p {
    padding-top: 20px;
}
.btn-primary-about, .btn-outline-about
{
  border-radius: 10px;
      padding: 12px 20px;
}


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

/* Section */
.roadside-section {
  padding: 80px 0;
}

/* Layout */
.roadside-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}

/* Image */
.roadside-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* Tag */
.section-tag {
     color: #28B446;
    font-size: 18px;
    font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Title */
.section-title {
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0;
  color: #000000;
  line-height: 1.3;
}

/* Description */
.section-description {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}

/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.feature-list li {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
  color: #000000;
}
i.fa.fa-check {
    color: #28B446;
}

/* Bottom Text */
.section-note {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

section.help-section {
    padding-bottom: 40px;
}
section.help-section h3 {
    color: #22541D;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 10px;
}
section.help-section p {
    color: #000;
    font-size: 20px;
    line-height: 140%;
}
section.help-section .head-title-inner {
    max-width: 900px;
    margin: 0 auto;
}
.service-box1
{
        position: relative;
    padding: 50px 0px;
    background: #111;
    color: #fff;
}
section.service-box1: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;
    z-index:999;
}
.service-odd:after 
{
    display:none;
}

.service-odd
{
    background: #fff;
    color: #000;
}

section.service-box1 h2 {
    padding: 10px 0px;
    font-size: 20px;
}
section.service-box1 h2
{
    font-size:20px;
}
section.service-box1 li {
    font-size: 19px;
    margin-top: 10px;
}
section.service-box1 ul {
    list-style: disc;
    padding-left:15px;
}
section.service-box1 h4 {
    padding-top: 5px;
}
.transport-list {
    display: inline-flex;
    gap: 20px;
}
ul.works-list.flate-list {
    list-style: disc;
    padding-left: 15px;
}
.transport-section {
    margin: 0 auto;
    padding: 0px 0px 0px;
    text-align: center;
}
p.tips-description {
    padding-top: 20px;
}
section.service-card .cards-container {
    padding-bottom: 30px;
}
section.service-box1 .hero-container {
    padding-bottom: 25px;
}
.transport-section h3 {
    text-align: center;
    padding: 0px 0px 10px;
}
.transport-section i.fa.fa-check {
    color: #fff;
}
section.service-box1 p.intro-text {
    color: #fff;
}
section.help-section.card-sec h5 {
    color: #22541D;
    font-weight: bold;
    font-size: 18px;
}
section.help-section.card-sec {
    padding: 60px 0px 0px;
}
section.help-section.card-sec h3 {
    color: #000;
}
.service-card .cards-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom:0px;
}
.service-card .card {
    width: 31%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px #28b446;
    margin: 5px;
    padding: 15px;
}
.service-card .card h3 {
    padding: 10px 0px;
    font-size: 20px;
    font-weight: bold;
}
.service-card .card p {
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    padding: 0px 10px;
}
ul.choose-list li strong {
    font-size: 18px;
    font-weight: 600;
}
section.service-assistance {
    background: #F5FFF7;
    padding: 30px 0px;
}
section.service-work {
    background: #Ffff;
    padding: 30px 0px;
}
section.service-work .head-title {
    max-width: 900px;
    margin: 0 auto;
}
section.service-assistance .head-title {
    max-width: 900px;
    margin: 0 auto;
}
section.service-assistance .head-title h5 {
    color: #22541D;
    font-weight: bold;
    font-size: 18px;
}
section.service-work .head-title h5 {
    color: #22541D;
    font-weight: bold;
    font-size: 18px;
}
section.help-section.card-sec.flate-sec {
    padding-top: 30px;
}
section.service-work p {
    color: #000;
    padding-bottom: 10px;
}
section.service-card.battery-sec .card ul {
    padding-left:15px;
}
section.service-card.battery-sec ul li {
    padding: 5px 0px;
}
section.service-card.battery-sec ul {
    padding: 20px 0px;
}
section.service-card.battery-sec .card {
    text-align: left;
    width: 48%;
}
section.service-card.battery-sec .card img
{
    width:100%;
}
section.service-card.battery-sec .card p {
    text-align: left;
    padding-left:0px;
}
section.service-card.battery-sec h3 {
    margin-bottom: 0px;
}
section.service-card {
    padding-bottom: 30px;
}
section.service-assistance .head-title h3 {
    color: #000;
    padding:10px 0px;
}
section.service-work .head-title h3 {
    color: #000;
    padding:10px 0px;
}
section.service-assistance .head-title p {
    color: #000;
    font-size: 20px;
    line-height: 140%;
}
section.service-work .head-title p {
    color: #000;
    font-size: 20px;
    line-height: 140%;
}
section.service-assistance .hero-content .section-tag {
    color: #28B446;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.work-list {
    list-style: disc;
    padding-left: 15px;
}
section.service-assistance .hero-content h2 {
    font-size: 20px;
}
section.service-assistance .hero-content li {
    font-size: 19px;
    margin-top: 10px;
}
ul.assitance-list {
    list-style: disc;
    padding-left: 15px;
}
section.service-assistance h3 {
    color: #000000;
    font-size: 20px;
}
section.service-assistance .hero-container {
    padding: 30px 0px;
}


.tips-section .tips-container{
  position: relative;
  background: url(../img/tips-img.png) center/cover no-repeat;
  padding: 60px 20px;
  border-radius: 10px;
  overflow: hidden;
      max-width: 1200px;
    margin: 0 auto;
}

.tips-container{
  position: relative;
  max-width: 900px;
  margin: auto;
  color: #fff;
}

.tips-subtitle{
    text-align:center;
  color: #28c76f;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tip-co {
    max-width: 900px;
    margin: 0 auto;
}
.tips-title{
      text-align:center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.tips-description{
      text-align:center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

.tips-heading{
  font-weight: 600;
  margin-bottom: 10px;
}

.tips-list{
  padding-left: 20px;
}

.tips-list li{
  margin-bottom: 8px;
  color: #f1f1f1;
}
section.faq-section.service-faq .tab-btn.active {
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #28B446;
    color: #000;
    border-radius: 10px;
    padding: 12px 20px;
}
section.faq-section.service-faq {
    padding: 0px;
    margin: 50px auto;
}
section.service-work .hero-container {
    padding: 30px 0px;
}


/* Background Section */
.cta-roadside{
  position: relative;
  background: url("images/road-bg.jpg") center/cover no-repeat;
  padding: 120px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Dark overlay */
.cta-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

/* Green Card */
.cta-container{
        margin: 0 auto;
  position: relative;
  background: linear-gradient(135deg,#1fb56c,#27c173);
  padding: 40px 60px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  max-width: 700px;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Title */
.cta-title{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Text */
.cta-text{
  font-size: 15px;
  opacity: .9;
  margin-bottom: 25px;
}

/* Button container */
.cta-buttons{
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Buttons */
.cta-btn{
  padding: 12px 26px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #e9f7ee;
  color: #1a6d42;
  transition: all .3s ease;
}

/* Hover */
.cta-btn:hover{
  background: #fff;
  transform: translateY(-2px);
}
a.btn-roadside {
    margin-top: 11px;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.3s ease;
    background: linear-gradient(45deg, #00C853, #00BFA5);
    color: white;
    border: none;
    display: inline-block;
}
section.service-work .container {
    justify-content: center;
}
p.desc-work {
    color: #000;
    margin-top: 10px;
    line-height: 1.3;
}
section.service-box1.flate-tyre {
    background: #F9FFFA;
    color: #000;
    padding: 30px 0px 50px;
}
section.service-box1.flate-tyre .transport-section i.fa.fa-check {
    color: black;
}
section.service-box1.flate-tyre:after
{
    display:none;
}
p.section-note strong {
    margin-top: 10px;
    font-size: 18px;
    display: block;
    line-height: 1.2;
    color: #000;
}
/* Responsive */
@media (max-width: 900px) {
section.help-section h3 {
    font-size: 24px;
}
section.help-section {
    padding: 10px;
    margin-bottom:0px;
}
.transport-section,
.transport-section h3 {
    text-align: left;
}
section.service-box1.service-odd
{
    margin-bottom:30px;
}
section.help-section p {
    width: 100%;
}
  .roadside-wrapper {
    grid-template-columns: 1fr;
            gap: 20px;
        padding: 10px;
  }
.roadside-section {
    padding: 40px 0;
}
  .section-title {
    font-size: 28px;
  }
section.service-box1 .hero-img img {
    width: 100%;
}
section.service-box1 {
    padding: 15px!important;
}
}
/* ========================= */
/* MOBILE RESPONSIVE */
/* ========================= */

@media (max-width: 991px){

.menu-toggle{
display:block;
}

.nav{
position:absolute;
top:60px;
left:0;
width:100%;
background:#fff;
flex-direction:column;
padding:20px;
display:none;
}
section.service-assistance img,
section.service-work img {
    width: 100%;
}
section.service-assistance {
    padding: 15px;
}
.tips-title {
    font-size: 28px;
}
.nav.active{
    align-items: baseline;
display:flex;
}
.cta-container {
    padding: 40px 10px;
    width: 95%;
            margin-bottom: 30px;
}
section.service-work{
    padding: 30px 15px 0px;
}
.service-hero {
    max-height: 400px;
    min-height: 400px;

}
section.help-section.card-sec {
    
    padding: 50px 15px 0px;
}
.shap-right img {
    position: absolute;
    width: 65%;
    padding: 30px 0px 0px 0px;
    top: -59px;
    z-index: 9999;
}
.right-section{
display:none;
}

.nav-item .dropdown-menu{
position:relative;
box-shadow:none;
padding-left:15px;
}

.service-content {
    padding: 0px 10px;
}
.service-content h1 {
    font-size: 24px;
}
.service-content h2 {
    font-size: 18px;
    padding-top: 10px;
}
}

@media (max-width: 767px){

.service-card .card {
    width: 100%;
}
section.service-card {
    padding: 0px 15px;
}
.transport-list {
    flex-direction: column;
}
section.service-box1.service-odd
{
    margin-bottom:30px;
}
.footer-wrapper-new {
    padding: 80px 5% 30px 5%;
    background-position: bottom;
    background-size: initial;
}
.card-img img {
    width: 100%;
}
section.service-card.battery-sec .card {
    text-align: left;
    width: 100%;
}
h2.faq-title {
    padding: 0px 10px;
}
div#faq-container {
    padding: 0px 10px;
}
.faq-section .fa-chevron-down:before {
    padding: 5px;
    font-size: 14px;
}
}

