/*
  Theme Name: Velocity Cars - Premium HTML5 Landing Page for Car Detailing
  Author: WingsTech Solutions
  Support: Kindly raise your concerns, doubts, or questions in the "Ticket" section of our TemplateMonster Author profile.
  Description: Welcome to Velocity Cars, the ultimate car detailing landing page theme created by WingsTech Solutions. In a world where first impressions matter, maintaining the appearance and performance of your vehicle has never been more essential. Velocity Cars empowers you to create a professional and striking online presence that showcases your expertise in premium car detailing services. Whether you're an individual detailer, a detailing studio, or a service provider, our theme combines top-tier functionality with sleek design to ensure your website stands out as a trusted and reliable resource. Velocity Cars is more than just a theme; it’s your gateway to elevating your car detailing business and providing clients with an exceptional, polished experience for their vehicles.
  Version: 1.0
*/

/* ==============CSS Index================
------------------------------------------
    1. Common CSS
    2. Button 
    3. Header
    4. Hero
    5. Service
    6. About Us
    7. Counter
    8. What we do
    9. Our work process
    10. Service
    11. Pricing
    12. Send a Request
    13. Customers
    14. FAQ
    15. Subscribe 
    16. Footer & Copyright
    17. Blogs Listing
    18. Blog Details
    19. Privacy & Terms
    20. Slider Navigation
-----------------------------------------
=======================================*/

/****************
  1.Common CSS
****************/
* {
    margin: 0;
    padding: 0;
    font-family: "Saira Condensed", sans-serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
    scroll-margin-top: 60px;
}

:root {
    --primary: #2E8FD8;
    --primary-dark: #4aa8f0;
    --primary-light: #f0f7fd;
    --secondary: #1B3A6B;
    --secondary-dark: #254e8f;
    --dark: #1d1d1d;
    --mute: #363636;
    --placeholder: #a5a5a5;
    --radius-24: 24px;
    --radius-16: 16px;
    --p-20: 20px;
    --border-color: #d0e4f5;
}

.content {
    color: var(--mute);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 22px;
}

.mt-30 {
    margin-top: 30px;
}

.py-100 {
    padding: 100px 0;
}
.py-130 {
    padding: 130px 0;
}
.pb-100 {
    padding-bottom: 100px;
}

.bg-light {
    background-color: #f0f7fd !important;
}

.z-10 {
    z-index: 10;
}

.card-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 10px;
}

.card-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.section-title {
    margin-bottom: 50px;
}

    .section-title h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: var(--primary);
    }

    .section-title h3 {
        font-size: 54px;
        line-height: 60px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
        color: var(--secondary);
    }

    .section-title:has(p) h3 {
        margin-bottom: 20px;
    }

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

.icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.right-pattern {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1;
}

.left-pattern {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: -1;
}

.card-wrapper {
    background-color: #fff;
    border-radius: var(--radius-24);
    padding: var(--p-20);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    text-align: center;
}

.card-image img {
    border-radius: var(--radius-16);
    border: 1px solid #e0e0e020;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-transform: none;
    color: var(--dark);
    margin-bottom: 15px;
    margin-top: 20px;
}

.card-content .content {
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.card-wrapper:hover {
    background-color: var(--secondary) !important;
    transition: all 0.3s ease;
}

label {
    font-weight: 500;
    font-size: 18px;
    color: var(--mute);
    margin: 0 0 10px;
    text-transform: uppercase;
}

.form-control,
.form-select {
    height: 50px;
    border: 1px solid var(--border-color);
    border-radius: 35px;
    padding: 12px 20px;
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    caret-color: var(--primary);
}

.form-group textarea::placeholder,
.form-group input::placeholder {
    font-weight: 500;
    font-size: 20px;
    color: #a5a5a5;
    text-transform: uppercase;
}

.form-group textarea {
    border-radius: var(--radius-24);
}

.form-control:hover,
.form-control:focus,
.form-select:hover,
.form-select:focus {
    background-color: #f0f7fd;
    border: 1px solid var(--primary);
    transition: all 0.3s ease;
    box-shadow: none;
}

.form-select {
    color: #a5a5a5;
    text-transform: uppercase;
    line-height: 20px;
    background-image: url(../images/icons/arrow-down.svg);
    background-position: right 20px center;
}
select.form-select {
    color: var(--mute);
}
.d-rtl {
    direction: rtl;
}

/********************
    2.Common Button
*********************/
.button {
    font-family: inherit;
    display: inline-flex;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid var(--primary);
    transition: color 0.5s;
    z-index: 1;
    font-size: 16px;
    border-radius: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--secondary);
    padding: 12px 23px;
}

    .button:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--primary);
        height: 150px;
        width: 200px;
        border-radius: 50%;
    }

    .button:hover {
        color: #fff;
    }

    .button:before {
        top: 100%;
        left: 100%;
        transition: all 0.7s;
    }

    .button:hover:before {
        top: -30px;
        left: -30px;
    }

