.benefit-icon i,
.fa-calendar,
.fa-dollar-sign,
.fa-map-marker-alt,
.fa-users {
    background-repeat: no-repeat
}

.companies-section h2,
.contact-section h2,
.contact-section p,
.intro-section,
.rectangle-peach,
.section-intro,
.stat-card,
.timeout-wrap,
.visit-website {
    text-align: center
}

.contact-button,
.cta-button,
.read-more,
.visit-website {
    text-decoration: none
}

.feature-list {
    list-style: none
}

.location h4,
.service-list {
    text-transform: uppercase
}

:root {
    --primary-color: #e7313d;
    --secondary-color: #292d37;
    --text-color: #333333;
    --light-bg: #f8f9fa;
    --border-color: #e5e7eb
}

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box;
    font-family: serif
}

img {
    max-width: 100%;
    height: auto;
}

ul,
li {
    list-style: none;
}

body {
    line-height: 1.6;
    color: var(--text-color);
    background-color: #fff
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.site-header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    position: sticky
}

.fa-dollar-sign {
    background-image: url(/listicle-pages/images/dollar-sign-solid.svg);
    width: 10px;
    height: 20px
}

.benefit-icon i,
.fa-calendar,
.fa-map-marker-alt,
.fa-users {
    width: 20px;
    height: 20px
}

.fa-users {
    background-image: url(/listicle-pages/images/users-solid.svg)
}

.fa-calendar {
    background-image: url(/listicle-pages/images/calendar-solid.svg)
}

.fa-map-marker-alt {
    background-image: url(/listicle-pages/images/location-dot-solid.svg)
}

.benefit-icon i {
    background-image: url(/listicle-pages/images/check-solid.svg)
}

.company-card,
.feature-list li {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}

.logo {
    width: 140px
}

.contact-button {
    background: var(--primary-color)
}

.cta-banner,
.title-section {
    background-size: cover;
    position: relative;
    color: #fff;
    text-align: center
}

.title-section {
    padding: 80px 0 60px;
    background-color: #141414
}

.title-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2
}

.title-section .subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, .9);
    max-width: 880px;
    margin: 0 auto;
    line-height: 1.6
}

.intro-section {
    padding: 80px 0;
    background-color: #fff
}

.intro-section h2 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 50px;
    font-weight: 700
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto
}

.feature-list li {
    padding: 30px;
    position: relative;
    font-size: 1.1rem;
    background: #fff;
    border-radius: 8px;
    transition: transform .3s
}

.feature-list li h3 {
    margin-bottom: 10px;
    line-height: 1.1
}

.company-card:hover,
.feature-list li:hover {
    transform: translateY(-5px)
}

.cta-banner h2,
.section-intro {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cta-banner {
    background-color: #14151b;
    background-position: center;
    padding: 80px 0
}

.cta-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .6) 100%)
}

.cta-banner .container {
    position: relative;
    z-index: 1
}

.cta-banner h2 {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 30px
}

.companies-section h2,
.company-info h3 {
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-weight: 700
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: .3s;
    border: 1px solid transparent
}

.cta-button:hover {
    background-color: transparent;
    border: 1px solid #e7313d
}

.companies-section,
.insights-section {
    padding: 80px 0;
    background-color: var(--light-bg)
}

.section-light-bg {
    background-color: var(--light-bg) !important
}

.section-white-bg {
    background-color: #fff !important
}

.companies-section h2 {
    font-size: 2.5rem
}

.section-intro {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 60px
}

.companies-list {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.company-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: start;
    transition: transform .3s
}

.company-logo {
    object-fit: contain;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

.company-info h3 {
    font-size: 2rem
}

.company-description {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8
}

.company-description a {
    color: #666;
    text-decoration: underline;
}

.company-description a:hover {
    text-decoration-line: none;
}

.company-meta {
    display: flex;
    gap: 13px;
    color: #666;
    font-size: .95rem;
    margin-bottom: 30px
}

.company-meta span {
    display: flex;
    gap: 8px;
    font-size: 14px
}

.company-meta i {
    color: var(--primary-color);
    margin-top: 2px;
}

.company-expertise,
.company-services {
    margin-top: 20px
}

.company-expertise h4,
.company-services h4 {
    color: var(--secondary-color);
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 600
}

.visit-website {
    padding: 12px 30px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
    transition: .3s;
    border: 1px solid transparent
}

.visit-website:hover {
    background-color: transparent;
    border: 1px solid #e7313d;
    color: #1a1a1a
}

.contact-section,
.endnote-section,
.faq-section {
    padding: 80px 0;
    background-color: #fff
}

.contact-section h2 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: 700
}

