@font-face {
    font-family: 'GoogleSans-Regular';
    src: url("fonts/GoogleSans-Regular.eot");
    src: local("â˜º"), url("fonts/GoogleSans-Regular.woff") format("woff"), url("fonts/GoogleSans-Regular.ttf") format("truetype"), url("fonts/GoogleSans-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'GoogleSans-Medium';
    src: url("fonts/GoogleSans-Medium.eot");
    src: local("â˜º"), url("fonts/GoogleSans-Medium.woff") format("woff"), url("fonts/GoogleSans-Medium.ttf") format("truetype"), url("fonts/GoogleSans-Medium.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'GoogleSans-Bold';
    src: url("fonts/GoogleSans-Bold.eot");
    src: local("â˜º"), url("fonts/GoogleSans-Bold.woff") format("woff"), url("fonts/GoogleSans-Bold.ttf") format("truetype"), url("fonts/GoogleSans-Bold.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'GoogleSans-Regular', sans-serif;
    line-height: 1.6;
    font-size: 100%;
}

/* Custom scrollbar for aesthetics */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

:focus-visible {
    outline: none;
}

#main-nav a {
    border-bottom: 1px solid #BDC1C6;
}

.gradient-blue4clr {
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(210, 227, 252, 1) 34%, rgba(255, 255, 255, 1) 68%, rgba(210, 227, 252, 1) 100%);
    border: 1px solid #ffffff;
}

.gradient-blue3clr {
    background: linear-gradient(90deg, rgba(210, 227, 252, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(210, 227, 252, 1) 100%);
}

.gradient-dblue1 {
    background: linear-gradient(90deg, rgba(49, 134, 255, 1) 0%, rgba(52, 107, 241, 1) 50%, rgba(79, 160, 235, 1) 100%);
}

.gradient-dblue2 {
    background: linear-gradient(45deg, rgba(49, 134, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(49, 134, 255, 1) 100%);
}




.bg-light-gradient {
    background: linear-gradient(90deg, rgba(210, 227, 252, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(210, 227, 252, 1) 100%);
    width: 100%;
    display: block;
    text-decoration: none;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}

.bg-blue-gradient {
    background: linear-gradient(90deg, rgba(49, 134, 255, 1) 0%, rgba(52, 107, 241, 1) 50%, rgba(79, 160, 235, 1) 100%);
    width: 100%;
    display: block;
    text-decoration: none;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}

.bg-blue-solid {
    background: #3186ff;
    width: 100%;
    display: block;
    text-decoration: none;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}

.box-shadow1 {
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.txt-color-grey {
    color: #80868B;
}

.txt-color-black {
    color: #000000;
}

.txt-color-blue {
    color: #3186FF;
}

.bg-color-blue {
    background: #4FA0FF !important;
}

.bg-color-grey {
    background: #F1F3F4 !important;
}

.wave-bg {
    position: relative;
    background: linear-gradient(90deg, rgba(49, 134, 255, 1) 0%, rgba(52, 107, 241, 1) 50%, rgba(79, 160, 255, 1) 100%);
    overflow: hidden;
    border-radius: 1.5rem;
}

.wave-bg-solid {
    position: relative;
    background: #3186ff;
    overflow: hidden;
    border-radius: 1.5rem;
}

.banner-gemini-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    /* Responsive width */
    height: auto;
    /* Let it grow naturally or set a max-height if needed */
    max-height: 60%;
    max-width: 220px;
    ;
}

.skills-house {
    border-radius: 10px;
    width: 100%;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 1px;
}

.reward-structure {
    padding: 1px;
}

.rewards-grid {
    display: grid;
    grid-template-columns: 20% 75%;
    justify-content: space-between;
    align-items: center;
}

.rewards-grid>div>img {
    width: 100%;
}


.badges-grid {
    display: grid;
    grid-template-columns: 60% 35%;
    justify-content: space-between;
}

.badges-grid h4 {
    font-family: 'GoogleSans-Medium';
}

.bg-perksRewards {
    border: 1px solid #BDC1C6;
    background: #F8F9FA;
}





.hero-bg-community {
    background: #000000 url('../images/bg-community.jpg') no-repeat center;
    background-size: cover;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.btn-applynow {
    display: inline-block;
    margin: 10px 0;
    font-family: 'GoogleSans-Medium';
}

.homeSection {
    background: transparent;
}

.homeSection:hover {
    background: #f3f3f3;
    cursor: pointer;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {

    .rewards-grid,
    .badges-grid {
        display: flex !important;
        flex-direction: column !important;
    }

    #header img {
        width: 60%;
    }
}

.masonry-gallery {
    column-gap: 1.5rem;
    column-count: 1;
}

@media (min-width: 640px) {
    .masonry-gallery {
        column-count: 2;
    }
}

@media (min-width: 1024px) {
    .masonry-gallery {
        column-count: 3;
    }
}

@media (min-width: 1280px) {
    .masonry-gallery {
        column-count: 4;
    }
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

/* Lightbox styles */
.lightbox {
    transition: opacity 0.3s ease-in-out;
}

.lightbox-content {
    transition: transform 0.3s ease-in-out;
}

/* Add a subtle zoom-in effect */
.lightbox.open .lightbox-content {
    transform: scale(1);
}

.lightbox .lightbox-content {
    transform: scale(0.95);
}

.list-inside li::marker {
    font-weight: bold;
}