:root {
    --brand: #E7501E; /* logodaki turuncu */
    --brand-2: #FF6A3D;
    --dark: #111827;
    --muted: #6B7280;
    --soft: #F6F7F9;
    --border: #E5E7EB;
}
/* ÜST ŞERİT + BİLGİ BAR */
.sm-top {
    background: #fff;
}

/* Airmail çizgisi (turuncu/mavi çapraz şerit) */
.sm-stripe {
    height: 8px; /* 14px -> 8px (ince) */
    border-bottom: 1px solid #e6e6e6;
    background: repeating-linear-gradient( 135deg, #ef5a2a 0 12px, #ef5a2a 12px 18px, #ffffff 18px 28px, #2b6cb0 28px 40px, #2b6cb0 40px 46px, #ffffff 46px 56px );
}

@media (max-width: 991.98px) {
    .sm-left {
        display: none !important;
    }
}


.sm-info {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #ededed;
}

.sm-link {
    color: #2b6cb0;
    text-decoration: none;
    white-space: nowrap;
}

    .sm-link:hover {
        text-decoration: underline;
    }

.sm-ico {
    display: inline-block;
    transform: translateY(-1px);
    margin-right: 6px;
    font-size: 14px;
}

/* Sepet turuncu */
.sm-cart {
    color: #ef5a2a;
    font-weight: 600;
}


html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}



.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem rgba(210, 141, 8, 0.4);
}



.navbar {
    border-bottom: 1px solid #f1f1f1;
}

.nav-link {
    font-weight: 500;
    color: #333 !important;
    transition: all 0.3s ease;
}

    .nav-link:hover {
        color: #D28D08 !important;
    }

    .nav-link.active {
        color: #D28D08 !important;
        font-weight: 600;
    }



.btn-warning {
    background-color: #D28D08;
    border: none;
    color: white;
}

    .btn-warning:hover {
        background-color: #b97706;
    }



/* ================= HERO CAROUSEL ================= */


/* ================= BULLET SECTION ================= */
.bullet-section {
    background: #f8f9fa;
}

    .bullet-section h2 {
        color: #212529;
        font-size: 1.8rem;
    }

    .bullet-section p {
        color: #495057;
        font-size: 1rem;
        line-height: 1.6;
    }

.bullet-section-1 {
    background: #efefef;
}

    .bullet-section-1 h2 {
        color: #212529;
        font-size: 1.8rem;
    }

    .bullet-section-1 p {
        color: #495057;
        font-size: 1rem;
        line-height: 1.6;
    }


