@import url("reckless-neue/stylesheet.css");

body{
    margin: 0;
    height: 100vh;
    font-family: RecklessNeue, Cambria,
    Times New Roman, Times, serif;
    background-color: #e4e3e3;  
    overflow-x: hidden;
}

h4{
    margin-block-start: 0;
    margin-block-end: 8px;
    font-family: Times New Roman, Times, serif;
    color: white;
    font-size: 16px; 
}

.navigation-bar{
    display: flex;
    justify-content: space-around;
}

/* Navbar design */
.navbar{
    top: 20px;
    position: fixed;
    background-color: black;
    width: 90%;
    height: 60px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 2px 10px black;
}

.navbar a{
    text-decoration: none;
    color: white;
}

.nav-links{
    padding-right: 30px;
}

.navbar li{
    list-style: none;
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    font-family: NeueHaasGroteskDisplayPro, 
        Helvetica, Arial, sans-serif;
}

.hamburger{
    display: none;
    cursor: pointer;
    font-size: 1.5em;
    color: white;
}

.calc{
    font-size: 16px;
    font-weight: bolder;
    background-color: white;
    color: black !important;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.navbar img{
    margin-left: 30px;
    color: white;
    width: 180px;
    height: 38px;
    cursor: pointer;
}

.navbar img:hover{
    width: 200px;
    height: 45px;
}

.video-background {
  overflow: hidden;
  z-index: -1;
}

.main-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px);
}


.whiteBg-container{
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
    width: 95%;
    margin: 0 auto; 
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.co-image{
    width: 12%;
    margin-left: 60px;
    margin-block-end: 0;
}

.description{
    margin-top: 140px;
    width: 100%;
    position: absolute;
    border-radius: 60px;
    top: 0;
}

.description p{
    color: white;
    max-width: 50%;
    padding: 5px;
    font-size: 25px;
    margin-left: 100px;
}

.description h1{
    color: white;
    width: 100%;
    font-size: 70px;
    text-align: left;
    margin-left: 100px;
    margin-block-end: 0;
    margin-block-start: -1rem;
}

.description h2{
    color: white;
    max-width: 100%;
    margin-block-start: 0;
    font-size: 60px;
    text-align: left;
    margin-left: 100px;
    margin-block-end: 0;
}

.description-Content{
    width: 35%;
    margin: 0 auto;
    margin-top: 160px;
}

.border{
    width: 180px !important;
    text-align: center;
    border: 1px double white;
    border-radius: 20px;
    font-size: 30px !important;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px !important;
    font-family: RecklessNeue, Cambria,
    Times New Roman, Times, serif;
    margin-block-end: 0;
    color: white !important;
}

.title{
    margin-left: 60px;
    font-size: 70px !important;
    font-family: RecklessNeue, Cambria,
    Times New Roman, Times, serif;
    margin-block-start: 0;
    margin-block-end: 0;
    color: white;
}

.div-title{
    text-align: center;  
    margin-top: 100px;
    color: rgb(3, 187, 116);
    font-size: 80px;
    font-family:'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
    margin-block-end: 0;
}

.goals{
    margin: 0 auto;
    margin-top: 100px;
    width: 80%;
    justify-content: space-between;
    padding: 20px 0;
}

.content{
    padding: 0 100px;
    margin: auto 0;
}

.content h2{
    color: white;
    margin-block-end: 0;
    margin-block-start: 0;
    text-align: center;
    font-size: 70px;
    color: rgb(19, 7, 54);
}

.image-bg {
    background: linear-gradient(145deg, white , #e6e6e6); /* soft light bg */
    padding: 10px;
    border-radius: 20px;
    box-shadow:
      0 10px 20px rgba(0, 0, 0, 0.2),
      0 6px 6px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(2deg) rotateY(-3deg);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
  }
  
  /* Optional: subtle hover effect for interactivity */
  .image-bg:hover {
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) scale(1.02);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.25),
      0 10px 10px rgba(0, 0, 0, 0.2);
  }

.image{
    display: flex;
    max-width: 500px;
    margin-block: 0;
    margin-inline: 0;
    align-content: flex-end;
}

.goals-description h2{
    text-align: center;
    color: rgb(19, 7, 54);
    font-family: RecklessNeue, Cambria,
    Times New Roman, Times, serif;
}

.outcomes{
    justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
}

.outcome-box{
    margin-top: 30px;
    text-align: center;
}

.outcome-box img{
    width: 50px;
}

