



:root {
    --primary: var(--color-rank-1);
    --primary-rgb: 26, 31, 22;
    --secondary: var(--color-rank-5);
    --accent: var(--color-rank-3);
    --accent-hover: var(--color-rank-9);
    --text-dark: var(--color-rank-7);
    --text-light: var(--color-rank-2);
    --text-muted: var(--color-rank-6);
    --border-color: var(--color-rank-4);
    --surface-light: var(--color-rank-2);
    --surface-dark: var(--color-rank-8);
    
    --font-heading: 'Lora', serif;
    --font-body: 'Inter', sans-serif;
    
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 24px;
    --radius-pill: 50px;
    --section-padding: 100px;
}

body { font-family: var(--font-body); color: var(--text-dark); background-color: var(--secondary); line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); color: var(--primary); font-weight: 600; }
a { text-decoration: none; color: inherit; transition: 0.3s; }

/* Buttons */
.btn-primary { background-color: var(--primary); border-color: var(--primary); color: var(--accent); padding: 12px 28px; border-radius: var(--radius-pill); font-weight: 500; }
.btn-primary:hover { background-color: var(--surface-dark); color: var(--color-rank-2); border-color: var(--surface-dark); transform: translateY(-2px); }
.btn-accent { background-color: var(--accent); color: var(--primary); border: none; padding: 12px 28px; border-radius: var(--radius-pill); font-weight: 600; }
.btn-accent:hover { background-color: var(--accent-hover); transform: translateY(-2px); }

/* Cards & Utilities */
.card { border: 1px solid var(--border-color); border-radius: var(--radius-md); box-shadow: 0 10px 30px var(--color-rank-21); transition: 0.3s; background: var(--surface-light); overflow: hidden; }
.card:hover { transform: translateY(-6px); box-shadow: 0 25px 70px var(--color-rank-22); }
.card-img-top { 
    aspect-ratio: 4 / 3; 
    object-fit: cover; 
    width: 100%;
}
.img-portrait {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}
.section-padding { padding: var(--section-padding) 0; }
.text-accent { color: var(--accent) !important; }
.bg-primary-dark { background-color: var(--primary); }
.card-badge { position: absolute; top: 20px; left: 20px; background: var(--color-rank-33); color: var(--color-rank-2); padding: 5px 15px; border-radius: var(--radius-pill); font-size: 0.85rem; backdrop-filter: blur(5px); }
.card-price { font-family: var(--font-heading); font-size: 1.25rem; color: var(--primary); font-weight: 700; }

/* Header */
.navbar { 
    /* padding: 20px 0;  */
    transition: background-color 0.4s ease-in-out, padding 0.4s ease-in-out; 
    background-color: transparent; 
    z-index: 1030; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar:not(.scrolled) .container-xl {
    background-color: var(--color-rank-18);
    backdrop-filter: blur(15px);
    border-radius: var(--radius-pill);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 1rem;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px var(--color-rank-26);
   
}

.navbar.scrolled { 
    background-color: var(--color-rank-27); 
    backdrop-filter: blur(10px); 
    padding: 15px 0; 
    box-shadow: 0 10px 30px var(--color-rank-19); 
}
.navbar.scrolled .container-xl {
    margin-top: 0;
}

.navbar-brand { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 700; }

.navbar-dark .navbar-brand,
.navbar-dark .nav-link {
    color: var(--text-light);
}
.nav-link { 
    font-weight: 500; 
    margin: 0 10px; 
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-link.active {
    color: var(--color-rank-2) !important;
}

.nav-link:hover {
    color: var(--color-rank-2);
}
.scrolled .nav-link { color: var(--color-rank-28); }
.scrolled .nav-link:hover, .scrolled .nav-link.active { color: var(--color-rank-2); }

.dropdown-menu {
    background-color: var(--surface-dark);
    border: 1px solid var(--color-rank-18);
}
.dropdown-item {
    color: var(--color-rank-28);
}
.dropdown-item:hover {
    background-color: var(--primary);
    color: var(--accent);
}

.navbar-toggler { border: none; font-size: 1.5rem; color: var(--color-rank-2);}
.navbar-toggler:focus { box-shadow: none; }
.offcanvas { background-color: var(--primary); color: var(--color-rank-2); }
.offcanvas .nav-link { color: var(--color-rank-2); font-size: 1rem;  }
.offcanvas .btn-close { filter: invert(1); }

/* Accordion (SSS) - New Style */
.accordion-item {
    background-color: var(--surface-light);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md) !important;
    margin-bottom: 1rem;
    box-shadow: var(--shadows-soft);
    overflow: hidden;
}
.accordion-button {
    padding: 20px 24px;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--primary);
    background: var(--surface-light);
    transition: background-color 0.3s;
}
.accordion-button-jobs {
    padding-top: 24px;
    padding-bottom: 24px;
}
.accordion-button:hover {
    background-color: var(--secondary);
}
.accordion-button:not(.collapsed) {
    color: var(--accent);
    background-color: var(--primary);
    box-shadow: inset 0 -1px 0 var(--color-rank-18);
}
.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.accordion-button::after {
    content: '\f078'; /* FontAwesome chevron-down icon */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    background-image: none;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    color: var(--text-muted);
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    color: var(--accent);
}
.accordion-body {
    padding: 20px 24px;
    background-color: var(--surface-light);
}

