.section-tabs {
    height: 130px;
}

.about-feature-box-style-1,
.about-feature-box-style-3 {
    display: flex;
    flex-direction: column;
}

.about-feature-box-style-3 .counter-items {
    border-top: 1px solid rgba(250, 255, 255, 0.505);
    margin-top: 25px;
    padding-top: 25px;
}

.about-feature-box-style-3 h3 {
    margin-top: 0px !important;
}

.about-feature {
    margin-top: 30px;
    position: relative;
}

/* =============================================
   The Problem Section
============================================= */

.problem-section-new {
    position: relative;
    overflow: hidden;
    background: #f5fbfc;
}

/* Background Circles */

.problem-section-bg-circle {
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(0, 103, 112, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.problem-section-bg-circle::before,
.problem-section-bg-circle::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(0, 103, 112, 0.04);
    border-radius: 50%;
}

.problem-section-bg-circle::before {
    width: 300px;
    height: 300px;
    top: 60px;
    left: 60px;
}

.problem-section-bg-circle::after {
    width: 200px;
    height: 200px;
    top: 110px;
    left: 110px;
}

.problem-section-bg-circle-left {
    left: -230px;
    top: 40px;
}

.problem-section-bg-circle-right {
    right: -230px;
    bottom: 160px;
}

/* Dot Pattern */

.problem-dot-pattern {
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: 0.3;
    pointer-events: none;
    background-image: radial-gradient(rgba(0, 120, 130, 0.35) 1.5px,
            transparent 1.5px);
    background-size: 18px 18px;
}

.problem-dot-pattern-left {
    left: 20px;
    top: 50px;
}

.problem-dot-pattern-right {
    right: 20px;
    bottom: 300px;
}

/* Main Wrapper */

.problem-flow-wrapper {
    position: relative;
}

/* Evidence Cards */

.problem-evidence-row {
    position: relative;
    z-index: 5;
}

.problem-evidence-card {
    min-height: 128px;
    padding: 20px;
    background: rgba(255, 255, 255);
    border: 1px solid rgba(0, 103, 112, 0.08);
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(24, 63, 73, 0.08);

    display: flex;
    align-items: center;
    gap: 18px;

    position: relative;
    z-index: 5;
}

.problem-evidence-icon {
    /* flex: 0 0 88px; */
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf6f7;
    color: #006b74;
    font-size: 24px;
}

.problem-evidence-content {
    flex: 1;
}

.problem-evidence-content h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
}

.problem-evidence-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #405866;
}

/* Connector Area */

.problem-connectors {
    position: absolute;
    top: 128px;
    left: 0;
    width: 100%;
    height: 220px;
    pointer-events: none;
    z-index: 2;
}

.problem-connector {
    position: absolute;
}

.problem-connector-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #006f78;
    border-radius: 50%;
}

.problem-connector-line {
    position: absolute;
    border-color: #006f78;
    border-style: dashed;
}

/* Left */

.problem-connector-left {
    left: 15.9%;
    top: 0;
    width: 18%;
    height: 105px;
}

.problem-connector-left .problem-connector-dot {
    top: 0;
    left: 0;
}

.problem-connector-left .problem-connector-line {
    /* top: 5px; */
    /* left: 4px; */
    width: 100%;
    height: 100%;
    border-width: 0 0 1px 1px;
    border-radius: 0 0 0 35px;
}

.problem-connector-left .problem-connector-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-right: 1px solid #006f78;
    border-bottom: 1px solid #006f78;
    transform-origin: bottom right;
    transform: rotate(-45deg);
}

/* Center */

.problem-connector-center {
    left: 50%;
    top: -5px;
    height: 135px;
    border-left: 1px dashed #006f78;
    transform: translateX(-50%);
}

/* Right */

.problem-connector-right {
    right: 15.9%;
    top: 0;
    width: 18%;
    height: 105px;
}

.problem-connector-right .problem-connector-dot {
    top: 0;
    right: 0;
}