/* Video */
.video-wrapper iframe {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Mobil uyum */
@media (max-width: 768px) {
    .bullet-section h2 {
        font-size: 1.5rem;
        text-align: center;
        margin-top: 1rem;
    }

    .bullet-section p {
        text-align: center;
    }

    .video-wrapper {
        max-width: 100%;
        margin-top: 1.5rem;
    }
}
.certificate-3d {
    max-height: 120px; /* tüm logolar aynı yükseklikte */
    object-fit: contain; /* orantılı şekilde sığdır */
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); /* gölge ile 3D hissi */
    transform: perspective(600px) rotateX(2deg) rotateY(2deg); /* hafif eğim */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.api h2 {
    font-size: 2rem;
}

.api .card {
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.api .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.api img {
    max-height: 350px;
    object-fit: contain;
}
/* Sayfa Ortalaması */
.senmail-login-wrapper {
    min-height: 77vh;
    display: flex;
    align-items: center;
    justify-content: center;
   
    padding: 20px;
}

/* Login Kart */
.senmail-login-box {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Başlık */
.senmail-login-title {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    color: #151717;
}

/* Form Alanı */
.senmail-login-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Label */
.senmail-login-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

/* Input Grup */
.senmail-login-input-group {
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    transition: all 0.2s ease;
}

    .senmail-login-input-group:focus-within {
        border-color: #2d79f3;
    }

/* Input */
.senmail-login-input {
    border: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

    .senmail-login-input:focus {
        outline: none;
    }

/* Remember & Forgot */
.senmail-login-options {
    display: flex;
    justify-content: space-between;
  
    font-size: 14px;
}

.senmail-login-forgot {
    color: #2d79f3;
    text-decoration: none;
    font-weight: 500;
}

    .senmail-login-forgot:hover {
        text-decoration: underline;
    }

/* Button */
.senmail-login-button {
    margin-top: 10px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #151717;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s ease;
}

    .senmail-login-button:hover {
        background-color: #2d79f3;
    }
.senmail-register-wrapper {
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.senmail-register-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.senmail-register-form-area {
    flex: 2;
    padding: 40px;
}

.senmail-register-side {
    flex: 1;
    background: #151717;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.senmail-register-title {
    margin-bottom: 30px;
    font-weight: 600;
}

.senmail-register-grid {
    display: flex;
    gap: 40px;
}

.senmail-register-column {
    flex: 1;
}

.senmail-register-subtitle {
    margin-bottom: 20px;
    font-weight: 600;
}

.senmail-register-group {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

    .senmail-register-group label {
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 500;
    }

.senmail-register-input {
    height: 45px;
    border-radius: 8px;
    border: 1.5px solid #e5e5e5;
    padding: 0 12px;
    font-size: 14px;
    transition: 0.2s;
}

    .senmail-register-input:focus {
        outline: none;
        border-color: #2d79f3;
    }

.senmail-register-checkbox {
    font-size: 14px;
    margin-bottom: 10px;
}

.senmail-register-button {
    margin-top: 15px;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: none;
    background: #151717;
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

    .senmail-register-button:hover {
        background: #2d79f3;
    }

/* Responsive */
@media (max-width: 992px) {
    .senmail-register-container {
        flex-direction: column;
    }

    .senmail-register-grid {
        flex-direction: column;
        gap: 20px;
    }

    .senmail-register-side {
        text-align: center;
    }
}
.priceBoxes {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: nowrap; /* Desktop tek satır */
    overflow-x: auto; /* Küçük ekranda taşma engeli */
    padding-bottom: 10px;
}

.priceBox {
    min-width: 170px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

    .priceBox:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.1);
    }


/* ===============================
   KART İÇERİK
=================================*/

.p-head {
    padding: 18px 15px 10px;
    text-align: center;
}

.p-radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin: 0 auto 8px;
    position: relative;
}

.p-title {
    font-size: 14px;
    font-weight: 800;
}

.p-feats {
    padding: 10px 15px;
    border-top: 1px solid #eee;
    flex-grow: 1;
}

.p-feat {
    font-size: 12px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    color: #6c757d;
}

    .p-feat:last-child {
        border-bottom: none;
    }

.p-price {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #eee;
    font-weight: 800;
}

    .p-price b {
        font-size: 22px;
    }

    .p-price em {
        font-style: normal;
        font-size: 14px;
    }

    .p-price span {
        display: block;
        font-size: 11px;
        color: #999;
        margin-top: 3px;
    }


/* ===============================
   AKTİF KART
=================================*/

.priceBoxActive {
    border: 2px solid #ff5a1f;
    background: #fff7f2;
    box-shadow: 0 12px 30px rgba(255,90,31,0.25);
}

    .priceBoxActive .p-radio {
        border-color: #ff5a1f;
    }

        .priceBoxActive .p-radio::after {
            content: "";
            width: 8px;
            height: 8px;
            background: #ff5a1f;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .priceBoxActive .p-title,
    .priceBoxActive .p-price b {
        color: #ff5a1f;
    }

.sm-pricing {
    padding: 60px 0 40px;
    background: #f8f9fb;
}

    .sm-pricing h2 {
        text-align: center;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .sm-pricing .sub {
        text-align: center;
        color: #6c757d;
        margin-bottom: 30px;
        line-height: 1.6;
    }


/* ===============================
   MAVİ ROZET
=================================*/

.sm-badge-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.sm-badge {
    background: #2f5ea8;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.sm-badge-title {
    font-size: 13px;
}

.sm-badge-year {
    font-size: 20px;
    font-weight: 900;
}

.sm-badge-sub {
    font-size: 12px;
}

.sm-badge-arrow {
    position: absolute;
    right: 42%;
    top: -8px;
    width: 40px;
    height: 40px;
    border: 3px solid #ff5a1f;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 30px 0 0;
    transform: rotate(20deg);
}

.emailPriceInfo {
    text-align: center;
    font-size: 13px;
    color: #6c757d;
    margin: 20px auto;
    max-width: 750px;
    line-height: 1.6;
}

.btnAl {
    display: block;
    margin: 0 auto;
    padding: 12px 40px;
    font-weight: 700;
    border-radius: 8px;
}
/* SAYFA ORTALAMA */
.section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

/* ADDON GRID */
.emailAddons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
}

/* KART TASARIM */
.emailAddon {
    width: 270px;
    padding: 25px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: 0.3s ease;
}

    .emailAddon:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    }

    .emailAddon h6 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .emailAddon img {
        width: 60px;
        margin-bottom: 15px;
    }

.addon-desc {
    min-height: 60px;
    font-size: 14px;
    color: #555;
}

.emailAddon span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    color: #222;
}

    .emailAddon span em {
        font-style: normal;
        font-size: 16px;
    }

.emailAddon button {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    background: #28a745;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

    .emailAddon button:hover {
        background: #218838;
    }

/* RESPONSIVE */
@media (max-width: 768px) {
    .emailAddon {
        width: 100%;
        max-width: 350px;
    }
}
.sm-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #28a745;
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    font-weight: 600;
    z-index: 9999;
    animation: fadeInOut 3s ease forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}
.sm-cart-count{
    position:absolute;
    top:2px;
    right:-8px;
    background:#ff5a1f;
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:2px 6px;
    border-radius:50%;
}
.cart-item-card {
    border-radius: 16px;
    transition: .2s ease;
}

    .cart-item-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(0,0,0,.08);
    }

.cart-summary-card {
    border-radius: 16px;
    background: #f8f9fb;
}

.cart-qty .badge {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 8px;
}
.cart-summary-card {
    border-radius: 18px;
    background: linear-gradient(135deg, #fff7f2, #ffe8dc);
    box-shadow: 0 15px 40px rgba(231,80,30,.15);
}

    .cart-summary-card h5 {
        color: #e7501e;
        letter-spacing: .5px;
    }

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    color: #e7501e;
}

.btn-summary {
    background: #e7501e;
    border: none;
    padding: 12px;
    font-weight: 700;
    border-radius: 10px;
    transition: .2s ease;
    color: #fff;
}

    .btn-summary:hover {
        background: #d64516;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0,0,0,.15);
    }


.orders-wrapper {
    background: #fff;
    border-radius: 24px;
}

.orders-title {
    color: #1f2937;
    font-size: 2rem;
}

.orders-count-badge {
    background: linear-gradient(135deg, #0d6efd, #4f8cff);
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.18);
}

.custom-orders-table thead {
    background: #f8fafc;
}

    .custom-orders-table thead th {
        border-bottom: 1px solid #e5e7eb;
        color: #374151;
        font-weight: 700;
        font-size: 14px;
        padding: 18px 16px;
        white-space: nowrap;
    }

.custom-orders-table tbody tr {
    transition: all 0.25s ease;
}

    .custom-orders-table tbody tr:hover {
        background: #f9fbff;
    }

.custom-orders-table tbody td {
    padding: 18px 16px;
    vertical-align: middle;
    border-color: #f1f5f9;
}

.order-number {
    font-weight: 700;
    color: #111827;
    background: #f3f4f6;
    padding: 6px 12px;
    border-radius: 10px;
    display: inline-block;
}

.status-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.status-active {
    background: #dcfce7;
    color: #166534;
}

.status-passive {
    background: #fee2e2;
    color: #991b1b;
}

.detail-btn {
    background: linear-gradient(135deg, #0d6efd, #3b82f6);
    color: #fff !important;
    border: none;
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 600;
    transition: all 0.25s ease;
    text-decoration: none;
}

    .detail-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(13, 110, 253, 0.25);
        color: #fff !important;
    }

.empty-orders-card {
    background: #ffffff;
    border: 1px dashed #dbeafe;
    border-radius: 24px;
    padding: 50px 30px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.empty-icon {
    font-size: 52px;
}

@media (max-width: 768px) {
    .orders-title {
        font-size: 1.6rem;
    }

    .custom-orders-table thead th,
    .custom-orders-table tbody td {
        font-size: 13px;
        padding: 14px 10px;
    }

    .detail-btn {
        padding: 6px 14px;
        font-size: 12px;
    }
}

.order-detail-page {
    max-width: 1100px;
    margin: 0 auto;
}

.order-detail-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 8px;
}

.order-detail-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06) !important;
}

.order-summary-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 24px;
    background: linear-gradient(135deg, #f8fafc, #eef4ff);
    border-bottom: 1px solid #e5e7eb;
}

.summary-item {
    flex: 1;
    min-width: 180px;
    background: #fff;
    border-radius: 16px;
    padding: 16px 18px;
    border: 1px solid #eef2f7;
}

.summary-label {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 600;
}

.summary-value {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
}

.total-highlight {
    background: linear-gradient(135deg, #0d6efd, #3b82f6);
    border: none;
}

    .total-highlight .summary-label,
    .total-highlight .summary-value {
        color: #fff;
    }

.custom-detail-table thead {
    background: #f9fafb;
}

    .custom-detail-table thead th {
        padding: 18px 20px;
        font-size: 14px;
        font-weight: 700;
        color: #374151;
        border-bottom: 1px solid #e5e7eb;
        white-space: nowrap;
    }

.custom-detail-table tbody td {
    padding: 18px 20px;
    vertical-align: middle;
    border-color: #f1f5f9;
}

.custom-detail-table tbody tr {
    transition: all 0.25s ease;
}

    .custom-detail-table tbody tr:hover {
        background: #f9fbff;
    }

.product-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-icon {
    width: 42px;
    height: 42px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
}

.product-name {
    font-weight: 700;
    color: #111827;
    font-size: 15px;
}

.qty-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-weight: 700;
    font-size: 14px;
}

.price-text {
    font-weight: 600;
    color: #4b5563;
}

.total-text {
    font-weight: 700;
    color: #111827;
}

.custom-detail-table tfoot {
    background: #f9fafb;
}

    .custom-detail-table tfoot td {
        padding: 18px 20px;
        border-top: 1px solid #e5e7eb;
        font-size: 15px;
    }

.grand-total-text {
    color: #0d6efd;
    font-size: 18px;
}

.empty-order-box {
    background: #fff;
    border: 1px dashed #dbeafe;
    border-radius: 24px;
    padding: 50px 30px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.empty-icon {
    font-size: 52px;
}

@@media (max-width: 768px) {
    .order-detail-title {
        font-size: 1.6rem;
    }

    .order-summary-bar {
        padding: 16px;
    }

    .summary-item {
        min-width: 100%;
    }

    .summary-value {
        font-size: 20px;
    }

    .custom-detail-table thead th,
    .custom-detail-table tbody td,
    .custom-detail-table tfoot td {
        padding: 14px 12px;
        font-size: 13px;
    }

    .product-name {
        font-size: 14px;
    }
}
.invoice-page {
    max-width: 1000px;
    margin: 0 auto;
}

.invoice-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 10px;
}

.invoice-card {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06) !important;
}

