body {
    font-family: "Inter", system-ui, Helvetica, Arial;
    background: linear-gradient(180deg, #071028 0%, #071428 60%);
    color: #e6eef8;
}

body,
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* HERO */
.hero {
    min-height: 70vh;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            rgba(13, 110, 253, 0.06),
            rgba(2, 6, 23, 0.6));
}

.hero .content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.hero p.lead {
    font-size: 1.05rem;
    color: #d9e9ff;
}

.trusted-icon i {
    color: #114fee;
}

.landing-ph-no {
    font-size: 1.2rem;
}

/* GLASS CARD */
.glass {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    padding: 1.5rem;
    border-radius: 12px;
}

/* SERVICE CARDS */
.service-card {
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.6);
}

/* CTA FORM */
.contact-panel {
    max-width: 520px;
}

/* Floating WhatsApp */
.whatsapp-fab {
    text-decoration: none;
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1050;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.6);
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    font-size: 1.7rem;
}

/* Footer */
footer small {
    opacity: 0.8;
}

.why-choose p {
    font-family:
        "Inter",
        system-ui,
        Segoe UI,
        Helvetica,
        Arial;
    color: #d9e9ff;
}

.main-card h5 {
    font-weight: 600;
}

.main-card {
    transition: all 0.4s ease;
}

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

.main-card i {
    color: #0d6efd;
    transition: all 0.4s ease;
}

.main-card:hover i {
    transform: scale(1.2);
    color: #6610f2;
}

/* Card Styling */
.meet-team a i {
    font-size: 1.3rem;
}

.team-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Image Circle Frame */
.team-img {
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Social Icons */
.social-icons a {
    color: #fff;
    font-size: 16px;
    margin: 0 6px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #0d6efd;
    transform: scale(1.2);
}

/* Meet the team section  */

#meet-the-team {
    background: #f8fafc;
}

.meet-team-container h2 {
    color: #040a25;
    font-weight: 700;
}

.team-subtitle {
    max-width: 750px;
    margin: auto;
    color: #333;
    line-height: 1.8;
}

.team-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.team-card h5 {
    font-weight: 600;
    color: #040a25;
}

.team-avatar {
    width: 120px;
    height: 120px;
    margin: auto;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 34px;
    font-weight: 700;

    color: #fff;

    background: linear-gradient(135deg, #0d6efd, #6610f2);
}

.team-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.team-role {
    color: #0d6efd;
    font-weight: 600;
    font-size: 0.9rem;
}

.experience-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 30px;
    background: rgba(13, 110, 253, .08);
    color: #0d6efd;
    font-size: .85rem;
    font-weight: 600;
    margin-top: 8px;
}

.experience-badge i {
    font-size: .8rem;
}

.team-bio {
    color: #333;
    line-height: 1.8;
    margin-top: 15px;
}

