* {
    box-sizing: border-box;
    margin: 0px;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #ff8400;
    --secondary-color: white;
}

body {
    font-family: sans-serif;
    padding: 0px;
    margin: 0px;
}

.fontweight{
    font-weight: 900;
}

.g-pay{
    width: 9%;
    border-radius: 50%;
}

p {
    font-family: "Roboto", sans-serif;
}

h5 {
    font-family: "Roboto", sans-serif;
}

h3 {
    font-family: "Roboto", sans-serif;
}

h2 {
    font-family: "Roboto", sans-serif;
}

h1 {
    font-family: "Roboto", sans-serif;
}

span {
    font-family: "Roboto", sans-serif;
}

.tx-one {
    color: var(--primary-color);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 2px;
    width: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}


.pri-buton {
    background-color: var(--primary-color);
    color: var(--secondary-color) !important;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    border: 1px solid var(--primary-color);
}

.pri-buton:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
}

.pri-buton a {
    color: var(--secondary-color);
    text-decoration: none;

}

.pri-buton:hover a {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.top-nav {
    background-color: var(--primary-color);
    padding: 10px;
}


.top-nav .footer-icon {
    background-color: white;
    color: var(--primary-color);
}

.top-nav a {
    color: black;
    text-decoration: none;
}

.top-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}


/* <<<<<<<<<<<<nab-bar>>>>>>>>>> */
.nab-bar {}

.nab-bar .navbar-1 {
    background-color: white !important;
    z-index: 99999;
}

.nab-bar .navbar-1 ul li a {
    font-size: 15px;
    font-weight: bold;
}

.nab-bar .navbar-1 ul li a.active {
    color: var(--primary-color);
}


.nab-bar .navbar-1 ul li a:hover {
    color: var(--primary-color);
}

.logo-img {
    width: 100px;
}

/* <<<<<<<<<<<<nab-bar>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<custom-swiper>>>>>>>>>>>> */
.carousel-inner {
    padding: 0px;
}

.custom-swiper .carousel-inner {
    position: relative;
    padding: 0px;
}

/* 🔥 Dark gradient overlay */
.custom-swiper .carousel-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to right,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.8)); */
    z-index: 1;
}

/* Images */
.custom-swiper .carousel-item img {
    object-fit: cover;
    /* transition: transform 5s ease; */
}

/* 🔥 Zoom effect */
.custom-swiper .carousel-item.active img {
    /* transform: scale(1.1); */
}

/* Caption */
.custom-swiper .carousel-caption {
    z-index: 2;
    bottom: 30%;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
    bottom: 2.25rem !important;
}

/* 🔥 Text animation */
.custom-swiper .carousel-item.active .carousel-caption {
    opacity: 1;
    transform: translateY(0);
}

/* Heading */
.carousel-caption h5 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}

/* Paragraph */
.carousel-caption p {
    font-size: 18px;
    color: #ddd;
}

/* Controls styling (optional) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.icons {
    color: black;
    font-size: 25px;
    margin: 0;
    padding: 18px;
    background: rgb(255 255 255 / 20%);
    display: inline-block;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    --transition: all 0.5s ease-in-out;
}

/* <<<<<<<<<<<<<<<<custom-swiper>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<custom-form>>>>>>>>>>>>>>>> */
.custom-form {
    border: 0px solid red;
    padding: 50px;
}

.custom-inside-form {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

/* <<<<<<<<<<<<<<<<<<<custom-form>>>>>>>>>>>> */

/* <<<<<<<<<<<<<custom-about>>>>>>>>>> */
.custom-about ul {
    list-style: none;
    margin-top: 15px;
}

.custom-about ul li {
    margin-top: 15px;
}

.custom-about ul li i {
    margin-right: 15px;
}

/* <<<<<<<<<<custom-about>>>>>>>>>>>>> */

/* <<<<<<<<<<<<.home-section-four>>>>>>>>>> */

.home-section-four .card:hover .card-img-top {
    transform: scale(0.9);
    /* Image zoom effect */
}

/* <<<<<<<<<<<<<<.home-section-four>>>>>>>>>>> */

.home-section-five .carousel-item .card img {
    object-fit: cover;
    width: 100% !important;
    object-position: top;
    height: 290px;
}


/* <<<<<<<<<<<<<<<<home-section-six>>>>>>>>>>> */

/* Driver Image */
.driver-img {
    /* width: 80px; */
    height: 80px;
    border-radius: 50%;
    object-fit: contain;
    margin-bottom: 15px;
}

/* Timeline */
.timeline-container {
    position: relative;
    padding-left: 0px;
}

/* .timeline-container::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 0;
    width: 2px;
    height: 77%;
    background: #ccc;

} */

.tl {
    list-style: none;
    padding: 0;
}

.tl li {
    position: relative;
    margin-bottom: 30px;
}

.item-icon {
    position: absolute;
    left: -5px;
    width: 20px;
    height: 20px;
    background: #ff5722;
    border-radius: 50%;
}

.item-text {
    margin-left: 30px;
}

.item-title {
    font-weight: bold;
}

.item-detail {
    font-size: 14px;
    color: #555;
}

/* <<<<<<<<<<<<<<<<home-section-six>>>>>>>>>>> */

.section-5 .card {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border: none;
    border-radius: 10px;
}


.section-5 .card img {
    background-color: #f9f9f9;
}

.des-img {
    width: 60px;
    height: 60px;
    object-fit: fill;
    border-radius: 10px;
}


.timeline-container {
    font-family: "Roboto", sans-serif;
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}

.timeline-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;

}

