@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap);

*,
.check-list {
    padding: 0;
    margin: 0
}

#header,
.check-list li,
.offer-pill {
    position: relative
}

.offer-info a span,
p {
    display: block
}

.dropdown-right:hover>.submenu-right,
.dropdown:hover>.submenu {
    visibility: visible;
    opacity: 1
}

#bgImage,
.offer-pill::after {
    opacity: .08;
    pointer-events: none
}

.arrow-listing,
.check-list {
    grid-template-columns: repeat(2, 1fr)
}

.consultation-banner .banner-btn a,
.contact-list a,
.content a,
.feature-center h2 a,
.footer-menu li a,
.menu a,
.offer-action,
.office-contact a,
.quote-btn,
.quote-btn2,
.social-icons a,
.theme-btn,
.video-btn,
a {
    text-decoration: none
}

.blog-hero .hero-small,
.counter-box p,
.eyebrow,
.hero-tag,
.offer-info a span,
.office-number,
.section-heading small,
.small-title,
.sub-text,
.sub-title {
    text-transform: uppercase
}

*,
.custom-popup,
.uae-business-setup-guide *,
.uae-business-setup-guide ::after,
.uae-business-setup-guide ::before {
    box-sizing: border-box
}

:root {
    --heading-font: "Red Hat Display", sans-serif;
    --body-font: "DM Sans", sans-serif
}

b,
h3,
strong {
    font-weight: 700
}

.accordion-button .faq-title,
.black-heading h2,
.black-heading h3,
.black-heading h4,
.black-heading h5,
.black-heading h6,
.mobile-btn i,
.our-partnerships-carousel .slick-next:hover::before,
.our-partnerships-carousel .slick-prev:hover::before,
.text-color-black .listing li,
.text-color-black .listing li i,
.text-color-black h2,
.text-color-black h3,
.text-color-black p,
nav.breadcrumb-style .breadcrumb-item.active {
    color: #000
}

.check-list {
    display: grid;
    gap: 14px 30px;
    list-style: none;
    text-align: left
}

.check-list li {
    padding-left: 25px
}

#header.sticky-header,
header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9c08c9;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700
}

body {
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 1.7;
    color: #262626;
    background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    line-height: 1.2;
    margin-bottom: 15px
}

.btn,
a,
button,
label,
li,
p,
span {
    font-family: var(--body-font)
}

.link-color a {
    color: #df0a0a
}

h1 {
    COLOR: #fff;
    font-weight: 700
}

h2 {
    font-weight: 700;
    color: #fff
}

h2 span {
    color: #9018c9;
    font-weight: 700
}

.black,
.black-icon-list strong,
.quote-heading h2,
.title .first_title,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000
}

.single .title.black {
    color: #000;
    font-weight: 800
}

.single-post .site-main h1,
.single-post .site-main h2,
.single-post .site-main h2 strong,
.single-post .site-main h3,
.single-post .site-main h3 strong,
.single-post .site-main h4,
.single-post .site-main h5,
.single-post .site-main h6 {
    color: #000;
    font-weight: 700
}

.offer-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 7px 6px 6px;
    background: #17111f;
    border-radius: 50px;
    border: 1px solid rgba(196, 0, 235, .35);
    box-shadow: 0 8px 25px rgba(55, 0, 80, .18);
    overflow: hidden;
    transition: .3s
}

.offer-pill:hover {
    border-color: rgba(196, 0, 235, .7);
    box-shadow: 0 10px 30px rgba(120, 0, 170, .25);
    transform: translateY(-2px)
}

.offer-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 15px;
    background: linear-gradient(135deg, #d500ef, #7711c8);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(186, 0, 230, .35)
}

.offer-info {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    padding-right: 3px
}

.offer-main {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap
}

.offer-action,
.offer-small {
    font-weight: 700;
    font-size: 14px
}

.offer-small {
    color: #b99cc5;
    letter-spacing: 1.3px;
    margin-bottom: 3px
}

.offer-main strong {
    color: #e06aff;
    font-weight: 800
}

.offer-divider {
    width: 1px;
    height: 27px;
    background: rgb(255 255 255)
}

.submenu,
.submenu-right {
    width: 230px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    list-style: none
}

.offer-action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    color: #fff;
    background: linear-gradient(135deg, #a900d7, #7214c3);
    border-radius: 30px;
    white-space: nowrap;
    transition: .3s
}

.left-info,
.menu,
.navbar,
.top-content {
    display: flex
}

.submenu,
.submenu-right {
    padding: 0;
    position: absolute
}

.offer-action i {
    font-size: 8px;
    transition: transform .3s
}

#header,
.menu a,
.quote-btn,
.quote-btn2,
.submenu,
.submenu-right,
.top-bar,
a.services-btn,
a.services-btn i,
header {
    transition: .3s
}

.offer-action:hover {
    color: #fff;
    background: linear-gradient(135deg, #c500ef, #8618d2)
}

.offer-action:hover i {
    transform: translateX(3px)
}

.offer-pill::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -70px;
    top: -70px;
    background: #b500e5;
    border-radius: 50%
}

#header {
    width: 100%;
    z-index: 9999
}

#header.sticky-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    animation: .3s headerSlideDown
}

#header.sticky-header .navbar {
    height: 90px
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

p {
    line-height: 1.4;
    font-weight: 400;
    overflow: hidden
}

a {
    font-weight: 500
}

.btn,
button {
    font-weight: 600
}

.about-section,
.small-title,
.sub-text,
.sub-title {
    font-family: Arial, sans-serif
}

label,
li,
span {
    font-weight: 400
}

section.page-banner {
    background-position: center
}

nav.breadcrumb-style {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block
}

nav.breadcrumb-style .justify-content-lg-end {
    justify-content: center !important;
    align-items: center;
    margin: 0;
    padding: 0
}

nav.breadcrumb-style .breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

nav.breadcrumb-style .breadcrumb-item+.breadcrumb-item::before {
    content: "\f280";
    font-family: bootstrap-icons;
    font-weight: 900;
    color: #000;
    padding: 0 8px
}

.menu .active,
.menu a:hover,
li.breadcrumb-item a {
    color: #e20000
}

.sr7-layer a {
    color: #fff !important
}

.top-bar {
    background: #9c12d4;
    color: #fff;
    font-size: 14px
}

.submenu,
.submenu-right,
header,
header.sticky {
    background: #fff
}

.top-content {
    justify-content: space-between;
    align-items: center;
    height: 50px
}

.left-info {
    gap: 30px
}

.left-info span i {
    margin-right: 8px
}

.social-icons a {
    color: #fff;
    margin-left: 15px
}

.top-bar.hide {
    margin-top: -50px
}

header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

header.sticky {
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08)
}

.business-info-section,
.menu li,
a.services-btn {
    position: relative
}

.brand-logo {
    max-width: 150px
}

.navbar {
    align-items: center;
    justify-content: space-between;
    height: 110px
}

.menu,
.quote-btn2 {
    align-items: center
}

.logo img {
    height: 70px
}

.menu {
    list-style: none;
    gap: 15px;
    margin: 0
}

.menu a {
    color: #222;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    line-height: 1.2
}

.submenu {
    top: 120%;
    left: 0;
    z-index: 100
}

.submenu li {
    border-bottom: 1px solid #eee
}

.submenu li:last-child {
    border: none
}

.submenu a {
    padding: 12px 8px !important;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.dropdown:hover>.submenu {
    top: 100%
}

.submenu li.dropdown-right i {
    transform: rotate(270deg)
}

.navbar .bi-chevron-down::before {
    content: "\f282";
    font-weight: 900 !important
}

.submenu-right {
    left: 100%;
    top: 0
}

.quote-btn {
    background: #9814d8;
    color: #fff;
    padding: 10px 35px;
    border-radius: 7px;
    font-weight: 700;
    border: 2px solid #9814d8
}

.quote-btn:hover {
    border-color: #7d0ec0;
    background: 0 0;
    color: #7d0ec0
}

.quote-btn2 {
    display: inline-flex;
    justify-content: center;
    background: #fff;
    color: #df0a0a;
    padding: 10px 24px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600
}

.consultation-banner .banner-btn a:hover,
.quote-btn2:hover {
    background: #df0a0a;
    color: #fff;
    transform: translateY(-3px)
}

a.services-btn {
    display: inline-block;
    color: #9c08c9 !important;
    margin-top: 15px;
    border: 1px solid #9c08c9;
    padding: 9px 12px;
    border-radius: 7px
}

a.services-btn i {
    margin-left: 0;
    opacity: 0
}

a.services-btn:hover {
    position: relative;
    display: inline-block;
    color: #040404;
    transition: .3s
}

a.services-btn:hover i {
    opacity: 1 !important;
    margin-left: 7px !important;
    font-weight: 700
}

input.btn.quote-btn {
    padding: 12px 30px
}

.mobile-btn {
    display: none;
    font-size: 30px;
    cursor: pointer
}

.about-section {
    padding: 80px 0;
    overflow: hidden
}

.small-title,
.sub-title {
    color: #a600e8;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    line-height: 16px;
    font-weight: 600
}

.about-content h2 {
    font-weight: 700;
    color: #1d2438
}

.about-content h2 span,
.blog-item.blog-visible,
.quote-step.active,
.tab-content.active {
    display: block
}

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 35px 0;
    flex-wrap: wrap
}

.features i,
.video-btn {
    justify-content: center
}

.rating span {
    color: #ffc400;
    font-size: 20px
}

.rating b {
    color: #4285f4;
    font-size: 20px
}

.features {
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}

.features div {
    color: #15213b;
    font-size: 15px
}

.features i {
    background: #000;
    color: #fff;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 10px
}

.bottom-info,
.founder {
    align-items: center
}

.bottom-info {
    display: flex;
    gap: 50px
}

.founder,
.phone {
    display: flex;
    gap: 15px
}

.founder img {
    width: 55px;
    height: 55px;
    border-radius: 50%
}

.main-img,
.small-about-image img {
    height: auto;
    max-width: 100%;
    box-shadow: none
}

.founder h4 {
    margin: 0;
    font-size: 18px
}

.cta-inner h2 span,
.founder small,
.hero-heading span,
.members-section .section-title span {
    color: #a600e8
}

.watsapp-btn {
    background-color: #fff;
    color: #9c08c9;
    border: 2px solid #9c08c9;
    border-radius: 7px
}

.phone-number,
.timeline-section .sub-text::after,
.timeline-section .sub-text::before {
    background-color: #9c08c9
}

.member-contact-item:hover i,
.service-box:hover .circle,
.watsapp-btn:hover {
    background: #9c08c9;
    color: #fff
}

.phone-number i,
a.box-benefits-button i {
    transform: rotate(95deg)
}

.phone-number {
    color: #fff;
    border: 2px solid #9c08c9;
    border-radius: 7px
}

.phone-number:hover {
    background-color: #fff;
    color: #9c08c9;
    border-color: #9c08c9
}

.phone {
    align-items: center;
    color: #a600e8
}

.buttons,
.experience {
    gap: 20px;
    display: flex
}

.phone strong {
    display: block;
    color: #111
}

.small-about-image {
    position: absolute;
    left: 0;
    top: 7%;
    animation: 5s ease-in-out infinite floatingImage
}

@keyframes floatingImage {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-30px)
    }
}

.faq-section .faq-desc,
.faq-two-column-section p,
.left.single h2,
.timeline-section p {
    color: #fff
}

@keyframes experienceFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.small-about-image img {
    border: none;
    border-radius: 0
}

.about-image {
    display: flex;
    justify-content: end;
    position: relative
}

.main-img {
    width: auto;
    border: none;
    border-radius: 0
}

.experience {
    animation: 4s ease-in-out infinite experienceFloat;
    background: #a600e8;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    padding: 25px 32px;
    bottom: 7%;
    left: 1%;
    width: 310px
}

.experience strong {
    font-size: 45px
}

.circle i,
.experience p,
.experience span {
    font-size: 18px
}

.experience p.time {
    margin: -8px 0 0;
    font-size: 22px;
    color: #fff;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700
}

.experience p {
    color: #fff;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0
}

.cost-cal-buttons {
    display: flex;
    margin-top: 30px;
    justify-content: space-between
}

.cost-cal-buttons a.btn-primary {
    display: inline-block;
    overflow: hidden
}

.buttons {
    align-items: center;
    margin-top: 30px
}

.video-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fbeaff;
    color: #a600e8;
    display: flex;
    align-items: center
}

a.video-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.video-popop span {
    margin-left: 30px;
    font-weight: 500;
    color: #df0a0a
}

@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(.5);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0
    }
}

a.video-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #a600e8;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: 1.5s infinite pulse-border;
    z-index: -1
}

.contact-hero .container,
.footer-widget,
.key-services-section .container,
.mv-container,
.pdf-content,
a.video-btn i {
    position: relative;
    z-index: 2
}

.modal-backdrop.show {
    opacity: .8;
    background: #000
}

#videoModal .modal-content {
    background: 0 0;
    border: 0;
    box-shadow: none
}

.video-close {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 1060;
    filter: invert(1);
    opacity: 1
}

.banner-content,
.section-description,
.section-tag,
.section-title {
    z-index: 1;
    position: relative
}

#videoModal iframe {
    border-radius: 10px
}

.container-custom {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.business-cost-section,
.faq-wp-list .accordion-button:not(.collapsed) .faq-wp-question-marker::before,
.pricing-section,
.social:hover,
.table-info-section,
.types-mainland-business-section {
    background: #fff
}

.section-desc {
    color: #303b55;
    line-height: 1.8;
    margin: 0 auto
}

.cost-btn,
.section-title {
    font-weight: 700;
    margin-bottom: 25px
}

.cost-banner {
    position: relative;
    min-height: 290px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.cost-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65)
}

.banner-content {
    color: #fff;
    padding: 0 15px
}

.banner-content h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.cost-btn {
    border-radius: 7px;
    color: red;
    padding: 13px 33px
}

.cost-banner .banner-content p {
    margin: 0;
    max-width: 860px
}

.jurisdiction-section {
    position: relative;
    overflow: hidden;
    background: #fff
}

.section-tag {
    letter-spacing: .5px
}

.section-title {
    color: #000
}

.section-description {
    line-height: 1.8;
    margin: 0 auto;
    max-width: 1250px
}

.feature-slider {
    width: 500px;
    height: 650px;
    position: relative
}

.feature-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    height: 450px;
    transform: translate(-50%, -50%) rotate(0);
    border: 3px dotted #c000ff;
    border-radius: 50%;
    transition: transform .6s
}

#bgImage,
.feature-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%
}

.feature-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    margin: -39px;
    background: #9c08c952;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #7d3cff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    cursor: pointer;
    transition: transform .3s, box-shadow .3s, background .3s, color .3s
}

.content a,
.sub-text {
    align-items: center;
    gap: 10px
}

.feature-item img {
    width: 70px;
    height: auto;
    object-fit: contain
}

.feature-item.is-active {
    background: linear-gradient(135deg, #8a3cff, #9c08c9);
    color: #fff;
    transform: scale(1.15)
}

.feature-item:hover {
    transform: scale(1.2);
    box-shadow: 0 12px 35px rgba(92, 0, 255, .4)
}

.feature-center {
    width: 300px;
    text-align: center;
    z-index: 10
}

#bgImage {
    width: 140px;
    height: 140px;
    object-fit: contain;
    z-index: -1;
    transition: .4s
}