.section-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 18px;
    padding-left: 12px;
    border-left: 4px solid #0d6efd;
}

.custom-label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.custom-input {
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    transition: all 0.25s ease;
    box-shadow: none !important;
}

    .custom-input:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.08) !important;
    }

.custom-textarea {
    resize: none;
}

.invoice-info-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    padding: 18px 20px;
}

.info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: #e0ecff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.invoice-info-box strong {
    display: block;
    font-size: 15px;
    color: #1e3a8a;
    margin-bottom: 4px;
}

.invoice-info-box p {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
}

.proceed-btn {
    background: linear-gradient(135deg, #0d6efd, #3b82f6);
    color: #fff !important;
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.25s ease;
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.18);
}

    .proceed-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(13, 110, 253, 0.24);
        color: #fff !important;
    }

@media (max-width: 768px) {
    .invoice-title {
        font-size: 1.6rem;
    }

    .invoice-card .card-body {
        padding: 24px !important;
    }

    .section-title {
        font-size: 15px;
    }

    .proceed-btn {
        width: 100%;
        text-align: center;
    }
}
.success-page-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.success-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 60px 40px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

    .success-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: linear-gradient(90deg, #22c55e, #16a34a);
    }

.success-icon-wrapper {
    display: flex;
    justify-content: center;
}

.success-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.25);
}

.success-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
}

