.hero-text{
    max-width: 100%;
    padding-top: 140px;
}
.hero-title{
    max-width: 918px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #000000;
}
.hero-description{
    color: #000000;
    max-width: 776px;
    margin-bottom: 40px;
}
.our-mission{
    padding:80px 20px;
    background:url('../assets/mountain.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 316px;
}
.our-mission .small-heading{
    font-size: 18;
    font-weight: 400;
    line-height: 28px;
    color: rgba(101, 51, 145, 1);
}
.our-mission .purple-heading{
    color: rgba(101, 51, 145, 1);
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    margin-top: 20px;
}
.our-story{
    background: rgba(47, 19, 71, 1);
    padding: 80px 20px;
}
.col-2{
    display: flex;
    gap:15px;
    flex-wrap: wrap;
    color: #ffffff;
}
.col-2 div{
    display: flex;
    flex:1;
    flex-direction: column;
}
.col-2 .title{
    font-size: 48px;
    line-height: 48px;
}
.col-2 p{
    margin: 15px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

.ferature-section .section-subtitle{
    font-size: 18;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    max-width: 628px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.grid .card {
    background: rgba(245, 247, 250, 1);
    border: 1px solid rgba(225, 228, 234, 1);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.grid .icon {
    width: 56px;
    height: 56px;
    background: rgba(101, 51, 145, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.grid .icon svg {
    width: 32px;
    height: 32px;
}

.grid .title {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.grid .description {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
    margin: 0;
}
.ferature-section{
    margin-bottom: 80px;
}


.team-section {
    padding: 80px 20px;
    background-color: #FAFAFA;
}

.team-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000000;
}

.team-subtitle {
    font-size: 18px;
    color: #333333;
    margin-bottom: 60px;
    font-weight: 400;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.team-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 300px;
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.card-image {
    width: 100%;
    height: 258px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 24px 20px;
    position: relative;
}

.member-name {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.member-role {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 1.5;
}

.linkedin-icon {
    position: absolute;
    top: 24px;
    right: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: opacity 0.3s ease;
}

.linkedin-icon:hover {
    opacity: 0.7;
}

.linkedin-icon img {
    width: 100%;
    height: 100%;
    display: block;
}


.partners-section {
    padding: 80px 20px;
    background-color: #FFFFFF;
}

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

.partners-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.partners-text {
    padding-top: 20px;
}

.partners-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #000000;
    line-height: 1.2;
}

.partners-subtitle {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}

.partners-logos {
    background-color: transparent;
}

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

.logo-item {
    background-color: #EFF2F7;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    transition: all 0.3s ease;
}

.logo-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.partners-more {
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

/* Tablet View */
@media (max-width: 1024px) {
    .partners-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .partners-title {
        font-size: 40px;
    }

    .partners-subtitle {
        font-size: 16px;
    }

    .partners-section {
        padding: 60px 20px;
    }

    .logo-grid {
        gap: 16px;
    }

    .logo-item {
        padding: 32px;
        min-height: 120px;
    }
}

/* Mobile View - 2 logos per row */
@media (max-width: 768px) {
    .partners-title {
        font-size: 32px;
    }

    .partners-subtitle {
        font-size: 16px;
    }

    .partners-section {
        padding: 40px 16px;
    }

    .logo-grid {
        gap: 16px;
        justify-items: center;
    }

    .logo-item {
        padding: 28px;
        min-height: 110px;
        max-width: 300px;
        width: 100%;
    }

    .partners-more {
        font-size: 16px;
    }
}

/* Small Mobile View - 1 logo per row centered */
@media (max-width: 480px) {
    .partners-title {
        font-size: 28px;
    }

    .partners-subtitle {
        font-size: 14px;
    }

    .logo-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        justify-items: center;
    }

    .logo-item {
        max-width: 300px;
        width: 100%;
        padding: 32px;
    }

    .partners-more {
        font-size: 16px;
    }
}


/* Tablet View - 3 cards per row */
@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .team-title {
        font-size: 40px;
    }

    .team-subtitle {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .team-section {
        padding: 60px 20px;
    }
}

/* Mobile View - 2 cards per row */
@media (max-width: 768px) {
    .team-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        justify-items: center;
    }

    .team-title {
        font-size: 32px;
    }

    .team-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .team-section {
        padding: 40px 16px;
    }

    .card-image {
        height: 258px;
    }

    .member-name {
        font-size: 18px;
    }
}

/* Small Mobile View - 1 card per row centered */
@media (max-width: 480px) {
    .team-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        justify-items: center;
    }

    .team-title {
        font-size: 28px;
    }

    .team-subtitle {
        font-size: 14px;
    }
}





@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .grid .card {
        padding: 20px;
    }
    
    .grid .icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }
    
    .grid .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .grid .description {
        font-size: 14px;
        line-height: 1.5;
    }
}


@media screen and (max-width: 480px) {
    .col-2{
        flex-direction: column;
    }
    .grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .grid .card {
        padding: 20px;
    }
}


.supported-section {
    padding: 80px 20px;
    background-color: #FAFAFA;
}

.supported-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #000000;
}

.supported-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: center;
}

.supported-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.3s ease;
}

