.global-block7-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}
.global-block7-section {
    position: relative;
  
    color: #1E1B2E;
  overflow: hidden !important;

}

.global-block7-section .bg{
    position: absolute;
}




.global-block7-section .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.global-block7-section .intro-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

.global-block7-section .intro-left{
    height: 100%;
}
.global-block7-section .intro-left h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 900;
    color: #64748B;
    text-transform: uppercase;
    margin-bottom: 6rem;
}

.global-block7-section .logo-placeholder {
    width: auto;
    height: 50px;
    max-height: 50px;
    margin-bottom: 2rem;
    display: block;
}

.global-block7-section .intro-left h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.global-block7-section .intro-left h1::after {
    content: 'studio';
    color: #C73E6D;
    font-weight: 800;
}

.global-block7-section .intro-left h2 {
    font-size: 42px;
    font-weight: 800;
    color: #161632;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.global-block7-section .intro-left p {
    font-size: 16px;
    color: #525F7F;
    margin-bottom: 2rem;
}

.global-block7-section .intro-right {
    position: relative;
}

.global-block7-section .hero-image {
    width: 120%;
    height: auto;
    min-height: 470px;
    object-fit: cover;
    border-radius: 12px;
    margin-left: 40px;
    object-fit: contain;
 
 
}

.global-block7-section .features-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.global-block7-section .feature-card {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.global-block7-section .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.global-block7-section .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.global-block7-section .feature-icon-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.global-block7-section .feature-card h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1E1B2E;
    margin-bottom: 1rem;
}

.global-block7-section .feature-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6B7280;
    margin-bottom: 2rem;
}

.global-block7-section .feature-list {
    list-style: none;
    margin-bottom: 2rem;
}

.global-block7-section .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #6B7280;
    line-height: 1.5;
}

.global-block7-section .list-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.global-block7-section .list-icon svg {
    width: 100%;
    height: 100%;
}

.global-block7-section .learn-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #C73E6D;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.global-block7-section .learn-more:hover {
    gap: 0.75rem;
}

.global-block7-section .learn-more svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.global-block7-section .learn-more:hover svg {
    transform: translateX(4px);
}



.global-block7-section.space-top-1x {
    padding-top: 20px;
}

.global-block7-section.space-top-2x {
    padding-top: 40px;
}

.global-block7-section.space-top-3x {
    padding-top: 60px;
}

.global-block7-section.space-top-4x {
    padding-top: 80px;
}

.global-block7-section.space-top-5x {
    padding-top: 100px;
}

.global-block7-section.space-bottom-1x {
    padding-bottom: 20px;
}

.global-block7-section.space-bottom-2x {
    padding-bottom: 40px;
}

.global-block7-section.space-bottom-3x {
    padding-bottom: 60px;
}

.global-block7-section.space-bottom-4x {
    padding-bottom: 80px;
}

.global-block7-section.space-bottom-5x {
    padding-bottom: 100px;
}

 @media (max-width: 768px) {
    /* Responsive styles for global block7 headings and text */
    .global-block7-section .intro-left h3 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    
    .global-block7-section .intro-left h1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .global-block7-section .intro-left h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .global-block7-section .intro-left p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .global-block7-section .feature-card h3 {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .global-block7-section .feature-card p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .global-block7-section .feature-list li {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .global-block7-section .learn-more {
        font-size: 13px !important;
    }

    /* Responsive styles for global block7 layout */
    .global-block7-section .intro-row {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .global-block7-section .hero-image {
        width: 100%;
        min-height: auto;
        margin-left: 0px;
    }

    .global-block7-section .features-row {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    
    .global-block7-section .feature-card {
        padding: 20px;
    }
}
