/* 
Theme Name : Giverr
Author: Brand Highlighters
Author URI: https://brandhighlighters.co.uk/
Version: 1.0
Description: A modern and stylish WordPress theme designed for creative professionals and agencies to showcase their portfolios and services with elegance and functionality.
License: GNU General Public License v2 or later
Text Domain: giverr 
*/

/* Add your custom styles below this line */

:root {
    --main-color: #000;
    --primary-color: #FFFFFF4F;
    --secondary-color: #ffffff;
    --third-color: #FFFFFF36;
    --fourth-color: #FFFFFF45;
    --five-color: #00000080;
    --six-color: #A78B31;
    --seven-color: #777;
    --eight-color: #c8a44d;
    --nine-color: #1b1b1b;
    --ten-color: #333;
    --eleven-color: #555;
    --twelve-color: #6b561b;
    --thirteen-color: #3b2f10;
}

p{
    color: #fff;
}

@font-face {
    font-family: "Helvetica";
    src: url(assets/Font/Helvetica.ttf) format("truetype");
}

@font-face {
    font-family: "Helvetica-Bold";
    src: url(assets/Font/Helvetica-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Classical Romance";
    src: url(assets/Font/ClassicalRomance-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url(assets/Font/CabinetGrotesk-Variable.ttf) format("truetype");
}



html {
    scroll-behavior: smooth;
}

header {
    position: relative;
    z-index: 9999;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: var(--main-color);
    font-family: Helvetica;

}

.btn-first {
    transition: all 0.3s ease;
}

.btn-first:hover {
    background: var(--six-color);

}

button.menu-toggle:hover {
    background: inherit !important;
}

.offcanvas .btn-close:hover {
    background: url(assets/images/Group\ 163797.svg) center / 2em auto no-repeat !important;
}

.headers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-item a {
    position: relative;
    color: var(--secondary-color);
    text-decoration: none;
}

.nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: width 0.3s ease;
}

.nav-item a.active::after {
    width: 100%;
}

.nav-item a.active::after {
    width: 100%;
}


.current_page_item a::after {
    width: 100%;
}





/* ===== Third Part ===== */
.third-part {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.btn-first {
    background: var(--main-color);
    color: var(--secondary-color) !important;
    padding: 10px 30px;
    border-radius: 6px;
    font-family: Helvetica;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid var(--secondary-color);
    width: fit-content;
}

/* ===== Hamburger ===== */
.menu-toggle {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

/* Lines */
.menu-toggle span {
    width: 26px;
    height: 3px;
    background: var(--secondary-color);
    border-radius: 3px;
    transition: all 0.3s ease;
}


@media (max-width: 991px) {
    .first-part {
        display: none;
    }
}

/* ===== Mobile ===== */
@media (max-width: 576px) {
    .second-part img {
        max-height: 76px;
    }

    .btn-first {
        padding: 5px 15px;
    }
}



/* Aside */


.offcanvas {
    overflow-y: auto;
    transition: ease-in-out 1.8s;
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-color: var(--main-color);

}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--secondary-color);
    background: url(assets/images/Group\ 163797.svg) center / 2em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
    outline: none;
    box-shadow: none;
}

.footer-promo {
    padding: 0 0 50px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 80px;
}

/* LEFT */
.footer-left {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.footer-block h4 {
    font-family: Classical Romance;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 14px;
}

.footer-block p {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.footer-block a {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--secondary-color);
    text-decoration: none;
}

.dividerr {
    width: 100%;
    height: 1px;
    background: var(--primary-color);
}

.store-btn {
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 10px 18px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
}



.appstore-badge {
    margin-top: 20px;
    width: 160px;
}

/* RIGHT */
.footer-right {
    position: relative;
    display: flex;
    justify-content: center;
}

.phone-img {
    width: 100%;
    height: auto;
    z-index: 2;
}

.phone-img img {
    width: 100%;
    height: auto;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0px;
    }

    .footer-right {
        margin-top: 60px;
    }

    .footer-left {
        align-items: center;
        gap: 20px;
    }
}







.hero {
    /* padding: 100px 0 450px; */
    position: relative;
    display: flex;
    align-items: center;
    height: 90vh;
}

.hero .container {
    height: 100%;
    padding-top: 2vw;
    position: relative;
}


.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px;
    margin-left: auto;
    position: relative;
}

.line {
    position: absolute;
    top: 0;
    left: -50px;
}

.hero-title {
    font-family: Classical Romance;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 62px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 20px;
    text-align: end;
}

.hero-para {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 25px;
    color: var(--secondary-color);
    margin-bottom: 60px;
}

.hero-image {}