.timeline-container ul.tl li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 1px solid var(--primary-color);
    padding: 0 0 25px 25px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.timeline-container ul.tl li.dashed {
    border-left: 1px dashed var(--primary-color);
}

.timeline-container ul.tl li:last-child {
    border-left: 0;
}

.timeline-container ul.tl li .item-icon {
    position: absolute;
    left: -11px;
    top: 0px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: var(--primary-color);
    height: 20px;
    width: 20px;
}

.timeline-container ul.tl li:hover::before {
    border-color: var(--primary-color);
    transition: all 1000ms ease-in-out;
}

.timeline-container ul.tl li .item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.timeline-container ul.tl li .item-title {}

.timeline-container ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.timeline-container ul.tl li .item-timestamp {
    color: #8D8D8D;
    font-size: 12px;
    text-align: right;
    padding-left: 20px;
}




.footer-section {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.252);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px;
    background: #032c45;
    color: white;

}

.footer-section a {
    color: var(--primary-color);
    text-decoration: none;

}

.footer-section .logo-img {
    width: 250px;
    height: auto;
}

.footer-icon {
    background: var(--primary-color);
    color: black;
    border-radius: 30px;
    padding: 15px 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    /* min-height: 20%; */
    /* max-height: 20%; */
    text-align: center;
}

.footer-section .list-group-item {
    border: none;
    background: transparent;
    cursor: pointer;
}

.tx-color {
    color: var(--primary-color);
}

/* <<<<<<<<<<<<<<<<custom-clients>>>>>>>>>>>>> */
.custom-clients {
    padding: 50px;
}

.custom-inside-clients {
    padding: 30px 20px;
    background-image: url(/Images/shape-3.webp);
    color: var(--secondary-color);
    border-radius: 30px;
}

.custom-clients-box {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.custom-clients-box-icon {
    position: relative;
    text-align: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    color: var(--secondary-color);
    border: 5px solid white;
    background: var(--primary-color);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-clients-box h2 {
    font-size: 35px;
    margin: 10px 0px;
}

.custom-clients-box p {
    font-size: 25px;
}

/* <<<<<<<<<<<<<<<<<<custom-clients>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<faq-area>>>>>>>>>>>>>>>>>> */

.faq-area {
    padding: 50px;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.site-title-tagline::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background: var(--primary-color);
    opacity: 0.2;
    left: -2px;
    bottom: 0;
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.faq-img img {
    border-radius: 15px;
}

.faq-area .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background: #fff0;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.faq-area .accordion-item span {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.faq-area .accordion-item {
    border: none;
    margin-bottom: 30px;
    background: white;
    border-radius: 12px !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.faq-area .accordion-item i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: var(--primary-color);
    text-align: center;
    color: var(--secondary-color);
}

/* <<<<<<<<<<<<<<<<faq-area>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<<floating-cta>>>>>>>>>>>>> */

.floating-cta {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 99;
}

.floating-cta a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}


.floating-cta-1 a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}


.whatsapp-btn {
    background-color: #25d366;
    box-shadow: 0 0 0 rgb(37 211 102 / 0.7);
}

.facebook-btn {
    background-color: #1877f2 !important;
    box-shadow: 0 0 0 rgb(24 119 242 / 0.7);
}

.youtube-btn {
    background-color: #E91E63 !important;
    box-shadow: 0 0 0 rgb(24 119 242 / 0.7);
}

.instagram-btn {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    box-shadow: 0 0 0 rgb(255 20 147 / 0.7);
}

.call-btn {
    transform: rotate(99deg);
    background-color: #007bff;
    box-shadow: 0 0 0 rgb(0 123 255 / 0.7);
}

.top-nav h6 a {
    color: black;
    text-decoration: none;
}

/* <<<<<<<<<<<<<<<<<floating-cta>>>>>>>>>>>>> */


.feature-area.feature-bg.py-120,
.feature-area.feature-bg.py-120::before {
    min-height: 400px;
    display: block;
    padding: 50px;
}

.feature-bg {
    background-image: url(/Images/best-taxi-service-in-srirangam.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.feature-area {
    position: relative;
    z-index: 1;
}

.feature-area.feature-bg.py-120::before {
    content: "";
    display: block;
    height: 100%;
}

.feature-area.feature-bg.py-120,
.feature-area.feature-bg.py-120::before {
    min-height: 400px;
    display: block;
}

.feature-bg::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 0.75);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #ffd23f;
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    color: #032c45;
    margin-bottom: 0;
}