.feature-center h2 {
    font-size: 28px;
    margin-bottom: 15px
}

.feature-center h2 a {
    color: #5d00b4
}

.feature-center p {
    font-size: 17px;
    line-height: 1.8;
    color: #555
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    color: #b11cff
}

.feature-icon svg,
.featured-image {
    width: 100%;
    height: 100%
}

.feature-icon svg path {
    fill: currentColor
}

.sub-text {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #7410e8;
    display: flex;
    justify-content: center
}

.content a,
.counter-box h2,
.main-title,
.price,
.ribbon {
    font-weight: 700
}

.sub-text::after,
.sub-text::before {
    content: "";
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #7410e8)
}

.sub-text::after {
    background: linear-gradient(90deg, #7410e8, transparent)
}

.expand-business-section h2.title.black,
.member-contact-item:hover,
.specialities-section .accordion-header:hover,
.timeline-section .sub-text {
    color: #9c08c9
}

.timeline__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 80px auto;
    position: relative
}

.timeline__track {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 180px 30px
}

.timeline__line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #9c08c9;
    transform: translateY(-50%)
}

.timeline__item {
    width: 220px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.timeline__dot {
    width: 22px;
    height: 22px;
    background: #9c08c9;
    border: 4px solid #9c08c9;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
    z-index: 10
}

.timeline__card {
    width: 210px;
    background: #1b211e;
    border: 1px solid #444;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: absolute;
    transition: .4s;
    opacity: .75;
    height: 180px
}

.timeline__card--top {
    bottom: 45px
}

.timeline__card--bottom {
    top: 45px
}

.timeline__card h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #fff;
    line-height: 32px
}

.timeline__card p {
    color: #d4d4d4;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
}

.timeline__item--active .timeline__dot {
    background: #fff;
    border-color: #df0a0a;
    transform: scale(1.35)
}

.timeline__item--active .timeline__card {
    opacity: 1;
    border-color: #9c08c9;
    box-shadow: 0 0 25px rgb(156, 8, 201, .35)
}

.banner-buttons.link-color a:nth-child(2):hover,
.business-description,
.featured-contact a:hover,
.mainland-flip-back .business-info-heading,
.newsletter-mini h3,
.text-color-white .black-icon-list li,
.text-color-white .black-icon-list li::before,
.text-color-white h2,
.text-color-white p,
.timeline__item--active .timeline__card h3,
.timeline__item--active .timeline__card p {
    color: #fff
}

.timeline__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #303530;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 20;
    padding: 6px 0
}

.timeline__nav--prev {
    left: -10px
}

.timeline__nav--next {
    right: -10px
}

.page-template-page-template-uae-mainland-business-setup .timeline__card--bottom,
.page-template-page-template-uae-mainland-business-setup .timeline__card.timeline__card--top {
    height: 280px;
    padding: 10px
}

.page-template-page-template-uae-mainland-business-setup .timeline__card b {
    display: block;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 5px
}

.page-template-page-template-uae-mainland-business-setup .timeline__card {
    font-size: 12px;
    width: 240px
}

.page-template-page-template-uae-mainland-business-setup .timeline__wrapper {
    margin: 180px auto
}

.services-grid {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec
}

.services-grid>[class*=col] {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.service-box {
    display: flex;
    gap: 28px;
    height: 100%;
    transition: .35s
}

.services-icon {
    background: 0 0;
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex
}

.card-header,
.price,
.ribbon,
.whatsapp {
    text-align: center
}

.icon {
    margin-right: 15px
}

.service-box:hover {
    background: #faf8ff;
    transform: translateY(-8px)
}

.icon svg {
    width: 70px
}

.content h3 {
    color: #1f2940;
    margin-bottom: 20px
}

.content a {
    display: inline-flex;
    color: #1f2940;
    font-size: 18px
}

.circle,
.icon-circle {
    align-items: center;
    display: flex;
    border-radius: 50%
}

.circle {
    width: 38px;
    height: 38px;
    background: #fff;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .3s
}

.business-section {
    background: #070b17;
    color: #fff
}

.main-title {
    font-size: 56px;
    margin-bottom: 20px
}

.description {
    max-width: 720px;
    color: #c8c8c8;
    font-size: 20px;
    line-height: 1.7
}

.counter-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: #9d18ff;
    justify-content: center;
    font-size: 34px;
    color: #fff
}

.icon-circle img,
.referral-content img {
    width: 100%;
    height: auto
}

.counter-box h2 {
    font-size: 54px;
    margin: 0
}

.counter-box p {
    margin: 0;
    font-size: 18px;
    color: #fff
}

.client-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.client-title h4 {
    margin: 0;
    font-size: 30px;
    color: #bfbfbf;
    font-weight: 700
}

.line {
    flex: 1;
    height: 3px;
    background: #ff2a2a
}

.career-section,
.success-story .container-custom,
section.success-counter-section {
    padding: 80px 0
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 30px
}

.video-section .video-item,
.video-slider .video-item.slick-slide {
    position: relative;
    margin: 0 15px;
    box-shadow: none
}

.video-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 250px
}

.video-section a.video-btn,
.video-slider a.video-btn {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    background: #fbeaff;
    color: #a600e8;
    text-decoration: none;
    transform: translateY(-50%)
}

.pricing-card {
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    position: relative;
    min-height: 790px;
    background: url('/wp-content/uploads/2026/07/pricing-bg.webp ') 0 0/100% auto
}

.card-header {
    padding: 55px 20px;
    background: #192236;
    min-height: 172px
}

.card-header h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0
}

.card-header p {
    color: #bfc3d0;
    font-size: 18px;
    margin: 0
}

.card-body {
    padding: 35px 28px
}

.price {
    color: #d7d3d8;
    font-size: 65px;
    margin-bottom: 35px
}

.price span {
    font-size: 18px;
    vertical-align: top
}

.price sup {
    font-size: 35px
}

.pricing-features {
    list-style: none;
    padding: 0
}

.pricing-features li {
    padding: 15px 0;
    border-bottom: 2px solid rgba(255, 255, 255, .7);
    color: #ddd;
    font-size: 16px
}

.pricing-features li::before {
    content: "✓";
    font-weight: 900;
    border: 1px solid;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    padding: 0 6px;
    border-radius: 18px
}

.pricing-features li.active::before {
    border-color: red;
    color: red
}

.pricing-card .btn {
    display: block;
    width: 75%;
    margin: 70px auto 25px;
    background: #d50000;
    border: none;
    padding: 14px;
    font-size: 16px
}

.pricing-card .btn:hover {
    background: red
}

.whatsapp {
    color: #ddd;
    font-size: 18px;
    display: block
}

.whatsapp i {
    color: #00e676;
    font-size: 28px;
    margin-left: 15px
}

.ribbon {
    position: absolute;
    right: -45px;
    top: 20px;
    background: #e60000;
    color: #fff;
    width: 150px;
    padding: 7px;
    transform: rotate(45deg);
    font-size: 12px
}

.govt-agency-slider {
    margin: 0 -10px
}

.govt-agency-slider .slick-slide {
    margin: 0 10px
}

.govt-agency-slider .slick-slide img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    display: block;
    border: 1px solid #c7c7c7;
    padding: 20px
}

.consultation-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55)
}

.consultation-banner .banner-content {
    position: relative;
    z-index: 2;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 15px
}

.consultation-banner .banner-text {
    max-width: 800px
}

.consultation-banner .text-center .banner-text {
    max-width: 1240px;
    margin: 0 auto
}

.box-benefits-list,
.consultation-banner p {
    margin-top: 10px
}

.consultation-banner .banner-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #df0a0a;
    padding: 8px 24px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s
}

.content-text-center .banner-content.container {
    display: block;
    overflow: hidden;
    text-align: center
}

.content-text-center .btn.btn-light.cost-btn {
    margin-top: 40px;
    margin-bottom: 0
}

.specialities-section {
    padding: 90px 0
}

.specialities-section .container-custom {
    margin: auto;
    padding: 80px 15px;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat
}

.specialities-section .specialities-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 580px;
    max-width: 1320px;
    margin: 0 auto
}

.specialities-section .left-content {
    flex: 0 0 48%;
    max-width: 38%;
    height: 100%
}

.specialities-section .sub-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #9c08c9;
    text-transform: uppercase;
    margin-bottom: 15px
}

.specialities-section .timeline {
    position: relative;
    padding-left: 45px
}

.specialities-section .timeline:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    border: 1px dashed #9c08c9
}

.specialities-section .accordion-item {
    position: relative;
    padding-bottom: 10px
}

.page-template-page-template-sharjah-packages .business-info-section,
.specialities-section .accordion-item:last-child,
form p {
    padding-bottom: 0
}

.specialities-section .accordion-item:before {
    content: "";
    position: absolute;
    left: -37px;
    top: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #9c08c9;
    z-index: 2;
    transition: .35s
}

.specialities-section .accordion-item.active:before {
    width: 26px;
    height: 26px;
    left: -41px;
    background: #9c08c9;
    box-shadow: 0 0 0 8px rgba(156, 8, 201, .15)
}

.specialities-section .accordion-header {
    width: 100%;
    background: 0 0;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 0 0 10px;
    color: #1f2940;
    font-size: 18px;
    font-weight: 600;
    transition: .3s
}

.specialities-section .accordion-item.active .accordion-header {
    font-size: 22px;
    color: #1f2940
}

.specialities-section .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s
}

.specialities-section .accordion-item.active .accordion-body {
    max-height: 220px
}

.specialities-section .accordion-body p {
    font-size: 17px;
    line-height: 30px;
    color: #666;
    margin: 0;
    padding-right: 30px
}

.specialities-section .right-image {
    flex: 0 0 52%;
    max-width: 52%;
    position: relative;
    overflow: hidden
}

.specialities-section .right-image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover
}

.specialities-section .shape {
    position: absolute;
    top: -40px;
    left: -80px;
    width: 150px;
    height: 120%;
    background: #df0a0a;
    transform: skew(-14deg);
    opacity: .92;
    z-index: 2
}

.specialities-section .shape:after {
    content: "";
    position: absolute;
    left: 90px;
    top: 0;
    width: 200px;
    height: 100%;
    background: rgba(223, 10, 10, .22)
}

.img-box {
    display: block;
    overflow: hidden;
    text-align: right
}

.contact-info-section {
    background: #f7f7f7;
    padding: 0 0 0 8%
}

.contact-content {
    padding: 60px
}

.contact-box {
    padding-right: 40px
}

.address-box {
    border-left: 1px solid #ddd;
    padding-left: 40px
}

.contact-box h4 {
    margin-bottom: 15px
}

.heading-line {
    width: 60px;
    height: 3px;
    background: #111;
    margin-bottom: 30px
}

.contact-box h5 {
    color: #000;
    margin-bottom: 10px
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px
}

.contact-list i {
    width: 25px;
    color: #111;
    margin-top: 4px
}

.contact-list a {
    color: #a400ff;
    font-size: 16px
}

.contact-list a:hover {
    color: #6d00d7
}

.address-box p,
.business-description p,
.page-template-page-template-business-setup-in-dubai-freezone .check-list,
.page-template-page-template-visa-services-in-dubai ul.check-list,
.quote-step-heading,
.uae-business-setup-guide-header .title {
    margin-bottom: 20px
}

.map-area {
    height: 100%;
    min-height: 300px
}

.map-area iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.circle-counter-info {
    padding: 90px 20px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 50%, rgba(180, 0, 230, .05), transparent 45%), #fff
}

.circle-counter-info-heading {
    text-align: center;
    margin-bottom: 65px
}

.circle-counter-info-heading h2 {
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    color: #280035;
    margin-bottom: 10px
}

.circle-counter-info-heading p {
    color: #777;
    margin: 0
}

.circle-counter-info-item {
    position: relative;
    width: 290px;
    height: 290px;
    margin: auto
}

.circle-counter-info-outer {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px dashed rgba(145, 0, 220, .25);
    animation: 25s linear infinite circle-counter-info-rotate
}

.circle-counter-info-outer::after,
.circle-counter-info-outer::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d83cf3;
    box-shadow: 0 0 15px #d83cf3
}

.circle-counter-info-outer::before {
    top: 25px;
    left: 40px
}

.circle-counter-info-outer::after {
    right: 30px;
    bottom: 45px
}

.circle-counter-info-ring {
    position: absolute;
    inset: 13px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #d83cf3, #8500d4, transparent 65%) border-box
}

.circle-counter-info-main {
    position: absolute;
    inset: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle at 35% 25%, #db52f1, #a900df 42%, #7200b8 100%);
    box-shadow: 0 25px 50px rgba(126, 0, 180, .25), inset 0 2px 8px rgba(255, 255, 255, .25);
    overflow: hidden;
    transition: .4s
}

.circle-counter-info-main::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 80px;
    top: -20px;
    left: 20px;
    background: rgba(255, 255, 255, .17);
    border-radius: 50%
}

.circle-counter-info-main::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .18)
}

.circle-counter-info-item:hover .circle-counter-info-main {
    transform: scale(1.04);
    box-shadow: 0 30px 65px rgba(126, 0, 180, .35), inset 0 2px 10px rgba(255, 255, 255, .3)
}

.circle-counter-info-item:hover .circle-counter-info-outer {
    animation-duration: 8s
}

.circle-counter-info-content {
    position: relative;
    z-index: 3;
    padding: 25px
}

.circle-counter-info-icon {
    width: 38px;
    height: 38px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .22);
    font-size: 17px
}

.flex-relative {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.flex-relative span {
    font-size: 38px;
    line-height: 1;
    font-weight: 800
}

.circle-counter-info-number {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -2px
}

.circle-counter-info-number span {
    font-size: .55em
}

.circle-counter-info-text {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    max-width: 180px;
    margin: auto
}

.circle-counter-info-badge {
    position: absolute;
    z-index: 5;
    right: 4px;
    top: 62px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #8500d4;
    font-size: 17px;
    box-shadow: 0 10px 25px rgba(80, 0, 120, .18)
}

@keyframes circle-counter-info-rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.business-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.business-subtitle {
    font-size: 24px;
    color: #b300ff;
    font-weight: 600;
    margin-bottom: 20px
}

.business-image {
    width: 100%;
    max-width: 640px;
    border-radius: 12px
}

.benefit-icon svg {
    max-width: 70px;
    margin-right: 15px;
    margin-top: -20px
}

.mainland-company-section {
    background: #fff;
    position: relative;
    overflow: hidden
}

.mainland-image img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover
}

.section-subtitle {
    margin-bottom: 10px;
    display: inline-block
}

