/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside {
    padding: 50px 0;
  }
  #sidebyside .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #sidebyside .content {
    order: 2;
    margin: auto;
    margin-top: 4.6875em;
    max-width: 38.1875em;
  }
  #sidebyside .content h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
  }
  #sidebyside .content p {
    margin-bottom: 1.11111111em;
  }
  #sidebyside .content ul {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }
  #sidebyside .content ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sidebyside .content ul li img {
    margin-right: 0.625em;
    margin-top: 0.22222222em;
  }
  #sidebyside .content .button-solid {
    margin-top: 1.78571429em;
  }
  #sidebyside .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 38.1875em;
    height: 53.8125em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside .image-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: var(--primary);
    opacity: 1;
    top: 2.5em;
    left: -2.5em;
  }
  #sidebyside .image-box:after {
    content: '';
    position: absolute;
    display: block;
    height: 32.25em;
    width: 28.75em;
    background: url("/images/content-circles.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: -14.125em;
    right: -6.8125em;
    z-index: -1;
  }
  #sidebyside .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside {
    padding: 6.25em 0;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside {
    padding: 9.375em 0;
  }
  #sidebyside .container {
    max-width: 86.9375em;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sidebyside .content {
    margin: 0;
    width: 60%;
  }
  #sidebyside .image-box {
    margin: 0;
    margin-right: 10.625em;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside-reverse {
    padding: 0 !important;
  }
  #sidebyside-reverse .container {
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #sidebyside-reverse .content {
    margin: 0 auto !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  #sidebyside-reverse .content h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
  }
  #sidebyside-reverse .content p {
    margin-bottom: 0.5rem;
  }
  #sidebyside-reverse .content ul {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }
  #sidebyside-reverse .content ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sidebyside-reverse .content ul li img {
    margin-right: 0.625em;
    margin-top: 0.22222222em;
  }
  #sidebyside-reverse .content .button-solid {
    margin-top: 1.78571429em;
  }
  #sidebyside-reverse .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 38.1875em;
    height: 53.8125em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside-reverse .image-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: var(--primary);
    opacity: 1;
    top: 2.5em;
    left: -2.5em;
  }
  #sidebyside-reverse .image-box:after {
    content: '';
    position: absolute;
    display: block;
    height: 32.25em;
    width: 28.75em;
    background: url("/images/content-circles.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: -14.125em;
    right: -6.8125em;
    z-index: -1;
  }
  #sidebyside-reverse .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside-reverse {
    padding: 0 !important;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside-reverse {
    padding: 0 !important;
  }
  #sidebyside-reverse .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  #sidebyside-reverse .content {
    max-width: 100%;
    margin: 0 auto;
  }
  #sidebyside-reverse .image-box {
    margin: 0;
    margin-left: 10.625em;
    order: 2;
  }
  #sidebyside-reverse .image-box:before {
    left: auto;
    right: -2.5em;
  }
  #sidebyside-reverse .image-box:after {
    right: auto;
    left: -6.8125em;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    background: url("../images/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}

/* Services Section */
.services {
    padding: 0;
    background: #f8f9fa;
}

/* Section header spacing */
.section-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin: 0;
    padding: 0;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.section-header p {
    font-family: "Poppins", sans-serif !important;
    color: var(--purple-navy) !important;
    line-height: 1.6 !important;
    font-size: 1.1rem !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Services grid */
.services-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    max-width: 1200px;
    margin: 0.5rem auto 0;
}

/* Service cards */
.service-card {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.card-icon {
    font-size: 2rem;
    color: #7B61FF;
    margin: 0 0 0.5rem 0;
}

.service-card h3 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
}

.service-card p {
    margin: 0.25rem 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .services {
        padding: 0;
    }

    .section-header {
        margin: 0;
        padding: 0;
    }

    .section-title {
        margin: 0;
        padding: 0;
    }

    .section-header p {
        margin: 0;
        padding: 0;
    }

    .services-carousel {
        margin: 0.5rem auto 0;
        gap: 0.5rem;
    }

    .service-card {
        padding: 0.75rem;
    }
}

/* Why Choose Section - remove dark background and gradient */
.why-choose {
    background-color: #f8f9fa !important;
    z-index: 1;
    padding: 2rem 0 !important;
}

/* Why Choose section title spacing */
.why-choose .section-title {
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 10px !important;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.features-grid {
    position: relative;
    z-index: 2;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Feature cards background */
.feature-card {
    aspect-ratio: 1;
    background: var(--white) !important;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 3;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    font-size: 2.5rem;
    color: #2E5BFF;
    margin-bottom: 1rem;
}

.feature-icon i {
    font-size: 2.5rem;
}

.feature-card h3 {
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.feature-card p {
    color: #666;
    line-height: 1.4;
    font-size: 0.9rem;
    max-width: 200px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 1200px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
        gap: 4rem;
    }

    .feature-card {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .why-choose {
        padding: 1.5rem 1rem;
        margin-top: -1rem;
    }

    .why-choose .section-title {
        margin-bottom: 1.5rem !important;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .feature-card {
        max-width: 280px;
    }

    .feature-card h3 {
        font-size: 1.1rem;
    }

    .feature-card p {
        font-size: 0.85rem;
        max-width: 180px;
    }
}

/* Logo Styles */
.logo {
    text-decoration: none;
}

.logo-text {
    font-size: 0.9rem;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

/* Navigation Base Styles */
#navbar-menu {
    width: 100%;
}

#navbar-menu ul li a {
    text-decoration: none !important;
    border: none !important;
    color: var(--white) !important;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

/* Change to royal blue on scroll */
body.scroll #navbar-menu ul li a {
    color: var(--royal-blue-dark) !important;
}

/* Keep royal blue for about page */
.about-content #navbar-menu ul li a {
    color: var(--royal-blue-dark) !important;
}

/* Remove any decoration on hover/active */
#navbar-menu ul li a:hover,
#navbar-menu ul li a:active,
#navbar-menu ul li a.active {
    text-decoration: none !important;
    border: none !important;
}

.nav-logo {
    margin-right: auto;
}

/* Services section styling */
.section-header {
    padding: 3rem 2rem;
    text-align: left;
}

.section-title {
    font-size: 2.5rem;
    color: #333;
    margin: 0;
    margin-bottom: 1.5rem;
}

/* Services layout */
#services {
    padding: 3rem 0 !important;
    width: 100% !important;
    max-width: none !important;
}

#services .container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/* Header section */
.section-header {
    text-align: center;
    max-width: 600px;
}

.section-header p {
    color: #666;
    line-height: 1.6;
    font-size: 1.1rem;
}

/* Services grid */
.services-carousel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    width: 100%;
    max-width: 1200px;
}

