h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 10px;
}

.company-brand {
    float: left;
    color: rgb(34, 34, 34);
    width: 85%;
    font-family: 'Bebas Neue', sans-serif;
}



.company-brand h4 {
    font-size: 1.75rem !important;
    margin-bottom: 0;
}

.company-logo {
    width: 80px;
    height: 80px;
}

@media screen and (max-width:992px) {
    .company-logo {
        width: 120px;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-bar-container{
        text-align: center;
        justify-content: center !important;
    }
}

.footer {
    bottom: 0;
    width: 100%;
}
.footer h6 {
    text-align: center;
}


.page-title {
    margin-bottom: 10px;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.home-page-title {
    margin-bottom: 10px;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: bolder;
    text-shadow: 0 0 5px rgb(0, 0, 0);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5em;
}

.sub-heading {
    color: rgb(255, 255, 255);
    font-weight: bolder;
    text-shadow: 0 0 5px rgb(0, 0, 0);
    font-family: 'Quicksand', sans-serif;
    font-size: 1.3em;
}

@media screen and (max-width:767px) {
    .home-page-title {
        margin-bottom: 10px;
        margin-top: 10px;
        color: rgb(255, 255, 255);
        text-align: center;
        font-weight: bolder;
        text-shadow: 0 0 5px rgb(0, 0, 0);
        font-family: 'Bebas Neue', sans-serif;
        font-size: 2em;
    }

    .sub-heading {
        color: rgb(255, 255, 255);
        font-weight: bolder;
        text-shadow: 0 0 5px rgb(0, 0, 0);
        font-family: 'Quicksand', sans-serif;
        font-size: 1em;
    }
}

.call-to-action-btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.65rem 1.75rem;
    letter-spacing: 0.4px;
    text-shadow: none;
    transition: all 0.2s ease;
}

.call-to-action-btn.btn-light {
    background-color: rgba(255, 255, 255, 0.92);
    color: #050520;
    border-color: white !important;
}

.call-to-action-btn.btn-light:hover {
    background-color: white;
    color: #050520;
    border-color: white !important;
}

.call-to-action-btn.btn-outline-light {
    color: white;
    border-color: rgba(255, 255, 255, 0.7) !important;
}

.call-to-action-btn.btn-outline-light:hover {
    color: #050520;
    border-color: white !important;
}

.card-title {
    font-family: 'Quicksand', sans-serif !important;
}

.left-align-desc {
    text-align: right;
    margin-top: 1.5em;
    margin-right: 1.5em;
}

.services-list-text {
    margin-left: 1.5em;
    vertical-align: middle;
    margin-bottom: 0%;
    display: inline-block;
   /* align-items: center; */
}

#panorama {
    width: 100%;
    height: 80vh;
}

#pano2 {
    width: 100%;
    height: 50vh;
}

.contact-form-text {
    color:rgb(255, 255, 255);
    font-family: 'Quicksand', sans-serif !important;
}

nav .nav-bar-link-text {
    color: seashell;
}

nav.navbar {
    position: relative;
    z-index: 1000;
}

.canvas-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.model-view-controls-text {
    color: seashell;
}

.hero-image-container {
    width: 100%;
    min-height: 80vh;
    position: relative;
    overflow: hidden;
    display: flex;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    z-index: 0;
}

.hero-image-filter {
    background-color: rgba(0, 0, 0, 0.35);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}


body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.body_container {
    flex: 1;
}

.no-wrap-text {
    white-space: nowrap;
}

li a{
    /* Default link styles */
    color: white;
    text-decoration: none;
    /*background-color: rgb(33, 37, 41);*/
    /*background: linear-gradient(to bottom,#373A3E ,#373A3E);*/
}

li a:hover {
    /* Hover Styles */
    background-color: rgb(33, 37, 41);
    color: black;
}

.dropdown-menu.show {
    --bs-dropdown-bg:  rgb(33, 37, 41);
}

