

#footer-placeholder {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.footer-main {
    background-color: #00ba9a !important;
    padding: 40px 0 20px;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    margin-top: auto;
    margin-bottom: 0 !important;
    width: 100%;
    min-height: auto;
    flex-shrink: 0;
}


.footer-main::before {
    display: none !important;
    background: none !important;
}


.footer-top {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.footer-content {
    margin-bottom: 20px;
}


.footer-about {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.footer-logo {
    margin: 0;
    flex-shrink: 0;
}
.footer-logo img {
    width: 90px;
    height: 80px;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}


.footer-logo img:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.about-footer-content {
    flex: 1;
}

.about-footer-content p {
    color: #ffffff !important;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding-top: 30px;
}

.about-footer-content strong {
    color: #ffffff;
    font-weight: 700;
}


.footer-links {
    padding: 0;
    margin: 0;
}

.footer-links h3 {
    color: #ffffff !important;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 18px 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.footer-links ul li a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    opacity: 0.85;
}

.footer-links ul li a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width 0.3s ease;
}

.footer-links ul li a:hover {
    color: #ffffff !important;
    opacity: 1;
    transform: translateX(5px);
}

.footer-links ul li a:hover::before {
    width: 100%;
}


.footer-contact-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-links ul li {
    margin-bottom: 14px;
}

.footer-contact-links ul li address {
    color: #ffffff !important;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
    font-weight: 600;
    opacity: 0.85;
}

.footer-contact-links a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-links a span {
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 600;
}

.footer-contact-links a:hover span {
    opacity: 1;
    transform: translateX(3px);
    display: inline-block;
}

.footer-contact-links a i {
    color: #ffffff;
    margin-right: 8px;
    font-size: 1rem;
}


.footer-newsletter-box {
    padding: 0;
    margin: 0;
}

.section-title {
    margin-bottom: 20px;
}

.section-title h2 {
    color: #ffffff !important;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.newsletter-form {
    margin-top: 15px;
}

.newsletter-form .form-group {
    display: flex;
    gap: 10px;
    width: 100%;
}

.newsletter-input {
    flex: 1;
    padding: 14px 16px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    color: #000000;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.newsletter-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.newsletter-btn {
    padding: 14px 20px;
   
    border: none;
    border-radius: 50px;
    color: #ffffff !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.newsletter-btn .btn-text {
    display: none;
}

.newsletter-btn .btn-icon {
    display: inline;
    font-size: 1rem;
}

.newsletter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.4s ease;
}

.newsletter-btn:hover::before {
    left: 100%;
}

.newsletter-btn:hover {
    border: 2px solid #333333;
}


.newsletter-btn:hover {

    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.newsletter-btn i {
    font-size: 1rem;
    position: relative;
    z-index: 2;
}


.footer-divider {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
    margin: 40px 0;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p {
    color: #fff !important;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 700;
    opacity: 0.8;
}

.footer-policy-links {
    display: flex;
    gap: 25px;
}

.footer-policy-links a {
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.8;
}

.footer-policy-links a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #000000;
    transition: width 0.3s ease;
}

.footer-policy-links a:hover {
    color: #fff !important;
    opacity: 1;
}

.footer-policy-links a:hover::after {
    width: 100%;
}


.footer-copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.6;
    margin-top: 5px;
    padding: 10px 0 10px 0;
    width: 100%;
    margin-bottom: 0 !important;
}

.footer-copyright p {
    margin: 0;
    text-align: center;
    color: #fff;
}




@media (min-width: 1200px) {
    .footer-main {
        padding: 50px 0 20px;
        text-align: left;
    }
    
    .footer-top {
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-align: left;
    }
    
    .footer-about {
        gap: 25px;
    }
}


