@charset "UTF-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #111111;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
}

.nav-link {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#home {
    padding-top: 120px;
    padding-bottom: 120px;
    background:
        radial-gradient(circle at 80% 25%, rgba(208, 0, 127, 0.18), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #ffffff 48%, #f4f4f4 100%);
}

#home h1 {
    color: #111111;
}

#home h2 {
    color: #e91e63;
}

#home img {
    max-width: 520px;
    width: 100%;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
}

#about img {
    max-width: 450px;
    width: 100%;
}


section {
    scroll-margin-top: 80px;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.card {
    border: none;
    transition: transform 0.3s ease;
}

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

body {
    background: #ffffff;
}

.custom-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.navbar {
    border-bottom: 3px solid #d0007f;
}

#home {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 45%, #f7f7f7 100%);
}

.btn-dark {
    background-color: #202529;
    border: none;
    border-radius: 4px;
    padding: 12px 24px;
}

.btn-dark:hover {
    background-color: #d0007f;
}

#about {
    background-color: #f7f7f7;
}

#about h2,
#portfolio h2,
#contact h2 {
    border-left: 8px solid #d0007f;
    padding-left: 18px;
    display: inline-block;
}

.card {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.card-img-top {
    padding: 20px;
    background-color: #ffffff;
}

.card-title {
    color: #d0007f;
    font-weight: 700;
}

footer {
    border-top: 4px solid #d0007f;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    letter-spacing: 1px;
}

footer p {
    font-size: 1rem;
    margin-bottom: 0;
    opacity: 0.9;
}

.hero-text {
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 620px;
    border-left: 5px solid #d0007f;
    padding-left: 20px;
}

#home .btn {
    margin-top: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

#about img {
    max-width: 500px;
    width: 100%;
}

#home .col-lg-6:first-child {
    padding-right: 50px;
}

#about {
    padding-top: 120px;
    padding-bottom: 120px;
}

.hero-title {
    font-size: 7rem;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 1.8rem;
    color: #d0007f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.featured-project img {
    max-height: 520px;
    object-fit: contain;
}

.featured-project .card-title {
    font-size: 2rem;
}

.project-label {
    color: #d0007f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.side-project {
    height: 100%;
}

.side-project img {
    max-height: 250px;
    width: 100%;
    object-fit: contain;
}

.side-project .card-title {
    font-size: 1.4rem;
}

.brand-name {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
}

.brand-title {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d0007f;
}

#portfolio {
    background-color: #111111;
    color: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
}

#portfolio h2 {
    color: #ffffff;
}

#portfolio .card {
    background-color: #ffffff;
    color: #111111;
}

.featured-project {
    border-left: 10px solid #d0007f;
}

.featured-project img {
    padding: 30px;
}

.side-project img {
    padding: 20px;
}

.card-text {
    font-size: 1rem;
    line-height: 1.6;
}

.featured-project .card-img-top {
    max-height: 620px;
    padding: 15px;
}

.featured-project .card-body {
    padding: 35px;
}

.side-project .card-body {
    padding: 30px;
}

/* Featured Work Hover Effects */

.card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.20);
}

.card img {
    transition: all 0.3s ease;
}

.card:hover img {
    transform: scale(1.03);
}

.contact-box {
    background-color: #111111;
    color: #ffffff;
    padding: 90px 70px;
    border-left: 10px solid #d0007f;
    position: relative;
}

.contact-label {
    color: #d0007f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.contact-box h2 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -2px;
    max-width: 850px;
    border-left: none !important;
    padding-left: 0 !important;
    margin-bottom: 30px;
}

.contact-copy {
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 35px;
}

.contact-email {
    display: inline-block;
    color: #d0007f;
    font-size: 1.7rem;
    font-weight: 800;
    text-decoration: none;
    margin-bottom: 18px;
}

.contact-email:hover {
    color: #ffffff;
}

.contact-site {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.contact-tagline {
    color: #d0007f;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 4rem;
        letter-spacing: -2px;
    }

    .hero-subtitle {
        font-size: 1.3rem;
        letter-spacing: 2px;
    }

    #home .col-lg-6:first-child {
        padding-right: 12px;
        margin-bottom: 40px;
    }

    #about {
        text-align: center;
    }

    #about h2 {
        margin-top: 30px;
    }

    #portfolio {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .featured-project {
        margin-bottom: 25px;
    }

    .contact-box {
        padding: 60px 30px;
    }

    .contact-box h2 {
        font-size: 2.8rem;
    }

    .contact-email {
        font-size: 1.25rem;
        word-break: break-word;
    }
}
/* Design Inquiry Form Page */

.form-hero {
    background-color: #111111;
    color: #ffffff;
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.form-title {
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -3px;
    max-width: 760px;
    margin-bottom: 30px;
}

.form-intro {
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 620px;
    border-left: 5px solid #d0007f;
    padding-left: 20px;
}

.form-logo {
    max-width: 420px;
    width: 100%;
    filter: drop-shadow(0 18px 28px rgba(208, 0, 127, 0.35));
}

.form-section {
    background-color: #f7f7f7;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.form-side-box {
    background-color: #111111;
    color: #ffffff;
    padding: 60px;
    border-left: 10px solid #d0007f;
}

.form-side-box h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 25px;
}

.form-side-box p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.form-preview-image {
    background-color: #ffffff;
    padding: 12px;
}

.design-form {
    background-color: #ffffff;
    padding: 50px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.design-form .form-label,
.design-form legend {
    color: #111111;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.design-form .form-control,
.design-form .form-select {
    border-radius: 0;
    border: 2px solid #dddddd;
    padding: 12px;
}

.design-form .form-control:focus,
.design-form .form-select:focus {
    border-color: #d0007f;
    box-shadow: 0 0 0 0.25rem rgba(208, 0, 127, 0.15);
}

.design-form .form-check-input:checked {
    background-color: #d0007f;
    border-color: #d0007f;
}

.contact-button {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .form-title {
        font-size: 3rem;
        letter-spacing: -1px;
    }

    .design-form {
        padding: 30px;
    }

    .form-side-box {
        padding: 35px 25px;
    }
}

/* Design Media Page */

.media-hero {
    background-color: #111111;
    color: #ffffff;
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.media-title {
    font-size: 4.6rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -3px;
    max-width: 760px;
    margin-bottom: 30px;
}

.media-intro {
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 650px;
    border-left: 5px solid #d0007f;
    padding-left: 20px;
}

.media-portrait {
    border: 8px solid #ffffff;
    box-shadow: 0 18px 35px rgba(208, 0, 127, 0.35);
}

.media-section {
    background-color: #f7f7f7;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.media-side-box {
    background-color: #111111;
    color: #ffffff;
    padding: 45px;
    border-left: 10px solid #d0007f;
}

.media-side-box h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 25px;
}

.media-side-box h3 {
    color: #d0007f;
    font-size: 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 12px;
}

.media-side-box p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.media-embed {
    border: 8px solid #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.map-section {
    background-color: #ffffff;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.map-section h2 {
    border-left: 8px solid #d0007f;
    padding-left: 18px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 25px;
}

.map-section p {
    font-size: 1.15rem;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .media-title {
        font-size: 3rem;
        letter-spacing: -1px;
    }

    .media-side-box {
        padding: 35px 25px;
    }

    .map-section h2 {
        font-size: 2.4rem;
    }
}

.media-video-large {
    max-width: 100%;
    border: 10px solid #ffffff;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.20);
}
