/*
    DEMO STYLE
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "fonts/fonts.css";

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: #333333;
    /* overflow-x: hidden; */
}

:focus {
    outline: none;
}

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

.medium {
    font-weight: 500;
}


/* .scroll {
    overflow-y: scroll !important;
    height: 100vh;
    padding-bottom: 100px;
} */


/* ---------------------------------------------------
    navbar STYLE
----------------------------------------------------- */

.wrapper header {
    background-color: #fff;
    width: 100%;
    padding: 5px 0;
}

header nav {
    height: 6rem;
    display: flex;
    z-index: 10;
    justify-content: space-between;

}


header nav .logo {
    padding: 33px 0;
    gap: 20px;
    display: flex;
    width: 100%;
    max-width: 280px;
    /*position: relative;*/
}
header nav .logo img{
    width: 78px;
    object-fit: contain;
}

.top-header {
    background-color: #0e5b6f;
    padding: 0.5rem 1rem;
}

.top-bar {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    font-size: 0.8rem;
    color: white;
}


.logo {
    text-align: center;
}

.profile-menu-responsive {
    display: none;
}

.search-box-header {
    display: flex;
    background: #eee;
    padding: 5px;
    border-radius: 5px;
    flex: 1;
    max-width: 400px;
}

.search-box-header input {
    border: none;
    background: none;
    padding: 5px;
    width: 100%;
    color: #6e6e6e;
}

.search-box-header button {
    background: none;
    border: none;
    cursor: pointer;
}


/*Styling Links*/
.profile-menu {
    flex-direction: unset !important;
    align-items: center;
    gap: 6px;
}

.profile-menu .dropdown-item {
    width: auto;
}


/*Styling Links*/
.nav-links {
    display: flex;
    list-style: none;
    /* width: 63vw; */
    padding: 0 0.7vw;
    align-items: center;
    text-transform: uppercase;
    justify-content: end;
    gap: 1px;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-links li a {
    text-decoration: none;
    margin: 0 0.5vw;
    font-family: 'Urbanist', sans-serif;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}


.nav-links li a:hover {
    color: #000;
}
.shopping-cart-numbr{
    right: 0 !important;
}

.profile-icons i{
    font-size: 17px !important;
}

.nav-links li {
    position: relative;
}

.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #0f75bd;
    position: absolute;
    transition: all ease-in-out 250ms;
}

.nav-links li.active a::before {
    width: 100%;
}

.nav-links li a:hover::before {
    width: 100%;
}

.login-button {
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}

.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border: 1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

.web-btn {
    background: #037AE8;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 20px;
    height: 48px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    min-width: 150px;
    justify-content: center;
    letter-spacing: 1.2px;
}

.web-btn:hover {
    color: #037AE8 !important;
    background: transparent;
    transition: all ease-in-out 350ms;
    border: 2px solid #037AE8;
}


.web-btn-trsp {
    background: transparent;
    color: #037AE8 !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 20px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #037AE8;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    min-width: 150px;
    justify-content: center;
    letter-spacing: 1.2px;
}

.web-btn-trsp:hover {
    color: #fff !important;
    background: #037AE8;
    transition: all ease-in-out 350ms;
    border: 1px solid #037AE8;
}



/*Styling Hamburger Icon*/
.hamburger div {
    width: 30px;
    height: 3px;
    background: #000;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 1199px) {
    nav {
        /* position: fixed; */
        z-index: 3;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 55px;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
        z-index: 9;
    }

    .wrapper header {
        padding: 0;
    }


    .nav-links {
        position: fixed;
        background: #fffffffc;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        right: 0;
        justify-content: center;
    }

    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
        z-index: 8;
    }

    .nav-links li {
        opacity: 0;
    }

    .fade:not(.show) {
        opacity: 1;
        /* Additional styles when .fade doesn't have the class .show */
        /* Add your styles here */
    }

    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }

    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }

    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }

    .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.8s;
    }

    .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }

    .nav-links li:nth-child(7) {
        transition: all 0.5s ease 1s;
        margin: 0;
    }

    li.fade {
        opacity: 1;
    }
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* ---------------------------------------------------
    navbar end
----------------------------------------------------- */
/* ---------------------------------------------------
    home page start
----------------------------------------------------- */
.nav-links li.active a {
    color: #0f75bd;
}

/* .home-banner {
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-section {
    min-height: 90vh;
    display: flex;
    align-items: end;
    overflow: hidden;
} */

.hero-section {
    position: relative;
    /*height: 90vh;*/
    color: white;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
    z-index: 2;
}