.listing-item {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.listing-item i {
    color: #000;
    font-size: 18px;
    margin-top: 4px
}

.theme-btn {
    display: inline-block;
    background: linear-gradient(90deg, #9c08c9, #df0a0a);
    color: #fff;
    padding: 12px 34px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s
}

.theme-btn:hover {
    color: #fff;
    transform: translateY(-3px)
}

.bi-chevron-right::before {
    font-weight: 900 !important
}

.benefit-icon i {
    color: #df0a0a;
    border: 2px solid;
    border-radius: 30px;
    margin-right: 10px;
    padding: 2px 6px 0;
    font-size: 15px
}

.table-title {
    color: #000;
    margin-bottom: 25px
}

.table-title span {
    font-weight: 700;
    color: #9c08c9
}

.table-description {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin: 0 auto
}

.table-content {
    overflow-x: auto
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(28, 37, 57, .08)
}

.custom-table thead,
.quote-form .quote-prev {
    background: #1c2539
}

.custom-table thead th {
    color: #fff;
    padding: 18px 22px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .3px
}

.custom-table tbody td {
    padding: 15px;
    color: #444;
    border-bottom: 1px solid #ececec;
    vertical-align: top;
    line-height: 1.7
}

.custom-table tbody tr:nth-child(2n) {
    background: #faf7fc
}

.custom-table tbody tr:hover {
    background: rgba(156, 8, 201, .06);
    transition: .3s
}

.custom-table tbody td:first-child {
    color: #1c2539;
    font-weight: 600
}

.custom-table tbody tr:last-child td,
.tab-nav li:last-child {
    border-bottom: none
}

.custom-table tbody tr:hover td:first-child {
    border-left: 4px solid #df0a0a;
    padding-left: 18px
}

.left-right-listing-list,
.listing {
    margin: 0;
    padding: 0;
    list-style: none
}

.text-color-white .listing li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.4
}

.listing li i {
    color: #fff;
    font-size: 15px;
    margin-top: 6px
}

.text-color-white h3,
.text-color-white h4,
.text-color-white p {
    color: #fff;
    margin-bottom: 15px;
    display: block;
    overflow: hidden
}

.faq-section ul.listing {
    margin-top: 20px
}

.faq-section ul.listing li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #52627a;
    font-size: 16px;
    line-height: 1.5
}

.faq-section ul.listing li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 18px
}

.faq-accordion .accordion-item {
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px
}

.faq-accordion .accordion-button {
    background: 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px 30px;
    box-shadow: none
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #1d2435;
    padding-bottom: 12px
}

.faq-accordion .accordion-button::after {
    filter: invert(21%) sepia(99%) saturate(5656%) hue-rotate(273deg)
}

.faq-accordion .accordion-body {
    background: #fff;
    color: #262626;
    padding: 0 30px 10px
}

.faq-number {
    color: #b100ff;
    font-weight: 700;
    margin-right: 8px
}

.accordion-button.collapsed .faq-title {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.consultation-banner {
    position: relative;
    background-size: cover;
    background-position: center
}

.box-benefits-section {
    position: relative;
    background: #fff;
    overflow: hidden
}

.content-box p span {
    font-weight: 700;
    color: #9c12d4
}

.page-template-page-template-business-setup-in-ajman-mainland .table-title {
    margin-bottom: 25px;
    color: #fff
}

.box-benefit-item {
    height: 100%;
    min-height: 218px;
    padding: 28px;
    border: 2px solid #e3e3e3;
    border-radius: 7px;
    background: #fff;
    transition: .3s
}

.box-benefits-list>.col-lg-6:nth-child(2) .box-benefit-item,
.box-benefits-list>.col-lg-6:nth-child(3) .box-benefit-item,
.box-benefits-list>.col-lg-6:nth-child(6) .box-benefit-item,
.box-benefits-list>.col-lg-6:nth-child(7) .box-benefit-item {
    background: #f8f8f8
}

.box-benefit-item:hover {
    border-color: #9c12d4;
    transform: translateY(-3px)
}

.box-benefit-title {
    margin: 0 0 14px;
    color: #000;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700
}

.box-benefit-description {
    color: #53657d;
    font-size: 16px;
    line-height: 1.8
}

.box-benefit-description p {
    margin-bottom: 10px
}

.box-benefits-button-wrap {
    margin-top: 38px
}

.box-benefits-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 165px;
    padding: 16px 28px;
    border-radius: 7px;
    background: #9c12d4;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    transition: .3s;
    border: 2px solid #9c12d4 !important
}

.benefit-icon,
.page-template-page-template-business-setup-in-sharjah-mainland-php .popup-benefits .benefit-icon {
    min-width: 22px;
    height: 22px;
    width: 22px
}

.box-benefits-button:hover {
    background: 0 0;
    color: #9c12d4 !important
}

.button-icon {
    font-size: 16px
}

.faq-two-column-section {
    background: center/cover #10131d
}

.faq-two-column-section .accordion {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.faq-two-column-section .accordion-item {
    background: #fff;
    border: none;
    border-radius: 12px;
    overflow: hidden
}

.faq-two-column-section .accordion-button {
    background: #fff;
    color: #111827;
    font-weight: 600;
    padding: 15px 20px;
    border: none;
    position: relative;
    box-shadow: none !important
}

.faq-two-column-section .accordion-button::after {
    background-image: none !important;
    content: "+";
    width: auto;
    height: auto;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 300;
    color: #8b5cf6
}

.faq-two-column-section .accordion-button:not(.collapsed)::after {
    content: "−";
    transform: translateY(-50%)
}

.faq-two-column-section .accordion-button:not(.collapsed) {
    background: #fff;
    color: #111827
}

.faq-two-column-section .accordion-body {
    background: #fff;
    color: #6b7280;
    padding: 5px 20px 0
}

.faq-two-column-section .accordion-item:first-of-type,
.faq-two-column-section .accordion-item:last-of-type {
    border-radius: 12px
}

.documents-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-top: 40px
}

.documents-tabs {
    width: 320px
}

.tab-nav {
    list-style: none;
    margin: 0;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 15px
}

.tab-nav li {
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-weight: 600
}

.tab-nav li.active {
    color: #8d24ff
}

.documents-content {
    flex: 1
}

.blog-item.hidden,
.custom-popup .quote-heading,
.our-partnerships-carousel .slick-dots li button::before,
.page-template-page-template-client-success-story .quote-heading p,
.tab-content {
    display: none
}

.black-icon-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.black-icon-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #262626;
    font-size: 16px;
    line-height: 1.5
}

.black-icon-list li::before {
    content: "\F26A";
    font-family: bootstrap-icons;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 18px
}

.footer-info {
    padding: 80px 0 60px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.footer-section::before {
    content: "";
    position: absolute;
    left: -150px;
    top: -100px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .03)
}

.service-box {
    background: rgba(255, 255, 255, .04);
    padding: 30px;
    border-radius: 12px
}

.footer-widget h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px
}

.footer-line {
    display: block;
    width: 70px;
    height: 3px;
    background: #fff;
    margin-bottom: 30px;
    position: relative
}

.footer-line::after {
    content: "";
    width: 10px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: -15px
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-menu li {
    margin-bottom: 12px
}

.footer-menu li a {
    display: flex;
    align-items: center;
    transition: .3s;
    font-size: 16px;
    font-weight: 400;
    color: #8b8f99
}

.footer-menu li a::before {
    content: "›";
    font-family: bootstrap-icons;
    font-weight: 900;
    margin-right: 12px;
    color: #b8bfd4;
    font-size: 20px;
    margin-top: -10px
}

.footer-menu li a:hover {
    color: #fff;
    padding-left: 8px
}

.footer-widget a.quote-btn {
    padding: 13px 25px;
    margin-top: 20px;
    display: inline-block
}

.google-review {
    margin-top: 30px
}

.social-icons-footer {
    display: block;
    overflow: hidden;
    margin: 20px auto 0;
    text-align: center
}

.social-icons-footer a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    transition: .3s
}

.social-icons-footer a:hover {
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .25);
    opacity: .9
}

.mainland-flip-box {
    width: 100%;
    height: 285px;
    perspective: 1200px
}

.mainland-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .7s;
    transform-style: preserve-3d
}

.mainland-flip-back,
.mainland-flip-box:hover .mainland-flip-inner {
    transform: rotateY(180deg)
}

.mainland-flip-back,
.mainland-flip-front {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.mainland-flip-front {
    border: 1px solid #d1d1d1;
    overflow: hidden;
    background-image: url(http://localhost/rewampstart/wp-content/uploads/2026/08/02-bg.jpg)
}

.mainland-flip-back {
    background: #a600d1;
    border: 1px solid #a600d1;
    color: #fff
}

.business-steps-section,
.simple-step-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.business-info-icon {
    position: relative;
    z-index: 2;
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.counter-note,
section {
    display: block;
    overflow: hidden
}

.business-info-icon img {
    max-width: 75px;
    max-height: 75px;
    width: auto;
    height: auto;
    object-fit: contain
}

.business-info-heading {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #1c2539
}

.business-info-description {
    position: relative;
    z-index: 2;
    max-width: 400px;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1.7
}

.business-info-description p,
.legal-structure-description p,
.pagination-area .page-item,
.popup-form .wpcf7-form,
.quote-form .wpcf7-list-item {
    margin: 0
}

.flip-card-hover-text {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    font-size: 11px;
    color: #9c08c9
}

.counter-note {
    font-weight: 700;
    text-align: center;
    padding-bottom: 50px
}

.key-service-item:hover::before,
.our-partnerships-carousel .slick-slide>div,
.step-box {
    height: 100%
}

.step-number {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #1e2746;
    margin-bottom: 25px
}

.step-number-icon img {
    width: auto;
    height: 90px
}

.step-number-icon {
    display: block;
    overflow: hidden;
    margin-bottom: 20px
}

.arrow-listing {
    list-style: none;
    padding: 0;
    margin: 35px auto;
    display: grid;
    column-gap: 70px;
    row-gap: 18px
}

.arrow-listing li {
    position: relative;
    padding-left: 24px;
    color: #52627a;
    font-size: 16px;
    line-height: 1.5;
    text-align: left
}

.arrow-listing li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: -3px;
    color: #a900d1;
    font-size: 27px;
    font-weight: 600;
    line-height: 1
}

.simple-step-section {
    position: relative;
    padding: 80px 0;
    background-color: #0d1322;
    overflow: hidden;
    color: #fff
}

.simple-step-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 19, 34, .88);
    z-index: 0
}

.simple-step-section .container {
    position: relative;
    z-index: 1
}

.simple-step-header {
    max-width: 1150px;
    margin: 0 auto 90px
}

.simple-step-list {
    row-gap: 55px
}

.simple-step-item {
    height: 100%;
    padding-right: 30px
}

.simple-step-number {
    color: #c400ff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px
}

.simple-step-heading {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 16px
}

.simple-step-text {
    color: #d1d3d9;
    font-size: 16px;
    line-height: 1.8;
    max-width: 450px
}

.left-right-flex-info .row:last-child,
.simple-step-text p,
.uae-business-setup-guide-description p:last-child,
.uae-business-setup-guide-item:last-child {
    margin-bottom: 0
}

.legal-structure-section {
    padding: 80px 0;
    overflow: hidden
}

.legal-structure-title {
    color: #071a3d;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 20px
}

.legal-structure-description {
    color: #53627a;
    font-size: 17px;
    line-height: 1.6
}

.legal-structure-item,
.referral-content {
    padding: 30px 0
}

.legal-structure-image {
    display: flex;
    align-items: center;
    justify-content: center
}

.legal-structure-image img {
    width: 140px;
    height: auto;
    max-width: 100%;
    display: block
}

.legal-structure-content {
    padding-left: 25px
}

.legal-structure-item-title {
    color: #071a3d;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 12px
}

.legal-structure-item-info {
    color: #52627b;
    font-size: 15px;
    line-height: 1.75
}

.legal-structure-item-info p {
    margin: 0 0 8px
}

.legal-structure-item:nth-child(2n) .legal-structure-content {
    padding-left: 0;
    padding-right: 25px
}

.banner-buttons.link-color a {
    border: 1px solid #df0a0a;
    color: #fff;
    margin-top: 30px;
    padding: 11px 22px;
    background-color: rgba(223, 10, 10, 51%)
}

.banner-buttons.link-color a:hover {
    background-color: #df0a0a !important;
    color: #fff;
    border-color: #df0a0a !important
}

.banner-buttons.link-color a:nth-child(2) {
    background-color: rgb(255, 255, 255, 51%);
    border-color: #fff;
    color: #000
}

.component-column-content-section .col-lg-10 h4:last-child {
    margin: 20px 0
}

.contact-hero {
    position: relative;
    overflow: hidden;
    min-height: 435px;
    padding: 85px 0 110px;
    color: #fff;
    background: radial-gradient(circle at 88% 18%, rgb(125 17 17) 0, rgba(173, 44, 255, 0) 32%), radial-gradient(circle at 5% 100%, rgba(0, 174, 218, .18) 0, rgba(0, 174, 218, 0) 30%), linear-gradient(105deg, #121212 0, #000 38%, #410f0d 70%, #520f10 100%)
}

.contact-hero::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -210px;
    top: -270px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .025), 0 0 0 120px rgba(255, 255, 255, .015)
}

.contact-hero::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    left: -210px;
    bottom: -260px;
    border-radius: 50%;
    background: rgba(0, 169, 214, .12);
    filter: blur(4px)
}

.hero-content {
    position: relative;
    z-index: 3
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 17px;
    color: #e5c5ff;
    border: 1px solid rgba(215, 143, 255, .32);
    border-radius: 50px;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px
}

.hero-tag i {
    color: #d68aff;
    font-size: 13px
}

.hero-title {
    max-width: 780px;
    margin: 25px 0 20px;
    color: #fff;
    font-size: clamp(44px, 6vw, 76px);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -3.5px
}

.hero-title span {
    color: #d98aff;
    letter-spacing: 1px
}

.hero-description {
    max-width: 650px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.8
}

.hero-decoration {
    position: absolute;
    right: 8%;
    bottom: 40px;
    width: 105px;
    height: 105px;
    border: 1px solid rgba(217, 138, 255, .25);
    transform: rotate(45deg);
    z-index: 1
}

.action-card,
.contact-wrapper,
.form-card,
.office-card,
.social-area {
    position: relative
}

.contact-wrapper {
    z-index: 5;
    margin-top: -80px
}

.office-card {
    height: 100%;
    overflow: hidden;
    padding: 28px;
    border: 1px solid #ededf3;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(30, 16, 70, .09);
    transition: .35s
}

.office-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(30, 16, 70, .15)
}

.office-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -60px;
    top: -60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(156, 0, 216, .12), rgba(0, 169, 214, .05))
}

.office-number {
    color: #9814d8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px
}

.office-title {
    margin: 8px 0 20px;
    font-size: 23px;
    font-weight: 800
}

.office-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 16px;
    color: #fff;
    font-size: 26px;
    background: linear-gradient(135deg, #9c00d8, #5d0bb5);
    box-shadow: 0 10px 25px rgba(156, 0, 216, .25)
}

.office-address {
    color: #777;
    font-size: 14px;
    line-height: 1.8
}

.office-contact {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #eeeef3
}

.office-contact a {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 5px 0;
    color: #303044;
    font-size: 13px;
    transition: .2s
}

.office-contact a:hover {
    color: #9814d8
}

.office-contact i {
    width: 28px;
    color: #9814d8;
    font-size: 17px
}

.form-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 20px 70px rgba(70, 0, 120, .13);
    border: 1px solid #eee
}

.form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    right: 35px;
    height: 4px;
    background: linear-gradient(90deg, #7410e8, #c400ff);
    border-radius: 0 0 10px 10px
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 12px;
    color: #000;
    margin-bottom: 5px
}

form p {
    margin-bottom: 0
}

.form-subtitle {
    color: #777;
    margin-bottom: 28px
}

.section-label {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin-bottom: 12px
}

.form-control,
.form-select {
    min-height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 12px 15px
}

.form-control:focus,
.form-select:focus {
    border-color: #a600e8;
    box-shadow: 0 0 0 .2rem rgba(116, 16, 232, .1);
    background: #fff
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
    resize: none
}

