@import url(global.css);

/* body carousel starts */

.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide>.background-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* align-items: center; */
    width: 100%;
    background-size: cover;
    background-position: center;
}

.background-image {
    /* box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2); */
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.60) 100%);
    /* background: linear-gradient(89.53deg, rgba(0, 0, 0, 0.6) 38.02%, rgba(0, 0, 0, 0.3) 60.4%, rgba(0, 0, 0, 0) 71.79%); */
    /* box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1); */
    z-index: 2;
}

.main-tagline {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 128px 50px;
    position: relative;
    z-index: 3;
    color: #fff;
}

.headline {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 3.14rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-align: left;
    color: #fff;
}


.description {
    width: 50%;
    font-family: Plus Jakarta Sans, sans serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.618;
    text-align: left;
    color: #fff;
}

.cta-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.main-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 16px;
    padding: 16px 24px;
    border-radius: 80px;
    background: transparent;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: center;
}

.swipe-buttons {
    background: #fff;
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 24px;
    z-index: 10;
    border: 1px solid #fff;
    margin: 0;
    border-radius: 48px 0 0 0;
}

.swipe-buttons::before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background: transparent;
    top: -50px;
    right: 0;
    border-radius: 50px;
    box-shadow: 30px 30px 0 #fff;
}

.swipe-buttons::after {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: transparent;
    bottom: 0;
    left: -50px;
    border-radius: 50px;
    box-shadow: 26px 26px 0 #fff;
}

.button-prev,
.button-next {
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: background 1s ease-in;
}

