@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Racing+Sans+One&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

*,
*::after,
*::before
{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
body
{
    
    scroll-behavior: smooth;
    /* background-color: #474752!important; */
	font-family: "Outfit", sans-serif!important;
}
a
{
    text-decoration: none;
}
.text-gray
{
	color:#a3a3a3;

}
.text-xxxs{
font-size:13px;
}
.text-xxxss {
    font-size: 0.9845rem;
    line-height: 0.93rem;
} 

.overflow-hidden1 {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.overflow-visible {
  overflow: visible;
  max-height: max-content!important;
}


.labourwork {
    list-style-type: none;
    padding-left: 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 0.4125rem;
    grid-column-gap: .25rem;
    align-items: baseline;
    /* justify-content: end; */
    /* align-content: stretch; */
    justify-items: stretch;
}




.labourwork li {
    background: url('../img/tick.png') no-repeat left center;
    background-size: 1em 1em;
    padding-left: 1.5em; /* space for the image */
    margin-bottom: 4px;
}

.header {
    background: #fff;
    /* position: sticky;
    top: 0; */
    z-index: 1100;
    font-family: "Outfit", sans-serif;
}
.header .topArea {
    padding: 11px 0;
}
.header .topArea .logo {
    padding-top: 4px!important;
}
.header .topArea .searchArea {
    z-index: 5;
}
.header .topArea .searchArea form {
    margin: auto;
    position: relative;
    width: 100%;
}
.header .topArea .searchArea .main-search .dropdown {
    color: #24272c;
    position: absolute;
    top: 2px;
    width: 97px;
    z-index: 100;
}
.header .topArea .searchArea .main-search .dropdown .dropdown-toggle {
    border-right: 1px solid #d8d8d8;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    width: 97px;
}
.header .topArea .searchArea .main-search .dropdown .dropdown-toggle .selected {
    display: inline-block;
    text-align: center;
    width: 62px;
}
.header .topArea .searchArea .main-search input[type=text] {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 23px;
    box-shadow: none;
    caret-color: #f75d34;
    color: rgba(36, 39, 44, .5);
    font-size: 14px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 40px 0 15px;
    text-overflow: ellipsis;
    width: 100%;
}
.header .topArea .loginAreaRight>ul 
{
    text-align: right;
}
.header .topArea .loginAreaRight li {
    display: inline-block;
    margin-left: 34px;
    vertical-align: middle;
}
.header .topArea .loginAreaRight li .phone
{
    color: #102a83;
    font-size: 16px;
    font-weight: 600;
}
.header .topArea .loginAreaRight li .username 
{
    color: #ffc107;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #000;
    padding: 9px 12px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.header .topArea .loginAreaRight li .username .userIcon {
    font-size: 17px;
    height: 17px;
    margin-right: 7px;
    vertical-align: -3px;
    width: 17px;
}
.header .bottomArea {
    border-top: 1px solid rgba(36, 39, 44, .1);
    box-shadow: 0 3px 6px 0 rgba(36, 39, 44, .1);
    position: relative;
    z-index: 1;
}
.header .bottomArea ul,
.header .bottomArea .linkArea
{
    font-family: "Outfit", sans-serif;
}

.bottomArea .navbar-nav .nav-item .nav-link
{
    font-size: 15px;
    color: #626262;
    font-weight: 500;
}
.header .bottomArea .linkArea span
{
    font-size: 15px;
    color: #1c4791;
}
.bottomArea .navbar-nav .nav-item .active
{
    color: #0d30a3!important;
    font-weight: 700;
}
.banner1 {
    background-position: center;
    
}
.banner1 img
{
    width: 100%;
    height: 50vh;
	border-radius: 10px;
    margin-top: 15px;
}
.service-block-four 
{
    position: relative;
    margin-bottom: 30px;
}
.service-block-four .inner-box 
{
    position: relative;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    margin-bottom: 1.8em;
    transition: 1s;
}
.text-dark 
{
    color: #212529!important;
    text-decoration: none;
}
.w-55 
{
    width: 55% !important;
}
img 
{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.service-block-four .inner-box .lower-content 
{
    position: relative;
    padding: 7px 20px;
}
.service-block-four .inner-box .lower-content h5 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    
}
.fs-6 
{
    font-size: 1rem !important;
    margin-bottom: 0px!important;
}
.col-lg-2
{
    width:14.666667%!important
}
.md\:col-span-2 {
    grid-column: span 2 / span 2;
}
.banner-form .rounded-pill {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 23px;
    box-shadow: none;
    caret-color: #f75d34;
    color: rgba(36, 39, 44, .5);
    font-size: 14px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 40px 0 145px;
    text-overflow: ellipsis;
    width: 100%;
}
.categoryBox {
    padding: 8px 8px;
    background-color: #efefef;
    border-radius: 5px;
}
.service-block-six .inner-box .lower-content 
{
    position: relative;
    padding: 15px 20px;
}
.service-block-six .inner-box .lower-content h5 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    
}
.service-block-six 
{
    position: relative;
    margin-bottom: 30px;
}
.service-block-six .inner-box 
{
    position: relative;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    margin-bottom: 1em;
    transition: 1s;
}
.service-block-six .active,
.service-block .active
{
    background-color: #e63d32;
}
.service-block-six .active h5 a
{
    color: #ffffff!important;
}
.flex
{
    display: flex;
}
@media (max-width: 539px)
{
	.flex,
	.pkg-duration
	{
		flex-direction:column;
	}
	.pkg-duration,
	.pkg-duration p 
	{
		margin-bottom:0.4rem;
		display:flex;
		position:relative;
	}
	.pkg-duration p span 
	{
		margin-left:12px
	}
	.pkg-duration p::before
	{
	  content: "•"; /* the bullet symbol */
	  position: absolute;
	  left: 0;
	  color: #333; /* bullet color */
	  font-weight: bold;
	  font-size: 20px; /* adjust size */
	  top: 0;
	  line-height: 1;
	}
	.pkg-duration p img 
	{
		display:none;
	}
	.fixed 
	{
            position: relative!important;
			width:100%!important
    }
}
.md\:flex-col,
.flex-col {
    flex-direction: column;
}
.box-primary
{
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
}
.box-primary:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(28, 2, 147, .25) 12%, rgba(28, 2, 147, .05) 98%);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.w-full
{
    width: 100%;
}
.w-80 
{
    width: 9rem;
}
.md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.md\:text-sm,
.text-sm {
    font-size: 1.198rem;
    line-height: 1.25rem;
}
.md\:mb-2 {
    margin-bottom: .5rem;
}
.md\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.font-medium {
    font-weight: 500;
}
.w-\[50\%\] {
    width: 50%;
}
.md\:flex {
    display: flex;
}
.md\:max-h-16 {
    max-height: 4rem;
}

.text-\[0\.5rem\] {
    font-size: .5rem;
}
.max-h-40 {
    max-height: 10rem;
}
[type=button], [type=reset], [type=submit], button 
{
    background-color: transparent;
    background-image: none;
    border: none;
}
.font-semibold {
    font-weight: 600;
}
.text-secondary1
{
    color: #f16c08;
    margin-bottom: 0;
}
.text-xxs {
    font-size: .875rem;
    line-height: 1rem;
}
#sidebar .text-xxs
{
	font-size: 1.025rem;
    line-height: 1rem;
}
#sidebar .text-\[0\.5rem\]
{
	font-size: 0.9rem;
    line-height: 1rem;
}
.text-light-600
{
    color: #6f6f6f;
}
.ml-auto {
    margin-left: auto;
}
.btn-secondary1
{
    background-color: #f27a21;
    color: #fff;
    font-weight: 800;
    margin-left: 5px;
    border-radius: 5px;
}
.grid
{
    display: grid;
}
.md\:grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.relative
{
    position: relative;
}
.absolute
{
    position: absolute;
}
.right-0
{
    right: 0;
}
.rounded-full
{
    border-radius: 9999px;
}
.bg-secondary {
    opacity: 1;
    background-color: #f27a21;
}
.w-3 {
    width: .75rem;
}
.h-3 {
    height: .75rem;
}
.block {
    display: block;
}
.m-1\.5 {
    margin: .375rem;
}
.items-center {
    align-items: center;
}
.cursor-pointer {
    cursor: pointer;
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, #ffb075, #f27a21);
}
.w-full {
    width: 100%;
}
.h-1 {
    height: .25rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.rounded-md
{
    border-radius: 500px;
    padding-left: 10px;
}
.text-gray-400 {
    opacity: 1;
    color: #9ca3af;
}
.section-title {
    text-align: start;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
	color:#0e2e7e;
}
.faq .faq-list li {
    border-bottom: 2px solid #e4e3e3;
    /* margin-bottom: 20px; */
    padding: 20px;
    text-wrap: wrap;
}
.faq .faq-list a.collapsed {
    color: #343a40;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-right: 25px;
    cursor: pointer;
    text-decoration: none;
}
.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}
.faq .faq-list .icon-show {
    display: none;
}
.bx-chevron-down:before {
    content: "\ea4a";
}
.faq .faq-list i {
    font-size: 24px;
    position: absolute;
    background-color: #0e2e7e;
    padding: px;
    border-radius: 8px;
    border: 1px solid #d2d2d2;
    right: 0;
    top: 0;
    color: #fff;
}
.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1280px) {
    .xl\:max-w-7xl {
        max-width: 80rem;
    }
}
@media (min-width: 768px) {
    .md\:p-8 {
        padding: 2rem;
    }
}
.shadow-lg, .shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
}
.p-4 {
    padding: 1rem;
}
.bg-white {
    background-color: rgb(255 255 255)!important;
    z-index: 99999;
}
.rounded-xl {
    border-radius: .75rem;
}
.max-w-5xl {
    max-width: 64rem;
}
.xl\:max-w-7xl {
    max-width: 100%;
}
.w-11\/12 {
    width: 91.666667%;
}
.-mt-20 {
    margin-top: 0rem;
}
.md\:p-8 {
    padding: 2rem;
}
.rounded-xl 
{
    border-radius: .75rem;
}
.text-xs 
{
    font-size: 1.14rem!important;
    line-height: 1rem;
}
.service-section h2
{
    color: #0e2e7e;
}
.service-section .service-box {
    min-height: auto;
    padding-bottom: 0px;
    position: relative;
    margin: 10px 3px;
    border: 0px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: rgb(183, 183, 184) 0px 6px 12px -2px, rgba(217, 214, 214, 0.984) 0px 3px 7px -3px; */
    overflow: hidden;
}
.service-section .service-box .service-details {
    padding: 10px;
    text-align: center;
}
.service-section .service-box .service-details a h4 {
    font-size: 13px;
    font-weight: 600;
}
.service-section .service-box .service-details a {
    text-decoration: none;
    color: #000;
}
.service-section .service-box figure {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
.service-section .service-box img {
    width: 40px;
    margin: 20px auto 2px;
}
.container-ads
{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.banner-ads
{
    background-color: #fff;
    border-radius: 15px;
    padding: 0!important;
    /* box-shadow: rgb(213 213 217) 0px 6px 12px -2px, rgb(22 22 22) 0px 3px 7px -3px; */
}
.banner-ads img
{
    border-radius: 10px;
}
.banner-ads1
{
    background-image: url('../img/tyre-bg.jpg');
    background-size: cover;
    border-radius: 15px;
    padding: 0!important;
    color: #fff;
    margin-top: 20px;
    /* box-shadow: rgb(213 213 217) 0px 6px 12px -2px, rgb(22 22 22) 0px 3px 7px -3px; */
}
.banner-ads1 img
{
    border-radius: 10px;
}
.modal-header h1
{
  color: #fff;
}
.index-services label
{
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  font-family: "Chakra Petch", sans-serif;
  margin-bottom: 5px;
}
.index-services .btn-close
{
  filter: invert(1);
  float: right;
}
.bg-gradient-to-b1 {
        background-image: linear-gradient(to bottom, #ffc107, #da7123);
        text-decoration:none!important;
}
.bg-gradient-to-b2 {
    background-image: linear-gradient(to bottom, #1c3a7c, #1e3fa7);
    text-decoration: none !important;
}
.bg-gradient-to-b3 {
    background-image: linear-gradient(to bottom, #2540a0, #4f5ede);
    text-decoration: none !important;
}
.banner-ads2
{
  position: relative;
 
  background-image:url('../img/home-banner.webp');
  background-size:cover;
  
  padding: 0!important;
  color: #fff;
  
}


.btn-primary1
{
	background-image: linear-gradient(to bottom, #1c3a7c, #1e3fa7);
	color:#fff!important;
}

#testimonial-area {
  margin-top: 60px;
}
.section-heading h2 {
    font-size: 48px;
    line-height: 58px;
	color:#0e2e7e!important;
  }
.testi-wrap {
  position: relative;
  height: 600px;
  margin-top: -80px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single {
  &.inactive {
    .client-comment,
    .client-info {
      display: none;
    }
    .client-comment,
    .client-info {
      opacity: 0;
      visibility: hidden;
    }
  }
  &.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  &.position-2 {
    left: -40px;
    top: 105px;
  }
  &.position-3 {
    left: -60px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }
  &.position-4 {
    left: 55px;
    top: 380px;
  }
  &.position-5 {
    top: 30px;
    right: 55px;
  }
  &.position-6 {
    top: 225px;
    right: -40px;
  }
  &.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }
  &.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
    .client-comment,
    .client-info {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
    }
  }
  &:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
  }
  &.active .client-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;
    &:before {
      border-radius: 100%;
      content: "";
      background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(157, 91, 254)),
        to(rgb(56, 144, 254))
      );
      background-image: linear-gradient(
        180deg,
        rgb(157, 91, 254) 0%,
        rgb(56, 144, 254) 100%
      );
      padding: 5px;
      width: 160px;
      height: 160px;
      top: -4px;
      left: 0px;
      position: absolute;
      z-index: -1;
    }
  }
  .client-img img {
    width: 150px;
    border-radius: 50%;
    border: 8px solid #d1e9ff;
    cursor: pointer;
  }
  &.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
  }
}