.submit-btn:hover {
    color: #fff;
    box-shadow: 0 10px 25px rgba(116, 16, 232, .3);
    background: #000;
    transform: translateY(-2px)
}

.page-template-page-template-contact-us .form-control:focus,
.page-template-page-template-contact-us .form-select:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .08)
}

.page-template-page-template-contact-us .iti__country {
    padding: 5px 10px;
    outline: 0;
    width: 340px;
    overflow: hidden
}

.page-template-page-template-contact-us .iti__country-list {
    border-radius: 10px;
    margin-top: 10px
}

.dswcf7_country_sel,
.dswcf7_country_sel .wpcf7-form-control-wrap,
.dswcf7_country_sel .wpcf7-form-control-wrap .iti {
    width: 100%;
    display: block
}

.form-select option {
    color: #222
}

.phone-select {
    max-width: 115px;
    border-radius: 10px 0 0 10px
}

.submit-btn {
    letter-spacing: .5px;
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: #111127;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .3s
}

.social-area {
    margin-top: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.social-area span {
    display: block;
    margin-bottom: 12px;
    color: #d9cde4;
    font-size: 12px
}

.socials {
    display: flex;
    gap: 9px
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .12)
}

.section-heading {
    margin-bottom: 35px
}

.section-heading small {
    color: #9814d8;
    font-weight: 700;
    letter-spacing: 2px
}

.action-card {
    height: 100%;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #eeeef4;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(20, 20, 50, .06);
    transition: .3s
}

.action-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(20, 20, 50, .1)
}

.action-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 14px;
    font-size: 23px
}

.action-btn,
.featured-btn {
    display: inline-flex;
    font-weight: 700;
    text-decoration: none
}

.icon-orange {
    color: #f28c00;
    background: #fff2dc
}

.icon-purple {
    color: #9814d8;
    background: #f4e5ff
}

.icon-blue {
    color: #00a3c9;
    background: #e2f8fc
}

.icon-green {
    color: #0b9b36;
    background: #e1f8e7
}

.action-card h5 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 800
}

.action-card p {
    min-height: 42px;
    color: #777;
    font-size: 13px;
    line-height: 1.6
}

.blog-hero h1,
.blog-hero h1 span {
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 800
}

.action-btn {
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    padding: 9px 17px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px
}

.featured-btn,
.filter-btn {
    align-items: center;
    background: #fff
}

.orange {
    background: #f28c00
}

.purple {
    background: #9814d8
}

.blue {
    background: #00a3c9
}

.green {
    background: #079b35
}

.blog-hero {
    padding: 85px 0 70px;
    background: radial-gradient(circle at 10% 20%, rgba(108, 77, 246, .12), transparent 30%), radial-gradient(circle at 90% 10%, rgba(255, 92, 138, .12), transparent 30%)
}

.blog-hero .hero-small {
    color: #6c4df6;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px
}

.blog-hero h1 {
    line-height: 1.05;
    max-width: 850px;
    margin: 15px auto 20px;
    color: #000
}

.blog-hero h1 span {
    background: linear-gradient(90deg, #6c4df6, #ff5c8a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.blog-hero p {
    max-width: 650px;
    margin: auto;
    color: #777;
    font-size: 18px;
    line-height: 1.8
}

.featured {
    background: #17151f;
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 65px
}

.featured-content {
    padding: 55px
}

.featured-content .badge {
    background: rgba(108, 77, 246, .25);
    color: #b9abff;
    padding: 8px 14px;
    border-radius: 30px;
    margin-bottom: 10px
}

.featured-content h2 {
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.15;
    margin: 25px 0 18px
}

.featured-content p {
    color: #aaa;
    line-height: 1.8
}

.featured-meta {
    color: #999;
    font-size: 14px;
    margin: 20px 0
}

.featured-btn {
    gap: 10px;
    padding: 12px 22px;
    border-radius: 30px;
    color: #17151f;
    transition: .3s
}

.featured-btn:hover {
    background: #9c08c9;
    color: #fff;
    transform: translateX(5px)
}

.filter-section {
    display: block !important;
    width: 100%;
    margin-bottom: 35px
}

.filter-title {
    display: block !important;
    margin-bottom: 18px;
    color: #111827 !important;
    font-size: 20px;
    font-weight: 700
}

.filter-btn,
.pagination-area .page-link {
    font-weight: 500;
    transition: .25s;
    cursor: pointer
}

.category-filter {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px
}

.filter-btn {
    display: inline-flex !important;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #333;
    font-size: 14px
}

.filter-btn.active,
.filter-btn:hover,
.pagination-area .page-item.active .page-link,
.pagination-area .page-link:hover {
    background: #111827;
    border-color: #111827;
    color: #fff
}

.blog-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: transform .25s, box-shadow .25s
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.blog-image-wrapper {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden
}

.blog-image-wrapper a {
    display: block;
    width: 100%;
    height: 100%
}

.blog-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.blog-card:hover .blog-image {
    transform: scale(1.04)
}

.blog-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #111827, #374151);
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.blog-content,
.single .post-content {
    padding: 24px
}

.blog-date {
    margin-bottom: 10px;
    color: #777;
    font-size: 13px
}

.blog-content h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.2
}

.blog-content h3 a {
    color: #111827;
    text-decoration: none
}

.blog-content h3 a:hover,
.blog-link:hover {
    color: #555
}

.blog-content p {
    margin-bottom: 18px;
    color: #666;
    font-size: 15px;
    line-height: 1.7
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.filter-no-results {
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    color: #777
}

.no-posts {
    padding: 40px 20px;
    text-align: center;
    color: #666
}

.no-posts h3 {
    margin-bottom: 10px;
    color: #111827
}

.pagination-area {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 50px
}

.pagination-area .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none
}

.pagination-area .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-size: 14px
}

.pagination-area .page-item.disabled .page-link {
    background: #f5f5f5;
    border-color: #eee;
    color: #aaa;
    cursor: not-allowed;
    pointer-events: none
}

.pagination-ellipsis .page-link {
    background: 0 0 !important;
    border-color: transparent !important;
    color: #777 !important;
    cursor: default !important;
    pointer-events: none
}

.blog-item.blog-hidden {
    display: none !important
}

.sidebar {
    position: sticky;
    top: 100px;
    margin-bottom: 40px
}

.sidebar-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 28px;
    margin-bottom: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
    position: relative
}

.sidebar-box h3 {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 10px
}

.sidebar-box>p {
    color: #777;
    line-height: 1.7;
    font-size: 14px
}

.sidebar-form label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px
}

.sidebar-form .form-control,
.sidebar-form textarea {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px
}

.sidebar-form .form-control:focus,
.sidebar-form textarea:focus {
    border-color: #6c4df6;
    box-shadow: 0 0 0 3px rgba(108, 77, 246, .1)
}

.sidebar-form textarea {
    min-height: 100px;
    resize: vertical
}

.sidebar-submit {
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(90deg, #6c4df6, #8b55ff);
    color: #fff;
    padding: 13px;
    font-weight: 700;
    transition: .3s
}

.sidebar-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(108, 77, 246, .25)
}

.sidebar-box form p .wpcf7-spinner {
    position: absolute;
    bottom: 10px;
    left: 0
}

.newsletter-mini p {
    color: rgba(255, 255, 255, .8)
}

.newsletter-mini input {
    border: 0;
    border-radius: 12px;
    padding: 12px;
    width: 100%;
    outline: 0;
    margin-bottom: 10px
}

.faq-wp-category-button.faq-category-active::after,
.left-right-listing-column,
.logo-carousel {
    width: 100%
}

.logo-carousel__item {
    padding: 0 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100px
}

.logo-carousel__item img {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto
}

.logo-carousel .slick-track,
.our-partnerships-carousel .slick-track {
    display: flex;
    align-items: center
}

.logo-carousel .slick-slide,
.our-partnerships-carousel .slick-slide {
    height: auto
}

.logo-carousel .slick-next {
    right: -15px
}

.social {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: .3s
}

.social:has(.bi-facebook) {
    background-color: #1877f2
}

.social:has(.bi-instagram) {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5)
}

.social:has(.bi-linkedin) {
    background-color: #0a66c2
}

.social:has(.bi-youtube) {
    background-color: red
}

.social:has(.bi-twitter-x) {
    background-color: #000
}

.social:has(.bi-tiktok) {
    background-color: #000
}

.social:hover {
    transform: translateY(-3px);
    color: #fff;
    opacity: .9
}

.single .recent-posts {
    background: #f8faff
}

.single .section-heading .section-subtitle {
    display: inline-block;
    color: #0d6efd;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px
}

.single .section-heading .section-title {
    font-size: 38px;
    font-weight: 700;
    color: #172033;
    margin-bottom: 12px
}

.single .section-description {
    max-width: 650px;
    margin: 0 auto;
    color: #6c757d;
    font-size: 16px
}

.single .recent-post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9edf5;
    transition: .3s
}

.single .recent-post-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(24, 44, 76, .12)
}

.single .post-image {
    height: 220px;
    overflow: hidden
}

.single .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.award-card:hover .award-image img,
.collage-person:hover img,
.single .recent-post-card:hover .post-image img,
.video-item:hover .video-image img {
    transform: scale(1.08)
}

.single .no-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef3f9;
    color: #0d6efd;
    font-size: 40px
}

.single .post-meta {
    font-size: 13px;
    color: #7b8494;
    margin-bottom: 12px
}

.single .post-meta i {
    color: #0d6efd;
    margin-right: 5px
}

.single .post-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 12px
}

.single .post-title a {
    color: #172033;
    text-decoration: none;
    transition: color .3s
}

.single .post-title a:hover {
    color: #0d6efd
}

.single .post-excerpt {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px
}

.single .read-more {
    color: #0d6efd;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.single .read-more i {
    margin-left: 5px;
    transition: margin-left .3s
}

.single .read-more:hover i {
    margin-left: 10px
}

.custom-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 20px;
    font-family: inherit
}

.custom-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 5, 15, .78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.custom-popup-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 850px;
    max-height: calc(100vh - 40px);
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .4), 0 10px 35px rgba(156, 18, 212, .15);
    animation: .45s cubic-bezier(.16, 1, .3, 1) popupOpen
}

.custom-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: #fff;
    color: #444;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: .3s
}

.popup-badge,
.popup-benefits,
.popup-info h2,
.popup-info>p {
    z-index: 2;
    position: relative
}

.custom-popup-close:hover {
    background: #9c12d4;
    border-color: #9c12d4;
    color: #fff;
    transform: rotate(90deg);
    box-shadow: 0 5px 15px rgba(156, 18, 212, .3)
}

.popup-info {
    position: relative;
    overflow: hidden;
    padding: 55px 38px;
    color: #fff;
    background: radial-gradient(circle at 15% 15%, rgba(255, 255, 255, .18), transparent 30%), radial-gradient(circle at 90% 85%, rgba(255, 255, 255, .15), transparent 35%), linear-gradient(145deg, #5f087e 0, #8210ad 45%, #9c12d4 75%, #b72ce9 100%)
}

.popup-info::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -120px;
    bottom: -120px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(255, 255, 255, .035), 0 0 0 70px rgba(255, 255, 255, .025)
}

.popup-badge {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px
}

.popup-info h2 {
    margin: 0 0 18px;
    color: #fff;
    font-weight: 700
}

.popup-info>p {
    max-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.7
}

.popup-benefits {
    margin-top: 35px
}

.popup-benefits div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .95);
    font-size: 13px;
    font-weight: 500
}

.benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 12px
}

.eyebrow,
.reward-box {
    display: inline-flex;
    align-items: center
}

.page-template-page-template-business-setup-in-sharjah-mainland-php .benefit-icon {
    width: 22px;
    height: 32px;
    min-width: 42px
}

.page-template-page-template-business-setup-in-sharjah-mainland-php .benefit-icon svg {
    max-width: 70px;
    margin-right: 0;
    margin-top: 0
}

.pakages-container {
    width: 100%;
    padding: 10px 0;
    font-family: inherit;
    color: #273044
}

.pakages-container h4 {
    position: relative;
    margin: 34px 0 14px;
    padding-left: 18px;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
    color: #1c2539
}

.pakages-container h4:first-child {
    margin-top: 0;
    font-size: 27px
}

.pakages-container h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: calc(100% - 10px);
    border-radius: 10px;
    background: #df0a0a
}

.pakages-container p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.85;
    color: #5d6678
}

.pakages-container a {
    color: #df0a0a;
    text-decoration: none;
    font-weight: 700;
    transition: .3s
}

.pakages-container a:hover {
    color: #1c2539;
    text-decoration: underline
}

.pakages-container p:has(strong) {
    position: relative
}

.pakages-container p strong {
    color: #1c2539;
    font-weight: 700
}

.pakages-container p:nth-of-type(4),
.pakages-container p:nth-of-type(6),
.pakages-container p:nth-of-type(8) {
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 16px 20px;
    border: 1px solid #e6e9ef;
    border-left: 4px solid #df0a0a;
    border-radius: 8px;
    background: #f8f9fc;
    color: #1c2539;
    font-size: 17px;
    line-height: 1.5;
    box-shadow: 0 5px 18px rgba(28, 37, 57, .05);
    font-weight: 600
}

.pakages-container p:nth-of-type(5),
.pakages-container p:nth-of-type(7),
.pakages-container p:nth-of-type(9) {
    margin-left: 24px;
    padding-left: 18px;
    border-left: 1px dashed #d8dce5;
    font-size: 15px;
    color: #697386
}

.pakages-container p:nth-of-type(4) strong,
.pakages-container p:nth-of-type(6) strong,
.pakages-container p:nth-of-type(8) strong {
    font-size: 17px
}

.pakages-container h4:not(:first-child) {
    padding-top: 10px
}

.section-description strong {
    margin-top: 20px;
    display: block;
    overflow: hidden
}

.popup-form {
    padding: 50px 45px 40px;
    background: #fff;
    overflow-y: auto
}

.popup-form-header {
    margin-bottom: 25px
}

.popup-form-header h3 {
    margin: 0 0 7px;
    color: #161616;
    font-weight: 700
}

.popup-form-header p {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.6
}

.popup-form label {
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-size: 12px;
    font-weight: 600
}

.popup-form input:not([type=submit]),
.popup-form select,
.popup-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 14px;
    border: 1px solid #e4e4e7;
    border-radius: 9px;
    outline: 0;
    background: #fafafa;
    color: #222;
    font-family: inherit;
    font-size: 14px;
    transition: .25s
}

.popup-form input:not([type=submit]):hover,
.popup-form select:hover,
.popup-form textarea:hover {
    background: #fff;
    border-color: #c9c9cf
}

.popup-form input:not([type=submit]):focus,
.popup-form select:focus,
.popup-form textarea:focus {
    background: #fff;
    border-color: #9c12d4;
    box-shadow: 0 0 0 4px rgba(156, 18, 212, .1)
}

.popup-form textarea {
    min-height: 90px;
    resize: vertical
}

.popup-form input::placeholder,
.popup-form textarea::placeholder {
    color: #a0a0a0
}

.popup-form button[type=submit],
.popup-form input[type=submit] {
    width: 100%;
    padding: 14px 22px;
    margin-top: 5px;
    border: none;
    border-radius: 9px;
    background: linear-gradient(135deg, #7609a5, #9c12d4, #b82ce8);
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(156, 18, 212, .28);
    transition: .3s
}

.popup-form button[type=submit]:hover,
.popup-form input[type=submit]:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(156, 18, 212, .4)
}

