@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

p {
   
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.25rem;
}
.hero-banner{
    position:relative;
    min-height:900px;
    background-image:url('/sites/tiauto/image/jpeg/hero-image2.jpg'); 
    background-size:cover;
    background-position:center center;
	   font-family:'Open Sans',sans-serif;
    overflow:hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(20, 0, 3, 0.75) 45%,
        rgba(0, 0, 0, 0.45) 100%
    );
}

.hero-height{
    min-height:900px;
    position:relative;
    z-index:2;
}

.hero-pill {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 0.95;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
    margin-bottom: 35px;
}

.hero-title span{
    color:#d90016;
}

.hero-text{
    color:#e4e4e4;
    font-size:19px;
    line-height:1.7;
    max-width:580px;
    margin-bottom:40px;
}

.hero-buttons{
    margin-bottom:60px;
}

.btn-apply{
    background:#d90016;
    color:#fff;
    border-radius:6px;
    padding:16px 34px;
    font-weight:700;
    margin-right:12px;
    transition:.3s;
}

.btn-apply:hover{
    background:#b60012;
    color:#fff;
}

.btn-outline-light{
    padding:16px 34px;
    border-radius:6px;
    font-weight:700;
}

.hero-quote{
    border-left:3px solid #d90016;
    padding-left:20px;
    max-width:480px;
}

.hero-quote p{
    color:#fff;
    font-size:18px;
    font-style:italic;
    margin-bottom:10px;
}

.hero-quote span{
    color:#d90016;
    font-size:14px;
    font-weight:800;
    letter-spacing:1px;
}

@media (max-width: 991px) {

    .hero-banner {
        min-height: auto;
        padding: 60px 0 40px;
        background-position: 68% center;
    }

    .hero-height {
        min-height: auto;
    }

    .hero-pill {
        font-size: 10px;
        padding: 8px 14px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .hero-title {
        font-size: 2.8rem;
        line-height: 1.05;
        margin-bottom: 20px;
    }

    .hero-text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .hero-buttons {
        margin-bottom: 25px;
    }

    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin: 0 0 12px;
        padding: 14px 20px;
    }

    .hero-quote {
        margin-top: 10px;
        max-width: 100%;
    }

    .hero-quote p {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .hero-quote span {
        font-size: 12px;
    }
}

.jobs-section {
    background: #ffffff;
    position: relative;
}

.section-tag {
    display: inline-block;
    background: rgba(217, 0, 22, 0.08);
    color: #d90016;
    border: 1px solid rgba(217, 0, 22, 0.2);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 52px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.section-title span {
    color: #d90016;
}

.section-description {
    max-width: 760px;
    margin: 0 auto;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}

.btn-register {
    background: #d90016;
    color: #fff;
    padding: 14px 38px;
    border-radius: 6px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-register:hover {
    background: #b80013;
    color: #fff;
    text-decoration: none;
}


.section-label {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 1rem;
}

.section-label::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 2px;
    background: #d90016;
    margin-right: 12px;
}

.why-image {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

#careerCarousel {
    overflow: hidden;
    border-radius: 16px;
}

#careerCarousel .carousel-indicators {
    bottom: 20px;
}

#careerCarousel .carousel-indicators li {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    transition: all 0.3s ease;
}

#careerCarousel .carousel-indicators .active {
    background-color: #d90016;
    transform: scale(1.3);
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
    opacity: 1;
}

.carousel-nav {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    transition: 0.3s;
}

.carousel-nav:hover {
    background: #d90016;
}

@media (max-width: 768px) {
    .why-image {
        height: 280px;
    }
}

.display-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0;
	    color: #000;
}

.display-title span {
    color: #d90016;
}

.lead-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #666;
}


.brands-grid {
    background: #fff;
}

.brand-card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all 0.3s ease;
}

.brand-card img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.35s ease;
}

.brand-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.15);
}

.brand-card:hover img {
    transform: scale(1.04);
}
.cv-register-section {
    background: linear-gradient(135deg, #111111 0%, #1f1f1f 100%);
    padding: 80px 0;
}

.cv-register-box {
    max-width: 850px;
    margin: 0 auto;
}

.cv-register-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cv-register-title span {
    color: #d90016;
}


.cv-register-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.8);
    margin: 0 auto 35px;
    max-width: 700px;
}

.btn-register-cv {
    background: #d90016;
    color: #fff;
    padding: 16px 42px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-register-cv:hover {
    background: #b80013;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(217, 0, 22, 0.25);
}
.support-section {
    background: #d90016;
    color: #fff;
    padding: 80px 0;
}

.support-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 15px;
}