.success-description {
    max-width: 620px;
    margin: 0 auto;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.success-info-box {
    max-width: 520px;
    margin: 0 auto;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.info-item {
    flex: 1;
    min-width: 180px;
    text-align: center;
}

.info-label {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 600;
}

.info-value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.success-status {
    color: #16a34a;
}

.info-divider {
    width: 1px;
    height: 42px;
    background: #e5e7eb;
}

.btn-orders {
    background: #f3f4f6;
    color: #111827 !important;
    border: none;
    border-radius: 999px;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
    text-decoration: none;
}

    .btn-orders:hover {
        background: #e5e7eb;
        transform: translateY(-2px);
        color: #111827 !important;
    }

.btn-continue {
    background: linear-gradient(135deg, #0d6efd, #3b82f6);
    color: #fff !important;
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.18);
    text-decoration: none;
}

    .btn-continue:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(13, 110, 253, 0.24);
        color: #fff !important;
    }

@media (max-width: 768px) {
    .success-card {
        padding: 40px 20px;
    }

    .success-title {
        font-size: 1.5rem;
    }

    .success-description {
        font-size: 14px;
    }

    .success-icon {
        width: 75px;
        height: 75px;
        font-size: 34px;
    }

    .success-info-box {
        flex-direction: column;
        gap: 14px;
    }

    .info-divider {
        width: 100%;
        height: 1px;
    }

    .btn-orders,
    .btn-continue {
        width: 100%;
    }
}
.profile-page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.profile-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
    border: 1px solid #eef2f7;
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 32px;
    background: linear-gradient(135deg, #eff6ff, #f8fbff);
    border-bottom: 1px solid #e5e7eb;
    flex-wrap: wrap;
}

.profile-avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.20);
}

.profile-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 6px;
}

.profile-subtitle {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.profile-body {
    padding: 32px;
}

.form-section-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #2563eb;
}

.custom-label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.custom-input {
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    min-height: 52px;
    transition: all 0.25s ease;
    box-shadow: none !important;
}

    .custom-input:focus {
        border-color: #2563eb;
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08) !important;
    }

.custom-alert {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}

    .custom-alert strong {
        display: block;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .custom-alert p {
        font-size: 13px;
        line-height: 1.5;
        color: inherit;
    }

.custom-alert-success {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

.custom-alert-danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.alert-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: rgba(255,255,255,0.6);
}

.profile-info-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    padding: 18px 20px;
}

.info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: #e0ecff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.profile-info-box strong {
    display: block;
    font-size: 15px;
    color: #1e3a8a;
    margin-bottom: 4px;
}

.profile-info-box p {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.save-btn {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff !important;
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.18);
}

    .save-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(34, 197, 94, 0.24);
        color: #fff !important;
    }

.back-btn {
    background: #f3f4f6;
    color: #111827 !important;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
    text-decoration: none;
}

    .back-btn:hover {
        background: #e5e7eb;
        color: #111827 !important;
        transform: translateY(-2px);
    }

@media (max-width: 768px) {
    .profile-header,
    .profile-body {
        padding: 22px;
    }

    .profile-title {
        font-size: 1.5rem;
    }

    .profile-avatar {
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .save-btn,
    .back-btn {
        width: 100%;
        text-align: center;
    }
}
.change-password-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.change-password-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
    border: 1px solid #eef2f7;
}

.change-password-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 32px;
    background: linear-gradient(135deg, #eff6ff, #f8fbff);
    border-bottom: 1px solid #e5e7eb;
    flex-wrap: wrap;
}

.security-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.20);
}

.page-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 6px;
}

.page-subtitle {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.change-password-body {
    padding: 32px;
}

.form-section-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #16a34a;
}

.custom-label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.custom-input {
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    min-height: 52px;
    transition: all 0.25s ease;
    box-shadow: none !important;
}

    .custom-input:focus {
        border-color: #16a34a;
        box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08) !important;
    }

.custom-alert {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}

    .custom-alert strong {
        display: block;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .custom-alert p {
        font-size: 13px;
        line-height: 1.5;
        color: inherit;
    }

.custom-alert-success {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

.custom-alert-danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.alert-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: rgba(255,255,255,0.6);
}

.security-info-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 18px;
    padding: 18px 20px;
}

.info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.security-info-box strong {
    display: block;
    font-size: 15px;
    color: #166534;
    margin-bottom: 4px;
}

.security-info-box p {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.save-btn {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff !important;
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.18);
}

    .save-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(34, 197, 94, 0.24);
        color: #fff !important;
    }

.back-btn {
    background: #f3f4f6;
    color: #111827 !important;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
    text-decoration: none;
}

    .back-btn:hover {
        background: #e5e7eb;
        color: #111827 !important;
        transform: translateY(-2px);
    }

@media (max-width: 768px) {
    .change-password-header,
    .change-password-body {
        padding: 22px;
    }

    .page-title {
        font-size: 1.5rem;
    }

    .security-icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .save-btn,
    .back-btn {
        width: 100%;
        text-align: center;
    }
}
.cart-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.cart-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.cart-subtitle {
    color: #6b7280;
    font-size: 14px;
}

/* EMPTY CART */
.empty-cart-card {
    background: #ffffff;
    border: 1px dashed #dbeafe;
    border-radius: 28px;
    padding: 60px 30px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.empty-cart-icon {
    font-size: 58px;
}

.shop-btn {
    background: linear-gradient(135deg, #0d6efd, #3b82f6);
    color: #fff !important;
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.18);
    transition: all 0.25s ease;
}

    .shop-btn:hover {
        transform: translateY(-2px);
        color: #fff !important;
        box-shadow: 0 14px 28px rgba(13, 110, 253, 0.24);
    }

/* CART ITEMS */
.cart-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cart-item-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    transition: all 0.25s ease;
}

    .cart-item-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    }

.cart-item-body {
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cart-item-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 260px;
}

.cart-product-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 18px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.product-name {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.meta-pill {
    display: inline-block;
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
}

.cart-item-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cart-qty-box,
.cart-item-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
}