.client-comment {
  padding: 0 30px;
  h3 {
    font-size: 22px;
    line-height: 32px;
    color: #505b6d;
  }
  span i {
    font-size: 60px;
    color: #0084ff;
    margin: 40px 0 24px;
    display: inline-block;
  }
}

.client-info {
  h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
  }
  p {
    color: #0084ff;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }
  .client-single.active .client-img img {
    max-width: 100px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 580px;
  }
  #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }
  .client-single.position-4 {
    left: 0;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 630px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 600px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 550px;
  }
}

.item-inner 
{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70vh;
}

.item-content
{
  transition: 300ms linear;
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin: 0;
  padding: 40px 0 0 80px;
  box-sizing: border-box;
}
.switch
{
  position: relative;
  display: none;
  margin-top: 40px;
  transition: 300ms linear;
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 700ms;
}
.switch input {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}
.switch input[type="checkbox"]
{
  box-sizing: border-box;
  padding: 0;
}
.item-content .item--holder {
  position: absolute;
  right: 0%;
  top: -100px;
  color: transparent;
  font-size: 112px;
  line-height: 1;
  margin-bottom: 0px;
  -webkit-text-stroke-color: #373636e6;
  -webkit-text-stroke-width: 2px;
  z-index: 0;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.item-content .item--title
{
  color: rgb(237, 237, 237);
  clear: both;
  font-weight: 700;
  margin: 0px 0px 15px;
  font-size: 66px;
  font-family: "Chakra Petch", sans-serif;
  width: 48.6%;
  line-height: 64px;
}
.item--description
{
  color: rgb(237, 237, 237);
  clear: both;
  margin: 0px 0px 25px;
  font-size: 18px;
  width: 48.6%;
  line-height: 20px;
}
.btn1
{
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  overflow: hidden;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0px;
  text-decoration: none;
}
.btn-style2
{
  font-size: 18px;
  line-height: 1.3em;
  background-color: rgb(209, 101, 39);
  clip-path: polygon(20px 0px, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0px 20px);
  font-family: "chakra petch", sans-serif;
  padding: 18px 39px 15px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(209, 101, 39);
  border-image: initial;
}



.image-content
{
  position: absolute;
  right: 7%;
  bottom: 0;
  width: 38.6%;
  opacity: 1;
  transition: all 300ms ease 2.5s;
  animation: mover 1s infinite  alternate;
}

.image-left 
{
  position: absolute;
  top: 0%;
  left: -11%;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.image-right 
{
  position: absolute;
  top: 0%;
  right: -11%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.image-center 
{
  position: absolute;
  top: 13%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.image-content:hover .image-left,
.image-content:hover .image-right
{
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.spin 
{ 
  animation: spin 2s linear infinite; 
}
@keyframes spin {
  from { transform: rotate(0deg) }
  to { transform: rotate(360deg) }
}



@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}





.car-brands a
{
  text-decoration: none;
  color: #000;
  border-radius: 20px!important;
}
.car-brands a .car-img img
{
  width: 150px;
}

.car-details a,
.car-modal a
{
  background-color: #ebebeb;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
}
.car-brands .car-modal .car-modal-fueltype a
{
  width: 8rem!important;
  font-size: 17px;
  text-transform: uppercase;
}
.car-modal .car-modal-fueltype a
{
  width: 11rem;
  font-size: 17px;
  text-transform: uppercase;
}
.car-details a:hover
{
  border:1px solid #1c0293!important;
  background-color: #fff;
}
.car-modal .car-modal-fueltype a:hover
{
  border:1px solid #1c0293!important;
  background-color: #fff;
}
.car-details a img,
.car-modal a img
{
  width: 100px;
}
.car-modal-fueltype a img
{
  width: 80px;
  padding: 10px 15px;
}
.underline
{
  text-decoration: underline;
}
.subheader
{
    font-size: 30px;
    font-weight: 800;
    color: #062874;
    /* font-family: "chakra petch", sans-serif; */
}
.bg-warning
{
    background-color: #d2d2d2;
}

#myDIV
{
    display: none;
    
}
.max-w-sm
{
  width: 88%;
}
.text-xl
{
	font-size: 1.38rem;
}
.text-decoration-none
{
	text-decoration:none;
}
.btn-select
{
	border:1px solid #d2d2d2;
	border-radius:10px;
	padding:5px 11px;
}
.btn-select:hover
{
	border:1px dashed #d2d2d2;
	padding:5px 11px;
	background-color:#0d6efd;
	color:#fff!important;
}


.nft-item-category-list input[type=checkbox]+label {
  margin: 0.2em 0;
  cursor: pointer;
  padding: 0.2em 0;
  text-align: left;
  font: normal normal normal 14px/14px Poppins;
  color: #fff;
}

.nft-item-category-list input[type=checkbox] {
  display: none;
}

.nft-item-category-list input[type=checkbox]+label:before {
  content: "✓";
  display: none;
  width: 1em;
  height: 1em;
  padding-left: 0.1em;
  padding-bottom: 0.10em;
  margin-right: 0.5em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  color: #000;
  border-radius: 100%;
  background-color: #8E8E93;
}

.nft-item-category-list input[type=checkbox]+label:active:before {
  transform: scale(0);
  color: #000;
}

.nft-item-category-list input[type=checkbox]:checked+label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #000;
}

.nft-item-category-list input[type=checkbox]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

.nft-item-category-list input[type=checkbox]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.nft-item-category-list input[type=checkbox]:checked+label {
  color: #fff;
  transition: all .2s linear;
  background-color:#3b75c9;
}

ul.nft-item-categories {
  display: flex;
  justify-content: flex-end;
}

li.nft-item-category-list label{
  background: #8e8e8e 0% 0% no-repeat padding-box;
  border-radius: 7px;
  width: 101px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}


li.nft-item-category-list{
	list-style: none;
}
.text-price
{
	color:#1266b1;
}
.box-primary
{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cart-details .services-selected h3
{
	font-size:15px;
	font-weight:300;
	font-family:'Outfit', sans-serif;
	text-transform:uppercase;
	line-height:17px;
	color:#a1a1a1;
}
.cart-details .services-selected span
{
	font-size:13px;
	font-weight:600;
	font-family:'Outfit', sans-serif;
	line-height:14px;
}
.card-details .sub-total
{
	line-height:13px;
}
.cart-details .sub-total span
{
	font-size:18px;
	font-weight:700;
	font-family:'Outfit', sans-serif;
	line-height:17px;
	color:#d95555;
}
.fa-circle-info
{
	font-size:13px!important;
	color:#000;
}
.booking-details {
    background-color: #f1f1f1;
    padding: 7px 13px;
    border-radius: 15px;
	margin-bottom:20px
}
.booking-details h3
{
	font-size: 15px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    line-height: 17px;
    color: #584408;
	margin-top:10px;
}
.booking-details .form-control
{
	background-color:#818181!important;
	color:#f4f8e0!important;
}
.booking-details input::placeholder
{
	color:#f4f8e0;
}

.fixed {
            position: fixed;
            top: 0; /* Adjust as needed */
            right:0%;
			
			
        }
		
		.total-amount
		{
			background-color:#dc3545;
            border-radius: 10px;
			
			
		}
		.total-amount span
		{
			color:#fff!important
		}
		
		
		
		/*======= Booking Status =======*/
		.customerDetails
		{
			background:#fff;
			padding:35px!important;
			border-radius:25px;
			margin:25px 0 !important;
			height:600px;
			overflow:hidden
		}
		.customerDetails h6
		{
			font-size:18px!important;
			line-height:10px;
			font-weight:300;
		}
		.customerDetails h4
		{
			font-size:19px;
			font-weight:700;
			letter-spacing:0.04rem;
		}
		.customerDetails .cusName,
		.customerDetails .phnNo,
		.customerDetails .emailId
		{
			margin-bottom:20px;
		}
		.cusName h2
		{
			font-size:28px;
			font-weight:900;
		}
		.carDetails
		{
			margin-top:10px;
		}
		.carDetails h3
		{
			font-size:19px;
			font-weight:300;
			
		}
		.carDetails .car-details a
		{
			
			text-decoration: none;
			color: #000;
			border-radius: 10px;
			text-align:center;
		}
		.carDetails .car-details a h2
		{
			font-size:13px;
			font-weight:600;
			line-height:11px;
			margin:0px!important;
			padding:5px 0 0 0;
		}
		.carDetails .car-details a p
		{
			margin:0!important;
			font-size:12px;
			padding:0 0 5px 0
		}
		.historyReport
		{
			font-size:80%;
			padding:30px 0 0 0;
		}
		.historyReport .header
		{
			margin-bottom:20px;
			background-color:transparent;
		}
		.historyReport h3
		{
			font-size:15px;
			font-weight:700;
			letter-spacing:0.05rem;
		}
		.historyReport .history
		{
			background-color:#fff;
			padding:15px 25px;
			font-size:80%;
			border-radius:25px;
			margin-bottom:20px;
		}
		.historyReport .history .id-price
		{
			display:flex;
			justify-content:space-between;
			align-items:center;
			border-bottom:3px solid #a1a1a1;
			padding: 0.5rem 0;
			
		}
		.historyReport .history .id-price h4
		{
			font-size:18px;
			font-weight:300;
		}
		.historyReport .history .id-price h4 span
		{
			font-size:20px;
			font-weight:700;
			letter-spacing:0.05rem;
		}
		.historyReport .history .services-list
		{
			margin-top:10px;
			margin-bottom:20px;
		}
		.historyReport .history .services-list h4
		{
			font-size:17px;
			line-height:24px;
			letter-spacing:0.03rem;
			margin:0;
			padding:0;
			font-weight:300;
		}
		.historyReport .history .services-list h3
		{
			font-size:19px;
			line-height:19px;
			letter-spacing:0.04rem;
			margin:0;
			padding:0;
			font-weight:700;
		}
		.historyReport .history .other-details
		{
			position:relative;
			bottom:0;
			left:0;
		}
		
		.historyReport .history .other-details h3
		{
			font-size:15px;
			font-weight:600;
			line-height:20px;
			margin:0;
			padding:0;
		}
		.historyReport .history .other-details h3 span
		{
			font-size:17px;
			font-weight:700;
			margin-left:3px;
			
		}
		
		.historyReport .history .other-details h3 .text-done
		{
			color:#07d20f;
		}
		.historyReport .history .service-documentation
		{
			display:flex;
			justify-content:space-between;
			align-items:center;	
			flex-direction:column;
		}
		.historyReport .history .service-documentation a
		{
			font-size:13px;
			text-decoration:none;
			text-transform:capitalize;
			font-weight:500;
		}
		.btn-feedback
		{
			border-radius:8px!important;
			background-color:#f5d650!important;
			
		}
		.checked 
		{
		  color: #f5bb10;
		}
		.modal-content
		{
			border-radius:25px!important;
		}
		
		
		
		/*  
 *  Pure CSS star rating that works without reversing order
 *  of inputs
 *  -------------------------------------------------------
 *  NOTE: For the styling to work, there needs to be a radio
 *        input selected by default. There also needs to be a
 *        radio input before the first star, regardless of
 *        whether you offer a 'no rating' or 0 stars option
 *  
 *  This codepen uses FontAwesome icons
 */

#full-stars-example {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }

  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }

  /* hide radio inputs */
  .rating__input {
    position: absolute !important;
    left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* set default star color */
  .rating__icon--star {
    color: orange;
  }

  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make none icon grey on rating group hover */
  .rating-group:hover
    .rating__input--none:not(:hover)
    + .rating__label
    .rating__icon--none {
    color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }
}

#half-stars-example {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }

  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }

  /* hide radio inputs */
  .rating__input {
    position: absolute !important;
    left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* add padding and positioning to half star labels */
  .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
  }

  /* set default star color */
  .rating__icon--star {
    color: orange;
  }

  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star,
  .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star,
  .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
  }

  /* make none icon grey on rating group hover */
  .rating-group:hover
    .rating__input--none:not(:hover)
    + .rating__label
    .rating__icon--none {
    color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }
}