.team-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.team-tags span {
    padding: 8px 16px;
    border-radius: 30px;
    background: #eef2ff;
    color: #0d6efd;
    font-size: 0.85rem;
    font-weight: 500;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.social-icons a {
    width: 42px;
    height: 42px;

    border-radius: 50%;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eaeaea;
    color: #333;

    transition: 0.3s;
}

.social-icons a:hover {
    background: #0d6efd;
    color: #fff;
}

/* launch section start here  */

.lauch-div {
    width: 40%;
    min-width: 260px;
}

/* Section Background */
.launch-section {
    margin-top: 2rem;
    background: #0a0f1a;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Glass Card */
.launch-wrapper {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Text Colors */
.launch-content h4 {
    color: #ffffff;
}

.launch-content p,
.launch-content .small {
    color: #dcdcdc;
}

/* Progress Bar */
.launch-bar {
    height: 6px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    overflow: hidden;
}

#launchProgress {
    display: block;
    height: 100%;
    width: 0%;
    background: #4af3b8;
}

.launch-image img {
    width: 280px;
    animation: shadowBreath 4s ease-in-out infinite;
}

@keyframes shadowBreath {
    0% {
        filter: drop-shadow(0px 0px 2px #4af3b8);
    }

    50% {
        filter: drop-shadow(0px 0px 10px #4af3b8);
    }

    100% {
        filter: drop-shadow(0px 0px 2px #4af3b8);
    }
}

/* Progress bar modern style */
.launch-bar i {
    display: block;
    height: 6px;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    border-radius: 6px;
}

/* Simple animations */
@keyframes floaty {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.floaty {
    animation: floaty 4s ease-in-out infinite;
}

/* Launch progress */
.launch-bar {
    height: 12px;
    background: linear-gradient(90deg,
            rgba(13, 110, 253, 0.18),
            rgba(13, 110, 253, 0.35));
    border-radius: 8px;
    overflow: hidden;
}

.launch-bar>i {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #0d6efd, #22c1c3);
    transition: width 1s ease;
}

/* Launch Section Wrapper */
.launch-wrapper {
    justify-content: space-between;
    backdrop-filter: blur(8px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Content Box */
.launch-content {
    max-width: 688px;
    flex: 1;
}

.launch-content h4 {
    font-weight: 700;
    font-size: 2.5rem;
}

/* Right Side Image */
.launch-image img {
    width: 380px;
    /* Medium size */
    max-width: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}

/* Hover Effect - Attractive */
.launch-image img:hover {
    transform: scale(1.03);
}

.social-links a i {
    color: #d9e9ff;
    opacity: 0.8;
    transform: scale(1);
    transition: all 0.3s ease;
}

.social-links a i:hover {
    opacity: 1;
    transform: scale(1.1);
}

.contact-footer .copyright-footer {
    margin-bottom: 3px;
    font-size: 0.9rem;
}

/* FAQ Section Styling - Black Theme */
#faq {
    background-color: #000000;
    /* Pure black background */
    color: #ffffff;
    /* White text */
    padding: 60px 0;
}

#faq h3 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
}

.accordion-button {
    background-color: #111111;
    /* Dark button */
    color: #ffffff;
    font-weight: 500;
    border: none;
    transition: background 0.3s;
}

.accordion-button:not(.collapsed) {
    background-color: #222222;
    /* Slightly lighter when open */
    color: #ffffff;
}

.accordion-button::after {
    filter: invert(1);
    /* Make arrow visible on black */
}

.accordion-body {
    background-color: #111111;
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion {
    --bs-accordion-bg: none !important;
}

#partners {
    background: #ffffff;
    /* clean white section */
    color: #040a25;
    /* deep blue text */
    padding: 60px 0;
}

#partners h3 {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.partner-card {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.35);
    /* subtle glass tint */
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
    padding: 22px;
    border: 1px solid rgba(13, 110, 253, 0.4);
    /* softer blue border */
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.partner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    /* soft shadow for white bg */
}

.partner-logo {
    max-height: 70px;
    object-fit: contain;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    /* better visibility without changing color */
}

.partner-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 12px;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0d1117;
    /* text color */
    background: rgba(255, 255, 255, 0.95);
    /* glass / white pill */
    transform: translateY(100%);
    opacity: 0;
    transition:
        transform 0.36s cubic-bezier(0.2, 0.9, 0.2, 1),
        opacity 0.28s ease;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.partner-name-side {
    position: absolute;
    top: 50%;
    left: 105%;
    /* outside the card on the right */
    transform: translateY(-50%);
    white-space: nowrap;
    font-weight: 600;
    opacity: 0;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    color: #0d6efd;
    /* match your theme */
    pointer-events: none;
    /* doesn't block hover */
}

.trusted-tags {
    gap: 0.5rem;
    /* space between tags */
}

.trusted-tag {
    display: inline-block;
    padding: 0.35rem 0.8rem;
    border-radius: 50px;
    /* pill shape */
    font-size: 0.8rem;
    font-weight: 600;
    color: #0d6efd;
    /* brand accent color */
    background: rgba(13, 110, 253, 0.1);
    /* soft transparent blue */
    transition: all 0.3s ease;
    cursor: default;
}

.trusted-tag:hover {
    background: rgba(13, 110, 253, 0.2);
    color: #ffffff;
    /* slightly darker on hover */
}

.upper-contact {
    background: rgba(13, 110, 253, 0.12);
    /* soft blue tint */
    border: 1px solid rgba(13, 110, 253, 0.25);
    padding: 13px 14px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: pointer;
    transition: all 0.3s ease;
}

.upper-contact:hover {
    background: rgba(13, 110, 253, 0.18);
    transform: translateY(-2px);
}

.contact-ico {
    font-size: 1.2rem;
    color: #0d6efd;
}

.contact-label {
    font-size: 0.9rem;
    opacity: 0.8;
    line-height: 1.2;
    margin-bottom: 2px;
}

.landing-ph-no {
    font-size: 1rem;
    color: #0d6efd;
    line-height: 1;
    font-weight: 600;
}

.service-cta-btn {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.service-cta-btn:hover {
    background: rgba(13, 110, 253, 0.15);
    border-color: rgba(13, 110, 253, 0.6);
}

.imp-div {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.imp-div p {
    font-size: 1rem;
    color: #d9e9ff;
}

/*icar show case certificate */
#icar-showcase {
    background: #0c111b;
}

.icar-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.icar-frame {
    /*background: #d9d9d9;*/
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.icar-inner-frame {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    border: 2px solid #0d6efd;
}

.icar-inner-frame img {
    width: 100%;
    border-radius: 6px;
    object-fit: contain;
}

.icar-placeholder {
    padding: 40px 10px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 6px;
}

.icar-placeholder h6 {
    margin-bottom: 6px;
    font-weight: 700;
    opacity: 0.65;
}

.icar-placeholder p {
    margin: 0;
    color: #333;
}

.icar-placeholder span {
    font-size: 0.8rem;
    opacity: 0.65;
}

.icar-badge {
    width: fit-content;
    background: #1d4ed8;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    gap: 6px;
    box-shadow: 0 8px 20px rgba(29, 78, 216, 0.4);
}

.delivered-badge {
    background: #1f2937;
    padding: 8px 14px;
    border-radius: 50px;
    display: inline-block;
}

.icar-quote {
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #0d6efd;
    border-radius: 6px;
}

.icar-btn {
    transition: all 0.3s ease;
}

.icar-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.digi-text {
    color: #a8cfff;
}

.milestone-badge {
    position: relative;
    overflow: hidden;
    width: fit-content;
    padding: 6px 14px;
    border-radius: 50px;
    background: linear-gradient(90deg, #0d6efd, #3b82f6);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 0 12px rgba(13, 110, 253, 0.6);
    animation: pulseGlow 2.2s infinite ease-in-out;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 6px rgba(13, 110, 253, 0.5);
    }

    50% {
        box-shadow: 0 0 15px rgba(13, 110, 253, 0.9);
    }

    100% {
        box-shadow: 0 0 6px rgba(13, 110, 253, 0.5);
    }
}

/* Shining Sweep Animation */
.shine-effect::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: sweep 2.5s infinite;
}

@keyframes sweep {
    0% {
        left: -100%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.reviews-section {
    max-width: 900px;
}

.review-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    color: #eaeaea;
    min-height: 230px;
    transition: 0.3s ease;
    margin-top: 20px;
}

.review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.2);
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #4a89ff;
}

.review-text {
    font-size: 0.92rem;
    line-height: 1.45;
    opacity: 0.9;
}

/* Swiper Pagination Dots */
.swiper-pagination-bullet {
    background: #4a89ff !important;
}

.review-btn {
    display: inline-block;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #2563eb, #4f46e5);
    border-radius: 12px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

/* Review feedback css end */

/* Button hover (lift + darker gradient) */
.review-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #2563eb, #4f46e5);
    border-radius: 12px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

/* Button hover */
.review-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.5);
    background: linear-gradient(90deg, #1e40af, #4338ca);
    text-decoration: none;
}

/* Shine effect */
.review-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    transform: skewX(-20deg);
    transition: 0.5s;
}

.review-btn:hover::before {
    left: 150%;
}

/* Glow border */
.review-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: 0.35s;
}

.review-btn:hover::after {
    border-color: rgba(255, 255, 255, 0.5);
}

/* Icon styling */
.review-btn i {
    font-size: 20px;
}

.testimonials-section h3 {
    font-weight: 700;
    margin-bottom: 7px !important;
    text-align: center;
}

/* ---------- Testimonials Section ---------- */
.uds-testimonials {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fbff, #eef4ff);
    overflow: hidden;
}

.testimonialSwiper {
    padding: 10px 0;
}

.testimonialSwiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: space-between;
}

.review-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    width: fit-content;
    align-self: flex-start;

    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    margin: 5px 0 15px;
}

.client-review {
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.25);
}