/* Custom File Input */
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]::file-selector-button {
    background-color: var(--secondary);
    border: none;
    padding: 0.5rem 1rem;
    margin: -0.375rem -0.75rem;
    margin-right: 0.75rem;
    color: var(--primary);
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
.form-control[type="file"]::file-selector-button:hover {
    background-color: var(--accent);
}


/* Page Banner (Inner Pages) */
.page-banner {
    padding-top: 150px;
    padding-bottom: 80px;
    background-color: var(--primary);
    color: var(--color-rank-2);
    position: relative;
    overflow: hidden;
}
.page-banner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    width: 300px;
    height: 300px;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.25 12.75L12 3.5L2.75 12.75M4.75 10.75V20.5H19.25V10.75' stroke='%239FE870' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    opacity: 0.15;
    transform: translateY(-50%) rotate(-10deg);
}
.page-banner .container-xl {
    position: relative;
    z-index: 2;
}
.page-banner .page-title {
    color: var(--color-rank-2);
    font-size: 3rem;
    font-weight: 700;
}
.page-banner p {
    font-size: 1.1rem;
}

/* Breadcrumb styling for the banner */
.page-banner .breadcrumb {
    margin-bottom: 1rem;
}
.page-banner .breadcrumb-item {
    font-size: 0.9rem;
}
.page-banner .breadcrumb-item a {
    color: var(--color-rank-23);
}
.page-banner .breadcrumb-item a:hover {
    color: var(--color-rank-2);
}
.page-banner .breadcrumb-item.active {
    color: var(--color-rank-2);
    font-weight: 500;
}
.page-banner .breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-rank-29);
}


/* Hero */
.hero-section { position: relative; height: 100vh; min-height: 800px; display: flex; align-items: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--color-rank-27), var(--color-rank-34)); z-index: 1; }
.hero-content { position: relative; z-index: 2; color: var(--color-rank-2); }
.hero-title { font-size: 4.5rem; font-weight: 700; line-height: 1.1; margin-bottom: 2rem; color: var(--color-rank-2); }
.hero-swiper .swiper-pagination-bullet {
    background: var(--color-rank-29);
    width: 10px;
    height: 10px;
}
.hero-swiper .swiper-pagination-bullet-active {
    background: var(--accent);
}
.hero-nav {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    display: flex;
    gap: 1rem;
}
.hero-nav .btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-rank-18);
    color: var(--color-rank-2);
    border: 1px solid var(--color-rank-24);
}
.hero-nav .btn:hover {
    background: var(--accent);
    color: var(--primary);
    border-color: var(--accent);
}

.btn-explore {
    color: var(--color-rank-2);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 8px 8px 8px 24px;
    border-radius: var(--radius-pill);
    background: transparent;
    border: 1px solid var(--color-rank-35);
    transition: 0.3s;
}
.btn-explore:hover {
    background: var(--color-rank-18);
    border-color: var(--color-rank-2);
    color: var(--color-rank-2);
}
.btn-explore .btn-circle {
    width: 36px;
    height: 36px;
    background-color: var(--accent);
    border-radius: 50%;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.btn-explore:hover .btn-circle {
    transform: rotate(45deg);
}

/* Services / About Section */
.feature-icon-lg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--secondary);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: 0.3s;
}
.card:hover .feature-icon-lg {
    background-color: var(--primary);
    color: var(--accent);
}

.feature-icon-sm {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--accent);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

/* CTA Section */
.bg-accent {
    background-color: var(--accent);
}
.bg-accent .btn-primary {
    color: var(--color-rank-2);
}
.bg-accent .btn-primary:hover {
    background-color: var(--color-rank-2);
    border-color: var(--color-rank-2);
    color: var(--primary);
}

/* Stats Section */
#stats-counter .display-4 {
    font-size: 3.5rem;
}

/* Search Box */
.search-tab-nav { display: inline-flex; background: var(--color-rank-24); backdrop-filter: blur(10px); border-radius: var(--radius-pill) var(--radius-pill) 0 0; padding: 5px 20px 0; }
.search-tab-btn { padding: 10px 25px; color: var(--color-rank-2); background: transparent; border: none; font-weight: 500; border-radius: 10px 10px 0 0; }
.search-tab-btn.active { background: var(--color-rank-2); color: var(--primary); }
.search-box { background: var(--color-rank-2); padding: 25px; border-radius: 0 var(--radius-lg) var(--radius-lg) var(--radius-lg); box-shadow: 0 20px 60px var(--color-rank-19); }

