@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);
@import url(https://fonts.cdnfonts.com/css/agraham);
@import url(https://db.onlinewebfonts.com/c/e37c5bb24acd803973c692c8c59a6230?family=Benzin-Bold);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.LearnMore-New a,
.company-link,
.footer-link,
.footer-link:hover,
.learn-more a,
.textfont a {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    box-sizing: border-box
}

body,
html {
    overflow-x: hidden
}

.navbar-nav {
    font-family: Outfit, sans-serif;
    font-weight: 400;
    padding-right: 100px;
    font-size: 17px
}

.hero-section {
    position: sticky;
    background: url("https://res.cloudinary.com/de7y9vclv/image/upload/v1756832949/construction-site_oqzymy_ewl3ce.webp") center/cover no-repeat fixed;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 1
}

.herotext {
  font-size: 3.5rem;
  position: relative;
  z-index: 1;
}

@supports (-webkit-touch-callout: none) {
  .hero-section {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}

@media (max-width: 768px) {
  .herotext {
    font-size: 2.6rem;
  }
}

@media (min-width: 1200px) {
  .herotext {
    font-size: 4rem;
  }
}

@media (min-width: 2560px) {
  .herotext {
    font-size: 8rem;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .herotext {
    font-size: 2rem;
  }
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 0
}

.hero-section .container {
    position: relative;
    z-index: 2
}

.btn-luxury {
    background-color: #e8b42f;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 30px;
    transition: .4s ease-in-out;
    box-shadow: 0 4px 15px rgba(255, 165, 0, .4)
}

.about-section,
.btn-luxury:hover {
    background-color: #fff
}

.info-card,
.timeline-content {
    transition: transform .3s, box-shadow .3s
}

.btn-luxury:hover {
    color: #e8b42f;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(255, 165, 0, .6)
}

.info-card {
    background-color: #f8f9fa;
    flex: 1 1 180px;
    min-width: 180px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1)
}

.icon {
    font-size: 2rem
}

.journey-section {
    background: #fff;
    padding: 100px 20px;
    text-align: center
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto
}

.timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background: linear-gradient(to bottom, #e8b42f, #e8b42f);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0
}

.timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
    text-align: center;
    z-index: 1
}

.timeline-item.left {
    left: 0
}

.timeline-item.right {
    left: 50%
}

.timeline-content {
    background: #fff;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
padding-left: 29px;
    padding-right: 2px;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;

}

.timeline-content p {
    line-height: 1.6;
    justify-content: center;
    text-align:left;

}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.btn-outline-dark:hover,
.btn-primary:hover {
    transform: translateY(-3px);
    background-color: #e8b42f
}

.timeline-dot {
    position: absolute;
    top: 20px;
    right: -22px;
    width: 44px;
    height: 44px;
    background-color: #e8b42f;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-weight: 700;
    font-size: .9rem;
    z-index: 2;
    box-shadow: 0 0 0 4px #fff
}

.timeline-item.right .timeline-dot {
    left: -22px;
    right: auto
}

.logo-name,
.navbar-brand {
    font-size: 20px
}

.btn-warning,
input.form-control {
    border-radius: 0
}

.btn-outline-dark,
.btn-primary {
    padding: 12px 25px;
    font-weight: 500;
    transition: .3s
}

.cta-section h2,
.headingfont,
.logo-name {
    font-weight: 700
}

.cta-section::before {
    content: "";
    inset: 0
}

.cta-section .container {
    position: relative;
    z-index: 1
}

.cta-section h2 {
    font-size: 2.2rem;
    margin-bottom: 15px
}

.cta-section .subtitle {
    color: #fff;
    font-size: 1rem
}

.btn-primary {
    background-color: #e8b42f;
    border: none;
    border-radius: 8px;
    color: #fff
}

.btn-outline-dark {
    border: 1px solid #999;
    color: #333;
    border-radius: 8px;
    background: #fff
}

.btn-outline-dark:hover {
    color: #fff;
    border-color: #e8b42f
}

.navbar-brand span {
    color: #e8b42f;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.LearnMore-New a,
.learn-more a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;
    padding-bottom: 3px
}

.company-link:hover,
.company-name .ember,
.learn-more a,
.nav-hover:hover,
.social-icon:hover,
.themecolor {
    color: #e8b42f
}

.textcolour,
.textfont a {
    color: #636363
}

#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
}

.headingfont,
.subheadingfont,
.textfont {
    font-family: Montserrat, sans-serif
}

.subheadingfont {
    font-weight: 500
}

.textfont {
    font-weight: 400
}

.section-title {
    font-weight: 700;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 60px
}

.section-description {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto 90px;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.9
}

.LearnMore-New a:hover::after,
.card-custom:hover .LearnMore-New a::after,
.learn-more a:hover::after,
.table-style {
    width: 100%
}
.card-text{
    font-size: 0.9rem;
    color: #636363;
    margin-top: 10px;
}
.card-custom{
    height: 100%;
}
.row-style {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding: 30px 0
}

.company-name {
    flex: 0 0 25%;
    max-width: 25%;
    font-weight: 700;
    font-size: 2rem
}

.company-name .name {
    color: #000
}

.company-description {
    flex: 0 0 75%;
    max-width: 75%;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    padding-left: 25px
}

.learn-more a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #e8b42f;
    transition: width .4s
}