.partner-review {
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
    border: 1px solid rgba(13, 110, 253, 0.25);
}

.community-review {
    background: rgba(255, 193, 7, 0.12);
    color: #d39e00;
    border: 1px solid rgba(255, 193, 7, 0.25);
}

.testimonials-title h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #040a25;
    margin-bottom: 10px;
}

.testimonials-title p {
    color: #333;
    max-width: 650px;
    margin: auto;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(14px);
    border-radius: 22px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.288);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
    height: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
}

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

.testimonial-card h4 {
    color: #040a25;
}

.quote-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: rgba(13, 110, 253, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.quote-icon i {
    font-size: 22px;
    color: #0d6efd;
}

.testimonial-text {
    color: #333;
    line-height: 1.9;
    margin-bottom: 25px;
    font-size: 15px;
    flex-grow: 1;
    margin-bottom: 20px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: auto;
}

.testimonial-user img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(13, 110, 253, 0.1);
}

.testimonial-user h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.testimonial-user span {
    font-size: 14px;
    color: #333;
}

.stars {
    margin-top: 20px;
    color: #ffc107;
    display: flex;
    gap: 4px;
}

/* Pagination */

.swiper-pagination {
    margin-top: 40px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #b6c2d1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0d6efd;
    width: 28px;
    border-radius: 20px;
}