/* Timeline (Hakkımızda) */
.timeline { border-left: 2px solid var(--border-color); padding-left: 30px; margin-left: 20px; }
.timeline-item { position: relative; margin-bottom: 40px; }
.timeline-item::before { content: ''; position: absolute; left: -36px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); border: 2px solid var(--color-rank-2); box-shadow: 0 0 0 2px var(--accent); }

/* Project Detail Tabs */
.nav-pills .nav-link { color: var(--text-muted); border-radius: var(--radius-pill); padding: 10px 25px; }
.nav-pills .nav-link.active { background-color: var(--primary); color: var(--accent); }

/* Gallery Hover Effect */
.gallery-item {
    position: relative;
    display: block;
}
.gallery-item::after {
    content: '\f00e'; /* FontAwesome search-plus icon */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    color: var(--color-rank-2);
    font-size: 2rem;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}
.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-rank-36);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.gallery-item:hover::before,
.gallery-item:hover::after {
    opacity: 1;
}
.gallery-item:hover::after {
    transform: translate(-50%, -50%) scale(1);
}
.gallery-item img {
    transition: transform 0.3s ease;
}
.gallery-item:hover img {
    transform: scale(1.05);
}


/* Team Card */
.team-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadows-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadows-hover);
}
.team-card img {
    transition: transform 0.4s ease;
}
.team-card:hover img {
    transform: scale(1.05);
}
.team-card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    background: linear-gradient(to top, var(--color-rank-37), transparent);
    color: var(--color-rank-2);
}
.team-card-name {
    font-family: var(--font-heading);
    color: var(--color-rank-2);
    margin-bottom: 0.25rem;
}
.team-card-role {
    font-size: 0.85rem;
    color: var(--color-rank-23);
    letter-spacing: 0.5px;
}
.team-card .social-links {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(10px);
    transition: 0.3s ease;
}
.team-card:hover .social-links {
    opacity: 1;
    transform: translateX(0);
}
.team-card .social-links .btn {
    background-color: var(--color-rank-24);
    backdrop-filter: blur(5px);
    color: var(--color-rank-2);
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
}
.team-card .social-links .btn:hover {
    background-color: var(--accent);
    color: var(--primary);
}

/* Gallery Detail Page */
.gallery-top {
    aspect-ratio: 4 / 3;
}
.gallery-thumbs .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid var(--primary);
}


/* Filter Sidebar */
.filter-group {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.filter-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.filter-label {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
    display: block;
    font-size: 1.1rem;
}
.filter-group .form-check-label {
    font-size: 0.9rem;
}

/* Pagination */
.pagination .page-link {
    border-radius: 50% !important;
    margin: 0 5px;
    border: none;
    color: var(--primary);
}
.pagination .page-link:hover {
    background-color: var(--secondary);
}
.pagination .page-item.active .page-link {
    background-color: var(--primary);
    color: var(--accent);
}

/* Footer */
.footer-links li {
    margin-bottom: 0.75rem;
}
.footer-links a {
    color: var(--color-rank-23);
    text-decoration: none;
}
.footer-links a:hover {
    color: var(--color-rank-2);
    text-decoration: underline;
}

/* Sidebar Widgets */
.sidebar-widget .widget-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1.5rem;
}

.editor-content p {
    font-size: 1.08rem;
    color: var(--text-color, var(--color-rank-10));
    line-height: 1.5;
    margin-bottom: 1rem;
}

.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
    line-height: 1.25;
}

.editor-content ul {
    padding-left: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.editor-content ul li {
    position: relative;
    padding-left: 1.7em;
    margin-bottom: 0.5rem;
    color: var(--text-color, var(--color-rank-10));
    font-size: 1rem;
    line-height: 1.6;
}

.editor-content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--accent);
    position: absolute;
    left: 0;
    top: 0.04em;
    font-size: 1em;
}

.editor-content ol {
    padding-left: 1.5em;
    margin-bottom: 1rem;
    list-style: decimal inside;
}

