/* ===================================
    Crafto - Logistics 
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* variable */
:root {
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;
    --base-color: #2071B7;
    --secondary-color: #E21019;
    --dark-gray: #141414;
    --medium-gray: #707070;
    --aluminium-grey: rgba(255, 255, 255, 0.4);
}

/* reset */
body {
    font-size: 18px;
    line-height: 30px;
}

a:hover {
    color: var(--dark-gray);
}

/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}

.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: #1a639f;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Hover efekti */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding-left: 30px;
}

/* Hover anında ok ikonu sağa kayabilir istersen */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover::after {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
    opacity: 0.6;
}

/* Arka plan kayma efekti için */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    z-index: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover::before {
    width: 100%;
}



header .navbar-brand img {
    max-height: 58px;
}

.header-top-bar div>a {
    color: var(--light-gray);
}

.header-top-bar div>a:hover {
    color: var(--white);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 35px;
}

.hamburger-logo img {
    max-height: 85px;
}

.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 45px;
    line-height: 40px;
}

header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--dark-gray);
}

header .btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}

header .btn.btn-small {
    font-size: 15px;
    padding: 10px 18px;
}

/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}

.btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}

.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px;
}

.btn.btn-large {
    font-size: 17px;
    padding: 14px 28px;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 12px 24px;
}

.btn.btn-small {
    font-size: 15px;
}

.btn.btn-very-small {
    font-size: 14px;
    padding: 9px 20px;
}

/* counter style */
.counter-style-04 .vertical-counter:after {
    color: var(--base-color);
}

.review-star-icon i {
    color: var(--base-color);
}

/* footer style */
footer ul li {
    margin-bottom: 1px;
}

footer p {
    line-height: 28px;
}

/* page title */
.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.688rem;
}

.page-title-double-large h2 {
    font-size: 16px;
    line-height: 28px;
}

/* top bottom left right class */
.right-12 {
    right: 12%;
}

.space-between {
    justify-content: space-between;
}

.bg-jungle-green {
    background-color: #2ebb79;
}

.list-type li {
    list-style: circle;
}

/* Outside box */
.outside-box-top-205px {
    margin-top: -205px;
}

/* Transparent background color */
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}

@media (max-width: 1399px) {
    .xl-h-180px {
        height: 180px;
    }

    .xl-w-180px {
        width: 180px;
    }
}

@media (max-width: 1199px) {
    .outside-box-top-200px {
        margin-top: -150px;
    }

    .mobile-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .outside-box-top-200px {
        margin-top: 0;
    }

    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        padding-bottom: 15px;
    }

    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 38px;
        line-height: 34px;
    }

    .banner-st {
        border-radius: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

.mobile-menu {
    display: none;
}

.hm-submenu-container {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.5s ease;
    display: block;
    position: relative;
    width: 100%;
}

.hm-submenu-container-active {
    max-height: 600px;
    opacity: 1;
    transform: translateY(0);
}

.hm-submenu {
    background-color: #FFF;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
}

.hm-submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hm-submenu li {
    margin-bottom: 10px;
}

.hm-submenu a {
    color: dark;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    transition: color 0.3s;
}

.hm-submenu a:hover {
    color: #1e90ff;
}

@media (max-width: 768px) {
    .hm-submenu-container {
        margin-bottom: 40px;
        margin-top: -80px;
    }
}

.divider-line {
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.2);
}


.menus-hamburger a {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    transition: color 0.3s;
}

.footer-contact ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

.footer-contact ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.footer-lang .lang-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #222;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #444;
    transition: background-color 0.3s ease;
}

.footer-lang .lang-wrapper:hover {
    background-color: #333;
}

.footer-lang .lang-wrapper a {
    color: #aaa;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0 12px;
    transition: color 0.3s ease;
}

.footer-lang .lang-wrapper a.active {
    color: #fff;
    font-weight: bold;
}

.footer-lang .lang-wrapper a:hover {
    color: #fff;
}

.footer-lang .lang-wrapper .separator {
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #555;
}

.footer-contact ul li a i {
    font-size: 15px;
    margin-right: 10px;
    color: var(--base-color);
}

