/*GLOBAL STYLES*/

body {
    margin: 0;
    font-family: 'Barlow', sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}
.d-none {
    display: none !important;
}
/* Default styles (base) */
h1, .hero h1 .highlight {
    font-size: 45px;
    font-family: 'Montserrat';
    letter-spacing: 3px;
    line-height: 54px;
    font-weight: 700;
}
h2 {
    font-size: 45px;
    font-family: 'Montserrat';
    letter-spacing: 3px;
    line-height: 54px;
    font-weight: 700;
}
h3 {
    font-size: 32px;
    font-family: 'Montserrat';
    letter-spacing: 5px;
    line-height: auto;
    font-weight: 700;
}
h4 {
    font-size: 24px;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    line-height: 32px;
    font-weight: 600;
}
h5 {
    font-size: 20px;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    line-height: 32px;
    font-weight: 600;
}
p, li, span, a, label, input, textarea, ::placeholder, select, button {
    font-size: 18px;
    font-family: 'Barlow';
    line-height: 40px;
    letter-spacing: 1px;
}

/* Media queries for responsiveness */

/* For screens 1600px and below */
@media screen and (max-width: 1600px) {
    h1, h2, .hero h1 .highlight {
        font-size: 40px;
        line-height: 50px;
    }
    h3 {
        font-size: 28px;
        letter-spacing: 4px;
    }
    h4 {
        font-size: 22px;
    }
    p, li, span, a, label, input, textarea, ::placeholder, select, button {
        font-size: 16px;
        line-height: 36px;
    }
}

/* For screens 1450px and below */
@media screen and (max-width: 1450px) {
    h1, h2 ,.hero h1 .highlight{
        font-size: 38px;
        line-height: 48px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 20px;
    }
    p, li, span, a, label, input, textarea, ::placeholder, select, button {
        font-size: 15px;
    }
}

