/* Banner Section CSS */

.banner_section {
    background-image: url("../images/banner_bg.png");
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.banner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    padding: 290px 0px;
}

.creator {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #00000033;
    border: 1px solid #FFFFFF33;
    border-radius: 50px;
    border-width: 1px;
    padding-top: 6px;
    padding-right: 26px;
    padding-bottom: 6px;
    padding-left: 6px;
    gap: 12px;
    margin-bottom: 26px;
}

.creator h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.banner_content h1 {
    font-family: "Geist", sans-serif;
    font-weight: 600;
    font-size: 56px;
    text-align: center;
    margin-bottom: 20px;
}

.banner_content p {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 22px;
    width: 70%;
    margin-bottom: 70px;
}



/* End of Banner Section CSS */



/* Effortless Section CSS */

.effortless_section {
    padding: 120px 0px !important;
    background-image: url("../images/effortless_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.effortless_section_heading {
    font-family: "Geist", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 14px;
    color: #0E1318;
    margin-bottom: 50px;
}

.effortless_section_heading h2 {
    font-weight: 700;
    font-size: 44px;
}

.effortless_section_heading p {
    font-weight: 400;
    font-size: 20px;
    opacity: 0.8;
    width: 72%;
}

.effortless_section_content_area {
    background-color: #FFFFFF !important;
    border-radius: 40px;
    padding: 25px !important;
    box-shadow: 0px 0px 40px 0px #833ED44D;
}

.effortless_section_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 65px;
}

.effortless_section_content h4 {
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #0E1318;
    margin-bottom: 17px !important;
}

.custom-accordion .accordion-item {
    border: none;
    border-radius: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #f8f9ff;
    transition: all 0.3s ease;
    font-family: "Geist", sans-serif;
}

.accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-button {
    border-radius: 20px;
    transition: all 0.3s ease;
    background: #f8f9ff;
    border: 1px solid rgba(60, 56, 66, 0.1);
    color: #0e1318;
    padding: 20px;
    font-weight: 600;
    font-size: 26px;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    border-radius: 20px 20px 0 0 !important;
    border: 2px solid #833ed4;
    border-bottom: none;
    background: #f8f9ff;
    color: #0e1318;
    padding-bottom: 0;
}

.custom-accordion .accordion-body {
    border: 2px solid #833ED4;
    border-top: none;
    background: #f8f9ff;
    color: #0e1318;
    border-radius: 0 0 20px 20px;
    padding: 6px 16px 20px 20px;
    font-weight: 400;
    font-size: 16px;
}

.custom-accordion .accordion-body p {
    opacity: 0.8;
    margin-bottom: 10px;
}

.accordion-button::after {
    transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}


.effortless_section_image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.effortless_section_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}










/* Last Footer Section CSS */

.last_footer_section {
    padding: 120px 0px !important;
    background-color: #FFFFFF;
    background-image: url("../images/last_footer_section.png");
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.last_footer_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0E1318;
    gap: 20px;
}

.last_footer_content h2 {
    font-family: "Geist", sans-serif;
    font-weight: 700;
    font-size: 44px;
}

.last_footer_content p {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    width: 72%;
    opacity: 0.8;
}




/* Engineered Section CSS */

.engineered_section {
    padding: 120px 0px !important;
    background-color: #FFFFFF;
    background-image: url("../images/engineered_section_bg.png");
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.engineered_content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0E1318;
    margin-bottom: 70px !important;
}

.engineered_content_heading {
    width: 100%;
}

.engineered_content_paragraph {
    width: 65%;
}

.engineered_content_heading p {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    opacity: 0.8;
}

.engineered_content h2 {
    font-family: "Geist", sans-serif;
    font-weight: 700;
    font-size: 44px;
}

.engineered_content p {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    opacity: 0.8;
}

.engineered_image_box_1 {
    padding-right: 13px;
}

.engineered_image_box_2 {
    padding-left: 13px;
}

.engineered_image_box_1,
.engineered_image_1,
.engineered_image_2 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 34px 0px #0000000D;
}

.engineered_image_box_1 img,
.engineered_image_1 img,
.engineered_image_2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.engineered_image_box_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}















/* Card Section CSS */

.card_section {
    padding: 120px 0px !important;
    background-color: #FFFFFF;
}

.card_section_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0E1318;
    gap: 10px;
    margin-bottom: 50px;
}

.card_section_heading h2 {
    font-family: "Geist", sans-serif;
    font-weight: 600;
    font-size: 44px;
}

.card_section_heading p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    opacity: 0.8;
}

