﻿

.buttonsign-1,
.buttonsign-2,
.buttonsign-3 {
    background-color: #5d5de2;
    border-radius: 50px;
    transition: all .15s ease-in-out;
    color: #ffffff;
    padding: 10px 25px;
    font-weight: 400;
    box-shadow: 0 0 30px 0px rgb(0 0 0 / 9%) !important;
    margin-right: 10px;
    font-size: 12px;
    font-family: 'good times rg';
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}

    .buttonsign-1:hover {
        background: #A03CD2;
        color: #fff;
    }


.bghomedark {
    background: #101056
}

.bg-light-info {
    background: #f2f2fd
}

.dollarimg1 {
    position: absolute;
    width: 100px;
    top: 88%;
    object-fit: unset;
}

.dollarimg2 {
    position: absolute;
    left: 65%;
    top: -35%;
    width: 80px;
}

.btn-font {
    font-size: 8px !important
}

.dollarimg3 {
    position: absolute;
    left: 25%;
    top: 20%;
    width: 110px;
}

.mt--15 {
    margin-top: -12rem !important;
}

.divgalign {
    align-items: start !important;
    align-content: start !important;
}

.line-highlight-2 {
    line-height: 2.5 !important
}

.homeheading {
    line-height: 1.5
}


.buttonsign-2 {
    color: #5d5de2;
    border: 1px solid #5d5de2;
    background: #fff;
    font-weight: 400;
    background-position: 0%;
    transition: background 300ms ease-in-out;
    font-family: 'good times rg';
    letter-spacing: 1px;
    line-height: 1.5
}

    .buttonsign-2:hover {
        background-position: 100%;
        color: #fff;
        border: 1px solid #A03CD2;
        background: #A03CD2
    }

.btnDownloadcard {
    color: #5d5de2;
    border: 1px solid #5d5de2;
    background: #fff;
    font-weight: 400;
    background-position: 0%;
    transition: background 300ms ease-in-out;
    font-family: 'good times rg';
    letter-spacing: 1px;
    line-height: 1.5;
    width: 200px;
    font-size: 10px;
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 10px;
}

    .btnDownloadcard:hover {
        background-position: 100%;
        color: #fff;
        border: 1px solid #A03CD2;
        background: #A03CD2
    }




.buttonsign-3 {
    color: #fff;
    background: #f6cd46;
    font-weight: 700;
    background-position: 0%;
    transition: background 300ms ease-in-out;
}

    .buttonsign-3:hover {
        background-position: 100%;
        color: #fff;
    }

/* Media Queries for responsiveness */


@media (max-width: 768px) {
    .buttonsign-1, .buttonsign-2, .buttonsign-3 {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .buttonsign-1, .buttonsign-2, .buttonsign-3 {
        display: block;
        margin-bottom: 10px;
    }
}


/*------------------------- logo slide -----------------*/
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 10)); /* Adjust based on the number of unique images */
    }
}

.sliderlogo {
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-right: 5px;
}

    .sliderlogo img {
        border-radius: 10px !important;
        width: 200px;
        background: #fff;
        padding: 10px;
    }

    .sliderlogo .slide-track {
        animation: scroll 20s linear infinite;
        display: flex;
        width: calc(350px * 16); /* Adjust to twice the number of unique images */
    }

    .sliderlogo .slide {
        height: 100px;
        width: 200px;
    }



/*----------------------- text change ----------------*/


.text-container {
    position: relative;
    height: 80px;
    overflow: hidden;
    font-weight: bold;
}

.animated-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(100%);
    animation: changeText 15s infinite;
    background: linear-gradient(85deg, #3e6ec4, #a51d87 60%);
    background-clip: text;
    color: transparent;
    text-fill-color: transparent;
}

    .animated-text:nth-child(1) {
        animation-delay: 0s;
    }

    .animated-text:nth-child(2) {
        animation-delay: 3s;
    }

    .animated-text:nth-child(3) {
        animation-delay: 6s;
    }

    .animated-text:nth-child(4) {
        animation-delay: 9s;
    }

    .animated-text:nth-child(5) {
        animation-delay: 12s;
    }

.fs-font-home {
    font-size: calc(1.5rem + 2vw);
}

@keyframes changeText {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    30% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}



.tablebg th {
    background-color: #fbeef8 !important;
    color: #f6cd46;
}

.pricediv {
    padding: 10px 10px;
    background: #f6cd46;
    color: #fff;
    border-radius: 10px;
}





.tabscontainer {
    width: 80%;
    max-width: 800px;
    background: #FEFEFE;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.tabsdiv {
    display: flex;
    flex-direction: column;
}


.tabsdivbg {
    position: relative;
    width: 100%;
    min-height: 450px; /* Adjust based on your design */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*background-image: url('../hireme/img/home/key-features-services.png');*/ /* Replace with your image URL */
    background-size: cover; /* Ensures the image fits inside */
    background-position: center;
    background-image: url('../images/home/key-features-services-section/blue.png');
    background-repeat: no-repeat;
    padding: 10px 50px 0px 110px
}


.tabdiv {
    padding: 15px;
    border: 1px solid #f0edfe;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 5px;
    text-align: left;
    color: #444;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    /* Hover effect */
    .tabdiv:hover {
        background: #5d5de2;
        color: #fff
    }

    /* Active tab style */
    .tabdiv.active {
        background: #fff;
        color: #5d5de2;
        border-radius: 5px;
        text-align: left;
        position: relative;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid;
    }

        /* Rounded dot for active tab */
        .tabdiv.active::after {
            content: "●"; /* Unicode for a filled circle */
            position: absolute;
            right: 12px;
            color: #6A5ACD;
            font-size: 35px;
            top: 18px;
            height: 18px;
            line-height: 0.35;
            border-radius: 35px;
            background: #ffffff;
        }


.tabdivcontent {
    /*  padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
}







.sliderdiv {
    width: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.slidesdiv {
    display: flex;
    width: 300%;
    transition: transform 0.5s ease-in-out;
}

.slidediv {
    width: 100%;
    flex-shrink: 0;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    font-weight: bold;
}

.slide:nth-child(1) {
    background: #ff4757;
}

.slide:nth-child(2) {
    background: #1e90ff;
}

.slide:nth-child(3) {
    background: #2ed573;
}

/* Radio Inputs */
input[type="radio"] {
    display: none;
}

/* Navigation */
.controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

    .controls label {
        width: 12px;
        height: 12px;
        background: #ddd;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s;
    }

        .controls label:hover {
            background: #555;
        }

/* Slide Movement */
#slide1:checked ~ .slides {
    transform: translateX(0);
}

#slide2:checked ~ .slides {
    transform: translateX(-100%);
}

