.menu_section {
    display: flex;
    column-gap: 92px;
}

/* Sidebar styles */
.sidebar {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    width: 433px;
}

ul.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.sidebar-menu li{
    width: 100%;    
    border-bottom: 1px solid rgba(28, 28, 28, 0.60);
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
ul.sidebar-menu li a {
    color: #1C1C1C;
    cursor: pointer;
    transition: 0.3s;
/*     font-family: "General Sans"; */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.sidebar-menu li:not(:first-child){
    margin-top: 48px;
}

ul.sidebar-menu li.active a{
    color: #F2102B;
}

ul.sidebar-menu li:hover a{
    color: #F2102B;
}
.study_arrow svg{
    transition: 0.3s;
}

ul.sidebar-menu li.active .study_arrow svg,ul.sidebar-menu li:hover .study_arrow svg{
    transform: rotate(45deg);
}
ul.sidebar-menu li.active .study_arrow svg path,ul.sidebar-menu li:hover .study_arrow svg path{
    fill: #F2102B;
}

/* Content styles */
.content {
    width: 63.5%;
}

/* Content sections - initially hidden */
.content-item {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Active content section */
.content-item.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.main_container {
    position: relative;
}
.text_container {
    position: absolute;
    top: 85px;
    right: 0;
    background-repeat: no-repeat;
    padding: 30px 46px 30px 30px;
    background-size: 100% 100%;
    width: 515px;
    height: 100%;
}
.title h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.white_line {
    width: 152px;
    height: 2px;
    background-color: #FFF;
    margin: 20px 0;
}
.study_description p{
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}


/* Dream Step CSS */
.section.is-overflow {
    overflow: visible;
    position: relative;
}

.home-sticky-pad {
    opacity: 0;
    border: 1px solid #ffdede;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 12px;
    min-height: 150vh;
    display: flex;
    position: relative;
}

.container.is-sticky {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1020px;
    margin: auto;
    min-height: 450px;
    position: sticky;
    top: 140px;
}

.feat-div {
    perspective: 20rem;
    perspective-origin: 50% 100%;
    flex-flow: column;
    width: 100%;
    min-height: 350px;
    display: flex;
    position: relative;
}

.feat-card-frame {
    border: 1px solid #F2102B;
    background-color: #FFFFFF;
    background-image: url(./lines.png);
    flex: 1;
    width: 100%;
    display: flex;
    position: relative;
    /* overflow: hidden; */
}

.feat-card-frame.is-1 {
    z-index: 3;
    position: relative;
}

.feat-card-frame.is-2 {
    z-index: 2;
    position: absolute;
    inset: 0%;
    margin-bottom: -3rem;
}

.feat-card-frame.is-3 {
    z-index: 1;
    position: absolute;
    inset: 0%;
    margin-bottom: -6rem;
}

.feat-card-frame.is-4 {
    z-index: 0;
    position: absolute;
    inset: 0%;
    margin-bottom: -9rem;
}

.counseling_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 40px 80px;
}

.counseling_text span {
/*     font-family: 'General Sans'; */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #7C7C7C;
}

.counseling_text h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #1C1C1C;
    margin: 48px 0px 60px;
}

.counseling_text a {
/*     font-family: 'General Sans'; */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #101010;
    text-decoration: none;
}

.counseling_text a svg {
    vertical-align: middle;
}

.counseling_text p {
/*     font-family: 'General Sans'; */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #7C7C7C;
    margin-top: 23px;
    margin-bottom: 0px;
}

.mobile_img {
    display: none;
}

.feat-card-frame .number {
    position: absolute;
    bottom: 10px;
    left: 80px;
    opacity: 1;
    transition: 0.5s ease-in-out;
/*     font-family: 'General Sans'; */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #7C7C7C;
}

.feat-card-frame:first-child .number {
    display: none;
}

.feat-card-frame.out+.feat-card-frame .number {
    opacity: 0;
}

.feat-card-frame.visible .number {
    display: none;
}

/* Testimonial CSS */

div#customers-testimonials {
    max-width: 720px;
    margin: auto;
}

