body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('hero-hosting-YkI1bf7_.jpg') no-repeat center center/cover;
    opacity: 0.9;
    z-index: -1;
}

body {
    background: transparent;
}







.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('#') no-repeat center center/cover;
    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
}
.header {
    position: relative;
    background: transparent !important;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.hero-image {
    animation: slideInFromRight 1.5s ease-out forwards;
}

/* Make Google Translate widget blend into header */
.translator {
    background: transparent !important;
    border: none !important;
    margin-left: auto;
    font-size: 0.875rem;
    font-family: inherit;
    color: inherit;
}

/* Remove iframe banner that appears at top */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}

/* Hide the Google translate toolbar frame (desktop) */
body .goog-te-spinner-pos,
body .goog-te-gadget-simple img {
    display: none !important;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: inherit !important;
}

.telegram-chat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.telegram-chat:hover {
    transform: scale(1.1);
}

.telegram-chat img {
    width: 28px;
    height: 28px;
}

.logo-img {
    height: 40px;   /* Icon size */
    width: auto;
    display: block;
    border-radius: 0.375rem; /* Optional: slight rounding like the SVG */
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.footer-logo .logo-img {
    height: 100px; /* Adjust size as needed */
    width: auto;
}

