* {
    font-family: "Poppins", sans-serif !important;
}

body {
    background-color: #000000 !important;
}

.pt-6 {
    padding-top: 4rem;
}

.bg-dark {
    background-color: #1d1d1d !important;
}

.text-underline {
    text-decoration: underline;
}

/* FONT POPPINS */
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-orange {
    color: #ff9800 !important;
}

.text-justify {
    text-align: justify !important;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: 0.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;
}

.btn-primary-custom {
    background-color: #00bcd4;
    color: black;
    letter-spacing: 1px;
    font-size: 14;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: 0.5s;
    background: #000;
}

.navbar {
    padding: 11px 0 !important;
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: #ffffff;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #00bcd4;
}

.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;
    }

    .img-banner-container {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Hero Header ***/
.hero-row {
    position: relative;
    z-index: 1;
}

.hero-banner {
    position: absolute;
    top: 106px;
    right: 0px;
    z-index: 0;
    width: 899px;
}

.small-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px !important;
    line-height: 36px;
    letter-spacing: 3px;
}

.high-title {
    letter-spacing: 2px;
    font-size: 50px;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    font-weight: bolder;
}

.blue-divider {
    height: 5px;
    /* width: 190px !important; */
    background-color: #00bcd4;
    margin: 20px 0;
}

.paragraph-title {
    line-height: 30px;
    font-size: 20px;
    font-family: "Poppins" !important;
    margin-bottom: 6rem;
}

.paragraph-title b {
    font-weight: bold;
    letter-spacing: 1px;
}

.paragraph-title-nb {
    line-height: 30px;
    font-size: 20px;
    font-family: "Poppins" !important;
    margin-bottom: 6rem;
}

.paragraph-title-nb b {
    font-weight: bold;
    letter-spacing: 1px;
}

.hero-header {
    background-image: url(/assets/img/circle.png);
    background-size: 496px;
    background-repeat: no-repeat;
    background-position: center;
    /* animation: rotate 10s linear infinite; */
}

.hero-header-about {
    background-image: url(/assets/img/circle_about.png);
    background-size: 496px;
    background-repeat: no-repeat;
    background-position: center;
    /* animation: rotate 10s linear infinite; */
}

