html,
body {
    overflow-x: hidden !important;
    font-family: "Inter", sans-serif;
}

body {
    background-color: #ffffff;
}
a {
    text-decoration: none !important;
}
p {
    margin: 0;
}
ol,
ul {
    padding-left: 0 !important;
}
li {
    list-style: none;
}

.cotainer {
    max-width: 1200px;
    margin: 0;
    padding: 0;
}

.h2,
h2 {
    line-height: 1;
}

.hero-banner {
    position: relative;
    margin-bottom: -75px;
    z-index: 0;
}

.videoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 709px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.contentCta {
    color: #edede9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
}

.contentCta h1 {
    font-weight: 700;
    font-size: 100px;
    line-height: 0.9;
    margin: 0;
}

.contentCta p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.hero-bar {
    background-color: #0039b1;
    color: white;
    padding: 14px 0;
    position: relative;
    z-index: 10;
}
.hero-bar-container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.hero-bar a.btn.btn-primary {
    background: transparent;
    border: solid 1px white;
    border-radius: 3px;
    width: 82px;
    height: 27px;
    font-size: 11px;
}

.navbar {
    padding: 0 20px;
    top: 0;
    z-index: 9;
    margin-bottom: -108px;
    z-index: 999;
    position: relative;
}

.navbar-white {
    padding: 45px 0 56px 0;
}

.navbar-white .nav-link:hover,
.navbar-white .nav-link.active,
.nav-link.active::after {
    color: #0039b1;
    font-weight: 600;
}

.navbar-white .nav-link {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
}

.navbar-white .nav-link.active::after {
    background-color: #0039b1;
}

.nav-item {
    color: #bfbfbf;
    position: relative;
}

.navbar-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333333;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
    align-items: center;
    margin-bottom: 0 !important;
}

.nav-link {
    text-decoration: none;
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: white;
}

.nav-link.active {
    color: #bfbfbf;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #bfbfbf;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #0039b1;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -7px);
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.mobile-menu.active {
    display: block;
}

.mobile-nav-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-nav-link {
    text-decoration: none;
    color: #6b7280;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
    transition: color 0.3s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    color: #333333;
}

/* Responsividade */
@media (max-width: 1024px) {
    .nav-menu {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .navbar-container {
        height: 60px;
    }
    .navbar {
        background: #efefef;
        padding: 15px 20px;
    }

    .videoOverlay {
        height: 400px;
    }

    .videoContainerHome video {
        height: 400px;
    }

    .contentCta {
        top: 75%;
    }

    .contentCta h1 {
        color: #efefef;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: -0.6px;
    }

    .contentCta p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .navbar {
        padding: 10px 30px;
    }
}

.button-group {
    display: flex;
    background-color: #1e1e1e;
    overflow: hidden;
    height: 85px;
    position: relative;
    padding: 0;
    box-shadow: 0px 10px 27px -3px rgba(0, 0, 0, 0.85);
}

.button-item {
    flex: 1;
    padding: 16px 32px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 140px;
    text-align: center;
}

.button-item:hover {
    background-color: #0039b1;
}

.button-item.active {
    background-color: #0039b1;
    color: #fff;
}

.button-item.active:hover {
    background-color: #0039b1;
}

/* Separadores verticais */
.button-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background-color: #7c7f85;
}

.button-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background-color: #7c7f85;
}

.button-item:first-child::before {
    display: none;
}

/* Responsividade */
@media (max-width: 1199px) {
    .button-group {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }

    .button-item {
        min-width: auto;
        padding: 14px 24px;
    }

    .button-item:not(:last-child)::after {
        display: none;
    }

    .button-item::before {
        display: none;
    }

    .button-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .button-item.active:not(:last-child) {
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    body {
        padding: 20px;
    }

    .button-item {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.left-column {
    padding-right: 20px;
}

.main-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: #2563eb;
    line-height: 1.1;
    margin-bottom: 30px;
}

.main-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
    text-align: left;
}

.right-column {
    padding-left: 20px;
}

.section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 15px;
}

.section-content {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5563;
    text-align: left;
    margin-bottom: 20px;
}

.differentials {
    margin-top: 30px;
}

.differential-item {
    margin-bottom: 25px;
}

.differential-title {
    font-size: 1rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 8px;
}

.differential-description {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4b5563;
    text-align: left;
}

.footer {
    background-color: #2d2d2d;
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: -1px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 2fr;
    gap: 50px;
    margin-bottom: 40px;
}

.logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo {
    width: 120px;
    height: 60px;
    background-color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #2d2d2d;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 35px;
    height: 35px;
    background-color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
}

.newsletter-section h3 {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #ffffff;
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.form-group input {
    width: 100%;
    padding: 12px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #666;
    color: #ffffff;
    font-size: 0.9rem;
}

.form-group input::placeholder {
    color: #999;
}

.newsletter-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 10px 0;
}

.links-section h3 {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #ffffff;
}

.links-section ul {
    list-style: none;
}

.links-section li {
    margin-bottom: 12px;
}

.links-section a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
}

.info-section h3 {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #ffffff;
}

.info-section p {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    border-top: 1px solid #444;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: #999;
}

.footer-bottom a {
    color: #999;
    text-decoration: none;
}

.services-section {
    background-color: #1e1e1e;
    color: #ffffff;
    margin-top: -1px;
}

.container-services {
    max-width: 1200px;
    margin: 0 auto;
    padding: 147px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-title {
    font-size: 4rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 30px;
}

.main-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: white;
    margin-bottom: 40px;
    text-align: left;
}

.service-selector {
    background-color: #0039b1;
    padding: 30px;
    margin-bottom: 12px !important;
}

.selector-label {
    font-size: 1rem;
    font-weight: 600;
}

.dropdown {
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #0039b1;
    font-size: 1rem;
    color: white;
    margin-bottom: 25px;
    cursor: pointer;
}

.services-nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 40px 0;
    border-top: solid 1px #7c7f85;
    margin-top: 148px;
}

.services-nav-menu li {
    font-size: 16px;
}

.services-nav-menu li:hover,
.services-nav-menu li.active {
    cursor: pointer;
    color: #0039b1;
    font-weight: bold;
}
select {
    border: none !important;
    border-bottom: 1px solid #007bff !important;
}

select:focus-visible {
    border-bottom-color: #007bff; /* cor no foco, opcional */
}

select:not(:-internal-list-box):not([multiple]) {
    border: none !important;
}

.service-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
}

.view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}

.view-more-btn:hover {
    color: #1d4ed8;
}

.arrow {
    font-size: 28px;
}

.view-more-btn:hover .arrow {
    transform: translateX(4px);
}