#slide3:checked ~ .slides {
    transform: translateX(-200%);
}



/*----------- About Us -------------*/


.slider-container {
    width: 80%;
    max-width: 800px;
    overflow: hidden;
    position: relative;
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.sliderdiv {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.carddiv {
    min-width: 200px;
    height: 150px;
    margin: 10px;
    background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.btn-left {
    left: 5px;
}

.btn-right {
    right: 5px;
}


.border-radius-25 {
    border-radius: 25px !important
}

.border-radius-20-0 {
    border-radius: 20px 20px 0px 0px !important
}

.border-radius-0-5 {
    border-radius: 0px 0px 5px 5px !important
}

.border-radius-0-10 {
    border-radius: 0px 0px 5px 5px !important
}





.bannercertification {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #f4deff;
}


.bannercertificationlive {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #91d8ec;
}

.bannercertification .imagesection {
    position: relative;
    width: 50%;
    height: 250px;
    background-image: url('../images/associate-hr-professional/hr-journey.png');
}


.Certified-HR {
    background-image: url('../images/Certified-HR-Specialist/Certified-HR.png') !important;
}

.Certified-HR-Leader {
    background-image: url('../images/Certified-HR-Leader-QHRML/Certified-HR-Leader.png') !important;
    background-size: cover;
}



.bannercertification .imagesection::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 25%, rgba(0, 0, 255, 0.3) 50%, rgba(255, 255, 255, 0.7) 75%);*/
}

.bannercertification .text-section {
    width: 50%;
    padding: 30px;
    /*  background: #91D8EC;*/
    text-align: left;
}

@media (max-width: 1024px) {
    .bannercertification .text-section {
        width: 100%;
        padding: 20px;
    }
    .bannercertification .imagesectionfooter {
        position: relative;
        width: 0%;
        height: 300px;
        background-image: url(../images/live-webinars/2.png);
        background-size: cover;
        margin: auto;
    }
}

/* Mobile view */
@media (max-width: 768px) {
    .bannercertification .text-section {
        width: 100%;
        padding: 16px;
        text-align: center; /* optional: center text on small screens */
    }
    .bannercertification .imagesectionfooter {
        position: relative;
        width: 0%;
        height: 300px;
        background-image: url(../images/live-webinars/2.png);
        background-size: cover;
        margin: auto;
    }
}


.highlight {
    color: #6a5acd;
}

/* Cards Container */
.cardscontainer {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Card Styles */
.cardcertificat {
    width: 220px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s ease-in-out;
    position: relative;
    border: 1px solid transparent;
}

.benifitwidth {
    width: 390px !important;
}

.cardcertificat i {
    font-size: 30px;
    margin-bottom: 10px;
}

.cardcertificat h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.cardcertificat p {
    font-size: 14px;
    color: #666;
}


/* Adding Different Colors */
.purple {
    background: #e9e9fb;
    border: 1px solid #dcd8ff;
    box-shadow: 5px 5px 15px rgba(108, 99, 255, 0.3);
}

.pink {
    background: #f5ebf9;
    border: 1px solid #efd6fa;
    box-shadow: 5px 5px 15px rgba(239, 182, 250, 0.3);
}

.yellow {
    background: #fef8e7;
    border: 1px solid #fce7ac;
    box-shadow: 5px 5px 15px rgba(252, 190, 100, 0.3);
}

.blue {
    background: #fbf3ff;
    border: 1px solid #f4e3fd;
    box-shadow: 5px 5px 15px rgba(160, 160, 255, 0.3);
}

.gray {
    background: #f1f1ff;
    border: 1px solid #e3e3ff;
    box-shadow: 5px 5px 15px rgba(160, 220, 255, 0.3);
}
/* Hover Effect */
.cardcertificat:hover {
    transform: translateY(-5px);
}

.w-icon-image {
    width: 40px !important;
    margin-bottom: 8px;
    border-radius: 50px !important;
}





.cardsCareer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cardCareer {
    flex: 1;
    padding: 20px;
    color: white;
    border-radius: 10px;
    min-width: 280px;
    transform: rotate(-1deg);
}

    .cardCareer:nth-child(1) {
        background-color: #3d4bd3;
    }

    .cardCareer:nth-child(2) {
        background-color: #a55fd0;
        transform: rotate(1deg);
    }

    .cardCareer:nth-child(3) {
        background-color: #f9cc4d;
        color: #333;
        transform: rotate(-1deg);
        position: relative;
    }

    .cardCareer h3 {
        margin-top: 0;
        font-size: 18px;
    }

    .cardCareer ul {
        padding-left: 0px;
        margin-top: 10px;
    }

    .cardCareer:nth-child(3)::before {
        font-size: 28px;
        position: absolute;
        top: 15px;
        right: 15px;
    }




.cardsCareerhr {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cardCareerhr {
    flex: 1;
    min-width: 280px;
    padding: 20px;
    border-radius: 12px;
    color: white;
    position: relative;
    transform: rotate(-1.5deg);
}

    .cardCareerhr:nth-child(1) {
        background-color: #b24ad4;
    }

    .cardCareerhr:nth-child(2) {
        background-color: #f2c94c;
        color: #1a1a1a;
        transform: rotate(1.5deg);
    }

    .cardCareerhr:nth-child(3) {
        background-color: #4a63d4;
        transform: rotate(-1.5deg);
    }

    .cardCareerhr h3 {
        margin-top: 0;
        font-size: 18px;
        font-weight: 600;
    }

    .cardCareerhr ul {
        padding-left: 0px;
    }

.star-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: white;
    opacity: 0.9;
}


.icon-group {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: white;
}


.bgyellowlight {
    background: #fef8e7
}


.bgprurplelight {
    background: #f5ebf9;
}




/*---------------------------------------------*/



.bg-slide {
    background: #101828
}

.slidercareer {
    z-index: 2;
    max-width: 500px;
    /* margin-left: auto;
    margin-right: auto;*/
}

    .slidercareer .sliderwrap {
        display: flex;
        align-items: flex-start;
        position: relative;
        z-index: 2;
    }



        .slidercareer .sliderwrap .swiper-slide {
            width: 300px;
            flex-shrink: 0;
            opacity: 0;
            height: auto;
            background: #fff;
            border-radius: 20px;
            pointer-events: none;
            transition: all 0.3s;
        }


        .slidercareer .sliderwrap .swiper-slide-active, .slider .sliderwrap .swiper-slide-prev, .slider .sliderwrap .swiper-slide-next {
            opacity: 1;
            pointer-events: auto;
        }

    .slidercareer .slider__controls {
        position: relative;
        z-index: 12;
    }

        .slidercareer .slider__controls .slider__pagination {
            text-align: center;
        }


            .slidercareer .slider__controls .slider__pagination .swiper-pagination-bullet {
                width: 10px;
                height: 10px;
                display: inline-block;
                background: #fff;
                opacity: 0.2;
                margin: 0 5px;
                border-radius: 20px;
                transition: opacity 0.5s, background-color 0.5s, width 0.5s;
                transition-delay: 0.5s, 0.5s, 0s;
            }


        .slidercareer .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
            cursor: pointer;
        }


        .slidercareer .slider__controls .slider__pagination .swiper-pagination-bullet-active {
            opacity: 1;
            background: #ffffff;
            width: 30px;
            transition-delay: 0s;
        }



        .slidercareer .slider__controls .slider__button-next, .slider .slider__controls .slider__button-prev {
            position: absolute;
            top: 50%;
            width: 27px;
            height: 44px;
            margin-top: -22px;
            z-index: 10;
            cursor: pointer;
            background-size: 27px 44px;
            background-position: center;
            background-repeat: no-repeat;
        }



            .slidercareer .slider__controls .slider__button-prev:focus, .slidercareer .slider__controls .slider__button-next:focus {
                outline: none !important;
            }


.recruitment-card {
    position: relative;
    width: 500px;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    color: white;
    background-color: #0d1b2a;
}

.background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlaycareer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(61, 90, 254, 0.6) 0%, rgba(13, 27, 42, 0.6) 100%);
    z-index: 1;
}

