* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
    font-family: "Fira Sans", sans-serif;
    font-family: "Roboto", sans-serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}
p {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
  color: #000;
  font-weight: 400;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  border-radius: 0px;
  background-color: var(--s-primary);
  padding: 15px 40px 15px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-color: currentColor;
}
.site-btn:hover {
  border-color: var(--s-secondary);
  background-color: var(--s-secondary);
  border-color: currentColor;
}
.revSite-btn {
  background-color: var(--s-secondary);
  color: var(--s-primary);
}
.revSite-btn:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
.titleBar {
  margin-bottom: 25px;
  position: relative !important;
}
.titleBar span {
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--s-secondary);
  display: block;
  position: relative;
}
.titleBar h3 {
  font-size: 35px;
  font-weight: 500;
  color: var(--s-primary);
  margin-bottom: 20px;
}
.iconbg {
  background: var(--s-secondary);
  border-radius: 2px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #4984b8;
  --s-secondary: #34a56f;
  --s-third: #d3d3d3;
  --s-white: #ffffff;
  --s-black: #000000;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*************************************/
/***     Header CSS Start Here     ***/
/*************************************/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-secondary) !important;
}

/* Main Header CSS */
header {
  background-color: transparent;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--s-primary);
}
.top-location ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-white);
}
.top-location ul li a {
  color: var(--s-white);
}
.top-location ul li a lord-icon {
  margin-right: 8px;
  color: var(--s-white);
}
.header-info ul li {
  padding: 0 3px;
}
.header-info ul li a {
  color: var(--s-primary);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-white);
  border-radius: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.header-info ul li a:hover {
  color: var(--s-white);
  background-color: var(--s-secondary);
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: var(--s-white);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  /* overflow: hidden; */
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
/* .bottom-header nav .navbar-nav .nav-item
              {
                padding: 0px 20px;
              } */
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/*************************************/
/***     Banner CSS Start Here     ***/
/*************************************/
/* Banner Section Start Here */
.Mainbanner {
  /* padding: 40px 40px 40px 40px; */
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.animate-text {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
}
.animate-text.active {
  opacity: 1;
  transform: translateY(0);
}
#banner {
  /* background-image: url(https://timsautorentalak.com/wp-content/uploads/2025/05/banner-1.webpbanner.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 650px;
  min-height: 650px;
  display: block;
  border-radius: 0px;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0px;
  background: linear-gradient(90deg, #18181896 0%, rgba(28, 16, 104, 0) 100%);
  /* background-color: #00000096; */
}
#banner .container .row {
  height: 650px;
  min-height: 650px;
}
#banner .banner-text {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
#banner .banner-text h5 {
  display: block;
  margin-bottom: 15px;
  color: var(--s-white);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#banner .banner-text h2 {
  font-size: 60px;
  display: block;
  margin-bottom: 20px;
  color: var(--s-white);
  font-weight: 600;
}
#banner .banner-text h2 span {
  color: var(--s-primary);
}
#banner .banner-text p {
  margin-bottom: 35px;
  color: var(--s-white);
  font-size: 22px;
}

/* Services Section */
.services-box
{
  padding: 35px 20px 30px;
  border: 1px solid #D2D2D2;
}
.services-content h2
{
  color: var(--s-secondary);
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 23px;
}
.services-content a
{
  background-color: transparent;
  padding: 0;
  color: var(--s-secondary) !important;
  display: inline-flex;
  align-items: center;
  padding-bottom: 5px;
  transition: all.5s;
  position: relative;
}
.services-content a:after {
  position: absolute;
  bottom: -0px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: var(--s-secondary);
}
.services-content a:hover::after
{
  width: 100%;
  visibility: visible;
  opacity: 1;
}

/* WHy- Choose US */
.ag-courses_item {
  overflow: hidden;
  border-radius: 0px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #121212;
  overflow: hidden;
  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #fff;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #34a56f;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.row .col-md-4:nth-child(2) .ag-courses-item_bg {
  background-color: var(--s-primary);
}
.row .col-md-4:nth-child(3) .ag-courses-item_bg {
  background-color: #e44002;
}
.row .col-md-4:nth-child(4) .ag-courses-item_bg {
  background-color: #952aff;
}
.row .col-md-4:nth-child(5) .ag-courses-item_bg {
  background-color: #f9b234;
}
.row .col-md-4:nth-child(6) .ag-courses-item_bg {
  background-color: #4c49ea;
}
.row .col-md-4:nth-child(7) .ag-courses-item_bg {
  background-color: #3ecd5e;
}
.row .col-md-4:nth-child(8) .ag-courses-item_bg {
  background-color: #cd3e94;
}
.row .col-md-4:nth-child(9) .ag-courses-item_bg {
  background-color: #952aff;
}
.why-icon {
  background-color: #fff;
  height: 65px;
  width: 65px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 65px;
  position: relative;
  z-index: 2;
}
.ag-courses-item_title {
  margin: 0 0 0px;
  overflow: hidden;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  z-index: 2;
  position: relative;
}

/* Fleet Section */
.card {
  --blur: 16px;
  --size: clamp(300px, 50vmin, 600px);
  aspect-ratio: 4 / 3;
  position: relative;
  border-radius: 0rem;
  overflow: hidden;
  color: #000;
  transform: translateZ(0);
}
.card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(calc(1 + (var(--hover, 0) * 0.05))) rotate(calc(var(--hover, 0) * -4deg));
  transition: transform 0.2s;
}
.card__footer {
  padding: 0 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  display: grid;
  grid-template-row: auto auto;
  gap: 0.5ch;
  background: hsl(0 0% 100% / 0.5);
  -webkit-backdrop-filter: blur(var(--blur));
          backdrop-filter: blur(var(--blur));
  height: 25%;
  align-content: center;
  color: var(--s-primary);
}

