* {
    font-family: asap;
}

#hero_section {
    position: relative; 
    /* margin-top: 15px; */
}

#hero_section > img {
    width: 100%;
    height: auto;
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* object-fit: cover; */
}

#hero_section h1 {
    position: absolute;
    top: 26%;
    left: 4%;
    /* transform: translate(-50%, -50%); */
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: left;
}
#hero_section h3 {
    position: absolute;
    top: 42%;
    left: 4%;
    /* transform: translate(-50%, -50%); */
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: left;
}

#hero_section .orange-button {
    position: absolute;
    top: 65%;
    left: 4%;
    /* transform: translate(-50%, -50%); */
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    background-color: #F96831;
    padding: 10px 20px 10px 20px;
    border-radius: 12px;
}

#hero_section .get-demo-button:hover {
    background-color: white;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

#professional_section {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* max-width: 1000px; */
    margin: 50px auto 30px auto;

}

#professional_section h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #222222;
    margin-bottom: 17px;
    
}

#professional_section p {
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #3D3C3C;
    
}

.crm_details_background {
    background-image: url('/assets/images/crm_page/background_image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   
    padding: 0px 20px 0px 20px;    
}

#crm_details {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    
}

.crm_detail_box {
    /* display: flex; */
    align-items: center;
    /* justify-content: space-between; */
    border: 1px solid #CDCDCD;
    border-radius: 12px;
    padding: 5px 10px 5px 10px;
    /* max-width: 1000px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-family: asap;
    margin-bottom: 20px;
}

.crm_detail_box:not(.orange_box) {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: linear-gradient(360deg, #FFFFFF 0%, #2B99FF 100%);
    transition: all 0.3s ease;
}

.crm_detail_box:not(.blue_box) {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: linear-gradient(180deg, #F96831 0%, #FFFFFF 100%);
    transition: all 0.3s ease;
}

.crm_detail_box_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0px 20px 30px;
}

.crm_detail_box_text h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
    font-family: asap;
}

.crm_detail_box_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: asap;

}

.crm_detail_box img {
    width: 100%;
    margin-right: -10px;
}

.konectar_details_background {
    background-color: #F3FFFD;
    width: 95vw;
    margin: 80px auto 30px auto;
}

#konectar_details {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto 30px auto;
}
#konectar_details h2 {
    padding-top: 36px;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #222222;
    text-align: center;
    margin-bottom: 50px;
}

.konectar_details_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.konectar_details_box_text {
    margin: 15px 0px 0px 30px;
}

.konectar_details_box_text h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #222222;
}

.konectar_details_box_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
}

.konectar_details_box_img {
    max-width: 100px;
}

#testimonials_section {
    margin-top: 100px;
    /* margin-bottom: 40px; */
}

#testimonials_section > h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: #565656;
    text-align: center;
    margin-bottom: 20px;
}
#testimonials_section > p {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #686868;
    text-align: center;
}

#brochure_section {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFEDE6;
    border-radius: 12px;
    padding: 20px 30px 20px 20px;
    margin-top: 100px;
}

#brochure_section h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #222222;
}

#brochure_section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #222222;
    text-align: center;
}

#brochure_section img {
    max-width: 100%;
}

.crm_download {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 4px 15px;
    font-family: sans-serif;
}

.crm_download:hover > img {
    transition: filter 0.3s ease;
    /* filter: brightness(0.8); */
    content: url('/assets/images/crm_page/download_hover.svg');
}



.slide_card {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 20px 20px;
} 
.slide_card > img {
    width: 50px;
    /* align-items: end; */
}
.slide_card > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1b1b1b;
    text-align: center;
    margin-top: 30px;
}

.swiper_card_part > h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1b1b1b;
    /* margin-top: 5px; */
    align-items: center;
    margin-top: 10px;
}

.swiper_card_part {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    margin-top: auto;
}

.swiper {
    height: 100%; 
    margin-top: 60px;

  }

.swiper-slide {
/* display: flex;
flex-direction: column;
justify-content: space-between; */
height: auto;
}

.swiper-wrapper {
    margin-bottom: 110px;
}

.swiper-pagination {
    text-align: center;
    margin-top: 20px;
    bottom: 40px !important;
}

.swiper-pagination-bullet {
    background-color: #F1F1F1; 
    opacity: 1; 
}
.swiper-pagination-bullet-active {
    background-color: #D9D9D9; 
    width: 10px;
    height: 10px;
}