.popup-form .wpcf7-not-valid {
    border-color: #ef4444 !important
}

.popup-form .wpcf7-not-valid-tip {
    margin-top: 4px;
    color: #ef4444;
    font-size: 11px
}

.popup-form .wpcf7-response-output {
    margin: 12px 0 0 !important;
    padding: 10px 12px !important;
    border-radius: 8px;
    font-size: 12px
}

.custom-popup span.wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    right: 25px
}

.mv-card-wrap,
.mv-cards,
form.wpcf7-form.init {
    position: relative
}

.wpcf7-spinner {
    bottom: -25px;
    left: 0;
    position: absolute
}

@keyframes popupOpen {
    from {
        opacity: 0;
        transform: translateY(30px) scale(.94)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.content-listing-section label {
    text-align: left;
    font-weight: 700;
    width: 100%;
    margin-top: 10px
}

.referral-section {
    padding: 70px 0;
    background: radial-gradient(circle at 10% 10%, #f7eaff 0, transparent 30%), radial-gradient(circle at 90% 90%, #f3e6ff 0, transparent 30%), #fff;
    overflow: hidden
}

.eyebrow {
    gap: 8px;
    color: #7410e8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px
}

.featured-section .featured-label,
.hero-small-title,
.section-tag {
    letter-spacing: 2px;
    text-transform: uppercase
}

.hero-small-title,
.referral-title,
.referral-title .highlight {
    margin-bottom: 20px;
    font-weight: 700
}

.eyebrow span {
    width: 30px;
    height: 3px;
    background: #7410e8;
    display: inline-block;
    border-radius: 10px
}

.referral-title {
    font-size: 60px;
    line-height: 1.08;
    color: #000
}

.referral-title .highlight {
    color: #7410e8;
    font-size: 60px;
    line-height: 1.08;
    display: block
}

.referral-description {
    color: #666;
    font-size: 17px;
    line-height: 1.7;
    max-width: 600px
}

.reward-box {
    margin-top: 30px;
    gap: 18px;
    padding: 18px 24px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(116, 16, 232, .12);
    border: 1px solid #eee
}

.reward-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #7410e8, #bd20ff);
    color: #fff;
    font-size: 26px
}

.reward-box small {
    display: block;
    color: #777;
    margin-bottom: 3px
}

.reward-box strong {
    color: #7410e8;
    font-size: 25px
}

.benefits {
    margin-top: 20px;
    padding: 0;
    list-style: none
}

.benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 5px;
    color: #444
}

.benefits i {
    color: #7410e8;
    font-size: 19px
}

.content-section .row.mt-5 {
    margin-top: 0 !important
}

.page-template-page-template-corporate-bank-account .content-listing-section {
    background-color: rgb(234 234 234 / 50%)
}

.team-main-hero {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 75% 30%, rgb(0 0 0 / 25%), transparent 25%), linear-gradient(90deg, #000000c2, #000000f0 65%, #ff0000c7)
}

.hero-button,
.hero-small-title {
    align-items: center;
    display: inline-flex
}

.collage-center,
.hero-button {
    background: linear-gradient(135deg, var(--purple), var(--purple-dark))
}

.team-main-hero::before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    right: -250px;
    top: -150px;
    border: 1px solid rgba(177, 28, 255, .2);
    border-radius: 50%
}

.team-main-hero::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -80px;
    top: 0;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%
}

.hero-inner {
    position: relative;
    z-index: 5
}

.hero-small-title {
    gap: 10px;
    color: #a600e8;
    font-size: 13px
}

.hero-small-title i {
    font-size: 7px
}

.hero-heading {
    max-width: 720px;
    margin: 0 0 25px;
    color: #fff;
    font-size: clamp(45px, 6vw, 78px);
    line-height: 1.03;
    font-weight: 700
}

.hero-text {
    max-width: 570px;
    margin-bottom: 35px;
    color: #c4c5d5;
    font-size: 17px;
    line-height: 1.8
}

.hero-button {
    gap: 12px;
    padding: 15px 25px;
    border-radius: 8px;
    color: #fff;
    transition: .3s
}

.hero-button:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(177, 28, 255, .3)
}

.team-collage {
    position: relative;
    height: 530px
}

.collage-person {
    position: absolute;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, .08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .3)
}

.collage-person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.person-one {
    width: 240px;
    height: 310px;
    top: 20px;
    left: 30px;
    border-radius: 120px 120px 25px 25px
}

.person-two {
    width: 220px;
    height: 280px;
    right: 20px;
    top: 0;
    border-radius: 25px 25px 120px 120px
}

.person-three {
    width: 210px;
    height: 270px;
    left: 120px;
    bottom: 0;
    border-radius: 30px 120px
}

.person-four {
    width: 180px;
    height: 230px;
    right: 40px;
    bottom: 15px;
    border-radius: 100px 30px
}

.collage-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 50px rgba(177, 28, 255, .5)
}

.intro-section {
    padding: 110px 0 80px
}

.section-tag {
    display: inline-block;
    margin-bottom: 15px;
    color: #a600e8;
    font-size: 12px;
    font-weight: 700
}

.members-section .section-title {
    margin: 0;
    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 700
}

.featured-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 10px 0
}

.featured-contact a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    text-decoration: none;
    transition: color .3s
}

.featured-contact .contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #087cff;
    font-size: 15px;
    line-height: 1
}

.featured-contact .contact-icon i {
    line-height: 1
}

.featured-contact a+a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    margin-right: 10px;
    background: rgba(255, 255, 255, .25)
}

.featured-contact .social-links {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px
}

.featured-contact .social-links a {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: .3s
}

.featured-contact .social-links a:hover {
    background: #087cff;
    border-color: #087cff;
    color: #fff
}

.featured-section {
    padding: 30px 0 110px
}

.featured-section .featured-box {
    position: relative;
    overflow: hidden;
    min-height: 540px;
    border-radius: 30px;
    background: linear-gradient(120deg, #0a0b31, #1b0841);
    box-shadow: 0 25px 70px rgba(14, 7, 50, .15)
}

.featured-section .featured-box::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -200px;
    bottom: -200px;
    border-radius: 50%;
    background: rgba(177, 28, 255, .15);
    filter: blur(30px)
}

.featured-section .featured-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48%;
    height: 100%
}

.featured-section .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top
}

.featured-section .featured-content {
    position: relative;
    z-index: 5;
    margin-left: 48%;
    padding: 80px 70px
}

.featured-section .featured-label {
    color: #a600e8;
    font-size: 12px;
    font-weight: 700
}

.featured-section .featured-content h2 {
    margin: 15px 0 10px;
    color: #fff;
    font-size: 45px;
    font-weight: 700
}

.featured-section .featured-role {
    color: #d09aff;
    font-size: 15px;
    font-weight: 600
}

.featured-section .featured-content p {
    max-width: 520px;
    margin: 25px 0;
    color: #c1c2d3;
    font-size: 15px;
    line-height: 1.8
}

.featured-section .featured-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px
}

.skill {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    color: #ddd;
    font-size: 12px;
    background: rgba(255, 255, 255, .04)
}

.featured-social {
    display: flex;
    gap: 10px
}

.featured-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    color: #fff;
    transition: .3s
}

.featured-social a:hover {
    color: #fff;
    border-color: #a600e8;
    background: #a600e8;
    transform: translateY(-4px)
}

.members-section .sub-text {
    justify-content: flex-start;
    font-size: 22px
}

.members-section .sub-text:before {
    content: none
}

.members-section {
    padding: 0 0 110px;
    background: linear-gradient(180deg, #fff, #fafafd)
}

.member-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(20, 20, 50, .08);
    transition: .4s
}

.member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(177, 28, 255, .15)
}

.member-image {
    position: relative;
    height: 380px;
    overflow: hidden
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s
}

.member-card:hover .member-image img {
    transform: scale(1.07)
}

.member-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 8, 40, .8), transparent 50%)
}

.member-number {
    position: absolute;
    z-index: 4;
    top: 18px;
    left: 18px;
    color: #a600e8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px
}

.member-social {
    position: absolute;
    z-index: 5;
    top: 18px;
    right: 18px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    transform: translateX(60px);
    opacity: 0;
    transition: .4s
}

.cta-button,
.cta-inner h2,
.cta-inner p {
    z-index: 2;
    position: relative
}

.member-card:hover .member-social {
    transform: translateX(0);
    opacity: 1
}

.member-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(10, 5, 40, .65);
    backdrop-filter: blur(8px);
    transition: .3s
}

.member-social a:hover {
    background: #a600e8
}

.member-info span {
    color: #a600e8;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px
}

.member-info p {
    margin: 15px 0;
    font-size: 13px;
    line-height: 1.7
}

.member-info {
    padding: 25px 24px 28px;
    background: #fff
}

.member-info h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    color: #111
}

.member-description {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.7;
    color: #52627a
}

.member-contact {
    padding-top: 16px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.member-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #52627a;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: .3s
}

.member-contact-item i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5eaff;
    color: #9c08c9;
    font-size: 13px;
    flex-shrink: 0;
    transition: .3s
}

.team-stats {
    padding: 90px 0;
    background: linear-gradient(135deg, #08092f, #1b0740)
}

.stat {
    text-align: center
}

.stat i {
    display: block;
    margin-bottom: 15px;
    color: #a600e8;
    font-size: 30px
}

.stat strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 40px
}

.stat span {
    color: #aeb0c3;
    font-size: 13px
}

.culture-section {
    padding: 110px 0
}

.culture-card {
    height: 100%;
    padding: 35px 25px;
    border: 1px solid #ececf2;
    border-radius: 20px;
    background: #fff;
    transition: .3s
}

.culture-card:hover {
    border-color: rgba(177, 28, 255, .25);
    transform: translateY(-7px);
    box-shadow: 0 15px 40px rgba(177, 28, 255, .1)
}

.culture-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #a600e8;
    font-size: 25px;
    background: #f7eaff
}

.culture-card h3 {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 700
}

.culture-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7
}

.team-cta {
    padding: 0 0 110px
}

.cta-inner {
    position: relative;
    overflow: hidden;
    padding: 75px 60px;
    border-radius: 30px;
    text-align: center;
    background: radial-gradient(circle at center, rgba(177, 28, 255, .22), transparent 45%), #0a0b32
}

.cta-inner h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: clamp(34px, 4vw, 50px)
}

.cta-inner p {
    max-width: 600px;
    margin: 0 auto 30px;
    color: #bfc0d1;
    line-height: 1.8
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 25px;
    border-radius: 8px;
    color: #fff;
    background: #a600e8;
    transition: .3s
}

.cta-button:hover {
    color: #fff;
    background: var(--purple-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(177, 28, 255, .35)
}

.awards-section {
    padding: 100px 0;
    background: #f8f9fc
}

.awards-heading {
    margin: 0 auto 60px
}

.award-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e8eaf0;
    transition: .4s;
    height: 100%;
    display: flex;
    flex-direction: column
}

.award-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(23, 32, 51, .14)
}

.award-image {
    position: relative;
    height: 330px;
    flex-shrink: 0;
    overflow: hidden;
    background: #eef0f5
}

.award-overlay,
.award-view {
    display: flex;
    align-items: center;
    transition: .4s
}

.award-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .6s
}

.award-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 24, 38, .72);
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    opacity: 0
}

.award-card:hover .award-overlay {
    opacity: 1
}

.award-view {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    color: #b11cff;
    font-size: 20px;
    transform: translateY(15px)
}

.award-arrow,
.award-content {
    align-items: center;
    display: flex
}

.award-card:hover .award-view {
    transform: translateY(0)
}

.award-view-text {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.award-content {
    position: relative;
    padding: 22px 75px 22px 28px;
    min-height: 90px;
    height: 90px;
    flex-shrink: 0
}

.award-content h3 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #172033;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.award-arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    justify-content: center;
    background: #f3e5ff;
    color: #b11cff;
    transform: translateY(-50%);
    transition: .3s
}

.award-card:hover .award-arrow {
    background: #b11cff;
    color: #fff;
    transform: translateY(-50%) rotate(45deg)
}

.award-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px
}

.award-modal.active {
    display: flex
}

.award-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 12, 24, .9);
    backdrop-filter: blur(8px)
}

.award-modal-box {
    position: relative;
    width: 100%;
    max-width: 850px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 30px 100px rgba(0, 0, 0, .35)
}

.award-modal-image {
    height: 620px;
    background: #f1f2f5;
    display: flex;
    align-items: center;
    justify-content: center
}

.award-modal-close,
.award-modal-nav {
    position: absolute;
    align-items: center;
    transition: .3s;
    display: flex;
    background: #fff;
    z-index: 5;
    cursor: pointer
}

.award-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.award-modal-content {
    padding: 25px 35px 30px
}

.award-modal-content span {
    color: #b11cff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px
}

.award-modal-content h3 {
    margin: 8px 0 0;
    color: #172033;
    font-size: 27px;
    font-weight: 800
}

.award-modal-close {
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    color: #172033;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .18)
}

.award-modal-close:hover {
    background: #b11cff;
    color: #fff;
    transform: rotate(90deg)
}

.award-modal-nav {
    top: 50%;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    color: #172033;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .2);
    transform: translateY(-50%)
}

.mv-card,
.mv-icon-wrap,
.mv-section {
    position: relative
}

.mv-section::after,
.mv-section::before {
    border-radius: 50%;
    pointer-events: none;
    content: "";
    position: absolute
}

.award-modal-nav:hover {
    background: #b11cff;
    color: #fff
}

.award-prev {
    left: 20px
}

.award-next {
    right: 20px
}

.mv-section {
    overflow: hidden;
    padding: 120px 0;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .12), transparent 25%), radial-gradient(circle at 85% 80%, rgba(255, 255, 255, .1), transparent 25%), linear-gradient(125deg, #4f0bb5 0, #7110c5 42%, #9c08ce 75%, #bd00d0 100%)
}

.mv-section::before {
    width: 600px;
    height: 600px;
    top: -300px;
    left: -200px;
    background: radial-gradient(circle, rgba(255, 255, 255, .1), transparent 65%);
    filter: blur(20px)
}

.mv-section::after {
    width: 500px;
    height: 500px;
    right: -250px;
    bottom: -250px;
    background: radial-gradient(circle, rgba(255, 0, 255, .18), transparent 65%);
    filter: blur(30px)
}

.about-intro-image img {
    border-radius: 7px
}

.mv-heading {
    margin: 0 auto 80px;
    text-align: center;
    color: #fff
}

.mv-heading .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px 17px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    backdrop-filter: blur(10px)
}

.mv-heading .eyebrow i {
    color: #ffd9ff
}

.mv-heading h2 span {
    color: #e9b8ff
}

.mv-cards::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent)
}

.mv-card {
    height: 100%;
    min-height: 450px;
    padding: 40px 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .035));
    box-shadow: 0 30px 70px rgba(30, 0, 80, .15);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    color: #fff;
    transition: transform .5s cubic-bezier(.2, .8, .2, 1), box-shadow .5s, border-color .5s
}

.mv-card-wrap:nth-child(2) {
    transform: translateY(-35px)
}

.mv-card-wrap:nth-child(2) .mv-card:hover,
.mv-card:hover {
    transform: translateY(-14px) scale(1.015)
}

.mv-card-wrap:nth-child(2) .mv-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .05))
}

.mv-card:hover {
    border-color: rgba(255, 255, 255, .5);
    box-shadow: 0 40px 90px rgba(30, 0, 80, .3), 0 0 50px rgba(255, 255, 255, .08)
}