.outcome-box h1{
    color: rgb(19, 7, 54);
    font-size: 25px;
}

.list{
    width: 200px;
    text-align: left;
    font-size: 15px;
    color: rgb(19, 7, 54);
}

.implementation{
    padding: 10px 180px;
}

.implementation h1{
    color: white;
    font-size: 60px;
    margin-block-end: 1px;
}

.implementation p{
    color: white;
    font-size: 25px;
}

.accordion {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    font-family: sans-serif;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    background-color: #00FF9F;
    color: #0A2E44;
    padding: 16px 20px;
    font-size: 25px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px; /* space between arrow and text */
}

.accordion-header:hover{
    background-color: rgb(3, 189, 117);
}

.accordion-content {
    background-color: #fff;
    padding: 20px;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.accordion-content ul {
    padding-left: 20px;
    color: #333;
}

.accordion-content ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.accordion.open .accordion-content {
    display: block;
}

.arrow {
    transition: transform 0.3s;
}
  
.accordion.open .arrow {
    transform: rotate(90deg);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.company-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

/*TRUSTED TEXT*/
.trusted-text {
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.trusted-text .trusted {
    font-size: 60px; /* Bigger size for TRUSTED */
    display: block;
    color: rgb(3, 187, 116) ;
}

.trusted-text .subtext {
    font-size: 28px;
    color: rgb(3, 187, 116);
}

.trusted-text p{
    color: rgb(19, 7, 54);
    width: 50%;
    text-align: center;
    margin: 10px auto;
    line-height: 1.5;
    font-family:'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
}

.companyLogo-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    overflow: none;
}

.companyLogo-container img{
    width: 190px;
}

.separator{
    width: 1px;
    height: 220px; 
    background-color: black; 
}

/*CONTAINER FOR ALL BLACK BG BORDERS*/
.blackBg-container{
    background-color: black;
    min-height: 100vh;
    width: 100%;
}

/*CONTAINER FOR ALL WHITE BORDERS*/
.whiteBorder-container{
    min-height: 100vh;
    width: 95%;
    margin: 0 auto; 
    border-left: 1px solid white;
    border-right: 1px solid white;
    display: flex;
    flex-direction: column;
}

.row-flex{
    display: flex;
    flex-direction: row;
}

/*work With Us Main Container*/
.workWithUs-main-container{
    align-items:stretch;
    gap: 20px;
    justify-content: space-evenly;
    min-height: 970px;
}

.workWithUs-container {
    flex: 1;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    background: black;
    padding: 20px;
    border-radius: 10px;
    z-index: 10;
}

.workWithUs-container h1{
    color: rgb(0, 255, 159);
    font-size: 30px;
    margin-block-start: 2px;
    margin-block-end: 0;
    font-family: RecklessNeue, Cambria,
    Times New Roman, Times, serif;
}

.workWithUs-container h2{
    color: White;
    font-size: 50px;
    margin-block-start: 20px;
    margin-block-end: 0;
    margin-left: 8px;
    font-family: RecklessNeue, Cambria,
    Times New Roman, Times, serif;
}

.workWithUs-container p{
    max-width: 500px;
    color: #adadad;
    font-size: 19px;
    margin: 10px 40px;
    font-family: RecklessNeue, Cambria,
    Times New Roman, Times, serif;
}

.separator2{
    border-right: 1px solid white;
}

.workWithUs-info{
    width: 40%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.workWithUs-info video{
    width: 97%;
    height: auto;
    background-color: white;
}

.workWithUs-info h2{
    width: max-content;
    color: rgb(0, 255, 159);
    font-family: RecklessNeue, Cambria,
    Times New Roman, Times, serif;
    margin-block-end: 0;
}

.workWithUs-info p{
    color: #adadad;
    margin: 10px auto;
    font-size: 20px;
    font-family: RecklessNeue, Cambria,
    Times New Roman, Times, serif;
}

.how-it-works {
    text-align: center;
    padding: 60px 20px;
}

.how-it-works h2 {
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 30px;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.step {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.step:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background: #00c96b;
    border-radius: 50%;
    margin-right: 20px;
}

.step-content h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 5px;
}

.step-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

.footer {
    color: white;
    text-align: center;
    height: 100px;
    padding: 15px;
    background-image: url(Media/footer.png);
    background-size: cover;
}

.footer p {
    margin-block-end: 0;
}

.social-links {
    margin-top: 10px;
    padding-bottom: 40px;
}

.social-links a {
    color: white;
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
    transition: 0.3s;
}

.social-links a:hover {
    color: rgb(0, 255, 159);
}

/* ABOUT US PAGE */
.container {
    max-width: 90%;
    margin: 60px auto;
    padding: 20px;
}

.container h1 {
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    font-weight: bolder;

}

.faq-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.faq-box {
    background: #222;
    padding: 20px;
    width: 300px;
    height: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    align-content: center;
    display: flex;
    justify-content: space-evenly;
}

.faq-box img{
    width: 300px;
    height: 170px;
}

.faq-box p{
    text-align: center;
}

.faq-box:hover {
    transform: translateY(-10px);
}

.faq-content h2 {
    margin-top: 10px;
    color: #fff;
    text-align: center;
    margin-block-end: 0;
}

.faq-content p{
    color: #b1b0b0;
    margin-top: 8px;
}

.role-section{
    background-color: #222;
    width: fit-content;
    height: auto;
    margin: 60px auto;
    padding: 20px;
    border-radius: 10px;
}

.role-box{
    align-items: center;
    align-content: center;
}

.role-box h2{
    color: white;
    text-align: center;
    margin-block-start: 0;
}

.role-button{
    text-align: center;
}

.role-button button{
    background-color: #e4e3e3;
    width: 130px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

/* The popup container */
.popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px gray;
    z-index: 1000;
}

/* Dark background overlay */
.overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.contact-form input, .contact-form textarea {
    width: 90%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    width: 100%;
    padding: 10px;
    background: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.close-btn {
    display: block;
    margin-top: 10px;
    padding: 5px;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
}

.implementation-container{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 100vh;
    align-items: center;
    margin: 0 auto;
    box-shadow: inset 2px 2px rgba(19, 7, 54, 0.3),
                inset -2px -2px rgba(19, 7, 54, 0.3);
}

.glow-3d {
    background-color: rgb(0, 121, 75);
    color: white;
    font-size: 18px;
    border: none;   
    box-shadow:
        0 0 20px 5px rgba(0, 144, 89, 0.7),
        0 0 40px 10px rgba(0, 144, 89, 0.4),
        0 0 60px 15px rgba(0, 144, 89, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.line-effect-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(0, 121, 75);
}

.line-up {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: white;
    opacity: 0.2;
    animation: moveLineup 2s linear infinite;
}

.line-down {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: white;
    opacity: 0.2;
    animation: moveLinedown 2s linear infinite;
}

@keyframes moveLineup {
    0% {
        transform: translateY(100%);
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0.1;
    }
}

@keyframes moveLinedown {
    0% {
        transform: translateY(-100%);
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.1;
    }
}

.implementation-container h1{
    color: white;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-block-end: 3rem;
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}  

.implementation-container h3{
    color: white;
    width: 85%;
    text-align: center;
    font-weight: lighter;
    margin: 0 auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.implementation-timeline{
    width: 90%;
    display: gird;
    margin: 0 auto;
}

.step-card {
  display: flex ;
  align-items: center;
  background: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 900px;
  margin: 60px auto;
  padding: 20px;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.step-card img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.step-text {
  padding: 30px;
  background-color: white;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  flex: 1;
}

.step-text h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: rgb(19, 7, 54);
  font-weight: 900;
}

.step-text p {
  font-size: 15.5px;
  color: black;
  line-height: 1.6;
  padding-left: 20px;
  font-style: italic;
}

/*Fade In effect*/
.fade-in {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 1s ease-out, transform 1s ease-out;
}
  
.fade-in.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* bounce effect*/
.fade-in-left {
    opacity: 0;
    transform: translate(400px, 200px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    overflow: none;
}   
  
.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0); /* slide to original place */
    overflow: none;
}

.contact-header {
    position: relative;
    height: 270px;
    background: url('Media/footer.png') center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 30px;
    color: white;
    font-style: italic;
    font-size: 5rem;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0,0,0,0.7);
  }

/* Contact form */
.contact-form {
    width: 90%;
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
    margin: 50px auto;
}
.contact-form h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.7rem;
  color: #00794b;
}
form {
  display: flex;
  flex-direction: column;
}
label {
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}
input, textarea {
  font-family: inherit;
  padding: 10px 14px;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  resize: vertical;
  transition: border-color 0.25s ease;
}
input:focus, textarea:focus {
  outline: none;
  border-color: #00794b;
  box-shadow: 0 0 6px #94d2bd;
}
textarea {
  min-height: 110px;
}
button {
  margin-top: 20px;
  padding: 0 18px;
  font-weight: 700;
  font-size: 1.05rem;
  background: #00794b;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}
button:hover {
  background: #005934;
}


.calculator-container1{
    background-color: #005934;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 140vh;
}

/* Container for vertical lines */
  .vertical-lines-container {
    position: absolute;
    width: 100%;
    height: 900px;
  }

  /* Vertical line style */
  .vertical-line {
    position: absolute;
    top: 0;
    height: 900px;
    width: 1px;
    background-color: rgb(255, 255, 255, 0.1);
    z-index: 1; 
  }

  /* Position each vertical line manually with 30px gap */
  .v1 { left: 0px; }
  .v2 { left: 100px; }
  .v3 { left: 200px; }
  .v4 { left: 300px; }
  .v5 { left: 400px; }
  .v6 { left: 500px; }
  .v7 { left: 600px; }
  .v8 { left: 700px; }
  .v9 { left: 800px; }
  .v10 { left: 900px; }
  .v11 { left: 1000px; }
  .v12 { left: 1100px; }
  .v13 { left: 1200px; }
  .v14 { left: 1300px; }
  
  /* Container for horizontal lines */
  .horizontal-lines-container {
    position: absolute;
    width: 100%;
    height: 400px;
  }

  /* Horizontal line style */
  .horizontal-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(255, 255, 255, 0.1);
    z-index: 1;
  }

  /* Position each horizontal line manually with 30px gap */
  .h1 { top: 0px; }
  .h2 { top: 100px; }
  .h3 { top: 200px; }
  .h4 { top: 300px; }
  .h5 { top: 400px; }
  .h6 { top: 500px; }
  .h7 { top: 600px; }
  .h8 { top: 700px; }
  .h9 { top: 800px; }
  .h10 { top: 900px; }
  .h11 { top: 1000px; }
  .h12 { top: 1100px; }
  .h13 { top: 1200px; }
  .h14 { top: 1300px; }


.savings-section {
    text-align: center;
    padding: 20px 20px;
    color: white;
    margin-top: 100px;
}

.savings-title {
    font-size: 2.5rem;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.3;
    position: relative;
    color: white; 
}

.savings-title .highlight {
    color: rgb(0, 255, 157);
    font-weight: 700;
    position: relative;
}

.timer {
    font-size: 2.8rem;
    font-weight: 800;
    color: rgb(3, 187, 116);
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); color: rgb(0, 255, 157); }
    100% { transform: scale(1); }
}

/* Centering the Toggle Button */
.toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; /* Centers it horizontally */
    gap: 10px; /* Space between labels and toggle */
    width: 100%; /* Full width to center properly */
    padding-top: 20px;
}

