        /* Header */
   /* Simple Elegant Header */
   .main-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}
.logo{font-family: 'Playfair Display', serif;letter-spacing: 0.05em;background-color: transparent;font-size:1.5rem!important;}
.main-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}
.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    color: #667eea;
    text-decoration: none;
}

.brand-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
}

.navbar-nav {
    gap: 0.5rem;
}

.nav-link {
    color: #64748b;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.nav-link:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
    text-decoration: none;
}

.nav-link.active {
    color: #667eea;
    background: rgba(102, 126, 234, 0.15);
}

/* Dropdown navigation for sb-has-children */
.sb-has-children {
    position: relative;
}

.sb-has-children > a {
    color: #64748b;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

.sb-has-children > a:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
}

.sb-has-children > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    padding: 10px 0;
    margin-top: 5px;
    z-index: 1000;
    list-style: none;
}

.sb-has-children.active > ul {
    display: block;
}

.sb-has-children > ul li {
    display: block;
    padding: 0;
}

.sb-has-children > ul li a {
    display: block;
    padding: 10px 20px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sb-has-children > ul li a:hover {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
}

.nav-cta {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    margin-left: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.nav-cta:hover {
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    text-decoration: none;
}

.navbar-toggler {
    border: none;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(102, 126, 234, 0.1);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28102, 126, 234, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body {
    padding-top: 80px;
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 15px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 0;
        margin-bottom: 5px;
    }

    .nav-cta {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
        display: block;
    }

    body {
        padding-top: 70px;
    }

    /* Mobile dropdown styles */
    .sb-has-children > ul {
        position: static;
        box-shadow: none;
        background: rgba(102, 126, 234, 0.05);
        border-radius: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .sb-has-children > a {
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 0;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.25rem;
    }

    .brand-icon {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }

    body {
        padding-top: 65px;
    }
}

/* Hero Banner */
.hero-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 180px 0 80px!important;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.highlight {
    color: #ffd700;
    position: relative;
}

.btn-hero {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.btn-primary-hero {
    background: linear-gradient(45deg, #b2b9bb, #b6b983);
    border: none;
    color: white;
    box-shadow: 0 4px 15px rgba(207, 192, 146, 0.3);
}

.btn-primary-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(190, 144, 144, 0.4);
}

.btn-outline-hero {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    backdrop-filter: blur(10px);
}

.btn-outline-hero:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transform: translateY(-2px);
}

.chatbot-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 650px;
    position: relative;
}

.chatbot-header {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
}

.chatbot-header::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #764ba2;
}

.chatbot-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.chat-messages {
    height: 350px;
    overflow-y: auto;
    padding: 20px;
    background: #f8fafc;
}

.message {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.message.user {
    justify-content: flex-end;
}

.message-content {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.message.bot .message-content {
    background: white;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.message.user .message-content {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-bottom-right-radius: 4px;
}

.message-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    margin-right: 10px;
    flex-shrink: 0;
}

.bot-avatar {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.options-panel {
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
    padding: 15px;
    max-height: 200px;
    overflow-y: auto;
}

.option-button {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 25px;
    padding: 8px 16px;
    margin: 3px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.option-button:hover {
    border-color: #667eea;
    background: #f0f4ff;
    transform: translateY(-1px);
}

.option-button.selected {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-color: #667eea;
}

.settings-row {
    margin-bottom: 10px;
}

.settings-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 5px;
}

.chat-input-area {
    padding: 20px;
    background: white;
    border-top: 1px solid #e2e8f0;
}

.chat-input {
    border: 2px solid #e2e8f0;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.chat-input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.send-button {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.send-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.typing-indicator {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
}

.typing-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #94a3b8;
    animation: typing 1.5s infinite;
}

.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes typing {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-10px); }
}

.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.feature-pill {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.image-preview {
    max-width: 150px;
    max-height: 150px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.settings-section {
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #e2e8f0;
}

.settings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.quick-setting {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.quick-setting:hover,
.quick-setting.active {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.custom-select {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 0.85rem;
    width: 100%;
}

/* New Form Styles */
.text-tool-form {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 15px;
}

.form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 5px;
    display: block;
}

.form-control {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 5px;
    display: block;
}

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

.file-upload-area {
    border: 2px dashed #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #f8fafc;
}

.file-upload-area:hover {
    border-color: #667eea;
    background: #f0f4ff;
}

.file-upload-area.dragover {
    border-color: #667eea;
    background: #f0f4ff;
    transform: scale(1.02);
}

.file-upload-icon {
    font-size: 2rem;
    color: #94a3b8;
    margin-bottom: 10px;
}

.file-upload-text {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.file-upload-hint {
    color: #94a3b8;
    font-size: 0.75rem;
}

.uploaded-file {
    background: #f0f4ff;
    border: 1px solid #667eea;
    border-radius: 6px;
    padding: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uploaded-file-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.uploaded-file-icon {
    color: #667eea;
    font-size: 1.2rem;
}

.uploaded-file-name {
    font-size: 0.85rem;
    font-weight: 500;
    color: #475569;
}

.uploaded-file-size {
    font-size: 0.75rem;
    color: #64748b;
}

.remove-file-btn {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.remove-file-btn:hover {
    color: #b02a37;
    transform: scale(1.1);
}

.form-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

.btn-secondary {
    background: #6c757d;
    border: 1px solid #6c757d;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #5a6268;
    border-color: #545b62;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .chatbot-container {
        height: 600px;
        margin-top: 3rem;
    }
    
    .chat-messages {
        height: 280px;
    }
    
    .options-panel {
        max-height: 300px;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .form-actions .btn {
        width: 100%;
    }
}

/* Legacy browser support */
.form-group {
    zoom: 1; /* IE6/7 */
}

.form-group:before,
.form-group:after {
    content: "";
    display: table;
}

.form-group:after {
    clear: both;
}
/**header end***/

/* Features Section */
.features-section {
    padding: 80px 0;
    background: white;
}

.feature-card {
    text-align: center;
    padding: 40px 20px;
    height: 100%;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: white;
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: white;
    font-size: 2rem;
}

.feature-card h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
}

.feature-card p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Stats Section */
.stats-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.stat-item {
    padding: 20px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 500;
}

/* Reviews Section */
.reviews-section {
    padding: 100px 0;
    background: #f8fafc;
}

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

.review-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
}

.review-card.featured {
    border-color: #667eea;
    transform: scale(1.05);
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.review-card.featured:hover {
    transform: translateY(-8px) scale(1.05);
}

.review-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
    color: #fbbf24;
}

.review-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 24px;
    font-style: italic;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.author-name {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.author-title {
    font-size: 0.9rem;
    color: #64748b;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="ctaGrain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23ctaGrain)"/></svg>');
    opacity: 0.3;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.btn-cta-primary {
    /* background: white!important;
    color: #667eea; */

    color:white!important;
    border: 0;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2); */
}

/* .btn-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    color: #667eea;
    text-decoration: none;
} */

.btn-cta-secondary {
    /* background: rgba(255, 255, 255, 0.1);
    color: white; */
    background: white!important;
    color: #635b5b;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-cta-secondary:hover {
    /* background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5); */
    color: #000!important;
    /* transform: translateY(-2px);
    text-decoration: none; */
}

.cta-note {
    color: rgba(255, 255, 255, 0.8);
}

/* Footer */
.main-footer {
    background: #1e293b;
    color: white;
    padding: 60px 0 0;
}

.footer-content {
    padding-bottom: 40px;
}

.footer-brand .brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
}

.brand-description {
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 24px;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: white;
    padding-left: 4px;
}

.newsletter-text {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 16px;
}

.newsletter-form {
    display: flex;
    gap: 8px;
}

.newsletter-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 0.9rem;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-input:focus {
    outline: none;
    border-color: #667eea;
}

.newsletter-btn {
    background: #667eea;
    border: none;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #5a67d8;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    margin-top: 40px;
}

.copyright {
    color: #94a3b8;
    margin: 0;
    font-size: 0.9rem;
}

.footer-legal {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}

.footer-legal a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-legal a:hover {
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .review-card.featured {
        transform: none;
    }

    .review-card.featured:hover {
        transform: translateY(-8px);
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        max-width: 280px;
    }

    .footer-legal {
        justify-content: center;
        margin-top: 16px;
        flex-wrap: wrap;
    }

    .stat-number {
        font-size: 2rem;
    }

    .newsletter-form {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .features-section {
        padding: 60px 0;
    }

    .feature-card {
        padding: 30px 15px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .stats-section {
        padding: 40px 0;
    }

    .reviews-section {
        padding: 80px 0;
    }

    .review-card {
        padding: 24px;
    }

    .cta-section {
        padding: 80px 0;
    }
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.highlight {
    color: #ffd700;
    position: relative;
}

.btn-hero {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-right: 1rem;
    margin-bottom: 1rem;
}



.btn-outline-hero {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    backdrop-filter: blur(10px);
}

.btn-outline-hero:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transform: translateY(-2px);
}

.chatbot-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 650px;
    position: relative;
}

.chatbot-header {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
}

.chatbot-header::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #764ba2;
}

.chatbot-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.chat-messages {
    height: 350px;
    overflow-y: auto;
    padding: 20px;
    background: #f8fafc;
}

.message {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.message.user {
    justify-content: flex-end;
}

.message-content {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.message.bot .message-content {
    background: white;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.message.user .message-content {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-bottom-right-radius: 4px;
}

.message-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    margin-right: 10px;
    flex-shrink: 0;
}

.bot-avatar {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.options-panel {
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
    padding: 15px;
    max-height: 200px;
    overflow-y: auto;
}

.option-button {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 25px;
    padding: 8px 16px;
    margin: 3px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.option-button:hover {
    border-color: #667eea;
    background: #f0f4ff;
    transform: translateY(-1px);
}

.option-button.selected {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-color: #667eea;
}

.settings-row {
    margin-bottom: 10px;
}

.settings-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 5px;
}

.chat-input-area {
    padding: 20px;
    background: white;
    border-top: 1px solid #e2e8f0;
}

.chat-input {
    border: 2px solid #e2e8f0;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.chat-input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.send-button {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.send-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.typing-indicator {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
}

.typing-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #94a3b8;
    animation: typing 1.5s infinite;
}

.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes typing {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-10px); }
}

.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.feature-pill {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

/* Template Gallery Section Styles */
.template-gallery {
    padding: 100px 0;
    background: #f8fafc;
    position: relative;
}

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

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.template-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
}

.template-tab {
    background: white;
    border: 2px solid #e2e8f0;
    color: #64748b;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.template-tab:hover {
    border-color: #667eea;
    color: #667eea;
    transform: translateY(-2px);
    text-decoration: none;
}

.template-tab.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: #667eea;
    color: white;
    transform: translateY(-2px);
}

.template-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.template-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
}

.template-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.template-image-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.template-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.template-card:hover .template-image {
    transform: scale(1.1);
}

.template-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8));
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template-card:hover .template-overlay {
    opacity: 1;
}

.template-play-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.template-card:hover .template-play-btn {
    transform: scale(1);
}

.template-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: #667eea;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.template-badge.popular {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    color: white;
}

