@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');

:root{
    --implats-primary:#004282;
    --implats-primary-dark:#003366;
    --implats-secondary:#00559f;
    --implats-grey:#A2AAB2;
    --implats-dark-grey:#6D6E72;
    --implats-light:#F4F6F8;
    --implats-turquoise:#00B0C7;
}

html,
body{
    font-family:'Roboto', sans-serif !important; 
       color: rgb(76, 77, 79);
	    font-style: normal;
    font-weight: 300;
	font-size: 1rem;
    overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family:'Roboto', sans-serif;
    font-weight:500;
    letter-spacing:-0.02em;
}

.banner-tag,
.section-tag{
    font-family:'Roboto', sans-serif;
    font-weight:500;
    letter-spacing:2px;
  
}

.banner-content p,
.feature-card p,
.evp-section p,
.careers-cta p{
    font-weight:300;
    line-height:1.8;
}

.btn,
.btn-careers{
    font-family:'Roboto', sans-serif;
    font-weight:500;
}

/* ==========================================
   HERO BANNER
========================================== */

.careers-hero{
    position:relative;
}

.careers-hero .carousel-item{
    height:550px;
}

.careers-hero .carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.banner-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
}

.banner-content{
    max-width:500px;
    padding:60px;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,0.90) 0%,
        rgba(0,0,0,0.75) 60%,
        rgba(0,0,0,0) 100%
    );
    color:#fff;
}

.banner-tag{
    display:inline-block;
     color:var(--implats-turquoise);
    font-size:13px;
    letter-spacing:2px;
    font-weight:600;
    margin-bottom:15px;
}

.banner-content h1{
    font-size:3.5rem;
    font-weight:500;
    line-height:1.05;
    letter-spacing:-0.03em;
    margin-bottom:20px;
}

.banner-content p{
    font-size:1.1rem;
    margin-bottom:30px;
}

.btn-careers{
    background:var(--implats-primary);
    color:#fff;
    padding:14px 30px;
    border-radius:40px;
    transition:all .3s ease;
}

.btn-careers:hover{
        background:var(--implats-primary-dark);
    color:#fff;
    text-decoration:none;
}

.carousel-control-prev,
.carousel-control-next{
    width:70px;
}

.carousel-indicators li{
    width:12px;
    height:12px;
    border-radius:50%;
}

/* ==========================================
   EVP SECTION
========================================== */

.evp-section{
    padding:50px 0;
}

.section-tag{
    color:var(--implats-primary);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.evp-section h2,
.why-work h2,
.career-pathways h2,
.careers-cta h2{
	    color:var(--implats-primary);
    font-size:2rem;
    font-weight:500;
    line-height:1.1;
    margin:15px 0 25px;
}
.careers-cta2 h2{
	    color:#fff;
    font-size:2rem;
    font-weight:500;
    line-height:1.1;
    margin:15px 0 25px;
}
.latest-opportunities h2{
	    color:var(--implats-primary);
    font-size:2rem;
    font-weight:500;
    line-height:1.1;
    margin:15px 0 25px;
}

/* ==========================================
   WHY WORK WITH US
========================================== */

.why-work{
    background:#f8f9fa;
    padding:50px 0;
}

.feature-card{
    background:#fff;
    padding:40px;
    height:100%;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-card h4{
    color:var(--implats-primary);
    margin-bottom:15px;
    font-weight:700;
}

/* ==========================================
   CAREER PATHWAYS
========================================== */

.career-pathways{
    padding:50px 0;
}

.pathway-card{
    background:var(--implats-primary);
    color:#fff;
    border-radius:15px;
    text-align:center;
    padding:50px 20px;
    margin-bottom:30px;
    transition:.3s;
}

.pathway-card:hover{
    transform:translateY(-8px);
}

.pathway-card h5{
    margin:0;
    font-weight:700;
}

/* ==========================================
   CTA
========================================== */

.careers-cta{
    padding:50px 0;
    background:var(--implats-primary);
    color:#fff;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width:991px){

    .careers-hero .carousel-item{
        height:450px;
    }

    .banner-content{
        max-width:500px;
        padding:40px;
    }

    .banner-content h1{
        font-size:2.7rem;
    }

    .evp-section h2,
    .why-work h2,
    .career-pathways h2,
    .careers-cta h2{
        font-size:2.2rem;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:768px){

    .careers-hero .carousel-item{
        height:400px;
    }

    .banner-content{
        max-width:100%;
        padding:30px;
    }

    .banner-content h1{
        font-size:2rem;
    }

    .banner-content p{
        font-size:1rem;
    }

    .evp-section,
    .why-work,
    .career-pathways,
    .careers-cta{
        padding:70px 0;
    }

    .evp-section h2,
    .why-work h2,
    .career-pathways h2,
    .careers-cta h2{
        font-size:2rem;
    }
}



.carousel-control-prev-icon,
.carousel-control-next-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    background-image:none !important;
    width:50px;
    height:50px;
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after{
    color:#fff;
    font-size:60px;
    line-height:1;
    text-shadow:0 2px 10px rgba(0,0,0,.4);
}

.carousel-control-prev-icon:after{
    content:"\2039";
}

.carousel-control-next-icon:after{
    content:"\203A";
}

.carousel-control-prev,
.carousel-control-next{
    width:80px;
    opacity:1;
}


.carousel-indicators li{
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:rgba(255,255,255,.4);
}

.carousel-indicators .active{
    background-color:var(--implats-turquoise);
}
.banner-content{
    max-width:650px;
    padding:60px 80px 60px 60px;
}

.banner-content h1{
    text-shadow:0 2px 15px rgba(0,0,0,.3);
}

.banner-content p{
    text-shadow:0 1px 8px rgba(0,0,0,.25);
}

.carousel-control-prev:hover,
.carousel-control-next:hover{
    opacity:1;
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after{
    transition:all .3s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon:after,
.carousel-control-next:hover .carousel-control-next-icon:after{
    transform:scale(1.15);
}


@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1310px;
    }
}

/* ==========================================
   LATEST OPPORTUNITIES
========================================== */

.latest-opportunities{
    padding:50px 0;
    background:#f8fafc;
}

.section-intro{
    max-width:700px;
    margin:20px auto 40px;
    color:#666;
}

/* ==========================================
   VALUES
========================================== */

.values-section{
    padding:50px 0;
    background:#f8fafc;
}

.values-header{
    max-width:950px;
    margin:0 auto 60px;
}

.values-header h2{
    font-size:2rem;
    color:var(--implats-primary);
    margin:15px 0 25px;
}

.values-intro{
    font-size:1.5rem;
    line-height:1.6;
    color:var(--implats-primary);
    font-weight:300;
}

.value-card{
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    height: 100%;
    border-top: 4px solid var(--implats-turquoise);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .3s ease;
    z-index: 1;
}
.value-card.respect::before{
    background-image:url("/sites/implats/image/jpeg/w4.jpg");
}


.value-card.care::before{
    background-image:url("/sites/implats/image/jpeg/w5.jpg");
}

.value-card.deliver::before{
    background-image:url("/sites/implats/image/jpeg/w6.jpg");
}
.value-card::before{
    content:"";
    position:absolute;
    inset:0;

    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    opacity:.06;
    filter:grayscale(100%);
    z-index:0;
}
.value-card:hover::before{
    opacity:.13;
    transform:scale(1.05);
}

.value-card > *{
    position:relative;
    z-index:2;
}
.value-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.value-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(0,176,199,.1);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.value-icon i{
    font-size:30px;
    color:var(--implats-primary);
}

.value-card h3{
    color:var(--implats-primary);
    margin-bottom:25px;
    font-size:2rem;
}

.value-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.value-card ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:15px;
    line-height:1.6;
}

.value-card ul li:before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--implats-turquoise);
}
.career-story-section{
    padding:50px 0;
    background:#fff;
}