.heading-and-serach-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 1600px;
    z-index: 4;
    /* z-index: 4;
    width: 90%;
    max-width: 1000px;
    top: 0;
    bottom: 0;
    margin: auto 0; */
}

.hero-content {
    /* position: absolute; */
    z-index: 3;
    padding-bottom: 18px;
}

.search-box {
    z-index: 4;
    background: white;
    border-radius: 0px 16px 16px 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 40px 20px;
}

.carousel-item img {
    /*height: 90vh;*/
    object-fit: cover;
    filter: brightness(70%);
}

.carousel-indicators {
    z-index: 5;
}

.web-h1 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    /* 130.435% */
}

.book-btn {
    background: transparent;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 10px 20px;
    height: 48px;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    min-width: 150px;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.rent-car-tag {
    border-radius: 5px 5px 0px 0px;
    /*background-color: #037AE8;*/
    color: #000 !important;
    cursor: auto !important;
}

/* services-section start */
.services-section {
    background-color: #fff;
}

.heading-h2 {
    color: #333;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.service-item h6 {
    margin-bottom: 0.5rem;
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.section-badge {
    border-radius: 8px;
    background: #e8f1fb;
    padding: 14px 32px;
    color: #1572D3;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.service-item p {
    font-size: 0.875rem;
    color: #6D6D6D;
    text-align: center;
    font-family: "Poppins", sans-serif;
    /* font-size: 14px; */
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #e6f0ff;
    color: #007bff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

/* services-section end */

/* popular-rentals-section start */
.popular-rentals-section {
    background-color: #F7F7F7;
}

.rental-card {
    border: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    transition: transform 0.2s;
}

.rental-card:hover {
    transform: translateY(-5px);
}

.rental-card .card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 160px;
    object-fit: cover;
}

.rental-card h6 {
    margin-bottom: 0.5rem;
}

.rental-card ul {
    margin-bottom: 1rem;
    padding-left: 0;
}

.rental-card ul li {
    display: flex;
    align-items: center;
}

.btn-outline-primary {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

/* popular-rentals-section end */






.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.popular-rentals-section .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.popular-rentals-section .card img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.popular-rentals-section .card:hover img {
    transform: scale(1.1);
}

.popular-rentals-section .card-body {
    padding: 15px;
}

.popular-rentals-section .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.popular-rentals-section .card-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.price {
    font-size: 16px;
    font-weight: bold;
    color: #007bff;
    /* margin-bottom: 10px; */
}

.more-details-btn {
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.more-details-btn:hover {
    background-color: #0056b3;
}

/* .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} */

/* .col-md-3 {
    margin-bottom: 30px;
} */

@media (max-width: 768px) {
    /* .col-md-3 {
        flex: 1 1 45%;
    } */
}

@media (max-width: 576px) {
    /* .col-md-3 {
        flex: 1 1 100%;
    } */
}

.card-label {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}




/*  */

.card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-wrapper .car-card {
    flex: 1 1 calc(20% - 1rem);
    /* 5 cards per row with gap adjustment */
    box-sizing: border-box;
    max-width: 300px;
    min-width: 226px;

}

@media (max-width: 992px) {
    .card-wrapper .car-card {
        flex: 1 1 calc(33.333% - 1rem);
        /* 3 cards per row on md screens */
    }
}

@media (max-width: 768px) {
    .card-wrapper .car-card {
        flex: 1 1 calc(50% - 1rem);
        /* 2 cards per row on sm screens */
    }
}

@media (max-width: 576px) {
    .card-wrapper .car-card {
        flex: 1 1 100%;
        /* 1 card per row on xs screens */
    }
}


.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.spec-item {
    display: flex;
    align-items: center;
    color: var(--text-muted);
    font-size: 0.75rem;
}

.spec-item i {
    margin-right: 0.5rem;
    font-size: 1rem;
    color: #959595;
}

.spec-item svg {
    margin-right: 0.5rem;
    font-size: 1rem;
}

.btn-more {
    border-color: #E0E0E0 !important;
    color: #000 !important;
    width: 100%;
    height: 45px !important;
    font-size: 14px !important;
    margin-top: 20px;
}



/* ///// */

/* News Section Styles */
.news-header {
    position: relative;
    margin-bottom: var(--space-xl);
}

.news-header h1 {
    display: inline-block;
    position: relative;
    padding-bottom: var(--space-sm);
}

.news-header h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--color-primary);
    border-radius: var(--radius-sm);
}

/* News Card Styles */
.news-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: none;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.news-image-container {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.news-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-normal);
}

.news-card:hover .news-image-container img {
    transform: scale(1.05);
}

.card-body {
    padding: var(--space-md);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: var(--space-sm);
    color: var(--color-text);
}

.card-text {
    font-size: 0.9rem;
    color: #6b7280;
    flex-grow: 1;
    margin-bottom: 16px;
}

.card-footer {
    padding: 8px 0;
    background: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--color-primary);
    border-radius: 50%;
    margin-right: var(--space-xs);
}

