.new_home_ui * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.new_home_ui html,
.new_home_ui body {
    height: 100%;
}

.new_home_ui body {
    background-size: cover;
}


.new_home_ui .headerImage {
    height: 60px;
    width: 60px;
}

.new_home_ui .navbar-nav .nav-link {
    color: white;
    margin-right: 25px;
    font-weight: 400;
    font-family: Roboto;
}

.new_home_ui .navbar-brand {
    color: #ffd700 !important;
    font-weight: bold;
}

.new_home_ui .hero {
    display: flex;
    align-items: center;
    aspect-ratio: 16/9;
    color: white;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, #ffffff 100%), linear-gradient(269.89deg, rgba(7, 36, 51, 0) 0.08%, rgba(19, 96, 135, 0.3) 38.03%, rgb(21 102 143 / 23%) 60.08%, #166D99 99.89%), url(https://uat-test.aiiongold.com/dash_new/home_img/mainImage.png) no-repeat center center;
    background-size: cover;
}


.new_home_ui .hero h1,
.new_home_ui .hero h2 {
    font-weight: 700;
    color: #FFFD70;
    font-size: 48px;
}


.new_home_ui .hero .contents {
    font-family: Lato;
font-weight: 500;
font-size: 28px;
line-height: 118%;
letter-spacing: 0%;
margin: 20px 0;


}

.new_home_ui .signup-text {
   font-family: Lato;
font-weight: 500;
font-size: 32px;
line-height: 118%;
letter-spacing: 0%;

}

.new_home_ui .btn-invest {
    background-color: #ffa500;
    /* border: none; */
    color: white;
    font-weight: 400;
    padding: 18px 40px;
    border: 4px solid #fff;
    width: 220;
    height: 75.30878448486328;
    top: 640.26px;
    left: 70px;
    border-width: 4px;
    border-radius: 40px;
    font-size: 20px;
}

.new_home_ui .btn-invest:hover {
    background-color: #ff8800;
}

.new_home_ui .gold-section {
    background-color: #fff;
}

.new_home_ui .gold-image {
    width: 90%;
    padding: 10px;
}

.new_home_ui .gold-is-a-timeless,
.new_home_ui .protect-your-wealth {
    font-family: Lato;
    color: #000;
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
}

.new_home_ui .highlight {
    font-family: Lato;
    font-weight: 800;
    font-size: 28px;
    line-height: 150%;
}

.new_home_ui .gold-text {
    font-weight: 700;
    font-size: 1.25rem;
}

.new_home_ui .features-section {
    background-color: #fff;
}

.new_home_ui .features-list p span {
    margin-bottom: 22px;
    font-family: Lato;
    font-weight: 500;
    font-size: 24px;
}

.new_home_ui .features-list b {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.new_home_ui .features-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .new_home_ui .gold-is-a-timeless {
        text-align: justify;
        font-size: 20px;
    }

    .new_home_ui .hero {
        padding: 100px 10px 10px 10px;
    }

    .new_home_ui .hero h1 {
        font-weight: 700;
        font-size: 35px;
    }

    .new_home_ui .hero p {
        font-size: 18px;
        margin: 10px 0;
    }

    .new_home_ui .btn-invest {
        font-weight: 400;
        padding: 10px 20px;
        border: 4px solid #fff;
        width: 220;
        height: 60;
        top: 640.26px;
        left: 70px;
    }

    .new_home_ui .signup-text {
        font-size: 18px;
        margin: 10px 0;
    }


}


.new_home_ui .protect-your-wealth {
    text-align: justify;
    font-size: 20px;
    margin-top: 10px;

}

.new_home_ui .features-image {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}

.new_home_ui .highlight {
    text-align: justify;
    margin-top: 10px;
    font-size: 20px;
}

.new_home_ui .features-list p span {
    text-align: justify;
}

.new_home_ui .features-list b {
    font-size: 20px;
    text-align: justify;
}



.new_home_ui .features-section-two {
    /* background: linear-gradient(180deg, #FFFFFF 16.1%, #357DBB 100%); */
    background: linear-gradient(179deg, #FFFFFF 40.1%, #357DBB 73%);
    margin-top: 100px;
}

.new_home_ui .feature-box {
    text-align: left;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    background-color: transparent;
    border-radius: 8px;
}

.new_home_ui .allimage {
    height: 45px;
    aspect-ratio: 1/1;
}

.new_home_ui .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.new_home_ui .feature-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -4%;
    vertical-align: middle;
}

.new_home_ui .feature-desc {
    margin-top: 10px;
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    vertical-align: middle;
    color: #6C747D;
}

.new_home_ui .right-align-box {
    display: flex;
    justify-content: flex-end;
}

.new_home_ui .tall-box {
    height: 100%;
}