.template-badge.new {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    color: white;
}

.template-info {
    padding: 24px;
}

.template-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    line-height: 1.3;
}

.template-description {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
}

.template-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #94a3b8;
}

.template-category {
    display: flex;
    align-items: center;
    gap: 6px;
}

.template-stats {
    display: flex;
    align-items: center;
    gap: 12px;
}

.template-stat {
    display: flex;
    align-items: center;
    gap: 4px;
}

.load-more-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 40px auto 0;
    text-decoration: none;
}

.load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
    color: white;
    text-decoration: none;
}

.template-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    color: #94a3b8;
    font-size: 3rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .template-gallery {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .template-tabs {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .template-tab {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .template-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .template-card {
        margin: 0 10px;
    }
}

@media (max-width: 576px) {
    .template-info {
        padding: 16px;
    }
    
    .template-title {
        font-size: 1rem;
    }
    
    .template-description {
        font-size: 0.85rem;
    }
}

/* Waiting list (hero) compact form */
.hero-buttons #waitingListForm { gap: 8px; }
.hero-buttons #waitingListForm .form-control {
    padding: 8px 10px;
    height: 38px;
    font-size: 0.9rem;
}
.hero-buttons .btn-hero {
    padding: 8px 7px;
    font-size: 0.6rem;
    line-height: 1.2;
}
.hero-buttons #wlHint { color: #94a3b8; font-size: 0.85rem; }
@media (max-width: 576px) {
    .hero-buttons #waitingListForm { flex-direction: column; align-items: stretch; }
    .hero-buttons #waitingListForm .form-control { width: 100%; }
    .hero-buttons .btn-hero { width: 100%; }
}

/* Responsive adjustments from original */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .chatbot-container {
        height: 600px;
        margin-top: 3rem;
    }
    
    .chat-messages {
        height: 280px;
    }
    
    .options-panel {
        max-height: 300px;
    }
}