.editor-content ol li {
    color: var(--text-color, var(--color-rank-10));
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.editor-content blockquote {
    font-style: italic;
    background: var(--surface-light, var(--color-rank-11));
    border-left: 4px solid var(--primary);
    color: var(--primary);
    padding: 1.2em 1.4em;
    border-radius: var(--radius-md, 12px);
    margin: 1rem 0;
}

.editor-content strong,
.editor-content b {
    font-weight: 600;
    color: var(--primary);
}

.editor-content em,
.editor-content i {
    color: var(--secondary);
}

.editor-content a {
    color: var(--accent, var(--color-rank-12));
    text-decoration: underline;
    transition: color 0.2s;
}
.editor-content a:hover {
    color: var(--primary);
    text-decoration: underline;
}

@media (max-width: 1200px) {
    html,body {
        overflow-x: hidden;
    }

}
@media (min-width:992px) and (max-width: 1200px) {
    .hero-title { font-size: 3.5rem; }
    .hero-section { min-height: 600px; }
}
@media (max-width: 991.98px) {
    .hero-title { font-size: 2.8rem; }
    .hero-section { min-height: 600px; }
    .section-padding { padding: 60px 0; }
    .navbar:not(.scrolled) .container-xl {
        border-radius: var(--radius-lg);
    }
    .hero-nav { display: none; }
    .gallery-grid-container {
        grid-template-rows: repeat(2, 150px);
    }

    .offcanvas-title {
        color: var(--text-light);
    }
    .offcanvas-body {
        overflow: unset;
        background-color: var(--primary);

    }
    .offcanvas-body .nav-link {
        color: var(--text-light);
    }
    .offcanvas-body .nav-link:hover {
        color: var(--accent);
    }
    .offcanvas-body .nav-link.active {
        color: var(--accent);
    }

    .language-dropdown .dropdown-menu-end[data-bs-popper] {
        position: relative;
        right: 0;
        left: auto;
        top: 0;
        bottom: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        margin: 0;

    }

    .offcanvas {
        width: 100% !important;
        max-width: 300px;
        height: 100vh;
        min-height: 100vh;
        top: -25px !important;
        right: -10px !important;

    }

    .navbar.scrolled .offcanvas {
        top: 0px !important;
        right: 0px !important;
    }

    .navbar:not(.scrolled) .container-xl {
        max-width: 95%;
    }

    .offcanvas-backdrop {
        left: -10px;
    }
   
}
@media (max-width: 767.98px) {
    .gallery-grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 250px 120px 120px;
    }
    .gallery-grid-item.main {
    .language-dropdown .dropdown-menu-end[data-bs-popper] .dropdown-item:hover {
        background-color: var(--primary);
        color: var(--accent);
    }
    .language-dropdown .dropdown-menu-end[data-bs-popper] .dropdown-item.active {
        background-color: var(--primary);
        color: var(--accent);
    }
    .language-dropdown .dropdown-menu-end[data-bs-popper] .dropdown-item.active::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
    .gallery-grid-item:nth-child(4) {
        display: none;
    }
}



/* whatsapp-Ã§errez */

.whatsapp-button {
    position: fixed;

    left: 20px;

    bottom: 20px;

    z-index: 999;

    /* DiÄŸer elementlerin Ã¼zerinde gÃ¶rÃ¼nmesini saÄŸlar */
}

.whatsapp-button a {
    display: block;
}

.whatsapp-button img {
    width: 45px;

    /* Ä°kon boyutunu ayarlayabilirsiniz */

    height: 45px;

    border-radius: 50%;

    /* Yuvarlak gÃ¶rÃ¼nÃ¼m iÃ§in */

    box-shadow: 2px 2px 8px var(--color-rank-30);

    /* Hafif gÃ¶lge */

    transition: transform 0.3s ease-in-out;

    /* Hover efekti iÃ§in geÃ§iÅŸ */
}

.whatsapp-button img:hover {
    transform: scale(1.1);

    /* Hoverda hafif bÃ¼yÃ¼me efekti */
}

/* Ã§erez bandÄ± */

.cookie-banner {
    position: fixed;

    left: 0;

    bottom: 0;

    width: 100%;

    background-color: #f8f8f8ef;

    color: var(--color-rank-13);

    padding: 15px 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    z-index: 1000;

    /* DiÄŸer elementlerin Ã¼zerinde gÃ¶rÃ¼nmesini saÄŸlar */

    box-shadow: 0 -2px 5px var(--color-rank-19);

    transform: translateY(100%);

    /* BaÅŸlangÄ±Ã§ta aÅŸaÄŸÄ± kaydÄ±rarak gizle */

    opacity: 0;

    /* GÃ¶rÃ¼nÃ¼rlÃ¼ÄŸÃ¼ de sÄ±fÄ±ra indir */

    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;

    /* OpaklÄ±k geÃ§iÅŸini de ekle */
}

.cookie-banner.show {
    transform: translateY(0);

    /* GÃ¶stermek iÃ§in yukarÄ± kaydÄ±r */

    opacity: 1;

    /* GÃ¶rÃ¼nÃ¼r yap */
}

.cookie-banner.hidden {
    transform: translateY(100%);

    opacity: 0;
}

.cookie-text {
    font-size: 16px;
}

.cookie-link {
    color: var(--primary);

    text-decoration: none;

    margin-left: 10px;
}

.cookie-link:hover {
    text-decoration: underline;
}

.cookie-button {
    background-color: var(--accent);

    color: var(--primary);

    border: none;

    padding: 5px 15px;

    border-radius: 5px;

    cursor: pointer;

    font-size: 16px;

    transition: background-color 0.3s ease-in-out;
}

.cookie-button:hover {
    background-color: var(--accent-hover);
    color: var(--primary);
}

/* Responsive TasarÄ±m */

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;

        align-items: stretch;

        padding: 10px;

        text-align: center;
    }

    .cookie-text {
        margin-bottom: 10px;
    }

    .cookie-link {
        display: block;

        margin: 5px 0;
    }

    .cookie-button {
        width: 100%;
    }
}

