footer {
    background: #000;
    padding: 65px 30px;
    padding-bottom: 0;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    padding-right: 0;
}

.footer-top {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    padding-bottom: 40px;
}

/* Typography & Headers */
.footer-widget-title {
    color: #ffffff;
    font-size: 28px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.subscribe-section .footer-widget-title::after {
    display: none;
}

.footer-bottom {
    padding: 30px;
    background: #000;
    /* border: 1px solid; */
    border-top: 1px solid rgb(76 76 76);
}

.footer-bottom p {
    margin: 0;
    text-align: center;
    color: #fff;font-size: 14px;
}

.footer-bottom p a {
    color: #fff;
}

.footer-widget-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url(../images/footer-heading-border.png);
    background-repeat: no-repeat;
}

.subscribe-section .footer-widget-title {
    color: #ffffff;
    font-size: 26px !important;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    text-align: left;
}

.brand-tagline {
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    font-weight: 400;
}

/* Links Section */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links li a {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links li a:hover {
    color: #007bff;
    transform: translateX(5px);
}

/* Subscribe Form */
.subscribe-section {
    text-align: left;
}

.subscribe-form {
    display: flex;
    background: #ffffff;
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
    max-width: 290px;
    height: 42px;
}

.subscribe-input {
    flex: 1;
    border: none;
    padding: 10px 15px;
    font-size: 13px;
    outline: none;
    color: #333;
}

.subscribe-btn {
    background: linear-gradient(90deg, #60A5FA 0%, #818CF8 100%);

    color: white;
    border: none;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.subscribe-btn:hover {
    background: #0056b3;
}

/* Contact Section */
.contact-info {
    text-align: left;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #d1d1d1;
    font-size: 14px;
}

.contact-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;
}

.contact-item i {
    color: rgba(111, 167, 251, 1);
    font-size: 18px;
}

.contact-item p {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;    line-height: 24px;
}

.contact-item a:hover {
    color: #007bff;
}

.consult-btn {
    display: inline-block;
    background: linear-gradient(90deg, #60A5FA 0%, #818CF8 100%);

    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    margin: 20px 0;
    width: max-content;
    text-align: center;
    transition: transform 0.3s, background 0.3s;
    margin-top: 10px;
    width: 184px;
}

.consult-btn:hover {
    background: #0069d9;
    /* transform: translateY(-3px); */
    color: white;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 25px 0;
    text-align: left;
}

/* Review Section */
.review-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.review-item {
    flex: 1;
    /* display: flex; */
    flex-direction: column;
    text-align: left;
    align-items: center;
    justify-content: left;
}

.review-divider {
    width: 2px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 50px;
    margin-left: 10px;
}

.google-text {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.clutch-img {
    height: 20px;
    filter: brightness(0) invert(1);
    margin-bottom: 5px;
}

.stars {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    color: #ffb400;
}

.stars span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;
}

.review-caption {
    font-size: 12px !important;
    color: #ffffff;
    text-align: left !important;
}

/* Social Icons */
.social-links {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
}



/* Back to Top */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
}

#backToTop:hover {
    background: #0056b3;
    transform: scale(1.1);
}

.footer-brand {
    text-align: left;
}

.footer-brand img {
    width: 155px;
}

.dmca-badge {
    text-align: left;
}

.footer-flexx {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer-col-5 {
    width: 271px;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-widget-title {
        font-size: 18px !important;
        margin-top: 30px !important;
    }

    .footer-logo {
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 50px 0 20px;
    }

    .footer-widget-title {
        margin-bottom: 15px !important;
    }

    .consult-btn {
        width: auto;
        padding: 10px 20px;
    }

    .footer-flexx {
        display: block;
    }

    .footer-col-5 {
        width: 100%;
    }
}
@media (max-width: 500px) {
     .footer-brand {
        text-align: center;
    }

    .brand-tagline {
        text-align: center;
    }

    .subscribe-section {
        text-align: center;
    }

    .subscribe-section .footer-widget-title {
        text-align: center;
    }

    .subscribe-form {
        margin: auto;
    }

    .footer-widget-title {
        text-align: center;
    }

    .footer-links li {
        text-align: center;
    }

    .dmca-badge {
        text-align: center;
    }

    .footer-widget-title::after {
        width: max-content;
        left: 155px;
    }
    .contact-item{
            justify-content: center;
    }
    .contact-info {
    text-align: center;
}
.footer-divider{
       text-align: center;
}
.review-caption{
       text-align: center !important
}
.review-badges {
    justify-content: center;}
.social-links {
    justify-content: center;}
}