/* Toggle Container */
.toggle-container {
    display: inline-block;
    width: 50px;
    height: 25px;
    background: #e0e0e0;
    border-radius: 25px;
    position: relative;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2),
                inset -5px -5px 10px rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Hide default checkbox */
.toggle-container input {
    display: none;
}

/* Toggle Button (Slider) */
.toggle-button {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    background: #d1d1d1;
    border-radius: 50%;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3),
                inset -2px -2px 4px rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-in-out;
}

.label{
    font-family: NeueHaasGroteskDisplayPro, 
    Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: white;
    text-align: center;
}

/* When toggled ON (Right Side - Hiring Local) */
.toggle-container input:checked + .toggle-button {
    left: 26px;
    background: #00FF87; /* Green to indicate selection */
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.3),
                inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}

/* Label Color Change When Active */
.toggle-container input:checked ~ .right {
    color: #00FF87; /* Highlight "Hiring Local" */
}

.toggle-container input:not(:checked) ~ .left {
    color: #00FF87; /* Highlight "External Agency" */
}


/* CALCULATOR STYLING*/
.calculator-main-container{
    width: 95%;
    margin: 0 auto; 
    padding: 30px 0;
    border-left: 1px solid black;
    border-right: 1px solid black;
}



.calculator-container{
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: fit-content;
}

