 .hero-banner{
  background-color: var(--secondary-color);
 }
 .hero-banner .slide-item {
      position: relative;
      color: #fff;
      padding: 100px 0; 
        background-size: cover;
    }
     .hero-banner .slide-item:before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgb(17 95 167 / 83%); 
} 
    .hero-banner .slide-item img {
      position: relative;
      z-index: 99;
      height: 100%;
    width: 100%; 
    max-width: 300px;
    object-fit: contain;
    filter: brightness(0.8);
        margin: auto;
    }
 .hero-banner .slide-item .col-lg-6:last-child {
    text-align: right;
}

    .hero-banner .slide-content h1, 
    .hero-banner .slide-content h2 {
        position: relative;
        display: block;
        color: #ffffff;
        font-size: 45px; 
        font-weight: 700; 
    margin: 30px 0;
    }

    .hero-banner .slide-content p {
      font-size: 1rem;
      margin: 0;
      opacity: 0.9;
      opacity: 0;
    font-size: 21px;
    color: white;
    font-weight: 400;
    line-height: 31px;
}
.hero-banner .slide-content .button1{
    position: relative;
}

    /* Animations */
    .hero-banner .animate__fadeUp {
      animation: fadeUp 1.5s forwards;
    }

    .hero-banner .animate__fadeDelay {
      animation: fadeUp 1.5s forwards;
      animation-delay: 0.3s;
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Custom navigation */
   .hero-banner  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); 
      border-radius: 50%;
      width: 70px;
      height: 70px;
      border: none;
      outline: none;
      transition: 0.3s;
      background: rgba(0,0,0,0.5) !important;
    }
   .hero-banner  .owl-nav button i{
    color: white;
   }
    .hero-banner .owl-nav button:hover {
      background: #fff !important;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

 .hero-banner .owl-nav button:hover i{
      color: var(--text-color) !important;
   }
   .hero-banner  .owl-nav .owl-prev { left: 15px; }
    .hero-banner .owl-nav .owl-next { right: 15px; }

    .hero-banner .owl-dots {
      position: absolute;
    bottom: 15px;
    width: 100%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    }

    .hero-banner .owl-dots .owl-dot span {
      background: #fff !important;
      width: 40px;
      height: 4px;
      margin: 5px 7px; 
      transition: 0.3s;
      display: inline-block;
    }

    .hero-banner .owl-dots .owl-dot.active span {
      background: var(--primary-color) !important;
      transform: scale(1.3);
    }



    
.hero-banner .slide-content-text{
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.hero-banner .slide-content-text .big-title{
	position: relative;
	color: #ffffff;
	font-size: 72px;
	line-height: 1.1em;
	font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.hero-banner .slide-content-text .text{
	position: relative;
    display: inline-block;
    padding-top: 23px;
    border-top: 1px solid #e5b320;
	color: #131313;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
    letter-spacing: normal;
    text-transform: none; 
}


/*service section start here*/


.single-service-style {
    position: relative;
    display: block; 
    background-color: white;
box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 12px 0px;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
} 
.single-service-style .img-holder {
    position: relative;
    display: block;
    height: 260px;
    overflow: hidden;
    z-index: 1;
} 
.single-service-style .img-holder img {
    width: 100%;
    transition: all 700ms ease;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
} 
.single-service-style:hover .img-holder img{

    transform: scale(1.05);
    filter: brightness(1);
}
.single-service-style .text-holder {
    position: relative;
    display: block;
    padding: 15px;
    text-align: center;
} 
.single-service-style .text-holder h3 {
    margin-left: 0px;
    transition: all 300ms ease 100ms;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
} 
.single-service-style .text-holder .text p {
    margin: 0;
} 
.single-service-style .text-holder h3 a{
    position: relative;
    padding-bottom: 0;
    display: inline-block;
    color: var(--primary-color);
} 
.single-service-style .text-holder h3 a:hover{
    color: var(--text-color);
} 


/*Specialist-sec css start here*/
.Specialist-sec{
  background-image: url(../images/bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.flow-box {
  padding: 30px 15px;
  background: linear-gradient(180deg, #6c9bd2 0%, #1e5c9e 100%);
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3), inset 0px -3px 0px rgba(255, 255, 0, 0.4);
  transition: .3s;
}
.flow-box:hover {
    margin-top: -10px;
}

.flow-box-info img {
    width: 80px;
}
.flow-box-info h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
.flow-box-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
    color: white;
}
.Specialist-sec h2{
  color: white;
}
.Specialist-sec p{
  color: white;
}
.flow-box svg {
    margin-bottom: 20px;
}

/*product slider css start here*/


/* --- Slider Container --- */ 

 
    .product-card {
      background: #fff;
      border: 1px solid #e0e0e0;
      padding: 20px;
      text-align: center;
      transition: all 0.3s ease; 
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      position: relative;
    }
.product-card:after {
    content: '';
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    position: absolute;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
}
.product-card:before {
    content: '';
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    position: absolute; 
    transition: opacity .2s, transform .2s;
}

.product-card:hover:before, .product-card:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


    /* Hover Effect: Red Border */
    .product-card:hover { 
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      
    }
.product-card:after{ 
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    z-index: 9;
}
  .product-card:hover:after{  
    opacity: 1; 
    background-color: rgba(8, 8, 8, 0.6);
}    

    /* Product Image Area */
    .product-image {
      width: 100%;
      height: 200px; 
      display: flex;
      align-items: center;
      justify-content: center; 
      position: relative;
      z-index: 9;
    }

    .product-image img {
      max-width: 100%;
      max-height: 100%;
      width: auto; 
      object-fit: contain;
      z-index: 9;
      position: relative;
      transition: .6s;
    }
.product-card:hover  .product-image img{
  transform: scale(1.2);
}
    .product-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99;
        width: 100%;
        opacity: 0;
        transition: .3s all ease;
    }

    .product-card:hover .product-text {
      opacity: 1;
    }
    /* Product Title */
    .product-slider-owl h3 {
      font-size: 18px;
      font-weight: 600;
      color: var(--white); /* Red title as seen in most items */
      margin-bottom: 15px;
      line-height: 25px;
      position: relative;
      z-index: 9;
    }
    
  

    /* View Product Button */
    .btn-view {
    display: inline-block;
    color: var(--text-color);
    background-color: var(--white);
    padding: 6px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s ease;
    margin-top: auto;
    position: relative;
    z-index: 9;
    }

    .btn-view:hover {
      background-color: var(--primary-color); /* Deep Red */
      color: white;
    }

    /* Owl Navigation Arrows (Optional customization) */
    .product-slider-owl.owl-carousel  .owl-prev, .product-slider-owl.owl-carousel  .owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background: #fff ;
      border: 1px solid var(--primary-color) !important; 
      border-radius: 50% ;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: .3s;
    }
    
    .product-slider-owl.owl-carousel  .owl-prev span, .product-slider-owl.owl-carousel  .owl-next span {
    font-size: 42px; 
    margin-bottom: 5px;
    }

    .product-slider-owl .owl-prev { left: -20px; }
    .product-slider-owl .owl-next { right: -20px; }


    .product-slider-owl.owl-carousel  .owl-prev:hover, .product-slider-owl.owl-carousel  .owl-next:hover {
      background-color: var(--primary-color);
      color: white;
    }

/*about us image css start here*/
.img-box1 {
    position: relative;
    z-index: 2;
    padding-bottom: 78px;
    margin-right: 30px;
    margin-left: 30px;
}

.img-box1 .img1 {
    display: inline-block;
    position: relative;
    z-index: 2;
  
}

.img-box1 .img1 img {
    width: 100%
}

.img-box1 .img1:before {
    content: '';
    background-color: #f7f7f7; 
    background: linear-gradient(220deg, #FFF -0.94%, var(--primary-color) 101.27%);
    position: absolute;
    bottom: -40px;
    left: -40px;
    height: 100%;
    width: 100%;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
    z-index: -1
}
 

.img-box1 .ripple-shape {
    --border-color: var(--primary-color);;
    --circle-size: 54px;
    --opacity-original: 1;
    --opacity-animate: 0;
    --duration: 10s;
    position: absolute;
    bottom: calc(54px* -0.5);
    left: calc(54px* -0.5);
    z-index: 3
}
 

.ripple-1,.ripple-2,.ripple-3,.ripple-4,.ripple-5,.ripple-6 {
    --duration: 6s;
    height: 54px;
    width: 54px;
    position: absolute;
    inset: 0;
    background-color: transparent;
    border: 1px solid var(--primary-color);;
    border-radius: 50%;
    -webkit-animation: rippleShape var(--duration) linear infinite;
    animation: rippleShape var(--duration) linear infinite
}

.ripple-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ripple-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ripple-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.ripple-4 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.ripple-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.ripple-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.ripple-6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes rippleShape {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: var(--opacity-original, 0.2)
    }

    100% {
        opacity: var(--opacity-animate, 0);
        -webkit-transform: scale(3);
        transform: scale(3)
    }
}

@keyframes rippleShape {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: var(--opacity-original, 0.2)
    }

    100% {
        opacity: var(--opacity-animate, 0);
        -webkit-transform: scale(3);
        transform: scale(3)
    }
}

 

/*----------Contact Us css Start here----------*/

.contact-us-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-us-list {
  margin-bottom: 10px;
  max-width: 50%;
  width: 49%;
  background: #fff;
  border-radius: 7px;
  padding: 20px;
  overflow-wrap: anywhere;
      box-shadow: rgb(0 0 0 / 9%) 0px 1px 4px
}

.contact-us-list i {
  border-radius: 35px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  font-size: 23px;
  margin-bottom: 9px;
}

.contact-us-list p { 
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.contact-us-list p:nth-child(2){
  margin: 3px 0;
}

.contact-us-list p b {
    font-weight: 700;
    font-size: 21px;
}


/*--------------------
Form
---------------------*/
button:focus { 
  outline:0; 
}
.box-form .form-group {
  width: 100%;
  display: inline-table;
  padding: 8px 0px;
  margin-bottom:2px;
}

.box-form label {
  float: left;
  width: 100%;
  top: 0px;
  color: #032942;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 10px;
}
.box-form label.checkbox {
  float: left;
  padding: 5px 20px;
  line-height: 1.7;
}

 
.box-form .form-control{
  width: 100%;
  display: inline;
  float: left;
  transition: .3s;
  color: var(--primary-color); 
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px !important;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(22, 22, 22, 0.10);
  padding: 12px 20px;
  height: 48px;
  outline: unset;
  border: 1.5px solid;  
  border-color: rgb(206 209 255 / 66%);
} 
.box-form .form-control::placeholder {
  color: #999999;     
 font-size: 15px;   
}
.box-form textarea.form-control{
  height: auto;
}
.box-form input[type=text]:focus,
.box-form input[type=password]:focus,
.box-form input[type=email]:focus, 
.box-form .form-control:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: inherit;  
}

.box-form input::-webkit-input-placeholder, .box-form textarea::-webkit-input-placeholder {
font-size: 13px;
}

.box-form input:-ms-input-placeholder, .box-form textarea:-ms-input-placeholder { 
font-size: 13px;
}

.box-form input::placeholder, .box-form textarea::placeholder {
font-size: 13px;
}
.box-form input[type=submit]  {
  width: 100%;
  max-width: 150px;
  height: 52px;
  margin-top: 24px; 
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: var(--primary-color);
  border: 1px var(--primary-color) solid;
  opacity: 1;
  cursor: pointer;
  border-radius: 6px;
}

.box-form input[type=submit]:hover {
  background-color: #1b2c34;
border: 1px #1b2c34 solid;
}
.box-form input[type=submit]:focus {
  outline: none;
}
.box-form .form-group span.i {
  width: 24px;
  height: 24px;
  float: right;
  position: relative;
  margin-top: -26px;
  right: 2px;
  z-index: 2;
  display: none; 
  -webkit-animation: bounceIn 0.6s linear;
  -moz-animation: bounceIn 0.6s linear;
  -o-animation: bounceIn 0.6s linear;
  animation: bounceIn 0.6s linear;
}

.box-form, .box-info, .b, .b-support, .b-cta,
input[type=submit], .form-group span.i { 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
} 
.box-form {
  position: relative; 
  background: #fff; 
  overflow: hidden;
  z-index: 2;   
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px; 
  width: 100%;
} 

/*about us csss start here*/

.inner-page-banner{
      background-image: url(../images/inner-banner.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}
.inner-header-margin{
      margin-top: 106px;
}
.inner-page-banner h1{
  font-size: 50px;
    line-height: 90px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff
}
.background-overlay{
  position: absolute;
    opacity: 0.5;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.site-top-line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 24px;
    margin-top: -24px;
    z-index: 1;
    background-image: url(../images/top-line.png);
    background-repeat: repeat-x;
}
 
.section-head.center {
    text-align: center;
    margin: 0px auto 60px;
    max-width: 770px;
}


.inner-page-banner .container-fluid { 
    position: relative;
    z-index: 999;
}



.box-wrapper {
    background: #fff; 
    border: solid 3px #fe771f26;
    transition: 0.25s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 30px; 
    position: relative;
    overflow: hidden;
    cursor: default;
    border-radius: 10px;
    background: linear-gradient(90deg, #bdc0ff45 -0.94%, #bdc0ff9c 101.27%);
}
.box-wrapper .box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffffff !important;
    z-index: 0;
    padding: 10px;
}
.box-wrapper h4 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
}



.cta-btn{
    background-image: url(../images/inner-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    text-align: center;
}

.cta-btn .container-fluid{
    position: relative;
}


.cta-btn h2, .cta-btn h3, .cta-btn h4, .cta-btn h5 {
    color: #fff;
}

.cta-btn .btn{
     text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 3px;
    transition: .3s;
}

.cta-btn p{
    color: #fff;
}

.cta-btn .btn:hover{
   background-color: #E21C28;
    color: #fff;
}
.cta-btn .background-overlay {
  background-color: var(--secondary-color);
}

.cta-btn .button1{
  background-color: white;
  color:black
}
.cta-btn .button1:hover{
  background-color: black;
  color:white
}

/*prodcuts css start here*/

.product-wrap{
  border: 1px solid #efefef; 
    position: relative ;
    transition: all .3s ease-in-out;
    display: block;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 8px 0px, rgba(60, 64, 67, 0.15) 0px 1px 8px 1px;
    text-align: center;
}


.product-wrap:before {
    content: '';
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #cc3105;
    border-bottom: 1px solid #cc3105;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    position: absolute;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
}
.product-wrap:after {
    content: '';
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #cc3105;
    border-right: 1px solid #cc3105;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    position: absolute;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
}

.product-wrap a img {
    max-height: 214px;
    object-fit: contain;
    text-align: center;
    margin: auto;
    border-bottom: 1px solid #efefef;
}
.product-wrap h4, .product-wrap h2 {
    font-size: 18px ;
    text-align: center;
    margin-bottom: 20px ; 
    font-weight: 600 ;
    margin-top: 20px ;
}
.product-wrap:hover:before, .product-wrap:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-wrap .btn-view {
    background-color: var(--primary-color);
    color: white;
    margin-bottom: 20px;
}

.product-wrap:hover .btn-view, .product-wrap .btn-view:hover {
    background-color: var(--text-color);
    color: white;
    margin-bottom: 20px;
}

/*sidebar sec css start here*/

/*services sidear*/
.sidebar-nav {
  background-color: #F6F6F6;
  padding: 30px 20px;
  box-shadow: 0px 0px 5px 2px rgb(30 96 170 / 18%); 
}

.sidebar-nav h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-nav ul{
  margin: 0;
  padding: 0;
}
.sidebar-nav li{
    border-radius: 6px;
    color: var(--primary-color);
    position: relative;
    transition: 0.3s;
    margin-top: 11px;
}
.sidebar-nav ul li a {
  line-height: 24px;
  font-size: 17px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  display: block;
  font-weight: 500;
}


.sidebar-nav ul li a::after {    
  content: "\f178";
  font-family: 'Font Awesome 7 Free';
font-size: 16px;                     

position: absolute;
right: 0;
top: 0;
font-weight: 900;
color: var(--primary-color);
}

.dealer_logo {
  box-shadow: 0 0 10px rgba(0,0,0,.2); 
  padding: 20px;
  text-align: center;
}
.dealer_logo img {
  max-width: 100%;
    border: 1px solid #ddd;
}
.dealer_profile .dealer_info {
  padding: 25px 0;
  width: 100%;
}
.dealer_info h4 {
  font-size: 27px;
  font-weight: 700
}
  
.content-side ul {
  margin-top: 25px;
  color: #6c7176;
  padding-left: 0;
}
.content-side ul li{
  position: relative;
  padding: 0px 0 0px 26px; 
  margin-bottom: 5px;  
  font-weight: 400;
  color: var(--text-color);
  font-size: 17px;
  margin-bottom: 10px;
  line-height: normal;
}
.content-side ul li:first-child {
  padding-top: 0;
}
.content-side ul li strong, .content-side ul li b{
      color: var(--secondary-color);
      font-weight: 700;
} 
.content-side ul li:before {
  content: "\f178";
  font-family: 'Font Awesome 7 Free';
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 0;
      color: var(--secondary-color);

}


/*table css start here*/


 .table-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden; /* Clips the table corners */
    background: white;
    width: 100%; 
    border: 1px solid #e0e0e0;
  }

  /* Responsive Wrapper for Mobile Scrolling */
  .table-responsive {
    overflow-x: auto;
  }

  .table-container table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px; /* Ensures table doesn't squish too much */
  }

  /* --- Header Design --- */
  .table-container thead {
    background-color: var(--primary-color); /* Your Brand Yellow */
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }

  .table-container th {
    padding: 18px 15px;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #e0a800;
  }

  /* --- Body Design --- */
  .table-container td {
    padding: 16px 15px;
    color: #444;
    font-size: 0.95rem;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease; 
  }

  /* Zebra Striping */
  .table-container tbody tr:nth-child(even) {
    background-color: #fcfcfc;
  }
   .table-container tbody tr{

    transform: scale(0.99);
    transition: .3s;
   }
  .table-container tbody tr:hover {
    background-color: #115fa72e; 
    transform: scale(1.0); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
    z-index: 10;
    position: relative;  
    cursor: pointer;
  }

  /* First Column (Model No) Styling */
  .table-container tbody tr td:first-child {
    font-weight: 700;
    color: var(--primary-color); 
  }

  /* Specific column width tweaks if needed */
  .table-container th:nth-child(2) { width: 20%; } 
 
/*faq css start here*/
.accordion-button::after {
background-image: unset;
content: "\2b";
font-family: "Font Awesome 7 Free";
font-weight: 900;
transition: all 0.5s;
transform: unset;
}
.accordion-button:not(.collapsed)::after {
background-image: unset; 
content: "\f068";
font-family: "Font Awesome 7 Free";
font-weight: 900;
transform: unset; 

} 
 
.faq h2.accordion-header{
  margin-bottom: 0;
}
.faq button.accordion-button {
  position: relative;
  background-color: var(--white);
  color: var(--text-color); 
  font-size: 20px;
    padding: 15px 25px;
    transition: all .2s ease;
    cursor: pointer;
    font-weight: 700;
}
.faq .accordion-button:focus{
box-shadow: unset;
}
  

.faq .accordion-button:not(.collapsed){
  background-color: var(--secondary-color);
  color:  var(--white) !important;
}
.faq .accordion-item{ 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 3px 0px; 
}