.nav-bottom-right {
position: absolute;
bottom: 20px;
right: 3px;
display: flex;
gap: 10px;
z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    color: #5D5D5D;

}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
}
.bb {
background-color: gray;
}

.sticky-button {
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    background: #00a4f4;
    border-radius: 13px 13px 0px 0px;
}

.sticky-button.visible {
    opacity: 1;
    pointer-events: auto;
}

@media(min-width: 768px) and (orientation: portrait) {
    #hero_section h1 {
        font-size: 36px;
        left: 3%;
    }
    #hero_section h3 {
        font-size: 17px;
        top: 44%;
        left: 3%;
        line-height: 120%;
    }
    #hero_section a {
        font-size: 15px;
        /* top: 64%;
        left: 3%; */
    }
    #hero_section .orange-button {
        top: 65%;
        left: 3%;
        font-size: 17px;
    }
    #professional_section {
        max-width: 100%;
    }
    .crm_detail_box img {
        width: 400px;
    }

    #crm_details {
        max-width: 100%;
    }
    .crm_detail_box img {
        width: 210px;
    }
    .crm_detail_box {
        padding: 0px 10px 0px 0px;
    }

    #konectar_details {
        max-width: 100%;
    }

    .konectar_details_box {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    #konectar_details img {
        max-width: 360px;
    }

    .konectar_details_box_text h5 {
        line-height: 30px;;
    }

    #brochure_section {
        max-width: 100%;
        padding: 30px;
    }
    #brochure_section h3 {
        text-align: center;
    }
    #brochure_section p {
        text-align: center;
    }

    #brochure_section .orange-button {
        margin-bottom: 20px;
    }
}

@media(min-width: 820px) and (orientation: portrait) {
    #hero_section h1 {
        font-size: 36px;
        left: 4%;
    }
    #hero_section h3 {
        font-size: 17px;
        top: 44%;
        left: 4%;
    }
    /* #hero_section a {
        font-size: 15px;
        top: 64%;
        left: 4%;
    } */
    #hero_section .orange-button {
        top: 65%;
        left: 4%;
        font-size: 17px;
    }
    #professional_section {
        max-width: 100%;
    }
    .crm_detail_box img {
        width: 400px;
    }

    #crm_details {
        max-width: 100%;
    }
    .crm_detail_box img {
        width: 210px;
    }
    .crm_detail_box {
        padding: 0px 10px 0px 0px;
    }

    #konectar_details {
        max-width: 100%;
    }

    .konectar_details_box {
        margin-top: -20px;
        margin-bottom: -20px;
    }

    #konectar_details img {
        max-width: 360px;
    }

    .konectar_details_box_text h5 {
        line-height: 30px;;
    }

    #brochure_section {
        max-width: 100%;
        padding: 30px;
    }
    #brochure_section h3 {
        text-align: center;
    }
    #brochure_section p {
        text-align: center;
    }

    #brochure_section .orange-button {
        margin-bottom: 20px;
    }
}

@media(min-width: 1024px) and (orientation: portrait) {
    #hero_section h1 {
        font-size: 48px;
        left: 3%
    }
    #hero_section h3 {
        font-size: 23px;
        top: 44%;
        left: 3%;
    }
    #hero_section a {
        font-size: 23px;
        top: 64%;
        left: 3%;
    }
    #hero_section .orange-button {
        top: 65%;
        left: 3%;
        font-size: 24px;
    }
    #professional_section {
        max-width: 90%;
    }
    .crm_detail_box img {
        width: 400px;
    }

    #crm_details {
        max-width: 90%;
    }
    .crm_detail_box img {
        width: 260px;
    }
    .crm_detail_box {
        padding: 0px 10px 0px 0px;
    }

    #konectar_details {
        max-width: 100%;
    }

    .konectar_details_box {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    #konectar_details img {
        max-width: 480px;
    }

    .konectar_details_box_text h5 {
        line-height: 30px;;
    }

    #brochure_section {
        max-width: 100%;
        padding: 20px;
    }
    #brochure_section h3 {
        text-align: left;
    }
    #brochure_section p {
        text-align: left;
    }

    #brochure_section img {
        max-width: 215px;;
    }

    #brochure_section .orange-button {
        margin-bottom: 20px;
    }
}