.button-fill {
    border: transparent;
    background-color: var(--primary);
}

    .button-fill:hover {
        border-color: transparent;
    }

    .button-fill::before {
        background: var(--secondary);
        height: 160px;
        width: 280px;
    }

.card-wrapper:hover .button::before {
    background-color: var(--primary);
    top: -30px;
    left: -30px;
}

.card-wrapper:hover :where(h4, p) {
    color: #fff;
    transition: all 0.3s ease;
}

/*************
  3.Header
*************/
header {
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

    header .navbar {
        background-color: var(--secondary);
        align-items: center;
        padding: 16px;
        border-radius: 50px;
        height: 70px;
    }

        header .navbar .navbar-brand {
            padding: 0;
            margin: 0;
        }
@media (min-width: 991px) {
    header .navbar .navbar-brand {
        margin-left: 25px;
    }
} 

header .navbar .navbar-brand img {
    height: 60px;
}

        header .navbar .navbar-toggler {
            border: none;
            font-size: 16px;
            padding: 0;
            margin: 5px 0 0;
        }

            header .navbar .navbar-toggler:focus {
                outline: none !important;
                box-shadow: none !important;
                -webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
                -ms-box-shadow: none !important;
                -o-box-shadow: none !important;
            }

    header .hamburger {
        position: absolute;
        top: -3px;
        right: 20px;
        width: auto;
        left: auto;
        height: 0;
        transition-duration: 0.5s;
    }

        header .hamburger .icon {
            background-color: #fff;
            position: absolute;
            top: 27px;
            width: 20px;
            height: 2px;
            transition-duration: 0.5s;
        }

            header .hamburger .icon::before {
                content: "";
                background-color: #fff;
                position: absolute;
                top: -6px;
                right: 0;
                width: 20px;
                height: 2px;
                transition-duration: 0.5s;
            }

            header .hamburger .icon::after {
                content: "";
                background-color: #fff;
                position: absolute;
                top: 6px;
                right: 0;
                width: 20px;
                height: 2px;
                transition-duration: 0.5s;
            }

        header .hamburger.open .icon {
            background: transparent;
            top: 31px;
            transition-duration: 0.5s;
        }

            header .hamburger.open .icon::before {
                -webkit-transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
                -moz-transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
                -ms-transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
                -o-transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
                transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
            }

            header .hamburger.open .icon::after {
                -webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
                -moz-transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
                -ms-transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
                -o-transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
                transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
            }

    header .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
    }

    header .navbar .navbar-collapse {
        justify-content: center;
    }

    header .nav-item {
        position: relative;
    }

        header .nav-item:not(:last-child) {
            margin-right: 40px;
        }

        header .nav-item:last-of-type {
            margin-right: 0 !important;
        }

    header .navbar-collapse .nav-item .nav-link {
        position: relative;
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        padding: 0;
        margin: 0;
    }

    header .nav-item .nav-link:hover, header .nav-item .nav-link.active, header .nav-item.active .nav-link {
        color: var(--primary);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    header .contact-btn {
        color: #fff !important;
        font-size: 14px;
        padding: 8px 20px !important;
    }

.header-sticky {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    border-radius: 0;
    top: 0;
    background-color: var(--secondary);
}

    .header-sticky::after {
        content: "";
        background: #1B3A6B;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 70px;
        pointer-events: none;
    }

.sub-header {
    background-color: var(--primary);
    padding: 12px 0;
    height: 80px;
}

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

    .sub-header-block span,
    .sub-header-block p,
    .sub-header-block a {
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        color: var(--secondary);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        font-weight: bold;
    }

        .sub-header-block span img {
            margin-top: -1px;
        }

header .button-fill {
    background-color: #fff;
    border-color: #fff;
}

    header .button-fill:hover {
        color: var(--secondary);
    }

        header .button-fill:hover::before {
            box-shadow: inset 0 0 0 10em #2E8FD8;
        }

.header-sticky {
    transition: all 0.6s ease;
}

.sub-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    transition: all 0.6s ease;
}

    .sub-header.nav-up {
        top: -45px;
    }

        .sub-header.nav-up .header-sticky {
            background-color: var(--secondary);
        }

    .sub-header.nav-down {
        top: 0px;
        transition: all 0.6s ease;
    }

        .sub-header.nav-down + .header-sticky {
            top: 45px;
            transition: all 0.6s ease;
        }