.hero-header svg {
    animation: rotate 10s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.linear-blue-dark {
    background-image: linear-gradient(
        180deg,
        hsl(0deg 0% 11%) 0%,
        hsl(344deg 0% 11%) 1%,
        hsl(344deg 0% 11%) 3%,
        hsl(344deg 0% 11%) 5%,
        hsl(344deg 0% 11%) 7%,
        hsl(344deg 0% 11%) 11%,
        hsl(344deg 0% 11%) 15%,
        hsl(344deg 0% 11%) 21%,
        hsl(344deg 0% 11%) 29%,
        hsl(344deg 0% 11%) 45%,
        hsl(344deg 0% 11%) 67%,
        hsl(191deg 7% 13%) 79%,
        hsl(190deg 17% 17%) 86%,
        hsl(190deg 25% 21%) 90%,
        hsl(190deg 32% 25%) 93%,
        hsl(190deg 38% 29%) 95%,
        hsl(189deg 44% 32%) 97%,
        hsl(189deg 51% 35%) 98%,
        hsl(189deg 57% 38%) 99%,
        hsl(188deg 65% 41%) 100%,
        hsl(188deg 76% 43%) 100%,
        hsl(187deg 100% 42%) 100%
    );
}

.container-about-us-page-main {
    background-image: url(/assets/img/bg_about_us_main.png);
    background-repeat: round;
}

.container-service-page-main {
    background: linear-gradient(to top, #000000 26% 26%, #023f47 100%);
}

@media (min-width: 768px) {
    .divider-about {
        border-left: 2px solid #ccc;
        height: 100%;
    }
    .section-container-about {
        padding: 50px 20px;
        background: #1d1d1d;
    }
    .section-title-about {
        font-weight: bolder;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .paragraph-about {
        letter-spacing: 2px;
    }

    .paragraph-about.left-side {
        text-align: end;
    }

    .section-title-about.left-side {
        text-align: end;
    }

    .paragraph-about.right-side {
        text-align: start;
    }

    .section-title-about.right-side {
        text-align: start;
    }

    .container-about-us-page-main {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

@media (max-width: 767px) {
    .card-advantages {
        height: 22rem !important;
    }
    .divider-about {
        border-left: none;
        border-top: 2px solid #ccc;
        width: 100%;
        height: 2px;
        position: static;
        margin: 30px 0;
    }
    .section-container-about {
        padding: 50px 20px;
        background: #1d1d1d;
    }
    .section-title-about {
        font-weight: bolder;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .paragraph-about {
        letter-spacing: 2px;
    }

    .paragraph-about.left-side {
        text-align: center;
    }

    .section-title-about.left-side {
        text-align: center;
    }

    .paragraph-about.right-side {
        text-align: center;
    }

    .section-title-about.right-side {
        text-align: center;
    }

    .container-about-us-page-main {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/* MARQUEE */
.text-marque.icon {
    width: 16px;
    height: 16px;
    border: 3px solid #ff9800;
    border-radius: 50%;
    color: #ff9800;
    display: inline-block;
    margin: 10px; /* Adjust spacing around the icon */
}

.text-marque {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.cont {
    width: 100%;
    overflow: hidden;
}

.scorri {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.tithome {
    animation-name: marquee;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
}

.tithome li {
    width: fit-content;
    display: inline-block;
    list-style: none;
    padding-right: 30px;
    font-size: 40px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (min-width: 1024px) {
    .tithome {
        width: 100%;
    }
}

/* SECTION */

section .row {
    margin-top: 0px;
}

.section-title {
    font-size: 1.25rem;
    font-weight: bolder !important;
    color: white;
    letter-spacing: 1px;
}

.title-with-lines .section-title {
    font-size: 1.25rem;
    font-weight: bolder !important;
    color: white;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 15px;
}

.title-with-lines {
    display: flex;
    align-items: center;
}

.title-with-lines .line {
    width: 40px;
    height: 1px;
    background-color: white;
}

.title-with-lines-about .section-title {
    font-size: 1rem;
    font-weight: bolder !important;
    color: white;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 15px;
}

.title-with-lines-about {
    display: flex;
    align-items: center;
}

.title-with-lines-about .line {
    width: 40px;
    height: 1px;
    background-color: white;
}

.section-sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-top: 1rem;
    position: relative;
    letter-spacing: 1px;
}

/* .section-sub-title::before,
.section-sub-title::after {
    content: "";
    flex: 1;
    border-top: 1px solid #00bcd4;
    margin: 0 10px;
    max-width: 97.5px;
} */

.underline {
    margin-right: auto;
    margin-left: auto;
    background-color: #00bcd4;
    height: 3px;
    bottom: -13px;
    width: 96px;
    margin-top: -8px;
}

.underline-white {
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    height: 5px;
    bottom: -13px;
    width: 206px;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.underline-service {
    margin-right: auto;
    margin-left: auto;
    background-color: #00bcd4;
    height: 2px;
    bottom: -13px;
    width: 62px;
    margin-top: 3px !important;
}

.container-service-page {
    background-image: url(/assets/img/bg_about_us.png);
    background-repeat: round;
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.container-service-page-main {
    padding-top: 5rem;
    padding-bottom: 10rem;
}

/* MEDIA QUERY */
@media (max-width: 991px) {
    .container-service-page {
        padding-bottom: 0;
    }

    .hero-row {
        text-align: center;
    }

    .blue-divider {
        width: 100%;
    }

    .col-text-responsive {
        text-align: center;
    }

    .high-title {
        font-size: 45px;
    }

    .title-with-lines {
        justify-content: center;
    }

    .title-with-lines .section-title {
        font-size: 1.1rem;
        padding-left: 10px;
    }

    .title-with-lines .line {
        display: none;
    }

    .title-with-lines-about {
        justify-content: center;
    }

    .title-with-lines-about .section-title {
        font-size: 1.5rem;
        padding-left: 10px;
    }

    .title-with-lines-about .line {
        display: none;
    }
}

@media (min-width: 992px) {
    .blue-divider {
        width: 139px;
    }

    .col-text-responsive {
        text-align: initial;
    }
}

/* MARGIN */
.ml-1 {
    margin-left: 1rem;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-3 {
    margin-left: 3rem;
}

.ml-4 {
    margin-left: 4rem;
}

.ml-5 {
    margin-left: 5rem;
}

.mr-1 {
    margin-right: 1rem;
}

.mr-2 {
    margin-right: 2rem;
}

.mr-3 {
    margin-right: 3rem;
}

.mr-4 {
    margin-right: 4rem;
}

.mr-5 {
    margin-right: 5rem;
}

/* TAB SERVICES */
#myTab {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #00bcd4;
    padding: 7px;
}

#myTab.nav-link {
    color: white;
}

.nav-tab-services {
    color: white;
    letter-spacing: 2px;
}

.nav-tab-services.active {
    color: white !important;
    font-weight: bold !important;
    background-color: #00bcd4 !important;
    border: none;
    border-radius: 5px;
}

.nav-tab-services.active:hover {
    color: white !important;
    font-weight: bold !important;
    background-color: #00bcd4 !important;
    border: none;
    border-radius: 5px;
}

.nav-tab-services:hover {
    color: #00bcd4 !important;
    font-weight: bold !important;
    border: none;
    border-radius: none;
}

@media (max-width: 957px) {
    .tab-row {
        justify-content: center !important;
    }
}

@media (max-width: 487px) {
    #myTab {
        width: 300px;
    }

    .nav-tab-services.active {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 487px) {
    #myTab {
        width: 620px;
    }

    .nav-tab-services.active {
        padding-left: 45px;
        padding-right: 45px;
    }
}

/* Service Card Styles */
.card-service {
    background: transparent;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.card-service:hover {
    transform: translateY(-5px);
}

.card-advantages {
    background: transparent;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.card-advantages:hover {
    transform: translateY(-5px);
}

/* Image Circle Styles */
.image-circle {
    width: 110px;
    margin-top: 2rem;
    height: 110px;
    border-radius: 50%;
    background-color: #00bcd4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 10px;
    border: 2px solid #00bcd4;
}

.service-image {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.service-title {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-top: 2rem;
    margin-bottom: 3rem !important;
}

.read-more-btn {
    color: #00bcd4;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
}

/* .read-more-btn:hover {
    color: #00bcd4;
} */

.read-more-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #00bcd4;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

/* .read-more-btn:hover::after {
    transform: scaleX(1);
} */

/* Responsive Adjustments */
@media (max-width: 992px) {
    .card-service {
        padding: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .card-advantages {
        padding: 1.25rem;
        height: 30rem;
    }
}

@media (min-width: 300) and (max-width: 767px) {
    .card-advantages {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .card-service {
        padding: 1rem;
    }

    .card-advantages {
        padding: 1rem;
    }

    .image-circle {
        width: 70px;
        height: 70px;
        padding: 8px;
    }

    .icon-circle {
        width: 70px;
        height: 70px;
    }
    .service-icon {
        font-size: 1.5rem;
    }

    .service-title {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 576px) {
    .card-service {
        padding: 1.5rem 0.75rem;
        height: 20rem !important;
    }

    .card-advantages {
        padding: 1.5rem 0.75rem;
    }

    .image-circle {
        width: auto;
        height: auto;
        margin-bottom: 1.5rem !important;
        padding: 6px;
    }

    .read-more-btn {
        font-size: 0.65rem;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
        margin-bottom: 1.5rem !important;
    }
    .service-icon {
        font-size: 1.3rem;
    }
}

/* FONT WEIGHT */
.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

/* WHY US */
ul.list-check {
    list-style-image: url(/assets/img/svg/Vector.svg);
    font-size: 21px;
}

ul.list-check {
    list-style: none; /* Hilangkan default bullet */
    padding-left: 0;
}

ul.list-check li {
    position: relative;
    padding-left: 30px; /* Sesuaikan dengan ukuran ikon */
}

ul.list-check li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px; /* Sesuaikan agar ikon sejajar dengan teks */
    width: 20px; /* Sesuaikan dengan ukuran ikon */
    height: 20px;
    background-image: url(/assets/img/svg/Vector.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.card-team {
    background: #000000 !important;
}

@media screen and (min-width: 500px) {
    .card-team .card-img-top {
        height: auto; /* Adjust this value as needed */
        object-fit: cover;
    }
    .card-team {
        height: 440px;
    }
}

@media screen and (max-width: 499px) {
    .card-team .card-img-top {
        object-fit: cover;
    }
}

.card-team .card-footer {
    display: none;
}

@media (min-width: 769px) {
    .card-flex-row {
        flex-direction: row !important;
    }

    .br-organize {
        display: inline;
    }

    .line-col {
        /* border: 3px solid #00bcd4; */
        position: relative;
        top: -83px;
        max-width: 80%;
        z-index: -1;
        height: 1px;
        /* left: 5px; */
        display: flex;
    }
}

@media (max-width: 769px) {
    .card-flex-row {
        flex-direction: column !important;
    }
}

.icon-card {
    margin-top: 4.5rem;
    display: flex;
}

/* BACKGROUND */
.bg-black {
    background: #000;
}

.card-service {
    background: #1d1d1d;
    border-radius: 0px !important;
    height: 22rem;
}

.card-advantages {
    background: #1d1d1d;
    border-radius: 0px !important;
}

.read-more-service {
}

.card-img-services {
    padding: 12px;
}

.card-title-services {
    color: #ff9800;
    font-weight: bold !important;
}

.card-text-services {
    color: white;
    font-weight: 300;
}

.icon-col {
    background: white;
    padding: 21px;
    clip-path: circle();
    max-width: 100;
}

.col-icon {
    position: relative;
}

.col-icon:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px; /* Adjust width of the line */
    height: 1px;
    background-color: white;
}

.img-hero-banner {
    position: relative;
    top: -62px;
    z-index: -1;
    left: 4px;
}

.row-marquee {
    background: #1d1d1d;
    position: relative;
    top: -110px;
    z-index: 1;
}

.row-marquee-service {
    background: #1d1d1d;
}

@media (max-width: 467px) {
    .footer-info {
        justify-content: center;
    }
    .footer-info-text {
        text-align: center;
        font-size: 20px;
    }
}

/* .icon-footer svg {
    width: 20px;
    color: white;
    margin-right: 10px;
}

/* OUR TEAM */
.list-members {
    background: #ffe501;
    width: 80%;
    margin: 4% auto;
    display: flex;
    flex-wrap: wrap;
}

.member {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member-image {
    width: 50%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.member-image img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.member-image:hover img {
    transform: scale(1.1);
}

.member-info {
    width: 50%;
    text-align: center;
}

.member-info p {
    margin: 20px 0;
}

/* style social link */
.social-link .fab {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #000;
    margin: 0 7px;
    cursor: pointer;
    transition: transform 0.5s;
}

.social-link .fab:hover {
    background: #000;
    color: #ffe501;
    transform: translateY(-7px);
}

/* Membuat segitiga */
.member-image::after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 15px solid #ffe501;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* Merubah posisi member-image dengan member-info */
@media screen and (min-width: 771px) {
    .member:nth-child(4n + 3) .member-info,
    .member:nth-child(4n + 4) .member-info {
        order: 1;
    }
    .member:nth-child(4n + 3) .member-image,
    .member:nth-child(4n + 4) .member-image {
        order: 2;
    }

    /* Merubah posisi sigitiga pada baris genap */
    .member:nth-child(4n + 3) .member-image::after,
    .member:nth-child(4n + 4) .member-image::after {
        left: 0;
        right: auto;
        transform: translateY(-50%) rotateZ(180deg);
    }
}

/* Mobile Styles */
@media screen and (max-width: 770px) {
    .list-members {
        width: 95%;
    }
    .member {
        flex-basis: 100%;
        font-size: 14px;
    }
    .social-link .fab {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .member:nth-child(even) .member-info {
        order: 1;
    }
    .member:nth-child(even) .member-image {
        order: 2;
    }

    /* Merubah posisi sigitiga elemen genap */
    .member:nth-child(even) .member-image::after {
        left: 0;
        right: auto;
        transform: translateY(-50%) rotateZ(180deg);
    }
}

.icon-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.icon-service-center {
    bottom: 18px;
    display: flex;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 90%;
}

.icon-right button {
    background: transparent;
    border: none;
    color: transparent;
}

@media screen and (min-width: 376px) {
    .icon-right-team {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
}

.icon-right-team button {
    background: #1d1d1d;
    border-radius: 50%;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.modal-content {
    background: #1d1d1d !important;
}

.modal-title {
    color: white;
}

.modal-body {
    color: white;
}
.btn-close {
    background: rgba(0, 0, 0, 0) url("/assets/img/svg/close-svgrepo-com.svg")
        center / 1em auto no-repeat;
}

/* BOTTOM RIGHT AND LEFT CORNER */
.tooltip-container {
    position: relative;
}

.music-section {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #fff;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    left: 15px;
    z-index: 100;
    cursor: pointer;
    transition: transform 0.5s linear;
}

.rotate {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tooltip {
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: white;
    border-radius: 5px;
    opacity: 1;
    position: fixed;
    bottom: 95px;
    color: black;
    text-align: center;
    font-size: 12px;
    left: 115px;
    z-index: 100;
    transition: transform 0.5s linear;
    visibility: hidden;
}

.wa-button {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 7px;
    bottom: 52px;
    width: 70px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    /* background-color: #0067f4; */
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

@media screen and (max-width: 768px) {
    .footer-info {
        flex-direction: column !important;
        justify-content: center;
        text-align: center;
    }

    .footer-info-text {
        margin: 0 !important;
    }

    .footer-info svg {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media (min-width: 769px) {
    .col-lg-2_4 {
        flex: 0 0 20%; /* 100% / 5 = 20% */
        max-width: 20%;
        margin-bottom: 5rem !important;
    }
}

@media (max-width: 478px) {
    .client-logo {
        max-width: 150px;
        height: auto;
        object-fit: contain;
        padding: 14px; /* Biar ada jarak antar logo */
    }
}

@media (max-width: 575px) {
    .card-service {
        height: 100%;
    }

    .card-advantages {
        height: 100%;
    }

    .read-more-btn {
        font-size: 1rem;
    }

    .service-image {
        height: auto;
    }
}

@media (max-width: 768px) {
    .card-service {
        height: 18rem;
    }

    .col-lg-2_4 {
        margin-bottom: 2.5rem !important;
    }

    .line-col {
        /* max-width: 80%; */
        z-index: -1;
        height: 1px;
        /* display: flex; */
        border-left: 4px solid #00bcd4;
        height: 515px;
        position: absolute;
        left: 50%;
        /* margin-left: -3px; */
        top: 74px;
        width: 10px;
    }
}

.img-cover {
}

@media (min-width: 770px) and (max-width: 991px) {
    .col-lg-2_4 {
        flex: 0 0 20%; /* 100% / 5 = 20% */
        max-width: 28%;
        margin-bottom: 5rem !important;
    }
}

@media (min-width: 320px) and (max-width: 1199px) {
    .img-offer {
        height: auto;
        padding: 2rem;
        width: 100%;
    }

    .underline-offer {
        margin-right: auto;
        background-color: #00bcd4;
        height: 3px;
        bottom: -13px;
        width: 100%;
        margin-top: 1px;
        margin-bottom: 6px;
    }

    .cover-image-offer {
        width: 400px;
        max-width: 100%;
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
    }

    .offer-modal-content {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .img-offer {
        object-fit: cover;
        height: 100%;
        width: 215px;
    }

    .underline-offer {
        margin-right: auto;
        background-color: #00bcd4;
        height: 3px;
        bottom: -13px;
        width: 24rem;
        margin-top: 1px;
        margin-bottom: 6px;
    }

    .cover-image-offer {
        width: 300px;
        max-width: 100%;
        overflow: hidden;
    }

    .offer-modal-content {
        text-align: initial;
    }
}

/* @media() */
.img-about-us {
    width: 60%;
}

@media (min-width: 1581px) {
    .img-about-us {
        margin-left: 10rem;
    }
}

@media (min-width: 992px) and (max-width: 1580px) {
    .img-about-us {
        width: 90%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-1-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.advantages-wrapper .card {
    height: 30rem;
    background-color: #1a1a1a;
    color: white;
    border: none;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (min-width: 992px) {
    .card-advantages {
        height: 26rem;
    }
}
@media (min-width: 481px) and (max-width: 991px) {
    /* For portrait layouts only */
    .img-why-us {
        margin-right: auto;
        margin-left: auto;
        /* display: block; */
        position: relative;
        right: 79px;
        width: 75% !important;
    }

    .img-about-us {
        width: 60%;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .img-why-us {
        margin-right: auto;
        margin-left: auto;
        position: relative;
        right: 62px;
    }
    .img-about-us {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media (min-width: 479px) {
    .client-logo {
        max-width: 205px;
        height: auto;
        object-fit: contain;
        padding: 10px; /* Biar ada jarak antar logo */
    }
}

.container-about-us-page {
    position: relative;
    bottom: -65px;
    z-index: -1;
    background-image: url(/assets/img/bg_about_us.png);
    background-repeat: round;
}

/* Contact Us */
.contact-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    background: #000000;
}

.contact-card {
    max-width: 1200px;
    margin: 0 auto;
    background: #1d1d1d;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.image-section {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.professional-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 20px;
}

.form-section {
    background: #333333;
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: left;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    color: #ff9800;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    background: #ffffff;
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    color: #333;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
    transform: translateY(-2px);
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: #000000;
    border: none;
    border-radius: 8px;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    margin-top: 20px;
    float: right;
    display: inline-block;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3);
}

.submit-btn:active {
    transform: translateY(-1px);
}

/* Responsive Contact Us */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .contact-container {
        padding: 20px 0;
        min-height: 100vh;
    }

    .contact-card {
        max-width: calc(100% - 20px);
        margin: 0 10px;
        border-radius: 15px;
    }

    .form-section {
        padding: 25px 20px;
    }

    .form-title {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 25px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-label {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }

    .form-control {
        padding: 10px 15px;
        font-size: 0.9rem;
        border-radius: 6px;
    }

    textarea.form-control {
        min-height: 100px;
    }

    .submit-btn {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding: 12px 30px;
        font-size: 1rem;
    }

    .image-section {
        display: none;
    }

    .professional-image {
        margin: 10px;
        object-fit: cover;
    }

    .container-fluid.p-5 {
        padding: 15px 10px;
    }
}

/* Ultra small devices (very small phones, less than 360px) */
@media (max-width: 359.98px) {
    .contact-container {
        padding: 15px 0;
    }

    .contact-card {
        max-width: calc(100% - 10px);
        margin: 0 5px;
        border-radius: 10px;
    }

    .form-section {
        padding: 20px 15px;
    }

    .form-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-control {
        padding: 8px 12px;
        font-size: 0.85rem;
    }

    .submit-btn {
        padding: 10px 25px;
        font-size: 0.9rem;
    }

    .image-section {
        height: 180px;
    }

    .professional-image {
        margin: 8px;
        border-radius: 8px;
    }

    .container-fluid.p-10 {
        padding: 10px 5px;
    }
}

/* Footer CSS */
.footer-main {
    background-color: #1D1D1D;
    color: #ffffff;
}

.footer-container {
    max-width: 1200px;
    margin: 5rem auto;
    padding: 50px 40px 30px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    align-items: start;
}

/* Brand Section */
.footer-brand {
    max-width: 400px;
}

.brand-logo {
    display: flex;
    align-items: left;
    margin-bottom: 15px;
}

.brand-text h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.brand-subtitle {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 2px;
}

.brand-tagline {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.brand-description {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* Social Icons Styling */
.social-links {
    font-size: 20px;
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: white;
    border-radius: 50%;
    padding: 6px;
}

.social-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

/* Instagram styling */
.social-instagram .social-icon {
    fill: #000000;
}

.social-instagram:hover {
    transform: scale(1.1);
}

/* LinkedIn styling */

.social-linkedin .social-icon {
    fill: #000000;
}

.social-linkedin:hover {
    transform: scale(1.1);
}


.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}


.footer-links a:hover {
    color: #ff9800;
}

/* Contact Section */
/* Contact Section */
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-section {
    display: flex;
    flex-direction: column;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
}

.contact-item i {
    color: #ff9800;
    width: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-item span,
.contact-item a {
    color: #cccccc;
    text-decoration: none;
    line-height: 1.3;
}

.contact-item a:hover {
    color: #ff9800;
}

.contact-item strong {
    color: #ffffff;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #000000;
    font-weight: bolder;
    padding: 15px 0;
    text-align: center;
}

.footer-bottom .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-bottom small {
    color: white;
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 40px 30px 25px;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 20px 20px;
    }
    
    .footer-brand {
        grid-column: 1;
    }
    
    .brand-logo {
        margin-bottom: 12px;
    }
    
    .brand-text h3 {
        font-size: 20px;
    }
    
    .brand-tagline {
        font-size: 14px;
    }
    
    .footer-bottom .container {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 25px 15px 15px;
    }
    
    .brand-description {
        font-size: 13px;
    }
    
    .contact-item {
        font-size: 12px;
    }
    
    .footer-bottom .container {
        padding: 0 15px;
    }
}

/* Footer Columns */
.footer-logo {
    margin-bottom: 1rem; 
}

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

.column-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder!important;
    margin-bottom: 15px;
    margin-top: 5rem;
}

.column-titles {
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder!important;
    margin-bottom: 15px;
    margin-top: 10px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

@media (max-width: 991px) {
    .row-organize {
        flex-direction: column;
    }

    .line-col {
        /* max-width: 80%; */
        z-index: -1;
        height: 1px;
        /* display: flex; */
        border-left: 4px solid #00bcd4;
        height: 515px;
        position: absolute;
        left: 50%;
        /* margin-left: -3px; */
        top: 74px;
        width: 10px;
    }

    .row-organize .text-white.odd {
        position: relative;
        right: 89px;
        top: -47px;
        font-size: 11px;
    }

    .row-organize .text-white.even {
        position: relative;
        left: 82px;
        top: -47px;
        font-size: 11px;
    }
}

.br-organize {
    display: none;
}

@media (min-width: 992px) {
    .br-organize {
        display: inline;
    }

    .line-col {
        border: 2px solid #00bcd4;
        position: relative;
        top: -83px;
        max-width: 80%;
        z-index: -1;
        height: 1px;
        /* left: 5px; */
        display: flex;
    }
}