/* Ã§erez bandÄ± */

/* whatsapp-Ã§errez */

/* formlarla */

.swal2-container {
    z-index: 99999999999 !important;
}

.swal2-container .select2-container {
    display: none;
}

.zorunlu-alanlar {
    display: flex;

    gap: 10px;

    flex-direction: column;
}

.zorunlu-alanlar span {
    color: var(--color-rank-14);

    font-size: 14px;

    font-weight: 500;
}

div:where(.swal2-container) div:where(.swal2-actions) .swal2-confirm {
    background-image: none;
    color: var(--color-rank-2);
    background-color: var(--primary);
}

/* Spinner Stili */

.custom-spinner {
    display: inline-block;

    width: 16px;

    height: 16px;

    border: 2px solid var(--color-rank-2);

    border-top: 2px solid transparent;

    border-radius: 50%;

    animation: spin 0.8s linear infinite;

    margin-left: 8px;

    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.navbar-brand img {
    object-fit: contain;
}
.copyright-text a{
    transition: all 0.3s;
    color: var(--text-light);
}
.copyright-text a:hover {
    color: var(--accent-hover);
}

.feature-icon-lg img {
    object-fit: contain;
    transition: filter 0.3s;
}
.card:hover .feature-icon-lg {
    background-color: var(--accent);
}
/* .card:hover .feature-icon-lg img {
    filter: brightness(0) invert(1);
} */

.aspect-4-3 {
    aspect-ratio: 4 / 3;
}
.aspect-16-9 {
    aspect-ratio: 16 / 9;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--border-color);
}

.btn-padding {
    padding: 8px 24px 8px 24px !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active , .btn:disabled {
    background-color: var(--primary) !important;
    color: var(--text-light) !important;
    border-color: var(--primary) !important;

}

.ekip-detay-hizalama {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.ekip-detay-hizalama p {
    margin-bottom: 0;
}

.ekip-detay-hizalama a.btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ekip-contact-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ekip-contact-icon i {
    color: var(--primary) !important;
}

.link {
    color: var(--primary) !important;
    text-decoration: none !important;
    transition: all 0.3s;
    word-break: break-word;
}
.link:hover {
    color: var(--accent-hover) !important;
    text-decoration: none !important;
}

.card-padding {
    padding: 3rem;
}

.project-topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 3rem;
}
.project-topbar ul.nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 5px;
    padding: 0;
    list-style: none;
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
}
.project-topbar .nav-link {
    padding: 10px 20px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background-color: var(--color-rank-31);
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    font-weight: 500;
    margin: 0 5px;
    position: relative;
    padding: 10px 20px;
}
.project-topbar .nav-link:hover {
    background-color: var(--color-rank-31);
    color: var(--primary);
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    margin: 0 5px;
    position: relative;
    padding: 10px 20px;
}
.project-topbar .nav-link.active {
    background-color: var(--primary);
    color: var(--color-rank-2);
}

.pagination .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-link:hover {
    background-color: var(--accent);
    color: var(--primary);
}
.pagination .page-item.active .page-link {
    background-color: var(--primary);
    color: var(--color-rank-2);
}
.img-cover {
    object-fit: cover;
}
.make-sticky {
    position: sticky;
    top: 120px;
}
.project-detail-overlay {
    padding: 2rem;
}

.filter-sidebar .form-group, .mobile-filter-sidebar .form-group {
    margin-bottom: 1rem;
}

.filter-sidebar .form-group label, .mobile-filter-sidebar .form-group label {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    font-size: 1rem;
    color: var(--bs-body-color, var(--color-rank-15));
    line-height: 1.5;
    font-weight: 500;
    word-break: break-word;
}

/* Filter Sidebar Form Elements */
.filter-group .form-control,
.filter-group .form-select {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 10px 16px;
    font-size: 0.95rem;
    color: var(--text-dark);
    background-color: var(--surface-light);
    transition: all 0.3s ease;
    font-family: var(--font-body);
}

.filter-group .form-control:focus,
.filter-group .form-select:focus {
    border-color: var(--accent);
    outline: none;
    box-shadow: 0 0 0 3px var(--color-rank-20);
    background-color: var(--surface-light);
}

.filter-group .form-control:hover,
.filter-group .form-select:hover {
    border-color: var(--primary);
}

.filter-group .form-control::placeholder {
    color: var(--text-muted);
    opacity: 0.7;
}

