@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);

.cta-section,
.hero,
.map-section {
    text-align: center
}

.logo-name,
.navbar-brand {
    font-size: 20px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    box-sizing: border-box
}

body,
html {
    overflow-x: hidden
}

select {
    color: #999
}

body {
    background-color: #f8f9fa
}

.navbar-nav {
    font-family: Outfit, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-right: 100px;
    font-size: 17px
}

.hero {
    background: linear-gradient(to right, #ffde59, #e8b42f);
    padding: 80px 0;
    margin-top: 50px
}

.contact-form,
.info-box {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.btn-yellow,
.btn-yellow:hover {
    background-color: #e8b42f
}

.hero h2 {
    font-weight: 700;
    font-size: 2.5rem
}

.hero p {
    color: #333;
    max-width: 600px;
    margin: 10px auto 0
}

.info-box i,
.nav-hover:hover,
.social-icon:hover {
    color: #e8b42f
}

.contact-form {
    padding: 30px;
    margin-bottom: 30px
}

.form-control {
    transition: .3s linear;
    border-color: #ffeda3
}

.form-control:focus {
    box-shadow: none;
    border-color: #e8b42f;
    transition: .2s linear
}

.info-box {
    padding: 30px
}

.info-box i {
    margin-right: 10px
}

.btn-yellow {
    color: #000;
    font-weight: 600
}

.headingfont,
.logo-name {
    font-weight: 700
}

.headingfont,
.subheadingfont,
.textfont {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-style: normal
}

.navbar-brand span {
    color: #e8b42f;
    font-weight: 800
}

#message-popup-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 1s
}

#popup-card,
.popup-consult-btn {
    transition: .3s
}

#message-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

#popup-card {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 280px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none
}

#popup-card.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.popup-consult-btn:hover {
    background-color: #fff !important;
    color: #e8b42f !important
}

.footer {
    background-color: #fff;
    color: #333;
    font-size: 14px
}

.footer-link {
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: .5rem;
    transition: color .3s
}

.textcolour,
.textfont a {
    color: #636363
}

.footer-link:hover {
    color: #e8b42f;
    text-decoration: none
}

.social-icon {
    font-size: 1.1rem;
    transition: color .3s
}

.btn-warning,
input.form-control {
    border-radius: 0
}

.subheadingfont {
    font-weight: 500
}

.textfont {
    font-weight: 400
}

.textfont a {
    text-decoration: none;
    transition: .3s linear
}

.textfont a:hover {
    color: #e8b42f;
    transition: .2s linear
}

/* ---- CTA Section (Desktop + Android Parallax) ---- */
.cta-section {
  background: url("https://res.cloudinary.com/de7y9vclv/image/upload/v1760365760/interior_butr8h_pui9xu.webp")
    center/cover no-repeat fixed;
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

@supports (-webkit-touch-callout: none) {
  .cta-section {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}


.btn-warning,
.btn-warning:hover {
    background-color: #e8b42f;
    color: #fff
}

.cta-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 10px 20px;
    transform: translateY(30px);
    transition: .8s ease-out
}

.cta-buttons .btn {
    margin: 10px;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 500
}

.btn-warning {
    border: none
}

.btn-outline-light {
    border: 1px solid #fff;
    color: #fff
}

.btn-outline-light:hover {
    background: #fff;
    color: #000
}

#navbarNav.collapse {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .35s, opacity .3s
}

#navbarNav.collapse.show {
    height: auto;
    opacity: 1
}

@media (min-width:992px) {
    #navbarNav.collapse {
        height: auto !important;
        opacity: 1 !important;
        overflow: visible !important;
        transition: none !important
    }

    .footer .col-md-3:nth-child(2) {
        padding-left: 3rem
    }
}

@media (prefers-reduced-motion:reduce) {
    #navbarNav.collapse {
        transition: none
    }
}

@media (min-width:1200px) {
    .footer .col-md-3:nth-child(2) {
        padding-left: 4rem
    }
}

@media (min-width:992px) {
    .footer .col-lg-3 {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (max-width:768px) {

    .logo-name,
    .navbar-brand {
        font-size: 14px
    }

    .navbar-toggler {
        padding: 2px 6px;
        font-size: .8rem
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px
    }

    .map-section {
        padding: 20px 5px
    }

    .info-box {
        padding: 20px
    }

    .info-box p {
        font-size: 13px
    }

    .footer .col-12 {
        text-align: left !important
    }
}