/****************
     4. Hero
****************/
.hero {
    padding-top: 160px !important;
}

    .hero a {
        margin-top: 30px;
    }

.hero-slider,
.hero-image,
.hero-image img {
    border-radius: var(--radius-16);
}

.hero-image-overlay {
    position: relative;
    overflow: hidden;
    max-height: 700px;
}

.hero-image-overlay img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-overlay-content {
    position: absolute;
    left: 34px;
    bottom: 34px;
    right: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.hero-overlay-content h3 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 16px 36px rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
}

.hero-overlay-phone {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.25);
    text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fff;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
    /* The Fix */
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .hero-overlay-content {
        left: 18px;
        right: 18px;
        bottom: 22px;
    }

    .hero-overlay-content h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .hero-overlay-phone {
        font-size: 18px;
        padding: 5px 14px;
    }
}

.ankauf-list li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--dark);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 6px;
}

.ankauf-check {
    color: #2E8FD8;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
}

@media screen and (max-width: 767px) {
    .ankauf-list li {
        font-size: 16px;
        line-height: 22px;
    }
}

.small-img {
    width: 160px;
    object-fit: cover;
}

.big-img {
    width: 420px;
    max-width: 100%;
    height: auto;
}

.small-img,
.big-img {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Newest, Safest and Best vehicles section */
.newest-section .section-title h2 {
    color: var(--secondary);
}

.newest-section .section-title h3 {
    font-size: 44px;
}

.newest-image-wrapper .newest-image {
    border-radius: var(--radius-16);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.newest-feature-columns {
    border-top: 2px solid var(--border-color);
    padding-top: 24px;
}

.newest-feature-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: none;
    color: var(--secondary);
    margin-bottom: 10px;
}

.newest-feature-text {
    font-size: 15px;
    line-height: 22px;
}
/****************
    5. Service 
****************/
.card-content a {
    margin-top: 20px;
    background-color: #fff;
}

.view-all-btn {
    margin-top: 50px;
}

.service .card-wrapper p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Vehicle specs – modern list */
.service .vehicle-card-title {
    margin-bottom: 14px;
    font-size: 22px;
    letter-spacing: 0.02em;
}

.service .vehicle-specs {
    list-style: none;
    margin: 0 0 14px 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.service .spec-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    background: rgba(10, 81, 147, 0.06);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.3;
}

.service .spec-label {
    color: var(--mute);
    font-weight: 500;
}

.service .spec-value {
    font-weight: 600;
    color: var(--secondary);
}

.service .vehicle-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    text-align: right;
    padding-top: 10px;
    margin-top: 8px;
    border-top: 1px solid var(--border-color);
    letter-spacing: 0.02em;
}

.service .card-wrapper:hover .spec-item {
    background: rgba(255, 255, 255, 0.15);
}

.service .card-wrapper:hover .spec-label {
    color: rgba(255, 255, 255, 0.85);
}

.service .card-wrapper:hover .spec-value {
    color: #fff;
}