/* Filter Group Form Labels (nested) */
.filter-group .form-group label:not(.filter-label) {
    font-size: 0.9rem;
    color: var(--text-dark);
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    font-family: var(--font-body);
}

/* Checkbox Styling */
.filter-group .form-check {
    margin-bottom: 0.75rem;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-group .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
    border: 2px solid var(--border-color);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.filter-group .form-check-input:checked {
    background-color: var(--accent);
    border-color: var(--accent);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231A1F16' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.filter-group .form-check-input:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--color-rank-20);
}

.filter-group .form-check-input:hover {
    border-color: var(--primary);
}

.filter-group .form-check-label {
    font-size: 0.9rem;
    color: var(--text-dark);
    cursor: pointer;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--font-body);
    user-select: none;
    transition: color 0.3s ease;
}

.filter-group .form-check:hover .form-check-label {
    color: var(--primary);
}

/* Filter Button Wrapper */
.filter-button-wrapper {
    padding-top: 1.5rem;
    transition: all 0.3s ease;
}

/* Make Float - Sticky filter button wrapper */
.filter-btn-area.make-float {
    position: sticky;
    bottom: 0;
    background-color: var(--surface-light);
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
    border-top: 1px solid var(--border-color);
    box-shadow: 0 -4px 20px var(--color-rank-38);
    z-index: 100;
    transition: all 0.3s ease;
}

/* Desktop filter sidebar için make-float */
.filter-sidebar .filter-btn-area.make-float {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Mobile filter body için make-float */
.mobile-filter-body .filter-btn-area.make-float {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.filter-button-wrapper .btn-primary {
    width: 100%;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: var(--radius-pill);
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0.3px;
}

.filter-button-wrapper .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px var(--color-rank-39);
}

.filter-button-wrapper a {
    display: block;
    text-align: center;
    margin-top: 12px;
    color: var(--text-muted);
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 4px 0;
}

.filter-button-wrapper a:hover {
    color: var(--primary);
    text-decoration: underline;
}

/* Filter Scroll Area */
.filter-scrool {
    max-height: 350px;
    overflow-y: auto;
    padding-right: 8px;
}

.filter-scrool::-webkit-scrollbar {
    width: 6px;
}

.filter-scrool::-webkit-scrollbar-track {
    background: var(--secondary);
    border-radius: 10px;
}

.filter-scrool::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.filter-scrool::-webkit-scrollbar-thumb:hover {
    background: var(--text-muted);
}

/* Number Input Styling */
.filter-group input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.filter-group input[type="number"]::-webkit-outer-spin-button,
.filter-group input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

/* Select Dropdown Styling */
.filter-group .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231A1F16' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    padding-right: 40px;
    cursor: pointer;
}

/* Responsive adjustments for filter sidebar */
@media (max-width: 991.98px) {
    .filter-group {
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
    }
    
    .filter-group .form-control,
    .filter-group .form-select {
        padding: 9px 14px;
        font-size: 0.9rem;
    }
    
    .filter-group .form-group {
        margin-bottom: 0.875rem;
    }
    
    .filter-button-wrapper {
        margin-top: 1.5rem;
        padding-top: 1.25rem;
    }
    

}

@media (max-width: 575.98px) {
    .filter-group {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    
    .filter-group .form-control,
    .filter-group .form-select {
        padding: 8px 12px;
        font-size: 0.875rem;
    }
    
    .filter-group .form-check {
        margin-bottom: 0.625rem;
    }
    
    .filter-group .form-check-input {
        width: 16px;
        height: 16px;
    }
    
    .filter-button-wrapper .btn-primary {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
    

}

label.filter-label {
    margin-bottom: 1.25rem;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    color: var(--primary, var(--color-rank-1));
    line-height: 1.6;
    font-weight: 600;
    font-family: var(--font-heading, 'Lora', serif);
    letter-spacing: -0.01em;
    word-break: break-word;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 0.5rem;
}

label.filter-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--accent, var(--color-rank-3)), transparent);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.filter-group:hover label.filter-label {
    color: var(--primary, var(--color-rank-1));
}

.filter-group:hover label.filter-label::after {
    width: 60px;
}



@media (max-width: 991.98px) {
    .ekip-detay-hizalama {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .card-padding {
        padding: 2rem;
    }

    .project-detail-overlay {
        padding: 1rem;
    }

}

@media (max-width: 575.98px) {

    .project-topbar ul.nav-pills {
        align-items: center;
        gap: 10px;
    }
}

/* Listing Detail Sidebar */
.listing-detail-sidebar {
/*     position: sticky;
    top: 120px; */
    z-index: 10;
}

.listing-detail-sidebar__price-card {
    background: var(--surface-light);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: 0 10px 30px var(--color-rank-21);
    padding: 0;
    margin-bottom: 1.5rem;
    transition: 0.3s;
    overflow: hidden;
}

.listing-detail-sidebar__price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 70px var(--color-rank-22);
}

