/* Newsletter Section Styles */
.newsletter-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('../images/newslatter.jpg') center/cover;
padding: 4rem 0;
margin-bottom: -1px;
}
@media (max-width:543px){
    .newsletter-section{
        padding: 30px;
    }
}
.newsletter-content {
    max-width: 700px;
    margin: 0 auto;
}

.newsletter-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.newsletter-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.newsletter-form .input-group {
    background: rgb(0 0 0 / 10%);
    padding: 8px;
    border-radius: 50px;
}

.newsletter-form .form-control {
    height: 54px;
    border: none;
    padding: 0 30px;
    border-radius: 50px;
    background: #fff;
    color: #333;
}

.newsletter-form .btn {
    padding: 0 35px;
    height: 54px;
    border-radius: 50px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: var(--secondary-color);
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
    background: var(--primary-color);
}

/* Footer Styles */
.footer {
    background: var(--primary-color);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-top {
    position: relative;
    padding: 80px 0 50px;
}
.footer-top .container{
    /* margin: 0; */
    padding: 0 15px;
}
/* Footer Brand */
.footer-brand {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
@media(max-width: 991.5px){
    .footer-brand, .footer-social{
        justify-content: center;
    }
    .footer-about-text{
        text-align: center;
    }
}


.footer-brand h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.footer-about-text {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: left;
}
@media (max-width:991px){
    .footer-about-text{
        text-align: center;
    }
}
/* Footer Social */
.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
}

.social-link:hover {
    background: var(--secondary-color);
    color: #fff;
    transform: translateY(-3px);
}

.social-link::before {
    content: attr(data-tooltip);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 4px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.social-link:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Footer Widget */
.footer-widget {
    margin-bottom: 30px;
}

.footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--secondary-color);
    transition: width 0.3s ease;
}

.footer-widget:hover .footer-title::after {
    width: 80px;
}

/* Footer Lists */
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 15px;
}

.footer-list a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-list a i {
    margin-right: 10px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.footer-list a:hover {
    color: #fff;
    transform: translateX(5px);
}

.footer-list a:hover i {
    color: var(--secondary-color);
}

/* Contact List */
.contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-list li i {
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    font-size: 16px;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-list li div {
    flex: 1;
    text-align: left;
}

.contact-list h5 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.contact-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Footer Bottom */
.footer-bottom {
    background: var(--secondary-color);
    padding: 10px 0;
    position: relative;
}

.footer-bottom  .container{
    padding: 0;
    margin: 0;
}
.copyright {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.copyright span {
    color: #fff;
    font-weight: 600;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 991.5px) {
    .newsletter-section {
        padding: 50px 0;
    }

    .newsletter-title {
        font-size: 2rem;
    }

    .footer-top {
        padding: 50px 0 30px;
    }

    .footer-info {
        margin-bottom: 30px;
    }

    .footer-widget {
        margin-bottom: 0;
    }

    .footer-title {
        padding: 15px 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        cursor: pointer;
    }

    .footer-title::after {
        display: none;
    }

    .footer-dropdown-icon {
        width: 24px;
        height: 24px;
        position: relative;
        display: block;
    }

    .footer-dropdown-icon::before,
    .footer-dropdown-icon::after {
        content: '';
        position: absolute;
        background-color: white;
        transition: transform 0.3s ease;
    }

    .footer-dropdown-icon::before {
        width: 2px;
        height: 12px;
        top: 6px;
        left: 11px;
    }

    .footer-dropdown-icon::after {
        width: 12px;
        height: 2px;
        top: 11px;
        left: 6px;
    }

    .footer-widget.active .footer-dropdown-icon::before {
        transform: rotate(90deg);
    }

    .footer-list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0 15px;
    }

    .footer-widget.active .footer-list {
        max-height: 500px;
        padding: 15px;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }

    .copyright {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .newsletter-title {
        font-size: 1.75rem;
        margin-bottom: 15px;
    }

    .newsletter-form .input-group {
        background: none;
        padding: 0;
    }

    .newsletter-form .form-control {
        margin-bottom: 15px;
    }

    .footer-bottom-links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
@media (max-width:543px){
    .newsletter-section{
        padding: 30px 0;
    }
    .footer-top{
        padding: 30px 0;
    }
    .newsletter-title{
        font-size: 22px;
    }
    .newsletter-description{
        font-size: 15px;
    }
}
@media (max-width:375px){
    .newsletter-title{
        font-size:20px;
    }
}

/* Animations */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}