.shadow-effect {
    padding: 20px;
    text-align: center;
}

#customers-testimonials .shadow-effect p {
    margin: 40px 0 30px 0;
    color: #7C7C7C;
    text-align: center;
/*     font-family: "General Sans"; */
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    width: 663px !important;
}
#customers-testimonials .shadow-effect h4 {
    color: #1C1C1C;
    text-align: center;
/*     font-family: "General Sans"; */
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 131.25% */
    letter-spacing: 0.64px;
}
#customers-testimonials .shadow-effect span {
    color: #7C7C7C;
    text-align: center;
/*     font-family: "General Sans"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.32px;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 20px;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img.active {
    border: 4px solid red;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 240px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span {
    width: 46px;
    height: 8px;
    background: linear-gradient(98deg, #F2102B 17.9%, #FF2F48 85.77%), #D9D9D9;
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    height: 8px;
    margin: 0 2px 5px;
    transition: all 250ms ease-out 0s;
    width: 22px;
    border-radius: 42px;
    background: #B4B4B4;
}

.content_sub {
    display: none !important;
}

.owl-item.active.center .content_sub {
    display: block !important;
}

.content_sub {
    position: relative;
    left: -110%;
    width: 662px;
    text-align: center;
}

.owl-item.active.center .testimonial-name {
    display: block !important;
}

.owl-item.active.center img.img-circle {
    border: 12px solid #F2102B;
    max-width: 247px !important;
}

.owl-item img.img-circle {
    /* max-width: 177px !important; */
    border-radius: 100%;
}

.owl-item {
    max-width: 100%;
}

.content_sub img.rating {
    max-width: 108px;
    width: 100%;
    margin: 14px auto 0;
}

.owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
    top: 6rem;
}

div#customers-testimonials .owl-nav .owl-prev {
    margin-left: -120px;
}
div#customers-testimonials .owl-nav .owl-next {
    margin-right: -120px;
}

div#customers-testimonials .owl-nav svg {
    height: 32px;
    background: #F2102B;
    width: 32px;
    border-radius: 100%;
    padding: 8px;
}

/* Services Slider CSS */

.main_slider_container{
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    margin: 0;
    position: relative;
}
.slide_contain {
    margin-top: 25px;
    inset: 0% 0% 0% auto;
    overflow: visible;
}

.slide_arrows {
    align-items: center;
    padding-top: 1em;
    display: flex;

}

.slide_arrow {
    border: 1px solid #ffffff;
    cursor: pointer;
    background-color: #0000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    display: flex !important;
}

.slide_wrap {
    width: 100%;
}

.slide_list {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.slide_item {
    z-index: 3;
    flex: none;
    width: auto;
    transition: transform .35s;
    position: relative;
    transform: rotate(0);
}

.w-inline-block {
    display: inline-block;
    text-decoration: none;
}

.solutions_card_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    padding: 30px 20px 20px 30px;
    transform: rotate(-5deg);
    border-radius: 12px;
    border: 2px solid #FFF;
    background: linear-gradient(98deg, #F2102B 17.9%, #FF2F48 85.77%);
    box-shadow: 0px 0px 20px 0px rgba(242, 16, 43, 0.30);
    height: 496px;
    width: 387px;
}

.slide_item:nth-child(8n+1) .solutions_card_container {
    transform: rotate(0deg);
}

.slide_item:nth-child(3) .solutions_card_container {
    transform: rotate(7deg);
}

.slide_item:nth-child(4) .solutions_card_container {
    transform: rotate(-2deg);
}

.slide_item:nth-child(5) .solutions_card_container {
    transform: rotate(8deg);
}

.solutions_card_container h2 {
    color: #FFF;
/*     font-family: "General Sans"; */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.56px;
    margin: 0px;
}

.solutions_card_container p {
    color: rgba(255, 255, 255, 0.80);
/*     font-family: "General Sans"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.solutions_card_container img {
    margin-right: 0;
}
.slider_next_previous_btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    margin-left: 56px;
}
.slider_next_previous_btns button{
    transition: 0.3s;
    outline: none;
}

.slider_next_previous_btns button:hover{
    background: #F2102B !important;
}
.slider_next_previous_btns button:focus {
    background: none;
}


/* Responsive CSS */


@media screen and (max-width: 1440px) {
    div#testimonial_section {
        padding-top: 80px;
    }
}



@media screen and (max-width: 1210px) {
    div#testimonial_section {
        padding-top: 110px;
    }
}