.mv-card::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -150px;
    right: -130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .14), transparent 68%);
    transition: .6s
}

.mv-card:hover::before {
    transform: scale(1.5)
}

.mv-icon-wrap {
    width: 78px;
    height: 78px;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .75));
    color: #7212c4;
    font-size: 29px;
    box-shadow: 0 15px 35px rgba(30, 0, 70, .2), 0 0 0 9px rgba(255, 255, 255, .06);
    transition: .5s
}

.mv-card-bottom span,
.mv-small-label {
    font-size: 11px;
    text-transform: uppercase
}

.mv-card:hover .mv-icon-wrap {
    border-radius: 50%;
    transform: translateY(-5px) rotate(-5deg);
    box-shadow: 0 20px 40px rgba(30, 0, 70, .25), 0 0 0 12px rgba(255, 255, 255, .08)
}

.mv-small-label {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .5);
    font-weight: 700;
    letter-spacing: 2px
}

.mv-card-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: block;
    overflow: hidden;
    margin-top: 20px
}

.mv-card-bottom span {
    color: rgba(255, 255, 255, .45);
    font-weight: 600;
    letter-spacing: 1.5px
}

.mv-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    position: absolute;
    transition: .4s;
    right: 50px;
    bottom: 40px
}

.key-services-section::after,
.key-services-section::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    pointer-events: none
}

.mv-card:hover .mv-arrow {
    background: #fff;
    color: #7312c4;
    transform: rotate(-45deg)
}

.mv-dots {
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 10px;
    right: 30px;
    opacity: .18;
    background-image: radial-gradient(rgba(255, 255, 255, .8) 1px, transparent 1px);
    background-size: 12px 12px;
    pointer-events: none
}

.key-services-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: radial-gradient(circle at 0 0, rgba(125, 20, 195, .07), transparent 28%), radial-gradient(circle at 100% 100%, rgba(204, 24, 210, .07), transparent 28%), #faf9fd
}

.key-services-section::before {
    width: 450px;
    height: 450px;
    top: -250px;
    left: -220px;
    background: radial-gradient(circle, rgba(130, 20, 200, .06), transparent 70%)
}

.key-services-section::after {
    width: 400px;
    height: 400px;
    right: -200px;
    bottom: -200px;
    background: radial-gradient(circle, rgba(205, 25, 210, .06), transparent 70%)
}

.key-services-header {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center
}

.key-services-label::after,
.key-services-label::before {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a91bd0)
}

.key-services-label::after {
    background: linear-gradient(90deg, #a91bd0, transparent)
}

.key-services-grid {
    border-top: 1px solid #e7e2ec;
    border-left: 1px solid #e7e2ec
}

.key-service-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 130px;
    padding: 25px 30px;
    border-right: 1px solid #e7e2ec;
    border-bottom: 1px solid #e7e2ec;
    background: 0 0;
    cursor: pointer;
    transition: background .35s, padding .35s
}

.key-service-item:hover {
    padding-left: 38px;
    background: #fff
}

.key-service-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #7414bc, #d01fd5);
    transition: height .4s
}

.key-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-right: 22px;
    flex-shrink: 0;
    border: 1px solid #e3dbea;
    border-radius: 16px;
    background: #fff;
    color: #9219cc;
    font-size: 23px;
    transition: background .35s, color .35s, transform .35s, border-radius .35s
}

.key-service-item:hover .key-service-icon {
    border-color: transparent;
    background: linear-gradient(135deg, #7415bd, #bc1dd1);
    color: #fff;
    border-radius: 50%;
    transform: rotate(-7deg) scale(1.05)
}

.key-service-content {
    flex: 1;
    padding-right: 20px
}

.key-service-content h3 {
    margin: 0 0 7px;
    color: #211a2d;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    transition: color .3s
}

.key-service-item:hover .key-service-content h3 {
    color: #8518c5
}

.key-service-content p {
    max-width: 450px;
    margin: 0;
    color: #817b88;
    font-size: 13px;
    line-height: 1.65
}

.key-service-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border: 1px solid #e4dfea;
    border-radius: 50%;
    background: #fff;
    color: #89828f;
    font-size: 14px;
    transition: background .35s, color .35s, border-color .35s, transform .35s
}

.key-service-item:hover .key-service-arrow {
    border-color: #8918c5;
    background: #8918c5;
    color: #fff;
    transform: rotate(-45deg)
}

.key-services-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 45px;
    padding: 28px 32px;
    border-radius: 20px;
    background: linear-gradient(110deg, #6e13b8, #9415c7 50%, #bc19d1);
    box-shadow: 0 18px 40px rgba(104, 17, 180, .16)
}

.key-services-cta-content h4 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.key-services-cta-content p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px
}

.key-services-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 23px;
    border-radius: 50px;
    background: #fff;
    color: #7915bd;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .3s, box-shadow .3s
}

.pdf-card,
.pdf-icon {
    transition: .4s;
    position: relative
}

.key-services-cta-btn:hover {
    color: #7915bd;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.our-partnerships-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden
}

.our-partnerships-carousel {
    margin-top: 45px;
    margin-left: -10px;
    margin-right: -10px
}

.our-partnerships-slide {
    padding: 10px;
    outline: 0
}

.our-partnerships-slide>img {
    width: 100%;
    height: 160px;
    padding: 20px 30px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e8e3ec;
    border-radius: 14px;
    opacity: .65;
    filter: grayscale(100%);
    transition: opacity .35s, filter .35s, border-color .35s, box-shadow .35s, transform .35s
}

.our-partnerships-slide:hover>img {
    opacity: 1;
    filter: grayscale(0);
    border-color: #cda9df;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(90, 20, 120, .1)
}

.our-partnerships-carousel .slick-next,
.our-partnerships-carousel .slick-prev {
    z-index: 5;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: background .3s, border-color .3s, transform .3s
}

.our-partnerships-carousel .slick-prev {
    left: 0
}

.our-partnerships-carousel .slick-next {
    right: 0
}

.our-partnerships-carousel .slick-dots {
    position: relative;
    bottom: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none
}

.our-partnerships-carousel .slick-dots li {
    width: auto;
    height: auto;
    margin: 0
}

.our-partnerships-carousel .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d8d0dd
}

.our-partnerships-carousel .slick-dots li.slick-active button {
    width: 24px;
    border-radius: 20px;
    background: linear-gradient(90deg, #7415bd, #c31bd3)
}

.pdf-card {
    max-width: 850px;
    margin: 40px auto;
    padding: 28px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    overflow: hidden
}

.pdf-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .14)
}

.pdf-preview {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff4f4 0, #fff 55%, #f7f7f7 100%);
    overflow: hidden
}

.pdf-preview::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: rgba(220, 38, 38, .08)
}

.pdf-icon {
    z-index: 2;
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #dc2626;
    color: #fff;
    box-shadow: 0 12px 25px rgba(220, 38, 38, .25)
}

.pdf-card:hover .pdf-icon {
    transform: rotate(-5deg) scale(1.05)
}

.pdf-icon i {
    font-size: 42px
}

.pdf-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 12px;
    border-radius: 30px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px
}

.pdf-content h3 {
    margin: 0 0 8px;
    color: #171717;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700
}

.pdf-content p {
    margin: 0;
    color: #777;
    font-size: 15px
}

.pdf-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px
}

.pdf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s
}

.pdf-view {
    color: #fff;
    background: #171717
}

.pdf-download:hover,
.pdf-view:hover {
    color: #fff;
    background: #dc2626;
    transform: translateY(-2px)
}

.pdf-download {
    color: #333;
    background: #f3f3f3
}

body.award-modal-open {
    overflow: hidden
}

.career-form-wrapper {
    padding: 40px;
    background: #f8f9fa;
    border-radius: 10px;
    position: relative
}

.career-form-wrapper .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px
}

.career-form-wrapper .section-title p {
    color: #666;
    line-height: 1.7
}

.career-image {
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.career-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.career-form-wrapper textarea.form-control {
    min-height: 130px
}

.career-form-wrapper .submit-btn {
    border: 0;
    padding: 14px 30px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600
}

.career-form-wrapper .submit-btn:hover {
    background: #333
}

.video-section {
    padding: 80px 0;
    background: #f7f7f7
}

.video-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #111;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
    transition: .4s;
    counter-increment: video-counter
}

.video-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18)
}

.video-image {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden
}

.video-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s
}

.video-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .15) 55%, rgba(0, 0, 0, .05) 100%);
    z-index: 1
}

.video-image::before,
.video-title {
    color: #fff;
    z-index: 3;
    position: absolute
}

.video-title {
    left: 20px;
    right: 20px;
    bottom: 18px;
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    transition: .3s
}

.video-item:hover .video-title {
    bottom: 22px
}

.video-image::before {
    content: "WATCH VIDEO";
    top: 18px;
    left: 18px;
    padding: 7px 13px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 30px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.video-section .row {
    row-gap: 30px
}

.uae-business-setup-guide-list {
    margin-top: 90px
}

.uae-business-setup-guide {
    position: relative;
    overflow: hidden;
    background: #f7f7fa;
    color: #171827;
    font-family: Inter, sans-serif
}

.uae-business-setup-guide img {
    max-width: 100%;
    display: block
}

.uae-business-setup-guide-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 120px
}

.uae-business-setup-guide-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -220px;
    right: -180px;
    border: 1px solid rgba(112, 37, 202, .08);
    border-radius: 50%;
    pointer-events: none
}

.uae-business-setup-guide-section::after {
    content: "";
    pointer-events: none;
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    left: -160px;
    bottom: -180px;
    border: 1px solid rgba(112, 37, 202, .06);
    border-radius: 50%;
    pointer-events: none
}

.uae-business-setup-guide-header {
    position: relative;
    z-index: 2;
    margin-bottom: 90px
}

.uae-business-setup-guide-header .sub-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
    color: #7025ca;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase
}

.uae-business-setup-guide-header .sub-text::after,
.uae-business-setup-guide-header .sub-text::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #7025ca
}

.uae-business-setup-guide-header p {
    max-width: 680px;
    margin: 0 auto;
    color: #777b8b;
    font-size: 14px;
    line-height: 1.9
}

.uae-business-setup-guide-item {
    position: relative;
    z-index: 2;
    margin-bottom: 100px
}

.uae-business-setup-guide-item>.row {
    min-height: 500px
}

.uae-business-setup-guide-visual {
    position: relative;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center
}

.uae-business-setup-guide-visual::before {
    content: "";
    position: absolute;
    width: 88%;
    height: 88%;
    border-radius: 30px;
    background: #7025ca;
    transform: rotate(-5deg);
    transition: .5s
}

.uae-business-setup-guide-item:hover .uae-business-setup-guide-visual::before {
    transform: rotate(-2deg) scale(1.03)
}

.uae-business-setup-guide-image {
    position: relative;
    z-index: 2;
    width: 84%;
    height: 400px;
    overflow: hidden;
    border-radius: 28px;
    background: #ddd;
    box-shadow: 0 25px 60px rgba(20, 15, 40, .18)
}

.uae-business-setup-guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s
}

.uae-business-setup-guide-item:hover .uae-business-setup-guide-image img {
    transform: scale(1.06)
}

.uae-business-setup-guide-number {
    -webkit-text-stroke: 2px rgba(112, 37, 202, .25);
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 15px;
    color: #fff;
    font-size: 110px;
    line-height: 1;
    font-weight: 900;
    -webkit-text-stroke: 2px rgba(112, 37, 202, 0.25);
    text-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.uae-business-setup-guide-badge {
    position: absolute;
    z-index: 5;
    top: 25px;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 17px;
    border-radius: 50px;
    background: #171827;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow: 0 12px 25px rgba(20, 20, 30, .18)
}

.uae-business-setup-guide-badge i {
    color: #b57af0;
    font-size: 13px
}

.uae-business-setup-guide-content {
    position: relative;
    padding: 45px 20px 45px 70px
}

.uae-business-setup-guide-content::before {
    content: "";
    content: "";
    position: absolute;
    top: 45px;
    left: 25px;
    width: 3px;
    height: 90px;
    border-radius: 10px;
    background: #7025ca
}

.faq-wp-section::after,
.faq-wp-section::before {
    border-radius: 50%;
    position: absolute;
    content: ""
}

.uae-business-setup-guide-category {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    color: #7025ca;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase
}

.uae-business-setup-guide-content h2 {
    max-width: 570px;
    margin: 0 0 24px;
    color: #171827;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -1px
}

.uae-business-setup-guide-content h2::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    margin-top: 20px;
    border-radius: 10px;
    background: #7025ca
}

.uae-business-setup-guide-description {
    max-width: 580px;
    color: #707789;
    font-size: 13px;
    line-height: 1.85
}

.uae-business-setup-guide-description p {
    margin: 0 0 12px
}

.uae-business-setup-guide-footer {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #e4e2e9
}

.uae-business-setup-guide-counter {
    color: #9994a5;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    white-space: nowrap
}

.uae-business-setup-guide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 21px;
    border-radius: 6px;
    background: #171827;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    transition: .35s
}

.uae-business-setup-guide-btn i {
    transition: transform .35s
}

.uae-business-setup-guide-btn:hover {
    background: #7025ca;
    color: #fff;
    transform: translateY(-3px)
}

.uae-business-setup-guide-btn:hover i {
    transform: translate(3px, -3px)
}

.uae-business-setup-guide-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -100px;
    width: 1px;
    height: 70px;
    background: #d9d6e0
}

.uae-business-setup-guide-item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: calc(50% - 5px);
    bottom: -35px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7025ca;
    box-shadow: 0 0 0 7px #f7f7fa, 0 0 0 8px rgba(112, 37, 202, .18)
}

.page-template-page-template-pro-services .mainland-flip-box:hover .mainland-flip-inner,
.uae-business-setup-guide-item.reverse .uae-business-setup-guide-visual {
    transform: none
}

.uae-business-setup-guide-item.reverse .uae-business-setup-guide-visual::before {
    transform: rotate(5deg)
}

.uae-business-setup-guide-item.reverse:hover .uae-business-setup-guide-visual::before {
    transform: rotate(2deg) scale(1.03)
}

.uae-business-setup-guide-item.reverse .uae-business-setup-guide-number {
    left: auto;
    right: 0
}

.uae-business-setup-guide-item.reverse .uae-business-setup-guide-badge {
    right: auto;
    left: 0
}

.uae-business-setup-guide-item.reverse .uae-business-setup-guide-content {
    padding-left: 20px;
    padding-right: 70px
}

.uae-business-setup-guide-item.reverse .uae-business-setup-guide-content::before {
    left: auto;
    right: 25px
}

.faq-wp-section {
    position: relative;
    overflow: hidden;
    padding: 75px 20px 90px;
    background: linear-gradient(180deg, #faf8fb 0, #fff 42%)
}

.faq-wp-section::before {
    width: 450px;
    height: 450px;
    top: -250px;
    right: -170px;
    background: radial-gradient(circle, rgba(174, 0, 220, .1), transparent 68%);
    pointer-events: none
}

.faq-wp-section::after {
    width: 350px;
    height: 350px;
    bottom: -200px;
    left: -180px;
    background: radial-gradient(circle, rgba(174, 0, 220, .07), transparent 70%);
    pointer-events: none
}

.faq-wp-container {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: auto
}

.faq-wp-heading {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center
}

.faq-wp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    color: #a900d6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase
}

