/* ===============================
   GENEL AYARLAR
================================= */

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    padding-top: 0; /* kaldırıldı */
}

/* ===============================
   NAVBAR
================================= */

.main-navbar {
    background: #2f4561;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    height: 90px;
    display: flex;
    align-items: center;
}

.main-navbar .nav-link {
    color: #fff;
    font-weight: 600;
    letter-spacing: .3px;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus {
    color: #ffc107;
}

.main-navbar .navbar-brand img {
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

.main-navbar .navbar-toggler {
    border: 1px solid rgba(255,255,255,.5);
}

.main-navbar .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.products-dropdown {
    position: static;
}

.products-dropdown .dropdown-menu {
    width: 100%;
    min-width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-radius: 0;
    padding: 18px 0;
    margin-top: 0;
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
    background: #2f4561;
    z-index: 1050;
}

.products-mega .container {
    max-width: 1200px;
}

.products-mega .product-type-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 18px 12px;
    text-decoration: none;
    color: #111;
    transition: all .2s ease;
    height: 100%;
}

.products-mega .product-type-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

.product-type-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f2f4f8;
    color: #0b2545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.product-type-image {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
    background: #f2f4f8;
    margin-bottom: 15px;
}

.product-type-title {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .6px;
    text-align: center;
}

.category-showcase-section {
    padding: 70px 0;
}

.category-showcase-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(0,0,0,.08);
    text-decoration: none;
    color: inherit;
    transition: transform .2s ease, box-shadow .2s ease;
}

.category-showcase-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,0,0,.12);
}

.category-showcase-logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f2f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.category-showcase-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.category-showcase-initial {
    font-weight: 700;
    color: #0b2545;
}

.category-showcase-info {
    flex: 1;
}

.category-showcase-title {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.category-showcase-meta {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.category-showcase-link {
    font-size: 12px;
    color: #0b2545;
    font-weight: 600;
    white-space: nowrap;
}

.products-category-strip {
    padding: 60px 0 40px;
    background: #ffffff;
}

.products-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.products-category-heading {
    font-weight: 800;
    font-size: 24px;
    margin: 0;
}

.products-category-subtitle {
    margin: 6px 0 0;
    color: #6b7280;
    font-size: 14px;
}

.products-category-all {
    padding: 10px 18px;
    border-radius: 10px;
    background: #0b2545;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.products-category-all:hover {
    color: #fff;
    background: #102f57;
}

.products-category-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px 22px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    text-decoration: none;
    color: inherit;
    transition: transform .2s ease, box-shadow .2s ease;
}

.products-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
}

.products-category-card--primary {
    border: 1px solid rgba(11,37,69,.15);
    background: linear-gradient(135deg, #f8fafc, #ffffff);
}

.products-category-card-body {
    display: flex;
    align-items: center;
    gap: 18px;
}

.products-category-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #f2f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.products-category-img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.products-category-initial {
    font-weight: 700;
    color: #0b2545;
}

.products-category-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.products-category-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.products-category-count {
    font-size: 13px;
    color: #6b7280;
}

.products-category-subtext {
    font-size: 12px;
    color: #94a3b8;
}

.products-category-link {
    font-size: 13px;
    color: #0b2545;
    font-weight: 600;
    white-space: nowrap;
}

.products-category-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.products-category-toggle {
    border: 0;
    background: #f2f4f8;
    color: #0b2545;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
}

.products-category-toggle:hover {
    background: #e6eaf2;
}

.products-subcategory-panel {
    border-top: 1px solid #eef1f6;
    padding-top: 12px;
}

.products-subcategory-panel-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.products-subcategory-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 10px;
    background: #f8fafc;
    color: #0b2545;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #e6eaf2;
    width: fit-content;
}

.products-subcategory-item:hover {
    background: #e6eaf2;
}

.products-subcategory-branch {
    color: #6b7280;
    font-weight: 700;
}

.products-subcategory-item.depth-1 {
    background: #f2f6fc;
}

.products-subcategory-item.depth-2,
.products-subcategory-item.depth-3,
.products-subcategory-item.depth-4,
.products-subcategory-item.depth-5 {
    background: #f8fafc;
    border-left: 3px solid #d7e2f1;
}

