/* ========================================
   UTILITY CLASSES
   ======================================== */

/* Padding Utilities */
.pv-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pv-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.p-32 {
    padding: 32px !important;
}

/* Font Utilities */
.font-rem {
    font-size: 1.1rem !important;
}

.form-text {
    color: #0a0a0a !important;
}

.form-text-checkbox {
    color: #0a0a0a !important;
}

/* Section Styles */
.section-white {
    background-color: white;
    position: relative;
    z-index: 2;
    background: #ffffff60;
}

.section-dark {
    background-color: #4d4d4dcc;
    position: relative;
    z-index: 2;
}

.section-text {
    font-size: 30px;
    line-height: normal;
    color: white;
    font-weight: 400;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

p.section-text-title-contact {
    font-weight: 700;
    font-size: 30px;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

p.section-text-contact {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 12px;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

li.section-text {
    font-weight: 500;
}

/* Desktop Font Sizes */
@media (min-width: 768px) {
    .font-48 {
        font-size: 48px !important;
    }

    .font-40 {
        font-size: 40px !important;
    }

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

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

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

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

    .font-16 {
        font-size: 16px !important;
    }

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

    .form-text-checkbox {
        font-size: 1.1rem !important;
    }
}

/* Mobile Font Sizes & Spacing */
@media (max-width: 768px) {
    .pv-64-mb {
        padding-top: 64px !important;
        /* padding-bottom: 64px !important; */
    }

    .font-32-mb {
        font-size: 32px !important;
    }

    .font-28-mb {
        font-size: 28px !important;
    }

    .font-24-mb {
        font-size: 30px !important;
    }

    .font-22-mb {
        font-size: 30px !important;
    }

    .font-20-mb {
        font-size: 30px !important;
    }

    .font-18-mb {
        font-size: 30px !important;
    }

    .font-16-mb {
        font-size: 30px !important;
    }

    .mb-32-mb {
        margin-bottom: 32px !important;
    }
}

/* ========================================
   HEADER
   ======================================== */

@media (max-width: 767px) {
    .dropdown-menu {
        background-color: #0000004d;
    }

    .dropdown.nav-link:hover {
        background-color: transparent;
    }

    .language-dropdown-menu {
        display: none;
        flex-direction: row;
        min-width: auto;
        padding: 0.5rem;
        border: 1px solid #ddd;
    }

    .language-dropdown-menu.show {
        display: flex !important;
        gap: 0.5rem;
    }

    .language-dropdown-menu .dropdown-item {
        white-space: nowrap;
        padding: 0.25rem 0.5rem;
        transition: transform 0.3s ease-in-out;
    }

    .language-dropdown-menu .dropdown-item:active {
        transform: scale(0.96);
    }
}

/* ========================================
   BANNER SECTION
   ======================================== */
.banner-title {
    font-size: 6rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

@media (max-width: 480px) {
    .banner-overlay {
        padding-left: 12px;
        padding-right: 12px;
    }
    .banner-title {
        font-size: 2.5rem;
    }

    .banner-subtitle {
        font-size: 1.2rem;
        margin-bottom: 16px;
    }

    .banner-text {
        font-size: 16px;
    }
}


/* ========================================
   INTRO SECTION
   ======================================== */
@media (max-width: 768px) {
    .sec-2-text {
        line-height: normal;
        font-weight: 700;
        font-size: 30px !important;
    }
}

/* ========================================
   ABOUT SECTION
   ======================================== */

/* Desktop */
.about-lopas-title {
    font-size: 30px !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    .section-icon {
        scale: 0.85;
    }

    /* Override .section-dark .section-title */
    .section-dark .about-lopas-title {
        font-size: 30px !important;
        text-align: left !important;
    }
    .about-page .col-lg-4.text-center {
        text-align: left;
    }
    
    .about-page .section-icon {
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    .about-page .row .col-lg-8{
        padding: 0;
    }
}

@media (max-width: 480px) {
    .section-dark .about-lopas-title {
        font-size: 16px !important;
    }
}


/* ========================================
   MVV (MISSION, VISION, VALUES) SECTION
   ======================================== */

.mvv-title {
    text-align: center;
}

.mvv-text {
    text-align: left;
}

@media (max-width: 480px) {
    .mvv-icon img {
        width: 80px;
        height: auto;
    }
}

@media (min-width: 1024px) {
    .mvv-card {
        text-align: center;
        padding: 2rem;
        padding-top: 52px;
        min-height: 600px;
        height: 100%;
        position: relative;
    }

    .mvv-icon {
        font-size: 4rem;
        color: white;
        margin-bottom: 1.5rem;
        position: absolute;
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ========================================
   BUSINESS SECTION
   ======================================== */
@media (min-width: 1200px) {
    .business-card {
        min-height: 280px;
    }
}

@media (min-width: 992px) {
    .business-card {
        min-height: 500px;
    }
}

@media (max-width: 480px) {
    .business-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 1rem !important;
    }

    .business-section .section-dark {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.business-section .section-dark {
    padding-left: 32px;
    padding-right: 32px;
}

.business-icon {
    font-size: 30px;
    color: white;
    margin: 2rem auto 1rem;
    border: 2px solid white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

/* ========================================
   BUSINESS INFO SECTION
   ======================================== */
.info-wrapper {
    padding: 32px;
}

.info-wrapper .row {
    gap: 32px;
}

.info-card {
    background: rgba(77, 77, 77, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(77, 77, 77, 0.8);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.info-card-padding {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 768px) {
    .info-wrapper .row {
        gap: 0;
    }
    .location-icon {
        scale: 0.75;
    }

    .company-info-item {
        margin: 15px;
        gap: 0;
    }
}

/* ========================================
   MECHANISM SECTION
   ======================================== */
.mechanism-section .container {
    padding: 32px !important;
}

/* ========================================
   AUTOMATED RISK DETECTION (CAROUSEL)
   ======================================== */
.carousel-item .section-title {
    font-size: 48px;
}

#carouselExampleFade .carousel-inner {
    position: relative;
    padding-bottom: 60px;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
}

.carousel-control-prev,
.carousel-control-next {
    top: auto;
    bottom: 1px;
    transform: none;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 10;
}

.carousel-control-prev {
    left: 45%;
}

.carousel-control-next {
    right: 45%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

#carouselExampleFade .carousel-item {
    min-height: 520px;
    padding: 0 24px;
}

.section-number {
    font-size: 30px;
    font-weight: 700;
    border: 2px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
}

@media (max-width: 992px) {
    #carouselExampleFade .carousel-item {
        min-height: 1000px;
        padding: 40px 0;
    }

    .carousel-title {
        text-align: center;
    }

    .section-number {
        margin: 0 auto 15px auto;
    }

    .carousel-video video,
    .carousel-video img {
        width: 100%;
    }

    .carousel-control-prev {
        left: 40%;
    }
    .carousel-control-next {
        right: 40%;
    }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
    #carouselExampleFade .carousel-inner {
        position: relative;
        padding-bottom: 20px;
    }
    #carouselExampleFade .carousel-item {
        min-height: 820px;
        padding: 40px 16px;
        padding-top: 0;
    }

    .section-number {
        font-size: 16px;
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .carousel-title {
        flex-direction: column;
        text-align: center;
    }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
    #carouselExampleFade .carousel-inner {
        position: relative;
        padding-bottom: 20px;
    }

    #carouselExampleFade .carousel-item {
        min-height: 814px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0;
    }

    .carousel-item .section-title {
        font-size: 30px;
    }

    .carousel-title p {
        margin-bottom: 16px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: auto;
        bottom: 10px;
        transform: none;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        z-index: 10;
    }

    .carousel-control-prev {
        left: 30%;
    }

    .carousel-control-next {
        right: 30%;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px;
        height: 20px;
        filter: invert(1);
    }
}


/* ========================================
   CONTACT BUTTONS
   ======================================== */

.btn-submit {
    background-color: #4a5565;
    color: #fff;
    padding: 8px 16px;
}

.btn-submit:hover {
    background-color: #4a5565;
    color: #fff;
}

/* START: About Page Responsive Styles */
/* Add top spacing for first section */
.about-page {
    padding-top: 76px;
}

.banner-section {
    padding: 120px; 
}

@media (max-width: 992px) {
    .about-page {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .about-page {
        padding-top: 50px;
    }
    
    .about-page section {
        padding: 40px 0 !important;
        margin-top: 30px !important;
    }

    .about-page .section-dark {
        padding: 20px !important;
    }

    .about-page .mvv-card,
    .about-page .business-card,
    .about-page .info-card {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .about-page {
        padding-top: 50px;
    }
    
    .about-page section {
        padding: 30px 0 !important;
    }

    .about-page .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.banner-section .section-icon img {
    max-width: 300px;
    width: 100%;
}

.banner-section .section-dark {
    padding: 40px 20px !important;
}

.banner-section .section-title:first-child {
    font-size: 34px;
}

.banner-section .section-text{
    font-size: 30px;
    line-height: normal;
}

.banner-section .font-30 {
    font-size: 30px;
}

.banner-section .font-20 {
    font-size: 30px;
}

@media (min-width: 768px) {
    .banner-section {
        padding: 120px 20px;
    }

    .banner-section .section-dark {
        padding: 60px 60px 40px !important;
    }

    .banner-section .section-title:first-child {
        font-size: 34px;
    }

    .banner-section .font-30 {
        font-size: 30px !important;
    }

    .banner-section .font-20 {
        font-size: 30px !important;
    }
}

.mvv-section .mvv-card {
    padding: 30px 20px;
    min-height: 400px;
}

.mvv-section .mvv-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.mvv-section .mvv-text {
    font-size: 30px;
}

@media (min-width: 768px) {
    .mvv-section .mvv-card {
        padding: 52px 2rem 2rem !important;
        min-height: 600px !important;
    }

    .mvv-section .mvv-title {
        font-size: 48px !important;
    }

    .mvv-section .mvv-text {
        font-size: 30px !important;
        line-height: normal !important;
        align-self: stretch;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }
}

@media (max-width: 767px) {
    .mvv-section .mvv-card {
        margin-bottom: 20px;
    }
}

.business-section .business-card {
    background: #7B90A4;
    padding: 20px;
    min-height: 400px;
}

.business-section .section-title {
    font-size: 48px;
}

.business-section .business-text {
    font-size: 30px;
    margin: 0;
}

@media (min-width: 480px) {

}

@media (min-width: 768px) {
    .business-section .section-title {
        font-size: 48px !important;
    }

    .business-section .business-card {
        min-height: 280px !important;
    }

    .business-section .business-text {
        font-size: 30px !important;
    }
}

@media (min-width: 992px) {
    .business-section .business-card {
        min-height: 319px !important;
    }
}

.infor-section .section-title {
    font-size: 48px;
}

.infor-section .company-info-text p,
.infor-section .company-address p {
    font-size: 30px;
    margin-bottom: 10px;
}

.infor-section .company-address h4 {
    font-size: 30px;
    margin-top: 1rem;
}

.infor-section .info-card img {
    max-width: 240px;
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-top: 20px;
    display: block !important;
}

/* Override img-fluid for about page */
.about-page .img-fluid {
    margin: 0 auto !important;
    display: block !important;
    max-width: none !important;
}

@media (max-width: 767px) {
    /* Align about page banner logo to the left on small screens */
    .about-page .banner-section .section-icon img {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

.infor-section .info-card {
    padding-right: 40px !important;
}

@media (min-width: 768px) {
    .infor-section .section-title {
        font-size: 48px !important;
    }

    .infor-section .company-info-text p,
    .infor-section .company-address p {
        font-size: 30px !important;
    }

    .infor-section .company-address h4 {
        font-size: 30px !important;
    }

    .infor-section .info-card img {
        max-width: 400px !important;
    }
    
    .infor-section .info-card {
        padding-left: 40px !important;
    }
}

@media (max-width: 767px) {
    .infor-section .company-info-item .d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    
    .infor-section .info-card {
        padding: 20px 15px !important;
    }
    
    .infor-section .info-card img {
        max-width: 150px !important;
        margin-left: 16px !important;
        margin-right: auto !important;
        margin-bottom: 20px;
        display: block !important;
    }
    
    .infor-section .company-info-text {
        width: 100% !important;
        text-align: left !important;
    }
    
    .infor-section .company-address {
        width: 100% !important;
        text-align: left !important;
        padding-right: 15px !important;
    }
}

/* ========================================
   SERVICES PAGE
   ======================================== */
.section-white .container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.section-dark.container {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 992px) {
    .banner-video-section .banner-overlay {
        padding: 20px;
    }
    
    .banner-logo {
        max-width: 300px !important;
    }
    
    .banner-subtitle {
        font-size: 30px !important;
        margin-top: 8px !important;
    }
    
    .banner-text p {
        font-size: 30px !important;
    }
    
    /* Services sections */
    .section-white .container {
        padding: 100px 20px !important;
        min-height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .section-dark.container {
        padding: 40px 30px !important;
        min-height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .section-white .section-title {
        margin-bottom: 16px !important;
    }

    /* Video sections */
    .section-dark .col-lg-6,
    .section-dark .col-lg-5 {
        width: 100%;
        padding-left: 0;
        margin-top: 30px !important;
        padding-right: 0 !important;
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .banner-video-section {
        height: auto;
        min-height: 100vh;
    }
    
    .banner-overlay {
        min-height: 100vh;
    }
    
    .banner-logo {
        max-width: 250px !important;
    }
    
    .banner-subtitle {
        font-size: 30px !important;
        margin-top: 8px !important;
    }
    
    .banner-text p {
        font-size: 30px !important;
    }
    
    /* Services sections */
    .section-white .container {
        padding: 40px 20px !important;
        min-height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .section-white .section-text {
        font-size: 30px !important;
        line-height: normal !important;
        margin: 10px 0 !important;
        text-align: center !important;
    }
    
    /* Video sections */
    .section-dark.container {
        padding: 40px 20px !important;
        min-height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .section-dark .row {
        flex-direction: column;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .section-dark .col-lg-6,
    .section-dark .col-lg-5 {
        width: 100%;
        padding-left: 0;
        margin-top: 30px !important;
        padding-right: 0 !important;
        text-align: left !important;
        padding-bottom: 20px !important;
    }
    
    #about-page .section-dark .section-title {
        text-align: left !important;
        padding: 10px 40px 10px 0 !important;
        font-size: 34px !important;
    }
    
    .banner-section .section-dark .about-lopas-title {
        font-size: 30px !important;
        text-align: left !important;
    }
    
    .section-dark .section-text-justify {
        text-align: left !important;
    }
    

    .carousel-video video {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .banner-logo {
        max-width: 200px !important;
    }
    
    .banner-subtitle {
        font-size: 30px !important;
        margin-top: 10px !important;
        text-align: center !important;
    }
    
    .banner-section .section-dark .about-lopas-title {
        font-size: 30px !important;
    }
    
    .section-white .container {
        padding: 30px 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .section-dark.container {
        padding: 30px 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .section-dark .section-text-justify {
        font-size: 30px !important;
    }

    .section-text {
        font-size: 30px !important;
    }

}

/* ========================================
   VALUES PAGE
   ======================================== */
#values {
    padding-top: 77px !important;
}

#values .section-dark {
    margin-bottom: 60px !important;
    margin-top: 120px !important;
    padding: 100px 100px !important;
}

@media (max-width: 992px) {
    .fixed-video-background {
        height: 100vh !important;
    }
    
    #values .section-dark {
        padding: 60px 40px !important;
        margin-bottom: 40px !important;
    }
}

@media (max-width: 768px) {
    #values {
        padding-top: 60px !important;
    }
    
    #values .section-dark {
        padding: 40px 20px !important;
        margin-top: 30px !important;
        margin-bottom: 60px !important;
        overflow: hidden !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    #values .values-slide-title {
        line-height: normal !important;
        text-align: left !important;
    }
    
    #values .values-title-wrapper {
        text-align: left !important;
    }
    
    #values .values-title-wrapper .d-flex {
        justify-content: flex-start !important;
    }
    
    #values img {
        max-width: 100% !important;
    }
    
    #values .ps-5,
    #values .ps-lg-6 {
        padding-left: 10px !important;
    }
    
    .section-white .section-title {
        margin-bottom: 0px !important;
    }

    .values-image-container {
        width: 100%;
        overflow: hidden;
        text-align: center !important;
    }
    
    #values .values-slide-image.img-fluid {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        transform: scale(1.4);
        transform-origin: center;
    }
}

@media (max-width: 480px) {
    #values {
        padding-top: 77px !important;
    }
    
    #values .section-dark {
        padding: 30px 10px !important;
        margin-top: 100px !important;
        margin-bottom: 10px !important;
        overflow: hidden !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    #values .values-slide-title {
        font-size: 30px !important;
        text-align: left !important;
    }
    
    #values .values-title-wrapper {
        text-align: left !important;
    }
    
    #values .values-title-wrapper .d-flex {
        justify-content: flex-start !important;
    }
    
    #values .values-slide-image.img-fluid {
        transform: scale(1.6);
    }
    
    #values .ps-5,
    #values .ps-lg-6 {
        padding-left: 5px !important;
    }
}

.values-slide-image {
    max-width: 100%;
}
    
#values .values-slide-title {
    text-align: left !important;
}

#values .values-title-wrapper {
    text-align: left !important;
}

#values .values-title-wrapper .d-flex {
    justify-content: flex-start !important;
}

