.section-hero {
    background-color: transparent;
    font-size: 62.5%;
    padding: 3.4rem 0 0.6rem 0;
}

.section-hero .hero {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 3.2rem;
    margin: 0 auto;
    align-items: center;
    gap: 0 9.6rem;
}

.hero-text-box .heading-primary {
    font-size: 40px;
    font-weight: 700;
    line-height: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
}

.hero-text-box .hero-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4rem;
    color: #fff;
    padding-bottom: 20px;
    margin: 0;
}

.hero-img-box {
    grid-column: 2/3;
    grid-row: 1 / 3;
}

.hero-img {
    width: 100%;
}

.btn:link,
.btn:visited {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 500ms;
    padding: 10px 25px;
    margin-right: 10px;
}

.btn--fill:link,
.btn--fill:visited {
    background-color: #3a055c;
    color: #fff;
}

.btn--outline:link,
.btn--outline:visited {
    color: #555;
    background-color: #fff;
}

.btn--fill:hover,
.btn--fill:active {
    background-color: #3a055c;
    text-decoration: underline;
}

.btn--outline:hover,
.btn--outline:active {
    background-color: #fdf2e9;
    box-shadow: inset 0px 0px 0px 3px #fff;
    text-decoration: underline;
}

.margin-right-btn {
    margin-right: 2.4rem;
}

.delivered-meals {
    display: flex;
    align-items: center;
    gap: 3.2rem;
}

.delivered-imgs img {
    width: 35px;
    height: auto;
    border-radius: 50%;
    margin-right: -1.2rem;
    outline: #fdf2e9 solid 3px;
}

.hero-text-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    padding-bottom: 10px;
    margin: 0;
}

.delivered-meals .delivered-text {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7rem;
    color: #fff;
    padding-bottom: 10px;
    margin: 0;
}

.delivered-text span {
    color: #fff;
    text-decoration: underline;
}

.section-services .header-section {
    text-align: center;
    margin-bottom: 34px;
}
.section-services .header-section p{
   color: #1f0159; 
}
.section-services .header-section .title {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    color: #1f0159;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 20px;
}


.section-services .header-section .description {
    font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
    margin: 10px;
    height: 100%;
}

.section-services .single-service .content {
    position: relative;
    z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #e31e70;
    border: 6px solid #e31e70;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.section-services .single-service .icon {
    display: inline-block;
    margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #e31e70;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
    background-color: #fff;
    color: #e31e70;
}

.section-services .single-service .title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
    color: #fff;
}

.section-services .single-service .description {
    font-size: 12px;
    line-height: 1.2rem;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
    color: #fff;
}

.section-services .single-service a {
    position: relative;
    font-size: 14px;
    color: #202020;
    text-decoration: none;
    font-weight: bold;
    transition: color .3s;
}

.section-services .single-service:hover a {
    color: #fff;
}

.section-services .single-service a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e31e70;
    transition: background-color .3s;
}

.services-row a {
    text-decoration: none;
}

.section-services .single-service:hover a:after {
    background-color: #fff;
}

.contact-info a {
    text-decoration: none;
}

.testimonial-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.testimonial-header {
    margin-top: 20px;
    margin-bottom: 50px;
}

.testimonialstar {
    margin-bottom: 10px;
}

.testimonial-header h2::after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #e31e70, #1f0159);
    border-radius: 50px;
    margin: 10px auto 20px auto;
}

.testimonial-container {
    width: 100%;
    max-width: 56rem;
    padding: 2rem;
    margin: 0 auto 50px auto;
}

.testimonial-grid {
    display: grid;
    gap: 5rem;
}

.image-container {
    position: relative;
    width: 100%;
    height: 24rem;
    perspective: 1000px;
}

.testimonial-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.25rem;
}

.designation {
    font-size: 0.875rem;
    color: #fff;
    margin-bottom: 2rem;
}

.quote {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.75;
}

.arrow-buttons {
    display: flex;
    gap: 1rem;
    padding-top: 3rem;
}

.arrow-button {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #e31e70, #e31e70);
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.arrow-button svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #f1f1f7;
    transition: transform 0.3s;
}

.arrow-button:hover svg {
    fill: #ffffff;
}

.prev-button:hover svg {
    transform: rotate(-12deg);
}

.next-button:hover svg {
    transform: rotate(12deg);
}

@media (min-width: 768px) {
    .testimonial-grid {
        grid-template-columns: 1fr 1fr;
    }

    .arrow-buttons {
        padding-top: 0;
    }
}



.course-offer-container {
    position: relative;
}

