.latest h2{
font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 42.87px;
leading-trim: NONE;
line-height: 51.46px;
letter-spacing: -0.3px;
text-align: center;
color: #2F327D;

}

.latest p{
    font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -0.3px;
text-align: center;
vertical-align: middle;
color: #333B46;
}

.latest img{
    border-radius: 12px;
}

.latest h4{
    font-family: Manrope;
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
leading-trim: NONE;
line-height: 25px;
letter-spacing: -0.3px;
vertical-align: middle;
color: #FF725E;
max-width: 90%;
margin-top: 3%;
}

.latest h6{
    font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 17.16px;
letter-spacing: -0.3px;
vertical-align: middle;
color: #333B46;
max-width: 90%;
}

.take_step{
    background-color: #E2FFFD;
    border-radius: 18px;
}

.take_step{
    background-image: url('../images/latest/bg_take.svg');
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
}

.take_1{
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 1;
}

.take_2{
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 1;
}
.take_3{
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 1;
}
.take_4{
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 1;
}

.take_step button{
    background-color: #FF725E;
    border-radius: 18px;
    border: none;
    color: #E2FFFD;
    font-size: 16px;
    padding: 10px 30px;
    margin-top:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Comprehensive h3{
font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 31.8px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: --1px;
vertical-align: middle;
color: #4460B5;
}

.Comprehensive p{
font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 15.85px;
leading-trim: NONE;
line-height: 27.8px;
letter-spacing: 0%;
vertical-align: middle;
color: #333B46;
}

 .accordion-container {
            /* max-width: 800px; */
            margin: 0 auto;
            padding: 0 1rem;
        }

        .page-title {
            text-align: center;
            margin-bottom: 3rem;
            color: #2c3e50;
            font-weight: 300;
            font-size: 2.5rem;
            letter-spacing: -0.5px;
        }

        .classy-accordion {
            border: none;
            border-radius: 0;
            background: transparent;
        }

        .classy-accordion-item {
            border: none;
            border-bottom: 1px solid #e8e8e8;
            background: #fff;
            margin-bottom: 0;
            transition: all 0.2s ease;
        }

        .classy-accordion-item:last-child {
            border-bottom: none;
        }

        /* .classy-accordion-item:hover {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        } */

        .classy-accordion-button {
            font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 20px !important;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;

            background: #fff;
            border: none;
          
            font-weight: 500;
            padding: 2.5rem 4rem 2.5rem 0rem !important;
            border-radius: 0;
            box-shadow: none;
            transition: all 0.2s ease;
            text-align: left;
            width: 100%;
            position: relative;
        }

        .classy-accordion-button:focus {
            box-shadow: none;
            border: none;
        }

        .classy-accordion-button:hover {
            background: #f8f9fa;
            color: #2c3e50;
        }

        .classy-accordion-button:not(.collapsed) {
            background: #fff;
            color: #2c3e50;
            border-bottom: 1px solid #e8e8e8;
        }

        .classy-accordion-button::after {
            content: '+';
            font-size: 1.5rem;
            font-weight: 300;
            color: #666;
            position: absolute;
            right: 2rem;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.2s ease;
            background: none;
            border: none;
            width: auto;
            height: auto;
            margin: 0;
        }

        .classy-accordion-button:not(.collapsed)::after {
            /* content: '−'; */
            transform: translateY(-50%);
        }

        .classy-accordion-body {
            background: #fff;
           padding: 2.5rem 4rem !important;
              font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 20px !important;
            border-top: none;
            color: #222222;
            font-size: 0.95rem;
        }

        .classy-accordion-body p {
            margin-bottom: 1rem;
            line-height: 1.7;
        }

        .classy-accordion-body ul {
            padding-left: 1.2rem;
            margin-bottom: 1rem;
        }

        .classy-accordion-body li {
            margin-bottom: 0.5rem;
            color: #666;
        }

        .classy-accordion-body li::marker {
            color: #999;
        }

        .highlight {
            color: #2c3e50;
            font-weight: 500;
        }


        .accordion-item{
            /*border-top: 1px solid #e0e0e0 !important;*/
            border-bottom: 0px solid #e0e0e0 !important;
            border-left: 0px solid #e0e0e0 !important;
            border-right: 0px solid #e0e0e0 !important;
            margin-bottom: 1rem;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .page-title {
                font-size: 2rem;
            }

            .mobileView{
                display: flex;
                flex-direction: column;
                justify-content: center;
                /* align-items: center; */
            }
            .take_1{
                left: 0%;
            }
            .take_3 {
            right:0%;
            top: 0%;
            }
            .take_4{
                bottom: 0%;
                right: 0%;
            }
            .take_2{
                bottom: 0%;
                left: 0%;
            }
            .mobileView{
                margin-bottom: 2%;
            }
            
            .classy-accordion-button {
                padding: 1.25rem 1.5rem;
                font-size: 1rem;
            }
            
            .classy-accordion-button::after {
                right: 1.5rem;
            }
            
            .classy-accordion-body {
                padding: 1.5rem;
            }
        }

        /* Smooth transitions */
        .accordion-collapse {
            transition: all 0.3s ease;
        }

        /* Clean focus states */
        .classy-accordion-button:focus-visible {
            outline: 2px solid #2c3e50;
            outline-offset: -2px;
        }

        /* Subtle animation on load */
        .classy-accordion-item {
            animation: fadeIn 0.5s ease-out;
            animation-fill-mode: both;
            margin-bottom: 0px !important;
        }

        .classy-accordion-item:nth-child(1) { animation-delay: 0.1s; }
        .classy-accordion-item:nth-child(2) { animation-delay: 0.2s; }
        .classy-accordion-item:nth-child(3) { animation-delay: 0.3s; }
        .classy-accordion-item:nth-child(4) { animation-delay: 0.4s; }
        .classy-accordion-item:nth-child(5) { animation-delay: 0.5s; }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .accordion-button:not(.collapsed){
            background-color: white !important;
            color: black !important;
            box-shadow: none !important;
            
            /* border: 1px solid #2c3e50 !important */
        }