
a {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

.wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.red {
    color: var(--brand-red);
}

.center {
    text-align: center;
}

/* Buttons */
.tel-button {
    font-family: "Helvetica Neue", Inter, sans-serif;
    display: inline-block;
    padding: 0px 26px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: .3px;
    max-width: 228px;
    cursor: pointer;
    height: 50px;
    border: 2px solid var(--brand-red);
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-top: 4px;*/
    gap: 1rem;
}

.tel-button:hover {
    background: var(--brand-red);
    color: #fff;
}

/* ===== Header ===== */

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-icon {
    height: 30px;
}


/* ===== Hero ===== */
.hero {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
}

.hero-bg.contain {
    background-size: contain;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.hero h1 {
    margin-bottom: 0;
    letter-spacing: -1px;
}

h2.hero-sub {
    opacity: .95;
    margin-bottom: .2em;
    font-weight: 200;
}

.stars {
    color: #f5a623;
    font-size: var(--fs-h1-mobile);
    margin-bottom: .2em;
}

.stars span {
    color: #fff;
    font-size: var(--fs-h1-mobile);
    font-weight: 600;
    margin-left: 6px;
    font-family: var(--headings-font);
}

.hero-copy {
    font-size: var(--fs-lead-mobile);
    opacity: .9;
    max-width: 905px;
    margin: 10px auto;
}

.hero-content a.contact-btn {
    max-width: 333px;
    border-radius: 9px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid var(--brand-red);
    font-size: var(--fs-lead-mobile);
    color: var(--brand-black);
    font-weight: 400;
    margin-top: 20px;
    height: 56px;
    font-family: var(--body-font);
}

.hero-content a.contact-btn:hover {
    background-color: var(--brand-red);
    color: #fff;
}

/* ===== Intro ===== */
.intro {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 140px 70px;
    flex-wrap: wrap;
}

.intro-text {
    max-width: 704px;
}

.intro-graphic {
    flex: 1 1 380px;
    text-align: center;
}

.intro-label {
    font-size: var(--fs-h2-mobile);
    letter-spacing: -1px;
    color: var(--brand-black);
    font-weight: bold;
    font-family: var(--body-font);
    text-align: center;
    margin: 0;
}

.laptop {
    max-width: 640px;
    margin: 0 auto;
}

.laptop-screen {
    background: #222;
    border-radius: 10px 10px 0 0;
    padding: 14px;
}

/* ===== Service ===== */
.service-grid {
    background: #bfe4f5;
    border-radius: 4px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 1px;
    padding: 22px 10px;
}

.service-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: .65rem;
    font-weight: 600;
    color: var(--dark);
}

.service-icon i {
    font-size: 1.4rem;
    color: var(--dark);
}

.laptop-base {
    height: 14px;
    background: #d5d5d5;
    border-radius: 0 0 16px 16px;
    position: relative;
}

.laptop-base::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 6px;
    background: #bbb;
    border-radius: 0 0 4px 4px;
}

/* ===== CTA banner ===== */
.cta-banner {
    background-color: var(--brand-red);
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-banner a {
    display: block;
    font-size: var(--fs-h4-desktop);
    font-weight: bold;
    font-family: var(--headings-font);
    letter-spacing: -1px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
}

/* ===== Services sections ===== */
.services-section {
    padding: 90px 0;
    background: #fff;
}

.services-section.computer-repairs {
    padding: 0;
}

.services-section.alt {
    background: #fff;
}

.section-intro {
    max-width: 830px;
    margin-bottom: 36px;
    font-family: var(--body-font);
    line-height: 25px;
}

.section-intro.center {
    margin-left: auto;
    margin-right: auto;
    font-weight: 300 !important;
}

.services-section .feature-thumb img {
    max-width: 140px;
    height: 148px;
    margin: 0 auto;
}

.services-section .strip-row.three img {
    width: 69px;
    height: 69px;
}

.card-grid {
    display: grid;
    gap: 18px;
    margin-bottom: 18px;
}

.card-grid.five {
    grid-template-columns:repeat(5, 1fr);
}

.feature-card {
    background: var(--gray-bg);
    padding: 80px 0px;
    text-align: center;
    height: 383px;
    border-radius: 18px;
}

.feature-thumb.dark {
    color: var(--dark);
}

.feature-card p {
    font-size: var(--fs-lead-desktop);
    letter-spacing: -1px;
    line-height: 30px;
    color: var(--brand-black);
    font-weight: bold;
    font-family: var(--headings-font);
    text-align: center;
    margin: 0 auto;
}

/* 1st card */
.feature-card:nth-child(1) p {
    width: 148px;
}

.services-section.computer-repairs .feature-card:nth-child(1) p {
    width: 200px;
}

/* 2nd card */
.feature-card:nth-child(2) p {
    width: 175px;
}

/* 3rd card */
.feature-card:nth-child(3) p {
    width: 198px;
}

/* 4th card */
.feature-card:nth-child(4) p {
    width: 135px;
}

.services-section.computer-repairs .feature-card:nth-child(4) p {
    width: 150px;
}

/* 5th card */
.feature-card:nth-child(5) p {
    width: 159px;
}

.services-section.computer-repairs .feature-card:nth-child(5) p {
    width: 85px;
}

.strip-row {
    background: var(--gray-bg);
    border-radius: 4px;
    display: grid;
    padding: 26px 10px;
}

.strip-row.three {
    grid-template-columns:repeat(3, 1fr);
    border-radius: 18px;
}

.strip-row.three span {
    font-size: var(--fs-h2-mobile);
    letter-spacing: -1px;
    line-height: 52px;
    color: var(--brand-black);
    font-weight: bold;
    font-family: var(--headings-font);
    text-align: center;
}

.strip-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-size: .85rem;
    font-weight: 600;
}