.contact-section p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 40px
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 0
}

.form-group,
.sub-ul {
    margin-bottom: 20px
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    color: var(--secondary-color);
    background-color: #fff;
    transition: .3s
}

.form-group input:focus,
.form-group textarea:focus {
    outline: 0;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(231, 49, 61, .1)
}

.form-group textarea {
    height: 150px;
    resize: vertical
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9ca3af
}

.form-group .error {
    border: 1px solid #e7313d !important
}

#nda {
    outline: auto
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    padding: 8px 0;
    color: #4b5563;
    font-size: .95rem
}

.checkbox-container input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
    accent-color: var(--primary-color)
}


.submit-button {
    width: 100%;
    padding: 16px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    margin-top: 20px
}

.faq-question,
.insight-card h3 {
    font-size: 1.2rem;
    color: var(--secondary-color)
}

.submit-button:hover {
    background-color: #d62b36;
    transform: translateY(-2px)
}

.faq-list {
    max-width: 800px;
    margin: 0 auto
}

.faq-item {
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0
}

.faq-question {
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}

.company-expertise ul li {
    list-style: inside;
}

.faq-answer {
    color: #555;
    display: none;
    font-size: 18px;
}

.alertError,
.d-block,
.faq-item.active .faq-answer,
.input-model .iti,
.link-break {
    display: block
}

.benefits-grid,
.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0
}

.stats-grid {
    grid-template-columns: repeat(4, 1fr)
}

.insight-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.insight-card img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.insight-card h3 {
    padding: 20px
}

.read-more {
    display: inline-block;
    padding: 0 20px 20px;
    color: var(--primary-color);
    font-weight: 500
}

.show-all-button {
    display: block;
    margin: 40px auto 0;
    padding: 12px 30px;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s
}

.show-all-button:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: translateY(-2px)
}

.footer {
    background-color: #0a1628;
    color: #fff;
    padding: 80px 0 40px
}

.footer-grid {
    margin-bottom: 60px
}

.footer-locations {
    display: grid;
    gap: 30px
}

.location {
    padding-right: 20px
}

.location h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600
}

.location p {
    color: #999;
    font-size: .9rem
}

.location h4 img {
    width: 24px;
    height: 16px;
    object-fit: cover
}

.location p {
    margin-bottom: 10px;
    line-height: 1.5
}

.site-header {
    background: #fff;
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    z-index: 1000
}

.overlay .site-header {
    z-index: 0
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo svg {
    width: 100%;
    height: 100%
}

.contact-button {
    background-color: var(--primary-color);
    color: #fff;
    padding: .75rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color .3s;
    border: 1px solid transparent
}

.contact-button:hover {
    background-color: transparent;
    border: 1px solid #e7313d;
    color: #0a1628
}

.content-section {
    padding: 60px 0;
    background-color: #fff
}

.benefit-card,
.stat-card {
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    border-radius: 8px
}

.content-section p {
    color: #4b5563;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 24px
}

.content-section h2,
.stat-number {
    font-size: 2.5rem;
    font-weight: 700
}

.content-section h2 {
    color: var(--secondary-color);
    margin-bottom: 30px;
    line-height: 1.2
}

.content-section h3 {
    font-size: 1.8rem;
    color: var(--secondary-color);
    margin: 40px 0 20px;
    font-weight: 700
}

.stats-grid {
    display: grid;
    gap: 30px;
    margin: 50px 0
}

.stat-number {
    color: var(--primary-color);
    margin-bottom: 10px
}

.stat-label {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.4
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: rgba(231, 49, 61, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.benefit-icon i {
    color: var(--primary-color);
    font-size: 24px
}

.benefit-title,
.step-content h4 {
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: 600
}

.benefit-title {
    font-size: 1.2rem
}

.benefit-description {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.6
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px 0
}

.step-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: start
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600
}

.step-content h4 {
    font-size: 1.3rem
}

.step-content p {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0
}

.endnote-section h2 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 30px;
    font-weight: 700
}

.endnote-content {
    max-width: 1000px
}

.endnote-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 30px
}

