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

html {
  /* font-size: 16px; */
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  color: var(--gray-900);
  background: var(--gray-100);
  line-height: 1.6;
  overflow-x: hidden;
}

::selection {
  /* background: rgb(1, 45, 126) !important;
  color: var(--white) !important; */
}


/* Base Setting */
:root {
    --bd-primary: #e6b12e;     /* Gold/Yellow accent from reference */
    --bd-dark: #1a1a1a;        /* Dark background/text */
    --bd-light: #ffffff;
    --bd-font: 'Inter', system-ui, -apple-system, sans-serif;
    --bd-nav-height: 120px;
}

.dp{ padding-left: 15px; padding-right: 15px;}
.dpy{ padding-top: 80px; padding-bottom: 80px;}
.bd-container{ max-width: 1200px; margin-inline: auto;}

body{ background-color: #000; font-family: var(--bd-font); color: #fff;}

a{ color: inherit; text-decoration: none;}



/* Header Container */
.bd-header { position: absolute; /* Overlays the hero section */ top: 0; left: 0; width: 100%; z-index: 999; background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent); transition: all 0.3s ease; padding: 0; font-family: var(--bd-font);}
.bd-header.scrolled { position: fixed; background: rgba(22, 22, 22, 0.95); backdrop-filter: blur(10px); box-shadow: 0 4px 30px rgba(0,0,0,0.1);}
.bd-header .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; height: var(--bd-nav-height); display: flex; align-items: center; justify-content: space-between;}

/* Logo */
.bd-header .logo { flex-shrink: 0; padding-right: 40px;}
.bd-header .logo img { height: 50px; width: auto; object-fit: contain; display: block;}

/* Navigation Menu */
.bd-header .menu { flex-grow: 1;}
.bd-header .menu nav > ul { display: flex; gap: 30px; list-style: none; padding: 0; margin: 0;}
.bd-header .menu nav > ul > li { position: relative;}
.bd-header .menu nav > ul > li > a { color: var(--bd-light); text-decoration: none; font-size: 15px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; transition: color 0.3s; padding: 10px 0; display: block;}
.bd-header .menu nav > ul > li > a:hover,
.bd-header .menu nav > ul > li > a.active { color: var(--bd-primary);}

