body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.whatsapp-logo {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}

.whatsapp-logo img {
  width: 50px;
}

.o-master-container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.o-master-container-container {
  padding: 0px 20px;
}

.o-main {
    position: relative;
    display: block;
    min-height: 90vh;
}

/* --- */

header {
  background: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.desktop-header {
  display: block;
}

.mobile-header {
  display: none;
}

.desktop-header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    background-color: white;
    color: black;
}

.desktop-header .logo {
  width: 100%;
  max-width: 230px;
}

.desktop-header .navbar ul {
    list-style: none;
    display: flex;
}

.desktop-header .navbar li {
    margin-left: 2em;
    display: inline-block;
    vertical-align: middle;
}

.desktop-header .navbar li img {
  max-width: 22px;
}

.desktop-header .navbar a {
    color: black;
    text-decoration: none;
    font-weight: 600;
}

/* --- */

@media (max-width: 1060px) {
  .hero-section {
      margin-top: 50px !important;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .mobile-header .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      color: black;
  }

  .mobile-header .logo {
    width: 100%;
    max-width: 130px;
  }

  .mobile-header .navbar ul {
      list-style: none;
      display: flex;
  }

  .mobile-header .navbar li {
      margin-left: 15px;
      display: inline-block;
      vertical-align: middle;
  }

  .mobile-header .navbar li img {
    max-width: 22px;
  }

  .mobile-header .navbar a {
      color: black;
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
  }
}

/* --- */

a {
  text-transform: uppercase;
}

.hero-section {
    position: relative;
    color: #fff;
    margin-top: 80px;
}

.hero-section-degrade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.hero-image {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    z-index: 0;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
}

.hero-text p {
  font-size: 1.8em;
  font-weight: 400;
  margin: 10px 0px;
  text-shadow: 0px 0px 9px rgba(0,0,0,0.41);
}

.hero-text h1 {
    font-size: 3em;
    line-height: 1.2em;
    margin: 20px 0px;
    text-shadow: 0px 0px 9px rgba(0,0,0,0.41);
}

.btn {
    padding: 13px 26px;
    text-decoration: none;
    margin-right: 1em;
    border-radius: 30px;
    font-size: 11px;
}

.btn.orange {
    background-color: #FA6703;
    color: #fff;
}

.btn.grey {
    background-color: #3B3A38;
    color: #fff;
}

.about, .objectives, .services, .real-estate, .contact {
    padding: 3em 2em;
    text-align: center;
}

.about {
  max-width: 80%;
  margin: 0 auto;
}

.services {
  background: #F9F9F9;
}

h2 {
  font-size: 3em;
  line-height: 1em;
  margin: 10px 0px;
  font-weight: 900;
}

h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0px 0px;
  text-transform: uppercase;
  font-weight: 400;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #B9B9B9;
  margin: 1em 0;
  padding: 0;
}


ul {
    list-style: none;
    padding: 0;
}

.services-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-description, .service-details {
    width: 30%;
}

.service-image {
    width: 30%;
    display: flex;
    justify-content: center;
}

.service-image img {
    max-width: 100%;
    border-radius: 10px;
}

.left-services, .right-services {
    list-style: none;
    margin-top: 20px;
}

.left-services li, .right-services li {
    margin-bottom: 15px;
}

