@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}


:root {
    --primary-color: #5DA39A;
    --secondary-color: #1BE8CD;
    --accent-color: #EE4036;
    --text-dark: #757D8A;
    --text-light: #FFFFFF;
    --background-light: #F6FBFF;
    --background-dark: #232323;
    --gradient-primary: linear-gradient(-90deg, #5DA39A 0%, #1BE8CD 100%);
    --gradient-cta: linear-gradient(133deg, #5DA39A 0%, #3CD0BD 100%);
    --gradient-footer: linear-gradient(-8deg, #4A4A4A 25%, #5DA39A 100%);
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background: linear-gradient(26deg, rgba(239, 248, 255, 1) 14%, rgba(255, 255, 255, 1) 100%);
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.main-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: var(--text-light);
    text-transform: uppercase;
    margin-top: 4rem;
}

.section-title {
    font-size: 3.4375rem;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.0909em;
    color: var(--text-light);
    text-transform: uppercase;
}

.header-section {
    position: relative;
    overflow: hidden;
}

.header-background {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-blur{
    position: absolute;
    width: 100%;
    height: 433px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(93, 163, 154, 0) 0%, #5DA39A 100%);
}

img.header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.header-background video {
    width: 100%;
    height: 688px;
    object-fit: cover;
    pointer-events: none;
}

.hero-banner {
    background: rgba(90, 100, 116, 0.9);
    mix-blend-mode: multiply;
    padding: 2.5rem 0;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hero-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.173;
    letter-spacing: 0.3125em;
    color: var(--text-light);
    text-transform: uppercase;
    margin: 0;
    text-wrap: nowrap;
}

.main-content {
    background: linear-gradient(26deg, rgba(239, 248, 255, 1) 14%, rgba(255, 255, 255, 1) 100%);
    min-height: 100vh;
}

.contact-form-section {
    background: url('../assets/imgs/form-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 0 6rem;
}

iframe .hbspt-form .hs-form__virality-link {
    display: none !important;
}

.hs-input, .hs-form-field{
    background: #F6F6F6;
    border: 1px solid var(--text-dark);
    border-radius: 5px;
    padding: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.219;
    letter-spacing: 0.3125em;
    text-transform: uppercase;
    color: var(--text-dark);
    height: 60px;
}

.main-title span{
    font-weight: bolder;
    color: var(--primary-color);
}

.contact-form-card {
    background: #FFFAFA;
    border-radius: 28px;
    padding: 3rem;
    box-shadow: 0px 0px 25px 0px rgba(5, 18, 102, 0.1);
    margin-top: 5rem;
}

.subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.219;
    letter-spacing: 0.3125em;
    color: var(--text-light);
    text-transform: uppercase;
    width: 80%;
    margin: 1.25rem auto 2rem;
}

.contact-form{
    position: relative;
}

.form-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0.25em;
    color: var(--text-dark);
    text-transform: uppercase;
    margin: 2rem auto 4rem;
}

.form-group {
    position: relative;
}

.form-row{
    margin-bottom: 3rem;
}

.form-control {
    background: #F6F6F6;
    border: 1px solid var(--text-dark);
    border-radius: 5px;
    padding: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.219;
    letter-spacing: 0.3125em;
    text-transform: uppercase;
    color: var(--text-dark);
    height: 60px;
}

.form-control::placeholder {
    color: var(--text-dark);
    text-transform: uppercase;
}

.btn-send {
    background: var(--gradient-primary);
    border: none;
    border-radius: 10px;
    padding: 1.25rem 3rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0.25em;
    color: var(--text-light);
    text-transform: uppercase;
    width: 100%;
    max-width: 426px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 20%);
}

.btn-send:hover {
    background: var(--gradient-primary);
    color: var(--text-light);
}

.benefit-row{
    margin-top: 8rem;
}

.benefit-card {
    background: #4A4A4A;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 442px;
    width: 401px;
    max-width: 100%;
    position: relative;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-image {
    position: relative;
    height: 282px;
    overflow: hidden;
    transition: height 0.4s ease;
}

.benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.benefit-border{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 19px;
    background: linear-gradient(90deg, #232323 0%, #EEE 100%);;
}

.benefit-content {
    padding: 2rem;
    background: #4A4A4A;
    position: relative;
    border-radius: 0 0 28px 28px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.benefit-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.3125em;
    color: var(--text-light);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.benefit-card:hover .benefit-content {
    transform: translateY(100%);
    opacity: 0;
}

.benefit-card:hover .benefit-image {
    height: 100%;
}

.benefit-card:hover .benefit-image img {
    transform: scale(1.05);
}

.industry-row{
    margin-top: 8rem;
}

.industry-card {
    background: none;
    border: 1px solid var(--text-light);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    height: 333px;
    width: 287px;
    max-width: 100%;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.industry-card:hover {
    transform: translateY(-5px);
}

.industry-icon {
    color: var(--text-light);
}

.industry-card h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.219;
    letter-spacing: 0.25em;
    color: var(--text-light);
    text-transform: uppercase;
    margin: 0;
}

.products-section {
    background: linear-gradient(221deg, rgba(35, 35, 35, 1) 17%, rgba(137, 137, 137, 1) 86%);
    padding: 5rem 0;
}

.product-container{
    padding: 3rem;
}

.products-row{
    align-items: center;
}

.products-image {
    max-width: 928.83px;
    max-height: 620px;
}

.product-content-column{
    padding: 0 3rem;
}

.products-image video {
    width: 100%;
    max-width: 930px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 28px;
    pointer-events: none;
    display: block;
}

.products-title {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.375;
    letter-spacing: 0.125em;
    color: #EEEEEE;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.products-list {
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
}

.products-list li {
    color: #EEE;
    font-family: 'Montserrat';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    padding-left: 2rem;
}

.products-list li::before {
    content: "•";
    color: var(--text-light);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.catalog-form h3 {
    color: #C4C4C4;
    font-family: 'Montserrat';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.catalog-form .form-control {
    background: transparent;
    color: var(--text-light);
    text-align: left;
}

.input-group{
    border-radius: 14px;
    border: 1px solid #FFF;
}

.catalog-form .form-control::placeholder {
    color: var(--text-light);
}

.about-container{
    padding: 3rem;
}

.about-section {
    background: var(--background-light);
    padding: 5rem 0;
}

.about-image {
    height: 788px;
    position: relative;
}

.top-circle{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 375px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgba(238, 64, 54, 0.15);
    border: 1px solid rgba(238, 64, 54, 0);
    box-shadow: inset -20.66px 86.15px 189.797px 0 #F472B6;
}

@keyframes float {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -20px);
    }
}

@keyframes float-gradient {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -100px);
    }
}

@keyframes float-fast {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -40px);
    }
}

.middle-circle {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    width: 33%;
    max-width: 125px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgba(238, 64, 54, 0.15);
    border: 0.341px solid rgba(238, 64, 54, 0);
    box-shadow: inset -7.055px 29.417px 64.809px 0 #F472B6;
    animation: float 4s ease-in-out infinite;
}

.bottom-circle {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 20%;
    max-width: 70px;
    aspect-ratio: 1/1;
    background-color: rgba(238, 64, 54, 0.15);
    border: 0.185px solid rgba(238, 64, 54, 0);
    opacity: 0.4;
    box-shadow: inset -3.83px 15.969px 35.182px 0 #F472B6;
    animation: float-fast 5s ease-in-out infinite;
}

.gradient-circle {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 72%;
    max-width: 270px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    background-color: rgba(238, 64, 54, 0.15);
    border: 0.527px solid rgba(238, 64, 54, 0);
    box-shadow: inset -10.884px 45.386px 99.99px 0 #F472B6;
    filter: blur(18px);
    animation: float-gradient 6s ease-in-out infinite;
}

.about-image-content{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 275px;
    height: 347px;
    border-radius: 39px;
    border: 4px solid #5DA39A;
}

.about-image img {
    width: 181px;
    height: 325px;
    flex-shrink: 0;
    aspect-ratio: 181/325;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about-title {
    font-size: 3.4375rem;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.0909em;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 2rem;
    max-width: 980px;
}

.about-title.about-title-mobile{
    display: none;
}

.about-title span{
    font-weight: 800;
}

.about-subtitle {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.219;
    letter-spacing: 0.25em;
    color: var(--text-dark);
    text-transform: uppercase;
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.25em;
    color: var(--text-dark);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 2rem;
}

.about-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url("/assets/imgs/listItem.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.cta-section {
    background: var(--background-light);
    padding: 5rem 0;
}

.cta-card {
    margin-top: 4rem;
    background: var(--gradient-cta);
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
    border: none;
}

.cta-title {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.154;
    letter-spacing: 0.192em;
    color: var(--text-light);
    text-transform: uppercase;
}

.modal-dialog{
    width: 860px;
    max-width: none;
}

.modal-content{
    position: relative;
    padding: 2.5rem 3rem 1rem;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.whatsapp-button {
    position: fixed;
    bottom:10px;
    right:10px;
    z-index: 9999;
    animation: bounceIn 0.8s ease, bounceIdle 3s ease-in-out infinite 5s;
}

.whatsapp-float {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float img {
    width: 400px;
    height: auto;
    transition: filter 0.3s ease;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    80% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes bounceIdle {

    0%,
    100% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-6px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-3px);
    }
}

.footer-section {
    background: url('../assets/imgs/footer-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0 2rem;
    color: var(--text-light);
}

.footer-logo {
    max-width: 257px;
    max-height: 216px;
}

.footer-logo img {
    width: 100%;
    height: 216px;
    object-fit: contain;
}

.row-contact{
    margin-top: 8rem;
}

.footer-contact h3 {
    font-size: 5rem;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.02em;
    color: #FBFCFD;
    margin-bottom: 1rem;
}

a.footer-number{
    font-size: 5rem;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.02em;
    color: #FBFCFD;
    margin-bottom: 1rem;
    text-decoration: none;
}

a.footer-number:hover{
    text-decoration: underline;
}

.footer-contact p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.219;
    letter-spacing: 0.25em;
    color: var(--text-light);
    opacity: 0.8;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    max-width: 610px;
}

.footer-emails{
    margin-top: 2rem;
}

.footer-emails a {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.219;
    letter-spacing: 0.25em;
    color: var(--text-light);
    text-transform: lowercase;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.footer-emails a:hover {
    text-decoration: underline;
}

.footer-links{
    margin-top: 8rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-links a {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.219;
    letter-spacing: 0.25em;
    color: var(--text-light);
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links p{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.219;
    letter-spacing: 0.25em;
    color: var(--text-light);
    text-transform: uppercase;
    margin: 0 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }

    .subtitle{
        font-size: 0.75rem;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: -3rem;
    }
    
    .about-title {
        font-size: 2rem;
    }
    
    .footer-contact h3 {
        font-size: 3rem;
    }
    
    .contact-form-section {
        background: url('../assets/imgs/form-brackground-mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 2rem 0 6rem;
    }

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

    .contact-form-card {
        padding: 1rem;
        border-radius: 10px;
    }

    .form-row{
        margin-bottom: 0;
    }
    
    .form-group{
        margin-bottom: 2.5rem;
    }

    .form-control{
        padding: 1rem;
        letter-spacing: normal;
    }

    .btn-send{
        transform: translate(-50%, 0);
    }

    .benefit-row {
        margin-top: 3rem;
    }

    .benefit-card {
        height: auto;
        width: 100%;
        max-width: 401px;
        margin: 0 auto 2rem;
    }
    
    .benefit-card:hover .benefit-content,
    .benefit-card:hover .benefit-image,
    .benefit-card:hover .benefit-image img {
        transform: none !important;
        opacity: 1 !important;
        height: auto !important;
    }

    .industry-row {
        margin-top: 4rem;
    }

    .products-section {
        background: linear-gradient(221deg, rgba(35, 35, 35, 1) 17%, rgba(137, 137, 137, 1) 184%);
    }

    .product-container{
        padding: 1rem;
    }

    h2.products-title {
        font-size: 2rem;
        margin-top: 4rem;
    }

    .products-list li {
        font-size: 0.85rem;
    }

    .catalog-form h3 {
        font-size: 1.5rem;
        line-height: normal;
        letter-spacing: 5px;
        margin-bottom: 1.5rem;
    }

    .input-group {
        border-radius: 10px;
        border: 2px solid #FFF;
    }

    .industry-card {
        height: auto;
        width: 100%;
        max-width: 287px;
        margin: 0 auto 2rem;
    }
    
    .industry-card h3 {
        margin-top: 2rem;
        font-size: 1rem;
    }

    .product-content-column{
        padding: 0 1rem;
    }

    .products-image {
        max-width: 100%;
        max-height: 400px;
    }
    
    .products-image img {
        height: 400px;
    }

    .about-title{
        display: none;
    }

    .about-title.about-title-mobile {
        display: block;
        text-align: center;
        max-width: 270px;
        margin: 0 auto 2rem;
    }

    .about-container {
        padding: 1rem;
    }

    .about-image {
        max-width: 100%;
    }
    
    .col-about{
        margin-top: -4rem;
    }

    .about-subtitle{
        text-align: center;
    }

    .about-list li {
        font-size: 1rem;
    }

    .cta-card {
        margin-top: 2rem;
        border-radius: 10px;
    }

    .cta-title {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .row-contact {
        margin-top: 1rem;
        padding: 0 2rem;
    }

    .footer-section{
    background-image: linear-gradient(to right bottom, #4a4a4a, #55585f, #55585f, #55585f, #55585f, #596774, #587986, #568b93, #4894a1, #349cb1, #6d78ff, #d13bf6);
    }

    .footer-logo{
        margin-bottom: 4rem;
    }

    a.footer-number{
        font-size: 2rem;
    }

    .footer-contact p {
        margin-top: 2rem;
        font-size: 1rem;
        letter-spacing: normal;
    }

    .email-footer{
        padding: 0 2rem;
    }

    .footer-emails {
        margin-top: 4rem;
        margin-bottom: 3rem;
    }

    .footer-emails a {
        font-size: 0.85rem;
    }

    .footer-links{
        margin-top: 2.5rem;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .footer-links a {
        font-size: 1rem;
        letter-spacing: 5px;
        margin-bottom: 1rem;
        text-transform: capitalize;
    }

    .footer-links p{
        display: none;
    }
}

@media (max-width: 480px) {
    .hero-text {
        font-size: 0.875rem;
    }
    
    .main-title {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    
    .about-title {
        font-size: 1.5rem;
    }
    
    .footer-contact h3 {
        font-size: 3rem;
    }
    
    .benefit-card {
        height: auto;
        width: 100%;
        max-width: 350px;
    }
    
    .benefit-card:hover .benefit-content,
    .benefit-card:hover .benefit-image,
    .benefit-card:hover .benefit-image img {
        transform: none !important;
        opacity: 1 !important;
        height: auto !important;
    }

    .industry-card {
        height: auto;
        width: 100%;
        max-width: 250px;
    }

    h2.products-title{
        font-size: 2rem;
        margin-top: 4rem;
    }
    
    .products-image img {
        height: 300px;
    }
    
    .modal-dialog {
        width: 80%;
        margin: auto;
    }

    .modal-content {
        padding: 3rem 1rem 1rem;
        border-radius: 8px;
    }

    .close {
        font-size: 18px;
    }

    .whatsapp-float img {
        width: 200px;
        height: auto;
    }

    .whatsapp-button {
        bottom: -10px;
        right: -10px;
    }

    .footer-logo img {
        height: 150px;
    }

    a.footer-number {
        font-size: 2rem;
    }
}