#full-stars-example-two {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }

  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }

  /* hide radio inputs */
  .rating__input {
    position: absolute !important;
    left: -9999px !important;
  }

  /* hide 'none' input from screenreaders */
  .rating__input--none {
    display: none;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* set default star color */
  .rating__icon--star {
    color: orange;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
}

/* body { */
  /* padding: 1rem; */
  /* text-align: center; */
/* } */


.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}

.carousel{
  width:100%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
/* ========== About ===========*/
.bg-navyblue {
    opacity: 1;
    background-color: rgb(10 26 88) !important;
    color: #fff;
	
}
.bg-custom
{
	background-color:#f8f9f4;
}
.round
{
	border-radius:25px!important;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px!important;
}
footer 
{
	background-color:
}
.footer-1 
{
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	padding: 2rem;
	background-color: #1b224b;
	color:#fff;
}
.footer-1  .navigation-link a 
{
	text-decoration:none;
	color:inherit;
	font-size:13px;
	line-height:13px;
}
.footer-2
{
	
	display: grid;
	grid-template-columns: 34% 22% 22% 15%;
	padding: 2rem;
	gap:20px;
	background-color: #fff;
	color:#484848;
}
.footer-logo img
{
	filter:invert(1);
}
.footer-2 .navigation-link a
{
	display:inline;
	text-decoration:none;
	color:inherit;
	font-size:13px;
	line-height:13px;
}
.footer-2 .navigation-link a .fa-brands 
{
	font-size:20px;
	width:40px;
}

.offers .carousel-container {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.offers .carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}

.offers .product {
  min-width: 400px;
  margin: 10px;
  background: #f5f5f5;
  text-align: center;
  flex-shrink: 0;
  border-radius: 8px;
}
.offers .product img
{
	width:100%;
	height:300px;
	border-radius:10px;
}
.offers button.prev,.offers button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 15px;
  cursor: pointer;
  z-index: 2;
}

