@charset "UTF-8";
/*
Theme Name: Futurecareersme
Theme URI: https://futurecareersme.com/
Author: Maaz Hafeez
Author URI: https://futurecareersme.com/
Description: Description.
Tags: Tages
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 1.23
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
@media (min-width: 768px) {
    .blog2-box .image{
        max-height: 295px;
    }
    .service3 .service3-box{
        min-height: 345px;
    }
}
.text-color *{
    color: #fff !important;
}
.slick-slide{
    margin: 0px 8px;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: #fff;
    padding: 15px 20px;
    font-size: 15px;
    text-align: center;
    z-index: 9999;
}
.cookie-banner a {
    color: #00bcd4;
    margin: 0 10px;
    text-decoration: underline;
}
.cookie-banner button {
    background: #00bcd4;
    color: #fff;
    border: none;
    padding: 8px 16px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
}
.hero-default {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.8)),
    url('/wp-content/themes/futurecareersme/assets/img/our-network.webp');
   
}

.hero-section-1 {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.8)),
    url('/wp-content/themes/futurecareersme/assets/img/find-top-talent.webp');
   
}


.hero-section-2 {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.8)),
    url('/wp-content/themes/futurecareersme/assets/img/explore-opportunities.webp');
  
}
.hero-section-blog {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.8)),
    url('/wp-content/themes/futurecareersme/assets/img/blog.webp');
  
}
.hero-section-about {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.8)),
    url('/wp-content/themes/futurecareersme/assets/img/about-us-page.webp');
  
}
.hero-section-contact {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.8)),
    url('/wp-content/themes/futurecareersme/assets/img/contact-us.webp');
  
}

.hero-section {
 
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
}




.value-card {
    border-left: 4px solid var(--secondary);
    transition: transform 0.3s;
}
.value-card:hover {
    transform: translateY(-10px);
}
.process-step {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
}
.process-step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}
.testimonial-card {
    background: var(--light);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}
.client-logo {
    height: 60px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s;
}
.client-logo:hover {
    filter: grayscale(0);
    opacity: 1;
}
.comparison-table th {
    background: var(--primary);
    color: white;
}
.case-study-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
}
.case-study-card:hover {
    transform: translateY(-5px);
}
.cta-section {
    background: linear-gradient(135deg, var(--primary), #004080);
    color: white;
}
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-primary:hover {
    background-color: var(--primary);
    color: white;
}
.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}