.highlight-box {
    border-left: 4px solid var(--primary-color);
    padding: 20px 30px;
    background-color: rgba(231, 49, 61, .05);
    margin: 40px 0
}

.highlight-box p {
    font-size: 1.2rem;
    color: var(--secondary-color);
    font-weight: 500;
    margin: 0;
    line-height: 1.6
}

@media (max-width:1024px) {

    .benefits-grid,
    .feature-list,
    .insights-grid,
    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .feature-list {
        padding: 0 20px
    }

    .company-card {
        grid-template-columns: auto 1fr
    }

    .visit-website {
        grid-column: 1/-1;
        margin: 0 auto
    }

    .company-meta {
        flex-wrap: wrap;
        gap: 20px
    }
}

@media (max-width:768px) {

    .benefits-grid,
    .company-card,
    .feature-list,
    .footer-locations,
    .insights-grid,
    .stats-grid,
    .step-card {
        grid-template-columns: 1fr
    }

    .company-card,
    .footer-bottom {
        gap: 20px;
        text-align: center
    }

    .company-card,
    .footer-bottom,
    .step-card {
        text-align: center
    }

    .intro-section h2 {
        font-size: 2rem;
        padding: 0 20px
    }

    .logo {
        width: 98px
    }

    .feature-list {
        max-width: 500px
    }

    .feature-list li {
        padding: 25px;
        font-size: 1rem
    }

    .company-meta {
        justify-content: center
    }

    .company-logo,
    .step-number {
        margin: 0 auto
    }

    .content-section h2,
    .title-section h1 {
        font-size: 2rem
    }

    .company-card {
        padding: 20px
    }

    .companies-section h2,
    .contact-section h2,
    .cta-banner h2,
    .endnote-section h2 {
        font-size: 2rem;
        line-height: 1.2
    }

    .content-section h3 {
        font-size: 1.6rem
    }

    .insight-card img {
        height: 250px
    }

    .company-meta span {
        flex: 0 0 calc(50% - 10px);
        justify-content: center;
        align-items: baseline
    }

    .contact-button {
        padding: 8px 18px;
        font-size: 14px
    }
}

@media (max-width:480px) {
    .intro-section {
        padding: 60px 0
    }

    .intro-section h2 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 30px
    }

    .feature-list li {
        padding: 20px
    }

    .company-card {
        padding: 30px 20px
    }

    .company-meta {
        flex-direction: column;
        align-items: center;
        gap: 15px
    }

    .company-meta span {
        flex: 0 0 100%
    }

    .company-info h3 {
        font-size: 1.5rem
    }

    .insight-card h3 {
        font-size: 1.1rem;
        padding: 15px
    }

    .insight-card img {
        height: 200px
    }
}

.look-hire,
.mob-number {
    color: #14151b
}

.link-break:after,
.link-break:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px
}

.link-break,
.mob-number,
.service-list,
.sticker em,
.time-current,
.time-current-remove,
body.overlay {
    position: relative
}

.model,
.model-time {
    max-width: 600px;
    overflow: auto;
    left: 50%;
    transition: transform .3s ease-out;
    transform: translate(-50%, -500%)
}

