/* ===== Newsletter Section ===== */
.home-newsletter {
    background: var(--tts-buttton-bg);
    /* padding: 20px 0px; */
    text-align: center;
}

.inputtynewsubcribe {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    border-radius: 50px;
    flex-wrap: wrap;
}

.inputtynewsubcribe h3 {
    flex: 1 1 45%;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--tts-buttton-txt);
    text-align: left;
}

.inputypeinfoset {
    min-width: 300px;
}

.inputypeinfoset input {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    color: #333;
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    box-shadow: inset 4px 4px 0 0 #f2f2f2;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.inputypeinfoset input:focus {
    border-color: #111;
    box-shadow: inset 4px 4px 0 0 #e9e9e9;
}

.inputtynewsubcribe button {
    width: 154px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tts-buttton-bg1);
    color: var(--tts-buttton-txt1);
    border: 1px solid var(--tts-buttton-bg1);
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.25s ease;
}

.inputtynewsubcribe button:hover {
    background: var(--tts-buttton-bg1);
    border: 1px solid var(--tts-buttton-bg1);
    color: var(--tts-buttton-txt1);
}

p[newsletterformerror="true"] {
    margin: 0;
}

p[newsletterformerror="true"] .form-error {
    color: #ffffff !important;
    margin: 0px;
    font-size: 14px;
}

/* ===== Footer Section ===== */
.footer {
    padding: 50px 0;
    background: url('../../../webroot/img/bg/footer-bg.png');
    background-color: #F5F6F9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.social-wrapper {
    display: grid;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}

.social-links h3 {
    font-size: 18px;
    color: #595555;
    margin: 0;
    padding: 15px;
}

.social-icon {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-icon li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #fff;
}

.social-icon li a:hover {
    transform: translateY(-4px);
}

.social-icon li a.facebook {
    background: #4169af;
}

.social-icon li a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icon li a.twitter {
    background: #000;
}

.social-icon li a.linkedin {
    background: #2467b5;
}

.social-icon li a.youtube {
    background: #e91e21;
}

/* Footer Wrapper */
.footer-wrapper {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-wrapper .footer-column {
    display: grid;
    width: 45%;
    gap: 12px;
}

.footer-wrapper .footer-column.w-60 {
    width: 40%;
}

.footer-wrapper .footer-column .footer-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
}

.footer-wrapper .footer-column h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.footer-wrapper .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.footer-wrapper .footer-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-wrapper .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--tts-buttton-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.footer-wrapper .label {
    font-weight: 600;
    color: #333;
    margin: 0;
}

.footer-wrapper .value {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.footer-wrapper .footer-column ul {
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
}

.footer-wrapper .footer-column ul li a {
    font-size: 13px;
    padding: 3px 0;
    color: #595555;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 12px;
}

.footer-wrapper .footer-column ul li a:hover {
    color: var(--primary-red);
}

.footer-wrapper .footer-column ul li a::before {
    font-family: 'FontAwesome';
    font-size: 7px;
    position: absolute;
    left: 0;
    content: '\f10c';
    top: 7px;
}

/* ===== Footer Logo Panel ===== */
.footer-logo-panel .container {
    padding: 20px 0 0px 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-top: 1px solid #E4E3E2;
    display: flex;
    position: relative;
}

.footer-logo-panel .flimg-panel img {
    width: 100%;
    display: block;
    max-height: 60px;
}

.footer-bottom {
    background: var(--tts-buttton-bg);
}

.footer-bottom p {
    display: block;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    color: #f2f2f2;
    padding-top: 8px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .footer-logo-panel .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo-panel .trustpilot-widget {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .footer-logo-panel .flimg-panel img {
        max-width: 120px;
    }
}

@media (max-width: 576px) {
    .footer-logo-panel {
        padding: 20px 15px;
    }

    .footer-logo-panel .flimg-panel img {
        max-width: 100px;
    }
}


/* ===== Media Queries ===== */
@media (max-width: 992px) {
    .inputtynewsubcribe {
        flex-direction: column;
        gap: 15px;
    }

    .inputtynewsubcribe h3 {
        width: 100%;
        text-align: center;
    }

    .footer-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .social-links {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .inputtynewsubcribe h3 {
        font-size: 20px;
    }

    .inputypeinfoset input,
    .inputtynewsubcribe button {
        height: 50px;
        font-size: 14px;
    }

    .social-icon li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .footer-wrapper .footer-column ul {
        grid-template-columns: 1fr;
    }
}



/* =========================================
   POPUP TEASER — CLEAN & OPTIMIZED
========================================= */
/* .foxkit-popup__teaser {
    height: 250px;
  width: 10px;
  position: fixed;
  text-align: center;
  padding: 10px;
  margin-left: 10px;
}

.foxkit-popup__teaser a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 5px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.16);
}

.foxkit-popup__teaser a:hover {
    transform: translateX(-5px);
}

.foxkit-popup__teaser .contact-side {
    border-top: 4px solid var(--primary-red);
    background-color: #fff;
}

.foxkit-popup__teaser .contact-side i {
    color: var(--primary-red);
}

.foxkit-popup__teaser .whatsapp-side {
    border-top: 4px solid #006225;
    background-color: #25D366;
    color: #fff;
}

.foxkit-popup__teaser .whatsapp-side i {
    color: #fff;
} */

/* Main popup container */
.support-popup {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.support-link {
    display: flex;
    align-items: center;
    width: 250px;
    padding: 12px 15px;
    background-color: rgba(128, 128, 128, 0.85);
    color: white;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    cursor: pointer;
    margin-right: -200px;
    transition: margin-right 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.support-link:hover{
    color: var(--tts-buttton-txt);
}

.support-popup:hover .support-link:nth-child(1) {
    margin-right: 0;
    transition-delay: 0s;
}
.support-popup:hover .support-link:nth-child(2) {
    margin-right: 0;
    transition-delay: 0.1s;
}
.support-popup:hover .support-link:nth-child(3) {
    margin-right: 0;
    transition-delay: 0.2s;
}
.support-popup:hover .support-link:nth-child(4) {
    margin-right: 0;
    transition-delay: 0.3s;
}

.support-link p {
    display: flex;
    align-items: center;
    margin: 0;
    flex-grow: 1;
    white-space: nowrap;
}

.support-link p i {
    font-size: 22px;
    margin-right: 15px;
}

.support-item {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.support-phone {
    background: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
}

.support-whatsapp {
    background-color: #25d366;
    color: #ffffff;
}

@media (max-width: 600px) {
    .support-link {
        width: 180px;
        padding: 10px 12px;
        margin-right: -150px;
    }

    .support-link p i {
        font-size: 20px;
        margin-right: 10px;
    }
}
