*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.html, body {
    background: #fff;
    font-family: "Kodchasan", sans-serif;
}
.text-orange{
 color: #FF6A28;
}
.background-orange{
 background-color: #FF6A28;
}
.text-white-light{
 color: #ffffffa6;
}

.font-10{
    font-size: 10px;
}
.font-11{
    font-size: 11px;
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-16{
    font-size: 16px;
}
.font-17{
    font-size: 17px;
}
.font-18{
    font-size: 18px;
}
.font-19{
    font-size: 19px;
}
.font-20{
    font-size: 20px;
}
.font-21{
    font-size: 21px;
}
.font-22{
    font-size: 22px;
}
.font-27{
    font-size: 27px;
}
.font-42{
    font-size: 42px;
}
.font-40{
    font-size: 40px;
}
.font-50{
    font-size: 50px;
}
 .fw-500{
    font-weight: 500;
 }
 .fw-600{
    font-weight: 600;
 }
 .fw-700{
    font-weight: 700;
 }
.color-grey{
    color: #888;
}
.background-orange{
    background-color: #ff6a28;
}

.padding-180-0{
    padding: 230px 0px;
}
.padding-top-150{
    padding-top: 150px;
}
.padding-20{
    padding: 20px  0px;
}

/* Base menu overlay style for mobile */
.menu-list {
    position: fixed;
    top: 0;
    left: -100%; /* hidden by default */
    width: 75%;
    height: 100%;
    background-color: #000000eb;
    z-index: 998;
    transition: left 0.3s ease;
    padding-top: 50px;
}
.fa-bars:before, .fa-navicon:before {
    
    color: #fff !important;
}

/* When menu is active */
.menu-list.active {
    left: 0;
}

/* Close icon inside the menu */
.menu-list .fa-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #fff;
}

/* Menu links styling */
.menu-list ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.min-header{
    height: 80px;
    background-color:#0000005e;
    z-index: 1050; 
}
.features-item {
    border-radius: 5px;
    padding: 40px 30px;
    text-align: center !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
}
.features-item h2 {
    z-index: 9;
 
    top: 15px;
    left: 45px;
    font-size: 100px;
    font-weight: 600;
    color: #fdefe9;
}
  .features-top img{ 
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-top: 50px;
}
button.main-button {
    font-size: 14px;
    text-decoration:  none;
    border-radius: 25px;
    padding: 15px 25px;
    background-color: #f4813f;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .item .testimonial-content {
    background: rgb(244, 129, 63) !important;
    background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%) !important;
    margin-left: 60px;
    padding: 40px 30px;
    text-align: center;
    border-radius: 5px;
}
 .item {
    position: relative;
}
.author img{
    max-width: 120px !important;
    margin-bottom: -60px;
}
.owl-carousel .owl-nav button.owl-prev span {
    z-index: 9;
    top: 30%;
    border-radius: 10px;
    font-size: 46px;
    color: #fff;
    right: -150px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    background: rgb(244,129,63);
    background: linear-gradient(145deg, rgba(244,129,63,1) 0%, rgba(241,85,106,1) 100%);
    position: absolute;
}
.owl-carousel .owl-nav button.owl-next span {
    z-index: 10;
    top: 45%;
    border-radius: 10px;
    font-size: 46px;
    color: #fff;
    right: -210px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    background: rgb(244,129,63);
    background: linear-gradient(145deg, rgba(244,129,63,1) 0%, rgba(241,85,106,1) 100%);
    position: absolute;
}


.car-head{
    /* background-image: url('../website_images/app.png'); */
     /* background-image: url('../website_images/headlight-lamp-car.jpg');  */
     background-image: url('../website_images/tail.jpg'); 
    width: 100%;
    /* height: 100vh; */
    background-size:cover;
    background-position:  center;
    position: relative;
    z-index: 2;
}
.car-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75); /* adjust darkness here */
  z-index: -1;
}
.padding-100-0{
    padding: 100px 0px;
}
.border-orange{
    border: 1px solid #FF6A28 !important;
}
.letter-spacing-2{
    letter-spacing: 2px;
}
.line-height-42{
    line-height: 42px;
}
.line-height-28{
    line-height: 28px;
}
.counter.plus::after {
  content: "+";
  margin-left: 3px;
  color: inherit;
}