.products-selected-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.products-selected-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #6b7280;
    font-weight: 600;
}

.products-selected-name {
    font-size: 22px;
    font-weight: 800;
    color: #0b2545;
}

.products-selected-clear {
    font-size: 13px;
    color: #0b2545;
    text-decoration: none;
    font-weight: 600;
}

.products-selected-clear:hover {
    color: #0b2545;
    text-decoration: underline;
}

.product-card-pro-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #fff;
    padding: 10px;
}

@media (max-width: 575.98px) {
    .product-card-pro-image {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 991.98px) {
    .products-category-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .products-category-all {
        width: 100%;
        text-align: center;
    }

    .products-selected-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991.98px) {
    .products-dropdown .dropdown-menu {
        position: static;
        box-shadow: none;
        border-top: 0;
        padding: 12px 0;
    }
}

@media (max-width: 991.98px) {
    body.menu-open {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }

    .main-navbar .navbar-collapse.show,
    .main-navbar .navbar-collapse.collapsing {
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2f4561;
        padding: 16px 20px 30px;
        overflow-y: auto;
        z-index: 1200;
        transition: none !important;
    }

    .main-navbar .navbar-nav {
        gap: 6px;
    }

    .main-navbar .nav-link {
        display: block;
        padding: 12px 8px;
        border-radius: 10px;
    }

    .main-navbar .btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) { }

/* ===============================
   HERO MAIN
================================= */

.hero-main {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('../images/hero-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 130px;
}

.hero-slider .carousel-item {
    transition: transform .5s ease;
}

.hero-slide {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 130px;
}

.hero-slide-1 {
    background-image: url('../images/hero-bg.jpg');
}
.hero-slide-2 {
    background-image: url('../images/klass.jpg');
}

.hero-slide-3 {
    background-image: url('../images/vigor.jpg');
}

.hero-slide-4 {
    background-image: url('../images/cycle.jpg');
}

.hero-cards-section {
    position: relative;
    margin-top: -200px;
    padding-bottom: 40px;
    z-index: 3;
}


/* Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(10,30,60,.75), rgba(10,30,60,.75));
    z-index: 1;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 900px;
    margin-top: -200px; 
}

.hero-title {
    font-size: 80px;
    font-weight: 800;
}

    .hero-title span {
        display: block;
        font-size: 40px;
        font-weight: 600;
        margin-top: 10px;
    }

.hero-subtitle {
    margin-top: 20px;
    font-size: 18px;
    opacity: .9;
}

.hero-btn {
    margin-top: 30px;
    padding: 12px 40px;
    font-weight: 600;
    border-radius: 8px;
}

/* ===============================
   FLOATING CARDS
================================= */

.hero-cards {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    z-index: 3;
}

.glass-card {
    background: rgba(255,255,255,.12);
    border: 2px solid #6b7280; /* Ana kurumsal renk */
    border-radius: 16px;
    padding: 30px;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: all .3s ease;
}

    .glass-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 50px rgba(0,0,0,.15);
        border-color: #ffc107;
    }

@media (max-width: 991.98px) {
    .hero-main {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .hero-content {
        max-width: 100%;
        margin-top: 0;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-title span {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-cards {
        position: relative;
        bottom: auto;
        margin-top: 28px;
    }

    .hero-cards .row {
        flex-direction: column;
    }

    .hero-cards .col-md-4 {
        width: 100%;
    }

    .hero-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 90px;
        min-height: 70vh;
    }

    .hero-cards-section {
        margin-top: 0;
        padding-top: 24px;
        background: #102f57;
    }
}

@media (max-width: 575.98px) {
    .hero-main {
        padding-top: 110px;
    }

    .hero-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .hero-slide {
        padding-top: 80px;
        min-height: 60vh;
    }

    .hero-slide-2,
    .hero-slide-4 {
        background-size: contain;
        background-position: center center;
        background-color: #0b2545;
    }
}

@media (max-width: 991.98px) {
    .hero-main {
        min-height: auto;
        padding-top: 130px;
        padding-bottom: 40px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-title span {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-cards {
        position: relative;
        bottom: auto;
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .hero-main {
        padding-top: 110px;
    }

    .hero-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .hero-cards-section {
        background: #102f57;
    }
}

@media (max-width: 991.98px) {
    .hero-cards-section .glass-card {
        background: #0b2545;
        border-color: rgba(255,255,255,.2);
        color: #fff;
    }

    .hero-cards-section .glass-card h5 {
        color: #ffffff;
        font-weight: 800;
    }

    .hero-cards-section .glass-card p {
        color: rgba(255,255,255,.95);
    }

    .hero-cards-section .glass-card .btn {
        font-weight: 700;
    }
}

@media (max-width: 575.98px) {
    .hero-cards-section .glass-card {
        background: #0b2545;
        border-color: rgba(255,255,255,.2);
        color: #fff;
    }
}

@media (max-width: 991.98px) {
    .hero-content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-title {
        font-size: clamp(34px, 8vw, 52px);
        line-height: 1.1;
    }

    .hero-title span {
        font-size: clamp(22px, 5vw, 30px);
    }

    .hero-subtitle {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
        width: 12%;
    }
}

@media (max-width: 575.98px) {
    .hero-slide {
        min-height: 68vh;
        padding-top: 96px;
        padding-bottom: 24px;
        background-position: center top;
    }

    .hero-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-title {
        font-size: clamp(28px, 10vw, 40px);
    }

    .hero-title span {
        font-size: clamp(18px, 5.5vw, 24px);
        margin-top: 8px;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-top: 14px;
    }

    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
        display: none;
    }

    .hero-slider .carousel-indicators {
        margin-bottom: 12px;
    }

    .hero-slider .carousel-indicators button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .hero-slide-2,
    .hero-slide-4 {
        background-size: contain;
        background-position: center 58%;
    }
}

/* ===============================
   FOOTER
================================= */

.footer-pro {
    background: #0b2545;
    color: #fff;
}

.footer-title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 12px;
}

.footer-text {
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ===============================
   PRODUCT DETAIL
================================= */
.product-detail-container {
    padding-top: 110px;
}

@media (max-width: 991.98px) {
    .product-detail-container {
        padding-top: 130px;
    }
}

.footer-links li {
    margin-bottom: 8px;
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

.footer-links a {
    color: rgba(255,255,255,.85);
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffc107;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.7);
    font-size: 13px;
}
/* Dashboard Card */
.dashboard-card {
    border-radius: 12px;
    transition: .3s;
}

    .dashboard-card:hover {
        transform: translateY(-5px);
    }

.about-hero {
    background: linear-gradient(135deg, #0b2545, #1c3e6e);
    padding: 120px 0 90px;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.15);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.about-title {
    margin-top: 18px;
    font-weight: 800;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.1;
}

.about-lead {
    margin-top: 16px;
    font-size: 16px;
    color: rgba(255,255,255,.85);
}

.about-hero-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    padding: 24px;
    backdrop-filter: blur(10px);
}

.about-hero-card-title {
    font-weight: 700;
    font-size: 18px;
}

.about-hero-card-text {
    margin-top: 10px;
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

.about-hero-card-metrics {
    display: flex;
    gap: 24px;
    margin-top: 20px;
}

.about-metric-value {
    font-size: 24px;
    font-weight: 800;
}

.about-metric-label {
    font-size: 12px;
    color: rgba(255,255,255,.7);
    letter-spacing: .4px;
    text-transform: uppercase;
}

.about-section {
    padding: 80px 0;
}

.bg-soft {
    background: #f6f8fb;
}

.section-title {
    font-weight: 700;
    font-size: clamp(22px, 3vw, 32px);
}

.section-text {
    color: #4a5568;
    font-size: 16px;
    margin-top: 14px;
}

.about-image-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.about-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.about-stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #0b2545;
}

.about-stat-label {
    margin-top: 6px;
    font-size: 13px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.about-value-card {
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
    height: 100%;
}

.about-value-card h5 {
    font-weight: 700;
}

.about-value-card p {
    margin-top: 10px;
    color: #4a5568;
}

.about-mv-card {
    background: #0b2545;
    color: #fff;
}

.about-mv-card--accent {
    background: linear-gradient(135deg, #0b2545, #1c3e6e);
}

.about-mv-card--light {
    background: #2f4561;
    border: 1px solid #e5e7eb;
    color: #fff;
}

.about-mv-card--light p {
    color: #4a5568;
}

.about-mv-card p {
    color: rgba(255,255,255,.8);
}

.about-mv-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .3px;
}

.about-mv-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.about-mv-icon svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.about-mv-icon--light {
    background: #fff;
}

.about-mv-icon--light svg {
    fill: #2f4561;
}

.brands-hero {
    background: linear-gradient(135deg, #0b2545, #1c3e6e);
    padding: 120px 0 90px;
}

.brands-hero-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    padding: 24px;
    backdrop-filter: blur(10px);
}

.brands-hero-title {
    font-weight: 700;
    font-size: 18px;
}

.brands-hero-text {
    margin-top: 10px;
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

.brand-stat {
    background: rgba(255,255,255,.15);
    border-radius: 14px;
    padding: 12px 18px;
}

.brand-stat-value {
    font-size: 22px;
    font-weight: 800;
}

.brand-stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: rgba(255,255,255,.7);
}

.brands-section {
    padding: 80px 0;
}

.brand-logo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 24px 18px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
    text-decoration: none;
    color: inherit;
    transition: transform .2s ease, box-shadow .2s ease;
}

.brand-logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0,0,0,.12);
}

.brand-logo-box {
    width: 110px;
    height: 110px;
    border-radius: 22px;
    background: #f2f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.brand-logo-img-lg {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.brand-logo-text {
    font-weight: 800;
    font-size: 28px;
    color: #0b2545;
}

.brand-name {
    font-weight: 700;
}

.brand-meta {
    font-size: 13px;
    color: #6b7280;
}

.brand-link {
    font-size: 13px;
    color: #0b2545;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .about-hero {
        padding: 110px 0 70px;
    }

    .about-hero-card-metrics {
        flex-direction: column;
        gap: 12px;
    }

    .brands-hero {
        padding: 110px 0 70px;
    }

    .brands-section {
        padding: 60px 0;
    }
}

@media (max-width: 575.98px) {
    .about-section {
        padding: 60px 0;
    }
}

.contact-hero {
    background: linear-gradient(135deg, #0b2545, #163a67);
    padding: 110px 0 80px;
}

.contact-hero-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    padding: 24px;
    backdrop-filter: blur(10px);
}

.contact-hero-title {
    font-weight: 700;
    font-size: 18px;
}

.contact-hero-text {
    margin-top: 10px;
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

.contact-hero-actions {
    margin-top: 16px;
    display: grid;
    gap: 10px;
}

.contact-section {
    padding: 80px 0;
}

.contact-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
    height: 100%;
}

.contact-info-title {
    font-weight: 700;
    font-size: 16px;
}

.contact-info-text {
    margin-top: 8px;
    font-size: 18px;
    color: #0b2545;
}

.contact-info-meta {
    margin-top: 8px;
    font-size: 13px;
    color: #6b7280;
}

.contact-form-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 36px rgba(0,0,0,.08);
}

.contact-form .form-control {
    border-radius: 10px;
    padding: 12px 14px;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #0b2545;
}

.contact-map-card {
    background: #fff;
    border-radius: 18px;
    padding: 12px;
    height: 100%;
    box-shadow: 0 18px 36px rgba(0,0,0,.08);
}

.contact-map-iframe {
    width: 100%;
    border: 0;
    border-radius: 14px;
    min-height: 360px;
    height: 100%;
}

@media (max-width: 991.98px) {
    .contact-hero {
        padding: 100px 0 60px;
    }

    .contact-section {
        padding: 60px 0;
    }
}

@media (max-width: 575.98px) {
    .contact-map-iframe {
        min-height: 260px;
    }
}
/* NAVBAR LOGO */
.navbar-logo {
    height: 85px;
    transition: 0.3s;
}

/* MOBİL */
@media (max-width:768px) {

    .navbar-logo {
        height: 70px;
    }
}