/*
Theme Name: royalspot Child
Theme URI: https://royalspot.ae/
Template: generatepress
Author: Ali Afroze
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.5.1.1743873921
Updated: 2025-04-05 17:25:21

*/

.into_full_size img {
    width: 100%;
}

li.Quote-class a {
    background-color: #203864;
    color: white !important;
    border-radius: 7px;
    padding: 13px 30px !important;
}

li.Quote-class a:hover {
    background-color: #c00000;
    color: white !important;

}

#header-id {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    transition: all 0.3s ease;
    z-index: 999;
    padding: 10px 0;
}

#header-id.shrink {
    padding: 5px 0;
}

#logoid img {
    max-height: 60px;
    width: auto;
    transition: all 0.3s ease;
    display: block;
}

#header-id.shrink #logoid img {
    max-height: 40px;
}

.acf-header-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 20px;
    color: white;

    margin-top: 70px;
    overflow: hidden;
}

.acf-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* black overlay */
    z-index: 1;
    pointer-events: none;
    /* let clicks go through */
}

.inner-content-header-bg {
    position: relative;
    z-index: 2;
    max-width: 90%;

}

.opportunity-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.opportunity-table th,
.opportunity-table td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
}

.job-title-cell a {
    font-weight: bold;
    color: #de0000;
    text-decoration: none;
}

.job-title-cell a:hover {

    color: #c00000;

}


#opportunity-search-wrapper input,
#opportunity-search-wrapper select,
#opportunity-search-wrapper button {
    margin: 10px 5px;
    padding: 8px;
}




.grid-container {
    max-width: 90%;


}


section#header-id .elementor-container,
section#footer-id .elementor-container {
    max-width: 90%;
}


@media screen and (min-width: 2400px) {
    .grid-container {
        max-width: 65%;
    }

    section#header-id .elementor-container,
    section#footer-id .elementor-container {
        max-width: 65%;
    }

    .inner-content-header-bg {
        position: relative;
        z-index: 2;
        max-width: 65%;

    }

}




/* Style each service column */
section#services-id .elementor-inner-column {
    background: #fff;
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    margin: 0px 5px;
}

/* Hover effect */
section#services-id .elementor-inner-column:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

section#services-id .elementor-column .voidcol {
    box-shadow: none !important;
}

.management-card img {
    width: 100%;
    border-radius: 8px;
}