@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700;800;900&family=Roboto:wght@300;400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


:root {
  --theme-blue: #00456B;
  --theme-brown: #776100;
  --theme-dark: #111;
  --theme-gray-light: #c3c3c3;
  --theme-gray-dark: gray;
}

.row {
  width: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

p {
  color: var(--theme-gray-dark);
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


/* UTILS */
.color-primary {
  color: var(--theme-blue);
}

.bg-theme-white {
  background: #fff;
  color: var(--theme-dark);
}

.bg-theme-blue {
  background: var(--theme-blue);
  color: #fff;
}

.font-serif {
  font-family: "Playfair Display", serif;
}

.font-sans {
  font-family: "Roboto", sans-serif;
}

.mt-10 {
  margin-top: 100px;
}

.p-10 {
  padding: 100px 0;
}

.mt-30p {
  margin-top: 30px;
}

.brown-text {
  color: var(--theme-brown);
}


/* Navbar */
.navbar ul li {
  padding: 0 5px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.2px;
  transition: 0.3s all ease-in;
}

.navbar .dropdown-menu {
  background:var(--theme-blue);
  padding: 0;
  border-radius: 0;
  min-width: 200px;
  top: 60px;
  left: 15px;
  border: unset;
}

.dropdown-item {
  background: linear-gradient(to left, var(--theme-blue) 50%, #025683 50%) right;
  background-size: 200%;
  transition: .3s ease-out;
  color: white;
  padding: 14px 12px;
}

.dropdown-item:hover {
  background-position: left;
  color: white;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--theme-dark);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-blue);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: var(--theme-blue);
}


.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:active,
.navbar-light .navbar-toggler:visited {
  border: none;
}

/* header */
#header-section {
  min-height: 100vh;
  background: linear-gradient(to right,
  rgba(0,0,0,0.40) 45%, transparent 25%, transparent 30%), url('../img/header/living_header_3.jpg') no-repeat bottom left;
  background-size: cover;
}

.header-content {
  color: #fff;
  padding-bottom: 40px;
}

.header-content h1 {
  font-weight: 700;
}

.header-content h2 {
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 20vh;
  border-left: var(--theme-blue) 4px solid;
  padding: 5px 5px 5px 15px;
}

.header-content p {
  margin: 30px 0 60px 0;
  color: #fff;
  max-width: 500px;
}

.header-content .btn-header {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 16px 60px;
  border: 3px solid var(--theme-blue);
  transition: 0.3s all ease-in;
}

.header-content .btn-header:hover {
  background: var(--theme-blue);
}

/* Why Us Section */
.why-us-col {
  padding: 70px 50px;
}

.why-us-col h2 {
  margin-bottom: 1.5rem;
}

.why-us-col-blue {
  background: var(--theme-blue);
  color: #fff;
}

.why-us-col-brown {
  background: var(--theme-brown);
  color: #fff;
}

.why-us-col-white {
  background: #f7f7f7;
}

.why-us-col-blue p,
.why-us-col-brown p {
  color: #fff;
} 


.why-us-col-blue h2:after,
.why-us-col-brown h2:after,
.why-us-col-white h2:after {
  content: "";
  display: block;
  width: 15%;
  padding-top: 15px;
}

.why-us-col-blue h2:after,
.why-us-col-white h2:after {
  border-bottom: 4px solid var(--theme-brown);
}

.why-us-col-brown h2:after {
  border-bottom: 4px solid #fff;
}

/* Services Section */
#services h2 {
  font-weight: 500;
}

.row.services-matrix {
  text-align: center;
}

.services-matrix .col-md {
  margin-top: 20px;
}

.blurb-rounded-icon {
  position: relative;
  z-index: 0;
  padding-left: .6em;
  font-size: 80px;
  line-height: 1;
  color: var(--theme-blue);
  margin-bottom: 20px;
}


.icon i {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.svg-inline--fa {
  height: 0.65em;
}


.icon:after {
  position: absolute;
  left: 50%;
  top: .1em;
  z-index: -1;
  width: .88em;
  height: .88em;
  content: '';
  background-color: lightgray;
  border-radius: 50%;
  transform: translateX(-50%);
}

/* Info Section */
#info-section .row {
  background: #f7f7f7;
}

.info-img img {
  height: 100%;
}