.our-core-section {
    background: #0039b1;
    color: white;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.our-core-container {
    background: url("/assets/images/BACKGROUNDHOME.webp") no-repeat;
    color: white;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding-bottom: 139px;
    top: 9px;
}

.our-core-overlay {
    height: 60px;
    background: white;
    margin-bottom: -53px;
    z-index: 1;
}

.our-core-content-container {
    align-self: flex-end;
}

.image-container {
    position: relative;
}

.project-image {
    width: 690px;
    height: 690px;
    background: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    text-align: center;
}

.content-container {
    padding-left: 20px;
}

.our-core-section-title {
    font-size: 84px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1;
}

.our-core-description {
    font-size: 16px;
    color: white;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: left;
}

.learn-more-link {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    transition: border-color 0.3s ease;
}

.learn-more-link:hover {
    border-bottom-color: white;
}

.arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.learn-more-link:hover .arrow {
    transform: translateX(5px);
}

.bottom-section {
    grid-column: 1 / -1;
    margin-top: 40px;
}

.our-core-highlight-text {
    font-weight: 400;
    line-height: 1;
    max-width: 583px;
    font-size: 40px !important;
}

.service-main-title {
    font-size: 84px;
    font-weight: 600;
    line-height: 1;
    color: white;
    padding-bottom: 50px;
}

.video-background {
    position: relative;
    width: 100%;
    height: 453px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -1;
}

.text-box-container {
    background-color: #fff;
    padding: 40px 60px 0;
    width: 80%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.project-main-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.project-description {
    font-size: 1.1rem;
    color: #333333;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto;
}

.container-project {
    text-align: center;
}

.project-main-title {
    font-size: 84px;
    padding: 45px 0 35px;
    font-weight: 600;
}

.project-description {
    font-size: 1rem;
    max-width: 647px;
    margin: 0 auto;
}

.gallery-right-column {
    display: flex;
}
.gallery-container {
    width: 682px;
    height: 654px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
    padding: 4px;
}

.gallery-item {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

/* Primeira linha - 2 imagens */
.gallery-item:nth-child(1) {
    background: #1e1e1e;
    grid-column: 1;
    grid-row: 1;
}

.gallery-item:nth-child(2) {
    background: #1e1e1e;
    grid-column: 2;
    grid-row: 1;
}

/* Segunda linha - 3 imagens */
.gallery-item:nth-child(3) {
    background: #1e1e1e;
    grid-column: 1;
    grid-row: 2;
    width: calc(33.333% - 2.67px);
}

.gallery-item:nth-child(4) {
    background: #1e1e1e;
    grid-column: 1;
    grid-row: 2;
    width: calc(33.333% - 2.67px);
    margin-left: calc(33.333% + 1.33px);
}

.gallery-item:nth-child(5) {
    background: #1e1e1e;
    grid-column: 2;
    grid-row: 2;
    width: calc(33.333% - 2.67px);
}

.gallery-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.top-row {
    display: flex;
    gap: 4px;
    height: 383px;
}

.bottom-row {
    display: flex;
    gap: 4px;
    height: 266px;
}

.top-row .gallery-item {
    flex: 1;
}

/* .bottom-row .gallery-item {
    flex: 1;
} */

.image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 500;
}

.container-team {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.team-main-title {
    font-size: 84px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 65px;
}

.team-subtitle {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    line-height: 1;
}

.description {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
    text-align: left;
}

.team-left-column {
    width: 434px !important;
}

.view-more {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
}

.right-column {
    width: 691px !important;
}

.team-member {
    display: flex;
    flex-direction: column;
}

.member-photo {
    width: 100%;
    height: 425px;
    margin-bottom: 15px;
    border-bottom: 4px solid #2563eb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.member-quote {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px;
    text-align: left;
}

.member-name {
    font-size: 0.9rem;
    font-weight: bold;
    color: #000;
}

.dream-section {
    display: flex;
    position: relative;
    background-color: #1e1e1e;
}

.our-core-section .project-image {
    padding: 0px;
}

.dream-image-section {
    flex: 2;
    background-image: url("/assets/images/dream-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.dream-content-section {
    flex: 1;
    background-color: #1e1e1e;
    color: white;
    padding: 152px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.hero-bar-frase {
    font-size: 12px;
    font-style: italic;
}

.blue-accent {
    position: absolute;
    right: 0;
    top: 0px;
    width: 200px;
    height: 200px;
    background-color: #1e40af;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 1;
}

.dream-main-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #ffffff;
    width: 80% !important;
}

.dream-description {
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 40px;
    max-width: 500px;
}

.areas-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 125px 0 135px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #888888;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

.cta-button:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.arrow {
    font-size: 18px;
}

.about-container {
    max-width: 1006px;
    margin: 0 auto;
    padding: 140px 0px 115px;
    display: flex;
    gap: 110px;
    align-items: start;
}

.about-left-column {
    width: 355px;
}

.about-main-title {
    font-size: 84px;
    font-weight: 600;
    line-height: 1;
    color: #0039b1;
    padding-bottom: 20px;
}

.about-main-description {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    text-align: left;
    padding: 20px 0 20px;
}

.about-rectangle-decoration {
    padding-top: 52px;
}
.about-right-column {
    width: 522px;
    margin-top: 15px;
}

.about-section {
    margin-bottom: 40px;
}

.about-section-title {
    font-size: 40px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 15px;
}

.about-section-content {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5563;
    text-align: left;
    margin-bottom: 20px;
}

.about-differentials {
    margin-top: 30px;
}

.about-differential-item {
    margin-bottom: 25px;
}

.about-differential-title {
    font-size: 1rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 8px;
}

.about-differential-description {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4b5563;
    text-align: left;
}

.areas-content {
    width: 100%;
    align-items: center;
}

.areas-content h2 {
    padding: 0;
    margin: 0;
}

.areas-content p {
    padding: 30px 0 20px 0;
}

.areas-map {
    background: url("/assets/images/map.webp") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 569px;
}

.contact-section {
    display: flex;
    align-items: center;
    margin-top: 108px;
    background-color: #0039b1;
    gap: 60px;
    position: relative;
}

.career-hero-section {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.career-content-container {
    flex: 1;
    padding: 141px 62px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
    align-items: flex-end;
}

.career-video-container {
    position: relative;
}

.contact-form-container {
    flex: 1;
    background-color: #0039b1;
    color: white;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 50%;
    align-items: flex-end;
}

.contact-div-wrapper {
    width: 482px;
}
.contact-header {
    margin-bottom: 40px;
}

.contact-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
}

.contact-description {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 24px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

input,
select,
textarea {
    width: 100%;
    padding: 12px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-bottom-color: rgba(255, 255, 255, 0.8);
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 20px;
}

select option {
    background-color: #2563eb;
    color: white;
}

textarea {
    resize: vertical;
    min-height: 120px;
    padding-top: 12px;
}

.submit-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    padding: 0;
    border: none;
    font-weight: 600;
    background: transparent;
}

.submit-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
}

.submit-button::after {
    content: "→";
    font-size: 18px;
    transition: transform 0.3s ease;
}

.submit-button:hover::after {
    transform: translateX(4px);
}

.contact-video-container {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-content: start;
    background: #1e1e1e;
}

.video-contact-container {
    height: 935px !important;
    background-size: cover;
    width: 100%;
}

.contact-info {
    background: url("/assets/images/contact-section.webp");
    color: white;
    width: 100%;
    flex-direction: column;
    height: auto;
    padding: 83px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info-wrapper {
    padding-left: 22px;
    border-left: solid 6px #d9d9d9;
}

.contact-info-item {
    margin-bottom: 12px;
    font-size: 14px;
}

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

.contact-info-item strong {
    font-weight: 600;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.social-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.3);
}

.career-video-mark {
    background: url("/assets/images/svg/mark_careers.svg");
    width: 40%;
    background-size: cover;
    position: absolute;
    z-index: 9999;
    bottom: 5px;
    right: -20px;
    width: 613px;
    height: 570px;
    position: absolute;
}

.services-section-content {
    background-color: #0039b1;
}

.service-video-mark {
    background: url("/assets/images/svg/prancheta_blue.svg") no-repeat;
    width: 40%;
    background-size: cover;
    position: absolute;
    z-index: 9999;
    bottom: 5px;
    right: 0;
    width: 444px;
    height: 281px;
    position: absolute;
}

.services-section-page h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.services-section-page p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 38px;
}

.services-section-content .container {
    display: flex;
    padding-bottom: 205px;
}

.service-video-content {
    width: 451px;
    color: white;
}

.service-video-content h2 {
    font-size: 55px;
    padding: 130px 0 70px;
    font-weight: 600;
}

.service-video-content p {
    font-size: 16px;
    padding: 0 70px 32px 0;
    font-weight: 300;
}

.services-section-content .career-video-container {
    width: 749px;
}

/* Responsividade */
@media (max-width: 1024px) {
    .contact-form-container {
        max-width: 60%;
        padding: 40px 30px;
    }

    .contact-title {
        font-size: 40px;
    }

    .d-sm-none {
        display: none !important;
    }

    .instagram-feed-section {
        padding: 0 30px !important;
    }
}

@media (max-width: 1199px) {
    .services-section {
        padding: 0;
    }
    .contact-section {
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding: 0;
        height: auto;
    }

    .contact-form-container {
        max-width: 100%;
        padding: 50px 30px;
    }

    .contact-title {
        font-size: 32px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-row .form-group {
        margin-bottom: 24px;
    }

    .image-container {
        min-height: 300px;
    }

    .contact-info {
        position: static;
        margin: 30px;
        bottom: auto;
        right: auto;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 28px;
    }

    .submit-button {
        width: 100%;
        justify-content: center;
    }
}

/* Responsividade */
@media (max-width: 1199px) {
    .about-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0;
    }

    .about-left-column,
    .about-right-column {
        padding: 0;
    }

    .about-main-title {
        font-size: 55px !important;
        text-align: start;
        border-left: 20px solid;
        padding-left: 40px !important;
        padding-bottom: 0px !important;
    }

    .about-main-description {
        text-align: left;
    }
}
/* Responsividade */
@media (max-width: 1024px) {
    .dream-section {
        padding: 60px 40px;
    }

    .dream-main-title {
        font-size: 40px;
    }

    .blue-accent {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 1199px) {
    .dream-section {
        flex-direction: column;
        min-height: auto;
    }

    .dream-image-section {
        height: 50vh;
        min-height: 300px;
    }

    .dream-content-section {
        padding: 40px 30px;
        min-height: 50vh;
    }

    .dream-main-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .dream-description {
        font-size: 15px;
        margin-bottom: 30px;
        text-align: left;
    }

    .blue-accent {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .dream-content-section {
        padding: 30px 20px;
    }

    .dream-main-title {
        font-size: 28px;
    }

    .dream-description {
        font-size: 14px;
    }

    .cta-button {
        font-size: 15px;
    }
}

/* Responsividade */
@media (max-width: 1199px) {
    .gallery-container {
        width: 100%;
        max-width: 682px;
        height: auto;
        aspect-ratio: 682/654;
    }
}

@media (max-width: 480px) {
    .gallery-container {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
}

@media (max-width: 1199px) {
    .container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 20px;
    }

    .content-container {
        padding-left: 0;
    }

    .section-title {
        font-size: 3rem;
        text-align: center;
    }

    .highlight-text {
        font-size: 2rem;
        text-align: center;
    }

    .project-image {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 2.5rem;
    }

    .highlight-text {
        font-size: 1.5rem;
    }
}

/* Responsividade */
@media (max-width: 1199px) {
    .container-services {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 50px 30px;
    }

    .container-team {
        padding: 50px 30px;
    }

    .left-column,
    .right-column {
        padding: 0;
    }

    .main-title {
        font-size: 3rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 2.5rem;
    }

    .container {
        padding: 20px 15px;
    }

    .service-selector {
        padding: 20px;
    }
}

@media (max-width: 1199px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* Responsividade */
@media (max-width: 1199px) {
    .container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 20px;
    }

    .left-column,
    .right-column {
        padding: 0;
    }

    .main-title {
        font-size: 2.5rem;
        text-align: center;
    }

    .main-description {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }

    .container {
        padding: 15px;
    }
}

.mission-vision-section {
    padding: 140px 0;
    background-color: #1e1e1e;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto 60px auto;
    aspect-ratio: 16 / 9;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.content-column {
    background-color: transparent;
}

.column-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.column-text {
    font-size: 14px;
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 16px;
}

.highlight-text {
    font-weight: 600;
    color: #ffffff;
}

/* Responsividade */
@media (max-width: 1024px) {
    .mission-vision-section {
        padding: 40px 20px;
    }

    .content-grid {
        gap: 30px;
        margin-top: 40px;
    }

    .column-title {
        font-size: 22px;
    }

    .column-text {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .mission-vision-section {
        padding: 30px 15px;
    }

    .video-container {
        margin-bottom: 40px;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }

    .column-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .column-text {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

@media (max-width: 480px) {
    .mission-vision-section {
        padding: 20px 10px;
    }

    .video-container {
        margin-bottom: 30px;
    }

    .content-grid {
        gap: 25px;
        margin-top: 25px;
    }

    .column-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .column-text {
        font-size: 13px;
        margin-bottom: 12px;
    }
}

.map-about {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
    padding: 140px 0;
}

.projects-section {
    padding: 140px 0 140px;
    max-width: 1200px;
    margin: 0 auto;
}

.projects-title {
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin-bottom: 50px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    border-radius: 0;
    overflow: hidden;
}

.project-card {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.project-image img {
    width: 250px;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-info {
    padding: 20px;
    background: #efefef;
    text-align: center;
}

.project-name {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-decoration: underline;
    text-decoration-color: #333333;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

/* Responsividade */
/* @media (max-width: 1024px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .project-card {
        overflow: hidden;
    }

    .projects-section {
        padding: 40px 20px;
    }

    .projects-title {
        font-size: 32px;
        margin-bottom: 40px;
        padding-top:
    }
} */

@media (max-width: 1199px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .projects-section {
        padding: 30px 15px;
    }

    .projects-title {
        font-size: 28px;
        margin-bottom: 30px;
        padding-top: 50px;
    }

    .project-image {
        height: 200px;
    }

    .project-info {
        padding: 15px;
    }

    .project-name {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .projects-section {
        padding: 20px 10px;
    }

    .projects-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .project-image {
        height: 368px;
    }

    .project-info {
        padding: 12px;
    }

    .project-name {
        font-size: 15px;
    }
}

@media (min-width: 1025px) {
    .projects-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .project-card {
        border-radius: 0;
    }
}

.e-85314b6f-3e1b-4c66-bab2-ad56157f3f48 {
    width: 100%;
    padding: 0;
    background-repeat: no-repeat;
}
.e-9c77379e-dd0c-4601-ad5d-f45d4549dcb9 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 555px;
    position: relative;
}
.e-7bdf6b41-c067-4fac-9e34-046cad79782b {
    padding: 1rem;
}
.e-a22bbe27-5448-4758-ba65-219f4651b468 {
    font-size: 84px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    border: 0;
    box-shadow: 0;
}
.e-980cb511-e5be-45ca-a408-7120de101f29 {
    font-size: 84px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    border: 0;
    box-shadow: 0;
}
.e-c419f0eb-7741-41e5-b972-1f794cd43976 {
    padding: 1rem;
}
.e-52aab680-8f68-4f3c-9bed-51befee7f7b1 {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    object-fit: contain;
}
.e-ac1eb43c-71b6-4ede-9ccd-5ed83890b4f4 {
    width: 100%;
    padding: 0;
    background-color: #ff0000;
}
.e-96a72baf-385c-4e54-a40f-26637696078e {
    width: 100%;
    padding: 0;
    background-color: #000000;
}
.e-b3a94dfc-67cd-4f15-a6f8-3fa7ff88bb96 {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 0;
}

.mask-group-about {
    width: 664px;
    position: absolute;
    left: -49px;
}
/* ================================
       CAREERS (namespaced)
    ==================================*/
.careers-section {
    background-color: #2d2d2d;
    padding: 147px 0;
    margin-top: -5px;
}

.careers-container {
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    max-width: 1200px;
    gap: 40px;
}

.careers-form-container {
    flex: 1;
    background-color: #2d2d2d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
}

.careers-form-title {
    font-size: 84px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #ffffff;
}

.careers-form-group {
    margin-bottom: 24px;
}

.careers-form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #ffffff;
}

.careers-form-input {
    width: 100%;
    padding: 12px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #555555;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.careers-form-input:focus {
    border-bottom-color: #ffffff;
}

.careers-form-input::placeholder {
    color: #888888;
}

.careers-form-row {
    display: flex;
    gap: 20px;
}

.careers-form-row .careers-form-group {
    flex: 1;
}

.careers-form-select {
    width: 100%;
    padding: 12px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #555555;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 20px;
    padding-right: 30px;
    padding-left: 10px;
}

.careers-form-select:focus {
    border-bottom-color: #ffffff;
}

.careers-form-select option {
    background-color: #2d2d2d;
    color: #ffffff;
}

.careers-file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}

.careers-file-upload-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.careers-file-upload-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #555555;
    color: #888888;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
}

.careers-file-size-info {
    font-size: 12px;
    color: #888888;
    margin-top: 4px;
}

.careers-checkbox-group {
    margin: 30px 0;
    border: solid 1px white;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.careers-checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background-color: rgba(27, 27, 27, 0.1);
    padding: 10px 15px;
}

.careers-checkbox-input {
    width: 18px;
    height: 18px;
    border: 2px solid #555555;
    background: transparent;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.careers-checkbox-input:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}

.careers-checkbox-input:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #2d2d2d;
}

.careers-checkbox-label {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    cursor: pointer;
}

.careers-required {
    color: #ff4444;
}

.careers-submit-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 0;
    margin-top: 20px;
    transition: opacity 0.3s ease;
}

.careers-submit-button:hover {
    opacity: 0.8;
}

.careers-submit-button::after {
    content: "→";
    font-size: 18px;
}

.careers-image-container {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.careers-job-card {
    background: #0039b1;
    padding: 60px;
    color: #ffffff;
    width: 100%;
}

.careers-job-card-header {
    margin-bottom: 37px;
}

.careers-job-search-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    opacity: 0.9;
}

.careers-job-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

/* Escopo do select apenas dentro da seção careers */
.careers-section select {
    border: none !important;
    border-bottom: 1px solid white !important;
    border-radius: 0 !important;
    background-color: transparent;
}

.careers-job-select option {
    background-color: #1e40af;
    color: #ffffff;
}

.careers-job-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

.careers-job-description {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 64px;
}

.careers-job-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.careers-job-link:hover {
    opacity: 0.8;
}

.careers-job-link::after {
    content: "→";
    font-size: 16px;
}

/* Hero */
.careers-hero-section {
    position: relative;
    overflow: hidden;
}

.careers-content-container {
    position: relative;
    z-index: 2;
}

.careers-div-wrapper {
    position: relative;
}

.careers-header {
    position: relative;
    padding: 40px 0;
}

.careers-label {
    color: #0039b1;
}

.careers-title {
    color: #fff;
}

.careers-description {
    color: #fff;
    opacity: 0.9;
}

.careers-rectangle-decoration {
    display: block;
    max-width: 100%;
    height: auto;
}

.careers-video-container {
    position: relative;
}

.careers-video-inner {
    position: relative;
}

.careers-video-mark {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.instagram-feed-section {
    overflow: hidden;
    padding: 0;
    margin-bottom: -105px;
}

.instagram-feed-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.instagram-feed-section-header a {
    color: #1e1e1e;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.instagram-feed-section-logo {
    display: flex;
    align-items: center;
    gap: 17px;
}

.instagram-feed-section-logo p {
    color: #000;
    font-family: Inter;
    font-size: 27.956px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.547px;
}

/* Responsividade */
@media (max-width: 1024px) {
    .careers-section {
        flex-direction: column;
    }

    .careers-form-container {
        max-width: none;
        padding: 40px 30px;
    }

    .careers-form-title {
        font-size: 36px;
    }

    .careers-image-container {
        min-height: 500px;
    }

    .careers-job-card {
        max-width: none;
    }
}

.video-mobile {
    display: none;
}

.team-mobile {
    display: none;
}

#select_category {
    display: none;
}

@media (max-width: 1199px) {
    .video-mobile {
        display: block;
        height: 400px;
    }

    .video-mobile video {
        height: 400px;
    }

    .video-desktop {
        display: none;
    }

    .contact-label {
        color: #efefef !important;
    }

    .navbar-white {
        padding-right: 30px;
        padding-left: 30px;
    }

    .careers-form-container {
        padding: 30px 30px;
    }

    .careers-form-title {
        font-size: 55px;
    }

    .careers-form-row {
        flex-direction: column;
        gap: 0;
    }

    .careers-job-title {
        font-size: 24px;
    }

    .careers-image-container {
        min-height: 400px;
        padding: 0;
    }

    .about-left-column,
    .about-right-column {
        width: 100%;
    }

    .service-main-title,
    .team-main-title,
    .team-subtitle {
        text-align: center;
    }

    .main-description,
    .description {
        text-align: justify;
    }

    .feedback-section {
        flex-direction: column;
        padding: 50px 30px;
        margin: 0 !important;
    }

    .container-team {
        width: 100%;
        display: block;
    }

    .areas-map {
        height: 400px;
    }

    .our-core-container {
        display: block;
        background: none;
    }

    .project-image {
        padding: 0px;
    }

    .our-core-overlay {
        display: none;
    }

    .our-core-container {
        top: 0px !important;
        padding-bottom: 50px;
    }
    .our-core-content-container {
        padding: 50px 30px;
        margin: 0px !important;
    }
    .our-core-highlight-text {
        padding: 30px;
        font-size: 20px !important;
    }
    .team-left-column {
        width: 100%;
        padding: 0px !important;
    }

    .gallery-right-column {
        display: flex;
        padding: 0px !important;
    }
    .gallery-container {
        padding: 0px;
    }
    .areas-section .col-md-8 {
        padding: 0px;
    }
    .footer {
        padding: 50px 30px !important;
    }

    .logo-slider-section .slider-arrow {
        top: 29px;
    }

    .projects-section {
        text-align: center;
    }

    .projects-section {
        padding: 50px 30px !important;
    }

    .services-nav-menu {
        margin-top: 0px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        gap: 20px;
        margin-bottom: 10px;
    }

    .service-video-content h2 {
        padding: 0 0 45px !important;
        text-align: center;
    }

    .service-video-content p {
        padding: 0 0px 30px 0;
    }

    .service-video-content {
        width: 100% !important;
    }

    /* .service-video-content img {
        padding-bottom: 10px;
        padding-top: 40px !important;
    } */

    .service-video-mark {
        right: -60px;
    }

    .service-video-mark {
        width: 304px;
        height: 191px;
    }

    .gallery-section {
        padding: 40px 30px !important;
        height: 500px;
    }

    .services-section-content .container {
        padding: 0 0 110px 0;
    }

    .services-row {
        width: 105% !important;
    }

    .careers-container {
        gap: 0px;
    }

    .careers-form-container {
        flex: none;
    }

    .careers-section {
        padding: 0px !important;
    }

    .careers-image-container {
        width: 100% !important;
    }

    .e-e80f8b46-4f7e-45df-bb1a-1add2aa620e9 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .see-more-btn {
        margin-bottom: 50px;
    }

    .row-about-us {
        flex-direction: row-reverse;
        width: 100%;
    }

    .dream-section {
        gap: 0px !important;
    }

    .dream-image-section {
        flex: none;
        height: 350px !important;
        width: 100% !important;
    }

    .dream-content-section {
        padding: 50px 30px !important;
        text-align: center;
    }

    .dream-main-title,
    .dream-description {
        padding: 0px !important;
    }

    .mask-group-about {
        display: none;
    }

    .map-about {
        padding: 50px 30px;
    }

    .contact-div-wrapper {
        width: 100%;
    }

    .contact-video-container {
        margin-bottom: 0;
        width: 100%;
    }

    .contact-info {
        margin: 0px;
        padding: 60px 0 0 30px !important;
        height: 235px !important;
    }

    .career-content-container {
        padding: 141px 30px;
        max-width: 100%;
    }

    .career-video-container {
        padding: 0px !important;
    }

    .career-video-mark {
        display: none;
    }

    .project-main-title {
        font-size: 55px;
    }

    .services-section-content .container {
        width: 100%;
    }

    .img-height-error {
        height: 357px !important;
    }

    .video-career-container video {
        width: 100%;
        height: 400px;
    }

    .team-main-title {
        font-size: 55px;
        text-align: left;
    }

    .team-subtitle {
        font-size: 28px;
        text-align: left;
    }

    .dream-main-title {
        font-size: 55px !important;
        text-align: left;
        padding-left: 40px !important;
        border-left: 20px solid;
    }

    .team-section {
        padding: 0px !important;
    }

    .column-title {
        font-size: 30px !important;
    }

    .dream-section {
        padding: 0px;
    }

    .about-rectangle-decoration {
        display: none;
    }

    .map-about h2 {
        font-size: 30px !important;
        text-align: center;
    }

    .map-about p {
        font-size: 15px !important;
        text-align: center;
    }

    .navbar-white {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .career-hero-section .row {
        flex-direction: column-reverse;
        margin: 0;
    }

    .contact-label {
        color: #0039b1;
    }

    .careers-form-title {
        font-size: 30px !important;
    }

    .e-71c80df7-d92e-463a-ab38-d1a071037b34 {
        flex-direction: column-reverse;
    }

    .e-02686efc-691a-44ff-98a7-aff812374619 {
        padding: 60px 0px;
    }

    .e-e80f8b46-4f7e-45df-bb1a-1add2aa620e9 {
        padding-bottom: 0px !important;
    }

    .text-box-container {
        padding: 0px 30px 0;
    }

    .project-slider-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .video-background {
        height: 590px;
        margin-bottom: -260px;
    }

    .services-section-page .container {
        padding: 0px !important;
    }

    .services-section-page .col-md-6 {
        text-align: end;
    }

    .services-section-page .col-md-6 img {
        height: 370px !important;
    }

    .content-service {
        text-align: start !important;
    }

    .content-service .arrow img {
        height: 10px !important;
    }

    .services-row {
        flex-direction: column-reverse;
        margin: 0;
    }

    .hero-bar {
        display: none;
    }

    .service-video-content {
        padding: 45px 30px !important;
    }

    .service-video-content h2 {
        font-size: 55px;
        text-align: start;
        margin: 0;
    }

    .gallery-container {
        top: -110px !important;
    }

    .team-mobile {
        padding: 50px 0 0 !important;
        display: block;
    }

    .team-left-column .team-subtitle {
        display: none !important;
    }
    .team-left-column .view-more-btn {
        display: none !important;
    }

    .team-left-column .description {
        display: none !important;
    }

    .team-mobile .description {
        display: block !important;
    }

    .team-mobile .team-subtitle {
        display: block !important;
    }

    .areas-content .col-md-4 {
        padding: 20px 30px 50px !important;
    }

    .member-photo {
        background-position-y: -48px;
    }

    .our-core-section-title {
        padding: 0;
    }

    .our-core-container {
        padding-bottom: 0px !important;
    }

    .our-core-description {
        padding: 0;
    }

    .learn-more-link {
        padding-left: 0;
    }

    .gallery-slider-section {
        height: auto !important;
    }

    .gallery-item img {
        height: 330px !important;
    }

    .careers-form-title {
        font-size: 55px !important;
    }

    .video-contact-container {
        height: auto !important;
    }

    .main-container .row {
        padding: 50px 30px !important;
    }

    .main-container .col-lg-8, .col-lg-4 {
        padding: 0px !important;
    }

    .sidebar {
        padding: 30px !important;
    }

    .sidebar-section img {
        width: 100% !important;
    }

    .see-more-button {
        text-align: center;
    }

    #select_category {
        display: block;
    }

    .see-more-btn {
        font-size: 14px !important;
    }
    .footer {
        padding-top: 195px !important;
    }
}

@media (max-width: 480px) {
    body {
        padding: 0px !important;
    }

    .about-main-title {
        padding-bottom: 0px !important;
    }

    .member-photo {
        background-position-y: -48px;
    }
}
