@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

p {
    letter-spacing: .5px;
    font-family: "Work Sans", sans-serif;
}

a {
    text-decoration: none;
}

body {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}

.main-banner h1,
h1,
h2,
p {

    letter-spacing: 0.1px;

}

h1 {
    font-size: 4em;
}

h2 {
    font-weight: 600;
    font-size: 3em;
    font-family: "Raleway", sans-serif;
}


section {
    padding-top: 5%;
    padding-bottom: 5%;
}

/*************************menu start ******************************/


.mobile-view-menu ul {
    margin-bottom: 5%;
    margin-left: 2%;
}

.mobile-view-menu p {
    font-weight: 600;
    margin: 3% 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

.nav-link {
    font-weight: 500;
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {

        justify-content: end;
    }

    /* Ensures the menu is technically 'visible' so max-height can animate it */
    .navbar .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
}

/* --- MEGA MENU BASE --- */
.submenu-panel {
    display: none;
}

#vasp-content {
    display: block;
}

/* Default visible panel */

.sub-link {
    cursor: pointer;
    transition: all 0.3s ease;
}

/* "Active" state for the left-side links (Orange Text + Triangle) */
.active-trigger {
    color: #ea3d29 !important;
    font-weight: 700 !important;
    background-color: transparent !important;
    position: relative;
}



@media (min-width: 992px) {
    .mega-dropdown {
        position: static !important;
    }

    .mega-menu-content {
        width: 60%;
        left: 20%;
        right: 5% !important;
        padding: 0 !important;
        border: none;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);

        top: 84px;
    }

    .sidebar-links {
        background: #fdfdfd;
        padding: 40px;
        border-right: 1px solid #eee;
    }

    .menu-title {
        font-size: 1.2rem;
        margin-right: 30%;
        margin-bottom: 20px;

    }

    .menu-title a {
        color: #000;
    }

    .sub-link {
        font-size: 1.1rem;
        color: #666;
        padding: 15px 0 !important;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    /* The White Triangle pointing into the orange section */
    .active-trigger::after {
        content: '';
        position: absolute;
        right: -41px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fdfdfd;
        /* Matches sidebar-links bg */
        z-index: 10;
    }

    .content-links {
        background: #ffebe3;
        /* Light orange background */
        padding: 40px;
        min-height: auto;
        transition: all 0.3s linear;
    }

    .content-links ul li a {
        color: #000000;
        font-size: 1rem;
        padding: 10px 0;
        display: block;
        text-decoration: none;

    }

    .content-links ul li a:hover,
    .menu-title a:hover {
        color: #ea3d29;
        /*transform: translateX(5px);*/
        transition: 0.2s;
    }

    .active-trigger {
        background-color: #0000002a;
    }
}

/* --- GENERAL NAVBAR STYLING --- */
.navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.navbar-brand img {
    width: 24% !important;
    margin-left: 7%;
}

.right-menu {
    margin-left: 11%;
}

.navbar-nav {
    width: 65%;
    justify-content: space-around;
}

/* Right Menu Styling */
.right-menu span {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50px;
    color: #000;
    margin-left: 10px;
    text-align: center;
    line-height: 25px;
    font-size: 0.8em;
}

.right-menu span i {
    transform: rotate(90deg);
    /* Rotates 45 degrees clockwise */
}

.right-menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
}

.right-menu li {
    list-style: none;
    margin-left: 15px;
}

.right-menu a {
    color: #000;
    font-weight: 500;
    text-decoration: none;

}

.right-menu a:hover {
    color: #ea3d29;
}

.right-menu span {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50px;
    color: #000;
    margin-left: 10px;
    text-align: center;
    line-height: 35px;
    font-size: 0.8em;
    position: absolute;
    right: 8px;
    top: 5px;
}

.right-menu ul li:last-child a {
    font-size: 1em;
    height: 44px;
    display: block;
    line-height: 47px;
    width: 166px;
    text-align: left;
    position: relative;
    padding: 0 0 0 28px;
    background: #000;
    color: #fff;
    border-radius: 87px;
    box-shadow: 1px 2px 5px #ea3d29;
}

.right-menu ul li:last-child a:hover {
    background-color: #ea3d29;
}

.dropdown-item {
    padding: 13px;
}

.dropdown-item:focus,
.dropdown-item:hover {

    color: #ea3d29;
}

