body {
    font-size: 1.1rem;
}

img a {
    border: 0 !important;
}

iframe {
    border: 0;
    border-radius: 20px;
}

.nav-toggle-btn:hover.a-nav-toggle:hover {
    color: #F68735 !important;
}

.theme-orange .btn-primary {
    background-color: #ff7708 !important;
}

.h-417 {
    height: 417px;
}

@media (max-width: 768px) {
    .h-417 {
        height: auto;
    }
}

.datepicker__header {
    background: #ff7708 !important;
}

.datepicker__wrapper {
    border: none !important;
}

.datepicker__day.is-selected div {
    background: #ff7708 !important;
}

.datepicker__day.is-selected div {
    background: #ff7708 !important;
}

.datepicker__day.is-today {
    color: #ff7708 !important;
}

.datepicker__wrapper {
    width: inherit !important;
}

.has-sub::after {
    content: ">";
    margin-left: .5rem;
    display: inline-block;
    transition: transform .2s;
}

.has-sub div ul li:before {
    content: ">" !important;
}

.section-mini h3 {
    border-top: 1px #b9b9b9 dotted;
    border-bottom: 1px #b9b9b9 dotted;
    padding: 10px 0;
    margin-bottom: 0px;
}

.teknosa-color {
    color: #F63A00
}

.teknosa-lacivert-color {
    color: #000080
}

.person-cover-image-bg-yk {
    background-color: #1a61ac1f;
}

.person-cover-image-bg-uy {
    background-color: #f6873536;
}

.nav-item .active {
    color: #f68735 !important
}


.sidenav {
    height: 100%;
    width: 100%;
    z-index: 1;
}

.sidenav li > a{margin-left: 10px !important;}

    .sidenav a, .dropdown-btn {
        text-decoration: none;
        color: #818181;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        line-height: 20px;
        margin-left: 10px;
        margin-bottom: 5px;
    }

    .sidenav .dropdown-btn.has-sub::before {
        content: "- ";
        margin-left: -10px;
    }

.dropdown-container {
    display: none;
}

.sidenav .dropdown-container a::before {
    content: "- ";
    margin-left: -10px;
}

.sidenav > li:hover > a,
.sidenav > li:hover > .dropdown-btn {
    color: #F63A00 !important;
}

.sidenav .active {
    color: #f68735 !important
}

.nav.flex-column a {
    margin-left: 20px;
}

.fa-caret-down {
    float: right;
}

.highlight-word {
    color: #ff7708;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #ff7708;
}

/* Home Page Footer */
.home-page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.home-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.home-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.home-footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    white-space: nowrap;
}

    .home-footer-link:hover {
        color: #ff7708;
        text-decoration: none;
    }

.home-footer-signature {
    display: flex;
    align-items: center;
    margin-left: 20px;
    justify-content: flex-end;
}

.dalfin-signature {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.8;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

    .dalfin-signature:hover {
        color: #fff;
        opacity: 1;
        text-decoration: none;
    }

/* Mobile Responsive */
@media (max-width: 768px) {
    .home-page-footer {
        padding: 12px 0;
    }

    .home-footer-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-footer-links {
        gap: 10px;
        padding: 0 15px;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 10px;
    }

    .home-footer-link {
        font-size: 0.85rem;
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        padding: 5px 0;
    }

    .home-footer-signature {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
        justify-content: center;
    }

    .dalfin-signature {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .home-footer-links {
        gap: 8px;
    }

    .home-footer-link {
        font-size: 0.8rem;
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
    }

    .dalfin-signature {
        font-size: 0.75rem;
    }
}

/* Project Item Mobile Responsive */
@media (max-width: 768px) {
    .project-list-metro .project-item {
        height: auto !important;
        min-height: 300px;
        display: flex;
        flex-direction: column;
    }

    .project-metro-photo {
        position: relative !important;
        width: 100%;
        height: auto;
        min-height: 250px;
        flex: 1;
    }

        .project-metro-photo img {
            width: 100% !important;
            height: auto !important;
            object-fit: contain !important;
            transform: scale(1) !important;
            opacity: 1 !important;
        }

    a:hover .project-metro-photo img {
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    .project-metro-detail {
        position: relative !important;
        padding: 1rem;
    }

    .project-metro-date {
        position: relative !important;
        padding: 1rem 3rem 0.5rem;
        top: auto !important;
        left: auto !important;
    }
}

@media (max-width: 480px) {
    .project-list-metro .project-item {
        min-height: 250px;
    }

    .project-metro-photo {
        min-height: 200px;
    }
}

.zip-image {
    height: 30px;
    margin-right: 8px;
    vertical-align: middle;
}

/* Project Metro Title Hover Animation */
.project-metro-title {
    transition: transform 0.3s ease-in-out;
}

.project-item:hover .project-metro-title {
    transform: translateY(-10px);
}

.social img {
    width: 20px !important;
}

.brand-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-top: 4px;
}

.faq_category button {
    font-size: 1.25rem !important;
}

.faq_category .card-body {
    font-size: 1.125rem !important;
}

/* Slider Mobile Image Support */
.slide-bg-mobile {
    display: none;
}

@media (max-width: 768px) {
    /* Hide desktop image when mobile image exists */
    .slide-bg:has(.slide-bg-mobile) .slide-bg-desktop {
        display: none !important;
    }
    
    /* Show mobile image when it exists */
    .slide-bg-mobile {
        display: block !important;
    }
}