.problem-connector-right .problem-connector-line {
    /* top: 5px; */
    /* right: 4px; */
    width: 100%;
    height: 100%;
    border-width: 0 1px 1px 0;
    border-radius: 0 0 35px 0;
}

.problem-connector-right .problem-connector-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-left: 1px solid #006f78;
    border-bottom: 1px solid #006f78;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

/* Central Problem */

.problem-central-wrapper {
    position: relative;
    z-index: 4;

    display: flex;
    justify-content: center;

    margin-top: 25px;
    margin-bottom: 25px;
}

.problem-central-rings {
    position: absolute;
    width: 360px;
    height: 360px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.problem-central-ring {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0, 103, 112, 0.09);
    border-radius: 50%;
}

.problem-central-ring.ring-one {
    transform: scale(1.05);
}

.problem-central-ring.ring-two {
    transform: scale(1.3);
}

.problem-central-ring.ring-three {
    transform: scale(1.55);
}

.problem-central-circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255);
    border: 1px solid #4eb8c0;
    box-shadow:
        0 12px 35px rgba(15, 85, 95, 0.08),
        inset 0 0 0 12px rgba(0, 103, 112, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.problem-central-icon {
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 1;
    color: #006b74;
}

.problem-central-circle h3 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #00606a;
}

.problem-central-arrow {
    position: absolute;
    bottom: -30px;

    width: 58px;
    height: 58px;

    border-radius: 50%;
    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #006b74;
    font-size: 25px;

    box-shadow: 0 7px 20px rgba(15, 85, 95, 0.1);
}

/* Decision Flow */