.hero-image img {
    max-width: 100%;
    width: 75%;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 992px) {
    .hero {
        /* padding: 20px 0 350px; */
        position: relative;
    }

    .hero-title {
        text-align: start;
        font-size: 46px;
    }

    .hero-content {
        margin-left: 54px;
    }

    .hero-para {
        margin-bottom: 40px;
    }


    .hero-image img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 0 0;
        height: 90vh;
        align-items: self-start;
    }

    .hero-title {
        font-size: 31px;
        line-height: 44px;
    }

    .hero-para {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .hero-image img {
        width: 100%;

    }
}



.how-giverr {
    padding: 100px 0;
}

.how-wrapper {
    display: flex;
    align-items: center;
}

/* LEFT */
.how-content {
    flex: 1;
}

.how-content h2 {
    font-family: Classical Romance;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;

    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 10px;

}

.subtitle {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin-bottom: 40px;
}

.how-lists {
    display: flex;
    gap: 40px;
    position: relative;
}

.how-box h4 {
    font-family: Cabinet Grotesk;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    /* important for underline width */
    padding-bottom: 10px;
}

/* underline */
.how-box h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    /* adjust as needed */
    height: 2px;
    background-color: var(--secondary-color);
}

.how-box ul {
    list-style: none;
    padding: 0;
}

.how-box li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: var(--secondary-color);
}

.how-box li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url("assets/images/Group\ 163648.svg") no-repeat center;
    background-size: contain;
}

.how-box hr:last-child {
    display: none;

}

/* Divider */
.divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}

/* RIGHT IMAGE */
.how-image {
    flex: 0.8;
    text-align: right;
}