.service .card-wrapper:hover .vehicle-price {
    color: #fff;
}

/******************
    6. About Us
*******************/
.about .section-title a {
    margin-top: 30px;
}

.about-image img {
    border-radius: var(--radius-24);
}

.about-experience {
    border-radius: var(--radius-24);
    padding: 20px;
    background-color: var(--primary);
}

    .about-experience h6,
    .about-customers h6 {
        font-weight: 700;
        font-size: 54px;
        line-height: 60px;
        color: var(--secondary);
    }

    .about-experience p,
    .about-customers p {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        margin: 0;
        color: #1d1d1d;
    }

.about-customers {
    background-color: var(--secondary);
    border-radius: var(--radius-24);
    padding: 20px;
}

    .about-customers h6 {
        color: var(--primary);
    }

    .about-customers span {
        font-size: 36px;
        display: inline-block;
        margin-bottom: 20px;
    }

.top-skill span:last-child {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.top-skill span:first-child {
    font-size: 16px;
    font-weight: 600;
    background-color: #1d1d1d;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 26px;
    color: #fff;
    border: 3px solid #fff;
}

.top-skill {
    display: flex;
    align-items: center;
    margin-left: -64px;
    justify-content: space-between;
    margin-top: 30px;
}

/******************
    7. Counter
******************/
.counter::after {
    content: '';
    height: 50%;
    width: 100%;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.counter-grid {
    padding: 30px;
    border-radius: var(--radius-24);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: stretch;
    margin: 0;
    background-color: var(--secondary);
}

.counter .counter-block span {
    background-color: #254e8f;
    font-weight: 700;
    font-size: 36px;
}

.counter .counter-block h6 {
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
    color: var(--primary);
    margin-top: 25px;
}

.counter .counter-block p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 5px 0 0;
    text-transform: uppercase;
}

/********************
    8. What We Do
*********************/
.we-do .section-title h2 {
    color: #1d1d1d;
}

.we-do {
    background-color: var(--primary);
}

.we-do-image img {
    border-radius: var(--radius-24);
}

.we-do-block span {
    background-color: #4aa8f0;
    display: inline-flex;
    margin-bottom: 20px;
}

.we-do-block h6 {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: var(--secondary);
    text-transform: uppercase;
}

.we-do p.content {
    color: #1d1d1d;
}

.we-do-block:not(:last-child) {
    margin-bottom: 50px;
}

/**************************
    9. Our work process
***************************/
.process span {
    background-color: var(--primary);
    margin: 0 auto 20px;
}

.process .card-wrapper:hover h4 {
    color: var(--primary);
}

.process .card-wrapper:hover h3 {
    color: #fff;
}

.process .mt-50 {
    margin-top: 50px;
}

/*******************
    10. Services
********************/
.connect-now {
    background-image: url('../images/others/service-banner.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -ms-background-attachment: fixed;
    -o-background-attachment: fixed;
}

    .connect-now::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000000;
        opacity: 0.6;
        width: 100%;
        height: 100%;
    }

    .connect-now h3 {
        color: var(--primary);
    }

    .connect-now a {
        margin-top: 50px;
    }

    .connect-now .button {
        background-color: #fff;
        border-color: #fff;
    }

        .connect-now .button:hover {
            border-color: var(--primary);
            color: var(--secondary);
        }

/******************
    11. Pricing
*******************/
.price-card-header {
    background-color: var(--primary);
    border-radius: var(--radius-16);
    padding: var(--p-20);
}

    .price-card-header span.card-title {
        display: block;
        margin: 30px 0 0;
        font-weight: 700;
    }

    .price-card-header h4 {
        margin-bottom: 10px;
    }

.price-card-content ul {
    margin: 20px 0 20px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 175px;
    overflow-y: auto;
}

    .price-card-content ul li {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

        .price-card-content ul li:not(:last-child) {
            margin-bottom: 16px;
        }

.card-wrapper:hover path {
    fill: var(--primary);
}

.pricing .card-wrapper {
    height: 100%;
}

/************************
    12. Send a Request
*************************/
.request .form-group button {
    margin-top: 6px;
}

.request form {
    padding-bottom: 100px;
}

/********************
    13. Customers
********************/
.customers {
    background-color: #1d1d1d;
}

.customer-image img {
    border-radius: var(--radius-16) var(--radius-16) 0 0;
    border: 1px solid #FFFFFF33;
}

.customer-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    right: 0;
}

.customer-wrapper {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(100px);
    padding: 20px;
    border-radius: var(--radius-24);
    width: 600px;
}

.customer-header {
    border-bottom: 1px solid #ffffff20;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.customer-name {
    border-top: 1px solid #ffffff20;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .customer-name h5 {
        font-weight: 600;
        font-size: 36px;
        text-transform: uppercase;
        color: var(--primary);
        margin: 0;
    }

.customer-header h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--primary);
}