.problem-decision-flow {
    position: relative;
    z-index: 5;

    width: calc(100% - 70px);
    margin: 0 auto;

    padding: 20px 34px 26px;

    border-radius: 16px;
    background: linear-gradient(135deg,
            #005c66 0%,
            #006c74 55%,
            #00535d 100%);

    box-shadow: 0 15px 35px rgba(15, 85, 95, 0.12);
}

.problem-decision-title {
    margin-bottom: 18px;

    text-align: center;
    color: #ffffff;

    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.problem-decision-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.problem-decision-item {
    display: flex;
    align-items: center;
    gap: 11px;

    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.problem-decision-icon {
    width: 48px;
    height: 48px;

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 20px;
}

.problem-decision-arrow {
    color: #79cbd0;
    font-size: 23px;
}

/* =============================================
   Responsive
============================================= */

@media (max-width: 1199px) {

    .problem-evidence-card {
        min-height: 120px;
    }

    .problem-evidence-icon {
        flex-basis: 75px;
        width: 75px;
        height: 75px;
        font-size: 28px;
    }

    .problem-evidence-content h3 {
        font-size: 18px;
    }

    .problem-evidence-content p {
        font-size: 15px;
    }

    .problem-connector-left {
        left: 16%;
    }

    .problem-connector-right {
        right: 16%;
    }

    .problem-decision-flow {
        width: 100%;
    }

    .problem-decision-items {
        gap: 15px;
    }

    .problem-decision-item {
        font-size: 15px;
    }
}

@media (max-width: 991px) {

    .problem-evidence-row {
        justify-content: center;
    }

    .problem-evidence-card {
        height: 100%;
    }

    .problem-connectors {
        display: none;
    }

    .problem-central-wrapper {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .problem-central-rings {
        width: 320px;
        height: 320px;
    }

    .problem-central-circle {
        width: 220px;
        height: 220px;
    }

    .problem-central-circle h3 {
        font-size: 21px;
    }

    .problem-central-icon {
        font-size: 47px;
    }

    .problem-decision-items {
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .problem-decision-arrow {
        display: none;
    }
}

@media (max-width: 767px) {

    .problem-section-new {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .problem-evidence-card {
        padding: 18px;
    }

    .problem-evidence-icon {
        flex-basis: 68px;
        width: 68px;
        height: 68px;
        font-size: 25px;
    }

    .problem-evidence-content h3 {
        font-size: 17px;
    }

    .problem-evidence-content p {
        font-size: 14px;
    }

    .problem-central-rings {
        width: 270px;
        height: 270px;
    }

    .problem-central-circle {
        width: 190px;
        height: 190px;
    }

    .problem-central-circle h3 {
        font-size: 18px;
    }

    .problem-central-icon {
        font-size: 40px;
    }

    .problem-central-arrow {
        width: 48px;
        height: 48px;
        bottom: -24px;
        font-size: 20px;
    }

    .problem-decision-flow {
        padding: 20px;
    }

    .problem-decision-title {
        font-size: 19px;
    }

    .problem-decision-items {
        flex-direction: column;
        align-items: flex-start;
    }

    .problem-decision-item {
        width: 100%;
    }
}

@media (max-width: 575px) {

    .problem-dot-pattern {
        display: none;
    }

    .problem-section-bg-circle {
        display: none;
    }

    .problem-evidence-card {
        gap: 13px;
    }

    .problem-evidence-icon {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .problem-evidence-content h3 {
        font-size: 16px;
    }

    .problem-evidence-content p {
        font-size: 13px;
    }

    .problem-central-rings {
        width: 230px;
        height: 230px;
    }

    .problem-central-circle {
        width: 170px;
        height: 170px;
    }

    .problem-central-circle h3 {
        font-size: 16px;
    }

    .problem-central-icon {
        font-size: 34px;
        margin-bottom: 7px;
    }

    .problem-decision-title {
        font-size: 17px;
    }

    .problem-decision-item {
        font-size: 14px;
    }
}

.hero-4 .hero-left-content {
    padding-left: 25px;
    padding-bottom: 25px;
}

.hero-4 .hero-left-content .icon {
    margin-bottom: 10px;
}

.hero-4 .hero-left-content .icon img {
    width: 50px;
    filter: brightness(1000%) contrast(1000%);
}

.hero-4 .hero-left-content h2 {
    font-size: 76px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: -0.03em;
    line-height: 110%;
}

.hero-4 .hero-left-content p {
    margin-top: 10px;
}

.hero-4 .hero-right-content {
    margin: 20px 20px 20px auto;
}

.hero-4 .hero-right-content .hero-contact-form-box .form-clt input {
    padding: 16px;
}

.nice-select {
    height: auto;
}

.hero-4 .hero-right-content .hero-contact-form-box .form-clt textarea {
    padding-bottom: 60px;
}

/* .hero-4 .hero-right-content .hero-contact-form-box {
    padding: 30px !important;
} */

.form-content-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    backdrop-filter: blur(6px);
    padding: 15px;
}

.form-content-card .line {
    width: 100px;
    height: 3px;
    background-color: var(--theme);
    margin: 10px 0px;
}

.hero-section-4 {
    /* background-color: transparent; */
    padding: 50px;
    /* padding-top: 100px; */
}

/* Astagees */
.hover-line {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding-bottom: 6px;
    color: #177f80;
    font-weight: 600;
    cursor: pointer;
}

.hover-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.3s ease;
}

.hover-line:hover::after {
    width: 100%;
}

.hover-line i {
    font-size: 16px;
}

.hover-line .fa-arrow-right {
    transition: transform 0.3s ease;
}

.hover-line:hover .fa-arrow-right {
    transform: translateX(4px);
}

.optimiq-difference-card {
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 35px;
    transition: all 0.4s ease-in-out;
    border: 2px solid #fff;
}

.optimiq-difference-card:hover {
    border: 2px solid #1d8b8a;
}

.diff-card-head {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: #1d8b8a;
    min-width: 450px;
    padding: 18px 28px;
    border-radius: 12px;
}

.optimiq-difference-card ul li:not(:last-child) {
    margin-bottom: 12px;
}

.optimiq-difference-card ul li img {
    margin-right: 6px;
}

/* =========================================================
   LOCAL GLOBAL ADVANTAGE SECTION
========================================================= */
/* =========================================================
   TOP CONTENT
========================================================= */
.local-global-line {
    width: 102px;
    height: 5px;
    margin-top: 28px;
    border-radius: 10px;
    background: #078c94;
}

/* =========================================================
   WORLD MAP
========================================================= */
.local-global-map-image {
    width: 100%;
}

/* =========================================================
   CARDS
========================================================= */
.local-global-card {
    height: 100%;
    padding: 27px 27px 25px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 8px 30px rgba(0, 120, 130, .04);
    transition: all .3s ease;
}

.local-global-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 120, 130, .10);
}

.local-global-card-top {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* .local-global-card-icon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 50%;
    background: #eaf6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #078c94;
    font-size: 29px;
} */

.local-global-card-line {
    width: 35px;
    height: 3px;
    margin: 14px 0px;
    border-radius: 10px;
    background: #078d95;
}

.pricing-section-2 .about-shape-1 {
    position: absolute;
    top: -30%;
    right: 0;
}

.about-right-content-style-1 .section-title {
    max-width: 768px;
}

.about-feature-box-style-1,
.about-feature-box-style-3 {
    padding: 35px;
}

/* ---------------------- POPUP CSS --------------------------- */
/* =========================================================
   OPTIMIQ DIFFERENCE POPUP
========================================================= */
.search-popup__content.optimiq-difference-popup {
    width: calc(100% - 40px);
    max-width: 1065px;
    max-height: calc(100vh - 80px);
    padding: 35px 45px 28px;
    background: #ffffff;
    border-radius: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.20);
    color: #10222b;
}

/* =========================================================
   POPUP HEADER
========================================================= */
.optimiq-popup-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.optimiq-popup-brand {
    display: flex;
    align-items: center;
    gap: 20px;
}

.optimiq-popup-logo {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 50%;
    background: #168c94;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.optimiq-popup-logo img {
    width: 43px;
    height: 43px;
    object-fit: contain;
}

.optimiq-popup-title-wrap h2 {
    margin: 0 0 3px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #10232c;
}

.optimiq-popup-title-wrap p {
    margin: 0;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    color: #117b83;
}

.optimiq-popup-close {
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: 2px;
    border: 0;
    background: transparent;
    color: #10232c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.optimiq-popup-close:hover {
    color: #138a91;
    transform: rotate(90deg);
}

/* =========================================================
   DIVIDER
========================================================= */
.optimiq-popup-divider {
    width: 100%;
    margin: 27px 0 20px;
    border-top: 2px dashed #c8e5e7;
}

/* =========================================================
   AT A GLANCE TITLE
========================================================= */
.optimiq-glance-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.optimiq-glance-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    background: #edf7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #117f87;
    font-size: 22px;
}

.optimiq-glance-title h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    color: #147881;
}