.services_card {
    text-align: center;
    --bs-card-bg: rgba(5, 5, 32, 0.55) !important;
    backdrop-filter: blur(30px) grayscale(20%);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.services_card:hover {
    transform: translateY(-5px);
    border-color: rgba(160, 160, 255, 0.4) !important;
}


.services_card p {
    color: rgb(255, 255, 255);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    text-shadow: 0 0 5px rgb(0, 0, 0);
    font-family: 'Quicksand', sans-serif;
}

.services_card h5 {
    margin-top: 0.5rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 5px rgb(0, 0, 0);
}

.services_card_button {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    --bs-btn-bg: rgba(0, 0, 0, 0.473) !important;
    --bs-hover-btn-bg: rgba(0, 0, 0, 0.747) !important;
}

.services_sub-heading {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top:2rem!important;
    margin-left: 1rem!important;
    margin-right: 1rem!important;
    text-shadow: 0 0 5px rgb(0, 0, 0);
    font-family: 'Quicksand', sans-serif;
}

.services_heading {
    text-align: center;
    text-shadow: 0 0 5px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.3rem;
}

body p {
    color: rgb(194, 197, 199);
}

body ol {
    color: rgb(194, 197, 199);
}

.get_started_section h2 {
    color: rgb(194, 197, 199);
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3em;
}

.get_started_section h3 {
    color: rgb(194, 197, 199);
}

.get_started_section h4 {
    color: rgb(194, 197, 199);
    font-family: 'Quicksand', sans-serif;
    text-align: center;
}

.get_started_section h5 {
    font-family: 'Geologica', sans-serif;
    color: rgb(194, 197, 199);
}

.get_started_heading p {
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Quicksand', sans-serif;
}

.get_started_section {
    background-color: #050520;
    background-size: 100%;
}

.bold-text {
    font-weight: bold;
}

/*Visual Preview styles*/
.visual_preview_text_container {
    display: grid;
    place-items: center;
}

.visual_preview_txt_right {
    text-align: right;
}

@media screen and (max-width:767px) {
    .visual_preview_txt_right {
        text-align: center;
    }
}

.visual_preview_txt_left {
    text-align: left;
}

@media screen and (max-width:767px) {
    .visual_preview_txt_left {
        text-align: center;
    }
}

/* Parallax Effect */
.parallax-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    /*background-position: center 10px;*/
}

.parallax-content {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.services-parallax {
    background-color: #050520;
    height: 800%; /* Adjust based on requirements */
}

.parallax-choose-us {
    background-color: #050520;
    height: 800%; /* Adjust based on requirements */
}

.particle-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.content-box {
    padding: 20px;
    margin: 20px auto;
    background-color: rgba(0, 0, 0, 0.384);
    backdrop-filter: blur(25px) grayscale(25%);
    -webkit-backdrop-filter: blur(30px);
}

.content-box p {
    font-family: 'Quicksand', sans-serif;
}

.content-box li {
    font-family: 'Quicksand', sans-serif;
}

.content-box h5 {
    font-family: 'Geologica', sans-serif;
}

.paragraph-content-box-glass {
    padding: 2px;
    margin: 3px auto;
    background-color: none;
    backdrop-filter: blur(25px) grayscale(25%);
    -webkit-backdrop-filter: blur(30px);
}

.content-box-glass-light {
    padding: 2px;
    margin: 10px auto;
    background-color: rgba(0, 0, 0, 0.192);
    backdrop-filter: blur(30px) grayscale(25%);
    -webkit-backdrop-filter: blur(30px);
    position: relative;
    z-index: 1;
}

.content-box-glass-light h2 {
    font-family: 'Bebas Neue', sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 3em;
}

.contact-body {
    /* background-image: pending R2 upload */
    background-size: cover;
    width: 100vw;
    height: 120vh;
}

.contact-background-filter {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: grayscale(5%) opacity(100%) blur(2.5px);
    flex: 1;
    height: 120vh; /* This Value Needs to be the same as contact body height */
    display: flex;
}

.contact-form {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: grayscale(5%) opacity(100%) blur(40px);
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 50px;
    display:grid;
}

.contact-form-input-section {
    display: grid;
}

.contact-form-input-section input {
    width: 50%;
}

.contact-form-input-section input[type="checkbox"] {
    width: 30px;
    height: 30px;
    justify-self: center;
    text-align: center;
}


@media screen and (max-width:992px) {

    .contact-form-input-section label {
        justify-self: center;
    }

    .contact-form-input-section input {
        width: 88%;
        justify-self: center;
        text-align: center;
    }

    .contact-form-input-section input[type="checkbox"] {
        width: 30px;
        height: 30px;
        justify-self: center;
        text-align: center;
    }

    .contact-form-input-section div {
        justify-self: center;
        text-align: center;
    }

    .contact-form-input-section textarea {
        justify-self: center;
    }

    .contact-body {
        /* background-image: pending R2 upload */
        background-size: cover;
        width: 100vw;
        height: 200vh;
    }
    
    .contact-background-filter {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: grayscale(5%) opacity(100%) blur(2.5px);
        flex: 1;
        height: 200vh; /* This Value Needs to be the same as contact body height */
        display: flex;
    }
}

.contact-input {
    background-color: rgba(119, 127, 134, 0.425) !important;
}

.project-card {
    background-color: rgba(5, 5, 32, 0.6) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgb(194, 197, 199);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.project-card:hover {
    transform: translateY(-3px);
    border-color: rgba(160, 160, 255, 0.4) !important;
}

.step-number-badge {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(80, 100, 220, 0.35), rgba(160, 80, 220, 0.35));
    border: 2px solid rgba(140, 140, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    color: rgb(194, 197, 199);
}
