header .navbar-brand {
    margin-right: 0;
    vertical-align: middle;
    padding: 10px;
    background-color: #fff;
    display: inline-block;
    font-size: 0;
}

header .navbar-brand img {
    max-height: 70px;
}

header .header-top-bar+.navbar.disable-fixed {
    background: #fff;
    border-top: 1px solid #dbdbdb !important;
}


.navbar .navbar-nav .nav-link {
    color: #fff;
}

.sticky-nav {
    transition: all 0.5s ease-in-out;
}

.table-and-up-hidden {
    display: none;
}

.hidden-phone {
    display: block;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.sticky .navbar-nav .nav-link,
.sticky .header-icon .icon>a {
    color: #000 !important;
}

.financial-strategy {
    max-width: 1440px;
    margin: 0 auto;
}

.btn-main {
    color: #fff;
    background-color: #61afb7;
}

.team-box {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.team-box img {
    width: 50px;
}

footer {
    background-color: #5cb7c06b;
}

footer a {
    color: #000 !important;
}

.vision-img {
    width: 70px;
}

.map-container {
    margin: 50px 0;
    width: 100%;
    height: 80vh;
    border: 2px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.second-bg {
    background-color: #f3f3f3;
}

.image-container2 {
    position: relative;
    overflow: hidden;

}

.image-container2 img {
    width: 100%;
    display: block;
}

.image-overlay {
    position: absolute;
    background-color: #122b3e;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: white;
    text-align: center;
    font-size: 16px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-overlay p {
    font-size: 1.5rem;
    margin: 0;
    position: relative;
    font-weight: 500;
}

.image-overlay3 {
    position: absolute;
    background-color: #122b3e;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: white;
    text-align: center;
    font-size: 16px;
    /* height: 60px; */
}

.image-overlay3 p {
    font-size: 1.3rem;
    margin: 0;
    position: relative;
    font-weight: 500;
}

.image-container {
    overflow: hidden;
}

img {
    transition: transform 0.6s ease-in-out;
}

.image-overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 16px;
    background: none;
    backdrop-filter: none;
}

.image-overlay2 p {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 500;
}

.section-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.custom-card {
    width: 290px;
    height: 180px;
    text-align: center;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.custom-card:hover {
    border-color: #007bff;
    box-shadow: 0px 4px 8px rgba(0, 123, 255, 0.2);
}

.icon-placeholder {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: bold;
}

.inner-bg {
    height: 80vh;
}


#dynamics-section {
    margin-top: -150px;
}

.hidden-phone {
    display: block;
}

.subHeading {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
}

.subHeading-with-bg {
    font-weight: 600;
    color: #fff;
    background-color: #61afb7;
    display: inline-block;
    padding: 0 10px;
}

.section7 {
    background: url(/images/join-us.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 70vh;
    background-position: right
}

.jointm h4 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;

}

#Join-the-team {
    display: flex;
    align-items: center
}

.jointm {
    padding-left: 80px;
    max-width: 560px
}

.jointm p {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding-bottom: 0
}

.jointm .joinus-btn a {
    text-align: left;
    background-color: #61afb7;
    padding: 11px 25px;
    color: #fff;

}

#real-estate {
    background-image: url('/images/Real-estate-building_2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 0;
}

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

.parent {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.bg-one {
    background-image: url(/images/Urbanization-Population-Growth.jpg)
}

.bg-two {
    background-image: url(/images/Global-transit-Hub.jpg)
}

.bg-three {
    background-image: url(/images/Business-activity.jpg)
}

.bg-four {
    background-image: url(/images/Commercial-spaces.jpg)
}

.bg-five {
    background-image: url(/images/mixed-use.jpg)
}

.bg-six {
    background-image: url(/images/Senior-living.jpg)
}

.hm-bg-one {
    background-image: url(/images/Mining_3.jpg)
}

.hm-bg-two {
    background-image: url(/images/Semiconductors.jpg)
}

.hm-bg-three {
    background-image: url(/images/Real-estate.jpg)
}

.hm-bg-four {
    background-image: url(/images/Veterinary-Pharmaceuticals.jpg)
}

.hm-bg-five {
    background-image: url(/images/Snack-Food-Products.jpg)
}


.business-secsl .parent img {
    width: auto;
    margin: 0 auto
}

.parent .bus-con p {
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 2rem;
    margin: 0;
    font-weight: 500;
    width: 100%;
    text-align: center;
}


.parent .bus-con {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    transition: ease all .6s;
    padding: 5px;
    height: 80px;
}



.parent:hover .bus-con {
    padding-top: 8px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;}

.parent .bus-con .banner-btn {
    max-width: 135px;
    text-align: center;
    margin: 0px auto 0
}

.parent .bus-con .overlay-content,
.parent .bus-con img {
    display: none;
}
.parent .bus-con .overlay-content a{
    padding: 7px;
}
.parent:hover .bus-con .overlay-content,
.parent:hover .bus-con img {
    display: block;

}
.parent:hover .bus-con img {
    display: block;
    width: 70px;
    height: 70px;
}

.parent:focus .child:before,
.parent:hover .child:before {
    display: block
}

.child:before {
    content: "";
    display: block;
    height: 85px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #122b3e96;
    /* background-color: rgb(24 30 20 / .8) */
}

.parent:hover .child:before {
    height: 100%;
    top: 0
}

.parent:focus p,
.parent:hover p {
    display: block
}

.parent .bus-con .banner-btn img {
    display: inline-block;
    margin: inherit
}

.vet-pharm-sec1 {
    padding-top: 0px !important;
}

.vet-pharm-sec1 h4 {
    background: #17333e;
    padding-bottom: 130px;
    padding-top: 20px;
}

.vet-pharm-sec1 .image-sections {
    margin-top: -150px;
    z-index: 1;
    position: relative;
}

.vet-pharm-sec1 .image-sections img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.rave-group-investment .invest-div {
    margin: 20px auto;
    background: url("../images/Pharma-middle.jpg") no-repeat center center;
    background-size: cover;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0.8;
}
.invest-div {
    position: relative;
    padding: 20px; /* Adjust as needed */
    background: url('/images/background.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

/* Overlay using ::before */
.invest-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Black overlay with 60% opacity */
    z-index: 1;
}

/* Ensure content is above the overlay */
.invest-text,
.invest-button {
    position: relative;
    z-index: 2;
    color: white; /* Ensure text is readable */
}

/* Button Styling */
.invest-button .btn {
    background-color: #ff9800;
    color: white;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.invest-button .btn:hover {
    background-color: #e68900;
}

.rave-group-investment .invest-button {
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
}

.rave-group-investment .invest-button a {
    background-color: #61afb7;
    color: white;
    font-weight: 500;
    line-height: 10.78px;
    text-align: center;
}

.rave-group-investment .invest-div .invest-text {
    width: 70%;
}

.market-opp-vet h5 {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0px !important;
    padding: 10px;
    background: #17333e;
}

.market-opp-vet .image-sections {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}

.d-none-desktop {
    display: none !important;
}

.d-none-mobile {
    display: flex !important;
}

.snack-food-page .custom-reverse {
    flex-direction: row-reverse;
}

.snack-food-market {
    display: flex;
    padding: 0px !important;
    background: #ededed;
    border-radius: 0px;
    overflow: hidden;

}

.snack-food-market-section {
    display: flex;
    justify-content: center;

}

.snack-food-content {
    padding: 30px;
    border: 15px solid #2E6166;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;

}

.snack-food-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.snack-food-desc {
    font-size: 16px;
    margin-bottom: 20px;
}

.snack-food-trends {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    gap: 10px;
    padding-left: 20px;
}

.trend-item {
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.trend-icon {
    width: 80px;
    height: 80px;
    background: #2E6166;
    margin: 5px;
    border-radius: 6px;
}

.trend-icon img {
    filter: invert(100%);

}

.trend-text {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0px;
}

.snack-food-image {
    width: 40%;
    display: flex;
    justify-content: flex-end;


}

.snack-food-image img {
    width: 100%;
    object-fit: cover;

}



.snack-section3-market {


    text-align: center;
}

.snack-section3-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.snack-section3-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.snack-section3-circles {
    display: flex;
    align-items: center;
    gap: 0px;
    flex: 1;
    width: 60%;
    justify-content: center;
}

.snact-section3-desc {
    width: 40%;
    text-align: left;
}

.circle {
    border-radius: 50%;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    padding: 4px;
}

.circle-global {
    width: 360px;
    height: 360px;
    font-size: 26px;
    background: #5ba5b2;
    font-weight: 400 !important;
}

.circle-uae {
    width: 360px;
    height: 360px;
    background: #245b5e;
    font-size: 26px;
    margin-left: -50px;
    color: white
}

.circle-text {
    font-weight: 500;
    margin-bottom: 5px;
}

.circle-value {
    margin: 0px !important;
    font-weight: 600;
}

.circle-value span {
    font-weight: 400;
}

.circle-subtext {
    margin: 0px !important;
    font-weight: 00;
}

.snack-section3-text {
    flex: 1;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}

.snack-food-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.snack-food-content h2 {
    margin-bottom: 10px !important;
}

.semiconductor-market {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.semiconductor-market h4 {
    font-size: 24px;
    width: fit-content;
    background: #483E3E;
    padding: 20px;
}

.vet-pharm-sec1 .image-sections2 {
    margin-top: -122px;
    z-index: 1;
    position: relative;
}

.vet-pharm-sec1 .image-sections2 img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.mining-1st-section {
    background: url("../images/Bg-image-mining.jpg") no-repeat center center;
    background-size: cover;
}

.mining-hr {
    width: 60%;
    color: #000000;
}
.section7 {
    position: relative;
    background: url(/images/join-us.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 70vh;
    background-position: right;
    background-color: black;
}

.section7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
}

/* Ensure content is above the overlay */
.section7 > * {
    position: relative;
    z-index: 2;
}
.home-services .image-container2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%; /* Adjust as needed */
    max-width: 400px; /* Adjust as needed */

}
.home-services .image-container2:hover .image-text{
    display: none;
}
/* Image should take full width */
.home-services  .image-container2 img {
    width: 100%;
    display: block;
  
    
}

/* Always visible text on image */
.home-services .image-text {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.5rem;
    margin: 0;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

/* Initially, overlay is above the image and transparent */
.image-overlay2 {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: top 0.5s ease-in-out;
    color: white;
    text-align: center;
    opacity: 0;
}

/* Hover effect: Overlay moves down and covers the image */
.image-container2:hover .image-overlay2 {
    top: 0;
    opacity: 1;
}

.image-overlay2  img{
    width:70px;
    height: 70px;
}
/* Styling overlay content */
.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.overlay-content i {
    font-size: 30px;
}

.overlay-content h3 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 500;
    line-height: 2.125rem;
}

.overlay-link {
    color: white;
    text-decoration: none;
    background: #ff9800;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background 0.3s;
}

.overlay-link:hover {
    background: #e68900;
}
.strategic-innovation-home .image-box{
    display: flex;
    justify-content:flex-end;
}
.strategic-innovation-home .image-box img{
  padding-right:30px;
}

.growth-partner-home-image-box{
    display: flex;justify-content: flex-end;padding-right: 40px;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
  color: white;
}
.navbar {
    width:100vw;
}
html{
    overflow-x: hidden;
}
@media (max-width: 767px) {
    .growth-partner-home-image-box{
        display: flex;justify-content: center;padding-right: 0px;
    }
    .navbar .navbar-nav  .nav-link {
        color: black;
      }
     .image-overlay2 {
        top: 0;
        opacity: 1;
    }
    .strategic-innovation-home .image-box img{
        padding-right: 0px;
    }
    .strategic-innovation-home .image-box{
        justify-content: center;
    }
    .custom-card {
        width: 100%;
    }

    #dynamics-section {
        margin-top: 0px;
    }

    .inner-bg {
        height: 60vh;
    }

    .hidden-phone {
        display: none;
    }

    .table-and-up-hidden {
        display: block;
    }


    .vet-pharm-sec1 h4 {
        background: #17333e;
        padding-bottom: 16px;
        margin: 0px 0px 10px 0px !important;
    }

    .vet-pharm-sec1 .row {
        margin: 0px !important;
        padding: 0px !important;
    }

    .vet-pharm-sec1 p {
        text-align: justify;
    }

    .vet-pharm-sec1 h5 {
        text-align: center;
    }

    .rave-group-investment .invest-div {
        flex-direction: column !important;
        padding: 20px;
    }

    .rave-group-investment .invest-button {
        width: 100% !important;
    }

    .rave-group-investment .invest-div .invest-text {
        width: 100% !important;
    }

    .d-none-desktop {
        display: block !important;
    }

    .d-none-mobile {
        display: none !important;
    }

    .snack-food-market {
        flex-direction: column-reverse;
    }

    .trend-text {
        font-size: 13px;
    }

    .snack-food-image {
        width: 100%;
        height: 330px;
    }

    .snack-food-page h2,
    .snack-food-market-section h2 {
        text-align: center;
    }

    .snack-food-trends {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;

    }

    .snack-food-content {
        padding: 10px;
    }

    .trend-item {
        width: 33%;
    }

    .snack-section3-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .snack-section3-text {
        text-align: center;
        margin-top: 20px;
    }

    .snack-section3-circles {
        flex-direction: row;
        width: 100%;
        margin-bottom: 20px;

    }

    .circle-global,
    .circle-uae {
        width: 200px;
        height: 200px;
        font-size: 16px;
    }

    .snact-section3-desc {
        width: 100%;

    }

    .semiconductor-market h4 {
        font-size: 24px;
        width: fit-content;
        background: #483E3E;
        padding: 20px;
    }

    .jointm {
        padding-left: 0;
    }
}