.airportSecWrap{
    padding: 80px 0 50px;
}
.airportSecWrap .boxesWrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.airportSecWrap .boxesWrap .boxes{
    max-width: 33.3333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.airportSecWrap .boxesWrap .boxes .boxesInner{
    background-color: #fff;
    padding: 10px;
}
.airportSecWrap .boxesWrap .boxes img{
    max-width: 100%;
    height: auto;
}
.airportSecWrap .boxesWrap .boxes .content{
    padding: 20px;
}
.airportSecWrap .boxesWrap .boxes .content .iconBox{
    position: relative;
    background: #5ce1c8 ;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -45px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.airportSecWrap .boxesWrap .boxes .content .iconBox:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    background-color: #000;
    width: 69px;
    height: 69px;
    opacity: .5;
    transition: all 0.3s;
}
.airportSecWrap .boxesWrap .boxes .boxesInner:hover .content .iconBox:before{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.airportSecWrap .boxesWrap .boxes .content .iconBox img{
    filter: brightness(0) invert(1);
    width: 50px;
    height: 50px;
}
.airportSecWrap .boxesWrap .boxes .content a{
    position: relative;
    display: inline-block;
    color: #141414;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s;
}
.airportSecWrap .boxesWrap .boxes .content a:hover{
    color: #5ce1c8 ;
}
.airportSecWrap .boxesWrap .boxes .content a:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #5ce1c8 ;
    transition: all 0.3s ease-out;
}
.airportSecWrap .boxesWrap .boxes .content a:hover:before{
    width: 100%;
}
.airportSecWrap .boxesWrap .boxes .content p{
    color: #606060;
    font-weight: 300;
}
.servicesSecWrap{
    padding: 80px 0;
}
.servicesSecWrap .boxesInner{
    background: url('../contents/images/pets.webp')center center/cover no-repeat;
    height: 400px;
    width: 100%;
}
.servicesSecWrap .hotel{
    background: url('../contents/images/school.webp')center center/cover no-repeat;
    height: 400px;
    width: 100%;
}
.servicesSecWrap .school{
    background: url('../contents/images/hotel.webp')center center/cover no-repeat;
    height: 400px;
    width: 100%;
}
.servicesSecWrap .boxesWrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.servicesSecWrap .boxesWrap .boxes{
    max-width: 33.3333333%;
    width: 100%;
    padding: 0 15px;
}
.servicesSecWrap .boxesWrap .boxes .boxesInner{
    position: relative;
    padding: 20px;
}
.servicesSecWrap .boxesWrap .boxes .iconBox{
    position: relative;
    background-color: #5ce1c8 ;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicesSecWrap .boxesWrap .boxes .iconBox::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #fff;
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .iconBox::before{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.servicesSecWrap .boxesWrap .boxes .iconBox img{
    filter: brightness(0) invert(1);
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .iconBox img{
    filter: invert(0);
}
.servicesSecWrap .boxesWrap .boxes .contentBox{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.servicesSecWrap .boxesWrap .boxes .contentBox a{
    display: flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes .contentBox span{
    position: relative;
    background-color: #fff;
    padding: 16px;
    font-weight: 600;
    color: #141414;
    line-height: 1;
    z-index: 1;
    transition: all 0.3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .contentBox span{
    background-color: #000;
    color: #fff;
}
.servicesSecWrap .boxesWrap .boxes .contentBox span:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #5ce1c8 ;
    height: 50%;
    width: 5px;
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .contentBox span:before{
    background-color: #fff;
}
.servicesSecWrap .boxesWrap .boxes .contentBox span:after{
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transform: skew(-20deg);
    z-index: -1;
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .contentBox span:after{
    background-color: #000;
}
.servicesSecWrap .boxesWrap .boxes .contentBox .icon{
    background-color: #fff;
    transform: skew(-20deg);
    width: 60px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .contentBox .icon{
    background-color: #5ce1c8 ;
}
.servicesSecWrap .boxesWrap .boxes .contentBox .icon img{
    width: 25px;
    height: 25px;
    transform: skew(15deg);
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .contentBox .icon img{
    filter: brightness(0) invert(1);
}
.stationSecWrap{
    background-color: #edf2f7;
    padding: 80px 0 50px;
}
.stationSecWrap .boxesWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.stationSecWrap .boxesWrap .boxes{
    max-width: 33.3333333%;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.stationSecWrap .boxesWrap .boxes .boxesInner{
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.stationSecWrap .boxesWrap .boxes .boxesInner .imgBox{
    overflow: hidden;
    position: relative;
}
.stationSecWrap .boxesWrap .boxes .boxesInner img{
    max-width: 100%;
    height: auto;
    transition: all .5s;
}
.stationSecWrap .boxesWrap .boxes .boxesInner:hover .img1{
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.stationSecWrap .boxesWrap .boxes .boxesInner .img2{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.stationSecWrap .boxesWrap .boxes .boxesInner:hover .img2{
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.stationSecWrap .boxesWrap .boxes .boxesInner .stationHead{
    position: relative;
    display: block;
    background-color: #5ce1c8 ;
    padding: 12px 20px;
    transform: skew(-25deg);
    margin: -23px 0 0 18px;
    width: fit-content;
    z-index: 2;
}
.stationSecWrap .boxesWrap .boxes .boxesInner .stationHead::before{
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    background-color: #5ce1c8 ;
    transform: skew(-1deg);
    height: 100%;
    width: 12px;
    transition: all 0.3s;
}
.stationSecWrap .boxesWrap .boxes .boxesInner:hover .stationHead::before{
    background-color: #000;
}
.stationSecWrap .boxesWrap .boxes .boxesInner .stationHead span{
    transform: skew(25deg);
    display: block;
    color: #fff;
}
.stationSecWrap .boxesWrap .boxes .boxesInner .txt{
    padding: 10px;
}
.stationSecWrap .boxesWrap .boxes .boxesInner h2{
    margin-top: 15px;
}
.stationSecWrap .boxesWrap .boxes .boxesInner h2 a{
    color: #141414;
    font-size: 22px;
}
.stationSecWrap .boxesWrap .boxes .boxesInner p{
    color: #606060;
    font-weight: 300;
}
.testimonialsWrap{
    padding: 80px 0;
}
.testimonialsWrap .testimonialsInner{
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.testimonialsWrap .testimonialsInner .leftCol .headingWrap{
    text-align: left;
}
.testimonialsWrap .testimonialsInner .leftCol .headingWrap span{
    margin: 0 0 10px 40px;
}
.testimonialsWrap .testimonialsInner .leftCol .sliderBtnsWrap{
    display: flex;
    gap: 15px;
}
.testimonialsWrap .testimonialsInner .leftCol .sliderBtnsWrap button{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #5ce1c8 ;
    transform: skew(-20deg);
    width: 50px;
    height: 45px;
}
.testimonialsWrap .testimonialsInner .leftCol .sliderBtnsWrap button span{
    transform: skew(15deg);
}
.testimonialsWrap .testimonialsInner .rightCol .testimBox{
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0 0 0 / 10%);
    background-color: #fff;
    margin: 20px;
    padding: 0px 25px 25px;
}
.testimonialsWrap .testimonialsInner .rightCol .testimBox:before{
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    border: 1px solid #5ce1c8 ;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.testimonialsWrap .testimonialsInner .leftCol,
.testimonialsWrap .testimonialsInner .rightCol{
    padding: 0 15px;
    max-width: 50%;
    width: 100%;
}
.testimonialsWrap .testimonialsInner .rightCol .customerImg{
    background-color: #edf2f7;
    width: 70px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 0 0 50px 50px;
    padding-bottom: 11px;
}
.testimonialsWrap .testimonialsInner .rightCol .customerImg img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.testimonialsWrap .testimonialsInner .rightCol .txt p{
    margin-top: 25px;
    color: #606060;
}

.testimonialsWrap .testimonialsInner .rightCol .txt h2{
    color: #5ce1c8 ;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 40px;
}
.testimonialsWrap .testimonialsInner .rightCol .txt span{
    color: #606060;
    display: block;
    line-height: 1;
    font-size: 12px;
}
.faqsWrap{
    padding: 80px 0;
    background-color: #edf2f7;
}
.faqsWrap .faqsInner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.faqsWrap .headingWrap{
    text-align: left;
}
.faqsWrap .headingWrap span{
    margin: 0 0 10px 40px;
}
.faqsWrap .headingWrap h2{
    width: 80%;
    font-size: 50px;
    font-weight: 600;
}
.faqsWrap .faqsInner .leftCol,
.faqsWrap .faqsInner .rightCol{
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}
.faqsWrap .faqsInner .leftCol .imgWrap img{
    width: 100%;
    height: auto;
}
.faqsWrap .card{
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0 0 0 / 5%);
    border-radius: 0;
}
.faqsWrap .card .card-header{
    background: transparent;
    border: none;
    padding: 10px;
}
.faqsWrap .card .card-header button{
    position: relative;
    color: #141414;
    text-decoration: none;
    box-shadow: none;
    padding-left: 60px;
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.faqsWrap .card .card-header button::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0 0 0 / 20%);
    transition: all 0.5s;
    transition-delay: 0.2s;
}
.faqsWrap .card .card-header button.collapsed::before{
    width: 0;
}
.faqsWrap .card .card-header button:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #5ce1c8  url(../contents/images/minus.png) center center/18px no-repeat;
    width: 45px;
    height: 100%;
}
.faqsWrap .card .card-header button.collapsed:after{
    background: #5ce1c8  url(../contents/images/plus.png) center center/18px no-repeat;
}
.faqsWrap .card .card-body{
    padding: 10px;
}
.faqsWrap .card .card-body p{
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 15px;
    color: #606060;
}
.footerSecWrap {
    background-color: #f6f6f6;
    font-size: 14px
}

.footerSecInner{
    padding: 80px 0;
}

.footerHeading {
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 25px;
}

.footerHeading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #5ce1c8 ;
}

.footerSecWrap ul {
    margin: 0;
    padding: 0
}

.footerSecWrap ul li{
    list-style: none;
}

.footerSecWrap .quickLinks li {
    margin-bottom: 10px;
    background: url(../contents/images/right-chevron.png) left center/15px no-repeat;
    padding-left: 25px;
}

.footerSecWrap ul li a{
    color: #141414;
}

.footerSecWrap .contactDetails li {
    margin-bottom: 15px
}

.footerSecWrap .contactDetails li img {
    width: 15px;
    margin-right: 5px
}

.copyrightSecWrap {
    background: #fff;
    padding: 26px 0
}

.copyrightSecInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyrightSecInner .socialLinks{
    display: flex;
    gap: 20px;
}
.copyrightSecInner .socialLinks img{
    width: 20px;
    height: 20px;
}


.contact-para{
    color:#5ce1c8  !important;
    text-decoration: none !important;
}



/* partner registration */

.partnersbtn {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  color: #5ce1c8 ;
  border: 2px solid #5ce1c8 ;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  border-radius: 6px;
  margin: 10px;
  z-index: 1;
}

.partnersbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #5ce1c8 ;
  z-index: -1;
  transition: all 0.4s ease;
}

.partnersbtn:hover::before {
  left: 0;
}

.partnersbtn:hover span {
  color: white;
}

.partnersbtn span {
  position: relative;
  z-index: 2;
  color: #5ce1c8 ;
  transition: color 0.4s ease;
}

a.partnersbtn,
a.partnersbtn:hover,
a.partnersbtn:focus {
  text-decoration: none;
}
@media screen and (max-width:768px) {
    .partnersreg{
        text-align:center !important;
    }
}



/* Airport Section Styling */
.txb-card-section {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
}

/* Card Styling */
.txb-card {
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #222;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    text-align: center;
    text-decoration: none;
    color: inherit;
    min-width: 200px; /* Ensures cards don't shrink too much on desktop */
}

.txb-card:hover {
    transform: translateY(-8px) scale(1.05); /* Added slight scale for a pop effect */
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3), 0 0 15px rgba(254, 209, 0, 0.5);
    background: #2a2a2a;
}

/* Remove default underline on <a> */
.txb-card, .txb-card:hover {
    text-decoration: none;
}

/* Image Styling */
.txb-card img.airportimage {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: brightness(1.2);
    transition: transform 0.3s ease;
}

.txb-card:hover img.airportimage {
    transform: scale(1.1);
}

/* Typography with Custom Underline */
.txb-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative; /* For positioning the underline */
    padding-bottom: 8px; /* Space for the underline */
}

.txb-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #5ce1c8;
    transition: width 0.3s ease, left 0.3s ease;
}

.txb-card:hover h3::after {
    width: 80%; /* Underline width on hover */
    left: 10%; /* Center the underline */
}

/* Heading Section */
.headingWrap {
    text-align: center;
    margin-bottom: 2.5rem;
}

.headingWrap span {
    font-size: 1rem;
    color: #5ce1c8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.headingWrap h2 {
    font-size: 2.5rem;
    color: #fff;
    margin: 0.5rem 0 0;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .txb-card-section {
        flex-direction: column; /* Stack cards vertically on tablets and mobile */
        padding: 2rem 1rem;
        align-items: center;
    }

    .txb-card {
        padding: 1.5rem;
        width: 80%; /* Single card takes most of the width */
        max-width: 300px; /* Limits card width for better appearance */
        min-width: unset; /* Remove min-width for flexibility */
    }

    .txb-card h3 {
        font-size: 1.1rem;
    }

    .headingWrap h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .txb-card-section {
        padding: 1.5rem 1rem;
    }

    .txb-card {
        width: 90%; /* Slightly wider on small screens */
        max-width: 280px;
    }

    .txb-card img.airportimage {
        width: 60px;
        height: 60px;
    }
}


/* Airport Section Styling */







/* Station Section Styling */
/* Station Section Styling */
.stationSecWrap {
    background: transparent; /* No background, as per previous request */
}

.txb-card-section-station {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}

/* Card Row Styling */
.card-row {
    display: grid;
    gap: 1.5rem;
}

.card-row-top {
    grid-template-columns: repeat(4, 1fr); /* 4 cards in top row */
}

.card-row-bottom {
    grid-template-columns: repeat(3, 1fr); /* 3 cards in bottom row */
    justify-content: center; /* Center the 3 cards */
}

/* Card Styling */
.txb-card {
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #222;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

/* Enhanced Hover Effect */
.txb-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3), 0 0 15px rgba(254, 209, 0, 0.5);
    background: #2a2a2a;
}

/* Remove default <a> underline */
.txb-card, .txb-card:hover {
    text-decoration: none;
}

/* Image Styling */
.txb-card img.stationimage {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: brightness(1.2);
    transition: transform 0.3s ease;
}

.txb-card:hover img.stationimage {
    transform: scale(1.1);
}

/* Typography with Custom Animated Underline */
.txb-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 8px;
}

.txb-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #5ce1c8;
    transition: width 0.3s ease, left 0.3s ease;
}

.txb-card:hover h3::after {
    width: 80%;
    left: 10%;
}

/* Heading Section */
.headingWrap {
    text-align: center;
    margin-bottom: 2.5rem;
}

.headingWrap span {
    font-size: 1rem;
    color: #5ce1c8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.headingWrap h2 {
    font-size: 2.5rem;
    color: #fff;
    margin: 0.5rem 0 0;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .txb-card-section-station {
        flex-direction: column;
        padding: 2rem 1rem;
        align-items: center;
    }

    .card-row {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: 100%;
        align-items: center; /* Center cards in row */
    }

    .card-row-top,
    .card-row-bottom {
        grid-template-columns: none; /* Remove grid for mobile */
    }

    .txb-card {
        padding: 1.5rem;
        width: 100%; /* Full width for centering */
        max-width: 300px;
        margin: 0 auto; /* Center cards horizontally */
    }

    .txb-card h3 {
        font-size: 1.1rem;
    }

    .headingWrap h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .txb-card-section-station {
        padding: 1.5rem 0.5rem;
    }

    .txb-card {
        max-width: 280px;
    }

    .txb-card img.stationimage {
        width: 60px;
        height: 60px;
    }
}
/* Station End */
/* Station End */



/* service */

/* Service Section Styling */
.serviceSecWrap {
    background: transparent; /* Matches station section */
    padding: 80px 0 50px;
}

.service-card-section {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
}

/* Card Styling */
.service-card {
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: transform 0.4s ease;
}

.service-card-inner {
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    background: linear-gradient(#1c1c1c, #1c1c1c) padding-box,
                linear-gradient(45deg, #5ce1c8, #5ce1c8) border-box;
}

/* Hover Effect */
.service-card:hover {
    transform: scale(1.1);
}

.service-card:hover .service-card-inner {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 12px rgba(254, 209, 0, 0.6);
    background: linear-gradient(#252525, #252525) padding-box,
                linear-gradient(45deg, #5ce1c8, #5ce1c8) border-box; /* Reverse gradient on hover */
}

/* Remove default <a> underline */
.service-card, .service-card:hover {
    text-decoration: none;
}

/* Image Styling */
.service-card img.serviceimage {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: brightness(1.2);
    transition: transform 0.4s ease;
}

.service-card:hover img.serviceimage {
    transform: rotate(10deg) scale(1.15); /* Unique rotation effect */
}

/* Typography */
.service-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Heading Section */
.headingWrap {
    text-align: center;
    margin-bottom: 2.5rem;
}

.headingWrap span {
    font-size: 1rem;
    color: #5ce1c8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.headingWrap h2 {
    font-size: 2.5rem;
    color: #fff;
    margin: 0.5rem 0 0;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .service-card-section {
        flex-direction: column;
        padding: 2rem 1rem;
        align-items: center;
    }

    .service-card {
        width: 200px;
        height: 200px;
        margin: 0 auto; /* Center cards horizontally */
    }

    .service-card h3 {
        font-size: 1rem;
    }

    .headingWrap h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .service-card-section {
        padding: 1.5rem 0.5rem;
    }

    .service-card {
        width: 180px;
        height: 180px;
    }

    .service-card img.serviceimage {
        width: 50px;
        height: 50px;
    }
}

/* service end */


/* fleet cars */


/* Fleet Section Styling */
.fleetSecWrap {
    background: linear-gradient(135deg, #545454 0%, #5ce1c8 100%);
    padding: 80px 0 50px;
}

.fleet-card-section {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
}

/* Card Styling */
.fleet-card {
    width: 250px;
    perspective: 1000px; /* Enables 3D tilt effect */
    text-decoration: none;
    color: inherit;
}

.fleet-card-inner {
    background: #1a1a1a;
    border-radius: 10px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
                linear-gradient(45deg, #fed100, #00aaff) border-box;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    transform: rotateX(0deg) rotateY(0deg);
}

/* Hover Effect with 3D Tilt */
.fleet-card:hover .fleet-card-inner {
    transform: rotateX(5deg) rotateY(5deg); /* 3D tilt effect */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 170, 255, 0.5);
    background: linear-gradient(#252525, #252525) padding-box,
                linear-gradient(45deg, #00aaff, #fed100) border-box; /* Reverse gradient */
}

/* Remove default <a> underline */
.fleet-card, .fleet-card:hover {
    text-decoration: none;
}

/* Image Styling */
.fleet-card img.fleetimage {
    width: 205px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: brightness(1.1);
    transition: transform 0.4s ease;
}

.fleet-card:hover img.fleetimage {
    transform: scale(1.2); /* Zoom effect on hover */
}

/* Typography */
.fleet-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Heading Section */
.headingWrap {
    text-align: center;
    margin-bottom: 2.5rem;
}

.headingWrap span {
    font-size: 1rem;
    color: #fed100;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.headingWrap h2 {
    font-size: 2.5rem;
    color: #fff;
    margin: 0.5rem 0 0;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .fleet-card-section {
        flex-direction: column;
        padding: 2rem 1rem;
        align-items: center;
    }

    .fleet-card {
        width: 90%;
        max-width: 300px;
        margin: 0 auto; /* Center cards horizontally */
    }

    .fleet-card-inner {
        padding: 1.5rem;
    }

    .fleet-card h3 {
        font-size: 1.1rem;
    }

    .headingWrap h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .fleet-card-section {
        padding: 1.5rem 0.5rem;
    }

    .fleet-card {
        max-width: 280px;
    }

    .fleet-card img.fleetimage {
        width: 205px;
        height: 80px;
    }
}
.fleet-cars{
    color:white !important;
}
/* fleet ends */