:root {
    --primary-color: #0e1525;
    --accent-color: #6366f1;
    --gradient-start: #6366f1;
    --gradient-end: #8b5cf6;
    --text-color: #ffffff;
    --secondary-text: #a0aec0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--primary-color);
    color: var(--text-color);
    overflow-x: hidden;
}

.navbar {
    background-color: var(--primary-color);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1020;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    padding: 0.3rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 40px;
    transition: all 0.3s ease;
}

.navbar.scrolled .navbar-brand img {
    height: 30px;
}

.nav-link {
    color: var(--text-color) !important;
    margin: 0 10px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.btn-primary {
    background: linear-gradient(to right, var(--gradient-start), var(--gradient-end));
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 500;
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--text-color);
    border-radius: 25px;
    padding: 8px 20px;
    color: var(--text-color);
    font-weight: 500;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hero-section {
    padding: 5rem 0 -1rem;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700; 
}

.hero-subtitle {
    font-size: 1.1rem;
    color: var(--secondary-text);
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.highlight {
    background: linear-gradient(to right, var(--gradient-start), var(--gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.dashboard-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.section-subtitle {
    font-size: 1rem;
    color: var(--secondary-text);
    text-align: center;
    margin-bottom: 3rem;
}

.client-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 1.5rem;
    height: 100%;
    transition: transform 0.3s;
}

.client-card:hover {
    transform: translateY(-5px);
}

.client-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-name {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.client-desc {
    font-size: 0.9rem;
    color: var(--secondary-text);
}

.brand-section {
    padding: 5rem 0;
    text-align: center;
}

.brand-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    margin-bottom: 2rem;
}

.brand-logo {
    width: 120px !important;
    height: 60px;
    margin: 0 auto 1.5rem;
}
.brand_logo_image{
    width: 120px !important;
    height: 60px;
}
.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    color: var(--accent-color);
}

.feature-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-desc {
    font-size: 0.9rem;
    color: var(--secondary-text);
}

.cta-section {
    padding: 5rem 0;
    text-align: center;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1rem;
    color: var(--secondary-text);
    max-width: 700px;
    margin: 0 auto 2rem;
}

.cta-img {
    max-width: 400px;
    margin: 0 auto;
}

.go-to-btn {
    color: var(--accent-color);
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}

.go-to-btn:hover {
    text-decoration: underline;
}

.best-highlight {
    color: var(--accent-color);
}

.bangladesh-highlight {
    color: var(--accent-color);
}

.started-highlight {
    color: var(--accent-color);
}
.footer_company_logo{
    width: 200px;
    height: auto;
    margin-left: -30px !important;
}
.bg-purple {
background-color: #6f42c1;
 }
 .text-purple {
color: #6f42c1;
 }
.bg-dark-light {
    background-color: #2d3748;
}
.icon-bg {
    width: 60px;
    height: 60px;
}
/* .pricing-section {
background-color: #1a1a2e;
} */

.pricing-card {
background-color: rgba(255, 255, 255, 0.05);
border-radius: 16px;
padding: 30px;
transition: all 0.3s ease;
border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
border-color: rgba(111, 66, 193, 0.5);
}

.pricing-card-header h3 {
font-size: 22px;
font-weight: 700;
}

.price {
font-size: 32px;
font-weight: 700;
margin: 10px 0;
}

.feature-list {
list-style: none;
padding-left: 0;
}

.feature-list li {
padding: 8px 0;
color: #e2e2e2;
font-size: 14px;
}

/* Base badge styling */
.popular-badge {
    position: absolute;
    top: -12px;
    background-color: #6f42c1; /* Purple theme color */
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
    white-space: nowrap;
}

/* Right-aligned badge (default use) */
.popular-badge-right {
    right: 20px;

}

/* Left-aligned badge (for 'Hot') */
.popular-badge-left {
    left: 20px;
    width: 50px;
}

.text-purple {
color: #9c7bff !important;
}

.btn-purple {
background-color: #6f42c1;
color: white;
border: none;
}

.btn-purple:hover {
background-color: #5a32a8;
color: white;
}

.btn-outline-purple {
border: 1px solid #6f42c1;
color: #9c7bff;
background: transparent;
}

.btn-outline-purple:hover {
background-color: #6f42c1;
color: white;
}
.about-us-section {
    background-color: #1a1a2e;
    color: white;
}

.bg-dark-light {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.text-purple {
    color: #9c7bff;
}

.bg-purple {
    background-color: #6f42c1;
}

.icon-bg {
    width: 60px;
    height: 60px;
}

.team-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    background-color: rgba(111, 66, 193, 0.1);
}

.rounded-3 {
    border-radius: 16px !important;
}


.contact-section {
    background-color: #1a1a2e;
}

.contact-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.icon-bg {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.text-purple {
    color: #9c7bff;
}

.bg-purple {
    background-color: #6f42c1;
}

.btn-purple {
    background-color: #6f42c1;
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.btn-purple:hover {
    background-color: #5a32a8;
}

.form-control, .form-select {
    color: white;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25);
    border-color: #6f42c1;
}

a.text-white-50:hover {
    color: #9c7bff !important;
    text-decoration: none;
}

.rounded-3 {
    border-radius: 16px !important;
}

/* features page */
    .features-section {
        background-color: #1a1a2e;
    }
    
    .feature-category-card {
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }
    
    .feature-category-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        border-color: rgba(111, 66, 193, 0.5);
    }
    
    .feature-card {
        background-color: rgba(255, 255, 255, 0.03);
        border-radius: 12px;
        border-left: 3px solid #6f42c1;
        transition: all 0.3s ease;
    }
    
    .feature-card:hover {
        background-color: rgba(111, 66, 193, 0.1);
        transform: translateX(5px);
    }
    
    .icon-bg {
        width: 70px;
        height: 70px;
    }
    
    .icon-bg-sm {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
    
    .text-purple {
        color: #9c7bff !important;
    }
    
    .bg-purple {
        background-color: #6f42c1;
    }
    
    .btn-purple {
        background-color: #6f42c1;
        color: white;
        border: none;
    }
    
    .btn-purple:hover {
        background-color: #5a32a8;
        color: white;
    }
    
    .btn-outline-purple {
        border: 1px solid #6f42c1;
        color: #9c7bff;
        background: transparent;
    }
    
    .btn-outline-purple:hover {
        background-color: #6f42c1;
        color: white;
    }
    
    .bg-dark-light {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .rounded-3 {
        border-radius: 16px !important;
    }
/* terms start */

    /* .terms-section {
        background-color: #1a1a2e;
    } */
    
    /* .terms-content {
        background-color: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.1);
    } */
    
    .acceptance-box {
        border-color: rgba(111, 66, 193, 0.5) !important;
    }    
    /* Link hover effects */
    a.text-purple:hover {
        color: #b79cff !important;
        text-decoration: underline;
    }
/* terms end */

/* pricing start */


    .pricing-section {
        background-color: #1a1a2e;
    }
    
    .pricing-card {
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 16px;
        padding: 30px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }
    
    .pricing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        border-color: rgba(111, 66, 193, 0.5);
    }
    
    .pricing-card-header {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .pricing-card-header h3 {
        font-size: 22px;
        font-weight: 700;
    }
    
    .price-container {
        margin: 20px 0;
    }
    
    .price, .price-monthly, .price-annual {
        font-size: 36px;
        font-weight: 700;
        color: white;
    }
    
    .price small, .price-monthly small, .price-annual small {
        font-size: 16px;
        font-weight: 400;
    }
    
    .price-period {
        display: block;
        font-size: 14px;
    }
    
    .employee-range {
        font-size: 14px;
    }
    
    .feature-list {
        list-style: none;
        padding-left: 0;
        margin: 20px 0;
    }
    
    .feature-list li {
        padding: 8px 0;
        color: #e2e2e2;
        font-size: 14px;
    }
    
    .popular-badge {
        position: absolute;
        top: -12px;
        right: 20px;
        background-color: #6f42c1;
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
    }
    
    .text-purple {
        color: #9c7bff !important;
    }
    
    .bg-purple {
        background-color: #6f42c1;
    }
    
    .btn-purple {
        background-color: #6f42c1;
        color: white;
        border: none;
    }
    
    .btn-purple:hover {
        background-color: #5a32a8;
        color: white;
    }
    
    .btn-outline-purple {
        border: 1px solid #6f42c1;
        color: #9c7bff;
        background: transparent;
    }
    
    .btn-outline-purple:hover {
        background-color: #6f42c1;
        color: white;
    }
    
    .bg-dark-light {
        background-color: rgba(255, 255, 255, 0.05);
    }
    
    .pricing-toggle {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .btn-toggle {
        background: transparent;
        color: white;
        border: none;
        padding: 8px 20px;
        font-size: 14px;
    }
    
    .btn-toggle.active {
        background: #6f42c1;
        color: white;
        border-radius: 50px;
    }
    
    .accordion-button:not(.collapsed) {
        background-color: rgba(111, 66, 193, 0.2);
        color: #9c7bff;
    }
    
    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25);
    }
    
    .icon-bg {
        width: 60px;
        height: 60px;
    }
/* pricing end */

/* privacy and policy starts */
/* .privacy-section {

} */

/* .policy-content {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
} */

.contact-box {
    border-color: rgba(111, 66, 193, 0.5) !important;
}


/* Link hover effects */
/* privacy and policy end */



/* devices.html starts */

.devices-section {
    background-color: #1a1a2e;
}

.device-card {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.device-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(111, 66, 193, 0.5);
}

.device-image-container {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.device-image-container img{
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.device-card-body {
    border-top: 3px solid #6f42c1;
}
/* devices.html ends */

/* blog.html start */
    .blog-section {
        background-color: #1a1a2e;
    }
    
    .featured-post-card {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .featured_image{
        width: 800px;
        height: 400px;
        object-fit: contain;
    }
    
    .blog-post-card {
        background-color: rgba(255, 255, 255, 0.03);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }
    
    .blog-post-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        border-color: rgba(111, 66, 193, 0.5);
    }
    
    .post-image-container {
        height: 400px;   
        overflow: hidden; 

    }
    
    .post-image-container img {
        width: 100%;
        height: 100%;
        object-fit: fill;
       
    }
    
    .btn-category {
        background-color: rgba(255, 255, 255, 0.05);
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        padding: 6px 16px;
        font-size: 14px;
    }
    
    .btn-category:hover, .btn-category.active {
        background-color: #6f42c1;
        border-color: #6f42c1;
        color: white;
    }
    
    .text-purple {
        color: #9c7bff !important;
    }
    
    .bg-purple {
        background-color: #6f42c1;
    }
    
    .btn-purple {
        background-color: #6f42c1;
        color: white;
        border: none;
    }
    
    .btn-purple:hover {
        background-color: #5a32a8;
        color: white;
    }
    
    .btn-outline-purple {
        border: 1px solid #6f42c1;
        color: #9c7bff;
        background: transparent;
    }
    
    .btn-outline-purple:hover {
        background-color: #6f42c1;
        color: white;
    }
    
    .bg-dark-light {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .rounded-3 {
        border-radius: 16px !important;
    }
    
    /* Breadcrumbs styling */
    .breadcrumb {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        color: #6f42c1;
        content: ">";
    }
    
    .breadcrumb-item a {
        color: #9c7bff;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .breadcrumb-item a:hover {
        color: #b79cff;
        text-decoration: underline;
    }
    
    .breadcrumb-item.active {
        color: rgba(255, 255, 255, 0.6);
    }
    
    /* Pagination styling */
    .page-link {
        margin: 0 5px;
        border-radius: 8px !important;
    }
    
    /* Form elements */
    .form-control {
        background-color: rgba(255, 255, 255, 0.05) !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
        color: white !important;
    }

/* blog.html ends */
/* pricing.html starts */

.pricing-section {
    background-color: #1a1a2e;
}

.pricing-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(111, 66, 193, 0.5);
}

.pricing-card-header {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-card-header h3 {
    font-size: 22px;
    font-weight: 700;
}

.price-container {
    margin: 20px 0;
}

.price, .price-monthly, .price-annual {
    font-size: 36px;
    font-weight: 700;
    color: white;
}

.price small, .price-monthly small, .price-annual small {
    font-size: 16px;
    font-weight: 400;
}

.price-period {
    display: block;
    font-size: 14px;
}

.employee-range {
    font-size: 14px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.feature-list li {
    padding: 8px 0;
    color: #e2e2e2;
    font-size: 14px;
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background-color: #6f42c1;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.text-purple {
    color: #9c7bff !important;
}

.bg-purple {
    background-color: #6f42c1;
}

.btn-purple {
    background-color: #6f42c1;
    color: white;
    border: none;
}

.btn-purple:hover {
    background-color: #5a32a8;
    color: white;
}

.btn-outline-purple {
    border: 1px solid #6f42c1;
    color: #9c7bff;
    background: transparent;
}

.btn-outline-purple:hover {
    background-color: #6f42c1;
    color: white;
}

.bg-dark-light {
    background-color: rgba(255, 255, 255, 0.05);
}

.pricing-toggle {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-toggle {
    background: transparent;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
}

.btn-toggle.active {
    background: #6f42c1;
    color: white;
    border-radius: 50px;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(111, 66, 193, 0.2);
    color: #9c7bff;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25);
}

.icon-bg {
    width: 60px;
    height: 60px;
}
/* pricing.html ends */
/* blog detail.html starts */

.blog-detail-section {
    background-color: #1a1a2e;
}

.blog-article {
    color: rgba(255, 255, 255, 0.8);
}

.featured-image img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
}

.info-card {
    border-left: 4px solid #6f42c1;
}

.steps-card {
    border-left: 4px solid #6f42c1;
}

.conclusion-card {
    border: 2px solid #6f42c1;
}

.results-table {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.author-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-widget {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.category-list a {
    transition: all 0.3s ease;
    padding: 8px 0;
    display: block;
}

.category-list a:hover {
    color: #9c7bff !important;
    transform: translateX(5px);
}

.popular-post a {
    transition: all 0.3s ease;
}

.popular-post a:hover {
    color: #9c7bff !important;
    text-decoration: none;
}

/* Purple accent styling */
.text-purple {
    color: #9c7bff !important;
}

.bg-purple {
    background-color: #6f42c1;
}

.btn-purple {
    background-color: #6f42c1;
    color: white;
    border: none;
}

.btn-purple:hover {
    background-color: #5a32a8;
    color: white;
}

.border-purple {
    border-color: #6f42c1 !important;
}

.bg-dark-light {
    background-color: rgba(255, 255, 255, 0.05);
}

.rounded-3 {
    border-radius: 16px !important;
}

/* Breadcrumbs styling */
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6f42c1;
    content: ">";
}

.breadcrumb-item a {
    color: #9c7bff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #b79cff;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.6);
}

/* Typography */
.article-content h2, 
.article-content h3,
.article-content h4 {
    color: white;
    margin-top: 2rem;
}

.article-content ul {
    list-style-type: none;
    padding-left: 1.5rem;
}

.article-content ul li::before {
    content: "•";
    color: #6f42c1;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Table styling */
.table-dark {
    background-color: transparent;
    color: white;
}

.table-dark thead th {
    border-bottom: 1px solid #6f42c1;
}

.table-dark tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Form elements */
.form-control {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}
/* blog detail.html end */