/* =========================================================
   GLANCE BOX
========================================================= */
.optimiq-glance-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #f4f9f9;
    border-radius: 15px;
    padding: 28px 5px;
}

.optimiq-glance-item {
    min-height: 238px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border-right: 1px solid #d5e3e5;
}

.optimiq-glance-item:last-child {
    border-right: 0;
}

.optimiq-glance-circle {
    width: 60px;
    height: 60px;
    /* flex: 0 0 90px; */
    border-radius: 50%;
    border: 3px solid #d5e8e9;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #087e86;
    font-size: 24px;
}

.optimiq-glance-line {
    width: 38px;
    height: 3px;
    margin: 22px 0 20px;
    background: #0c858c;
    border-radius: 10px;
}

.optimiq-glance-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #59636c;
}

.optimiq-glance-item p strong {
    display: block;
    margin-bottom: 4px;
    color: #122632;
    font-weight: 700;
}

.optimiq-glance-item p span {
    display: block;
}

/* =========================================================
   INFORMATION ROWS
========================================================= */
.optimiq-popup-info {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 28px 12px;
}

.optimiq-difference-popup .optimiq-popup-info:not(:last-child) {
    border-bottom: 1px solid #dce6e7;
}

.optimiq-popup-info:first-of-type {
    margin-top: 25px;
    border-top: 1px solid #dce6e7;
}

.optimiq-info-icon {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    border-radius: 50%;
    background: #e9f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #087d85;
    font-size: 31px;
}

