@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Lato:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');
@import url(bootstrap-grid.css);

/* Default css start */
*,
*::before,
*::after {
    box-sizing: border-box;
    position: relative;
}

*::before,
*::after {
    display: block;
}

html {
    font-family: 'Roboto', 'Lato', sans-serif;
    line-height: 24px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 400;
    color: #333;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

@-ms-viewport {
    width: device-width;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

ul {
    list-style-type: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 16px;
}

ol li p,
ul li p {
    font-size: 16px;
    line-height: 24px;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

a:hover {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    width: auto;
    height: auto;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

button {
    border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
    appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    border: none;
}

textarea:focus-visible {
    border: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
    appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
    appearance: button;
}

[hidden] {
    display: none !important;
}

body ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    -webkit-appearance: none;
}

/* Track */
body ::-webkit-scrollbar-track {
    background: rgba(193, 193, 193, 1);
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

/* Handle */
body ::-webkit-scrollbar-thumb {
    background: #003366;
    -webkit-border-radius: 1px;
    border-radius: 0px;
}

*::-moz-selection {
    background: #003366;
    color: #FFF;
    text-shadow: none;
}

*::selection {
    background: #003366;
    color: #FFF;
    text-shadow: none;
}

::-webkit-input-placeholder {
    color: #333;
}

::-moz-placeholder {
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
}

[type="search"]::-webkit-input-placeholder {
    font-family: 'Roboto', 'Lato', sans-serif;
}

[type="search"]::-moz-placeholder {
    font-family: 'Roboto', 'Lato', sans-serif;
}

[type="search"]:-ms-input-placeholder {
    font-family: 'Roboto', 'Lato', sans-serif;
}

[type="search"]:-moz-placeholder {
    font-family: 'Roboto', 'Lato', sans-serif;
}

/* Default css end */

/* Heading css start */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #0E3256;
    font-family: 'Montserrat', 'Poppins', sans-serif;
}

h1 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -0.96px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

@media only screen and (min-width: 992px) {
    h1 {
        font-size: 48px;
        line-height: 60px;
    }

    h2 {
        font-size: 40px;
        line-height: 52px;
    }

    h3 {
        font-size: 32px;
        line-height: 40px;
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

/* Heading css end */

/* Paragraph css start */
p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 16px 0;
    font-family: 'Roboto', 'Lato', sans-serif;
}

p strong {
    font-weight: 700;
}

/* Paragraph css end */

/* Section heading css start */
.section-heading {
    padding: 56px 0 40px;
}

.section-heading h2 {
    margin-bottom: 4px;
}

.section-heading h3 {
    font-weight: 300;
    color: #59697D;
    margin: 0;
    letter-spacing: -0.72px;
}

@media only screen and (min-width: 992px) {
    .section-heading {
        padding: 80px 0 40px;
    }

    .section-heading h2 {
        margin-bottom: 0;
    }
}

/* Section heading css end */

/* Container and Layout */
.container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.container {
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    width: 60%;
    margin: 0;
    position: relative;
}

.logo img {
    width: 70%;
}

.main-nav {
    width: 70%;
}

.main-nav ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.main-nav ul li {
    margin: 0;
}

.main-nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 8px 12px;
    transition: color 0.3s ease;
    font-family: 'Roboto', 'Lato', sans-serif;
}

.main-nav ul li a:hover {
    color: #0E3256;
}

/* Hero Section */
.hero-section {
    display: flex;
    padding: 40px 0;
    gap: 0;
    position: relative;
}

.hero-content-wrapper {
    width: 60%;
}

.hero-content {
    flex: 1;
    padding-left: 60px;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 0;
    color: #0E3256;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-weight: 700;
}

.hero-content h1+p {
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
    margin: 8px 0 24px 0;
    color: #1a1a1a;
    font-family: 'Roboto', 'Lato', sans-serif;
}

.hero-description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-family: 'Roboto', 'Lato', sans-serif;
    max-width: 100%;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.btn {
    padding: 18px 32px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 200px;
    font-family: 'Roboto', 'Lato', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.btn-primary {
    background-color: #0E3256;
    color: white;
}

.btn-primary:hover {
    background-color: #1a4d8a;
}

.btn-secondary {
    background-color: transparent;
    color: #0E3256;
    border: 1px solid #0E3256;
}

.btn-secondary:hover {
    background-color: #0E3256;
    color: white;
}

.btn-secondary::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.btn-primary::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

/* Hero Image */
.hero-image {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 0px 44px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #0E3256;
    margin-bottom: 8px;
    font-family: 'Montserrat', 'Poppins', sans-serif;
}

.stat-label {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Roboto', 'Lato', sans-serif;
}

/* Tablet Styles */
@media only screen and (min-width: 768px) {
    .container {
        padding: 0 40px;
    }

    .header-content {
        padding: 20px 40px;
    }

    .main-nav ul {
        display: flex;
        gap: 5px;
    }

    .hero-section {
        padding: 40px 0;
    }

    .hero-content-wrapper {
        width: 60%;
    }

    .hero-image {
        width: 40%;
    }

    .cta-buttons {
        flex-direction: row;
        justify-content: flex-start;
        gap: 32px;
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-content h1 {
        font-size: 48px;
        line-height: 56px;
    }

    .hero-content h1+p {
        font-size: 28px;
        line-height: 38px;
    }

    .hero-description {
        font-size: 16px;
        line-height: 28px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 14px;
    }
}

/* Desktop Styles */
@media only screen and (min-width: 1024px) {
    .container {
        padding: 0 60px;
    }

    .header-content {
        padding: 20px 60px;
    }

    .hero-section {
        padding: 60px 0;
    }

    .hero-content-wrapper {
        width: 60%;
    }

    .hero-image {
        width: 40%;
    }

    .hero-content h1 {
        font-size: 56px;
        line-height: 64px;
    }

    .hero-content h1+p {
        font-size: 32px;
        line-height: 44px;
    }

    .hero-description {
        font-size: 16px;
        line-height: 28px;
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .stat-item {
        padding: 30px;
    }

    .stat-number {
        font-size: 36px;
    }

    .stat-label {
        font-size: 15px;
    }
}

/* Large Desktop Styles */
@media only screen and (min-width: 1200px) {
    .header-content {
        padding: 20px 60px;
    }

    .hero-content-wrapper {
        width: 60%;
    }

    .hero-image {
        width: 40%;
        top: -105px;
        right: 0;
        position: absolute;
        height: auto;
    }

    .hero-content h1 {
        font-size: 50px;
        line-height: 72px;
    }

    .hero-content h1+p {
        font-size: 36px;
        line-height: 48px;
    }

    .hero-description {
        font-size: 18px;
        line-height: 30px;
    }

    .stat-number {
        font-size: 42px;
    }

    .stat-label {
        font-size: 16px;
    }
}

/* What We Do Section - Exact Image Match */
.what-we-do-section {
    background-color: #ffffff;
}

.what-we-do-content {
    text-align: center;
}

.categories-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 20px;
}

.category-item {
    text-align: center;
}

.category-item h3 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 8px 0;
    font-family: 'Arial', sans-serif;
    line-height: 1.2;
}

.category-number {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    display: block;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    .categories-grid {
        gap: 35px;
    }

    .category-item h3 {
        font-size: 14px;
    }

    .category-number {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .categories-grid {
        gap: 25px;
    }

    .category-item h3 {
        font-size: 12px;
    }

    .category-number {
        font-size: 18px;
    }
}

/* Key Value Propositions Section - Mobile First */
.key-value-section {
    padding: 40px 0;
    background-color: #ffffff;
    position: relative;
}

.key-value-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(./images/key-banner.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}

.key-value-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(248, 248, 248, 0) -9.58%, rgba(248, 248, 248, 0.85) 0%);
    z-index: 1;
}

.key-value-content {
    position: relative;
    z-index: 2;
}

.key-value-heading {
    font-size: 24px;
    font-weight: 700;
    color: #0E3256;
    margin: 0 0 30px 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    line-height: 32px;
    text-align: center;
}

.key-value-propositions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    padding: 0 20px;
}

.proposition-item {
    margin-bottom: 0;
}

.proposition-item h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0E3256;
    margin: 0 0 8px 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    line-height: 22px;
}

.proposition-item p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    font-family: 'Roboto', 'Lato', sans-serif;
    line-height: 20px;
}