.faq-wp-eyebrow::after,
.faq-wp-eyebrow::before {
    content: "";
    width: 25px;
    height: 1px;
    background: #a900d6
}

.faq-wp-heading h1 {
    margin: 0 0 12px;
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 800;
    letter-spacing: -1.5px
}

.faq-wp-category-button.faq-category-active,
.faq-wp-category-button:hover,
.faq-wp-heading h1 span,
.faq-wp-note i {
    color: #a900d6
}

.faq-wp-heading p {
    margin: 0 auto;
    color: #6e6771;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7
}

.faq-wp-category-bar {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8e2e9
}

.faq-wp-category-scroll::-webkit-scrollbar {
    display: none
}

.faq-wp-category-list {
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0 5px;
    min-width: max-content;
    list-style: none
}

.faq-wp-category-item {
    margin: 0;
    padding: 0
}

.faq-wp-category-button {
    position: relative;
    display: inline-block;
    padding: 5px 0 15px;
    border: 0;
    outline: 0;
    color: #817a84;
    background: 0 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s
}

.faq-wp-category-button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 0;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, #a900d6, #d100ef);
    transition: width .35s
}

.faq-wp-category-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: #d9d2dc;
    transition: .3s
}

.faq-wp-category-button.faq-category-active .faq-wp-category-dot {
    background: #a900d6;
    box-shadow: 0 0 0 4px rgba(169, 0, 214, .1)
}

.faq-wp-category-content,
.quote-step {
    display: none
}

.faq-wp-category-content.faq-content-active {
    display: block;
    animation: .35s faqWpFade
}

@keyframes faqWpFade {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.faq-wp-category-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px
}

.faq-wp-category-number {
    color: #a900d6;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px
}

.faq-wp-category-heading h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #000
}

.faq-wp-category-line {
    flex: 1;
    height: 1px;
    background: #e8e2e9
}

.faq-wp-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.faq-wp-list .accordion-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e3eb;
    border-radius: 18px !important;
    background: #fff;
    transition: border-color .3s, box-shadow .3s, transform .3s
}

.faq-wp-list .accordion-item:hover {
    transform: translateY(-2px);
    border-color: #d9b4e3;
    box-shadow: 0 12px 35px rgba(86, 20, 100, .07)
}

.faq-wp-list .accordion-button {
    position: relative;
    min-height: 76px;
    padding: 14px 25px 14px 18px;
    color: #27222a;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none !important
}

.faq-wp-list .accordion-button:not(.collapsed) {
    color: #a900d6;
    background: linear-gradient(90deg, #fff, #fffaff)
}

.faq-wp-list .accordion-button::after {
    width: 32px;
    height: 32px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #f4edf6;
    background-size: 11px;
    background-position: center;
    transition: .3s
}

.faq-wp-list .accordion-button:not(.collapsed)::after {
    background-color: #a900d6;
    filter: brightness(0) invert(1)
}

.faq-wp-question-marker {
    position: relative;
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 16px;
    border-radius: 13px;
    color: #918995;
    background: #f5f1f6;
    font-size: 10px;
    font-weight: 900;
    transition: .3s
}

.faq-wp-question-marker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 5px;
    background: 0 0;
    transition: .3s
}

.faq-wp-list .accordion-button:not(.collapsed) .faq-wp-question-marker {
    color: #fff;
    background: linear-gradient(135deg, #a900d6, #cf00ec);
    box-shadow: 0 8px 20px rgba(169, 0, 214, .18)
}

.faq-wp-list .accordion-body {
    position: relative;
    padding: 0 75px 25px 77px;
    color: #716a75;
    background: linear-gradient(90deg, #fff, #fffaff);
    font-size: 13px;
    line-height: 1.85
}

.faq-wp-list .accordion-body::before {
    content: "";
    position: absolute;
    left: 39px;
    top: 0;
    bottom: 25px;
    width: 1px;
    background: linear-gradient(180deg, #dcb8e5, transparent)
}

.faq-wp-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 35px;
    color: #8b838e;
    font-size: 11px
}

.left-right-listing {
    width: 100%;
    padding: 0;
    background: #fff
}

.left-right-listing-title {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 17px;
    color: #5514c6;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3
}

.left-right-listing-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #5514c6
}

.left-right-listing-item {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 41px;
    padding: 7px 0;
    border-bottom: 1px dashed #e6e3e7
}

.left-right-listing-item:last-child {
    border-bottom: 0
}

.left-right-listing-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 25px;
    min-width: 25px;
    margin-right: 14px;
    font-size: 18px;
    line-height: 1;
    transition: transform .25s
}

.left-right-listing-icon.include {
    color: #c000ff
}

.left-right-listing-icon.exclude {
    color: #a900dc
}

.left-right-listing-text {
    display: block;
    color: #29242d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5
}

.left-right-listing-item:hover .left-right-listing-text {
    color: #5514c6
}

.left-right-listing-item:hover .left-right-listing-icon {
    transform: translateX(2px)
}

.left-right-flex-info .content {
    padding: 20px 40px
}

.left-right-flex-info .content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px
}

.left-right-flex-info .content p {
    color: #666;
    margin-bottom: 25px
}

.left-right-flex-info .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    display: block
}

.uae-golden-visa .video-section {
    background-color: transparent;
    padding: 0
}

.page-template-page-template-corporate-bank-account .step-box {
    border: 2px solid #efefef;
    padding: 15px;
    border-radius: 8px
}

.page-template-page-template-corporate-bank-account .step-number-icon img {
    max-width: 170px;
    max-height: 70px;
    object-fit: contain
}

.quote-form {
    width: 100%;
    margin: 0;
    padding: 0
}

.quote-step-heading h3 {
    margin: 0;
    color: #1c2539;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700
}

.quote-form label {
    display: block;
    margin-bottom: 7px;
    color: #1c2539;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600
}

.quote-form .form-control {
    width: 100%;
    min-height: 48px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    color: #222;
    font-size: 15px;
    box-shadow: none;
    outline: 0
}

.quote-form select.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    padding-right: 35px;
    cursor: pointer
}

.quote-form .form-control:focus {
    border-color: #9c08c9;
    box-shadow: 0 0 0 2px rgba(156, 8, 201, .1);
    outline: 0
}

.quote-form .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.quote-form .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer
}

.quote-form input[type=radio] {
    margin: 0;
    accent-color: #9c08c9
}

.quote-button-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 5px
}

.quote-button-row p {
    width: 100%;
    display: flex;
    margin-top: 20px
}

.quote-button-row .quote-prev {
    margin-right: auto
}

.quote-button-row .quote-next,
.quote-button-row .quote-submit {
    margin-left: auto
}

.quote-form .quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    min-height: 48px;
    padding: 10px 24px;
    border: 0;
    border-radius: 5px;
    background: #9c08c9;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: .3s
}

.quote-form .quote-btn:hover {
    background: #7d069f;
    color: #fff
}

.quote-form .quote-prev:hover {
    background: #111827
}

.quote-form .wpcf7-not-valid {
    border-color: #dc3545 !important
}

.quote-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 13px
}

@media (max-width:767px) {
    .circle-counter-info {
        padding: 60px 15px
    }

    .circle-counter-info-heading {
        margin-bottom: 40px
    }

    .circle-counter-info-item {
        width: 260px;
        height: 260px;
        margin-bottom: 25px
    }

    .circle-counter-info-number {
        font-size: 44px
    }

    .circle-counter-info-text {
        font-size: 14px
    }

    .circle-counter-info-badge {
        right: 0;
        top: 52px
    }

    .pakages-container {
        padding: 5px 0
    }

    .pakages-container h4 {
        margin-top: 28px;
        font-size: 20px;
        padding-left: 14px
    }

    .pakages-container h4:first-child,
    .quote-step-heading h3 {
        font-size: 23px
    }

    .pakages-container p {
        font-size: 15px;
        line-height: 1.75
    }

    .pakages-container p:nth-of-type(4),
    .pakages-container p:nth-of-type(6),
    .pakages-container p:nth-of-type(8) {
        padding: 14px 16px;
        font-size: 15px
    }

    .pakages-container p:nth-of-type(5),
    .pakages-container p:nth-of-type(7),
    .pakages-container p:nth-of-type(9) {
        margin-left: 12px;
        padding-left: 14px;
        font-size: 14px
    }

    .quote-button-row {
        flex-wrap: wrap
    }
}

@media (max-width:1700px) {
    .container-custom {
        max-width: 95%
    }
}

@media (max-width:1200px) {
    .price {
        font-size: 35px;
        margin-bottom: 5px
    }

    .pricing-features li {
        padding: 8px 0;
        font-size: 12px
    }

    .card-header h3 {
        font-size: 20px
    }

    .card-header {
        padding: 50px 20px;
        min-height: 112px
    }

    .pricing-card .btn {
        display: block;
        width: 100%;
        margin: 40px auto 15px
    }

    .pricing-card {
        min-height: 630px
    }
}