.qty-label,
.total-label {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    font-weight: 600;
}

.qty-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-weight: 800;
    font-size: 14px;
}

.total-value {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.remove-btn {
    background: #fff1f2;
    color: #e11d48 !important;
    border: 1px solid #fecdd3;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

    .remove-btn:hover {
        background: #ffe4e6;
        color: #be123c !important;
        transform: translateY(-2px);
    }

/* SUMMARY */
.cart-summary-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    position: sticky;
    top: 20px;
    overflow: hidden;
}

.summary-header {
    padding: 24px 24px 16px;
    background: linear-gradient(135deg, #f8fbff, #eef4ff);
    border-bottom: 1px solid #e5e7eb;
}

.summary-title {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 6px;
}

.summary-subtitle {
    font-size: 13px;
    color: #6b7280;
}

.summary-body {
    padding: 24px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    font-size: 14px;
    color: #374151;
}

    .summary-row strong {
        color: #111827;
        font-weight: 700;
    }

.summary-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 14px 0;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding-top: 6px;
    font-size: 16px;
    font-weight: 800;
    color: #111827;
}

    .summary-total span:last-child {
        color: #16a34a;
        font-size: 20px;
    }

.secure-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 18px;
    padding: 16px;
}

.secure-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
    background: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.secure-box strong {
    display: block;
    font-size: 14px;
    color: #166534;
    margin-bottom: 3px;
}

.secure-box p {
    font-size: 12px;
    color: #475569;
    line-height: 1.5;
}

.checkout-btn {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff !important;
    border: none;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.18);
    transition: all 0.25s ease;
}

    .checkout-btn:hover {
        transform: translateY(-2px);
        color: #fff !important;
        box-shadow: 0 14px 28px rgba(34, 197, 94, 0.24);
    }

.continue-shopping-btn {
    background: #f8fafc;
    color: #111827 !important;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 13px 24px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

    .continue-shopping-btn:hover {
        background: #eef2f7;
        color: #111827 !important;
        transform: translateY(-2px);
    }

@media (max-width: 991px) {
    .cart-summary-card {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .cart-title {
        font-size: 1.6rem;
    }

    .cart-item-body {
        padding: 18px;
    }

    .cart-item-right {
        width: 100%;
        justify-content: space-between;
    }

    .cart-qty-box,
    .cart-item-total {
        align-items: flex-start;
    }

    .checkout-btn,
    .continue-shopping-btn,
    .shop-btn {
        width: 100%;
        text-align: center;
    }

    .summary-body,
    .summary-header {
        padding: 18px;
    }
}



.sm-features-section {
    margin-top: 60px;
    padding-top: 20px;
}

.sm-features-header {
    text-align: center;
    margin-bottom: 40px;
}

    .sm-features-header h2 {
        font-size: 34px;
        font-weight: 400;
        color: #222;
        margin-bottom: 10px;
    }

        .sm-features-header h2 b {
            font-weight: 700;
        }

    .sm-features-header p {
        font-size: 16px;
        color: #666;
        line-height: 1.7;
        max-width: 800px;
        margin: 0 auto;
    }

.sm-feature-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sm-feature-row {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

    .sm-feature-row.reverse {
        flex-direction: row-reverse;
    }

.sm-feature-image {
    flex: 0 0 320px;
}

    .sm-feature-image img {
        width: 100%;
        display: block;
        border-radius: 12px;
        border: 1px solid #eaeaea;
    }

.sm-feature-content {
    flex: 1;
}

    .sm-feature-content h3 {
        font-size: 24px;
        margin-bottom: 12px;
        color: #222;
        font-weight: 700;
    }

    .sm-feature-content p {
        margin-bottom: 10px;
        color: #555;
        line-height: 1.7;
        font-size: 15px;
    }

    .sm-feature-content ul {
        margin: 10px 0 0;
        padding-left: 18px;
    }

        .sm-feature-content ul li {
            margin-bottom: 8px;
            color: #555;
            line-height: 1.7;
        }

@media (max-width: 991px) {
    .sm-feature-row,
    .sm-feature-row.reverse {
        flex-direction: column;
    }

    .sm-feature-image {
        flex: unset;
        width: 100%;
        max-width: 420px;
    }

    .sm-features-header h2 {
        font-size: 28px;
    }

    .sm-feature-content {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .sm-feature-row {
        padding: 18px;
        gap: 18px;
    }

    .sm-feature-content h3 {
        font-size: 20px;
    }

    .sm-features-header p {
        font-size: 14px;
    }
}


.sm-references-page {
    padding: 50px 0 80px;
}

.sm-references-header {
    text-align: center;
    margin-bottom: 30px;
}

    .sm-references-header h1 {
        font-size: 38px;
        color: #24374a;
        margin-bottom: 6px;
        font-weight: 500;
    }

    .sm-references-header p {
        margin: 0;
        color: #5f7182;
        font-size: 17px;
    }

.sm-ref-accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sm-ref-title {
    width: 100%;
    border: none;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 44px;
    cursor: pointer;
    text-align: left;
    padding: 0;
    color: #31475f;
}

.sm-ref-icon {
    width: 34px;
    min-width: 34px;
    height: 44px;
    background: #d8d8d8;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    font-weight: 700;
}

.sm-ref-content {
    display: none;
    background: #fff;
    border: 1px solid #ececec;
    border-top: none;
    padding: 14px;
}

.sm-ref-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}

.refo {
    width: 100%;
    max-width: 120px;
    height: 74px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #fff;
}

@media (max-width: 991px) {
    .sm-ref-logos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .sm-ref-logos {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .sm-ref-logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .sm-references-header h1 {
        font-size: 28px;
    }
}
.sm-contact-page {
    padding: 50px 0;
}

.sm-contact-header {
    text-align: center;
    margin-bottom: 40px;
}

    .sm-contact-header h1 {
        font-size: 32px;
        font-weight: 700;
    }

    .sm-contact-header p {
        color: #666;
    }

.sm-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* SOL KART */
.sm-contact-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
}

    .sm-contact-card h2 {
        margin-bottom: 20px;
    }

    .sm-contact-card .block {
        margin-bottom: 15px;
    }

    .sm-contact-card hr {
        margin: 20px 0;
    }

/* FAQ (referans style) */
.sm-ref-item {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
}

.sm-ref-title {
    width: 100%;
    padding: 15px;
    background: #fff;
    border: none;
    display: flex;
    gap: 10px;
    cursor: pointer;
    font-weight: 600;
}

.sm-ref-icon {
    font-weight: bold;
}

.sm-ref-content {
    display: none;
    padding: 15px;
    border-top: 1px solid #eee;
}

/* responsive */
@media(max-width:768px) {
    .sm-contact-grid {
        grid-template-columns: 1fr;
    }
}

:root {
    --brand: #E7501E;
    --brand-2: #FF6A3D;
    --dark: #0F172A;
    --muted: #64748B;
    --soft: #F8FAFC;
    --border: #E2E8F0;
    --white: #FFFFFF;
    --blue: #0F4F91;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #f8fafc;
    color: var(--dark);
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem rgba(231, 80, 30, 0.25);
}

.navbar {
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.nav-link {
    font-weight: 500;
    color: #333 !important;
    transition: all 0.3s ease;
}

    .nav-link:hover {
        color: var(--brand) !important;
    }

    .nav-link.active {
        color: var(--brand) !important;
        font-weight: 600;
    }

.btn-warning {
    background-color: var(--brand);
    border: none;
    color: #fff;
}

    .btn-warning:hover {
        background-color: #cf4415;
        color: #fff;
    }

.footer {
    width: 100%;
    background: #fff;
}
/* =========================
   FULL WIDTH HERO SLIDER
========================= */

.hero-carousel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
}

.hero-slide {
    position: relative;
    width: 100%;
    min-height: 640px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hero-slide-1 {
    background-image: url('/img/slider/slider-3.webp');
}

.hero-slide-2 {
    background-image: url('/img/slider/slider-2.webp');
}

.hero-slide-3 {
    background-image: url('/img/slider/slider-1.webp');
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 19, 35, 0.86) 0%, rgba(8, 19, 35, 0.62) 38%, rgba(8, 19, 35, 0.22) 100%);
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 640px;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 620px;
    color: #fff;
    padding: 40px 0;
}

.hero-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.20);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.hero-content p {
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.88);
    margin-bottom: 30px;
    max-width: 560px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

    .hero-buttons .btn {
        min-width: 180px;
        min-height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 6%;
    z-index: 5;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.16);
    background-size: 50%;
    backdrop-filter: blur(5px);
}