.optimiq-info-content {
    padding-left: 30px;
    border-left: 2px dashed #c9e3e5;
}

.optimiq-info-content p {
    margin: 0;
    max-width: 850px;
    font-size: 17px;
    line-height: 1.55;
    color: #182b36;
}

/* =========================================================
   FOOTER
========================================================= */
.optimiq-popup-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 18px;
}

.optimiq-popup-btn {
    min-width: 360px;
    height: 58px;
    padding: 5px 7px 5px 28px;
    border-radius: 35px;
    background: #168c94;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.optimiq-popup-btn span {
    white-space: nowrap;
}

.optimiq-popup-btn i {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    background: #ffffff;
    color: #16858d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.25s ease;
}

.optimiq-popup-btn:hover {
    background: #117b83;
    color: #ffffff !important;
}

.optimiq-popup-btn:hover i {
    transform: translate(2px, -2px);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px) {
    .search-popup__content.optimiq-difference-popup {
        width: calc(100% - 30px);
        padding: 30px;
    }

    .optimiq-glance-box {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    .optimiq-glance-item:nth-child(2) {
        border-right: 0;
    }

    .optimiq-glance-item:nth-child(1),
    .optimiq-glance-item:nth-child(2) {
        border-bottom: 1px solid #d5e3e5;
        padding-bottom: 25px;
    }

    .optimiq-popup-title-wrap h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .search-popup__content.optimiq-difference-popup {
        width: calc(100% - 20px);
        max-height: calc(100vh - 30px);
        padding: 22px 18px;
    }

    .optimiq-popup-brand {
        gap: 12px;
    }

    .optimiq-popup-logo {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .optimiq-popup-logo img {
        width: 34px;
        height: 34px;
    }

    .optimiq-popup-title-wrap h2 {
        font-size: 21px;
    }

    .optimiq-popup-title-wrap p {
        font-size: 14px;
    }

    .optimiq-popup-close {
        font-size: 23px;
    }

    .optimiq-glance-box {
        grid-template-columns: 1fr;
        padding: 20px 10px;
    }

    .optimiq-glance-item {
        min-height: auto;
        padding: 20px 15px;
        border-right: 0;
        border-bottom: 1px solid #d5e3e5;
    }

    .optimiq-glance-item:last-child {
        border-bottom: 0;
    }

    .optimiq-glance-item:nth-child(1),
    .optimiq-glance-item:nth-child(2) {
        border-bottom: 1px solid #d5e3e5;
    }

    .optimiq-popup-info {
        align-items: flex-start;
        gap: 18px;
        padding: 22px 5px;
    }

    .optimiq-info-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        font-size: 24px;
    }

    .optimiq-info-content {
        padding-left: 18px;
    }

    .optimiq-info-content p {
        font-size: 14px;
    }

    .optimiq-popup-footer {
        justify-content: center;
    }

    .optimiq-popup-btn {
        width: 100%;
        min-width: 0;
        font-size: 14px;
    }
}

/* =========================================================
   LOCAL GLOBAL MODEL POPUP
========================================================= */
.local-global-popup-content {
    width: calc(100% - 40px);
    max-width: 960px;
    max-height: calc(100vh - 80px);
    padding: 38px 42px 40px;
    background: #ffffff;
    border-radius: 15px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    color: #142c3a;
}

/* =========================================================
   HEADER
========================================================= */

.local-global-popup-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 38px;
}


.local-global-popup-heading {
    display: flex;
    /* align-items: center; */
    gap: 28px;
}