.listing-detail-sidebar__price-wrapper {
    background: linear-gradient(135deg, var(--primary) 0%, var(--surface-dark) 100%);
    padding: 2rem;
    color: var(--text-light);
    position: relative;
    overflow: hidden;
}

.listing-detail-sidebar__price-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, var(--color-rank-20) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.listing-detail-sidebar__price {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 1rem;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.listing-detail-sidebar__location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-rank-40);
    font-size: 0.95rem;
    position: relative;
    z-index: 1;
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-rank-41);
}

.listing-detail-sidebar__location i {
    color: var(--accent);
    font-size: 1rem;
    flex-shrink: 0;
}

.listing-detail-sidebar__location span {
    line-height: 1.4;
    word-break: break-word;
}

.listing-detail-sidebar__options {
    padding: 2rem;
}

.listing-detail-sidebar__options-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--secondary);
    position: relative;
}

.listing-detail-sidebar__options-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--accent);
}

.listing-detail-sidebar__options-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.listing-detail-sidebar__options-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
    background: var(--secondary);
    border-radius: var(--radius-sm);
    gap: 1rem;
    transition: 0.3s;
    border: 1px solid transparent;
}

.listing-detail-sidebar__options-item:hover {
    background: var(--color-rank-20);
    border-color: var(--accent);
    transform: translateX(4px);
}

.listing-detail-sidebar__options-label {
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    flex-shrink: 0;
    min-width: 100px;
}

.listing-detail-sidebar__options-value {
    color: var(--text-dark);
    font-weight: 600;
    text-align: right;
    font-size: 0.9rem;
    line-height: 1.4;
    word-break: break-word;
}

@media (max-width: 1199.98px) {
    .listing-detail-sidebar__price {
        font-size: 2rem;
    }
    
    .listing-detail-sidebar__price-wrapper {
        padding: 1.75rem;
    }
    
    .listing-detail-sidebar__options {
        padding: 1.75rem;
    }
}

@media (max-width: 991.98px) {
    .listing-detail-sidebar__price {
        font-size: 2rem;
    }
    
    .listing-detail-sidebar__price-wrapper {
        padding: 1.5rem;
    }
    
    .listing-detail-sidebar__options {
        padding: 1.5rem;
    }
    
    .listing-detail-sidebar__options-item {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    
    .listing-detail-sidebar__options-label {
        min-width: auto;
    }
    
    .listing-detail-sidebar__options-value {
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .listing-detail-sidebar__price {
        font-size: 1.75rem;
    }
    
    .listing-detail-sidebar__price-wrapper {
        padding: 1.25rem;
    }
    
    .listing-detail-sidebar__options {
        padding: 1.25rem;
    }
    
    .listing-detail-sidebar__location {
        font-size: 0.85rem;
    }
    
    .listing-detail-sidebar__options-title {
        font-size: 1.1rem;
    }
}

.listing-detail-sidebar__consultant-card {
    background: var(--surface-light);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: 0 10px 30px var(--color-rank-21);
    padding: 2rem;
    text-align: center;
    transition: 0.3s;
}

.listing-detail-sidebar__consultant-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 70px var(--color-rank-22);
}

.listing-detail-sidebar__consultant-link {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-bottom: 1.5rem;
}

.listing-detail-sidebar__consultant-link:hover {
    text-decoration: none;
}

.listing-detail-sidebar__consultant-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    display: block;
    box-shadow: 0 10px 30px var(--color-rank-19);
    border: 4px solid var(--secondary);
    transition: 0.3s;
}

.listing-detail-sidebar__consultant-link:hover .listing-detail-sidebar__consultant-img {
    transform: scale(1.05);
    box-shadow: 0 15px 40px var(--color-rank-25);
}