/* For screens 1400px and below */
@media screen and (max-width: 1400px) {
    h1, h2 ,.hero h1 .highlight {
        font-size: 36px;
        line-height: 46px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    p, li, span, a, label, input, textarea, ::placeholder, select, button {
        font-size: 14px;
    }
}

/* For screens 1300px and below */
@media screen and (max-width: 1300px) {
    h1, h2 ,.hero h1 .highlight {
        font-size: 34px;
        line-height: 42px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    p, li, span, a, label, input, textarea, ::placeholder, select, button {
        font-size: 14px;
    }
}

/* For screens 1200px and below */
@media screen and (max-width: 1200px) {
    h1, h2 ,.hero h1 .highlight {
        font-size: 32px;
        line-height: 40px;
    }
    h3 {
        font-size: 20px;
        letter-spacing: 3px;
    }
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
    p, li, span, a, label, input, textarea, ::placeholder, select, button {
        font-size: 13px;
    }
}

/* For screens 1024px and below */
@media screen and (max-width: 1024px) {
    h1, h2  ,.hero h1 .highlight{
        font-size: 34px;
        line-height: 38px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    p, li, span, a, label, input, textarea, ::placeholder, select, button {
        font-size: 18px;
    }
}

/* For screens 768px and below */
@media screen and (max-width: 768px) {
    h1, h2 ,.hero h1 .highlight {
        font-size: 28px;
        line-height: 36px;
    }
    h3 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    p, li, span, a, label, input, textarea, ::placeholder, select, button {
        font-size: 14px;
        line-height: 25px;
    }
}

/* For screens 390px and below */
@media screen and (max-width: 380px) {
    h1, h2 {
        font-size: 28px;
        line-height: 32px;
    }
    h3 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    h4 {
        font-size: 22px;
        line-height: 18px;
    }
    h5 {
        font-size: 18px;
    }
    p, li, span, a, label, input, textarea, ::placeholder, select, button {
        font-size: 14px;
        line-height: 18px;
    }
}

body {
    padding-top: 100px; 
}
body:has(.hero-prijavi-se) {
    padding-top: 0;
}


/**----**/


/*HEADER*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: white;
    height: 100px;

    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
}
/* @media screen and (max-width: 768px) {
    .header {

    }
} */

.logo {
    /* width: 266px;
    height: 52px; */
    /* padding-left: 5%; */
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.logo-link {
    padding-left: 5%;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 255px;
    height: 70%;
}

.nav, .nav2 {
    display: flex;
    width: 30%;
    justify-content: space-between;
    height: 100%;
}

.nav a, .nav2 a {
    font-family: "Barlow";
    font-size: 14px;
    font-weight: 500;
    color: #231F20;
    letter-spacing: 0.25px;
    transition: color 0.5s;
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

.nav a:hover, .nav a:active, .nav2 a:hover, .nav2 a:active {
    color: #FF5F13;
    font-weight: 700;
    border-top: 2px solid #FF5F13;
    /* margin-bottom: -1px; */
    /* border-bottom:  1px solid #2BA9E0; */
}

.btn-signup {
    font-family: "Barlow";
    letter-spacing: 3px;
    background-color: #FF5F13;
    color: white;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    margin-right: 5%;
    /* width: 30%; */
    padding: 20px 40px;
    border-radius: 50vh;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-signup:hover {
    background-color: #d24909; /* Slightly darker shade for hover */
}

/*MOBILE MENU*/

/* Mobile Menu */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1001;
    width: 50px; /* Increased width to avoid being cut off */
    height: 50px; /* Increased height to avoid being cut off */
    position: relative; /* Ensures positioning doesn't affect layout */
}
.hamburger-menu .bar {
    width: 30px;
    height: 2px;
    background-color: #FF5F13;
    margin: 3px 0;
    transition: transform 0.3s ease;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    background-color: #FF5F13;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: left 0.3s ease;
}

.mobile-menu.open {
    left: 0;
}

.mobile-nav, .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.mobile-nav a, .mobile-nav2 a {
    font-family: "Barlow";
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    transition: color 0.3s;
    padding: 0 25px;
}
.mobile-nav a + a, .mobile-nav2 a + a {
    margin-top: 20px;
}

.mobile-nav a:hover, .mobile-nav2 a:hover {
    color: #fff;
}

.mobile-nav .btn-signup, .mobile-nav2 .btn-signup {
    width: auto;
    padding: 15px 30px;
    font-size: 18px;
}
.mobile-nav2 a {
    display: flex;
    padding-left: 0;
}

.mobile-contact {
    width: 100%;
    margin-top: 80px;
}
.mobile-contact p {
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
}
.mobile-contact p::before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
}
.header-contact {
    padding: 0 25px;
    display: flex;
    align-items: center;
    margin-top: 30px;

}
.header-contact a {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    word-break: break-all;
}
.header-socials {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.header-socials a {
    margin-left: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-socials a:first-child {
    margin-left: 25px;
}
/*HERO*/
.hero {
    position: relative;
    background: url('./images/hero.jpg') center/cover no-repeat;
    height: 65vh;
    min-height: 600px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.00862566) 45.62%, rgba(0, 0, 0, 0) 47.37%, rgba(0, 0, 0, 0.0837921) 62.35%, rgba(0, 0, 0, 0.15) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
    max-width: 80%;
    padding: 25px 20px;
    height: 100%; /* Ensures full height of the hero section */
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers content horizontally */
    text-align: center;
    justify-content: center; /* Centers content vertically */
    flex-grow: 1; /* Takes available space */
    margin-bottom: -90px;
}

.hero-content span, .hero-content h1, .hero-content p {
    max-width: 550px;
}
.hero-content h1 {
    text-align: left;
}
@media screen and (max-width: 1400px) {
    .hero-content p {
        max-width: 350px;
    }
}
.hero-content span {
    letter-spacing: 1px;
    font-family: "Barlow";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.hero-content h1 {
    font-family: "Teko";
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
}
.hero-content p {
    text-align: left;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.25px;
}


 .highlight {
    color: #F55F27;
}

.learn-more {
    display: flex;
    flex-direction: column; /* Stack the line and text */
    align-items: center; /* Center horizontally */
    margin-bottom: 0px; /* Add space from the bottom if needed */
    cursor: pointer;
}

.learn-more::before {
    content: '';
    width: 2px;
    height: 166px;
    background: white;
    margin-bottom: 10px; /* Space between the line and the text */
}
.learn-more a{ 
    text-decoration: none;
    color: #fff;
}
.learn-more span {
    text-transform: uppercase;
}

/*ABOUT US*/ 

.about-us {
    color: #112234;
    display: flex;
    align-items: center;
    padding: 50px 5%; 
    background-color: #edf0f4;
}

.about-us-img {
    width: 50%;
}

.about-us-content {
    width: 50%;

}

.about-us-content h1 {
    margin: 5px 0;
}

/*JOBS*/

.jobs {
    padding: 50px 5%;
}

.jobs h3 {
    margin: 5px 0;
    position: relative;
    font-size: 24px;
    color: #112234;

}

.left-line {
    position: relative;
}

.left-line::before {
    content: '';
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 2px;
    background: #000;
    margin-bottom: 10px; /* Space between the line and the text */
}

.jobs-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
}

.jobs-wrap-inner {
    width: 50%;
    display: flex;
    gap: 20px;
}

.jobs-single-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
    padding: 35px 25px;
    gap: 10px;
    text-align: center;
}

.card1  {
    border-top:12px solid #043168 ;
    border-left: 12px solid #D24F22;
    border-bottom:12px solid #D24F22 ;
    border-right: 12px solid #043168 ;
}
.card2, .card3 {
    border: 12px solid #043168;
}
.card4 {
    border-top:12px solid #D24F22 ;
    border-left: 12px solid #043168;
    border-bottom:12px solid #043168 ;
    border-right: 12px solid #D24F22 ;
}

/*FORM SECTION*/
.form-heading-background {
    background:url('./images/form.jpg') ;
    background-position: center 60%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: fit-content;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 0;
}


.form-heading-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(360deg, rgba(35, 31, 32, 0.7) 0%, rgba(35, 31, 32, 0.56) 48.63%, rgba(137, 121, 125, 0) 100%); */
    background-color: rgba(0, 0, 0, 0.35); 
    z-index: 1;
}

.form-heading {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0 5%;
    width: 90%;
    height: 100%; /* Ensures full height of the hero section */
}

.form-heading h3 {
    font-family: "Teko";
    font-weight: 700;
    font-size: 45px;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
    padding-bottom: 5px;
    position: relative;
}

.form-heading h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #FF5F13;
    
}

/*BLOG*/

.blog-section {
    padding: 50px 5%;
    background-color: #edeff0;
}

.blog-section h3 {
    margin-top: 0;
}

.blog-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.blog-img {
    position: relative;
    padding: 0;
}
.blog-img img {
    border-radius: 31px;
}

.blog-date {
    background-color: #11243B;
    color: #D24F22;
    position: absolute;
    bottom: 4px;
    border-bottom-left-radius: 31px;
    border-top-right-radius: 31px;
    left: 0;
    padding: 5px 15px;
}

.blog-single {
    margin-top: 0;
}

.blog-single {
    width: 33%;
}

/*FOOOTER*/
.custom-footer {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    font-family: inherit;
    padding: 120px 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
  }
  .copyright p, .copyright a {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #fff;
  }
  .custom-footer::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('./images/footer2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
  }
  
  /* .footer-left, */
  /* .footer-middle, */
  /* .footer-right { */
    /* flex: 1; */
    /* min-width: 250px; */
  /* } */
  
  .footer-logo {
    width: 380px;
    height: 80px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 20px;
  }
  
  .footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .footer-contact p {
    margin: 0;
  }

  .footer-contact a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-icon {
    width: auto;
    max-width: 24px;
    height: auto;
    max-height: 24px;
    margin-right: 10px;
  }
  
  .footer-middle {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 10px 30px;
  }
  
  .footer-middle::before,
  .footer-middle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: white;
  }
  
  .footer-middle::before {
    left: 0;
  }
  
  .footer-middle::after {
    right: 0;
  }
  
  .footer-middle h4 {
    margin-bottom: 15px;
    font-weight: 800;
    max-width: 80%;
    text-align: left;
  }
  
  .newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .newsletter-form {
    display: flex;
    align-items: center;
  }
  
  .newsletter-input {
    flex: 1;
    border: none;
    border-radius: 30px 0 0 30px;
    padding: 5px 20px;
    font-size: 16px;
    outline: none;
    width: 270px;
    color: #555;
    background-color: transparent;
  }
  
  .newsletter-input::placeholder {
    color: #a9a9a9;
  }
  
  .newsletter-btn {
    background-color: #F55F27;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .newsletter-btn:hover {
    background-color: #F55F27;
  }
  
  .newsletter-btn:focus {
    outline: none;
  }
  
  .footer-right h4 {
    margin-bottom: 15px;
    font-weight: 900;
    font-family: "Poppins";
  }
  .footer-right {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  
  .social-links {
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
  }
  
  .social-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
    transition: all 0.5s;
    font-weight: 500;
  }

  .social-link:hover {
    color: #FF5F13;
  }
  
  .social-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #acacac;
  }
  
  .footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
  }
  
  .footer-powered {
    font-weight: bold;
  }
  
  .footer-powered-logo {
    vertical-align: middle;
    margin-left: 10px;
    width: 151px;
    height: 46px;
  }
  .hide-desktop {
    display: block;
    }
    .hide-mobile {
        display: none !important;
    }

    .no-scroll {
            overflow: hidden; /* Prevent scrolling */
            height: 100vh; /* Prevent the page from moving */
        
    }
    .sms-popup {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }
    
    .popup-content {
        background-color: white;
        padding: 30px 70px;
        position: relative;
        text-align: left;
        margin: 0;
    }
    
    .close-popup {
        position: absolute;
        right: 15px;
        top: 15px;
        background: none;
        border: none;
        font-size: 48px;
        cursor: pointer;
        color: #F55F27;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    
    .popup-text {
        color: #414435;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 31px;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }
    
    .checkbox-container {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        cursor: pointer;
    }
    
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    
    .checkmark {
        height: 40px;
        width: 40px;
        background-color: #fff;
        border: 2px solid #F55F27;
        border-radius: 0;
        flex-shrink: 0;
        position: relative;
    }
    
    .checkbox-container:hover input ~ .checkmark {
        background-color: #fff5f2;
    }
    
    .checkbox-container input:checked ~ .checkmark {
        background-color: #F55F27;
    }
    
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 12px;
        top:2px;
        width: 12px;
        height: 24px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    
    .checkbox-container input:checked ~ .checkmark:after {
        display: block;
    }
    
    .checkbox-text {
        color: #414435;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 2px;
        line-height: 31px;
    }
    
    /* Hide popup by default */
    .sms-popup {
        display: none;
    }
    
    @media(min-width: 768px) and (max-width: 1024px) 
    {
    
    .hide-desktop {
    display: none !important;
    }
    .hide-mobile {
        display: flex !important;
    }
    /*HEADER*/
    
    .header {
        padding: 10px 5% 10px 0;
    }
    
    .nav, .nav2,
    .btn-signup {
        display: none;
    }
    
    .hamburger-menu {
        display: flex;
    }
    
    .bar {
        width: 30px;
        height: 3px;
        background-color: white;
        margin: 3px 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    
    .bar.rotate-top {
        transform: translateY(6px) rotate(45deg); /* Move to the center and rotate */
    }
    
    .bar.hide {
        opacity: 0; /* Hide the middle bar */
    }
    
    .bar.rotate-bottom {
        transform: translateY(-11px) rotate(-45deg); /* Move to the center and rotate */
    }
    
    /* Ensure bars turn white when the menu is open */
    .hamburger-menu.open .bar {
        background-color: white; /* Change bar color to white */
    }
    
    /*HERO*/
    .hero {
        height: 85vh;
    }
    
    .hero-content {
        position: relative;
     /* Space between main content and learn more */
        max-width: 90%;
    
    }

   

    .main-step-form {
        flex-direction: column;
    }
    
    
    
    .jobs-wrap-inner {
        width: 100%;
    }
    
    
    
    .learn-more::before {
        margin-top: -200px;
        height: 250px;
    }
    
    
    /*ABOUT US*/ 
    
    .about-us {
        flex-direction: column;
    }
    
    .about-us-img {
        width: 100%;
    }
    .about-us-img img {
        width: 100%;
        height: auto;
    }
    
    .about-us-content {
        width: 100%;
    }
    
    
    /*JOBS*/
    
    .jobs {
        padding: 50px 5% 50px 5%;
        margin-bottom: -50px;
    }
    
    
    
    .jobs-wrap {
        display:flex;
        flex-direction: column;
    }
    
    .jobs-wrap-inner {
        display: flex;
        gap: 10px;
    }
    
    .jobs h3 {
        font-size: 28px;
    }

    
    .jobs-single-card {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 50%;
        padding: 15px 20px;
        gap: 5px;
        text-align: center;
    }
    
    .jobs-single-card img {
        width: 80px;
        height: auto;
    }
    
    
    
    /*FORM SECTION*/
    /* .form-heading-background {
        height: 40vh;
        padding: 40px 5%;
    } */
    
    .form-heading-background p {
        text-align: justify;
    }
    
    
    /*BLOG*/
    
    .blog-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
    }
    
    .blog-img img {
        max-height: 350px;
        max-width: 100%;
        object-fit: cover;
    }
    
    .blog-date {
        padding: 10px 25px;
    }
    
    .blog-single {
        width: 100%;
    }
    
    /*FOOOTER*/
    .custom-footer {
       flex-direction: column;
       align-items: start;
      }
      
      .footer-left,
      .footer-middle,
      .footer-right {
        min-width: auto;
      }
      
      
      
      .footer-middle {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 5px 0;
        max-width: 100%;
      }
      
      .footer-middle::before,
      .footer-middle::after {
        display: none;
      }
      
      .footer-middle::before {
        left: 0;
      }
      
      .footer-middle::after {
        right: 0;
      }
      
      .footer-middle h4 {
        margin-bottom: 15px;
        font-weight: 800;
        max-width: 80%;
        text-align: left;
      }
      
      .newsletter {
        padding: 5px;
        justify-content: space-between;
        width: 58%;
        margin-left: 0;
      }
      
      .newsletter-input {
        padding: 5px 20px;
        font-size: 14px;
        outline: none;
      }
      
    
      .footer-right {
        align-items: start;
      }
    
      
      .social-links {
        flex-direction: row;
        gap: 30px;
      }
      
      .social-link {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-decoration: none;
        color: white;
        margin-bottom: 10px;
        
      }
    
      .social-link:hover {
        color: #F55F27;
      }
      
      .social-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #acacac;
      }
      
      .footer-bottom {
        width: 100%;
        text-align: center;
        margin-top: 40px;
        padding-top: 20px;
      }
      
      .footer-powered {
        font-weight: bold;
      }
      
      .footer-powered-logo {
        vertical-align: middle;
        margin-left: 10px;
        width: 151px;
        height: 46px;
      }
    }
@media (max-width: 767px) 
{
    body {
        padding-top: 60px;
    }
    .popup-content {
        padding: 20px;
    }

    .popup-text, 
    .checkbox-text {
        font-size: 14px;
        line-height: 24px;
    }
    
    .checkmark {
        height: 25px;
        width: 25px;

    }
    
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top:0px;
    width: 8px;
    height: 16px;
}

.hide-desktop {
display: none !important;
}
.hide-mobile {
    display: flex !important;
}
/*HEADER*/

.header {
    /* padding: 10px 5% 10px 5%; */
    padding: 0 20px;
    height: 60px;
}

.nav, .nav2
/* .btn-signup  */
{
    display: none;
}

.hamburger-menu {
    display: flex;
    order: 1;
    margin-left: -10px;
}

.logo-link {
    order: 2;
    padding-left: 0;
    width: fit-content;
    margin: 0 auto 0 20px;
    overflow: hidden;
    max-width: 140px;
}
.logo-link .logo {
    width: 100%;
    height: 45px;
    object-fit: contain;
    object-position: center;
}
.btn-signup {
    order: 3;
    width: fit-content;
    margin-right: calc(5% + 20px);
    text-transform: none;
    padding: 10px 20px;
}

.bar {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 3px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.bar.rotate-top {
    transform: translateY(6px) rotate(45deg); /* Move to the center and rotate */
}

.bar.hide {
    opacity: 0; /* Hide the middle bar */
}

.bar.rotate-bottom {
    transform: translateY(-11px) rotate(-45deg); /* Move to the center and rotate */
}

/* Ensure bars turn white when the menu is open */
.hamburger-menu.open .bar {
    background-color: white; /* Change bar color to white */
}

/*HERO*/
.hero {
    height: 500px;
    /* background: url('./images/hero2.jpg') center/cover no-repeat; */
}

.hero-content {
    position: relative;
    max-width: 90%;
    align-items: center;
}
.hero-content span, .hero-content h1, .hero-content p {
    text-align: center;
}
.hero-content span {
    font-size: 14px;
    letter-spacing: 3px;
}
.hero-content h1 {
    font-size: 32px;
    margin-top: 10px;
}
.hero-content p {
    line-height: 30px;
}

.jobs-wrap-inner {
    width: 100%;
}



.learn-more::before {
    height: 86px;
}


/*ABOUT US*/ 

.about-us {
    flex-direction: column;
}

.about-us-img {
    width: 100%;
}
.about-us-img img {
    width: 100%;
    height: auto;
}

.about-us-content {
    width: 100%;
}


/*JOBS*/

.jobs {
    padding: 50px 5% 0 5%;
    margin-bottom: -50px;
}



.jobs-wrap {
    display:flex;
    flex-direction: column;
}

.jobs-wrap-inner {
    display: flex;
    gap: 10px;
}

.jobs h3 {
    font-size: 14px;
}

.jobs-single-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 15px 20px;
    gap: 5px;
    text-align: center;
}

.jobs-single-card img {
    width: 80px;
    height: auto;
}

/*FORM SECTION*/
.form-heading {
    max-width: 100%;
}
/* .form-heading-background {
    height: 60vh;
    padding: 40px 0%;
} */

.form-heading-background p {
    text-align: left;
}


/*BLOG*/

.blog-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.blog-img img {
    max-height: 350px;
    max-width: 100%;
    object-fit: cover;
}

.blog-date {
    padding: 10px 25px;
}

.blog-single {
    width: 100%;
}

/*FOOOTER*/
.custom-footer {
   flex-direction: column;
   align-items: start;
  }
  .footer-logo {
    max-width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-left,
  .footer-middle,
  .footer-right {
    min-width: auto; 
  }
  .footer-left {
    width: 100%;
  }
  .copyright p {
    font-size: 11px;
  }
  .footer-right {
    margin-top: 20px;
  }
  .social-links {
    margin-top: 20px;
  }
  
  .footer-middle {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 5px 0;
    max-width: 100%;
  }
  
  .footer-middle::before,
  .footer-middle::after {
    display: none;
  }
  
  .footer-middle::before {
    left: 0;
  }
  
  .footer-middle::after {
    right: 0;
  }
  
  .footer-middle h4 {
    margin-bottom: 15px;
    font-weight: 800;
    max-width: 80%;
    text-align: left;
  }
  
  .newsletter {
    padding: 5px;
    margin-left: 0;
    width: 100%;
  }
  .newsletter-form {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .newsletter-input {
    padding: 10px;
    font-size: 14px;
    outline: none;
    width: 100%;
  }
  
  .newsletter-btn {
    /* width: 35%; */
    width: fit-content;
    padding: 10px 20px;
  }
  

  .footer-right {
    align-items: start;
    width: 100%;
  }

  
  .social-links {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  
  .social-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
    
  }


  .social-link:hover {
    color: #2BA9E0;
  }
  
  .social-icon {
    width: 20px;
    height: 20px;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #acacac;
  }
  
  .footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
  }
  
  .footer-powered {
    font-weight: bold;
  }
  
  .footer-powered-logo {
    vertical-align: middle;
    margin-left: 10px;
    width: 151px;
    height: 46px;
  }
}

.iti {
    width: calc(100% + 30px);
}

.about2 {
    padding: 70px 5%;
}
.about2 .about-text {
    /* padding-right: 50px; */
}
.about2 .about-text span {
    display: block;
    text-align: center;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 5px;
}
.about2 .about-text h2 {
    font-family: "Teko";
    letter-spacing: 0;
    font-weight: 700;
    color: #FF5F13;
    margin: 0 0 30px;
    text-align: center;
}
.about2 .about-text p {
    text-align: center;
    color: #333333;
    margin: 0;
    letter-spacing: 0.25px;
    line-height: 160%;
    font-weight: 500;
}
.about2 .about-text a {
    color: #7DB526;
    font-weight: bold;
}
.about2 .about-numbers {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.about2 .about-numbers .num {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding-left: 30px;

}
.about2 .about-numbers .num + .num {
    border-left: 1px solid #E5E5E5;
}
/* .about2 .about-numbers .num:last-child p {
    margin: 0;
} */
.about2 .about-numbers .num span {
    font-family: "Teko";
    font-size: 86px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #E5E5E5;
    line-height: 100%;
}
.about2 .about-numbers .num p {
    font-family: "Barlow";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #333333;
    /* padding-top: 10px; */
    width: 100%;
    margin: 0;   
    /* margin-top: 10px;  */
    line-height: 160%;
}
.about2 .about-numbers .last-num span {
    font-family: "Barlow";
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
}
.about2 .about-numbers .last-num p {
    font-family: "Teko";
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0;
    color: #FF5F13;
    margin-top: 10px;
}
.review-wrap {
    padding: 50px 5% 70px;
    background-color: #F5F5F5;
}
.review {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.review * {
    text-align: center;
}
.review h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    color: #FF5F13;
    margin: 0;
    font-family: "Teko";
}
.review p {
    line-height: 160%;
    max-width: 815px;
}
.review .title span {
    display: block;
    text-align: center;
    line-height: normal;
    letter-spacing: 1px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 5px;
}
.review-name p {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
    color: #231F20;
    margin-bottom: 0;
}
.review-name span {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1px;
    color: #231F20;
}
.get-started-wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 90px;
    width: 100%;
}

.start {
    max-width: 280px;
    padding: 60px 10px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
}
.start span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -33px;
    font-family: "Teko";
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
    padding: 20px 20px 15px;
    border-radius: 20px;
    background-color: #FF5F13;
    backdrop-filter: blur(7.7px);
}
@media screen and (max-width: 1600px) {
    /* .start span {
        font-size: 22px;
    } */
}
@media screen and (max-width: 1400px) {
    .start span {
        font-size: 18px;
    }
    .start {
        max-width: 250px;
    }
} 
@media screen and (max-width: 768px) {
    .form-heading-background {
        /* background: url('./images/form2.jpg'); */
        background-position: 70%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .form-heading-background::before {
        background-color: rgba(0, 0, 0, 0.35);
    }
    .form-heading {
        align-items: center;
    }
    .start span {
        font-size: 24px;
        top: -24px;
    }
    .form-heading h3 {
        font-size: 32px;
        font-family: "Poppins";
        text-align: center;
    }
    .start {
        max-width: 270px !important;
        padding: 60px 20px 30px;
    }
    .about2 .about-text h2 {
        margin-top: 10px;
    }
}
.start h4 {
    font-size: 32px;
    letter-spacing: 0;
    font-family: "Teko";
    font-weight: 700;
    margin: 0 0 20px;
}
.start p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.25px;
}
.topSwiper {
    width: 100%;
    margin-top: auto;
}
.custom-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-slide::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 90px;
    background-color: #7DB526;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.2s;
}
.swiper-slide-active .custom-slide::before {
    opacity: 0;
}
.custom-slide img {
    transform: scale(0.7);
}
.custom-slide p {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    max-width: 250px;
    margin: 10px 0 0;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
    width: 15px;
    height: 26px;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 26px;
}
.swiper-slide-next .custom-slide {
    padding-right: 20px;
}
.swiper-slide-active .custom-slide {
    padding-left: 20px;
}
.about-numbers2 {
    display: none;
}
.jobs-section {
    padding: 70px 5%;
}
.jobs-title span {
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 500; 
    color: #FF5F13;
}
.jobs-title h2 {
    font-size: 45px;
    font-weight: 700;
    font-family: "Teko";
    line-height: 54px;
    letter-spacing: 0;
    color: #333333;
    margin: 0 0 50px;
    position: relative;
}
.jobs-title h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333333;
    right: calc(100% + 5px);
    top: 50%;
}
.jobs-title p {
    margin: 10px 0 0;
    font-weight: 600;
    font-size: 14px;
    font-family: "Montserrat";
}
.owner-operator-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    min-height: 750px;
    overflow: hidden;
}
.job-buttons {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.jobBtn {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    background-color: #333333;
    border: none;
    border-radius: 5px;
    padding: 20px 10px;
    width: 100%;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}
.jobBtn:hover {
    background-color: #2BA9E0;
}
/* .jobBtn::after {
    content: '';
    width: 30px; 
    height: 30px;
    border-radius: 50px;
    border: 16px solid #2BA9E0;
    box-shadow: 0px 0px 40px 30px #2BA9E0;
    position: absolute;
    z-index: -10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}
@keyframes ring {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 400px;
      height: 150px;
      opacity: 0;
    }
  } */

/* ----------------------------------------------
 * Generated by Animista on 2025-2-6 12:53:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
 .job-buttons.animate .jobBtn {
	-webkit-animation: slide-in-elliptic-bottom-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-bottom-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
 }
 .bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
}
.roll-in-left {
	-webkit-animation: roll-in-left 0.6s ease-out both;
	        animation: roll-in-left 0.6s ease-out both;
}
.slide-in-elliptic-top-fwd {
	-webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-elliptic-bottom-fwd {
	-webkit-animation: slide-in-elliptic-bottom-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-bottom-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-2-6 13:14:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-bottom-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-elliptic-bottom-fwd {
    0% {
      -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
              transform: translateY(600px) rotateX(30deg) scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% -1400px;
              transform-origin: 50% -1400px;
      opacity: 1;
    }
  }
  @keyframes slide-in-elliptic-bottom-fwd {
    0% {
      -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
              transform: translateY(600px) rotateX(30deg) scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% -1400px;
              transform-origin: 50% -1400px;
      opacity: 1;
    }
  }
  
/* ----------------------------------------------
 * Generated by Animista on 2025-2-6 13:11:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
      -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
              transform: translateY(-600px) rotateX(-30deg) scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% 1400px;
              transform-origin: 50% 1400px;
      opacity: 1;
    }
  }
  @keyframes slide-in-elliptic-top-fwd {
    0% {
      -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
              transform: translateY(-600px) rotateX(-30deg) scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% 1400px;
              transform-origin: 50% 1400px;
      opacity: 1;
    }
  }
  
 @-webkit-keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  /* ----------------------------------------------
 * Generated by Animista on 2025-2-6 13:8:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation roll-in-left
 * ----------------------------------------
 */
@-webkit-keyframes roll-in-left {
    0% {
      -webkit-transform: translateX(-800px) rotate(-540deg);
              transform: translateX(-800px) rotate(-540deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
  }
  @keyframes roll-in-left {
    0% {
      -webkit-transform: translateX(-800px) rotate(-540deg);
              transform: translateX(-800px) rotate(-540deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
  }
  
  
.jobBtn + .jobBtn {
    margin-left: 20px;
}

.activeBtn {
    background-color: #2BA9E0;
}
/* .owner-operator-wrap {
    margin: 50px 0 0; 
} */

.job-image {
    position: relative;
}
.job-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.job-image .green-top {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    background-color: #FF5F13;
    color: #fff;
    font-family: "Barlow";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.25px;
    text-align: center;
    padding: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.job-image .green-right {
    left: unset;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.job-text {
    background-color: #F5F5F5;
    padding: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.job-text p, .job-text ul, .job-text li {
    color: #333333;
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 0.25px;
    font-family: "Barlow";
}
.job-text p, .job-text ul {
    margin: 10px 0;
}
.lineh {
    margin-top: 5px;
}
.lineh p, .lineh ul, .lineh li {
    line-height: 45px;
}
.job-text ul {
    padding-left: 0;
    list-style: none;
}
.job-text .red-p {
    color: #FA001B;
}
.job-text .subtitle {
    font-weight: bold;
}
.p-line {
    position: relative;
}
.p-line::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #231F20;
    top: 19px;
    left: -110px;
}
@media screen and (max-width: 1024px) {
    .job-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    } 
    .jobBtn + .jobBtn {
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .job-buttons {
        position: relative;
    }
    .job-buttons::after {
        position: absolute;
        content: "";
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
        width: 25px;
        height: 15px;
        background-image: url('./images/chevron-down-black.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; 
    }
    .jobBtn {
        font-size: 18px;
        line-height: 27px;
    }
    .jobs-title h2, .jobs-title span {
        text-align: center;
        display: block;
    }
    .job-text p, .job-text ul, .job-text li {
        font-size: 20px;
        line-height: 32px;
    }
    .job-image {
        height: 300px;
    }
}
@media screen and (max-width: 575px) {
    .job-buttons {
        gap: 15px;
    }
    .jobBtn {
        padding: 20px 5px;
        font-size: 16px;
        line-height: 26px;
    }
    .job-text p, .job-text ul, .job-text li {
        font-size: 18px;
        line-height: 26px;
    }
    .greenBtn {
        width: calc(100% - 100px) !important; 
    }
}
.greenBtn {
    font-family: "Barlow";
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.25px;
    text-align: center;
    color: #fff;
    background-color: #FF5F13;
    padding: 15px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 180px;
    margin-top: 20px;
    position: relative;
    z-index: 10;
    border-radius: 10px;
}
.greenBtn::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('./images/arrow-bottom.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.invest-wrap .job-text .greenBtn::after {
    background-image: url('./images/arrow-top.svg');

}

@media screen and (max-width: 1600px) {
    .p-line::before {
        top: 16px;
    }
    /* .about2 .about-numbers .num p {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .about2 .about-numbers .num span {
        font-size: 40px;
        letter-spacing: 4px;
    } */
}
@media screen and (max-width: 1399px) {
    .greenBtn, .job-image .green-top {
        font-size: 20px;
    }
    .greenBtn::after {
        width: 16px;
        height: 16px;
    }
    .about2 .about-numbers .num span {
        font-size: 45px; 
    }
    .about2 .about-numbers .num p {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .about2 .about-numbers .last-num span {

        font-size: 16px;
    }
    .about2 .about-numbers .last-num p {
        font-size: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .owner-operator-wrap, .invest-wrap {
        grid-template-columns: 1fr;
    }
    .job-image {
        height: 400px;
        order: 1;
    }
    .job-text {
        order: 2;
    }
    .greenBtn, .job-image .green-top {
        font-size: 18px;
    }
    .greenBtn {
        padding: 15px 50px;
    }
}
@media screen and (max-width: 1024px) {
    .jobs-title h2::before {
        display: none;
    }
    .get-started-wrap {
        flex-direction: column;
        align-items: center;
    }
    .start {
        max-width: 330px;
    }
    .start + .start {
        margin-top: 50px;
    }
    .start p {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .about2 .about-numbers {
        grid-template-columns: 1fr 1fr;
    }
    .about2 .about-numbers .num  {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        width: unset;
    }
    .about2 .about-numbers .num p {
        width: fit-content;
        margin: 0;
    }
    .about2 .about-numbers .num span {
        line-height: normal;
    }
    .about2 .about-numbers .num:nth-child(3), .about2 .about-numbers .num:nth-child(5) {
        border-left: none;
    }
    .about2 .about-numbers .num:nth-child(2), .about2 .about-numbers .num:nth-child(4) {
        padding-left: 50px;
    }
    .about2 .about-numbers .num:nth-child(1), .about2 .about-numbers .num:nth-child(2) {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 20px;
    }
    .about2 .about-numbers .num:nth-child(3), .about2 .about-numbers .num:nth-child(4) {
        padding-top: 20px;
    }
    .last-num {
        grid-column: span 2;
        align-items: center !important; 
        margin-top: 50px;
    }
    .last-num p {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .jobs-title h2 {
        font-size: 26px;
        letter-spacing: 2.5px;
        line-height: 35px;
    }
    .job-image .green-top {
        top: 25px;
        padding: 15px;
    }
    .greenBtn, .job-image .green-top {
        font-size: 16px;
    }
    /* .greenBtn {
        width: -webkit-fill-available;
    } */
    .greenBtn::after {
        width: 14px;
        height: 14px;
        margin-left: 5px;
    }
    .job-text {
        padding: 40px 30px;
    }
    .p-line::before {
        top: 15px;
        left: -105px;
    }
    .review-wrap {
        padding: 50px 5%;
    }
    .review h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .review-name p, .review-name span {
        font-size: 16px;
    }
    .review > p {
        padding-top: 50px;
        margin-top: 0;
    }
    .review > p::before {
        width: 65px;
        height: 50px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .custom-slide {
        padding: 0 5px;
    }
    .custom-slide p {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.5px;
    }
    .custom-slide img {
        transform: scale(0.6);
    }
    .jobs-section {
        padding: 50px 5%;
    }
    .form-heading-background {
        padding: 50px 0 40px;
    }
    .hero-content {
        padding: 15px 20px;
    }
    .copyright {
        flex-direction: column-reverse;
    }
    .about2 .about-numbers .num {
        align-items: center;
    }
    .about2 .about-numbers .num p {
        text-align: center;
    }
}
@media screen and (max-width: 380px) {
    .p-line::before {
        top: 15px;
    }
    .job-text {
        padding: 30px 20px;
    }
    .about2 .about-numbers .num:nth-child(2), .about2 .about-numbers .num:nth-child(4) {
        padding-left: 25px;
    }
}
.main-form-content {
    width: 100%;
}

.anchor {
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
    position: relative;
    z-index: -10;
}
@media screen and (max-width: 1600px) {
    .anchor {
        height: 75px;
        margin-top: -75px;
    }
}
@media screen and (max-width: 767px) {
    .anchor {
        height: 58px;
        margin-top: -58px;
    }
}
.who {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin-top: 50px;
    width: 100%;
}
.who div {
    width: 100%;
}
.who img {
    height: 100%;
    max-height: 90px;
}
.who h3 {
    font-family: "Teko";
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    color: #333333;
    margin: 10px 0;
}
.who p {
    line-height: 160%;
    margin: 0 auto;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.25px;
    max-width: 255px;
}
@media screen and (max-width: 900px) {
    .who {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .review h2 {
        font-size: 32px;
        line-height: 39px;
    }
    .who {
        column-gap: 20px;
    }
    .who h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .who p {
        font-size: 14px;
    }
    .who div img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        max-width: 130px;
        max-height: 65px;
    }
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.slide-in-blurred-left {
	-webkit-animation: slide-in-blurred-left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}