.customer-header h3 {
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}

.customer-content {
    margin-bottom: 20px;
    padding-right: 10px;
    height: 300px;
    overflow-y: auto;
}

    .customer-content p {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
        margin-bottom: 10px;
    }

.customer-name img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 1px solid #FFFFFF33;
}

.customer-slider .owl-nav {
    top: auto !important;
    width: 100%;
    bottom: 45px;
}

.customers .owl-theme .owl-nav .owl-next {
    right: 20px;
}

.customers .owl-theme .owl-nav .owl-prev {
    left: 20px;
}

.customers .owl-theme .owl-nav .owl-next,
.customers .owl-theme .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #FFFFFF33 !important;
    background: #FFFFFF1A !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
}

    .customers .owl-theme .owl-nav .owl-next::before,
    .customers .owl-theme .owl-nav .owl-prev::before {
        content: "";
        position: absolute;
        background: var(--primary);
        height: 150px;
        width: 200px;
        border-radius: 50%;
        top: 100%;
        left: 100%;
        transition: all 0.7s;
        z-index: -1;
    }

    .customers .owl-theme .owl-nav .owl-next:hover,
    .customers .owl-theme .owl-nav .owl-prev:hover {
        transition: all 0.3s ease;
    }

        .customers .owl-theme .owl-nav .owl-next:hover::before,
        .customers .owl-theme .owl-nav .owl-prev:hover::before {
            top: -30px;
            left: -30px;
        }

    .customers .owl-theme .owl-nav .owl-next path,
    .customers .owl-theme .owl-nav .owl-prev path {
        fill: #fff;
    }

    .customers .owl-theme .owl-nav .owl-next:hover path,
    .customers .owl-theme .owl-nav .owl-prev:hover path {
        fill: var(--secondary);
    }

/****************
    14. FAQ
****************/
.accordion .accordion-item .accordion-header .accordion-button span {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--secondary);
    margin: 0;
    width: 90%;
}

.accordion .accordion-item .accordion-collapse .accordion-body .content {
    color: var(--black);
}

.accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 20px 20px;
}

    .accordion .accordion-item .accordion-collapse .accordion-body img {
        margin-top: 20px;
        border-radius: 20px 0 20px 0;
        border: 1px solid #e0e0e0;
    }

.accordion-item {
    border-top: 1px solid #e0e0e0 !important;
    background-color: var(--primary-light);
}

    .accordion-item:not(:last-child) {
        margin-bottom: 30px;
    }

.accordion-button.collapsed, .accordion-item {
    border-radius: 35px !important;
}

.accordion-button {
    background-color: transparent !important;
}

    .accordion-button:focus {
        box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: var(--red) !important;
    }

.accordion .accordion-button::before {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion .accordion-button:not(.collapsed)::before {
    border: 1px solid var(--red);
}

.accordion .accordion-button::after {
    padding: 0;
    background-position: 6px center;
    border-radius: 0;
    background-image: url('../images/icons/accordion-arrow-down.svg');
    width: 40px;
    height: 40px;
    position: relative;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url('../images/icons/accordion-arrow-up.svg');
    transform: rotate(-360deg);
}

.accordion-body p,
.accordion-body span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: var(--mute);
    margin: 0;
}

.accordion-body p {
    width: 90%;
}

/************************
    15. Subscribe
*************************/
.subscribe {
    background-color: #1d1d1d;
}

