.enjinstarter .cc-btn-primary {
    background-color: #E93E74;
    color: #f8f9fa;
    padding: 9px 18px;
    border-radius: 0;
    font-size: small;
    font-weight: 600;
    margin-top: 1.5rem;
    width: fit-content;
}

.enjinstarter .navbar-toggler{display: none;}
.enjinstarter .navbar-brand{margin: 0;}

.enjinstarter a {
    text-decoration: none;
}

.enjinstarter .section-title {
    padding: 6px 20px;
    width: fit-content;
    border-radius: 50px;
    color: #fff;
    background-color: rgb(88 83 122 / 32%);
}

.enjinstarter .primary-header-part .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 18px;
}

.enjinstarter .primary-header-part .description {
    color: #EAECF0;
    font-size: 15px;
}


/* Header */
.enjinstarter .header-bar {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    transition: background-color 0.5s ease;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.enjinstarter .header-bar.scrolled {
    background-color: rgba(12, 0, 44, 1);
}

.enjinstarter .header-bar li.nav-item a.nav-link {
    color: #b9b9b9;
}

.enjinstarter .header-bar li.nav-item.dropdown ul.dropdown-menu {
    color: #b9b9b9;
    background-color: transparent;
    border: 1px solid rgb(88 83 122 / 100%);
    box-shadow: 0 4px 10px 0 #0418747e;
}

.enjinstarter .header-bar.scrolled li.nav-item.dropdown ul.dropdown-menu {
    background-color: rgba(12, 0, 44, 1);
}

.enjinstarter .header-bar li.nav-item.dropdown ul.dropdown-menu li a {
    color: #b9b9b9;
}

.enjinstarter .header-bar li.nav-item.dropdown ul.dropdown-menu li a:hover {
    background-color: rgba(12, 0, 44, 1);
}

.enjinstarter .header-bar .login-btn {
    color: #E93E74;
}

.enjinstarter .header-bar .signup-btn {
    color: #fff;
    background-color: rgb(88 83 122 / 50%);
    padding: 7px 20px;
}


/* Hero Section */
.enjinstarter .hero-section {
    position: relative;
    background-image: url(./content/bg_hero_section.png);
    background-size: cover;
    height: 100%;
    min-height: 700px;
    width: 100%;
    overflow: hidden;
}

.enjinstarter .hero-section .section-content {
    width: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.enjinstarter .hero-section .section-content .headline {
    font-size: 48px;
    line-height: 60px;
}

.enjinstarter .hero-section .section-content .headline .headline-span {
    color: #E93E74;
}


/* AboutUs Section */
.enjinstarter .aboutus-section {
    position: relative;
    background-image: url(./content/bg_aboutus.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.enjinstarter .aboutus-section .hero-node-part-one .part-one {
    font-size: 26px;
    line-height: 30px;
}

.enjinstarter .aboutus-section .hero-node-part-one .part-two {
    font-size: 14px;
}

.enjinstarter .aboutus-section .hero-node-part-two .content-child {
    margin-right: 3rem !important;
}

.enjinstarter .aboutus-section .hero-node-part-two .text-side .description {
    font-size: 13px;
}


/* Features Section */
.enjinstarter .features-section {
    position: relative;
    background-image: url(./content/bg_features.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
}

.enjinstarter .features-section .carousel-box {
    margin: 5rem;
    padding-top: 0;
}

.enjinstarter .features-section .carousel .carousel-card {
    position: relative;
    padding: 18px;
}

.enjinstarter .features-section .carousel .carousel-card .img-box {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.enjinstarter .features-section .carousel .carousel-card img {
    width: 50%;
    height: auto;
    position: relative;
    top: 25%;
    left: 50%;
}

.enjinstarter .features-section .carousel .carousel-content {
    position: absolute;
    left: 7%;
    top: 8%;
    width: 80%;
    color: #fff;
    padding: 20px 18px;
}

.enjinstarter .features-section .carousel-content .card-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.enjinstarter .features-section .carousel-content .card-description {
    font-size: 17px;
    max-width: 187px;
    line-height: 1.7;
    margin-bottom: 4.7rem;
}

.enjinstarter .features-section .carousel-content .learn-more {
    border: 1px solid #fff;
    padding: 6px 12px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
}



/* --------------  */
.enjinstarter .background-image-supporter {
    position: relative;
    background-image: url(./content/bg_major.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* BookSlot Section */
.enjinstarter .bookslot-section .time-slots .slot-box {
    padding: 12px 20px;
    border-radius: 8px;
    color: #fff;
    background-color: rgb(88 83 122 / 30%);
    border: 1px solid rgb(88 83 122 / 40%);
    width: 70px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.enjinstarter .bookslot-section .time-slots {
    gap: 1.5rem !important;
}

.enjinstarter .bookslot-section .time-slots .slot-box .unit {
    font-size: 10px;
    color: #EAECF0
}


/* Procedure Section */
.enjinstarter .procedure-section {
    padding-top: 3rem !important;
}

.enjinstarter .procedure-section .procedure-image-box {
    margin-top: 3rem !important;
}


/* Support Section */
.enjinstarter .support-section {
    padding-top: 3rem !important;
}

.accordion-flush {
    max-width: 900px;
    width: 100%;
}

.accordion-flush .accordion-item {
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid rgb(88 83 122 / 40%);
    ;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 #04187433;
}

.accordion-flush .accordion-item .accordion-body {
    color: #b9b9b9;
    font-size: 14px;
    padding-top: 0;
}

.accordion-flush .accordion-item .accordion-button {
    background: transparent;
    color: #EAECF0;
}

.accordion-flush .accordion-item .accordion-button:focus {
    box-shadow: unset;
}

.accordion-flush .accordion-item .accordion-button::after {
    background-image: url("./content/1star.png") !important;
}

.accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
}


/* Note Section */
.note-section .content-box {
    max-width: 900px;
    width: 100%;
    border: 1px solid rgb(88 83 122 / 40%);
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 #04187433;
}

.note-section .content-box .text-part .content {
    flex-direction: column;
}

.note-section .content-box .text-part .content .title {
    font-size: 30px;
}

.note-section .content-box .image-part {
    margin-top: -40px;
}


/* Footer */
.enjinstarter .footer {
    position: relative;
    background-image: url(./content/bg_footer.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.enjinstarter .footer .copyright-part {
    color: #b9b9b9;
}

.enjinstarter .footer .footer-links .footer-link {
    color: #b9b9b9;
}


.enjinstarter .footer .social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}
  
.enjinstarter .footer .social-icons a {
    color: #db227f !important; 
    font-size: 1.4rem;
    transition: color 0.3s ease;
}
  
.enjinstarter .footer .social-icons a:hover {
    color: #d40a47;
}



/* +++++++++++++++++++++++++++ STYLE FOR SMALL SCREENS +++++++++++++++++++++++++++ */
@media (max-width: 1400px) {
    .enjinstarter .features-section .carousel-content .card-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .enjinstarter .features-section .carousel-content .card-description {
        font-size: 16px;
        margin-bottom: 4rem;
    }

    .enjinstarter .features-section .carousel-content .learn-more {
        border: 1px solid #fff;
        padding: 6px 12px;
        color: #fff;
        border-radius: 30px;
        display: inline-block;
    }
}

@media (max-width: 1200px) {
    .features-section .carousel-content .card-description {
        margin-bottom: 7rem;
    }
}

@media (max-width: 992px) {

    /* Header */
    .enjinstarter .header-bar {
        background-color: rgba(12, 0, 44, 1);
    }

    .enjinstarter .header-bar li.nav-item.dropdown ul.dropdown-menu {
        border: unset;
        box-shadow: unset;
    }

    .enjinstarter .header-bar form.user-form {
        justify-content: center;
        margin: 14px 0;
    }

    .enjinstarter .header-bar .navbar-light .navbar-toggler-icon {
        background-image: url("./content/three_lines.png") !important;
    }


    /* Hero Section */
    .enjinstarter .hero-section {
        min-height: 500px;
    }

    .enjinstarter .hero-section .section-content {
        width: 100%;
        padding: 0 20px;
    }

    .enjinstarter .hero-section .section-content .headline {
        font-size: 20px;
        line-height: normal;
    }

    .enjinstarter .hero-section .section-content .description {
        font-size: 14px
    }


    /* Features Section */
    .enjinstarter .features-section .carousel-box {
        margin: 0;
    }

    .enjinstarter .features-section .carousel-content .card-description {
        margin-bottom: 5rem;
    }

    .enjinstarter .features-section .carousel .carousel-card {
        padding: 8px;
    }

}


@media (max-width: 767px) {
    .enjinstarter .primary-header-part .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .enjinstarter .primary-header-part .description {
        font-size: 14px;
    }


    /* AboutUs Section */
    .enjinstarter .section-title {
        margin: 0 auto;
    }

    .enjinstarter .hero-node-part-one {
        text-align: center;
    }

    .enjinstarter .hero-node-part-two {
        flex-direction: column-reverse;
    }

    .enjinstarter .hero-node-part-two .image-part {
        margin-bottom: 25px;
    }

    .enjinstarter .hero-node-part-two .content-part {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .enjinstarter .aboutus-section .hero-node-part-two .content-child {
        margin-right: 0 !important;
    }


    /* Features Section */
    .enjinstarter .features-section .carousel-box {
        margin: 0 1rem;
    }


    /* BookSlot Section */
    .enjinstarter .bookslot-section .time-slots {
        gap: 12px !important;
    }


    /* Procedure Section */
    .enjinstarter .procedure-section {
        padding-top: 0 !important;
    }

    .enjinstarter .procedure-section .procedure-image-box {
        margin-top: 0 !important;
    }


    /* Support Section */
    .enjinstarter .support-section {
        padding-top: 0 !important;
    }

    .accordion-flush .accordion-item .accordion-button {
        font-size: 14px;
    }


    /* Note Section */
    .note-section .content-box .text-part {
        text-align: center;
        margin-top: 20px;
    }

    .note-section .content-box .text-part .content .title {
        font-size: 20px;
    }

    .note-section .content-box .image-part {
        margin-top: 20px !important;
        text-align: center;
    }

    .note-section .content-box .image-part img {
        max-height: 200px;
    }


    /* Footer */
    .enjinstarter .footer .footer-links {
        flex-wrap: wrap;
    }

    .enjinstarter .footer .copyright-part {
        flex-direction: column;
        gap: 20px;
    }

    .enjinstarter .footer .copyright-part img {
        width: 220px;
        height: auto;
        margin: 0 auto;
    }
    .enjinstarter .footer .social-icons{ margin: 0 auto;}
}

@media (max-width: 380px) {

    /* Features Section */
    .enjinstarter .features-section .carousel .carousel-content {
        top: 5%;
    }

    .enjinstarter .features-section .carousel-content .card-description {
        margin-bottom: 3rem;
        font-size: 13px;
        list-style: 1.3;
    }
}

.img-box {
    background: linear-gradient(0deg, #393054, #393054),
        conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
    border: 1px solid #FFFFFF33;
    width: 347px !important;
    border-radius: 24px;
}