.blueBg {
    background: #060042 !important;
}

.white {
    color: #fff !important;
}

h2 {
    font-size: 40px !important;
    word-break: break-word;
    hyphens: auto;
}

.accordion-header-custom span {
    font-family: 'PTSans-Bold' !important;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}

.feature-box {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

.pd-ex {
    padding: 2rem;
}

.feature-box h6 {
    font-weight: bold;
    font-family: 'PTSans-Bold' !important;
    font-size: 20px !important;
}

.feature-box p {
    font-size: 16px !important;
}

p {
    font-size: 16px !important;
}

.orange {
    color: #ff5e00;
}

.section-img {
    max-width: 100%;
    height: auto;
}

.box-content {
    font-size: 22px !important;
    font-family: 'PTSans-Bold' !important;
    padding-bottom: 8px;
}

.main-box {
    display: flex;
    gap: 40px;
    width: 100%;
}

.boxhover2 {
    border-radius: 5px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
    display: flex;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 2px solid #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
    width: 48%;
}

.boxhover2:hover {
    border: 2px solid #FC4F02;
}

.boxhover4 {
    border-radius: 5px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
    display: flex;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    border: 2px solid #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
    width: 100%;
}

.boxhover4 ul li::marker {
    color: #fc4f02;
    font-size: 20px;
}

.left {
    text-align: left;
}

.ExploreBtn2 {
    min-width: 150px !important;
    max-width: 150px !important;
}

.ExploreBtn2:hover {
    min-width: 150px !important;
    max-width: 150px !important;
}

/* Accordion-section */

.accordion-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}

.accordion-section img {
    width: 500px;
    max-width: 100%;
}

.accordion-custom {
    width: 500px;
    max-width: 100%;
}

.accordion-item-custom {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-header-custom {
    background: none;
    font-weight: bold;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    position: relative;
    color: #fff;
}

.accordion-header-custom::after {
    content: '>';
    font-size: 28px;
    color: #ffffff;
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.accordion-header-custom-1::after {
    color: #000 !important;
}

.accordion-item-custom.active .accordion-header-custom::after {
    transform: rotate(270deg);
}

.accordion-content-custom {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.accordion-item-custom.active .accordion-content-custom {
    padding: 15px 20px 20px;
    max-height: 500px;
    color: #fff;
}

.accordion-item-custom.active {
    border: 1px solid #B8CBF8;
    background: rgba(255, 255, 255, 0.1);
}

.mr-ex {
    margin-right: 20px !important;
}

.pl-ex {
    padding-left: 50px !important;
}

.accordion-item-custom-1 {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
}

.accordion-item-custom-1.active {
    border: 2px solid #FC4F02;
    border-radius: 10px;
}

.icon img {
    margin-right: 10px;
    color: #FF6600;
    font-size: 22px;
    width: 25px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

/* responsive css */
@media (min-width: 0px) and (max-width: 768px) {

    .swip {
        display: flex;
        flex-direction: column;
    }

    .items1 {
        order: 2
    }

    .items2 {
        order: 1
    }

    .pd-ex {
        padding: 0 !important;
    }



    .boxhover2 {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .accordion-custom {
        width: auto;
        max-width: auto;
    }

    .swip {
        display: flex;
        flex-direction: column;
    }

    .items1 {
        order: 2
    }

    .items2 {
        order: 1
    }

    .p-res {
        padding: 1rem !important;
    }

    .accordion-header-custom::after {
        margin-left: 10px;
    }

}