.read-more {
    display: inline-block;
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--color-primary);
    margin-top: auto;
    transition: color var(--transition-fast);
}

.read-more span {
    display: inline-block;
    transition: transform var(--transition-fast);
    margin-left: 2px;
}

.read-more:hover {
    color: var(--color-accent);
}

.read-more:hover span {
    transform: translateX(4px);
}



/* Responsive Styles */
@media (max-width: 992px) {
    .row-cols-lg-4>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .news-image-container {
        height: 220px;
    }

    .card-title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .row-cols-md-2>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-image-container {
        height: 200px;
    }
}


.subscribe-section {
    background: url('../images/subscribe-bg.png') no-repeat center center;
    background-size: cover;
    padding: 80px 20px;
    text-align: center;
    color: white;
    position: relative;
}

.subscribe-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.subscribe-section .content {
    position: relative;
    z-index: 2;
}

.subscribe-section h5 {
    font-size: 18px;
    font-weight: 600;
}

.subscribe-section small {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    color: #ddd;
}

.subscribe-form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}

.subscribe-form input[type="email"] {
    flex: 1;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
}

.subscribe-form button {
    background-color: #037AE8;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
}

.subscribe-form button:hover {
    background-color: #0056b3;
}

/* ---------------------------------------------------
    Home page End
----------------------------------------------------- */


/* ---------------------------------------------------
    footer start
----------------------------------------------------- */
.footer {
    font-size: 13px;
    padding: 60px 0 20px;
    color: #333;
    background: #fff;
}