.service-card {
    background: var(--white) !important;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.service-card h3 {
    color: #333;
    margin: 1rem 0;
    font-size: 1.3rem;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.card-icon {
    font-size: 2.5rem;
    color: #7B61FF;
}

/* Responsive */
@media (max-width: 1024px) {
    #services {
        padding: 3rem 2rem;
    }

    .why-choose {
        padding: 3rem 2rem;
    }

    .services-carousel {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    #services {
        padding: 1.5rem 1rem;
    }

    .section-header {
        margin-bottom: 2rem;
    }

    .services-carousel {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .service-card {
        padding: 2rem;
    }

    .why-choose {
        padding: 1.5rem 1rem;
        margin-top: -1rem;
    }
}

/* Footer */
#footer {
    background: #1a1a1a;
    padding: 4rem 0 0 0;
}

#footer .container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Left Section */
.left-section {
    flex: 0 1 350px;
}

.left-section .logo {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
}

.left-section p {
    color: #ccc;
    line-height: 1.6;
}

/* Middle Section */
.middle-section {
    flex: 0 1 200px;
    margin: 0 2rem;
}

/* Right Section */
.right-section {
    flex: 0 1 250px;
    text-align: right;
}

/* Lists */
.lists h2 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lists ul li {
    margin-bottom: 0.8rem;
}

.lists ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lists ul li a:hover {
    color: #2E5BFF;
}

/* Copyright */
.credit {
    margin-top: 4rem;
    padding: 1.5rem;
    text-align: center;
    border-top: 1px solid #333;
    color: #ccc;
}

/* Responsive */
@media (max-width: 1024px) {
    #footer .container {
        flex-wrap: wrap;
    }

    .left-section {
        flex: 0 1 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .middle-section {
        flex: 1;
        margin: 0;
        text-align: left;
    }

    .right-section {
        flex: 1;
        text-align: right;
    }
}

@media (max-width: 768px) {
    #footer {
        padding: 2rem 0 0 0;
    }

    #footer .container {
        flex-direction: column;
        gap: 2rem;
    }

    .middle-section,
    .right-section {
        flex: 0 1 100%;
        text-align: center;
    }
}