.subscribe-image img {
    filter: drop-shadow(0px 10px 10px 0px #0000004D);
}

.subscribe .form-control {
    backdrop-filter: blur(50px);
    border: 1px solid #FFFFFF33;
    background: #FFFFFF1A;
    color: #fff;
}

.subscribe button {
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
}

    .subscribe button:hover {
        color: var(--secondary);
    }

    .subscribe button::before {
        background-color: var(--primary);
    }

/*****************************
    16. Footer & Copyright
******************************/
footer {
    background-color: var(--primary);
}

.footer-logo a {
    display: inline-block;
    margin-bottom: 10px;
}

.footer-logo ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}

    .footer-logo ul li a {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--secondary);
        border-radius: 50%;
        transition: all 0.3s ease;
        margin-bottom: 0;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        z-index: 10;
    }

        .footer-logo ul li a::before {
            content: "";
            position: absolute;
            z-index: -1;
            background: var(--secondary);
            height: 150px;
            width: 200px;
            border-radius: 50%;
            top: 100%;
            left: 100%;
            transition: all 0.7s;
            z-index: -1;
        }

        .footer-logo ul li a:hover::before {
            top: -30px;
            left: -30px;
        }

        .footer-logo ul li a path {
            transition: all 0.3s ease;
        }

        .footer-logo ul li a:hover path {
            fill: var(--primary);
            transition: all 0.3s ease;
        }

.footer-logo p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1d1d1d;
    margin-bottom: 20px;
}

.footer-social h6 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--secondary);
}

.contact-block a span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-16);
    background-color: transparent;
    border: 1px solid var(--secondary);
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
}

.contact-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    background-color: var(--primary);
    border-radius: var(--radius-24);
    padding: 20px;
}

.contact-wrapper .contact-block a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex: 0 0 48%;
    text-decoration: none;
    position: relative;
}

    .contact-wrapper .contact-block a path {
        transition: all 0.7s;
    }

.contact-block a span::before {
    content: "";
    position: absolute;
    background: var(--secondary);
    height: 150px;
    width: 200px;
    border-radius: 50%;
    top: 100%;
    left: 100%;
    transition: all 0.7s;
    z-index: -1;
}

.contact-wrapper .contact-block a:hover path {
    fill: var(--primary);
    transition: all 0.7s;
}

.contact-wrapper .contact-block a:last-child {
    flex: 1;
}

.contact-wrapper .contact-block a:hover span::before {
    top: -30px;
    left: -30px;
}

.contact-wrapper .contact-block h6 {
    font-weight: 500;
    font-size: 14px;
    color: var(--secondary);
    margin: 0 0;
}

.contact-wrapper .contact-block p {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--secondary);
    margin: 0;
}

.copyright {
    padding: 20px 0;
    background-color: var(--primary);
    border-top: 1px solid #1B3A6B33;
}

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

.copyright ul li a,
.copyright p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-decoration: none;
}

.copyright ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .copyright ul li {
        display: inline-flex;
        align-items: center;
    }

        .copyright ul li:not(:last-child) {
            margin-right: 30px;
        }

/***************************
    17. Blogs Listing 
****************************/
.load-btn {
    margin-top: 30px;
}

.banner {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

    .banner ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
        position: absolute;
        bottom: 20px;
    }

        .banner ul li {
            display: inline-flex;
            align-items: center;
            position: relative;
        }

            .banner ul li:not(:last-child) {
                margin-right: 20px;
            }

            .banner ul li a {
                text-transform: uppercase;
                display: inline-block;
                text-decoration: none;
                color: var(--mute);
                font-weight: 500;
                font-size: 16px;
                text-transform: uppercase;
                transition: all 300ms ease;
            }

            .banner ul li:not(:last-child)::after {
                content: '~';
                color: var(--mute);
                display: inline-block;
                position: absolute;
                right: -14px;
            }

            .banner ul li a:hover,
            .banner ul li a.active {
                color: var(--primary);
                transition: all 300ms ease;
            }

.blog-page .section-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .blog-page .section-title form {
        position: relative;
        width: 500px;
    }

    .blog-page .section-title p {
        font-weight: 500;
        font-size: 20px;
        text-transform: uppercase;
        color: var(--secondary);
        margin: 0;
    }

