/* Logo */
.logo {
    background-image: url('/images/logo.svg');
    min-width: 80px;
    min-height: 40px;
    height: auto; /* Adjust the height automatically */
    background-size: contain; /* Make the image fully contained within the box */
    background-repeat: no-repeat; /* Prevent image from repeating */
    background-position: center; /* Center the image in the container */
    display: block;
}

@media (max-width: 640px) {
    .logo {
        min-width: 40px;
        min-height: 20px;
        height: auto; /* Adjust the height automatically */
    }
}

/* Location Icon */
.icon-location {
    background-image: url('/images/loc.svg');
    min-height: 24px; /* Adjust as needed */
    min-width: 24px;
    height: auto;
    background-size: contain; /* Make the image fully contained within the box */
    background-repeat: no-repeat; /* Prevent image from repeating */
    background-position: center; /* Center the image in the container */
    display: block;
}

   
.social-link .menuImage {
    display: inline-block; /* Ensures the div is treated like an image */
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    background-size: cover; /* Adjust as needed */
}

.social-link .menuImage.fb {
    background-image: url('/images/fb.png');
}

.social-link .menuImage.instagram {
    background-image: url('/images/instagram.png');
}

.social-link .menuImage.telegram {
    background-image: url('/images/telegram.png');
}

/* User Profile Icon */
.icon-profile {
    background-image: url('/images/profile.svg');
    min-height: 24px; /* Adjust as needed */
    min-width: 16px;
    height: auto;
    background-size: contain; /* Make the image fully contained within the box */
    background-repeat: no-repeat; /* Prevent image from repeating */
    background-position: center; /* Center the image in the container */
    display: block;
}

/* Language Flags */
.flag-icon {
    min-height: 24px; /* Adjust as needed */
    min-width: 24px;
    height: auto;
    background-size: contain; /* Make the image fully contained within the box */
    background-repeat: no-repeat; /* Prevent image from repeating */
    background-position: center; /* Center the image in the container */
    display: block;
}

.flag-icon.ru { background-image: url('/images/ru.svg'); }
.flag-icon.en { background-image: url('/images/en.svg'); }
.flag-icon.ge { background-image: url('/images/ge.svg'); }

.carousel-image {
    width: auto; /* Width adjusts automatically */
    height: 300px; /* Fixed height */
    background-size: auto 100%; /* Scale the background image to fill the height */
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 640px) {
    .carousel-image {
        min-height: 120px;
        height: 120px;
    }
}

    
.carousel, .carousel-inner, .carousel-item {
    width: 100%; /* Viewport width */
}

/* Russian Images */
.carousel-image-1.ru {
    background-image: url('/images/banners/ru/gf1.webp');
}

.carousel-image-2.ru {
    background-image: url('/images/banners/ru/gf2.webp');
}

.carousel-image-3.ru {
    background-image: url('/images/banners/ru/gf3.webp');
}

.carousel-image-4.ru {
    background-image: url('/images/banners/ru/gf4.webp');
}

/* English Images */
.carousel-image-1.en {
    background-image: url('/images/banners/en/gf1.webp');
}

.carousel-image-2.en {
    background-image: url('/images/banners/en/gf2.webp');
}

.carousel-image-3.en {
    background-image: url('/images/banners/en/gf3.webp');
}

.carousel-image-4.en {
    background-image: url('/images/banners/en/gf4.webp');
}

/* Georgian Images */
.carousel-image-1.ge {
    background-image: url('/images/banners/ge/gf1.webp');
}

.carousel-image-2.ge {
    background-image: url('/images/banners/ge/gf2.webp');
}

.carousel-image-3.ge {
    background-image: url('/images/banners/ge/gf3.webp');
}

.carousel-image-4.ge {
    background-image: url('/images/banners/ge/gf4.webp');
}






/* Advantages Section Images - Adjust sizes as needed */
.advantage img {
    width: 60px;
    height: 60px;
}

/* Footer Images */
.logo_white {
    background-image: url('/images/logo_white.svg');
    padding-top: 20px;
    width: 80px;
    height: 40px;
    background-size: contain; /* Make the image fully contained within the box */
    background-repeat: no-repeat; /* Prevent image from repeating */
    background-position: center; /* Center the image in the container */
    display: block;
}

@media (max-width: 640px) {
    .logo_white {

    }
}


/* Social Media Icons - Refactored for common properties */
.social-link .menuImage.fb,
.social-link .menuImage.instagram,
.social-link .menuImage.telegram {
    width: 40px;
    height: 40px;
}

.menuImage {
    display: inline-block; /* Ensures the div is treated like an image */
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    background-size: cover; /* Adjust as needed */
}

.menuImage.instagram_white { background-image: url('/images/instagram_white.png'); }
.menuImage.telegram_white { background-image: url('/images/telegram_white.png'); }
.menuImage.fb_white { background-image: url('/images/fb_white.png'); }

/* Social Media Icons - Adjust sizes as needed */
.menuImage {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Apply same styling for white social media icons */
.menuImage.instagram_white, 
.menuImage.telegram_white, 
.menuImage.fb_white {
    width: 32px;
    height: 32px;
    background-size: cover;
    display: inline-block;
}


#advantages {
    background-image: url('/images/advantage-cover.webp'); /* Adding the background image */
    background-size: cover; /* Ensure the image covers the entire section */
    background-position: center; /* Center the image in the section */
    background-repeat: no-repeat; /* Do not repeat the image */
    padding: 40px 20px; /* Vertical and horizontal padding */
}

.advantage-icon {
    min-height: 24px; /* Adjust as needed */
    min-width: 24px;
    height: auto;
    background-size: contain; /* Make the image fully contained within the box */
    background-repeat: no-repeat; /* Prevent image from repeating */
    background-position: center; /* Center the image in the container */
    display: block;
    margin-right: 12px;
}

/*@media screen and (max-width: 640px) {
    .advantage-icon {
        width: 40px;
        height: 40px;
    }
}*/


.advantage-icon-1 {
    background-image: url('/images/ind.png'); /* Update path */
}

.advantage-icon-2 {


    background-image: url('/images/fresh.png'); /* Update path */
}

.advantage-icon-3 {
    background-image: url('/images/delivery.png'); /* Update path */
}

.advantage-icon-4 {
    background-image: url('/images/heart.png'); /* Update path */
}

/* Styles for the text and overall layout */
.advantage {
    display: flex;
    align-items: center;
    margin-bottom: 20px; /* Space between items */
}

.advantage p {
    margin-left: 10px; /* Space between icon and text */
}