.listing-detail-sidebar__consultant-name {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.listing-detail-sidebar__consultant-title {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.listing-detail-sidebar__consultant-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.listing-detail-sidebar__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: var(--radius-pill);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.listing-detail-sidebar__btn--whatsapp {
    background-color: var(--color-rank-16);
    color: var(--color-rank-2);
}

.listing-detail-sidebar__btn--whatsapp:hover {
    background-color: var(--color-rank-17);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px var(--color-rank-42);
    color: var(--color-rank-2);
}

.listing-detail-sidebar__btn--phone {
    background-color: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.listing-detail-sidebar__btn--phone:hover {
    background-color: var(--primary);
    color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px var(--color-rank-43);
}

@media (max-width: 991.98px) {
    .listing-detail-sidebar {
        position: static;
        margin-top: 2rem;
    }
}


.map-area {
    aspect-ratio: 16 / 9;
}

.map-area iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Blog Category Widget */
.sidebar-widget.blog-category-widget ul li {
    margin-bottom: 0.5rem;
}

.sidebar-widget.blog-category-widget ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-dark);
    font-weight: 500;
    background-color: var(--secondary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 0.75rem 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sidebar-widget.blog-category-widget ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--accent);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.sidebar-widget.blog-category-widget ul li a:hover {
    color: var(--primary);
    background-color: var(--color-rank-20);
    border-color: var(--accent);
    transform: translateX(4px);
    box-shadow: 0 4px 12px var(--color-rank-26);
}

.sidebar-widget.blog-category-widget ul li a:hover::before {
    transform: scaleY(1);
}

.sidebar-widget.blog-category-widget ul li a.active {
    color: var(--primary);
    font-weight: 600;
    background: linear-gradient(135deg, var(--color-rank-44) 0%, var(--color-rank-32) 100%);
    border-color: var(--accent);
    box-shadow: 0 4px 12px var(--color-rank-45);
}

.sidebar-widget.blog-category-widget ul li a.active::before {
    transform: scaleY(1);
}

.sidebar-widget.blog-category-widget ul li a .badge {
    background-color: var(--primary);
    color: var(--accent);
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-pill);
    min-width: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.sidebar-widget.blog-category-widget ul li a:hover .badge,
.sidebar-widget.blog-category-widget ul li a.active .badge {
    background-color: var(--accent);
    color: var(--primary);
    transform: scale(1.1);
}

.no-results {
      border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: 0 10px 30px var(--color-rank-21);
    transition: 0.3s;
    background: var(--surface-light);
    overflow: hidden;  
    padding: 1.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}




/* Blog Detail Bottom */
.blog-detail-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    border-top: 2px solid var(--border-color);
    flex-wrap: wrap;
}

.blog-detail-bottom__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.blog-detail-bottom__category-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--surface-dark) 100%);
    color: var(--accent);
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.blog-detail-bottom__category-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--color-rank-18), transparent);
    transition: left 0.5s ease;
}

.blog-detail-bottom__category-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px var(--color-rank-46);
    color: var(--accent);
}

.blog-detail-bottom__category-badge:hover::before {
    left: 100%;
}

.blog-detail-bottom__date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-muted);
    font-style: italic;
    font-size: 0.95rem;
    white-space: nowrap;
}

.blog-detail-bottom__date i {
    color: var(--accent);
    font-size: 1rem;
}

.blog-detail-bottom__date span {
    font-family: var(--font-body);
}

/* Form Title */
.form-title {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    line-height: 1.3;
}

.form-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent) 0%, transparent 100%);
    border-radius: var(--radius-pill);
}

@media (max-width: 767.98px) {
    .form-title {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
        padding-bottom: 0.875rem;
    }
    
    .form-title::after {
        width: 50px;
        height: 2px;
    }
}

@media (max-width: 575.98px) {
    .form-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
    }
}



/* Map Area Contact */
.map-area-contact {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 0;
    overflow: hidden;
}

.map-area-contact__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.map-area-contact__wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 5;
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    box-shadow: 0 20px 60px var(--color-rank-25);
    border: 1px solid var(--border-color);
    background: var(--secondary);
    transition: all 0.3s ease;
}

.map-area-contact__wrapper:hover {
    box-shadow: 0 30px 80px var(--color-rank-30);
    transform: translateY(-4px);
}

.map-area-contact iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}

.map-area-contact__wrapper:hover iframe {
    filter: grayscale(0) ;
}

.map-area-contact__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--color-rank-32) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.map-area-contact__wrapper:hover::before {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .map-area-contact {
        margin-top: 3rem;
    }
    
    .map-area-contact__wrapper {
        aspect-ratio: 16 / 6;
        border-radius: var(--radius-md);
    }


}

@media (max-width: 767.98px) {
    .map-area-contact {
        margin-top: 2rem;
    }
    
    .map-area-contact__wrapper {
        aspect-ratio: 4 / 3;
        border-radius: var(--radius-sm);
        box-shadow: 0 10px 30px var(--color-rank-19);
    }
    
    .map-area-contact__wrapper:hover {
        transform: none;
        box-shadow: 0 15px 40px var(--color-rank-25);
    }
}

@media (max-width: 767.98px) {
    .page-banner .page-title {
        font-size: 2.5rem;
    }
    
    .blog-detail-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .blog-detail-bottom__date {
        width: 100%;
        padding-top: 1rem;
        border-top: 1px solid var(--border-color);
    }
}

@media (max-width: 575.98px) {
    .blog-detail-bottom {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
    
    .blog-detail-bottom__category-badge {
        font-size: 0.8rem;
        padding: 0.4rem 0.875rem;
    }
    
    .blog-detail-bottom__date {
        font-size: 0.875rem;
    }


        .hero-content {
        padding-top: 80px !important;
    }
}

.custom-icon {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    display: block;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: var(--primary);
    transition: all 0.3s;

}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0px;
        font-size: 14px;
    }
}