.calculator-column-container{
    align-items: center;
    justify-content: space-between;
    background-image: url(Media/footer.png);
    background-size: cover;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3); /* Shadow for depth */
    /* ENGRAVED INTO WEBSITE 
        box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.3),
                inset -3px -3px 6px rgba(255, 255, 255, 0.7); */
    transform: translateY(10px); /* Slight lift */
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    padding: 20px;
    padding-right: 0;
    height: 400px;
    flex: 0 0 750px; /* Prevents flexbox from resizing it */
    overflow: hidden; /* Prevents children from overflowing */
}

.calculator-column-container:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.7);
    transform: translateY(15px);
}

.calculator-userInput-container{
    padding: 10px;
}

.calculator-userInput-container p{
    color: white;
    font-family:NeueHaasGroteskDisplayPro, 
    Helvetica, Arial, sans-serif;
    font-size: 12px;
    width: 340px;
    margin-block-end: 0;
}

.dropdown{
    width: 207px !important;
    height: 30px;
    background-color: rgb(0, 255, 159);
    border: 1px solid rgb(53, 22, 146);
    border-radius: 8px;
    color: rgb(19, 7, 54); /* Light text */
    font-weight: bold;
    padding: 2px 5px;
    font-size: 15px;
    box-shadow: 2px 2px 6px rgba(40, 16, 112, 0.3),
                -2px -2px 6px rgba(40, 16, 112, 0.3);
    cursor: pointer;
}