.footer h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer .logo {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.footer .logo span {
    color: #007bff;
}

.footer a {
    text-decoration: none;
    display: block;
    color: #777;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.04px;
}

.footer small {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.9px;
    /* 140.833% */
}

.footer-bottom a {
    display: inline-block;
}

.logo-des {
    color: #777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0;
}

.footer a:hover {
    text-decoration: underline;
}

.payment-icons img {
    height: 20px;
    margin-right: 4px;
}

.social-icons img {
    width: 14px;
    margin-left: 6px;
}

.footer-bottom {
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 12px;
    color: #999;
}

/* ---------------------------------------------------
    footer end
----------------------------------------------------- */

.profile-menu li a::before {
    display: none !important;
}

.profile-menu .dropdown-toggle::after {
    display: none !important;
}


.profile-menu li a {
    line-height: 25px !important;
}

.profile-menu .profile-icons {
    background-color: #F3F5F9;
    display: flex;
    width: 42px;
    height: 42px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
}


/* filter-box start*/

.left-div {
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #FFF;
    /* box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04); */
    min-height: 100vh;
}

.filter-heading {
    color: #FFF;
    font-family: 'The Bold Font';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 106%;
    border-radius: 6px 6px 0px 0px;
    background: #0586D1;
    backdrop-filter: blur(60px);
    width: 100%;
    padding: 20px 30px;
    text-align: center;
}

.left-div .filter-canvas {
    padding: 20px 30px;
    background-color: #F7F7F7;
    margin: 10px 0;
}

.sort-by {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 14px 0;
}

.blue-link {
    color: #1497E4;
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.ribbon-green {
    --f: 10px;
    /* control the folded part*/
    --r: 15px;
    /* control the ribbon shape */

    position: absolute;
    top: 10px;
    padding-inline: 10px;
    background: #00B31D;
    border-bottom: var(--f) solid #0005;
    padding: 8px 12px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.ribbon-blue {
    --f: 10px;
    /* control the folded part*/
    --r: 15px;
    /* control the ribbon shape */

    position: absolute;
    top: 10px;
    padding-inline: 10px;
    background: #2D308B;
    border-bottom: var(--f) solid #0005;
    padding: 8px 12px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.ribbon-yellow {
    --f: 10px;
    /* control the folded part*/
    --r: 15px;
    /* control the ribbon shape */

    position: absolute;
    top: 10px;
    padding-inline: 10px;
    background: #DD9F00;
    border-bottom: var(--f) solid #0005;
    padding: 8px 12px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.left {
    left: calc(-1*var(--f));
    border-right: var(--r) solid #0000;
    clip-path:
        polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%,
            var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)),
            calc(100% - var(--r)) calc(50% - var(--f)/2));
    top: 20px !important;
    z-index: 2;
}

.showing-entries {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.web-input {
    margin-bottom: 10px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #E3E3E3;
    background-color: #F8F8F8;
    padding: 10px 50px 10px 10px;
}

.web-textarea {
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #E3E3E3;
    background-color: #F8F8F8;
    padding: 10px 50px 10px 10px;
}

/* filter-box end*/


/*
 * LuxDrive - Car Shopping Website
 * Custom CSS Styles
 */

/* ======= Base Styles ======= */
:root {
    /* Color System */
    --primary: #0066cc;
    --primary-dark: #0052a3;
    --primary-light: #3385d7;
    --secondary: #8a8d93;
    --secondary-dark: #6c6e72;
    --secondary-light: #a1a3a7;
    --accent: #ff9500;
    --success: #34c759;
    --warning: #ff9500;
    --error: #ff3b30;

    --neutral-200: #f5f5f7;
    --neutral-300: #e5e5ea;
    --neutral-400: #d1d1d6;
    --neutral-500: #c7c7cc;
    --neutral-600: #8e8e93;
    --neutral-700: #636366;
    --neutral-800: #3a3a3c;
    --neutral-900: #1c1c1e;

    /* Typography */
    --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --font-size-xs: 0.75rem;
    /* 12px */
    --font-size-sm: 0.875rem;
    /* 14px */
    --font-size-md: 1rem;
    /* 16px */
    --font-size-lg: 1.125rem;
    /* 18px */
    --font-size-xl: 1.25rem;
    /* 20px */
    --font-size-2xl: 1.5rem;
    /* 24px */
    --font-size-3xl: 1.875rem;
    /* 30px */
    --font-size-4xl: 2.25rem;
    /* 36px */

    /* Spacing (8px system) */
    --space-1: 0.25rem;
    /* 4px */
    --space-2: 0.5rem;
    /* 8px */
    --space-3: 0.75rem;
    /* 12px */
    --space-4: 1rem;
    /* 16px */
    --space-5: 1.5rem;
    /* 24px */
    --space-6: 2rem;
    /* 32px */
    --space-7: 2.5rem;
    /* 40px */
    --space-8: 3rem;
    /* 48px */

    /* Borders */
    --border-radius-sm: 0.25rem;
    /* 4px */
    --border-radius-md: 0.5rem;
    /* 8px */
    --border-radius-lg: 0.75rem;
    /* 12px */
    --border-radius-xl: 1rem;
    /* 16px */

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.05);

    /* Transitions */
    --transition-fast: all 0.2s ease;
    --transition-normal: all 0.3s ease;
    --transition-slow: all 0.5s ease;
}

/* Base Styles */

.text-18 {
    color: #262626;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    /* 94.444% */
}

.text-20 {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
}


/* ======= Main Content ======= */
.main-content {
    padding: var(--space-6) 0;
}

/* ======= Filter Sidebar ======= */
.filter-sidebar {
    background-color: #ffffff;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    padding: var(--space-5);
    height: 100%;
    overflow: auto;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-4);
    padding-bottom: var(--space-3);
    border-bottom: 1px solid var(--neutral-300);
}

.filter-header h3 {
    margin-bottom: 0;
    font-size: var(--font-size-lg);
}

.btn-reset {
    background: none;
    border: none;
    color: var(--primary);
    font-size: var(--font-size-sm);
    cursor: pointer;
    padding: 0;
}

.btn-reset:hover {
    text-decoration: underline;
}

.filter-group {
    margin-bottom: var(--space-4);
    padding-bottom: var(--space-4);
    border-bottom: 1px solid var(--neutral-300);
}

.filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: var(--space-3);
}

.filter-title h4 {
    margin-bottom: 0;
    font-size: var(--font-size-md);
    font-weight: 600;
}

.filter-title i {
    color: var(--neutral-600);
    transition: var(--transition-fast);
}

.filter-title[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/* Price Slider */
.price-slider-container {
    padding: var(--space-2) var(--space-1);
}

.price-range {
    margin-bottom: var(--space-4);
}

.price-slider {
    height: 6px;
    background-color: var(--neutral-300);
    border-radius: 3px;
    position: relative;
    margin: var(--space-4) 0;
}

.price-slider::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 70%;
    left: 5%;
    background-color: var(--primary);
    border-radius: 3px;
}

