body {
    background-color: #1a1a1a;
    color: #fff;
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}

.navbar-brand {
    color: #ff6200 !important;
    font-size: 1.5rem;
}

.nav-link {
    color: #ccc !important;
}

/* Hero Section */
.hero {
    background: radial-gradient(circle at 30% 30%, #232323 0%, #181818 100%);
    padding: 0;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 32px;
}

.hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    min-width: 340px;
    max-width: 520px;
    padding-left: 24px;
}

.hero-hi {
    color: #ccc;
    font-size: 1.3rem;
    margin-bottom: 0.2em;
}

.hero-name {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.2em;
}

.hero-title {
    color: #ff6200;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.hero-social-icons {
    display: flex;
    gap: 18px;
    margin-bottom: 2em;
    margin-top: 0.5em;
}

.hero-social-icons a {

    font-size: 1.7rem;
    border: 3px solid #444;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, color 0.2s;
}

.hero-social-icons a:hover {

    border-color: #FD6F00;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    margin-bottom: 2em;
}

.hero-cv-btn {
    border: 2px solid #888 !important;
    color: #ccc !important;
    background: transparent !important;
}

.hero-cv-btn:hover {
    border-color: #FD6F00 !important;
    color: #FD6F00 !important;
}

.hero-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row;
}

.hero-stat-box {
    flex: 1;
    text-align: center;
    color: #fff;
    min-width: 140px;
    background: #232323;
    border-radius: 16px;
    box-shadow: 0 2px 24px 0 #111a;
    padding: 20px 16px;
    border: none;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-stat-number {
    color: #FD6F00;
    font-size: 25px;
    font-weight: 600;
}

.hero-stat-title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: -20px;
}

.hero-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 340px;
}

.hero-image-bg {
    background: #232323;
    border-radius: 50%;
    width: 420px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-image {
    border-radius: 50%;
    width: 340px;
    height: 340px;
    object-fit: cover;
    filter: grayscale(100%);
    box-shadow: 0 4px 32px 0 #111a;
}

/* Buttons */
.btn-orange {
    background-color: #FD6F00;
    color: #fff;
    border: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 120px;
    min-height: 44px;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 28px;
    border-radius: 8px;
}

.btn-orange:hover {
    background-color: #FD6F00;
}

/* Services Section */
.services {
    padding: 50px 0;
    text-align: center;
}

.services h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.services p {
    color: #999999;
    margin-bottom: 40px;
}

.services-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
}

.service-icon-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    background: #232323;
    border-radius: 16px;
    box-shadow: 0 2px 8px #0002;
    padding: 16px;
    transition: none;
}

/* About Section */
.about {
    padding: 50px 0;
    text-align: center;
}

.about h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.about p.subtitle {
    color: #999999;
    margin-bottom: 40px;
}

.about-text {
    margin-left: 10px;
    margin-right: 10px;
    color: #ccc;
    text-align: justify;
}

.about-image {
    border-radius: 10px;
    width: 300px;
    height: 400px;
    margin-bottom: 20px;

}

.about-section-bg {
    background: radial-gradient(circle at 30% 30%, #232323 0%, #181818 100%);
    border-radius: 18px;
    padding: 32px 28px;
    margin-bottom: 32px;
    box-shadow: 0 2px 16px #0002;
}

/* Portfolio Section */
.portfolio {
    padding: 50px 0;
    text-align: center;
}

.portfolio h2 {
    color: #fff;
    margin-bottom: 20px;
}

.portfolio .filter-btn {
    margin: 0 5px 20px;
    padding: 5px 15px;
    border: none;
    background-color: #333;
    color: #ccc;
    cursor: pointer;
}

.portfolio .filter-btn.active {
    background-color: #FD6F00;
    color: #fff;
}

.portfolio-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    justify-items: center;
    align-items: stretch;
}

.portfolio-item {
    background-color: #232323;
    border-radius: 18px;
    margin: 0;
    padding: 28px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    max-width: 320px;
    min-height: 340px;
    box-shadow: 0 2px 16px #0002;
    position: relative;
    overflow: visible;
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.portfolio-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    margin-bottom: 24px;
    background: #181818;
    box-shadow: 0 8px 32px #0003;
    display: block;
    z-index: 2;
    position: relative;
}