@media (max-width: 991px) {
    .new_home_ui .feature-box {
        flex-direction: column;
        /* text-align: center; */
    }

    .new_home_ui .feature-title,
    .new_home_ui .feature-desc {
        text-align: justify;
    }

    .new_home_ui .right-align-box {
        justify-content: center;
        /* prevent pushing to side */
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .new_home_ui .tall-box {
        min-height: unset;
    }

    .new_home_ui .allimage {
        margin-bottom: 15px;
    }

    .new_home_ui .feature-icon {
        justify-content: left;
        margin-top: 20px;
    }

}



.new_home_ui .benefits-section {
    background: linear-gradient(179deg, #FFFFFF 22.1%, #357DBB 87%);
    color: #000;
}

.new_home_ui .benefits-image {
    max-width: 99%;
    height: auto;
    padding: 60px;
}

.new_home_ui .benefits-list {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 187%;
    letter-spacing: 1%;
}

.new_home_ui .benefits-list li {
    margin-bottom: 15px;
}

.new_home_ui .dot {
    font-size: 44px;
    color: #000000;
    font-weight: bold;
    margin-right: 15px;
}


@media (max-width: 991px) {
    .new_home_ui .benefits-section {
        background: #004e7c;
        color: #fff;
    }

    .new_home_ui .dot {
        font-size: 44px;
        color: #ffffff;
        font-weight: bold;
    }

    .new_home_ui .benefits-list {
        padding-left: 0;
    }

    .new_home_ui .benefits-image {
        max-width: 99%;
        height: auto;
        padding: 20px;
    }

    .new_home_ui .benefits-list {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 20px;
        line-height: normal;
    }
    .new_home_ui .benefits-list li {
        margin-bottom: 5px;
    }
}

.new_home_ui .token-section ul {
    list-style: none;
    padding-left: 0;
}

.new_home_ui .token-section li {
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #222;
}

.new_home_ui .token-section li::before {
    margin-right: 12px;
    font-size: 1.2rem;
}

.new_home_ui .token-highlight {
    color: #004075;
    font-weight: 600;
    margin-top: 25px;
}

.new_home_ui .token-image {
    max-width: 100%;
    height: auto;
}

.new_home_ui .token-image-bottom {
    height: 445px;
    justify-content: center;
    align-items: center;
}

.new_home_ui .token-image-container {
    max-width: 55px;
}

@media (max-width: 991px) {
    .new_home_ui .token-image-bottom {
       height: 225px;
        justify-content: center;
        align-items: center;
    }

    .new_home_ui .token-image {
    max-width: 90%;
    height: auto;
}
}

.new_home_ui .token-section {
    text-align: left;
}

.new_home_ui .token-section li {
    text-align: left;
}



.new_home_ui .gold-box-section {
    background-color: #fff;
}

.new_home_ui .gold-box-image {
    max-width: 80%;
    height: auto;
}

.new_home_ui .gold-feature-list {
    list-style: none;
    padding: 0;
}

.new_home_ui .gold-feature-list li {
    align-items: flex-start;
    margin-left: 25px;
    color: #1b1b1b;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
}

.new_home_ui .gold-feature-list li img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.new_home_ui .gold-box-highlight {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
    letter-spacing: 1%;
    color: #044572;
}

@media (max-width: 991px) {
    .new_home_ui .gold-box-highlight {
        text-align: right;
        padding: 0 20px;
        font-size: 14px;
    }


.new_home_ui .gold-box-image {
    max-width: 100%;
    height: auto;
}

.new_home_ui .gold-feature-list li {
    margin-left: 5px;
    color: #1b1b1b;
    font-size: 20px;
}

.new_home_ui .gold-feature-list li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

}

/* video sections  */
.new_home_ui .learnMorebutton {
    font-family: Lato;
    font-weight: 400;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #000000;
}

.new_home_ui .img-fluid {
    width: 100%;
}

/* this is graph section */

.new_home_ui .calculator-container {
    background: url('https://uat-test.aiiongold.com/dash_new/home_img/dotted.png') no-repeat center center;
    overflow: hidden;
    width: 100%;
}

/* Left Panel Styling */
.new_home_ui .left-panel {
    border: 1.5px solid #FFFFFF33;
    padding: 50px;
    background: radial-gradient(circle at center,
            rgba(11, 207, 254, 0.6) 0%,
            rgba(11, 207, 254, 0.3) 40%,
            rgba(11, 207, 254, 0) 100%);

    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px #00000040;
    backdrop-filter: blur(313.20001220703125px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.new_home_ui .input-group-custom {
    margin-bottom: 20px;
}

.new_home_ui .input-group-custom label {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #fff;

}

.new_home_ui .input-group-custom .form-control {
    border-radius: 8px;
    color: #fff;
    height: 27;
    max-width: 99;
    top: 35px;
    padding: 0%;
    left: 347px;
    border-radius: 8px;
    border-width: 1px;
    background: transparent;
    border: none
}

.new_home_ui .input-group-custom .form-selecter {
    width: 100%;
    background: transparent;
    padding: 5px 0;
    color: #fff;
    border-radius: 7px;
    /* optional: removes native styling */

}

.new_home_ui .input-group-custom .form-selecter option {
    background-color: #0d2f3f;
    /* desired background for options */
    color: #fff;
}

.new_home_ui .indetifyear-wrapper {
    border: 1px solid #0ACEFE;
    display: flex;
    align-items: center;
    color: #fff;
    height: 27px;
    border-radius: 8px;
    padding: 0 8px;
    max-width: 100px;
    overflow: hidden;
}

.new_home_ui .input-group-custom .form-control:focus {
    outline: none;
    color: #e0e0e0;
    background: transparent;
}

/* Range Slider Styling */
.new_home_ui .form-range {
    border-radius: 5px;
    outline: none;
    opacity: 0.7;
    transition: opacity .15s ease-in-out;
    margin-top: 10px;
}

.new_home_ui .form-range:hover {
    opacity: 1;
}

.new_home_ui .form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #0BCFFE;
    border-radius: 50%;
    cursor: pointer;
}

.new_home_ui .form-range::-moz-range-thumb {

    background: #0BCFFE;
    border-radius: 50%;
    cursor: pointer;
}

.new_home_ui .calculate-btn {
    bottom: 0;
    width: 100%;
    top: 567px;
    left: 30px;
    border-radius: 8px;
    border-width: 0.8px;
    background: #0BCFFE;
    color: #fff;
    border: 0.8px solid #0BCFFE
}

.new_home_ui .calculate-btn:hover {
    background: #018eb1;
    color: #0d1a26;
}

/* Right Panel Styling */
.new_home_ui .right-panel {
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
}

.new_home_ui .right-panel h2 {
    color: #0BCFFE;
    font-family: Lato;
    font-weight: 600;
    font-size: 28px;
    line-height: 20px;
    letter-spacing: 0%;

}

.new_home_ui .right-panel .monthly-invest {
    color: #ffffff;
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;

}

.new_home_ui .right-panel .growth-text {
    font-family: Lato;
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
    margin: 10px 0;
}

.new_home_ui .returns-summary {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* margin-bottom: 30px; */
    flex-wrap: wrap;
}

.new_home_ui .returns-item {
    text-align: center;
}

.new_home_ui .returns-item .label {
    /* font-size: 0.9rem; */
    margin-bottom: 5px;
    color: #fff;
}

.new_home_ui .returns-item .value {
    /* font-size: 1.6rem; */
    font-weight: 700;
    color: #ffff;
    /* Cyan for values */
}

.new_home_ui .returns-item .rate {
    /* font-size: 1rem; */
    color: #a0a0a0;
    margin-top: 5px;
}

.new_home_ui .returns-item .arrow-icon {
    /* font-size: 1.5rem; */
    color: #00bcd4;
    margin-left: 10px;
    margin-right: 10px;
}


/* Chart Styling */
.new_home_ui .chart-wrapper {
    width: 100%;
    height: 400px;
    border-radius: 8px;
}

/* Responsive adjustments for right panel */
@media (max-width: 991px) {
    .new_home_ui .right-panel {
        align-items: flex-start;
        text-align: left;
        padding: 0 0 0 3px;
    }

    .new_home_ui .returns-summary {
        justify-content: flex-start;
        /* Align items to start */
    }

    .new_home_ui .returns-item {
        margin-right: 30px;
        /* Space between items */
    }

    .new_home_ui .learnMorebutton {

        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .new_home_ui .left-panel {
        border: none;
        padding: 10px 10px;
        box-shadow: none;
        background: none;
        height: 100%;
        background: radial-gradient(circle at center,
                rgba(11, 207, 254, 0.6) 0%,
                rgba(11, 207, 254, 0.3) 80%,
                rgba(11, 207, 254, 0) 100%);

        border-radius: 10px;
        backdrop-filter: blur(0);
    }

    .new_home_ui .form-range {
        margin-top: 5px;
    }

    .new_home_ui .right-panel .monthly-invest {
        font-size: 15px;
    }

    .new_home_ui .right-panel .growth-text {
        font-size: 15px;
        color: #ffffff;
        margin: 5px 0;
    }

}

/* start of arrow section styling */

.new_home_ui .steps-container {
    position: relative;
    animation: slideInFromLeft 1.2s ease-out forwards;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.new_home_ui .background-image {
    width: 73%;
    height: 450px;
    padding: 3%;
    margin-top: 180px;
}

.new_home_ui .step-text {
    position: absolute;
    max-width: 250px;
}

.new_home_ui .step-1 {
    top: 25%;
    left: 10%;
}

.new_home_ui .step-2 {
    top: 10%;
    left: 37%;
}

.new_home_ui .step-3 {
    top: 0%;
    right: 12%;
}

.new_home_ui .step-text h6 {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    color: #044572;
}

.new_home_ui .strong-groth {
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    color: #044572;
}

.new_home_ui .step-text p {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6C747D;

}


/* end of arrow section styling */


.new_home_ui .calculator-banner {
    position: relative;
    background-color: #ffffff;
    text-align: center;
    padding: 80px 0px;
    overflow: hidden;
}

.new_home_ui .calculator-banner h2 {
    color: #044572;
    font-size: 28px;
    font-weight: 700;
    font-family: Lato;
    z-index: 2;
    position: relative;
    line-height: 50px;
}

.new_home_ui .calculator-banner p {
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6C747D;
}

.new_home_ui .calculatorSec {
    padding: 10px 20px;
    text-align: justify;

}

.new_home_ui .testimonial-wrapper {
    width: 300px;
    height: 280px;
    position: relative;
    padding-top: 50px;
    /* background: #000; */
}



.new_home_ui .testimonial-background {
    background-color: #044572;
    width: 100%;
    height: 100%;
    transform: rotate(146deg);
    border-radius: 70px 30px 90px 30px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.new_home_ui .testimonial-foreground {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    transform: rotate(367deg);
    border-radius: 90px 30px 90px 30px;
    padding: 30px 20px;
    position: absolute;
    top: 38px;
    left: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.10);
}

/* User image styling */
.new_home_ui .testimonial-user-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffffff;
    background: #ccc;
    position: absolute;
    top: 0px;
    left: 25%;
    transform: translateX(-50%);
    z-index: 3;
}

.new_home_ui .testimonial-user-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_home_ui .testimonial-text {
    transform: rotate(205deg);
}

.new_home_ui .centering {
    display: block;
    margin-top: 180px;
}

/* Background images */
.new_home_ui .calculator-banner::before,
.new_home_ui .calculator-banner::after {
    content: '';
    position: absolute;
    top: 0;
    width: 300px;
    height: 99%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.8;
    z-index: 1;
}

.new_home_ui .calculator-banner::before {
    left: -30px;
    background-image: url('https://uat-test.aiiongold.com/dash_new/home_img/leftNetwork.png');
}

.new_home_ui .calculator-banner::after {
    right: -24;
    background-image: url('https://uat-test.aiiongold.com/dash_new/home_img/rightNetwork.png');
    rotate: 180;
    transform: scaleX(-1);
    transform: rotate(360deg);
}

@media (max-width: 991px) {

    .new_home_ui .steps-container {
        display: none;
    }

    .new_home_ui .background-image {
        display: none;
    }

    .new_home_ui .calculator-banner h2 {
        font-size: 30px;
        color: #044572;
        line-height: 39px;

    }


    .new_home_ui .calculator-banner::before,
    .new_home_ui .calculator-banner::after {
        display: none;
    }

    .new_home_ui .calculator-banner {
        position: relative;
        background-color: #ffffff;
        text-align: center;
        padding: 0;
        overflow: hidden;
    }

}

.new_home_ui .faq-section {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 0 auto;
}

.new_home_ui .faq-column {
    flex: 1;
    background-color: #fff;
    border-radius: 8px;
}

.new_home_ui .faq-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    cursor: pointer;
}

.new_home_ui .faq-item:last-child {
    border-bottom: none;
}

.new_home_ui .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #333;
}

.new_home_ui .faq-question .icon {
    font-size: 1.2em;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.new_home_ui .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding-top: 0;
    padding-bottom: 0;
    color: #555;
    line-height: 1.6;
}

.new_home_ui .faq-question span {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 18.69px;
    line-height: 23.78px;
    letter-spacing: 0px;
}

.new_home_ui .faq-answer {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 15.29px;
    line-height: 25.48px;
    letter-spacing: 0%;

}

.new_home_ui .faq-item.active .faq-answer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.new_home_ui .faq-item.active .faq-question .icon {
    transform: rotate(180deg);
}

.new_home_ui .faq-item.active .faq-question {
    color: #007bff;
}

.new_home_ui .faq-column.right .faq-item.active .faq-question {
    color: #007bff;
}

.new_home_ui .faq-column.right .faq-item.active .faq-question .icon {
    color: #007bff;
}

.new_home_ui .faq {
    color: #303A42;
    text-align: center;
    font-family: Poppins;
    font-weight: 700;
    font-size: 65px;
    position: absolute;
}



.new_home_ui .bg-aiion-gold {
    background-color: #044572;
}

/* Custom styles for responsiveness on smaller screens if needed, though Bootstrap handles most */
@media (max-width: 991px) {
    .footer-col-mobile-center {
        text-align: center;
        align-items: center;
        /* For flex items */
    }

    .new_home_ui .faq-section {
        display: block;
    }

    .new_home_ui .faq-section {
        display: block;
    }

    .new_home_ui .calculator-banner p {
        text-align: center;
        padding: 0 20px;
    }
    .new_home_ui .faq {
    color: #303A42;
    text-align: center;
    font-family: Poppins;
    font-weight: 700;
    font-size: 45px;
    position: absolute;
}


}


.new_home_ui .faqbgColors {
    height: 175px;
    width: 205px;
    margin-right: 200px;
}


/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.footerimage {
    width: 80px;
    height: 80px;
    object-fit: cover;

}




/* ------------------------------------------ We offer great  plan for the Users */


.new_offer_heading {
    font-family: Poppins;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: -0.8%;
    vertical-align: middle;
}

.new_heading {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
    padding-top: 60px;
}

.new_about-content {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #9DA3BA;
    max-width: 890px;

}

.new_plan-toggle {
    text-align: center;
    margin-top: 20px;
}

.new_plan-toggle .new_btn {
    background: transparent;
    border: 1px solid #0dcaf0;
    color: #0dcaf0;
    border-radius: 20px;
    margin: 0 5px;
}

.new_plan-toggle .new_btn.active {
    background: #0dcaf0;
    color: #fff;
    margin: 10px;
}

.new_plan-cards {
    margin-top: 40px;
}

.new_card-plan {
    background-color: #0b2847;
    border-radius: 20px;
    padding: 30px 20px;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.new_card-plan:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
}

.new_card-plan h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0dcaf0;
}

.new_card-plan p {
    font-size: 14px;
    margin-bottom: 5px;
}

.new_card-plan .btn {
    margin-top: 15px;
    border-radius: 25px;
    background-color: #0dcaf0;
    border: none;
}

.new_icon-bg {
    position: absolute;
    bottom: -60px;
    right: 30px;
    width: 180px;
    opacity: 0.15;
}

.new_aiiongoldbgImage {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.toggle-pill-container {
    display: flex;
    justify-content: center;
}

.toggle-pill {
    position: relative;
    display: flex;
    background: radial-gradient(89.33% 117.45% at 7.79% 5.87%, rgba(15, 71, 123, 0.52) 0%, rgba(57, 107, 154, 0.05) 100%);

    border-radius: 50px;
    padding: 3px;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.toggle-btn {
    position: relative;
    z-index: 2;
    border: none;
    background: transparent;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    transition: color 0.3s ease;
    cursor: pointer;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    vertical-align: middle;
    text-transform: uppercase;

}

.toggle-btn.active {
    color: #ffffff;
}

.toggle-indicator {
    position: absolute;
    height: 100%;
    width: 50%;
    background: #00d2ff;
    border-radius: 50px;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease;
    box-shadow: 0px 4px 4px 0px #00000040;
    backdrop-filter: blur(25px)
}



/* From Uiverse.io by AbanoubMagdy1 */
.switch {
    --circle-dim: 1.4em;
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #15A9EA;
    transition: .4s;
    border-radius: 30px;
}

.slider-card {
    position: absolute;
    content: "";
    height: var(--circle-dim);
    width: var(--circle-dim);
    border-radius: 20px;
    left: 0.3em;
    bottom: 0.3em;
    transition: .4s;
    pointer-events: none;
}

.slider-card-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    perspective: 1000px;
    border-radius: 50%;
    transition: .4s transform;
}

.slider-card-front {
    background-color: #ffffff;
}

.slider-card-back {
    background-color: #379237;
    transform: rotateY(180deg);
}

input:checked~.slider-card .slider-card-back {
    transform: rotateY(0);
}

input:checked~.slider-card .slider-card-front {
    transform: rotateY(-180deg);
}

input:checked~.slider-card {
    transform: translateX(1.5em);
}

input:checked~.slider {
    background-color: #9ed99c;
}

.new_offer-discount {
    padding: 5px 15px;
    border-radius: 9999999px;
    background-color: #62c2eb00;
    box-shadow: 4px 4px 4px 0px lch(65.34% 44.27 253.4);
    border: 1px solid gray;
}

.new_card-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 50px 0;
    gap: 20px;
    justify-content: center;

}

.new_card {
   width: 320px; /* Increased width for each card */
            height: 400px; /* Height of the card */
            flex-shrink: 0; /* Prevent cards from shrinking */
            border-radius: 20px;
            background: radial-gradient(89.33% 117.45% at 7.79% 5.87%, rgba(15, 71, 123, 0.52) 0%, rgba(57, 107, 154, 0.05) 100%);
            border: 1.5px solid rgba(255, 255, 255, 0.2); /* Subtle border */
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            backdrop-filter: blur(25px); /* Ensure backdrop-filter is supported */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            color: white;
            text-align: center;
            cursor: pointer;
            transition: transform 0.4s ease, box-shadow 0.4s ease, border 0.4s ease; /* Smooth transitions */
}

.new_card.active {
   transform: scale(1.1); /* Make active card larger */
            box-shadow: 0px 11px 62px 0px rgba(21, 169, 234, 0.2), 0 0 30px rgba(0, 207, 254, 0.5); /* Glowing shadow */
            border: 2px solid #0BCFFE; /* Brighter border */
            z-index: 10; /* Bring active card to front */

}

.new_card-container::-webkit-scrollbar {
    display: none;
}

.wrapper {
    max-width: 100%;
    overflow: hidden;
}















/* --- Global Styles / Wrapper --- */
.wrapper {
    position: relative;
    padding-bottom: 50px;
}

.new_image-bg {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
    opacity: 0.7;
    top: 0;
    left: 0;
}

/* --- Slider Wrapper --- */
.slider-wrapper {
    position: relative;
    width: 100%; /* Flexible width for responsiveness */
    max-width: 900px; /* Limit maximum width */
    height: 480px; /* Fixed height for consistent card display */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; /* Centers the viewport */
    padding: 0 50px; /* Space for buttons without them being inside viewport */
    box-sizing: border-box;
}

/* --- Slider Viewport (Crucial for visible area and overflow) --- */
.slider-viewport {
    position: relative;
    width: 100%; /* Take full available width within slider-wrapper */
    height: 100%;
    overflow: hidden; /* THIS HIDES CARDS OUTSIDE THE VIEW */
    display: flex; /* For initial alignment (flex-start) */
    align-items: center; /* Vertically center the card container */
    box-sizing: border-box;
}

/* --- Card Container (The moving track of cards) --- */
.new_card-container {
    display: flex;
    /* transition for smooth sliding */
    transition: transform 0.5s ease-in-out;
    height: 100%;
    align-items: center; /* Vertically center cards */
    /* No gap here; margins on cards will create it */
}

/* --- Individual Cards --- */
.new_card {
    max-width: 280px;
    flex-shrink: 0; /* Prevent cards from shrinking */
    box-sizing: border-box;
    /* Only transition transform and opacity. Less properties = faster */
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out, border 0.3s ease-out;
    position: relative; /* For z-index */
    cursor: pointer;
    transform-origin: center center;

    /* Default state for non-active cards */
    opacity: 0.7; /* Slightly faded */
    transform: scale(0.9); /* Smaller */
    z-index: 1; /* Behind active */
    border-radius: 20px; /* Match plan card border-radius */
    overflow: hidden; /* Ensures shadow/border conform to shape */
}

/* Active card styles */
.new_card.active {
    opacity: 1; /* Fully visible */
    transform: scale(1.1); /* Larger and more prominent */
    box-shadow: 0 0 40px rgba(0, 207, 254, 0.7), 0 0 15px rgba(255, 255, 255, 0.2);
    border: 2px solid #0BCFFE;
    z-index: 100; /* Highest z-index */
}


/* --- Navigation Buttons --- */
.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: rgba(0, 0, 0, 0.6); */
    color: white;
    border: none;
    padding: 18px 12px;
    cursor: pointer;
    z-index: 150;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.2s ease;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
}

