.contact-support-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    margin-left: 0;
    justify-content: flex-start !important;
    width: fit-content;
    position: relative;
}

.contact-support-container:hover .support-popup, .support-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.support-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.support-area-right .support-img img{
    width: 70px !important;
    height: 70px !important;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.support-knowhow-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #4b86ad;
    border-radius: 8px;
    max-width: 100%;
    margin-bottom: 16px;
    margin-inline:  50px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: visible;
    box-sizing: border-box;
}

.support-knowhow-img {
    flex: 0 0 auto;
    width: 120px;
    height: 100%;
    align-self: stretch;
    border-radius: 6px;
    margin-top: -15px;
}

.support-knowhow-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.support-knowhow-text h3 {
    margin: 0 0 2px 0;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
}

.support-knowhow-text p {
    margin: 0;
    font-size: 14px;
    color: #e8f1f7;
}

.contact-us-page .support-daily-time {
    text-align: center;
}

@media (min-width: 768px) {
    .footer-toggle-icon {
        display: none !important;
    }
}
.contact-support-container:hover .support-popup .popup-content,
.support-popup.active .popup-content {
    opacity: 1;
    transform: translateY(0);
}

.support-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #ddd;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
}

.support-avatar img, .support-avatar i {
    width: auto;
    height: auto;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.support-title {
    font-size: 16px;
    height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: flex-start !important;
    align-items: center;
    line-height: 1;
    margin-bottom: 0px;
    white-space: nowrap;
    width: auto;
    gap: 0px;
    color: #000;
    transition: color 0.3s ease;
}

#fas-fa-chevron-down {
    position: static !important;
    display: inline-block !important;
    margin-left: 10px !important;
    color: #555;
    margin-top: 25px !important;
}

.support-subtitle {
    font-size: 12px;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 1.1;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.status-dot {
    width: 6px;
    height: 6px;
    background-color: #4CAF50;
    border-radius: 50%;
    margin-right: 4px;
    display: inline-block;
    margin-bottom: 3px;
    transition: background-color 0.3s ease;
}

.support-info.offline .support-title,
.support-info.offline .support-subtitle {
    color: #000;
}

.support-info.offline .status-dot {
    background-color: #4CAF50;
}

.support-popup {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 600px;
    z-index: 1000;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.popup-content::before {
    content: '';
    position: absolute;
    top: -9px;
    left: auto;
    right: 4px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ddd;
}

.popup-content::after {
    display: none;
}

.popup-content {
    display: flex;
    width: 100%;
    background-color: white;
    border-top: 2px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15), -3px 3px 8px rgba(0,0,0,0.08), 3px 3px 8px rgba(0,0,0,0.08);
    position: relative;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.05s,
                transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}

.popup-section {
    padding: 25px;
    width: 50%;
}

.popup-section.left-section {
    border-right: 1px solid #eee;
}

.popup-section-title {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-item-icon {
    width: 24px;
    margin-right: 2px;
    text-align: center;
    color: #000;
    font-size: 16px;
    padding-top: 2px;
}

.contact-item-content {
    flex: 1;
}

.contact-item-title {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 2px;
}

.contact-item-title.offline, .contact-item-title.offline span {
    color: #888 !important;
}

.contact-item-title span {
    color: #000;
    font-weight: 400;
    transition: color 0.3s ease;
}

.contact-item-subtitle {
    font-size: 12px;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.offline .contact-item-subtitle {
    color: #888;
}

.contact-item.offline .contact-item-icon i {
    color: #888;
}

.contact-item.offline .contact-item-title,
.contact-item.offline .contact-item-title span {
    color: #888 !important;
}


.contact-item.offline .contact-item-subtitle {
    color: #888;
}

.contact-item.offline .status-dot-green {
    background-color: #888;
}

.status-dot-green {
    width: 6px;
    height: 6px;
    background-color: #4CAF50;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.status-dot-gray {
    width: 6px;
    height: 6px;
    background-color: #888;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.support-link {
    display: block;
    color: #002d58;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    text-decoration: none;
    transition: color 0.2s;
}

.support-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.support-actions-inline {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    background: #f7fbff;
    border: 1px solid #e1edf9;
    border-radius: 8px;
    padding: 16px 24px;
    gap: 12px;
    margin: 16px 0;
    margin-inline: 15px;
    margin-bottom: 18px;
}

.support-action-tile {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: inherit;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.support-action-tile .support-action-icon {
    color: #0c2d57;
}

.support-action-tile .support-action-text h4 {
    font-size: 16px;
    margin: 2px 0 4px;
    font-weight: 700;
    color: #0c2d57;
    text-align: center;
}

.support-action-tile .support-action-text p {
    font-size: 12px;
    margin: 0;
    color: #5b6b7a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.support-actions-inline .support-action-divider {
    width: 1px;
    height: 80px;
    background: #cfe0f2;
    justify-self: center;
}

.payment-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 4px;
    flex-wrap: wrap;
}

.payment-icons img {
    height: 24px !important;
    width: auto !important;
    max-width: none;
}

.payment-icons img[alt="Discover"] {
    height: 52px !important;
    width: auto !important;
}

.fa-svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
}

.support-icon .fa-svg {
    border-radius: 5px;
    padding: 12px 15px;
    display: inline-block;
    color: #e3e0e0;
    font-size: 25px;
    margin-bottom: 0;
}

.icon-angle-right {
    margin-left: 8px;
}

.icon-left {
    margin-right: 6px;
}

.icon-right {
    margin-left: 6px;
}

@media (max-width: 767px) {
    .support-actions-inline {
        grid-template-columns: 1fr;
    }

    .support-actions-inline .support-action-divider {
        width: 100%;
        height: 1px;
    }

    .support-icon .fa-svg {
        padding: 10px 12px;
    }

    .payment-icons {
        justify-content: flex-start;
    }

    .support-knowhow-card {
        gap: 8px;
        padding: 10px 12px;
        flex-direction: column;
        align-items: flex-start;
        max-width: 300px;
        width: auto;
        margin: 0 auto 16px auto;
        margin-inline: 16px;
    }

    .support-knowhow-img {
        width: 100%;
        height: 140px;
        margin-inline: auto;
        align-self: center;
    }

    .support-knowhow-img img {
        height: 100%;
    }

    .support-knowhow-text {
        width: 100%;
    }

    .support-knowhow-text h3,
    .support-knowhow-text p {
        text-align: center;
        padding-top: 2px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .support-knowhow-card {
        gap: 8px;
        padding: 10px 12px;
        margin: 0 auto 16px auto;
        margin-inline: 16px;
        flex-direction: column;
        align-items: flex-start;
        max-width: none;
        width: calc(100% - 32px);
    }

    .support-knowhow-img {
        width: 84%;
        height: 140px;
        margin-inline: auto;
        align-self: center;
    }

    .support-knowhow-text {
        width: 100%;
    }

    .support-knowhow-text h3,
    .support-knowhow-text p {
        text-align: center;
    }
}