.text-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    max-width: 80%;
}

    .text-content h2 {
        margin: 0 0 10px;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .text-content p {
        margin: 0;
        font-size: 0.95rem;
    }


.slidercareer .sliderwrap .swiper-slide {
    transition: all 0.4s ease;
    filter: blur(4px);
    transform: scale(0.95);
    opacity: 0;
    pointer-events: none;
}



/* Only the active and near slides are visible */
.slidercareer .sliderwrap .swiper-slide-active,
.slidercareer .sliderwrap .swiper-slide-prev,
.slidercareer .sliderwrap .swiper-slide-next {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
    pointer-events: auto;
}


.sliderboard .sliderwrap .swiper-slide-active,
.sliderboard .sliderwrap .swiper-slide-prev,
.sliderboard .sliderwrap .swiper-slide-next {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
    pointer-events: auto;
}




.containerPrograms {
    max-width: 50%;
    margin: auto;
    text-align: center;
}


.highlightPrograms {
    color: #5F59F7;
}

.cardgridPrograms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.cardPrograms {
    border-radius: 12px;
    padding: 25px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    text-align: left;
}

    .cardPrograms h3 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-weight: 600;
    }


.purplePrograms {
    background-color: #5F59F7;
}

.darkpurplePrograms {
    background-color: #8022A1;
}

.yellowPrograms {
    background-color: #F7C32E;
    color: #333;
}

.greenPrograms {
    background-color: #13B97F;
}




.newslettersection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2e3a59;
}

.homenews {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin: 0;
    line-height: 1.4 !important;
}


.arrownews {
    font-size: 24px;
    margin-left: 8px;
}

.readersnews {
    text-align: center;
}

.avatarsnews {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

    .avatarsnews img {
        width: 40px;
        height: 40px !important;
        border-radius: 50% !important;
        border: 2px solid #fff !important;
        margin-left: -10px;
        box-shadow: 0 0 0 1px #ccc !important;
    }

.morenews {
    width: 38px;
    height: 38px;
    background: #f2f2ff;
    /* color: #333; */
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: -10px;
    box-shadow: 0 0 0 1px #E9E9FB;
}

.captionnews {
    font-size: 20px;
    font-weight: 500
}

.newshappy {
    font-size: 14px;
    color: #666;
}




.newscontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.newsgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.newscard {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    cursor: pointer;
}

.newsimage {
    height: 180px;
    background-size: cover;
    background-position: center;
}

.newsdate {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f5f5f5;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
    color: #333;
}

.newstitle {
    padding: 15px;
}

.newsauthor {
    padding: 0 15px 15px;
    font-size: 14px;
    color: #666;
}


.newscard {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: none;
}

    .newscard.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }


.custompagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 0;
}

.newspagebtn,
.newspagenum {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 8px;
    transition: background 0.3s, color 0.3s;
    color: #333;
}

    .newspagebtn:hover,
    .newspagenum:hover {
        background-color: #5b5de2;
        color: #fff
    }

    .newspagebtn:disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .newspagenum.active {
        background-color: #5b5de2;
        color: #fff;
    }

.newsdots {
    color: #888;
    padding: 0 6px;
    user-select: none;
}

.newsarrow {
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    margin: 0 4px;
    transform: rotate(-45deg);
}

    .newsarrow.right {
        transform: rotate(45deg);
    }

    .newsarrow.left {
        transform: rotate(-135deg);
    }






/*---------------------------------------------------*/