.header-year {
    max-height: 44px;
}

.banner-st {
    border-radius: 40px;
    margin-right: 45px;
    margin-left: 45px;
}


.timeline-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    position: relative;
    overflow-x: hidden;
}

.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    z-index: 2;
    opacity: 0;
    transform: translateY(50px);
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

.timeline-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 5px solid #007bff;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Orta Çizgi Noktaları */
.timeline-item::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 4px solid white;
    background-color: #007bff;
    z-index: 3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.timeline-item:nth-child(odd)::before {
    right: -30px;
}

.timeline-item:nth-child(even)::before {
    left: -30px;
}

@media (max-width: 980px) {
    .lf-ham {
        display: none !important;
    }
}

.header-a:hover {
    color: #FFF;
}

.sector-img {
    height: 250px;
    object-fit: cover;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 40px;
        margin-bottom: 20px;
    }

    .timeline-item:nth-child(even) {
        left: 0;
        text-align: left;
    }

    .timeline-item::before {
        left: 10px;
        right: auto;
    }
}

.blog-popular-image {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.parallax-scrolling-style-2 {
    background-size: contain !important;
    background-repeat: no-repeat;
}

.social-icon a i {
    margin-right: 7px !important;
}

.social-icon a {
    justify-content: center;
    display: block;
    align-items: center;
    font-size: 14px;
}

.team-style-01 p {
    font-size: 16px;
}

.team-style-01 figure {
    padding-bottom: 130px !important;
}


/* Genel Tab Container */
.sales-tab-container {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    /* Uzun isimlerin taşmasını önler */
    white-space: nowrap;
    /* Tek satırda kalmasını sağlar */
    padding: 10px;
    margin-bottom: 30px;
}

/* Tab Listesi */
.sales-nav-tabs {
    display: flex;
    gap: 15px;
    /* Sekmeler arası boşluk */
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Tekli Tab */
.sales-nav-item {
    flex-grow: 1;
    text-align: center;
}

/* Tab Link */
.sales-nav-link {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 25px;
    /* Oval kenarlar */
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
    min-width: 180px;
    /* Minimum genişlik */
    text-align: center;
}

/* Aktif Tab */
.sales-nav-link.active {
    background: #E21019;
    /* Mavi ton */
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

/* Hover Efekti */
.sales-nav-link:hover {
    background: #0056b3;
    color: white;
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .sales-nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        display: flex;
        white-space: nowrap;
    }

    .sales-nav-item {
        flex: 1;
    }

    .sales-nav-link {
        font-size: 14px;
        padding: 10px 15px;
    }
}


.product-image-thumb img {
    height: 80px;
}

.product-image img {
    height: 471px;
    object-fit: cover;
}



.certificates-img img {
    height: 400px;
    object-fit: contain;
    width: 100%;
}



.product-table-container table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #fff;
    table-layout: auto;
}

.product-table-container thead th {
    background: #343a40;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #dee2e6;
}

.product-table-container tbody td {
    padding: 12px;
    text-align: center;
    border: 1px solid #dee2e6;
}

.product-table-container tbody tr:nth-child(even) {
    background: #f1f3f5;
}

.product-table-container ul li {
    list-style: circle !important;
}

/* ──────────── MOBİL: KART DÜZENİ ──────────── */
@media (max-width: 768px) {

    .product-table-container table,
    .product-table-container thead,
    .product-table-container tbody,
    .product-table-container th,
    .product-table-container td,
    .product-table-container tr {
        display: block;
    }

    .product-table-container table {
        min-width: unset;
    }

    .product-table-container thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .product-table-container tr {
        border: 1px solid #dee2e6;
        border-radius: 8px;
        margin-bottom: 10px;
        padding: 10px;
        background: #fff;
    }

    .product-table-container td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
        white-space: normal;
    }

    .product-table-container td::before {
        content: attr(data-label);
        position: absolute;
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        color: #495057;
    }

    .product-table-container td:last-child {
        padding-bottom: 12px;
    }
}


.step.active {
    color: var(--secondary-color);
}

.step.active .check-ac {
    background: #000;
}

.step-content {
    position: relative;
}