@media(max-width:991px) {

    .menu,
    .top-content {
        flex-direction: column
    }

    .about-content,
    .about-image,
    .documents-tabs,
    .menu,
    .menu a,
    .menu li {
        width: 100%
    }

    .left-right-listing-title {
        font-size: 19px
    }

    .left-right-listing-text {
        font-size: 14px
    }

    .container-custom {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .mv-cards::before,
    .offer-pill,
    .top-bar,
    .uae-business-setup-guide-item:not(:last-child)::after,
    .uae-business-setup-guide-item:not(:last-child)::before {
        display: none
    }

    .navbar {
        height: 90px
    }

    .mobile-btn {
        display: block
    }

    .menu {
        position: absolute;
        top: 88px;
        left: 0;
        background: #fff;
        align-items: flex-start;
        padding: 20px;
        display: none;
        gap: 0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
    }

    .menu.show {
        display: flex;
        z-index: 9;
        padding: 15px 0
    }

    .menu a {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .submenu,
    .submenu-right {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        width: 100%;
        display: none
    }

    .top-content {
        height: auto;
        padding: 10px 0;
        gap: 10px
    }

    .about-section .container,
    .documents-wrapper,
    .left-info {
        flex-direction: column
    }

    .left-info {
        gap: 10px
    }

    .about-features {
        grid-template-columns: 1fr
    }

    .about-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px
    }

    .floating-img {
        width: 150px;
        left: 0;
        top: 30px
    }

    .experience-box {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: -70px;
        width: fit-content
    }

    .about-section {
        padding: 50px 20px
    }

    .about-content h2,
    .section-heading .section-title {
        font-size: 32px
    }

    .about-image {
        margin-top: 40px
    }

    .experience {
        left: 20px;
        bottom: 20px
    }

    .cost-banner {
        min-height: 250px
    }

    .timeline__track {
        gap: 40px;
        overflow-x: auto
    }

    .timeline__item {
        min-width: 220px
    }

    .consultation-banner .banner-content {
        padding: 50px 40px
    }

    .consultation-banner .banner-btn a {
        padding: 8px 10px;
        font-size: 16px;
        min-width: 210px
    }

    .contact-content,
    .legal-structure-list {
        padding: 40px 30px
    }

    .map-area {
        min-height: 450px
    }

    .box-benefit-item {
        min-height: 200px;
        padding: 24px
    }

    .mainland-flip-box {
        height: 280px
    }

    .simple-step-section {
        padding: 70px 0
    }

    .simple-step-header {
        margin-bottom: 65px
    }

    .simple-step-title {
        font-size: 40px
    }

    .simple-step-description {
        font-size: 17px
    }

    .legal-structure-item:nth-child(2n) .legal-structure-content,
    .simple-step-item {
        padding-right: 15px
    }

    .simple-step-heading {
        font-size: 22px
    }

    .submenu-right.show,
    .submenu.show {
        display: block;
        padding-left: 20px
    }

    .submenu-toggle {
        cursor: pointer
    }

    .bi-chevron-down.submenu-toggle.is-open,
    .submenu-toggle.is-open {
        transform: rotate(180deg)
    }

    i.bi-chevron-down.submenu-toggle {
        transform: rotate(0);
        width: 22px
    }

    .submenu li.dropdown-right i {
        transform: rotate(360deg)
    }

    .post-image {
        height: 240px
    }

    .legal-structure-section,
    .video-section {
        padding: 60px 0
    }

    .awards-heading h2,
    .legal-structure-title {
        font-size: 38px
    }

    .legal-structure-image img {
        width: 120px
    }

    .legal-structure-content {
        padding-left: 15px
    }

    .career-section {
        padding: 50px 0
    }

    .career-form-wrapper {
        padding: 25px
    }

    .career-image {
        min-height: 400px
    }

    .awards-section {
        padding: 75px 0
    }

    .award-image,
    .video-image {
        height: 300px
    }

    .award-modal-image {
        height: 500px
    }

    .mv-section {
        padding: 90px 0
    }

    .mv-heading {
        margin-bottom: 55px
    }

    .mv-card-wrap:nth-child(2) {
        transform: none
    }

    .mv-card {
        min-height: 420px;
        padding: 35px 30px
    }

    .mv-card-wrap:nth-child(2) .mv-card:hover {
        transform: translateY(-14px) scale(1.015)
    }

    .mv-number {
        font-size: 75px
    }

    .mv-card-bottom {
        left: 30px;
        right: 30px
    }

    .key-services-section {
        padding: 80px 0
    }

    .key-services-header {
        margin-bottom: 45px
    }

    .key-service-item {
        min-height: 120px;
        padding: 22px
    }

    .key-service-item:hover {
        padding-left: 30px
    }

    .key-service-icon {
        width: 52px;
        height: 52px;
        margin-right: 17px;
        font-size: 21px
    }

    .key-service-content h3 {
        font-size: 15px
    }

    .key-service-content p {
        font-size: 12px
    }

    .video-title {
        font-size: 18px;
        left: 18px;
        right: 18px
    }

    .uae-business-setup-guide-section {
        padding: 80px 0 100px
    }

    .uae-business-setup-guide-list {
        margin-top: 70px
    }

    .uae-business-setup-guide-item {
        margin-bottom: 80px
    }

    .uae-business-setup-guide-item>.row {
        min-height: auto
    }

    .uae-business-setup-guide-visual {
        height: 430px
    }

    .uae-business-setup-guide-content {
        width: 90%;
        margin: -35px auto 0;
        padding: 45px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 20px 60px rgba(25, 20, 40, .07)
    }

    .uae-business-setup-guide-content::before {
        left: 25px;
        top: 35px
    }

    .uae-business-setup-guide-number {
        left: 5%
    }

    .uae-business-setup-guide-badge {
        right: 5%
    }

    .faq-wp-category-scroll {
        overflow-y: hidden;
        overflow-x: scroll
    }
}

@media(max-width:767px) {

    .box-benefits-button-wrap,
    .business-image,
    .our-partnerships-carousel,
    .pagination-area {
        margin-top: 30px
    }

    .arrow-listing,
    .features {
        grid-template-columns: 1fr
    }

    .award-modal-box,
    .custom-popup-box {
        border-radius: 18px
    }

    .section-desc,
    .simple-step-description {
        font-size: 15px;
        line-height: 1.6
    }

    .banner-content h3 {
        font-size: 22px;
        margin-bottom: 25px
    }

    .cost-btn {
        padding: 14px 20px;
        font-size: 14px
    }

    .banner-content p {
        font-size: 13px
    }

    .bottom-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px
    }

    .award-modal,
    .experience,
    .tab-nav li {
        padding: 15px
    }

    .awards-heading h2,
    .experience strong {
        font-size: 32px
    }

    .buttons {
        flex-wrap: wrap
    }

    .timeline__track {
        display: block;
        padding: 40px 0
    }

    .timeline__line {
        width: 4px;
        height: 100%;
        left: 25px;
        top: 0;
        transform: none
    }

    .timeline__item {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 80px;
        padding-left: 70px
    }

    .timeline__dot {
        position: absolute;
        left: 15px;
        top: 20px
    }

    .timeline__card {
        position: relative;
        width: 100%;
        opacity: 1
    }

    .timeline__card--bottom,
    .timeline__card--top {
        top: 0;
        bottom: 0
    }

    .key-service-content p,
    .timeline__nav {
        display: none
    }

    .awards-section,
    .business-info-section,
    .documents-section,
    .faq-section,
    .mainland-company-section {
        padding: 60px 0
    }

    .business-image {
        max-width: 100%
    }

    .mainland-image {
        margin-bottom: 20px
    }

    .address-box p,
    .contact-list a,
    .listing-item,
    .section-subtitle {
        font-size: 16px
    }

    .business-cost-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .cost-banner {
        min-height: 280px;
        padding: 30px 15px
    }

    .feature-slider {
        width: 100%;
        height: 500px
    }

    .feature-orbit {
        width: 280px;
        height: 280px
    }

    .feature-slider h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .feature-center p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px
    }

    .feature-item img {
        width: 50px;
        height: auto;
        object-fit: contain
    }

    .feature-item {
        width: 60px;
        height: 60px
    }

    .counter-box {
        justify-content: start
    }

    .btn-primary {
        padding: 8px 10px;
        height: 45px
    }

    .video-popop span {
        margin-left: 10px
    }

    .consultation-banner .banner-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 50px 25px
    }

    .consultation-banner .banner-btn a {
        width: 100%;
        max-width: 300px
    }

    .consultation-banner .consultation-banner {
        min-height: auto
    }

    .awards-heading,
    .contact-box,
    .key-services-header {
        margin-bottom: 40px
    }

    .address-box {
        border-left: none;
        border-top: 1px solid #ddd;
        padding-left: 0;
        padding-top: 30px
    }

    .contact-content {
        padding: 30px 20px
    }

    .map-area {
        min-height: 350px
    }

    .page-template-page-template-uae-mainland-business-setup .timeline__wrapper {
        margin: 50px auto
    }

    .business-title,
    .section-title {
        font-size: 28px
    }

    .business-info-heading,
    .business-subtitle,
    .legal-structure-item-title {
        font-size: 20px
    }

    .business-description,
    .section-description,
    .table-description {
        font-size: 16px;
        line-height: 1.8
    }

    .theme-btn {
        width: 100%;
        text-align: center;
        padding: 15px
    }

    .table-content table {
        min-width: 700px
    }

    .section-tag {
        font-size: 12px;
        letter-spacing: 2px
    }

    .faq-accordion .accordion-button {
        font-size: 18px;
        padding: 18px
    }

    .faq-accordion .accordion-body {
        font-size: 15px;
        line-height: 1.7;
        padding: 0 18px 18px
    }

    .faq-number {
        display: inline-block;
        min-width: 40px;
        font-size: 18px
    }

    .contact-box,
    .contact-info-section,
    .services-section .container-custom {
        padding: 0
    }

    .box-benefits-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .box-benefit-item {
        min-height: auto;
        padding: 22px
    }

    .box-benefits-button {
        padding: 14px 24px
    }

    .accordion-button {
        font-size: 18px;
        padding: 20px 55px 20px 20px
    }

    .legal-structure-title,
    .types-mainland-heading {
        font-size: 30px
    }

    .awards-heading p,
    .legal-structure-item-info,
    .types-mainland-description {
        font-size: 14px
    }

    .mainland-flip-box {
        height: 270px
    }

    .legal-structure-list,
    .mainland-flip-back,
    .mainland-flip-front {
        padding: 25px 20px
    }

    .arrow-listing {
        column-gap: 0;
        row-gap: 14px
    }

    .arrow-listing li,
    .legal-structure-description {
        font-size: 15px
    }

    .step-number {
        width: 70px;
        height: 55px;
        font-size: 20px
    }

    .our-partnerships-section,
    .simple-step-section {
        padding: 55px 0
    }

    .simple-step-header {
        margin-bottom: 50px
    }

    .simple-step-subtitle {
        font-size: 14px;
        margin-bottom: 12px
    }

    .simple-step-title {
        font-size: 32px;
        line-height: 1.2
    }

    .simple-step-list {
        row-gap: 40px
    }

    .simple-step-item {
        padding-right: 0
    }

    .simple-step-heading {
        font-size: 21px;
        margin-bottom: 10px
    }

    .simple-step-text {
        font-size: 15px;
        line-height: 1.7
    }

    .filter-title {
        font-size: 18px
    }

    .filter-btn {
        padding: 8px 14px;
        font-size: 13px
    }

    .blog-image-wrapper {
        height: 210px
    }

    .blog-content {
        padding: 20px
    }

    .pagination-area .page-link {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 13px
    }

    .footer-info {
        padding: 50px 0 20px
    }

    .icon svg {
        width: 50px
    }

    .service-box {
        padding: 20px 10px
    }

    p.copyright {
        display: block;
        overflow: hidden;
        padding-top: 40px
    }

    .price {
        font-size: 55px;
        line-height: 72px;
        margin: 0
    }

    .specialities-section .left-content {
        max-width: 100%;
        flex: 0 0 100%
    }

    .specialities-section .specialities-wrapper {
        height: auto
    }

    .success-story .container-custom {
        padding: 80px 0 0
    }

    .news-slider .slick-slide img {
        display: block;
        margin: 0 auto
    }

    .custom-popup {
        padding: 12px
    }

    .custom-popup-box {
        display: block;
        width: 100%;
        max-width: 500px;
        max-height: calc(100vh - 24px);
        overflow-y: auto
    }

    .popup-info {
        padding: 32px 25px 28px
    }

    .popup-info h2 {
        padding-right: 35px
    }

    .popup-info>p {
        max-width: 100%;
        font-size: 13px
    }

    .popup-benefits {
        margin-top: 25px
    }

    .popup-benefits div {
        margin-bottom: 10px
    }

    .popup-form {
        padding: 28px 22px 25px
    }

    .custom-popup-close {
        top: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
        font-size: 21px
    }

    .check-list {
        display: block
    }

    .legal-structure-section {
        padding: 50px 0
    }

    .legal-structure-item {
        padding: 25px 0
    }

    .legal-structure-item .row {
        flex-direction: column !important
    }

    .legal-structure-image {
        justify-content: flex-start;
        margin-bottom: 20px
    }

    .legal-structure-image img {
        width: 100px
    }

    .legal-structure-content,
    .legal-structure-item:nth-child(2n) .legal-structure-content {
        padding-left: 0;
        padding-right: 0
    }

    .popup-form input:not([type=submit]),
    .popup-form select,
    .popup-form textarea {
        padding: 5px 14px;
        min-height: 40px
    }

    .award-image {
        height: 320px
    }

    .award-content {
        min-height: 85px;
        height: 85px;
        padding: 20px 65px 20px 22px
    }

    .award-content h3 {
        font-size: 14px;
        line-height: 1.5
    }

    .award-arrow {
        right: 20px;
        width: 36px;
        height: 36px
    }

    .award-modal-image {
        height: 400px
    }

    .award-modal-content {
        padding: 20px 22px 25px
    }

    .award-modal-content h3 {
        font-size: 21px
    }

    .award-modal-nav {
        width: 42px;
        height: 42px;
        font-size: 18px
    }

    .award-prev {
        left: 10px
    }

    .award-next {
        right: 10px
    }

    .award-modal-close {
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px
    }

    .key-services-section {
        padding: 65px 0
    }

    .key-services-grid {
        border-left: 1px solid #e7e2ec
    }

    .key-service-item {
        min-height: 100px;
        padding: 18px 15px
    }

    .key-service-item:hover {
        padding-left: 22px
    }

    .key-service-icon {
        width: 45px;
        height: 45px;
        margin-right: 14px;
        border-radius: 13px;
        font-size: 18px
    }

    .key-service-content {
        padding-right: 8px
    }

    .key-service-content h3 {
        margin: 0;
        font-size: 14px
    }

    .key-service-arrow {
        width: 34px;
        height: 34px;
        font-size: 11px
    }

    .key-services-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 30px;
        padding: 25px
    }

    .key-services-cta-btn,
    .uae-business-setup-guide-btn {
        width: 100%
    }

    .our-partnerships-slide {
        padding: 7px
    }

    .uae-business-setup-guide-section {
        padding: 60px 0 75px
    }

    .uae-business-setup-guide-list {
        margin-top: 50px
    }

    .uae-business-setup-guide-section .sub-text {
        gap: 8px;
        font-size: 8px;
        letter-spacing: 1.7px
    }

    .uae-business-setup-guide-section .sub-text::after,
    .uae-business-setup-guide-section .sub-text::before {
        width: 20px
    }

    .uae-business-setup-guide-section .col-lg-10>p {
        font-size: 12px;
        line-height: 1.75
    }

    .uae-business-setup-guide-visual {
        height: 330px
    }

    .uae-business-setup-guide-visual::before {
        width: 88%;
        height: 88%;
        border-radius: 22px
    }

    .uae-business-setup-guide-image {
        width: 87%;
        height: 280px;
        border-radius: 20px
    }

    .uae-business-setup-guide-number {
        bottom: 5px;
        left: 5px;
        font-size: 75px
    }

    .uae-business-setup-guide-badge {
        top: 15px;
        right: 0;
        padding: 9px 12px;
        font-size: 7px
    }

    .uae-business-setup-guide-content {
        width: calc(100% - 20px);
        margin: -25px auto 0;
        padding: 32px 20px 25px
    }

    .uae-business-setup-guide-content::before {
        left: 20px;
        top: 25px;
        height: 65px
    }

    .uae-business-setup-guide-category {
        padding-left: 15px;
        font-size: 8px;
        letter-spacing: 1.2px
    }

    .uae-business-setup-guide-content h2 {
        font-size: 23px;
        line-height: 1.3;
        margin-bottom: 18px
    }

    .uae-business-setup-guide-description {
        font-size: 11.5px;
        line-height: 1.75
    }

    .uae-business-setup-guide-content h2::after {
        width: 35px;
        margin-top: 15px
    }

    .uae-business-setup-guide-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        margin-top: 22px;
        padding-top: 18px
    }

    .faq-wp-section {
        padding: 55px 15px 65px
    }

    .faq-wp-category-bar {
        justify-content: flex-start
    }

    .faq-wp-category-list {
        gap: 25px
    }

    .faq-wp-list .accordion-button {
        padding-right: 15px
    }

    .left-right-listing {
        padding: 10px 0
    }

    .left-right-listing-column {
        margin-bottom: 35px
    }

    .left-right-listing-column:last-child {
        margin-bottom: 0
    }

    .left-right-listing-title {
        margin-bottom: 18px;
        padding-bottom: 14px;
        font-size: 19px
    }

    .left-right-listing-title::after {
        width: 65px
    }

    .left-right-listing-item {
        min-height: 44px;
        padding: 8px 0
    }

    .left-right-listing-text {
        font-size: 14px;
        line-height: 1.55
    }
}

@media (max-width:575px) {
    .quote-step-heading {
        margin-bottom: 15px
    }

    .pdf-content h3,
    .quote-step-heading h3 {
        font-size: 21px
    }

    .quote-button-row {
        flex-direction: column;
        align-items: stretch;
        gap: 10px
    }

    .quote-button-row .quote-next,
    .quote-button-row .quote-prev,
    .quote-button-row .quote-submit {
        width: 100%;
        margin: 0
    }

    .simple-step-section,
    .video-section {
        padding: 45px 0
    }

    .awards-heading h2,
    .faq-wp-heading h1,
    .section-heading .section-title,
    .simple-step-title {
        font-size: 28px
    }

    .simple-step-description,
    .simple-step-text {
        font-size: 14px
    }

    .simple-step-heading,
    .video-btn i {
        font-size: 19px
    }

    .popup-info {
        padding: 28px 20px 24px
    }

    .popup-form {
        padding: 24px 18px 22px
    }

    .legal-structure-section {
        padding: 40px 0
    }

    .legal-structure-title {
        font-size: 27px
    }

    .legal-structure-list {
        padding: 20px 15px
    }

    .award-image,
    .uae-business-setup-guide-visual,
    .video-image {
        height: 280px
    }

    .award-content {
        height: 82px;
        min-height: 82px
    }

    .award-modal-image {
        height: 350px
    }

    .pdf-card {
        margin: 25px 15px;
        padding: 15px;
        border-radius: 18px
    }

    .pdf-preview {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 20px
    }

    .pdf-icon {
        width: 70px;
        height: 70px;
        flex-basis: 70px
    }

    .pdf-icon i {
        font-size: 32px
    }

    .pdf-actions {
        flex-direction: column
    }

    .pdf-btn {
        width: 100%
    }

    .video-btn {
        width: 62px;
        height: 62px
    }

    .video-title {
        font-size: 17px;
        left: 16px;
        right: 16px;
        bottom: 16px
    }

    .uae-business-setup-guide-section {
        padding: 50px 0 65px
    }

    .uae-business-setup-guide-list {
        margin-top: 40px
    }

    .uae-business-setup-guide-item {
        margin-bottom: 60px
    }

    .uae-business-setup-guide-content {
        width: calc(100% - 16px);
        padding: 28px 17px 22px
    }

    .uae-business-setup-guide-description {
        font-size: 11px
    }

    .uae-business-setup-guide-counter {
        font-size: 9px
    }

    .uae-business-setup-guide-section .title {
        font-size: 25px
    }

    .uae-business-setup-guide-image {
        border-radius: 18px;
        height: 235px
    }

    .uae-business-setup-guide-number {
        font-size: 65px
    }

    .uae-business-setup-guide-content h2 {
        font-size: 20px
    }

    .faq-wp-heading {
        margin-bottom: 30px
    }

    .faq-wp-heading p {
        font-size: 13px
    }

    .faq-wp-category-button {
        font-size: 12px
    }

    .faq-wp-category-heading {
        gap: 9px
    }

    .faq-wp-category-heading h2,
    .left-right-listing-title {
        font-size: 18px
    }

    .faq-wp-category-line {
        display: none
    }

    .faq-wp-list .accordion-item {
        border-radius: 15px !important
    }

    .faq-wp-list .accordion-button {
        min-height: 65px;
        padding: 11px;
        font-size: 12px
    }

    .faq-wp-question-marker {
        width: 34px;
        height: 34px;
        margin-right: 10px;
        border-radius: 10px;
        font-size: 9px
    }

    .faq-wp-list .accordion-button::after {
        width: 27px;
        height: 27px;
        margin-left: 8px
    }

    .faq-wp-list .accordion-body {
        padding: 0 40px 20px 55px;
        font-size: 12px
    }

    .faq-wp-list .accordion-body::before {
        left: 28px
    }

    .left-right-listing-item {
        align-items: flex-start
    }

    .left-right-listing-icon {
        width: 22px;
        min-width: 22px;
        margin-right: 11px;
        padding-top: 2px;
        font-size: 16px
    }

    .left-right-listing-text {
        font-size: 13.5px;
        line-height: 1.55
    }
}