@import url('/assets/css/main.css');


/*********** Nav Menu ************/
.site-nav{
    background: linear-gradient(to right, #13064B, #2F176B); 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:2% 4%;
    position: fixed;
    width: 100%;
    height: 10vh;
    z-index: 2;
}
.site-nav-links{
  display: flex;
  justify-content: center;
  align-items: center;  
}
.site-nav-links a{
    color: white;
    font-family: 'POppins-Medium';
    font-size: 1.1rem;
    margin: 0 1.5rem;
    padding: 10px 0;
    text-decoration: none;
}
.site-nav-links a::after{
    background-color: #9c284c;
    content: '';
    display: block;
    width: 0%;
    height:2px;
    margin: 0 auto;
    transition: 0.2s ease-in;
}

.site-nav-links a:hover::after{
    width: 100%;
}

.site-nav-cta a{
    background-color:#eb1c24;
    border-radius: 20px;
    color: white;
    font-family: 'Poppins-Medium';
    font-size: 1.1rem;
    width: 200px;
    padding: 10px 16px;
    text-decoration: none;
}

.site-nav-logo img{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #fff;
    padding: 10px;
}
#menuButton img{
    width: 50px;
    height: 50px;
}

#menuBtn{
    display: none;
}

.site-nav-links-mobile{
    display: none;
}
.nav-scrolled {
    background: linear-gradient(to right, #2F176B, #13064B); 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
}
@media (max-width: 860px) {
    #desktop-links{
        display: none;
    }
    #menuBtn{
        display: flex;
    }
    .site-nav-links-mobile{
        background: linear-gradient(to right, #13064B, #2F176B); 
        top: 0;
        right: 0;
        position: fixed;
        display: block;
        width: 0%;
        height: 100%;
        overflow-x: hidden;
        z-index: 1000;
        transition: all 0.3s ease;
    }
    .mobilenav-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4% 4%;
    }
    .mobilenav-content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0% 8%;
    }
    .mobilenav-content a{
        color: white;
        display: block;
        font-family: 'Poppins-Medium';
        font-size: 1.3rem;
        margin: 1.5rem 0;
        padding: 10px 0;
        text-decoration: none;
        text-transform:uppercase;
        width: fit-content;
    }
    .social-link{
        bottom: 3%;
        left: 50%;
        transform: translate(-50%, -3%);
        position: absolute;
        width: 90%;
        margin: 0 auto;
        text-align: center;

    }
    .social-link a{
        margin: 0 0.5rem;
        text-decoration: none;
    }
    .social-link a img{
        width: 40px;
        text-decoration: none;
    }
    .mobilenav-content a:hover{
        border: 2px solid #9c284c;
        border-radius: 10px;
        color: #9c284c;
        padding: 14px 16px;
    }
    
}




/******** HEADER CONTAINER *******/

.site-header{
    min-height: 85vh;
    width: 100%;
    background: linear-gradient(to right, #13064B, #2F176B); 
    position: relative;
    z-index: 0;
}
.text-container{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
}
.text-container h2{
    color: white;
    font-family: 'Poppins-Bold';
    font-size: clamp(2rem, 4vw, 3.875rem);
    line-height: 1.6;
    margin-bottom: 1rem auto;
}
.text-container p{
    color: white;
    font-family: 'Poppins-medium';
    font-size: clamp(1rem, 2vw, 1.3rem);
    line-height: 2.0;
    margin: 1rem auto;
}
.text-container a{
    background-color:#eb1c24;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'medium';
    font-size: 1.1rem;
    margin: 2.5rem auto;
    max-width: 200px;
    padding: 16px 5px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.text-container a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(231, 23, 24, 0.3);
}
.text-container a img{
    margin: 0 0.2rem;

}




@media (max-width: 1200px) {
    .text-container{
        width: 90%;
    }
}




/*********** HEADER FEATURES  *******/

.feature-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    margin-top: -80px;
}