/* Desktop Dropdown Hover Animation */
@media (min-width: 992px) {
    .dropdown-top .dropdown-menu {

        top: 151%;
        border: 0;
        background-color: #fff;

    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all .3s ease;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* Mobile Adjustments */
@media (max-width: 991px) {

    .sidebar-links,
    .content-links {
        padding: 20px;
        background: #fff;
    }

    .active-trigger::after {
        display: none;
    }

    .navbar .dropdown-menu {
        position: static;
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
    }

    .navbar .dropdown-menu.show {
        max-height: 800px;
        background-color: #ffebe3 !important;
        padding: 15px !important;
        width: 100% !important;
        color: #000;
    }

    a {
        color: #000;
    }

    .list-unstyled li {
        line-height: 33px;
    }

    .sub-link {

        color: #000000 !important;
        border-bottom: 1px solid #ffffff;

    }

    .dropdown-item {
        padding: 0;
    }

    .sidebar-links,
    .content-links,
    .mega-menu-content,
    .dropdown-menu {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        min-height: 0 !important;
        box-shadow: none !important;
    }

    .navbar-nav {
        width: 100%;
        justify-content: space-around;
        background-color: #f2f2f2;
        padding: 15px;
    }

    .nav-item {
        border-bottom: 1px solid #ffffff;
    }
}

.dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

/* Ensure the container allows the arrow to peak through */
.sidebar-links {
    position: relative;
    z-index: 1;
}

/* The Left Side Link */
.sub-link {
    position: relative !important;
    display: block !important;
    padding: 10px 0 !important;
    text-decoration: none !important;
    color: #666 !important;
    z-index: 2;
}

/* Active and Hover State */
.sub-link.active-trigger,
.sub-link:hover {
    color: #ea3d29 !important;
    background-color: transparent !important;
}

/* The Triangle Arrow - Showing on Hover and Active */
@media (min-width: 992px) {

    .sub-link.active-trigger::after,
    .sub-link:hover::after {
        content: '' !important;
        position: absolute !important;
        right: 40%;
        top: 50%;
        transform: translateY(-50%);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #000;
        z-index: 100 !important;
        display: block !important;
    }




    /***************** menu end *****************************/
}

/*start home*/
.global-ventures-bg img {
    width: 70%;
}

.home-banner {
    background: url(../images/home/banner2.jpg?=2.0)top center no-repeat;
    background-size: cover;
    margin: 0 10px 10px 10px;
    border-radius: 40px 40px 0 0;
    text-align: center;
    color: #fff;
}

.home-banner span {
    background-image: linear-gradient(to right, #fff0a3, #ffe7c3, #ffeaec, #fff5ff, #ffffff);
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 1.5%;
    color: #000000;
    padding: 5px 30px;
}

.home-banner h1 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 3.5em;
    font-family: "Raleway", sans-serif;

}

.home-banner h2 {
    font-size: 1.8em;
    margin: 2% 5% 5%;
    line-height: 45px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;

}

.global-ventures img {
    display: block;
}

.home-banner .banner-contact {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-top: 9%;
    justify-content: center;
}

/* ph-nomber  shubham*/

.banner-contacts{
    margin-top: 0 !important;
}

.b-contact-us-2{
    margin-right: 5% !important;
}

.ph-number a{
    font-size: 2.2em;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 1.5px;
}

.phone-view{
    display: none;
}

/* ph-number shubham*/

.home-banner .b-contact-us {
    background-color: #fff;
    color: black;
    padding: 15px 30px;
    text-align: center;
    width: 250px;
    text-transform: capitalize;
    font-size: 1.1em;
    font-weight: 500;
}

.home-banner a .b-contact-us:hover,
.home-banner a .b-number:hover {
    background-color: #000;
    transition: all 0.3s linear;
    color: #fff;
}

.home-banner .b-number {
    outline: 1px solid #fff;
    padding: 12px 50px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
}

.home-banner img {
    margin-top: 10%;
}

.scale-with-confidence h3 {
    font-size: 1.5em;
    margin-top: 2%;
    font-weight: 400;

}

.scale-with-confidence span,
.global-ventures-bg span {
    background-image: linear-gradient(to right, #fff0a3, #ffe7c3, #ffeaec, #fff5ff, #ffffff);
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 1.5%;
    color: #000000;
    padding: 5px 30px;
    text-transform: capitalize;
}

.scale-with-confidence img {
    width: 70%;
    margin-top: 70%;
}

.scale-with-confidence h5 {
    font-weight: 600;
    padding: 5% 0 1%;
    font-style: italic;
    position: relative;
    line-height: 30px;
    color: #a11341
}

.scale-with-confidence h5::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: auto;
    color: rgb(0, 0, 0);
    background-image: none;
    font-style: normal;
    font-size: 6em;
    position: absolute;
    top: 20%;
    opacity: 0.1;
}

.ten-plus {
    border-right: 1px solid #c3c3c3
}

.ten-plus b {
    font-size: 7em;
    font-weight: 600;
}

.ten-plus p {
    font-weight: 600;
}

.global-ventures {
    color: #fff;
}

.global-ventures-bg {
    background-image: radial-gradient(circle, #2f2e2e, #252424, #1b1a1a, #101010, #000000);
    border-radius: 30px;
    position: relative;
    z-index: 2;
    padding: 50px;
}

/* First image */
.global-ventures-bg .col-lg-6:nth-of-type(2) img {
    border-radius: 0 30px 0 0;
}

/* Second image */
.global-ventures-bg .col-lg-6:nth-of-type(3) img {
    border-radius: 0px 0 0 30px;
}

.global-ventures-bg-padd {
    padding: 4.3%;
    background: url(../images/golden-visa/pattern-2.svg)top left no-repeat;
    background-size: 50%;


}

.glow-circle-one::before {
    content: '';
    display: block;
    width: 500px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, #dc3622, #fd7a68, transparent);
    filter: blur(90px);
    opacity: 0.8;
    position: absolute;
    z-index: -1;
    top: 40%
}

.glow-circle-two {
    position: relative;
    overflow: hidden;
    /* 👈 ADD HERE */
}

.glow-circle-two::before {
    content: '';
    display: block;
    width: 500px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, #dc3622, #fd7a68, transparent);
    filter: blur(90px);
    opacity: 0.8;
    position: absolute;
    z-index: -1;
    bottom: -35%;
    left: 20%;

}

.global-ventures-bg-padd h5 {
    margin-bottom: 3%;
    font-weight: 400;
}

.global-ventures-bg-padd h3 {

    font-size: 1.3em;
    font-weight: 500;
    color: #fff0a3;

    text-transform: capitalize;
    margin: 3% 0;

}



.global-ventures-bg-padd-flex-br {
    margin: 5% 0 0 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 2;
    padding: 25px;
    border-radius: 15px;
}

.global-ventures-bg-padd-flex-br {
    display: flex;
}

.global-ventures-bg-padd-flex-br img {
    width: 150px;
    height: 150px;
    flex: 0 0 100px;
}

.global-ventures-bg-padd li {
    line-height: 35px;
    list-style: none;
    color: #dbdbdb;
    font-size: 0.9em;
    letter-spacing: 0.2px;
}



.global-ventures-bg-padd li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 1%;
    color: #ffffff;

    display: inline-block;
    text-align: center;
    line-height: 23px;
    font-size: 0.8em;


}

.global-ventures-bg-padd-flex {
    display: flex;
    margin-top: 8%;
}

.global-ventures-bg-padd-flex1 b {
    font-size: 2em;
    font-weight: 500;

}

.global-ventures-bg-padd-flex1 {
    width: 50%;
}

.global-ventures-bg-padd a {
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    margin-top: 5%;
    display: inline-block;
    width: 180px;
    text-align: center;
    margin: 5% auto;

}

.core-expertise-box1,
.core-expertise-box2 {
    padding: 50px 50px 0 50px;
    text-align: center;
    margin-top: 7%;
    border-radius: 30px;
    height: 686px;
    box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.176);

    margin-left: 10px;
    margin-right: 10px;
}

.core-expertise-box1 {


    background: url(../images/home/core-expertise-box-bg.jpg)top center no-repeat;
}

.core-expertise-box2 {

    background: url(../images/home/core-expertise-box-bg2.jpg)top center no-repeat;
}

.core-expertise-box1 h3,
.core-expertise-box2 h3 {
    margin-bottom: 5%;
}

.core-expertise-box1 p,
.core-expertise-box2 p {
    padding: 0 10%;
}

.core-expertise-box1 img,
.core-expertise-box2 img {
    border-radius: 30px 30px 0 0;
    margin-top: 10%;
}

.ll-advisory {
    background-color: #f7f7f7;
}

.ll-advisory::before {
    content: "";
    display: block;

}

.ll-advisory-left {
    background: url(../images/home/ll-advisory-left.jpg) top left no-repeat;
    background-size: 60%;
    border-radius: 30px;
    /* adjust as needed */
    overflow: hidden;
    /* ensures background clips to rounded corners */


}

.ll-advisory-left-text {
    padding: 14% 18% 8% 8%;
    color: #fff;
}

.ll-advisory-left-text h2 {
    margin-bottom: 8%;
}

.ll-advisory h3 {
    font-size: 1.3em;
    margin-top: 2%;
    font-weight: 400;
}

.ll-advisory-left-text b {
    font-size: 1.8em;
    font-weight: 600;
    margin-top: 10%;
    display: block;
}

.ll-advisory-flex {
    background: #ffffff;
    box-shadow: 0px 20px 35px rgba(120, 120, 120, 0.08);
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 35px;
    cursor: pointer;
    margin-bottom: 3%;
}

.ll-advisory-text p {
    font-size: 0.95em;
    margin-bottom: 0;
}

.ll-advisory-flex:hover {
    background: url(../images/home/banner2.jpg)top right no-repeat;
    color: #fff;
    transition: all 0.3s linear;
}

.ll-advisory-icon {
    height: 40px;
    min-width: 40px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 700;
    font-size: 30px;
    color: #20282D;
}

.ll-advisory-btn a {
    width: 50px;
    height: 35px;
    background-color: #000;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 35px;
    border-radius: 30px;
}

.ll-advisory-btn a:hover {
    background: #fff;
    transition: all 0.3s ease-in;
    color: #000;
}

.ll-advisory-flex-active {
    background: url(../images/home/banner2.jpg)top right no-repeat;
    color: #fff;
}

.ll-advisory-flex-active a {
    background-color: #fff;
    color: #000;
}

.ll-advisory-flex-active:hover {
    background-color: #000;
}

.structure-include {
    border: 1px solid #0000002a;
    padding: 20px;
    border-radius: 20px;
    margin-top: 10%;
    background: linear-gradient(to top, #eaefff, #f0f3ff, #f6f7ff, #fbfbff, #ffffff);
    height: 200px;
    cursor: pointer;
}

.structure-include:hover {
    background: linear-gradient(to bottom, #eaefff, #f0f3ff, #f6f7ff, #fbfbff, #ffffff);
    transition: background 0.3s linear;
}

.structure-include p {
    font-size: 1.2em;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.structure-include i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-bottom: 20%;
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    color: #fff;
}

.licensing-matters {
    background-color: #f7f7f7;
}

.licensing-matters-box-divider::before {
    width: 100%;
    height: 65px;
    background-color: #eedddbb6;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.licensing-matters-box-divider2::before {
    width: 100%;
    height: 65px;
    background-color: #eedddbb6;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.licensing-matters-box {
    height: 320px;
    border: 1px solid #ccccccd6;
    padding: 50px;
    margin-top: 6%;
    position: relative;
}

.licensing-matters-box p {
    font-size: 1.3em;
    margin-top: 7%;
    margin-bottom: 0;
}

.licensing-matters-cta {
    text-align: center;
    padding: 5% 10%;
    background: url(../images/panama/banner-bg.png)center center no-repeat;
    background-size: cover;
    color: #fff;
}

.licensing-matters-cta h2 {
    margin-bottom: 1%;
}

.licensing-matters-cta p {
    padding: 0 20%;
    font-size: 1.2em;
}

.licensing-matters-cta a,
.volatile-global a {
    background-color: #fff;
    color: #000;
    padding: 1.2% 2%;
    border-radius: 8px;
    margin-top: 2%;
    display: inline-block;
    font-weight: 500;
}

.licensing-matters-cta a:hover,
.volatile-global a:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.3s linear;
}

.why-choose-fj {
    background-color: #f7f7f7;
}

.why-choose-fj span {
    background-image: linear-gradient(to right, #fff0a3, #ffe7c3, #ffeaec, #fff5ff, #fff5ff);
    color: #000000;
    font-size: 1.2em;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 3%;
    font-weight: 600;
}

.why-choose-fj-box {

    padding: 30px;
    border-radius: 20px;
    color: #000000;
    height: 280px;
    box-shadow: 2px 2px 20px #ffffff10;
    border: 1px solid #1313132b;
}


/* 1st box */
.row>div:nth-child(1) .why-choose-fj-box {
    background: linear-gradient(180deg, #e2f7ff, #efefef);
}

/* 2nd box */
.row>div:nth-child(2) .why-choose-fj-box {
    background: linear-gradient(180deg, #e2f7ff, #efefef);
}

/* 3rd box */
.row>div:nth-child(3) .why-choose-fj-box {
    background: linear-gradient(180deg, #faf0cd, #fab397);
}

.why-choose-fj-box h5 {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 15%;
}

.why-choose-fj-box p {
    margin-bottom: 0;
}

.why-choose-fj-box img {
    margin-top: 57px;
    border-radius: 20px 0 20px 0;
}

.who-we-partner {
    background: url(../images/home/who-we-partner2.jpg)center center no-repeat;
    color: #fff;
    background-size: cover;
}

.who-we-partner-flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* centers horizontally */
    padding: 0;
}

.who-we-partner-flex li {
    display: inline-flex;
    list-style: none;
    background-color: #ffffff35;
    color: #fff;
    padding: 13px 15px;
    margin: 8px;
    align-items: center;
    border-radius: 10px;
    line-height: 19px;
    font-size: 1.1em;
    font-weight: 400;
    backdrop-filter: blur(6px);
    border: 1px solid #ffffff2c;
}

.who-we-partner-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    margin-right: 4%;
}

.who-we-partner-icon img {
    width: 70%;
}

.who-we-partner-flex2 {
    display: flex;
    align-items: center;
    padding: 0;
}

.who-we-partner-flex2 li {
    border: 1px solid #ffffff52;
    padding: 20px;
    list-style: none;
    align-items: center;
    display: flex;
    border-radius: 20px;
    margin: 10px;


}

.who-we-partner-flex2 li img {
    width: 20%;
    margin-right: 10px;
}

.construct-the-future {
    background: url(../images/home/checks-bg2.jpg)top center repeat;
    background-size: 60%;
}

.construct-the-future-wrap p {
    text-align: center;
    font-size: 1.4em;
    margin-top: 5%;
}

.construct-the-future-icon {
    width: 192px;
    height: 192px;
    border: 2px dashed rgba(60, 70, 76, 0.889);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 33px;
    transition: 0.3s;
    position: relative;
    margin: 15% auto 0;
}

.construct-the-future-bg {
    height: 144px;
    width: 144px;
    background: #f9f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.construct-the-future h3 {
    background-image: linear-gradient(to right, #fff0a3, #ffe7c3, #ffeaec, #fff5ff, #fff5ff);
    color: #000000;
    font-size: 1.5em;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    display: block;
    font-weight: 500;
    margin: 3% auto 3%;
    width: 500px;
}

.develop-your-global {
    background: url(../images/home/banner2.jpg)center center no-repeat;
    color: #fff;
    padding: 50px;
    border-radius: 30px;
}

.develop-your-global h2 {
    margin-bottom: 5%;
}

.develop-your-global h5 {
    margin-bottom: 5%;
}

.develop-your-global img {
    border-radius: 30px;
}

.develop-your-global h5:nth-of-type(1) {
    font-weight: 600;
    color: #000000;
}

.develop-your-global h5:nth-of-type(2) {
    background-image: linear-gradient(to right, #fff0a3, #ffe7c3, #ffeaec, #fff5ff00, #fff5ff00);
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 5px;
    color: #000;
}

.develop-your-global a {
    background-color: #000000;
    color: #f6f6f6;
    padding: 1.7% 2%;
    border-radius: 8px;
    margin-top: 2%;
    display: inline-block;
    font-weight: 500;
    width: 250px;
    text-align: center;
}



.develop-your-global a:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.3s linear;
}

.global-box1 {
    background: url(../images/home/banner2.jpg)center center no-repeat;
    height: 400px;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 5%;
    display: flex;
}

.global-box1 img {
    margin-top: 80%;
    width: 60px;
    height: 60px;
}

.global-box1 p {
    font-size: 1.1em;
    color: #fff;
}

.global-box-white {
    height: 200px;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    color: #000;
    display: flex;

}

.global-box-white p {
    font-size: 1.1em;
    padding-right: 20%;

}

.global-box-white img {
    margin-top: 30%;
    width: 50px;
    height: 50px;
}

.global-ventures-bg .global-box-white:nth-child(1),

.global-ventures-bg .global-box-white:nth-child(2),

.global-ventures-bg .global-box-white:nth-child(3) {

    margin-bottom: 13px;
}

/*end home*/
/*start panama*/
.panama-banner {
    background: url(../images/panama/banner-bg.png)top center no-repeat;
    background-size: cover;
    margin: 0 10px 10px 10px;
    border-radius: 10px;
    height: 100vh;
    color: #fff;
}

.panama-banner h1 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.panama-banner h2 {
    font-size: 2em;
    margin: 3% 0 5% 0;
    line-height: 45px;

}

.panama-banner p {
    line-height: 30px;
    font-size: 1.2em;
}

.banner-contact {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-top: 10%;
}

.b-contact-us {
    background-color: #fff;
    color: black;
    padding: 15px 30px;
    text-align: center;
    width: 300px;
    text-transform: uppercase;
    font-size: 1.3em;
}

.b-contact-us i {
    margin-left: 5%;
}

.b-number {
    outline: 1px solid #fff;
    padding: 10.1px 50px;
    text-align: center;
    font-size: 1.6em;

}

.intro-banner h2 {
    font-family: "Funnel Display", sans-serif;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 4%;
}

.intro-banner p {
    font-weight: 500;
    line-height: 30px;
}

/*tab scroll start*/
.fj-tabs-wrapper {
    background-color: #f7f7f7;
}

.fj-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.fj-tabs ul li {
    text-align: center;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    background-image: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    margin: 0 10px;
    border-radius: 30px;
}

.fj-tabs ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: 600;
}

.fj-tabs ul li:before {
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 100%;
    background: #000000;
    position: absolute;
    transition: 0.5s;
}

.fj-tabs ul li:hover:before,
.fj-tabs ul li.active:before {
    right: 0;
}

.what-crypto-l-panama p {
    font-size: 1.2em;
}

/*tab scroll end*/


/*end panama*/
/*start greece-golden-visa-banner*/
.greece-golden-visa-banner {
    background: url(../images/panama/banner-bg.png)top center no-repeat;
    background-size: cover;
    margin: 0 10px 10px 10px;
    border-radius: 10px;
    height: 100%;
    color: #fff;
}

.greece-golden-visa-banner h1 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 4em;
    font-family: "Raleway", sans-serif;
}

.greece-golden-visa-banner h2 {
    font-size: 2em;
    margin: 2% 0 5% 0;
    line-height: 45px;
    font-family: "Work Sans", sans-serif;

}

.greece-golden-visa-banner p {
    line-height: 30px;
    font-size: 1.2em;
}

.banner-contact {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-top: 9%;
}

.b-contact-us-2 {
    margin-right: 2%;
}

.b-contact-us-2 a {
    background-color: #fff;
    color: black;
    padding: 12.1px 20px;
    text-align: center;
    width: 320px;
    text-transform: uppercase;
    font-size: 1.0em;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
}

.b-contact-us-2 a:hover {
    background-color: #000000;
    transition: all 0.3s linear;
    color: #fff;
}

.b-contact-us-2 i {
    margin-left: 5%;
}

.greece-structured h2 {
    font-size: 2.5em;
    margin-bottom: 4%;
    font-family: "Raleway", sans-serif;
    margin-top: 11%;
}

.greece-arrange {
    padding: 3%;
    border-radius: 30px;
    background: #000000 url(../images/golden-visa/greece-arrange-handshake.png)top right no-repeat;
    background-size: 50%;
    position: relative;
}

.greece-arrange::before {
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 100px;
    background-color: #ffffff41;

    position: absolute;
    top: -120px;
    left: 20px;
}

.greece-arrange h2 {
    font-family: "Raleway", sans-serif;
    font-size: 1.3em;
    text-align: left;
    width: 60%;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 30px;

}

.greece-arrange a,
.about-us a {
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    color: #ffffff;

    display: inline-block;
    font-weight: 600;
    margin-top: 2%;
    width: auto;
    height: 45px;
    text-align: center;
    border-radius: 8px;
    line-height: 45px;
    padding: 0 20px;
}

.greece-arrange a:hover,
.about-us a:hover {
    background: linear-gradient(to left, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
    color: #000;
    transition: all 0.3s linear;
}

.greece-program {

    background: #ffefe2 url(../images/golden-visa/circle.png)top right no-repeat;
    background-size: 30%;
}

.greece-program h2 {
    margin-bottom: 5%;
}

.greece-program h3 {
    color: #e74c3c;
    display: inline-block;
    font-size: 2.5em;

    border-radius: 50px;
    margin-top: 8%;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

.greece-program li {
    margin-bottom: 3%;
    background-image: linear-gradient(to right, #eceff1, #f1f3f5, #f6f7f8, #fbfbfc, #ffffff);
    list-style: none;
    padding: 10px 30px;
    border-radius: 50px 0 0px 50px;
    box-shadow: 5px 5px 10px #eceff1;
}

.greece-program-box {
    background-color: #000;
    color: #fff;
    padding: 30px;
    height: 210px;
    margin-bottom: 25px;
    border-radius: 20px;
    box-shadow: 5px 5px 0 #e74c3c
}

.greece-program-box img {
    width: 30px;
    margin-bottom: 10%;

}

.ggv-program h2 {
    margin-bottom: 5%;
    margin-top: 5%;
}

.ggv-program a,
.pathway a,
.greece-partnerships a,
.application a,
.scale-with-confidence a,
.core-expertise-box1 a,
.core-expertise-box2 a,
.affiliate-local-law-dark a,
.affiliate-local-law a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-top: 3%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    overflow: hidden;
    z-index: 1;
}

.ggv-program a::before,
.pathway a::before,
.greece-partnerships a::before,
.core-expertise-box1 a::before,
.core-expertise-box2 a::before,
.application a::before,
.scale-with-confidence a::before,
.affiliate-local-law-dark a::before,
.affiliate-local-law a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #000000, #000000, #000000, #000000, #020202);
    opacity: 0;
    transition: opacity 0.3s linear;
    z-index: -1;
    border-radius: 8px;
}

.ggv-program a:hover::before,
.pathway a:hover::before,
.greece-partnerships a:hover::before,
.greece-welcome a:hover::before,
.application a:hover::before,
.scale-with-confidence a:hover::before,
.core-expertise-box1 a:hover::before,
.core-expertise-box2 a:hover::before,
.affiliate-local-law-dark a:hover::before,
.affiliate-local-law a:hover::before {
    opacity: 1;
}

.business-structuring-matter-box {
    display: inline-flex;
    text-align: left;
    background-color: #f1f1f1;
    padding: 20px;
    align-items: center;
}

.business-structuring-matter-icon {
    font-family: home-font;
    font-size: 1em;
    margin-right: 2%;
    font-weight: 700;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    border-radius: 40px;
    flex: 0 0 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    box-shadow: 2px 2px 0 #a1a1a1;
    font-family: "Raleway", sans-serif;
    margin-left: 3%;
}

.business-structuring-matter-box h3 {
    font-size: 1.1em;
    font-weight: 600;
    width: 30%;
    margin-right: 5%;

}

.business-structuring-matter-box p {
    width: 65%;
    margin-right: 5%;
}

.business-structuring-matter {
    border-top: 1px solid #b8b8b8;
}



.business-structuring-matter .business-structuring-matter-box:nth-child(2) {
    background-color: #adb5bd8c;
}

.business-structuring-matter .business-structuring-matter-box:nth-child(3) {
    background-color: #ced4dab5;
}

.business-structuring-matter .business-structuring-matter-box:nth-child(4) {
    background-color: #e9ecef;
}

.business-structuring-matter .business-structuring-matter-box:nth-child(5) {
    background-color: #f8f9fa;
}

.business-structuring-matter .business-structuring-matter-box:nth-child(6) {
    background-color: #fff
}

.business-structuring-matter .business-structuring-matter-box:nth-child(7) {
    background-color: #e9ecefe4
}

.business-structuring-matter .business-structuring-matter-box:nth-child(8) {
    background-color: #f8f9fa
}

.pathway {
    background-color: #f7f7f7;
    position: relative;
}

.pathway img {
    border-radius: 20px;
}

.pathway-citizenship::before {
    width: 150px;
    height: 150px;
    content: '';
    background: url(../images/golden-visa/pathway-citizenship.png?v=2.0) top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 31px;
    right: 70px;
}

.fj-international-advantage {
    color: #fff;
    background: #0c1e21 url(../images/golden-visa/map.png?v=2.0)center center no-repeat;
    position: relative;

}

.fj-international-advantage::before {
    background: url(../images/golden-visa/pattern-2.svg?v=2.0)top left no-repeat;
    content: '';
    display: block;
    width: 500px;
    height: 400px;
    top: 0;
    position: absolute;
}

.fj-international-advantage-box {

    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 2;
    padding: 50px;
    border-radius: 20px;
}

.fj-international-advantage h2 {
    margin-bottom: 6%;
}

.fj-international-advantage p {
    line-height: 30px;
}

.fj-international-advantage-box-flex {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ffffff87;
    padding: 15px 0;
}

.fj-international-advantage-box-flex img {

    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-right: 20px;

}

.fj-international-advantage-box-flex p {
    font-size: 1.2em;
}

.fj-international-advantage-box h3 {
    color: #ea3d29;
    font-weight: 600;
    margin-bottom: 5%;
    background-color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 1.3em;
}

.fj-global-advisory {
    background: url(../images/golden-visa/fj-global-advisory.jpg)top center no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 10%;
}

.fj-global-advisory h2 {
    margin-bottom: 7%;
    margin-top: 10%;
    line-height: 60px;
    letter-spacing: 0.5px;
    margin-right: 70px;
}

.fj-global-advisory p {
    line-height: 30px;
}

.fj-global-advisory-bg {
    background: url(../images/golden-visa/subtract.webp)top right no-repeat;
    background-size: cover;
    padding: 50px;
    color: #fff;
    height: auto;
}

.fj-global-advisory-bg span {
    color: #ea3d29;
}

.fj-global-advisory-bg-ex {
    background-image: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    margin-top: 385px;
    height: 200px;
    padding: 20px;
    color: #fff;

}

.fj-global-advisory-bg-ex h4 span {
    font-size: 3em;
    font-weight: 700;
}

.greece-partnerships {
    line-height: 30px;
    background: url(../images/golden-visa/greece-partnerships.jpg)top center no-repeat;
    background-size: cover;
}

.greece-partnerships h2 {
    margin-bottom: 5%;
}

.greece-welcome {
    background: url(../images/golden-visa/greece-welcome-bg.jpg)top center no-repeat;
    background-size: cover;
}

.greece-welcome h2 {
    margin-bottom: 5%;
}

.greece-welcome-box {
    background-image: linear-gradient(to right, #000000, #151515, #222222, #303030, #3e3e3e);
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 2%;
    color: #fff;
}

.greece-welcome-box p:nth-child(3),
.greece-welcome-box p:nth-child(4) {
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: 0.5px;
}

.greece-welcome-box i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-image: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    border-radius: 50px;
    margin-right: 5px;

}

.greece-welcome img {
    border-radius: 30px;
}


.application {
    background-color: #f7f7f7;
}

.application h2 {
    margin-bottom: 5%;

}

.active-faq:not(.collapsed) {
    background-image: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    color: #fff;
}

.active-faq:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-item:has(.active-faq:not(.collapsed)) {
    padding-top: 0;
    background-image: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
}

.accordion-body {
    padding-top: 0 !important;
    transition: all;
}

.accordion-button:not(.collapsed) {
    border-bottom: none !important;
    box-shadow: none;
    color: #fff;
}

.accordion-item {
    color: #fff;
    border: 1px;
    margin-bottom: 20px;
    border-radius: 10px;

}

.accordion-button {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #0000002a;
    font-weight: 700;
    padding: 23px 20px;
    font-size: 0.33em;
    letter-spacing: 0.6px;

}

.accordion-item:first-of-type .accordion-button {
    border-radius: 15px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 10px;
}

.accordion-button::after {
    content: "\f0dd";
    /* The Unicode for the check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* Font weight for solid icons */
    margin-left: auto;
    /* Add some space between text and icon */
    color: green;
    /* Customize the icon color */
    background-image: none;
    float: right;
}

.accordion-button:not(.collapsed)::after {
    background-image: none
}

/*start footer*/
footer {
    padding-top: 3%;

    background-color: #0c1e21;
    color: #fff;
}

footer li {
    list-style: none;
}

footer p {
    font-size: 1em;
    margin-bottom: 5%;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    line-height: 19px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    line-height: 30px;
}

footer a {
    color: #e1e1e1;
}

footer a:hover {
    color: #ea3d29;
    transition: all 0.3s linear;

}

.footer-menu {
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #455355;
    padding-bottom: 3%;
    margin-bottom: 3%;
}

.footer-menu ul {
    display: flex;
    justify-content: center;



}

.footer-menu li {
    padding-right: 24px;
}

.footer-menu a {
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.12em;
}

footer hr {
    margin-top: 4% !important;
}

.sub-footer {
    display: flex;
    justify-content: space-between;
    padding: 1.2% 0 2%;
    color: #fff;
}

.sub-footer p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 0;
    letter-spacing: 0.8px;
}

.f-tm ul {
    display: flex;
}

.f-tm ul li {
    border-left: 1px solid #fff;
    padding: 0 10px;
}

.f-tm a:hover {
    color: #ea3d29;
    transition: all 0.3s linear;
    margin-left: 0;
}



.f-socail-icon {
    display: inline-flex;
}

.f-socail-icon li {
    border: none !important;
}

.f-socail-icon a {
    width: 40px;
    height: 40px;
    display: block;

    color: #ffffff;
    line-height: 40px;
    text-align: center;

    border-radius: 50px;
    background-image: linear-gradient(to right bottom, #f83d01, #fb6700, #fd8800, #fca500, #fbc11f);
}

.f-socail-icon a:hover {
    color: #ea3d29;
    background: #fff
}

/*end footer*/
.greece-welcome-flex {

    /* background-image: linear-gradient(to right, #000000, #151515, #222222, #303030, #3e3e3e);*/
    background-image: linear-gradient(to left top, #e7e7e7, #e5e5ea, #e2e4ed, #dee3f1, #d8e2f4);
    padding: 20px;
    margin-top: 15px;
    color: #fff;
    border-radius: 13px;
    align-items: center;
    height: 130px;
    background-color: #ffefe2;
    box-shadow: 2px 2px 0 #ea3d29;
}

.greece-welcome-flex h5 {
    color: #000000;
    font-weight: 500;
    font-size: 1em;
    margin-bottom: 0;
}

.greece-welcome-flex p {
    margin-bottom: 0;
}

.greece-welcome-flex-icon {
    font-size: 1.5em;
    margin-bottom: 4%;
    display: inline-block;
    color: #ea3d29;
}

.greece-welcome a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-top: 3%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 8px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    overflow: hidden;
    z-index: 1;
}

.greece-welcome a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #fff, #fff, #fff, #fff, #fff);
    opacity: 0;
    transition: opacity 0.3s linear;
    z-index: -1;
    border-radius: 8px;
}


.greece-welcome a:hover {

    color: #000;
}

/*end greece-golden-visa-banner*/
/*Start Contact Us*/
.contact-us-wrap span {
    background: linear-gradient(to right, rgb(225, 226, 230), rgba(255, 255, 255, 0.0));
    color: #ea3d29;
    border-radius: 50px;
    padding: 6px 17px;
    margin-bottom: 4%;
    display: inline-block;
    font-weight: 600;
}

option {
    font-family: "Work Sans", sans-serif !important;
}

.contact-us-details {
    margin-top: 6%;
    background-color: #fff0a342;
    padding: 30px;
    border-radius: 20px;
}

.contact-us-details b {
    font-size: 1.5em;
}

.contact-us-details-flag img {
    display: inline-flex;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 10px;
}

.contact-us-details h5 {
    border-bottom: 2px solid #000;
    padding: 10px 0;
}

.contact-us-details .col-lg-3 {
    padding: 0 50px;
}

.work-together {
    background: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    color: #fff;
    border-radius: 50px;
    padding: 20px 15px;
    text-transform: uppercase;
    margin-top: 8%;
}

.work-together a {
    color: #fff;
    text-decoration: underline;
}

.work-together h5 {
    font-size: 1.2em;
    display: block;
}

.contact-us-form {
    background: url(../images/contact/contact-us.jpg)top center no-repeat;
    background-size: cover;
}

.contact-us-form-wrap {
    background: linear-gradient(to right, #000000, #151515, #222222, #303030, #3e3e3e);
    padding: 45px 30px;
    color: #fff;
    border-radius: 30px;
}

.form-control,
.form-select {
    padding: 0.890rem .75rem;
    border-radius: 10px;

}

.contact-us-form-wrap button {
    width: 100%;
    margin-top: 3%;
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    border: none;
    padding: 10px 0;
}

.contact-us-form-wrap button:hover {
    background: #fff;
    color: #000;
    transition: all 0.3s linear;
}

.contact-us-form h2 {
    color: #fff;
}

/*End Contact Us*/

/*start legal-licensing-advisory*/

.legal-licensing-advisory-banner {
    background: url(../images/legal-licensing-advisory/banner.jpg?v=2.0)top center no-repeat;
    background-size: cover;
    margin: 0 10px 10px 10px;
    border-radius: 40px 40px 0 0;
    text-align: center;
    color: #fff;
    padding-bottom: 1%;
}

.legal-licensing-advisory-banner span {
    background-image: linear-gradient(to right, #fff0a3, #ffe7c3, #ffeaec, #fff5ff, #ffffff);
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 1.5%;
    color: #000000;
    padding: 5px 30px;
}

.legal-licensing-advisory-banner h1 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 3.5em;
    font-family: "Raleway", sans-serif;
    margin-top: 9%
}

.legal-licensing-advisory-banner h2 {
    font-size: 1.8em;
    margin: 1% 5% 2%;
    line-height: 45px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;

}

.legal-licensing-advisory-banner .banner-contact {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-top: 8%;
    margin-bottom: 7%;
    justify-content: center;
}

.legal-licensing-advisory-banner .b-contact-us {
    background-color: #fff;
    color: black;
    padding: 14px 30px;
    text-align: center;
    width: 250px;
    text-transform: capitalize;
    font-size: 1.1em;
    font-weight: 500;
}

.legal-licensing-advisory-banner a .b-contact-us:hover,
.legal-licensing-advisory-banner a .b-number:hover {
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    transition: all 0.3s linear;
    color: #fff;
}



.legal-licensing-advisory-banner .b-number {
    outline: 1px solid #fff;
    padding: 12px 50px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
}

.ll-advisory .greece-arrange {
    padding: 3%;
    border-radius: 30px;
    background: #f4e6dd url(../images/golden-visa/greece-arrange-handshake.png)top right no-repeat;
    background-size: 50%;
    position: relative;
    color: #000;
}

.ll-advisory .greece-arrange h2 {

    color: #000000;

}

.ll-advisory .greece-arrange a {

    width: 35%;

}

.ll-advisory .greece-arrange a:hover {
    background: linear-gradient(to left, #000000, #000, #000, #000, #000);
    color: #fff;
    transition: all 0.3s linear;
}

/*end legal-licensing-advisory*/

/*start golden pr*/
.golden-pr-banner {
    background: url(../images/golden-pr/banner-bg.jpg?v=2.0)top center no-repeat;
    background-size: cover;
    color: #fff;
}

.golden-pr-banner h1 {

    font-size: 3.5em;
    font-weight: 600;
    margin-bottom: 3%;

}

.golden-pr-banner h2 {

    font-size: 2.2em;
    font-weight: 500;

}

.golden-pr-banner img {
    filter: drop-shadow(5px 5px 15px #000000b0)
}

.globle-p {
    margin-left: 100px;
    margin-top: 5%;

}

.globle-p img {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
}

.globle-p {
    display: flex;

}

.globle-p p {

    border: 1px dashed #fff;
    padding: 25px 40px;
    border-radius: 100px;
}

.golden-pr-banner .b-contact-us-2 a {
    padding: 12.1px 20px;
    width: 259px !important;
    text-transform: capitalize;

}

.no-assumptions {
    padding-top: 7%;

}

.no-assumptions h2 {
    font-size: 2.5em;
}

.no-assumptions h5 {
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    font-size: 1.1em;
    margin: 4% 0;
}

.no-assumptions-box {
    border-right: 1px solid #00000071;
    height: 320px;
    padding: 30px;
}

.no-assumptions-box-icon {
    width: 80px;
    height: 80px;
    background-color: #f3dbd8;
    border-radius: 50px 50px 50px 0px;
    text-align: center;
    line-height: 80px;
}

.no-assumptions-box img {
    width: 40%;
}

.no-assumptions-box p {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 30%;
}

.no-assumptions-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    border-radius: 100px;
    text-align: center;
    line-height: 100px;
    box-shadow: 3px 3px 5px #e5ae2c
}

.european-residency {
    background-image: radial-gradient(circle, #2f2e2e, #252424, #1b1a1a, #101010, #000000);
    text-align: center;
    color: #fff;
    position: relative;
}

.european-residency h2 {
    margin-bottom: 5%;
}

.european-residency p {
    line-height: 35px;
    font-size: 1.2em;

}

.european-residency::before {
    content: "";
    display: block;
    background: url(../images/golden-visa/circle.png)top right no-repeat;
    position: absolute;
    width: 300px;
    height: 500px;
    opacity: 0.1;
    right: 0;
}

.volatile-global {
    background: url(../images/golden-pr/volatile-global-bg.jpg) center center no-repeat;
    padding: 40px;
    border-radius: 30px;
    color: #fff;
    background-size: 100%;

    margin-top: -150px;
    position: relative;
    z-index: 1;
}


.volatile-global p {
    font-size: 1.2em;
    width: 70%;

}

.volatile-global-icon {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 auto;
    line-height: 100px;
    position: relative;
    text-align: center;
    filter: invert(100%);
}

.volatile-global-icon::before {
    content: '';
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 100px;
    border: 2px dashed #fff;
    margin: 0 auto;
    position: absolute;
    left: -15px;
    top: -15px;
}

.golden-pr-table {
    background-color: #ebf1f4;
    padding: 40px;
    border-radius: 30px;
    margin-top: 4%;
    box-shadow: 0 0 20px #0000002c;
}

.table {
    border-radius: 30px;
}

.table img {
    width: 80%;
    text-align: center;
    background-color: #00000012;
    border-radius: 50px;
    padding: 10px;
}

.table td,
.table th {
    padding: 15px;
}



.europe-matters-box {
    clip-path: polygon(0.167% 0.175%, 99.833% 0.175%, 99.833% 86.41%, 93.226% 92.322%, 93.225% 92.322%, 84.772% 99.825%, 0.167% 99.825%, 0.167% 0.175%);

    padding: 30px;
    text-align: center;
    background: url(../images/home/core-expertise-box-bg.jpg)center right no-repeat;
    background-size: cover;
    height: 320px;
    margin-bottom: 15%;


}

.europe-matters-box::after {
    position: absolute;
    content: "";
    clip-path: polygon(0.167% 0.175%, 99.833% 0.175%, 99.833% 86.41%, 93.226% 92.322%, 93.225% 92.322%, 84.772% 99.825%, 0.167% 99.825%, 0.167% 0.175%);
    height: 100%;
    width: 100%;
    z-index: -1;
    left: -0.5%;
    top: -0.5%;
    bottom: 0;
    right: 0;


}

.europe-matters-box-icon {
    width: 60px;
    height: 60px;
    background-color: #000;
    border-radius: 50px;
    margin: 0 auto 7%;
    line-height: 60px;
    box-shadow: 2px 2px 10px #0000007a;
}

.europe-matters-box-icon img {
    width: 50%;

}

.affiliate-local-law-dark {
    padding-top: 5%;
    padding-bottom: 5%;
    background: url(../images/golden-pr/dark-tire-section-bg2.png) top center no-repeat,
        linear-gradient(to bottom, #061124, #061124, #061124, #091b39, #091b39);
    background-size: contain, cover;
    color: #fff;
}

.affiliate-local-law-dark h3,
.affiliate-local-law h3 {
    font-size: 2em;
    margin-bottom: 3%;
}

.affiliate-local-law-dark ul {
    margin: 0 0 0 2%;
    padding: 0;
}

.affiliate-local-law-dark li {
    color: #f1f1f1ba;
    list-style: none;
    line-height: 40px;
}

.affiliate-local-law li::before,
.affiliate-local-law-dark li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/golden-pr/arrow.png)center left no-repeat;
    background-size: 62%;
}

.affiliate-local-law-dark b {
    background-color: #d685384a;
    color: #fff;
    padding: 0.5% 2%;
    border-radius: 50px;
    margin: 5% 0;
    display: inline-block;
    letter-spacing: 0.5px;
}

.affiliate-local-law {
    padding-top: 5%;
    padding-bottom: 5%;
    background: url(../images/golden-pr/tire-section-bg2.png)top left no-repeat;

    background-size: cover;
}

.affiliate-local-law b {
    background-color: #d68538;
    color: #fff;
    padding: 0.5% 2%;
    border-radius: 50px;
    margin: 3% 0;
    display: inline-block;
    letter-spacing: 0.5px;
}


.affiliate-local-law ul {
    margin: 0;
    padding: 0;
}

.affiliate-local-law li {
    margin-bottom: 2%;
    color: #000;
    list-style: none;
    letter-spacing: 0.5px;
    margin-left: 3%;
}

.table th {
    font-weight: 500;
}

.table i {
    background: linear-gradient(180deg, #E2C909, #E5E828);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 2%;
    filter: drop-shadow(1px 1px 0 #0000008f);
}

.strategic-european {
    background-color: #f6f6f6;
}

.strategic-european-box {
    background: url(../images/golden-pr/strategic-european-box.png)bottom center no-repeat, url(../images/home/who-we-partner2.jpg)top center no-repeat;
    background-size: cover, cover;
    padding: 50px;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 0 20px #00000037;
    height: 500px;
}

.strategic-european-box p {
    font-size: 1.2em;
}

.golden-pr-choose-greece-flex {
    display: flex;
    background-image: linear-gradient(to right, #061124, #091427, #0c172a, #0f1a2d, #121d30);
    padding: 30px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 5%;
    height: 190px;
}

.golden-pr-choose-greece-flex p {
    color: #bababa
}

.golden-pr-choose-greece-icon {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background-color: #ffffff4f;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    flex: 0 0 50px;
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
}

.benefits-from-eu {
    background: url(../images/golden-pr/benefits-from-eu.jpg?v=2.0)0 70% no-repeat;
    background-size: 45.5%;
    margin-left: 1%;
}

.benefits-from-eu-box-wrap {
    background-image: linear-gradient(to bottom, #2f2e2e, #252424, #1b1a1a, #101010, #000000);
    padding: 6.5%;
    color: #fff;
}

.benefits-from-eu-box {
    padding: 20px 40px;
    border: 1px solid #ccc;
    height: auto;
    border-radius: 30px;
    margin-bottom: 2.5%;
}

.benefits-from-eu-box:hover {
    background: #fff;
    transition: all 0.3s linear;
    box-shadow: 0 0 20px #0000006c;

    color: #000;
}

.benefits-from-eu-icon {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50px;
    margin-bottom: 3%;
    line-height: 40px;
    text-align: center;
    color: #000;
}

.benefits-from-eu-box-wrap .benefits-from-eu-box:nth-child(2) {
    background: #fff;
    color: #000;
}

.advisory-model {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 3%;
}

.advisory-model p {
    font-size: 1.1em;
    margin-bottom: 0;
}

.advisory-model-icon {
    background-image: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 100px;
    flex: 0 0 100px;
    margin-right: 3%;
    font-size: 2.3em;
    color: #fff;
}

.global-mobility-cta {
    background: url(../images/golden-pr/global-mobility-cta.png) top right no-repeat, linear-gradient(to right, #2f2e2e, #252424, #1b1a1a, #101010, #000000);
    background-size: contain, cover;
    color: #fff;
}

.global-mobility-cta span,
.affiliate-bottom span,
.about-us span {
    background-image: linear-gradient(to right, #fff0a3, #ffe7c3, #ffeaec, #fff5ff, #ffffff);
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 1.5%;
    color: #000000;
    padding: 5px 30px;
    text-transform: capitalize;
}

.global-mobility-cta p {
    font-size: 1.7em;
    font-weight: 600;
    margin-top: 2%;
}

.global-mobility-cta a {
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 5%;
    display: inline-block;
}

.global-mobility-cta b {
    font-weight: 400;
}

.global-mobility-cta a:hover {
    background: #fff;
    transition: all 0.3s linear;
    color: #000;
}

.affiliate-bottom h2 {
    margin-top: 8%;
    margin-bottom: 3%;
}

.affiliate-bottom p {
    line-height: 30px;
}

.affiliate-bottom span {
    margin-bottom: 5%;
}

.about-us p {
    line-height: 30px;
}

.about-us a:hover {
    background: #000;
    color: #fff;
    transition: all 0.3s linear;
}

.global-ventures-bg li {
    list-style: none;
    line-height: 40px;
    font-size: 1.1em;
    display: flex;
}

.global-ventures-bg ul {
    margin: 0 0 0 2%;
    padding: 0;
}

.global-ventures-bg li::before {
    content: "\f0a9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    color: #fff;
    background-image: none;
    font-style: normal;
    font-size: 1.2em;
    margin-right: 1.2%;


}

/*end golden pr*/