/***************************************
# ADB Gemilang - custom css - date 10/2025
****************************************/
@charset "UTF-8";

.section {
    padding: 80px 0;
}
.section-header {
    margin-bottom: 50px;
}
.section-header h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.section-header h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #ff400d;
}
.feature-box {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--light-color);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 30px;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.feature-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 64, 13, 0.1);
    border-radius: 50%;
}
.feature-box .icon i {
    font-size: 30px;
    color: #ff400d;
}
.btn-primary {
    background-color: #ff400d;
    border-color: #ff400d;
}
.btn-primary:hover {
    background-color: #d93000;
    border-color: #d93000;
}
/* explicit active class so JS toggles a class instead of inline styles */
.btn-active {
    background-color: #ff400d !important;
    border-color: #ff400d !important;
    color: #fff !important;
}
/* Override Bootstrap's blue focus/active ring and pressed state */
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn.btn-active:focus,
.btn.btn-active:active {
    background-color: #ff400d !important;
    border-color: #ff400d !important;
    color: #fff !important;
    box-shadow: none !important; /* remove blue glow */
    outline: none !important;
}
/* specifically for mouse/touch press states */
.btn-primary:not(:disabled):active {
    background-color: #ff400d !important;
    border-color: #ff400d !important;
    transform: translateY(0) !important; /* optional: remove pressed move */
}
/* remove mobile tap highlight and ensure pressed color on mobile */
a, button {
    -webkit-tap-highlight-color: transparent;
}
.btn-outline {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.btn-outline:hover {
    background-color: #ffffff;
    color: #000000;
}
a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: #d93000;
    text-decoration: none;
}
.navbar {
    padding: 20px 0;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(255, 255, 255, 0.9);
}
.navbar.navbar-scrolled {
    padding: 12px 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.navbar-brand .logo {
    max-height: 35px;
}
#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://adbgemilang.s3.amazonaws.com/media/images/City-Night-View.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
}
.service-box {
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 30px;
}
.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.service-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 64, 13, 0.1);
    border-radius: 50%;
}
.service-box .icon i {
    font-size: 30px;
    color: #ff400d;
}
.project-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background-color: var(--light-color);
}
.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.project-card .project-image {
    position: relative;
    overflow: hidden;
}
.project-card .project-image img {
    transition: all 0.5s ease;
    height: 240px;
    object-fit: cover;
    width: 100%;
}
.project-card .project-info {
    padding: 20px;
}
.project-card .project-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
#cta {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://adbgemilang.s3.amazonaws.com/media/images/greg-studio.jpg") center center;
    background-size: cover;
    padding: 60px 0;
    color: #ffffff;
}
#cta h2 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 20px;
}
#cta p {
    margin-bottom: 30px;
    font-size: 18px;
}
.contact-button {
    text-align: center;
}
/* Footer */
.footer {
    background-color: #000000;
    padding: 70px 0 0;
    color: #ffffff;
}
.footer-info p {
    margin-bottom: 20px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    margin-bottom: 10px;
}
.footer-links ul li a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}
.footer-links ul li a:hover {
    color: #ffffff;
    padding-left: 5px;
}
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.social-links a:hover {
    background-color: #ff400d;
    color: #ffffff;
}
.copyright {
    /* margin-top: 40px; */
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}
@media (max-width: 992px) {
    .navbar {
        background: rgba(255, 255, 255, 1);
    }
    #hero {
        height: auto;
        padding: 120px 0 60px;
    }
    #hero .hero-content h1 {
        font-size: 32px;
    }
    #hero .hero-content {
        margin-bottom: 40px
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 15px;
    }
    .project-card .project-image img {
        height: 200px;
    }
}
@media (max-width: 768px) {
    .section {
        padding: 40px 0;
    }
    .section-header {
        margin-bottom: 30px;
    }
    #hero .hero-content h1 {
        font-size: 28px;
    }
    #hero .hero-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    #cta h2 {
        font-size: 26px;
    }
    .contact-button {
        text-align: start;
    }
    .copyright .text-md-end {
        text-align: center !important;
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    #hero .hero-content {
        text-align: center;
    }
    .btn {
        padding: 8px 20px;
        font-size: 13px;
    }
    .service-box,
    .feature-box {
        padding: 20px;
    }
    .project-card .project-image img {
        height: 180px;
    }
    #cta {
        padding: 40px 0;
    }
    #cta p {
    margin-bottom: 20px;
}
}