.footer-top-content-four {
    position: relative;
    z-index: 1;
    margin-bottom: -60px;
}

@media (max-width: 1199px) {
    .footer-top-content-four {
        margin-bottom: -60px;
    }
}

/* === Newsletter Content === */
.footer-top-content-four .newsletter-content {
    background-color: var(--tts-buttton-bg);
    border-radius: 10px 10px;
    text-align: left;
    padding: 30px 50px;
}

@media (max-width: 991px) {
    .footer-top-content-four .newsletter-content {
        border-radius: 10px;
        text-align: center;
        justify-content: center;
    }
}

/* === Heading === */
.footer-top-content-four .newsletter-content h2 {
    color: var(--tts-buttton-txt);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: capitalize;
}

@media (max-width: 576px) {
    .footer-top-content-four .newsletter-content h2 {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media (max-width: 576px) {
    .footer-top-content-four .newsletter-content {
        padding: 45px 20px 30px;
    }
}



/* === Paragraph === */
.footer-top-content-four .newsletter-content p {
    color: var(--tts-buttton-txt);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

/* === Form Inner === */
.footer-top-content-four .newsletter-content .from-inner {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 15px;
    overflow: hidden;
    max-width: 482px;
    width: 100%;
    margin-bottom: 7px;
}

@media (max-width: 991px) {
    .footer-top-content-four .newsletter-content .from-inner {
        margin: 0 auto;
    }
}

/* === Input Field === */
.footer-top-content-four .newsletter-content .from-inner input {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    color: #777;
    background-color: transparent;
    border: none;
    text-transform: capitalize;
    box-shadow: none;
    outline: 0;
}

.footer-top-content-four .newsletter-content .from-inner input::placeholder {
    color: rgba(16, 12, 8, 0.4);
}

/* === Submit Button === */
.primary-submit {
    padding: 14px 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--tts-buttton-txt1);
    background-color: var(--tts-buttton-bg1);
    border: none;
    border-radius: 0 15px 15px 0;
    white-space: nowrap;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.primary-submit:hover {
    filter: brightness(0.95);
}

/* === Error Message === */
.footer-top-content-four .newsletter-content span[newsletterformerror] {
    font-size: 14px;
    color: rgba(17, 17, 17, 0.5);
    display: block;
    margin-top: 5px;
}

/* === Responsive Image (Right Side) === */
.footer-top-content-four .right-side-image img {
    border-radius: 0 15px 15px 0;
    object-fit: cover;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .footer-top-content-four .right-side-image {
        display: none;
    }
}




.footer-section-four {
    background-color: var(--footer-Bg);
    padding-top: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-section-four .footer-top-content {
    margin-bottom: 60px;
}

.footer-section-four .footer-top-content .information-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 32px 0;
}

@media (max-width: 991px) {
    .footer-section-four .footer-top-content .information-wrapper {
        gap: 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .footer-section-four .footer-top-content .information-wrapper {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .footer-section-four .footer-top-content .information-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

.footer-section-four .footer-top-content .information-wrapper .single-information {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.footer-section-four .footer-top-content .information-wrapper .single-information::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background: rgba(255, 255, 255, 0.25);
    width: 1px;
    height: 48px;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .footer-section-four .footer-top-content .information-wrapper .single-information::before {
        left: -15px;
    }
}

@media (max-width: 991px) {
    .footer-section-four .footer-top-content .information-wrapper .single-information::before {
        display: none;
    }
}

.footer-section-four .footer-top-content .information-wrapper .single-information:first-child::before {
    display: none;
}

.footer-section-four .footer-top-content .information-wrapper .single-information .icon {
    height: 58px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1199px) {
    .footer-section-four .footer-top-content .information-wrapper .single-information .icon {
        height: 50px;
        width: 50px;
    }

    .footer-section-four .footer-top-content .information-wrapper .single-information .icon svg {
        height: 20px;
        width: 20px;
    }
}

.footer-section-four .footer-top-content .information-wrapper .single-information .icon.two {
    background-color: rgb(77, 166, 39);
}

.footer-section-four .footer-top-content .information-wrapper .single-information .icon.three {
    background-color: rgb(15, 197, 173);
}

.footer-section-four .footer-top-content .information-wrapper .single-information .icon.four {
    background-color: rgb(58, 166, 235);
}

.footer-section-four .footer-top-content .information-wrapper .single-information .content {
    display: grid;
    align-items: center;
    padding: 0;
}

.footer-section-four .footer-top-content .information-wrapper .single-information .content span {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.footer-section-four .footer-top-content .information-wrapper .single-information .content a {
    font-weight: 500;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    .footer-section-four .footer-top-content .information-wrapper .single-information .content a {
        font-size: 14px;
        line-height: 1.4;
    }
}

.footer-section-four .footer-top-content .information-wrapper .single-information .content a:hover {
    color: var(--tts-buttton-bg);
}

.footer-section-four .footer-top-content .information-wrapper .single-information:hover .icon svg {
    animation: zoomIn 0.5s linear;
}

.footer-section-four .footer-widget .footer-logo p {
    font-weight: 400;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
    width: 100%;
    margin: 20px 0 28px;
}

.footer-section-four .footer-widget .footer-logo .social-item-four {
    display: flex;
    align-items: center;
    /* justify-content: space-between;
    max-width: 216px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px; */
}

.footer-section-four .footer-widget .footer-logo img {
    max-height: 60px;
}

/* .footer-section-four .footer-widget .footer-logo .social-item-four .single-item {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 18px;
}

.footer-section-four .footer-widget .footer-logo .social-item-four .single-item:last-child {
    border-right: none;
}

.footer-section-four .footer-widget .footer-logo .social-item-four .single-item a i {
    transition: 0.3s;
    color: rgb(255, 255, 255);
}

.footer-section-four .footer-widget .footer-logo .social-item-four .single-item:hover a i {
    color: var(--tts-buttton-bg);
} */


.footer-section-four .footer-widget .footer-logo .social-item-four .single-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, #ffffff, transparent 50%);
    font-size: 16px;
    color:
        color-mix(in srgb, #ffffff, transparent     0%);
    margin-right: 10px;
    transition: 0.3s;
}


.footer-section-four .footer-widget .footer-logo .social-item-four .single-item a.facebook {
    background-color: #3b5998;
}

.footer-section-four .footer-widget .footer-logo .social-item-four .single-item a.instagram {
    background-color: #bc2a8d;
}

.footer-section-four .footer-widget .footer-logo .social-item-four .single-item a.twitter {
    background-color: #00aced;
}

.footer-section-four .footer-widget .footer-logo .social-item-four .single-item a.linkedin {
    background-color: #007bb6;
}

.footer-section-four .footer-widget .footer-logo .social-item-four .single-item a.youtube {
    background-color: rgb(255, 0, 51);
}



.footer-section-four .footer-widget .widget-title h4 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}

.footer-section-four .footer-widget .widget-title.two {
    margin-bottom: 22px;
}

.footer-section-four .footer-widget .gallery-img {
    position: relative;
    border-radius: 6px;
}

.footer-section-four .footer-widget .gallery-img img {
    border-radius: 6px;
    width: 100%;
}

.footer-section-four .footer-widget .gallery-img .icon-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(77, 166, 39, 0.5);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.4);
    transition: 0.3s;
}

.footer-section-four .footer-widget .gallery-img .icon-area i {
    color: var(--white-color);
    font-size: 24px;
}

.footer-section-four .footer-widget .gallery-img:hover .icon-area {
    transform: scale(1);
    opacity: 1;
}

.footer-section-four .footer-widget .widget-list {
    padding: 0;
    margin: 0;
}

.footer-section-four .footer-widget .widget-list li {
    margin-bottom: 10px;
    line-height: 1;
    transition: 0.3s;
    position: relative;
    transform: translateX(0);
}

@media (max-width: 1199px) {
    .footer-section-four .footer-widget .widget-list li {
        margin-bottom: 10px;
    }
}

.footer-section-four .footer-widget .widget-list li:last-child {
    margin-bottom: 0;
}

.footer-section-four .footer-widget .widget-list li a {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    transition: 0.3s;
}

.footer-section-four .footer-widget .widget-list li a:hover {
    color: var(--tts-buttton-bg);
}

.footer-section-four .footer-widget .widget-list li::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: var(--tts-buttton-bg);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.35s;
}

.footer-section-four .footer-widget .widget-list li:hover {
    transform: translateX(10px);
}

.footer-section-four .footer-widget .widget-list li:hover::after {
    opacity: 1;
}

.footer-section-four .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 28px 0;
}

@media (max-width: 991px) {
    .footer-section-four .footer-bottom {
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-section-four .footer-bottom {
        gap: 10px;
    }
}

.footer-section-four .footer-bottom .copy-write-area p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
}

.footer-section-four .footer-bottom .copy-write-area p a {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: var(--white-color);
    margin: 0;
    transition: 0.3s;
}

.footer-section-four .footer-bottom .copy-write-area p a:hover {
    color: var(--tts-buttton-bg);
}

.footer-section-four .footer-bottom .footer-widget-two {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 576px) {
    .footer-section-four .footer-bottom .footer-widget-two {
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
}

.footer-section-four .footer-bottom .footer-widget-two .widget-title h4 {
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}

.footer-section-four .footer-bottom .footer-widget-two .payment-partners {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991px) {
    .footer-section-four .footer-bottom .footer-widget-two .payment-partners {
        gap: 10px;
    }
}