/* Specific icons styling */
.feature-icon.talent i {
    color: #2E5BFF;
}

.feature-icon.tech i {
    color: #00C853;
}

.feature-icon.strategy i {
    color: #FF6B6B;
}

.feature-icon.growth i {
    color: #FFB400;
}

/* Roadmap Section */
.roadmap {
    margin: 1rem auto;
    padding: 0;
    max-width: 1200px;
}

.roadmap-steps {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

/* Numbers row */
.numbers-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 2rem;
}

/* Connecting line between numbers */
.numbers-row:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(10% + 1.5rem);
    right: calc(10% + 1.5rem);
    height: 2px;
    background: #7B61FF;
    z-index: 1;
}

/* Content row */
.content-row {
    display: flex;
    justify-content: space-around;
    padding: 0 2rem;
    gap: 1rem;
}

.roadmap-step {
    width: 16%;
    text-align: center;
    position: relative;
    padding: 1rem;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Step number styling - removed hover effects */
.step-number {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--professional-purple) !important;
    color: var(--white) !important;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(123, 97, 255, 0.3);
}

/* Content styling */
.step-content {
    text-align: center;
    padding-top: 1rem;
    background: transparent !important;
}

.step-content h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.step-content p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 1024px) {
    #sidebyside-reverse {
        padding: 3rem 0;
    }

    #sidebyside-reverse .container {
        width: 100%;
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #sidebyside-reverse .content {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }

    #sidebyside-reverse .title {
        margin-bottom: 0;
    }

    .roadmap {
        margin: 2rem auto;
        padding: 0;
        width: 100%;
    }

    .roadmap-steps {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }

    .numbers-row {
        display: none;
    }

    .content-row {
        flex-direction: column;
        gap: 1.5rem;
        padding: 0;
        width: 100%;
    }

    .roadmap-step {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2rem 1.5rem;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        position: relative;
        overflow: hidden;
    }

    .roadmap-step:before {
        content: attr(data-number);
        position: absolute;
        top: -1rem;
        right: -1rem;
        width: 5rem;
        height: 5rem;
        background: var(--space-cadet-1) !important;
        opacity: 0.1;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        font-weight: bold;
        color: #000;
        z-index: 1;
    }

    /* Hide the duplicate step number */
    .roadmap-step .step-number {
        display: none;
    }

    .step-content {
        padding-top: 0;
        position: relative;
        z-index: 2;
    }

    .step-content h3 {
        margin: 0.5rem 0;
        font-size: 1.2rem;
        color: #333;
    }

    .step-content p {
        margin: 0;
        font-size: 0.9rem;
        line-height: 1.5;
        color: #666;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    #sidebyside-reverse .container {
        padding: 0 1rem;
    }

    #sidebyside-reverse .content {
        width: 100%;
    }

    .roadmap-steps {
        width: 100%;
    }

    .roadmap-step {
        padding: 1.5rem 1rem;
    }
}

#sidebyside-reverse .content .choose-text {
    display: block;
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    position: relative;
}

#sidebyside-reverse .content .choose-text strong {
    display: block;
    font-size: 2rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 700;
}

#sidebyside-reverse .content .choose-text span {
    display: block;
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #sidebyside-reverse .content .choose-text {
        margin-top: 2rem;
        padding: 1.5rem;
    }

    #sidebyside-reverse .content .choose-text strong {
        font-size: 1.75rem;
    }

    #sidebyside-reverse .content .choose-text span {
        font-size: 1.1rem;
    }
}