.left-services .dot {
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.footer-topbar {
  width: 100%;
  height: 10px;
  background: #FA6703;
}

.footer {
    background-color: #232323;
    color: #fff;
    padding: 40px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-left p, .footer-left a {
    margin: 5px 0;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
}

.footer-left a {
  color: white;
  text-decoration: none;
}

.footer-logo {
    width: 100%;
    max-width: 260px;
    margin-bottom: 10px;
}

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

.footer-right h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.footer-right ul {
    list-style: none;
    padding: 0;
}

.footer-right ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
}

.footer-left a,
.footer-right ul li a {
  color: white;
  text-decoration: none;
}

.footer-left a:hover,
.footer-right ul li a:hover {
  text-decoration: underline;
}

.footer-social img {
    width: 30px;
    height: 30px;
}

.footer-social a {
    display: inline-block;
    text-decoration: none;
}

.footer-copyright {
  width: 100%;
  padding: 2px 0px;
  background: #4F4F4F;
  color: #7C7C7C;
  text-align: center;
}

.footer-copyright a {
  color: #7C7C7C;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-left, .footer-right, .footer-social {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .footer {
        padding: 20px;
    }

    .footer-left p, .footer-right ul li {
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer-right h3 {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* -------------------- */

.container {
            max-width: 1000px;
            margin: 0 auto;
            display: flex;
            justify-content: space-evenly;
            align-items: stretch;
        }
        .column {
            flex-basis: 30%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .left-column {
            align-items: flex-end;
            text-align: right;
        }
        .image-column {
            flex-basis: auto;
            text-align: center;
            padding: 20px;
        }
        .container img {
          width: 100%;
          max-width: 250px;
            height: auto;
        }
        .container ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .container li {
            position: relative;
            font-size: 14px;
            display: flex;
            align-items: center;
        }
        .container li:not(:last-child) {
          margin-bottom: 30px;
        }
        .container li::before {
            content: "";
            background-color: #ff6600;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            display: inline-block;
            flex-shrink: 0;
        }
        .left-column li {
            flex-direction: row-reverse;
            justify-content: flex-start;
        }
        .left-column li::before {
            margin-left: 10px;
        }
        .right-column li::before {
            margin-right: 10px;
        }
        .highlight {
            font-size: 16px;
            font-weight: bold;
        }
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }
            .column, .image-column {
                flex-basis: 100%;
                margin-bottom: 20px;
            }
            .image-column {
                order: -1;
            }
            .left-column {
                align-items: flex-start;
                text-align: left;
            }
            .left-column li {
                flex-direction: row;
                justify-content: flex-start;
            }
            .left-column li::before {
                margin-right: 10px;
                margin-left: 0;
            }
        }

        .contact-form {
            width: 100%;
            max-width: 800px;
            margin: 20px auto;
            background-color: #fff;
            padding: 10px;
        }

        .form-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .form-row.full-width {
            flex-direction: column;
        }

        .form-row textarea {
          resize: none;
        }

        .form-row input, .form-row textarea {
            width: 46%;
            padding: 10px;
            font-size: 16px;
            border: 1px solid #000;
            font-family: inherit !important;
        }

        .form-row *:active,
        .form-row *:focus {
          border: 1px solid #000;
          border-radius: 0;
          outline: none;
        }

        .form-row.full-width textarea {
            width: calc(100% - 20px);
            height: 150px;
        }

        .form-row.full-width button {
            width: 200px;
            padding: 10px;
            background-color: #fff;
            color: #000;
            font-size: 16px;
            border: 1px solid #000;
            cursor: pointer;
        }

        .form-row.full-width button:hover {
            background-color: #f4f4f4;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .form-row {
                flex-direction: column;
            }

            .form-row input:first-child {
              margin-bottom: 15px;
            }

            .form-row input, .form-row textarea {
                width: calc(100% - 20px);
                padding-right: 0px;
            }
        }

/* --- */

@media (max-width: 830px) {
  .hero-text {
    width: 90%;
  }

  .hero-text p {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-text h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .hero-buttons a {
    display: block;
    margin: 15px 0px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    font-size: 22px;
    line-height: 20px;
  }

  .footer-right h3 {
    line-height: 30px;
  }
}

/* --- */

.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: rgba(0,0,0,0);
    border: 0;
    margin: 0;
    overflow: visible;
    margin-top: -8px
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after {
    background-color: #FA6703;
}

.hamburger-box {
    width: 30px;
    height: 21px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 5px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::before,.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -9px
}

.hamburger-inner::after {
    bottom: -9px
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top .075s .12s ease,opacity .075s ease
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .075s ease,opacity .075s .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

/* --- */

.c-mobile-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 80px 0px;
    background-color: rgba(255,255,255,.95);
    z-index: 8;
    transition: all .25s ease-in-out;
    opacity: 0;
    pointer-events: none
}

.c-mobile-nav.not-visible {
    display: none
}

.c-mobile-nav.visible {
    opacity: 1;
    pointer-events: all
}

.c-mobile-nav .row {
    height: 80vh
}

.c-mobile-nav_links {
    width: 100%
}

.c-mobile-nav_links a {
    display: block;
    margin: 10px 16px 10px 0px;
    font-weight: lighter;
    font-size: 24px;
    text-align: right;
    color: #000;
    text-decoration: none;
    transition: all .25s ease-in-out
}

.c-mobile-nav_links a img {
  max-width: 30px;
}

.c-mobile-nav_links a.active,.c-mobile-nav_links a:hover {
    color: #FA6703;
}