.portfolio-item .project-type {
    color: #aaa;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.portfolio-item .project-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
}

.portfolio-item .portfolio-action-btn {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    background: #181818;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FD6F00;
    font-size: 1.4rem;
    border: 2px solid #333;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.portfolio-item .portfolio-action-btn:hover {
    background: #FD6F00;
    color: #fff;
}

.portfolio-item .overlay {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

.portfolio-item .portfolio-hover-icon {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 52px;
    height: 52px;
    opacity: 0.5;
    transition: opacity 0.2s;
    pointer-events: none;
    background: none;
}

.portfolio-item:hover .portfolio-hover-icon {
    opacity: 1;
}

.portfolio-explore-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

/* Contact Section */
.contact {
    padding: 50px 0;
    text-align: center;
}

.contact h2 {
    color: #fff;
    margin-bottom: 20px;
}

.contact p.subtitle {
    color: #ccc;
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    background-color: #333;
    border: none;
    border-radius: 5px;
    color: #ccc;
}

.contact-form textarea {
    height: 100px;
}

.contact-form button {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* Footer */
.footer {
    padding: 20px 0;
    text-align: center;
}

.footer .navbar-brand {
    font-size: 1.5rem;
}

.footer .nav-link {
    color: #ccc;
    margin: 0 15px;
}

.footer .social-icons a {
    margin: 0 10px;
}

.footer .contact-info {
    margin-top: 20px;
}

.footer .contact-info a {
    color: #ccc;
    margin: 0 10px;
}

.footer .credit {
    color: #ccc;
    margin-top: 10px;
}

.footer .navbar-brand img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Social Icons */
.social-icon-img {
    width: 54px;
    height: 54px;
    background: none;
    padding: 0;
    transition: filter 0.2s;
}

.hero-social-icons a:hover .social-icon-img {
    filter: brightness(1.2);
}

/* Go to Top Button */
#goTopBtn {
    display: none;
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 100;
    background-color: #FD6F00;
    color: #fff;
    border: none;
    outline: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    box-shadow: 0 2px 8px #0003;
    transition: background 0.2s, box-shadow 0.2s;
}

#goTopBtn:hover {
    background-color: #e65c00;
    box-shadow: 0 4px 16px #0005;
}

/* Navbar Toggle */
.navbar-toggler-icon {
    background-image: none !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
}

.navbar-toggler-icon span {
    display: block;
    width: 24px;
    height: 3px;
    background: #e65c00 !important;
    border-radius: 2px;
    margin: 4px 0;
}