.timeline-footer {
    margin-top: 1rem;
    text-align: center;
    position: relative;
}

.timeline-footer .stats {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.timeline-footer .stat-item {
    color: #4A4A4A;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    line-height: 1.4;
    position: relative;
    max-width: 800px;
}

.timeline-footer .stat-item strong {
    display: block;
    font-size: 2rem;
    color: #000;
    font-weight: 900;
    margin-bottom: 0.25rem;
    letter-spacing: 0.02em;
}

@media (max-width: 768px) {
    .timeline-footer {
        margin-top: 1rem;
    }

    .timeline-footer .stats {
        padding: 0 0.5rem;
    }

    .timeline-footer .stat-item {
        font-size: 1rem;
        padding: 0.5rem;
    }

    .timeline-footer .stat-item strong {
        font-size: 1.8rem;
    }

    .roadmap-step {
        padding: 1rem 0.75rem;
        margin-bottom: 0.5rem;
    }
}

/* Services section spacing adjustments */
#services .section-header {
    margin: 1.5rem 0 0 0 !important;
    padding: 0 !important;
}

#services .section-header .section-title {
    margin: 0 0 1rem 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    font-size: 2.2rem !important;
}

#services .section-header p {
    font-family: "Poppins", sans-serif !important;
    color: var(--purple-navy) !important;
    line-height: 1.6 !important;
    font-size: 1.1rem !important;
    margin: 0 auto !important;
}

/* Remove spacing between description and cards */
#services .services-carousel {
    margin: 0.5rem auto 0 !important;
    padding: 0 1rem !important;
}

@media (max-width: 768px) {
    #services .section-header {
        margin: 1rem 0 0 0 !important;
    }

    #services .services-carousel {
        margin: 0.25rem auto 0 !important;
    }
}

/* Services section padding override */
#services.services {
    padding: 0 !important;
}

/* Service cards container */
#services .services-carousel {
    margin: 0 auto !important;
    padding: 0.5rem !important;
}

@media (max-width: 768px) {
    #services.services {
        padding: 0 !important;
    }

    #services .section-header {
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Override journey section spacing */
#sidebyside-reverse .title {
    margin: 0 0 1rem 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    font-size: 2.2rem !important;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

#sidebyside-reverse .content p {
    margin: 0 0 1.5rem 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    color: #666 !important;
    text-align: center;
}

#sidebyside-reverse .content {
    margin: 0 auto !important;
    padding: 0 !important;
}

.roadmap {
    margin-top: 0.5rem !important;
}

@media (max-width: 768px) {
    #sidebyside-reverse .container {
        padding: 0 1rem !important;
    }

    #sidebyside-reverse .content {
        padding: 0 !important;
        margin: 0 auto !important;
    }

    #sidebyside-reverse .title {
        margin: 0 0 0.75rem 0 !important;
        font-size: 2rem !important;
    }

    #sidebyside-reverse .content p {
        margin: 0 0 1rem 0 !important;
    }
}

/* Global section spacing */
section {
    padding: 3rem 0;
}

/* Section headers consistent spacing */
.section-header {
    margin-bottom: 2rem !important;
}

.section-title {
    margin-bottom: 0.5rem !important;
    padding: 0 1rem !important;
}

.section-header p {
    padding: 0 1rem !important;
    margin-bottom: 1.5rem !important;
}

/* Services section spacing */
#services.services {
    padding: 3rem 0 !important;
}

.services-carousel {
    padding: 0 1rem !important;
    margin: 0 auto !important;
    gap: 1.5rem !important;
}

/* Why Choose section spacing */
.why-choose {
    padding: 3rem 0 !important;
}

.features-grid {
    padding: 1rem !important;
    gap: 1.5rem !important;
}

/* Journey section spacing */
#sidebyside-reverse {
    padding: 3rem 0 !important;
}

#sidebyside-reverse .container {
    padding: 0 1rem !important;
}

#sidebyside-reverse .content {
    margin-bottom: 2rem !important;
}

.roadmap {
    margin: 2rem auto !important;
    padding: 0 1rem !important;
}

.content-row {
    gap: 1.5rem !important;
    padding: 1rem !important;
}

