/* Business Enquiry Page  Hero Section CSS Start ---> */
html {
    scroll-behavior: smooth;
}

#business_enquiry_hero {
    background-image: url("/wp-content/uploads/2024/01/Untitled-2-1-copy-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#business_enquiry_hero .be-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* gap: 20px; */
    padding: 20px 0;
    padding-bottom: 0px;
    /* padding-bottom: 30px; */
}

#business_enquiry_hero .be-hero-content-heading {
    color: #000;
    font-family: Poppins;
    font-size: 38px;
    /* font-size: 45px; */
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    padding-bottom: 15px;
    /* line-height: normal; */
    /* padding-top: 25px; */
}

#business_enquiry_hero .be-hero-content-subheading {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding-bottom: 18px;
}

#business_enquiry_hero .be-hero-content-learnmoreBtn {
    background-color: #000000 !important;
    color: #FFF !important;
    text-transform: capitalize;
    padding: 5px 15px;
    width: fit-content;
    font-size: 13px;
    font-weight: 700;
}

#business_enquiry_hero .be-hero-content .be-hero-content-learnmoreBtn a {
    color: #FFF !important;
}

#business_enquiry_hero .be-hero-image img {
    width: 100%;
}

@media (min-width: 768px) {

    #business_enquiry_hero .be-hero-image img {
        padding: 0 100px;
    }
}

@media (min-width: 992px) {
    #business_enquiry_hero .business_enquiry_hero {
        display: flex;
    }

    #business_enquiry_hero .be-hero-image img {
        padding: 0;
    }

    #business_enquiry_hero .be-hero-image {
        width: 35%;
    }
    #business_enquiry_hero .be-hero-content{
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    #business_enquiry_hero .be-hero-content-heading {
        font-size: 50px;
        line-height: 60px;
    }

    #business_enquiry_hero .be-hero-content {
        width: 60%;
        padding: 0;
        padding-bottom: 10px;
    }

    #business_enquiry_hero .be-hero-image {
        width: 40%;
    }
}

/* Business Enquiry Page  Hero Section CSS End ---> */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Business Enquiry Page  Why Collaborate CSS Start ---> */
.iicp_highlights_items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.iicp_highlights_item {
    border-radius: 10px;
    border: 1px solid #3FADE3;
    box-shadow: 0px 5px 13px 13px rgba(0, 0, 0, 0.04);
    display: flex;
    padding: 15px;
    gap: 15px;
    align-items: center;
}

.iicp_highlights_item h2 {
    margin: 0px;
    height: 60px;
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    background: #D3EAF5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iicp_highlights_item p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 80%;
}

/* Business Enquiry Page  Why Collaborate CSS End ---> */

/* Business Enquiry Page  Why Skillstone  CSS Start ---> */
.iicp_highlights_toggle_content iframe {
    width: 100%;
    height: 170px;
}

.iicp_highlights_toggle_data_title {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

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

.iicp_highlights_toggle_sub_content_title {
    margin-bottom: 20px;
}

.why-skillstone-youtube-video {
    display: flex;
    justify-content: center;
}

#business_enquiry_why_collaborate {
    padding: 40px 0;
    padding-top: 30px;
}

.iicp_highlights_title {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 35px !important;
}

#business_enquiry_why_skillstone {
    background-image: url('/wp-content/uploads/2023/09/bg-image-10-1-1-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.iicp_highlights_toggle_sub_content_title {
    color: #000;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
}

.iicp_highlights_toggle_sub_content_con {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}

.iicp_highlights_toggle_sub_content_con li {
    list-style: circle;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .iicp_highlights_toggle_content iframe {
        height: 300px;
        width: 80%;
    }

    .iicp_highlights_item p {
        width: 100%;
    }

    .iicp_highlights_toggle_sub_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .iicp_highlights_items {
        justify-content: center;
        align-items: center;
    }

    .iicp_highlights_item {
        width: 80%;
    }

    .iicp_highlights_toggle_content iframe {
        height: 300px;
        width: 80%;
    }



}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .iicp_highlights_item {
        width: 33%;
    }

    .iicp_highlights_items {
        flex-direction: row;
    }

    .iicp_highlights_toggle_content {
        flex-direction: row;
        justify-content: space-between;
    }

    .why-skillstone-youtube-video {
        width: 48%;
    }

    .iicp_highlights_toggle_content iframe {
        width: 100%;
    }

    .iicp_highlights_toggle_sub_content {
        width: 50%;
        align-items: flex-start;
        justify-content: center;
    }

    #business_enquiry_why_skillstone {
        padding-top: 30px;
    }


}

/* Business Enquiry Page  Why Skillstone  CSS End ---> */
/* Business Enquiry Page  Our Technologies  CSS Start ---> */

#our_technologies {
    padding: 40px 0;
}

.our_technologies {
    position: relative;
    padding-bottom: 70px;
}

.iicp_course_categories_title {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.category-card {
    max-width: 255px;
    height: 300px;
    perspective: 1000px;
    cursor: pointer;
    border: none;
    background: transparent;
    margin: 0 auto;

}

.category-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
}

.category-card.show .category-card-inner {
    transform: translateX(-100%) rotateY(-180deg);
}

.category-card-front {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    align-items: end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    border-radius: 5px;
}

.category-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0092da;
    transform: rotateY(180deg);
    border-radius: 5px;
}


.category-card-name {
    font-size: 22px;
    font-family: 'poppins';
    font-weight: 500;
    color: #FFFFFF;
    padding-bottom: 20px;
    text-align: center;
}

.category-card-description {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    font-family: Poppins, sans-serif;
    line-height: 21px;
    padding: 5px 15px 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .iicp_course_categories_title {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .our_technologies {
        padding-bottom: 0px;
    }

    #our_technologies {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    #business_enquiry_our_technologies .owl-nav.owl-buttons {
        display: none !important;
    }

}

/* Business Enquiry Page  Our Technologies  CSS End ---> */

/* Business Enquiry Page  Our Offerings  CSS Start ---> */
#business_enquiry_our_offerings {
    background-image: url(/wp-content/uploads/2023/09/bg-image-10-1-1-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

#business_enquiry_our_offerings .business_enquiry_our_offerings_title {
    color: #000;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 70px;
    text-align: center;
}

#business_enquiry_our_offerings .business_enquiry_our_offerings_cards {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

#business_enquiry_our_offerings .business_enquiry_our_offerings_card {
    max-width: 230px;
    border: 1px solid #000000;
    border-radius: 5px;
    height: 270px;
    position: relative;
    padding: 15px;
}

#business_enquiry_our_offerings .business_enquiry_our_offerings_card:hover {
    background-color: #000000;
}

#business_enquiry_our_offerings .business_enquiry_our_offerings_card_image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -32px;
    left: 0px;
    right: 0px;
}

#business_enquiry_our_offerings .business_enquiry_our_offerings_card_content_heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.51px;
    color: #0793D1;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
}

#business_enquiry_our_offerings .business_enquiry_our_offerings_card_content_discription {
    color: #000000;
    font-weight: 400;
    font-family: 'poppins';
    font-size: 15px;
    line-height: 19.95px;
    text-align: center;
}

#business_enquiry_our_offerings .business_enquiry_our_offerings_card:hover .business_enquiry_our_offerings_card_content_discription {
    color: white;
}

@media (min-width: 768px) {
    #business_enquiry_our_offerings .business_enquiry_our_offerings_title {
        font-size: 40px;
    }
}


/* Business Enquiry Page  Our Offerings  CSS End ---> */