.wrap-country {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.footer-guide,
.model-right h3 {
    margin-bottom: 8px
}

.mob-number:after {
    width: 100%;
    transition: .5s;
    background-color: #c6c7cb
}

.sticker {
    background-color: #e42c38;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 3px;
    margin-left: 11px;
    width: 47px;
    height: 18px;
    letter-spacing: .5px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.sticker em {
    top: 1px
}

.model {
    width: 95%;
    max-height: 96%;
    background-color: #fff;
    position: fixed;
    z-index: 11
}

.close-model,
.tooltip-box {
    position: absolute;
    z-index: 1
}

.model-request,
.model-right {
    background-color: var(--white)
}

.model.current {
    transform: translate(-50%, -55%);
    top: 51% !important;
    margin-top: 22px
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important
}

.talk-logo img {
    width: 100%
}

.model-right {
    width: 100% !important;
    padding: 25px 15px
}

.model-right h3 {
    font-size: 24px;
    color: #14151b
}

.model-right p {
    font-size: 16px;
    margin-bottom: 2px;
    color: #14151b
}

.input-model,
.model-form li {
    margin-bottom: 10px;
    list-style: none
}

.input-model input,
.input-model textarea,
.model-form li input,
.model-form li select,
.model-form li textarea {
    width: 100%;
    color: #141414;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #141414;
    background-color: var(--grey)
}

.input-model textarea {
    min-height: 90px
}

.model-form .contact-btn {
    font-size: 18px;
    font-weight: 700;
    padding: 18px 64px;
    border: 2px solid transparent;
    border-radius: 1px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #02789e;
    color: #fff;
    transition: .5s
}

.time-current:after,
body.overlay:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s linear;
    background-color: rgba(20, 20, 20, .8)
}

.model-form .contact-btn:hover {
    border: 2px solid #02789e;
    color: #14151b;
    background-color: transparent
}

.time-rating {
    font-size: 20px;
    font-weight: 600;
    color: #14151b;
    display: block;
    margin-bottom: 5px
}

.rectangle-peach {
    margin-bottom: 15px;
    display: block;
    letter-spacing: .7px;
    font-size: 25px;
    font-weight: 400;
    color: #dc1320
}

.input-model .iti__country-name,
.time-review {
    font-size: 16px
}

.time-review {
    font-weight: 600;
    color: #14151b
}

.alert {
    color: #e3212b;
    margin-bottom: 10px;
    display: none
}

.info-txt .iti {
    width: 100%;
    margin-bottom: 10px
}

body.overlay:before {
    position: absolute;
    z-index: 11
}

.clientele {
    font-weight: 600;
    margin-bottom: 16px
}

.brand-list li {
    margin: 0 30px 28px 0
}

.close-model {
    cursor: pointer;
    width: 27px;
    height: 27px;
    right: 6px;
    top: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.close-model svg {
    width: 26px;
    height: 26px
}

.close-model svg path {
    fill: #979191
}

.chopper-feature {
    background-color: #e42c38;
    height: 60px;
    padding: 0 30px;
    border-top: 1px solid var(--main-color);
    display: none
}

.chopper-feature li svg {
    height: 38px
}

.white-dot {
    display: inline-block;
    width: 6px;
    height: 7px;
    border-radius: var(--rounded-circle);
    background-color: var(--white)
}

.model-form li select,
.model-time {
    background-color: #fff
}

.model-form li select {
    color: #999
}

#form1budgetPop {
    color: #141414 !important
}

.full_width {
    width: 100% !important
}

.tooltip-box {
    top: 100%;
    margin-top: -4px;
    color: #e01321;
    font-size: 14px;
    padding: 13px 12px;
    line-height: 0;
    display: none
}

.model-form li label {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #14151b
}

.model-input .tooltip-box {
    position: static;
    margin-top: 10px;
    padding: 0;
    line-height: 1;
    display: none
}

.model-input textarea {
    resize: none
}

.model-time {
    display: none;
    width: 95%;
    max-height: 70%;
    position: fixed;
    z-index: 999
}

.model-time-current {
    display: block;
    transform: translate(-50%, -55%);
    top: 58% !important;
    margin-top: 40px;
    max-width: 625px
}

.model-time-remove {
    display: none !important;
    position: relative
}

.time-current:after {
    position: absolute;
    z-index: 10
}

.model-time-current h3 {
    font-size: 22px;
    margin-bottom: 24px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.1
}

.model-time-current .contact-btn {
    width: auto;
    margin-bottom: 30px
}

.timeout-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 10px
}