.carousel-item {
    transition: transform 0.8s ease-in-out;
}

/* =========================
   SECTION GENERAL
========================= */

.section-title-main {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 18px;
}

.section-mini-title {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff3ee;
    color: var(--brand);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

/* =========================
   FEATURE SECTION
========================= */

.feature-section {
    padding: 90px 0;
    background: #fff;
}

.feature-video-wrap {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    padding: 10px;
}

.video-wrapper iframe {
    border-radius: 18px;
    border: 0;
}

.feature-card-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.feature-card-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    transition: 0.3s ease;
}

    .feature-card-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
    }

.feature-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff1eb, #ffe3d7);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card-item h3 {
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}

.feature-card-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

/* =========================
   ADVANTAGES
========================= */

.advantages-section {
    padding: 90px 0;
    background: #f8fafc;
}

.advantage-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.advantage-item {
    position: relative;
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 18px;
    padding: 18px 18px 18px 52px;
    color: var(--text);
    line-height: 1.7;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

    .advantage-item::before {
        content: "?";
        position: absolute;
        left: 18px;
        top: 17px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #ecfdf3;
        color: #16a34a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 700;
    }

/* =========================
   CTA
========================= */

.cta-section {
    padding: 90px 0;
    background: #fff;
}

.cta-box {
    background: linear-gradient(135deg, #0f3e6d, #135a9c);
    border-radius: 28px;
    padding: 42px;
    box-shadow: 0 20px 50px rgba(15, 62, 109, 0.20);
}

.cta-tag {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.cta-box h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-box p {
    color: rgba(255,255,255,0.85);
    margin: 0;
    line-height: 1.8;
}

/* =========================
   CERTIFICATION
========================= */

.certification-section {
    padding: 90px 0;
    background: #fff;
}

.section-head-center {
    text-align: center;
    margin-bottom: 34px;
}

.section-text-center {
    max-width: 760px;
    margin: 0 auto;
    color: var(--muted);
    line-height: 1.8;
}

.certificate-grid .col-6,
.certificate-grid .col-md-4,
.certificate-grid .col-lg-3 {
    display: flex;
}

.certificate-card {
    width: 100%;
    background: black;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    transition: 0.3s ease;
}

    .certificate-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
    }

.certificate-3d {
    max-height: 90px;
    object-fit: contain;
    transform: none;
    box-shadow: none;
    background: transparent !important;
}

.certification-text {
    max-width: 900px;
    margin: 36px auto 0;
    text-align: center;
}

    .certification-text p {
        color: var(--muted);
        line-height: 1.9;
        margin-bottom: 14px;
    }

/* =========================
   API
========================= */

.api {
    padding: 90px 0;
    background: #fff;
}

.api-alt {
    background: #f8fafc !important;
}

.api h2 {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 16px;
}

.api p {
    color: var(--muted);
    line-height: 1.8;
}

.api-showcase-img {
    max-height: 420px;
    object-fit: contain;
    border-radius: 20px;
}

.pricing-highlight-card {
    margin-top: 28px;
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 22px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.pricing-stat {
    min-width: 120px;
    text-align: center;
}

    .pricing-stat h5 {
        margin-bottom: 4px;
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--dark);
    }

    .pricing-stat small {
        color: var(--muted);
    }

.pricing-price {
    min-width: 100px;
    text-align: center;
}

    .pricing-price span {
        font-size: 2.2rem;
        font-weight: 800;
        color: var(--brand);
        line-height: 1;
    }

    .pricing-price small {
        font-size: 1rem;
        font-weight: 700;
        color: var(--brand);
    }

.pricing-action {
    flex: 1;
    min-width: 220px;
}

    .pricing-action p {
        margin-bottom: 1px;
        padding-left: 15px;
        font-size: 10px;
    }

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {
    .hero-slide,
    .hero-container {
        min-height: 560px;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .section-title-main,
    .api h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .hero-slide,
    .hero-container {
        min-height: 500px;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(8, 19, 35, 0.82) 0%, rgba(8, 19, 35, 0.68) 55%, rgba(8, 19, 35, 0.58) 100%);
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
        padding: 30px 0;
    }

        .hero-content h1 {
            font-size: 1.95rem;
        }

        .hero-content p {
            font-size: 0.98rem;
            margin-left: auto;
            margin-right: auto;
        }

    .hero-buttons {
        justify-content: center;
    }

        .hero-buttons .btn {
            width: 100%;
            min-width: auto;
        }

    .feature-section,
    .advantages-section,
    .cta-section,
    .certification-section,
    .api {
        padding: 65px 0;
    }

    .cta-box {
        padding: 24px;
        text-align: center;
    }

    .pricing-highlight-card {
        flex-direction: column;
        text-align: center;
    }

    .pricing-action {
        width: 100%;
    }

        .pricing-action .btn {
            width: 100%;
        }
}
/* ===============================
   CONTACT V2
=================================*/

.contact-v2-page {
    padding: 50px 0 70px;
}

.contact-v2-header {
    text-align: center;
    margin-bottom: 30px;
}

    .contact-v2-header h1 {
        font-size: 38px;
        color: #24374a;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .contact-v2-header p {
        margin: 0;
        color: #5f7182;
        font-size: 17px;
    }

.contact-v2-layout {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 28px;
    align-items: start;
}

.contact-v2-sidebar,
.contact-v2-content {
    min-width: 0;
}

.contact-v2-panel {
    border: 1px solid #ececec;
    background: #fff;
    margin-bottom: 12px;
}

.contact-v2-panel-title {
    width: 100%;
    border: none;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    color: #31475f;
    font-weight: 600;
    font-size: 16px;
}

.contact-v2-icon {
    width: 34px;
    min-width: 34px;
    min-height: 44px;
    background: #d8d8d8;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    font-weight: 700;
}

.contact-v2-panel-body {
    background: #fff;
    border-top: 1px solid #ececec;
    padding: 22px;
}

.contact-v2-intro {
    color: #5b6572;
    line-height: 1.8;
    font-size: 15px;
}

.contact-v2-static h3 {
    font-size: 18px;
    font-weight: 600;
    color: #24374a;
    margin: 0 0 10px;
}

.contact-v2-static h4 {
    font-size: 15px;
    font-weight: 700;
    color: #24374a;
    margin: 18px 0 8px;
}

.contact-v2-static p {
    margin: 0 0 10px;
    color: #425466;
    line-height: 1.8;
    font-size: 15px;
}

.contact-v2-static a {
    color: #2b6cb0;
    text-decoration: none;
}

    .contact-v2-static a:hover {
        text-decoration: underline;
    }

.contact-v2-muted {
    color: #6b7280 !important;
}

.contact-v2-static hr {
    border: 0;
    border-top: 1px solid #ececec;
    margin: 18px 0;
}

/* FAQ */

.contact-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-faq-item {
    border: 1px solid #ececec;
    background: #fff;
}

.contact-faq-title {
    width: 100%;
    border: none;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    cursor: pointer;
    text-align: left;
    padding: 0;
    color: #31475f;
}

    .contact-faq-title span:last-child {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        padding: 10px 14px 10px 0;
    }

.contact-faq-icon {
    width: 34px;
    min-width: 34px;
    min-height: 44px;
    background: #d8d8d8;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    font-weight: 700;
}

.contact-faq-content {
    display: none;
    background: #fff;
    border-top: 1px solid #ececec;
    padding: 0;
}

.contact-faq-body {
    padding: 16px 18px;
    color: #4f5d6b;
    line-height: 1.9;
    font-size: 15px;
}

    .contact-faq-body a {
        color: #2b6cb0;
        text-decoration: none;
        word-break: break-word;
    }

        .contact-faq-body a:hover {
            text-decoration: underline;
        }

@media (max-width: 991px) {
    .contact-v2-layout {
        grid-template-columns: 1fr;
    }

    .contact-v2-header h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .contact-v2-page {
        padding: 35px 0 50px;
    }

    .contact-v2-header h1 {
        font-size: 28px;
    }

    .contact-v2-header p {
        font-size: 15px;
    }

    .contact-v2-panel-body {
        padding: 18px;
    }

    .contact-faq-title span:last-child {
        font-size: 15px;
    }

    .contact-faq-body {
        font-size: 14px;
        padding: 14px 16px;
    }
}

/* =========================
   FOOTER V2
========================= */

.sm-site-footer {
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: rgba(255,255,255,0.88);
    margin-top: 60px;
}

.sm-footer-top {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.02);
}

.sm-footer-logo {
    max-height: 54px;
}

.sm-footer-phone {
    max-height: 40px;
    opacity: 0.95;
}

.sm-footer-main {
    padding: 60px 0 35px;
}

.sm-footer-card {
    height: 100%;
}

.sm-footer-highlight {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.16);
}