/* Dropdown Menu */
.bd-header .menu nav > ul > li ul { position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff; list-style: none; padding: 10px 0; margin: 0; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease;}
.bd-header .menu nav > ul > li:hover ul { opacity: 1; visibility: visible; transform: translateY(0);}
.bd-header .menu nav > ul > li ul li a { display: block; padding: 10px 20px; color: #333; text-decoration: none; font-size: 14px; transition: background 0.2s, color 0.2s;}
.bd-header .menu nav > ul > li ul li a:hover { background: #f5f5f5; color: var(--bd-primary);}

/* Actions (Right Side) */
.bd-header .actions { display: flex; align-items: center; gap: 20px;}

/* WhatsApp Button */
.bd-header .actions .whatsapp { display: flex; align-items: center; gap: 8px; color: var(--bd-light); text-decoration: none; font-weight: 600; font-size: 15px; background: rgba(255,255,255,0.1); padding: 8px 16px; border-radius: 50px; transition: background 0.3s;}
.bd-header .actions .whatsapp:hover { background: #25D366; color: #fff;}
.bd-header .actions .whatsapp i { font-size: 20px;}

/* Language Switcher */
.bd-header .langs-wrapper { position: relative; cursor: pointer;}
.bd-header .button.front, 
.bd-header .langs-wrapper .front { background: transparent; border: none; display: flex; align-items: center; gap: 6px; color: var(--bd-light); cursor: pointer; font-weight: 500; padding: 5px;}
.bd-header .langs-wrapper .back { position: absolute; top: 100%; right: 0; background: #fff; padding: 10px; border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.15); display: flex; flex-direction: column; gap: 5px; min-width: 120px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s;}
.bd-header .langs-wrapper:hover .back { opacity: 1; visibility: visible; transform: translateY(0);}
.bd-header .langs-wrapper button { background: transparent; border: none; display: flex; align-items: center; gap: 10px; padding: 8px; width: 100%; text-align: left; cursor: pointer; transition: background 0.2s; border-radius: 4px;}
.bd-header .langs-wrapper button:hover { background: #f5f5f5;}
.bd-header .langs-wrapper .front:hover span{ color: #000;}
.bd-header .langs-wrapper img { width: 20px; height: 15px; object-fit: cover; border-radius: 2px;}
.bd-header .langs-wrapper span { color: #333; font-size: 13px; font-weight: 600;}
.bd-header .langs-wrapper .front span { color: var(--bd-light);}

/* Mobile Toggle */
.bd-header .mobile-toggle { display: none; background: transparent; border: none; color: var(--bd-light); font-size: 28px; cursor: pointer; padding: 0;}


.bd-hero{ color: #fff; background-image: url(https://transferkibris.com.tr/wp-content/uploads/2025/11/kibris-transfer.webp); background-position: center; background-size: cover; background-repeat: no-repeat; position: relative;}
.bd-hero::before{ content: ''; display: inline-block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}
.bd-hero > div{ position: relative; z-index: 2; display: flex; flex-direction: column; padding: calc(var(--bd-nav-height) + 80px) 0 calc(120px); align-items: center; justify-content: center; text-align: center;}
.bd-hero > div > span{ font-size: 15px; font-weight: 500; background-color: rgba(255, 255, 255, .3); border-radius: 99px; padding: 5px 15px;}
.bd-hero > div > h1{ font-size: 42px; font-weight: 700; line-height: 1.4; margin-top: 20px;}
.bd-hero > div > h1 > span{ font-weight: 400;}


.flatpickr-current-month{ font-size: 14px;}
span.flatpickr-weekday,
.flatpickr-day{ font-size: 13px;}

.fa-location-dot::before{ content: '\f3c5';}
.fa-map-location-dot::before{ content: '\f5a0';}


.bd-tabs-wrapper{ --rounded: 40px; --space: 30px; margin-top: 50px; width: 100%;}
.bd-tabs-wrapper > .t{ display: flex; align-items: center; justify-content: space-between;}
.bd-tabs-wrapper > .t > div{ padding: 15px 30px calc(var(--rounded) + 15px); background: rgba(252, 170, 46, 0.15); width: fit-content; backdrop-filter: blur(10px); border-radius: var(--rounded) var(--rounded) 0 0; margin-bottom: calc(var(--rounded) * -1); display: flex; gap: 15px; max-width: 100%; overflow-x: auto;}
.bd-tabs-wrapper > .t > div > button{ color: #fff; background: transparent; border: none; outline: none; padding: 0; font-size: 15px; padding: 7px 20px; opacity: .5; font-weight: 500;}
.bd-tabs-wrapper > .t > div > button:hover{ opacity: .8;}
.bd-tabs-wrapper > .t > div > button.active{ opacity: 1;}
.bd-tabs-wrapper > .w{ position: relative; z-index: 2;}
.bd-tabs-wrapper > .w > div{}
.bd-tabs-wrapper > .w > div .f{ display: grid; grid-template-columns: 1fr 1fr 1.2fr .9fr 130px; padding: 30px; border-radius: var(--rounded); background: #fff; align-items: center;}
.bd-tabs-wrapper > .w > div .f.round-trip{ grid-template-columns: .75fr .75fr 1.2fr 180px 100px;}
.bd-tabs-wrapper > .w > div .f.round-trip > div:nth-child(3){ display: flex; padding-left: 20px; gap: 20px; padding-right: 20px;}
.bd-tabs-wrapper > .w > div .f.round-trip > div:nth-child(3) > *{ flex: 1;}
.bd-tabs-wrapper > .w > div .f > div{ position: relative;}
.bd-tabs-wrapper > .b{ width: fit-content; border-radius: 0 0 30px 30px; background: rgba(255, 255, 255, .1); margin: 0 auto; padding: 15px 40px;  color: #fff; font-weight: 200; backdrop-filter: blur(10px); padding-top: 65px; margin-top: -50px;}
.bd-tabs-wrapper > .b i{ transform: scaleX(-1); margin-right: 10px;}
.bd-tabs-wrapper > .b a{ font-weight: 600;}


.bd-form{ position: relative;}
.bd-form > .t{ position: relative; height: 60px; display: flex; align-items: center; gap: 15px; cursor: pointer; color: #000;}
.bd-form > .t > .icon{ --size: 45px; width: var(--size); height: var(--size); min-width: var(--size); display: flex; align-items: center; justify-content: center; background: #f9f9f9; border-radius: 50%; color: #666; font-size: 16px;}
.bd-form > .t > .icon i{}
.bd-form > .t > .icon svg{ height: 22px;}
.bd-form > .t > input{ padding-right: 20px;}
.bd-form > .t > span{ font-size: 15px; line-height: 1.5;}
.bd-form .date{ height: 0px; opacity: 0; padding: 0; position: absolute; width: fit-content; left: 0;}


.bd-btn{ font-weight: 500; background: #e77f38 !important; border: 1px solid #e77f38 !important; color: #fff; padding: 0 !important; height: 60px; display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; border-radius: 99px; cursor: pointer;}
/* .bd-btn i{ font-size: .9em;} */
.bd-btn i{ font-size: 1.1em;}


.bd-select { position: relative; font-size: 15px;}
.bd-select-trigger { display: none; padding: 15px; border: 1px solid #ddd; border-radius: 12px; cursor: pointer; background: #fff;}
.bd-options { position: absolute; top: 110%; left: 0; right: 0; background: #fff; border: 1px solid #ddd; border-radius: 12px; padding: 8px 0; display: none; z-index: 50; color: #000; max-height: 300px; overflow-y: auto; z-index: 20;}
.bd-options.show { display: block;}
.bd-option { padding: 12px 15px; cursor: pointer; font-size: 14px; line-height: 1.5; text-align: start;}
.bd-option:hover { background: #f2f2f2;}


.flatpickr-current-month{ display: flex; align-items: center; justify-content: space-between;}


@media screen and (min-width: 1024px){
    .bd-form > .t > span .line{ display: inline-block; padding: 0 5px;}
    .bd-form > .t > span .line::before{ content: '-';}
    
    .bd-tabs-wrapper > .w > div .f > div:nth-child(3){ padding-left: 30px;}
    .bd-tabs-wrapper > .w > div .f > div:nth-child(3)::before,
    .bd-tabs-wrapper > .w > div .f > div:nth-child(3)::after{ content: ''; display: inline-block; position: absolute; top: calc(var(--space) * -1); width: 0; border-right: 1px solid #eee; height: calc(100% + (var(--space) * 2));}
    .bd-tabs-wrapper > .w > div .f > div:nth-child(3)::before{ left: 0;}
    .bd-tabs-wrapper > .w > div .f > div:nth-child(3)::after{ right: 0;}
    .bd-tabs-wrapper > .w > div .f > div:nth-child(4){ padding-left: 30px;}
}
@media screen and (max-width: 1024px){.bd-tabs-wrapper > .t
    .bd-form > .t > span .line{ display: block;}
    
    .bd-tabs-wrapper > .w > div .f{ grid-template-columns: 1fr 1fr;}
    .bd-tabs-wrapper > .w > div .f > div:last-child{ grid-column: 2 span / 2 span; margin-top: 20px;}
}


/* Trip Type Switch */
.bd-trip-type-switch { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; color: #fff; font-weight: 500; padding-left: 10px;}
.bd-trip-type-switch span { font-size: 15px; opacity: 0.8; cursor: pointer; transition: opacity 0.3s;}
.bd-trip-type-switch span.active { opacity: 1; font-weight: 700; color: var(--bd-primary);}

.bd-switch { position: relative; display: inline-block; width: 50px; height: 26px;}
.bd-switch input { opacity: 0; width: 0; height: 0;}
.bd-switch-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255,255,255,0.3); transition: .4s; border-radius: 34px;}
.bd-switch-slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 4px; bottom: 4px; background-color: white; transition: .4s; border-radius: 50%;}
input:checked + .bd-switch-slider { background-color: var(--bd-primary);}
input:checked + .bd-switch-slider:before { transform: translateX(24px);}


.result-item:hover { background-color: #f9f9f9; }
.result-item{ color: #000;}

.form-map-results{ background-color: rgba(0, 0, 0, .5); backdrop-filter: blue;}
.form-map-results { background: #fff; border: 1px solid #ddd; border-radius: 12px !important; padding: 8px 0; display: none; z-index: 50; color: #000;}
.form-map-results .result-item { padding: 12px 15px; cursor: pointer; font-size: 14px; line-height: 1.5; text-align: start;}
.form-map-results .result-item:hover { background: #f2f2f2;}


:root{
    --bg: #0b0b0b;
    --card-bg: rgba(255,255,255,0.025);
    --border: rgba(255,255,255,0.075);
    --muted: #C5C5C5;
    --text: #FFFFFF;
}

.feature-row { max-width: 1200px; padding: 50px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; font-family: 'Montserrat', sans-serif;}

@media (max-width:560px){
    .feature-row{ grid-template-columns: 1fr; justify-items: center;}
    .feature-card{  gap:14px; padding:18px; flex-direction: column; text-align: center; align-items: center;}
    .icon-wrap{  width:48px; height:48px; }
}

.feature-card{ display: flex; align-items: center; gap: 18px; padding: 26px 22px; border-radius: 10px; background: var(--card-bg); border: 1px solid var(--border); min-height: 86px; box-sizing: border-box;}
.icon-wrap{ width: 54px; height: 54px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid rgba(255,255,255,0.075);}
.icon-wrap svg{ width: 30px; height: 30px; display: block; color: var(--muted);}

.feat-text{ color:var(--text); line-height:1.25;}

.feat-title{ font-weight: 600; font-size: 15px; margin: 0;}
.feat-sub{ margin: 4px 0 0 0; color: var(--muted); font-size: 13px; font-weight: 300;}

/* subtle hover */
.feature-card:hover{ transform: translateY(-4px); transition: transform .18s ease; box-shadow: 0 6px 20px rgba(0,0,0,0.6);}

/* responsive */
@media (max-width:1000px){
    .feature-row{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width:560px){
    .feature-row{ grid-template-columns: 1fr; }
    .feature-card{ gap:14px; padding:18px; }
    .icon-wrap{ width:48px; height:48px; }
}





.swiper-template-1{ width: 100%; height: 100%; 
    --swiper-pagination-color: var(--bd-primary);
    --swiper-pagination-bullet-inactive-color: var(--bd-primary);
}
.swiper-template-1 .swiper-slide{}
.swiper-template-1 .swiper-slide picture{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}





/* --- NEW SECTIONS STYLES --- */

/* Common Section Styles */
.bd-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.bd-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.bd-section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 15px;
    background: linear-gradient(to right, #fff, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bd-section-desc {
    color: var(--muted);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

/* Special Tours (Özel Turlarımız) */
.bd-tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.bd-tour-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    group: tour-card;
}

.bd-tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.5);
    border-color: rgba(230, 177, 46, 0.3);
}

.bd-tour-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bd-tour-card:hover .bd-tour-img {
    transform: scale(1.05);
}

.bd-tour-content {
    padding: 25px;
    position: relative;
}

.bd-tour-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 10px;
}

.bd-tour-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.bd-tour-price {
    color: var(--bd-primary);
    font-size: 18px;
    font-weight: 700;
}

.bd-tour-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.bd-tour-card:hover .bd-tour-link {
    background: var(--bd-primary);
    transform: rotate(-45deg);
}

/* Luxury Vehicles (Lüks Araçlarımız) */
.bd-vehicles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.bd-vehicle-card {
    position: relative;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bd-vehicle-card:hover {
    background: rgba(255,255,255,0.04);
}

.bd-vehicle-image-wrapper {
    height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.bd-vehicle-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
    transition: transform 0.3s ease;
}

.bd-vehicle-card:hover .bd-vehicle-img {
    transform: scale(1.05) translateY(-5px);
}

.bd-vehicle-info h3 {
    font-size: 22px;
    color: var(--text);
    margin-bottom: 5px;
}

.bd-vehicle-info p {
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 20px;
}

.bd-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    background: transparent;
    cursor: pointer;
}

.bd-btn-outline:hover {
    background: var(--bd-primary);
    border-color: var(--bd-primary);
    color: #000;
}

/* Popular Routes (Popüler Rotalar) */
.bd-routes-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.bd-route-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.bd-route-item:hover {
    background: rgba(255,255,255,0.05);
    transform: translateX(10px);
}

.bd-route-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bd-route-places {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-route-places i {
    color: var(--bd-primary);
    font-size: 14px;
}

.bd-route-vehicle {
    font-size: 13px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.bd-route-action {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bd-route-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--bd-primary);
}

.bd-route-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.bd-route-item:hover .bd-route-btn {
    background: var(--bd-primary);
    color: #000;
}

/* SEO Text Area */
.bd-seo-content {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px;
    color: var(--muted);
    line-height: 1.8;
}

.bd-seo-content h2 {
    color: var(--text);
    margin-bottom: 20px;
    font-size: 24px;
}

/* Footer Improvements */
footer {
    background: #050505;
    border-top: 1px solid var(--border);
    padding-top: 80px;
    margin-top: 50px;
}

footer .t {
    padding-bottom: 50px;
}

footer .l .logo img {
    height: 40px;
    margin-bottom: 25px;
    opacity: 0.9;
}

footer .l .txt {
    margin-bottom: 20px;
}

footer .l .txt strong {
    color: var(--bd-primary);
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer .l .txt p {
    color: #fff;
    font-size: 16px;
}

footer .menu .title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}

footer .menu a {
    color: var(--muted);
    display: block;
    margin-bottom: 12px;
    transition: color 0.3s;
}

footer .menu a:hover {
    color: var(--bd-primary);
    padding-left: 5px;
}

footer .b {
    border-top: 1px solid var(--border);
    padding: 30px 0;
    background: #000;
}

footer .b .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .b p {
    color: #666;
    font-size: 14px;
}

@media (max-width: 768px) {
    .bd-route-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .bd-route-action {
        width: 100%;
        justify-content: space-between;
    }
    
    footer .container {
        flex-direction: column;
        gap: 40px;
    }
    
    footer .b .container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* Footer Layout & Design Refinement */
footer .t .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

footer .l {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
}

footer .r {
    flex: 2;
    min-width: 300px;
}

footer .menus {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px;
}

footer .social-icons a:hover {
    background: var(--bd-primary) !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(230, 177, 46, 0.3);
}

footer .payment-icons i {
    transition: all 0.3s ease;
}

footer .payment-icons i:hover {
    color: var(--bd-primary) !important;
    transform: scale(1.1);
    opacity: 1;
}

/* Footer Container Fix */
footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* --- RESERVATION STEP 2 STYLES --- */

.mt-5 { margin-top: 3rem; }
.mb-5 { margin-bottom: 3rem; }

/* Progress Tabs */
.bd-tabs-template-1 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.bd-tabs-template-1 ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 50px;
    overflow-x: auto;
    white-space: nowrap;
}

.bd-tabs-template-1 button {
    background: transparent;
    border: none;
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bd-tabs-template-1 button.current {
    background: var(--bd-primary);
    color: #000;
    box-shadow: 0 5px 15px rgba(230, 177, 46, 0.3);
}

/* Container */
.reservation-container {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.reservation-container .l {
    flex: 2;
}

.reservation-container .r {
    flex: 1;
    max-width: 400px;
}

@media (max-width: 991px) {
    .reservation-container {
        flex-direction: column-reverse;
    }
    .reservation-container .r {
        max-width: 100%;
    }
}

/* Car Card */
.bido-template-2 {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.bido-template-2:hover {
    /* transform: translateY(-5px); */
}

.bido-template-2 .img {
    width: 35%;
    background: #f8f8f8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bido-template-2 .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Swiper Arrows */
.car-slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.1);
    border: none;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.car-slider .arrow.prev { left: 10px; }
.car-slider .arrow.next { right: 10px; }
.car-slider .swiper-pagination { bottom: 10px !important; }

/* Car Details */
.bido-template-2 .detail {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bido-template-2 .top {
    margin-bottom: 20px;
}

.bido-template-2 .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.bido-template-2 .info strong {
    font-size: 22px;
    color: #000;
}

.bido-template-2 .info .icons span {
    background: #f0f0f0;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Features */
.bido-template-2 .options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.bido-template-2 .options > div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
    background: #fbfbfb;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #eee;
}

.bido-template-2 .options .icon {
    color: var(--bd-primary);
}

/* Pricing & Action */
.price-area {
    background: #fafafa;
    padding: 20px;
    border-radius: 12px;
}

.price-area .prices {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.price-area .prices button {
    flex: 1;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

.price-area .prices button.active {
    border-color: var(--bd-primary);
    background: rgba(230, 177, 46, 0.05);
}

.price-area .prices button strong {
    display: block;
    font-size: 18px;
    color: #000;
}

.price-area .prices button del {
    font-size: 12px;
    color: #999;
}

.price-area .prices button div {
    display: none; /* Hide check icon by default */
}

.price-area .prices button.active div {
    display: flex;
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--bd-primary);
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.item-reservation-button {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.item-reservation-button:hover {
    background: var(--bd-primary);
    color: #000;
}

/* Sidebar Summary */
.bido-template-1 {
    background: var(--card-bg); /* Dark theme consistency */
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 25px;
}

.bido-template-1 .h {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.bido-template-1 .h strong {
    font-size: 18px;
    color: var(--bd-primary);
}

.bido-template-1 .txt-area > div {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.bido-template-1 .txt-area > div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bd-primary);
}

.bido-template-1 .txt-area > div:last-child::before {
    background: #fff;
}

.bido-template-1 .txt-area > div b {
    display: block;
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.bido-template-1 .txt-area > div p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.table-area > div {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.table-area > div:last-child {
    border-bottom: none;
}

.table-area > div > div:first-child {
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.table-area > div > div:last-child {
    color: #fff;
    font-weight: 500;
}


/* Responsive Card */
@media (max-width: 768px) {
    .bido-template-2 {
        flex-direction: column;
    }
    .bido-template-2 .img {
        width: 100%;
        height: 200px;
    }
    .price-area .prices {
        flex-direction: column;
    }
    .price-area .prices button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }
}

/* --- STEP 2 PREMIUM REDESIGN --- */

/* Page Header Banner */
.bd-page-header-banner {
    padding-top: calc(var(--bd-nav-height) + 40px);
    padding-bottom: 60px;
    background: linear-gradient(to bottom, #111 0%, #000 100%);
    border-bottom: 1px solid var(--border);
    margin-bottom: -30px; /* Overlap effect for tabs */
    text-align: center;
    background-image: url(https://transferkibris.com.tr/wp-content/uploads/2025/11/kibris-transfer.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bd-page-header-banner::before{ content: ''; display: inline-block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); z-index: 0;}
.bd-page-header-banner > *{ position: relative; z-index: 1;}


.bd-page-header-banner h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.bd-page-header-banner p {
    color: var(--muted);
    font-size: 16px;
}

/* Tabs Update */
.bd-tabs-template-1 {
    margin-top: 0;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}

.bd-tabs-template-1 ul {
    background: rgba(30, 30, 30, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.bd-tabs-template-1 button {
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
    padding: 12px 30px;
}

.bd-tabs-template-1 button.current {
    background: var(--bd-primary);
    color: #000;
    font-weight: 700;
    box-shadow: 0 0 20px rgba(230, 177, 46, 0.4);
}

/* Dark Premium Car Card */
.bido-template-2 {
    background: #111; /* Dark background */
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

.bido-template-2 .img {
    background: radial-gradient(circle at center, #222 0%, #111 100%);
    border-right: 1px solid rgba(255,255,255,0.05);
}

.bido-template-2 .info {
    border-bottom-color: rgba(255,255,255,0.1);
}

.bido-template-2 .info strong {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.bido-template-2 .info .icons span {
    background: rgba(255,255,255,0.05);
    color: #ccc;
    border: 1px solid rgba(255,255,255,0.05);
}

.bido-template-2 .options > div {
    background: rgba(255,255,255,0.03);
    border-color: rgba(255,255,255,0.05);
    color: #999;
}

.bido-template-2 .options .icon {
    color: var(--bd-primary);
}

/* Dark Pricing Area */
.price-area {
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.05);
}

.price-area .prices button {
    background: transparent;
    border-color: rgba(255,255,255,0.1);
}

.price-area .prices button strong {
    color: #fff;
    margin-bottom: 5px;
}

.price-area .prices button del {
    /* color: #666; */
}

.price-area .prices button.active {
    background: rgba(230, 177, 46, 0.1);
    border-color: var(--bd-primary);
}

.price-area .prices button.active strong {
    color: var(--bd-primary);
}

.price-area span p {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
}

.item-reservation-button {
    background: var(--bd-primary);
    border: 1px solid var(--bd-primary);
    color: #000;
    box-shadow: 0 5px 20px rgba(230, 177, 46, 0.2);
    transition: all .2s ease;
}

.item-reservation-button:hover {
    background: #000;
    color: var(--bd-primary);
    /* transform: translateY(-2px); */
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
}

/* Sidebar adjustments */
.bido-template-1 {
    background: #111;
    border-color: rgba(255,255,255,0.08);
}

.bido-template-1 .h strong {
    color: #fff;
}

.table-area > div > div:first-child {
    color: #999;
}

.table-area > div > div:last-child {
    color: #eee;
}

/* Arrow buttons fix */
.car-slider .arrow {
    background: rgba(255,255,255,0.1);
    color: #fff;
}
.car-slider .arrow:hover {
    background: var(--bd-primary);
    color: #000;
}

/* --- STEP 3 PREMIUM REDESIGN --- */

/* Content Cards */
.card-template-1 {
    background: #111;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.card-template-1 .h {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.card-template-1 .h h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-template-1 .h h3 i {
    color: var(--bd-primary);
    font-size: 24px;
}

/* Form Elements */
.ui-form-label {
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.ui-form-control {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 10px;
    padding: 12px 15px;
    width: 100%;
    font-family: inherit;
    transition: all 0.3s;
}

.ui-form-control:focus {
    background: rgba(255,255,255,0.08);
    border-color: var(--bd-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(230, 177, 46, 0.1);
}

.form-template-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-template-1 ._2 { width: calc(50% - 10px); }
.form-template-1 ._4 { width: 100%; }

@media (max-width: 768px) {
    .form-template-1 ._2 { width: 100%; }
}

/* Options (Extra Services) */
.wrapper-template-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.card-template-2 {
    position: relative;
}

.card-template-2 input { 
    display: none; 
}

.card-template-2 label.diff {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.card-template-2 label.diff:hover {
    background: rgba(255,255,255,0.06);
}

.card-template-2 input:checked + label.diff {
    background: rgba(230, 177, 46, 0.1);
    border-color: var(--bd-primary);
}

.card-template-2 .icons {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    color: #fff;
}

.card-template-2 input:checked + label.diff .icons {
    background: var(--bd-primary);
    color: #000;
}

.card-template-2 .icons div {
    display: none; /* Check icon */
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--bd-primary);
    color: #000;
    border: 1px solid #000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.card-template-2 input:checked + label.diff .icons div {
    display: flex;
}

.card-template-2 .txt strong {
    display: block;
    color: #fff;
    margin-bottom: 5px;
}

.card-template-2 .txt .price {
    color: var(--bd-primary);
    font-weight: 600;
}

/* Tips Section */
.btns-wrapper-1 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.btn-gray-outlined {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-gray-outlined:hover{
    border-color: var(--bd-primary);
    color: var(--bd-primary);
}
.btn-gray-outlined.active {
    background: var(--bd-primary);
    color: #000;
    border-color: var(--bd-primary);
}

#clear-tips {
    background: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
    border: 1px solid rgba(231, 76, 60, 0.3);
    padding: 0 10px;
    border-radius: 8px;
    transition: all .2s ease;
    cursor: pointer;
}

#clear-tips:hover {
    background: #e74c3c;
    color: #fff;
}

/* Payment Methods */
.card-template-3 {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.card-template-3:hover {
    background: rgba(255,255,255,0.05);
}

.card-template-3.active {
    border-color: var(--bd-primary);
    background: rgba(230, 177, 46, 0.05);
}

.card-template-3 .h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 0; 
}

.card-template-3 .h .l {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.card-template-3 .h .l span {
    font-size: 12px;
    background: rgba(255,255,255,0.1);
    padding: 3px 8px;
    border-radius: 4px;
    color: #ccc;
}

.card-template-3 .h .r {
    color: var(--bd-primary);
    font-size: 18px;
}

.card-template-3 .b {
    padding: 20px;
    display: none; /* Hidden by default */
}

.card-template-3.active .b {
    display: block;
}

.card-template-3 .txt p {
    color: #fff;
    margin-bottom: 5px;
}

.card-template-3 .txt span {
    color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.btn-green {
    background: var(--bd-primary);
    border: 1px solid var(--bd-primary);
    color: #000;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: all .2s ease;
}

.btn-green:hover {
    background: #000;
    color: var(--bd-primary);
    /* transform: translateY(-2px); */
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Sidebar Price List */
#price-list {
    margin-top: 30px;
}

#price-list .list-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: #aaa;
    font-size: 14px;
}

#price-list .list-item div:last-child {
    color: #fff;
    font-weight: 500;
}

#price-list .total {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

#price-list .total div:first-child {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

#price-list .total div:last-child {
    font-size: 24px;
    color: var(--bd-primary);
    font-weight: 700;
}

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

.chckbx label {
    color: #ccc;
    font-size: 14px;
    cursor: pointer;
}

.chckbx input {
    accent-color: var(--bd-primary);
    width: 18px;
    height: 18px;
}


/* --- SUCCESS PAGE STYLES --- */

.wrapper-template-1 {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.wrapper-template-1 .logo {
    text-align: center;
    margin-bottom: 30px;
    display: none; /* Hidden by default, useful for PDF/Print */
}

/* Success Header Area */
.bd-template-4 {
    background: #111;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}

.bd-template-4 .icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--bd-primary), #f39c12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #000;
    margin: 0 auto 20px;
    box-shadow: 0 0 30px rgba(230, 177, 46, 0.4);
}

.bd-template-4 h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}

.bd-template-4 .number {
    font-size: 16px;
    color: #ccc;
    background: rgba(255,255,255,0.05);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.bd-template-4 .number span {
    color: var(--bd-primary);
    font-weight: 700;
    font-size: 18px;
}

.bd-template-4 .txt-area p {
    color: #888;
    max-width: 500px;
    margin: 0 auto;
}

/* Route Display */
.bd-template-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: relative;
}

.bd-template-5 i {
    font-size: 24px;
    color: var(--bd-primary);
}

.bd-template-5 span {
    background: rgba(230, 177, 46, 0.1);
    color: var(--bd-primary);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.bd-template-6 {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bd-template-6 .content {
    text-align: center;
    flex: 1;
}

.bd-template-6 .content small {
    display: block;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.bd-template-6 .content strong {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.bd-template-6 .content p {
    color: #888;
    font-size: 14px;
}

.bd-template-6 .info {
    text-align: center;
    padding: 0 30px;
    position: relative;
}

.bd-template-6 .info::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.1);
    z-index: 0;
}

.bd-template-6 .info div {
    position: relative;
    z-index: 1;
    background: #111; /* Matches card background to hide line */
    padding: 5px 10px;
}

.bd-template-6 .info span {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.bd-template-6 .info p {
    color: #666;
    font-size: 12px;
}

@media (max-width: 768px) {
    .bd-template-6 {
        flex-direction: column;
        gap: 30px;
    }
    .bd-template-6 .info::before {
        width: 1px;
        height: 100%;
    }
}

/* Passenger Table */
.bd-table-1 {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    overflow: hidden;
}

.bd-table-1 .h,
.bd-table-1 .b > div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 15px;
    gap: 10px;
}

.bd-table-1 .h {
    background: rgba(255,255,255,0.05);
    color: var(--bd-primary);
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    border-bottom: none;
}

.bd-table-1 .b > div {
    border-bottom: 1px solid rgba(255,255,255,0.03);
    color: #ccc;
    font-size: 14px;
    align-items: center;
}

.bd-table-1 .b > div:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .bd-table-1 .h { display: none; }
    .bd-table-1 .b > div {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 5px;
        border-bottom: 5px solid rgba(255,255,255,0.05);
    }
    .bd-table-1 .b > div div::before {
        content: attr(data-label);
        display: inline-block;
        width: 100px;
        color: #777;
    }
}

/* Status Buttons */
.btn-wait, .btn-approved, .btn-rejected {
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-wait { background: rgba(243, 156, 18, 0.2); color: #f39c12; }
.btn-approved { background: rgba(39, 174, 96, 0.2); color: #27ae60; }
.btn-rejected { background: rgba(192, 57, 43, 0.2); color: #c0392b; }

/* Contact/Footer Cards on Success Page */
.contact-item {
    background: #111;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.contact-item:hover {
    transform: translateY(-5px);
    border-color: var(--bd-primary);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: var(--bd-primary);
    font-size: 24px;
}

.contact-item h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-item p, .contact-item a {
    color: #888;
    font-size: 14px;
}

.contact-item a:hover {
    color: var(--bd-primary);
}

/* Print Button */
.bd-print {
    text-align: right;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.bd-print button {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.bd-print button:hover {
    background: var(--bd-primary);
    color: #000;
}





.input-template-1 {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 15px;
}

.input-template-1 label {
    font-size: 13px;
    font-weight: 400;
    color: #4d4f57;
}

.input-template-1 > div {
    display: flex;
}

.input-template-1 > div button {
    height: 40px;
    aspect-ratio: 1;
    background-color: var(--secondary);
    color: #999;
    border: 1px solid rgba(255,255,255,0.2);
    border-right: 0;
    font-size: 11px;
    border-radius: 8px 0 0 8px;
}

.input-template-1 > div button + input {
    /* border-top-right-radius: 0;
    border-bottom-left-radius: 0; */
    border-radius: 0 8px 8px 0;
}

.input-template-1 > div :is(input, select, textarea) {
    font-size: 13px;
    height: 40px;
    font-weight: 400;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 10px 12px;
    border-radius: 3px;
    background-color: #000;
    color: var(--bd-primary);
    outline: none;
}

.input-template-1 > div :is(input, select, textarea)::placeholder {
    opacity: .6;
}

.input-template-1 > div textarea {
    height: 150px;
}



.iti{ width: 100%;}

#pdf-content{ display: none;}

.bd-row-3{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px;}
.bd-row-3 .contact-item{ margin: 0;}







/* --- ABOUT PAGE STYLES (Premium Dark Theme) --- */

/* Hero Section */
.about-hero {
    padding: calc(var(--bd-nav-height) + 60px) 0 80px;
    background: linear-gradient(to bottom, #000000 0%, #111111 100%);
    position: relative;
    overflow: hidden;
}

.about-hero .container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-hero-content {
    flex: 1;
}

.about-hero-content small {
    display: inline-block;
    background: rgba(230, 177, 46, 0.15);
    color: var(--bd-primary);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(230, 177, 46, 0.3);
}

.about-hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.2;
}

.about-hero-content p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-hero-image {
    flex: 1;
    position: relative;
}

.about-hero-image img {
    width: 100%;
    border-radius: 20px;
    filter: brightness(0.9);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.1);
}

.about-stats {
    position: absolute;
    bottom: -30px;
    left: 40px;
    background: #111;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 20px 40px;
    display: flex;
    gap: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.stat-item h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--bd-primary);
    margin-bottom: 5px;
}

.stat-item p {
    font-size: 13px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .about-hero .container {
        flex-direction: column;
        gap: 40px;
    }
    
    .about-hero-content {
        text-align: center;
    }
    
    .about-stats {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: -40px;
        justify-content: center;
        background: #1a1a1a;
    }
}

/* Mission & Vision Section */
.about-mission {
    padding: 80px 0;
    background: #0b0b0b;
}

.mission-item {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    transition: transform 0.3s ease;
}

.mission-item:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.04);
}

.mission-icon {
    width: 70px;
    height: 70px;
    background: rgba(230, 177, 46, 0.1);
    color: var(--bd-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
    border: 1px solid rgba(230, 177, 46, 0.2);
}

.mission-item h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.mission-item p {
    font-size: 16px;
    color: #bbb;
    line-height: 1.7;
}

/* Why Choose Us Section */
.about-why {
    padding: 100px 0;
    background: #050505;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.section-desc {
    text-align: center;
    font-size: 16px;
    color: #888;
    max-width: 600px;
    margin: 0 auto 60px;
}

.why-list {
    row-gap: 30px;
}

.why-item {
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s;
    height: 100%;
}

.why-item:hover {
    background: rgba(255,255,255,0.05);
    border-color: var(--bd-primary);
}

.why-icon {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    background: linear-gradient(135deg, var(--bd-primary), #d4a017);
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(230, 177, 46, 0.3);
}

.why-item h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.why-item p {
    color: #aaa;
    font-size: 15px;
    line-height: 1.6;
}

/* Values Section */
.about-values {
    padding: 80px 0;
    background: #0b0b0b;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.value-item {
    padding: 30px;
    background: #111;
    border-left: 3px solid var(--bd-primary);
    border-radius: 0 10px 10px 0;
}

.value-icon {
    font-size: 30px;
    color: var(--bd-primary);
    margin-bottom: 15px;
}

.value-item h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.value-item p {
    color: #999;
    font-size: 14px;
    margin: 0;
}

/* Process Section */
.about-process {
    padding: 100px 0;
    background: #000;
    position: relative;
    overflow: hidden;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 60px;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.1);
    z-index: 0;
    display: none; /* Hide on mobile mostly, show logic below if needed but simpler to hide */
}

@media (min-width: 992px) {
    .process-steps::before {
        display: block;
    }
}

.process-step {
    position: relative;
    z-index: 1;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background: #111;
    border: 2px solid var(--bd-primary);
    color: var(--bd-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 30px;
    box-shadow: 0 0 20px rgba(230, 177, 46, 0.2);
}

.step-content h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.step-content p {
    color: #999;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .process-steps {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .process-steps::before {
        display: none;
    }
}

/* --- CUSTOM GRID SYSTEM (Replaces Bootstrap) --- */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Gaps utility */
.g-5 { gap: 48px; }
.g-4 { gap: 24px; }
.g-3 { gap: 16px; }

/* Columns */
.col-12, .col-md-6, .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Desktop Grid (min-width: 768px for MD breakpoint) */
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* Fix for g-5 gap affecting width calculation */
.row.g-5 {
    margin-right: -24px;
    margin-left: -24px;
}

.row.g-5 > [class^="col-"] {
    padding-right: 24px;
    padding-left: 24px;
}

/* Helper for text-center logic which might be missing */
.text-center { text-align: center; }


/* --- CARS LIST PAGE STYLES --- */

.cars-list {
    padding: 80px 0;
    background: #000;
}

.cars-list .bento-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.car-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.car-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
    border-color: rgba(230, 177, 46, 0.3);
}

.car-img-wrap {
    position: relative;
    height: 250px;
    background: #111;
    overflow: hidden;
}

.car-swiper, .swiper-wrapper, .swiper-slide {
    height: 100%;
}

.car-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Badge */
.car-badge-vip {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    background: linear-gradient(135deg, #FFD700, #FDB931);
    color: #000;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.car-image-count {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Card Content */
.car-content {
    padding: 25px;
}

.car-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.car-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.car-title i {
    color: var(--bd-primary);
}

.car-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #FFD700;
    font-size: 14px;
}

.car-rating span {
    color: #666;
    margin-left: 8px;
    font-size: 13px;
}

/* Features */
.car-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    font-size: 14px;
    background: rgba(255,255,255,0.03);
    padding: 8px 12px;
    border-radius: 8px;
}

.feature-item i {
    color: var(--bd-primary);
    font-size: 18px;
}

/* Actions */
.car-actions {
    text-align: center;
}

.car-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: var(--bd-primary);
    color: #000;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}

.car-actions .btn i{ font-size: 1.3rem; position: absolute; left: 10px; display: none;}

.car-actions .btn:hover {
    background: var(--bd-primary);
    transform: translateY(-2px);
}

/* Swiper Pagination & Buttons custom for cards */
.car-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.car-swiper .swiper-pagination-bullet-active {
    background: var(--bd-primary);
    opacity: 1;
}

.car-swiper .swiper-button-next,
.car-swiper .swiper-button-prev {
    color: #fff;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    backdrop-filter: blur(2px);
}

.car-swiper .swiper-button-next:after,
.car-swiper .swiper-button-prev:after {
    font-size: 14px;
}


/* --- CONTACT PAGE STYLES --- */

.contact-info {
    padding: calc(var(--bd-nav-height) + 60px) 0 80px;
    background: linear-gradient(to bottom, #000 0%, #0a0a0a 100%);
}

.info-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-card:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.04);
    border-color: var(--bd-primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.info-icon {
    width: 70px;
    height: 70px;
    background: rgba(230, 177, 46, 0.1);
    color: var(--bd-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
    border: 1px solid rgba(230, 177, 46, 0.2);
    transition: all 0.3s ease;
}

.info-card:hover .info-icon {
    transform: scale(1.1);
    background: var(--bd-primary);
    color: #000;
}

.info-card h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-card p, .info-card a {
    color: var(--muted);
    font-size: 16px;
    transition: color 0.3s;
}

.info-card a:hover {
    color: var(--bd-primary);
}

/* Contact Form Section */
.contact-form-section {
    padding: 80px 0;
    background: #000;
}

.contact-form-wrapper {
    background: #111;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.contact-form-wrapper h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.contact-form-wrapper p {
    color: #888;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    display: block;
    color: #ccc;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-form .form-control {
    width: 100%;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
    font-family: var(--bd-font);
}

.contact-form .form-control:focus {
    background: rgba(255,255,255,0.05);
    border-color: var(--bd-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(230, 177, 46, 0.1);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Submit Button */
.contact-form .btn-primary {
    background: linear-gradient(135deg, var(--bd-primary), #d4a017);
    color: #000;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(230, 177, 46, 0.3);
}

.contact-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(230, 177, 46, 0.5);
    background: #fff;
}

/* Helpers */
.mx-auto { margin-left: auto; margin-right: auto; }
.col-lg-8 { width: 100%; }

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 30px 20px;
    }
}


/* --- MEETING POINTS PAGE STYLES --- */

/* Hero Section */
.hero-mini {
    padding: calc(var(--bd-nav-height) + 60px) 0 80px;
    background: linear-gradient(to bottom, #000 0%, #0a0a0a 100%);
    text-align: center;
}

.hero-mini h1 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-mini p {
    color: var(--muted);
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Meeting Points Main Section */
.meeting-points-section {
    padding: 80px 0;
    background: #000;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.gradient-text {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #fff 0%, #ccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.meeting-point-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.meeting-point-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
    border-color: rgba(230, 177, 46, 0.3);
}

.meeting-point-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 20px;
}

.meeting-point-icon {
    width: 60px;
    height: 60px;
    background: rgba(230, 177, 46, 0.1);
    color: var(--bd-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.meeting-point-title-group h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.badge-orange {
    background: rgba(230, 177, 46, 0.2);
    color: var(--bd-primary);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.meeting-point-desc {
    color: #bbb;
    margin-bottom: 25px;
    line-height: 1.6;
}

.meeting-point-details {
    display: grid;
    gap: 15px;
    margin-bottom: 25px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ccc;
    font-size: 15px;
    background: rgba(255,255,255,0.03);
    padding: 10px 15px;
    border-radius: 8px;
}

.detail-item i {
    color: var(--bd-primary);
    font-size: 18px;
}

.detail-item a {
    color: #fff;
    font-weight: 500;
    transition: color 0.3s;
}

.detail-item a:hover {
    color: var(--bd-primary);
}

/* Media */
.meeting-media {
    margin-bottom: 25px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    background: #000;
}

.meeting-media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Meeting Actions */
.meeting-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.meeting-actions .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    font-size: 14px;
}

.meeting-actions .btn-primary {
    background: var(--bd-primary);
    color: #000;
}

.meeting-actions .btn-primary:hover {
    background: #fff;
    transform: translateY(-2px);
}

.meeting-actions .btn-secondary {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.meeting-actions .btn-secondary:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

/* Info Cards Section */
.info-cards-section {
    padding: 50px 0 100px;
    background: #000;
}

.info-cards-section .bento-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.info-cards-section .bento-card {
    text-align: center;
    padding: 40px 30px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.info-cards-section .bento-card:hover {
    background: rgba(255,255,255,0.03);
    border-color: var(--bd-primary);
}

.info-cards-section .info-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.05);
    color: var(--bd-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
}

.info-cards-section h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-cards-section p {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
}

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



.bento-grid{ display: grid; gap: 25px;}














/* --- ABOUT PAGE V2 (MODERN REDESIGN) --- */

.page-about-modern {
    background: #000;
    color: #fff;
    font-family: var(--bd-font);
}

/* Hero V2 */
.hero-v2 {
    height: 80vh;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('/view/frontend/assets/img/page/hakkimizda_2.jpg') no-repeat center center/cover;
    overflow: hidden;
}

.hero-bg-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.95) 100%);
    z-index: 1;
}

.hero-v2 .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
}

.hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
    background: linear-gradient(to right, #fff, #aaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title em {
    font-style: normal;
    color: var(--bd-primary);
    -webkit-text-fill-color: initial;
}

.hero-desc {
    font-size: 20px;
    color: #ccc;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 300;
}

.hero-scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0.7;
    animation: bounce 2s infinite;
}

.hero-scroll-down .mouse {
    width: 26px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 15px;
    position: relative;
}

.hero-scroll-down .mouse::before {
    content: '';
    width: 4px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateX(-50%) translateY(0);}
    40% {transform: translateX(-50%) translateY(-10px);}
    60% {transform: translateX(-50%) translateY(-5px);}
}

/* Bento Grid Story Section */
.story-section {
    padding: 100px 0;
    background: #050505;
}

.about-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 350px);
    gap: 20px;
}

.bento-item {
    background: #111;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.bento-item:hover {
    border-color: rgba(255,255,255,0.15);
    transform: translateY(-5px);
}

.item-large {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-medium {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, #151515, #0a0a0a);
}

.item-visual-1 {
    grid-column: span 1;
    padding: 0;
}

.item-visual-2 {
    grid-column: span 1;
    padding: 0;
}

/* Specific Bento Content Styles */
.text-block h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.text-block p {
    color: #999;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.author-sign {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-sign span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bd-primary);
    border-left: 1px solid #333;
    padding-left: 15px;
}

.bento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bento-item:hover img {
    transform: scale(1.05);
}

.bento-item .overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    padding: 15px 25px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
}

.overlay span {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.overlay small {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: rgba(230, 177, 46, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--bd-primary);
    margin-bottom: 25px;
}

.item-medium h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.item-medium p {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
}

/* Features Strip */
.features-strip {
    padding: 100px 0;
    background: #000;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.section-head-minimal {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.section-head-minimal h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    opacity: 0.75;
    text-transform: uppercase;
    white-space: nowrap;
}

.section-head-minimal .line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0.1), transparent);
}

.section-head-minimal .line + span{ white-space: nowrap;}

.features-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.feature-box {
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.15);
    position: relative;
    transition: all 0.3s;
}

.feature-box:hover {
    border-color: var(--bd-primary);
}

.f-number {
    font-size: 40px;
    font-weight: 800;
    color: #222;
    position: absolute;
    top: -5px;
    right: 0;
    transition: color 0.3s;
}

.feature-box:hover .f-number {
    color: rgba(230, 177, 46, 0.2);
}

.f-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.f-content p {
    color: #888;
    font-size: 14px;
    line-height: 1.6;
}

/* CTA Modern */
.cta-modern {
    padding: 100px 0;
    position: relative;
}

.cta-inner {
    background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
    border-radius: 40px;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
}

.cta-inner::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; width: 40%;
    background: radial-gradient(circle at center, rgba(230, 177, 46, 0.1), transparent 70%);
    pointer-events: none;
}

.cta-text h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-text p {
    color: #999;
    font-size: 18px;
}

.btn-glow {
    background: #fff;
    color: #000;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    box-shadow: 0 0 20px rgba(255,255,255,0.2);
}

.btn-glow:hover {
    background: var(--bd-primary);
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(230, 177, 46, 0.4);
}

.btn-glow.main{
    background: var(--bd-primary);
    color: #000;
}


/* Responsive */
@media (max-width: 1200px) {
    .about-bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    
    .item-large { grid-column: span 2; order: 1;}
    .item-visual-1 { order: 2; height: 350px;}
    .vision-block { order: 3; height: 350px;}
    .mission-block { order: 4; height: 350px;}
    .item-visual-2 { order: 5; height: 350px;}
}

@media (max-width: 991px) {
    .features-row {
        grid-template-columns: 1fr 1fr;
        row-gap: 60px;
    }
    
    .cta-inner {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding: 50px 30px;
    }
}

@media (max-width: 768px) {
    .hero-title { font-size: 42px; }
    .about-bento-grid { grid-template-columns: 1fr; }
    .item-large { grid-column: span 1; }
    .features-row { grid-template-columns: 1fr; }
}


/* --- NEW ADDITIONS FOR ABOUT PAGE --- */

/* Bento Grid Fix */
.item-visual-wide {
    padding: 0 !important;
}

/* Process Section */
.process-section {
    padding: 100px 0;
    background: #080808; /* Slightly lighter than black */
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.process-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.process-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s, border-color 0.3s;
    position: relative;
    overflow: hidden;
}

.process-card:hover {
    transform: translateY(-10px);
    border-color: var(--bd-primary);
}

.process-card:hover .p-icon {
    background: var(--bd-primary);
    color: #000;
    transform: scale(1.1) rotate(5deg);
}

.p-number {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 60px;
    font-weight: 900;
    color: rgba(255,255,255,0.03);
    z-index: 0;
}

.p-icon {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--bd-primary);
    margin: 0 auto 25px auto;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.process-card h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.process-card p {
    color: #888;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: #050505;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.faq-item {
    background: #111;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq-item:hover {
    border-color: rgba(230, 177, 46, 0.3);
    background: #141414;
}

.faq-item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-item h4::before {
    content: '?';
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: rgba(230, 177, 46, 0.2);
    color: var(--bd-primary);
    border-radius: 50%;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-item p {
    color: #999;
    font-size: 14px;
    padding-left: 34px; /* Align with text start */
    line-height: 1.6;
}

@media (max-width: 991px) {
    .process-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

/* --- CARS PAGE MODERN --- */
.page-cars-modern {
    background: #000;
    color: #fff;
    font-family: var(--bd-font);
}

/* Hero Variant */
.hero-cars-bg {
    background: url('/view/frontend/assets/img/page/araclarimiz.jpg') no-repeat center center/cover !important;
}

/* Fleet Stats Strip */
.fleet-stats-strip {
    padding: 60px 0;
    background: #0a0a0a;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.fleet-stat-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.fleet-stat-item {
    text-align: center;
}

.fleet-stat-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--bd-primary);
    display: block;
    margin-bottom: 5px;
}

.fleet-stat-label {
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Vehicle Card Modern Improvements */
.bd-vehicle-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px !important;
}

.bd-vehicle-image-wrapper-large {
    height: 240px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: #1a1a1a;
}

.bd-vehicle-card .swiper {
    width: 100%;
    height: 100%;
}

.bd-vehicle-card .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-badge-vip {
    width: fit-content;
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(230, 177, 46, 0.9);
    color: #000;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.car-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 20px 0 25px 0;
    width: 100%;
}

.car-spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    font-size: 13px;
    background: rgba(255,255,255,0.03);
    padding: 10px 15px;
    border-radius: 10px;
    transition: background 0.3s;
}

.car-spec-item:hover {
    background: rgba(255,255,255,0.07);
}

.car-spec-item i {
    color: var(--bd-primary);
    font-size: 16px;
}

.car-action-row {
    margin-top: auto;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.car-price-est {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.car-price-sub {
    font-size: 12px;
    color: #666;
}

/* --- MEETING POINTS PAGE STYLES --- */

/* Hero Section */
.hero-mini {
    padding: calc(var(--bd-nav-height) + 60px) 0 80px;
    background: linear-gradient(to bottom, #000 0%, #0a0a0a 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-mini h1 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-mini p {
    color: var(--muted);
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Meeting Points Main Section */
.meeting-points-section {
    padding: 80px 0;
    background: #000;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.gradient-text {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #fff 0%, #ccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.meeting-point-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.meeting-point-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
    border-color: rgba(230, 177, 46, 0.3);
}

.meeting-point-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 20px;
}

.meeting-point-icon {
    width: 60px;
    height: 60px;
    background: rgba(230, 177, 46, 0.1);
    color: var(--bd-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.meeting-point-title-group h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.badge-orange {
    background: rgba(230, 177, 46, 0.2);
    color: var(--bd-primary);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.meeting-point-desc {
    color: #bbb;
    margin-bottom: 25px;
    line-height: 1.6;
}

.meeting-point-details {
    display: grid;
    gap: 15px;
    margin-bottom: 25px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ccc;
    font-size: 15px;
    background: rgba(255,255,255,0.03);
    padding: 10px 15px;
    border-radius: 8px;
}

.detail-item i {
    color: var(--bd-primary);
    font-size: 18px;
}

.detail-item a {
    color: #fff;
    font-weight: 500;
    transition: color 0.3s;
}

.detail-item a:hover {
    color: var(--bd-primary);
}

/* Media */
.meeting-media {
    margin-bottom: 25px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    background: #000;
}

.meeting-media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Meeting Actions */
.meeting-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.meeting-actions .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    font-size: 14px;
}

.meeting-actions .btn-primary {
    background: var(--bd-primary);
    color: #000;
}

.meeting-actions .btn-primary:hover {
    background: #fff;
    transform: translateY(-2px);
}

.meeting-actions .btn-secondary {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.meeting-actions .btn-secondary:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

/* Info Cards Section */
.info-cards-section {
    padding: 50px 0 100px;
    background: #000;
}

.info-cards-section .bento-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.info-cards-section .bento-card {
    text-align: center;
    padding: 40px 30px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.info-cards-section .bento-card:hover {
    background: rgba(255,255,255,0.03);
    border-color: var(--bd-primary);
}

.info-cards-section .info-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.05);
    color: var(--bd-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
}

.info-cards-section h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-cards-section p {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
}

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

/* --- MEETING POINTS MODERN REDESIGN (Split Layout) --- */
.hero-meeting-bg {
    background: url('/view/frontend/assets/img/page/hakkimizda_1.jpg') no-repeat center center/cover !important;
}

.meeting-points-modern-section {
    padding: 100px 0;
    background: #050505;
}

.meeting-split-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 120px;
}

.meeting-split-row:last-child {
    margin-bottom: 0;
}

.meeting-split-row.reverse {
    flex-direction: row-reverse;
}

.meeting-text-col {
    flex: 1;
}

.meeting-visual-col {
    flex: 1;
    position: relative;
}

.meeting-visual-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
    /* height: 400px; */
}

.meeting-visual-wrapper img, 
.meeting-visual-wrapper video {
    width: 100%;
    border-radius: 30px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.1);
}

.meeting-visual-wrapper:hover img {
    /* transform: scale(1.05); */
}

/* Floating Badge on Image */
.meeting-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

.meeting-badge span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.meeting-badge i {
    color: var(--bd-primary);
    font-size: 18px;
}

/* Content Styling */
.meeting-airport-name {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.meeting-airport-name span {
    color: var(--bd-primary);
}

.meeting-desc-large {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    margin-bottom: 30px;
}

.meeting-instruction-box {
    background: rgba(255,255,255,0.03);
    border-left: 4px solid var(--bd-primary);
    padding: 20px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 30px;
}

.meeting-instruction-box p {
    color: #ddd;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.meeting-specs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
}

.m-spec-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.m-spec-icon {
    width: 40px;
    height: 40px;
    background: rgba(230, 177, 46, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bd-primary);
}

.m-spec-text {
    color: #ccc;
    font-size: 15px;
}

.m-spec-text strong {
    color: #fff;
}

.meeting-btn-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-meeting-primary {
    padding: 15px 30px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-meeting-primary:hover {
    background: var(--bd-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(230, 177, 46, 0.3);
}

.btn-meeting-outline {
    padding: 15px 30px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-meeting-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.05);
}

@media (max-width: 991px) {
    .meeting-split-row {
        flex-direction: column !important;
        gap: 40px;
        margin-bottom: 80px;
    }
    .meeting-visual-wrapper {
        height: 300px;
    }
}

/* --- BLOG PAGE MODERN STYLES --- */

/* Hero Blog Background */
.hero-blog-bg {
    background: url('/view/frontend/assets/img/page/hakkimizda.jpg') no-repeat center center/cover !important;
}

.page-blog-modern {
    background: #000;
    min-height: 100vh;
}

/* Modern Filter Bar */
.blog-filter-section {
    padding: 30px 0;
    background: #0a0a0a;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: sticky;
    top: var(--bd-nav-height); /* Adjust based on sticky nav */
    z-index: 90;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.blog-filter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.blog-search-box {
    position: relative;
    max-width: 350px;
    width: 100%;
}

.blog-search-box input {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 12px 45px 12px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: var(--bd-font);
    transition: all 0.3s;
}

.blog-search-box input:focus {
    background: rgba(255,255,255,0.1);
    border-color: var(--bd-primary);
    outline: none;
}

.blog-search-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.blog-category-pills {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none; /* Hide scrollbar Firefox */
}
.blog-category-pills::-webkit-scrollbar { display: none; }

.blog-pill {
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
    text-decoration: none;
}

.blog-pill:hover, .blog-pill.active {
    background: var(--bd-primary);
    color: #000;
    border-color: var(--bd-primary);
    font-weight: 600;
}

/* Blog Grid */
.blog-modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    padding: 60px 0;
}

/* Modern Blog Card */
.bd-blog-card {
    background: var(--card-bg, #111);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    group: blog-card;
}

.bd-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    border-color: rgba(230, 177, 46, 0.3);
}

.bd-blog-img-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.bd-blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bd-blog-card:hover .bd-blog-img-wrapper img {
    transform: scale(1.1);
}

.bd-blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);
    opacity: 0.6;
}

.bd-blog-cat-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255,255,255,0.9);
    color: #000;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.bd-blog-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bd-blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #666;
}

.bd-blog-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bd-blog-meta i {
    color: var(--bd-primary);
}

.bd-blog-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s;
}

.bd-blog-card:hover .bd-blog-title {
    color: var(--bd-primary);
}

.bd-blog-desc {
    color: #999;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1; /* Pushes footer down */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bd-blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.bd-read-more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s;
}

.bd-blog-card:hover .bd-read-more {
    gap: 10px;
    color: var(--bd-primary);
}

/* Modern Pagination */
.bd-pagination-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}

.bd-page-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.bd-page-link:hover, .bd-page-link.active {
    background: var(--bd-primary);
    color: #000;
    border-color: var(--bd-primary);
}

@media (max-width: 768px) {
    .blog-filter-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .blog-search-box {
        max-width: 100%;
    }
    .blog-category-pills {
        padding-bottom: 10px;
    }
}

/* --- CONTACT PAGE MODERN STYLES --- */
.hero-contact-bg {
    background: url('/view/frontend/assets/img/page/hakkimizda.jpg') no-repeat center center/cover !important;
}

.page-contact-modern {
    background: #000;
    min-height: 100vh;
}

.contact-modern-wrapper {
    padding: 100px 0;
    background: linear-gradient(to bottom, #000 0%, #050505 100%);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

/* Contact Info Panel */
.contact-info-panel h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
}

.c-info-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 16px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.c-info-card:hover {
    background: rgba(255,255,255,0.05);
    border-color: var(--bd-primary);
    transform: translateY(-5px);
}

.c-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(230, 177, 46, 0.1);
    color: var(--bd-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.c-info-content h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
}

.c-info-content p, .c-info-content a {
    color: #999;
    font-size: 15px;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s;
}

.c-info-content a:hover {
    color: var(--bd-primary);
}

/* Connect Socials */
.contact-socials {
    margin-top: 40px;
}
.contact-socials h4 {
    color: #fff;
    margin-bottom: 20px;
}
.social-links-row {
    display: flex;
    gap: 15px;
}
.sl-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
    border: 1px solid transparent;
}
.sl-btn:hover {
    background: var(--bd-primary);
    color: #000;
    transform: translateY(-3px);
}

/* Contact Form Panel */
.contact-form-panel {
    background: var(--card-bg, #111);
    padding: 50px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.contact-form-panel h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.contact-form-panel p {
    color: #888;
    margin-bottom: 40px;
}

.form-group-modern {
    margin-bottom: 25px;
}

.form-group-modern label {
    display: block;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-control-modern {
    width: 100%;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 15px 20px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
    font-family: var(--bd-font);
}

.form-control-modern:focus {
    background: rgba(255,255,255,0.05);
    border-color: var(--bd-primary);
    outline: none;
    box-shadow: 0 0 0 4px rgba(230, 177, 46, 0.1);
}

.btn-submit-modern {
    width: 100%;
    padding: 18px;
    background: var(--bd-primary);
    color: #000;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-submit-modern:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(230, 177, 46, 0.2);
}

/* Map Section */
.modern-map-section {
    width: 100%;
    height: 450px; /* Reduced from 500px */
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.modern-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: invert(90%) hue-rotate(180deg) brightness(95%) contrast(85%); /* Dark mode map simulation */
}

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .contact-form-panel {
        padding: 30px;
    }
}

/* --- CONTACT PROCESS REDESIGN --- */
.contact-process-section {
    padding: 100px 0;
    background: #000;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.section-head-card {
    text-align: center;
    margin-bottom: 60px;
}
.section-head-card h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}
.section-head-card p {
    color: #888;
    font-size: 16px;
}

.c-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

/* Connecting Line (Desktop) */
.c-process-grid::before {
    content: '';
    position: absolute;
    top: 40px; /* Center of icon vertically */
    left: 10%; /* Start a bit inside */
    right: 10%; /* End a bit inside */
    height: 1px;
    background: linear-gradient(90deg, 
        rgba(255,255,255,0) 0%, 
        rgba(230, 177, 46, 0.4) 50%, 
        rgba(255,255,255,0) 100%
    );
    z-index: 0;
}

.c-step-item {
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 10px;
}

.c-step-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: #000; /* Black to mask the line behind */
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--bd-primary);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
}

.c-step-item:hover .c-step-icon-wrapper {
    background: var(--bd-primary);
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(230, 177, 46, 0.3);
    border-color: var(--bd-primary);
}

.c-step-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    transition: all 0.3s;
}

.c-step-item:hover .c-step-number {
    background: #fff;
    color: #000;
}

.c-step-item h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.c-step-item p {
    color: #888;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .c-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }
    .c-process-grid::before {
        display: none;
    }
}

@media (max-width: 576px) {
    .c-process-grid {
        grid-template-columns: 1fr;
    }
}

/* --- HOME PAGE SPECIFIC STYLES --- */

/* USP Bar (Unique Selling Proposition) */
.home-usp-bar {
    padding: 40px 0;
}

.usp-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.usp-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.usp-icon {
    font-size: 32px;
    background: #333;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .05);
}

.usp-text h4 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.usp-text p {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    margin: 0;
}

/* Home About Section */
.home-about-section {
    padding: 100px 0;
    background: #0a0a0a;
}
.home-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.home-about-img {
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.home-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.experience-badge .years {
    font-size: 42px;
    font-weight: 800;
    color: var(--bd-primary);
    display: block;
    line-height: 1;
}
.experience-badge .text {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

/* Fleet Preview */
.home-fleet-section {
    padding: 100px 0;
    background: #000;
}

/* Parallax CTA */
.home-parallax-cta {
    background: url('/view/frontend/assets/img/page/hakkimizda_1.jpg') no-repeat center center/cover fixed;
    padding: 120px 0;
    position: relative;
    text-align: center;
}
.home-parallax-cta::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
}
.parallax-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}
.parallax-content h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}
.parallax-content p {
    color: #ccc;
    font-size: 18px;
    margin-bottom: 40px;
}

/* Destinations Grid */
.destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}
.destination-card {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}
.destination-card:hover img {
    transform: scale(1.1);
}
.dest-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, #000 0%, transparent 100%);
    color: #fff;
}
.dest-overlay h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.dest-overlay span {
    color: var(--bd-primary);
    font-weight: 600;
}

@media (max-width: 991px) {
    .home-about-grid { grid-template-columns: 1fr; }
    .home-about-img { height: 350px; }
    .usp-grid { gap: 20px; }
    .usp-item { width: 100%; justify-content: flex-start; }
}

/* --- HOME ABOUT REDESIGN (Layered) --- */
.home-about-modern-section {
    padding: 120px 0;
    position: relative;
    background: #080808;
    overflow: hidden;
}

.h-about-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Layered Images */
.h-about-images {
    position: relative;
    height: 600px;
    z-index: 1;
}

.h-img-main {
    width: 85%;
    height: 90%;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}
.h-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    transition: transform 0.8s;
}
.h-about-images:hover .h-img-main img {
    transform: scale(1.05); /* Gentle zoom */
}

.h-img-sub {
    width: 55%;
    height: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #080808; /* Acts as a border separator */
    box-shadow: -20px -20px 60px rgba(0,0,0,0.6);
    z-index: 2;
}
.h-img-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Floating Badge */
.h-exp-circle {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 120px;
    height: 120px;
    background: var(--bd-primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(230, 177, 46, 0.4);
    animation: floatBadge 4s ease-in-out infinite;
}
.h-exp-circle span.num {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    line-height: 1;
}
.h-exp-circle span.txt {
    font-size: 11px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Text Content */
.h-about-content h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
}
.h-about-content h2 em {
    color: var(--bd-primary);
    font-style: normal;
}
.h-about-content .desc {
    color: #999;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Stats Row */
.h-stats-row {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
}
.h-stat-item h4 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
}
.h-stat-item p {
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

@media (max-width: 991px) {
    .h-about-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .h-about-images {
        height: 400px;
        order: 2; /* Image bottom on mobile if preferred, or keep 1 */
    }
    .h-img-main { width: 90%; height: 85%; }
    .h-img-sub { width: 50%; height: 45%; }
    .h-exp-circle { top: 10%; right: 0; width: 90px; height: 90px; }
    .h-exp-circle span.num { font-size: 24px; }
    .h-exp-circle span.txt { font-size: 9px; }
    .h-about-content h2 { font-size: 32px; }
}

/* --- BLOG DETAIL MODERN STYLES --- */
.page-blog-detail-modern {
    background: #000;
    color: #ccc;
}

/* Hero Variant for Detail */
.hero-blog-detail {
    padding: 180px 0 100px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7), #000), url('/view/frontend/assets/img/page/hakkimizda_1.jpg') no-repeat center center/cover;
    position: relative;
    text-align: center;
}

.hero-blog-detail .cat-badge {
    background: var(--bd-primary);
    color: #000;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.hero-blog-detail h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.bd-meta-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    color: #999;
    font-size: 15px;
}
.bd-meta-row span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.bd-meta-row i {
    color: var(--bd-primary);
    font-size: 18px;
}

/* Content Area */
.bd-detail-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.bd-featured-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 50px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.bd-article-content {
    font-size: 18px;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 60px;
}

.bd-article-content h2, 
.bd-article-content h3, 
.bd-article-content h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.bd-article-content h2 { font-size: 32px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; }
.bd-article-content h3 { font-size: 26px; color: var(--bd-primary); }
.bd-article-content p { margin-bottom: 25px; }
.bd-article-content strong { color: #fff; }
.bd-article-content ul, .bd-article-content ol { margin-bottom: 25px; padding-left: 20px; }
.bd-article-content li { margin-bottom: 10px; }
.bd-article-content blockquote {
    border-left: 4px solid var(--bd-primary);
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #fff;
    font-size: 20px;
}

/* Share Bar */
.bd-share-bar {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.bd-share-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.bd-share-links {
    display: flex;
    gap: 15px;
}
.share-icon {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s;
    text-decoration: none;
}
.share-icon:hover {
    background: var(--bd-primary);
    color: #000;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .hero-blog-detail h1 { font-size: 32px; }
    .bd-meta-row { flex-direction: column; gap: 10px; align-items: center; }
    .bd-share-bar { flex-direction: column; gap: 20px; text-align: center; }

    .bd-tabs-wrapper > .t{ justify-content: center;}
    .bd-tabs-wrapper > .t > div:nth-child(1){ display: none;}

    .bd-hero > div{ padding-left: 10px; padding-right: 10px;}
}

@media screen and (max-width: 600px){
    .bd-tabs-wrapper > .w > div .f{ display: flex; flex-direction: column;}
    .bd-tabs-wrapper > .w > div .f > div{ width: 100%;}
    
    /* .bd-tabs-wrapper > .t{ padding: 15px 10px calc(var(--rounded) + 15px);} */
}


/* Responsive adjustments */
@media (max-width: 1024px) {
    header .menu{ background: rgba(0, 0, 0, 0.98) !important; transition: all .3s ease !important;}
    header .menu.active{ box-shadow: 0 0 0 500px rgba(0, 0, 0, .5) !important;}
    header .menu nav ul{ padding: 20px 15px !important; gap: 10px !important;}
    header .menu{ display: none;}
    header .menu.active{ display: flex;}
}
@media (max-width: 991px) {
    /* .bd-header .menu { display: none;} */
    .bd-header .mobile-toggle { display: block;}
    .bd-header .actions .whatsapp span { display: none;}
    .bd-header .actions .whatsapp { padding: 8px; border-radius: 50%;}
    .bd-hero > div > h1{ font-size: 24px; max-width: 340px; margin-inline: auto;}
}

html{ overflow-x: hidden;}



.whatsapp-button, .call-button {
    position: fixed;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.whatsapp-button {
    background-color: #25D366;
    bottom: 20px;
}
.call-button {
    background-color: #007bff;
    bottom: 80px;
}
.whatsapp-button i, .call-button i {
    color: #fff !important;
}


