/********** Template CSS **********/
:root {
    --primary: #1363C6;
    --secondary: #15ACE1;
    --light: #F4F7FE;
    --dark: #14183E;
}

/* Global Responsive Settings */
html, body {
    overflow-x: hidden;
}

body {
    font-size: 16px;
}

a{
    color: inherit;
}

@media (max-width: 768px) {
    body {
        font-size: 15px;
    }
    
    h1 {
        font-size: 2rem !important;
    }
    
    h2 {
        font-size: 1.75rem !important;
    }
    
    h3 {
        font-size: 1.5rem !important;
    }
    
    h4 {
        font-size: 1.25rem !important;
    }
    
    h5 {
        font-size: 1.1rem !important;
    }
    
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    
    .mb-4 {
        margin-bottom: 1.25rem !important;
    }
    
    .btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 14px;
    }
    
    h1 {
        font-size: 1.75rem !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
    }
    
    h3 {
        font-size: 1.25rem !important;
    }
    
    h4 {
        font-size: 1.1rem !important;
    }
    
    h5 {
        font-size: 1rem !important;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    
    .btn {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
}

/* Improved Section Responsiveness */
.section-title {
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .section-title {
        margin-bottom: 2rem;
    }
    
    .section-title h1 {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 576px) {
    .section-title {
        margin-bottom: 1.5rem;
    }
    
    .section-title h1 {
        font-size: 1.5rem !important;
    }
}

/* Improved Service Items Responsiveness */
@media (max-width: 768px) {
    .service-item {
        padding: 30px 20px;
    }
    
    .service-item .service-icon {
        width: 70px;
        height: 70px;
    }
    
    .service-item p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .service-item {
        padding: 25px 15px;
    }
    
    .service-item .service-icon {
        width: 60px;
        height: 60px;
    }
    
    .service-item p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

/* Improved Feature Section Responsiveness */
.dashboard-container {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.dashboard-display {
    position: relative;
    text-align: center;
    margin: 20px auto;
}

.laptop-image {
    max-width: 100%;
    height: auto;
}

.user-avatars, .dashboard-features {
    flex: 1;
    min-width: 250px;
}

@media (max-width: 991px) {
    .dashboard-container {
        flex-direction: column;
    }
    
    .user-avatars, .dashboard-features {
        width: 100%;
        margin-bottom: 2rem;
    }
    
    .vertical-connector {
        height: 30px;
    }
    
    .connection-line {
        margin: 10px 0;
    }
    
    .feature-group {
        margin-bottom: 1.5rem;
    }
    
    .feature-title {
        font-size: 1.2rem;
    }
    
    .feature-description {
        font-size: 0.9rem;
    }
    
    .dashboard-display {
        margin: 30px auto;
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .dashboard-container {
        padding: 0 10px;
    }
    
    .avatar-group {
        margin-bottom: 1rem;
    }
    
    .avatar-item {
        width: 40px;
        height: 40px;
    }
    
    .feature-title {
        font-size: 1.1rem;
    }
    
    .feature-description {
        font-size: 0.85rem;
    }
}

/* Improved Testimonial Section Responsiveness */
@media (max-width: 768px) {
    .testimonial-carousel .testimonial-item {
        padding: 25px 20px;
    }
    
    .testimonial-carousel .testimonial-item img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .testimonial-carousel .testimonial-item {
        padding: 20px 15px;
    }
    
    .testimonial-carousel .testimonial-item img {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-carousel .testimonial-item p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

/* Improved Footer Responsiveness */
@media (max-width: 768px) {
    .footer .btn.btn-link {
        padding-left: 0;
    }
    
    .footer .btn.btn-link::before {
        display: none;
    }
    
    .footer .copyright {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .footer .footer-menu {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer {
        padding-top: 2rem;
    }
    
    .footer .copyright {
        font-size: 0.85rem;
    }
    
    .footer .footer-menu a {
        margin-left: 0.75rem;
        font-size: 0.85rem;
    }
}

.bg-eis{
    background: url(../img/command.png) center center no-repeat;
    background-size: cover;
    height: 109vh !important;
}

#eis{
    background-color: #000000;
}

/* Animasi About IMG */
.about-img {
    width: 150px;
    box-shadow: 5px 10px 10px rgba(20, 24, 62, 0.5);
    border-radius: 10%;
    transition: all 0.5s ease;
    position: relative;
    background-color: #ddd;
    height: 150px;
    object-fit: cover;
}

@media (max-width: 768px) {
    #about .image-container img {
        width: 100% !important;
        margin-bottom: 2rem;
    }
    
    #about .reason-item p {
        font-size: 0.9rem !important;
    }
    
    #about h1 {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 576px) {
    #about .px-3 {
        padding: 1rem !important;
    }
    
    #about .reason-item {
        margin-bottom: 1.5rem !important;
    }
}

@media screen and (max-width: 767px) {
    .about-img {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 480px) {
    .about-img {
        width: 100px;
        height: 100px;
    }
}

.a1 {
    margin-right: 15px;
    animation: scale-pulse 4s ease-in-out infinite;
    animation-delay: 0s;
    margin-top: 50px;
}

.a2 {
    width: 210px;
    height: 200px;
    margin-bottom: 10px;
    animation: scale-pulse 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

.a3 {
    margin-left: 15px;
    animation: scale-pulse 4s ease-in-out infinite;
    animation-delay: 1s;
    margin-top: 50px;
}

.a4 {
    margin-right: 15px;
    animation: scale-pulse 4s ease-in-out infinite;
    animation-delay: 1.5s;
}

.a5 {
    margin-top: 10px;
    width: 210px;
    height: 200px;
    animation: scale-pulse 4s ease-in-out infinite;
    animation-delay: 2s;
}

.a6 {
    margin-left: 15px;
    animation: scale-pulse 4s ease-in-out infinite;
    animation-delay: 2.5s;
}

.img-responsive {
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}

.map-indonesia {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.img-hand {
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 820px;
}

.img-mobile {
    width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    .img-mobile {
        max-width: 100%;
    }
    .img-hand {
        max-width: 100%; 
    }
}

@media screen and (max-width: 480px) {
    .img-mobile {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .img-responsive {
        max-width: 350px;
    }
}
@media screen and (min-width: 768px) {
    .img-responsive {
        max-width: 750px;
    }
}

@media screen and (min-width: 992px) {
    .img-responsive {
        max-width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .img-responsive {
        max-width: 1170px;
    }
}

@media screen and (max-width: 767px) {
    .a2, .a5 {
        width: 170px;
        height: 160px;
    }
    
    .a1, .a3, .a4, .a6 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .a2, .a5 {
        width: 140px;
        height: 130px;
    }
    
    .a1, .a3 {
        margin-top: 20px;
    }
    
    .a1 {
        margin-right: 10px;
    }
    
    .a3, .a6 {
        margin-left: 10px;
    }
}

@keyframes scale-pulse {
    0% {
        transform: scale(0.75);
        z-index: 1;
    }
    30% {
        transform: scale(0.90);
        z-index: 10;
        box-shadow: 0 14px 28px rgba(20, 24, 62, 0.6);
    }
    60% {
        transform: scale(1);
        z-index: 1;
        box-shadow: 5px 10px 10px rgba(20, 24, 62, 0.5);
    }
    100% {
        transform: scale(0.75);
        z-index: 1;
    }
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
    max-width: 100%;
    padding: 0 15px;
}

@media screen and (max-width: 1400px) and (min-width: 991px) {
    .about-img {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 990px) {
    .image-container {
        perspective: 300px;
        max-width: 95%;
        gap: 5px;
    }
}

@media screen and (max-width: 568px) {
    .about-img {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 515px) {
    .about-img {
        width: 100px;
        height: 100px;
    }
}

.about-img:hover {
    transform: scale(1.2) translateY(-10px) rotate(5deg);
    box-shadow: 8px 15px 15px rgba(20, 24, 62, 0.4);
    z-index: 20;
    animation-play-state: paused;
}

.about-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10%;
    background: transparent;
    box-shadow: 0 0 0px 0px rgba(66, 135, 245, 0);
    transition: all 0.5s ease;
    pointer-events: none;
}

.about-img:hover::after {
    box-shadow: 0 0 20px 5px rgba(66, 135, 245, 0.7);
}

.image-container:hover .about-img:not(:hover) {
    opacity: 0.7;
    filter: blur(1px);
    transform: scale(0.95);
}
/* END ANIMASI */

@media screen and (min-width: 1101px) {
    .under {
        position: absolute;
        right: 5%;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        width: 500px;
        max-width: 40%;
    }
    
    .over {
        position: absolute;
        right: 20%;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        width: 300px;
        max-width: 25%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .under {
        position: absolute;
        right: 5%;
        left: auto;
        top: 37%;
        z-index: 1;
        width: 400px;
        max-width: 45%;
    }
    
    .over {
        position: absolute;
        right: 20%;
        left: auto;
        top: 37%;
        z-index: 2;
        width: 250px;
        max-width: 30%;
    }
}

@media screen and (max-width: 991px) {
    .under, .over {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        margin: 0 auto;
        max-width: 90%;
        display: block;
    }
    
    .under {
        width: 300px;
        z-index: 1;
        margin-bottom: 20px;
    }
    
    .over {
        width: 200px;
        z-index: 2;
        margin-bottom: 30px;
    }
    
    .hero-header {
        padding-top: 100px;
        padding-bottom: 30px;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: rgba(255, 255, 255, .7);
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 1);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.position-responsive {
    --text-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 600px;
}

.position-responsive h2 {
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

.position-responsive p {
    color: var(--text-color);
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 0;
}

@media screen and (max-width: 1656px) {
    .position-responsive {
        position: absolute;
        left: 0;
    }

    .position-responsive h2 {
        color: var(--text-color);
        margin-bottom: 1.2rem;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1571px) and (max-width: 1656px) {
    .position-responsive {
        bottom: 15%;
    }
    
    .position-responsive p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media screen and (min-width: 1531px) and (max-width: 1570px) {
    .position-responsive {
        bottom: 10%;
    }
    
    .position-responsive p {
        font-size: 15px;
        line-height: 2.2;
    }
}

@media screen and (max-width: 1530px) {
    .position-responsive {
        position: relative;
        max-width: 100%;
    }
    
    .position-responsive p {
        font-size: 15px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .position-responsive {
        padding: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .position-responsive {
        position: static;
        padding: 1rem;
    }
    
    .position-responsive p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/*** Hero Header ***/
.hero-header {
    margin-top: -75px;
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 75px; /* Compensate for navbar height */
    padding-bottom: 0;
    position: relative;
}

@media (max-width: 991px) {
    .hero-header {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 60px;
    }
    
    .hero-header h1 {
        font-size: 1.8rem !important;
        margin-bottom: 1rem !important;
    }
    
    .hero-header p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem !important;
    }
    
    .hero-header .btn {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .hero-header {
        padding-top: 90px;
        padding-bottom: 40px;
    }
    
    .hero-header h1 {
        font-size: 1.5rem !important;
    }
    
    .hero-header p {
        font-size: 0.9rem;
        margin-bottom: 1.25rem !important;
    }
    
    .hero-header .btn {
        padding: 0.4rem 1.25rem;
        font-size: 0.85rem;
    }
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

/*** Service Header ***/
.service-header {
    margin-top: -75px;
    background: url(../img/bg-hero-grey.png) center center no-repeat;
    background-size: cover;
}

.service-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-icon {
    background: #FFFFFF;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}


/*** Feature ***/
.feature {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

.bg-black{
    background: url(../img/bg-hero-1.png) center center no-repeat;
    background-size: cover;
}

.indo {
    background: url(../img/bg-hero-1.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*** Newsletter ***/
.newsletter {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Case Study ***/
.case-item img {
    transition: .5s;
}
  
.case-item:hover img {
    transform: scale(1.2);
}
  
.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}


/*** Testimonial ***/
#testimonial {
    background-image: url('../img/bg-hero.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.testimonial-carousel {
    position: relative;
    padding: 0 50px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 50%;
    font-size: 18px;
    transition: .5s;
    margin: 0 -25px;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: #0d6efd;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-item {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}


/*** Team ***/
.team-item {
    transition: .5s;
    border: 1px solid transparent;
    transition: .5s;
}

.team-item:hover {

    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,.5);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: rgba(255,255,255,.5);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/* Start Smart Government */
* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.container {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}

.justify-content-center {
    justify-content: center;
}

.bg-primary {
    background-color: #0d6efd;
}

.dashboard-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem 0;
    width: 100%;
    overflow: hidden;
}

.user-avatars {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 1;
    max-width: 100%;
}

.avatar-group {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
}

.avatar-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #D9D9D9;
}

.avatar-label {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 15px;
    width: 80px;
    flex-shrink: 0;
}

.dashboard-display {
    position: relative;
    max-width: 500px;
    text-align: center;
    z-index: 2;
    width: 100%;
}

.chip{
    border: #ddd 1px solid;
    border-radius: 50px;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 5%;
}

.laptop-image {
    width: 100%;
    max-width: 500px;
    display: block;
    height: auto;
}

.idesa-app-text {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.dashboard-features {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 1;
    max-width: 100%;
}

/* Rest of the code remains the same but with added width: 100% where needed */

@media (max-width: 1350px) {
    .dashboard-container {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 1rem;
        overflow-x: hidden;
    }
    
    .user-avatars, .dashboard-features {
        position: static;
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
        overflow-x: hidden;
    }
    
    /* Rest of the media queries remain the same */
}
.container {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-center {
    justify-content: center;
}

.bg-primary {
    background-color: #0d6efd;
}

.user-avatars {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 1;
}

.avatar-group {
    display: flex;
    align-items: center;
    position: relative;
}

.avatar-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.avatar-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.avatar-label {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 15px;
    width: 80px;
}

.dashboard-display {
    position: relative;
    max-width: 500px;
    text-align: center;
    z-index: 2;
}

.laptop-image {
    width: 100%;
    max-width: 500px;
    display: block;
}

.idesa-app-text {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.dashboard-features {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 1;
}

.feature-group {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.feature-content {
    margin-left: 15px;
    max-width: 200px;
}

.feature-title {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
}

.feature-description {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.4;
}

.connector-point {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.connector-point-left {
    background-color: rgba(21, 172, 225, 0.4); /* Using secondary color from root */
    border: 2px solid rgba(255, 255, 255, 0.7);
}

.connector-point-right {
    background-color: rgba(19, 99, 198, 0.4); /* Using primary color from root */
    border: 2px solid rgba(255, 255, 255, 0.7);
}

/* Ukuran connector point yang dapat dikustomisasi */
.connector-point.size-small {
    width: 15px;
    height: 15px;
}

.connector-point.size-large {
    width: 25px;
    height: 25px;
}

/* Warna inner circle yang dapat dikustomisasi */
.connector-point.color-success .inner-circle {
    background-color: #fff
}

.connector-point.color-warning .inner-circle {
    background-color: #fff
}

.connector-point.color-danger .inner-circle {
    background-color: #fff
}

/* Warna connector line yang dapat dikustomisasi */
.connector-point.color-success .left-connector,
.connector-point.color-success .right-connector {
    background-color: #fff
}

.connector-point.color-warning .left-connector,
.connector-point.color-warning .right-connector {
    background-color: #fff
}

.connector-point.color-danger .left-connector,
.connector-point.color-danger .right-connector {
    background-color: #fff
}

/* Kustomisasi vertical connector */
.vertical-connector.color-success {
    background-color: #fff
}

.vertical-connector.color-warning {
    background-color: #fff
}

.vertical-connector.color-danger {
    background-color: #fff;
}

.vertical-connector.thickness-thin {
    width: 1px;
}

.vertical-connector.thickness-medium {
    width: 3px;
}

.vertical-connector.thickness-thick {
    width: 5px;
}

.inner-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    transition: all 0.3s ease;
}

.connector-point-left .inner-circle {
    background-color: var(--secondary);
}

.connector-point-right .inner-circle {
    background-color: var(--primary);
}

.connection-line {
    position: absolute;
    top: 50%;
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

/* Kustomisasi connection line */
.connection-line.color-success {
    background-color: rgb(40, 167, 69);
}

.connection-line.color-warning {
    background-color: rgb(255, 193, 7);
}

.connection-line.color-danger {
    background-color: rgb(220, 53, 69);
}

.connection-line.thickness-thin {
    height: 1px;
}

.connection-line.thickness-medium {
    height: 3px;
}

.connection-line.thickness-thick {
    height: 5px;
}

.connection-line-left {
    left: 23%;
    width: 100px;
}

.connection-line-right {
    right: 24%;
    width: 100px;
}

.connection-text {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1rem;
    padding: 2px 10px;
    border-radius: 10px;
    white-space: nowrap;
}

.left-connector {
    position: absolute;
    top: 50%;
    right: -460%;
    width: 450%;
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.connector-point-left .left-connector {
    background-color: var(--secondary);
    height: 3px;
}

.right-connector {
    position: absolute;
    top: 11.5px;
    left: -300%;
    width: 300%;
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.connector-point-right .right-connector {
    background-color: var(--primary);
    height: 3px;
}

.vertical-connector {
    position: absolute;
    width: 2px;
    background-color: white;
    transition: all 0.3s ease;
}

.vertical-connector-left {
    left: 22.8%;
    top: 335px;
    /* top: 30.5%; */
    height: 370px;
    background-color: var(--secondary);
}

.vertical-connector-right {
    right: 24%;
    bottom: 22.5%;
    bottom: 257px;
    /* bottom: 22.5%; */
    height: 561px;
    background-color: var(--primary);
}

@media (max-width: 1468px) {
    .vertical-connector-left {
        left: 22.8%;
        top: 291px;
        /* top: 30.5%; */
        height: 370px;
        background-color: var(--secondary);
    }
    
    .vertical-connector-right {
        right: 24%;
        bottom: 22.5%;
        bottom: 213.5px;
        /* bottom: 22.5%; */
        height: 561px;
        background-color: var(--primary);
    }
}

@media (max-width: 1350px) {
    .dashboard-container {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 1rem;
    }
    
    .user-avatars, .dashboard-features {
        position: static;
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .user-avatars {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    .dashboard-features {
        margin-top: 2rem;
    }
    
    .avatar-group, .feature-group {
        justify-content: center;
        width: auto;
        margin: 0.5rem;
    }
    
    .connection-line,
    .left-connector, 
    .right-connector {
        display: none;
    }

    .vertical-connector {
        display: none;
    }

    .vertical-connector-left,
    .vertical-connector-right {
        top: auto;
        height: 30px;
    }
    
    .dashboard-display {
        margin: 2rem 0;
        width: 100%;
        max-width: 400px;
    }
    
    .idesa-app-text {
        position: static;
        margin-top: 1rem;
    }

    .connector-point {
        display: none;
    }

    .feature-content {
        text-align: center;
        margin: 1rem auto;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .dashboard-container {
        padding: 1rem 0.5rem;
    }
    
    .user-avatars {
        gap: 0.5rem;
    }
    
    .avatar-group, .feature-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0.25rem;
    }

    .avatar-item {
        margin: 5px;
        width: 50px;
        height: 50px;
    }
    
    .avatar-label {
        font-size: 0.875rem;
        width: auto;
        margin-right: 5px;
    }
    
    .feature-title {
        font-size: 0.875rem;
    }
    
    .feature-description {
        font-size: 0.75rem;
    }
    
    .dashboard-display {
        max-width: 300px;
    }
    
    .vertical-connector-left,
    .vertical-connector-right {
        display: none;
    }
}

@media (max-width: 576px) {
    .dashboard-container {
        padding: 1rem 0.25rem;
    }
    
    .user-avatars {
        flex-direction: column;
        align-items: center;
    }
    
    .avatar-group {
        width: 100%;
        justify-content: flex-start;
        padding-left: 1rem;
    }
    
    .avatar-item {
        width: 40px;
        height: 40px;
    }
    
    .avatar-label {
        font-size: 0.75rem;
        width: 60px;
    }
    
    .dashboard-display {
        max-width: 250px;
    }
    
    .feature-group {
        width: 100%;
        justify-content: flex-start;
    }
    
    .feature-content {
        max-width: 200px;
    }
    
    .feature-title {
        font-size: 0.8rem;
    }
    
    .feature-description {
        font-size: 0.7rem;
    }
}
/* End Smart Government */
/* Start Smart Society */
.bg-society {
    background-color: var(--primary);
    position: relative;
    overflow: hidden;
}

.bg-society .feature-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.bg-society .feature-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.bg-society h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Media queries for Smart Society section */
@media (max-width: 1199px) {
    .bg-society h1 {
        font-size: 2.7rem;
    }
}

@media (max-width: 991px) {
    .bg-society h1 {
        font-size: 2.5rem;
    }
    
    .bg-society .feature-item {
        padding: 1.25rem !important;
        margin-bottom: 1.5rem;
    }
    
    .bg-society .row.g-5 {
        --bs-gutter-y: 2rem !important;
    }
}

@media (max-width: 767px) {
    .bg-society .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .bg-society h1 {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }
    
    .bg-society .col-md-6 {
        margin-bottom: 1rem;
    }
    
    /* Ensure mobile image doesn't get too large */
    .bg-society img[src="img/mobile.png"] {
        max-height: 500px !important;
    }
    
    /* Order columns on mobile */
    .bg-society .wow.fadeInLeft {
        order: 2;
    }
    
    .bg-society .wow.fadeInUp {
        order: 1;
        margin-bottom: 2rem;
    }
    
    .bg-society .wow.fadeInRight {
        order: 3;
    }
}

@media (max-width: 575px) {
    .bg-society .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .bg-society h1 {
        font-size: 1.8rem;
        margin-bottom: 1.25rem;
    }
    
    .bg-society .feature-item {
        padding: 1rem !important;
        margin-bottom: 1.25rem;
    }
    
    .bg-society .fs-4 {
        font-size: 1.1rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .bg-society .fs-6 {
        font-size: 0.8rem !important;
    }
    
    /* Adjust image sizes on very small screens */
    .bg-society .col-4 {
        width: 25%;
    }
    
    .bg-society .col-8 {
        width: 75%;
    }
    
    /* Ensure mobile image isn't too large */
    .bg-society img[src="img/mobile.png"] {
        max-height: 350px !important;
    }
}
/* End Smart Society */
/* Start Smart Economy */
.feature-card {
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15) !important;
}

.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .feature-card {
        padding: 1.5rem !important;
    }
    
    .feature-icon {
        width: 45px !important;
    }
}
/* End Smart Economy */
/* Start Join Us */
.inter{
    font-family: Inter, sans-serif;
}
.card-joinus {
    background-color: rgba(217, 217, 217, 0.2);
    width: auto;
    padding: 18px 25px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    font-size: larger;
}

.j-1 {
    border-left: 5px solid #1C1C1C;
}

.j-2 {
    border-left: 5px solid #3D8BB9;
}

.j-3 {
    border-left: 5px solid #EC1F28;
}

.j-4 {
    border-left: 5px solid #064E79;
}

/* Hover effects for join us cards */
.card-joinus:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-joinus h5 {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    .card-joinus {
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    
    .card-joinus h5 {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 480px) {
    .card-joinus {
        padding: 12px 15px;
        margin-bottom: 15px;
        max-width: 100%;
    }
}

.card-joinus h5 {
    position: relative;
}

.card-joinus:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-left-width: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-joinus {
        padding: 15px 20px;
        margin-bottom: 20px;
        border-left: 4px solid #1363C6;
    }
    
    .box-black, .box-blue, .box-red, .box-green {
        width: 28px;
        height: 28px;
        right: -14px;
    }
}

@media (max-width: 576px) {
    .container-fluid.bg-light.service-header.vh-100.mt-1.pl-5.pt-5 {
        height: auto !important;
        min-height: 100vh;
        padding: 3rem 1rem !important;
    }
    
    .card-joinus {
        padding: 12px 15px;
        margin-bottom: 15px;
    }
    
    .box-black, .box-blue, .box-red, .box-green {
        width: 22px;
        height: 22px;
        right: -11px;
    }
}
/* End Join Us */