.timeline-footer {
    margin-top: 2rem !important;
    padding: 0 1rem !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    section {
        padding: 2rem 0;
    }

    .section-header {
        margin-bottom: 1.5rem !important;
    }

    .section-title {
        margin-bottom: 0.5rem !important;
    }

    .section-header p {
        margin-bottom: 1rem !important;
    }

    .services-carousel {
        gap: 1rem !important;
    }

    .content-row {
        gap: 1rem !important;
    }

    .timeline-footer {
        margin-top: 1.5rem !important;
    }
}

/* Journey section background pattern */
#sidebyside-reverse {
    position: relative;
    background-color: #f8f9fa;
}

#sidebyside-reverse:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#333 2px, var(--background) 2px);
    background-size: 40px 40px;
    opacity: 0.1;
    pointer-events: none;
}

/* Adjust content to sit above pattern */
#sidebyside-reverse .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    #sidebyside-reverse:before {
        background-size: 30px 30px;
        background-image: radial-gradient(#333 1.5px, var(--background) 1.5px);
        opacity: 0.08;
    }
}

/* Global text colors and fonts */
:root {
    --royal-blue-dark: hsl(231, 68%, 21%);
    --space-cadet-1: hsl(230, 41%, 25%);
    --purple-navy: hsl(236, 26%, 43%);
    --winter-sky: hsl(335, 87%, 53%);
    --white: hsl(0, 0%, 100%);
    --background: #fafafa;  /* Updated background color to light gray */
    --professional-purple: #7B61FF;  /* Professional light purple color */
    --gradient-1: linear-gradient(90deg, #7B61FF, #00DAF7);
}

/* Section titles */
.section-title, 
#sidebyside-reverse .title,
.why-choose .section-title {
    font-family: "Source Sans Pro", sans-serif;
    color: var(--space-cadet-1) !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
}

/* Section descriptions and body text */
.section-header p,
#sidebyside-reverse .content p,
.service-card p,
.feature-card p,
.step-content p {
    font-family: "Poppins", sans-serif;
    color: var(--purple-navy) !important;
    line-height: 1.6 !important;
}

/* Card titles */
.service-card h3,
.feature-card h3,
.step-content h3 {
    font-family: "Source Sans Pro", sans-serif;
    color: var(--space-cadet-1) !important;
    font-size: 1.5rem !important;
}

/* Footer text */
.timeline-footer .stat-item {
    font-family: "Poppins", sans-serif;
    color: var(--purple-navy) !important;
}

.timeline-footer .stat-item strong {
    font-family: "Source Sans Pro", sans-serif;
    color: var(--space-cadet-1) !important;
}

/* Service icons */
.card-icon,
.feature-icon {
    color: var(--professional-purple) !important;
}

.service-card,
.feature-card,
.roadmap-step {
    background: var(--white) !important;
    border: 1px solid rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.75rem !important;
    }

    .service-card h3,
    .feature-card h3,
    .step-content h3 {
        font-size: 1.25rem !important;
    }
}

/* Update navbar font */
.navbar-brand,
.nav-link {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 600 !important;
}

/* Update roadmap step numbers background */
.step-number {
    background: var(--professional-purple) !important;
    color: var(--white) !important;
}

/* Center and adjust services header */
#services .section-header {
    text-align: center !important;
    max-width: 600px;
    margin: 0 auto 2rem !important;  /* Removed negative margin */
    padding-top: 3rem !important;  /* Added padding at the top */
}

/* Remove white backgrounds from roadmap elements */
.roadmap-step,
.step-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Ensure the step content is also transparent */
.step-content h3,
.step-content p {
    background: transparent !important;
}

/* Keep service cards white */
.service-card {
    background: var(--white) !important;
    border: 1px solid rgba(0,0,0,0.1);
}

/* Override any other background settings for roadmap */
#sidebyside-reverse .roadmap-step,
#sidebyside-reverse .step-content {
    background: transparent !important;
}

/* Services layout - ensure consistent spacing */
#services {
    padding: 0 0 2rem !important; /* Reduced from 4rem to 2rem */
    width: 100% !important;
    max-width: none !important;
}