.key-value-image {
    flex-shrink: 0;
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.key-value-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: cover;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0.1) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Tablet Styles - 768px and up */
@media only screen and (min-width: 768px) {
    .key-value-section {
        padding: 60px 0;
    }

    .key-value-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 35px;
    }

    .key-value-propositions {
        gap: 22px;
        max-width: 450px;
        padding: 0;
    }

    .proposition-item h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .proposition-item p {
        font-size: 15px;
        line-height: 21px;
    }

    .key-value-image {
        width: 250px;
        margin-top: 0;
    }
}

/* Desktop Styles - 1024px and up */
@media only screen and (min-width: 1024px) {
    .key-value-section {
        padding: 60px 0;
        margin-top: 60px;
    }

    .key-value-heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
        text-align: start;
    }

    .key-value-propositions {
        gap: 24px;
        max-width: 500px;
    }

    .proposition-item h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .proposition-item p {
        font-size: 15px;
        line-height: 22px;
    }

    .key-value-image {
        width: 300px;
    }
}

/* Large Desktop Styles - 1200px and up */
@media only screen and (min-width: 1200px) {
    .key-value-propositions {
        max-width: 550px;
    }

    .key-value-image {
        width: 350px;
    }
}

/* About Preview Section - Mobile First */
.about-preview-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.about-preview-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.about-text-content {
    text-align: center;
    max-width: 100%;
}

.about-text-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0E3256;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    line-height: 36px;
}

.about-text-content p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 16px 0;
    font-family: 'Roboto', 'Lato', sans-serif;
    line-height: 24px;
}

.about-text-content p:last-of-type {
    margin-bottom: 30px;
}

