/* Header Styles */
.header .navbar {
    padding: 1rem 0;
}
.navbar-brand {
    font-size: 1.0rem;
    font-weight: 600;
    color: #ffffff;
}
.nav-link {
    color: #ffffff !important;
    margin: 0 15px;
    transition: color 0.3s;
}
.nav-link:hover, .dropdown-toggle:hover {
    color: #00ddeb !important;
}
.dropdown-menu {
    background: #2a2a2a;
    border: none;
    display: none;
    position: absolute;
    animation: fadeInDropdown 0.3s ease-in-out;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-item {
    color: #ffffff;
    padding: 10px 20px;
    transition: background 0.3s;
}
.dropdown-item i {
    color: #00ddeb;
}
.dropdown-item:hover {
    background: #ffffff;
}
.btn-outline-light {
    border-color: #ffffff;
    color: #ffffff;
}
.btns-outline-light {
    border-color: #ffffff;
    color: #ffffff;
}
.btn-primary.btn-lg {
    padding: 12px 40px; /* Increased padding for longer button */
    font-size: 1rem;
    border-radius: 5px; /* Reduced to a flatter, "normal" curve */
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    transition: background-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
    width: auto;
    min-width: 150px; /* Minimum width for better mobile tap area */
}
.btn-primary.btn-lg:hover {
    background-color: #00ddeb;
    color: #000000;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.btns-primary.btn-lg {
    padding: 12px 40px; /* Increased padding for longer button */
    font-size: 1rem;
    border-radius: 5px; /* Reduced to a flatter, "normal" curve */
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    transition: background-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
    width: auto;
    min-width: 150px; /* Minimum width for better mobile tap area */
}
.btns-primary.btn-lg:hover {
    background-color: #00ddeb;
    color: #000000;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.logo h2 {
    font-size: 9.5rem;
    font-weight: 600;
    margin: 0;
}

/* Hero Section Styles */
.hero-section {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.8), rgba(74, 74, 74, 0.8)), url('../images/hero.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    height: 550px;
}
.hero-section h1 {
    font-size: 3rem;
    font-weight: 600;
}
.hero-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
}
.track-form {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.form-label {
    color: #4a4a4a;
    font-size: 1.1rem;
    font-weight: 500;
}
.form-section {
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.form-section.active {
    opacity: 1;
    transform: translateY(0);
}
.form-section.inactive {
    opacity: 0;
    transform: translateY(20px);
    position: absolute;
}
.btn-group .btn {
    width: 50%;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.hero-section .track-form .btn-group .btn-outline-active {
    background-color: #ff6f61 !important;
    color: white !important;
    border-color: #ff6f61 !important;
    transition: all 0.5s ease;
}
.hero-section .input-group .form-control,
.hero-section .input-group .btn {
    height: 40px;
    line-height: 1;
}
.hero-section .input-group .btn {
    padding: 0 15px;
}

/* Features Section Styles */
.features-section {
    padding: 80px 0;
    background: #f5f7fa;
}
.small-header {
    font-size: 0.9rem;
    color: #666;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-header {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
}
.description {
    color: #666;
    font-size: 1.1rem;
}
.feature-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}
.feature-card.large-card {
    min-height: 400px;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.icon-circle {
    width: 50px;
    height: 50px;
    background: #e6f0fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background-color 0.3s;
}
.feature-card:hover .icon-circle {
    background: #00ddeb;
}
.icon-circle i {
    font-size: 1.5rem;
    color: #333;
}
.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
}
.feature-card p {
    color: #666;
}
.more-info {
    display: none;
    color: #666;
    font-size: 0.95rem;
}
.feature-card:hover .more-info {
    display: block;
}

/* How It Works Section Styles */
.how-it-works-section {
    padding: 80px 0;
    background: #1a1a1a;
    color: white;
}
.how-it-works-section .section-heading {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 50px;
}
.step-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.step-number {
    width: 40px;
    height: 40px;
    background: #ff6f61;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.2rem;
    font-weight: 600;
}
.step-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #ffffff;
}
.step-card p {
    color: #cccccc;
}

.section-heading-tes {
    color: black;
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 20px;
}
/* Testimonials Section Styles */
.testimonials-section {
    padding: 80px 0;
    background: #f5f7fa;
}
.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 15px;
}
.testimonial-card p {
    font-style: italic;
    color: #666;
    margin-bottom: 20px;
}
.user-info i {
    font-size: 1.5rem;
    color: #ff6f61;
    margin-right: 10px;
}
.user-info span {
    font-weight: 600;
    color: #333;
}
.carousel-control-prev, .carousel-control-next {
    width: 5%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #333;
}