@media screen and (max-width: 1024px){
    .slider_next_previous_btns {
        margin-top: 40px;
        justify-content: center;
    }
    .slide_contain{
        margin-left: 30px;
    }
    .slider_next_previous_btns{
        margin-left: 0;
    }
}

@media screen and (max-width: 992px) {
    /* .content_sub {
        left: 0;
    } */

    .owl-item img.img-circle {
        max-width: 177px !important;
        margin: auto;
    }
    div#customers-testimonials .owl-nav svg {
        width: 40px;
        height: 40px;
    }

    .owl-nav {
        top: unset;
        bottom: -3.5rem;
    }
    div#customers-testimonials .owl-nav .owl-prev {
        margin-left: 285px;
    }
    div#customers-testimonials .owl-nav .owl-next {
        margin-right: 285px;
    }
    #customers-testimonials .item {
        margin-bottom: 15px;
    }
    div#testimonial_section {
        padding-top: 110px;
    }
}

@media screen and (min-width: 767px){
    .display_mobile{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #customers-testimonials .shadow-effect p {
        width: 100%;
        max-width: 500px;
        /* margin: 25px 0 20px 0px; */
        margin: 20px auto;
    }
    #customers-testimonials .shadow-effect p {
        width: 100%;
    }
    .content_sub {
        left: 0;
        width: 100%;
    }
    .owl-nav {
        top: unset;
        bottom: -3.5rem;
    }
    div#customers-testimonials .owl-nav .owl-next {
        margin-right: 270px;
    }
    div#customers-testimonials .owl-nav .owl-prev {
        margin-left: 270px;
    }
    #customers-testimonials .item {
        margin-bottom: 25px;
    }
    div#customers-testimonials .owl-nav svg {
        height: 45px;
        width: 45px;
    }
    .shadow-effect {
        padding: 0px;
    }
    .display_desktop{
        display: none;
    }
    .counseling_grid {
        padding: 20px;
        grid-template-columns: 1fr;
    }
    .counseling_text span{
        display: flex;
        margin-bottom: 10px;
    }
    .counseling_text h2{
        margin: 10px 0;
    }
    .counseling_text p{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .feat-card-frame .number{
        left: 20px;
    }
    div#testimonial_section {
        padding-top: 40px;
    }
    .slide_contain{
        margin-left: 0;
    }
    .slide_item {
        width: 100%;
    }
    .solutions_card_container {
        padding: 20px;
        width: 100%;
        height: 450px;
        transform: rotate(0deg) !important;
    }
    /* .slider_next_previous_btns button{
        background: #F2102B;
    } */

}

@media screen and (max-width: 600px) {
    .content_sub {
        width: 100%;
    }

    #customers-testimonials .shadow-effect p {
        width: 100%;
        max-width: 338px;
    }
}



@media screen and (max-width: 450px) {
    div#customers-testimonials .owl-nav .owl-next {
        margin-right: 105px;
    }
    div#customers-testimonials .owl-nav .owl-prev {
        margin-left: 105px;
    }
}


@media screen and (max-width: 400px) {
    .content_sub {
        width: 100%;
    }

    #customers-testimonials .shadow-effect p {
        width: 100%;
        max-width: 100%;
    }
}



@media screen and (max-width: 380px) {
    div#customers-testimonials .owl-nav .owl-next {
        margin-right: 80px;
    }
    div#customers-testimonials .owl-nav .owl-prev {
        margin-left: 80px;
    }
}
