/* Start of front page new design change */
/* Mobile portrait */

body.home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, #030D0F 0%, #030F11 6%, #050C11 10%, #050D0F 15%, #060E0F 20%, #080C0D 25%, #0B0E0F 27%, #0C0B0B 30%, #110E0D 35%, #150F0C 40%, #140F0D 45%, #120E0C 50%, #150F0D 55%, #14110E 60%, #160F0D 65%, #16100E 67%, #160F0D 70%, #16110D 75%, #17110D 80%, #19120F 85%, #14100E 87%, #0E100E 90%, #030E10 100%);
    overflow-x: hidden;
}

/* Ensure no double scrollbars */
html {
    overflow-x: hidden;
}
.full-width-header {
    background-color: #242424;
    height: 9vh;
}
/* Scrollbar track (background) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background-color: #888; /* Change this color */
    border-radius: 4px;
}

/* Scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* Scrollbar track background */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


.landing-container_ {
    width: 100%;
    padding-right: 0px;
    margin: 0px;
}

.background-circle {
    display: none;
}

.content-wrapper_ {
    background: linear-gradient(180deg, #030D0F 0%, #030F11 6%, #050C11 10%, #050D0F 15%, #060E0F 20%, #080C0D 25%, #0B0E0F 27%, #0C0B0B 30%, #110E0D 35%, #150F0C 40%, #140F0D 45%, #120E0C 50%, #150F0D 55%, #14110E 60%, #160F0D 65%, #16100E 67%, #160F0D 70%, #16110D 75%, #17110D 80%, #19120F 85%, #14100E 87%, #0E100E 90%, #030E10 100%);
    height: 8vh;
    padding-bottom: 50px;
}

.brand-header_ {
    margin: 5px;
    /* display: none; */
}

.hero-image_ {
    max-height: 100vh;
    height: 75vh;
    object-fit: fill;
    object-position: center;
    background: linear-gradient(180deg, #030D0F 0%, #030F11 6%, #050C11 10%, #050D0F 15%, #060E0F 20%, #080C0D 25%, #0B0E0F 27%, #0C0B0B 30%, #110E0D 35%, #150F0C 40%, #140F0D 45%, #120E0C 50%, #150F0D 55%, #14110E 60%, #160F0D 65%, #16100E 67%, #160F0D 70%, #16110D 75%, #17110D 80%, #19120F 85%, #14100E 87%, #0E100E 90%, #030E10 100%);
}


.right-section {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    bottom: 270px;

}

.features-section_ {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(22px);
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.features-title_ {
    width: 100%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 3vmin;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.8px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    /* margin-bottom: 10px; */
    word-break: keep-all;
}

.feature-description_ {
    width: 100%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 2.5vmin;
    line-height: 130%;
    letter-spacing: -0.08px;
    color: #C4C4C4;
    margin-bottom: 0px;
}

.feature-icon_ {
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
}

.feature-item_ {
    display: flex;
    gap: 10px;
    align-items: center;
}

#feature_subitem {
    font-size: 4vmin;
}

.benefits-section_ {
    padding: 10px 24px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(43px);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    width: 100%;
}

.privacy-section_ {
    width: 100%;
    color: #C4C4C4;
    font-family: Poppins;
    font-weight: 500;
    border-radius: 6px !important;
    background: #1E1E1E;
    border: 1px solid #FFFFFF24;
    backdrop-filter: blur(43px);
    font-size: 2.5vmin;
    line-height: 18px;
    /* margin-bottom: 9px; */
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.privacy-section_ a {
    font-size: 2vmin;
    text-decoration-line: underline !important;
    color: #A9AEE9 !important;
    cursor: pointer;
}

.benefits-title {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 2.5vmin;
    line-height: 140%;
    letter-spacing: -0.08px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    margin-bottom: 0px;
    gap: 8px;
}

.with-bullet {
    display: flex;
    align-items: center;
}

.benefits-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 2.5vmin;
    line-height: 130%;
    letter-spacing: -0.08px;
    color: #C4C4C4;
    margin-bottom: 0px;
}

 .cta-platform_footer {
    box-sizing: border-box;
    background: linear-gradient(90.54deg, #5B5BF9 0%, #4A3DEE 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    color: #FFF;
    border-radius: 6px !important;
    padding: 8px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 2.5vmin;
    line-height: 140%;
    letter-spacing: -0.08px;
    text-align: center;
    vertical-align: middle;
    width: 90%;
    cursor: pointer;
    height: 42px;
}

.cta-platform_ {
    box-sizing: border-box;
    background: linear-gradient(90.54deg, #5B5BF9 0%, #4A3DEE 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    color: #FFF;
    border-radius: 6px !important;
    padding: 8px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 2.5vmin;
    line-height: 140%;
    letter-spacing: -0.08px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
    height: 42px;
}

.platform-btn {
    border: 1.82px solid #3F2FD3;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
}

/* Hover state */
 .cta-platform_footer:hover {
    background: linear-gradient(90.54deg, #3329AA 0%, #2E2986 100%);
    border-top: 1.82px solid #FFFFFF3D;
}

 .cta-platform_footer:focus {
    background: #3329AA;
    box-shadow: 3.65px 3.65px 7.29px 0px #251E7CA3 inset, -3.65px -3.65px 7.29px 0px #4134D8A3 inset;
}

/* Active state (on click) */
 .cta-platform_footer:active {
    background: #3329AA;
    box-shadow: 3.65px 3.65px 7.29px 0px #251E7CA3 inset, -3.65px -3.65px 7.29px 0px #4134D8A3 inset;
}
.cta-platform_:hover {
    background: linear-gradient(90.54deg, #3329AA 0%, #2E2986 100%);
    border-top: 1.82px solid #FFFFFF3D;
}

 .cta-platform_:focus {
    background: #3329AA;
    box-shadow: 3.65px 3.65px 7.29px 0px #251E7CA3 inset, -3.65px -3.65px 7.29px 0px #4134D8A3 inset;
}

/* Active state (on click) */
 .cta-platform_:active {
    background: #3329AA;
    box-shadow: 3.65px 3.65px 7.29px 0px #251E7CA3 inset, -3.65px -3.65px 7.29px 0px #4134D8A3 inset;
}
.privacy-section_:hover {
    background: #414141;
}

.privacy-section_:active {
    background: #1E1E1E;

}

.circle-1,
.circle-2,
.circle-3 {
    position: absolute;
    background: #4A2B00;
    border-radius: 50%;
}

.features-list_ {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 12px;
}

.angelcard_description_ {
    font-family: Poppins;
    font-weight: 500;
    font-size: 2.5vmin;
    line-height: 140%;
    letter-spacing: -0.08px;
    vertical-align: middle;
    color: #C4C4C4;
}

.feature-terms_ {
    font-family: Poppins;
    font-weight: 500;
    font-size: 2vmin;
    line-height: 140%;
    letter-spacing: -0.08px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.footer-links #button_enter_platform_footer {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-underline-offset: none !important;
    border-bottom: none !important;
}

.footer-links #button_enter_platform_footer:hover,
.footer-links #button_enter_platform_footer:focus,
.footer-links #button_enter_platform_footer:active,
.footer-links #button_enter_platform_footer:visited {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-underline-offset: none !important;
    border-bottom: none !important;
}
.cky-consent-bar {
    background-color: #121212b3 !important;
}
/* ========================================
   NEW SECTIONS: Services, AngelCard, Cost
   ======================================== */

/* Full Width Sections Container */
.full-width-sections {
    /* position: absolute; */
    background-color: #000000;
    /* width: 94%;
    margin-left: 25px; */
    /* margin-top: 10px; */
    padding: 1px;
    padding-bottom: 50px;
}

/* Base Container */
.full-width-sections .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

/* Section Headers */
.section-header {
    text-align: left;
    /* margin-bottom: 30px; */
}

.section-title {
    text-transform: none;
    font-family: "Poppins";
    font-size: 3vmin;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 140%;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
}

/* Services Section - Mobile Portrait */
.services-section {
    /* background: #000000; */

    text-transform: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    /* margin: 15px auto; */
    margin: 10px 5px;
    padding: 15px;
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto; 
    /* max-width:900px; */
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
    width: 100%;
}

.service-item {
    background: #000000;
    border: none;
    backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    text-align: left;
    transition: none;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.service-item:hover {
    transform: none;
    background: #000000;
}

.service-icon {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.service-icon svg {
    width: 20px;
    height: 20px;
    /* fill: #5B5BF9; */
}

.service-content {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.service-title {
    text-transform: none;
    padding-top: 6px;
    font-family: "Poppins";
    font-size: 2.8vmin;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 5px;
    line-height: 130%;
    letter-spacing: -0.08px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.service-description {
    font-family: "Poppins";
    font-size: 2.2vmin;
    color: #C4C4C4;
    line-height: 140%;
    margin: 0;
    letter-spacing: -0.08px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* AngelCard Section - Mobile Portrait */
.angelcard-section {
    /* background: #000000; */
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    border-radius: 6px;
    margin: 15px;
    padding: 15px;
    text-align: center;
}

.angelcard-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 15px; */
    text-align: center;
}

.angelcard-title {
    font-family: "Poppins";
    font-size: 4vmin;
    font-weight: 500;
    margin: 0;
    color: #FFFFFF;
    letter-spacing: -0.8px;
    text-align: left;
}

.angelcard-subtitle {
    font-family: "Poppins";
    font-size: 2.5vmin;
    color: #e9ecef;
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.08px;
    text-align: right;
}



/* Cost Section - Mobile Portrait */
.cost-section {
    /* background: #000000; */
    border-radius: 6px;
    margin: 5px;
    /* padding: 15px; */
    margin-bottom: 50px;
    padding-bottom: 30px;
}


.cost-header {
    text-align: center;
    margin-bottom: 30px;
}

.cost-title {
    font-family: "Poppins";
    font-size: 4vmin;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;
    letter-spacing: -0.8px;
}

.cost-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0;
    align-items: stretch;
    width: 100%;
}

.cost-item {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: none;
    border-radius: 6px;
    padding: 15px 10px;
    text-align: center;
    transition: none;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    width: 100%;
    flex: 1;
}

.cost-item::before {
    display: none;
}

.cost-item:hover {
    transform: none;
    background: #000000;
}

.cost-item:hover::before {
    display: none;
}

.service-icon svg {
    width: 30px;
    height: 45px;
}

.cost-icon svg {
    width: 30px;
    height: 45px;
}

.cost-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.cost-plan-title {
    text-transform: none;
    font-family: "Poppins";
    font-size: 3vmin;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
    letter-spacing: -0.08px;
    line-height: 1.3;
}

.cost-price {
    margin-bottom: 15px;
    display:flex;
    justify-content: center;
}

.price-amount {
    padding-right: 3px;
    padding-top: 4px;
    font-family: "Poppins";
    font-size: 3.5vmin;
    font-weight: 700;
    color: #6E79FF;
    display: block;
    line-height: 1;
    letter-spacing: -0.08px;
}

.price-period {
    font-family: "Poppins";
    font-size: 2.2vmin;
    color: #C4C4C4;
    display: block;
    margin-top: 5px;
    letter-spacing: -0.08px;
}

.cost-description {
    font-family: "Poppins";
    font-size: 2.7vmin;
    color: #C4C4C4;
    line-height: 1.4;
    margin: 0;
    letter-spacing: -0.08px;
}

.cost-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.cost-description li {
    margin-bottom: 8px;
    position: relative;
    text-align: center;
}

.cost-description li:before {
    content: "• ";
    color: #5B5BF9;
    font-weight: bold;
    font-size: 1.2em;
}
.footer-copyright {
    margin-top: 10px;
        text-align: center;
        font-size: 2.5vmin;
    }

    .footer-links a:visited {
        color: #6E79FF !important;
    }

    .footer-links a {
        color: #6E79FF !important;
    
    }


    .footer-links {
        text-decoration: underline;
        color: #6E79FF;
        font-size: 2.2vmin;
        gap: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 7px;
    }

    .full-width-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px 0px;
        margin-top: 1px;
        background-color: #242424;
    }

    
    .feature-terms_ {
        text-align: center;
        font-size: 2.5vmin;
    }

/* Very small mobile screens - stack vertically */
@media only screen and (max-width: 480px) {
    .angelcard-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }


    .angelcard-title {
        text-align: center;
    }

    .angelcard-subtitle {
        text-align: center;
    }
    .footer-copyright {
        margin-top: 10px;
        text-align: center;
        font-size: 2.2vmin;
    }

    .footer-links {
        text-decoration: underline;
        color: #6E79FF;
        font-size: 2.2vmin;
        gap: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer-links a:visited {
        color: #6E79FF !important;
    }

    .footer-links a {
        color: #6E79FF !important;
    
    }
    
    .footer-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 7px;
    }

    .full-width-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px 0px;
        margin-top: 1px;
        background-color: #242424;
    }

    .feature-terms_ {
        text-align: center;
        font-size: 2.2vmin;
    }

    .service-icon svg {
        width: 25px;
        height: 40px;
    }
    .cost-icon svg {
        width: 3vmin;
        height: 3vmin;
    }

    .price-amount {
        padding-top: 20px;
        font-size: 3.5vmin;
    }

    .price-period {
        padding-top: 10px;
    }
}

/* Tablet portrait */
@media only screen and (min-width: 768px) and (max-width:1099px) {
    body.home {
        background: linear-gradient(180deg, #030D0F 0%, #030F11 6%, #050C11 10%, #050D0F 15%, #060E0F 20%, #080C0D 25%, #0B0E0F 27%, #0C0B0B 30%, #110E0D 35%, #150F0C 40%, #140F0D 45%, #120E0C 50%, #150F0D 55%, #14110E 60%, #160F0D 65%, #16100E 67%, #160F0D 70%, #16110D 75%, #17110D 80%, #19120F 85%, #14100E 87%, #0E100E 90%, #030E10 100%);
    }

    .content-wrapper_ {
        height: 100%;
    }

    .full-width-header {
        background-color: #242424;
        height: 9vh;
       }

    .logo-img_,
    #logo_img {
        height: 5vh !important;
        cursor: pointer;
    }
    .hero-section_ {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: baseline;
        justify-content: center;
        min-height: auto;
    }

    .hero-image_ {
        width: 100%;
        height: auto;
        max-height: 130vh;
    }

    .container {
        position: relative;
        max-height: 100%;
        flex-direction: column;
        padding: 0px 30px;
    }

    .right-section {
        margin-top: 50px;
        position: absolute;
        bottom: 0px;
        /* width: 90vw; */
        /* margin-left: -60px; */
        z-index: 10;
    }

    .features-section_ {
        padding: 24px 24px;
        margin-bottom: 16px;
        gap: 16px;
    }

    .features-title_ {
        word-break: keep-all;
        font-size: 3vmin;
        height: 8vh;
    }

    .feature-description_ {
        font-size: 2.5vmin;
        line-height: 140%;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .feature-icon_ {
        width: 32px;
        height: 32px;
        margin-bottom: 0px;
    }

    .features-list_ {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-left: 20px;
    }

    #feature_subitem {
        font-size: 3.5vmin;
    }

    .feature-item_ {
        gap: 6px;
        height: 6vh;
    }

    .benefits-section_ {
        margin-bottom: 16px;
    }

    .benefits-title {
        font-size: 2.5vmin;
        line-height: 140%;
        align-items: center;
        margin-bottom: 0px;
    }

    .benefits-subtitle {
        height: 25px;
        font-size: 2vmin;
        line-height: 140%;
        vertical-align: middle;
    }

    .privacy-section_ a {
        font-size: 1.8vmin;
    }

     .cta-platform_footer {
        border-radius: 6px;
        width: 20%;
        height: 44px;
        font-size: 2vmin;
        justify-content: flex-start;

    }

    .cta-platform_ {
        border-radius: 6px;
        width: 100%;
        height: 44px;
        font-size: 2vmin;
        justify-content: flex-start;

    }
    .platform-btn {
        padding: 0px;
    }

    .angelcard_description_ {
        font-size: 2vmin;
    }

    .feature-terms_ {
        font-size: 1.5vmin;
    }

    /* New sections - Tablet Portrait */
    .full-width-sections .container {
        padding: 0 25px;
    }

    .services-section,
    .cost-section {
        border-radius: 6px;
        margin: 20px 10px;
        /* padding: 10px; */
        /* max-width: 900px; */
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
        margin-bottom: 20vh;
    }

    .angelcard-section {
        border-radius: 6px;
        padding: 20px;
    }

    .section-title {
        text-transform: none;
        font-size: 3vmin;
    }

    .services-grid {
        gap: 10px;
    }

    .service-item {
        gap: 18px;
    }

    .service-icon svg {
        width: 24px;
        height: 24px;
    }

    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 2.5vmin;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .angelcard-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .angelcard-title {
        font-size: 3vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 2.2vmin;
        text-align: right;
    }



    .cost-grid {
        display: flex;
        flex-direction: row;
        gap: 12px;
        margin: 0 auto;
        width: 100%;
    }
    
    .cost-item {
        text-align: center;
        width: 100%;
        flex: 1;
    }

    .cost-title {
        font-size: 3.5vmin;
    }

    .cost-plan-title {
        text-transform: none;
        font-size: 2.6vmin;
    }

    .price-amount {
        padding-top: 3px;
        font-size: 3.4vmin;
    }

    .price-period {
        font-size: 2vmin;
    }

    .cost-description {
        font-size: 2.4vmin;
    }
    .footer-copyright {
        margin-top: 10px;
        text-align: center;
        font-size: 2vmin;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .footer-links {
        text-decoration: underline;
        color: #6E79FF;
        font-size: 2vmin;
        gap: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-links a:visited {
        color: #6E79FF !important;
    }

    .footer-links a {
        color: #6E79FF !important;
    }

    .footer-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 7px;
        position:sticky;
    }
    .full-width-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px 0px;
        margin-top:1px;
        background-color: #242424;
    }
    
    .feature-terms_ {
        padding: 5px;
        text-align: center;
        font-size: 2vmin;
    }

    .service-icon svg {
        width: 40px;
        height: 55px;
    }
    .cost-icon svg {
        width: 3vmin;
        height: 3vmin;
    }

}

/* Mobile landscape */
@media only screen and (min-width: 568px) and (max-width: 940px) and (orientation: landscape) and (max-height: 500px) {
    body.home {
        background: linear-gradient(180deg, #030D0F 0%, #030F11 6%, #050C11 10%, #050D0F 15%, #060E0F 20%, #080C0D 25%, #0B0E0F 27%, #0C0B0B 30%, #110E0D 35%, #150F0C 40%, #140F0D 45%, #120E0C 50%, #150F0D 55%, #14110E 60%, #160F0D 65%, #16100E 67%, #160F0D 70%, #16110D 75%, #17110D 80%, #19120F 85%, #14100E 87%, #0E100E 90%, #030E10 100%);
    }

    .full-width-header {
        background-color: #242424;
        height: 9vh;
    }

    .landscape-flex-wrap {
        display: flex;
        flex-direction: row;
        padding: 16px;
        width: 100%;
        justify-content: end;
    }

    .hero-section_ {
        /* top: 30px; */
        left: 0px;
        right: 0px;
        width: 55%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        max-height: 100%;
    }

    .content-wrapper_ {
        /* margin-top: 40px; */
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero-image_ {
        height: auto;
        max-height: 90vh;
    }

    .right-section {
        position: relative;
        max-width:80%;
        justify-content: flex-start;
        padding-right: 2vmin;
        bottom: 0px;
        align-items: flex-start;
        height: 100%;
        gap: 2vmin;
    }

    .brand-header_ {
        /* display: none; */
    }

    .features-section_ {
        margin-top: 25px;
        width: 350px;
        padding: 12px;
        margin-bottom: 2vmin;
        height: 70vh;
        gap: 5vmin;
    }

    .features-title_ {
        /* font-style: normal; */
        font-size: 3.2vmin;
        word-break: keep-all;
        height: 8vh;
    }

    .feature-description_ {
        /* font-style: normal; */
        font-size: 2.9vmin;
        line-height: 130%;
        /* margin-bottom: 10px; */
    }

    .feature-icon_ {
        width: 16px;
        height: 16px;
    }

    .features-list_ {
        display: flex;
        flex-direction: column;
        /* gap: 12px; */
        padding-left: 12px;
    }

    .feature-item_ {
        gap: 10px;
        flex-direction: row;
        height: 6vh;
    }

    .benefits-section_ {
        margin-bottom: 16px;
    }

    .benefits-title {
        font-size: 2.5vmin;
        line-height: 140%;
        letter-spacing: -0.08px;
        margin-bottom: 0px;
        white-space: nowrap;
    }

    .benefits-subtitle {
        font-size: 1.8vmin;
        line-height: 130%;
        margin-bottom: 0px;
    }

     .cta-platform_footer {
        display: flex;
        height: 8vh;
        font-size: 2.8vmin;
        letter-spacing: -0.08px;
        align-items: center;
        justify-content: center;
    }
    .cta-platform_ {
        display: flex;
        height: 8vh;
        font-size: 2.8vmin;
        letter-spacing: -0.08px;
        align-items: center;
        justify-content: center;
    }

    .platform-btn {
        /* height: 8vh; */
        padding: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
    }

    #feature_subitem {
        font-size: 2.8vmin;
    }

    .angelcard_description_ {
        font-size: 2.3vmin;
        line-height: 130%;
        letter-spacing: -0.08px;
    }

    .feature-terms_ {
        font-size: 1.5vmin;
    }
    .privacy-section_  {
        height: 12vh;
    }

    /* New sections - Mobile Landscape */
    .full-width-sections .container {
        /* padding: 0 15px; */
    }

    .services-section,
    .cost-section {
        /* background: #000000; */
        border-radius: 6px;
        margin: 10px auto;
        padding: 15px;
        /* max-width: 500px; */
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }

    .cost-section {
        padding: 1px 0;
    }

    .angelcard-section {
        /* background: #000000; */
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        /* margin: 10px; */
        padding: 15px;
    }

    .section-header {
        /* margin-bottom: 20px; */
    }

    .section-title {
        text-transform: none;
        font-size: 3vmin;
    }

    .services-grid {
        gap: 8px;
    }

    .service-item {
        gap: 12px;
    }

    .service-icon svg {
        width: 18px;
        height: 18px;
    }

    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 2.5vmin;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .angelcard-content {
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .angelcard-title {
        font-size: 3.5vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 2.5vmin;
        text-align: right;
    }


    .cost-grid {
        display: flex;
        flex-direction: row;
        gap: 8px;
        margin: 0 auto;
    }

    .cost-item {
        padding: 20px 15px;
        text-align: center;
        width: 100%;
        flex: 1;
    }

    .cost-title {
        font-size: 3vmin;
    }

    .cost-plan-title {
        text-transform: none;
        font-size: 3vmin;
    }

    .price-amount {
        padding-top: 11px;
        padding-right: 3px;
        font-size: 3vmin;
    }

    .price-period {
        font-size: 2.4vmin;
    }

    .cost-description {
        font-size: 2.5vmin;
    }
    .footer-copyright {
        margin-top: 10px;
        text-align: center;
        font-size: 2.2vmin;
    }

    .footer-links {
        text-decoration: underline;
        color: #6E79FF;
        font-size: 2.2vmin;
        gap: 48px;
        display: flex;
        justify-content: center;
    }

    .footer-links a:visited {
        color: #6E79FF !important;
    }

    .footer-links a {
        color: #6E79FF !important;
    }

    .footer-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 7px;
    }
    .full-width-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px 0px;
        margin-top: 1px;
        background-color: #242424;
    }
    .feature-terms_ {
        text-align: center;
        font-size: 2.2vmin;
    }

    .service-icon svg {
        width: 25px;
        height: 35px;
    }
    .cost-icon svg {
        width: 3vmin;
        height: 3vmin;
    }

}

/* iPad Air Portrait Specific */
@media only screen and (min-width: 810px) and (max-width: 830px) and (orientation: portrait) and (min-height: 1170px) and (max-height: 1190px) {
    .services-section {
        margin: 10px auto !important;
        padding: 15px !important;
        /* max-width: 750px !important; */
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }
    
    .cost-grid {
        display: flex !important;
        flex-direction: row !important;
        gap: 15px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .cost-item {
        padding: 20px 15px !important;
        text-align: center !important;
    }
    
    .cost-section {
        margin: 10px auto !important;
        padding: 15px !important;
        max-width: 750px !important;
    }
    
    .angelcard-section {
        margin: 10px auto !important;
        padding: 15px !important;
        max-width: 750px !important;
    }
    
    .full-width-sections {
        padding: 5px !important;
    }
}

/* iPad Air General Fallback */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .services-section {
        text-transform: none;
        /* background: #000000; */
        border-radius: 6px;
        margin: 20px auto;
        padding: 25px;
        /* max-width: 900px; */
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }

    .full-width-sections {
        /* position: absolute; */
        background-color: #000000;
        /* width: 94%;
        margin-left: 25px; */
        margin:30px 10px 10px 10px;
        padding: 1px;
    }
    
    .cost-grid {
        display: flex !important;
        flex-direction: row !important;
        gap: 15px !important;
        width: 100% !important;
        margin: 10px !important;
    }
    
    .cost-section {
        margin: 10px auto !important;
        max-width: 900px !important;
    }
    
    .angelcard-section {
        margin: 10px auto !important;
        max-width: 750px !important;
    }

    .service-icon svg {
        width: 35px;
        height: 50px;
    }

    .footer-links {
        font-size: 2.2vmin;
        gap: 12px;
        display: flex;
        justify-content: center;
        text-decoration: underline;
        color: #6E79FF;
    }

    .cost-icon svg {
        width: 3vmin;
        height: 3vmin;
    }
}

/* iPad Air Landscape Specific */
@media only screen and (min-width: 1180px) and (max-width: 1180px) and (orientation: landscape) and (min-height: 820px) and (max-height: 820px) {
    .services-section {
        margin: 8px auto !important;
        padding: 12px !important;
        /* max-width: 650px !important; */
        width: 75%;
        display: flex;
        justify-content: center;
        /* width: max-content; */
    }
    
    .cost-grid {
        display: flex !important;
        flex-direction: row !important;
        gap: 12px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .cost-item {
        padding: 18px 12px !important;
        text-align: center !important;
        width: 100% !important;
        flex: 1 !important;
    }
    
    .cost-section {
        margin: 8px auto !important;
        padding: 8px !important;
        max-width: 650px !important;
    }
    
    .angelcard-section {
        margin: 8px auto !important;
        padding: 12px !important;
        max-width: 650px !important;
    }
    
    .full-width-sections {
        padding: 2px !important;
    }
}

/* iPad Pro 11 Landscape Specific */
@media only screen and (min-width: 1194px) and (max-width: 1194px) and (orientation: landscape) and (min-height: 834px) and (max-height: 834px) {
    .cost-grid {
        display: flex !important;
        flex-direction: row !important;
        gap: 15px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .cost-item {
        padding: 20px 15px !important;
        text-align: center !important;
    }
}

/* Small Desktop */
@media only screen and (min-width: 1100px) and (max-width:1399px) and (max-height:1100px) {
    .landscape-flex-wrap {
        display: flex;
        flex-direction: row;
    }

    .full-width-header {
        background-color: #242424;
        height: 9vh;
    }

    .background-circle {
        display: block;
    }

     .cta-platform_footer:focus {
        background: linear-gradient(90.54deg, #5B5BF9 0%, #4A3DEE 100%);
    }

    .cta-platform_:focus {
        background: linear-gradient(90.54deg, #5B5BF9 0%, #4A3DEE 100%);
    }
    .content-wrapper_ {
        margin-top: 50px;
        height: 97vh;
        width: 70%;
        display: flex;
        justify-content: space-evenly;
    }

    .desk-container {
        width: 100% !important;
    }

    .hero-section_ {
        left: 0;
        height: 100%;
        width: 40%;
        max-height: 100vh;
    }

    .hero-image_ {
        background-size: cover;
        background-position: center;
        width: -webkit-fill-available;
        object-fit: fill;
        max-height: 119vh;
        height: 102.5vh;
    }

    .logo-img_,
    #logo_img {
        height: 6vh !important;
        cursor: pointer;
    }
    .right-section {
        margin-top: 50px;
        position: relative;
        max-width: 75%;
        justify-content: flex-start;
        padding-right: 2vmin;
        bottom: 0px;
        align-items: flex-start;
        height: 100%;
        gap: 2vmin;
    }

    .brand-header_ {
        display: block;
        margin-top: 1.5vmin;
        margin-bottom: 1.5vmin;
    }

    .features-section_ {
        padding: 32px 24px;
        margin-bottom: 16px;
        height: 68vh;
        gap: 2vmin;
    }

    .feature-icon_ {
        width: 29px;
        height: 25px;
        margin-bottom: 0px;
    }

    .features-list_ {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 2vmin;
        padding-left: 20px;
        height: 32vh;
    }

    .feature-item_ {
        gap: 6px;
        height: 8vh;
    }

    .features-title_ {
        word-break: keep-all;
        font-size: 3.2vmin;
        height: 8vh;
    }

    .feature-description_ {
        /* width: 490px; */
        font-size: 2.7vmin;
        line-height: 140%;
        margin-bottom: 0;
        word-break: break-word !important;
    }

    .benefits-section_ {
        padding: 16px 24px;
        margin-bottom: 16px;
    }

    .benefits-title {
        font-size: 1.8vmin;
        line-height: 140%;
    }

    .benefits-subtitle {
        font-size: 1.8vmin;
        line-height: 140%;
        margin-bottom: 0px;
    }

    .privacy-section_ {
        height: 11vh;
    }

     .cta-platform_footer {
        height: 6vmin;
        font-size: 1.8vmin;
        width: 20%;
    }
    .cta-platform_ {
        height: 6vmin;
        font-size: 1.8vmin;
        width: 100%;
    }
    .platform-btn {
        padding: 0px;
        margin-bottom: 0px;
        height: 6vmin;
    }

    .circle-1 {
        left: 50px;
        top: 20vh;
    }

    .circle-2 {
        right: 50px;
        top: 18vh;
    }

    .circle-3 {
        top: 35vh;
        left: 335px;
    }

    #feature_subitem {
        font-size: 4vmin;
    }

    .angelcard_description_ {
        font-size: 2.4vmin;
    }

    .feature-terms_ {
        font-size: 1.6vmin;
    }

    .privacy-section_ a {
        font-size: 1.6vmin;
        height: 6vmin;
    }

    /* New sections - Small Desktop */
    .full-width-sections .container {
        padding: 0 25px;
    }

    .services-section,
    .cost-section {
        /* background: #000000; */
        border-radius: 6px;
        margin: 15px auto;
        padding: 20px;
        /* max-width: 900px; */
        width: 75%;
        display: flex;
        justify-content: center;
        /* width: max-content; */
    }
    .cost-icon svg {
        width: 3vmin;
        height: 3vmin;
    }

    .cost-section {
        padding: 1px 0;
    }

    .angelcard-section {
        /* background: #000000; */
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        margin: 15px;
        padding: 20px;
    }

    .section-title {
        text-transform: none;
        font-size: 3vmin;
    }

    .services-grid {
        gap: 12px;
    }

    .service-item {
        gap: 20px;
        display: flex;
        align-items: center;
    }

    .service-icon svg {
        width: 30px;
        height: 45px;
    }

   
    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 2.2vmin;
        word-wrap: break-word;
        flex: 1;
    }

    .angelcard-content {
        justify-content: space-between;
        align-items: center;
        gap: 60px;
    }

    .angelcard-title {
        font-size: 2.8vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 1.8vmin;
        text-align: right;
    }

    .cost-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        /* max-width: 600px; */
        margin: 0 auto;
    }

    .cost-title {
        font-size: 2.5vmin;
    }

    .cost-plan-title {
        text-transform: none;
        font-size: 2.2vmin;
    }

    .price-amount {
       
        font-size: 2.5vmin;
        padding-top: 9px;
        padding-right: 3px;
    }

    .price-period {
        font-size: 1.8vmin;
    }

    .cost-description {
        font-size:2.2vmin;
    }
    .footer-copyright {
        margin-top: 10px;
        text-align: center;
        font-size: 2vmin;
        align-items: center;
        display: flex
;
        justify-content: center;
    }

    .footer-links {
        text-decoration: underline;
        color: #6E79FF;
        font-size: 2vmin;
        gap: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 7px;
    }

    
    .footer-links a:visited {
        color: #5B5BF9 !important;
    }

    .footer-links a {
        color: #6E79FF !important;
    }

    .footer-copyright p {
        margin-bottom: 0px;
    }

    .full-width-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px 0px;       
         margin-top: 1px;
        background-color: #242424;
    }
    
    .feature-terms_ {
        padding: 5px;
        text-align: center;
        font-size:1.8vmin;
    }
    .service-icon svg {
        width: 30px;
        height: 40px;
    }
    .cost-icon svg {
        width: 3vmin;
        height: 3vmin;
    }


}

/* Tablet landscape */
@media only screen and (min-width: 992px) and (max-width:1199px) and (orientation: landscape) and (max-height: 800px) {
    .landscape-flex-wrap {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .full-width-header {
        height: 9vh;
        background-color: #242424;
    }

    /* .desk-container {
        width: 100% !important;
    } */

    .hero-section_ {
        left: 0;
        min-height: auto;
        width: 40%;
    }
    .logo-img_,
    #logo_img {
        height: 5vh !important;
        cursor: pointer;
    }
    .hero-image_ {
        background-size: cover;
        background-position: center;
        height: auto;
        max-height: 90vh;
        width: 100%;
    }

    .content-wrapper_ {
        min-height: auto;
        width: 70%;
        display: flex;
        justify-content: space-evenly;
    }

    .right-section {
        position: relative;
        width: 75%;
        justify-content: flex-start;
        padding-right: 2vmin;
        bottom: 0px;
        /* align-items: flex-start; */
        min-height: auto;
        gap: 2vmin;
    }

    .brand-header_ {
        display: block;
        margin-top: 1.5vmin;
        margin-bottom: 1.5vmin;
    }

    .features-section_ {
        padding: 32px 24px;
        gap: 16px;
        margin-bottom: 16px;
        height: 61vh;
    }

    .feature-description_ {
        /* width: 450px; */
        font-size: 2.5vmin;
    }

    .benefits-section_ {
        padding: 16px 24px;
    }

    .privacy-section_ {
        margin-bottom: 0px;
        height: 11vh;
    }

    .background-circle {
        display: block;
    }

    .circle-1 {
        left: 50px;
        top: 25vh;
    }

    .circle-2 {
        right: 70px;
        top: 23vh;
    }

    .circle-3 {
        top: 50vh;
        left: 250px;
    }

    #feature_subitem {
        font-size: 3.5vmin;
    }

    .angelcard_description_ {
        font-size: 1.8vmin;
    }

    .feature-terms_ {
        font-size: 1.5vmin;
    }

    .privacy-section_ a {
        font-size: 1.5vmin;
    }

    /* New sections - Tablet Landscape */
    .full-width-sections .container {
        padding: 0 20px;
    }

    .services-section,
    .cost-section {
        /* background: #000000; */
        border-radius: 6px;
        margin: 15px auto;
        padding: 20px;
        /* max-width: 900px; */
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }

    .cost-section {
        padding: 20px 0;
    }

    .angelcard-section {
        /* background: #000000; */
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        margin: 15px;
        padding: 20px;
    }

    .section-title {
        text-transform: none;
        font-size: 2.8vmin;
    }

    .services-grid {
        gap: 10px;
    }

    .service-item {
        gap: 16px;
    }

    .service-icon svg {
        width: 20px;
        height: 20px;
    }

    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 2vmin;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .angelcard-content {
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .angelcard-title {
        font-size: 3vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 1.8vmin;
        text-align: right;
    }

    .cost-grid {
        display: flex;
        flex-direction: row;
        gap: 8px;
        margin: 0 auto;
        width: 100%;
    }

    .cost-item {
        padding: 30px 20px;
        text-align: center;
        width: 100%;
        flex: 1;
    }

    .cost-title {
        font-size: 2.8vmin;
    }

    .cost-plan-title {
        text-transform: none;
        font-size: 2.2vmin;
    }

    .price-amount {
        margin-top: 3px;
        font-size: 2.8vmin;
    }

    .price-period {
        font-size: 1.8vmin;
    }

    .cost-description {
        font-size: 2vmin;
    }
    .footer-copyright {
        margin-top: 10px;
        text-align: center;
        font-size: 2vmin;
    }

    .footer-links {
        text-decoration: underline;
        color: #6E79FF;
        font-size: 2vmin;
        gap: 48px;
        display: flex;
        justify-content: center;
    }

    .footer-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 7px;
    }

    .footer-copyright p {
        margin-bottom: 0px;
    }

    .full-width-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px 0px;
        margin-top: 1px;
        background-color: #242424;
    }

    
    .feature-terms_ {
        text-align: center;
        font-size: 2vmin;
    }

    .service-icon svg {
        width: 30px;
        height: 45px;
    }
    .cost-icon svg {
        width: 3vmin;
        height: 3vmin;
    }

}


/* Desktop */
@media only screen and (min-width: 1400px) {
    .cost-section {
        margin-bottom: 10vh !important;
    }
   
    .footer-links a:visited {
        color: #6E79FF !important;
    }

    .footer-links a {
        color: #6E79FF !important;
    }

    .full-width-header {
        height: 9vh;
        background-color: #242424;
    }

    .desk-container {
        width: 100% !important;
    }

    .landscape-flex-wrap {
        display: flex;
        flex-direction: row;
    }

    .background-circle {
        display: block;
    }

    .hero-section_ {
        left: 0px;
        min-height: auto;
        width: 42%;
        max-width: fit-content;
        margin-top: 8vh;
    }

    .hero-image_ {
        background-size: cover;
        background-position: center;
        height: 100%;
        height: 100%;
        width: 100%;
    }

    .content-wrapper_ {
        margin-top: 5vh;
        height: 89vh;
        width: 75%;
        display: flex;
        justify-content: center;
        background: no-repeat;
    }

    .right-section {
        position: relative;
        max-width: 75%;
        justify-content: flex-start;
        padding-right: 2vmin;
        bottom: 0px;
        align-items: flex-start;
        height: 100%;
        gap: 2vmin;
        margin-top: 5vh;
    }

    .brand-header_ {
        display: block;
        margin-top: 1.5vmin;
        margin-bottom: 1.5vmin;
    }

    .logo-img_,
    #logo_img {
        height: 6vh !important;
        cursor: pointer;
    }

    .features-section_ {

        padding: 3vmin;
        margin-bottom: 1.5vmin;
        height: 66vh;
        gap: 2vmin;
    }

    .features-title_ {
        word-break: keep-all;
        font-size: 3.2vmin;
        height: 10vh;
    }

    .feature-icon_ {
        width: 29px;
        height: 25px;
        margin-bottom: 0px;
    }

    .features-list_ {
        display: flex;
        flex-direction: column;
        gap: 0vmin;
        padding-left: 20px;
        height: 32vh;
    }

    .feature-item_ {
        gap: 6px;
        height: 8vh;
    }

    .feature-description_ {
        /* width: 510px; */
        font-size: 2.6vmin;
        line-height: 140%;
        margin-bottom: 0;
        word-break: break-word !important;
    }

    .benefits-section_ {
        padding: 16px 24px;
        margin-bottom: 16px;
    }

    .benefits-title {
        font-style: normal;
        font-size: 1.8vmin;
        line-height: 140%;
    }

    .benefits-subtitle {
        font-size: 1.8vmin;
        line-height: 140%;
    }

    .platform-btn {
        padding: 0px;
        margin-bottom: 0px;
        height: 6vmin;
    }

     .cta-platform_footer {
        height: 6vmin;
        font-size: 1.8vmin;
        width: 20%;
    }

    .cta-platform_ {
        height: 6vmin;
        font-size: 1.8vmin;
        width: 100%;
    }

    .circle-1 {
        left: 50px;
        top: 30vh;
    }

    .circle-2 {
        right: 101px;
        top: 25vh;
    }

    .circle-3 {
        top: 40vh;
        left: 345px;
    }

    #feature_subitem {
        font-size: 4.5vmin;
    }

    .angelcard_description_ {
        font-size: 2.5vmin;
    }

    .feature-terms_ {
        font-size: 1.5vmin;
    }

    .privacy-section_ a {
        font-size: 1.5vmin;
    }

    /* New sections - Desktop */
    .full-width-sections .container {
        margin: 0px;
        max-width: 1500px;
        /* padding: 0 30px; */
    }

    .services-section {
        text-transform: none;
        /* background: #000000; */
        border-radius: 6px;
        margin: 20px auto;
        padding: 25px;
        /* max-width: 900px; */
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }

    .service-item {
        width: 100%;
        max-width: 100%;
    }
    
    .cost-section {
        /* background: #000000; */
        border-radius: 6px;
        /* margin-left: 40px; */
        padding: 25px;
        width: 75%;
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        margin: 0 auto;
    }
    

    .angelcard-section {
        /* background: #000000; */
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        margin: 20px;
        padding: 25px;
    }

    .section-title {
        text-transform: none;
        font-size: 3vmin;
    }

    .services-grid {
        gap: 15px;
    }

    .service-item {
        gap: 20px;
        display: flex;
        align-items: center;
    }

    .service-icon svg {
        width: 30px;
        height: 45px;
    }

    .cost-icon svg {
        width: 3vmin;
        height: 3vmin;
    }

    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 2.5vmin;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .angelcard-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 80px;
        /* width: 1400px; */
    }

    .angelcard-title {
        font-size: 2.5vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 1.6vmin;
        text-align: right;
    }

    .cost-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2vmin;
        /* max-width: 900px; */
        margin: 0 auto;
    }

    .cost-title {
        font-size: 2.2vmin;
    }

    .cost-plan-title {
        text-transform: none;

        font-size: 2.8vmin;
    }

    .price-amount {
        padding-top: 8px;
        font-size: 2.2vmin;
    }

    .price-period {
        font-size: 1.8vmin;
    }

    .cost-description {
        font-size: 2.2vmin;
    }

    .footer-copyright {
        margin-top: 10px;
        text-align: center;
        font-size: 1.5vmin;
    }

    .footer-copyright {
        margin-top: 10px;
        text-align: center;
        font-size: 2vmin;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .footer-copyright p {
        font-size: 1.7vmin;
        margin-bottom: 0px;
    }

    .footer-links {
        text-decoration: underline;
        color: #6E79FF;
        font-size: 2vmin;
        gap: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footerlink a:visited {
        color: #6E79FF;
    }

    
    .feature-terms_ {
        text-align: center;
        font-size: 2vmin;
        padding-bottom: 5px;
    }

    .footer-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 7px;
    }

    .full-width-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px 0px;
        margin-top: 1px;
        background-color: #242424;
    }

    h2 {
        text-transform: none;
    }
}