.video-header h3{
    color:var(--implats-primary);
    margin-bottom:20px;
}

.video-link{
    color:var(--implats-primary);
    font-weight:700;
    text-decoration:none;
}

.video-link:hover{
    text-decoration:none;
    color:var(--implats-turquoise);
}

.careers-cta2{
    padding:50px 0;
    background:var(--implats-primary);
    color:#fff;
}
.career-story-section h2{
    color:var(--implats-primary);
}

section.career-story-section p {
    font-size: 1.1rem;
    line-height: 1.7;
	    font-weight: 300;
	     color: rgb(76, 77, 79);
	font-style: normal;
}
section.latest-opportunities p {
    font-size: 1.1rem;
    line-height: 1.7;
	    font-weight: 300;
	     color: rgb(76, 77, 79);
	font-style: normal;
}
section.evp-section p {
    font-size: 1.1rem;
    line-height: 1.7;
	    font-weight: 300;
	    color: rgb(76, 77, 79);
	font-style: normal;
}
section.careers-cta2 p {
    font-size: 1.1rem;
    line-height: 1.7;
	    font-weight: 300;
	    color: #ffffff;
	font-style: normal;
}

/* ==========================================
   SUPPORT SECTION
========================================== */

.support-section{
    padding:80px 0 40px;
    background:#f8fafc;
}

.support-card{
      margin:0 auto;
    text-align:center;

  
  
}

.support-card h3{
    color:var(--implats-primary);
    font-size:2rem;
    margin-bottom:20px;
}

.support-card p{
    font-size:1.1rem;
    line-height:1.8;
    color:#4C4D4F;
    margin-bottom:30px;
}

/* ==========================================
   SOCIAL LINKS
========================================== */

.social-section{
    padding:0 0 60px;
    background:#f8fafc;
}

.social-links{
    display:flex;
    justify-content:center;
    gap:20px;
}

.social-links a{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:var(--implats-primary);
    font-size:22px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:all .3s ease;
}

.social-links a:hover{
    transform:translateY(-5px);
    color:#fff;
    background:var(--implats-primary);
}
.page-content {
    padding-bottom: 0px;
}
.banner-container {
    background-color: white;
    margin-top: -24px;
}
.main-navigation {
    border-bottom: solid 1px var(--implats-primary);

}
.careers-cta2 .btn-light{
    background:#fff;
    color:var(--implats-primary);
    border:none;
    padding:14px 30px;
    border-radius:40px;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    transition:all .3s ease;
}

.careers-cta2 .btn-light:hover{
    background:#f4f6f8;
    color:var(--implats-primary-dark);
    text-decoration:none;
}


.culture-summary h2{
    color: var(--implats-primary);
    font-size: 2rem;
    margin-bottom: 10px;
}

.culture-summary p{
    margin-bottom: 0;
    font-size: 1.05rem;
    line-height: 1.7;
     color: rgb(76, 77, 79);
    font-weight: 300;
}
.culture-divider{
    margin: 15px 0;
    text-align: center;
}

.culture-divider i{
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: rgba(0,176,199,.12);
    color: var(--implats-turquoise);
    font-size: 18px;
}
.culture-subtitle{
 
    margin: 0 auto 35px;
    color: #6D6E72;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.6;
}