.blog-search {
    margin-bottom: 30px;
}

    .blog-search form input,
    .blog-page .section-title form input {
        border-radius: 35px;
        border: 1px solid var(--border-color);
        padding: 0 46px;
        box-shadow: none;
    }

    .blog-search form img,
    .blog-page .section-title form img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: 20px;
    }

/**************************
    18. Blog Details 
***************************/
.blog-banner .blog-detail-image img {
    border: 2px solid var(--light-gray);
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.blog-detail {
    padding: 70px 0;
}

.blog-detail-content .blog-title h2 {
    margin-bottom: 0;
}

.blog-detail-image {
    margin: 0 0 30px;
}

    .blog-detail-image img {
        border-radius: 16px;
        border: 1px solid #e0e0e0;
    }

.blog-detail-content p {
    font-weight: 500;
    font-size: 16px;
    color: var(--mute);
    line-height: 22px;
    margin: 0;
}

.blog-detail-block h5 {
    font-weight: 600;
    font-size: 36px;
    margin: 0;
    color: var(--secondary);
    margin-bottom: 10px;
}

.blog-detail-block:not(:last-child) {
    margin-bottom: 30px;
}

.blog-detail-content p:not(:last-child) {
    margin-bottom: 10px;
}

.blog-detail-content ul li::marker {
    color: var(--mute);
}

.blog-sub-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--secondary);
    text-transform: uppercase;
}

.tag-block .blog-sub-title {
    margin-bottom: 20px;
}

.blog-block {
    padding: var(--p-20);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-24);
    background-color: var(--primary-light);
}

    .blog-block:not(:last-child) {
        margin-bottom: 30px;
    }

    .blog-block .tag-wrapper span {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
        border-radius: 35px;
        border: 1px solid var(--border-color);
        padding: 7px 16px;
        background-color: #fff;
        color: #1d1d1d;
        margin: 0;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .blog-block .tag-wrapper span:hover {
            transition: all 0.3s ease;
            background-color: var(--primary);
        }

        .blog-block .tag-wrapper span.active {
            background-color: var(--primary);
        }

    .blog-block .tag-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 14px;
    }

.blog-social-links ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

    .blog-social-links ul li a {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: var(--light-gray);
        border: 1px solid #e0e0e0;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        z-index: 10;
    }

        .blog-social-links ul li a::before {
            content: "";
            position: absolute;
            z-index: -1;
            background: var(--primary);
            height: 150px;
            width: 200px;
            border-radius: 50%;
            top: 100%;
            left: 100%;
            transition: all 0.7s;
        }

        .blog-social-links ul li a:hover::before {
            top: -30px;
            left: -30px;
        }

        .blog-social-links ul li a svg,
        .blog-social-links ul li a path {
            height: 24px;
            width: 24px;
        }

        .blog-social-links ul li a:hover svg,
        .blog-social-links ul li a:hover path {
            fill: var(--secondary);
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

.blog-block .blog-post {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

    .blog-block .blog-post:not(:last-child) {
        margin-bottom: 20px;
    }

    .blog-block .blog-post img {
        border-radius: 10px;
        border: 1px solid var(--border-color);
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

.blog-post-content a {
    font-weight: 600;
    font-size: 20px;
    color: var(--secondary);
    margin: 0;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-post-content p {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-gray);
    margin: 0;
}

.blog-post .blog-post-content span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
}

.blog-form {
    position: relative;
    margin-top: 8px;
}

.blog-block span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
}

.blog-block p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: var(--secondary);
    text-transform: uppercase;
    line-height: 26px;
}

.blog-block form {
    margin: 20px 0 0;
}

    .blog-block form button {
        margin-top: 20px;
    }

    .blog-block form input:hover,
    .blog-block form input:focus {
        background-color: #f0f7fd;
    }

.blog-detail-content .section-title {
    margin-bottom: 10px;
}