.how-image img {
    max-width: 100%;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .how-giverr {
        padding: 80px 0 20px;
    }

    .how-wrapper {
        flex-direction: column;
    }

    .how-image {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .how-image img {
        max-width: 60%;
    }

    .subtitle {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .how-giverr {
        padding: 40px 0 20px;
    }

    .how-lists {
        flex-direction: column;
        gap: 20px;
    }

    .divider {
        display: none;
    }

    .subtitle {
        margin-bottom: 20px;
    }

    .how-box h4 {
        margin-bottom: 10px;
    }

    .how-box li::before {
        left: -2px;
    }

    .how-image img {
        max-width: 100%;
    }

    .how-wrapper {
        flex-direction: column-reverse;
    }
}



.secure-section {
    padding: 20px 0 100px;
}

/* Heading */
.secure-heading {
    text-align: center;
    font-family: Classical Romance;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 60px;
}

/* Layout */
.secure-wrapper {
    display: flex;
    align-items: center;
    /* gap: 80px; */
}

/* LEFT */
.secure-features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.secure-features:nth-child(1) {
    padding: 14px 0 14px 86px;
}

.secure-features:nth-child(1) {
    padding: 0px 0 0px 0px;
}

.secure-features:nth-child(1) {
    /* padding: 0px 0 14px 125px; */
}

.secure-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-radius: 12px;
    max-width: 420px;
    font-size: 14px;
}

.secure-item p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.secure-item .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Gold variant */
.secure-item .gold {
    background: linear-gradient(90deg, var(--twelve-color), var(--thirteen-color));
    padding: 10px;
    color: var(--secondary-color);
    border-radius: 6px;
}

.secure-item.gold .icon {
    background: var(--eight-color);
    color: var(--main-color);
}

/* Dark variant */
.secure-item .dark {
    background: #555555;
    padding: 10px;
    color: var(--secondary-color);
    border-radius: 6px;
}

.secure-item.dark .icon {
    background: var(--ten-color);
}

/* RIGHT */
.secure-phone {
    flex: 1;
    position: relative;
    text-align: right;
}

.secure-phone img {
    width: 100%;
}


.secure-item.feat-2 {
    padding: 0 0 0 -18px;
}

.secure-item.feat-1 {
    padding: 14px 0 14px 110px;
}

.secure-item.feat-2 {
    padding: 14px 0 14px 36px;
}

.secure-item.feat-4 {
    padding: 14px 0 14px 36px;
}

.secure-item.feat-5 {
    padding: 14px 0 14px 76px;
}

.secure-item.feat-6 {
    padding: 14px 0 14px 109px;
}

/* Responsive */
@media (max-width: 991px) {
    .secure-section {
        padding: 20px 0 60px;
    }

    .secure-wrapper {
        gap: 0px;
    }

    .secure-features {
        flex: none;
        display: block;
    }

    .secure-features .feat-1 {
        padding: 14px 0;
    }

    .secure-features .feat-2 {
        padding: 14px 0;
    }

    .secure-features .feat-3 {
        padding: 14px 0;
    }

    .secure-features:nth-child(2) {
        padding: 0 0 14px 105px;
    }





    .secure-heading {
        margin-bottom: 40px;
    }

    .secure-item .gold {
        width: 100%;
    }

    .secure-item .dark {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .secure-wrapper {
        gap: 0px;
        flex-direction: column-reverse;
    }

    .secure-heading {
        margin-bottom: 20px;
    }

    .secure-item.feat-1 {
        padding: 14px 0;
    }

    .secure-item.feat-2 {
        padding: 14px 0;
    }

    .secure-item.feat-4 {
        padding: 14px 0;
    }

    .secure-item.feat-5 {
        padding: 14px 0;
    }

    .secure-item.feat-6 {
        padding: 14px 0;
    }
}





.app-screens {
    padding: 0 0 80px 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-family: Classical Romance;
    font-weight: 700;
    font-style: Bold;
    font-size: 80px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin: 0;
}

.section-header p {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin-top: 10px;
}


.app-screens .swiper-slide {
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 10px;
    background: url(assets/images/Ellipse\ 1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Card */
.screen-card {
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}
.screen-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}


/* .mySwiper {
    overflow: visible;
} */



/* ===== NAVIGATION ===== */
.swiper-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 50px;
}

/* Buttons */
.swiper-button-custom {
    width: 90px;
    height: 42px;
    border-radius: 30px;
    border: 1px solid var(--seven-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.swiper-button-custom:hover {
    background: var(--six-color);
    border-color: var(--secondary-color);
}

/* ===== DOTS ===== */
.dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    width: 18px;
    border-radius: 6px;
    background: #c9a227;
    /* gold */
    opacity: 1;
}

/* Hide default Swiper arrows */
.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.dots {
    display: none;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .section-header h2 {
        font-size: 50px;
    }

    .section-header {
        margin-bottom: 20px;
    }

    .screen-card img {
        width: 50%;
    }

    .swiper-nav {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .section-header h2 {
        font-size: 24px;
    }

    .section-header {
        margin-bottom: 10px;
    }

    .section-header h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-header p {
        font-size: 14px;
        max-width: 200px;
    }

    .screen-card img {
        width: 40%;
    }

    .app-screens {
        padding: 0 0 40px 0;
    }

    .swiper-nav {
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .dots {
        display: contents;
    }
}


.why {
    background: url("assets/images/Group\ 163843.svg") center/cover no-repeat;
    padding: 100px 0;
    /* height: 100vh; */
    position: relative;
    overflow: hidden;
    transition: all 0.30s ease-out;
}


/* HEADING */
.why-head {
    font-family: "Classical Romance";
    font-weight: 700;
    font-size: 140px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

/* CONTENT */
.why .how-box {
    max-width: 500px;
    position: relative;
    z-index: 3;
}

.why .how-box ul {
    padding-left: 30px;
    margin: 0;
}

.why .how-box li {
    position: relative;
    /* REQUIRED */
    list-style: none;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.6;
}

/* CHECK ICON */
.why .how-box li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 4px;
    width: 28px;
    height: 28px;
    font-size: 24px;
    color: var(--secondary-color);
    background: none;
}

/* HR */
.why .how-box hr {
    border: 1px solid var(--secondary-color);
    margin: 20px 0;
    opacity: 0.6;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
    .why-head {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .why {
        padding: 40px 0;
        min-height: auto;
        background: url("assets/images/Group 163842.svg") center/cover no-repeat;
        height: 75vh;
    }

    .why-head {
        font-size: 50px;
        margin-left: 30px;
    }

    .how-box li {
        font-size: 14px;
    }
}




.testimonials {
    padding: 100px 0;
    position: relative;
}

/* Layout */
.test-wrapper {
    display: flex;
    align-items: center;
    gap: 0px;
}

/* Left side (image + name) */
.img-test {
    flex: 0 0 50%;
    text-align: center;
    position: relative;
    background: url(assets/images/Ellipse\ 1.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.img-test img {
    max-width: 450px;
    height: auto;
    margin-bottom: 20px;
}

.img-test h3 {
    font-family: Classical Romance;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    color: var(--secondary-color);
}

.img-test p {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: var(--secondary-color);
    margin-top: 6px;
}

/* Right side (content) */
.contain-test {
    flex: 0 0 50%;
    color: var(--secondary-color);
}

.contain-test h1 {
    font-family: Classical Romance;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 56px;
    color: var(--secondary-color);
    margin: 25px 0 20px;
}

.contain-test p {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
}

/* Quote icons */
.text-start {
    text-align: left;
}

.text-end {
    text-align: right;
    margin-top: 20px;
}

.text-start img,
.text-end img {
    width: 40px;
    opacity: 0.8;
}


.custom-pagination {
    position: absolute;
    right: 0px;
    bottom: 16px;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 5555;
}

.custom-pagination .current {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    min-width: 90px;
}

.custom-pagination .line {
    width: 100px;
    height: 3px;
    background: rgba(255, 255, 255, 0.25);
    overflow: hidden;
    position: relative;
}

.custom-pagination .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #fff;
}

.custom-pagination .total {
    display: flex;
    gap: 12px;
}

.custom-pagination .total span {
    font-family: Helvetica;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    opacity: 0.3;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.custom-pagination .total span.active {
    opacity: 0.8;
}




/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {

    .testimonials {
        padding: 50px 0 100px;
    }

    .img-test img {
        margin-bottom: 0px;
        max-width: 250px !important;
    }

    .img-content {
        position: absolute;
        bottom: -19px;
        left: 56px;
    }

    .img-test h3 {
        font-size: 24px;
    }

    .img-test p {
        margin-top: 0px;
        font-size: 16px;
    }

    .test-wrapper {
        /* flex-direction: column; */
        text-align: center;
        gap: 40px;
    }

    .img-test {
        flex: 100%;
    }

    .contain-test {
        flex: 100%;
    }

    .contain-test h1 {
        font-size: 36px;
        margin: 0px 0 20px;
    }

    .text-start,
    .text-end {
        text-align: center;
    }

    .custom-pagination {
        bottom: -5px;
    }
}

@media (max-width: 767px) {
    .contain-test p {
        font-size: 14px;
    }

    .test-wrapper {
        padding: 40px 0;
        gap: 20px;
    }

    .img-test h3 {
        font-size: 16px;
    }

    .img-test p {
        font-size: 12px;
    }

    .contain-test h1 {
        font-size: 20px;
        margin: 0px 0 10px;
        line-height: 30px;
    }

    .contain-test p {
        font-size: 14px;
        line-height: 20px;
    }

    .img-test img {
        width: 150px;
    }

    .text-start img,
    .text-end img {
        width: 20px;
        opacity: 0.8;
    }

    .img-content {
        position: absolute;
        bottom: -58px;
        left: 4px;
        width: 173px;
    }

    .testimonials {
        padding: 0 0 80px;
    }

    .custom-pagination {
        bottom: -2px;
        right: 0px;
    }

    .custom-pagination .line {
        width: 50px;
    }

    .custom-pagination .current {
        min-width: 75px;
        font-size: 14px;
    }

    .custom-pagination .total span {
        font-size: 14px;
    }
}



.zero {
    padding: 100px 0;
    background: url(assets/images/Group\ 163762.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.zero-wrapper {
    gap: 94px;
}

.zero-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px;
    background-color: var(--third-color);
    border-radius: 4px;
}

.zero-first img {
    /* max-width: 180px; */
    margin-bottom: 20px;
}

.zero-first h1 {
    font-family: Classical Romance;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    text-transform: capitalize;
    color: var(--secondary-color);
}

.zero-first p {
    font-family: Helvetica;
    font-weight: 500;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: var(--secondary-color);
    max-width: 300px;
}

.zero-second {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.accordion-item {
    border: 1px solid var(--eleven-color);
    margin-bottom: 10px;
    background-color: transparent;
}

.accordion-header {
    width: 100%;
    background-color: var(--fourth-color);
    color: var(--secondary-color);
    padding: 20px;
    border: none;
    text-align: left;
    font-family: Helvetica;
    font-weight: 500;
    font-style: Bold;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.accordion-header::after {
    content: "+";
    position: absolute;
    right: 20px;
}

.accordion-item.active>.accordion-header::after {
    content: "−";
}

.accordion-body {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
    padding: 0 20px;
    background-color: var(--five-color);
}

.accordion-body p {
    font-family: Helvetica;
    font-weight: 500;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
    margin: 10px 0;
}

@media (max-width: 992px) {
    .zero-first h1 {
        font-size: 40px;
    }

    .zero-wrapper {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .zero {
        padding: 50px 0;
    }

    .zero-first h1 {
        font-size: 24px;
    }

    .zero-first p {
        font-size: 14px;
    }

    .zero-first {
        padding: 30px 20px;
        max-width: 405px;
        margin: 0 13px;
    }

    .accordion-header {
        font-weight: 500;
    }

    .zero-wrapper {
        gap: 30px;
    }
}


.footer {
    background: var(--main-color);
    color: var(--secondary-color);
    padding: 70px 0 30px;
    font-family: Helvetica;
}

.footer .container {}

/* ===== TOP ===== */
.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.footer-brand h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--six-color);
    line-height: 1.1;
}

.footer-brand span {
    font-size: 20px;
    font-style: italic;
    color: var(--six-color);
}

.footer-subscribe {
    display: flex;
    border: 1px solid var(--eleven-color);
    border-radius: 6px;
    overflow: hidden;
}

.footer-subscribe input {
    background: transparent;
    border: none;
    padding: 14px 16px;
    color: var(--secondary-color);
    width: 200px;
    outline: none;
}

.footer-subscribe input::placeholder {
    border-right: 1px solid var(--eleven-color);
}

.footer-subscribe button {
    background: transparent;
    border: none;
    color: var(--secondary-color);
    padding: 0 18px;
    cursor: pointer;
}

.left {
    border-right: 1px solid var(--primary-color);
    padding: 0 100px 0 0;
}


.footer-apply {
    border: 1px solid var(--eleven-color);
    padding: 20px 24px;
    border-radius: 6px;
    text-align: start;
    max-width: 444px;
}

.footer-apply p {
    font-family: Classical Romance;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 8px;
    white-space: nowrap;
}

.footer-apply span {
    display: block;
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin-bottom: 14px;
}

.footer-apply button {
    background: var(--six-color);
    border: none;
    color: var(--secondary-color);
    padding: 10px 22px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid var(--secondary-color);
}

/* ===== DIVIDER ===== */
.footer-divider {
    height: 1px;
    background: var(--primary-color);
    margin: 40px 0;
}

/* ===== MIDDLE ===== */
.footer-middle {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-col h4 {
    font-family: Classical Romance;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 20px;
    text-align: left;
}

.footer-col p {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--secondary-color);
    text-decoration: none;
}

p.yellow {
    color: var(--six-color);
}

a.yellow {
    color: var(--six-color) !important;
}

.footer-col a {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 25px;

    color: var(--secondary-color);
    text-decoration: none;
}

.footer-middle .footer-col .lines {
    position: relative;
    display: inline-block;
    /* important for underline width */
    padding-bottom: 10px;
}

.footer-middle .footer-col .lines::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* adjust as needed */
    height: 2px;
    background-color: var(--secondary-color);
}

.footer-col.center {
    text-align: center;
}

.app-btn {
    background: transparent;
    border: 1px solid var(--seven-color);
    color: var(--secondary-color);
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.footer-col.right {
    text-align: start;
}

.follow {
    margin-top: 20px;
}

.socials {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.socials span {
    width: 32px;
    height: 32px;
    border: 1px solid var(--seven-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--secondary-color);
}

/* ===== BOTTOM ===== */
.footer-bottom {
    text-align: center;
    font-size: 13px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {

    .footer-top {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: start;
    }

    .footer-middle {
        flex-direction: column;
        text-align: center;
    }

    .footer-col.right {
        text-align: start;
    }

    .socials {
        justify-content: start;
    }

    .left {
        border-right: none;
        padding: 0;
        text-align: start;
    }

    .footer-col.center {
        text-align: start;
    }
}

@media (max-width: 767px) {
    .footer {
        background: var(--main-color);
        color: var(--secondary-color);
        padding: 20px 0;
        font-family: Helvetica;
    }

    .footer-subscribe button {
        padding: 0 13px;
    }

    .footer-apply p {
        font-size: 18px;
    }

    .footer-apply span {
        font-size: 14px;
    }

    .footer-divider {
        margin: 20px 0;
    }

    .footer-top {
        gap: 20px;
    }

    .footer-subscribe {
        flex-direction: column;
        border: none;
    }

    .footer-subscribe input::placeholder {
        border-right: none;
    }

    .footer-subscribe input {
        background: transparent;
        border: 1px solid #FFFFFFB2;
        padding: 14px 16px;
        color: var(--secondary-color);
        width: 350px;
        border-radius: 0px;
    }

    .footer-subscribe button {
        background-color: #A78B31;
        padding: 14px 16px;
        border-radius: 0px;
        margin-top: 10px;
    }

    h2 {
        font-size: 25px !important;
    }
}

.content-section p {
    color: var(--secondary-color);
}


.content-section h1 {
    color: var(--secondary-color);
}




/* Laptop Media */

@media screen and (min-width:1025px) and (max-width:1440px) {
    .hero-image img {
        max-width: 100%;
        width: 50%;
        left: 14%;
    }

    .phone-img {
        width: 75%;
    }

    .footer-block a {
        font-size: 14px;
    }

    .footer-left {
        gap: 14px;
    }

    .footer-block h4 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    h2{
        font-size: 20px !important;
    }
}