/* Benefits Section Styles */
.benefits-section {
    padding: 80px 0;
    background: #ffffff;
}
.benefits-section .section-heading {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 50px;
}
.sub-heading {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}
.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.benefit-item i {
    font-size: 2rem;
    color: #ff6f61;
    margin-right: 15px;
}
.benefit-item h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #333;
}
.benefit-item p {
    color: #666;
    margin: 0;
}

/* Tracking Section Styles */
.tracking-section {
    padding: 60px 0;
    background: #f4e041;
}
.tracking-section .section-heading {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.tracking-section p {
    color: #333;
    margin-bottom: 10px;
    font-size: 1rem;
}
.tracking-section .tracking-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.tracking-input {
    display: flex;
    gap: 8px;
    align-items: center;
    max-width: 400px;
}
.tracking-input .form-control {
    border-radius: 5px;
    font-size: 0.9rem;
}
.tracking-input .btn-danger {
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 0.9rem;
}
.card.dashboard-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.card.dashboard-card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}
.card.dashboard-card p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 8px;
}

/* FAQ Section Styles */
.faq-section {
    padding: 80px 0;
    background: #f5f7fa;
}
.faq-section .section-heading {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}
.accordion-item {
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.accordion-button {
    font-size: 1.2rem;
    color: #333;
    background: #ffffff;
}
.accordion-button:not(.collapsed) {
    background: #f5f7fa;
    color: #000000;
}
.accordion-body {
    color: #666;
    padding: 20px;
}

/* CTA Section Styles */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a1a, #4a4a4a);
    color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
}
.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}
.cta-buttons .btn {
    margin: 0 10px;
}



.footer-top {
    /* Already uses d-flex and align-items-center from Bootstrap */
    gap: 1.2rem; /* Space between logo and text */
}


.footer-logo-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-top: -10px;
    margin-right: 10px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}



.footer-description {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    margin: 0;
    margin-top: 50px;
}
.container h4 {
    margin-bottom: 40px;
}
@media (max-width: 576px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .footer-logo-img {
        margin-bottom: 0.3rem;
    }
}



/* Footer Section Styles */
.footer-section {
    padding: 80px 0;
    background: #1a1a1a;
    color: #ffffff;
}
.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
}
.footer-logo .navbar-brand {
    font-size: 2rem;
    color: #ffffff;
}
.footer-description {
    color: #cccccc;
    max-width: 300px;
    margin: 0;
}
.footer-section h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #ffffff;
}
.footer-section p {
    color: #cccccc;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-section a:hover {
    color: #ff6f61;
}
.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-policies a {
    margin: 0 10px;
    color: #cccccc;
}
.footer-policies a:hover {
    color: #ff6f61;
}
.service-update {
    color: #ff4444;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.social-icons a {
    margin: 0 15px;
    font-size: 1.5rem;
    color: #ffffff;
    transition: color 0.3s;
}
.social-icons a:hover {
    color: #00ddeb;
}