.offers button.prev { left: 0; }
.offers button.next { right: 0; }

.card2
{
	border-radius:15px!important;	
	border:none!important;
	background-color:transparent!important;
	
}
.card2 .offers-title
{
	font-weight:500;
	font-size:24px;
	line-height:22px;
	margin-bottom:15px;
}
.card2 a
{
	margin-bottom:0;
	padding-bottom:0;
	font-size:15px;
	font-weight:700;
	color:#f75d34!important;
	letter-spacing:0.03rem;
	text-decoration:none;
}
button.prev, button.next {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 12px 0 rgba(36, 39, 44, .15);
    cursor: pointer;
    height: 28px;
    width: 28px;
	padding:0px;
    z-index: 99;
	color:#000;
}

@media (min-width:1400px)
{
	.serviceslists
	{
		max-width:1640px!important;
	}
}

figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}


.testimonials {
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}

.brand-details .rounded
{
	border-radius:25px;
	text-decoration:none!important;
	color:#000!important;
	font-weight:700!important;
	background-color:#f2f2f2;
	
}
.footer-2 a,
.bottomArea a
{
	color:#0e2e7e!important;
}

@media (min-width:540px)
{
	.search-box 
	{
		margin-left:60px;
	}
	
}
.search-box
{
	padding:0!important;
}

