@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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #FFFFFF;
}

/* NAVBAR */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px !important;
    background: #fff;
    z-index: 9999;
    position: sticky !important;
    top: 0 !important;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.hamburger {
    display: none;
    cursor: pointer;
}

.mobile-auth {
    display: none;
}

.nav-mobile-top {
    display: none;
}

.logo {
    display: flex;
    align-items: center;
    gap: 6px;
}

.logo small {
    font-size: 10px;
    color: #777;
}

/* CENTER NAV */
nav {
    display: flex;
    align-items: center;
    gap: 25px;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

nav a {
    text-decoration: none;
    color: #151515;
    font-size: 17px;
}

.login-btn {
    background: #ff4d00;
    color: #fff;
    border: none;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    cursor: pointer;
    cursor: pointer;
    border-radius: 8px;
}

/* DROPDOWN */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 0px;
    display: none;
    z-index: 9999;
}

.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    transition: 0.2s;
}

.dropdown-menu a:hover {
    background: #f5f5f5;
    padding-left: 18px;
}

.dropdown-menu.show {
    display: block;
}

/* HERO */
.hero {
    position: relative;
    height: calc(85vh - 40px);
    /* margin adjust */
    margin: 20px;
    border-radius: 25px;
    overflow: hidden;
    background: url('../images/hero.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 60px;
    z-index: 1;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
}

.hero-text {
    position: relative;
    color: #fff;
    z-index: 2;
}
#location-input_data{
    width: 100%;
    border: none;
    outline: none;
}

.hero-text h1 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 72px;
    line-height: 90px;
    letter-spacing: -0.25px;
    color: #FFFFFF;
}

.price {
    color: #FF3600;
    margin: 20px 0;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    line-height: 55px;
    letter-spacing: -0.25px;

}

.btn {
    padding: 15px 25px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.primary {
    background: #FF3600 !important;
    color: #fff !important;
        padding: 15px 25px !important;
    border-radius: 50px !important;
    border: none;
    font-size: 16px;
    cursor: pointer;
    
}
.logo a{
    width: 80px;
}
.light {
    background: #fff !important;
        padding: 15px 25px !important;
    border-radius: 50px !important;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px !important;
}
.light:hover{
    background: #f5f5f5 !important;
    color: #151515 !important;
}

/* BOOKING */
.booking-card {
    position: absolute;
    right: 100px;
    top: 45%;
    transform: translateY(-50%);
    width: 484px;
    background-image: url('../images/book.png');
    padding: 25px;
    border-radius: 20px;
    z-index: 2;
    padding-bottom: 80px;
    height: 430px;
}

.booking-card h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 12px;
    letter-spacing: -0.25px;

}

.field {
    background: #FFFFFF;
    padding: 18px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 2px 8px 0px #0000001A;
}

