/* ===== CTA BANNER ===== */
.cta-banner {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
        background-color:var(--primary-color) ;
            background-color:#FFF ;
            background-image: url("https://images.pexels.com/photos/18105/pexels-photo.jpg");
            background-size: contain;
        height: 80vh;
}

.cta-banner img {
    width: 100%;
    height: auto;
    display: block;
}



/* ===== FOOTER SECTION ===== */
.footer {
    background: linear-gradient(180deg, #0A1218 0%, #02050A 100%);
    color: #000000;


    padding: 60px 0 20px;
    margin: 0;
}

.footer__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;

}

.footer__section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__logo img {
    max-width: 150px;
    height: auto;
}

.footer__description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 24px;
}

.footer__social {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.footer__social-link:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}

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

.footer__links li {
    margin-bottom: 12px;
}

.footer__links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer__links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

/* Scroll to Top Button */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 4px 15px rgba(29, 207, 97, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(29, 207, 97, 0.4);
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    .footer__content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer__section {
        align-items: center;
    }

    .footer__social {
        justify-content: center;
    }

    .footer__links {
        text-align: center;
    }

    .footer__links a:hover {
        padding-left: 0;
        color: var(--primary-color);
    }

    .scroll-top {
        bottom: 20px;
        right: 20px;
    }
}

/* ===== FOOTER SECTION ===== */
.footer {
    background-color: var(--secondary-color);
background-color: red;
    color: #fff;
    padding: 80px 0 30px;
    margin-top: 0;
}

.footer__content {
    margin-bottom: 50px;
}

.footer__main {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.footer__brand {
    flex-shrink: 0;
    max-width: 300px;
}

.footer__logo {
    width: 160px;
    height: auto;
    margin-bottom: 20px;
}

.footer__tagline {
    color: #f0f0f0;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.footer__links-grid {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}

.footer__links-column {
    min-width: 160px;
}

.footer__links-column h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer__links-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__links-column ul li {
    margin-bottom: 12px;
}

.footer__links-column ul li a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    opacity: 0.9;
}

.footer__links-column ul li a:hover {
    color: var(--primary-color);
    opacity: 1;
}

.footer__social-links {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.footer__social-links a {
    color: #f0f0f0;
    font-size: 1.2rem;
    opacity: 0.9;
    transition: all 0.2s ease;
}

.footer__social-links a:hover {
    color: var(--primary-color);
    opacity: 1;
    transform: translateY(-2px);
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.85rem;
}

.footer__bottom p {
    color: #f0f0f0;
    opacity: 0.9;
}

.footer__bottom a {
    color: #f0f0f0;
    text-decoration: none;
    opacity: 0.9;
    transition: all 0.2s ease;
}

.footer__bottom a:hover {
    color: var(--primary-color);
    opacity: 1;
}

@media (max-width: 1024px) {
    .footer__main {
        gap: 60px;
    }

    .footer__links-grid {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 60px 0 20px;
    }

    .footer__main {
        flex-direction: column;
        gap: 40px;
    }

    .footer__brand {
        max-width: 100%;
        text-align: center;
    }

    .footer__logo {
        margin: 0 auto 20px;
    }

    .footer__links-grid {
        justify-content: center;
        text-align: center;
    }

    .footer__social-links {
        justify-content: center;
    }

    .footer__bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* Footer Responsive Styles */
@media screen and (max-width: 1024px) {
    .footer__section--company {
        grid-column: span 1;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 60px 0 20px;
    }

    .footer__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer__bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .footer__legal {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .footer__form {
        flex-direction: column;
    }

    .footer__form button {
        width: 100%;
    }

    .footer__social {
        justify-content: center;
    }
}