/* Bottom Navigation */
    .bottom-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #1d3d91;
      border-top: 1px solid #ccc;
      padding: 8px 25px;
      box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
      z-index: 1000;
    }

    .bottom-nav a {
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      cursor: pointer;
	  font-weight:500;
	  display:flex;
	  align-items:center;
	  justify-content:space-between;
	  
    }
    .bottom-nav a .icon 
	{
      display: inline;
      font-size: 32px;
	  background-color:#fff;
	  padding:5px 10px;
	  margin-right:10px;
	  border-radius:10%;
    }
	
	.bottom-nav a .icon2 
	{
      font-size: 18px;
	  background-color:#082264;
	  padding:8px 15px;
	  color:#fff;
	  border:1px solid #093bbe;
	  border-radius:50%;
    }
	
	.bottom-nav a .total-price 
	{
		display:block
	}
	
    .bottom-nav a.active {
      color: #007bff;
      font-weight: bold;
    }
	
	.carName
	{
		font-size:10px;
	}
	 
    .close-btn {
      background: #ff4d4d;
      border: none;
      color: #fff;
      padding: 8px 12px;
      border-radius: 6px;
      cursor: pointer;
      float: right;
    }
	
	@media (max-width:980px)
	{
		.whatsapp-float
		{
			bottom: 100px!important;
		}
	}
	@media (min-width:981px)
	{
		.bottom-nav 
		{
			display:none!important;
		}
	}
	
	@media (max-width:540px)
	{
		.md\:max-h-16 
		{
			max-height: 100%;
		}
		.labourwork 
		{
			list-style-type: none;
			padding-left: 1.5em;
			display: grid;
			grid-template-columns: 1fr!important;
			grid-row-gap: 0.4125rem;
		}
		.serviceslists-mob .d-flex
		{
			display:block!important;
			margin-bottom:5px!important
		}
		.toggle-btn
		{
			display:none!important;
		}
		
		/* Modal overlay */
		.modal {
		  position: fixed;
		  top: 0; left: 0;
		  width: 100%; height: 100%;
		  display: none;
		  justify-content: center;
		  align-items: flex-end;
		  background: rgba(0,0,0,0.5);
		  z-index: 2000;
		}

		.modal.show {
		  display: flex;
		  animation: fadeIn 0.3s ease;
		}

		/* Modal content */
		.modal-content {
		  width: 100%;
		  max-width: 500px;
		  background: #fff;
		  padding: 20px;
		  border-radius: 16px 16px 0 0;
		  transform: translateY(100%);
		  animation: slideUp 0.4s ease forwards;
		}

		/* Animations */
		@keyframes fadeIn {
		  from { opacity: 0; }
		  to { opacity: 1; }
		}

		@keyframes slideUp {
		  from { transform: translateY(100%); }
		  to { transform: translateY(0); }
		}
		.service-section
		{
			background-color:#fff;
			margin:0
		}
		.service-section .service-box
		{
			box-shadow: 1px 1.71px 7.27px .29px rgba(68, 67, 67, .22);
		}
		
		.banner1 img 
		{
			width: 100%;
			height: 20vh;
		}
		/* Change car floating button */
		.changeCar-float 
		{
			position: fixed;
			right: 0;
			bottom: 185px;
			text-decoration:none;
			border:1px solid #484848;
			border-radius: 10px;
			background: #fff;
			padding:7px;
			font-size: 12px;
			color: #000;
			box-shadow: 0 6px 12px rgba(0,0,0,0.2);
			z-index: 9999;
			transition: all 0.3s ease-in-out;
			align-items: center;
			justify-content: center;
			flex-direction:column
		}
		.changeCar-float-desktop
		{
			display:flex!important;
		}
		.changeCar-float:hover {
			transform: scale(1.1);
			background: #dc3545;
			color:#fff;
		}
		.desk-display
		{
			display:none;
		}
		.mob-display
		{
			display:inline!important;
		}
		.mobile
		{
			display:flex;
			flex-direction:row;
		}
		.mobile .md\:text-2xl 
		{
			font-size: 1.15rem;
			line-height: 1.13rem;
			font-weight:bold;
		}
		.mobile .text-price
		{
			margin-top:10px!important;
			font-size:18px!important;
		}
		.mobile .mob-price-button
		{
			flex-direction:row!important;
			align-items:center!important;
		}
		.mobile .select-package
		{
			margin-left:10px!important;
			background-color:#007bff;
			color:#fff;
			border:1px solid #d2d2d2;
			padding:7px 12px!important;
		}
		.mobile .select-package.selected 
		{
		  color: #28a745;
		}

	}
	.service-section .service-box
		{
			box-shadow: 1px 1.71px 7.27px .29px rgba(68, 67, 67, .22);
		}
	.bg-yellow-light
	{
		background-color:#f2e9b4;
	}
	.service-section .service-box:hover
	{
		border:1px solid #484848;
	}
	.changeCar-float-desktop
	{
		display:none;
	}
	.mob-display
	{
		display:none;
	}
	.mob-price-button
	{
		display:flex;
		align-items:start;
		flex-direction:column;
	}
	
	/* Notification Popup */
    .notification {
      position: fixed;
      top: 20px;
      right: 20px;
      background-color: #28a745;
      color: white;
      padding: 15px 25px;
      border-radius: 5px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      opacity: 0;
      transform: translateY(-20px);
      transition: opacity 0.4s ease, transform 0.4s ease;
      z-index: 9999;
    }

    .notification.show {
      opacity: 1;
      transform: translateY(0);
    }