.new-header{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 20px;
    font-family: poppins, sans-serif;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 98;
    /* width: 100vw; */
    max-width: 100vw !important;
}
.new-logo-container{
    width: 70px;
    height: 60px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 180px;
}
.new-logo-img{
    width: 70px;
    height: 60px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    /* aspect-ratio: 1/1; */
}
.new-header ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-country-group{
    display: none;
    position: absolute;
    right: -120%;
    top: 30px;
}
.new-nav-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.new-navbar{
    position: relative;
}
.new-navbar li a{
    color: #012970;
    font-size: 15px;
    padding: 8px 12px;
    font-weight: 600;
}
.new-navbar li a:hover{
    color: #4154f1;
}
.new-navbar .new-active{
    color: #4154f1;
}
.new-countries-dropdown{
    position: relative;
}
.new-countries-dropdown:hover .new-country-group{
    display: block;
    position: absolute;
    background-color: #ffffff;
    width: 500px;
    height: 310px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr 1fr;
    box-shadow: none;
    gap: 10px;
    padding: 20px;
    border: 1px solid color-mix(in srgb, #000000, transparent 90%);
    
}
.new-country-item{
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-size: 15px;
    width: 130px;
    /* height: 42px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    & a{
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.new-country-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}
.new-mobile-nav-toggle, .new-cancel {
    font-size: 28px;
    display: none;
    cursor: pointer;
}
.new-mobile-navbar{
    display: none;
}
.new-layer{
    background-color: #00000090;
    position: fixed;
    inset: 0;
    z-index: 99;
    display: none;
}
@media(max-width:800px){
    .new-desktop-navbar{
        display: none;
    }
    .new-open .new-layer{
        display: block !important;
    }
    .new-mobile-nav-toggle{
        display: block;
    }
    .new-mobile-navbar{
        display: block;
        position: fixed;
        background-color: #ffffff ;
        width: 95%;
        height: 90%;
        left: 2%;
        top: 8%;
        border-radius: 8px;
        padding: 10px 0;
        overflow-y: auto;
    }
    .new-cancel{
        position: absolute;
        z-index: inherit;
        color: #ffffff;
        right: 30px;
        top: 10px;
    }
    .new-mobile-navbar li{
        padding: 20px ;
        & a {
            font-size: 17px;
            font-weight: 600;
        }
        & label{
            width: 100%;
        }
    }
    #new-countries{
        display: none;
    }
    .new-mobile-navbar .new-countries-dropdown a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .new-country-group{
        display: none !important;
    }
    #new-countries:checked ~ .new-country-group{
        display: flex !important;
        flex-direction: column;
        position: static;
        width: 100% !important;
        height: fit-content;
        & .new-country-item{
            height: fit-content;
            width: 100% !important;
        }
    }
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.hero-cta {
    display: inline-flex;
    align-items: center;
    background: white;
    color: #0d6efd;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}
.georgia-hero {
    background: linear-gradient(135deg, #0d6efd 0%, #6c5ce7 100%);
    color: white;
    padding: 140px 0 80px;
    text-align: left;
    position: relative;
    margin-top: 0;
    overflow: hidden;
}
.georgia-hero h1 {
    color: white;
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.georgia-hero .lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    max-width: 700px;
    margin-bottom: 2rem;
    font-weight: 400;
}
.georgia-hero .img-fluid{
    width: 300px;
    height: 200px;
    margin: auto;
    object-fit: contain;
}
.content-section, .canada-section, .france-section, .georgia-section, .germany-section, .netherlands-section,
.kyrgyzstan-section,
.russia-section,
.spain-section,
.uk-section,
.usa-section,
.uzbekistan-section
{   
    padding: 30px 20px !important;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.country-table td {
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    text-align: left;
}
.country-table tbody tr{
    transition: all 0.3s ease;
}
li {
    transition: 0.5s;
}
li:hover{
    transform: translateX(5px);
}
.country-table tbody tr:hover {
    background-color: #f1f5ff;
    transform: translateX(5px);
}
ol li{
    margin-block: 10px;
}
.tab-toggler{
    background-color: #fff;
    border: 1px solid #00000020;
    padding: 8px 16px;
    border-radius: 8px ;
    transition: 0.5s;
    margin-bottom: 20px;
}
.tab-toggler:hover,.active-tab{
    background-color: #00000005;
    color: #0d6efd;
}
.tab-toggler:hover{
    transform: scale(1.04);
    background-color: #f1f5ff;
}

