@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}

:root {
    --brand: #00796b;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    --secondary: #ff6f00;
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}

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

.txt-green {
    color: var(--secondary) !important;
}

.txt-bold {
    font-weight: bold;
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span {
    background-color: var(--brand) !important;
}


/* slide */
.slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner4.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/gallery/gallery-2.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

/* Floating WhatsApp button */
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: var(--secondary);
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(255, 111, 0, 0.3);
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 12px 32px rgba(255, 111, 0, 0.4);
    color: #fff;
}

.whatsapp-float i {
    font-size: 24px;
}

/* Hero Overlay Section */
.hero-ui {
    position: relative;
    margin-top: -40vh;
    z-index: 10;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.hero-title {
    font-size: clamp(2.2rem, 7vw, 4rem);
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.hero-tagline {
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 35px;
    line-height: 1.6;
    position: relative;
    padding-top: 25px;
}

.hero-tagline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--secondary), var(--brand), var(--secondary), transparent);
}

.btn-cta {
    display: inline-block;
    padding: 12px 45px !important;
    background: var(--secondary) !important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(255, 111, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 111, 0, 0.6);
    background: #ff8f1f !important;
}

.btn-cta:active {
    transform: translateY(-2px);
}

.conditions-section {
    margin: 20px 0;
}

.conditions-section a {
    color: #fff;
    margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.btn-brand-2 {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: #fff;
}

.btn-brand-2:hover {
    border-color: #e55100;
    background-color: #e55100;
    color: #fff;
}

.intro {
    margin-bottom: 36px;
    text-align: center;
}

.intro p {
    max-width: 500px;
}

.intro h6 {
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}

#milestone {
    background: linear-gradient(rgba(59, 175, 128, 0.85), rgba(59, 175, 128, 0.85)), url(../img/bg-logo-compress.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

#product {
    background: linear-gradient(rgba(59, 175, 128, 0.85), rgba(59, 175, 128, 0.85)), url(../img/bg-logo-compress.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#product h1,
#product p {
    color: #fff;
}


.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #0e2332 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/bg_banner1.jpg), #082032;
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);
    ;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}


/* Custom CSS */
.logo {
    max-width: 160px;
    width: auto;
    height: auto;
}

/* Accessible skip-link focus state */
.skip-link:focus {
    position: static !important;
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    background: #fff;
    color: var(--brand);
    z-index: 1000;
    padding: 8px 12px;
    border-radius: 4px;
    box-shadow: var(--shadow);
}

/* Visible focus styles */
a:focus, .btn:focus {
    outline: 3px solid rgba(59,175,128,0.15);
    outline-offset: 2px;
}

.title-depo {
    color: var(--brand) !important;
}

.title-sisa {
    background-color: var(--brand) !important;
    color: white !important;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit
}

.contact-name {
    color: var(--brand);
}

.map {
    width: 100% !important;
}

.bg-blue {
    background-color: var(--brand);
}

#facilities {
    max-width: 100%;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
}

#facilities .col-sm .col {
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    box-shadow: var(--shadow);
    color: var(--body);
    margin-bottom: 18px;
    border-left: 4px solid var(--brand);
    transition: all 0.3s ease;
}

#facilities .col-sm .col:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

#facilities h1,
#facilities h2,
#facilities h3,
#fasilitas h4,
#facilities h5,
#facilities p {
    color: #555;
}

#facilities .mini-logo {
    max-width: 100%;
    width: 56px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.mini-logo {
    max-width: 100%;
}

.responsive-iframe {
    width: 70vw;
    height: 47.25vw;
}

.map-new img{
    width: 40%;
}

.spec-gudang-resp{
    margin: 0px 10px;
}

.display-lhi{
    font-size: 2.5rem;
    font-weight: 600;
}

/* Allow Bootstrap to control navbar collapse on small screens */
#navbarNav{
    /* controlled by Bootstrap JS */
}

@media screen and (max-width: 991px) {
    .phone-none {
        display: none !important;
    }

    .spec-gudang-resp{
        margin: 0px 0px 50px 0px;
    }

    .map-new img {
        width: 90%;
    }

    .logo {
        width: auto;
        height: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mini-logo {
        width: 75%;
    }

    .top-nav .contact-top-nav {
        margin: auto;
    }

    .top-nav .tagline-gudang {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }

    .carou .project h1 {
        text-align: center;
        margin-top: 150px !important;
        font-size: 1.1rem;
    }

    .carou {
        height: 40vh;
    }

    .carou img {
        height: 40vh;
        width: auto;
        object-fit: cover;
    }


    .txt-sub-responsive {
        font-size: 1.2rem !important;
    }

    .responsive-iframe {
        width: 90vw;
        height: 60.75vw;
    }

    .display-lhi{
        font-size: 2rem;
        font-weight: 600;
    }
}

@media screen and (min-width: 992px) {
    #navbarNav{
        display: flex !important;
    }

    .carou {
        height: 90vh;
    }

    .carou img {
        height: 90vh;
        width: auto;
        object-fit: cover;
    }

    .carou .project h1 {
        margin-top: 110px !important;
    }

    .hero-ui {
        margin-top: -90vh;
        height: 90vh;
    }
}

/* Poster grid */
.poster-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
}

.poster-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.poster-item img {
    border-radius: 12px;
    box-shadow: var(--shadow);
    display: block;
    height: 500px;
    width: auto;
}

.video-poster img {
    border-radius: 12px;
    box-shadow: var(--shadow);
    width: 60%;
    max-width: 560px;
}

@media(max-width: 767px) {
    .poster-grid {
        grid-template-columns: 1fr;
    }
    .video-poster img {
        width: 90%;
    }
}

/* Spec styles */
.spec-section .spec-thumb {
    overflow: hidden;
    border-radius: 8px;
}

.spec-section .spec-thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.spec-section .spec-thumb:hover img {
    transform: scale(1.05);
}

.spec-info {
    background: linear-gradient(135deg, #f0f4f8 0%, #ffffff 100%);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.spec-info .spec-card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: var(--shadow);
    color: #516171;
    min-height: 80px;
}

.spec-list {
    columns: 2;
    column-gap: 40px;
    padding-left: 1rem;
}

/* Spec gallery text background */
.spec-gallery .mt-3 {
    background: linear-gradient(135deg, #f0f4f8 0%, #ffffff 100%);
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 25px !important;
}

.spec-gallery .display-lhi {
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.spec-gallery .display-6 {
    margin-bottom: 8px;
    color: var(--secondary) !important;
}

@media(max-width: 767px) {
    .spec-list {
        columns: 1;
    }
}