.card__action {
  position: absolute;
  aspect-ratio: 1;
  width: calc(var(--size) * 0.15);
  bottom: 25%;
  right: 1.5rem;
  transform: translateY(50%)
    translateY(
      calc(
        (var(--size) * 0.4)
      )
    )
    translateY(calc(var(--hover, 0) * (var(--size) * -0.4)));
  background: purple;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  background: hsl(0 0% 100% / 0.5);
/*   backdrop-filter: blur(calc(var(--blur) * 0.5)); */
  transition: transform 0.2s;
}

.card__action img {
  aspect-ratio: 1;
  width: 80%;
}

.card__footer span:nth-of-type(1) {
  font-size: calc(var(--size) * 0.075);
  font-weight: 500;
  color: var(--s-secondary);
}

.card__footer span:nth-of-type(2) {
  font-size: calc(var(--size) * 0.035);
}

.card:is(:hover, :focus-visible) {
  --hover: 1;
}

/* Terstimonial Section */
.testimnialSection{
  background-color: var(--s-secondary);
}
.td-single-testimonial-item
{
  background: #f4f4f0;
  padding: 40px;
  transition: .8s;
  border-radius: 0px;
}
.td-testimonial-rating
{
  color: #FDCC0D;
}
.td-testimonial-rating ul li
{
  margin: 0 1px;
}
.td-testimonial-header .td-testimonial-image
{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--s-primary);
}
.td-testimonial-image h3
{
  margin-bottom: 0;
  font-size: 25px;
}
.td-name-designation h6
{
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--s-primary);
  transition: .3s;
}
.td-name-designation p
{
  color: var(--s-secondary);
  font-weight: 300;
}
.td-testimonial-description
{
  margin: 20px 0 30px 0;
}
.td-testimonial-description p
{
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
}
/* Free CAll Section Start Here */
.call-box {
  background: var(--s-secondary);
  background: linear-gradient(45deg, #4984B8 33%, #34A56F 100%);
  padding: 80px 0;
  border-radius: 10px;
}
.call-btn{
  border-color: var(--s-white);
  color: var(--s-white);
}
.freeCAllSection h2{
  margin-bottom: 20px;
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-black);
  position: relative;
  padding-top: 25px;
}
/* footer:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #222222f5;
      z-index: 0;
    } */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-secondary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-secondary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-white);
  transition: 0.3s;
  border-radius: 2px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-primary);
  color: var(--s-white);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}






/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-color: #000000;
  background-image: url(https://timsautorentalak.com/wp-content/uploads/2025/05/banner-5.jpeg);
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;

}
.innerPagesBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000b4;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}
.aboutImage img{
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.accordion-item
{
  background-color: transparent;
  border-top: 1px solid var(--s-white) !important; 
  margin: 0 !important;
  padding: 5px 0;
}
.accordion-header .accordion-button {
  font-size: 20px;
  color: var(--s-white);
  font-weight: 500;
  background-color: transparent;
}
.accordion-button:not(.collapsed) {
  color: var(--s-white);
  box-shadow: none;
}
.accordion-button:focus
{
  box-shadow: none;
}
.accordion-body{
  color: var(--s-white);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(https://timsautorentalak.com/wp-content/uploads/2025/05/banner-1.webparrow-down.png);
}
.accordion-button::after {
  background-image: url(https://timsautorentalak.com/wp-content/uploads/2025/05/banner-1.webparrow-down.png);
}


/* ourMission */
.ourMission{
  background-color: var(--s-secondary);
}
.valueBox {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 3em 2.5em 3em 2.5em;
  background-color: #f5fbfb;
}
.valueBox h4 {
  color: var(--s-secondary);
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 25px;
  margin-top: 25px;
  letter-spacing: 1px;
}
.valueBox p {
  color: var(--s-black);
}


/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p
{
  margin-bottom: 20px;
}
.innerServicesImage img
{
  height: 400px;
  object-fit: cover;
}






/*======================================================
             Responsive CSS STart Here
========================================================*/
/* 767px Start Here */
@media (max-width:991px){
  section{
    padding: 50px 0;
  }
  .top-section 
  {
    display: none;
  }
  .bottom-header{
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #bc8f8f;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-secondary);
  }
  .header-btn
  {
    display: none;
  }
  .bottom-header .navbar-brand img {
    width: 100px !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 25px;
    
  }
  .titleBar span{
    font-size: 13px;
    letter-spacing: 1px;
  }
  .titleBar span::before {
    top: 16.5px;
  }
  .titleBar span::after{
    top: 16.5px;
  }
  .titleBar p{
    font-size: 15px;
  }
  p{
    font-size: 14px;
  }
 /* Banner */
 .Mainbanner
 {
   padding: 0;
 }
 #banner{
   border-radius: 0;
 }
 #banner::before
 {
   border-radius: 0;
 }
 #banner .banner-text h2{
   font-size: 40px;
 }
 #banner .banner-text h5{
   font-size: 12px;
 }
 #banner .banner-text p{
   font-size: 15px;
 }
 #banner{
   min-height: 500px;
   height: 500px;
 }
 #banner .container .row {
   min-height: 500px;
   height: 500px;
 }
 /* Call */
 .call-box{
  padding: 15px;
 }

 /* Inner Services */
 .innerPagesBanner {
  height: 250px;
  padding-bottom: 30px;
}
.innerpage-title h2 {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 10px;
}
}