@media all and (min-width:768px) {
    .model-time-current {
        top: 55% !important
    }

    .location-info {
        width: 30%
    }
}

@media all and (min-width:1024px) {
    .model-input {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .model-form li {
        width: calc(100% / 2 - 5px);
        margin-bottom: 10px
    }

    .model-form .full-width,
    .model-form li:last-child {
        width: 100%
    }

    .footer-block-fiveth {
        width: 48%
    }

    .ft_block {
        width: 49%
    }

    .ft_block:nth-child(3) {
        order: 1
    }

    .ft_block:nth-child(4) {
        order: 2;
        margin-top: -27px
    }

    .ft_block:nth-child(2) {
        order: 2
    }

    .ft_block:nth-child(5) {
        order: 3
    }

    .ft_block:nth-child(6) {
        order: 4;
        margin-top: -25px
    }

    .title-section {
        background-image: url(/listicle-pages/images/Insight-bg.webp)
    }
}

@media all and (min-width:1200px) {
    .model-right {
        padding: 30px 30px 40px
    }

    .model-right h3 {
        font-size: 28px
    }

    .model-time-current .model-right {
        padding: 35px 45px
    }

    .model-time-current h3 {
        font-size: 22px;
        text-transform: unset
    }

    .timeout-wrap li {
        width: 32%
    }
}

.zls-sptwndw,
.zsiq_custommain,
.zsiq_floatmain,
.zsiq_theme1 .zsiq_cnt,
.zsiq_theme2 .zsiq_flt_rel {
    opacity: 0 !important;
    pointer-events: none !important
}

.addHide .zls-sptwndw,
.addHide .zsiq_custommain,
.addHide .zsiq_floatmain,
.addHide .zsiq_theme1 .zsiq_cnt,
.addHide .zsiq_theme2 .zsiq_flt_rel {
    opacity: 1 !important;
    pointer-events: auto !important
}

@media only screen and (min-width:992px) {
    * {
        font-family: Inter, serif
    }

    @font-face {
        font-family: Inter, serif;
        src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
        font-weight: 900;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: Inter;
        src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
        font-weight: 700;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: Inter;
        src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
        font-weight: 700;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: Inter;
        src: url("../fonts/Inter-LightBETA.woff2") format("woff2"), url("../fonts/Inter-LightBETA.woff") format("woff");
        font-weight: 300;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: Inter;
        src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
        font-weight: 600;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: Inter;
        src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
        font-weight: 400;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: Inter;
        src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
        font-weight: 500;
        font-style: normal;
        font-display: swap
    }
}

a {
    text-decoration: none
}


/* new footer css */
.footer-global * {
    font-family: "Open Sans", sans-serif !important;
}

.footer-global .container {
    max-width: 1440px;
}

.footer-global {
    background-color: #000;
    padding: 40px 10px;
    overflow: hidden;
}

.office-location-wrap {
    display: flex;
    gap: 35px;
    justify-content: space-between;
    padding-bottom: 50px;
    flex-direction: column;
}

.office-location {
    text-align: center;
}

.location-img {
    margin-bottom: 10px;
}

.office-title {
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
    line-height: 150%;
    font-weight: 400;
}

.office-address {
    color: #8F8F8F;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
}

.office-contact,
.phone-no {
    color: #8F8F8F;
    font-size: 16px;
    line-height: 150%;
}

.phone-no:hover,
.terms-policy a:hover,
.social-list li a:hover {
    color: #fff;
    text-decoration: underline;
}

.partners-section {
    padding-bottom: 30px;
}

.partners-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faq-section {
    padding-top: 0;
}

.partners-block img {
    width: 90%;
}

.bottom-line {
    display: none;
    background-color: #323232;
    height: 1px;
    width: 100%;
    position: relative;
}

.bottom-line:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #323232;
    height: 1px;
    width: 100vw;
}

.bottom-line:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #323232;
    height: 1px;
    width: 100vw;
}

.partners-global {
    padding-bottom: 50px;
    border-top: 1px solid #323232;
    padding-top: 50px;
}