/* Responsive Behavior */
@media (max-width: 991px) {
    #project-certificate .cert-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .cert-frame {
        max-width: 360px;
    }

    .cert-image img {
        max-height: 200px;
    }

    .cert-meta {
        width: 100%;
    }

    .hero h1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 768px) {
    .team-card {
        padding: 25px !important;
    }

    .launch-wrapper {
        text-align: center;
    }

    .launch-image img {
        width: 220px;
        /* slightly smaller for mobile */
        margin-bottom: 1rem;
    }

    .footer-brand {
        text-align: center;
    }

    .contact-footer {
        text-align: center;
    }

    .social-links {
        text-align: center;
        margin-top: 5px;
    }

    .upper-contact {
        display: none !important;
    }

    .imp-div {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }

    .mission-div p {
        text-align: center;
        font-size: 0.8rem;
    }

    .left-brand-logo {
        margin-bottom: 2px !important;
    }

    .uds-testimonials {
        padding: 70px 0;
    }

    .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    .navbar {
        padding-bottom: 12px !important;
        padding-top: 12px !important;
    }

    .landing-ph-no {
        font-size: 0.8rem;
    }

    .nav-company-name {
        font-size: 1.2rem;
    }

    .nav-tag {
        font-size: 0.889rem;
    }

    .lauch-btn {
        margin-left: 0 !important;
    }

    .hero p.lead {
        font-size: 0.9rem;
    }

    .lauch-div {
        width: 100%;
    }

    .launch-content h4 {
        font-size: 2rem;
    }

    .spc-padding {
        padding-inline: 6px;
    }

    .spc-font {
        font-size: 0.89rem;
    }

    .contact-footer {
        font-size: 0.8rem;
    }

    .contact-footer .copyright-footer {
        font-size: 0.8rem;
    }

    .partner-logo {
        max-height: 55px;
    }

    .partner-overlay {
        padding: 6px 12px;
        font-size: 0.71rem;
    }

    #partners h3,
    #faq h3,
    .testimonials-section h3 {
        font-size: 1.3rem;
    }

    .icar-badge {
        font-size: 0.7rem;
        padding: 5px 12px;
    }

    .testimonials-section p {
        font-size: 0.875em;
    }
}