/* -------------------------
   Root & Fonts
------------------------- */
html {
    font-size: 16px;
    /* 1rem = 16px */
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('../fonts/Proxima_Nova_Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('../fonts/Proxima_Nova_Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

:root {
    --color-dark: #151515;
    --color-white: #FFFFFF;
    --color-gray: #545454;
    --color-body-bg: #f5f5f5;
    --color-section-bg: #F7FBFB;
}

/* -------------------------
   Global
------------------------- */
body {
    font-family: 'Proxima Nova Semibold', Arial, sans-serif;
    margin: 0 !important;
    color: var(--color-dark);
    background-color: var(--color-body-bg);
}

img {
    width: 100%;
}

h2 {
    font-size: 3.5rem;
    line-height: 1.875rem;
    color: var(--color-dark);
    margin-bottom: 1.5625rem;
}

h3 {
    font-size: 2rem;
    line-height: 100%;
    color: var(--color-dark);
    margin-bottom: 1.5625rem;
}

p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: var(--color-gray);
}

.what_we_did_inner p {
    font-size: 1.75rem;
    line-height: 2.5rem;
}

ul {
    padding: 0 0 0 2.25rem;
}

li {
    font-size: 1.125rem;
    line-height: 2.1875rem;
    color: var(--color-gray);
}

a.cta_btn {
    font-size: 1rem;
    line-height: 100%;
    text-decoration: unset;
    background: linear-gradient(101.13deg, #EEAF20 1.43%, #EF4823 95%);
    padding: 1.5rem;
    border-radius: 2rem;
    color: var(--color-white);
    width: 50%;
    display: block;
    text-align: center;
}

/* -------------------------
   Containers
------------------------- */
.container_hero {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 4rem;
}

.container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 6.25rem;
}

/* -------------------------
   Header
------------------------- */
section.header_outter {
    margin: 1rem 0 1.375rem;
}

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

.header_logo {
    width: 30%;
    height: 100%;
    max-height: 3.9375rem;
}

.header_logo img {
    width: 3.9375rem;
    height: 3.9375rem;
}

.header_contact,
.header_email {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.0625rem;
}

.header_contact_icon,
.header_email_icon {
    width: 1.25rem;
    height: 1.35rem;
}

.header_contact_no,
.header_contact_no a,
.header_email_text,
.header_email_text a {
    font-size: 1rem;
    line-height: 100%;
    text-decoration: unset;
    color: var(--color-dark);
}

.header_email_text a.cta_btn_call {
    background-color: #c52038;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 2rem;
    position: fixed;
    top: 24px;
    right: 100px;
    z-index: 9999;
}

/* -------------------------
   Hero
------------------------- */
.hero_inner {
    background-image: url(../images/Group\ 16.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_inner_content {
    max-width: 29.6875rem;
    padding: 6.25rem 2.25rem;
}

.hero-subtitle {
    font-size: 1rem;
    line-height: 100%;
    color: var(--color-white);
    margin-bottom: 1.6875rem;
}

.hero_title {
    font-size: 3.5rem;
    line-height: 4.125rem;
    color: var(--color-white);
}

section.hero_outer {
    margin: 1.375rem 0 2.8125rem;
}

/* -------------------------
   Sections
------------------------- */
section.what_we_found {
    margin: 2.8125rem 0 5rem;
}

.what_we_found_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.what_we_font_inner_left,
.what_we_font_inner_right {
    width: 50%;
}

.what_we_font_inner_right a.cta_btn,
.profile_optimization_inner_right a.cta_btn,
.call_lead_inner_right a.cta_btn,
.result_listing_right a.cta_btn {
    float: right;
}

section.initial_audit {
    margin: 5rem 0 3.25rem;
}

.initial_audit_inner {
    max-width: 56.25rem;
}

section.website_hero {
    margin: 3.25rem 0 5.625rem;
}

.website_hero_inner,
.website_hero_inner img {
    margin: 0 auto;
}

section.what_we_did {
    margin: 5.625rem 0;
}

section.profile_optimization {
    margin: 5.625rem 0 1.5625rem;
}

.profile_optimization_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.profile_optimization_inner_left,
.profile_optimization_inner_right {
    width: 50%;
}

section.google_ads_summery {
    margin: 1.5625rem 0 7.625rem;
}

section.local_seo {
    margin: 7.625rem 0 8.3125rem;
    background-color: var(--color-section-bg);
    padding: 3.75rem 0;
}

.local_search_grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.0625rem;
    gap: 30px;
}

section.website_optimization {
    margin: 8.3125rem 0 7.625rem;
}

.speed_optimization {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.0625rem;
    gap: 30px;
}

section.backlinks {
    margin: 7.625rem 0;
    padding: 3.8125rem 0;
    background-color: var(--color-section-bg);
}

.backlinks_ahrefs {
    margin-top: 3.75rem;
}

section.call_lead {
    margin: 7.625rem 0 7.25rem;
}

.call_lead_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.call_lead_inner_left,
.call_lead_inner_right {
    width: 50%;
}

.call_lead_img {
    margin-top: 3.4375rem;
}

section.local_listing {
    margin: 7.25rem 0 7.625rem;
    padding: 3.8125rem 0;
    background-color: var(--color-section-bg);
}

.local_listing_img {
    margin-top: 1.5625rem;
}

section.result {
    margin: 7.625rem 0 4.125rem;
}

.result_inner {
    background: linear-gradient(101.13deg, #EEAF20 1.43%, #EF4823 95%);
    padding: 4.375rem 4.0625rem;
    border-radius: 1.25rem;
    min-height: 43.75rem;
}

.result_title {
    font-size: 4.375rem;
    line-height: 100%;
    color: var(--color-white);
    margin-bottom: 1.75rem;
}

.result_subtitle {
    font-size: 1.875rem;
    line-height: 100%;
    color: var(--color-white);
    margin: 1.75rem 0;
}

.result_listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.result_listing_left,
.result_listing_right {
    width: 50%;
}

.result_listing_right a.cta_btn {
    background: var(--color-white);
    color: #EF4523;
}

.result_listing ul {
    padding: 0 0 0 1.25rem;
}

.result_listing ul li {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: var(--color-white);
}

.result_listing ul li>span {
    font-family: 'Proxima Nova Light', Arial, sans-serif;
}

/* -------------------------
   Form Styles
------------------------- */
form {
    max-width: 100%;
    margin: 3rem auto;
    background: var(--color-white);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

form h3 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: var(--color-dark);
}

form .form-group {
    margin-bottom: 1.5rem;
}

form label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-dark);
}

form input {
    padding: 1rem;
}

form input,
form textarea,
form select {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-family: 'Proxima Nova Light', Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

select#country {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-family: 'Proxima Nova Light', Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23545454' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
}

form input:focus,
form textarea:focus,
form select:focus {
    border-color: #EF4823;
    outline: none;
    box-shadow: 0 0 0 3px rgba(239, 72, 35, 0.2);
}

form button {
    font-size: 1.25rem;
    font-weight: 600;
    background: linear-gradient(101.13deg, #EEAF20 1.43%, #EF4823 95%);
    color: var(--color-white);
    padding: 1.25rem 2rem;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    width: 40%;
    text-align: center;
    margin: 0 auto;
    margin-top: 2rem;
}

form button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.d_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.d_flex div {
    width: 100%;
}

section.footer {
    margin: 4.125rem 0;
}

.footer_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
}

.footer_inner_left,
.footer_inner_right {
    width: 200px;
}

/* -------------------------
   Responsive Breakpoints
------------------------- */

/* Large screens (≤1200px) */
@media (max-width: 1200px) {

    .container,
    .container_hero {
        padding: 0 3rem;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    .header_inner {
        flex-direction: column;
        gap: 1rem;
    }

    .header_logo {
        text-align: center;
    }

    .result_title {
        font-size: 3.375rem;
    }

    .result_subtitle {
        font-size: 1.75rem;
    }

    .result_listing ul li {
        font-size: 1rem;
        line-height: 2rem;
    }

    .hero_inner {
        background-size: contain;
    }
}

/* Tablets (≤1024px) */
@media (max-width: 1024px) {
    .hero_inner_content {
        padding: 4rem 1rem 1rem;
    }

    a.cta_btn {
        width: 75%;
    }
}

/* Tablets (≤992px) */
@media (max-width: 992px) {

    .container,
    .container_hero {
        padding: 0 2rem;
    }

    .hero_inner {
        /* height: 22rem; */
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .hero-subtitle {
        font-size: .65rem;
    }

    .hero_title {
        font-size: 2.5rem;
        line-height: 3.125rem;
    }

    .hero_inner_content {
        padding: 5rem 1rem 5rem;
    }
}

/* Small tablets / large mobiles (≤768px) */
@media (max-width: 768px) {

    .local_search_grid,
    .speed_optimization {
        flex-direction: column;
        gap: 1rem;
    }

    .hero_inner_content {
        padding: 3rem 1rem 1rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .result_inner {
        padding: 2.375rem 1.0625rem;
    }

    section.what_we_found {
        margin: 2.8125rem 0 2rem;
    }

    section.initial_audit {
        margin: 2rem 0 2.25rem;
    }

    section.website_hero {
        margin: 2.25rem 0 2.625rem;
    }

    section.what_we_did {
        margin: 1.625rem 0;
    }

    section.profile_optimization {
        margin: 1.625rem 0 1.5625rem;
    }

    section.google_ads_summery {
        margin: 1.5625rem 0 2.625rem;
    }

    section.local_seo {
        margin: 2.625rem 0 2.3125rem;
        padding: 1.75rem 0;
    }

    section.website_optimization {
        margin: 2.3125rem 0 2.625rem;
    }

    section.backlinks {
        margin: 2.625rem 0;
        padding: 1.8125rem 0;
    }

    section.call_lead {
        margin: 2.625rem 0 2.25rem;
    }

    section.local_listing {
        margin: 2.25rem 0 2.625rem;
        padding: 1.8125rem 0;
    }

    section.result {
        margin: 2.625rem 0 2.125rem;
    }

    section.footer {
        margin: 2.125rem 0;
    }

    a.cta_btn_call {
        right: 32px;
    }
}

/* Mobile (≤576px) */
@media (max-width: 576px) {

    .container,
    .container_hero {
        padding: 0 1rem;
    }

    .hero_inner {
        /* height: 18rem; */
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1rem;
    }

    p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .result_inner {
        padding: 2rem 1rem;
        min-height: auto;
    }

    .result_title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .result_subtitle {
        font-size: 1rem;
    }

    .header_contact_no,
    .header_email_text {
        font-size: 1rem;
    }

    .hero-subtitle {
        margin-bottom: 0.75rem;
    }

    .hero_title {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-top: 0.75rem;
    }

    .hero_inner_content {
        /* padding: 3rem 1rem; */
    }

    .hero_inner_content {
        max-width: 10rem;
    }

    section.hero_outer {
        margin: 1.375rem 0 1.8125rem;
    }

    section.what_we_found {
        margin: 1.8125rem 0 2rem;
    }

    section.initial_audit {
        margin: 2rem 0 2.25rem;
    }

    section.website_hero {
        margin: 2.25rem 0 2.625rem;
    }

    section.what_we_did {
        margin: 2.625rem 0;
    }

    section.profile_optimization {
        margin: 2.625rem 0 1.5625rem;
    }

    section.google_ads_summery {
        margin: 1.5625rem 0 2.625rem;
    }

    section.local_seo {
        margin: 2.625rem 0 3.3125rem;
        padding: 1.75rem 0;
    }

    section.website_optimization {
        margin: 3.3125rem 0 2.625rem;
    }

    section.backlinks {
        margin: 2.625rem 0;
        padding: 1.8125rem 0;
    }

    section.call_lead {
        margin: 2.625rem 0 2.25rem;
    }

    section.local_listing {
        margin: 2.25rem 0 2.625rem;
        padding: 1.8125rem 0;
    }

    section.result {
        margin: 2.625rem 0 2.125rem;
    }

    li {
        font-size: 1rem;
        line-height: 2rem;
        color: var(--color-gray);
    }

    .what_we_did_inner p {
        font-size: 1.15rem;
        line-height: 1.5rem;
    }

    .hero_inner_content {
        padding: 2rem 1rem;
    }

    .what_we_found_inner,
    .profile_optimization_inner,
    .call_lead_inner,
    .result_listing,
    .d_flex,
    .footer_inner {
        flex-direction: column;
    }

    .what_we_font_inner_left,
    .what_we_font_inner_right,
    .profile_optimization_inner_left,
    .profile_optimization_inner_right,
    .call_lead_inner_left,
    .call_lead_inner_right,
    .result_listing_left,
    .result_listing_right {
        width: 100%;
    }

    .what_we_font_inner_right a.cta_btn,
    .profile_optimization_inner_right a.cta_btn,
    .call_lead_inner_right a.cta_btn,
    .result_listing_right a.cta_btn {
        float: unset;
        width: 100%;
        padding: 1.25rem 0rem;
    }

    ul {
        padding: 0 0 0 1.75rem;
    }

    form {
        margin: 2rem 0 0rem;
        padding: 2rem 1rem;
    }

    .d_flex {
        gap: 0rem;
    }

    form button {
        font-size: 1rem;
        width: 100%;
    }

    .footer_inner_left,
    .footer_inner_right {
        width: 150px;
    }

    .header_contact_no,
    .header_contact_no a,
    .header_email_text,
    .header_email_text a {
        font-size: 1rem;
    }
}