﻿

.it-hero-section {
    text-align: center;
    padding: 140px 20px;
    max-width: 900px;
    margin: 10rem auto;
}


    .it-hero-section h3:first-of-type {
        font-size: 4rem;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .it-hero-section h3:nth-of-type(2) {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.3;
        width: 500px;
        margin-left: 22%;
        margin-top: 10%;
    }


    .it-hero-section p {
        font-size: 1rem;
        font-weight: 400;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6;
    }


/*capabilities section*/


/* Capabilities Grid */
.capabilities-grid {
    margin-top: -9% !important;
}

.capability-card {
    background-color: #0d0d0d;
    padding: 40px 30px;
    border: 1px solid #222;
    text-align: left;
    transition: background-color 0.3s ease;
}

    .capability-card h4 {
        font-size: 2rem;
        font-weight: 400;
        color: #fff;
        margin-bottom: 15px;
    }

    .capability-card p {
        font-size: 1rem;
        line-height: 1.6;
        color: #aaa;
    }

/* Image + Text Section */

/* ================= IMAGE + TEXT SCROLL SECTION ================= */

.image-text-section {
    position: relative;
    max-width: 1200px;
    margin: 80px auto;
    z-index: 1;
    overflow: visible !important;
}

/* Each scroll block */
.image-text {
    position: relative;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible !important;
    gap: 8rem;
}

/* Bootstrap fix */
.image-text-section .row {
    overflow: visible !important;
}

/* IMAGE COLUMN */
.image-text .txt-img {
    position: sticky;
    top: 20%;
    z-index: 1;
    width: 580px;
    transform: translateX(var(--img-shift, 0%)) translateY(var(--img-down, 0px)) scale(var(--img-scale, 1));
    transition: transform 0.1s linear;
}

/* TEXT FLOATING LAYER */
.image-text .img-txt {
    position: absolute;
    right: 0%;
    bottom: 15%;
    max-width: 500px;
/*    opacity: var(--text-opacity, 0);*/
    transform: translateY(var(--text-shift, 120px));
    transition: none;
    z-index: 2;
}

.img-txt h2 {
    font-size: 3rem;
}

/* ================= IMAGE CARDS SECTION ================= */

.image-cards-section {
    position: relative;
    padding: 4rem 2rem;
    text-align: center;
    overflow: hidden;
    margin-top: -8rem;
    z-index: 5;
    min-height: 70vh;
    transform: translateY(80%);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

    /* Active state */
    .image-cards-section.active {
        transform: translateY(0);
        opacity: 1;
    }

    /* Section heading */
    .image-cards-section h2 {
        font-size: 3rem;
        margin-left: 285px;
        max-width: 550px;
        margin-top: -4rem;
    }

/* Cards container */
.img-card {
    position: relative;
    width: 700px;
    height: 700px;
}

/* Card Style */
.image-card {
    position: absolute;
    background: rgba(0, 255, 200, 0.05);
    border: 1px solid rgba(0, 255, 200, 0.3) !important;
    color: #69BFAF;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(0, 255, 200, 0.2);
    width: 220px;
    transition: 0.3s;
    cursor: pointer;
}

    /* Hover Glow */
    .image-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 0 40px rgba(0, 255, 200, 0.6);
    }

/* Card Positions */
.image-card-top {
    top: 2%;
    left: 57%;
}

.image-card-right {
    top: 32%;
    right: -41%;
}

.image-card-left {
    top: 42%;
    left: 19%;
}

.image-card-bottom {
    bottom: -5%;
    left: 65%;
}

/*articles*/

.article-section {
    max-width: 1000px;
/*    max-height: 700px;*/
    margin: -50px 140px 20px;
    padding: 0 20px;
    text-align: center;
}

.article-cards-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}


.article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 30px;
}

.article-section .article-card {
    border: 1px solid #69BFAF;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 100% !important;
    transition: transform 0.3s ease;
    cursor: pointer;
}


.article-content {
    flex-grow: 1;
}