/* Update About Page Styles */
.about-content {
    position: relative;
    padding: 0;
    background: var(--background);
    overflow: visible;
    min-height: 100vh;
}

/* Update hero image styling */
.about-content .hero-image {
    position: relative;
    width: 100%;
    height: 50vh;
    display: block;
    background: var(--background);
}

.about-content .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1; /* Make image fully opaque */
}

/* Add dot grid to bottom half */
.about-content::after {
    content: '';
    position: absolute;
    top: 50vh;
    left: 0;
    width: 100%;
    height: 50vh;
    background-image: radial-gradient(#333 2px, var(--background) 2px);
    background-size: 40px 40px;
    opacity: 0.1;
    pointer-events: none;
}

/* Update container positioning */
.about-content .container {
    position: absolute;
    top: 15vh; /* Changed from 30vh to 20vh to move card up */
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 800px;
    z-index: 3;
}

.about-text {
    position: relative;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(123, 97, 255, 0.1);
    backdrop-filter: blur(10px);
    text-align: center;
}

.about-text h1 {
    font-size: 3rem;
    color: var(--space-cadet-1);
    margin-bottom: 2rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
}

.gradient-line {
    height: 4px;
    width: 180px;
    margin: 0 auto 2rem;
    background: linear-gradient(to right, var(--primary), #FF6B6B); /* Primary to complementary red */
    border-radius: 2px;
}

.about-text p {
    color: var(--purple-navy);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .about-content .container {
        top: 15vh; /* Changed from 20vh to 15vh for mobile */
    }

    .about-text {
        padding: 2rem;
    }

    .about-text h1 {
        font-size: 2.25rem;
    }

    .about-text p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .about-text h1 {
        font-size: 1.75rem;
    }

    .about-text {
        padding: 1.5rem;
    }
}

/* Also update the timeline-footer button to match */
.timeline-footer .button-solid:hover {
    box-shadow: 0 8px 25px rgba(123, 97, 255, 0.3);
}

/* Update services and why-choose sections to match journey background */
#services,
.why-choose {
    position: relative;
    background-color: #f8f9fa;
}

#services:before,
.why-choose:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#333 2px, var(--background) 2px);
    background-size: 40px 40px;
    opacity: 0.1;
    pointer-events: none;
}

/* Keep responsive adjustments */
@media (max-width: 768px) {
    #services:before,
    .why-choose:before {
        background-size: 30px 30px;
        background-image: radial-gradient(#333 1.5px, var(--background) 1.5px);
        opacity: 0.08;
    }
}

/* Center Why Choose section header */
.why-choose .section-header {
    text-align: center !important;
    max-width: 600px;
    margin: 0 auto 2rem !important;
}

.why-choose .section-header h2,
.why-choose .section-header p {
    text-align: center !important;
    margin: 0 auto !important;
}

.why-choose .section-header .gradient-line {
    margin: 0.5rem auto 1rem !important;
}

/* Adjust services carousel spacing */
.services-carousel {
    margin-bottom: 0 !important; /* Remove bottom margin if any */
}

/* Ensure consistent card spacing */
.service-card {
    margin-bottom: 0 !important; /* Remove bottom margin from cards */
}

/* Update hero section */
#int-hero {
    padding-bottom: 4rem;
    margin-bottom: 0;
}

.positions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.position-card {
    background: var(--white);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 400px; /* Set minimum height for consistency */
}

.position-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.position-icon {
    font-size: 2rem;
    color: var(--professional-purple);
    margin-bottom: 1rem;
}

.position-card h3 {
    color: var(--space-cadet-1);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.position-card .location,
.position-card .type {
    color: var(--purple-navy);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.position-card .description {
    color: var(--purple-navy);
    font-size: 1rem;
    line-height: 1.6;
    margin: 1rem 0;
    flex-grow: 1; /* Allow description to take up remaining space */
}

@media (max-width: 768px) {
    .careers-section {
        padding: 2rem 0;
    }

    .positions-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .position-card {
        min-height: 350px; /* Slightly shorter on mobile */
    }

    .position-card h3 {
        font-size: 1.25rem;
    }
}

/* Application Form Styles */
.application-section {
    padding: 4rem 0;
    background: var(--background);
    position: relative;
}

.application-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#333 2px, var(--background) 2px);
    background-size: 40px 40px;
    opacity: 0.1;
    pointer-events: none;
}

.application-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.application-form h2 {
    text-align: center;
    color: var(--space-cadet-1);
    margin-bottom: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.application-form .form-group {
    margin-bottom: 1.5rem;
}

.application-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--space-cadet-1);
    font-weight: 500;
}

.application-form input,
.application-form textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: transparent;
    color: var(--purple-navy);
}