.next-prev-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

    .next-prev-btn .button {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

        .next-prev-btn .button:hover {
            border-color: var(--primary);
            color: var(--secondary);
        }

/***************************
    19. Privacy & Terms
***************************/
.privacy-terms-wrapper {
    padding: 70px 0;
}

.privacy-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

    .privacy-title h2 {
        font-weight: 700;
        font-size: 44px;
        color: var(--black);
        margin-bottom: 10px;
    }

.privacy-detail {
    margin: 40px 0 90px;
}

.privacy-detail-content p {
    font-weight: 500;
    font-size: 16px;
    color: var(--mute);
    margin: 0;
}

.privacy-detail-content .section-title {
    margin-bottom: 20px;
}

.privacy-detail-block h5 {
    font-weight: 600;
    font-size: 36px;
    margin: 0;
    color: var(--secondary);
    margin-bottom: 16px;
}

.privacy-detail-block:not(:last-child) {
    margin-bottom: 30px;
}

.privacy-detail-content p:not(:last-child) {
    margin-bottom: 15px;
}

.privacy-detail-content ul {
    margin: 0;
}

    .privacy-detail-content ul li:not(:last-child) {
        margin-bottom: 4px;
    }

    .privacy-detail-content ul li::marker {
        color: var(--dark-gray);
    }

/****************************
    20. Slider Navigation
****************************/
.owl-theme .owl-nav {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
}

    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid var(--primary) !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        position: absolute;
        transition: all 0.3s ease;
        cursor: pointer;
        overflow: hidden;
        background: #fff !important;
        z-index: 10;
    }

        .owl-theme .owl-nav .owl-prev:before,
        .owl-theme .owl-nav .owl-next:before {
            content: "";
            position: absolute;
            background: var(--primary);
            height: 150px;
            width: 200px;
            border-radius: 50%;
            top: 100%;
            left: 100%;
            transition: all 0.7s;
            z-index: -1;
        }

        .owl-theme .owl-nav .owl-prev:hover,
        .owl-theme .owl-nav .owl-next:hover {
            transition: all 0.3s ease;
        }

            .owl-theme .owl-nav .owl-prev:hover::before,
            .owl-theme .owl-nav .owl-next:hover::before {
                top: -30px;
                left: -30px;
            }

            .owl-theme .owl-nav .owl-prev:hover svg,
            .owl-theme .owl-nav .owl-next:hover svg {
                fill: var(--secondary);
            }

    .owl-theme .owl-nav .owl-prev {
        left: -100px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -100px;
    }

.slider-button-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

    .slider-button-block .owl-prev,
    .slider-button-block .owl-next {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid var(--primary) !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        transition: all 0.3s ease;
        cursor: pointer;
        overflow: hidden;
        background: #fff;
        position: relative;
        z-index: 10;
    }

        .slider-button-block .owl-prev::before,
        .slider-button-block .owl-next::before {
            content: "";
            position: absolute;
            background: var(--primary);
            height: 150px;
            width: 200px;
            border-radius: 50%;
            top: 100%;
            left: 100%;
            z-index: -1;
            transition: all 0.7s;
        }

        .slider-button-block .owl-prev:hover,
        .slider-button-block .owl-next:hover {
            transition: all 0.3s ease;
        }

            .slider-button-block .owl-prev:hover::before,
            .slider-button-block .owl-next:hover::before {
                top: -30px;
                left: -30px;
            }

            .slider-button-block .owl-prev:hover svg,
            .slider-button-block .owl-next:hover svg {
                transition: all 0.3s ease;
                fill: var(--secondary);
            }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
}

.owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
}

.owl-theme .owl-nav.disabled + .owl-dots span {
    background-color: var(--border-color);
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--secondary);
    transform: scale(1.4);
    transition: all 0.3s ease;
}

/*********************
    Scrollbar Design
**********************/
.customer-content::-webkit-scrollbar {
    width: 4px;
}

.customer-content::-webkit-scrollbar-thumb {
    border-radius: 16px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #e0e0e0;
}

.customer-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee;
}

/*********************
    Scroll to Top
**********************/
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px solid var(--primary);
    background-color: var(--secondary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: all 0.3s ease;
    z-index: 100;
}

    .scroll-to-top svg {
        transform: rotate(-90deg);
    }