.step-pane {
    display: none;
}

.step-pane.active {
    display: block;
}

/* Genel Tasarım */
.cal-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

/* Üst Tab Menüsü */
.cal-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}

.cal-tab {
    background: transparent;
    border: none;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #555;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.cal-tab i {
    font-size: 18px;
    color: #666;
    transition: color 0.3s ease;
}

.cal-tab span {
    display: inline-block;
}

.cal-tab:hover {
    background: #007bff;
    color: #ffffff;
}

.cal-tab:hover i {
    color: #ffffff;
}

.cal-tab.active {
    background: #007bff;
    color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 123, 255, 0.3);
}

.cal-tab.active i {
    color: #ffffff;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .cal-tabs {
        gap: 6px;
        padding: 10px;
    }

    .cal-tab {
        font-size: 14px;
        padding: 10px 14px;
    }

    .cal-tab i {
        font-size: 16px;
    }
}

/* Hesaplama İçeriği */
.cal-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.cal-form {
    display: none;
    flex-wrap: wrap;
    padding: 20px;
}

.cal-form.active {
    display: flex;
    flex-direction: row;
}

.cal-form-left,
.cal-form-right {
    flex: 1;
}

.cal-form-right {
    display: block;
    justify-content: center;
    align-items: center;
}

.cal-gorsel {
    width: 100%;
    max-width: 300px;
}

/* Input */
.cal-input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Hesapla Butonu */
.cal-btn {
    width: 100%;
    padding: 12px;
    background: #e67e22;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cal-btn:hover {
    background: #d35400;
}

/* Sonuç */
.cal-result {
    margin-top: 10px;
    padding: 10px;
    background: #f5f5f5;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .cal-tabs {
        flex-direction: column;
        align-items: center;
    }

    .cal-tab {
        width: 100%;
        justify-content: center;
    }

    .cal-form {
        flex-direction: column;
        text-align: center;
    }

    .cal-form-left,
    .cal-form-right {
        width: 100%;
    }

    .cal-gorsel {
        max-width: 250px;
    }

    header .navbar-brand img {
        max-height: 43px;
    }
}

.whatsapp-chat-button {
    position: fixed;
    bottom: 15px;
    left: 20px;
    z-index: 9999;
    text-decoration: none;
    transition: all 0.4s ease;
}

.chat-content {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #25D366, #128C7E);
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(18, 140, 126, 0.4);
    transition: all 0.3s ease;
}