.search {
    position: absolute;
    bottom: 10px;
    right: 6px;
    background: #FF3600;
    width: 80px;
    height: 62px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.search img {
    width: 30px;
    height: 30px;
}

.logo img {
    width: 100%;
    height: 50px;
}

.field img {
    width: 40px;
    height: 40px;
}

/* about */
/* ABOUT */
.about {
    display: flex;
    gap: 60px;
    padding: 80px 60px;
    align-items: center;
}

.about-left {
    position: relative;
    width: 44%;
}

.about-left img {
    width: 100%;
    border-radius: 20px;
}


.about-right {
    max-width: 650px;
    width: 56%;
}

.tag {
    background: #FFEEE9;
    color: #F4511E;
    padding: 12px 25px;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px !important;

}

.about-right h2 {
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 53px;
    line-height: 70px;

}

.about-right h2 span {
    color: #FF3600;
}

.desc {
    color: #6B7280;
    font-size: 18px;
    margin-bottom: 20px;
    margin: 20px 0px;
}

.features {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.feature {
    display: flex;
    gap: 15px;
}

.icon img {
    width: 60px;
    height: 60px;
}

.contact-btn {
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid #D8D8D8;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
}

.feature h4 {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.feature p {
    color: #6B7280;
    font-size: 16px;
    margin: 5px 0px;
}

/* car type */
.car-type {
    text-align: center;
    padding: 60px;
    padding-top: 10px;
}

.car-type h2 {
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 53px;
    line-height: 70px;
}

.car-type h2 span {
    color: #FF3600;
}

.car-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.car-card {
    background: #F9F9F9;
    border: 1px solid #00000000;
    padding: 25px;
    border-radius: 20px;
    transition: 0.3s;
}

.car-card img {
    width: 90px;
    margin-bottom: 10px;
}

.car-card h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin: 6px 0px;
}

.car-card p {
    color: #6B7280;
    font-size: 15px;
}

.car-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* cars home */
.cars {
    padding: 60px;
    padding-top: 23px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-header h2 span {
    color: #FF3600;
}

.view-btn {
    background: #F4511E;
    color: #fff;
    border: none;
    padding: 12px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 17px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
}

.car-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.car-item {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.car-item img {
    width: 100%;
}

.car-info {
    display: flex;
    font-size: 12px;
    margin: 12px 0;
    gap: 20px;
    white-space: nowrap;
    color: #6B7280;
}

.car-info span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: #6B7280;
}

.car-info span img {
    width: 20px;
}

.car-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
    margin-top: 12px;
}

.car-item h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin: 10px 0px;
}

.car-bottom p {
    color: #6B7280;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

.car-bottom p strong {
    color: #FF3600;
    font-size: 17px;
}

.car-bottom a {
    background: #F4511E;
    color: #fff;
    border: none;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 12px;
}

.section_header_left h2 {
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 53px;
    line-height: 70px;
}

.values {
    text-align: center;
    padding: 60px 60px 100px 60px;
    background: #f9f9f9;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.value {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
}

.mains_process {
    font-weight: 600;
    font-family: Poppins, sans-serif;
    font-size: 53px;
    line-height: 70px;
    margin-bottom: 20px;
}

.plansa {
    background: none;
    padding: 0;
    font-size: 20px;
}

.value h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin: 10px 0px;
}

.value img {
    width: 75px;
    height: 75px;
}

.value p {
    color: #6B7280;
    font-size: 15px;
    margin: 5px 0px 10px 0px;
}

.blog {
    padding: 60px;
    text-align: center;
}

.blog h2 span {
    color: #FF3600;
}

.blog-grid {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

/* LEFT */
.blog-left {
    flex: 2;
    position: relative;
    border: 1px solid #F3F4F6;
    background: #F5F5F5;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}

.blog-left img {
    width: 100%;
}

.blog-content {
    background-color: #F5F5F5;
    border: 1px solid #F3F4F6;
}

.blog-content small {
    color: #6B7280;
    font-size: 14px;
}

.blog-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 8px 0px;
}

.blog-content {
    padding: 15px;
    text-align: left;
}

.blog-arrow {
    position: absolute;
    right: 25px;
    bottom: 35px;
    background: #FF3600;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* RIGHT */
.blog-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-small {
    display: flex;
    gap: 15px;
    background: #F5F5F5;
    padding: 15px;
    border-radius: 15px;
    align-items: center;
}

.blog-small img {
    width: 100px;
    border-radius: 10px;
}

.arrow {
    margin-left: auto;
    background: #FF3600;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

/* IMAGE WRAPPER */
.blog-img {
    position: relative;
}

/* IMAGE */
.blog-img img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

/* SMALL CARD ICON */
.blog-small .arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    background: #FF3600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
}

.conty {
    display: flex;
    flex-direction: column;
    text-align: start;
}

.mmm_updates {
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 53px;
    line-height: 70px;
}

/* process */
.process {
    text-align: center;
    padding: 80px 60px;
    width: 98%;
    margin: 0 auto;
}

.process h2 span {
    color: #FF3600;
}

.process-grid {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.step {
    position: relative;
    flex: 1;
}

.step img {
    width: 100%;
    border-radius: 15px;
}


.step h4 {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}

/* cta section */
.cta {
    padding: 60px;
    width: 90%;
    margin: 0 auto;
}

.cta-content {
    background: #FF4D1C;
    border-radius: 25px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.cta-btn {
    background: #ff7a4d;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    box-shadow: 0px 2px 2px 0px #00000026;
    border: 1px solid #FFFFFF33;
}

.cta-content h2 {
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 35px;
    line-height: 70px;
}

.footer {
    background: #323232;
    padding: 70px 60px 30px;
}

/* GRID */
.footer-container {
    display: grid;
    grid-template-columns: 1fr 0.6fr 0.6fr 1.5fr;
    gap: 50px;
}

/* LOGO */
.logo-col img {
    width: 160px;
    margin-bottom: 15px;
}

.logo-col p {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 20px;
}

/* SUBSCRIBE */
.subscribe {
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}

.subscribe input {
    flex: 1;
    border: none;
    padding: 15px 20px;
    outline: none;
}

.subscribe button {
    background: #FF3600;
    border: none;
    padding: 0 18px;
    color: #fff;
    cursor: pointer;
}

/* LINKS */
.footer-col h4 {
    margin-bottom: 15px;
    color: #FFFFFF;
    padding: 20px 0px;
}

.footer-col a {
    display: block;
    color: #FFFFFF;
    margin-bottom: 12px;
    text-decoration: none;
    font-size: 16px;
}

.footer-col a:hover {
    color: #FF3600;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0px;
    border-radius: 12px;
}

.contact-box i {
    width: 40px;
    height: 40px;
    background: #FF3600;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
}

.contact-box span {
    font-size: 14px;
    color: #FFFFFFFF;
    font-weight: 600;
}

/* BOTTOM */
.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: #FFFFFF;
    font-size: 14px;
}

/* SOCIAL */
.socials i {
    margin-left: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.socials {
    display: flex;
    align-items: center;
}

.socials i:hover {
    background: #FF3600;
    color: #fff;
}

/* CONTACT COLUMN */
.contact-col {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.pfooters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contact-box img {
    width: 40px;
    height: 40px;
}

.sort_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort_box label {
    font-size: 17px;
    color: #151515;
}

/* HERO */
.about-hero {
    position: relative;
    height: 300px;
    background: url('../images/hbn.png') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.about-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    text-align: center;
}

.hero-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin: 10px 0px;
}

.hero-content p {
    font-size: 16px;
    margin-top: 10px;
    max-width: 500px;
    color: #D1D5DB;
}

/* BREADCRUMB */
.breadcrumb {
    padding: 15px 60px;
    font-size: 18px;
    color: #6B7280;
}

.breadcrumb a:hover {
    color: #FF3600;
}

/* MAIN */
.about-main {
    display: flex;
    gap: 50px;
    padding: 60px;
    align-items: center;
}

.about-left {
    position: relative;
    width: 42%;
}

.about-left img {
    width: 100%;
    border-radius: 15px;
}

.about-right {
    max-width: 700px;
    width: 58%;
}

.about-right p {
    color: #6B7280;
    font-size: 16px;
    margin: 10px 0px;
    line-height: 28px;
}

/* STATS */
.stats {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.stats h3 {
    color: #F4511E;
    font-size: 30px;
    font-weight: 700;
}

.breadcrumb a {
    color: #777;
    text-decoration: none;
}

.class_heads {
    font-weight: 700 !important;
    font-family: Poppins, sans-serif;
    font-size: 40px !important;
    line-height: 70px !important;
}

.stats span {
    font-size: 16px;
    color: #6B7280;

}

.cars-page {
    padding: 40px 60px;
    background: #f6f7fb;
}

.cars-container {
    display: flex;
    gap: 30px;
}

/* FILTER BOX */
.filter-box {
    width: 320px;
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: fit-content;
}

.card_lisyts {
    background-color: #F5F6FA;
    margin-bottom: 0px !important;
}
.input-box input{
    padding-left: 40px !important;
}
.cars-top p {
    color: #6B7280;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

/* HEADER */
.filter-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.filter-header i {
    color: #FF3600;
    font-size: 20px;
}

.filter-header h4 {
    font-size: 20px;
}

/* GROUP */
.filter-group {
    margin-bottom: 25px;
}

.filter-group h5 {
    margin-bottom: 10px;
    font-size: 16px;
}

/* SEARCH */
.search-box {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 12px;
    gap: 10px;
}

.search-box input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
}

/* CHECKBOX */
.check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
}

.check input {
    display: none;
}

.custom {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 6px;
    position: relative;
}

/* ACTIVE CHECK */
.check input:checked+.custom {
    background: #FF3600;
    border-color: #FF3600;
}

.check input:checked+.custom::after {
    content: "✔";
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -2px;
    left: 2px;
}

/* PRICE */
.price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-header span {
    color: #FF3600;
    font-weight: 600;
}

.price-value {
    margin: 10px 0;
    font-size: 28px;
}

/* RANGE */
input[type="range"] {
    width: 100%;
    accent-color: #FF3600;
}

.price-range {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/* RESET */
.reset {
    width: 100%;
    padding: 12px;
    border: none;
    background: #f5f5f5;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 18px;
    cursor: pointer;
}

.lists_cars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* RIGHT */
.cars-content {
    flex: 1;
}

/* TOP BAR */
.cars-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.cars-top select {
    border: none;
    outline: none;
    background: #f5f5f5;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #6B7280;
}

/* PAGINATION */
.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: end;
    gap: 10px;
}

.pagination span,
.pagination button {
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.pagination .active {
    background: #FF3600;
    color: #fff;
}

/* car details */
.car-details {
    padding: 30px 60px 80px 60px;
    background: #f6f7fb;
}

.details-container {
    display: flex;
    gap: 30px;
}

/* LEFT */
.details-left {
    flex: 2;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 2px 2px 0px #00000026;
    height: fit-content;
}

.main-img img {
    width: 100%;
    border-radius: 10px;
    /* height: 430px; */
}

.thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.thumbs img {
    width: 180px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0px 2px 8px 0px #0000001A;
    padding: 10
    px;
}

.thumbs img:hover {
    border-color: #FF3600;
}

/* RIGHT */
.booking-box {
    flex: 1;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 2px 2px 0px #00000026;
    height: fit-content;
}

.booking-box h4 {
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 6px;
}

.booking-box h2 {
    font-size: 40px;
    font-weight: 700;
    color: #151515;
    margin-bottom: 10px;
}

.car-name {
    font-size: 20px;
    color: #767676;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 15px;
}

.booking-box span {
    font-size: 18px;
    color: #777777;
}

.mains_pp {
    margin-top: 5px;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.input-box input {
    width: 100%;
    padding: 15px 12px 15px 40px;
    margin: 8px 0;
    color: #333;
    font-size: 13px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
}
.input-box input::placeholder {
    color: #CCCCCC;
}

.picka {
    font-size: 20px;
    margin-top: 10px 0px;
    color: #1B2141;
}

.date-row {
    display: flex;
    gap: 10px;
}

.book-btn {
    background: #F4511E;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
}

.secure {
    margin-top: 10px;
    color: #28a745;
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* INFO */
.details-info {
    background: #fff;
    margin-top: 30px;
    padding: 25px;
    box-shadow: 0px 2px 2px 0px #00000026;
    border-radius: 20px;
    width: 65%;
}

.tag {
    color: #FF3600;
    font-size: 14px;
}

.details-info h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0px;
}

.details-info h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 12px 0px;
}

.details-info p {
    color: #6B7280;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 28px;
}

/* GRID */
.features_det {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0px;
}

/* ITEM */
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ICON */
.feature-item img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

/* TEXT */
.feature-item span {
    font-size: 14px;
    color: #6B7280;
    display: block;
}

.feature-item p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #151515;
}

/* INPUT WRAPPER */
.input-box {
    position: relative;
}

/* ICON */
.input-box img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    opacity: 0.6;
}

.miins {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 10px;
    text-align: start;
}

/* FORM GROUP */
.form-group {
    margin-bottom: 10px;
    width: 100%;
}

/* LABEL */
.form-group label {
    display: block;
    font-size: 15px;
    color: #151515;
    margin-bottom: 5px;
    font-weight: 500;
}

.date-row .form-group {
    flex: 1;
}

/* CHECKBOX WRAPPER */
.check-wrap {
    display: flex !important;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

/* HIDE DEFAULT */
.check-wrap input {
    display: none;
}

/* CUSTOM BOX */
.custom-check {
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    border-radius: 5px;
    position: relative;
    margin-top: 3px;
}

/* ACTIVE */
.check-wrap input:checked+.custom-check {
    background: #FF3600;
    border-color: #FF3600;
}

.check-wrap input:checked+.custom-check::after {
    content: "✔";
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -1px;
    left: 4px;
}

/* TEXT */
.check-text {
    font-size: 16px;
    font-weight: 500;
}

.check-text small {
    display: block;
    font-size: 14px;
    color: #6B7280;
    font-weight: 400;
}

.details_tag {
    color: #FF3600;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 22px;
    margin-bottom: 0px !important;
}

.reviews_d {
    font-size: 17px;
    color: #9CA3AF;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews_d p {
    color: #151515 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    margin-bottom: 0px !important;
}

.info_lefts {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 15px;
}

.included {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.included span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6B7280;
    font-size: 18px;
}

/* GREEN TICK */
.included i {
    color: #28a745;
    font-size: 18px;
}

/* booking success page */
.confirm-booking {
    display: flex;
    justify-content: center;
    padding: 60px;
    background-color: #F5F6FA;
}

/* BOX */
.confirm-box {
    width: 700px;
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* ICON */
.confirm-icon {
    width: 100px;
    height: 100px;
    background: #e6f7ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.confirm-icon i {
    font-size: 40px;
    color: #28a745;
}

/* TEXT */
.confirm-box h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.confirm-text {
    color: #6B7280;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 400px;
    margin: 0px auto 30px;
}

/* CARD */
.confirm-card {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
    text-align: left;
}

/* TOP */
.confirm-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.confirm-top span {
    font-size: 15px;
    color: #6B7280;
}

.confirm-top h4 {
    margin-top: 6px;
    font-size: 20px;
}

.confirm-price h4 {
    color: #FF3600;
    font-size: 22px;
}

/* CAR */
.confirm-car {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.confirm-car img {
    width: 120px;
}

.confirm-car h5 {
    font-size: 21px;
    font-weight: 600;
}

.confirm-car p {
    font-size: 15px;
    color: #6B7280;
}

.info-item img {
    width: 25px;
    height: 25px;
    margin-top: 4px;
}

/* INFO */
.confirm-info {
    display: flex;
    justify-content: space-between;
}

.info-item {
    display: flex;
    gap: 10px;
    align-items: start;
}

.info-item i {
    color: #FF3600;
    margin-top: 3px;
}

.info-item span {
    font-size: 14px;
    color: #6B7280;
}

.info-item p {
    font-size: 15px;
    margin-top: 5px;
}

/* BUTTONS */
.confirm-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 40px auto;
    margin-bottom: 0px !important;
    align-items: center;
}

.confirm-actions a {
    text-decoration: none;
    color: #1B2141;
    font-size: 16px;
    font-weight: 500;
}

.confirm-actions button {
    background: #FF3600;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 54, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ====== DASHBOARD ====== */
.profile-page {
    padding: 40px 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff5f2 100%);
    min-height: calc(100vh - 80px);
}

.profile-container {
    display: flex;
    gap: 24px;
    max-width: 95%;
    margin: 0 auto;
}

/* SIDEBAR */
.profile-sidebar {
    width: 260px;
    flex-shrink: 0;
    background: #fff;
    padding: 0;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    height: fit-content;
    overflow: hidden;
}

.sidebar-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px 20px;
    background: linear-gradient(135deg, #FF3600 0%, #ff7c5c 100%);
    border-radius: 10px !important;
}

.sidebar-avatar {
    width: 72px;
    height: 72px;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    border: 3px solid rgba(255,255,255,0.4);
}

.sidebar-user h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px;
}

.sidebar-user p {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.sidebar-menu {
    padding: 12px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    cursor: pointer;
    color: #6B7280;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.menu:hover {
    background: #fff5f2;
    color: #FF3600;
    border-left-color: #ffcfc3;
}

.menu.active {
    background: #fff5f2;
    color: #FF3600;
    border-left-color: #FF3600;
    font-weight: 600;
}

.menu i {
    width: 18px;
    font-size: 15px;
    text-align: center;
    flex-shrink: 0;
}

.logout {
    color: #ef4444;
    margin-top: 8px;
    border-top: 1px solid #f5f5f5;
    padding-top: 12px;
}

.logout:hover {
    background: #fff5f5;
    color: #dc2626;
    border-left-color: #fca5a5;
}

/* CONTENT */
.profile-content {
    flex: 1;
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

/* PROFILE HEADER CARD */
.profile-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: linear-gradient(135deg, #fff8f6, #ffe9e3);
    border-radius: 12px;
    margin-bottom: 28px;
    border: 1px solid #ffd4c7;
}

.avatar {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #FF3600, #ff7c5c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 14px rgba(255, 54, 0, 0.35);
    flex-shrink: 0;
}

.profile-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.profile-header p {
    font-size: 13px;
    color: #9ca3af;
    margin: 0;
}

/* TITLE */
.section-title {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f4f6;
}

/* FORM GRID */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.form-group.full {
    grid-column: 1 / 3;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 11px 14px;
    border-radius: 10px;
    border: 1.5px solid #e5e7eb;
    font-size: 15px;
    color: #1a1a1a;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #FF3600;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 54, 0, 0.08);
}

/* PHONE */
.phone-field {
    position: relative;
}

.phone-field input {
    width: 100%;
}

.verified {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #e6f7ee;
    color: #28a745;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.save-btn {
    background: linear-gradient(135deg, #FF3600, #ff5c2b);
    color: #fff;
    border: none;
    padding: 13px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(255, 54, 0, 0.35);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.booking-history-container {
    display: flex;
    gap: 25px;
}

.booking-history-sidebar {
    width: 240px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.booking-history-menu {
    display: flex;
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #555;
    margin-bottom: 10px;
}

.booking-history-menu.active {
    background: #ffe9e3;
    color: #FF3600;
}

.booking-history-menu.logout {
    color: red;
}

.booking-history-content {
    flex: 1;
}

.booking-history-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 12px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.booking-history-header h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}

.booking-history-tabs button {
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #00000026;
    margin-left: 5px;
    cursor: pointer;
}

.booking-history-tabs .active {
    background: #F4511E;
    box-shadow: 0px 1px 2px 0px #00000026;
    color: #fff;
}

.booking-history-tabs {
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 10px;
}

.booking-history-count {
    margin: 15px 5px;
    color: #6B7280;
    font-size: 17px;
}

.booking-history-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.booking-history-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.booking-history-card img {
    width: 150px;
    border-radius: 10px;
}

.booking-history-info {
    flex: 1;
    margin-left: 20px;
}

.booking-history-top {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.booking-history-status {
    background: #DBEAFE;
    color: #1D4ED8;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

.booking-history-top small {
    color: #9CA3AF;
    font-size: 14px;
}

.booking-history-info h4 {
    margin: 10px 0px;
    font-size: 20px;
    font-weight: 600;
}

.booking-history-meta {
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #6B7280;
}

.booking-history-price {
    text-align: right;
}

.booking-history-price h3 {
    color: #F4511E;
    font-weight: 600;
    font-size: 24px;
}

.booking-history-price p {
    font-size: 15px;
    color: #6B7280;
}

.booking-history-pagination {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.booking-history-pagination span,
.booking-history-pagination button {
    padding: 8px 12px;
    border-radius: 8px;
    background: #eee;
    border: none;
}

.booking-history-pagination .active {
    background: #FF3600;
    color: #fff;
}

.booking-history-container {
    display: flex;
    gap: 25px;
    width: 100%;
    margin: 0px auto;
    padding: 50px 60px;
    background-color: #F5F6FA;
}

.booking-details-page {
    padding: 40px 60px;
    background-color: #F5F6FA;
}

.bd-breadcrumb {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.bd-back {
    background: #E6E6E6;
    color: #151515;
    border: none;
    padding: 12px 18px;
    border-radius: 8px;
    margin-bottom: 20px !important;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

/* LAYOUT */
.bd-container {
    display: flex;
    gap: 25px;
}

.bd-left {
    flex: 2;
}

.bd-right {
    width: 380px;
}

.bd-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px 0px #00000026;
}

.bd-card h4, .bd-summary h4 {
    margin-bottom: 15px;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    gap: 10px;
    align-items: center;
}

.bd-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bd-card h4 img {
    width: 25px;
}

.bd-edit {
    font-size: 14px;
    color: #FF3600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bd-card input,
.bd-card textarea {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.radio-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: fit-content;
}

.radio-wrap input {
    width: auto;
    margin-right: 5px;
}


.bd-card label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.bd-row {
    display: flex;
    gap: 15px;
}

.bd-row div {
    flex: 1;
}

textarea {
    height: 80px;
    resize: none;
}

.bd-payment {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fbeee9;
    padding: 15px;
    border-radius: 10px;
}

.bd-payment small {
    margin-left: auto;
    color: #777;
}

/* RIGHT */
.bd-summary {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 2px 2px 0px #00000026;
}

.bd-car {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    margin-bottom: 25px;
}

.pricesss {
    color: #1B2141 !important;
}

.bd-car img {
    width: 150px;
    border-radius: 10px;
}

.bd-summary h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.bd-summary small {
    color: #6B7280;
    font-size: 15px;
}

.bd-summary p {
    font-size: 17px;
    color: #6B7280;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px !important;
}

.bd-price-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.bd-price-row span {
    color: #6B7280;
    font-size: 18px;
    font-weight: 500;
}

.bd-total {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-top: 10px;
}

.bd-total span:first-child {
    color: #151515;
    font-size: 18px;
    font-size: 20px !important;
}

.bd-total span:last-child {
    color: #F4511E;
    font-weight: 600;
    font-size: 20px !important;
}

.bd-btn {
    background: #F4511E;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
}

.bd-secure {
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}

.mainms_bs {
    margin-bottom: 25px;
}
.pagination-wrapper {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}
.pagination-wrapper .pagination{
    display: flex;
    gap: 10px;
}

.pagination a {
    background: #FF3600;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
}