.about-images {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.image-stack {
    position: relative;
    width: 100%;
    height: 300px;
}

.image-back,
.image-front {
    position: absolute;
    width: 75%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.image-back {
    top: 0;
    left: 0;
    z-index: 1;
}

.image-front {
    top: 20px;
    right: 0;
    z-index: 2;
}

/* Tablet Styles - 768px and up */
@media only screen and (min-width: 768px) {
    .about-preview-section {
        padding: 80px 0;
    }

    .about-preview-content {
        flex-direction: row;
        gap: 60px;
        align-items: center;
        justify-content: space-between;
    }

    .about-text-content {
        text-align: left;
        flex: 1;
        max-width: 50%;
    }

    .about-text-content h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .about-text-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .about-text-content p:last-of-type {
        margin-bottom: 36px;
    }

    .about-images {
        width: 45%;
        max-width: none;
        margin: 0;
    }

    .image-stack {
        height: 350px;
    }

    .image-back {
        top: 0;
        left: 0;
    }

    .image-front {
        top: 30px;
        right: 0;
    }
}

/* Desktop Styles - 1024px and up */
@media only screen and (min-width: 1024px) {
    .about-preview-section {
        padding: 100px 0;
    }

    .about-preview-content {
        gap: 80px;
    }

    .about-text-content h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 28px;
    }

    .about-text-content p {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .about-text-content p:last-of-type {
        margin-bottom: 40px;
    }

    .image-stack {
        height: 400px;
    }

    .image-back {
        top: 0;
        left: 0;
    }

    .image-front {
        top: 40px;
        right: 0;
    }
}

/* Large Desktop Styles - 1200px and up */
@media only screen and (min-width: 1200px) {
    .about-preview-section {
        padding: 120px 0;
        padding-bottom: 60px;
    }

    .about-text-content h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .about-text-content p {
        font-size: 18px;
        line-height: 30px;
    }

    .image-stack {
        height: 450px;
    }

    .image-back {
        top: 0px;
        left: 0;
        width: 400px;
        height: 400px;
    }

    .image-front {
        top: 50px;
        right: 0px;
        width: 350px;
        height: 350px;
    }
}

/* Service Overview Section - Mobile First */
.service-overview-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.service-overview-content {
    text-align: center;
}

.service-header {
    margin-bottom: 40px;
}

.service-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0E3256;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    line-height: 36px;
}

.service-header p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    font-family: 'Roboto', 'Lato', sans-serif;
    line-height: 24px;
    max-width: 600px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.service-card {
background-color: #ffffff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
position: relative;
height: 250px;
}

.service-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.service-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

.service-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
transform: scale(1.05);
}

.service-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
}

.service-content h3 {
font-size: 16px;
font-weight: 600;
color: #ffffff;
margin: 0;
font-family: 'Montserrat', 'Poppins', sans-serif;
line-height: 22px;
flex: 1;
text-align: left;
}

.service-arrow {
color: #0e3256;
font-size: 16px;
transition: transform 0.3s ease;
background-color: #A8E05F;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.service-card:hover .service-arrow {
transform: translateX(4px);
}

.service-cta {
    margin-top: 20px;
}

/* Tablet Styles - 768px and up */
@media only screen and (min-width: 768px) {
    .service-overview-section {
        padding: 80px 0;
    }

    .service-header {
        margin-bottom: 50px;
    }

    .service-header h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .service-header p {
        font-size: 16px;
        line-height: 26px;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: 50px;
    }

    .service-card {
        height: 280px;
    }

    .service-content {
        padding: 24px;
    }

    .service-content h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .service-arrow {
        font-size: 18px;
    }

    .service-cta {
        margin-top: 30px;
    }
}

/* Desktop Styles - 1024px and up */
@media only screen and (min-width: 1024px) {
    .service-overview-section {
        padding: 100px 0;
    }

    .service-header {
        margin-bottom: 60px;
    }

    .service-header h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 28px;
    }

    .service-header p {
        font-size: 17px;
        line-height: 28px;
        max-width: 700px;
    }

    .services-grid {
        gap: 40px;
        margin-bottom: 60px;
    }

    .service-card {
        height: 300px;
    }

    .service-content {
        padding: 28px;
    }

    .service-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .service-arrow {
        font-size: 20px;
    }

    .service-cta {
        margin-top: 40px;
    }
}

/* Large Desktop Styles - 1200px and up */
@media only screen and (min-width: 1200px) {
    .service-overview-section {
        padding: 60px 0;
        background: linear-gradient(270deg, rgba(248, 248, 248, 0) -9.58%, rgba(248, 248, 248, 0.85) 0%);
    }

    .service-header {
        margin-bottom: 70px;
    }

    .service-header h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 32px;
        text-align: start;
    }

    .service-header p {
        font-size: 18px;
        line-height: 30px;
        max-width: fit-content;
        text-align: start;
    }

    .services-grid {
        gap: 20px;
        margin-bottom: 70px;
    }

    .service-card {
        height: 320px;
    }

    .service-content {
        padding: 32px;
    }

    .service-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .service-arrow {
        font-size: 22px;
    }

    .service-cta {
        margin-top: 50px;
    }
}