.partners-title {
    color: #fff;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}

.footer-bottom {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;

}

.copyright {
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
}

.all-right {
    color: #8F8F8F;
    font-size: 18px;
    margin: 10px 0;
}

.terms-policy {
    display: flex;
    gap: 16px
}

.terms-policy a {
    color: #C9C9C9;
    font-size: 14px;
}

.social-list {
    display: flex;
    gap: 17px;
}

.social-list li a {
    color: #C9C9C9;
    font-size: 14px;
}

.white-spx {
    display: none;
}

.faq-section h2 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.fa-chevron-down {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* rotate on hover */
.fa-chevron-down:hover {
    transform: rotate(180deg);
}


/* Responsive */
@media only screen and (min-width:576px) {
    .partners-block img {
        width: 80%;
    }

    .partners-global,
    .copyright-detail {
        text-align: center;
    }

    .terms-policy,
    .social-list {
        justify-content: center;
    }
}

@media only screen and (min-width:768px) {
    .office-location-wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .office-location {
        width: 44%;
    }

    .location-img {
        min-height: 113px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
}

@media only screen and (min-width:992px) {
    .footer-global {
        padding: 50px 0;
    }

    .office-location-wrap {
        flex-wrap: inherit;
        gap: 45px;
        padding-bottom: 80px;
    }

    .office-location {
        width: 24%;
    }

    .partners-section {
        padding-bottom: 55px;
    }

    .partners-block,
    .footer-bottom {
        flex-direction: row;
        gap: 30px;
    }

    .partners-global {
        width: 49%;
        border: none;
        padding: 0 0 50px;
    }

    .partners-block img {
        width: auto;
    }

    .recognized-column {
        border-left: 1px solid #323232;
        padding-left: 40px;
    }

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

    .partners-global,
    .copyright-detail,
    .partners-title {
        text-align: left;
    }

    .terms-policy,
    .social-list {
        justify-content: initial;
    }

    .bottom-line {
        display: block;
    }

    .white-spx {
        display: flex;
        justify-content: flex-end;
        padding-top: 36px;
    }

    .all-right {
        margin: 18px 0;
    }

    .copyright br {
        display: none;
    }

}

@media only screen and (min-width:1280px) {
    .location-img {
        justify-content: flex-start;
    }

    .office-location {
        text-align: left;
        ;
    }

    .office-address {
        font-size: 15px;
    }

    .recognized-column {
        padding-left: 70px;
    }

}

@media only screen and (min-width:1366px) {
    /* body{
  background:url("../images/footer-match.png") no-repeat;
 }
 #wrapper{
  opacity: 0.5;
 }
 .content{
  height: 4281px;
 } */


    .footer-global .container {
        padding: 0 40px;
    }

    .footer-global {
        padding: 90px 0 62px;
    }

    .location-img {
        margin-bottom: 4px;
    }

    .office-title {
        font-size: 24px;
        letter-spacing: -0.2px;
        margin-bottom: 23px;
    }

    .office-address {
        font-size: 16px;
        margin-bottom: 14px;
        min-height: 72px;
    }

    .office-location {
        width: 21.7%;
    }

    .office-location:nth-child(2) {
        padding-left: 19px;
    }

    .office-location:last-child {
        padding-left: 16px;
    }

    .office-location-wrap {
        padding-bottom: 72px;
    }

    .partners-title {
        margin-bottom: 27px;
    }

    .partners-global {
        padding-bottom: 72px;
    }

    .partners-column {
        width: 48%;
    }

    .recognized-column {
        width: 50%;
        padding-left: 89px;
    }

    .partners-section {
        padding-bottom: 36px;
    }

    .copyright {
        letter-spacing: -0.3px;
    }

    .all-right {
        margin: 24px 0 16px;
    }

    .terms-policy {
        gap: 27px;
    }

    .terms-policy a {
        letter-spacing: 0.1px;
    }

    .social-list {
        gap: 25px;
    }

    .social-list li a {
        font-size: 16px;
    }

    .social-block {
        padding-top: 9px;
    }

    .white-spx {
        padding-top: 59px;
    }
}

@media only screen and (min-width:1536px) {
    .office-address {
        min-height: auto;
    }
}