.strip-item i {
    font-size: 1.6rem;
    color: var(--red);
}

/* ===== Pricing ===== */
.pricing-section {
    padding: 90px 0;
    background: #fff;
}

.pricing-section .center {
    font-size: var(--fs-h1-desktop);
    letter-spacing: -1px;
    line-height: 52px;
    color: var(--brand-black);
    font-weight: bold;
    font-family: var(--headings-font);
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.pricing-section .section-intro.center {
    font-size: var(--fs-lead-mobile);
    line-height: 26px;
    color: #000000;
    font-family: var(--headings-font);
    text-align: center;
}

.pricing-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.pricing-card {
    border-radius: 12px;
    filter: drop-shadow(0px 1px 12px rgba(32, 36, 39, 0.2));
    background-color: #ffffff;
    border: 1px solid #ffffff;
    width: 560px;
    padding: 20px 35px;
    height: 519px;
}

.pricing-card:nth-child(2) {
    padding: 20px 88px 20px 50px;
}

.pricing-card .heading {
    font-size: var(--fs-h1-desktop);;
    letter-spacing: -1px;
    line-height: 60px;
    color: var(--brand-black);
    font-weight: bold;
    font-family: var(--headings-font);
    margin-bottom: 25px;
    display: block;
}

.pricing-card .heading .red {
    color: var(--brand-red);
    width: 100%;
    display: block;
}

.pricing-card p, .pricing-card ul {
    color: var(--brand-black);
    font-size: var(--fs-lead-mobile);
}

.pricing-card ul li {
    position: relative;
    list-style: disc;
    margin-left: 18px;
    font-family: var(--body-font);
    line-height: 26px;
    font-weight: 300;
}

.pricing-card ul li::marker {
    color: var(--brand-red);
}

.pricing-section .contac-btn {
    font-size: var(--fs-lead-mobile);
    color: var(--brand-black);
    font-weight: bold;
    font-family: Inter;
    margin: 0 auto;
}

/* ===== Why choose ===== */
.why-choose {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: end;
    color: #fff;
    overflow: hidden;
}

.why-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
}

.why-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, .6);
}

.why-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 759px;
    margin: 0 auto;
    padding: 60px 24px;
}