.chat-content:hover {
    background: linear-gradient(135deg, #20c25c, #0e7b6f);
    box-shadow: 0 10px 24px rgba(18, 140, 126, 0.5);
    transform: translateY(-3px);
}

.chat-text {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-left: 12px;
    white-space: nowrap;
}

.chat-icon {
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.chat-icon img {
    width: 26px;
    height: 26px;
}

/* Pulse Animasyonu */
.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.85;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



.text-editor strong {
    color: #000 !important;
}

.text-editor ul li {
    list-style: circle !important;
}

.hover-success:hover {
    color: #198754 !important;
}

.hover-darks:hover {
    color: #000 !important;
}

.hover-whites:hover {
    color: #fff !important;
}

.blog-text-editor strong {
    color: #000 !important;
}

.values-min {
    min-height: 160px;
}

.blog-text-editor ul li {
    list-style: circle !important;
}

.blog-detail-random {
    height: 240px;
    object-fit: cover;
}

.certificate-tabs .swiper-slide {
    width: auto !important;
}

.category-tab {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #d1d5db;
    color: #212529;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 24px;
    border-radius: 50px;
    margin: 6px 8px;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
}

.category-tab:hover {
    background: linear-gradient(180deg, #e9f3ff 0%, #d9eaff 100%);
    color: #0056b3;
    border-color: #0056b3;
    box-shadow: 0 4px 12px rgba(0, 86, 179, 0.15);
}

.category-tab.active {
    background: linear-gradient(180deg, var(--base-color) 0%, #0b5ed7 100%);
    color: #fff;
    border-color: var(--base-color);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.category-tab.active:hover {
    background: linear-gradient(180deg, #0b5ed7 0%, #0a58ca 100%);
    color: #fff;
    border-color: #094dbf;
}

.team-tabs .swiper-slide {
    width: auto !important;
}

.team-tab {
    border: none;
    background-color: #f0f0f0;
    padding: 10px 22px;
    margin-right: 10px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.team-tab.active {
    background-color: #003d6a;
    color: #fff;
}

.team-card {
    transition: all 0.3s ease;
}

.policys-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
}

.copy-iban {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #333;
    transition: all 0.3s ease;
}

.banks-img {
    width: 100%;
    max-width: 300px;
    height: 100px;
    object-fit: contain;
    border-radius: 8px;
}

.copy-iban:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}


.copy-iban i {
    font-size: 18px;
}

.hover-dark:hover {
    color: #000 !important;
}

.hover-dark:hover li a:hover {
    color: #000 !important;
}

.hover-primary:hover {
    color: var(--base-color) !important;
}

.product-name {
    height: 50px;
}

.footer-suggestion a {
    transition: all 0.3s ease-in-out;
}

.footer-suggestion a:hover {
    background-color: white;
    color: #000;
}

.product-img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.pr-img {
    height: 400px;
    object-fit: contain;
    width: 100%;
}

.pr-img-mini {
    height: 85px;
    object-fit: cover;
    width: 100%;
}

.top-banner-years {
    height: 100%;
    width: 50px;
}

.nav-link.active i {
    color: white !important;
}

.seykoc-list li {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.seykoc-list i {
    min-width: 20px;
}

.home-referance {
    height: 50px;
    object-fit: contain;
    width: 100%;
}

.home-blog-img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.q-i {
    margin: 14px;
}


.download-section {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.download-link {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    padding: 16px 40px;
    border-radius: 16px;
    text-decoration: none;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
    transition: 0.3s all ease;
}

.download-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 123, 255, 0.4);
}

.download-info {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
}

.download-title {
    font-size: 18px;
    font-weight: bold;
}

.download-subtitle {
    font-size: 14px;
    opacity: 0.8;
}

/* İki ikonlu hali */
.download-icon {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 20px;
    color: #fff;
}

.download-icon:hover {
    background: rgba(255, 255, 255, 0.4);
}


.sector-tab {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #d1d5db;
    color: #212529;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 50px;
    transition: all 0.35s ease;
    margin: 6px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
}

.sector-tab:hover {
    background: linear-gradient(180deg, #e9f3ff 0%, #d9eaff 100%);
    color: #0056b3;
    border-color: #0056b3;
    box-shadow: 0 4px 12px rgba(0, 86, 179, 0.15);
}

.sector-tab.active {
    background: linear-gradient(180deg, #0d6efd 0%, #0b5ed7 100%);
    color: #fff;
    border-color: #0a58ca;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.sector-tab.active:hover {
    background: linear-gradient(180deg, #0b5ed7 0%, #0a58ca 100%);
    color: #fff;
    border-color: #094dbf;
}

.credit-card-container {
    perspective: 1200px;
    margin: 0 auto;
    width: 360px;
    height: 220px;
    position: relative;
}

.secure-payment-info {
    background: linear-gradient(135deg, #eef4fb, #e9f1f9);
    border: 1px solid #d0dfea;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.secure-payment-content i {
    font-size: 77px;
    color: #198754;
}

.secure-payment-content {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.secure-icon {
    width: 50px;
    height: 50px;
}

.secure-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #198754;
    margin-bottom: 5px;
}

.secure-text {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}

.credit-card {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    color: white;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 0.8s ease-in-out, background 0.5s;
}

.credit-card .front,
.credit-card .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 20px;
    border-radius: 15px;
}

.is-invalid {
    border: 1px solid #dc3545 !important;
}

.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
}

.card-brand {
    width: 60px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    align-self: flex-end;
    margin-bottom: 10px;
}

.chip {
    width: 50px;
    height: 35px;
    background: gold;
    border-radius: 8px;
}

.credit-card .front {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.credit-card .chip {
    width: 50px;
    height: 35px;
    background: gold;
    border-radius: 8px;
    margin-bottom: 20px;
}

.credit-card .card-number {
    font-size: 1.3rem;
    letter-spacing: 2px;
    word-spacing: 4px;
}

.credit-card .card-name,
.credit-card .card-expiry {
    font-size: 1rem;
    margin-top: 5px;
}

.credit-card .back {
    background: #444;
    transform: rotateY(180deg);
}

.magnetic-strip {
    background: black;
    height: 40px;
    margin-top: 20px;
}

.signature {
    background: white;
    height: 40px;
    margin: 20px 0;
}

.cvv-box {
    text-align: right;
    padding-right: 10px;
    font-size: 1.4rem;
    color: black;
}

.step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    position: relative;
}

.step {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #f0f0f0, #dcdcdc);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: #555;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.step.active {
    background: #E31118;
    color: #fff;
    box-shadow: 0 0 15px rgba(107, 10, 10, 0.6);
    transform: scale(1.15);
}

.step-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, #dcdcdc, #dcdcdc);
    transition: all 0.4s ease;
    border-radius: 3px;
    position: relative;
}

.step.active+.step-line {
    background: #E31118;
}

.category-block h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
}

.category-block {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
}

.category-block h2::after {
    content: "";
    display: block;
    margin-top: 6px;
    width: 100%;
    height: 3px;
    background-color: #0d6efd;
    border-radius: 2px;
}

@media (max-width: 576px) {
    .category-block h2 {
        font-size: 1.25rem;
    }
}

.ab-video-icon {
    backdrop-filter: blur(4px);
    box-shadow: 0 0 30px rgba(50, 97, 207, 0.4);
    transition: all 0.3s ease;
    animation: banks-pulse 2.4s ease-in-out infinite;
}
@keyframes banks-pulse {
    0%, 100% {
        box-shadow: 0 0 20px rgba(50, 97, 207, 0.4);
    }
    50% {
        box-shadow: 0 0 30px rgba(50, 97, 207, 0.4);
    }
}

.ab-video-icon:hover {
    box-shadow: 0 0 30px rgba(231, 231, 231, 0.6);
    transform: scale(1.05);
}

.contact-highlight .highlight-card {
    border-radius: 16px;
    background: #f8f9fa;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.contact-highlight .highlight-card:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.contact-highlight .highlight-card-primary {
    background-color: #eaf3ff;
    border-left: 5px solid #0d6efd;
}

.contact-highlight .icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
}

.contact-highlight .label {
    font-size: 0.975rem;
    font-weight: 600;
    margin-bottom: 3px;
    color: #6c757d;
}
.mx-w {
    max-width: 250px;
}
.contact-highlight .value {
    font-size: 1.1rem;
    font-weight: 500;
    color: #212529;
    display: block;
    line-height: 1.4;
    text-decoration: none;
}

.contact-highlight .highlight-card a.value:hover {
    text-decoration: underline;
}


/* Overlay */
#chat-whatsapp-popup.chat-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
}

/* Container */
.chat-popup-container {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 460px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: chat-fadeIn 0.3s ease-in-out;
    position: relative;
    font-family: 'Inter', sans-serif;
}

/* Header */
.chat-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    margin-bottom: 24px;
}

.chat-popup-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.chat-popup-close {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #555;
    transition: color 0.2s;
}

.chat-popup-close:hover {
    color: #000;
}

/* Form group */
.chat-form-group {
    margin-bottom: 20px;
}

.chat-form-group label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

.chat-form-group input,
.chat-form-group select,
.chat-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    font-size: 15px;
    background-color: #fafafa;
    transition: all 0.2s ease-in-out;
}

.chat-form-group input:focus,
.chat-form-group select:focus,
.chat-form-group textarea:focus {
    border-color: #25D366;
    background-color: #fff;
    outline: none;
}

/* Submit Button */
.chat-popup-submit {
    background-color: #25D366;
    color: #fff;
    border: none;
    width: 100%;
    padding: 14px 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

.chat-popup-submit:hover {
    background-color: #1EA955;
}

/* Animasyon */
@keyframes chat-fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobil uyum */
@media (max-width: 480px) {
    .chat-popup-container {
        margin: 0 16px;
        padding: 24px;
    }
}