.article-type {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.article-content h3 {
    font-size: 0.9rem;
    font-weight: 300;
    margin-bottom: 20px;
    width: 250px;
}


.read-more {
    font-size: 0.9rem;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease;
}


a.read-more {
    color: #000000;
}


.article-image {
    width: 100%;
    height: 100%; /* set desired height */
    overflow: hidden;
}

    .article-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* -------- CARD SPECIFIC STYLING -------- */

/* First card → simple, only heading */


.article-section .article-card.card-1 {
    margin-top: 40px;
    text-align: center;
    margin-left: 300px;
    width: 500px;
    border: hidden;
    height: fit-content;

}

article.article-card.card-1:hover {
    transform: none;
} 

    .article-card.card-1 .article-content {
        padding: 40px 20px;
    }

    .article-card.card-1 h3 {
        font-size: 3rem;
        margin: -1rem;
        width: 400px;
        font-weight: 400;
    }


    .article-card.card-1 .article-type,
    .article-card.card-1 .read-more,
    .article-card.card-1 .article-image {
        display: none; /* hide extra elements */
    }

    .article-card.card-2 h3 {
        margin-top: 23px;
    }

   .article-card.card-3 h3 {
        margin-top: 23px;
   }

.article-card.card-4 h3 {
    margin-top: -3px;
}


.article-card.card-3 .article-image img {
    display: block;
    object-position: -87px -52px;
    transform: scale(2.4);
}


.article-card.card-2 .article-image img {
    object-position: top center;
}

    /* Second card */
    .article-card.card-2 {
        grid-column: 1 !important;
    }

article.article-card.card-3 {
    margin-left: -460px;
}

article.article-card.card-4 {
    margin-left: -120px;
}

/* CARD */
.article-card {
    position: relative;
    overflow: hidden;
}

/* IMAGE AREA */
.article-image {
    position: relative;
    height: 230px;
    overflow: hidden;
}

    /* IMAGE */
    .article-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* APPLY ANIMATION ONLY TO CARDS EXCEPT FIRST */
.article-card:not(.card-1) .article-image img {
    transition: transform .6s ease;
}


/* article-type always visible */
.article-type {
    display: block;
    margin-bottom: 10px;
}

/* TEXT THAT WILL SLIDE */

.article-card:not(.card-1) .article-content h3 {
    position: absolute;
    left: 20px;
    color: black;
    right: 20px;
    bottom: 20px;
    top: 130px;
    transform: translateX(100%);
    opacity: 0;
    transition: all .6s ease;
}
.article-card:not(.card-1) .article-content .read-more {
    position: absolute;
    left: 129px;
    right: 20px;
    bottom: 20px;
    color: black;
    transform: translateX(100%);
    opacity: 0;
    transition: all .6s ease;
}

/* IMAGE SLIDE LEFT */
.article-card:not(.card-1):hover .article-image img {
    transform: translateX(-100%);
}

/* TEXT COME FROM RIGHT */
.article-card:not(.card-1):hover .article-content h3,
.article-card:not(.card-1):hover .article-content .read-more {
    transform: translateX(0);
    opacity: 1;

}


:root[data-theme="light"] .article-card:not(.card-1) .article-content span{
    color: white;
}

:root[data-theme="light"] .article-card:not(.card-1) .article-content {
    background-color: #1A3D59;
}

:root[data-theme="dark"] .article-card:not(.card-1) .article-content {
    background-color: white;
}

:root[data-theme="dark"] .article-card:not(.card-1) .article-content {
    color: black;
}


:root[data-theme="light"] .article-content h3{
    color: #fff !important;
}

:root[data-theme="light"] .read-more{
    color: #fff !important;
}


.article-card:not(.card-1) {
    background: white;
    transition: background .5s ease;
}


:root[data-theme="light"] .article-card:not(.card-1) {
    background-color: #1A3D59;
}

    /* HOVER BACKGROUND LIKE case-card */
    .article-card:not(.card-1):hover {
        background: white;
        color: black;
    }

        /* REMOVE CONTENT BACKGROUND WHEN CARD HOVERS */
        .article-card:not(.card-1):hover .article-content {
            background: transparent !important;
       
        }


/* industries Section*/
.industries-image-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    cursor: pointer;
}

/* Remove CSS Grid — Bootstrap handles layout */
.industries-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Industry Blocks */
/* Grid Cards */
.image-block {
    border: 1px solid #69BFAF;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

/* Images */
.industries-image-section img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

    .image-block:hover {
        box-shadow: 0 0 12px rgba(105, 191, 175, 0.6);
    }

/* Industry Images */
.industries-image-section img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3; /* keeps uniform card height */
    object-fit: cover;
    border-radius: 8px;
}

/* Industry Titles */
.industries-image-section h5 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

/* ================= FIRST HEADING BLOCK ================= */

/* First card on top center */
.image-block-1 {
    border: none;
    text-align: center;
    padding: 2rem 1rem;
}

    .image-block-1:hover {
        box-shadow: none;
    }

    .image-block-1 h3 {
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 400;
        max-width: 800px;
        margin: 0 auto;
    }

/* ================= SECOND TEXT BLOCK ================= */