.info-img-condo {
  background-image: url('../img/header/living_header_2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info-img-after-hours {
  background-image: url('../img/services/after-hours.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info-img-admin {
  background-image: url('../img/services/admin-service.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info-img-parking {
  background-image: url('../img/services/parking.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info-img-finance {
  background-image: url('../img/services/financial-service.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info-img-physical {
  background-image: url('../img/services/physical-service.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info-img-house {
  background-image: url('../img/header/living-maybe-1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info-content {
  padding: 70px 50px;
}

.info-content h5 {
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 500;
  border-left: var(--theme-blue) 4px solid;
  padding: 5px 0 5px 10px;
}

.info-content h2 {
  font-weight: 400;
}

.info-content .btn-info-section {
  color: var(--theme-blue);
  font-weight: 500;
  font-size: 1rem;
}


.fa-long-arrow-alt-right {
 margin-left: 6px; 
 vertical-align: middle
}

/* FAQ Section */
#faq-section h2:after,
#services h2:after,
#contact-section h2:after {
  content: "";
  display: block;
  width: 10%;
  padding: 15px 0 10px 0;
  border-bottom: 4px solid var(--theme-brown);
  margin: 0 auto;
}

.faqs .col-md {
  margin: 20px 0 0 0;
}

/* Contact Section */
#contact-section {
  text-align: center;
}

#contact-section .btn-contact {
  display: inline-block;
  text-align: center;
  color: #212529;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 16px 60px;
  border: 3px solid var(--theme-blue);
  transition: 0.3s all ease-in;
}

#contact-section .btn-contact:hover {
  background: var(--theme-blue);
  color: #fff;
}

/* Footer */
footer {
  background: #212529;
  color: gray;
  padding: 50px 0 20px 0;
}

footer h4 {
  margin-bottom: 10px;
  color: #fff;
}

footer a {
  display: block;
  color: gray;
  padding: 5px;
  transition: all 0.3s ease-in;
}

footer a:hover {
  color: #fff;
}

footer .credit {
  text-align: right;
}

footer .credit a {
  display: inline;
  padding: 0;
  color: var(--theme-brown);
}

.address-icon {
  float: left;
  display: block;
  margin-right: 10px;
}

.address-icon i {
  color: var(--theme-brown);
  vertical-align: middle;
}

.address-icon .svg-inline--fa {
  font-size: 25px;
  vertical-align: middle;
  color: var(--theme-brown);
}


hr {
  margin-top: 30px;
  border-top: 1px solid rgba(230,230,230,0.15);
}

.sigle-address p {
  overflow: hidden;
  display: block;
  margin: 5px 0;
}

/* About Header */
#about-header-section {
  background: url('../img/about/about-header-2.jpg') no-repeat center;
  background-size: cover;
  min-height: 60vh;
}

.about-header-content h1 {
  margin-top: 20vh;
}

/* About Info */
.info-img-about {
  background-image: url('../img/about/about-header.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* About Who We Are */
#about-who-we-are {
  background: var(--theme-blue);
}

.who-we-are-content {
  color: #fff;
}

.who-we-are-content h5 {
  text-transform: uppercase;
}

.who-we-are-content ul {
  color: #fff;
  cursor: pointer;
}

.who-we-are-content ul li {
  display: inline-block;
  color: white;
}

.who-we-are-content ul li:after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: var(--theme-brown);
  transition: width .3s;
}

.who-we-are-content ul li:hover::after {
  width: 100%;
  transition: width .3s;
}

/* CONTACT PAGE */

/* Contact Header */
#contact {
  background: #f7f7f7;
  padding: 50px 0;
}

#contact-header-section {
  background: linear-gradient(to right, rgba(0,0,0,0.25) 100%, transparent), url('../img/contact/header.jpg') no-repeat left;
  background-size: cover;
  min-height: 60vh;
}

#contact-map iframe {
  width: 100%;
  min-height: 400px;
}

#contact .info-content {
  padding: 50px 70px;
}

#contact .contact-right p {
  font-size: 1.5rem;
  color: #212529;
  margin-bottom: 10px;
}

#contact .contact-right p span.contact-left-data {
  display: block;
  margin-right: 10px;
} 

#contact .contact-right p span.contact-right-data {
  color: gray;
  display: block;
  overflow: hidden;
  font-size: 1.25rem;
}

.contact-title-section h2.display-4 {
  margin-bottom: 25px;
}

.contact-title-section p {
  margin-bottom: 30px;
}

#contact .contact-form input,
#contact .contact-form button,
#contact .contact-form textarea,
#contact .contact-form select {
  padding: 20px;
  margin-top: 10px;
  max-width: 100%;
  min-width: 100%;
  display: block;
  border: none;
  border-radius: 5px;
}

#contact .contact-form select {
  color: gray;
}