.slider-nav-btn:hover:not(:disabled) {
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateY(-50%) scale(1.05);
}

.slider-nav-btn:disabled {
    opacity: 0.2;
    cursor: not-allowed;
    box-shadow: none;
}

.slider-nav-left {
    left: 10px; /* Position relative to slider-wrapper */
}

.slider-nav-right {
    right: 10px; /* Position relative to slider-wrapper */
}

/* --- Existing .new_plan-card styles (unchanged, as they style content inside card) --- */
.new_plan-card {
    height: 100%; /* Take full height of its parent (.new_card) */
            display: flex;
            flex-direction: column;
                background-color: #0b284786;

            justify-content: space-between;
            padding: 50px;
            border-radius: 20px;
            border: 1.5px solid #FFFFFF33;
            box-shadow: 0px 4px 4px 0px #00000040;

backdrop-filter: blur(25px)

    
}

.new_plan-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #0096D8;
}

.new_plan-rate {
     display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px; /* Gap between percentage and duration */
            color: white;
            margin-top: 15px;
}

.new_percentage {
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.new_duration {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
}

.new_divider {
    border: none;
    border: 1px solid #FFFFFF33;
    margin: 15px 0;
}

.new_plan-details-p {
    font-weight: 500;
            font-size: 14px;
            line-height: 39px;
            letter-spacing: -0.16px;
            color: #9DA3BA;
            margin-bottom: 0;
}

.new_highlight {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #1ed3ff;
}

.new_highlight.blue {
    color: #1ed3ff;
}

.new_plan-btn {
    border-radius: 28px;
            padding: 12px 32px;
            border: none;
            background: #0BCFFE;
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: -0.16px;
            margin-top: 25px; /* More space above button */
            width: 100%;
            cursor: pointer;
            transition: background-color 0.3s ease;
}

.new_plan-btn:hover {
    background: #0099cc;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) { /* Adjust breakpoint if needed */
    .slider-wrapper {
        height: 440px;
        max-width: 700px;
    }
    .new_card {
        min-width: 230px;
        max-width: 230px;
        margin: 0 12px;
    }
    .new_card.active { transform: scale(1.05); }
    .new_card.prev, .new_card.next { transform: scale(0.88); }
}

@media (max-width: 768px) {
    .slider-wrapper {
        height: 400px;
        max-width: 600px;
        padding: 0 30px;
    }
    .new_card {
        min-width: 200px;
        max-width: 200px;
        margin: 0 10px;
    }
    .new_card.active { transform: scale(1); } /* Less scale to fit more */
    .new_card.prev, .new_card.next { transform: scale(0.8); opacity: 0.6; }
    .slider-nav-btn {
        padding: 15px 10px;
        font-size: 0.8em;
    }
}

@media (max-width: 576px) {
    .slider-wrapper {
        flex-direction: column; /* Stack elements */
        height: auto; /* Auto height to fit content */
        max-width: 320px; /* Accommodate single card */
        padding: 0; /* No side padding */
        margin-top: 20px; /* Add some top margin if needed */
    }
    .slider-viewport {
        height: 380px; /* Fixed height for single card view */
        margin-bottom: 20px; /* Space between card and buttons */
    }
    .new_card {
        min-width: 380px;
        max-width: 380px;
        margin: 0; /* No margin when only one card is active */
        opacity: 1; /* Always fully visible */
        transform: scale(1); /* No scale */
        box-shadow: none; /* Remove glow for mobile if desired */
        border: none; /* Remove border */
    }
    /* Hide side cards completely on very small screens */
    .new_card:not(.active) {
        opacity: 0;
        transform: scale(0.5); /* Shrink to hide quickly */
        pointer-events: none;
        position: absolute; /* Take them out of flow */
        left: 50%;
        transform: translateX(-50%) scale(0.5);
    }

    .slider-nav-btn {
        position: static; /* Make buttons flow normally */
        transform: none;
        margin: 5px 0; /* Vertical margin for stacked buttons */
        width: 80%; /* Buttons take more width */
        border-radius: 10px; /* Less round */
        font-size: 1em;
        padding: 12px;
    }
}
























   .animations {
             position: relative;
            width: 100%;
            max-width: 1200px; /* Max width for the section */
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 50px 20px; /* Padding for responsiveness */
            overflow: hidden
        }

        

        .swiper-container {
             position: relative;
            width: 100%;
            padding: 20px 0 65px 0; /* Space for content and pagination/nav */
            overflow: hidden; 
        }

        .swiper {
             width: 100%;
            height: 480px; 
            }

        .swiper-slide {
            width: 10rem;
            height: 22rem;
            display: flex;
            flex-direction: column;
            align-items: flex-start; 
            position: relative;
            border-radius: 12px;
        }

        .swiper-slide h3 {
            color: #fff;
            font-size: 2.5rem;
            line-height: 1.4;
            margin-bottom: 0.625rem;
            letter-spacing: 0.8px;
            position: relative;
        }

        .swiper-slide p {
            color: #fff;
            line-height: 1.6;
            font-size: 0.8rem;
        }

        .swiper-slide .slide-content {
            position: absolute;
            top: 45%;
            left: 50%;
            transform: translate(-50%, -45%);
            width: 90%;
            text-align: center; /* Center content within slide */
        }

        .swiper-slide .author {
            display: grid; /* Changed from initial none to grid for smooth transition */
            grid-template-columns: 1fr;
            justify-items: center;
            position: absolute;
            bottom: -90px;
            width: 100%;
            opacity: 0;
            transition: opacity 0.3s ease-in-out; /* Added transition for opacity */
        }

        .swiper-slide .author span {
            color: #111;
            display: block;
            margin: 5px 0 10px 0;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .swiper-slide .author img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 50%;
            border: 3.5px solid white;
        }

        .swiper-slide .author ul {
            display: flex;
            align-items: center;
            justify-content: center; /* Center stars */
        }

        .swiper-slide .author ul li svg {
            width: 20px;
            height: 20px; /* Ensure height is set for SVGs */
            color: orange;
            margin: 0 2px; /* Space between stars */
        }

        /* Active slide styles */
        .swiper-slide-active .author {
            opacity: 1;
        }

        /* Specific Slide Backgrounds and Fonts */
        .swiper-slide--one {
            background: #0575e6; /* fallback for old browsers */
            background: -webkit-linear-gradient(
                to bottom,
                #021b79,
                #0575e6
            ); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(
                to bottom,
                #021b79,
                #0575e6
            ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
        .swiper-slide--one h3 {
            font-family: "Cormorant Garamond", serif;
            font-weight: 600;
        }

        .swiper-slide--two {
            background: #23074d; /* fallback for old browsers */
            background: -webkit-linear-gradient(
                to bottom,
                #cc5333,
                #23074d
            ); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(
                to bottom,
                #cc5333,
                #23074d
            ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
        .swiper-slide--two h3 {
            font-family: "Quicksand", sans-serif;
        }

        .swiper-slide--three {
            background: #159957; /* fallback for old browsers */
            background: linear-gradient(
                to bottom,
                #159957,
                #159957
            ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
        .swiper-slide--three h3 {
            font-family: "Satisfy", cursive;
            font-weight: 300;
        }

        .swiper-slide--four {
            background: #b06ab3; /* fallback for old browsers */
            background: linear-gradient(
                to bottom,
                #b06ab3,
                #b06ab3
            ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
        .swiper-slide--four h3 {
            font-family: "Courgette", cursive;
            font-weight: 300;
        }

        .swiper-slide--five {
            background: #093028; /* fallback for old browsers */
            background: -webkit-linear-gradient(
                to bottom,
                #237a57,
                #093028
            ); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(
                to bottom,
                #237a57,
                #093028
            ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
        .swiper-slide--five h3 {
            font-family: "Noto Serif Vithkuqi", serif;
            font-weight: 300;
        }

        .swiper-slide--six {
            background: #b9f; /* fallback for old browsers */
            background: -webkit-linear-gradient(
                to bottom,
                #b9f,
                #3b2421
            ); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to bottom, #b9f, #3b2421);
        }
        .swiper-slide--six h3 {
            font-family: "Chonburi", cursive;
            font-weight: 400;
        }

        /* Swiper Navigation Buttons */
        .swiper-button-prev,
        .swiper-button-next {
            border-radius: 50%;
            top: 47%;
            width: 50px;
            height: 50px;
            color: #ffffff; /* Color of the arrow icon */
            display: flex; /* Ensure flex for centering SVG */
            align-items: center;
            justify-content: center;
        }

        .swiper-button-prev {
            left: -30px;
        }

        .swiper-button-next {
            right: -30px;
        }

        .swiper-button-prev::after,
        .swiper-button-next::after {
            /* Swiper's default content for arrows, we're replacing with SVG */
            content: "";
            display: none; /* Hide default arrow character */
        }

        .swiper-button-prev svg,
        .swiper-button-next svg {
            width: 25px;
            height: 25px; /* Ensure height is set for SVGs */
            stroke: currentColor; /* Use current color for stroke */
        }

        /* Hide navigation buttons on smaller screens */
        @media (max-width: 759px) { /* Adjusted breakpoint from 760px to 759px to match common mobile breakpoints */
            .swiper-button-prev,
            .swiper-button-next {
                display: none;
            }
        }


        @media (max-width: 1024px) {
            .new_card {
                width: 280px; /* Slightly smaller on tablets */
                height: 380px;
            }
        }

        @media (max-width: 768px) {
            .new_card {
                width: 250px; /* Even smaller on mobile */
                height: 350px;
            }
            .new_plan-card {
                padding: 30px 20px;
            }
            .new_percentage {
                font-size: 32px;
            }
            .new_duration {
                font-size: 14px;
            }
            .new_highlight {
                font-size: 18px;
            }
        }

        @media (max-width: 576px) {
            .new_card {
                width: 90%; /* Take up most of the screen width */
                max-width: 320px; /* Limit max width on small screens */
                height: auto; /* Allow height to adjust to content */
                margin: 0 auto; /* Center single card */
            }
            .new_card.swiper-slide-active {
                transform: scale(1); /* No extra scale on mobile active */
            }
            .swiper {
                height: auto; /* Adjust swiper height to fit content */
                padding-bottom: 20px; /* Less padding below swiper */
            }
            .swiper-button-prev,
            .swiper-button-next {
                display: none; /* Hide nav buttons on very small screens */
            }
        }




.new_image-bg {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /* z-index: 0;
    opacity: 0.3; */
    object-fit: cover;
    position: absolute;
    pointer-events: none;
}

.new_image-top {
    /* top: -80px; */
    left: 145px;
}

.new_image-bottoms {
    bottom: 80px;
    right: 0;
}


@media (max-width: 991px) {
    .new_offer_heading {
        font-size: 20px;
    }

    .new_heading {
        padding-top: 30px;

    }
    .new_home_ui .faqbgColors {
    height: 93px;
    width: 105px;
    margin-right: 100px;
}
.new_card{
    min-width: 300px;
}
.new_offer-discount {
    padding: 2px 8px;
    border-radius: 9999999px;
    }
.new_image-bg{
    display: none;
}
.new_plan-card {
    border-radius: 20px;
}
}

/*----------------------------------------- end of styles of the graph sections */



@media (max-width: 991.98px) {
  .new_home_ui .step-text {
    position: static;
    max-width: 100%;
    margin-bottom: 2rem;
    text-align: left;
  }

  .new_home_ui .steps-container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}


@media (max-width: 767.98px) {
  .new_home_ui .steps-container {
        margin-top: 0px;
        padding: 0 1rem;
  }
}


/* Add this to your CSS */
.footerimage {
    max-width: 100%; /* Ensures the image scales down */
    height: auto; /* Maintains aspect ratio */
    width: 100px; /* Example fixed width, adjust as needed for the logo size */
    height: 100px; /* Example fixed height, adjust as needed for the logo size */
    border-radius: 50%; /* If it's a circular logo */
    display: block; /* Prevents extra space below the image */
    /* On small screens, if the parent col is text-align: center, this will center it */
    margin: 0 auto; /* Default for mobile/tablet stacking */
}

/* For medium (md) and larger screens, ensure it's left-aligned if the parent column is flex-start */
@media (min-width: 768px) {
    .footerimage {
        margin-left: 0; /* Override auto margin to align left */
        margin-right: auto; /* Ensure it stays left */
    }
}

/* Ensure the custom background color is defined (if not already) */
.bg-aiion-gold {
    background-color: #003366;
}

/* The existing custom media query for mobile centering is fine */
@media (max-width: 767.98px) {
    .footer-col-mobile-center {
        text-align: center;
        align-items: center; /* For flex items */
    }
}

/* Add or ensure these styles for the newsletter input/button if not already present */
.form-control.bg-opacity-25 {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}
.form-control.bg-opacity-25::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.btn-primary {
    background-color: #007bff; /* Bootstrap default blue */
    border-color: #007bff;
}
.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