.price-slider::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: 2px solid var(--primary);
    border-radius: 50%;
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
    cursor: pointer;
}

.price-inputs {
    display: flex;
    justify-content: space-between;
    color: var(--neutral-700);
    font-size: var(--font-size-sm);
}

.btn-apply {
    width: 100%;
    background-color: var(--primary);
    color: #ffffff !important;
    border: none;
    border-radius: var(--border-radius-md);
    padding: var(--space-2) 0;
    cursor: pointer;
    font-weight: 500;
    transition: var(--transition-fast);
}

.btn-apply:hover {
    background-color: var(--primary-dark);
    color: #ffffff !important;
}

/* Checkbox Group */
.checkbox-group {
    max-height: 200px;
    overflow-y: auto;
    padding-right: var(--space-2);
}

.form-check {
    margin-bottom: var(--space-2);
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.25rem;
    background-color: #ffffff;
    border: 1px solid var(--neutral-500);
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.form-check-label {
    font-size: var(--font-size-md);
    color: var(--neutral-700);
    padding-left: var(--space-1);
}

/* Show More Button */
.btn-show-more {
    background: none;
    border: none;
    color: var(--primary);
    font-size: var(--font-size-sm);
    cursor: pointer;
    padding: var(--space-2) 0;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: var(--space-2);
}

.btn-show-more:hover {
    text-decoration: underline;
}

.btn-show-more i {
    font-size: 10px;
    margin-left: var(--space-1);
}

/* Rating Slider */
.rating-slider-container {
    padding: var(--space-2) var(--space-1);
}

.rating-slider {
    height: 6px;
    background-color: var(--neutral-300);
    border-radius: 3px;
    position: relative;
    margin: var(--space-4) 0;
}

.rating-slider::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 80%;
    left: 0;
    background-color: var(--primary);
    border-radius: 3px;
}

.rating-slider::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: 2px solid var(--primary);
    border-radius: 50%;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    cursor: pointer;
}

.rating-labels {
    display: flex;
    justify-content: space-between;
    color: var(--neutral-700);
    font-size: var(--font-size-sm);
}


.custom-input {
    height: 48px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #505050;
    background: #fff;
}



/* Hero Section Styles */
.new-hero {
    padding: 160px 0 80px;
    background-color: var(--white);
}

.new-hero-content {
    display: flex;
    align-items: center;
    gap: 64px;
    margin: 10px 0;
}

.new-hero-text {
    flex: 1;
}

.new-hero-text h2 {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
}

.new-hero-text p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    padding: 20px 0;
}

.new-hero-cta {
    display: flex;
    gap: 24px;
    align-items: center;
}

.new-hero-image {
    flex: 1;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform var(--transition-normal);
}

.new-hero-image:hover {
    transform: perspective(1000px) rotateY(0);
}

.new-hero-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    transform: scale(1);
    transition: transform var(--transition-slow);
}

