.company-structure-02 .benefits-list li
{
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30px;
    line-height: 25px;
    font-weight: bolder;
}

.company-structure-02 .benefits-list li::before {
    content: "✓";
    color: var(--light-blue-color);
    position: absolute;
    left: 0px;
    font-weight: 900;
}

.company-structure-02 button
{
     cursor: default;
    margin: 20px auto;
    display: flex;
}

.global-hero-brand-title
{
    font-size: 50px;
}

/* Section-03 */
.cta-wrapper-section
{
  padding: 40px 0;
}
 
.ba-cta-wrapper {
    position: relative;
    margin: 0 auto;
    border-radius: 24px;
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    background: linear-gradient(145deg, #20282d 0%, #1b2429 50%, #0f1417 100%);
}
 
.ba-cta-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(74, 158, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(74, 158, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.6;
}
 
.ba-cta-content {
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
}
.ba-cta-content h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.3;
}
 
.ba-cta-subtitle {
    font-size: 20px;
    color: #b8c5d0;
    margin-bottom: 40px;
    line-height: 1.6;
}
.ba-cta-btn {
    display: inline-block;
    padding: 18px 48px;
    background: #ffffff;
    color: #20282d;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.ba-cta-btn:hover {
    transform: translateY(-2px);
    color: var(--dark-blue-color);
}
 
@media (max-width: 768px) {
    .ba-cta-wrapper {
        padding: 60px 30px;
        border-radius: 16px;
    }
 
        .ba-cta-content h2 {
        font-size: 32px;
    }
        .ba-cta-subtitle {
        font-size: 18px;
    }
        .ba-cta-btn {
        padding: 16px 40px;
        font-size: 16px;
    }
}
 
@media (max-width: 480px) {
    .ba-cta-wrapper {
        padding: 40px 20px;
    }
}
/* Section 03 Ends Here */

.modal-custom-close
{
    color: var(--dark-blue-color);
    font-size: 25px;
    background-color: transparent;
    font-weight: bold;
    border: none;
}

/* Media Query */

@media (max-width: 1399px) {
.global-hero-brand-title
{
    font-size: 35px;
}
}