.support-title {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.support-text {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.9);
}

.btn-support {
    background: #fff;
    color: #d90016;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-support:hover {
    background: #111;
    color: #fff;
}

.follow-text {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 15px;
    opacity: 0.9;
}

.social-section {
    margin-top: 10px;
}

.follow-text {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.linkedin-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
    transition: all .3s ease;
}

.linkedin-btn i {
    color: #d90016;      /* TiAuto red */
    font-size: 34px;
    line-height: 1;
}

.linkedin-btn:hover {
    background: #111;
    transform: translateY(-3px);
    text-decoration: none;
}

.linkedin-btn:hover i {
    color: #fff;
}

@media (max-width: 768px) {
    .support-title {
        font-size: 2rem;
    }

    .support-section {
        text-align: center;
    }
}
.page-content {
    padding-bottom: 0rem;
}
@media (max-width: 768px) {

    .section-title {
        font-size: 2rem;
    }

    .display-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .cv-register-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .support-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .why-card h3 {
        font-size: 1.6rem;
    }

    .section-description,
    .lead-text,
    .cv-register-text,
    .support-text {
        font-size: 16px;
        line-height: 1.7;
    }
}
.content a:hover,
p a:hover {
    color: #b30012;
}


.brands-grid {
    background: #fff;
}

.brands-grid .container {
    max-width: 1100px;
}

/* Card */

.brand-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #111;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* Logo */

.brand-card img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.brand-card:hover img {
    transform: scale(1.03);
}

/* Hover Overlay */

.brand-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 30px;
    text-align: center;

    background: rgba(17, 17, 17, 0.96);

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.3s ease,
                visibility 0.3s ease;
}

.brand-card:hover .brand-overlay {
    opacity: 1;
    visibility: visible;
}

/* Text */

.brand-overlay h5 {
    color: #d90016;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.brand-overlay p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* Mobile */

@media (max-width: 768px) {
    .brand-overlay {
        padding: 20px;
    }

    .brand-overlay h5 {
        font-size: 1.1rem;
    }

    .brand-overlay p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}
img.img-fluid.logo-original {
    cursor: pointer;
}
.banner-container {
    background-color: white;
    display: none;
}


.faq-header-image {
    background-image: url(/sites/tiauto/image/jpeg/backer12.jpg) !important;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
background-position-y: -218px !important;   /* 20px from the top */
    
}
.navbar-nav .nav-link {
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    background-color: transparent !important;
    color: #d90016 !important; /* or your preferred red, e.g. #d90016 */
}
.main-navigation .nav-item:hover {
    background-color: transparent !important;
}
.brand-card {
    cursor: pointer;
}

/*==================================================
    CAREER JOURNEYS
==================================================*/

.career-journeys{
    position:relative;
    padding:90px 0;
     background:#f5f5f5;
    overflow:hidden;
}

.career-journeys:before{
    content:"";
    position:absolute;
    width:340px;
    height:340px;
    border-radius:50%;
    background:rgba(217,0,22,.04);
    top:-160px;
    right:-120px;
}

.career-journeys:after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(217,0,22,.03);
    bottom:-140px;
    left:-120px;
}

.career-journeys .container{
    position:relative;
    z-index:2;
}

.career-journeys .section-title{
    color:#111;
}

.career-journeys .section-description{
    color:#666;
    max-width:700px;
}

/*==========================
Carousel
==========================*/

#journeyCarousel{

    max-width:760px;
    margin:50px auto 0;
    position:relative;

}

/*==========================
Card
==========================*/

.journey-card{

    background:#fff;

    border-radius:18px;

    padding:45px 50px;

    text-align:center;

    border:1px solid #ececec;

    border-top:4px solid #d90016;

    box-shadow:0 10px 28px rgba(0,0,0,.05);

    transition:.35s;

}

.journey-card:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 38px rgba(0,0,0,.08);

}

/*==========================
Quote Icon
==========================*/

.quote-icon{

    width:56px;
    height:56px;

    margin:0 auto 20px;

    border-radius:50%;

    background:#fff5f5;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#d90016;

    font-size:20px;

}

/*==========================
Name
==========================*/

.journey-card h3{

    margin-bottom:8px;

    font-size:1.55rem;

    font-weight:800;

    color:#111;

}

/*==========================
Role
==========================*/

.journey-role{

    display:inline-block;

    margin-bottom:22px;

    color:#d90016;

    font-size:12px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;

}

/*==========================
Text
==========================*/