/* Second card normal grid card */
.image-block-2 {
    border: 1px solid #69BFAF;
    padding: 16px;
}


    .image-block-2 h5 {
        margin-top: 6rem;
        text-align: left;
        margin-bottom: 8px;
    }

.image-block-2 p {
    text-align: left;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.image-block-2 .read-more {
    font-size: 0.95rem;
    font-weight: 500;
    color: #69BFAF;
    text-decoration: none;
}

    .image-block-2 .read-more:hover {
        text-decoration: underline;
    }

/*buttons*/

.btn-1 {
    background: conic-gradient(from -3.29deg at 100% -13%, #48C0ED 0deg, #69BFAF 360deg);
    color: #fff;
    padding: 12px 24px;
    font-weight: 100;
    box-shadow: 0px 0px 30px 0px #69BFAF99;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-1:hover {
    color: #e9ffff;
    background: rgba(10, 25, 25, 0.85);
    border: 1px solid rgba(120, 255, 255, 0.45);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.35), 0 0 25px rgba(0, 255, 255, 0.25), inset 0 0 12px rgba(0, 255, 255, 0.25);
}

:root[data-theme="light"] .btn-1 {
    background: conic-gradient(from -3.29deg at 100% -13%, #48C0ED 0deg, #1A3D59 360deg);
    box-shadow: 0px 0px 30px 0px #69BFAF99;
    color: white;
}

    :root[data-theme="light"] .btn-1:hover {
        background: #FFFFFFBF;
        box-shadow: 0px 0px 30px 0px #1A3D5999;
        color: #1A3D59;
    }



.btn-2 {
    background: conic-gradient(from -3.29deg at 100% -13%, #48C0ED 0deg, #69BFAF 360deg);
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 100;
    margin-top: 50px;
    margin-bottom: 90px;
    box-shadow: 0px 0px 30px 0px #69BFAF99;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-2:hover {
    color: #e9ffff;
    background: rgba(10, 25, 25, 0.85);
    border: 1px solid rgba(120, 255, 255, 0.45);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.35), 0 0 25px rgba(0, 255, 255, 0.25), inset 0 0 12px rgba(0, 255, 255, 0.25);
}

:root[data-theme="light"] .btn-2 {
    background: conic-gradient(from -3.29deg at 100% -13%, #48C0ED 0deg, #1A3D59 360deg);
    box-shadow: 0px 0px 30px 0px #69BFAF99;
    color: white;
}

    :root[data-theme="light"] .btn-2:hover {
        background: #FFFFFFBF;
        box-shadow: 0px 0px 30px 0px #1A3D5999;
        color: #1A3D59;
    }


section.form-section {
    display: flex;
    width: 1600px;
    margin-top: 5rem;
}

/*.form-text {
    color: black !important;
    width: 40%;
    margin-left: 150px;
    margin-left: -20px;
}*/


.contact-section h2 {
    font-size: 4rem;
    font-weight: 600;
    color: #1A3D59;
}


/*[data-theme="light"] .form-text h2 {
    color: #1A3D59;
}*/


.text-container h4 {
    font-size: 2.25rem;
    font-weight: 400;
    max-width: 350px;
}


.text-container p {
    font-size: 1.125rem;
    font-weight: 400;
    max-width: 400px;
    margin-top: 0;
}


.contact-us-form {
    margin-top: 40px;
    cursor: pointer;
    width: 80%;
/*    margin-left: 220px;*/
}

    .contact-us-form input,
    .contact-us-form select,
    .contact-us-form textarea {
        width: 100%;
        padding: 12px 0;
        font-size: 0.9375rem;
        border: none;
        border-bottom: 1px solid #444;
        margin-bottom: 20px;
        background: transparent;
        outline: none;
        font-family: inherit;
        transition: border-color 0.3s ease;
        color: #69BFAF;
        font-weight: 300;
    }

        .contact-us-form input::placeholder,
        .contact-us-form select::placeholder,
        .contact-us-form textarea::placeholder {
            color: #aaa;
            font-weight: 300;
        }

        .contact-us-form input:focus,
        .contact-us-form select:focus,
        .contact-us-form textarea:focus {
            border-bottom: 1px solid #0ff;
        }

    .contact-us-form textarea {
        resize: vertical;
        min-height: 40px;
    }

/*    send button*/
input[type="submit"] {
    border: none;
    color: #69BFAF;
    background: none;
    margin-top: 50px;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
}

input[type="submit"] {
    color: #1A3D59;
}


.formwidget-submit-text {
    color: #69BFAF;
    font-size: 2rem;
    width: 350px;
    color: #1A3D59;
}

:root[data-theme="dark"] .formwidget-submit-text {
    color: #69BFAF;
}



/*// Laptops large devices (desktops, 1600px and up)*/
@media (min-width: 1600px) and (max-width: 1699.98px) {
}

/*// Laptops large devices (desktops, 1400px and up)*/
@media (min-width: 1400px) and (max-width: 1599.98px) {
}

/*// Laptops small devices (desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .it-hero-section h3:first-of-type {
        font-size: 3rem;
    }

    .it-hero-section h3:nth-of-type(2) {
        font-size: 2.5rem;
        width: 400px;
        margin-left: 20%;
    }

    .capabilities-grid {
        margin-top: -20% !important;
    }

    .capability-card {
        padding: 25px;
    }

    .image-text .txt-img {
        width: 300px;
    }

    .image-text .img-txt {
        right: auto;
        bottom: 0;
    }

    .img-txt h2 {
        font-size: 2rem;
    }

    .text-muted p {
        font-size: 1rem;
    }

    .image-cards-section {
        margin-top: 10rem;
    }

        .image-cards-section h2 {
            font-size: 3rem;
            margin-left: 53px;
        }

        .img-card {
            width: 500px;
            height: 500px;
            margin-top: 5rem;
        }

        .image-card {
            width: 190px;
        }

            .image-card h4 {
                font-size: 1rem;
            }

    .image-card-top {
        top: -10%;
        left: 57%;
    }

        .image-card-right {
            top: 40%;
            right: -30%;
        }

        .image-card-left {
            top: 35%;
            left: 10%;
        }


        .image-card-bottom {
            bottom: -10%;
            left: 55%;
        }
        /* Section width fix */
        .article-section {
            max-width: 100%;
            margin: 0 auto;
            padding: 0 15px;
        }
        /* Grid becomes 2 columns */
        .article-cards-wrapper {
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 20px;
        }
        /* Reset forced card widths */
        .article-section .article-card {
            width: 100%;
            height: auto !important;
        }
            /* FIRST BIG CARD FIX */
            .article-section .article-card.card-1 {
                grid-column: span 2;
                width: 100%;
                margin: 0;
            }

        .article-card.card-1 h3 {
            font-size: 2.5rem;
            width: 100%;
            margin: 0;
            text-align: right;
        }
        /* Remove negative margins */
        article.article-card.card-3,
        article.article-card.card-4 {
            margin-left: 0;
        }
        /* Image size fix */
        .article-image {
            height: 250px;
        }

        .article-content h3 {
            width: 100%;
        }
        /* Reset weird image zoom */
        .article-card.card-3 .article-image img {
            object-position: center;
            transform: scale(1);
        }

        .btn-2 {
            padding: 8px 11px;
            font-size: 1.2rem;
        }

        .contacts-page h2 {
            font-size: 2.6rem !important;
            text-align: start;
        }

        .text-container h4 {
            font-size: 1.5rem;
        }

        .text-container p {
            font-size: 1rem;
        }
    }

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .it-hero-section h3:first-of-type {
        margin-top: -4rem;
        font-size: 2rem;
    }

    .it-hero-section p {
        font-size: 0.9rem;
    }

    .it-hero-section h3:nth-of-type(2) {
        font-size: 2rem;
        width: 300px;
        margin-left: 5%;
    }

    .capabilities-grid {
        margin-top: -50% !important;
    }

    .capability-card {
        padding: 20px;
    }

        .capability-card h4 {
            font-size: 1.5rem;
        }

        .capability-card p {
            font-size: 0.9rem;
        }

    .btn-1 {
        padding: 8px 15px !important;
        font-size: 13px;
    }

    .txt-img {
        width: 200px !important;
        margin-left: 0;
        top: 22% !important;
    }

    .img-txt {
        margin-top: -60px;
    }

        .img-txt h2 {
            font-size: 2rem;
            text-align: center;
        }

    p.text-muted {
        font-size: 0.9rem;
    }

    .image-cards-section {
        margin-top: -1rem;
    }  
    
    
    .image-cards-section h2 {
            font-size: 2rem;
            margin-top: -70px;
            margin-left: 0;
        }

        .img-card {
            height: 400px;
            margin-left: -2rem;
        }

        .image-card {
            width: 179px !important;
            height: 150px !important;
        }

            .image-card h4 {
                font-size: 1rem;
            }

        .image-card-top {
            top: 0;
            left: 1%;
        }

        .image-card-left {
            top: 42%;
            left: 1%;
        }

        .image-card-right {
            top: 0%;
            left: 27%;
        }

        .image-card-bottom {
            top: 42%;
            left: 27%;
        }

        .article-section {
            max-height: 1400px;
            margin: 0;
            padding: 0;
        }

        .article-cards-wrapper {
            display: flex !important;
            flex-direction: column;
            justify-content: space-evenly;
        }

        .article-card.card-1 {
            margin-left: 0;
        }

            .article-card.card-1 h3 {
                font-size: 2rem;
                margin-left: -90px !important;
                margin: -2rem;
            }

        .article-card {
            width: 265px !important;
            max-height: 350px;
            margin-left: 53px !important;
        }

        .article-type {
            font-size: 1rem;
        }

        .article-content h3 {
            margin-top: 6px !important;
            font-size: 0.8rem;
            margin-bottom: 10px;
            width: 200px;
        }

        .read-more {
            font-size: 0.8rem;
        }

        .article-card.card-3 .article-image img {
            width: 290px;
        }

        .btn-2 {
            padding: 8px 12px;
            font-size: 13px;
        }

        .industries-grid-wrapper {
            flex-direction: column;
        }


        .image-block-1 {
            margin-top: -4rem;
        }

        .contact-section {
            width: 100%;
            margin-left: 0;
        }

            .contact-section h2 {
                font-size: 2.5rem;
            }

        .text-container h4 {
            font-size: 2rem;
        }

        .text-container p {
            font-size: 1rem;
            max-width: 350px;
        }


        .contact-us-form {
            width: 80%;
            margin-left: 26px !important;
        }
    }




/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .it-hero-section h3:first-of-type {
        margin-top: -4rem;
        font-size: 2rem;
    }

    .it-hero-section p {
        font-size: 0.9rem;
    }

    .it-hero-section h3:nth-of-type(2) {
        font-size: 2rem;
        width: 300px;
        margin-left: 5%;
    }

    .capabilities-grid {
        margin-top: -50% !important;
    }
    .capability-card {
        padding: 20px;
    }

    .capability-card h4 {
        font-size: 1.5rem;
    }

    .capability-card p {
        font-size: 0.9rem;
    }

    .btn-1 {
        padding: 8px 15px !important;
        font-size: 13px;
    }

    .txt-img {
        width: 200px !important;
        margin-left: 0;
        top: 22.2% !important;
    }

    .img-txt {
        margin-top: -60px;
    }

    .img-txt h2 {
        font-size: 2rem;
        text-align: center;
    }

    p.text-muted {
        font-size: 0.9rem;
    }

    .image-cards-section {
        margin-top: -1rem;
    }

        .image-cards-section h2 {
            font-size: 2rem;
            margin-top: -70px;
            margin-left: 0;
        }

        .img-card {
            height: 400px;
            margin-left: -2rem;
        }

        .image-card {
            width: 179px !important;
            height: 150px !important;
        }

            .image-card h4 {
                font-size: 1rem;
            }

        .image-card-top {
            top: -2%;
            left: 1%;
        }

        .image-card-left {
            top: 42%;
            left: 1%;
        }

        .image-card-right {
            top: -2%;
            left: 27%;
        }

        .image-card-bottom {
            top: 42%;
            left: 27%;
        }

        .article-section {
            max-height: 1400px;
            margin: 0;
            padding: 0;
        }

        .article-cards-wrapper {
            display: flex !important;
            flex-direction: column;
            justify-content: space-evenly;
        }

        .article-card.card-1 {
            margin-left: 0;
        }

            .article-card.card-1 h3 {
                font-size: 2rem;
                margin-left: -90px !important;
                margin: -2rem;
            }

        .article-card {
            width: 265px !important;
            max-height: 350px;
            margin-left: 55px !important;
        }

        .article-type {
            font-size: 1rem;
        }

        .article-content h3 {
            margin-top: 6px !important;
            font-size: 0.8rem;
            margin-bottom: 10px;
            width: 200px;
        }

        .read-more {
            font-size: 0.8rem;
        }

        .article-card.card-3 .article-image img {
            width: 290px;
        }

        .btn-2 {
            padding: 8px 12px;
            font-size: 13px;
        }

        .industries-grid-wrapper {
            flex-direction: column;
        }

        .image-block-1 {
            margin-top: -4rem;
        }

        .contact-section {
            width: 100%;
            margin-left: 0;
        }

            .contact-section h2 {
                font-size: 2.5rem;
            }

        .text-container h4 {
            font-size: 2rem;
        }

        .text-container p {
            font-size: 1rem;
            max-width: 350px;
        }

        .contact-us-form {
            width: 80%;
            margin-left: 26px !important;
        }

        .formwidget-submit-text {
            font-size: 1.8rem;
            width: 300px;
        }
    }