.sm-footer-title {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

    .sm-footer-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 42px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--brand), var(--brand-2));
    }

.sm-footer-text {
    color: rgba(255,255,255,0.72);
    line-height: 1.8;
    font-size: 14px;
}

.sm-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sm-footer-links li {
        margin-bottom: 11px;
    }

    .sm-footer-links a {
        color: rgba(255,255,255,0.76);
        text-decoration: none;
        transition: all 0.25s ease;
        font-size: 14px;
        display: inline-block;
    }

        .sm-footer-links a:hover {
            color: #fff;
            transform: translateX(4px);
        }

.sm-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

    .sm-footer-social a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255,255,255,0.08);
        border: 1px solid rgba(255,255,255,0.08);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .sm-footer-social a:hover {
            background: var(--brand);
            border-color: var(--brand);
            transform: translateY(-3px);
        }

.sm-footer-outline-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff !important;
    padding: 10px 18px;
}

    .sm-footer-outline-btn:hover {
        background: rgba(255,255,255,0.08);
        color: #fff !important;
        border-color: rgba(255,255,255,0.28);
    }

.sm-footer-bottom {
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(0,0,0,0.14);
}

    .sm-footer-bottom p {
        color: rgba(255,255,255,0.58);
        font-size: 13px;
    }

.sm-footer-bottom-link {
    color: rgba(255,255,255,0.68);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.25s ease;
}

    .sm-footer-bottom-link:hover {
        color: #fff;
    }