.new-hero-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 1024px) {
    .new-hero {
        padding: 120px 0 60px;
    }

    .new-hero-text h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .new-hero-content {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .new-hero-text h2 {
        font-size: 2rem;
    }

    .new-hero-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .new-hero-cta .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .new-hero {
        padding: 20px 0 40px;
    }

    .new-hero-text h2 {
        font-size: 1.75rem;
    }

    .new-hero-text p {
        font-size: 1rem;
    }
}


/* rent a car detail page Start */


.container1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.gallery {
    flex: 2 1 60%;
}

.main-img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

.thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.thumbnails img {
    width: 70px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.thumbnails img.active {
    border-color: #3498db;
}

.info {
    flex: 1 1 35%;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.info h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.container1 .price {
    color: #000;
    font-size: 24px;
}

.description {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.rates {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.rates div {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
    flex: 1;
    text-align: center;
}

.rates div strong {
    display: block;
    font-weight: 600;
    color: #333;
}

.time-select {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.call-btn {
    background: #2ecc71;
}

.cart-btn {
    background: #3498db;
}

.share textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    resize: none;
    height: 150px;
}

@media (max-width: 768px) {
    .container1 {
        grid-template-columns: 1fr;
    }

    .slider-nav {
        justify-content: center;
    }
}


@media (max-width: 768px) {


    .gallery,
    .info {
        flex: 1 1 100%;
    }

    .rates,
    .time-select,
    .buttons {
        flex-direction: column;
    }

    .rates div,
    .time-select input,
    .buttons button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .price {
        font-size: 20px;
    }

    .thumbnails img {
        width: 60px;
        height: 45px;
    }
}

/* asdfff */

.main {
    font-family: Arial;
    /* max-width: 800px; */
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.slider-nav img {
    margin: 5px;
    padding: 5px;
    border-radius: 20px !important;
}

.heading-32 {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.web-p {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.features-container {
    margin: auto;
    padding: 20px 0;
}



.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* gap: 15px; */
    gap: 10px 85px;
}

.feature-item {
    display: flex;
    align-items: center;
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.feature-item svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #2ecc71;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

/* rent a car detail page End */

.red-star {
    color: red;
}

.cart-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    /* max-width: 1200px; */
    margin: auto;
}

.cart-items {
    flex: 2 1 60%;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.cart-item {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.cart-item img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-item-details {
    flex: 1;
}

.cart-item-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.cart-item-sub {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
}

.cart-actions button {
    font-size: 12px;
    padding: 6px 10px;
    margin-right: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    cursor: pointer;
}

.cart-price {
    text-align: right;
    font-weight: bold;
    color: #222;
}

.cart-price del {
    font-weight: 400;
    font-size: 13px;
    color: #999;
    margin-right: 5px;
}

.subtotal {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
}

.order-summary {
    flex: 1 1 35%;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.order-summary h3 {
    margin-bottom: 10px;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.order-summary .price {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.order-summary del {
    font-size: 14px;
    color: #888;
}

.place-order-btn {
    display: block;
    width: 100%;
    padding: 12px;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
}

.order-summary textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin-top: 15px;
    resize: none;
    font-size: 14px;
}

.time-section {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.time-section input {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

@media (max-width: 768px) {
    .cart-container {
        flex-direction: column;
    }

    .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .cart-price {
        align-self: flex-end;
    }

    .time-section {
        flex-direction: column;
    }
}


/* sasdff */

.upload-container {
    max-width: 100%;
}

.upload-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-item {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    /* overflow: hidden; */
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.remove-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.add-another {
    width: 80px;
    height: 80px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #555;
    text-align: center;
    cursor: pointer;
    flex-direction: column;
}

.add-another input {
    display: none;
}

@media (max-width: 600px) {

    .image-item,
    .add-another {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 400px) {

    .image-item,
    .add-another {
        width: 60px;
        height: 60px;
    }
}


/* hire-A-Driver  start*/


.inner-banner {
    display: flex;
    align-items: center;
    height: 100%;
    height: 450px;
    background-size: cover;
    position: relative;
    text-align: left;
    color: #fff;
}


.inner-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black with 50% opacity */
    z-index: 1;
}

.inner-banner .container-fluid,
.inner-banner h1 {
    position: relative;
    z-index: 2;
    /* Put content above overlay */
}

.web-h1 {
    font-size: 36px;
    font-weight: bold;
}



/* admin / */



.sidebar {
    background-color: #0b3c49;
    color: white;
    min-height: 100vh;
}

.sidebar a {
    color: white;
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: underline;
}

.profile-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid white;
}

.sidebar-item {
    margin: 10px 0;
}

.referral-box {
    background-color: #f1f1f1;
    padding: 8px 12px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
}

.sidebar-item.active {
    background-color: #14586c !important;
}

@media (min-width: 991px) {
    .offcanvas-lg {
        position: static;
        transform: none;
        visibility: visible !important;
        border-right: 1px solid #dee2e6;
    }


}

.sidebar-back {
    padding: 14px 24px;
}

/*  */
.pricing-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-card input[type="radio"] {
    display: none;
}

.pricing-card label {
    display: block;
}

.pricing-card.active {
    border: 2px solid #007bff;
    background-color: #f0f8ff;
}

.price {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.amount {
    font-size: 16px;
    color: #888;
}

.pricing-card.active .amount {
    color: #000;
}

.rate-radio .col-auto {
    flex: 1;
}

/*  */

.card-custom {
    border-radius: 16px;
    flex: 1 1 35%;
    background-color: #fff;
    border-radius: 16px;
    /* min-width: 450px; */
}

.card-header-custom {
    background-color: #e5e5e5;
    padding: 20px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

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

.profile-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.profile-info img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.seller-link {
    color: #007bff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.product-details {
    font-size: 14px;
    color: #555;
    margin: 15px 0;
}

.form-control:disabled {
    background-color: #f5f5f5;
}

.btn-call {
    background-color: #007bff;
    color: #fff;
    width: 100%;
}

.btn-cart {
    background-color: #f4a300;
    color: #fff;
    width: 100%;
}

.share-icons i {
    font-size: 20px;
    margin-right: 15px;
    cursor: pointer;
}

.fa-x-twitter {
    color: black;
}

.fa-facebook {
    color: #1877f2;
}

.fa-whatsapp {
    color: #25d366;
}


.sidebar a {
    color: white;
    display: block;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none !important;
}

.sidebar a:hover {
    background-color: #14586c;
}


/* /// */

.profile-container {
    margin: auto;
    padding: 40px 20px;
}

.card-custom {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.profile-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.upload-btn {
    margin-top: 12px;
    font-size: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 1px 61px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    color: #262626;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
}

.info-label {
    color: #5a5a5a;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.14px;
}

.info-value {
    color: #555;
    padding: 6px 0;
}

.about-me {
    margin-top: 20px;
}

.referral-box {
    margin-top: 20px;
    background-color: #f5f5f5;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.edit-btn {
    float: right;
    margin-top: 10px;
}

@media (max-width: 576px) {
    .edit-btn {
        float: none;
        display: block;
        margin: 10px auto;
    }

    .profile-image {
        margin-bottom: 10px;
    }
}

.account-img-box {
    position: relative;
}

.account-img-box button {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    width: 92%;
    padding: 12px 2px;
}

/*  */



.profile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 768px) {
    .profile-grid {
        grid-template-columns: 250px 1fr;
    }
}

.account-img-box {
    text-align: center;
}



.upload-btn {
    margin-top: 10px;
}

.info-grid {
    /* display: grid; */
    grid-template-columns: 150px 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}

.info-label {
    font-weight: bold;
    color: #555;
}

.info-value {
    color: #333;
}

.web-modal {
    padding: 20px;
    border: 1px solid #E5E5E5;
}

.web-modal .modal-content {
    border-radius: 20px !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.web-modal .btn-close {
    position: absolute;
    right: 8px;
    z-index: 9;
    top: 8px;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.modal-profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.edit-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.edit-icon i {
    font-size: 16px;
    color: #333;
}

.hidden-file-input {
    display: none;
}

.save-btn {
    border-radius: 6px;
    background: #105D72;
    color: var(--Base-White, #FFF);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    /* 166.667% */
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    /* grid-template-columns: 20% 1fr; */
    min-height: 100vh;
}

@media (max-width: 991px) {
    .dashboard-grid {
        display: block;
    }
}

/* tableas */

.dashboard .card-dashboard {
    padding: 20px;
}


.table tbody td::first-letter {
    text-transform: capitalize
}

table .active {
    background: #8fea69;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: -5px 0 0 0
}

table .unactive {
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    background: #f45a5a;
    color: #fff;
    margin: -5px 0 0 0
}

table thead tr {
    background: #fff;
    border-radius: 100px
}

table thead tr th:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

table thead th {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

table td img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border-radius: 50%
}

table {
    border-collapse: separate;
    border-spacing: 0 20px;
    white-space: nowrap;
}

.dropdown .dropdown-menu {
    transition: none !important
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
    border-top: none !important;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.table-bordered td,
.table-bordered th {
    border: transparent
}

.table-bordered {
    border: none
}


.table tbody td {
    padding: 1rem 2rem;
    color: #666;
    font-size: 13px;
    vertical-align: middle
}

.maain-tabble tbody tr,
.maain-tabble thead tr {
    background-color: transparent !important;
    box-shadow: 1px 1px 13px #c8c8c8;
    border-radius: 7px
}

.maain-tabble tbody tr td,
.maain-tabble thead tr td {
    font-weight: 600 !important
}

.maain-tabble tbody tr td {
    color: #999;
}

.maain-tabble table {
    padding: 0 20px 0 10px;
}

.maain-tabble {
    border-radius: 14px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.table-title-and-button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.form-check {
    line-height: 26px;
}

.table-tabs .nav-item .nav-link {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.table-tabs .nav-item .nav-link.active {
    color: #037AE8;
    background-color: transparent;
}

.status-yellow {
    color: #DD9F00 !important;
}

.status-green {
    color: #00B31D !important;
}

.status-blue {
    color: #2D308B !important;
}

.status-red {
    color: #FF0004 !important;
}


/*  */


.points-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
}

.points-card {
    border: 1px solid #2196f3;
    background: #e3f2fd;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.points-card img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.points-card h3 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.points-card p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #333;
}

.text-30 {
    margin: 20px 0 10px;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 39px */
}

.upcoming-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
}

.upcoming-card {
    border: 1px solid #2196f3;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upcoming-card img {
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
}

.upcoming-card h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.upcoming-card p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #333;
}



/*  */

.transaction-section {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

.transaction-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.transaction-date {
    color: #888;
    font-size: 14px;
    margin-bottom: 15px;
}

.transaction-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.transaction-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f9f9f9;
    border-radius: 6px;
    padding: 15px;
    align-items: center;
    gap: 10px;
}

.transaction-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 200px;
}

.transaction-left img {
    width: 20px;
    height: 20px;
}

.transaction-details {
    font-size: 14px;
}

.transaction-sub {
    font-size: 12px;
    color: #555;
}

.transaction-description {
    flex: 2;
    font-size: 13px;
    color: #666;
    min-width: 150px;
}

.transaction-status {
    text-align: right;
    min-width: 100px;
}

.status-received {
    color: green;
    font-weight: 600;
}

.status-sent {
    color: red;
    font-weight: 600;
}

.transaction-amount {
    font-size: 13px;
    color: #444;
}

/*  */

.status-received {
    color: green;
    font-weight: 600;
}

.status-sent {
    color: red;
    font-weight: 600;
}

.transaction-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.sub-text {
    font-size: 13px;
    color: #666;
}

.table td,
.table th {
    vertical-align: middle;
}

.bg-light-custom {
    background-color: #f9f9f9;
}


.points-card2 {
    border: 1px solid #2196f3;
    background: #e3f2fd;
    border-radius: 6px;
    padding: 15px;
}

.points-card2 h2 {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 91px */
}


/*  */

.subscription-section {
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}

.plan-box {
    border: 1px solid #007bff;
    border-radius: 8px;
    background-color: #f0f8ff;
    padding: 15px 20px;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.plan-box:nth-child(2) {
    background-color: #d6f5ff;
    border-color: #00bcd4;
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 10px;
}

.plan-icon-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.plan-icon {
    width: 22px;
    height: 22px;
}

.plan-title {
    font-weight: 600;
    margin-bottom: 2px;
}

.plan-price {
    font-weight: 600;
    font-size: 16px;
}

.plan-box:first-child .plan-price {
    color: #007bff;
}

.plan-box:nth-child(2) .plan-price {
    color: #00bcd4;
}

.plan-subtitle {
    font-size: 13px;
    color: #555;
}

.plan-features {
    font-size: 14px;
    color: #444;
    padding-left: 20px;
    margin-bottom: 0;
}

.plan-features li {
    margin-bottom: 6px;
}

.plan-box1 {
    border: 1.5px solid #037AE8;
    background: #E6F0FF;
}

.plan-box2 {
    border: 1.5px solid #12C7F9;
    background: #D7F6FF;
}

.plan-box3 {
    border: 1.5px solid #EF9D06;
    background: #FFF3DE;
}
header .header-btn a::before{
    display: none !important;

}


.list-box {
    box-shadow: 0 16px 32px 0 rgb(0, 0, 0, .5) !important;
    border-radius: 0 0 10px 10px !important;
    padding: 10px 0;
    background: #fff;
    position: absolute;
    top: 64px;
    z-index: 9999999999;
    left: 112px;
    width: 250px;
    display: block;
    height: auto;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}


.list-box .list-items{
    display: flex;
    text-align: end !important;
    gap: 3px;
    padding: 8px 5px;
    border-bottom: 1px solid #ddd;
}
.list-box #search_viewall{
    border-bottom: 1px solid #ddd;
    padding: 8px 0px;
}

.list-box .list-items img{
    width: 50px;
}


#header_cart_main_ul {
    min-height: auto;
    height: auto;
    overflow-y: auto;
    padding: 10px !important;
    border-radius: 4px !important;
}

 .show-div.shopping-cart {
    max-height: 300px;
    overflow: auto;
}

#header_cart_main_ul li {
    padding: 10px 10px 0 !important;
    width: 100%;
}

#header_cart_main_ul li .media img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

#header_cart_main_ul li .media h4{
    line-height: normal;
}

#header_cart_main_ul li .close-circle {
    position: absolute;
    top: 6px;
    right: 0;
}

#header_cart_main_ul li .total {
    text-align: left;
    border-top: 1px solid #f1f5f4;
    border-bottom: 1px solid #f1f5f4;
    padding: 5px 0;
}

#header_cart_main_ul li .buttons a.view-cart {
    font-size: 15px !important;
    display: block;
    text-align: center;
    background: #037AE8;
    color: #fff !important;
    padding: 13px !important;
    margin-bottom: 5px !important;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 99px;
    line-height: 16px;
}