#contact .contact-form input:focus, 
#contact .contact-form textarea:focus {
  outline-color: var(--theme-blue);
}

#contact .contact-form button {
  background: var(--theme-blue);
  color: #fff;
}

#contact .contact-form .radio-buttons {
  margin: 11px 0;
}

#contact .contact-form .radio-buttons input[type="radio"],
#contact .contact-form .radio-buttons label {
  display: inline;
  min-width: auto;
}

#contact .contact-form .radio-buttons label {
  margin-right: 15px;
}

#contact .contact-form .radio-buttons p {
  margin-right: 15px;
  margin-bottom: 0;
}

#contact .contact-form button {
  margin-top: 20px;
}

#contact .contact-form .left-form {
  padding-left: 0;
}

.warning-text {
  font-weight: 400;
}

/* Services Page */
#services-header-section {
  min-height: 100vh;
  background: linear-gradient(to right,
  rgba(0,0,0,0.30) 100%, transparent 0), url('../img/header/living_header_1.jpg') no-repeat bottom left;
  background-size: cover;
}

.services-header-content {
  text-align: center;
}

.services-header-content h2 {
  border: none;
}

.services-header-content p {
  min-width: 100%;
}

.services-contact-section {
  background: #f7f7f7;
  margin-top: 100px;
}

/***************************
/* MEDIA QUERIES */
/**************************/

/* Max-Width: 991px */

@media (max-width: 991px) {
  #header-section {
    background: linear-gradient(to right, rgba(0,0,0,0.40) 50%, transparent 50%), url(../img/header/living_header_3.jpg) no-repeat bottom left;
    background-size: cover;
  }

  
  .navbar-collapse {
    text-align: center;
    padding-bottom: 20px;
  }

  .header-content h1.display-3 {
    font-size: 3.25rem;
  }

  .header-content h2 {
    margin-top: 15vh;
    font-size: 1.1rem;
  }

  .header-content p {
    font-size: 1rem;
    max-width: 350px;
    margin-bottom: 50px;
  }

  .header-content .btn-header {
    font-size: 0.85rem;
  }

  #about-what-we-do {
    margin-top: 30px;
  }

  #about-what-we-do .info-content {
    padding: 50px 0;
  }

  #about-what-we-do .info-img {
    height: 60vh;
  }

  #about-who-we-are .who-we-are-content ul.display-4 {
    font-size: 3rem;
  }

  #our-services .info-content h2.display-4 {
    font-size: 3rem;
  }

  #contact .info-content {
    padding: 30px;
  }

  footer {
    text-align: center;
  }

  .address-icon i {
    display: none;
  }

  footer .credit {
    text-align: center;
  } 

  
}

/* Max-Width: 767px */

@media (max-width: 767px) {
  #header-section {
    background: linear-gradient(to right, rgba(0,0,0,0.40) 60%, transparent 40%), url(../img/header/living_header_3.jpg) no-repeat bottom left;
    background-size: cover;
  }

  .info-img {
    height: 60vh;
  }

  .info-img img {
    height: 100%;
  }
}

/* Max-Width: 575px */
@media (max-width: 575px) {

  .navbar {
    padding: 0;
  }

  .navbar ul li {
    padding: 0;
  }

  .navbar .dropdown-item {
    text-align: center;
    font-size: 15px;
  }


  div.faqs {
    text-align: center;
  }

  #faq-section h2,
  #services h2,
  #contact-section h2 {
    font-size: 2.5rem;
  }


  #about-what-we-do h2.display-4 {
    font-size: 2.5rem;
  }

  #about-who-we-are h5 {
    font-size: 1rem;
  }

  #about-who-we-are ul {
    font-size: 2rem;
  }

  .info-img {
    height: 40vh;
  }

  .info-img img {
    height: 100%;
  }
}

/* Max-width: 415px */
@media (max-width: 415px) {
  .header-content h1.display-3,
  #about-header-section h1.display-2,
  #contact-header-section h1.display-2 {
    font-size: 4rem;
  }

  .header-content p {
    font-size: 1.15rem;
  }

  .header-content .btn-header {
    font-size: 1rem;
  }

  #info-section h2.display-4 {
    font-size: 3rem;
  }

  #info-section h5 {
    font-size: 1.1rem;
  }

  #contact .info-content {
    padding: 30px 0px;
  }

  .contact-form .row div {
    padding-left: 0;
  }

  .info-content {
    padding: 70px 20px;
  }

  .why-us-col {
    padding: 70px 20px;
  }
}