.contact-form-area {
    background-image: url(../website_images/contact-form-bg.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.contact-form-area .contact-form {
    padding: 60px;
}

.contact-form-area .contact-form .form-control, .contact-form-area .contact-form select {
    background-color: #f2f2f6;
    height: 63px;
    color: #717175;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    padding: 0 30px;
}
.btn-style-one {
    font-size: 14px;
    line-height: 28px;
    padding: 15px 50px;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
    background: #FF6A28;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50px;
   
}
.contact-form-area .contact-info ul li .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
    width: 80px;
    height: 80px;
    background-color: #161617;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color:#FF6A28 ;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-form-area .contact-info ul li .text .label {
    font-size: 16px;
    font-weight: 500;
    color:#ffffffa6;
}
.contact-form-area .contact-info ul li:hover .icon {
    background-color:#ff6a28;
    color: #fff;
}
.faq-section{
    background-image: url(../website_images/page-title.jpg);
     background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 80px 0px !important;
    position: relative;

}
.accordion,
.accordion-item,
.accordion-header,
.accordion-button,
.accordion-button:not(.collapsed),
.accordion-collapse {
  background-color: transparent !important;
  box-shadow: none !important; /* Optional: removes Bootstrap's shadows */
  border: none !important;     /* Optional: removes borders */
  color: #fff; /* Optional: white text for dark backgrounds */
}

.accordion-button {
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}
.accordion-header .accordion-button {
    
    border-bottom: solid 1px rgba(255, 255, 255, .4) !important;
}
.accordion-button::after {
  filter: brightness(0) invert(1);
}
.faq-section::before {
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0.7;
    position: absolute;
    top: 0px;
    width: 100%;
    background: rgb(19, 19, 19);
    z-index: 1 !important;
}
.z-999{
    z-index: 9999 !important
}
.Nsletter{
    background-color: transparent !important;
    
}
.footer-section{
      /* background-image: url(../images/footer-bg.jpg); */
    background-image: url(../website_images/helping-bg.png);
     background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 50px 0px !important;
    position: relative;
}

/* .footer-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
  
    background: rgb(17 17 17 / 88%);
} */

.Nsletter::placeholder {
  color: #ffffffa6; 
  opacity: 1;     
}
#backToTop {
  display: none; /* Hidden by default */
  position: fixed;
 right: clamp(10px, 4vw, 30px) !important;
  bottom: clamp(10px, 4vw, 30px)!important;
  z-index: 999;
  font-size: 18px;
  background-color: transparent !important;
  border: 1px solid #ff6a28 !important;
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease;
}
.Download{
 /* background-image:url(../images/bg1.jpg); */
 background-image:url(../website_images/footer-bg.jpg);
     background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 50px 0px !important;
    position: relative;
}

.Download:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(17 17 17 / 88%);
}
/* .abt::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.62);
    z-index: -1;
} */

/* /crousel */
  :root{
      --carousel-h: 90vh;
    }

    .crow-main{
      margin:0;
      height:100vh;
      display:flex;
      justify-content:center;
      align-items:center;
    
      font-family:Arial, sans-serif;
      color:#fff;
    } 

    .carousel-wrapper{
      width:80%;
      max-width:1000px;
      user-select:none;
      text-align:center;
    }

    .slider-container{
      position:relative;
      height:var(--carousel-h);
    }

    .card{
      position:absolute;
      top:0;
      left:50%;
      transform:translateX(-50%);
      width:30%;               
      height:85%;
      border-radius:16px;
      overflow:hidden;
      transition:transform .6s ease, opacity .6s ease, filter .6s ease;
      opacity:0;
      filter:blur(6px);
      cursor:grab;
    }

    .card img{
      width:100%;
      height:100%;
      object-fit:cover;  
      object-position:top;      
      display:block;
      -webkit-user-drag:none;  
      pointer-events:none;     
      border-radius: 16px !important;
    }

    /* Center (active) */
    .card.active{
      transform:translateX(-50%) translateY(-24px) scale(1.06);
      opacity:1;
      filter:blur(0);
      z-index:5;
    }

    /* Left/Right neighbours (1st layer) */
    .card.left{
      transform:translateX(-120%) scale(.9);
      opacity:.6;
      z-index:4;
    }
    .card.right{
      transform:translateX(20%) scale(.9);
      opacity:.6;
      z-index:4;
    }

    /* Second layer (further left/right) */
    .card.left2{
      transform:translateX(-200%) scale(.8);
      opacity:.4;
      z-index:3;
      filter:blur(8px);
    }
    .card.right2{
      transform:translateX(100%) scale(.8);
      opacity:.4;
      z-index:3;
      filter:blur(8px);
    }

    /* Dots */
    .dots{
      margin-top:16px;
      display:flex;
      justify-content:center;
      gap:8px;
    }
    .dot{
      width:12px;height:12px;border-radius:50%;
      background:#555;cursor:pointer;transition:background .3s;
    }
    .dot.active{ background:#fff; }

     @media (max-width: 800px){
     
      .card{ width:75% }
    } 