@media (max-width:767.98px) {

    .company-description,
    .company-name {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0
    }

    .company-name {
        font-size: 1.1rem
    }

    .company-description {
        font-size: .9rem;
        margin-top: 8px
    }
}

.company-link {
    color: inherit;
    font-weight: 700;
    transition: color .3s
}

.counter::after {
    content: "+"
}

#coun-num {
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #e0e0e005;
    border-radius: 20px;
    padding: 15px 20px;
    margin: 0 auto
}

.textfont a {
    transition: .3s linear
}

.textfont a:hover {
    color: #e8b42f;
    transition: .2s linear
}

.card-custom {
    position: relative;
    border-radius: 20px;
    transition: transform .5s, box-shadow .5s;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    overflow: hidden
}

.card-custom:hover {
    transform: perspective(800px) rotateY(5deg) scale(1.03);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15)
}
.card-customright:hover {
    transform: perspective(800px) rotateY(-5deg) scale(1.03);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15)
}
.card-custommid:hover{
transform: scale(1.03);

}

.card-custom img {
    max-width: auto;
    height: auto
}

.card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: auto
}

.LearnMore-New a {
    color: #e8b42f;
    z-index: 3;
    pointer-events: auto
}

.LearnMore-New a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #e8b42f;
    transition: width .4s
}

/* ---- CTA Section ---- */
.cta-section {
  background: url("https://res.cloudinary.com/de7y9vclv/image/upload/v1756832976/florian-schneider-mf-sZwGMpws-unsplash_lnmiw4_s0ziop.svg")
    center/cover no-repeat fixed;
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: 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;
}

/* iPhone Safari fix */
@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
}

.footer {
    background-color: #fff;
    color: #333;
    font-size: 14px
}

.footer-link {
    color: #333;
    display: block;
    margin-bottom: .5rem;
    transition: color .3s
}

.footer-link:hover {
    color: #e8b42f
}

.social-icon {
    font-size: 1.1rem;
    transition: color .3s
}

#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) {
    .timeline::after {
        left: 8px;
        transform: none
    }

    .timeline-item {
        width: 100%;
        padding-left: 30px;
        padding-right: 15px
    }

    .timeline-item.right {
        left: 0
    }

    .timeline-dot {
        left: -8px !important;
        right: auto
    }

    .navbar-brand {
        font-size: 14px
    }

    .navbar-toggler {
        padding: 2px 6px;
        font-size: .8rem
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px
    }

    .footer .col-12 {
        text-align: left !important
    }
}

.surrani {
    font-family: Agraham, sans-serif
}

.runitremote {
    font-family: Benzin-Bold, sans-serif;
    font-weight: 900
}