@media (max-width: 991.98px) {
    .sm-footer-main {
        padding: 45px 0 25px;
    }
}

@media (max-width: 767.98px) {
    .sm-footer-top {
        padding: 20px 0;
    }

    .sm-footer-logo {
        max-height: 46px;
    }

    .sm-footer-phone {
        max-height: 34px;
    }

    .sm-footer-highlight {
        padding: 20px;
    }

    .sm-footer-social {
        justify-content: flex-start;
    }

    .sm-footer-bottom {
        text-align: center;
    }
}
/* =========================
   CONTRACT PAGE
========================= */

.contract-page {
    padding: 50px 0 80px;
    background: #f8fafc;
}

.contract-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.contract-hero {
    text-align: center;
    margin-bottom: 28px;
}

.contract-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff3ee;
    color: var(--brand);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.contract-hero h1 {
    font-size: 2.3rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 12px;
    line-height: 1.25;
}

.contract-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.contract-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.contract-content {
    padding: 42px;
}

    .contract-content h2 {
        font-size: 1.8rem;
        font-weight: 800;
        color: #111827;
        margin-bottom: 20px;
    }

    .contract-content h3 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #111827;
        margin-top: 32px;
        margin-bottom: 14px;
        padding-left: 14px;
        border-left: 4px solid var(--brand);
    }

    .contract-content p {
        color: #475569;
        font-size: 15px;
        line-height: 1.9;
        margin-bottom: 14px;
    }

    .contract-content strong {
        color: #0f172a;
    }

.contract-note {
    margin-top: 28px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    font-weight: 600;
    line-height: 1.8;
}

.contract-table-wrap {
    overflow-x: auto;
    margin: 20px 0;
}

.contract-table {
    margin-bottom: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

    .contract-table thead th {
        background: #f8fafc;
        color: #334155;
        font-weight: 700;
        border-bottom: 1px solid #e5e7eb;
        white-space: nowrap;
    }

    .contract-table td,
    .contract-table th {
        padding: 16px;
        vertical-align: middle;
    }

@media (max-width: 768px) {
    .contract-page {
        padding: 35px 0 55px;
    }

    .contract-hero h1 {
        font-size: 1.65rem;
    }

    .contract-content {
        padding: 22px;
    }

        .contract-content h2 {
            font-size: 1.45rem;
        }

        .contract-content h3 {
            font-size: 1.05rem;
        }

        .contract-content p {
            font-size: 14px;
        }
}
.contact-form-box .form-label {
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-form-box .form-control {
    min-height: 44px;
    border-radius: 0;
}

.contact-form-box textarea.form-control {
    resize: vertical;
    min-height: 140px;
}

.contact-submit-btn {
    width: 100%;
    background-color: #f15a24;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 4px;
    transition: 0.2s ease;
}

    .contact-submit-btn:hover {
        opacity: 0.92;
        color: #fff;
    }

.alert {
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.alert-success {
    background-color: #e9f8ee;
    color: #1f7a3d;
    border: 1px solid #b7e4c7;
}

.alert-danger {
    background-color: #fdecec;
    color: #b42318;
    border: 1px solid #f5c2c7;
}

.faq-section-header {
    max-width: 700px;
    margin: 0 auto;
}

.faq-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.faq-description {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
}
.demo-terms-link {
    color: #0d6efd;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

.demo-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

    .demo-modal-overlay.active {
        display: flex;
    }

.demo-modal-box {
    background: #fff;
    width: 100%;
    max-width: 700px;
    border-radius: 12px;
    padding: 28px 24px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    max-height: 85vh;
    overflow-y: auto;
}

    .demo-modal-box h3 {
        margin-bottom: 18px;
        font-size: 24px;
        font-weight: 700;
    }

    .demo-modal-box p {
        margin-bottom: 14px;
        line-height: 1.7;
        color: #333;
    }

.demo-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}