* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

#mg-hero-section {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)) center/cover, url('https://images.unsplash.com/photo-1523438885200-e635ba2c371e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1974&q=80') center/cover;
    color: #fff;
    padding: 100px 0;
    position: relative
}

.mg-animate {
    opacity: 0
}

.mg-animated {
    opacity: 1
}

.mg-company-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    transition: .3s;
    margin-bottom: 30px
}

.mg-compliance-card,
.mg-jurisdiction-table,
.mg-service-card,
.mg-stat-card {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.mg-company-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
}

.mg-company-card.gbc {
    border-top: 5px solid #2a9d8f
}

.mg-company-card.ac {
    border-top: 5px solid #e76f51
}

#mg-business-environment,
#mg-faq-section,
#mg-features-section,
#mg-gbc-ac-comparison,
#mg-post-incorporation-section,
#mg-process-section {
    background-color: #f8f9fa;
    padding: 80px 0
}

.mg-feature-icon,
.mg-service-icon {
    color: #2a9d8f;
    margin-bottom: 20px
}

.mg-feature-icon {
    font-size: 3rem
}

.mg-service-icon,
.mg-stat-number {
    font-size: 2.5rem
}

#mg-certifications-section,
#mg-compliance-section,
#mg-jurisdiction-section {
    padding: 80px 0;
    background-color: #fff
}

.mg-jurisdiction-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 15px;
    overflow: hidden
}

.mg-jurisdiction-table th {
    background-color: #2a9d8f;
    color: #fff;
    padding: 15px;
    text-align: center
}

.mg-jurisdiction-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee
}

#mg-cta-section .btn-light:hover,
.mg-jurisdiction-table tr:nth-child(2n) {
    background-color: #f8f9fa
}

.mg-comparison-feature:last-child,
.mg-jurisdiction-table tr:last-child td {
    border-bottom: none
}

.mg-jurisdiction-table .mg-best-choice {
    background-color: #e9f5f3;
    font-weight: 700
}

.mg-service-card,
.mg-stat-card {
    border: none;
    border-radius: 15px;
    padding: 30px;
    background-color: #fff;
    height: 100%;
    transition: .3s
}

.mg-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.mg-stat-card {
    text-align: center
}

.mg-stat-number {
    font-weight: 700;
    color: #2a9d8f;
    margin-bottom: 10px
}

.mg-certification-logo {
    max-height: 80px;
    max-width: 100%;
    filter: grayscale(100%);
    opacity: .7;
    transition: .3s
}

.mg-certification-logo:hover {
    filter: grayscale(0%);
    opacity: 1
}

.mg-comparison-feature {
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.mg-compliance-card {
    border-radius: 15px;
    overflow: hidden;
    height: 100%
}

.mg-compliance-header {
    background-color: #2a9d8f;
    color: #fff;
    padding: 20px;
    text-align: center
}

.mg-compliance-body {
    padding: 25px;
    background-color: #fff
}

.mg-compliance-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee
}

.mg-compliance-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.mg-process-step {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px
}

.mg-process-connector,
.mg-process-number {
    position: absolute;
    background-color: #2a9d8f
}

.mg-process-number {
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 2
}

.mg-process-connector {
    left: 30px;
    top: 60px;
    bottom: -40px;
    width: 2px;
    z-index: 1
}

.mg-process-step:last-child .mg-process-connector {
    display: none
}

.mg-faq-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.mg-faq-column {
    flex: 1;
    min-width: 300px
}

.mg-faq-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05)
}

.mg-faq-question {
    background-color: #fff;
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mg-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    background-color: #fff
}

.mg-faq-answer.show {
    padding: 20px;
    max-height: 500px
}

#mg-cta-section {
    background: #1a3e6f;
    color: #fff;
    padding: 60px 0
}

#mg-cta-section .mg-cta-btn {
    background-color: rgba(248, 249, 250, .08);
    color: #e5e6e6;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    transition: .3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, .008) 0 .782594px 1.56519px 0
}

#mg-cta-section .mg-cta-btn:hover {
    background-color: rgba(248, 249, 250, .15);
    color: #fff;
    transform: translateY(-2px)
}

#mg-cta-section .btn-light {
    background-color: #fff;
    color: #1a3e6f
}

.form-control-sm-md {
    padding: .5rem 1rem;
    font-size: 1rem;
    border: 1px solid #dee2e6;
    border-radius: .375rem
}

.btn-md-normal {
    padding: .375rem .75rem
}

@media (max-width:767.98px) {
    #mg-cta-section {
        padding: 40px 0
    }

    .form-control-sm-md {
        padding: .375rem .75rem;
        font-size: .875rem
    }

    #mg-cta-section .mg-cta-btn {
        padding: 8px 16px;
        font-size: .875rem
    }

    .btn-md-normal {
        white-space: nowrap;
        padding: .25rem .5rem;
        font-size: .875rem
    }
}

@media (min-width:768px) {

    .btn-md-normal,
    .form-control-sm-md {
        padding: .5rem 1rem
    }
}