@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #EBEBEE;
    color: #d3d3d3;
    webkit-tap-highlight-color: #e7e3dc;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #bd3354;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #D94568;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
}

p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #333;
}

.bg-dark {
    color: #eee;
    background-color: #e7e3dc;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #bd3354;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

section#two {
    background-color: #EBEBEE;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
    background-color: #EBEBEE;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #e7e3dc;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    color: #bd3354;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #BA2548;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #181818;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #bd3354;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #bd3354 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: #bd3354;
        padding: 19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,0.8);
        padding: 20px;
        letter-spacing: 1.1px;
        text-shadow: 1px 1px 1px rgba(60,60,60,0.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fefefe;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #EBEBEE;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #bd3354;
        padding: 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #BA2548;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #333;
        text-shadow: none;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #bd3354;
    }
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    /* background-color: #e7e3dc; */
    background-image: url('../assets/blurred-view-corridor-with-plants.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        min-height: 600px;
        padding: 100px 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #e7e3dc;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #e7e3dc;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #e7e3dc;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #e7e3dc;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #e7e3dc;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #e7e3dc;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.navbar-logo {
    height: 60px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -22px;
}

.logo {
    width: 45%;
}

/* Client Carousel Styles */
section#two {
    background-color: #dedede;
}


#clientCarousel {
    padding: 40px 0;
}

#clientCarousel .carousel-inner .row {
    margin-left: 0;
    margin-right: 0;
}

#clientCarousel .carousel-inner .row > div {
    padding-left: 15px;
    padding-right: 15px;
}

.client-logo {
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.client-logo img {
    max-height: 120px;
    max-width: 100%;
    width: auto;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Carousel controls positioned at logo height */
#clientCarousel {
    position: relative;
}

#clientCarousel .carousel-control {
    background: none;
    width: 50px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#clientCarousel .carousel-control span {
    font-size: 40px;
    color: #bd3354;
    text-shadow: none;
}

#clientCarousel .carousel-control:hover span {
    color: #D94568;
}

#clientCarousel .carousel-control.left {
    background-image: none;
    left: -60px;
}

#clientCarousel .carousel-control.right {
    background-image: none;
    right: -60px;
}

/* Make carousel container wider */
#two .container {
    width: 100%;
    max-width: 1400px;
}

/* Responsive adjustments for carousel controls */
@media (max-width: 1200px) {
    #clientCarousel .carousel-control.left {
        left: -40px;
    }
    
    #clientCarousel .carousel-control.right {
        right: -40px;
    }
}

@media (max-width: 991px) {
    #clientCarousel .carousel-control.left {
        left: 0;
    }
    
    #clientCarousel .carousel-control.right {
        right: 0;
    }
    
    #clientCarousel .carousel-control {
        width: 40px;
    }
    
    #clientCarousel .carousel-control span {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #clientCarousel .carousel-control span {
        font-size: 25px;
    }
}

/* Section One - Magenta C Content Styles */
#one .intro-text {
    padding: 30px 0;
}

#one .intro-text .lead {
    font-size: 1.4em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333;
}

#one .intro-text .text-content {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #555;
    text-align: justify;
}

#one .intro-text .closing-statement {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #bd3354;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#one .intro-text .closing-statement p {
    font-size: 1.2em;
    line-height: 1.7;
    margin-bottom: 0;
    color: #333;
}

#one .intro-text .text-primary-emphasis {
    color: #bd3354;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    #one .intro-text .lead {
        font-size: 1.2em;
    }
    
    #one .intro-text .text-content {
        font-size: 1em;
        text-align: left;
    }
    
    #one .intro-text .closing-statement p {
        font-size: 1.1em;
    }
}

@media (max-width: 767px) {
    #one .intro-text {
        padding: 20px 0;
    }
    
    #one .intro-text .lead {
        font-size: 1.1em;
        margin-bottom: 20px;
    }
    
    #one .intro-text .text-content {
        font-size: 0.95em;
        margin-bottom: 20px;
    }
    
    #one .intro-text .closing-statement {
        padding: 20px;
        margin-top: 30px;
    }
    
    #one .intro-text .closing-statement p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    #one .intro-text .lead {
        font-size: 1em;
    }
    
    #one .intro-text .text-content {
        font-size: 0.9em;
    }
    
    #one .intro-text .closing-statement {
        padding: 15px;
    }
    
    #one .intro-text .closing-statement p {
        font-size: 0.95em;
    }
}

/* Footer Social Links */
#footer {
    text-align: center;
}

#footer .footer-social {
    padding: 30px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

#footer .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#footer .social-link:hover {
    transform: translateY(-5px);
    opacity: 0.8;
}

#footer .social-link i {
    font-size: 60px;
    color: #0077b5;
}

#footer .social-logo {
    max-height: 60px;
    height: auto;
    width: auto;
    display: block;
}

#footer .email-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#footer .email-logo {
    max-height: 40px;
    height: auto;
    width: auto;
    display: block;
}

#footer .text-center {
    text-align: center;
}

#footer .text-muted {
    display: inline-block;
    margin-top: 10px;
}

/* Responsive footer adjustments */
@media (max-width: 767px) {
    #footer .footer-social {
        padding: 20px 0 15px 0;
        gap: 30px;
    }
    
    #footer .social-link i {
        font-size: 50px;
    }
    
    #footer .social-logo,
    #footer .email-logo {
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    #footer .footer-social {
        gap: 20px;
    }
    
    #footer .social-link i {
        font-size: 40px;
    }
    
    #footer .social-logo,
    #footer .email-logo {
        max-height: 40px;
    }
}