#values .ps-5,
#values .ps-lg-6 {
    padding-left: 5px !important;
}
/* Values Page Responsive Styles */

/* Contact Page Responsive Styles */
/* Add top spacing for contact page */
#contact {
    padding-top: 100px;
}

#contact .section-text {
    font-size: 30px;
    line-height: normal;
    /* margin-bottom: 50px; */
    font-weight: 500;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

#contact .bg-white {
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0);
    border-image: none;
}

.section-dark .col-12 {
    padding: 0 32px;
}

@media (max-width: 992px) {
    #contact {
        padding-top: 80px;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px !important;
    }
    
    .contact-form .row {
        flex-direction: column;
    }
    
    .contact-form .col-lg-7,
    .contact-form .col-lg-5 {
        width: 100%;
    }
    
    .col-lg-2 {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .col-lg-2 img {
        max-width: 200px;
    }
    
    .col-lg-10 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #contact {
        padding-top: 50px;
        padding-bottom: 40px !important;
    }
    
    
    .contact-form-wrapper {
        padding: 20px 15px !important;
    }
    
    .section-subtitle {
        font-size: 30px !important;
    }
    
    .contact-form .section-title {
        font-size: 30px !important;
    }
    
    .contact-form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .contact-form-label {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        text-wrap: wrap;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    
    .input-wrapper {
        width: 100%;
    }
    
    .btn-review,
    .btn-submit-pink {
        font-size: 30px !important;
    }
}