.templatefeatureshrtool {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: auto;
}

.featurecardhrtool {
    position: relative;
    padding: 25px 20px;
    border-radius: 18px;
    color: white;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    min-height: 150px;
    transition: transform 0.3s;
}

    .featurecardhrtool:hover {
        transform: translateY(-5px);
    }

    .featurecardhrtool h3 {
        margin-top: 0;
        font-size: 1.1rem;
        margin-bottom: 10px;
        position: relative;
        z-index: 2;
    }

    .featurecardhrtool p {
        font-size: 0.95rem;
        line-height: 1.5;
        position: relative;
        z-index: 2;
    }

/* Icon background */
.iconbghrtool {
    width: 100px;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 1;
    pointer-events: none;
}

/* Colors */
.bluehrtool {
    background-color: #5b5de2;
}

.yellowhrtool {
    background-color: #fbc02d;
    color: #333;
}

.purplehrtool {
    background-color: #a03cd2;
}

.greenhrtool {
    background-color: #43a047;
}






.faq-container {
    max-width: 70%;
    margin: 0px auto;
}

.faq-item {
    border: 1px solid #efd9fa;
    margin-bottom: 5px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.faq-question {
    width: 100%;
    padding: 10px 15px;
    background: #ffffff;
    border: none;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 8px;
}

    .faq-question:hover {
        color: #a03cd2;
    }

.faq-answer {
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
}


.faq-item.active .faq-answer {
    max-height: 200px; /* or set to a large enough number */
    padding: 0px 10px 10px 15px;
    border-radius: 10px;
}


.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .faq-question .arrow {
        transition: transform 0.3s ease;
        font-size: 16px;
        margin-left: 10px;
    }

.faq-item.active .faq-question .arrow {
    transform: rotate(180deg); /* Flips the arrow up */
}




/*-----------------------------------------------*/
.tabhomecontainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    width: 100%;
}

.tabitemhome {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 12px 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column; /* Mobile layout forced */
    text-align: center
}

    .tabitemhome .tab-title {
        font-weight: 400;
        color: #444;
    }

    .tabitemhome .dot-indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: transparent;
        transition: 0.3s;
        align-self: flex-end;
        position: absolute;
    }

    .tabitemhome.active {
        border: 1px solid #7c3aed;
        color: #4f46e5;
    }

        .tabitemhome.active .dot-indicator {
            background-color: #7c3aed;
        }

    .tabitemhome .tabpanelhome {
        display: none;
        margin-top: 0px;
        width: 100%;
        font-weight: normal
    }

        .tabitemhome .tabpanelhome.showhome {
            display: block;
        }



.mobile-tabs-only {
    display: block; /* Show on mobile by default */
}

/* Hide on desktop screens */
@media (min-width: 992px) {
    .mobile-tabs-only {
        display: none; /* Hide on screens 992px and wider */
    }
}


@media (min-width: 992px) {
    .desk-tabs-only {
        display: none; /* Hide on screens 992px and wider */
    }
}

.desk-tabs-only {
    display: none;
}

/* Show on desktop (992px and above) */
@media (min-width: 992px) {
    .desk-tabs-only {
        display: block;
    }
}





.containerfeedback {
    max-width: 700px;
    margin: 20px auto;
    background: #fff;
    padding: 30px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


.form-group {
    margin-bottom: 20px;
}

label {
    font-weight: 500 !important;
    display: block;
    margin-bottom: 5px;
    color: #555;
}

input, textarea, select {
    width: 100%;
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid #d5d5f2;
    font-size: 15px;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

.rating {
    display: flex;
    gap: 5px;
}

    .rating input {
        display: none;
    }

    .rating label {
        font-size: 24px;
        cursor: pointer;
        color: #ccc;
    }

        .rating input:checked ~ label,
        .rating label:hover,
        .rating label:hover ~ label {
            color: #a03cd2;
        }

.submit-btn {
    /*  background: #007BFF;
    color: white;
    padding: 12px 25px;*/
    border: none;
    /*   border-radius: 8px;
    font-size: 16px;*/
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}


@media (max-width: 600px) {
    .containerfeeback {
        padding: 25px 20px;
    }
}


.feedback-display h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #007BFF;
    padding-bottom: 5px;
}

.feedback-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid #e9e9ff;
}

.feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.stars {
    color: #a03cd2;
    font-size: 20px;
}

.feedback-msg {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}


.feedback-time {
    font-size: 13px;
    color: #888;
    margin-top: 10px;
}


/*-------------------------------------------*/