.application-form input:focus,
.application-form textarea:focus {
    outline: none;
    border-color: var(--professional-purple);
    background: transparent;
}

.application-form input::placeholder,
.application-form textarea::placeholder {
    color: var(--purple-navy);
    opacity: 0.7;
}

.application-form input[type="file"] {
    padding: 0.5rem;
    background: #f8f9fa;
}

.application-form .button-solid {
    width: auto;
    min-width: 200px;
    margin: 1rem auto;
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.application-form .button-solid:hover {
    box-shadow: 0 8px 25px rgba(123, 97, 255, 0.3);
}

@media (max-width: 768px) {
    .application-section {
        padding: 2rem 0;
    }

    .application-form {
        padding: 1.5rem;
        margin: 0 1rem;
    }
}

/* Contact Section Styles */
.contact-section {
    padding: 4rem 0;
    background: var(--background);
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#333 2px, var(--background) 2px);
    background-size: 40px 40px;
    opacity: 0.1;
    pointer-events: none;
}

.contact-section .section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.info-card {
    background: var(--white);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item i {
    font-size: 1.5rem;
    color: var(--professional-purple);
    margin-top: 0.25rem;
}

.info-content h3 {
    color: var(--space-cadet-1);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.info-content p {
    color: var(--purple-navy);
    font-size: 1rem;
    line-height: 1.6;
}

.info-content a {
    color: var(--purple-navy);
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-content a:hover {
    color: var(--professional-purple);
}

.contact-form {
    background: var(--white);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

.contact-details {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
    padding: 0 1rem;
}

.detail-item i {
    font-size: 1.25rem;
    color: var(--professional-purple);
    margin-top: 0.25rem;
}

.detail-content h3 {
    color: var(--space-cadet-1);
    font-size: 1rem;
    margin-bottom: 0.25rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.detail-content p, 
.detail-content a {
    color: var(--purple-navy);
    font-size: 0.9rem;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.detail-content a:hover {
    color: var(--professional-purple);
}

@media (max-width: 768px) {
    .contact-details {
        flex-direction: column;
        gap: 1.5rem;
    }

    .detail-item {
        padding: 0;
    }
}

/* Update Contact Section overlap styling */
.contact-section.overlap .contact-form {
    margin-top: -400px;
    position: relative;
    z-index: 5;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Update hero section spacing */
#int-hero {
    padding-bottom: 300px;
    margin-bottom: -200px;
}

/* Keep original form styling */
.contact-form {
    background: var(--white);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.contact-form .button-solid{
    width: auto;
    min-width: 200px;
    margin: 1rem auto;
    display: block;
    height: 3rem;
    line-height: 3.5rem;
    padding: 0;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--space-cadet-1);
    font-weight: 500;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: transparent;
    color: var(--purple-navy);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--professional-purple);
    background: transparent;
}

/* Contact details section */
.contact-details {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
    padding: 0 1rem;
}

.detail-item i {
    font-size: 1.25rem;
    color: var(--professional-purple);
    margin-top: 0.25rem;
}

.detail-content h3 {
    color: var(--space-cadet-1);
    font-size: 1rem;
    margin-bottom: 0.25rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.detail-content p, 
.detail-content a {
    color: var(--purple-navy);
    font-size: 0.9rem;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.detail-content a:hover {
    color: var(--professional-purple);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .contact-section.overlap .contact-form {
        margin-top: -350px;
    }
    
    #int-hero {
        padding-bottom: 250px;
        margin-bottom: -150px;
    }
}

@media (max-width: 768px) {
    .contact-section.overlap .contact-form {
        margin-top: -300px;
    }
    
    #int-hero {
        padding-bottom: 200px;
        margin-bottom: -100px;
    }
    
    .contact-details {
        flex-direction: column;
        gap: 1.5rem;
    }

    .detail-item {
        padding: 0;
    }
}

html {
    scroll-behavior: smooth;
}

#journey {
    position: relative;
    top: -130px; /* Adjust based on header height */
    pointer-events: none;
}

/* Update contact form to include details */
.contact-form {
    background: var(--white);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

.contact-details {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
    padding: 0 1rem;
}

.detail-item i {
    font-size: 1.25rem;
    color: var(--professional-purple);
    margin-top: 0.25rem;
}

.detail-content h3 {
    color: var(--space-cadet-1);
    font-size: 1rem;
    margin-bottom: 0.25rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.detail-content p, 
.detail-content a {
    color: var(--purple-navy);
    font-size: 0.9rem;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.detail-content a:hover {
    color: var(--professional-purple);
}

@media (max-width: 768px) {
    .contact-details {
        flex-direction: column;
        gap: 1.5rem;
    }

    .detail-item {
        padding: 0;
    }
}

/* Add contact row styling */
.contact-row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .contact-row {
        flex-direction: column;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

/* Center align contact form content */
.contact-form h2,
.contact-form p {
    text-align: center;
}

.contact-details {
    text-align: center;
}

.detail-item {
    justify-content: center;
    text-align: center;
}

.detail-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Adjust icon alignment */
.detail-item i {
    margin-top: 0;
}

/* Keep form labels left-aligned */
.contact-form .form-group label {
    text-align: left;
}

/* Update careers section styling */
.careers-section {
    padding: 4rem 0;
    background: var(--background);
    position: relative;
    margin-top: 0; /* Remove any negative margin */
}

/* Update hero section for careers page */
#int-hero {
    padding-bottom: 4rem;
    margin-bottom: 0;
}

/* Remove any overlap-related styles for careers */
.careers-section.overlap {
    margin-top: 0;
}

/* Keep the dot grid background */
.careers-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#333 2px, var(--background) 2px);
    background-size: 40px 40px;
    opacity: 0.1;
    pointer-events: none;
}

.careers-section .section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem;
}

/* Keep contact section overlap styling separate */
.contact-section.overlap .contact-form {
    margin-top: -400px;
    position: relative;
    z-index: 5;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Keep contact hero section spacing separate */
.contact-section + #int-hero {
    padding-bottom: 300px;
    margin-bottom: -200px;
}

/* Application Section overlap styling */
.application-section.overlap .application-form {
    margin-top: -400px;
    position: relative;
    z-index: 5;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Center align application form content */
.application-form h2,
.application-form p {
    text-align: center;
}

/* Keep form labels left-aligned */
.application-form .form-group label {
    text-align: left;
}

/* Update hero image styling for contact page */
#int-hero picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#int-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

/* Add or update these styles */
html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Full viewport height */
}

main {
    flex: 1 0 auto; /* Takes up remaining space */
    display: flex;
    flex-direction: column;
}

#footer {
    flex-shrink: 0; /* Prevents footer from shrinking */
    margin-top: auto; /* This will push the footer down */
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Ensure the credit section is flush with the bottom */
#footer .credit {
    margin-bottom: 0;
    padding: 1.5rem;
    width: 100%;
}

/* Adjust the main content sections to not force extra space */
.about-content,
.careers-section,
.contact-section,
.application-section {
    width: 100%;
}

/* Remove any bottom margins from the last section before footer */
main > section:last-child {
    margin-bottom: 0;
    padding-bottom: 4rem; /* Add some padding instead of margin */
}

/* Add these rules to hide scrollbars */
html {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

html::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Hide scrollbars for any scrollable content */
* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none;
}

/* Ensure mobile menu still scrolls smoothly */
.mobile-nav {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-nav::-webkit-scrollbar {
    display: none;
}

/* For any textareas or other scrollable elements */
textarea, 
.scrollable-content {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

textarea::-webkit-scrollbar,
.scrollable-content::-webkit-scrollbar {
    display: none;
}