.heading-divider {
    display: inline-block;
    position: relative;
    border: 3px solid #032c45;
    width: 90px;
    height: 10px;
    border-radius: 50px;
}

.heading-divider:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 7px;
    width: 15px;
    border-radius: 50px;
    background: #ffd23f;
    /* -webkit-animation: heading-move 5s infinite linear; */
    animation: heading-move 5s infinite linear;
}

.feature-item {
    padding: 25px 20px;
    text-align: center;
    position: relative;
    background: white;
    border-radius: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.feature-icon {
    width: 100px;
    height: 100px;
    line-height: 85px;
    border-radius: 50px;
    margin: 0 auto 20px auto;
    border: 5px solid #032c45;
    background: #ffd23f;
    transition: all 0.5s ease-in-out;
}

.feature-icon img {
    width: 55px;
    display: revert;
}

.feature-item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* <<<<<<<<<<<<<<aboutus>>>>>>>>> */

/* Hero Section */
.hero-section {
    height: 100vh;
    background: url("/Images/114.png") no-repeat center center/cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services {
    height: 100vh;
    background: url("/Images/1115.png") no-repeat center center/cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
        background-position: top;
}

.contact {
    height: 100vh;
    background: url("/Images/116.png") no-repeat center center/cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-img-1 {
    height: 100vh;
    background: url("/Images/map.jpg") no-repeat center center/cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dark Overlay (optional but premium look) */
.hero-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.5); */
}

/* Content */
.hero-content {
    position: relative;
    color: #fff;
    z-index: 2;
}

/* Optional Typography */
.hero-content h5 {
    font-size: 40px;
    font-weight: bold;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* <<<<<<<<<<<<<<<<abotus>>>>>>> */

.section-5 .card {
    height: 520px;
}

.section-5 .card h5 {
    font-size: 15px;
}

.card {
    cursor: pointer;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-10px);
}

.card-1 {
    cursor: pointer;
    transition: 0.3s;
}

/* <<<<<<<<<<<<<<<contact-us>>>>>>>>>> */
.contact-us {
    padding: 50px 0;
}

/* Card */
.contact-info {
    display: flex;
    align-items: center;
    /* ✅ important fix */
    gap: 20px;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.4s;
    height: 200px;
}

/* Equal height fix */
.contact-info.h-100 {
    height: 100%;
}

/* Hover */
.contact-info:hover {
    transform: translateY(-8px);
}

.contact-info::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border: 3px solid var(--primary-color);
    border-left: none;
    border-bottom: none;
    border-radius: 0 20px 0 0;
    top: 10px;
    right: 10px;
    transition: all 0.4s ease;
}

/* Hover animation */
.contact-info:hover::before {
    width: calc(100% - 20px);
    /* ✅ stay inside */
    height: calc(100% - 20px);
    /* ✅ stay inside */
}

.contact-info:hover::before {
    width: 80%;
    height: 80%;
}

/* Icon */
.contact-info-icon {
    flex-shrink: 0;
    /* ✅ prevents shrinking */
}

.contact-info-icon i {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
}

/* Text */
.contact-info-content h5 {
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-info-content p {
    margin: 0;
    font-size: 14px;
}

/* <<<<<<<<<<<<<<<contact-us>>>>>>>>>> */

.phone-link {
    cursor: pointer;
    text-decoration: none;
    color: #ff5722;
}

.contact-img {
    position: relative;
}

.contact-img::before {
    content: "";
    position: absolute;
    border: 6px solid var(--primary-color);
    border-radius: 25px 50% 50% 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.contact-img img {
    width: 100%;
    padding: 15px;
    border-radius: 40px 50% 50% 50%;
}

.contact-form-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-dark);
}



/* <<<<<<<<<<<<<<mobile-response>>>>>>>>>> */
@media (min-width :280px) and (max-width:920px) {
    .top-nav {
        display: none;
    }

    .logo-img {
        width: 43px !important;
    }

    .custom-swiper .pri-buton {
        padding: 5px 8px;
    }

    .custom-form {
        padding: 0px;
    }

    .carousel-inner {
        padding: 0px;
    }

    .custom-clients {
        margin: 20px 0px;
        padding: 0px;
    }

    .feature-area.feature-bg.py-120,
    .feature-area.feature-bg.py-120::before {
        padding: 30px 15px;
        margin: 20px 0px;
    }

    .faq-area {
        padding: 10px;
    }

    .footer-section {
        padding: 10px;
    }

    .custom-swiper .carousel-caption {

        bottom: 0.25rem !important;
    }

    /* Hero Section */
    .hero-section {
        height: 26vh;
    }

    .services {
        height: 26vh;
    }

    .contact {
        height: 26vh;
    }

    .faq-img-1 {
        height: 26vh;
    }

    
.g-pay{
    width: 18%;
    border-radius: 50%;
}
}



/* <<<<<<<<<<<<<<<<mobile-review>>>>>>>>>> */

.static-rating i {
    color: gold;
    font-size: 20px;
}

.static-rating span {
    margin-left: 8px;
    font-weight: 500;
}

.card video {
    height: 350px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.video-box {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.video-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}