/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        SUGIH PERMANA SEJATI
    Version:        1.0
    Author:         PT ANDI KARYA UTAMA
    Last change:    10/12/2023
    Primary use:    Properti, Consultant, Develover, Portfolio, Personal
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + Navbar
 + Hero
 + Layanan
 + Project
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/

/*=======================================================
      THEME STYLING START
========================================================*/
:root {
    --pr-color: #5646e6;
    --primary-color: #645bff;
    --secondary-color: #fff;
    --hover-color: #111;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    --accent-color: #007bff;
    --text-light: #6c757d;
    --border-color: #e9ecef;
}

* {
    margin: 0px;
    padding: 0px;
    z-index: 2;
    text-decoration: none;
    transition: all 0.2s linear;
    text-transform: capitalize;
}
body {
    background: #f1f1f1;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

/* Navbar Style */

.navbar {
    z-index: 3;
    background-color: #ffffff;
}

.nav-link {
    font-size: 14px;
}
.nav-link.active {
    font-weight: 700;
}

/* Hero Section */
.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 36px;
    margin-bottom: 8px;
    color: #222;
    letter-spacing: -0.03em;
}
.promo-link {
    color: #ff2d55;
    font-weight: 500;
    transition: text-decoration 0.2s;
    text-decoration: none;
}
.promo-link:hover {
    text-decoration: underline;
}
.review-link {
    color: #1c8cff;
    font-weight: 500;
    transition: text-decoration 0.2s;
    text-decoration: none;
    margin-right: 12px;
}
.review-link:hover {
    text-decoration: underline;
}
.see-all-link {
    color: #1c8cff;
    font-weight: 500;
    font-size: 0.99rem;
    text-decoration: none;
    float: right;
    margin-top: 6px;
}
.see-all-link:hover {
    text-decoration: underline;
}
.car-card {
    border-radius: 18px;
    box-shadow: 0 2px 15px 0 rgba(56, 65, 86, 0.08);
    border: none;
    margin-right: 20px;
    transition: box-shadow 0.2s;
    height: 100%;
    overflow: hidden;
}
.car-card:hover {
    box-shadow: 0 6px 24px 0 rgba(28, 140, 255, 0.08);
}
.car-card-img-top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    object-fit: cover;
    width: 100%;
    height: 136px;
    background: #f0f0f0;
}
.car-card-body {
    padding: 1.05rem 1.25rem 1.2rem 1.25rem;
}
.car-badge {
    position: absolute;
    left: 16px;
    top: 14px;
    z-index: 10;
    background: #18e57e;
    color: #fff;
    border-radius: 10px;
    padding: 2px 10px 2px 7px;
    font-size: 0.82rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.car-badge i {
    font-size: 0.82rem;
    margin-right: 2px;
}
.price-title {
    font-size: 1.11rem;
    font-weight: 700;
}
.ic-info {
    color: #8dc7ec;
    font-size: 1em;
    margin-left: 4px;
    cursor: pointer;
    vertical-align: text-top;
}
.star-icon {
    color: #fbbc04;
    font-size: 1.13em;
    margin-right: 3px;
    vertical-align: middle;
}
.slide-arrow {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(56, 65, 86, 0.17);
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 42%;
    right: -22px;
    z-index: 99;
    cursor: pointer;
    transition: box-shadow 0.2s;
    border: none;
}
.slide-arrow:active {
    box-shadow: 0 1px 7px 0 rgba(56, 65, 86, 0.09);
}
@media (max-width: 1300px) {
    .car-card {
        margin-right: 5px;
    }
}
@media (max-width: 992px) {
    .slide-arrow {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .car-card-img-top {
        height: 120px;
    }
}
@media (max-width: 575px) {
    .car-card-body {
        padding: 0.85rem 0.88rem 1.1rem 0.88rem;
    }
    .car-card-img-top {
        height: 100px;
    }
}
.custom-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #d4dbe2 #f9fafb;
}
.custom-row::-webkit-scrollbar {
    height: 8px;
    background: #f9fafb;
}
.custom-row::-webkit-scrollbar-thumb {
    background: #d4dbe2;
    border-radius: 10px;
}
/* Copyright */

.copyright {
    background: linear-gradient(160deg, var(--pr-color), #000);
    color: #fff;
}

/* Loader */
.container-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.container-loader .spinner-border {
    width: 50px;
    height: 50px;
}

.container-loader.loader-active {
    display: none;
}

/* CSS2 */
.btn-custom {
    background: var(--primary-color);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.btn-custom:hover {
    background: var(--accent-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.btn-outline-custom {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 10px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    background: transparent;
}

.btn-outline-custom:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}
/* Services Section */
.service-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: none;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

/* Statistics */
.stats-section {
    background: var(--primary-color);
    color: white;
    padding: 4rem 0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--secondary-color);
}
@media (max-width: 576px) {
    .stat-number {
        font-size: 2rem;
    }
}
/* Section Spacing */
.section-padding {
    padding: 5rem 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--primary-color);
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
/* Loading Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}