@media(min-width: 1024px) and (max-width: 1359px) and (orientation: landscape) {
    #hero_section h1 {
        font-size: 48px;
        left: 4%;
    }
    #hero_section h3 {
        font-size: 23px;
        top: 44%;
        left: 4%;
        line-height: 120%;
    
    }
    #hero_section a {
        font-size: 23px;
        /* top: 64%;
        left: 13%; */
    }
    #hero_section .orange-button {
        top: 65%;
        left: 4%;
    }
    #professional_section {
        max-width: 90%;
    }
    #crm_details {
        max-width: 90%;
    }
    .crm_detail_box_text {
        padding: 20px 0px 20px 10px;
    }
    .crm_detail_box img {
        width: 260px;
    }


    #konectar_details {
        max-width: 90%;
    }

    #konectar_details img {
        max-width: 420px;
    }

    .konectar_details_box_text h5 {
        line-height: 28px;
    }

    #brochure_section {
        max-width: 100%;
    }

    #brochure_section img {
        max-width: 205px;
    }
}

@media(min-width: 1200px) and (max-width: 1359px) and (orientation: landscape) {
    #hero_section h1 {
        font-size: 48px;
        left: 4%;
    }
    #hero_section h3 {
        font-size: 23px;
        top: 44%;
        left: 4%;
        line-height: 120%;
    }
}

@media(min-width: 1360px) and (max-width: 1370px) and (orientation: landscape) {
    #hero_section h1 {
        font-size: 56px;
        left: 4%;
    }
    #hero_section h3 {
        font-size: 27px;
        top: 44%;
        left: 4%;
        line-height: 120%;
    }
    #hero_section a {
        font-size: 28px;
        top: 64%;
        left: 4%;
    }
    #professional_section {
        max-width: 90%;
    }
    #crm_details {
        max-width: 90%;
    }
    .crm_detail_box_text {
        padding: 20px 0px 20px 10px;
    }
    .crm_detail_box img {
        width: 260px;
    }


    #konectar_details {
        max-width: 90%;
    }

    #konectar_details img {
        max-width: 420px;
    }

    .konectar_details_box_text h5 {
        line-height: 28px;
    }

    #brochure_section {
        max-width: 90%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #brochure_section img {
        max-width: 240px;
    }
}

@media(max-width: 767px) and (orientation: portrait) {
    /* #hero_section {
        display: none;
    } */
    #professional_section {
    max-width: 100%;
    }
    #professional_section h2 {
        text-align: center;
        font-size: 18px;
    }
    #professional_section p {
        text-align: center;
        font-size: 16px;
    }
    #crm_details {
        max-width: 100%;
        z-index: 500;
        position: relative;
    }
    .crm_detail_box {
        padding: 20px;
    }
    .crm_detail_box_text {
        padding: 0px;
        align-items: center;
        text-align: center;
    }
    .crm_detail_box img {
        width: 80%;
        margin-right: 0px;
    }
    .crm_detail_box_img {
        text-align: center !important;
    }

    .crm_detail_box_text h3 {
        line-height: 28px;
        font-size: 20px;
    }

    #konectar_details h2 {
        margin-bottom: 0px;
    }
    .konectar_details_box_group {
        display: none;
    }

    .konectar_details_img {
        max-width: 330px;
        margin-bottom: 30px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .konectar_details_box_img {
        margin-left: 7px;
        margin-right: -20px;
        max-width: 70px;
    }

    .konectar_details_box_text h5 {
        line-height: 27px;
    }

    #brochure_section {
        max-width: 100%;
        padding: 20px;
    }

    #brochure_section h3 {
        text-align: center;
    }

    #brochure_section p {
        text-align: center;
    }
    #brochure_section .orange-button {
        margin-bottom: 20px;
    }
    
    .swiper {
        margin-right: 20px;
        margin-left: 20px;
    }

    #hero_section_mobile {
        margin-top: 66px;
    }
    
    .hero_section_mobile_details {
        margin-top: -75%;
        text-align: center;
    }
    
    .hero_section_mobile_details h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        color: #FFFFFF;
        text-align: center;
    }
    
    .hero_section_mobile_details h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 25px;
    }
    
    #hero_section_mobile .orange-button {
        transform: translate(-50%, -50%);
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        background-color: #F96831;
        padding: 10px 20px 10px 20px;
        margin-top: 10px;
        border-radius: 12px;
    }
    
    #hero_section_mobile .get-demo-button:hover {
        background-color: white;
        color: #FFFFFF;
        transition: all 0.3s ease;
    }
    
    
    .konectar_details_box_mobile {
        background-color: #D8F6F0;
        box-shadow: 0px 4px 4px 0px #00000040;
        align-items: center;
        text-align: center;
        padding: 20px;
        border-radius: 12px;
        margin-right: 10px;
        margin-left: 10px;
    }
    
    .konectar_details_box_img_mobile {
        max-width: 32px;
    }
    
    .konectar_details_box_text_mobile h5 {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #222222;
        margin-top: 10px;
    }
    
    .konectar_details_box_text_mobile p {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #222222;
    }
    
    .carousel-indicators [data-bs-target] {
        width: 7px;
        height: 7px;
        padding: 0;
        margin-right: 2px;
        margin-left: 5px;
        cursor: pointer;
        background-color: #c9ced1;
        border: 0;
        opacity: .5;
        transition: opacity 0.6s ease;
        border-radius: 68px;
    }
    
    .carousel-indicators {
        bottom: -30px;
    }
    
    .carousel-indicators .active {
        opacity: 1;
    }
    
    .carousel-item {
        margin-bottom: 10px;
    }
}