.supported-logo:hover{
    transform: translateY(-4px);
}

.supported-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Tablet View - 3 logos per row */
@media (max-width: 768px) {
    .supported-section {
        padding: 60px 20px;
    }

    .supported-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .supported-logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-items: center;
    }

    .supported-logo {
        max-width: 200px;
        width: 100%;
    }
}

/* Mobile View - 1 logo per row */
@media (max-width: 425px) {
    .supported-section {
        padding: 40px 16px;
    }

    .supported-title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .supported-logos {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        justify-items: center;
    }

    .supported-logo {
        max-width: 300px;
        width: 100%;
    }
}




.locations-section {
    padding: 80px 20px;
}

.locations-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #000000;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.location-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    min-height: 561px;
}

.location-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.location-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.location-info {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: calc(100% - 48px);
    min-height: 178px;
}

.location-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.location-flag {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
}

.japan-flag {
    background: radial-gradient(circle at center, #BC002D 35%, #f3f3f3 35%);
    border: 2px solid #ebebeb;
}

.uae-flag {
    background-image: url('../assets/UAE-Flag.svg');
    background-repeat: no-repeat;
}
.us-flag {
    background-image: url('../assets/us-flag.png');
    background-repeat: no-repeat;
}

.location-name {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.location-details {
    font-size: 15px;
    color: #333333;
    line-height: 1.7;
}

.location-phone {
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
}

.location-address {
    font-weight: 400;
    color: #333333;
    margin: 0;
}

/* Tablet View - 2 cards per row */
@media (max-width: 768px) {
    .locations-section {
        padding: 60px 20px;
    }

    .locations-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .locations-grid {
        gap: 24px;
    }

    .location-card {
        min-height: 400px;
    }

    .location-info {
        bottom: 20px;
        left: 20px;
        padding: 24px;
        max-width: calc(100% - 40px);
        min-height: auto;
    }

    .location-name {
        font-size: 20px;
    }

    .location-details {
        font-size: 14px;
    }
}

/* Mobile View - 1 card per row centered */
@media (max-width: 425px) {
    .locations-section {
        padding: 40px 16px;
    }

    .locations-title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .locations-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        justify-items: center;
    }

    .location-card {
        max-width: 400px;
        width: 100%;
        min-height: 350px;
    }

    .location-info {
        bottom: 16px;
        left: 16px;
        padding: 20px;
        max-width: calc(100% - 32px);
        min-height: auto;
    }

    .location-name {
        font-size: 18px;
    }

    .location-details {
        font-size: 13px;
    }

    .flag-circle {
        width: 28px;
        height: 28px;
    }
}



.cta-section {
    padding: 80px 20px;
    background-color: #FFFFFF;
}

.cta-container {
    background: rgba(101, 51, 145, 1);
    border-radius: 24px;
    padding: 80px 60px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(107, 79, 160, 0.15);
}

.cta-title {
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 56px;
}

.cta-subtitle {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 28px;
}

.cta-button {
    display: inline-block;
    background-color: #FFFFFF;
    color: rgba(101, 51, 145, 1);
    font-size: 16px;
    font-weight: 500;
    padding: 16px 38px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    background-color: #F8F8F8;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.15);
}

.partners-logos .logo-item:hover{
    background-color: #e8eaef;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.15);
}

/* Tablet View */
@media (max-width: 768px) {
    .cta-section {
        padding: 60px 20px;
    }

    .cta-container {
        padding: 60px 40px;
        border-radius: 20px;
    }

    .cta-title {
        font-size: 42px;
    }

    .cta-subtitle {
        font-size: 18px;
        margin-bottom: 36px;
    }

    .cta-button {
        font-size: 16px;
        padding: 14px 40px;
    }
}

/* Mobile View */
@media (max-width: 425px) {
    .cta-section {
        padding: 40px 16px;
    }

    .cta-container {
        padding: 48px 24px;
        border-radius: 16px;
    }

    .cta-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .cta-subtitle {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .cta-button {
        font-size: 16px;
        padding: 14px 36px;
        width: auto;
    }
}