::placeholder{
    color: rgb(19, 7, 54, 0.8);
}

.dropdown:hover{
    background-color: rgb(0, 121, 75);
}

.wave-border {
    height: 100%;
    min-width: 330px;
    padding: 20px;
    padding-left: 5px;
    padding-right: 0px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    background-color: rgb(0, 255, 159);
    clip-path: path("M20,0 Q0,27.5 20,55 Q0,82.5 20,110 Q0,137.5 20,165 Q0,192.5 20,220 Q0,247.5 20,275 Q0,302.5 20,330 Q0,357.5 20,385 Q0,412.5 20,440 L350,440 L350,0 Z");
    z-index: 0;
}

.wave-border-2 {
    position: absolute;
    top: 0;
    height: 100%;
    width: 400px;
    padding: 5px;
    padding-right: 0px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    background-color: rgb(0, 144, 89);
    clip-path: path("M20,0 Q0,27.5 20,55 Q0,82.5 20,110 Q0,137.5 20,165 Q0,192.5 20,220 Q0,247.5 20,275 Q0,302.5 20,330 Q0,357.5 20,385 Q0,412.5 20,440 L350,440 L350,0 Z");
    z-index: 1;
}

.calculations{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0; 
    height: 100%;
    max-height: 400px;
    width: 100%;
    max-width: 310px;
    padding: 20px;
    padding-right: 0;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
    clip-path: path("M20,0 Q0,27.5 20,55 Q0,82.5 20,110 Q0,137.5 20,165 Q0,192.5 20,220 Q0,247.5 20,275 Q0,302.5 20,330 Q0,357.5 20,385 Q0,412.5 20,440 L350,440 L350,0 Z");
    background-image: url(Media/footer.png);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    z-index: 999;
}

.calculations p {
    margin: 3px;
    min-height: 30px;
    padding-bottom: 10px;
    color: white;
}

.calculations h4{
    text-align: center;
}

.calculations img{
    width: 100px;
    height: 20px;
    padding-right: 5px;
    padding-top: 1px;
}

