/* Base styles */
:root {
    /* Add your custom variables here */
}

/* General styles */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Media Queries */

/* Desktop Screens */
@media screen and (max-width: 1920px) {
    /* Styles for 1920px */
}

@media screen and (max-width: 1680px) {
    /* Styles for 1680px */
}

@media screen and (max-width: 1600px) {
    /* Styles for 1600px */
}

@media screen and (max-width: 1536px) {
    /* Styles for 1536px */
}

@media screen and (max-width: 1440px) {
    /* Styles for 1440px */
}

@media screen and (max-width: 1366px) {
    /* Styles for 1366px */
}

@media screen and (max-width: 1280px) {
    /* Styles for 1280px */
}

@media screen and (max-width: 1200px) {
    /* Styles for 1200px */
}

/* iPad Pro */
@media screen and (max-width: 1024px) {
    /* Styles for iPad Pro */
}

/* iPad */
@media screen and (max-width: 820px) {
    /* Styles for iPad */
}

/* Mobile */
@media screen and (max-width: 602px) {
    /* Styles for Mobile */
}

/* Import Lato font */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

body,
.hero-section,
.hero-content,
.hero-form-box {
    font-family: 'Lato', Arial, sans-serif;
}

/* Import Newake font (if available, else fallback to sans-serif) */
@font-face {
    font-family: 'Newake';
    src: url('../fonts/NewakeFont-Demo.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Navbar styles */
.navbar {
    background: transparent !important;
    z-index: 20;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
}

.navbar .navbar-brand {
    font-family: 'Newake', Arial, sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 98%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000000 !important;
}

/* Set hero section height for desktop */
.hero-section {
    height: 1069px;
    min-height: unset;
    position: relative;
    width: 100vw;
    background: linear-gradient(65deg, #FFDD03 0%, #FFFFFF 75%);
    display: flex;
    align-items: center;
    color: #000000 !important;
    overflow: hidden;
    padding-top: 80px;
    border-radius: 20px;
    margin-left: 7px;
    margin-bottom: 5px;
}

.hero-section::before {
    content: none;
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

.logo-text {
    font-size: 1.25rem;
    letter-spacing: 1px;
    color: #000000;
}

.hero-content h1 {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 900;
    font-size: 81.58px;
    line-height: 110%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000000;
}

.hero-subheading {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 900;
    font-size: 20.4px;
    line-height: 110%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000000;
}

.hero-content .btn-warning {
    background: #FFDD03;
    border: none;
    color: #000000;
    border-radius: 6.8px;
}

.hero-content .btn-warning:hover {
    background: #e6c800;
}

.hero-content .lead {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 20.4px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #000000;
}

.hero-form-box {
    background: #FFDD03;
    color: #000000;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}

.hero-form-box h5 {
    font-size: 36px;
    color: #000000;
}

.hero-form-box .form-control {
    font-size: 24px;
    background: transparent !important;
    border: 1px solid #000000;
    border-radius: 9px;
    color: #222;
}

.hero-form-box .form-control:focus {
    background: transparent !important;
    border: 1.5px solid #000000;
    box-shadow: none;
    color: #222;
}

.hero-form-box .btn-dark {
    font-size: 24px;
    height: 43px;
    font-weight: 700;
    line-height: 97%;
    letter-spacing: -0.03em;
    background: #1D1D1D;
    color: #fff;
    border: none;
}

.hero-form-box .btn-dark:hover {
    background: #111;
}

.hero-content img {
    width: 158.8px;
    height: 79.4px;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 64px;
    }

    .hero-content .lead {
        font-size: 20px;
    }

    .hero-content img {
        width: 120px;
        height: 60px;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: 700px;
        padding: 120px 0 60px 0;
    }

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

    .hero-form-box {
        margin-top: 32px;
    }

    .navbar {
        top: 0;
    }

    .navbar .navbar-brand {
        font-size: 28px;
        letter-spacing: -1.5%;
        color: #000000;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-content .lead {
        font-size: 18px;
    }

    .hero-content img {
        width: 90px;
        height: 45px;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 600px;
        padding: 100px 0 40px 0;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-form-box {
        padding: 20px 10px;
    }

    .navbar .navbar-brand {
        font-size: 20px;
        letter-spacing: -1%;
    }

    .hero-content .lead {
        font-size: 16px;
    }

    .hero-content img {
        width: 60px;
        height: 30px;
    }
}

/* Left and right content width for desktop */
@media (min-width: 1200px) {
    .hero-content {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .hero-section .col-lg-7 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .hero-section .col-lg-5 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 1199.98px) {
    .hero-section {
        height: auto;
        min-height: 700px;
    }

    .hero-content,
    .hero-section .col-lg-7,
    .hero-section .col-lg-5 {
        flex: unset;
        max-width: 100%;
    }
}

/* Lead Capture Section Styles */
.lead-capture-section .container {
    padding: 56px 40px ;
}
.lead-capture-section h2 {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 64px;
    Line-height: 100%;
    color: #000000;
    margin-bottom: 1.5rem;
}
.lead-capture-section p {
    font-size: 24px;
    color: #000000;
    margin-bottom: 1.5rem;
    Line-height: 140%
}
.lead-capture-section ul {
    padding-left: 0;
}
.lead-capture-section li {
    font-size: 18px;
    color: #222;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}
.lead-capture-section .hero-form-box {
    background: #FFDD03;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 32px 24px;
}
.lead-capture-section .hero-form-box h5 {
    color: #222;
    font-size: 36px;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .lead-capture-section .container {
        padding: 32px 12px;
    }
    .lead-capture-section h2 {
        font-size: 32px;
    }
    .lead-capture-section p {
        font-size: 16px;
    }
    .lead-capture-section .hero-form-box {
        padding: 32px 12px;
        min-height: 420px;
    }
    .lead-capture-section .hero-form-box h5 {
        font-size: 28px;
    }
    .lead-capture-section .form-control,
    .lead-capture-section .btn-dark {
        font-size: 18px;
        height: 38px;
    }
}
@media (max-width: 991.98px) {
    .lead-capture-section .container {
        padding: 18px 2px;
    }
    .lead-capture-section h2 {
        font-size: 24px;
        text-align: center;
    }
    .lead-capture-section p {
        font-size: 14px;
        text-align: center;
    }
    .lead-capture-section .hero-form-box {
        padding: 18px 2px;
        min-height: 340px;
    }
    .lead-capture-section .hero-form-box h5 {
        font-size: 22px;
    }
    .lead-capture-section .form-control,
    .lead-capture-section .btn-dark {
        font-size: 16px;
        height: 34px;
    }
    .lead-capture-section .row {
        flex-direction: row !important;
    }
    .lead-capture-section .col-lg-6,
    .lead-capture-section .col-lg-5,
    .lead-capture-section .col-md-8 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 767.98px) {
    .lead-capture-section {
        border-radius: 12px;
        margin: 16px 0;
    }
    .lead-capture-section .container {
        padding: 8px 0;
    }
    .lead-capture-section h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .lead-capture-section p {
        font-size: 12px;
        margin-bottom: 1rem;
    }
    .lead-capture-section .hero-form-box {
        padding: 10px 0;
        min-height: unset;
        border-radius: 10px;
    }
    .lead-capture-section .hero-form-box h5 {
        font-size: 16px;
    }
    .lead-capture-section .form-control,
    .lead-capture-section .btn-dark {
        font-size: 14px;
        height: 30px;
    }
    .lead-capture-section .col-lg-6,
    .lead-capture-section .col-lg-5,
    .lead-capture-section .col-md-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* Our Work Section Styles */
.our-work-section {
    background: #fff;
    /* margin-top: 80px; */
    margin-bottom: 80px;
}

.our-work-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    margin-bottom: 2.5rem;
}

.work-card {
    /* border-radius: 24px; */
    /* box-shadow: 0 4px 24px rgba(0,0,0,0.06); */
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.work-card-blue {
    background: #153E6A;
    color: #fff;
}

.work-card-dark {
    background: #0F191F;
    color: #fff;
}

.work-card-gold {
    background: #A0955C;
    color: #222;
}

.work-card h5 {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
}

.work-img {
    width: 100%;
    max-width: 260px;
    height: auto;
    /* border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10); */
}

@media (max-width: 1199.98px) {
    .our-work-title {
        font-size: 48px;
    }

    .work-card h5 {
        font-size: 36px;
    }

    .work-img {
        max-width: 180px;
    }
}

@media (max-width: 767.98px) {
    .our-work-title {
        font-size: 28px;
    }

    .work-card {
        min-height: 220px;
        padding: 1.5rem 0.5rem;
    }

    .work-img {
        max-width: 120px;
    }

    .work-card h5 {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {
    .our-work-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .our-work-section {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

/* --- Section 3 Pixel-Perfect Styles --- */
.section-3 {
    display: flex;
    align-items: center;
    /* padding-top: 96px;
    padding-bottom: 96px; */
    padding-left: 0;
    padding-right: 0;
}

.section-3 .container {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 40px;
    padding-right: 40px;
    background: #FFFDEF;
    border-radius: 24px;
}

.section3-card {
    background: #FFFFFF;
    border: 1.41px solid #e0e0e0;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 56px 56px 40px 56px;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 16px;
}

.section3-header-row {
    margin-bottom: 18px;
}

.section3-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 0;
    text-align: left;
}

.section3-lead {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #444;
    margin-bottom: 0;
    text-align: left;
}

.section3-subheading {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding-top: 56px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #222;
    margin-bottom: 18px;
    text-align: left;
}

.section3-features-box {
    background: #FFFDE0;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    padding: 32px 24px;
    margin: 0;
}

.section3-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 120px;
    gap: 8px;
}

.section3-feature-icon {
    width: 62.99px;
    height: 62.99px;
    object-fit: contain;
}

.section3-feature-desc {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #1B1B1B;
    margin-top: 0.5rem;
    text-align: center;
}

.section3-included-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: #222;
    text-align: left;
    margin-bottom: 24px;
}

.section3-included-features {
    margin-bottom: 0;
}

.section3-included-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

.section3-included-feature-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #222;
    margin-bottom: 2px;
}

.section3-included-feature-desc {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 15px;
    color: #444;
}

@media (max-width: 1199.98px) {
    .section-3 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .section3-card {
        padding: 32px 12px 24px 12px;
    }

    .section3-title {
        font-size: 36px;
    }

    .section3-lead {
        font-size: 18px;
    }

    .section3-subheading {
        font-size: 22px;
    }

    .section3-features-box {
        padding: 20px 8px;
    }

    .section3-included-title {
        font-size: 22px;
    }

    .section3-feature-desc {
        font-size: 16px;
    }

    .section3-feature-icon {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 991.98px) {
    .section-3 {
        min-height: 600px;
        padding: 32px 0;
    }

    .section3-card {
        padding: 18px 2px 12px 2px;
    }

    .section3-header-row .col-lg-5,
    .section3-header-row .col-lg-7 {
        text-align: center;
    }

    .section3-title,
    .section3-lead,
    .section3-subheading,
    .section3-included-title {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .section-3 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .section3-card {
        padding: 8px 0 8px 0;
    }

    .section3-features-box {
        padding: 10px 0;
    }

    .section3-feature-desc {
        font-size: 13px;
    }

    .section3-included-title {
        font-size: 18px;
    }

    .section3-included-feature-title {
        font-size: 15px;
    }

    .section3-included-feature-desc {
        font-size: 13px;
    }

    .section3-title {
        font-size: 20px;
    }

    .section3-lead {
        font-size: 14px;
    }

    .section3-subheading {
        font-size: 16px;
    }

    .section3-feature-icon {
        width: 32px;
        height: 32px;
    }
}

/* --- Section 4: What's Included Styles --- */

/* .section-4-included .container{
    margin: 0px;
} */

.section4-included-card {
    /* background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.08); */
    /* max-width: 1100px; */
    width: 100%;
    margin: 0 auto;
    padding: 56px 0px 56px 0px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.section4-included-title {
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 2.5rem;
}

.section4-included-features {
    margin-top: 10px;
    margin-bottom: 0;
}

.section4-included-feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    margin-bottom: 32px;
}

.section4-included-icon {
    width: 70px;
    height: 70px;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 8px;
}

.section4-included-feature-title {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 600;
    font-size: 28.63px;
    line-height: 41.52px;
    letter-spacing: 0px;
    color: #1B1B1B;
    margin-bottom: 2px;
}

.section4-included-feature-desc {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1B1B1B;
    vertical-align: middle;
}

@media (max-width: 1199.98px) {
    .section4-included-card {
        padding: 32px 12px 24px 12px;
    }

    .section4-included-title {
        font-size: 36px;
    }

    .section4-included-feature-title {
        font-size: 20px;
        line-height: 28px;
    }

    .section4-included-feature-desc {
        font-size: 16px;
    }

    .section4-included-icon {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991.98px) {
    .section4-included-card {
        padding: 18px 2px 12px 2px;
    }

    .section4-included-title {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .section4-included-card {
        padding: 8px 0 8px 0;
    }

    .section4-included-title {
        font-size: 22px;
    }

    .section4-included-feature-title {
        font-size: 15px;
        line-height: 20px;
    }

    .section4-included-feature-desc {
        font-size: 13px;
    }

    .section4-included-icon {
        width: 28px;
        height: 28px;
    }
}

/* --- Section 4: Why Choose Legal Lead Pros? Styles --- */
.section-4-why {
    background: #FFFDEF;
}

.section4-why-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 2.5rem;
    text-align: left;
}

.section4-why-row {
    margin-bottom: 2.5rem;
}

.section4-why-number {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 27.43px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
    min-width: 48px;
    text-align: left;
}

.section4-why-item-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 31.54px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 0.5rem;
}

.section4-why-item-desc {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 23.66px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #222;
}

.section4-why-img {
    width: 897px;
    height: 705px;
    object-fit: cover;
    border-radius: 30px;
    margin-top: 30px;
    margin-left: auto;
    display: block;
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .section4-why-img {
        width: 100%;
        height: auto;
        margin-top: 12px;
        border-radius: 20px;
    }
}

@media (max-width: 767.98px) {
    .section4-why-img {
        width: 100%;
        height: auto;
        margin-top: 4px;
        border-radius: 14px;
    }
}

@media (max-width: 991.98px) {
    .section4-why-title {
        text-align: center !important;
    }

    .section4-why-number {
        font-size: 20px;
        min-width: 36px;
    }

    .section4-why-item-title {
        font-size: 22px;
    }

    .section4-why-item-desc {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .section4-why-title {
        font-size: 20px;
    }

    .section4-why-row {
        margin-bottom: 1.5rem;
    }

    .section4-why-number {
        font-size: 16px;
        min-width: 24px;
        text-align: center;
    }

    .section4-why-item-title {
        font-size: 16px;
    }

    .section4-why-item-desc {
        font-size: 13px;

    }
}

.section-4-why .col-lg-6.mb-4.mb-lg-0 {
    margin-top: 60px;
    padding-right: 0;
}

@media (max-width: 1199.98px) {
    .section-4-why .col-lg-6.mb-4.mb-lg-0 {
        margin-top: 32px;
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .section-4-why .col-lg-6.mb-4.mb-lg-0 {
        margin-top: 0;
        padding-right: 0;
    }
}

/* --- Section 5: Testimonials Styles --- */


.section5-testimonials-card {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFDD03 100%);
    border: 1px solid #D0D0D0;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 56px 40px 40px 40px;
    display: flex;
    flex-direction: column;
}

.section5-testimonials-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #222;
    text-align: left;
}

.testimonial-slide {
    padding: 0 12px;
}

.testimonial-text {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 32px;
    line-height: 120%;
    color: #222;
    font-weight: 400;
    margin-bottom: 1.25rem;
}

.testimonial-author {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    color: #444;
    font-weight: 700;
}

.carousel-control-prev,
.carousel-control-next {
    filter: invert(0.7);
}

@media (max-width: 1199.98px) {
    .section5-testimonials-card {
        padding: 32px 16px 24px 16px;
    }

    .section5-testimonials-title {
        font-size: 48px;
    }

    .testimonial-text {
        font-size: 18px;
    }

    .testimonial-author {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .section5-testimonials-title {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .section5-testimonials-card {
        padding: 8px 4px 8px 4px;
    }

    .section5-testimonials-title {
        font-size: 28px;
        text-align: center;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .testimonial-author {
        font-size: 12px;
    }
}

.testimonial-arrow {
    background: #FFF9D1;
    width: 53.21px;
    height: 53.21px;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.testimonial-arrow:focus {
    outline: none;
    box-shadow: 0 0 0 2px #FFDD03;
}

.testimonial-arrow-icon svg {
    display: block;
}

.d-flex.gap-3 {
    gap: 15px !important;
}

@media (max-width: 767.98px) {
    .testimonial-arrow {
        width: 38px;
        height: 38px;
        border-radius: 24px;
    }
}

.section-6-build {
    background: #fff;
}

.section6-build-card {
    /* max-width: 900px; */
    margin: 0 auto;
    /* padding: 80px 40px 80px 40px; */
    /* border-radius: 24px;
    border: 1.5px solid #E0E0E0; */
    /* box-shadow: 0 4px 32px rgba(0,0,0,0.06); */
    background: #fff;
}

.section6-build-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 1.5rem;
}

.section6-build-subtitle {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #444;
    margin-bottom: 2.5rem;
}

.section6-build-btn {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 18px 48px;
    /* border-radius: 0px; */
    background: #FFDD03;
    color: #222;
    border: none;
    transition: background 0.2s;
    line-height: 97%;
}

.section6-build-btn:hover {
    background: #e6c800;
    color: #222;
}

@media (max-width: 1199.98px) {
    .section6-build-title {
        font-size: 48px;
    }

    .section6-build-subtitle {
        font-size: 20px;
    }

    .section6-build-btn {
        font-size: 18px;
        padding: 14px 32px;
    }

    .section6-build-card {
        padding: 40px 16px 40px 16px;
    }
}

@media (max-width: 767.98px) {
    .section6-build-card {
        padding: 24px 4px 24px 4px;
    }

    .section6-build-title {
        font-size: 28px;
    }

    .section6-build-subtitle {
        font-size: 15px;
    }

    .section6-build-btn {
        font-size: 15px;
        padding: 10px 18px;
    }
}

.section6-build-form {
    /* max-width: 700px; */
    margin: 0;
}

.section6-form-control {
    background: #fff !important;
    border: 1px solid #000;
    border-radius: 9px;
    color: #000000;
    font-size: 24px;
    padding: 14px 18px;
    margin-bottom: 0;
    box-shadow: none;
    line-height: 100%;
}

.section6-form-control:focus {
    background: #fff !important;
    border: 1.5px solid #000;
    box-shadow: 0 0 0 2px #FFDD03;
    color: #222;
}

.section6-build-btn.w-100 {
    width: 100%;
    display: block;
}

@media (max-width: 767.98px) {
    .section6-build-form {
        max-width: 100%;
    }

    .section6-form-control {
        font-size: 15px;
        padding: 10px 12px;
    }
}

.footer-section {
    background: #222;
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    padding-top: 48px;
    margin-top: 5em;
    min-height: 747px;
}

.footer-brand {
    font-family: 'Newake', Arial, sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 98%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
}

.footer-nav .footer-link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-nav .footer-link:hover {
    color: #FFDD03;
    text-decoration: underline;
}

.footer-copyright {
    font-family: 'Lato', Arial, sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 18px;
    margin-top: 42px;
    text-align: left;
    padding-top: 64px;
}

.footer-copyright .footer-link {
    color: #FFDD03;
    text-decoration: underline;
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .footer-brand {
        font-size: 24px;
    }

    .footer-nav .footer-link {
        font-size: 16px;
    }

    .footer-contact-title,
    .footer-contact-info {
        text-align: center;
    }

    .footer-section {
        min-height: 500px;
    }

    .footer-copyright {
        padding-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .footer-section {
        min-height: 350px;
    }

    .footer-brand {
        font-size: 16px;
    }

    .footer-copyright {
        padding-top: 24px;
    }
}

.footer-desc {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 0.05em;
}

.footer-contact-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0.25rem;
}

.footer-contact-info {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0.25rem;
}

.footer-contact-info a.footer-link {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-contact-info a.footer-link:hover {
    color: #FFDD03;
    text-decoration: underline;
}

.footer-social-title {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0.5rem;
    /* text-transform: uppercase; */
}

.footer-social-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-social {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-social:hover {
    color: #FFDD03;
    text-decoration: underline;
}

@media (max-width: 991.98px) {

    .footer-desc,
    .footer-contact-info {
        font-size: 14px;
    }

    .footer-contact-title {
        font-size: 16px;
    }

    .footer-contact-info {
        font-size: 16px;
    }

    .footer-social-title {
        font-size: 16px;
    }

    .footer-social-links {
        align-items: center;
    }

    .footer-social {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .footer-section {
        padding-top: 24px;
        padding-bottom: 8px;
    }

    .footer-brand {
        font-size: 16px;
    }

    .footer-desc,
    .footer-contact-info {
        font-size: 12px;
    }

    .footer-contact-title {
        font-size: 13px;
    }

    .footer-contact-info {
        font-size: 13px;
    }

    .footer-social-title {
        font-size: 13px;
    }

    .footer-social {
        font-size: 13px;
    }

    .footer-social-links {
        gap: 6px;
    }

    .footer-copyright {
        padding-top: 24px;
    }
}

.testimonial-google-stars {
    height: 40px;
    max-width: 120px;
    width: auto;
    object-fit: contain;
}

.testimonial-local-guide {
    height: 32px;
    max-width: 120px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .testimonial-google-stars {
        height: 28px;
        max-width: 80px;
    }

    .testimonial-local-guide {
        height: 22px;
        max-width: 60px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-google-stars {
        height: 18px;
        max-width: 50px;
    }

    .testimonial-local-guide {
        height: 14px;
        max-width: 40px;
    }
}

.footer-right-content {
    margin-left: 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

@media (max-width: 991.98px) {
    .footer-right-content {
        margin-left: 24px;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .footer-right-content {
        margin-left: 0;
        gap: 12px;
        align-items: center;
    }
}

.footer-section .container {
    padding-top: 64px;
}

@media (max-width: 991.98px) {
    .footer-section .container {
        padding-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .footer-section .container {
        padding-top: 24px;
    }
}

@media (min-width: 1000px) {
    .footer-logo-img {
        margin-top: 10% !important;
        /* margin-left: 0px !important;
        margin-right: 0px !important; */
    }
    .footer-logo-img img {
        margin-top: 12% !important;
    }
}

@media (min-width: 1200px) {
  .lead-capture-section .hero-form-box {
    min-height: 520px;
    padding: 48px 32px;
  }
}

@media (min-width: 1400px) {
  .lead-capture-section .hero-form-box {
    min-height: 620px;
    padding: 64px 40px;
  }
}