/* Base Styles & Variables */
:root {
    --primary-color: #003e82;
    --secondary-color: #007bff;
    --light-gray: #f8f9fa;
    --dark-gray: #333;
    --white: #ffffff;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --box-shadow: 0 10px 30px rgba(0, 62, 130, 0.1);
    --box-shadow-hover: 0 20px 40px rgba(0, 62, 130, 0.15);
    --border-radius: 15px;
    --border-radius-large: 25px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: var(--white);
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: var(--transition);
}

ul {
    list-style: none;
}

.btn {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    border: 2px solid transparent;
}

.btn-primary {
    background-color: var(--primary-color);
    color: white !important;
    padding-left: 40px;
    padding-right: 40px;
}

.btn-primary:hover {
    background-color: #002b5a;
    transform: translateY(-3px);
    box-shadow: var(--box-shadow);
}

.btn-outline {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

.btn-outline:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: var(--box-shadow);
}

.btn-large {
    padding: 15px 40px;
    font-size: 1.1rem;
    position: relative;
    overflow: visible;
    background: none;
    border: none;
    color: var(--text-color);
    cursor: pointer;
    font-weight: 600;
}

/* Hemen Başvur Button with Circle */
.hemen-basvur-btn {
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hemen-basvur-btn .btn-circle {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.hemen-basvur-btn .btn-text {
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.hemen-basvur-btn:hover .btn-circle {
    opacity: 0.4;
    transform: scale(1.1);
}

.hero .btn-large {
    background-color: #ffffff;
    color: rgb(51, 25, 25);
    border: none;
}

.hero .btn-large:hover {
    background-color: #003D84;
    transform: translateY(-3px);
    box-shadow: var(--box-shadow);
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 20px;
    letter-spacing: -0.5px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

/* Header & Navigation */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 0;
    transition: var(--transition);
    height: 70px;
    display: flex;
    align-items: center;
}

.header.scrolled {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.navbar {
    display: flex;
    justify-content: space-between; /* logo solda, linkler sağda */
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    min-height: 60px;
}

/* Logo Styles */
.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
}

.logo-link {
    display: flex !important;
    align-items: center;
    text-decoration: none;
    gap: 12px;
    height: 100%;
    padding: 0;
}

.logo-img {
    height: 45px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
}

.logo-text {
    color: var(--primary-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    transition: var(--transition);
    line-height: 1;
    vertical-align: middle;
}

/* Hover effect */
.logo-link:hover .logo-text {
    color: #002b5a; /* Slightly darker shade for hover */
}

/* Logo size for mobile devices */
@media (max-width: 768px) {
    .logo-img {
        height: 40px; /* Slightly smaller on mobile */
    }
    .logo-text {
        font-size: 1.2rem; /* Smaller text on mobile */
    }
}

/* For very small screens */
@media (max-width: 480px) {
    .logo-text {
        display: none; /* Hide text on very small screens */
    }
    .logo-img {
        height: 35px;
    }
}

.nav-links {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-left: auto;  /* linkleri sağa iter */
    padding-right: 0;
}

.nav-links li {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-links a {
    font-weight: 500;
    color: var(--dark-gray);
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 12px 18px;
    white-space: nowrap;
    transition: var(--transition);
    border-radius: 6px;
}

.nav-links a:hover {
    background-color: rgba(0, 62, 130, 0.05);
    color: var(--primary-color);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

.nav-links a.active {
    color: var(--primary-color);
    font-weight: 600;
}

.nav-links .btn {
    margin-left: 10px;
    padding: 8px 20px;
    font-size: 0.9rem;
    white-space: nowrap;
    border-radius: 25px;
    transition: var(--transition);
}

.nav-links .btn::after {
    display: none; /* Remove underline effect for buttons */
}

.nav-links .btn-primary {
    background-color: var(--primary-color);
    color: white !important;
    border: 2px solid var(--primary-color);
}

.nav-links .btn-primary:hover {
    background-color: #002b5a;
    border-color: #002b5a;
    transform: translateY(-2px);
}

.nav-links .btn-secondary {
    background-color: var(--secondary-color);
    color: white !important;
    border: 2px solid var(--secondary-color);
}

.nav-links .btn-secondary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 3px 0;
    transition: var(--transition);
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                url('https://images.unsplash.com/photo-1564013799919-ab600027ffc6?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 140px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 450px;
}

.hero-box:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 1);
}

.hero-box h2 {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.hero-box h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.hero-list {
    list-style: none;
    margin-bottom: 35px;
    text-align: left;
}

.hero-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    padding: 5px 0;
}

.hero-list li i {
    color: var(--secondary-color);
    margin-right: 15px;
    font-size: 1rem;
    width: 18px;
    text-align: center;
}

.btn-box {
    background: linear-gradient(135deg, #001a3d, #0056b3);
    color: white !important;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 62, 130, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

.btn-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 62, 130, 0.4);
    background: linear-gradient(135deg, #001a3d, #0056b3);
}

/* Responsive Design for Hero Boxes */
@media (max-width: 768px) {
    .hero {
        padding: 120px 0;
        min-height: auto;
        background-attachment: scroll;
    }
    
    .hero-boxes {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 15px;
    }
    
    .hero-box {
        padding: 40px 30px;
        min-height: auto;
    }
    
    .hero-box h2 {
        font-size: 1.7rem;
        margin-bottom: 25px;
    }
    
    .hero-list li {
        font-size: 0.95rem;
        margin-bottom: 12px;
    }
    
    .btn-box {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-box {
        padding: 30px 25px;
    }
    
    .hero-box h2 {
        font-size: 1.5rem;
    }
    
    .hero-list li {
        font-size: 0.9rem;
    }
}

/* How It Works Section */
.how-it-works {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.how-it-works::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23000" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23000" opacity="0.02"/><circle cx="50" cy="10" r="1" fill="%23000" opacity="0.02"/><circle cx="10" cy="60" r="1" fill="%23000" opacity="0.02"/><circle cx="90" cy="40" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.step {
    background: var(--white);
    padding: 50px 35px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 62, 130, 0.1);
    position: relative;
    overflow: hidden;
}

.step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.step:hover::before {
    transform: scaleX(1);
}

.step:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 62, 130, 0.15);
    border-color: var(--primary-color);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    font-size: 2rem;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0, 62, 130, 0.3);
}

.step-number::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    animation: pulse 3s infinite;
    z-index: -1;
    opacity: 0.6;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.step h3 {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 600;
}

.step p {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
}

/* Stats Section */
.stats {
    padding: 80px 0;
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
}

.stats .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.stat-item h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: var(--white);
}

.stat-item p {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Promotion Section */
.promotion {
    padding: 100px 0;
    background-color: var(--white);
}

.promotion .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.promotion-content h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.promotion-content p {
    margin-bottom: 25px;
    font-size: 1.1rem;
    color: #555;
}

.promotion-content ul {
    margin-bottom: 30px;
}

.promotion-content ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.promotion-content ul li i {
    color: var(--secondary-color);
    margin-right: 10px;
    margin-top: 5px;
}

.promotion-image {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

.promotion-image img {
    width: 100%;
    height: auto;
    transition: var(--transition);
}

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

/* Testimonials Section */
.testimonials {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 62, 130, 0.05) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
    50% { transform: translate(-50%, -50%) rotate(180deg); }
}

.testimonial-slider {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.testimonial {
    background: var(--white);
    padding: 60px 50px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 62, 130, 0.1);
    position: relative;
    border: 1px solid rgba(0, 62, 130, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 62, 130, 0.15);
}

.testimonial::before {
    content: '\201C';
    font-family: Georgia, serif;
    font-size: 120px;
    color: var(--primary-color);
    opacity: 0.15;
    position: absolute;
    top: 15px;
    left: 30px;
    line-height: 1;
    z-index: 1;
}

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

.testimonial p {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 30px;
    color: #555;
    line-height: 1.8;
    font-weight: 400;
}

.testimonial-author h4 {
    color: var(--primary-color);
    margin-bottom: 8px;
    font-size: 1.1rem;
    font-weight: 600;
}

.testimonial-author span {
    color: #777;
    font-size: 0.95rem;
    opacity: 0.8;
}

/* CTA Section */
.cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-color), #0056b3);
    color: var(--white);
    text-align: center;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Footer */
.footer {
    background-color: #1a1a1a;
    color: #bbb;
    padding: 80px 0 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.footer-about h3 {
    color: var(--white);
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.footer-about p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white);
    transition: var(--transition);
}

.social-links a:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.footer-links h4,
.footer-contact h4 {
    color: var(--white);
    font-size: 1.3rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-links h4::after,
.footer-contact h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #bbb;
    transition: var(--transition);
}

.footer-links ul li a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-contact p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-contact i {
    margin-right: 10px;
    color: var(--primary-color);
    width: 20px;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

.footer-legal {
    margin-top: 15px;
}

.footer-legal a {
    color: #bbb;
    margin: 0 10px;
    font-size: 0.9rem;
    transition: var(--transition);
}

.footer-legal a:hover {
    color: var(--white);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .nav-links {
        gap: 20px;
    }
    
    .nav-links .btn {
        padding: 6px 15px;
        font-size: 0.85rem;
    }
    
    .promotion .container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .promotion-image {
        order: -1;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .promotion-content ul {
        text-align: left;
        max-width: 600px;
        margin: 0 auto 30px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 10px 10px;
        padding: 20px 0;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    
    .nav-links a {
        padding: 15px 20px;
        width: 100%;
        justify-content: center;
    }
    
    .nav-links .btn {
        margin: 10px 20px;
        padding: 10px 25px;
        border-radius: 25px;
    }
    
    .hamburger {
        display: flex;
    }
    
    .navbar {
        position: relative;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero p {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .btn {
        padding: 10px 25px;
    }
    
    .btn-large {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .testimonial {
        padding: 30px 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-links ul,
    .footer-contact p {
        justify-content: center;
    }
    
    .footer-legal {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-legal a {
        margin: 0;
        display: block;
    }
}

/* Rental Search Section */
.rental-search {
    position: relative;
    padding: 120px 0;
    background-image: linear-gradient(rgba(0, 62, 130, 0.8), rgba(0, 62, 130, 0.8)), url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    text-align: center;
    overflow: hidden;
}

.rental-search-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 62, 130, 0.9) 0%, rgba(0, 123, 255, 0.8) 100%);
    z-index: 1;
}

.rental-search .container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.rental-search-content {
    text-align: center;
}

.rental-search-content h2 {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out;
}

.rental-search-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 40px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1s ease-out 0.2s both;
}

.rental-features {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
    animation: fadeInUp 1s ease-out 0.4s both;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 30px 25px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 180px;
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-item:hover::before {
    opacity: 1;
}

.feature-item:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.feature-item i {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 2;
}

.feature-item span {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.btn-rental {
    background: linear-gradient(135deg, var(--secondary-color), #ffc107);
    color: white !important;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.btn-rental:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.6);
    background: linear-gradient(135deg, #e0a800, #ffb300);
    color: white !important;
}

.btn-rental i {
    font-size: 1.1rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    
    .steps {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }
    
    .step {
        padding: 40px 25px;
    }
    
    .step-number {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .testimonial {
        padding: 40px 30px;
        margin: 0 15px;
    }
    
    .testimonial::before {
        font-size: 80px;
        top: 10px;
        left: 20px;
    }
    
    .rental-search {
        padding: 80px 0;
        background-attachment: scroll;
    }
    
    .rental-search-content h2 {
        font-size: 2.2rem;
    }
    
    .rental-search-content p {
        font-size: 1.1rem;
    }
    
    .rental-features {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .feature-item {
        flex-direction: row;
        width: 100%;
        max-width: 300px;
        padding: 20px 25px;
        gap: 15px;
    }
    
    .feature-item i {
        font-size: 2rem;
        margin-bottom: 0;
    }
    
    .btn-rental {
        padding: 15px 30px;
        font-size: 1rem;
    }
}
