@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Roboto:wght@300;400&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
.primary-bg-img{
    background: url('../img/bg/hero--secondary_bg.png') #074C3E;
}
.primary-bg {
    background-color: #000000a6;
}
.secondary-text {
    color: #074C3E;
}
.third-text{
    color: #FCB650;
}
/* .navbar, .footer {
    background-color: #000;
    color: #fff;
} */
.main-content {
    flex: 1; /* Pushes the footer down */
}
.navbar {
    transition: all 0.3s ease;
}
.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #074c3e; /* Change this to match your navbar color */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:#FCB650;
}
.nav-link:focus, .nav-link:hover {
    color: #FCB650;
}
.navbar, .footer{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.btn-primary {
    background-color: #074C3E;
    border: none;
}

.services-container {
    background: url('../img/bg/hero--secondary_bg.png') #074C3E;
    padding: 15px;
    color: #ffffff;
    border-radius: 4px;
    height: 155px;
    transition: transform 0.3s ease;
}
.services-container:hover {
    transform: translateY(-5px);
}
.services-container h4 {
    font-size: 24px;
    color: #FCB650;
}
.services-container img {
    filter: invert(100%);
}
.common-bg{
    background: url('../img/bg/hero--secondary_bg.png') #074C3E;
}
svg#freepik_stories-house-searching:not(.animated) .animable{opacity:0;}svg#freepik_stories-house-searching.animated #freepik--magnifying-glass--inject-86{animation:1.5s Infinite linear floating;animation-delay:0s;}@keyframes floating{0%{opacity:1;transform:translateY(0)}50%{transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}
/* .step {
    position: relative;
    background: url('../img/bg/hero--secondary_bg.png') #074C3E;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
}

.step-number {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    font-weight: bold;
    color: #FCB650;
    opacity: 0.3;
    z-index: 0;
}

.step-content {
    position: relative;
    z-index: 1;
}

.step-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 10px 0;
}

.step-content p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
} */

.step {
    display: flex;
    align-items: center;
    background: url('../img/bg/hero--secondary_bg.png') #074C3E;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
}

/* Step number positioned on the left */
.step-number {
    font-size: 90px;
    font-weight: bold;
    color: #FCB650;
    margin-right: 20px;  /* Space between step number and content */
    flex-shrink: 0;
    /* width: 60px; */
    text-align: center;
}

.step-content {
    flex-grow: 1;
}

.step-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

.step-content p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
}
.bank {
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    border-left: 5px solid #074c3e; /* Default color */
}

.bank_logos .col-md-2:nth-of-type(2n) .bank {
    border-left-color: #d4a017; /* Second color */
}
.bank:hover {
    transform: translateY(-5px);
}
.about-highlight{
height: 90px;
padding: 15px;
}
.about-vm{
    padding: 15px;
    color: #ffffff;
}
.team-member {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.team-member:hover {
    transform: translateY(-5px);
}
.team-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #074c3e;
}
.team-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}
.team-role {
    font-size: 14px;
    color: #777;
}
canvas{
    width:100%;
    height: 300px;
}
/*----------------Services--------------*/
.service-menu {
    background: url('../img/bg/hero--secondary_bg.png') #074C3E;
    border-radius: 8px;
    padding: 15px;
    color: #ffffff;
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 80px; /* Adjust based on your navbar height */
    z-index: 999;
}

.service-menu ul {
    list-style: none;
    padding: 0;
}

.service-menu ul li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
}

.service-menu ul li:hover, .service-menu ul li.active {
    background-color: #074c3e;
    background-image: url(../img/yellow-arrows.png);
    color: #FCB650;
    font-weight: bold;
    border-bottom: solid 1px #FCB650;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 20px;
}
/* .service-menu ul li:hover .service-arrows,
.service-menu ul li.active .service-arrows {
    display: block !important;
    background-image: url('../img/yellow-arrows.png');
} */
.service-arrows{
    height:20px;
    width:auto;
    display: none;
}
.service-details {
    padding: 20px;
    border-left: 2px solid #dddddd4f;
    background: white;
    border-radius: 8px;
}

.service-details .title-arrow {
    max-width: 100px;
    margin-bottom: 15px;
}
.services_imgs{
    width: auto;
    height: 450px;
}

/* This rule applies only for devices with a max-width of 767.98px */
@media (max-width: 767.98px) {
    .service-menu {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 56px; /* Adjust if the navbar height is different on mobile */
        background: url('../img/bg/hero--secondary_bg.png') #074C3E;
        z-index: 999;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%; /* Ensures full width on mobile */
    }

    .service-menu ul {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin: 0;
        justify-content: flex-start; /* Aligns items properly */
    }

    .service-menu ul li {
        display: inline-block;
        padding: 10px 15px;
        white-space: nowrap;
        border-bottom: none;
    }

    .service-menu::-webkit-scrollbar {
        display: none; /* Hide scrollbar on mobile */
    }
}

/* Ensure that the sticky behavior doesn't apply to larger screens */
@media (min-width: 600px) {
    .service-menu {
        position: static; /* Disable sticky for larger screens */
        width: auto; /* Reset width on larger screens */
    }
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: white;
    color: #333;
    border-radius: 50%;
    font-size: 18px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
}

.social-icons a:hover {
    background: #f8b400;
    color: white;
}