@media (max-width: 768px) {
    .contact-intro-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-intro-logo,
    .contact-intro-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-form-wrapper {
        padding: 16px;
    }

    .contact-form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .contact-form-label {
        min-width: auto;
    }

    .contact-intro-box {
        padding: 32px 8px 0px 8px;
    }

    .section-dark .col-12 {
        padding: 0 16px 16px;
    }

    #contact .form-label,
    #contact-form .form-label,
    #contact .form-text {
        font-size: 30px !important;
        margin-top: 0;
        text-wrap: wrap;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    #contact .section-text {
        font-size: 30px;
        text-wrap: wrap;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .section-text-title-contact,
    .contact-intro-title,
    .contact-intro-text h2 {
        font-size: 30px;
        text-wrap: wrap;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

@media (max-width: 480px) {
    #contact {
        padding-top: 50px;
        padding-bottom: 30px !important;
    }
    
    .contact-form-wrapper {
        padding: 15px 10px !important;
    }
    
    .col-lg-2 img {
        max-width: 150px;
    }
    
    .section-subtitle {
        font-size: 30px !important;
    }
}

/* ========================================
   FOOTER
   ======================================== */
@media (min-width: 992px) {
    .footer-contact-item {
        margin-bottom: 16px;
    }
}

@media (max-width: 992px) {
    .footer-address-text {
        margin-top: 0;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }
}

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

    .banner-subtitle {
        font-size: 1.2rem;
    }

    .banner-text {
        font-size: 30px;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-icon {
        font-size: 5rem;
    }

    .mvv-icon {
        font-size: 3rem;
    }

    .contact-form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .contact-form-label {
        min-width: auto;
        width: 100%;
        margin-bottom: 0;
        font-size: 30px;
    }

    .contact-form-row .input-wrapper {
        width: 100%;
    }

    .business-icon {
        font-size: 2rem;
    }

    .footer-main {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-logo {
        text-align: left !important;
    }

    .footer-main-row {
        gap: 2rem;
    }

    .footer-section {
        text-align: left !important;
    }

    .footer-section-title {
        font-size: 30px;
        text-align: left !important;
    }

    .footer-links-list {
        text-align: left !important;
    }

    .footer-contact-item {
        align-items: flex-start;
        gap: 8px;
        justify-content: flex-start !important;
    }

    .footer-contact-icon {
        width: 16px;
        height: 16px;
        font-size: 30px;
        margin-top: 0;
    }

    .footer-copyright {
        text-align: left !important;
    }

    .footer-copyright p {
        text-align: left !important;
    }
}