@media(max-width: 950px) and (max-height: 450px) and (orientation: landscape) {

    #hero_section h1 {
        font-size: 32px;
    }

    #hero_section h3 {
        font-size: 17px;
    }

    #hero_section .orange-button {
        font-size: 15px;
    }

    #professional_section {
        max-width: 100%;
        align-items: center;
    }

    #crm_details {
        max-width: 100%;
    }

    .crm_detail_box img {
        width: 100%;
        margin-right: -10px;
    }

    #konectar_details {
        max-width: 100%;
    }

    .konectar_details_box {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .konectar_details_img {
        max-width: 100%;
        margin: auto;
    }
    .konectar_details_box_img {
        max-width: 100%
    }

    .konectar_details_box_text h5 {
        line-height: 26px;
    }

    #brochure_section {
        text-align: center;
        padding: 20px;
    }

    #brochure_section .orange-button {
        margin-bottom: 20px;
    }

    .sticky-button {
        top: 30%;
    }

}

@media(max-width: 767px) and (orientation: landscape) {
    #hero_section_mobile {
        margin-top: 69px;
    }
    
    .hero_section_mobile_details {
        margin-top: -75%;
        text-align: center;
    }
    
    .hero_section_mobile_details h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        color: #FFFFFF;
        text-align: center;
    }
    
    .hero_section_mobile_details h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 25px;
    }
    
    #hero_section_mobile .orange-button {
        transform: translate(-50%, -50%);
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        background-color: #F96831;
        padding: 10px 20px 10px 20px;
        margin-top: 10px;
        border-radius: 12px;
    }
    
    #hero_section_mobile .get-demo-button:hover {
        background-color: white;
        color: #FFFFFF;
        transition: all 0.3s ease;
    }

    #professional_section h2 {
        text-align: center;
    }

    #crm_details {
        max-width: 100%;
        z-index: 500;
        position: relative;
    }
    
    .konectar_details_box_mobile {
        background-color: #D8F6F0;
        box-shadow: 0px 4px 4px 0px #00000040;
        align-items: center;
        text-align: center;
        padding: 20px;
        border-radius: 12px;
        margin-right: 10px;
        margin-left: 10px;
    }
    
    .konectar_details_box_img_mobile {
        max-width: 32px;
    }
    
    .konectar_details_box_text_mobile h5 {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #222222;
        margin-top: 10px;
    }
    
    .konectar_details_box_text_mobile p {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #222222;
    }

    .konectar_details_box_carousel {
        display: none !important;
    }
    
    .carousel-indicators [data-bs-target] {
        width: 7px;
        height: 7px;
        padding: 0;
        margin-right: 2px;
        margin-left: 5px;
        cursor: pointer;
        background-color: #c9ced1;
        border: 0;
        opacity: .5;
        transition: opacity 0.6s ease;
        border-radius: 68px;
    }
    
    .carousel-indicators {
        bottom: -30px;
    }
    
    .carousel-indicators .active {
        opacity: 1;
    }
    
    .carousel-item {
        margin-bottom: 10px;
    }
}


/* mobile hero image css */

/* .hero_section_mobile_details {
    background-color: #EAEAEA;
    border-radius: 12px;
    width: 90%;
    text-align: center;
    padding: 20px;
    margin-top: -14px;
    position: relative;
    padding-bottom: 25px;
    
} */

/* .hero_section_mobile_details h3 {
    margin-bottom: 20px;
} */