@media only screen and (min-width: 1700px) {
    .circle-1 {
        top: 28vh;
    }

    .circle-2 {
        top: 23vh;
    }

    .circle-3 {
        top: 37vh;
    }

   /*  #feature_subitem {
        font-size: 4.5vmin;
    } */

    h2 {
        text-transform: none;
    }

    /* New sections - Large Desktop */
    .services-section {
        /* background: #000000; */
        border-radius: 6px;
        margin: 20px auto;
        padding: 25px;
        /* max-width: 900px; */
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }
    
    .cost-section {
        /* background: #000000; */
        border-radius: 6px;
        /* margin-left: 40px; */
        padding: 25px;
        width: 75%;
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        margin: 0 auto;
    }



    .angelcard-section {
        /* background: #000000; */
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        margin: 20px;
        padding: 25px;
    }

    .section-title {
        text-transform: none;
        font-size: 2.8vmin;
    }

    .services-grid {
        gap: 12px;
    }

    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 2.4vmin;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .angelcard-title {
        font-size: 2.2vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 1.3vmin;
        text-align: right;
    }

    .footer-copyright p{
        margin-top: 10px;
        text-align: center;
        font-size: 1.5vmin;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .footer-links {
        text-decoration: underline;
        color: #6E79FF;
        font-size: 1.8vmin;
        gap: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .cost-title {
        font-size: 2vmin;
    }

    .cost-plan-title {
        text-transform: none;
        font-size: 2.6vmin;
    }

    .price-amount {
        margin-top: 1px;
        font-size: 2.2vmin;
    }

    .price-period {
        font-size: 2vmin;
    }

    .cost-description {
        font-size: 2.2vmin;
    }
    .footer-copyright p {
        font-size: 1.8vmin;
        margin-bottom: 0px;
    }
    .cost-section {
        margin-bottom: 15vh !important;
    }
}


@media only screen and (min-width: 2000px) {
    .circle-1 {
        top: 27vh;
    }

    .circle-2 {
        top: 20vh;
    }

    .circle-3 {
        top: 30vh;
    }

    /* New sections - Ultra Large Desktop */
    .services-section {
        text-transform: none;
        border-radius: 6px;
        margin: 20px auto;
        padding: 25px;
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }
    
    .cost-section {
        border-radius: 6px;
        padding: 25px;
        width: 75%;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }

    .features-title_ {
        font-size: 3.0vmin;
    }

    .feature-description_ {
        font-size: 2.4vmin;
    }

    .benefits-title {
        font-size: 1.7vmin;
    }

    .benefits-subtitle {
        font-size: 1.7vmin;
    }

    .section-title {
        text-transform: none;
        font-size: 2.6vmin;
    }

    .services-grid {
        gap: 14px;
    }

    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 2.2vmin;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .angelcard-title {
        font-size: 1.9vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 1.1vmin;
        text-align: right;
    }

    .cost-title {
        font-size: 1.7vmin;
    }

    .cost-plan-title {
        text-transform: none;
        font-size: 2.2vmin;
    }

    .price-amount {
        font-size: 1.7vmin;
    }

    .price-period {
        font-size: 1.4vmin;
    }

    .cost-description {
        font-size: 1.7vmin;
    }

    .footer-copyright {
        margin-top: 10px;
        text-align: center;
        font-size: 1.5vmin;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .footer-links {
        text-decoration: underline;
        color: #6E79FF;
        font-size: 1.5vmin;
        gap: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-copyright p {
        margin-bottom: 0px;
    }

    .hero-section_ {
        margin-top: 8vh;
    }

    .right-section {
        margin-top: 8vh;
    }
    .cost-section {
        margin-bottom: 15vh !important;
    }
}


@media only screen and (min-width: 2400px) {
    .circle-1 {
        top: 24vh;
    }

    .features-section_ {
        padding: 3vmin;
        margin-bottom: 1.5vmin;
        height: 62vh;
        gap: 2vmin;
    }

    .privacy-section_ {
        height: 7vh;
    }

    /* New sections - Ultra Wide Desktop */
    .features-title_ {
        font-size: 2.8vmin;
    }

    .feature-description_ {
        font-size: 2.2vmin;
    }

    .benefits-title {
        font-size: 1.6vmin;
    }

    .benefits-subtitle {
        font-size: 1.6vmin;
    }

    .services-section {
        text-transform: none;
        border-radius: 6px;
        margin: 20px auto;
        padding: 25px;
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }
    
    .cost-section {
        border-radius: 6px;
        padding: 25px;
        width: 75%;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }

    .section-title {
        text-transform: none;
        font-size: 2.4vmin;
    }

    .services-grid {
        gap: 12px;
    }

    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 2.1vmin;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .angelcard-title {
        font-size: 1.7vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 1.3vmin;
        text-align: right;
    }

    .content-wrapper_ {
        margin-top: 5vh;
        height: 95vh;
        width: 75%;
        display: flex;
        justify-content: center;
    }



    .cost-title {
        font-size: 1.5vmin;
    }

    .cost-plan-title {
        text-transform: none;
        font-size: 2.1vmin;
    }

    .cost-icon svg {
        width: 3vmin;
        height: 3vmin;
    }

    .service-icon svg {
        width: 45px;
        height: 45px;
    }

    .price-amount {
        padding-top: 5px;
        font-size: 1.8vmin;
    }

    .price-period {
        font-size: 1.5vmin;
    }
    .footer-copyright {
        margin-top: 10px;
        text-align: center;
        font-size: 1.8vmin;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .cost-grid {
        display: flex;
        flex-direction: row;
        gap: 2vmin;
        margin: 0 auto;
        width: 100%;
    }

    .footer-links {
        text-decoration: underline;
        color: #6E79FF;
        font-size: 1.8vmin;
        gap: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cost-description {
        font-size: 1.8vmin;
    }
}

/* Ultra-wide screens - 2500px+ */
@media only screen and (min-width: 2500px) {
    /* Main UI Elements */
    .features-title_ {
        font-size: 2.7vmin;
    }

    .feature-description_ {
        font-size: 2.1vmin;
    }

    .benefits-title {
        font-size: 1.5vmin;
    }

    .benefits-subtitle {
        font-size: 1.5vmin;
    }

    .cta-platform_footer,
    .cta-platform_ {
        font-size: 1.6vmin;
    }

    /* New sections - Ultra-wide Desktop */
    .services-section {
        text-transform: none;
        border-radius: 6px;
        margin: 20px auto;
        padding: 30px;
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }
    
    .cost-section {
        border-radius: 6px;
        padding: 30px;
        width: 75%;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }

    .section-title {
        text-transform: none;
        font-size: 2.2vmin;
    }

    .services-grid {
        gap: 16px;
    }

    .service-item {
        gap: 20px;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .service-icon svg {
        width: 4vmin;
        height: 4vmin;
    }

    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 2.1vmin;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .cost-icon svg {
        width: 3.2vmin;
        height: 3.2vmin;
    }

    .cost-title {
        font-size: 1.7vmin;
    }

    .cost-plan-title {
        text-transform: none;
        font-size: 2.1vmin;
    }

    .cost-grid {
        display: flex;
        flex-direction: row;
        gap: 2vmin;
        margin: 0 auto;
        width: 100%;
    }

    .angelcard-section {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        margin: 20px;
        padding: 30px;
    }

    .angelcard-title {
        font-size: 1.7vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 1.3vmin;
        text-align: right;
    }

    .cost-description {
        font-size: 1.9vmin;
    }
}

/* Ultra-high resolution screens - 3000px+ */
@media only screen and (min-width: 3000px) {
    /* New sections - Ultra-high resolution Desktop */
    .services-section {
        text-transform: none;
        border-radius: 6px;
        margin: 25px auto;
        padding: 35px;
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }
    
    .cost-section {
        border-radius: 6px;
        padding: 35px;
        width: 75%;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }

    .section-title {
        text-transform: none;
        font-size: 2.4vmin;
    }

    .services-grid {
        gap: 18px;
    }

    .service-item {
        gap: 22px;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .service-icon svg {
        width: 4vmin;
        height: 4vmin;
    }

    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 2.0vmin;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .cost-icon svg {
        width: 3.4vmin;
        height: 3.4vmin;
    }

    .cost-title {
        font-size: 1.6vmin;
    }

    .cost-plan-title {
        text-transform: none;
        font-size: 2.0vmin;
    }

    .cost-grid {
        display: flex;
        flex-direction: row;
        gap: 2.2vmin;
        margin: 0 auto;
        width: 100%;
    }

    .angelcard-section {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        margin: 25px;
        padding: 35px;
    }

    .angelcard-title {
        font-size: 1.6vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 1.2vmin;
        text-align: right;
    }

    .cost-description {
        font-size: 1.8vmin;
    }
}

/* Extreme ultra-high resolution screens - 4000px+ */
@media only screen and (min-width: 4000px) {
    /* New sections - Extreme resolution Desktop */
    .services-section {
        text-transform: none;
        border-radius: 6px;
        margin: 30px auto;
        padding: 40px;
        width: 75%;
        display: flex;
        justify-content: center;
        width: max-content;
    }
    
    .cost-section {
        border-radius: 6px;
        padding: 40px;
        width: 75%;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }

    .section-title {
        text-transform: none;
        font-size: 2.3vmin;
    }

    .services-grid {
        gap: 20px;
    }

    .service-item {
        gap: 25px;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .service-icon svg {
        width: 4vmin;
        height: 4vmin;
    }

    .service-title {
        padding-top: 6px;
        text-transform: none;
        font-size: 1.9vmin;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .cost-icon svg {
        width: 3.6vmin;
        height: 3.6vmin;
    }

    .cost-title {
        font-size: 1.5vmin;
    }

    .cost-plan-title {
        text-transform: none;
        font-size: 1.9vmin;
    }

    .cost-grid {
        display: flex;
        flex-direction: row;
        gap: 2.5vmin;
        margin: 0 auto;
        width: 100%;
    }

    .angelcard-section {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        margin: 30px;
        padding: 40px;
    }

    .angelcard-title {
        font-size: 1.5vmin;
        text-align: left;
    }

    .angelcard-subtitle {
        font-size: 1.1vmin;
        text-align: right;
    }

    .cost-description {
        font-size: 1.7vmin;
    }
}


/* end of front page new design change */

/* Footer styling to center content */
footer#colophon.site-footer {
    text-align: center;
    padding: 20px 0;
    background: #000000;
    color: #ffffff;
}

footer#colophon.site-footer div {
    margin-bottom: 10px;
}

footer#colophon.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

footer#colophon.site-footer a:hover {
    color: #A9AEE9;
}

footer#colophon.site-footer .text-textcolor {
    color: #C4C4C4;
    font-family: 'Poppins';
    font-size: 14px;
}

footer#colophon.site-footer nav {
    text-align: center;
}

footer#colophon.site-footer nav a {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 14px;
}

footer#colophon.site-footer nav a:hover {
    color: #A9AEE9;
}

footer#colophon.site-footer .breadcrumbs {
    text-align: center;
    margin-bottom: 10px;
}

footer#colophon.site-footer .breadcrumbs a {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 14px;
}

footer#colophon.site-footer .breadcrumbs a:hover {
    color: #A9AEE9;
}