.button-prev:hover,
.button-next:hover {
    background: linear-gradient(100.54deg, #003366 2.13%, #0f52ba 96.81%);
    border: 1px solid linear-gradient(100.54deg, #003366 2.13%, #0f52ba 96.81%);
}

.button-prev:hover .button-prev svg {
    background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .swiper {
        width: 100%;
    }

    .swiper-slide>.background-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .main-tagline {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 50px;
    }

    .headline {
        width: 100%;
        font-family: Urbanist, sans-serif;
        font-size: 3.235rem;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: -0.03em;
        text-align: left;
        color: #fff;
    }

    .description {
        width: 80%;
        font-family: Plus Jakarta Sans, sans serif;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.5;
        text-align: left;
        color: #fff;
    }

    .cta-buttons {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
    }

}

@media screen and (max-width:430px) {
    .swiper {
        width: 100%;
    }

    .swiper-slide>.background-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .main-tagline {
        gap: 0px;
        padding: 20px;
    }

    .headline {
        width: 100%;
        font-family: Urbanist, sans-serif;
        font-size: 2.617rem;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: -0.03em;
        text-align: left;
        color: #fff;
    }

    .description {
        width: 100%;
        font-family: Plus Jakarta Sans, sans serif;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        text-align: left;
        color: #fff;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

.about-gretex {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.about-visual {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-video-container {
    position: relative;
}

.about-video-container>img {
    display: block;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 26px;
}

.about-video-play {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 16px 32px;
    border-radius: 48px 0 0 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.about-video-play>span {
    font-family: Plus Jakarta Sans;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    letter-spacing: -0.02em;
    text-align: left;
}

.play-button-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.play-icon {
    position: relative;
    z-index: 10;
}

.pulse-circle {
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid black;
    border-radius: 50%;
    animation: pulse 2s ease-out infinite;
    z-index: 1;
}

.pulse-circle:nth-child(2) {
    animation-delay: 1s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    70% {
        opacity: 0.3;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.about-video-play::before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background: transparent;
    top: -50px;
    right: 0;
    border-radius: 50px;
    box-shadow: 26px 26px 0 #fff;
}

.about-video-play::after {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: transparent;
    bottom: 0px;
    left: -50px;
    border-radius: 50px;
    box-shadow: 26px 26px 0 #fff;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox.hidden {
    display: none;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.lightbox-content {
    position: relative;
    max-width: 80%;
    max-height: 80%;
}

.lightbox video {
    width: 100%;
    height: auto;
}

.about-metrics {
    padding: 16px 12px;
    background: linear-gradient(100.54deg, #003366 2.13%, #0f52ba 96.81%);
    border-radius: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    gap: 12px;
    flex-wrap: wrap;
}

.metric {
    flex: 1 1 30%;
    text-align: center;
    border-left: 1px solid #f0f2f4;
    padding: 0px;
    /* background-color: #000; */
}

.metric:first-child {
    border-left: none;
}

.number {
    font-family: Urbanist;
    font-size: 2.617rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.metric-description {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

@media screen and (max-width:430px) {
    .about-metrics {
        padding: 24px;
    }

    .metric {
        flex: 1 1 30%;
        text-align: center;
        padding: 10px;
    }

    /* .metric:last-child {
        border-top: 1px solid #f0f2f4;
        border-left: none;
    } */

    .number {
        font-size: 1.2rem;
    }

    .metric-description {
        font-size: 0.6rem;
    }
}

.about-content {
    width: 55%;
    padding: 24px 64px;
    background-color: #f0f2f4;
    border-radius: 26px;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000
}

.content-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-body>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
}

.about-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 16px;
    padding: 16px 24px;
    border-radius: 80px;
    background: transparent;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    position: relative;
    overflow: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: center;
    transition: background 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
}

.arrow-dissapear,
.arrow-appear {
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: relative;
}

.arrow-dissapear {
    opacity: 1;
    transform: translateX(0);
}

.arrow-appear {
    opacity: 0;
    transform: translateX(20px);
}

.button-text {
    transition: transform 0.5s ease, margin-right 0.5s ease;
}

.about-button:hover {
    background: linear-gradient(100.54deg, #003366 2.13%, #0f52ba 96.81%);
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.about-button:hover .arrow-dissapear {
    opacity: 0;
    transform: translateX(-20px);
}

.about-button:hover .arrow-appear {
    opacity: 1;
    transform: translateX(0);
}

.about-button:hover .button-text {
    transform: translateX(-20px);
    /* Move the text left to close the gap */
    margin-right: -10px;
    /* Adjust spacing between text and right arrow */
}

@media screen and (max-width:768px) {
    .about-gretex {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-visual,
    .about-content {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .about-content {
        padding: 64px 32px;
        background-color: #f0f2f4;
        border-radius: 26px;
        justify-content: center;
        align-content: center;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .content-header>h2 {
        font-family: Urbanist, sans-serif;
        font-size: 2.617rem;
        font-weight: 600;
        line-height: 1.2;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000
    }

    .content-body>p {
        font-family: Plus Jakarta Sans, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.618;
        letter-spacing: -0.02em;
        text-align: left;
    }
}

.services-main {
    background: #f0f2f4;
    margin-top: 50px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    overflow: hidden;
}

.services-main-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
    /* gap: 24px; */
    padding: 32px 0;
    border-bottom: 1px solid #e6e6e6;
}

.services-main-header>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.618;
    text-align: left;
    text-transform: uppercase;
}

.services-main-header>h2 {
    width: 50%;
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.services-main-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.services-container {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-container-image>img {
    width: 100%;
    margin: 0 auto;
}

.services-container-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-container-content>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.services-container-content>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.services-custom-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    padding: 0 24px 0 0;
}


@media screen and (max-width:768px) {
    .services-main-header>h2 {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .services-main {
        padding: 64px 20px;
    }

    .services-main-header>h2 {
        font-size: 2.617rem;
    }
}

.block-quote-container {
    padding: 128px 128px 50px 128px;
    max-width: 1440px;
    margin: 0 auto;
}

.block-quote-row {
    display: flex;
    align-items: center;
}

.block-quote-col {
    width: 50%;
}

.block-quote-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.block-quote-col>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.2;
}

.block-quote-author-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.block-quote-author-name>h4 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 700;
    line-height: 1.2;
    color: #003366;
}

.block-quote-author-name>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    color: #000;
}

/* Core usps */

.core-usps {
    padding: 128px 50px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    background-image: linear-gradient(to top, white, #f0f2f4 70%, white 70%);
}

.usp-image-container>h2 {
    width: 80%;
    margin: 0 auto;
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding: 0px 12px 64px 12px;

}

.usp-image-container>img {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 26px;
}

.usp-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.usp-header>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.618;
    text-align: left;
    text-transform: uppercase;
}

.usp-header>h2 {
    width: 50%;
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

.usp-main-row {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.usp-col {
    padding: 64px 32px;
    background-color: #fff;
    border-radius: 26px;
    border: 1px solid #f0f2f4;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}

.usp-icon-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.usp-icon-box>svg {
    padding: 16px;
    background-color: #f0f2f4;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.usp-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.usp-content>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.usp-content>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

@media screen and (max-width:768px) {
    .core-usps {
        padding: 128px 40px;
        display: flex;
        flex-direction: column;
        gap: 64px;
        background-image: linear-gradient(to top, white, #f0f2f4 80%, white 80%);
    }

    .usp-header>h2 {
        width: 100%;
    }

    .usp-main-row {
        display: flex;
        justify-content: space-between;
        gap: 32px;
        flex-wrap: wrap;
    }

    .usp-col {
        width: 45%;
        flex: 1;
        padding: 64px 32px;
        background-color: #fff;
        border-radius: 26px;
        border: 1px solid #f0f2f4;
    }

    .usp-icon-box {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .usp-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

}

@media screen and (max-width:430px) {
    .core-usps {
        padding: 128px 20px;
        display: flex;
        flex-direction: column;
        gap: 64px;
        background-image: linear-gradient(to top, white, #f0f2f4 90%, white 90%);
    }

    .usp-header>h2 {
        width: 100%;
        font-size: 2.617rem;
    }

    .usp-main-row {
        display: flex;
        justify-content: space-between;
        gap: 32px;
        flex-wrap: wrap;
    }

    .usp-col {
        width: 100%;
        flex: 1;
        padding: 64px 32px;
        background-color: #fff;
        border-radius: 26px;
        border: 1px solid #f0f2f4;
    }

    .usp-icon-box {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .usp-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

/* Testimonial section */

.testimonial-container-main {
    position: relative;
    height: 100vh;
    padding: 50px;
    overflow: hidden;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.9);
}

.testimonial-container>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.618;
    color: #fff;
    background-color: #212121;
    padding: 8px 16px;
    border-radius: 80px;
}

/* Video styling */
.testimonial-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
    /* keeps video behind content */
}

.testimonial-grid {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: white;
    /* Ensure text is visible on video */
}

.testimonial-container>h3 {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.testimonial-container>p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.testimonial-cta {
    padding: 10px 0;
}

.cta-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    gap: 16px;
    padding: 8px 12px 8px 24px;
    border-radius: 80px;
    background-color: #fff;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.618;
    text-decoration: none;
    color: #000;
}

.inline-svg-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-color: #212121;
    border-radius: 80px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inline-svg-icon>svg {
    width: 24px;
    height: 24px;
    transform: scale(2.5);
    transform-origin: center;
}


@media screen and (max-width:768px) {
    .testimonial-container>h3 {
        width: 80%;
        font-size: 2.617rem;
    }

    .testimonial-container>p {
        width: 60%;
    }
}

@media screen and (max-width:430px) {
    .testimonial-container>h3 {
        width: 100%;
    }

    .testimonial-container>p {
        width: 100%;
    }
}

.blog-container-main {
    padding: 64px 50px;
    background-color: #f0f2f4;
}

.blog-container-header {
    padding: 32px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-container-header>h3 {
    /* width: 45%; */
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

.blog-container-body {
    margin: 64px 0;
}

.blog-col-main {
    display: flex;
    gap: 32px;
}

.featured-blog {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
}

.featured-blog-thumbnail {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.featured-blog-thumbnail>a>img {
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-blog-content>span,
.offset-blog-content>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.618;
    text-align: left;
    text-transform: uppercase;
}

.featured-blog-content>a,
.offset-blog-content>a {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    text-decoration: none;
}

.read-time,
.blog-time {
    font-family: Plus Jakarta Sans, 'sans-serif';
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.618;

}

.blog-col-offset {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.offset-blog-container {
    display: flex;
    gap: 32px;
}

.offset-blog-image {
    width: 40%;
    overflow: hidden;
}

.offset-blog-image>a>img {
    width: 100%;
    aspect-ratio: 4/3;
    /* or 4/3 */
    object-fit: cover;
}

.offset-blog-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.offset-blog-content>a {
    font-size: 1.2rem;
}


@media screen and (max-width:768px) {
    .blog-col-main {
        display: flex;
        flex-direction: column;
    }

    .featured-blog,
    .blog-col-offset {
        width: 100%;
    }

    .blog-container-header>h3 {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .blog-container-main {
        padding: 64px 20px;
    }

    .featured-blog-content {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .featured-blog-content>h3 {
        font-size: 1.2rem;
    }

    .offset-blog-container {
        gap: 16px;
    }

    .offset-blog-image,
    .offset-blog-content {
        width: 50%;
    }

    .offset-blog-content>h3 {
        font-size: 1rem;
    }
}


/* Press section */

.press-container {
    padding: 64px 0;
}

.press-container-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.press-container-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.press-container-header>hr {
    height: 1px;
    background-color: #e6e6e6;
    border: none;
    margin: 0;
}

.press-container-body {
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.press-row {
    padding: 12px 0;
    border-bottom: 0.5px solid #212121;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.press-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.press-meta>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.618;
    text-align: left;
    text-transform: uppercase;
    color: #212121;
}

.press-col>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}


.press-col-cta>a {
    padding: 12px;
    text-decoration: none;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.618;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
}

@media screen and (max-width:768px) {
    .press-container-header>h2 {
        font-size: 2.617rem;
    }

    .press-meta>span {
        font-size: 0.8rem;
    }

    .press-col>h3 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:430px) {
    .press-col-cta>a>span {
        display: none;
    }
}