.card_box {
    box-shadow: 0px 0px 23.27px 0px #00000026;
    border-radius: 35px;
    background-color: #FFFFFF;
    border: 2px solid transparent;
    margin: 0px 18px;
}

.card_box:hover {
    box-shadow: 0px 0px 40px 0px #833ED44D;
    transition: box-shadow 0.3s ease-in-out;
    border: 2px solid #833ED4;
}

.card_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px 35px 0 0;
}

.card_box_content {
    padding: 16px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #161616;
}

.card_box_content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.card_box_content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.card_section_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}








/* Tab Section CSS */

.tab_section_first {
    padding: 120px 0px !important;
    background-color: #FFFFFF;
}

.tab_section_second {
    padding: 120px 0px !important;
    background-color: #FFFFFF;
    background-image: url("../images/tab_section_bg.png");
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tab_section_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0E1318;
    gap: 14px;
    margin-bottom: 50px;
}

.tab_section_heading h2 {
    font-family: "Geist", sans-serif;
    font-weight: 700;
    font-size: 44px;
}

.tab_section_heading p {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    width: 73%;
    opacity: 0.8;
}

.tabs_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.nav-tabs {
    gap: 11px;
    justify-content: center;
    border: none;
}

.nav-tabs .nav-link {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #1616161A;
    border-radius: 70px;
    padding: 8px 20px;
    color: #161616;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    color: #FFFFFF;
}

.tab_image {
    height: 580px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.tab_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tab_section_paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0E1318;
    margin-top: 28px;
}

.tab_section_paragraph h6 {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 28px;
    width: 77%;
    opacity: 0.8;
}





.category_section {
    padding: 120px 0px !important;
    background-color: #FFFFFF;
}


.category_card {
    border-radius: 30px;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Geist", sans-serif;
    padding: 21px;
    height: 470px;
    transition: ease-in-out 0.4s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    margin: 0px 14px;
}

.card_bg_1 {
    background-image: url("../images/category_image/category_image_1.png");
}

.card_bg_2 {
    background-image: url("../images/category_image/category_image_2.png");
}

.card_bg_3 {
    background-image: url("../images/category_image/category_image_3.png");
}

.card_bg_4 {
    background-image: url("../images/category_image/category_image_4.png");
}

.category_card h4 {
    font-weight: 400;
    font-size: 21px;
}

.category_card h6 {
    font-weight: 500;
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 10px;
}

.category_card h2 {
    font-weight: 500;
    font-size: 22px;
}

.category_card button {
    width: 100%;
    display: none;
    margin-top: 15px;
}

.category_card:hover button {
    display: flex;
    transition: ease-in-out 0.3s;
}

.category_card:hover {
    transform: scale(1.07);
    transition: ease-in-out 0.4s;
}

.card_flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.card_flex_box img {
    width: 87px;
    height: 87px;
    border-radius: 15px;
    object-fit: cover;

}




@media (min-width: 1200px) {
    .col_lg_custom {
        flex: 0 0 auto;
        width: 19%;
    }
}

.tab_card_row {
    justify-content: center;
    width: 100%;
    row-gap: 25px;
    margin: auto;
}

.tab_card {
    box-shadow: 0px 0px 23.27px 0px #00000026;
    border-radius: 23px;
    background-color: #FFFFFF;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.tab_card:hover {
    box-shadow: 0px 0px 40px 0px #833ED44D;
    transition: box-shadow 0.3s ease-in-out;
    border: 2px solid #833ED4;
}

.tab_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 23px 23px 0 0;
}

.tab_card button {
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    width: 80%;
}

.tab_card:hover button {
    bottom: 55px;
    transition: bottom 0.3s ease-in-out;
}

.tab_card_content {
    padding: 10px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #161616;
}

.tab_card_content h4 {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 500;
}







/* Slider Section CSS */

.slider_section {
    padding: 120px 0px !important;
    background-color: #FFFFFF;
    background-image: url("../images/slider_section_bg.png");
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* (migrated contact page header styles to Assets/css/contact.css) */
.slider_section_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0E1318;
    gap: 14px;
}

.slider_section_heading h2 {
    font-family: "Geist", sans-serif;
    font-weight: 700;
    font-size: 44px;
}

.slider_section_heading p {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    width: 65%;
    opacity: 0.8;
}