.feature-box {
    background: white;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.box-icon {
    width: 50px;
    height: 50px;
    background: rgba(231, 23, 24, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.box-icon img {
    width: 25px;
    height: 25px;
}

.feature-box h3 {
    color: #13064B;
    font-family: 'poppins-medium';
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.feature-box p {
    color: #666;
    font-family: 'regular';
    font-size: 0.9rem;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .feature-boxes {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .feature-boxes {
        grid-template-columns: 1fr;
        margin-top: -50px;
    }
}



/********* Image-Viewer-Section *****/

.image-viewer-section {
    padding: 100px 0; 
    margin-top: 5rem;
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
}

.image-viewer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px 0;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.image-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.image-item:hover {
    transform: translateY(-5px);
}

.image-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-item:hover img {
    transform: scale(1.05);
}

.image-viewer-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.image-viewer-text h2 {
    font-family: 'black';
    font-size: 2.5rem;
    color: #2d3436;
    margin-bottom: 20px;
}

.image-viewer-text p {
    font-family: 'medium';
    font-size: 1.1rem;
    color: #636e72;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .image-viewer-text h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .image-grid {
        grid-template-columns: 1fr;
    }
}






/******ABOUT SECTION *****/
.about-section{
    width: 100%;
    min-height: 100vh;
    padding: 60px 20px;
}
.about-title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 95%;
    margin: 2rem auto;
    text-align: center;
}
.about-title span{
    border: 1px solid darkgray;
    border-radius: 50px;
    display: flex;
    font-family: 'poppins-medium';
    justify-content: center;
    padding: 5px;
    width: 160px;
    margin: 1rem 0;
    text-align: center;
}

.about-title span img{
    margin: 0 0.3rem;

}

.about-title h2{
    color: #000;
    font-family: 'poppins-regular';
    font-size: 1.6rem;
    margin: 1rem 0;
}
.about-title p{
    color: #000;
    font-family: 'poppins-regular';
    font-size: 1.0rem;
    margin: 1rem 0;
    width: 95%;
    text-align: center;
}
.about-content{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.about-image {
    width: 100%;
}
.about-text {
    width: 100%;
}
.about-image img{
    border-radius: 30px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-text p{
    color:#000;
    font-family: 'regular';
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0.5rem 2rem;
}

.promise-title span{
    border: 1px solid darkgray;
    border-radius: 50px;
    color: #000;
    display: flex;
    font-family: 'poppins-medium';
    justify-content: start;
    padding: 5px 10px;
    width: fit-content;
    margin: 2rem auto 0;
    text-align: center;
}
.promise-title{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promise-title span img{
    margin: 0 0.3rem;
}
.our-promise{
    background: linear-gradient(to right, rgba(19, 6, 75, 0.05), rgba(47, 23, 107, 0.05));
    padding: 80px 40px;
}
@media (min-width: 1024px) {
    .our-promise {
        padding: 40px 60px;
    }
}
.promise-row-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}  

.promise-content{
    margin: 1rem 0;
}
.promise-row{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 20px;
}
.promise-row-content{
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.promise-row-content:hover {
    transform: translateY(-5px);
}
.promise-row-content h2{
    font-family: 'poppins-light';
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    margin-bottom: 1rem;
}

.promise-row-content p{
    font-family: 'regular';
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    line-height: 1.6;
}

@media (min-width: 768px) {
    .about-section {
        padding: 80px 40px;
    }

    .promise-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .about-content {
        flex-direction: row;
        align-items: center;
        gap: 4rem;
    }

    .about-image {
        width: 45%;
    }

    .about-text {
        width: 55%;
    }

    .promise-row {
        grid-template-columns: repeat(3, 1fr);
        max-width: 1200px;
        margin: 0 auto;
    }

    .about-text p {
        margin: 0.5rem 0;
    }
}

@media (min-width: 1440px) {
    .about-content {
        gap: 6rem;
    }

    .promise-row {
        gap: 3rem;
    }
}

.promise-title {
    margin-bottom: 3rem;
}

.why-choose-us {
    padding: 80px 40px;
    background: linear-gradient(to right, #fff, #f8f9fa);
}

.choose-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
}

.choose-title span {
    border: 1px solid darkgray;
    border-radius: 50px;
    color: #000;
    display: flex;
    font-family: 'poppins-medium';
    padding: 5px 10px;
    width: fit-content;
    margin: 2rem auto 0;
}

.choose-title span img {
    margin: 0 0.3rem;
}

.choose-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.choose-row-content {
    display: flex;
    align-items: flex-start;
    padding: 25px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #eb1c24;
}

.choose-row-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.choose-icon {
    background: linear-gradient(135deg, rgba(47, 23, 107, 0.1), rgba(19, 6, 75, 0.1));
    padding: 15px;
    border-radius: 12px;
    margin-right: 20px;
}

.choose-text {
    flex: 1;
}

.choose-text h2 {
    font-family: 'poppins-medium';
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #2F176B;
}

.choose-text p {
    font-family: 'regular';
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}

@media (min-width: 768px) {
    .choose-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .choose-row {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .why-choose-us {
        padding: 100px 60px;
    }
}





/******** TEAMS SECTION ****/
.teams-section {
    padding: 120px 40px;
    background: linear-gradient(135deg, #f8f9ff 0%, #f1f2fa 100%);
    position: relative;
}

.teams-title {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
    position: relative;
}

.teams-title span {
    background: rgba(47, 23, 107, 0.05);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    font-family: 'poppins-medium';
    margin-bottom: 25px;
    color: #2F176B;
}
.teams-title h2 {
    font-family: 'poppins-medium';
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #13064B;
    line-height: 1.2;
}

.teams-title p {
    font-family: 'regular';
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
}

.team-member h3 {
    font-family: 'poppins-medium';
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #13064B;
}

@media (max-width: 768px) {
    .teams-title h2 {
        font-size: 1.8rem;
    }
}
.teams-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.team-member {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(47, 23, 107, 0.05);
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-10px);
}
.member-image {
    width: 150px; /* Adjust size as needed */
    height: 150px; /* Adjust size as needed */
    margin: 0 auto 25px;
    border-radius: 50%; /* Makes it circular */
    overflow: hidden;
    position: relative;
    border: 8px solid #f8f9ff; /* Consider changing border color if needed */
    background-color: #2F176B; /* Sets purple background */
    box-shadow: 0 5px 15px rgba(47, 23, 107, 0.08);
}

.member-image img {
    width: 100%; /* Ensures image fills circle */
    height: 100%; /* Ensures image fills circle */
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-position: center; /* Centers image within circle */
}
.team-member h3 {
    font-family: 'poppins-medium';
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #13064B;
}

.team-member span {
    font-family: 'regular';
    font-size: 1.1rem;
    color: #666;
    display: block;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .teams-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .teams-section {
        padding: 100px 40px;
    }
    
    .teams-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.coming-soon {
    padding: 120px 20px;
    background: linear-gradient(135deg, rgba(19, 6, 75, 0.08), rgba(47, 23, 107, 0.08));
    position: relative;
    overflow: hidden;
}

.coming-soon::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(47, 23, 107, 0.1), transparent);
    top: -250px;
    right: -250px;
    border-radius: 50%;
}

.coming-soon::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(19, 6, 75, 0.1), transparent);
    bottom: -200px;
    left: -200px;
    border-radius: 50%;
}

.coming-soon-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.coming-soon-content {
    text-align: center;
}

.label {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'poppins-medium';
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.label img {
    margin-right: 10px;
}

.coming-soon h2 {
    font-family: 'poppins-medium';
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: #2F176B;
    margin-bottom: 25px;
    line-height: 1.2;
}

.coming-soon p {
    font-family: 'regular';
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #666;
    margin-bottom: 60px;
}

.platform-icons {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    padding: 20px;
}

.platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.platform:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(47, 23, 107, 0.12);
}

.platform-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.platform-icon img {
    width: 100%;
    height: auto;
}

.platform span {
    font-family: 'poppins-medium';
    color: #2F176B;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.platform-badge {
    font-family: 'poppins-regular';
    font-size: 0.85rem;
    color: #666;
    padding: 5px 12px;
    background: rgba(47, 23, 107, 0.08);
    border-radius: 20px;
}

@media (max-width: 768px) {
    .coming-soon {
        padding: 80px 20px;
    }
    
    .platform-icons {
        gap: 30px;
    }
    
    .platform {
        padding: 25px 30px;
    }
}

/* Add to existing teams.css */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    cursor: pointer;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80vh;
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

.member-image {
    cursor: pointer;
}

.features-section {
    padding: 120px 40px;
    background: linear-gradient(135deg, #f8f9ff 0%, #f1f2fa 100%);
    position: relative;
}

.features-container {
    max-width: 1400px;
    margin: 0 auto;
}

.features-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.features-label {
    background: rgba(47, 23, 107, 0.05);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    font-family: 'poppins-medium';
    color: #2F176B;
    margin-bottom: 30px;
}
.features-header h2 {
    font-family: 'poppins-medium';
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    color: #13064B;
    line-height: 1.4;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.feature-item {
    background: white;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(47, 23, 107, 0.05);
    transition: transform 0.3s ease;
}

.feature-header h4 {
    font-family: 'poppins-medium';
    font-size: 1.2rem;
    line-height: 1.4;
    color: #13064B;
    margin: 0;
}

@media (max-width: 768px) {
    .features-header h2 {
        font-size: 1.3rem;
    }
}
.feature-item:hover {
    transform: translateY(-5px);
}
.feature-header {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    cursor: pointer;
    border-bottom: 1px solid rgba(47, 23, 107, 0.08);
    position: relative;
}

.caret {
    position: absolute;
    right: 20px;
    color: #eb1c24;
}
.feature-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 23, 107, 0.03);
    border-radius: 12px;
    padding: 12px;
}
.feature-header h4 {
    font-family: 'poppins-medium';
    font-size: 20px;  /* Reduced from 24px */
    line-height: 1.4;
    color: #13064B;
    margin: 0;
}
.feature-content {
    padding: 30px;
    display: none;
}

.feature-content p {
    font-family: 'medium';
    font-size: 18px;
    line-height: 1.56;
    color: #666;
    margin-bottom: 20px;
}

.feature-link {
    font-family: 'bold';
    font-size: 16px;
    color: #2F176B;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.feature-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #2F176B;
    transition: width 0.3s ease;
}

.feature-link:hover::after {
    width: 100%;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .features-section {
        padding: 80px 20px;
    }
    
 
}

.feature-icon img {
    width: 40px;
    height: auto;
}




/*************Coming Soon ***********/
.coming-soon {
    padding: 120px 40px;
    background: linear-gradient(135deg, #f8f9ff 0%, #f1f2fa 100%);
}

.coming-soon-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.coming-soon-images {
    position: relative;
    height: 600px;
}

.preview-top {
    position: absolute;
    top: 0;
    left: 20%;

    width: 280px;
    height: auto;
    transform: rotate(-15deg);
}

.preview-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 320px;
    height: auto;
    z-index: 2;
}

.preview-bottom {
    position: absolute;
    bottom: 0;
    right: 20%;

    width: 280px;
    height: auto;
    transform: rotate(15deg);
}

.coming-soon-content {
    padding-right: 40px;
}

.coming-soon-content h2 {
    font-family: 'poppins-medium';
    font-size: 1.5rem;
    color: #13064B;
    margin-bottom: 20px;
}

.coming-soon-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}
.store-badges {
    text-align: center;
}

.badge-container {
    display: flex;
    justify-content: center;
    gap: 40px;

/* Header Logo */
.site-nav-logo img {
    width: 120px;
    height: auto;
}

/* Header Right Image */
.image-right img {
    width: 300px;
    height: auto;
}

/* About Section Images */
.about-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

/* Promise Section Images */
.promise-row-content img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* Choose Us Section Images */
.choose-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Team Member Images */
.member-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

/* Features Section Icons */
.feature-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* Store Badge Images */
.badge-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Contact Section Images */
.safety-image,
.community-image {
    width: 350px;
    height: 400px;
    object-fit: cover;
}

/* Footer Social Icons */
.social-links img {
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .image-right img {
        width: 200px;
    }
    
    .preview-top,
    .preview-middle,
    .preview-bottom {
        width: 200px;
    }
    
    .safety-image,
    .community-image {
        width: 250px;
        height: 300px;
    }
}
    margin-top: 20px;
}

.badge-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}
.store-badges span {
    font-family: 'poppins-medium';
    color: #666;
    font-size: 14px;
}

.badge-item span {
    font-family: 'poppins-medium';
    color: #666;
    font-size: 14px;
}
.badge-item img {
    height: 40px;
    width: auto;
}
@media (max-width: 768px) {
    .coming-soon-container {
        grid-template-columns: 1fr;
    }
    
    .coming-soon-images {
        height: 400px;
    }
    
    .coming-soon-content {
        padding-right: 0;
        text-align: center;
    }
    
    .badge-container {
        justify-content: center;
    }
}


/********* Survey Sction/ ******/
.survey-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.survey-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.survey-label {
    font-family: 'poppins-medium';
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    margin-bottom: 16px;
}

.survey-container h2 {
    font-family: 'poppins-regular';
    font-size: 1.6rem;
    margin-bottom: 48px;
    color: #1e293b;
}

.survey-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.survey-card h3 {
    font-family: 'poppins-light';
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    margin-bottom: 12px;
    color: #1e293b;
}

.survey-card p {
    font-family: 'regular';
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.survey-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.survey-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: #eb1c24;
}

.survey-icon {
    background: #f1f5f9;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.survey-icon img {
    width: 80px;
    height: 80px;
}

.survey-card h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #1e293b;
}

.survey-card p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.survey-arrow {
    font-family: medium;
    font-size: 1.25rem;
    color: #2563eb;
    transform: translateX(-20px);
    transition: all 0.3s ease;
}

.survey-card:hover .survey-arrow {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .survey-container h2 {
        font-size: 2rem;
    }
    
    .survey-links {
        grid-template-columns: 1fr;
    }
}


/****** Latest Articles ***/
/* Add this to your existing CSS */
.articles-section {
    padding: 120px 40px;
    background: linear-gradient(135deg, #f8f9ff 0%, #f1f2fa 100%);
}

.articles-container {
    max-width: 1400px;
    margin: 0 auto;
}

.articles-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.articles-label {
    background: rgba(47, 23, 107, 0.05);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    font-family: 'poppins-medium';
    color: #2F176B;
    margin-bottom: 30px;
}

.articles-header h2 {
    font-family: 'poppins-medium';
    font-size: 2.2rem;
    color: #13064B;
    margin-bottom: 20px;
}

.articles-header p {
    font-family: 'regular';
    font-size: 1.2rem;
    color: #666;
}


.articles-grid {
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}



.article-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(47, 23, 107, 0.05);
    transition: transform 0.3s ease;
    width: 100%;
}
.article-card:hover {
    transform: translateY(-10px);
}

.article-image {
    height: 240px;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-card:hover .article-image img {
    transform: scale(1.1);
}

.article-content {
    padding: 30px;
}

.article-tag {
    background: rgba(235, 28, 36, 0.1);
    color: #eb1c24;
    font-family: 'poppins-medium';
    font-size: 0.9rem;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.article-content h3 {
    font-family: 'poppins-medium';
    font-size: 1.3rem;
    color: #13064B;
    margin-bottom: 15px;
    line-height: 1.4;
}

.article-content p {
    font-family: 'regular';
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.read-more {
    font-family: 'poppins-medium';
    color: #2F176B;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.article-card:hover .read-more {
    color: #eb1c24;
}

@media (max-width: 1024px) {
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .articles-grid {
        grid-template-columns: 1fr;
    }
    
    .articles-section {
        padding: 80px 20px;
    }
    
    .articles-header h2 {
        font-size: 1.8rem;
    }
}



/****Contact Section ****/
.contact-section {
    padding: 120px 40px;
    background: linear-gradient(135deg, #f8f9ff 0%, #f1f2fa 100%);
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.contact-images {
    position: relative;
    height: 500px;
}

.safety-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(47, 23, 107, 0.1);
}

.community-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(47, 23, 107, 0.1);
}

.contact-content {
    padding-right: 40px;
}

.contact-label {
    background: rgba(47, 23, 107, 0.05);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    font-family: 'poppins-medium';
    color: #2F176B;
    margin-bottom: 30px;
}

.contact-content h2 {
    font-family: 'poppins-medium';
    font-size: 48px;
    color: #13064B;
    margin-bottom: 20px;
}
.contact-content p {
    font-family: 'poppins-medium';
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.contact-button {
    font-family: 'poppins-medium';
    display: inline-block;
    background: #eb1c24;
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s ease;
}
.contact-button:hover {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .contact-images {
        height: 400px;
    }
    
    .contact-content {
        padding-right: 0;
        text-align: center;
    }
}

/**** FOOTER *****/

.site-footer {
    background: linear-gradient(135deg, #13064B 0%, #2F176B 100%);
    padding: 100px 40px 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin-bottom: 80px;
}

.footer-col h3 {
    font-family: 'poppins-medium';
    font-size: 22px;
    margin-bottom: 35px;
    color: white;
    position: relative;
    padding-bottom: 15px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #6B4BFF;
    border-radius: 2px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease;
}

.footer-col ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Poppins-Medium';
    color: rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease;
}

.footer-col ul li:hover {
    transform: translateX(5px);
}

.footer-col ul li img {
    width: 24px;
    height: 24px;
   
}

.footer-col ul li a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'poppins-medium';
    font-size: 16px;
}

.footer-col ul li a:hover {
    color: #eb1c24;
}

.footer-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    margin: 40px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.social-links {
    display: flex;
    gap: 25px;
}

.social-links a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(107, 75, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6B4BFF;
    transform: scale(0);
    transition: transform 0.3s ease;
    border-radius: 50%;
}

.social-links a:hover::before {
    transform: scale(1);
}

.social-links img {
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 1;
}

.copyright {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'poppins-medium';
    font-size: 16px;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .site-footer {
        padding: 80px 20px 40px;
    }
}



/**** FAQ SECTION *****/

.faq-section {
    padding: 120px 40px;
    background: linear-gradient(135deg, #f8f9ff 0%, #f1f2fa 100%);
}

.faq-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.faq-label {
    background: rgba(47, 23, 107, 0.05);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    font-family: 'poppins-medium';
    color: #2F176B;
    margin-bottom: 30px;
}

.faq-container h2 {
    font-family: 'poppins-medium';
    font-size: 48px;
    color: #13064B;
    margin-bottom: 60px;
}

.faq-grid {
    display: grid;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(47, 23, 107, 0.05);
}

.faq-header {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-header:hover {
    background: rgba(47, 23, 107, 0.02);
}

.faq-header h3 {
    font-family: 'poppins-regular';
    font-size: 18px;
    color: #13064B;
    margin: 0;
}

.faq-toggle {
    font-size: 24px;
    color: #2F176B;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-content {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-content {
    padding: 0 30px 25px;
    max-height: 200px;
}

.faq-content p {
    font-family: 'medium';
    font-size: 18px;
    line-height: 1.56;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 80px 20px;
    }

    .faq-container h2 {
        font-size: 32px;
    }

    .faq-header h3 {
        font-size: 16px;
    }
}

/**** QUOTE SECTION *****/

.quote-section {
    padding: 120px 40px;
    background: linear-gradient(135deg, #f8f9ff 0%, #f1f2fa 100%);
    position: relative;
    overflow: hidden;
}

.quote-section::before {
    content: '"';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200px;
    color: rgba(47, 23, 107, 0.03);
    font-family: 'Georgia', serif;
}

.quote-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.quote-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(47, 23, 107, 0.05);
}

.quote-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    margin: -130px auto 40px;
    border: 8px solid white;
    box-shadow: 0 15px 35px rgba(47, 23, 107, 0.1);
    transition: transform 0.3s ease;
}

.quote-image:hover {
    transform: scale(1.05);
}

blockquote {
    font-family: 'poppins-medium';
    font-size: 24px;
    line-height: 1.8;
    color: #13064B;
    margin-bottom: 40px;
    position: relative;
    padding: 0 30px;
    font-style: italic;
}

.quote-author {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    padding-top: 30px;
}

.quote-author::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #6B4BFF;
    border-radius: 2px;
}

.author-name {
    font-family: 'poppins-medium';
    font-size: 24px;
    color: #2F176B;
    letter-spacing: 1px;
}

.author-title {
    font-family: 'poppins-medium';
    font-size: 18px;
    color: #6B4BFF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .quote-section {
        padding: 80px 20px;
    }
    
    blockquote {
        font-size: 18px;
        padding: 0 15px;
    }
    
    .quote-image {
        width: 150px;
        height: 150px;
        margin: -100px auto 30px;
    }
    
    .author-name {
        font-size: 20px;
    }
    
    .author-title {
        font-size: 16px;
    }
}

/*** Notifications Style**/
.notification {
    position: fixed;
    top: 20px;
    right: -100%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 1000;
}

.notification.show {
    right: 20px;
}

.notification.success {
    border-left: 4px solid #4CAF50;
}

.notification.error {
    border-left: 4px solid #f44336;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.notification-content img {
    width: 24px;
    height: 24px;
}

.notification-content p {
    margin: 0;
    font-family: 'Poppins-Medium';
    color: #333;
}


#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #13064B;
    border-radius: 50%;
    border-top: 16px solid #eb1c24;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
    
  }


  .translate-widget {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 2000;
    background: white;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.goog-te-gadget {
    font-family: 'Poppins-Regular', sans-serif !important;
}

.goog-te-gadget-simple {
    border: none !important;
    background-color: transparent !important;
}