@media (max-width: 991px) {
    .footer-main {
        padding: 40px 0 20px;
    }
    
    .footer-top {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .footer-about {
        flex-direction: column;
        text-align: left;
        gap: 15px;
        align-items: flex-start;
    }
    
    .footer-logo img {
        width: 60px;
        height: 60px;
    }
    
    .footer-links h3 {
        font-size: 1.15rem;
        margin-bottom: 12px;
    }
    
    .footer-links ul li {
        margin-bottom: 8px;
        text-align: left;
    }
    
    .section-title h2 {
        font-size: 1.2rem;
    }
    
    .mb-4 {
        margin-bottom: 20px !important;
    }
}


@media (max-width: 767px) {
    .footer-main {
        padding: 35px 0 20px;
    }
    
    .footer-main .container {
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
    }
    
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    
    .col-lg-3,
    .col-md-6,
    .col-sm-12 {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .footer-top {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
    
    .footer-about {
        flex-direction: row;
        text-align: left;
        gap: 10px;
        align-items: flex-start;
    }
    
    .footer-logo {
        flex-shrink: 0;
    }
    
    .footer-logo img {
        width: 48px;
        height: 48px;
    }
    
    .about-footer-content p {
        font-size: 0.8rem;
        line-height: 1.5;
        margin: 0;
    }
    
    .footer-links {
        margin-bottom: 12px;
        text-align: left !important;
    }
    
    .footer-links h3 {
        font-size: 0.95rem;
        margin-bottom: 8px;
        color: #ffffff !important;
        text-align: left;
    }
    
    .footer-links ul {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    
    .footer-links ul li {
        margin-bottom: 6px;
        line-height: 1.4;
        
    }
    
    .footer-links ul li a {
        font-size: 0.8rem;
        font-weight: 600;
        display: block;
        text-align: left;
    }
    
    .footer-contact-links {
        text-align: left;
    }
    
    .footer-contact-links ul li {
        margin-bottom: 8px;
        line-height: 1.4;
        text-align: left;
    }
    
    .footer-contact-links ul li address {
        font-size: 0.75rem;
        line-height: 1.4;
        margin: 0;
    }
    
    .footer-contact-links a span {
        font-size: 0.8rem;
    }
    
    .footer-newsletter-box {
        margin-bottom: 0;
        text-align: left;
    }
    
    .section-title {
        margin-bottom: 10px;
    }
    
    .section-title h2 {
        color: #000000 !important;
        font-size: 0.95rem;
        line-height: 1.3;
        text-align: center;
        margin: 0;
    }
    
    .newsletter-form {
        margin-top: 10px;
    }
    
    .newsletter-form .form-group {
        display: flex;
        gap: 6px;
        flex-direction: row;
        width: 100%;
    }
    
    .newsletter-input {
        flex: 1;
        padding: 10px 11px;
        font-size: 0.8rem;
        border-radius: 8px;
        min-width: 0;
    }
    
    .newsletter-btn {
        width: auto;
        padding: 10px 11px;
        font-size: 0.75rem;
        border-radius: 8px;
        flex-shrink: 0;
    }
    
    .mb-4 {
        margin-bottom: 12px !important;
    }
    
    .footer-divider {
        margin: 15px 0;
    }
}


@media (max-width: 480px) {
    .footer-main {
        padding: 35px 0 20px;
    }
    
    .footer-main .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    
    .footer-top {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .footer-about {
        gap: 10px;
    }
    
    .footer-logo img {
        width: 48px;
        height: 48px;
    }
    
    .about-footer-content p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .footer-links {
        margin-bottom: 18px;
        text-align: left !important;
    }
    
    .footer-links h3 {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    
    .footer-links ul li {
        margin-bottom: 8px;
    }
    
    .footer-links ul li a {
        font-size: 0.85rem;
    }
    
    .footer-contact-links {
        margin-bottom: 18px;
    }
    
    .footer-contact-links ul li {
        margin-bottom: 12px;
    }
    
    .footer-contact-links ul li address {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    
    .footer-contact-links a span {
        font-size: 0.85rem;
    }
    
    .section-title h2 {
        font-size: 0.95rem;
        line-height: 1.3;
    }
    
    .newsletter-form .form-group {
        gap: 6px;
    }
    
    .newsletter-input {
        padding: 10px 11px;
        font-size: 0.8rem;
        border-radius: 8px;
    }
    
    .newsletter-btn {
        padding: 10px 11px;
        font-size: 0.8rem;
        border-radius: 8px;
    }
    
    .mb-4 {
        margin-bottom: 18px !important;
    }
    
    .footer-divider {
        margin: 20px 0;
    }
}



@media (max-width: 767px) {

    .footer-main {
        background: #00ba9a !important;
        padding: 25px 0 20px;
    }
    

    .footer-top {
        display: none;
    }
    
    .footer-content {
        margin-bottom: 15px;
    }
    

    .footer-links {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 16px 0;
        margin-bottom: 0;
    }
    
    .footer-content > .row > .col-lg-3:first-child .footer-links ul li {
        text-align: left;
    }
    
    .footer-content > .row > .col-lg-3:first-child .footer-links ul li a {
        display: inline-block;
    }
    
    .footer-links h3 {
        color: #ffffff !important;
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
        padding: 8px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
        position: relative;
    }
    
    .footer-links h3::after {
        content: '+';
        font-size: 1.4rem;
        color: #ffffff;
        font-weight: 300;
        transition: transform 0.3s ease;
    }
    
    .footer-links ul {
        display: none;
        margin: 12px 0 0 0;
        padding: 0;
        list-style: none;
    }
    
    .footer-links.active ul {
        display: block;
    }
    
    .footer-links.active h3::after {
        transform: rotate(45deg);
    }
    
    .footer-links ul li {
        margin-bottom: 8px;
        line-height: 1.5;
    }
    
    .footer-links ul li a {
        color: rgba(255, 255, 255, 0.85);
        font-size: 0.85rem;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    
    .footer-links ul li a:hover {
        color: #ffffff;
        opacity: 1;
    }
    

    .footer-contact-links {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 16px 0;
    }
    
    .footer-contact-links h3 {
        color: #ffffff !important;
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
        padding: 8px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }
    
    .footer-contact-links h3::after {
        content: '+';
        font-size: 1.4rem;
        color: #ffffff;
        font-weight: 300;
        transition: transform 0.3s ease;
    }
    
    .footer-contact-links ul {
        display: none;
        margin: 12px 0 0 0;
        padding: 0;
    }
    
    .footer-contact-links.active ul {
        display: block;
    }
    
    .footer-contact-links.active h3::after {
        transform: rotate(45deg);
    }
    
    .footer-contact-links ul li {
        margin-bottom: 10px;
    }
    
    .footer-contact-links ul li a span,
    .footer-contact-links ul li address {
        color: rgba(255, 255, 255, 0.85);
        font-size: 0.8rem;
        font-weight: 500;
    }
    
    .footer-contact-links ul li a i,
    .footer-contact-links ul li address i {
        margin-right: 8px;
        color: rgba(255, 255, 255, 0.9);
    }
    

    .footer-newsletter-box {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        padding: 15px 12px;
        margin-top: 15px;
    }
    
    .section-title h2 {
        color: #ffffff !important;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 12px 0;
    }
    
    .newsletter-form .form-group {
        flex-direction: row;
        gap: 12px;
        display: flex;
    }
    
    .newsletter-input {
        flex: 1 !important;
        width: auto !important;
        padding: 16px 24px;
        background: #ffffff;
        color: #333333;
        font-size: 0.95rem;
        border: none;
        border-radius: 50px;
    }
    
    .newsletter-input::placeholder {
        color: rgba(51, 51, 51, 0.5);
    }
    
    .newsletter-btn {
        width: 50px !important;
        height: 50px;
        padding: 0 !important;
        background:#00ba9a !important;
        color: #ffffff;
        border: none;
        border-radius: 50%;
        font-weight: 600;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }
    
    .newsletter-btn .btn-text {
        display: none;
    }
    
    .newsletter-btn .btn-icon {
        display: inline;
        font-size: 1rem;
    }
    
    .newsletter-btn:hover {
        background: #1a1a1a;
        transform: scale(1.05);
    }
    

    .footer-copyright {
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.8rem;
        text-align: center;
        line-height: 1.6;
        margin-top: 15px;
        padding: 15px 0 0 0;
    }
    
    .footer-copyright p {
        margin: 0;
        text-align: center;
    }
}