.custom_image_slider {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.swiper {
    width: 100%;
    padding: 0 120px;
    box-sizing: border-box;
    overflow: visible;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    border-radius: 30px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 34px 0px #0000000D;
}

.swiper-slide-active {
    transform: scale(1.1);
}

.swiper-slide-next img,
.swiper-slide-prev img {
    transform: scale(0.75);
    /* opacity: 0.9; */
}












@media (max-width: 992px) {

    .slider_section {
        padding: 60px 0px !important;
    }

    .slider_section .slider_section_heading {
        padding: 0px 40px !important;
    }

    .swiper {
        padding: 0 70px;
    }

    .swiper-slide {
        border-radius: 10px;
    }

    .engineered_image_box_1,
    .engineered_image_box_2 {
        padding: 0px;
    }

    .last_footer_section,
    .engineered_section,
    .card_section,
    .effortless_section,
    .tab_section_first,
    .tab_section_second,
    .category_section {
        padding: 60px 40px !important;
    }

    .banner_content {
        padding: 200px 40px;
    }

    .last_footer_content h2,
    .engineered_content h2,
    .card_section_heading h2,
    .effortless_section_heading h2,
    .banner_content h1,
    .tab_section_heading h2,
    .slider_section_heading h2 {
        font-size: 40px;
    }

    .last_footer_content p,
    .engineered_content p,
    .card_section_heading p,
    .effortless_section_heading p,
    .banner_content p,
    .tab_section_heading p,
    .tab_section_paragraph h6,
    .slider_section_heading p {
        font-size: 17px;
        width: 100%;
    }

    .custom_button_2 {
        height: 46px;
    }

    .custom_button_2 h3,
    .custom_button_4 h3 {
        font-size: 16px;
    }

    .custom_button_4 img {
        height: 20px;
    }

    .engineered_content {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .engineered_content p {
        width: 100%;
    }

    .engineered_image_box_2 {
        margin-top: 15px;
        flex-direction: row;
        gap: 15px;
    }

    .engineered_image_box_1 img {
        border-radius: 20px;
    }

    .engineered_image_1 img,
    .engineered_image_2 img {
        height: 300px;
        border-radius: 20px;
    }

    .engineered_content {
        margin-bottom: 50px !important;
    }

    .card_section_heading {
        margin-bottom: 10px;
    }

    .card_box {
        margin: 30px 0px;
    }

    .card_box_content h4 {
        font-size: 20px;
    }

    .card_box_content p {
        font-size: 16px;
    }

    .effortless_section_content {
        padding: 0px;
    }

    .effortless_section_image {
        margin-top: 20px;
    }

    .effortless_section_content h4 {
        font-size: 20px;
    }

    .custom-accordion .accordion-button {
        font-size: 22px;
    }

    .tab_image {
        height: 430px;
        border-radius: 25px;
    }

    .tab_card button {
        width: 85%;
    }

    .category_card {
        height: 500px;
        border-radius: 20px;
        margin: 0px;
        margin-top: 30px;
    }
    .card_bg_1{
        margin: 0px !important;
    }
}

@media (max-width: 768px) {
    .slider_section {
        padding: 60px 0px !important;
    }

    .slider_section .slider_section_heading {
        padding: 0px 20px !important;
    }

    .swiper {
        padding: 0 30px;
    }

    .engineered_content_paragraph {
        width: 100%;
    }

    .last_footer_section,
    .engineered_section,
    .card_section,
    .effortless_section,
    .tab_section_first,
    .tab_section_second,
    .category_section {
        padding: 60px 20px !important;
    }

    .banner_content {
        padding: 200px 20px;
    }

    .creator h4 {
        font-size: 12px;
    }

    .last_footer_content h2,
    .engineered_content h2,
    .card_section_heading h2,
    .effortless_section_heading h2,
    .banner_content h1,
    .tab_section_heading h2,
    .slider_section_heading h2 {
        font-size: 30px;
    }

    .last_footer_content p,
    .engineered_content p,
    .card_section_heading p,
    .effortless_section_heading p,
    .banner_content p,
    .tab_section_heading p,
    .tab_section_paragraph h6,
    .slider_section_heading p {
        font-size: 15px;
    }

    .engineered_image_box_1 img {
        border-radius: 10px;
    }

    .engineered_image_1 img,
    .engineered_image_2 img {
        height: 250px;
        border-radius: 10px;
    }

    .engineered_content {
        margin-bottom: 30px !important;
    }

    .card_section_heading {
        margin-bottom: 10px;
    }

    .card_box {
        margin: 0px;
        margin-top: 30px;

    }

    .card_box_content h4 {
        font-size: 18px;
    }

    .card_box_content p {
        font-size: 14px;
    }

    .tab_card button {
        width: 90%;
    }
}