/* General Styles */
body {
    width: 100%;
    line-height: 1.75rem;
	font-family:"Segoe UI";
}

/* Navigation */
.primary-nav {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-brand {
    font-size: 1.1rem;
}

.nav-link {
    font-size: 1.05rem;
    font-weight: 500;
}

.nav-link .bi, 
.navbar-brand .bi {
    margin-right: 8px;
    font-size: 1.5rem;
}

.navbar-toggler {
    position: absolute;
    top: 10px;
    right: 10px;
    border-width: 2px;
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler:hover {
    box-shadow: none;
}

/* Layout Utilities */
.flex-row {
    display: flex;
    justify-content: center;
}

.flex-row .nav-item {
    margin-right: 3px;
}

.flex-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.text-left {
    text-align: left;
}

/* Dropdown */
.navbar .dropdown .dropdown-menu {
    width: fit-content;
    position: fixed;
    z-index: 5000;
    border-width: 2px;
    border-style: solid;
}

/* Jumbotron */
.jumbotron {
    width: 100%;
    height: 100vh;
    background: url("../images/office-1730939_960_720.ec61dcc98cac.jpg");
    background-position:  center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jumbotron-text {
    margin-top: 20vh;
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
}

.jumbotron .heading {
    font-weight: 700;
    text-align: center;
}
.jumbotron .tagline,
.description {
    width: 100%;
    margin-top: 10vh;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
}

.jumbotron .tagline {
    text-align: center;
}
.jumbotron .cta-container{
    margin-top: 20vh;
}

/* Buttons */
.btn.btn-cta {
    font-size: 16px;
    font-weight: 600;
    border: 2px solid;
    border-radius: 5px;
}

/* Sections */
.section {
    width: 100%;
    min-height: 70vh;
}
.section-header {
    padding-top: 15vh;
    text-align: center;
}

.section-text {
    margin-top: 5vh;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}
.home-service{
    margin-top: 5vh;
    padding-top: 2rem;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.home-service .card-header{
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
.home-service .card-body{
	font-size: 16px
}
.home-service .card-body,
.home-service .card-footer{
    padding-bottom: 2rem;
}
.home-service .btn-cta{
    width: 200px;
}
/* SVG Icons */
.svg-container, 
.icon-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.icon-bg {
    width: 70px;
    height: 70px;
    padding-top: 17.5px;
    border-radius: 35px;
    border: 2px solid;
    text-align: center;
}

.icon-bg .bi {
    font-size: 2rem;
}

.reason-block {
    padding: 5px;
}

.reason-block .card {
    margin-top: 2vh;
    padding-top: 10px;
}

.reason-block .card-header {
    border-color: transparent;
}

/* Logos */
.logo-block {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    text-align: center;
}

.logo-block .logo {
    width: 100px;
    height: 100px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.logo-block a {
    text-decoration: none;
}

.logo-block a p {
    padding-top: 0.5rem;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.client-logo, 
.partner-logo {
    border-radius: 15px;
}

/* Contact Section */
.contact header {
    padding: 10px;
    text-align: center;
}

.contact header p {
    padding-top: 5vh;
    font-size: 18px;
    font-weight: 400;
    line-height: 2rem;
    text-align: justify;
}

.contact .list {
    padding-top: 5vh;
    list-style: none;
    line-height: 2rem;
    font-size: 18px;
    font-style: oblique;
}

.contact .list li {
    margin-bottom: 2rem;
}

.contact .list .bi {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    padding: 6px 10px;
    border-radius: 30px;
    font-size: 30px;
}

.contact .list a {
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: none;
}

.contact .list a:hover,
.contact .list a:active {
    font-weight: 400;
}

/* Footer */
.footer {
    width: 100%;
    padding: 10px 5%;
}

.footer .row {
    padding: 10vh 0 5vh;
}

.footer .row p {
    padding-top: 3vh;
	margin-bottom: 10vh;
    font-size: 16px;
    font-weight: 500;
    line-height: 2rem;
}

.footer .copyright {
    padding-top: 3vh;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid;
}

.footer-list {
    font-weight: 400;
    list-style: none;
}

.footer-list li {
    padding-bottom: 10px;
}

.footer-list h4:first-child {
    text-decoration: underline 2px;
    text-underline-offset: 10px;
}

.footer-list li a:hover {
    text-decoration: underline 2px;
    text-underline-offset: 7px;
}

/* Contact Us */
#contact{
    background: url("../images/office-1730939_960_720.ec61dcc98cac.jpg");
    background-position:  center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-us {  
    font-size: 18px;
    padding-top: 15vh;
}

.contact-us .info {
    padding: 10px;
    margin-bottom: 2vh;
    border-radius: 10px;
}
 
.contact-us .info p {
    padding: 10px 0;
    font-size: 16px;
}

.contact-us .info .list {
    font-size: 1.25rem;
    font-style: oblique;
    list-style: none;
}

.contact-us .info .list li {
    margin-bottom: 2rem;
}

.contact-us .info .list li .bi {
    width: 60px;
    height: 60px;
    padding: 7px 10px;
    border: 2px solid;
    border-radius: 30px;
    font-size: 22px;
}

.contact-us .info .list li a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
    text-decoration: none;
}

.contact-form {
    border-radius: 10px;
}

.contact-form .form-group {
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
}

.contact-form h4 {
    padding: 15px;
    font-weight: 600;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.contact-form p {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.contact-form .form-group textarea {
    min-height: 100px;
}

.contact-form .form-control {
    border-width: 0;
    border-radius: 0px;
    border-bottom: 1px solid;
}

.contact-form .form-control:focus {
    border-bottom: 1px solid;
}
#cc_label:hover{
    cursor: pointer;
}
.contact-us .contact-form .form-group .btn-send {
    width: 150px;
    font-size: 18px;
    font-weight: 600;
    border-width: 2px;
}

.contact-us .contact-form .form-group .btn-send .bi {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
}

/* Landing Page */
#page-landing {
    height: 40vh;
    background: url("../images/office-1730939_960_720.ec61dcc98cac.jpg") center / cover no-repeat;
}

/* Page Heading */
.page-heading {
    width: 100%;
    padding: 20vh 0 20vh;
    text-align: center;
}

.page-heading h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.page-description{
    padding-top: 4vh;
    padding-bottom: 2vh;
}

/* Team Section */
.team-image-container {
    width: 100%;
    height: auto;
}

.profile-image {
    width: 250px;
    height: auto;
    padding: 5px;
    border-radius: 20px;
}

.who {
    padding: 5vh 0 2vh;
}

.who .card-header {
    padding-bottom: 2rem;
}

.team {
    padding-top: 5vh;
}

.team .card-body {
    padding-top: 1rem;
}

.team .card-body div {
    border-radius: 10px;
}

/* Carousel Control */
.carousel-control {
    width: 50px;
    height: 50px;
    margin: 20px;
    margin-top: 180px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid;
}

.carousel-control .bi {
    font-size: 2rem;
}

/* Vision, Mission, and Values */
.vision,
.mission,
.values {
    margin-top: 1rem;
    padding: 20px 0;
}

.icon-container .icon-bg {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    border-radius: 25px;
    border: 2px solid;
}

.icon-container .icon-bg .bi {
    font-size: 1.75rem;
}

.vision .card-header,
.mission .card-header,
.values .card-header {
    padding-top: 15px;
    border-width: 0;
}

.vision .card-body,
.mission .card-body,
.values .card-body {
    padding-top: 5px;
}

/* Closer Section */
.closer {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 5px;
    border-top-style: solid;
    border-top-width: 2px;
    border-radius: 2px;
}

.closer .card-body {
    padding-top: 1rem;
    word-break: keep-all;
}

.closer-cta {
    font-weight: 500;
}

#services-landing{
    height: 60vh;
}
.service{
    margin-top: 5vh;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 15px;
}
.service .card-header{
    padding-top: 10px;
    padding-bottom: 2rem;
    text-align: center;
}
.service .card-body{
    display: block;
    font-size: 16px;
    padding: 10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.service .card-footer{
    text-align: center;
}
.banner{
    width:100%;
    padding: 10px;
    text-align: center;
}
.banner-image{
    width: 100%;
    height: 40vh;
    border-radius: 15px;
    border: 2px solid;
}
.alert-container{
    position: fixed;    
    display: flex;
    justify-content: center;
    top: 65px;
    width: 100%;
    z-index: 1000;
}
.alert-container .alert{
    width: 300px;
    padding: 5px;
    font-size: 16px;
    font-weight: 600px;
    text-align: center;
    border-radius: 5px;
}

.alert {
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Fades in/out over 0.5 seconds */
}

.alert.show {
    opacity: 1;
}