/* General Image Styles */
img,
.portfolio-item img,
.about-image {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

/* Responsive Design */
@media (max-width: 1200px) {

    .container,
    .portfolio-detail-section .container {
        max-width: 1000px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 900px) {

    .container,
    .portfolio-detail-section .container {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-inner {
        flex-direction: column-reverse;
        align-items: center;
        gap: 32px;
    }

    .hero-left,
    .hero-right {
        min-width: 0;
        max-width: 100%;
        padding-left: 0;
    }

    .hero-left {
        align-items: center;
        text-align: center;
    }

    .hero-stats {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 18px 12px;
    }

    .hero-image-bg {
        width: 320px;
        height: 320px;
    }

    .hero-image {
        width: 240px;
        height: 240px;
    }

    .portfolio-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .portfolio-item {
        min-height: 280px;
        padding: 0 12px 18px 12px;
        max-width: 100%;
    }

    .portfolio-item img {
        height: 180px;
        border-radius: 12px;
    }

    .about-section-bg {
        padding: 18px 10px;
        border-radius: 12px;
    }
}

@media (max-width: 600px) {

    .container,
    .portfolio-detail-section .container {
        max-width: 100%;
        padding-left: 4px;
        padding-right: 4px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .navbar-brand img {
        width: 80px !important;
        height: auto !important;
    }

    .hero-inner {
        flex-direction: column !important;
        gap: 18px !important;
    }

    .hero-left,
    .hero-right {
        max-width: 100% !important;
        min-width: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-left {
        align-items: center !important;
        text-align: center !important;
    }

    .hero-title {
        font-size: 32px !important;
    }

    .hero-name {
        font-size: 22px !important;
    }

    .hero-hi {
        font-size: 16px !important;
    }

    .hero-buttons .btn,
    .hero-buttons .btn-orange {
        font-size: 17px !important;
        padding: 10px 20px !important;
        min-width: 110px !important;
        min-height: 38px !important;
    }

    .hero-image-bg {
        width: 200px !important;
        height: 200px !important;
    }

    .hero-image {
        width: 160px !important;
        height: 160px !important;
    }

    .hero-stats {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
    }

    .hero-stat-box {
        padding: 15px 20px !important;
        min-width: 200px !important;
    }

    .services-icons {
        gap: 12px !important;
        margin-top: 18px !important;
    }

    .service-icon-img {
        width: 48px !important;
        height: 48px !important;
        padding: 6px !important;
        border-radius: 8px !important;
    }

    .portfolio-items {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
        justify-items: center !important;
    }

    .portfolio-item {
        min-height: 340px !important;
        padding: 28px 24px 24px 24px !important;
        max-width: 320px !important;
        width: 100% !important;
    }

    .portfolio-item img {
        height: 210px !important;
        margin-bottom: 24px !important;
        border-radius: 18px !important;
    }

    .portfolio-item .portfolio-hover-icon {
        width: 42px !important;
        height: 42px !important;
        bottom: 12px !important;
        right: 12px !important;
    }

    .about-section-bg {
        padding: 10px 4px !important;
        border-radius: 8px !important;
        margin-left: 8px;
        margin-right: 8px;
    }

    .about-image {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer .navbar-brand img {
        width: 80px !important;
        height: auto !important;
    }

    .footer .nav-link {
        font-size: 0.95rem !important;
        margin: 0 6px !important;
    }

    .footer .contact-info a {
        font-size: 0.95rem !important;
    }

    .btn,
    .btn-orange {
        font-size: 0.95rem !important;
        padding: 8px 18px !important;
        min-width: 90px !important;
        min-height: 36px !important;
        border-radius: 6px !important;
    }
}

@media (max-width: 430px) {

    .container,
    .portfolio-detail-section .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .navbar-brand img,
    .footer .navbar-brand img {
        width: 70px !important;
        height: auto !important;
    }

    .navbar-nav {
        gap: 0 !important;
    }

    .nav-link {
        font-size: 1rem !important;
        padding: 8px 0 !important;
    }

    .hero-inner {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .hero-left,
    .hero-right {
        max-width: 100% !important;
        min-width: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-image-bg {
        width: 120px !important;
        height: 120px !important;
    }

    .hero-image {
        width: 80px !important;
        height: 80px !important;
    }

    .services-icons {
        gap: 8px !important;
        margin-top: 10px !important;
    }

    .service-icon-img {
        width: 36px !important;
        height: 36px !important;
        padding: 3px !important;
        border-radius: 6px !important;
    }

    .portfolio-items {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
        justify-items: center !important;
    }

    .portfolio-item {
        min-height: 340px !important;
        padding: 28px 24px 24px 24px !important;
        max-width: 320px !important;
        width: 100% !important;
    }

    .portfolio-item img {
        height: 210px !important;
        margin-bottom: 24px !important;
        border-radius: 18px !important;
    }

    .portfolio-item .portfolio-hover-icon {
        width: 34px !important;
        height: 34px !important;
        bottom: 8px !important;
        right: 8px !important;
    }

    .about-section-bg {
        padding: 6px 2px !important;
        border-radius: 6px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer .nav-link,
    .footer .contact-info a {
        font-size: 0.9rem !important;
        margin: 0 2px !important;
    }

    .btn,
    .btn-orange {
        font-size: 0.9rem !important;
        padding: 6px 10px !important;
        min-width: 60px !important;
        min-height: 24px !important;
        border-radius: 4px !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.1rem !important;
    }

    p,
    .project-title,
    .project-type {
        font-size: 0.98rem !important;
    }
}