/* Floating WhatsApp Icon Styles */
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsapp-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    color: #ffffff;
    font-size: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: transform 0.3s;
}
.whatsapp-icon a:hover {
    transform: scale(1.1);
}
.whatsapp-icon a i {
    margin: 0;
}
.whatsapp-message {
    position: absolute;
    right: 70px;
    background: #ffffff;
    color: #333;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 0.9rem;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.whatsapp-icon a:hover .whatsapp-message {
    opacity: 1;
    transform: translateX(0);
}

/* Animations */
@keyframes fadeInDropdown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar-nav {
        margin-top: 10px;
    }
    .navbar-brand {
        font-size: 1.5rem;
    }
    .btn-primary.btn-lg {
        padding: 10px 30px; /* Adjusted padding for mobile */
        font-size: 0.9rem;
        border-radius: 5px; /* Consistent flatter design */
        width: 100%; /* Full width on mobile for better tap area */
        margin-top: 10px;
        min-width: 0; /* Reset min-width for full-width behavior */
    }
    .btns-primary.btn-lg {
        padding: 10px 20px; /* Adjusted padding for mobile */
        font-size: 0.9rem;
        border-radius: 5px; /* Consistent flatter design */
        width: 70%; /* Full width on mobile for better tap area */
        margin-top: 10px;
        min-width: 0; /* Reset min-width for full-width behavior */
    }
   
    .hero-section {
        padding: 60px 0;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 0.95rem;
    }
    .track-form {
        margin-top: 20px;
        padding: 20px;
    }
    .tracking-section {
        padding: 40px 0;
    }
    .tracking-section .row {
        flex-direction: column;
    }
    .tracking-input {
        flex-direction: column;
        gap: 10px;
        max-width: 100%;
    }
    .tracking-input .form-control {
        max-width: 100%;
        font-size: 0.85rem;
    }
    .tracking-input .btn-danger {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
    .card.dashboard-card {
        margin-top: 20px;
    }
    .main-header {
        font-size: 1.8rem;
    }
    .description {
        font-size: 1rem;
    }
    .feature-card {
        margin-bottom: 20px;
    }
    .feature-card.large-card {
        min-height: 300px;
    }
    .section-heading {
        font-size: 1.8rem;
    }
    .step-card {
        margin-bottom: 30px;
    }
    .testimonial-card {
        margin-bottom: 20px;
    }
    .sub-heading {
        font-size: 1.5rem;
    }
    .accordion-button {
        font-size: 1rem;
    }
    .cta-section {
        padding: 50px 0; /* Reduced padding for mobile */
        border-top-left-radius: 20px; /* Reduced curve for mobile */
        border-top-right-radius: 20px; /* Reduced curve for mobile */
    }
    .cta-section h2 {
        font-size: 1.8rem;
    }
    .cta-section p {
        font-size: 1rem;
    }
    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .footer-section .col-md-2, .footer-section .col-md-3 {
        width: 50%;
        margin-bottom: 20px;
    }
    .footer-top {
        text-align: center;
    }
    .footer-description {
        margin: 0 auto;
        margin-left: -3px;
    }
    .footer-policies a {
        display: inline-block;
        margin: 5px 10px;
    }
    .whatsapp-icon {
        bottom: 10px;
        right: 10px;
    }
    .whatsapp-icon a {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    .whatsapp-message {
        font-size: 0.8rem;
        padding: 8px 12px;
        right: 60px;
    }

    /* View Tasks Page Adjustments */
    .view-tasks-hero h1 {
        font-size: 2rem;
    }
    .view-tasks-hero .lead {
        font-size: 1.2rem;
    }
    .view-tasks-what-runners-do .section-heading,
    .view-tasks-how-it-works .section-heading,
    .view-tasks-benefits .section-heading,
    .view-tasks-ratings .section-heading {
        font-size: 2rem;
    }
    .view-tasks-step-card, .view-tasks-benefits .benefit-card {
        margin-bottom: 20px;
    }
}




.feature-icon, .step-icon, .benefit-icon, .user-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.step-image {
    width: 50px;
    height: 50px;
    background: #ff6f61;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.user-info img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}


