/*=====================================
  18.Home1 Footer section
========================================*/
.footer-right .social-links {
    display: flex;
    gap: 15px;
}

.footer-right .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    font-size: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-right .social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(188, 24, 136, 0.4);
}

.footer-section {
    background-image: url(../img/footer-bg.png), linear-gradient(180deg, #1D231F 0%, #1D231F 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.footer-section .footer-top {
    padding-top: 18%;
    padding-bottom: 95px;
}

@media (max-width: 991px) {
    .footer-section .footer-top {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .footer-section .footer-top {
        padding-top: 35%;
    }
}

.footer-section .footer-top .footer-widget .footer-logo {
    margin-bottom: 20px;
}

.footer-section .footer-top .footer-widget .footer-logo h2 {
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.footer-section .footer-top .footer-widget h3 {
    color: #fff;
    font-family: var(--font-rubik);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 25px;
}

.footer-section .footer-top .footer-widget h3 span {
    font-size: 25px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .footer-section .footer-top .footer-widget h3 {
        font-size: 28px;
    }
}

.footer-section .footer-top .footer-widget .primary-btn1 {
    padding: 15px 30px;
}

.footer-section .footer-top .footer-widget .widget-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}

.footer-section .footer-top .footer-widget .widget-title svg {
    fill: rgba(var(--primary-color2-opc), 0.8);
}

.footer-section .footer-top .footer-widget .widget-title h5 {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.66px;
    margin-bottom: 0px;
}

.footer-section .footer-top .footer-widget .widget-title.two {
    margin-bottom: 25px;
}

.footer-section .footer-top .footer-widget .widget-title.two h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.footer-section .footer-top .footer-widget .widget-title.two h5 span {
    color: var(--primary-color1);
}

@media (max-width: 1199px) {
    .footer-section .footer-top .footer-widget .widget-title.two h5 {
        font-size: 20px;
    }
}

.footer-section .footer-top .footer-widget .widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section .footer-top .footer-widget .widget-list li {
    margin-bottom: 10px;
    transition: 0.5s;
}

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

.footer-section .footer-top .footer-widget .widget-list li a {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.32px;
    transition: 0.5s;
}

.footer-section .footer-top .footer-widget .widget-list li:hover a {
    color: white
}

.footer-section .footer-top .footer-widget .single-contact .widget-title {
    margin-bottom: 10px;
}

.footer-section .footer-top .footer-widget .single-contact a {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
    transition: 0.5s;
}

.footer-section .footer-top .footer-widget .single-contact a:hover {
    color: white;
}

.footer-section .footer-top .footer-widget p {
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
}

.footer-section .footer-top .footer-widget .payment-partner .icons ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1199px) {
    .footer-section .footer-top .footer-widget .payment-partner .icons ul {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.footer-section .footer-top .footer-widget .payment-partner .icons ul li img {
    border-radius: 4px;
}

.footer-section .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-section .footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.42px;
    margin-bottom: 0;
}

.footer-section .footer-bottom p a {
    color: var(--white-color);
    font-weight: 600;
    text-decoration: underline;
    transition: 0.5s;
}

.footer-section .footer-bottom p a:hover {
    color: var(--primary-color1);
}

@media (max-width: 767px) {
    .footer-section .footer-bottom p {
        text-align: center;
    }
}

.footer-section .footer-bottom .social-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-section .footer-bottom .social-list li {
    transition: 0.5s;
}

.footer-section .footer-bottom .social-list li a {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.5s;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-section .footer-bottom .social-list li a i {
    font-size: 12px;
}

.footer-section .footer-bottom .social-list li:hover a {
    color: var(--white-color);
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1);
}

.footer-section .footer-bottom .footer-right ul {
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer-section .footer-bottom .footer-right ul li {
    position: relative;
}

.footer-section .footer-bottom .footer-right ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: 0.5s;
}

.footer-section .footer-bottom .footer-right ul li a:hover {
    color: var(--primary-color1);
}

.footer-section .footer-bottom .footer-right ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -19px;
    background: rgba(255, 255, 255, 0.6);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.footer-section .footer-bottom .footer-right ul li:first-child::before {
    display: none;
}

/* Footer Style Variations */
.footer-section.style-2 .footer-top {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .footer-section.style-2 .footer-top {
        padding: 100px 0;
    }
}

@media (max-width: 1024px) {
    .footer-section.style-2 .footer-top {
        padding: 90px 0;
    }
}

@media (max-width: 991px) {
    .footer-section.style-2 .footer-top {
        padding: 70px 0;
    }
}

.footer-section.style-3 {
    background-image: url(../img/footer-bg2.png), linear-gradient(180deg, #1D231F 0%, #1D231F 100%);
}

.footer-section.style-3 .footer-top {
    padding-bottom: 105px;
}

.footer-section.style-4 {
    background-image: url(../img/footer-bg2.png), linear-gradient(180deg, #1D231F 0%, #1D231F 100%);
    margin: 0 50px;
    border-radius: 30px 30px 0 0;
}

@media (max-width: 1399px) {
    .footer-section.style-4 {
        margin: 0 30px;
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .footer-section.style-4 {
        margin: 0 20px;
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .footer-section.style-4 {
        margin: 0 10px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .footer-section.style-4 {
        margin: 0;
        padding: 0;
    }
}

.footer-section.style-4 .footer-top {
    padding: 110px 0;
}

@media (max-width: 1199px) {
    .footer-section.style-4 .footer-top {
        padding: 90px 0;
    }
}

@media (max-width: 1024px) {
    .footer-section.style-4 .footer-top {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .footer-section.style-4 .footer-top {
        padding: 60px 0;
    }
}


















.testimonial-section {
    background-color: #F3EEEA;
    padding: 110px 0;
}



