@font-face {
    font-family: "BebasNeue";
    src: url("../Fonts/BebasNeue-Regular.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Amperzand";
    src: url("../Fonts/Amperzand.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CreatoDisplay-Regular";
    src: url("../Fonts/CreatoDisplay-Regular.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

header, h1, h2, h3, h4, h5, h6, label, .btn-primary {
    font-family: BebasNeue, sans-serif;
}

p {
    font-family: CreatoDisplay-Regular, sans-serif;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .navbar {
        font-size: 20px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.text-gold {
    color: #9b7727;
}

.bg-gold {
    background-color: #9b7727;
}

.my-6 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pe-lg-6 {
    padding-right: 5rem;
}

.company-name {
    font-family: Amperzand, sans-serif;
}

    .company-name:hover {
        color: #9b7727;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%239b7727' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 567px) {
    .navbar-nav, .phone-button {
        position: relative;
        right: 50px;
    }
}

.nav-link.text-gold:hover,
.nav-link.text-gold:focus {
    color: #9b7727 !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #9b7727 !important;
    border-color: #9b7727 !important;
}

@media (max-width: 576px) {
    .navbar-collapse {
        flex-direction: column;
        align-items: flex-end;
    }

    .navbar-nav {
        width: 100%;
        text-align: right;
    }

    .navbar-collapse a.btn {
        float: right;
    }
}

.hero {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    overflow: hidden;
}

    .hero video {
        position: absolute;
        top: 48%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -35%);
        object-fit: cover;
    }

    .hero .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
}

.small-heading, .large-heading {
    margin: 0;
}

.small-heading {
    font-size: 30px;
}

.large-heading {
    font-size: 60px;
}

.heading-line {
    height: 2px;
}

.about-us-image {
    max-height: 600px;
}

.why-choose-us-image {
    display: block;
    width: 90%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .why-choose-us-image {
        width: 100%;
    }
}

.why-choose-us-text {
    background: #ffffff;
    padding: 1rem 1.25rem;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    position: relative;
    z-index: 2;
    height: 200px;
}

@media (min-width: 768px) {
    .why-choose-us-text {
        margin-top: -60px;
        max-width: 70%;
        padding: 1.25rem 1.5rem;
    }
}

.full-width-section {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
}

.gallery-img-wrapper {
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.call-to-action {
    position: relative;
    background: url('https://stcglandllcprod.blob.core.windows.net/images/image-20260417-215814-5957276e.jpeg');
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

    .call-to-action::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .call-to-action > * {
        position: relative;
        z-index: 2;
    }

.contact-page {
    margin-top: 150px;
}