/** css other than home page*/
/* -------------------------------------------
Name: 		Cog
Version:  1.0
Author:		Frank Lee
------------------------------------------- */
/***************************

font

***************************/
/* @import url("css2.css"); */

/***************************
typography
***************************/
body {
  background-color: #F9FAFC;
  padding: 0;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: #231E41; }

*:focus {
  outline: inherit !important; }

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

hr {
  margin-top: 40px;
  margin-bottom: 30px; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style-type: none; }

.sb-text {
  color: #6F6F87;
  margin: 0;
  font-size: 15px; }
  .sb-text.sb-text-xs {
    font-size: 12px; }
  .sb-text.sb-text-sm {
    font-size: 14px; }
  .sb-text.sb-text-lg {
    font-size: 16px; }

.sb-suptitle {
  display: inline-block;
  padding: 2px 5px;
  background-color: #F2F3F5;
  font-size: 12px;
  font-weight: 400;
  color: #231E41; }

.sb-h1,
.sb-h2,
.sb-h3,
.sb-h4,
.sb-h5,
.sb-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  padding: 0; }

.sb-h1,
h1 {
  line-height: 100%;
  font-size: 72px;
  letter-spacing: -3px; }
  .sb-h1 span,
  /* h1 span {
    background-color: #F9FAFC; } */

.sb-h2,
h2 {
  line-height: 110%;
  font-size: 40px;
  letter-spacing: -2px; }
  .sb-h2 span,
  h2 span {
    background-color: #F9FAFC; }

.sb-h3,
h3 {
  line-height: 120%;
  font-size: 22px;
  letter-spacing: -1px; }

.sb-h4,
h4 {
  line-height: 120%;
  font-size: 16px;
  letter-spacing: 0; }

.sb-h5,
h5 {
  font-size: 14px;
  letter-spacing: 0; }

.sb-ib-title-frame {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .sb-ib-title-frame i {
    color: #6F6F87;
    font-size: 10px;
    opacity: 0.5; }

@media (max-width: 768px) {
  .sb-h1,
  h1 {
    font-size: 54px;
    letter-spacing: -2px; }

  .sb-h2,
  h2 {
    font-size: 36px;
    letter-spacing: -1px; }

  .sb-h3,
  h3 {
    font-size: 1.5rem !important;
    letter-spacing: -1px; }
  }
@media (max-width: 450px) {
  .sb-h1,
  h1 {
    font-size: 46px; }

  .sb-h2,
  h2 {
    font-size: 28px; }

  .sb-h3,
  h3 {
    font-size: 1.5rem !important; } }
.sb-cate-title {
  font-size: 28px;
  letter-spacing: -1px; }

/***************************

group title

***************************/
.sb-group-title {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .sb-group-title .sb-left {
    width: 50%; }
  .sb-group-title .sb-right {
    width: 50%;
    display: flex;
    justify-content: flex-end; }

@media (max-width: 768px) {
  .sb-group-title {
    flex-direction: column; }
    .sb-group-title .sb-left {
      width: 100%; }
    .sb-group-title .sb-right {
      width: 100%;
      justify-content: space-between; } }
/***************************

list

***************************/
.sb-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 15px 0;
  border-bottom: solid 1px #F2F3F5; }
  .sb-list li b {
    font-weight: 400; }
    .sb-list li b a {
      display: block;
      text-decoration: none;
      color: inherit;
      transition: 0.3s ease-in-out; }
      .sb-list li b a:hover {
        transform: translateX(10px); }
  .sb-list li span {
    font-size: 12px;
    color: #6F6F87; }
    .sb-list li span.sb-number {
      background-color: #F2F3F5;
      padding: 2px 5px;
      color: #231E41; }
  .sb-list li:first-child {
    border-top: solid 1px #F2F3F5; }

/***************************

pagination

***************************/
.sb-pagination {
  margin-top: 30px;
  display: flex;
  color: #6F6F87;
  align-items: center; }
  .sb-pagination.sb-mt-0 {
    margin-top: 0; }
  .sb-pagination li {
    margin-right: 10px; }
    .sb-pagination li a {
      position: relative;
      background-color: #F9FAFC;
      text-align: center;
      display: block;
      height: 55px;
      width: 55px;
      padding-top: 15px;
      color: #231E41; }
      .sb-pagination li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        height: 2px;
        width: 0;
        background-color: #F5C332;
        transition: 0.3s ease-in-out; }
      .sb-pagination li a:hover:after {
        width: 100%; }
    .sb-pagination li.sb-active a {
      background-color: #F5C332; }

/***************************
breadcrumbs
***************************/
.sb-breadcrumbs {
  border: solid 2px #FFFFFF;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background-color: #F5C332;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  padding: 0 20px;
  height: 55px;
  transition: 0.3s ease-in-out; }
  .sb-breadcrumbs li {
    white-space: nowrap;
    display: flex;
    letter-spacing: 0; }
    .sb-breadcrumbs li:after {
      content: "/"; }
    .sb-breadcrumbs li:last-child:after {
      display: none; }
    .sb-breadcrumbs li:last-child a {
      cursor: not-allowed;
      opacity: 1; }
    .sb-breadcrumbs li a {
      padding: 0 10px;
      opacity: 0.4;
      transition: 0.3s ease-in-out; }
      .sb-breadcrumbs li a:hover {
        opacity: 1; }

/***************************
badge
***************************/
.sb-badge {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  background-color: #F5C332;
  padding: 3px 10px;
  font-size: 14px;
  display: flex;
  align-items: center; }
  .sb-badge i {
    font-size: 11px;
    margin-right: 5px; }
  .sb-badge.sb-vegan {
    background-color: #9CCC65; }
  .sb-badge.sb-hot {
    background-color: #FF5252; }

/***************************
buttons
***************************/
.sb-btn {
  opacity: 1;
  border: none;
  padding: 0 5px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  transform: scale(1);
  height: 55px;
  letter-spacing: 0;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #F5C332;
  transition: 0.3s ease-in-out; }
  .sb-btn .sb-icon {
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 !important;
    margin: 0;
    width: 55px;
    height: 55px; }
    .sb-btn .sb-icon img {
      width: 22px; }
  .sb-btn span {
    white-space: nowrap;
    line-height: 55px;
    display: inline-block;
    padding: 0 20px 0 0;
    font-weight: 500; }
  .sb-btn:hover {
    filter: brightness(110%); }
  .sb-btn.sb-btn-gray {
    background-color: #F9FAFC;
    box-shadow: 0 0 0 2px #FFFFFF; }
    .sb-btn.sb-btn-gray:hover {
      filter: brightness(102%); }
  .sb-btn.sb-btn-2 {
    padding: 0;
    background-color: transparent;
    box-shadow: none; }
    .sb-btn.sb-btn-2 .sb-icon {
      background-color: #F5C332;
      transform: scale(0.95); }
    .sb-btn.sb-btn-2 span {
      padding: 0 0 0 15px; }
    .sb-btn.sb-btn-2.sb-btn-gray {
      background-color: transparent; }
      .sb-btn.sb-btn-2.sb-btn-gray .sb-icon {
        background-color: #F2F3F5;
        box-shadow: 0 0 0 2px #FFFFFF; }
      .sb-btn.sb-btn-2.sb-btn-gray:hover {
        filter: brightness(102%); }
  .sb-btn.sb-btn-icon .sb-icon {
    background-color: #F5C332;
    transform: scale(0.95); }
  .sb-btn.sb-btn-icon.sb-btn-gray {
    background-color: transparent; }
    .sb-btn.sb-btn-icon.sb-btn-gray .sb-icon {
      background-color: #F2F3F5; }
    .sb-btn.sb-btn-icon.sb-btn-gray:hover {
      filter: brightness(102%); }
  .sb-btn.sb-btn-text {
    background-color: #F5C332; }
    .sb-btn.sb-btn-text .sb-icon {
      background-color: #F5C332;
      transform: scale(0.95); }
    .sb-btn.sb-btn-text span {
      padding: 0 20px; }
    .sb-btn.sb-btn-text.sb-btn-gray {
      background-color: #F2F3F5; }
      .sb-btn.sb-btn-text.sb-btn-gray .sb-icon {
        background-color: #F2F3F5; }
      .sb-btn.sb-btn-text.sb-btn-gray:hover {
        filter: brightness(102%); }
  .sb-btn:focus {
    outline: inherit; }

@media (max-width: 340px) {
  .sb-btn {
    margin-right: 0;
    margin-bottom: 10px; } }

/***************************
settings
***************************/
.container {
  position: relative;
  z-index: 2; }

@media (max-width: 768px) {
  .container {
    padding: 0 30px; }

  .swiper-container {
    overflow: visible; } }
::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #F2F3F5; }

::-webkit-scrollbar-thumb {
  background: #F5C332;
  border-radius: 2px; }

::-webkit-scrollbar-thumb:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%); }

.sb-about-text,
.sb-blog-list,
.sb-features,
.sb-popular,
.sb-team {
  position: relative; }

/***************************

spaces

***************************/
.sb-mb-90 {
  margin-bottom: 90px !important; }

.sb-mb-60 {
  margin-bottom: 60px !important; }

.sb-mb-40 {
  margin-bottom: 40px !important; }

.sb-mb-30 {
  margin-bottom: 30px !important; }

.sb-mb-25 {
  margin-bottom: 25px !important; }

.sb-mb-15 {
  margin-bottom: 15px !important; }

.sb-mb-10 {
  margin-bottom: 10px !important; }

.sb-mb-5 {
  margin-bottom: 5px !important; }

.sb-p-210-90 {
  padding-top: 210px;
  padding-bottom: 90px; }

.sb-p-90-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.sb-p-90-60 {
  padding-top: 90px !important;
  padding-bottom: 60px !important; }

.sb-p-90-0 {
  /* padding-top: 90px !important;  */
  padding-top: 180px !important;
}

.sb-p-0-90 {
  padding-bottom: 90px !important; }

.sb-p-60-60 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.sb-p-90-30 {
  padding-top: 90px !important;
  padding-bottom: 30px !important; }

.sb-p-30-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.sb-p-0-30 {
  padding-bottom: 30px; }

.sb-p-60-0 {
  padding-top: 60px !important; }

.sb-p-0-60 {
  padding-bottom: 60px !important; }

.sb-p-60-30 {
  padding-top: 60px;
  padding-bottom: 30px; }

.sb-m-0 {
  margin: 0 !important; }

/***************************
grid
***************************/
.sb-masonry-grid {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px; }
  .sb-masonry-grid .sb-grid-item {
    padding: 0 15px;
    width: 100%; }
    .sb-masonry-grid .sb-grid-item.sb-item-25 {
      width: 25%;
      padding: 0 15px; }
    .sb-masonry-grid .sb-grid-item.sb-item-33 {
      width: 33.333%;
      padding: 0 15px; }
    .sb-masonry-grid .sb-grid-item.sb-item-50 {
      width: 50%;
      padding: 0 15px; }

.grid-sizer {
  width: 100%; }

@media (max-width: 992px) {
  .sb-masonry-grid .sb-grid-item.sb-item-25 {
    width: 33.333%; }
  .sb-masonry-grid .sb-grid-item.sb-item-33 {
    width: 50%; }
  .sb-masonry-grid .sb-grid-item.sb-item-50 {
    width: 50%; } }
@media (max-width: 768px) {
  .sb-masonry-grid .sb-grid-item.sb-item-25 {
    width: 100%; }
  .sb-masonry-grid .sb-grid-item.sb-item-33 {
    width: 100%; }
  .sb-masonry-grid .sb-grid-item.sb-item-50 {
    width: 100%; } }

/**************************
author
***************************/
.sb-author-frame {
  display: flex;
  align-items: center; }
  .sb-author-frame h4 {
    font-weight: 500px;
    font-size: 14px; }
  .sb-author-frame .sb-avatar-frame {
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 50px;
    border-radius: 50%; }
    .sb-author-frame .sb-avatar-frame img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.sb-author-panel {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }
  .sb-author-panel .sb-suptitle {
    background-color: #F9FAFC; }

/***************************
contact
***************************/
.sb-contact-form-frame {
  width: 100%;
  margin-top: 120px;
  position: relative;
  background-color: #FFFFFF;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.1); }
  .sb-contact-form-frame .sb-form-content {
    position: relative;
    border: dotted 3px #F2F3F5; }

.sb-group-input {
  position: relative;
  margin-bottom: 30px; }
  .sb-group-input.sb-group-with-btn button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    border: none;
    background-color: #F5C332;
    transition: 0.3s ease-in-out; }
    .sb-group-input.sb-group-with-btn button img {
      width: 20px; }
    .sb-group-input.sb-group-with-btn button:hover {
      filter: brightness(110%); }
  .sb-group-input input, .sb-group-input textarea {
    height: 50px;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    background-color: #F9FAFC;
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #F2F3F5; }
    .sb-group-input input:focus ~ .sb-bar:before, .sb-group-input textarea:focus ~ .sb-bar:before {
      width: 100%; }
  .sb-group-input textarea {
    padding-top: 15px;
    height: 100px; }
  .sb-group-input input:focus, .sb-group-input textarea:focus {
    outline: none; }
  .sb-group-input label {
    font-size: 14px;
    color: #6F6F87;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 15px;
    transition: 0.3s ease-in-out; }
  .sb-group-input input:focus ~ label, .sb-group-input input:valid ~ label, .sb-group-input textarea:focus ~ label, .sb-group-input textarea:valid ~ label {
    top: -25px;
    left: 0;
    font-size: 12px;
    color: #231E41; }
  .sb-group-input input:valid ~ label:after {
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #F5C332; }
  .sb-group-input input:valid ~ .sb-bar:before {
    width: 100%; }
  .sb-group-input input:invalid ~ label:after {
    transform: scale(0); }
  .sb-group-input .sb-bar {
    position: relative;
    display: block;
    width: 100%; }
    .sb-group-input .sb-bar:before {
      content: '';
      height: 2px;
      width: 0;
      bottom: 1px;
      position: absolute;
      background: #F5C332;
      transition: 0.2s ease all; }
    .sb-group-input .sb-bar:before {
      left: 0; }

.sb-main-content {
  width: 100%;
  padding: 30px; }

.sb-success-result {
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: 0.4s ease-in-out; }
  .sb-success-result img {
    width: 80%; }
  .sb-success-result .sb-success-title {
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 0; }
  .sb-success-result.sb-active {
    pointer-events: all;
    opacity: 1; }

@media (max-width: 992px) {
  .sb-contact-form-frame {
    margin-top: 60px;
    margin-bottom: 90px; } }
@media (max-width: 768px) {
  .sb-contact-form-frame {
    padding: 0; }
    .sb-contact-form-frame .sb-form-content {
      border: none; } }

/***************************
blog
***************************/
.sb-blog-card {
  display: block;
  width: 100%; }
  .sb-blog-card .sb-cover-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 65%;
    background-color: #F9FAFC;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); }
    .sb-blog-card .sb-cover-frame img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transform: scale(1.001);
      transition: 0.3s ease-in-out; }
    /* .sb-blog-card .sb-cover-frame.sb-cover-vert {
      padding-bottom: 112%; } */
  .sb-blog-card .sb-blog-card-descr h3, .sb-blog-card .sb-blog-card-descr h4, .sb-blog-card .sb-blog-card-descr h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical; }
  .sb-blog-card .sb-blog-card-descr .sb-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    transition: 0.4s; }
  .sb-blog-card:hover .sb-cover-frame img {
    transform: scale(1.05); }
  .sb-blog-card.sb-blog-card-sm {
    display: flex;
    align-items: center; }
    .sb-blog-card.sb-blog-card-sm .sb-cover-frame {
      width: 35%;
      padding-bottom: 25%; }
    .sb-blog-card.sb-blog-card-sm .sb-blog-card-descr {
      width: 65%;
      padding-left: 15px; }
      .sb-blog-card.sb-blog-card-sm .sb-blog-card-descr .sb-text {
        font-size: 12px; }

.sb-post-cover {
  padding-bottom: 65%;
  position: relative; }
  .sb-post-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .sb-post-cover.sb-post-cover-vert {
    padding-bottom: 130%; }

/***************************
sidebar
***************************/
.sb-sidebar-frame {
  width: 100%;
  padding: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.1); }
  .sb-sidebar-frame .sb-sidebar {
    border: dotted 3px #F2F3F5;
    padding: 30px; }

@media (max-width: 992px) {
  .sb-sidebar-frame.sb-pad-type-1 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .sb-sidebar-frame.sb-pad-type-2 {
    margin-top: 90px;
    margin-bottom: 0; } }
@media (max-width: 768px) {
  .sb-sidebar-frame .sb-sidebar {
    border: none;
    padding: 0; } }


/***************************
team
***************************/
.sb-team-member .sb-photo-frame {
  overflow: hidden;
  background-color: #F9FAFC;
  border: 2px solid #FFFFFF;
  position: relative;
  padding-bottom: 120%; }
  .sb-team-member .sb-photo-frame:before {
    content: "";
    background-color: #F5C332;
    border-radius: 50%;
    width: 70%;
    height: 57%;
    position: absolute;
    bottom: 15%;
    left: 15%;
    border: dotted 3px #FFFFFF;
    box-shadow: 0 0 0 3px #F5C332;
    filter: blur(5px);
    transition: 0.3s ease-in-out; }
  .sb-team-member .sb-photo-frame img {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10%;
    object-fit: cover;
    object-position: bottom;
    transform: scale(1.001) translateY(0);
    transition: 0.3s ease-in-out; }
.sb-team-member .sb-member-description {
  text-align: center; }
  .sb-team-member .sb-member-description .sb-social {
    margin: 0 auto; }
.sb-team-member:hover .sb-photo-frame {
  overflow: hidden;
  background-color: #F9FAFC;
  border: 2px solid #FFFFFF;
  position: relative;
  padding-bottom: 120%; }
  .sb-team-member:hover .sb-photo-frame:before {
    transform: scale(0.9) translateY(-10%); }
  .sb-team-member:hover .sb-photo-frame img {
    transform: scale(1.05) translateY(3%); }

/***************************
faq
***************************/
.sb-faq {
  list-style: none; }
  .sb-faq li {
    border-top: solid 1px #F2F3F5; }
    .sb-faq li:last-child {
      border-bottom: solid 1px #F2F3F5;
      margin-bottom: 0; }
    .sb-faq li.sb-active .sb-answer {
      max-height: 400px !important;
      padding-bottom: 25px;
      transition: max-height 0.5s ease, padding-bottom 0.5s ease; }
  .sb-faq .sb-answer {
    font-size: 16px;
    line-height: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease; }
  .sb-faq .sb-plus-minus-toggle {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #F5C332;
    transition: 0.3s ease-in-out; }
    .sb-faq .sb-plus-minus-toggle:after, .sb-faq .sb-plus-minus-toggle:before {
      background: #000;
      content: '';
      height: 2px;
      left: 0;
      top: 0;
      width: 21px;
      transition: transform 500ms ease; }
    .sb-faq .sb-plus-minus-toggle:after {
      transform-origin: center;
      position: absolute;
      top: calc(50% - 1px);
      left: calc(50% - 10px); }
    .sb-faq .sb-plus-minus-toggle.sb-collapsed {
      background-color: #F9FAFC; }
      .sb-faq .sb-plus-minus-toggle.sb-collapsed:after {
        transform: rotate(90deg); }
      .sb-faq .sb-plus-minus-toggle.sb-collapsed:before {
        transform: rotate(180deg); }
  .sb-faq .sb-question {
    padding-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out; }

/***************************
support
***************************/
.supportTop {
  margin-top: 7rem!important; 
}
@media (min-width: 992px) {
  .supportTop {
    margin-top: 9rem!important; 
  }
}

/***************************
checkout  
***************************/
.sb-checkout-form {
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 30px; }

@media (max-width: 992px) {
  .sb-checkout-form {
    margin-bottom: 90px; } }
/***************************
background
***************************/
.sb-bg-1 {
  border-left: solid 30px #FFFFFF;
  border-right: solid 30px #FFFFFF;
  position: absolute;
  width: 100%;
  height: 300%;
  overflow: hidden; }
  .sb-bg-1 div {
    width: 100%;
    position: relative; }
    .sb-bg-1 div:after {
      content: '';
      height: 40vw;
      width: 300%;
      background-color: #F9FAFC;
      position: absolute;
      top: 500px;
      left: -100%;
      transform: rotate(-30deg); }

.sb-bg-2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 250%;
  overflow: hidden; }
  .sb-bg-2 div {
    width: 100%;
    position: relative; }
    .sb-bg-2 div:after {
      content: '';
      height: 1200px;
      width: 1200px;
      position: absolute;
      z-index: 0;
      top: 0;
      right: -20%;
      border-radius: 50%;
      border: solid 200px #F9FAFC; }

.sb-bg-3 {
  background-color: #F9FAFC;
  width: 63%;
  height: 100%;
  position: absolute;
  border-left: solid 30px #FFFFFF;
  top: 0;
  left: 0; }

@media (max-width: 768px) {
  .sb-bg-1 {
    border-left: solid 15px #FFFFFF;
    border-right: solid 15px #FFFFFF; }
    .sb-bg-1 div:after {
      height: 50vh;
      top: 450px; }

  .sb-bg-3 {
    width: 100%;
    border: none; } }

/**customization**/
.swiper-slide{
  width: 301.5px !important;
  margin-right: 30px !important;
  display:inline-block;
}