.why-content .heading {
    font-size: var(--fs-h1-desktop);
    letter-spacing: -1px;
    line-height: 52px;
    color: #ffffff;
    font-weight: bold;
    font-family: var(--headings-font);
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.why-content .heading img {
    width: 300px;
    height: auto;
}

.why-content p {
    font-size: var(--fs-lead-mobile);
    line-height: 26px;
    color: #ffffff;
    font-family: var(--body-font);
    text-align: center;
}

.why-content .btn-outline-white {
    width: 228px;
    height: 42px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid var(--brand-red);
    font-size: var(--fs-lead-mobile);
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    text-align: center;
    padding: 5px;
    display: block;
    margin: 0 auto;
}

.why-content .btn-outline-white:hover {
    background-color: var(--brand-red);
    color: #ffffff;
}

/* ===== Reviews ===== */
.reviews-section {
    padding: 0px 0px 70px;
    background: #fff;
    margin-top: 50px;
}

.reviews-section h2 {
    font-size: var(--fs-h1-desktop);
    letter-spacing: -1px;
    line-height: 52px;
    color: var(--brand-black);
    font-weight: bold;
    font-family: var(--headings-font);
    text-align: center;
}

.reviews-section .section-intro {
    font-size: var(--fs-lead-mobile);
    color: var(--brand-black);
    font-family: var(--headings-font);
}

.review-cards {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px;
    flex: 1;
}

/* Make all slides same height */
.review-swiper .swiper-slide {
    height: auto !important;  /* Override Swiper's default height */
}

.review-card {
    border-radius: 18px;
    background-color: #efefef;
    border: 1px solid #ffffff;
    padding: 30px;
    height: 100%;
}

.review-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar img {
    width: 40px;
}

.review-head strong {
    display: block;
    font-size: var(--fs-h4-desktop);
    letter-spacing: -1px;
    line-height: 25px;
    color: var(--brand-black);
    font-weight: 500;
    font-style: italic;
    font-family: var(--body-font);
}

.review-date {
    color: var(--text-light);
    font-size: var(--fs-support);
    font-weight: 400;
    font-style: italic;
    font-family: var(--body-font);
}

.stars.small {
    color: #f5a623;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.review-card p {
    font-size: var(--fs-body);
    letter-spacing: 0px;
    line-height: 34px;
    color: var(--brand-black);
    font-weight: 500;
    font-style: italic;
    font-family: var(--body-font);
    margin: 0;
    flex: 1;
}

.read-more {
    color: var(--brand-red);
    font-size: var(--fs-body);
    letter-spacing: 0px;
    font-weight: 500;
    font-style: italic;
    font-family: var(--body-font);
    flex-shrink: 0;
    margin-top: auto;
    padding: 10px 0 0;
}

.review-card .g-logo {
    width: 30px;
    margin-left: auto;
}

.carousel-arrow {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    cursor: pointer;
}

.reviews-section .tel-button {
    margin: 0 auto;
}

.review-carousel {
    width: 100%;
    max-width: 1800px;
    display: flex;
    align-items: stretch;
    column-gap: 20px;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

/* Swiper area */
.review-swiper {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

/* Arrows */
.review-carousel .carousel-arrow {
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    align-self: center;
}

.review-carousel .review-prev {
    justify-self: center;
}

.review-carousel .review-next {
    justify-self: center;
}

/* ===== Footer ===== */
.site-footer {
    background: #161616;
    color: #ccc;
    padding-top: 60px;
}

.footer-top {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 40px;
    items-align: start;
}

.footer-brand .logo {
    margin-bottom: 40px;
    display: block;
}

.footer-brand {
    flex: 1 1 225px;
}

.footer-brand .logo-text {
    color: #fff;
}

.footer-brand p {
    font-size: var(--fs-body);
    letter-spacing: -1px;
    color: #efebeb;
    font-family: var(--headings-font);
    margin-bottom: 65px;
    max-width: 283px;
    line-height: 22px;
}

.footer-links {
    flex: 2 1 500px;
}

.footer-links .footer-heading p {
    font-size: var(--fs-h3-desktop);
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: bold;
    font-family: var(--headings-font);
    margin-bottom: 30px;
    display: block;
}

.footer-cols {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
}

.footer-col .footer-menu-heading p {
    font-size: var(--fs-lead-mobile);
    line-height: 38px;
    color: #d11a21;
    font-family: var(--headings-font);
    margin-bottom: 14px;
}

.footer-col ul li {
    font-size: var(--fs-body);
    line-height: 38px;
    color: #ffffff;
    font-family: var(--headings-font);
}

.footer-contact {
    display: flex;
    gap: 40px;
    padding: 30px 2rem;
    flex-wrap: wrap;
}

.footer-contact .btn i {
    margin-right: 6px;
}

.site-footer .btn-outline-white {
    width: 248px;
    height: 56px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid var(--brand-red);
    font-size: var(--fs-lead-mobile);
    color: var(--brand-black);
    font-weight: 400;
    font-family: "Inter";
    text-align: center;
}

.site-footer .footer-links .btn-outline-white {
    width: 333px;
    text-align: left;
}

.site-footer .btn-outline-white:hover {
    background-color: var(--brand-red);
    color: #fff;
}

.footer-bottom {
    background-color: var(--brand-black);
    color: #777;
    padding: 20px 0 0;
}

.footer-bottom .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer-bottom p {
    font-size: var(--fs-small);
    letter-spacing: 0px;
    color: #737373;
    font-family: var(--headings-font);
    margin: 0;
    line-height: 20px;
}

.mobile_menu_trigger {
    display: none;
}

.mobile-menu {
    transform: translateX(-100%);
    transition: transform 0.35s ease;
}

/* ===== Responsive ===== */
@media (max-width: 1440px) {
    .wrap {
        padding: 0 20px;
    }

    .intro.wrap {
        padding: 80px 20px;
    }

    .cta-banner a {
        padding: 0 20px;
    }

    .reviews-section {
        padding: 0px 0px 70px;
    }

    .review-carousel {
        padding: 0;
    }

    .review-carousel .carousel-arrow {
        width: 25px;
    }

    .why-content {
        padding: 60px 24px;
    }

    .review-head strong {
        font-size: 20px;
    }

    .avatar {
        width: 50px;
        height: 50px;
    }

    .footer-contact {
        padding: 30px 20px;
    }

    .footer-brand p {
        margin-bottom: 25px;
    }
}

@media (max-width: 1220px) {
    .pricing-grid {
        display: flex;
        gap: 3%;
        justify-content: center;
    }

    .pricing-card {
        width: 47%;
        height: auto;
    }

    .intro.wrap .intro-text {
        max-width: 500px;
    }

    .intro.wrap .intro-text h2 {
        line-height: 35px;
    }

    .intro.wrap .intro-graphic {
        flex: 1 1 320px;
    }

    .services-section.computer-repairs .feature-card:nth-child(4) p {
        width: auto;
    }

    .feature-card p {
        line-height: 20px;
        padding: 0 10px;
    }

}

@media (max-width: 1170px) {
    .wrap {
        padding: 0 40px;
    }

    .mobile_menu_trigger {
        display: block;
        border: 2px solid var(--brand-red);
        padding: 0px 10px;
        border-radius: 9px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--brand-black);
    }

    .main-nav {
        display: none;
    }

    .card-grid.five {
        grid-template-columns:repeat(3, 1fr);
    }

    .review-cards {
        grid-template-columns:1fr;
    }

    .pricing-grid {
        grid-template-columns:1fr;
    }

    .footer-cols {
        grid-template-columns: repeat(2, 1fr);
    }

    .mobile-menu {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;

        background: rgba(0, 0, 0, 0.92);
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);

        transform: translateX(-100%);
        transition: transform 0.35s ease;

        visibility: hidden;
        pointer-events: none;
    }

    .mobile-menu.open {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
        transition: transform 0.35s ease;
    }

    .mobile-menu .main-nav {
        display: block;
        margin-top: 15px;
    }

    .mobile-menu .main-nav a {
        width: 100%;
        display: block;
        padding: 10px 15px 10px 10px;
        color: #fff;
    }

    .mobile-menu .main-nav a.active {
        color: var(--brand-red);
    }

    .hero-content {
        padding: 0 25px;
    }

    .hero h1 {
        line-height: 40px;
        margin-bottom: 15px;
    }

    .intro.wrap .intro-text {
        max-width: 950px;
        text-align: center;
    }

    .intro-text p {
        max-width: 100%;
        text-align: center;
    }

    .intro-text .tel-button {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        align-items: center;
    }

    .intro.wrap .intro-label {
        font-size: var(--fs-h3-desktop);
    }

    .services-section.computer-repairs .feature-card:nth-child(1) p,
    .feature-card:nth-child(2) p,
    .feature-card:nth-child(3) p,
    .feature-card:nth-child(4) p,
    .hero-content a.btn.btn-white {
        width: fit-content;
    }

    .cta-banner a {
        line-height: 25px;
        font-size: var(--fs-lead-mobile);
    }

    .section-intro {
        line-height: 22px;
    }

    .why-content {
        padding: 60px 24px;
    }

    .reviews-section .btn-outline {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .site-footer .btn-outline-white {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .faq-section {
        padding: 60px;
    }

    .footer-contact {
        padding: 30px 20px;
    }

    .footer-contact {
        flex-wrap: nowrap;
    }

    .footer-bottom .wrap {
        flex-direction: column;
        justify-content: center;
    }

    .footer-bottom .wrap p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wrap {
        padding: 0 20px;
    }

    .tel-button {
        /*padding: 0 5px;*/
        font-size: 0.9rem;
    }
    /*.header-inner .tel-button {*/
    /*    padding: 0 5px;*/
    /*}*/

    .hero {
        min-height: 750px;
    }

    h1 {
        font-size: var(--fs-h1-mobile);
    }

    h2 {
        font-size: var(--fs-h2-mobile);
    }

    h3 {
        font-size: var(--fs-h3-mobile);
    }

    h4 {
        font-size: var(--fs-h4-mobile);
    }

    h5 {
        font-size: var(--fs-h5-mobile);
    }

    h6 {
        font-size: var(--fs-h6-mobile);
    }

    .card-grid.five {
        grid-template-columns:repeat(2, 1fr);
    }

    .strip-row.three {
        grid-template-columns:1fr;
    }

    .intro {
        padding: 50px 24px;
    }

    .pricing-grid {
        display: block;
    }

    .pricing-card {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .pricing-section .center {
        font-size: var(--fs-h1-mobile);
        line-height: 2.5rem;
    }

    .pricing-card .heading {
        font-size: var(--fs-h1-mobile);
        line-height: 2.9rem;
    }

    .faq-section .center {
        font-size: var(--fs-h1-mobile);
        line-height: 2.5rem;
    }

    .feature-card {
        height: 300px;
        padding: 40px 0px;
    }

    .pricing-section h2 {
        line-height: 25px;
    }

    .pricing-section .section-intro.center {
        line-height: 16px;
    }

    .pricing-card h3 {
        line-height: 30px;
    }

    .pricing-card:nth-child(2) {
        padding: 20px 20px 20px 30px;
    }

    .logo-icon {
        height: 25px;
    }

    .section-heading {
        font-size: var(--fs-h1-mobile);
        line-height: 40px;
    }

    .wrap.why-content {
        padding: 20px 20px 60px;
    }

    .why-content .heading {
        font-size: var(--fs-h1-mobile);
    }

    .why-content .heading img {
        width: 175px;
    }

    .pricing-section .btn-outline {
        width: fit-content;
        padding: 0 20px;
    }

    .avatar {
        width: 50px;
        height: 50px;
    }

    .avatar img {
        width: 30px;
    }

    .review-card .g-logo {
        width: 25px;
    }

    .why-choose {
        min-height: 450px;
    }

    .site-footer .footer-contact .footer-links,
    .site-footer .footer-brand {
        flex: unset;
        width: 50%;
    }

    .site-footer .btn-outline-white,
    .site-footer .footer-links .btn-outline-white {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .review-card {
        padding: 30px;
    }

    .faq-section {
        padding: 30px;
    }

    .footer-cols {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-contact {
        gap: 10px;
        flex-wrap: wrap;
    }
}

@media (max-width: 400px) {
    .wrap {
        padding: 0 10px;
    }

    .why-content {
        padding: 60px 24px;
    }

    .intro {
        padding: 50px 24px;
    }

    .hero h1 {
        line-height: 30px;
    }

    .why-content h2 img {
        width: 140px;
    }

    .why-content h2 {
        gap: 10px;
    }

    .review-card {
        padding: 10px;
    }

    .logo-icon {
        height: 22px;
    }

    .faq-section {
        padding: 10px;
    }

    .footer-contact {
        padding: 30px 20px;
    }

    .site-footer .footer-contact .footer-links, .site-footer .footer-brand {
        width: 100%;
    }

    .footer-contact {
        flex-direction: column;
    }

}


/* =========================
   FOOTER
   ========================= */

.footer-links .footer-heading {
    line-height: 1.2;
}

.footer-col .footer-menu-heading,
.footer-col ul li {
    line-height: 1.7;
}

.footer-brand p {
    line-height: 1.35;
}


/* =========================
   REVIEW CONTENT
   ========================= */

.review-head strong {
    line-height: 1.1;
}

.review-date {
    line-height: 1.4;
}

.review-card p {
    line-height: 1.7;
}


/* =========================
   FAQ
   ========================= */

.faq-question {
    line-height: 1.55;
}

.faq-answer p {
    line-height: 1.6;
}

@media (max-width: 640px) {

    .hero h1 {
        font-size: clamp(30px, 8vw, 48px);
    }

}

/* ===== Home Page Ends Here ===== */

/* ===== Inner Page Start Here ===== */
.hero-inner {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-hero-content {
    position: relative;
    z-index: 2;
    width: 1090px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-inner h1 p {
    font-size: var(--fs-h1-desktop);
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: bold;
    font-family: var(--headings-font);
    max-width: 728px;
}

.hero-inner h1 p {
    margin: 0;
}

h2 p {
    margin: 0;
}

/* =========================================================
   LEFT IMAGE BLOCK
   ========================================================= */
.left-image.wrap {
    padding: 100px 80px;
}

.left-image-content {
    display: flex;
    gap: 60px;
    align-items: stretch;
}

.left-image-content > img {
    width: 40%;
    padding: 10px 0;
}

.left-image-content > .right-content-block {
    width: 60%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left-image .right-content-block h2 p{
    font-family: var(--headings-font);
    font-size: var(--fs-h1-mobile);
    letter-spacing: -1px;
    color: var(--brand-black);
    font-weight: bold;
}

.left-image-paragraph p {
    font-family: var(--body-font);
    font-size: var(--fs-lead-mobile);
    font-weight: 300;
    max-width: 550px;
}

.right .left-image-paragraph p {
    max-width: 700px;
}

.left-image-paragraph.is-bold {
    font-weight: 700;
    margin-top: 20px;
}

.left-image .right-content-block ul {
    margin: 10px 0 0;
    padding-left: 20px;
    position: relative;
}

.left-image .right-content-block li {
    font-family: var(--body-font);
    font-size: var(--fs-lead-mobile);
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 4px;
    max-width: 570px;
}

.left-image .right-content-block li::before {
    content: "-";
    position: absolute;
    left: 0;
    font-size: 16px;
}

.left-image-cta {
    width: 100%;
    margin-top: 50px;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid var(--brand-red);
    text-decoration: none;
    height: 75px;
}

.left-image-cta:hover {
    background-color: var(--brand-red);
    color: #fff;
}

.left-image-cta span:first-child {
    font-weight: 400;
    font-family: var(--body-font);
    font-size: var(--fs-h5-mobile);
}

.left-image-cta span:last-child {
    font-weight: 700;
    white-space: nowrap;
    font-family: Inter;
    font-size: var(--fs-h2-desktop);
}

@media (max-width: 1200px) {
    .left-image.wrap {
        padding: 100px 20px;
    }
}

@media (max-width: 960px) {
    .left-image-cta {
        gap: 40px;
    }

    .left-image-cta span:first-child {
        font-size: 16px;
        line-height: 20px;
    }

    .left-image-cta span:last-child {
        font-size: var(--fs-lead-desktop);
    }

    .left-image-content {
        flex-direction: column;
        gap: 40px;
    }

    .left-image-content > .right-content-block,
    .left-image-content > img {
        width: 100%;
    }

    .right .left-image-paragraph,
    .left-image-paragraph {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .left-image-cta {
        gap: 20px;
    }

    .left-image-cta {
        padding: 10px 20px;
    }

    .inner-hero-content {
        padding: 20px;
    }

    .hero-inner {
        min-height: 400px;
    }

    .hero-inner h1 p {
        font-size: var(--fs-h1-mobile);
    }
}

@media (max-width: 499px) {
    .left-image-cta {
        flex-direction: column;
        height: 100px;
        padding: 5px 2px;
        gap: 0px;
    }

    .left-image-cta span:first-child {
        text-align: center;
    }

    .left-image .right-content-block h2 {
        font-size: var(--fs-h2-desktop);
        line-height: 30px;
    }

    .hero-inner h1 {
        font-size: var(--fs-h1-desktop);
        line-height: 40px;
    }

    .inner-hero-content {
        padding: 10px;
    }
}

/* =========================================================
   LEFT IMAGE BLOCK END
   ========================================================= */

/* =========================================================
   Inner Page Full With Background Image CTA START
  ========================================================= */
.inner-bg-cta-container {
    position: relative;
    min-height: 750px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.inner-cta-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
}

.inner-cta-content {
    position: relative;
    z-index: 2;
    width: 1090px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.inner-cta-content h3 {
    font-size: var(--fs-h1-desktop);
    letter-spacing: -1px;
    line-height: 52px;
    color: #ffffff;
    font-weight: bold;
    font-family: var(--headings-font);
}

.inner-cta-content p {
    font-size: var(--fs-lead-mobile);
    color: #ffffff;
    font-family: var(--body-font);
    max-width: 759px;
    margin-bottom: 40px;
}

.inner-cta-content .bottom-row {
    display: flex;
}

.inner-cta-content .bottom-row .btn-outline-white {
    width: 228px;
    height: 42px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid var(--brand-red);
    font-family: "Inter";
    font-size: var(--fs-lead-mobile);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-cta-content .bottom-row .btn-outline-white:hover {
    background-color: var(--brand-red);
    color: #fff;
}

@media (max-width: 767px) {
    .inner-bg-cta-container .inner-cta-content h3 {
        font-size: var(--fs-h1-mobile);
        line-height: 40px;
    }

    .inner-cta-content .bottom-row {
        justify-content: center;
    }

    .inner-bg-cta-container {
        min-height: 665px;
    }
}

/* =========================================================
   Inner Page Full With Background Image CTA END
  ========================================================= */

/* =========================================================
   Full Width Text Block Start
  ========================================================= */
.full-width-text {
    max-width: 1250px;
    padding: 80px 0px;
}

.full-width-text h2, .full-width-text .heading-paragraph {
    font-size: var(--fs-lead-mobile);
    line-height: 28px;
    color: var(--brand-black);
    font-weight: 100;
    font-family: "Outfit";
    text-align: center;
}

.full-width-text h2 {
    font-weight: 700;
}

@media (max-width: 1250px) {
    .full-width-text .heading-paragraph {
        padding: 0 20px;
        text-align: left;
    }
}

@media (max-width: 450px) {
    .full-width-text h2 {
        padding: 0 20px;
        text-align: left;
    }
}

/* =========================================================
   Full Width Text Block End
  ========================================================= */

/* =========================================================
   Blog Listing starts Here
  ========================================================= */
.blog-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.blog-listing .blog-content {
    max-width: 421px;
    height: 554px;
    border-radius: 9px;
    filter: drop-shadow(0px 8px 12px rgba(32, 36, 39, 0.2));
    background-color: rgba(255, 255, 255, 1);
}

.index-page .blog-image {
    height: 280px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #efefef;
    display: block;
    font-size: 0px;
}

.blog-listing .blog-content h2 {
    font-size: var(--fs-lead-desktop);
    letter-spacing: 0px;
    line-height: 32px;
    color: var(--brand-black);
    font-weight: bold;
    font-family: "Gotham";
    margin-bottom: 0;
}

.blog-listing .blog-content .blog_texts {
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.blog-listing .blog-content .excerpt {
    font-family: var(--body-font);
    font-size: var(--fs-lead-mobile);
    font-weight: 400;
    color: var(--brand-black);
    min-height: 159px;
    letter-spacing: -0.65px;
}

.blog-listing .blog-content .read-more {
    border-top: 1px solid #d5d5d5;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    font-family: var(--body-font);
    color: var(--brand-red);
    font-size: var(--fs-lead-mobile);
    letter-spacing: 0px;
    line-height: 26px;
    font-style: normal;
}

.index-page .blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    gap: 15px;
}

.index-page .blog-pagination .page-numbers {
    display: flex;
    gap: 15px;
}

.index-page .alt-text {
    font-size: 0px;
    position: absolute;
}

.index-page .page-numbers .btn-article-nav {
    width: 40px;
    padding: 0px 10px;
    border: unset;
}

.index-page .btn-index {
    width: 40px;
}


@media (max-width: 991px) {
    .blog-listing {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .blog-listing {
        grid-template-columns: 1fr;
    }

    .blog-listing .blog-content {
        max-width: 100%;
    }
}

/* When it gets too narrow */
@media (max-width: 600px) {
    .blog-pagination {
        flex-direction: column;
    }

    .page-numbers {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* =========================================================
   Blog Listing ends Here
  ========================================================= */

/* =========================================================
   Blog Details starts Here
  ========================================================= */
.single-blog-container .hero-bg {
    background-color: #ccc;
}

.single-blog-container .top-row {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    margin-top: 100px;
    margin-bottom: 50px;
}

.single-blog-container .single-blog-back-link-container .back-link {
    color: var(--brand-red);
    border: 2px solid var(--brand-red);
    padding: 10px;
    border-radius: 5px;
}

.single-blog-container .single-blog-back-link-container .back-link:hover {
    background-color: var(--brand-red);
    color: #fff;
}

.single-block-author {
    display: none;
}

.single-blog-container .single-block-author .fa-solid,
.single-blog-container .single-block-author .fa {
    color: var(--brand-red);
}

.single-blog-container .wrap .site-container .blog-links-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
}

.single-blog-container .wrap .site-container .blog-links-container a {
    color: var(--brand-red);
    border: 2px solid var(--brand-red);
    padding: 10px 20px;
    border-radius: 5px;
}

.single-blog-container .wrap .site-container .blog-links-container a:hover {
    background-color: var(--brand-red);
    color: #fff;
}

.single-blog-container h6 {
    margin-block-start: 10px;
    margin-block-end: 10px;
}

.single-blog-container ul {
    position: relative;
}

.single-blog-container ul li {
    position: relative;
    padding-left: 20px;
}

.single-blog-container ul li::before {
    content: "-";
    position: absolute;
    left: 0;
}

.single-blog-container ol {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 20px;
}

.single-blog-container .post-conent a {
    color: var(--brand-red);
    border: 2px solid var(--brand-red);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px;
    display: block;
    width: fit-content;
}

.single-blog-container .post-conent a:hover {
    background-color: var(--brand-red);
    color: #fff;
}

/* =========================================================
   Blog Details ends Here
  ========================================================= */

/* =========================================================
   Contact Page Starts Here
  ========================================================= */
.contact-block {
    margin: 100px 0;
    display: block;
}

.social-links a {
    height: 100%;
    display: flex;
    align-items: center;
}

.contact-block .contact-form-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-block .contact-form-section .contact-form-section__right {
    width: 50%;
}

.contact-block .contact-form-section .contact-button {
    width: 333px;
    height: 56px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid var(--brand-red);
    font-size: var(--fs-lead-mobile);
    color: var(--brand-black);
    font-weight: 700;
    font-family: "Inter";
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-block .contact-form-section .contact-button:hover {
    background-color: var(--brand-red);
    color: #fff;
}

.contact-block .contact-form-section .contact-form-section__left {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.contact-block .contact-form-block {
    width: 100%;
}

.contact-block .contact-form-block .form-row {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.contact-block .contact-form-block .form-row .form-field {
    width: 100%;
}

.contact-block .contact-form-block input,
.contact-block .contact-form-block select,
.contact-block .contact-form-block textarea {
    border-radius: 3px;
    background-color: rgba(239, 241, 245, 1);
    border: none;
    width: 100%;
    height: 41px;
    padding: 10px;
}

.contact-block .contact-form-block input:focus-visible,
.contact-block .contact-form-block select:focus-visible,
.contact-block .contact-form-block textarea:focus-visible {
    border: none;
}

.contact-block .contact-form-block textarea {
    height: 100px;
}

.contact-block .contact-form-block .multichoice {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-block .contact-form-block .multichoice label {
    display: flex;
    align-items: center;
}

.contact-block .contact-form-block .multichoice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    max-width: 70%;
}

.contact-block .contact-form-block .multichoice .label {
    margin-bottom: 4px;
}

.contact-block .contact-form-block .multichoice label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.contact-block .captcha-section {
    display: flex;
    gap: 10px;
}

.contact-block .captcha-section label {
    color: var(--brand-black);
    min-width: 100px;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.captcha_answer {
    width: fit-content !important;
}

/* Make radio look like checkbox */
.contact-block .contact-form-block .multichoice input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 4px;
    background-color: rgba(239, 241, 245, 1);
    display: grid;
    place-content: center;
    cursor: pointer;
}

/* Checked state */
.contact-block .contact-form-block .multichoice input[type="radio"]:checked {
    background: var(--brand-red);
    border-color: var(--brand-red);
}

/* Check mark */
.contact-block .contact-form-block .multichoice input[type="radio"]:checked::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 15px;
}

.contact-block .contact-form-block .multichoice {
    font-size: var(--fs-body);
    letter-spacing: 0px;
    line-height: 21px;
    color: var(--brand-black);
    font-weight: 500;
    font-family: "Gotham";
}

.contact-block .contact-form-block button {
    width: 331px;
    height: 61px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid var(--brand-red);
    font-size: var(--fs-body);
    color: var(--brand-black);
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.contact-block .contact-form-block button:hover,
.contact-block .contact-form-block button:hover .fa {
    background-color: var(--brand-red);
    color: #fff;
}

.contact-form-block button[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #999;
    color: #fff;
    pointer-events: none;
    margin-top: 20px;
    border: none;
}

.contact-block .contact-form-block button .fa {
    position: absolute;
    right: 20px;
    color: var(--brand-red);
    font-size: var(--fs-lead-desktop);
}

.contact-block .contact-form-block .ajax-response {
    margin-bottom: 10px !important;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    color: #fff;
    border-radius: 4px;
    justify-content: center;
}

.contact-block .contact-form-block .ajax-response.form-success-message {
    background-color: #096;
}

.contact-block .contact-form-block .ajax-response.form-error-message {
    background-color: #F00;
}

.contact-block .contact-form-block .ajax-response p {
    margin: 0;
}

@media (max-width: 1150px) {
    .contact-block .contact-form-block .multichoice {
        max-width: 100%;
    }
}

@media (max-width: 850px) {
    .contact-block .contact-form-section {
        flex-direction: column;
        gap: 20px;
    }

    .contact-block .contact-form-section .contact-form-section__right {
        width: 100%;
    }

    .contact-block .contact-form-section .contact-form-section__left {
        align-items: center;
    }
}

@media (max-width: 455px) {
    .contact-block .contact-form-block .multichoice {
        font-size: var(--fs-small);
    }
}

/*--------------------------
--- Contact block with map
---------------------------*/
.contact-block.map .heading,
.contact-block.map .content {
    font-size: var(--fs-h2-mobile);
    letter-spacing: -1px;
    color: var(--brand-red);
    font-weight: 500;
    font-family: var(--body-font);
}

.contact-block.map .content {
    color: var(--brand-black);
}

.contact-block.map .content p {
    margin: 0;
    line-height: 22px;
}

.contact-block.map .social-links {
    display: flex;
    gap: 10px;
}

.contact-block.map .social-links li {
    border: 1px solid #878383;
    padding: 0px 5px;
    color: #878383;
    height: 27px;
}

@media (max-width: 455px) {
    .contact-block.map .content {
        text-align: center;
    }
}

/* =========================================================
 Contact Page Ends Here
========================================================= */