.local-global-popup-icon {
    width: 60px;
    height: 60px;
    /* flex: 0 0 60px; */
    border-radius: 50%;
    background: #f0f8f8;
    color: #078991;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}


.local-global-popup-heading h2 {
    font-size: 31px;
}

.local-global-popup-title-line {
    width: 70px;
    height: 4px;
    margin-top: 18px;
    border-radius: 10px;
    background: #078c94;
}

.local-global-popup-close {
    width: 45px;
    height: 45px;
    padding: 0;
    border: 0;
    background: #ffffff;
    color: #102b36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all .25s ease;
}

.local-global-popup-close:hover {
    color: #078c94;
    transform: rotate(90deg);
}

/* =========================================================
   POINTS
========================================================= */

.local-global-popup-points {
    width: 100%;
}

.local-global-popup-point {
    display: flex;
    gap: 10px;
    position: relative;
    padding: 0 0 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dce8ea;
}

.local-global-popup-point:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

/* Dot */
.local-global-point-marker {
    padding: 10px;
}

.local-global-point-marker span {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #078c94;
}

/* Vertical Line */
.local-global-point-line {
    width: 2px;
    height: 100%;
    background: #e0ebed;
}

/* Point Text */
.local-global-point-content {
    padding-right: 30px;
}

/* .local-global-point-content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #1d3550;
} */

/* =========================================================
   FOOTER CTA
========================================================= */

.local-global-popup-footer {
    margin-top: 32px;
}

.local-global-popup-cta {
    min-height: 130px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    border-radius: 14px;
    background: #f1f9f9;
    text-decoration: none !important;
    color: #102b36 !important;
    transition: all .3s ease;
}

.local-global-popup-cta:hover {
    background: #eaf6f6;
    transform: translateY(-2px);
}

/* CTA Circle */
.local-global-popup-cta-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 50%;
    border: 2px solid #c6e4e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #078b93;
    font-size: 22px;
}

/* CTA Content */
.local-global-popup-cta-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 20px;
    flex: 1;
}

.local-global-popup-cta-content strong {
    color: #07848c;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.local-global-popup-cta-content small {
    color: #1d3550;
    font-size: 14px;
    line-height: 1.5;
}

/* Services */
.local-global-popup-cta-services {
    min-width: 220px;
    padding-left: 35px;
    border-left: 1px solid #cfe2e4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #07848c;
    font-size: 17px;
    font-weight: 700;
}

.local-global-popup-cta-services i {
    font-size: 22px;
    transition: transform .25s ease;
}

.local-global-popup-cta:hover .local-global-popup-cta-services i {
    transform: translateX(5px);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px) {
    .local-global-popup-content {
        width: calc(100% - 30px);
        padding: 32px;
    }

    .local-global-popup-heading {
        gap: 20px;
    }

    .local-global-popup-icon {
        width: 78px;
        height: 78px;
        flex-basis: 78px;
        font-size: 34px;
    }

    .local-global-popup-heading h2 {
        font-size: 27px;
    }

    .local-global-popup-cta-services {
        min-width: 170px;
    }
}

@media (max-width: 767px) {
    .local-global-popup-content {
        width: calc(100% - 20px);
        max-height: calc(100vh - 30px);
        padding: 25px 20px;
    }

    .local-global-popup-header {
        margin-bottom: 30px;
    }

    .local-global-popup-heading {
        align-items: flex-start;
        gap: 15px;
    }

    .local-global-popup-icon {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
        font-size: 27px;
    }

    .local-global-popup-heading h2 {
        font-size: 21px;
    }

    .local-global-popup-title-line {
        width: 55px;
        height: 3px;
        margin-top: 12px;
    }

    .local-global-popup-close {
        width: 38px;
        height: 38px;
        font-size: 21px;
    }

    .local-global-popup-point {
        grid-template-columns: 20px 2px 1fr;
        column-gap: 12px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .local-global-point-marker {
        width: 20px;
    }

    .local-global-point-content {
        padding-right: 0;
    }

    .local-global-point-content p {
        font-size: 15px;
        line-height: 1.65;
    }

    .local-global-popup-cta {
        padding: 18px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .local-global-popup-cta-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .local-global-popup-cta-content {
        padding-left: 0;
        flex: 1;
    }

    .local-global-popup-cta-content strong {
        font-size: 15px;
    }

    .local-global-popup-cta-content small {
        font-size: 13px;
    }

    .local-global-popup-cta-services {
        width: 100%;
        min-width: 0;
        padding: 15px 0 0;
        border-left: 0;
        border-top: 1px solid #cfe2e4;
        justify-content: flex-end;
    }
}