.costStyle {
    font-size: 32px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-align: center;
    display: inline-block;
    background: linear-gradient(70deg, #4dca51, #11d8ce); /* Green to Blue */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Fix for some browsers */
    color: transparent;
    text-shadow: none;
}

.cosourcing-intro{
    width: 80%;
    margin: 0 auto;
    margin-top: 130px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.cosourcing-text h1{
    color: rgb(19, 7, 54);
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
}

.cosourcing-text p{
    width: 400px;
    margin-left: 20px;
    color: rgb(9, 148, 167);
}

.cosourcing-intro img{
    max-width: 300px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

/*JOB POSITION CSS*/
.cosourcing-position{
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    border-radius: 30px;
    margin-top: 100px;
    padding: 20px 50px;
}

.position-title{
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    text-align: center;
    color: rgb(19, 7, 54);
    padding: 20px 0;
}

.job-position{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}

.position-div{
    width: 300px;
    height: 450px;  
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.position-div img{
    width: 230px;
    height: auto;
    margin: 20px auto;
    align-items: center;
}

.position-div h1{
    color: rgb(19, 7, 54);
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    margin-block-start: 0;
    font-size: 27px;
}

.position-div p{
    width: 90%;
    text-align: center;
    font-family: "rubik", sans-serif;
}

/*OUR MISSION DIV*/
.section {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.section h2 {
    margin-top: 0;
    color: #005934;
}

@media screen and (max-width: 750px){

    html, body {
        overflow-x: hidden;
    }

    .fade-in-left {
      opacity: 0;
      transform: translateX(100px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }
    
    .fade-in-left.visible {
      opacity: 1;
      transform: translateX(0);
    }


    .navigation-bar{
        width: 90%;
        margin: 0 auto;
    }

    .nav-links{
        display: none;
        width: 30%;
        text-align: center;
        position: absolute;
        top: 40px;
        right: 0;
        background-color: black;
        padding-top: 20px;
    }

    .nav-links.active{
        display: block;
    }

    .video-background {
      position: relative;
      width: 100%;
      height: 70vh;
      overflow: hidden;
    }

    .main-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: blur(4px);
      z-index: 0;
    }

    .description {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -10%);
      z-index: 1;
      color: white;
      text-align: center;
      padding: 1rem;
      max-width: 90%;
    }

    .co-image{
        width: 12%;
        margin-left: 0;
        margin-block-end: 0;
    }

    .description h1{
        text-align: center;
        margin-block-start: 0;
        margin-left: 0;
        font-size: 30px;
    }

    .description h2{
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
        font-size: 30px;
    }

    .description p{
        text-align: center;
        min-width: 90%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .description-Content{
        margin-top: 80px !important;
    }

    .calc{
        padding: 0;
    }

    .hamburger{
        display: block;
        width: 40px;
    }

    .row-flex{
        flex-direction: column;
    }

    .calculations{
        width: max-content;
        transform: none;
    }

    .calculator-userInput-container{
        text-align: center;
    }

    .workWithUs-info{
        width: 100%;
    }

    .workWithUs-container {
        position: static;
    }

    .workWithUs-container h1{
        margin-block-start: 20px;
    }

    .workWithUs-container p{
        margin-block-end: 0;
    }

    .workWithUs-info h2{
        font-size: 19px;
        margin-block-end: 0;
        margin: 0 auto;
        margin-top: 10px;
    }

    .workWithUs-info p{
        text-align: center;
    }

    .content{
        padding: 0 0;
        margin: 30px 0;
    }

    .content h2{
        font-size: 40px;
    }

    .implementation{
        padding: 0 10px;
    }

    .implementation h1{
        font-size: 40px;
    } 
    
    .outcomes{
        gap: 5px;
    }

    .list{
        list-style-type: none;
        text-align: center;
        margin: 0 auto;
    }

    .outcome-box ul{
        padding-inline-start: 0;
    }

    .trusted-text p{
        width: 80%;
    }

    .footer{
        background-size: cover;
    }


    .calculator-column-container{
        padding: 0;
        padding-bottom: 20px;
    }

    .wave-border {
        position: relative;
        clip-path: none;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        left: 0;
    }
    
    .wave-border-2 {
        position: relative;
        clip-path: none;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        left: 0;
    }
    
    .calculations{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        min-width: 100%;
        clip-path: none;
        padding: 20px 0;
    }

    .calculator-absolute{
        position: absolute;
        top: 100px;
        min-height: 200vh !important;
    }

    .vertical-lines-container{
        height: 140vh;
    }

    .savings-title{
        font-size: 20px;
    }

    /*IMPLEMENTATION PAGE*/
    .step-card {
      display: flex ;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      max-width: 750px;
    }

    .step-text h3 {
      text-align: center;
    }

    .step-text p {
      text-align: center;
    }

    /*CONTACT US*/
    .contact-header{
        font-size: 40px;
    }

    /*ABOUT US PAGE*/
    .position-title{
        text-align: center;
    }

    .cosourcing-intro{
        display: flex;
        flex-direction: column-reverse;
    }

    .cosourcing-text{
        text-align: center;
        margin-left: 0;
        width: 100%;
    }

    .cosourcing-text h1{
        color: rgb(19, 7, 54);
        font-family: "Rubik", sans-serif;
        font-optical-sizing: auto;
        font-weight: bold;
        width: 100%;
    }

    .cosourcing-text p{
        width: 100%;
        margin-left: 0;
        color: rgb(9, 148, 167);
    }
}

@media screen and (max-width: 750px){
    .sign{
        margin-right: 0;
    }

    .title{
        font-size: 50px !important;
        align-content: center;
    }

    .title-desc{
        margin-left: 0;
        width: 70%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 600px){
    .separator{
        width: 200px;
        height: 1px;
    }
}