.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carouselboard {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.cardboard {
    min-width: 150px;
    height: 250px;
    border-radius: 15px;
    background-color: #eee;
    overflow: hidden;
    position: relative;
    filter: grayscale(1);
    transition: transform 0.3s ease, filter 0.3s ease;
}

    .cardboard img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cardboard.active {
        filter: none;
        background: linear-gradient(to top, #6e45e2, #88d3ce);
        color: white;
        position: relative;
    }

        .cardboard.active .info {
            position: absolute;
            bottom: 10px;
            left: 10px;
        }

    .cardboard .info h3 {
        font-size: 14px;
        margin: 0;
    }

    .cardboard .position, .cardboard .company {
        font-size: 12px;
        margin: 2px 0;
    }

.dotsboarddot {
    text-align: center;
    margin-top: 10px;
}

    .dotsboarddot span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 4px;
        cursor: pointer;
    }

        .dotsboarddot span.active {
            background: #555;
        }

.nav-buttons {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .nav-buttons button {
        background: white;
        border: none;
        font-size: 20px;
        cursor: pointer;
        padding: 10px;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

.social-icons a {
    margin: 0 5px;
    color: #6567e3;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s ease;
    border: 1px solid #6567e3;
    border-radius: 32px;
    width: 25px;
    height: 25px;
    display: inline-block;
    align-items: center;
    align-content: center;
    background: #f3f3ff;
}

    .social-icons a:hover {
        color: #a03cd2;
    }



/*-----------------------------------*/
.slidercontainer {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.sliderboard {
    display: flex;
    transition: transform 0.5s ease;
    gap: 10px
}


@media (min-width: 768px) {
    .slideboard {
        min-width: 50%;
    }
}

@media (min-width: 1440px) {
    .slideboard {
        min-width: 33.3333%;
    }
}

#custom-control {
    text-align: center;
    margin-top: 10px;
}

.slideboard {
    position: relative;
    min-width: 250px;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    color: white;
}

.overlaybg {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: #4b3cd2c9;
}

.nameboard {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 8px;
}

.tagsboard {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tagboard {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
}



#custom-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.dotslideboard {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .dotslideboard.active {
        background-color: #333;
    }


/*----------------------------------------*/


.cardcontainerAdvisory {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.cardAdvisory {
    width: 300px; /* fixed width */
    flex: 0 0 auto;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.cardheaderAdvisory {
    color: white;
    padding: 30px 20px;
   /* height: 140px;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: radial-gradient(circle, #3a8dde 0%, #19598a 100%)
}

    .cardheaderAdvisory img {
        position: absolute;
        top: 0;
        left: 0px;
        height: 160px !important;
        object-fit: cover;
        width: 100%;
    }

    .cardheaderAdvisory h3 {
        margin: 0;
        font-size: 13px;
        line-height: 1.3;
        z-index: 1;
        color: #fff;
    }

    .cardheaderAdvisory p {
        margin: 5px 0 0;
        font-size: 12px;
        color: #fff !important;
        z-index: 999;
    }

.cardbodyAdvisory {
    padding: 15px;
}

    .cardbodyAdvisory h4 {
        font-size: 14px;
        margin: 0;
        font-weight: bold;
    }

    .cardbodyAdvisory a {
        font-size: 13px;
        color: #007bff;
        text-decoration: none;
        display: inline-block;
        margin-top: 5px;
    }


@media (max-width: 1024px) {
    .cardcontainerAdvisory .cardAdvisory {
        flex: 1 1 calc(50% - 20px); /* 2 per row on tablets */
    }
}

@media (max-width: 600px) {
    .cardcontainerAdvisory .cardAdvisory {
        flex: 1 1 100%; /* 1 per row on phones */
    }
}


/*------------------ home ---------------*/

.mainsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.left {
    max-width: 600px;
    z-index: 2;
}

h1 {
    font-size: 38px;
    font-weight: 700;
    color: #2e2e2e;
    line-height: 1.3;
}

    h1 span {
        color: #2b2d42;
    }

p.description {
    font-size: 16px;
    color: #666;
    margin: 15px 0;
}

.enroll-button {
    background-color: #5f60d4;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}

.levels {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    min-width: 70%;
}

.level-box {
    padding: 5px 12px;
    border-radius: 8px;
    font-weight: 500;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
}

.starter {
    background: #843baf;
}

.builder {
    background: #5f60d4;
}

.architect {
    background: #e0e0e0;
    color: #333;
}

.features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.holidaybox {
    background-color: #5f60d4;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    font-weight: bold;
}

.right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 2;
    width: 100%;
}

.centeredspan {
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    width: 28px;
    border-radius: 5px;
    height: 28px;
    font-weight: 700
}

.colorS {
    color: #843baf;
}

.colorb {
    color: #5f60d4;
}

.colora {
    color: #333
}

.lineh {
    line-height: 1.3
}


.mascot-face {
    /* position: absolute;*/
    bottom: 20px;
    width: 100%;
    /* float: right; */
}

.featureboxalarm {
    position: relative;
    background: #f8fafc;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #f3f0ff;
    padding: 10px;
    /*  width: 220px;
    height: 100px;*/
    display: flex;
    align-items: center;
}

.featureboxdate {
    position: relative;
    background: #f8fafc;
    border-radius: 16px;
    width: 220px;
    /* height: 100px; */
    display: flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #f3f0ff;
}

.daysdate {
    margin: 0;
    font-size: 16px;
    color: #2e3a59;
    position: absolute;
    right: 20px
}

.alarmsdate {
    margin-left: 15px;
    font-size: 20px;
    /* color: #2e3a59; */
    line-height: 1.2 !important;
}

    .alarmsdate strong {
        font-weight: 700;
        font-size: 18px;
    }

.alarmsimg {
    width: 64px;
    height: 64px;
}


@media (max-width: 1024px) {
    .main-section {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
    }

    .getcentertext {
        text-align: center
    }

    .right {
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .features {
        justify-content: center;
    }

    .levels {
        min-width: 100%;
    }

    .featureboxdate,
    .featureboxalarm {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
        text-align: center;
    }

    p.description {
        font-size: 15px;
        text-align: center;
    }

    .getcentertext {
        text-align: center
    }

    .enroll-button {
        width: 100%;
        text-align: center;
    }

    .alarmsimg {
        width: 48px;
        height: 48px;
    }

    .alarmsdate {
        font-size: 18px;
    }

    .daysdate {
        font-size: 14px;
        right: 10px;
    }
}

@media (max-width: 480px) {
    .featureboxdate,
    .featureboxalarm {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    .alarmsdate,
    .daysdate {
        position: static;
        margin-left: 0;
        margin-top: 10px;
        text-align: left;
    }

    .mascot-face {
        width: 100%;
    }

    .centeredspan {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .getcentertext {
        text-align: center
    }
}




/* Target the entire scrollbar */
::-webkit-scrollbar {
    width: 10px; /* vertical scrollbar */
    height: 10px; /* horizontal scrollbar */
}

/* Track (background) */
::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

/* Thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    /* Hover effect */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



.herohome {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

.headlinehome {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 500px;
}

    .headlinehome span {
        color: #fff; /* deep blue */
    }

.underlinehome {
    position: relative;
    display: inline-block;
}

    .underlinehome::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 6px;
        width: 100%;
        background-color: rgba(78, 97, 255, 0.3); /* soft blue underline */
        z-index: -1;
        border-radius: 3px;
    }

.subtexthome {
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 1.6;
}



/*---------------------------------------------------*/

.boardteamsection {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0px;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.boardteamleft {
    flex: 1 1 40%;
    max-width: 50%;
}

    .boardteamleft h1 {
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .boardteamleft p {
        line-height: 1.6;
        color: #ccc;
    }

    .boardteamleft .credit {
        margin: 20px 0 10px;
        font-size: 14px;
    }

        .boardteamleft .credit a {
            color: #5588ff;
            text-decoration: none;
        }

.boardlearnbtn {
    padding: 10px 30px;
    background-color: #4b6bfb;
    border: none;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}

.boardteamright {
    display: grid;
    grid-template-columns: repeat(2, 220px);
    gap: 20px;
    justify-content: center;
}

.boardcard {
    background-color: #fff;
    color: black;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.boardcardimg {
    width: 100px;
    height: 100px!important;
    border-radius: 50% !important;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid #fff !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}

.boardcard h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.boardcard .boardrole {
    color: #404040 !important;
    margin-bottom: 0px;
    font-weight: 400;
}

.boardcard .boardsocials i {
    margin: 8px 5px 0px 0px;
    color: #4a4a7a;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s;
    border: 1px solid #d4cedf;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
}

    .boardcard .boardsocials i:hover {
        color: #c0175d;
    }


.boardteamright {
    display: grid;
    grid-template-columns: repeat(1, 500px);
    grid-auto-rows: auto;
    gap: 20px;
    justify-content: center;
    align-items: start;
}


    .boardteamright .boardcard:nth-child(1) {
        grid-row: 1;
        grid-column: 1;
        margin-top: 50px;
        background: #f8e9ff;
    }

    .boardteamright .boardcard:nth-child(2) {
        grid-row: 1;
        grid-column: 2;
        background: #dbd7fc;
    }

    .boardteamright .boardcard:nth-child(3) {
        grid-row: 2;
        grid-column: 1;
        background: #e9f4ff;
    }

    .boardteamright .boardcard:nth-child(4) {
        grid-row: 2;
        grid-column: 2;
        margin-top: -50px; /* Stagger effect */
        background: #fff7e9;
    }


/* Tablet view (between 768px and 1024px) */
@media (max-width: 1024px) {
    .boardteamsection {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
    }

    .boardteamleft, .boardteamright {
        max-width: 100%;
        flex: 1 1 100%;
        text-align: center;
    }

        .boardteamleft h1 {
            font-size: 36px;
            text-align: center;
        }

        .boardteamleft p {
            text-align: center;
        }

    .boardteamright {
      /*  grid-template-columns: repeat(2, 1fr);*/
        justify-content: center;
    }
}

/* Mobile view (below 768px) */
@media (max-width: 767px) {
    .boardteamsection {
        padding: 20px 15px;
        flex-direction: column;
    }

    .boardteamleft h1 {
        font-size: 28px;
        text-align: center;
    }

    .boardteamleft p {
        font-size: 14px;
        text-align: center;
    }

    .boardteamright {
        grid-template-columns: 1fr;
        gap: 15px;
    }

        .boardteamright .boardcard:nth-child(1),
        .boardteamright .boardcard:nth-child(2),
        .boardteamright .boardcard:nth-child(3),
        .boardteamright .boardcard:nth-child(4) {
            grid-column: auto;
            grid-row: auto;
            margin-top: 0;
        }
}


/*----------------------- hone new ----------------------------*/


.qhrmcontainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
    margin-bottom: -30px;
}

.qhrmcard {
    display: flex;
    align-items: center;
    padding: 15px;
    /* border-radius: 8px 0px 6px; */
    flex: 1;
    margin-right: 0px;
    color: #1a1a1a;
}

    .qhrmcard:lastchild {
        margin-right: 0;
    }

.qhrmbadge {
    min-width: 36px;
    height: 36px;
    background: white;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.qhrmcontent h3 {
    font-size: 16px;
    margin: 0;
    color: #2b2b2b;
}

.qhrmcontent p {
    font-size: 12px;
    margin: 0px 0 0;
    color: #555;
}

/* Individual background styles */
.bgstarter {
    background-color: #ecdaf7;
    height: 105px;
}

.bgbuilder {
    background-color: #d5d6fb;
    height: 115px;
}

.bgarchitect {
    background-color: #fcecb8;
    height: 125px;
}

.bannerheading {
    font-size: 45px;
    font-weight: 800 !important
}

@media (max-width: 768px) {
    .qhrmcontainer {
        flex-direction: column;
        align-items: center;
        background: #fff;
    }

    .qhrmcard {
        max-width: 100%;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    .bannerheading {
        font-size: 25px;
        font-weight: 800 !important;
    }
}

@media (max-width: 1024px) {
    .leavedays {
        left: -269px !important; /* Adjusted for smaller screen */
        top: 14px !important;
        font-size: 14px; /* Optional: make text smaller */
    }

    .leaveperdays {
        left: -225px !important;
        top: 83px !important;
        font-size: 14px;
    }

    .leaveweekend {
        left: -111px !important;
        top: 120px !important;
        font-size: 14px;
    }
}


@media (max-width: 768px) {

    .herohome {
        flex-direction: column;
        align-items: flex-start;
    }

    .headlinehome {
        font-size: 28px;
    }

    .subtexthome {
        font-size: 16px;
    }
}


.leavedays {
    position: relative;
    left: -300px;
    top: -3px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
}


.leaveperdays {
    position: relative;
    left: -250px;
    top: 73px;
    line-height: 1.3;
    color: #333;
    font-weight: 500;
}


.leaveweekend {
    position: relative;
    left: -130px;
    top: 115px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    /* font-size: 14px; */
}

.dyass {
    font-size: 17px;
    font-weight: 700;
}

.Hourss {
    font-size: 16px;
    font-weight: 700;
}

.homebannerbg{
    margin-top:-120px
}
/* Default: Hide mobile view, show desktop view */
.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

/* For screens smaller than 768px (Mobile) */
@media only screen and (max-width: 768px) {
    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .mainsection {
        display: inline-block;
        justify-content: space-between;
        align-items: center;
        padding: 6px 0px;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
    }
}

.mobilebox {
    display: flex;
    gap: 5px;
    align-items: flex-end;
}

.daysmo {
    background: #fadcb3;
    padding: 10px;
    color: #333;
    border-radius: 5px;
    margin-bottom: 5px;
    /* width: 29%; */
    text-align: center;
    line-height: 1.3;
}

.Hoursmo {
    background: #f6e7b5;
    padding: 10px;
    color: #2a2a2a;
    border-radius: 5px;
    margin-bottom: 5px;
    /* width: 25%; */
    text-align: center;
    line-height: 1.3;
}

.Weekendsmo {
    background: #cfcfff;
    padding: 10px;
    color: #545454;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.3;
}



/*------------------------------ QHRM Connect Summit -----------------------------*/
.faqcontainerSummit {
    max-width: 900px;
    margin: auto;
}

.faqitemSummit {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    cursor: pointer;
}

.faqheaderSummit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faqnumberSummit {
    color: #adb5bd;
    font-weight: 500;
    margin-right: 10px;
}

.faqquestionSummit {
    font-size: 18px;
    font-weight: 600;
    flex: 1;
    color: #2c3e50;
}

.faqiconSummit {
    transition: transform 0.3s;
    font-size: 22px;
}

.faqanswerSummit {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.faqitemSummit.active .faqanswerSummit {
    display: block;
}

.faqitemSummit.active .faqiconSummit {
    transform: rotate(0deg);
}

@media (max-width: 600px) {
    .faqquestionSummit {
        font-size: 16px;
    }
}



.featuregridsum {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(150px, auto);
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.featurecard {
    padding: 20px;
    border-radius: 16px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1.5;
    display: flex
}

    /* Individual background classes */
    .featurecard.bg1 {
        background: url('../images/qhrm-connect-summit/bg1.png');
        background-size: cover;
        color: #2d3a4b;
        background-repeat: no-repeat;
        width: 100%;
        height: 230px;
    }

    .featurecard.bg2 {
        background: url('../images/qhrm-connect-summit/bg2.png');
        background-size: cover;
        color: #2d3a4b;
        background-repeat: no-repeat;
        height: 190px;
    }

    .featurecard.bg3 {
        background: url('../images/qhrm-connect-summit/bg3.png');
        background-size: cover;
        color: #fff;
        background-repeat: no-repeat;
        height: 144px;
    }

    .featurecard.bg4 {
        background: url('../images/qhrm-connect-summit/bg4.png');
        background-size: cover;
        color: #fff;
        background-repeat: no-repeat;
        height: 117px;
    }

    .featurecard.bg5 {
        background: url('../images/qhrm-connect-summit/bg5.png');
        background-size: cover;
        color: #fff;
        background-repeat: no-repeat;
        height: 168px;
        margin-top: -49px;
    }

    .featurecard.bg6 {
        background: url('../images/qhrm-connect-summit/bg6.png');
        background-size: cover;
        color: #fff;
        background-repeat: no-repeat;
        height: 213px;
        margin-top: -95px;
    }


.Expectqhrm1 {
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    align-items: flex-end;
    display: flex
}

.Expectqhrm2 {
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    align-items: flex-end;
    display: flex
}

.Expectqhrm3 {
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    align-items: start;
    display: flex
}

.Expectqhrm4 {
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    align-items: start;
    display: flex
}

.Expectqhrm5 {
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    align-items: start;
    display: flex
}

.Expectqhrm6 {
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    align-items: flex-end;
    display: flex
}

/* Media Queries */
@media (max-width: 1024px) {
    .featuregridsum {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .featuregridsum {
        grid-template-columns: 1fr;
    }

    .featurecard {
        height: auto !important;         
        flex-direction: column;
        justify-content: end;
    }

        .featurecard.bg5,
        .featurecard.bg6 {
            margin-top: 0;
        }
}



.attendbgblue {
    background: url('../images/qhrm-connect-summit/bgblue.png') no-repeat center center;
    background-size: cover;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attendcontainer {
    max-width: 800px;
    margin: auto;
    text-align: center
}

    .attendcontainer .headingh2 {
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 40px;
        line-height: 1.2;
        color: #fff
    }

    .attendcontainer .headinggJoinh2 {
        font-size: 30px;
        font-weight: 700 !important;
        margin-bottom: 10px;
        line-height: 1.2;
        color: #fff;
        text-align: left;
    }

        .attendcontainer .headingh2 span {
            display: block;
        }

.attendlist {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

    .attendlist li {
        margin: 20px 0;
        position: relative;
        padding-left: 40px;
    }

        .attendlist li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #4d90fe; /* Light blue tick */
            font-size: 20px;
        }






.containernewsle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    max-width: 960px;
    margin: auto;
    position: relative;
}

.insightsbox {
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: normal;
}

.insightsyellow {
    background: #f5d544;
    color: #222;
}

.insightsgreen {
    background: #00894e;
}

.insightspurple {
    /* background: #7e39c3;*/
    background-image: url(../images/HR-Insight-Newsletter/bgnewsletter.png);
    grid-column: span 1;
    grid-row: span 2;
    background-size: cover;
}

.insightsblue {
    background: #e6eef5;
    color: #000;
}

.insightsorange {
    background: #f7931e;
}

.insightscurve {
    position: absolute;
    bottom: 0;
    left: 33%;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

    .insightscurve img {
        width: 100%;
        height: auto;
    }



/* ---------- Responsive Breakpoints ---------- */

/* Tablet View */
@media (max-width: 1024px) {
    .containernewsle {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto auto;
    }

    .insightspurple {
        grid-column: span 2;
        grid-row: span 1;
        min-height: 200px;
    }

    .insightscurve {
        left: 25%;
        width: 160px;
        height: 160px;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .containernewsle {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .insightspurple {
        grid-column: span 1;
        grid-row: span 1;
        min-height: 180px;
    }

    .insightscurve {
        left: 0;
        width: 120px;
        height: 120px;
    }

    .insightsbox {
        padding: 16px;
    }
}


.newsletterbanner {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1000px;
    margin: 30px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.newsdivsection {
    flex: 1;
    padding: 40px 30px;
    background: url('../images/HR-Insight-Newsletter/bgnews.png') center/cover no-repeat;
    color: white;
    position: relative;
}

    .newsdivsection::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%; /* Only half the section */
        height: 100%;
        background-color: rgb(1 1 1 / 50%); /* 44% opacity black */
        z-index: 0;
    }

    .newsdivsection h2 {
        position: relative;
        z-index: 1;
    }

.btnenrollnow {
    position: relative
}


.bannercertification .imagesectionfooter {
    position: relative;
    width: 50%;
    height: 300px;
    background-image: url('../images/live-webinars/2.png');
    background-size: cover
}


.webinarssection {
    /* font-size: 18px; */
    /* font-weight: bold; */
    margin-bottom: 24px;
    background: #101828;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
}

.webinarcards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center the cards horizontally */
    gap: 20px;
    /*  max-width: 1000px;  */
    margin: 0 auto; /* Center the whole block */
}

.alignbottom {
    justify-content: end
}

.aligntop {
    justify-content: start
}

.aligncenter {
    justify-content: center
}


.cardPastWebinars {
    width: 212px;
    height: 240px; /* Optional for uniform height */
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
}


.livebg1 {
    background-image: url(../images/live-webinars/bg1.png);
    background-size: cover;
}

.livebg2 {
    background-image: url(../images/live-webinars/bg2.png);
    background-size: cover;
}

.livebg3 {
    background-image: url(../images/live-webinars/bg3.png);
    background-size: cover;
}

.livebg4 {
    background-image: url(../images/live-webinars/bg4.png);
    background-size: cover;
}

.livebg5 {
    background-image: url(../images/live-webinars/bg5.png);
    background-size: cover;
}


.bgb-blue-dark {
    background: #101828
}



.containerShouldAttend {
    max-width: 600px;
    width: 100%;
    margin: auto
}

.cardShouldAttend {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: #6558f5;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    gap: 16px;
}

.iconImage {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* Example for other color backgrounds */
.bgWhoattend1 {
    background-color: #5252e0;
    margin-right: 80px;
}

.bgWhoattend2 {
    background-color: #ffffff;
    color: #333;
    margin-left: 80px;
}

.bgWhoattend3 {
    background-color: #02883f;
    margin-right: 80px;
}

.bgWhoattend4 {
    background-color: #ff9900;
    margin-left: 80px;
}







.gainsection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.leftgain {
    text-align: left;
}

.quoteicon {
    background-color: #FFD600;
    color: #6A1B9A;
    display: inline-block;
    font-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 5px;
}

.h2heading {
    color: #6A1B9A;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
}


.rightgain {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.boxgain {
    padding: 16px 20px;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    width: 250px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: -25px;
}

    .boxgain.bgGainpurple {
        background-color: #6558f5;
    }

    .boxgain.bgGainorange {
        background-color: #ff8c00;
        margin-left: 150px;
        z-index:1;
    }

    .boxgain.bgGainyellow {
        background-color: #f4c542;
        color: #333;
    }

    .boxgain.bgGainpink {
        background-color: #b033f5;
        margin-left: 155px;
    }


@media (max-width: 1024px) {
    .gainsection {
        gap: 40px;
    }

    .boxgain.bgGainorange,
    .boxgain.bgGainpink {
        margin-left: 80px;
    }

    .h2heading {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .gainsection {
        flex-direction: column;
        align-items: flex-start;
    }

    .leftgain, .rightgain {
        width: 100%;
    }

    .rightgain {
        align-items: center;
    }

    .boxgain {
        width: 90%;
        margin-left: 0 !important;
        margin-top: 0;
    }

    .h2heading {
        font-size: 24px;
        text-align: center;
    }

    .quoteicon {
        font-size: 32px;
        width: 32px;
        height: 32px;
        line-height: 42px;
    }
}


.discountdcode{
    display:flex;
    align-items:center;
    gap:5px
}



/*--------------------------- live webinar ---------------*/

.livewebinarsection {
    max-width: 100%;
    margin: 0 auto;
    background-color: #1d2939;
    border-radius: 16px;
    padding: 30px;
}

    .livewebinarsection h2 {
        font-size: 24px;
        margin-bottom: 24px;
        color:#fff
    }

.livewebinarcards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.livewebcard {
    background-color: #111827;
    border-radius: 12px;
    overflow: hidden;
    flex: 1 1 280px;
    display: flex;
    flex-direction: column;
    color: white;
}

    .livewebcard .thumbnail {
        height: 160px;
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px;
        font-weight: bold;
    }

        .livewebcard .thumbnail img {
            position: absolute;
            right: 0px;
            bottom: 0px;
            height: 150px;
            border-radius: 8px;
        }

.width170{
    width:170px
}

.liveyellow-bg {
    background: radial-gradient(circle, #fff071 0%, #f6b93b 100%);
    color: #1d2939;
}

.liveblue-bg {
    background: radial-gradient(circle, #3a8dde 0%, #19598a 100%);
}

.livewebcard .livecontent {
    padding: 16px;
}

.livecontent .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.livecontent .speaker {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 8px;
}



.livetags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.livetag {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    background-color: #334155;
    color: white;
}

.liveupcomingcard {
    background-color: #111827;
    flex: 1 1 280px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
}



.slider__controls {
    position: relative;
    margin-bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 140px; /* space between arrows and dots */
}

/* Center pagination (dots) */
.slider__pagination {
    flex-shrink: 0;
    text-align: center;
}

/* Style navigation arrows */
.sliderbutton-prev,
.sliderbutton-next {
    width: 35px;
    height: 35px;
    /* background-color: #ddd; */ /* light gray background */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .sliderbutton-prev:hover,
    .sliderbutton-next:hover {
        background-color: #adadfe;
    }


.certification-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../../../images/cer-bg.png) !important;
}

/* Mobile view: hide background image, show background color */
@media (max-width: 767px) {
    .certification-bg {
        background-image: none !important;
        background: linear-gradient(180deg, rgba(93, 93, 226, 1) 73%, rgb(255 255 255) 70%) !important;
    }
}





.download-btn {
    display: none
}









