  /* Footer Styles */
    .footer {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: white;
        margin-top: 10px;
    }

  .footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.footer-title {
    font-size: 1.2rem;
    font-weight: 600;
   color: rgba(118, 75, 162, 0.7);
    margin: 0;
    text-align: left;
    width: 100%;
}

.footer-main, 
.footer-links
 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    width: 100%;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover
 {
    color: var(--text-primary);
}

.social-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1rem;
    width: 100%;
    max-width: 180px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid var(--glass-border);
    transition: all 0.3s ease;
    color: whitesmoke;
	
	gap: 8px;
    width: fit-content;

}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
   border-top: 1px solid rgba(245, 245, 245, 0.2);
}
  .footer-bottom p {
        margin: 0;
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.9rem;
    }

    .flag {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
  .visitor-counter {
    text-align: center;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9em;
}


    .social-link svg {
        transition: transform 0.3s ease;
    }

    .social-link:hover svg {
        transform: scale(1.1);
    }

    /* Social link specific hover colors */
    .social-link:nth-child(1):hover { /* Twitter */
        background: rgba(29, 161, 242, 0.2);
        border-color: rgba(29, 161, 242, 0.4);
    }

    .social-link:nth-child(2):hover { /* Instagram */
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background-size: 200% 200%;
    }

 .social-link:nth-child(3):hover { /* YouTube */
        background: rgba(255, 0, 0, 0.2);
        border-color: rgba(255, 0, 0, 0.4);
    }
   
.social-link:nth-child(4):hover { /* Facebook */
        background: rgba(24, 119, 242, 0.2);
        border-color: rgba(24, 119, 242, 0.4);
    }

   

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .footer-section {
        align-items: center;
        text-align: center;
    }

    .footer-title {
        text-align: center;
    }

    .footer-main,
    .footer-links {
        align-items: center;
    }

    .social-links {
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        margin: 0 auto;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .visitor-counter {
        margin-top: 1rem;
    }
}

.footer-title img   {
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 5px;
    
}

.social-link img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
     border-radius: 5px; /* Rounded corners */
}

.social-link:hover img {
    transform: scale(1.1);
}

  
.footer-links-1 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 12px;
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
			margin-bottom: 10px;
  
}

        .country-card {
               padding: 16px;
            gap: 10px;

              background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
           display: flex;
        flex-direction: column;

 
        }

        .country-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }

        .website-link {
            display: flex;
            align-items: center;
            gap: 4px;
            text-decoration: none;
            color: #2d3748;
            font-weight: 600;
            font-size: 12px;
            transition: color 0.2s ease;
        }

        .website-link:hover {
            color: #667eea;
        }

        .flag {
            width: 32px;
            height: auto;
            border-radius: 4px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .social-icons1 {
            display: flex;
            gap: 12px;
            padding-top: 8px;
         /*   border-top: 1px solid #e2e8f0;*/
        }

        .social-icon1 {
            width: 30px;
            height: 30px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: white;
        }

        .social-icon1:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .youtube1 {
            background: #FF0000;
        }

        .instagram1 {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .social-icon1 svg {
            width: 20px;
            height: 20px;
        }

        @media (max-width: 768px) {
            .footer-links-1 {
                grid-template-columns: 1fr;
            }
        }