.offer-countdowns {
    background: linear-gradient(135deg, #1f0159, #e31e70);
    border: none;
    outline: none;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 30px;
    text-align: center;
    margin: 15px 0;
}

.countaboutvalue {
    margin-top: 20px;
}

.countvaluespace {
    margin-bottom: 30px;
}
.countvaluespace .row{
    padding:22px 0;
}
.count {
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}

.hrcountaboutvalue {
    margin-top: 30px;
}

.aboutlayouttext h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    padding-bottom: 10px;
    margin: 0;
}

.aboutlayouttext h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    padding-bottom: 10px;
    margin: 0;
}

.aboutlayouttext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    color: #fff;
    margin: 0;
}

.aboutbtntext {
    padding-top: 20px;
}

.aboutbtntext .btngetstarted {
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #000;
    padding: 10px 20px;
}

.aboutbtntext .btngetaquota {
    background: linear-gradient(45deg, var(--accent), var(--primary));
    border: none;
    outline: none;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
}

.course-flip-tabs-wrapper {
    margin-bottom: 40px;
}

.course-flip-tabs-container {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    overflow-x: auto;
}

.clientcontainer {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.course-flip-tabs {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0 10px;
}

.course-flip-tab {
    padding: 15px 25px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-flip-tab.course-flip-active {
    background: linear-gradient(135deg, #1f0159, #e31e70);
    color: white;
    box-shadow: 0 10px 20px rgba(94, 96, 206, 0.3);
}

.course-flip-tab:not(.course-flip-active):hover {
    background-color: rgba(94, 96, 206, 0.08);
    color: #b100f5;
}

.course-flip-tab-icon {
    font-size: 18px;
}

.course-flip-courses-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.course-flip-course-category {
    display: none;
}

.course-flip-course-category.course-flip-active {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.course-flip-card-container {
    perspective: 1000px;
    height: 470px;
    margin-bottom: 20px;
}

.course-flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 2s;
    transform-style: preserve-3d;
    cursor: pointer;
}


.test {
    color: #000;
}

.course-flip-card-front,
.course-flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.course-flip-card-back {
    transition: all 0.9s ease-in-out;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: linear-gradient(135deg, #1f0159, #1f0159);
}

.course-flip-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 15px;
    background: linear-gradient(135deg, #80ffdb, #64dfdf, #48bfe3);
    color: #2b2d42;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(72, 191, 227, 0.3);
    z-index: 2;
}

.course-flip-badge.course-flip-hot {
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
}

.course-flip-card-header {
    padding: 25px 20px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.course-flip-icon-wrapper {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.course-flip-course-icon {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ff0844, #6f0eff);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 10px 20px rgba(94, 96, 206, 0.3);
}

.course-flip-course-title {
    font-size: 20px;
    font-weight: 700;
    color: #2b2d42;
    margin-bottom: 5px;
}

.course-flip-course-subtitle {
    color: #6c757d;
    font-size: 14px;
}

.course-flip-card-body {
    padding: 5px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.course-flip-course-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
}

.course-flip-features-list {
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0;
    flex-grow: 1;
}

.course-flip-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #6c757d;
}

.course-flip-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(94, 96, 206, 0.1);
    border-radius: 50%;
    margin-right: 12px;
    color: #5e60ce;
    font-size: 12px;
    flex-shrink: 0;
}

.course-flip-card-footer {
    padding: 5px 20px;
    display: block;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: auto;
}

.course-flip-price-container {
    display: flex;
    flex-direction: column;
}

.course-flip-price-label {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.course-flip-price {
    font-weight: 700;
    color: #2b2d42;
    font-size: 15px;
}

.course-original-price {
    text-decoration: line-through;
    color: #fff;
    margin-right: 10px;
}

.course-new-price {
    color: #fff;
}

.course-price-container {
    display: flex;
    align-items: center;
}

.course-flip-view-btn {
    padding: 10px 20px;
    background: linear-gradient(135deg, #1f0159, #e31e70);
    color: white;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(94, 96, 206, 0.3);
}

.course-flip-view-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(94, 96, 206, 0.3);
}


.course-flip-back-header {
    text-align: center;
    margin-bottom: 20px;
}

.course-flip-back-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.course-flip-instructor {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.course-flip-instructor-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5e60ce, #6930c3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    margin-right: 15px;
}

.course-flip-instructor-details {
    flex-grow: 1;
}

.course-flip-instructor-name {
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
}

.course-flip-instructor-title {
    font-size: 13px;
    color: #fff;
}

.course-flip-course-details {
    margin-bottom: 20px;
}

.course-flip-course-detail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.course-flip-detail-icon {
    width: 30px;
    height: 30px;
    background: rgba(94, 96, 206, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #5e60ce;
}

.course-flip-detail-text {
    color: #fff;
    font-size: 14px;
}

.course-flip-show-more-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.course-flip-show-more-btn {
    padding: 15px 25px;
    background: linear-gradient(135deg, #1f0159, #e31e70);
    color: white;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.6s ease;
    box-shadow: 0 5px 15px rgba(94, 96, 206, 0.3);
}

.course-flip-course-description {
    font-size: 12px;
}

.course-flip-show-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(227, 30, 112, 0.5);

}

@media (max-width: 768px) {

    .course-flip-feature-item {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .blog-section {
        padding: 50px 0 50px 0 !important;
    }

    .course-flip-course-title {
        font-size: 15px;
    }

    .course-flip-course-subtitle {
        font-size: 12px;
    }

    .course-flip-container {
        padding: 0 20px;
    }

    .course-flip-section-title {
        font-size: 28px;
    }

    .course-flip-section-description {
        font-size: 16px;
        line-height: 1.6;
    }

    .course-flip-tabs {
        gap: 8px;
    }

    .course-flip-tab {
        padding: 10px 18px;
        font-size: 14px;
    }

    .course-flip-card {
        height: 105%;
    }

    .course-flip-courses-container,
    .course-flip-course-category.course-flip-active {
        grid-template-columns: 1fr;
    }

    .course-flip-card-container {
        height: 450px;
    }

    .course-flip-view-btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .course-flip-show-more-btn {
        padding: 12px 22px;
        font-size: 14px;
    }
}

.course-flip-container {
    width: 89%;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .course-flip-container {
        padding: 0 50px;
    }

    .course-flip-section-title {
        font-size: 34px;
    }

    .course-flip-courses-container,
    .course-flip-course-category.course-flip-active {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }

    .course-flip-card-container {
        height: 440px;
    }
}

@media (min-width: 1440px) {

    .course-flip-courses-container,
    .course-flip-course-category.course-flip-active {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }

    .course-flip-card-container {
        height: 470px;
    }
}


@media screen and (max-width: 1024px) {
    .countparagraph {
        font-size: 10px;
    }

    .herospace {
        padding: 100px 0;
    }

    .hcontentspace h1 {
        font-size: 20px !important;
    }

    .headinglift h2 {
        font-size: 18px !important;
    }

    .headinglift h4 {
        font-size: 14px !important;
    }

    .imglayout {
        height: 360px;
    }
}

@media screen and (max-width: 768px) {
    .delivered-meals {
        margin-top: 20px;
    }

    .delivered-meals .delivered-text {
        font-size: 13px;
    }

    .section-hero .hero {
        display: block;
        padding: 20px;
    }

    .hero-text-box .heading-primary {
        font-size: 27px;
        line-height: 2rem;
    }

    .hero-text-box .hero-description {
        font-size: 12px;
        text-align: justify;
    }

    .section-services .header-section .title {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .clientcontainer .section-header h2 {
        font-size: 18px !important;
    }

    .imglayout {
        height: auto;
    }

    .herospace {
        padding: 100px 0 20px 0;
    }
}

.signin-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 50px;
    color: #fff;
    padding: 7px 20px;
    margin-top: 8px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.col-lg-8 {
    flex: 0 0 auto;
    width: 66.7%;
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.3%;
}

.featured-blog-card {
    margin: 10px;
}

.sidebar-posts {
    margin: 10px;
}

@media screen and (max-width: 768px) {
    .col-lg-8 {
        width: 100%;
    }

    .col-lg-4 {
        width: 100%;
    }
}

.blog-section {
    background-color: #d81c6f;
}

.blogcontainer {
    width: 100%;
    padding: 50px 15px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 50px;
}

.section-header .subtitle {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #33045c;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-header .title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.section-header .header-line {
    height: 3px;
    width: 70px;
    background: linear-gradient(90deg, #d81c6f, #1f0159);
    margin: 0 auto;
    border-radius: 50px;
}

.featured-blog-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: #fff;
    border: 3px solid #FFF;
    height: 100%;
}

.featured-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.featured-blog-card .card-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.featured-blog-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-blog-card:hover .card-image img {
    transform: scale(1.1);
}

.featured-blog-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #d81c6f;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.date-badge .day {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.date-badge .month {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.date-badge.small {
    padding: 5px 10px;
}

.date-badge.small .day {
    font-size: 16px;
}

.date-badge.small .month {
    font-size: 12px;
}

.category-badge {
    position: absolute;
    top: 20px;
    right: 20px;
}

.category-badge span {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    color: #1e293b;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
}

.status-badges {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
}

.status-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.status-badge.new {
    background-color: #10b981;
    color: white;
}

.status-badge.archived {
    background-color: #9ca3af;
    color: white;
}

.featured-blog-card .card-content {
    padding: 20px 20px 0 20px;
}

.featured-blog-card .meta-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: #64748b;
}

.featured-blog-card .meta-info i {
    margin-right: 5px;
    color: #d81c6f;
}

.featured-blog-card .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e293b;
    line-height: 1.3;
}

.featured-blog-card .excerpt {
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.6;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    color: #d81c6f;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: all 0.3s ease;
}

.read-more-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.read-more-btn:hover {
    color: #1d4ed8;
}

.read-more-btn:hover i {
    transform: translateX(5px);
}

.read-more-btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #d81c6f;
    transition: width 0.3s ease;
}

.read-more-btn:hover::after {
    width: 100%;
}

.sidebar-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-blog-card {
    display: flex;
    background-color: #fff;
    border: 3px solid #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.sidebar-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.sidebar-blog-card .card-image {
    flex: 0 0 120px;
    position: relative;
}

.sidebar-blog-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-blog-card .card-content {
    flex: 1;
    padding: 15px;
    position: relative;
}

.sidebar-blog-card .category {
    margin-bottom: 8px;
}

.sidebar-blog-card .category span {
    font-size: 12px;
    color: #d81c6f;
    font-weight: 600;
}

.sidebar-blog-card .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1e293b;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-blog-card .meta-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.sidebar-blog-card .views {
    color: #64748b;
}

.sidebar-blog-card .views i {
    margin-right: 3px;
    color: #d81c6f;
}

.sidebar-blog-card .read-more {
    color: #d81c6f;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.sidebar-blog-card .read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.sidebar-blog-card .read-more:hover i {
    transform: translateX(3px);
}

.view-all-posts {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 30px;
    text-align: center;
}

.btn-view-all {
    display: inline-block;
    background-color: transparent;
    color: #d81c6f;
    border: 2px solid #d81c6f;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-view-all:hover {
    background-color: #d81c6f;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

.tools-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.tool-box {
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    /* background-color: #fff; */

}

.tool-box {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(124, 58, 237, 0.3);
    padding: 48px 10px;
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tool-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(124, 58, 237, 0.3);
}

.tool-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(45deg, var(--primary), var(--accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(124, 58, 237, 0.3);
    position: relative;
    z-index: 1;
}

.tool-icon {
    font-size: 2.5rem;
    color: white;
}

.tool-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f0159;
}

.tool-description {
    font-size: 0.95rem;
    color: #1f0159;
    line-height: 1.6;
}

.tool-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.tool-box:hover .tool-hover-effect {
    opacity: 1;
}

.platform-tools-section h2 {
    color: #d81c6f;
    font-size: 40px;
    margin-top: 50px;
}

#platform-tools {
    padding-bottom: 50px;
}
#platform-tools .section-description{
    width: 70%;
    margin: auto;
    color:#fff;
}

.section-title::after {
    content: "";
    position: absolute;
    top: 56px;
    left: 54%;
    background-color: #fff;
    height: 2px;
}

.support-section .section-subtitle {
    color: #d81c6f;
}

.support-section .section-title::after {
    background-color: #d81c6f;
}

@media (max-width: 992px) {
    .sidebar-blog-card {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .ct-stats-comparison {
        flex-wrap: wrap;
    }
    .section-services::after,.benifit::after{display: none;}

    .section-header .title {
        font-size: 28px;
    }

    .featured-blog-card .card-image {
        height: 220px;
    }

    .sidebar-posts {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .featured-blog-card .title {
        font-size: 18px;
    }

    .featured-blog-card .card-content {
        padding: 15px;
    }

    .sidebar-blog-card .card-image {
        flex: 0 0 100px;
    }
}

.course-flip-card-container:hover .course-flip-card {
    transform: rotateY(0deg);
}

.course-flip-card-container:hover .course-flip-card-back {
    transform: translateY(-100%);
}
.course-flip-card-back p.course-flip-course-description{color: #fff;}
.course-flip-card-back ul li span{
    color: #fff;
    background: #d81c6f;
}
.course-flip-card-back ul li{
    color: #fff;
}
.course-flip-price-container{margin-bottom: 10px;}