body {
    margin: 0;
    padding: 0;
}

h1, h2 {
    color: #1E2228;
    font-family: Arial;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: 0;
}

main {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.divider {
    width: 1px;
    background-color: #D9D9D9;
    height: 100%;
  }

/* Header */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 100px;
    background: var(--Raisin-Black, #1E2228);
}

.header-container header {
    width: 100%;
    max-width: 960px;
}

header a {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-link a:hover,
.links a:hover,
.header-link:hover svg path {
    color: #c5c5c5;
    fill: #c5c5c5;
    transition: 0.3s;
}

/* Home page */
.hero-section {
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: #1E2228;
}

.hero-section .hero-section-container {
    display: flex;
    padding: 0;
    width: 100%;
}

.hero-section .hero-section-container .hero-text {
    align-content: center;
}

.hero-section .hero-section-container .hero-content {
    padding: 0px 50px 0px 20%;
}

.hero-section .hero-section-container .hero-content span {
    font-weight: normal;
}

.hero-section .hero-section-container .hero-content span:first-child {
    font-weight: bold;
    color: #ffdd00;
}

.hero-section img {
    height: 380px;
    border-radius: 0 20px 20px 0;
    object-fit: cover;
}

.hero-section .hero-text h1 {
    align-self: stretch;
    color: #FFF;
    font-family: Arial;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.hero-section .hero-text p {
    color: #AEAEAE;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.hero-section .hero-text button {
    color: var(--Neutral-White, #FFF);
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    background: transparent;
    border: none;
}

.client-logo-section {
    max-width: 960px;
    display: flex;
    padding: 20px 20px 20px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    flex-wrap: wrap;
}

.about-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.about-header-wrapper span {
    color: #1E2228;
    font-family: Arial;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.about-section {
    display: flex;
    max-width: 960px;
    margin: auto;
    gap: 20px;
    margin-top: 55px;
}

.about-section .about-image {
    width: 150px;
    height: 230px;
    flex-shrink: 0;
    border-radius: 8px;
    object-fit: cover;
}

.about-section .about-image-container .grid-image-1 {
    display: flex;
    align-items: center;
    margin-top: 90px;
}

.about-section .about-image-container .grid-image-2,
.about-section .about-image-container .grid-image-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 90px;
}

.about-section .about-image-container .grid-image-3 {
    margin-top: 0;
}

.about-section .about-image-grid {
    display: flex;
    gap: 15px;
}

.about-section .col,
.hero-section .col {
    flex: 1;
}

.about-section .outer-about-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-section .inner-about-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-section .inner-about-section p.sub-text {
    align-self: stretch;
    color: #5F5F5F;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.about-section .inner-about-section h3 {
    align-self: stretch;
    color: #1E2228;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.about-section .inner-about-section p {
    align-self: stretch;
    color: #5F5F5F;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

/* Stats Section */
.stats-section {
    max-width: 960px;
    margin: auto;
}

.stats-section .heading-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 80px;
}

.stats-section .heading-container p {
    align-self: stretch;
    color: #5F5F5F;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.stats-section .stats-cards .stats-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.stats-section .stats-cards {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-shrink: 0;
}

.stats-section .stats-cards span {
    color: #1E2228;
    font-family: Arial;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
}

.stats-section .stats-cards .card-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stats-section .stats-cards .card-2 span {
    color: white;
}

.stats-section .stats-cards p.subheading {
    color: #1E2228;
    font-family: Arial;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.stats-section .stats-cards p {
    color: #5F5F5F;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.stats-section .stats-cards .card-2 h3 {
    color: #fff;
}

.stats-section .stats-cards .card-2 p.subheading {
    color: #fff;
}

.stats-section .stats-cards .card-2 p {
    color: #FBFBFB;
}

.stats-section .stats-cards .card-1,
.stats-section .stats-cards .card-3 {
    width: 306px;
    border-radius: 8px;
    background: #F9FAFB;
    padding: 30px;
}

.stats-section .stats-cards .card-2 {
    width: 306px;
    border-radius: 8px;
    background: #101828;
    padding: 30px;
    transform: translateY(-40px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Image Section */
.image-section {
    max-width: 960px;
    margin: auto;
}

.image-section .banner-image {
    border-radius: 20px;
    height: 377px;
    max-width: 960px;
    object-fit: cover;
}

/* Reviews Section */
.reviews-section {
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reviews-section .reviews-title-container {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 20px;
}

.reviews-section .reviews-title-container .reviews-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviews-section .reviews-title-container .reviews-title p {
    color: #696969;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.reviews-section .reviews-title-container a {
    white-space: nowrap;
    color: #1E2228;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.reviews-section .reviews-row {
    display: flex;
    flex: 1;
    gap: 30px;
}

.review-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reviews-section .reviews-row .review-card p {
    align-self: stretch;
    color: #5F5F5F;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.reviews-section .reviews-row .review-card .reviewer-info {
    display: flex;
    gap: 17px;
}

.reviews-section .reviews-row .review-card .reviewer-info .reviewer-info-name {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.reviews-section .reviews-row .review-card .reviewer-info .reviewer-info-name span:first {
    color: #1E2228;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.reviews-section .reviews-row .review-card .reviewer-info .reviewer-info-name span:last-child {
    color: #727272;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.reviews-section .reviews-row .review-card .reviewer-info img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #D9D9D9;
}

.contact-section {
    padding: 0px 0px 67px 0px;
    max-width: 960px;
    margin: auto;
}

.contact-section .contact-container {
    display: flex;
    flex: 1;
    gap: 30px;
}

.contact-section .contact-heading-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 23px;
}

.contact-section p {
    align-self: stretch;
    color: #696969;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.contact-section .contact-card {
    border-radius: 10px;
    background: #F9FAFB;
    padding: 20px;
}

.contact-section .contact-card span {
    color: #1E2228;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.contact-section .contact-card p {
    color: #696969;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.contact-section .contact-card .contact-card-content {
    gap: 15px;
}

.contact-section .contact-card .contact-card-content .contact-card-text {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contact-section .contact-card .contact-card-content .contact-card-text .contact-link {
    color: #1E2228;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.contact-section .contact-card .contact-card-content .contact-card-text .contact-link:hover {
    color: #383E48;
    transition: 0.3s;
}

.contact-section .contact-image {
    border-radius: 8px;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 270px;
}

/* Company Details & General Terms pages */
.go-back-home a {
    align-self: stretch;
    color: #1E2228;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}

.main-content {
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 85px 0px 100px 0px
}

.main-content section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.main-content section p.sub-text {
    align-self: stretch;
    color: #5F5F5F;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.main-content section h2,
.main-content .company-details span {
    align-self: stretch;
    color: #1E2228;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.main-content section p {
    align-self: stretch;
    color: #5F5F5F;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

/* Footer Section */
footer {
    background: #1E2228;
}

footer .legal-links {
    background: #1E2228;
    max-width: 960px;
    margin: auto;
    padding: 50px 0px;
}

footer .legal-links p {
    color: #F7F7F6;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer .legal-links a {
    color: #F7F7F6;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    border-bottom: 1px solid #242A32;
    padding-bottom: 5px;
    width: fit-content;
}

footer .legal-links a:last-child {
    border-bottom: none;
}

.links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .mobile-legal-links {
    display: none;
}

footer .footer-bottom {
    background: #252A31;
    padding: 40px 0px;
}

footer .footer-bottom .footer-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 993px) and (max-width: 1200px) {

    /* Mobile Hero Section */
    .hero-section {
        margin: 30px;
    }

    .hero-section .hero-section-container .hero-content {
        padding: 0px 50px 0px 100px;
    }
}

@media (max-width: 992px) {

    h1, h2 {
        color: #1E2228;
        font-family: Arial;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px; /* 100% */
        margin: 0;
    }
    
    header {
        gap: 30px;
    }

    header a {
        font-size: 14px;
        line-height: 18px;
    }

    .header-link svg {
        width: 14px;
        height: 14px;
    }

    .go-back-home a {
        color: #1E2228;
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .main-content section h2,
    .main-content .company-details span {
        color: #1E2228;
        font-family: Arial;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; /* 133.333% */
    }

    /* Mobile Header Section */
    .header-container {
        height: 60px;
        padding: 0 30px 0 30px;
    }

    .header-container header .logo,
    .footer-bottom .footer-image .logo {
        width: 167px;
        height: 30px;
    }

    /* Mobile Hero Section */
    .hero-section {
        margin: 25px 30px 30px 30px;
    }

    .hero-section .hero-section-container .hero-text {
        padding: 20px 0px 20px 50px;
    }

    .hero-section .hero-section-container .hero-content {
        padding: 0;
    }

    /* Mobile About Section */
    .about-section {
        padding: 25px 30px 30px 30px;
    }

    .about-header-wrapper {
        gap: 10px;
    }

    .about-header-wrapper span {
        font-size: 14px;
        line-height: 18px;
    }

    /* Mobile Stats Section */
    .stats-section {
        padding: 0px 30px 0px 30px
    }

    /* Mobile Image Section */
    .image-section {
        padding: 0px 30px 0px 30px
    }

    .image-section .banner-image {
        max-width: 100%;
    }

    /* Reviews Section */
    .reviews-section {
        padding: 0px 30px 0px 30px
    }

    /* Mobile Company Details & General Terms pages */
    .main-content {
        padding: 25px 30px 90px 30px
    }

    .main-content section {
        gap: 10px;
    }

    .main-content section p.sub-text {
        font-size: 16px;
    }

    .main-content section p {
        font-size: 14px;
    }

    .stats-section .stats-cards span {
        font-size: 24px;
    }

    .stats-section .stats-cards p.subheading {
        font-size: 18px;
    }

    .stats-section .stats-cards .card-title-wrapper {
        gap: 5px;
    }

    .stats-section .stats-cards .card-1, .stats-section .stats-cards .card-3 {
        width: 100%;
        border-radius: 8px;
        background: #F9FAFB;
        padding: 30px;
    }

    .stats-section .stats-cards .card-2 {
        width: 100%;
        border-radius: 8px;
        background: #101828;
        padding: 30px;
        transform: translateY(-40px);
    }

    .stats-section {
        margin: inherit;
    }

    /* Mobile Contact Section */
    .contact-section {
        padding: 0;
    }

    .contact-section .contact-card .contact-card-content .contact-card-text .contact-link {
        font-size: 14px;
    }

    .contact-section .contact-container {
        padding: 0px 30px 30px 30px
    }
}

@media (max-width: 768px) {

    main {
        gap: 50px;
    }

    .divider {
        width: 100%;
        height: 1px;
        background-color: #D9D9D9;
    }

    /* Mobile Header Section */
    .header-container header .logo,
    .footer-bottom .footer-image .logo {
        width: 149px;
        height: 31px;
    }

    header a {
        font-size: 12px;
        line-height: 16px;
    }

    /* Mobile Hero Section */
    .hero-section {
        margin: 0;
        margin-bottom: 20px;
        border-radius: 0px;
        background: unset;
    }

    .hero-section .hero-text h1 {
        font-size: 24px;
        line-height: 36px;
        margin: 0;
    }

    .hero-section .hero-text p,
    .hero-section .hero-text button {
        font-size: 14px;
    }

    .hero-section img {
        height: 340px;
        width: 100vw;
        border-radius: 0;
    }

    .hero-section .hero-section-container .hero-text {
        padding: 32px;
        margin-left: 20%;
        background-color: #1E2228;
        transform: translateY(-50%);
    }

    .hero-section .hero-section-container {
        gap: 0;
        flex-direction: column-reverse;
    }

    /* Mobile About Section */
    main .about-section {
        flex-direction: column;
        margin-top: 0;
        gap: 30px;
        margin: inherit;
    }

    .about-section .about-image-grid {
        gap: 10px;
        justify-content: space-evenly;
        overflow-x: clip;
    }

    .about-section .about-image {
        width: 110px;
        height: 166px;
    }

    .about-section .col {
        flex: 0;
    }

    .about-section .inner-about-section p {
        font-size: 14px;
    }

    .about-section .inner-about-section p.sub-text {
        font-size: 16px;
    }

    /* Mobile Client Logo Section */
    .client-logo-section {
        margin-top: -80px;
        justify-content: center;
        gap: 25px;
    }

    /* Mobile Stats Section */
    .stats-section .stats-cards {
        flex-direction: column;
        gap: 20px;
        height: unset;
    }

    .stats-section .heading-container {
        padding-bottom: 30px;
    }

    .stats-section .heading-container p,
    .stats-section .stats-cards p {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }

    .stats-section .stats-cards span {
        font-size: 36px;
    }

    .stats-section .stats-cards .card-2 {
        transform: unset;
        box-shadow: unset;
    }

    /* Mobile Image Section */
    .image-section {
        padding: 0;
    }

    .image-section .banner-image {
        border-radius: 0;
        max-width: 100%;
    }

    /* Mobile Reviews Section */
    .reviews-section .reviews-title-container {
        flex-direction: column;
        gap: 16px;
    }

    .reviews-section .reviews-title-container {
        align-items: flex-start;
    }

    .reviews-section .reviews-row {
        flex-direction: column;
        gap: 30px;
    }

    .review-card {
        gap: 10px;
    }

    .reviews-section .reviews-title-container .reviews-title p {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 131.25% */
    }

    .reviews-section .reviews-row .review-card .reviewer-info {
        padding-top: 15px;
    }

    .reviews-section .reviews-row .review-card p {
        font-size: 14px;
    }

    .reviews-section .reviews-row .review-card .reviewer-info img {
        width: 40px;
        height: 40px;
    }

    .reviews-section .reviews-row .review-card .reviewer-info {
        gap: 10px;
    }

    .reviews-section .reviews-row .review-card .reviewer-info .reviewer-info-name span:first-child {
        color: #1E2228;
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px; /* 100% */
    }
    
    .reviews-section .reviews-row .review-card .reviewer-info .reviewer-info-name span:last-child {
        color: #727272;
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px; /* 85.714% */
    }

    /* Mobile Contact Section */
    .contact-section .contact-container {
        flex-direction: column;
        gap: 20px;
    }

    .contact-section p,
    .contact-section .contact-card p {
        font-size: 14px;
    }

    .contact-section .contact-card span {
        font-size: 16px;
    }

    .contact-section .contact-image {
        width: 100%;
        height: 190px;
    }

    /* Mobile Footer Section */
    footer .legal-links {
        display: none;
    }

    footer .mobile-legal-links {
        display: block;
        padding: 20px;
    }

    footer .mobile-legal-links .mobile-legal-links-container {
        display: flex;
        padding: 16px 0px;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        row-gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    footer .mobile-legal-links .divider {
        width: 100%;
        height: 1px;
        background-color: #313944;
        ;
        margin: 0;
    }

    footer .mobile-legal-links a {
        color: #F7F7F6;
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.2px;
        text-decoration: none;
    }

    footer .footer-bottom {
        padding: 20px;
    }

    .image-section .banner-image {
        height: 260px;
    }
}