.journey-card p{

    margin:0;

    color:#666;

    font-size:16px;

    line-height:1.85;

}

.journey-card strong{

    color:#111;

    font-weight:700;

}

/*==========================
Indicators
==========================*/

#journeyCarousel .carousel-indicators{

    position:relative;

    bottom:auto;

    margin-top:28px;

}

#journeyCarousel .carousel-indicators li{

    width:10px;
    height:10px;

    margin:0 5px;

    border:none;

    border-radius:50%;

    background:#d5d5d5;

    transition:.3s;

}

#journeyCarousel .carousel-indicators .active{

    background:#d90016;

    transform:scale(1.25);

}

/*==========================
Arrows
==========================*/

#journeyCarousel .carousel-control-prev,
#journeyCarousel .carousel-control-next{

    width:50px;

    opacity:1;

}

#journeyCarousel .carousel-control-prev{

    left:-65px;

}

#journeyCarousel .carousel-control-next{

    right:-65px;

}

#journeyCarousel .carousel-nav{

    width:48px;
    height:48px;

    border-radius:50%;

    background:#fff;

    color:#d90016;

    font-size:24px;

    line-height:48px;

    text-align:center;

    border:1px solid #ececec;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.3s;

}

#journeyCarousel .carousel-nav:hover{

    background:#d90016;

    color:#fff;

    border-color:#d90016;

}

/*==========================
Animation
==========================*/

#journeyCarousel .carousel-item{

    transition:transform .55s ease;

}

/*==========================
Responsive
==========================*/

@media(max-width:992px){

#journeyCarousel{

max-width:100%;

}

#journeyCarousel .carousel-control-prev,
#journeyCarousel .carousel-control-next{

display:none;

}

}

@media(max-width:768px){

.career-journeys{

padding:70px 0;

}

.journey-card{

padding:35px 28px;

border-radius:14px;

}

.quote-icon{

width:48px;
height:48px;
font-size:18px;
margin-bottom:18px;

}

.journey-card h3{

font-size:1.3rem;

}

.journey-role{

font-size:11px;
margin-bottom:18px;

}

.journey-card p{

font-size:15px;
line-height:1.75;

}

}
.why-work{
    background:#f5f5f5;
}

/*=========================================
            COMPANY STATS
=========================================*/

.company-stats{
    background:#ffffff;
    position:relative;
    padding:90px 0;
}

.stat-card{

    background:#fff;

    border:1px solid #e9e9e9;

    border-radius:18px;

    padding:55px 35px;

    min-height:270px;

    text-align:center;

    height:100%;

    transition:all .35s ease;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

}

.stat-card:hover{

    transform:translateY(-8px);

    border-color:#d90016;

    box-shadow:0 22px 45px rgba(0,0,0,.10);

}

.stat-number{

    font-size:3rem;

    font-weight:800;

    line-height:.9;

    color:#d90016;

    letter-spacing:-3px;

    margin-bottom:22px;

}

.stat-card h5{

    font-size:1.55rem;

    font-weight:700;

    color:#111;

    margin-bottom:15px;

}

.stat-card p{

    font-size:16px;

    line-height:1.7;

    color:#666;

    margin:0;

}

/* Optional subtle red accent */

.stat-card:before{

    content:"";

    display:block;

    width:55px;

    height:4px;

    background:#d90016;

    border-radius:20px;

    margin:0 auto 28px;

}

/* Responsive */

@media(max-width:992px){

    .stat-card{

        min-height:240px;

        padding:45px 25px;

    }

    .stat-number{

        font-size:3rem;

    }

}

@media(max-width:768px){

    .company-stats{

        padding:70px 0;

    }

    .stat-card{

        min-height:auto;

        padding:35px 20px;

    }

    .stat-number{

        font-size:2rem;

        letter-spacing:-2px;

    }

    .stat-card h5{

        font-size:1.25rem;

    }

    .stat-card p{

        font-size:15px;

    }

}

.pnet-powered{
    background:#111;
    color:#fff;
    padding:50px 0;
    border-top:4px solid #d90016;
}

.pnet-logo{
    max-width:160px;
    height:auto;
}

.pnet-powered h4{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.pnet-powered p{
    color:rgba(255,255,255,.85);
    font-size:16px;
    line-height:1.8;
    margin:0;
}
.pnet-logo-col{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media (min-width:992px){
    .pnet-logo-col::after{
        content:"";
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
        width:1px;
        height:90px;
        background:rgba(255,255,255,.25);
    }

    .pnet-powered .col-lg-10{
        padding-left:40px;
    }
}