body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* =====================Nav Bar Design========================= */
.top-header {
    background: none;
    padding: 8px 0px;
    position: relative;
}

.list-inline-item.small.fw-light {
    font-family: 'Roboto';
    font-weight: 500 !important;
}

.Follow-ul {
    text-align: right;
}

.Follow-ul li {
    font-family: 'Roboto';
    font-weight: 500;
}

.Follow-ul li a {
    text-decoration: none;
}

.main-header {
    padding: 5px;
    position: relative;
}

.new-drop-menu,
.custom-nav {
    position: unset;
    padding: 0;
}

.navbar-collapse {
    justify-content: space-between;
}

.nav-link.a-nav {
    padding: 0px 20px !important;
    font-weight: 500;
    color: #673ab7;
}

.nav-link {
    color: #fff !important;
    font-size: 17px;
}

.btn-primary.login-button {
    border: 1px solid #ffffff;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    color: #000;
    width: 150px;
    font-family: 'Roboto';
    font-weight: 400;
    transition: .5s ease all;
    padding: 12px;
}

.btn-primary.login-button i {
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-left: 2px;
    transform: rotate(-45deg);
    transition: .5s ease all;
}

/* =====================Nav Bar Design End========================= */

.hero-section {
    padding: 0px 0px 80px 0px;
    background-image: url('../img/bg-image-hero.jpg');
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: -1;
    opacity: 1;
}

.heading-hero {
    font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    color: #ffffff;
    margin-bottom: 16px;
}
.heading-hero.theme{
    font-size: 36px;
    line-height: 45px;
}

.her-para {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.same-hero-btn {
    padding: 13px 50px;
    color: #fff;
    background: linear-gradient(to right, #3b82f6, #06b6d4);
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: background 0.5s;
}

.same-hero-btn.graddient-btn-outline {
    transition: all 0.5s;
    background: transparent;
    border: 1px solid #ffffff;
}

.graddient-btn-top:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff;
}
.mobile-padding.theme{
    padding-top: 45px;
}

.same-hero-btn.graddient-btn-outline:hover {
    background: linear-gradient(to right, #3b82f6, #06b6d4);
    border: none;
    color: #fff;
}

.bottom-hero:hover {
    color: #000;
    border: 1px solid #000;
}

.feature-icons {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #cfe2ff;
    font-size: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.feature-icon {
    width: 20px;
    height: 20px;
    color: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------Right Side---------------- */
.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.glass-subcard {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
}

.skeleton {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    height: 1rem;
}

.skeleton-lg {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 8rem;
}

.button-sim {
    height: 2rem;
    border-radius: 0.5rem;
    flex: 1;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.875rem;
}

.bg-blue-soft {
    background: rgba(96, 165, 250, 0.6);
}

.bg-cyan-soft {
    background: rgba(34, 211, 238, 0.6);
}

.dot {
    width: 0.75rem;
    height: 0.75rem;
    background: #22c55e;
    border-radius: 50%;
}

/* ------------------ Section 2 ------------------ */
.section-gray {
    padding: 5rem 0;
    background: #f9fafb;
}


.gradient-text {
    background: linear-gradient(to right, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.template-card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 2px solid #e5e7eb;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.template-card.primary {
    border-color: #3b82f6;
    background: #eff6ff;
}

.template-card:hover {
    border-color: #93c5fd;
    background: #f0f9ff;
}

.template-card h3 {
    transition: color 0.3s ease;
}

.template-card:hover h3 {
    color: #2563eb;
}

.template-card span {
    transition: all 0.3s ease;
}

.template-card:hover span {
    background: #dbeafe;
    color: #1e40af;
}

.btn-blue {
    background: #2563eb;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: background 0.3s;
    display: inline-flex;
    align-items: center;
    border: none;
    font-size: 0.9rem;
}

.btn-blue:hover {
    background: #1e40af;
}

.btn-outline-blue {
    border: 1px solid #2563eb;
    color: #2563eb;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
}

.btn-outline-blue:hover {
    background: #eff6ff;
}

.browser-window {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid #f3f4f6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.browser-bar {
    background: #f3f4f6;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
}

.dot.red {
    background: #f87171;
}

.dot.yellow {
    background: #facc15;
}

.dot.green {
    background: #22c55e;
}

.browser-url {
    flex: 1;
    background: #fff;
    border-radius: 0.375rem;
    padding: 0.25rem 1rem;
    font-size: 0.9rem;
    color: #6b7280;
    margin-left: 1rem;
}

.browser-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .5s;
}

.browser-image img:hover {
    transform: scale(1.05);
}

.floating-tag {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    background: linear-gradient(to right, #3b82f6, #06b6d4);
    color: #fff;
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
}

/* ------------------ Section 2 End ------------------ */
/* ------------------ Section 3 Start ------------------ */
.section-white {
    padding: 5rem 0;
    background: #ffffff;
}

/* Gradient Text */
.gradient-text-2 {
    background: linear-gradient(to right, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.feature-card {
    padding: 2rem;
    border-radius: 1rem;
    background: #f9fafb;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-card:hover {
    background: #ffffff;
    border-color: #f3f4f6;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon-2 {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    /* rounded-2xl */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon-2 {
    transform: scale(1.1);
}

/* Headings hover */
.feature-card h3 {
    transition: color 0.3s;
}

.feature-card:hover h3 {
    color: #2563eb;
}

.feature-card p {
    transition: color 0.3s;
}

.feature-card:hover p {
    color: #374151;
}

.learn-more {
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-top: 1.5rem;
}

.feature-card:hover .learn-more {
    opacity: 1;
}

.learn-more i {
    transition: transform 0.3s ease;
}

.feature-card:hover .learn-more i {
    transform: translateX(4px);
}

.cta-box {
    background: linear-gradient(to right, #2563eb, #06b6d4);
    padding: 3rem 2rem;
    border-radius: 1.5rem;
    text-align: center;
    color: #fff;
    margin-top: 4rem;
}

.cta-box h3 {
    font-weight: 700;
}

.cta-box p {
    color: #dbeafe;
}

.cta-btn {
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 9999px;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: none;
}

.cta-btn-primary {
    background: #fff;
    color: #2563eb;
}

.cta-btn-primary:hover {
    background: #f0f9ff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.cta-btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    background: transparent;
}

.cta-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* ------------------ Section 3 End ------------------ */
/* ------------------ Section 4 Start ------------------ */
.stats-section {
    position: relative;
    padding: 5rem 0;
    /* py-20 */
    background: linear-gradient(to bottom right, #1e3a8a, #1e40af, #312e81);
    color: #fff;
    overflow: hidden;
}

.stats-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(37, 99, 235, 0.2), rgba(147, 51, 234, 0.2));
}

.stats-bg {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-size: cover;
    background-position: center;
}

.stats-content {
    position: relative;
    z-index: 10;
}

/* Gradient text highlight */
.gradient-text-3 {
    background: linear-gradient(to right, #67e8f9, #93c5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Glassmorphism stat card */
.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Stat icon wrapper */
.stat-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1);
}

/* Stat numbers */
.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
    transition: color 0.3s ease;
}

.stat-card:hover .stat-number {
    color: #67e8f9;
}

.stat-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #bfdbfe;
    transition: color 0.3s ease;
}

.stat-card:hover .stat-title {
    color: #fff;
}

.stat-desc {
    color: #cbd5e1;
    transition: color 0.3s ease;
}

.stat-card:hover .stat-desc {
    color: #e2e8f0;
}

/* Progress bar reveal on hover */
.stat-progress {
    margin-top: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-card:hover .stat-progress {
    opacity: 1;
}

.progress-bar-custom {
    height: 0.25rem;
    border-radius: 9999px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.4
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0.4
    }
}

/* Award/extra cards */
.extra-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.extra-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.extra-item i {
    margin-right: 0.75rem;
}

.text-success-new {
    color: #22c55e !important;
}

.big-text-count {
    font-size: 34px;
    font-weight: 600;
    color: #2563eb;
}

.small-text-counter {
    font-size: 16px;
    color: #6b7280;
    font-weight: 500;
}

/* ------------------ Section 4 End ------------------ */
/* ------------------ Section 5 Start ------------------ */
.thumb-card {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

.thumb-card.active {
    background: rgb(37 99 235);
}

.thumb-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.thumb-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author-name {
    font-size: 16px;
    font-weight: 600;
    color: #3e424b;
}

.author-designation {
    font-size: 14px;
    color: #6b7280;
}

.content-wriiten {
    font-size: 15px;
    color: #374151;
    margin: 15px 0 0px 0px;
    line-height: 1.6;
}

.thumb-card.active .author-name,
.thumb-card.active .author-designation,
.thumb-card.active .content-wriiten {
    color: #fff;
}

.img-slider {
    width: 64px !important;
    height: 64px !important;
}

.bg-choice {
    background: #dbeafe;
    color: #1e40af;
    padding: 10px 30px;
}

.text-secondary-custom {
    color: #374151;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    height: 9px;
    background: #3b82f6 !important;
    border-radius: 5px !important;
}

.testimonial-carousel .owl-dot {
    width: 9px;
    height: 9px;
    background: #d1d5db !important;
    z-index: 10;
    border-radius: 50%;
}

.testimonial-carousel .owl-dots {
    margin-top: -25px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

/* ------------------ Section 5 End ------------------ */
/* ------------------ Section 6 Start ------------------ */
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mt-16 {
    margin-top: 4rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Colors */
.bg-gray-50 {
    background-color: #f9fafb;
}

.text-gray-900 {
    color: #111827;
}

.text-gray-700 {
    color: #374151;
}

.text-gray-600 {
    color: #4b5563;
}

.text-green {
    color: #10b981;
}

/* Headline gradient "Pricing" */
.text-gradient {
    background: linear-gradient(90deg, #2563eb 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Toggle pills */
.toggle-wrap {
    border-color: #e5e7eb !important;
}

.toggle-btn {
    padding: 0.5rem 1.5rem;
    border: 0;
    background: transparent;
    border-radius: 9999px;
    font-weight: 600;
    color: #4b5563;
    transition: all .3s ease;
    outline: none;
}

.toggle-btn.active {
    background: #2563eb;
    color: #fff;
}

.toggle-btn:hover {
    color: #111827;
}

.save-pill {
    margin-left: .5rem;
    background: #d1fae5;
    color: #047857;
    padding: .25rem .5rem;
    border-radius: 9999px;
    font-size: .75rem;
    font-weight: 600;
}

/* Plan cards */
.plan-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 1.5rem;
    padding: 2rem;
    transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}

.plan-card.hover-blue:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .15);
    border-color: #93c5fd;
}

.border-gray {
    border-color: #e5e7eb;
}

/* Featured plan */
.plan-featured {
    border: 2px solid #3b82f6;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transform: scale(1.05);
    background: #fff;
    position: relative;
}

.featured-badge-wrap {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.featured-badge {
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 9999px;
    font-size: .875rem;
    font-weight: 700;
}

/* Feature list spacing to mimic space-y-4 */
.feature-list li {
    margin-bottom: 1rem;
}

.feature-list li:last-child {
    margin-bottom: 0;
}

/* Buttons */
.btn-pill {
    border-radius: 9999px;
    padding: 1rem 1.25rem;
    font-weight: 700;
}

.cta-dark {
    background-color: #111827;
    border-color: #111827;
}

.cta-dark:hover {
    background-color: #1f2937;
    border-color: #1f2937;
}

.btn-gradient {
    background-image: linear-gradient(90deg, #2563eb 0%, #06b6d4 100%);
    color: #fff;
}

.btn-gradient:hover {
    background-image: linear-gradient(90deg, #1d4ed8 0%, #0891b2 100%);
    color: #fff;
}


/* Typography adjustments */
.display-5 {
    line-height: 1.1;
}


/* Icons alignment */
.icon-list-check i.ri-check-line {
    font-size: 1.125rem;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

i.ri-shield-check-line,
i.ri-refresh-line,
i.ri-customer-service-line,
i.ri-lock-line {
    font-size: 1.125rem;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Hover scale for CTAs like hover:scale-105 */
.btn,
.plan-card a {
    transition: transform .2s ease, box-shadow .2s ease;
}

.plan-card a:hover {
    transform: scale(1.02);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .15);
}


/* Keep headings/paragraph spacing close to original */
.h2.mb-3 {
    margin-bottom: 1.5rem !important;
}

p.mb-4 {
    margin-bottom: 2rem !important;
}

/* Maintain equal height cards */
.plan-card,
.plan-featured {
    display: flex;
    flex-direction: column;
}

.plan-card .feature-list,
.plan-featured .feature-list {
    flex-grow: 1;
}

/* Accessibility focus */
.toggle-btn.shadow-box:focus,
.btn.shadow-box:focus {
    box-shadow: 0 0 0 .25rem rgba(37, 99, 235, .25);
    outline: none;
}

/* Small refinements for mobile spacing */
@media (max-width: 576px) {
    .btn-pill {
        padding: .875rem 1rem;
    }

    .plan-featured {
        transform: none;
    }
}

/* ------------------ Section 6 End ------------------ */
/* ------------------ Section 7 Start ------------------ */
.faq-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e1e1e1;
}

.faq-item:hover {
    border: 1px solid #6e94fd;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
    border: none;
    font-weight: 600;
    color: #212529;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #f3f4f6;
}

.faq-question:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #1a69b8;
    border-bottom: 2px solid #1c76d1;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.faq-question.active {
    border-radius: 10px 10px 0px 0px;
}

.faq-question.active:after {
    transform: rotate(-135deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color: #6c757d;
}

.faq-answer.active {
    padding: 10px 20px 20px 20px;
    max-height: 1000px;
}

.icon-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, #3b82f6, #06b6d4);
    border-radius: 5px;
}

.section-cta {
    background: linear-gradient(to right, #eff6ff, #ecfeff);
    padding: 30px 40px;
    margin-top: 40px;
}

.icon-cta i {
    color: #fff;
    font-size: 30px;
}

.heading-cta {
    font-size: 36px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
}

.cta-para {
    font-size: 18px;
    color: #6c757d;
    text-align: center;
    margin-top: 10px;
}

.same-cta-btn {
    padding: 12px 40px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.bg-cta {
    color: #fff;
    background: #3b82f6;
}

.bg-cta:hover {
    color: #fff;
}

.border-cta {
    border: 2px solid #3b82f6;
    color: #3b82f6;
    background: transparent;
    transition: all 0.5s;
}

/* ------------------ Section 7 End ------------------ */
/* ---------------------Footer Start---------------------  */
footer {
    background: #111827;
    padding: 50px 0px 20px 0px;
}

.footer-logo p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.footer h4 {
    margin-bottom: 10px;
    color: #fff;
}

.footer-ul ul {
    padding: 0;
    margin: 0;
}

.footer-ul h4 {
    color: #fff;
}

.footer-ul ul li {
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
    cursor: pointer !important;
}

.footer-ul ul li a {
    color: #d7d7d7;
    line-height: 1;
    display: block;
    font-weight: 400;
    text-decoration: none;
}

.copy-right-footer {
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 15px;
}

.foote-social-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.foote-social-media li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.foote-social-media li a {
    color: #000000;
    padding: 10px;
    display: block;
    font-size: 14px;
    line-height: 0;
    border-radius: 4px;
    margin: 5px;
    text-decoration: none;
}

.footer-flexing {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-flexing a {
    text-decoration: none;
    padding: 0px 15px;
    font-size: 14px;
    color: #000;
}

.mobile-padding {
    padding-top: 80px;
}

/* ===================THemes Css========================= */
.same-category-btn {
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #575858;
    gap: 10px;
    justify-content: center;
    border: 2px solid #d1d5db;
    background: transparent;
    transition: all 0.5s;
    white-space: nowrap;
}

.same-category-btn.active {
    background: #eff6ff;
    border: 2px solid #3b82f6;
    color: #3b82f6;
}
.heading-category-theme {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
    margin-bottom: 20px;
}
.card-theme {
    box-shadow: rgba(0,0,0,0.4) 0px 5px 10px;
    border-radius:10px;
    position:relative;
}
.card-img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 280px;
    border: 1px solid #ccc;
    position: relative;
    border-bottom: none;
    overflow: hidden;
    margin: 0px;
    
}
    .card-img img{
        width:100%;
        height:auto;
        display:block;
        transition: all 5s linear;
    }
    .card-img:hover img {
        transform: translateY(-45%);
    }
.img-card-body {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 25px 20px;
}
.username-theme{
    font-size:17px;
    color:#000;
    font-weight:500;
}
    .username-theme span{
        font-size:15px;
        color:#111827;
        font-weight:400
    }
    /* ------------------Section-2------------ */
    /* Unique token-style utilities (no Tailwind) */
    .rounded-2xl {
        border-radius: 1rem;
    }
.border-gray-100 {
    border-color: #f3f4f6 !important;
}
.text-gray-500 {
    color: #6b7280 !important;
}
.cursor-pointer {
    cursor: pointer;
}
.ct-aspect  {
    position: relative;
    width: 100%;
    margin:0px;
    /*aspect-ratio: 4 / 3;*/
    overflow: hidden;
    height: 280px;
}
.ct-card:hover .ct-aspect img {
    transform: translateY(-45%);
}
.ct-aspect img {
    width: 100%;
    display: block;
    height: auto;
    transition: transform 5s linear;
}
    /*.ct-aspect:hover img {
        transform: translateY(-45%);*/
        /* Adjust based on how much you want it to scroll */
    /*}*/
    /*@supports not (aspect-ratio: 4 / 3) {
        .ct-aspect::before {
        content: "";
        display: block;
        padding-top: 75%;
    }*/

    /*.ct-aspect>img {
        position: absolute;
        inset: 0;
    }*/

.ct-image {
    transition: transform .5s ease;
}
/*.group:hover .ct-image {
    transform: scale(1.05);
}*/
.ct-badge {
    color: #fff;
    padding: .375rem .75rem;
    border-radius: 9999px;
    font-size: .875rem;
    font-weight: 600;
}
    .ct-badge.bydefault {
        background: #44e77a;
        color: #000;
    }
    .ct-badge.green {
        background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(44, 138, 21, 1) 100%);
    }
    .ct-badge.blue {
        background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(30, 180, 230, 1) 50%, rgba(28, 166, 212, 1) 100%);
    }
    .ct-badge.orange {
        background: linear-gradient(90deg,rgba(189, 128, 15, 1) 0%, rgba(230, 153, 30, 1) 50%, rgba(212, 117, 28, 1) 100%);
    }
.ct-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0));
    opacity: 0;
    transition: opacity .3s ease;
}
.group:hover .ct-overlay {
    opacity: 1;
}
.ct-btn-light {
    background: #fff;
    color: #111827;
    border-radius: .5rem;
    padding: .5rem 1rem;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.ct-btn-light:hover {
    background: #f3f4f6;
}

.ct-btn-primary {
    background: #2563eb;
    color: #fff;
    border-radius: .5rem;
    padding: .5rem 1rem;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.ct-btn-primary:hover {
    background: #1d4ed8;
}
.ct-title {
    color: #111827;
    transition: color .2s ease;
}

.group:hover .ct-title {
    color: #2563eb;
}
.z-3{
    z-index: 3;
}
.ct-chip {
    background: #f3f4f6;
    color: #4b5563;
    padding: .25rem .75rem;
    border-radius: 9999px;
    font-size: .875rem;
}

/* Color dot (theme placeholder) */
.ct-dot {
    width: .75rem;
    height: .75rem;
    border-radius: 9999px;
    background: #2563eb;
    /* replaces bg-${theme.color}-500 */
}

/* Link button on right */
.ct-link {
    color: #2c9c53;
    background: transparent;
    border: 0;
    transition: color .2s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ct-link:hover {
    color: #1d4ed8;
}

.ct-card {
    transition: box-shadow .3s ease, transform .3s ease;
}

.ct-card:hover {
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, .2);
}

.object-position-top {
    object-position: top;
}
.same-category-btn-style{
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #575858;
    gap: 10px;
    flex-wrap:nowrap;
    white-space:nowrap;
    justify-content: center;
    border: none;
    background: #f3f4f6;
}
.same-category-btn-style.active{
    background: #3b82f6;
    border: none;
    color: #ffffff;
}
.color-full-all{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}
.color-full-all.blue{
    background: #3b82f6;
}
.color-full-all.green{
    background: #10b981;
}
.color-full-all.purple{
    background: #8b5cf6;
}
.color-full-all.red{
    background: #ef4444;
}
.color-full-all.orange{
    background: #f97316;
}
.color-full-all.dark{
    background: #111827;
}
.auto-scroll-class {
    max-width: 100%;
    overflow-x: auto;
}
.positioning-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

@media (max-width: 576px) {
    .ct-badge {
        margin: .75rem;
    }

    .p-lg-5 {
        padding: 1.25rem !important;
    }
}

/* ------------------Section-2 End------------ */
/* ===================THemes Css End========================= */

/* ---------------------Footer End---------------------  */

@media (max-width: 768px) {
    .glass-subcard {
        bottom: -2.5rem;
        right: 0.5rem;
    }

    .heading-hero {
        font-size: 36px;
        line-height: 46px;
    }

    .mobile-padding {
        padding-top: 20px;
    }

    .same-hero-btn {
        padding: 13px 30px;
        font-size: 15px;
    }

    .feature-item {
        font-size: 13px;
        gap: 3px;
    }

    .feature-icons {
        gap: 8px;
    }

    .section-gray {
        padding: 3rem 0;
    }

    .floating-tag {
        bottom: -2.5rem;
        right: 1.5rem;
    }

    .Follow-ul {
        text-align: left;
    }

    .navbar-light .navbar-toggler {
        background-color: #fff;
    }

    .heading-cta {
        font-size: 22px;
    }

    .section-cta {
        background: linear-gradient(to right, #eff6ff, #ecfeff);
        padding: 30px 20px;
        margin-top: 40px;
    }

    .same-cta-btn {
        padding: 12px 15px;
        font-size: 15px;
    }

    .copy-right-footer {
        gap: 15px;
    }

    .foote-social-media {
        gap: 10px;
        justify-content: start;
    }
}
/*------------------Demp page css--------------------*/
/*body {
    font-family: "Archivo", sans-serif;
}*/

.hero-gradient {
    background: linear-gradient(135deg, #eff6ff, #e0e7ff);
}

.cta-gradient {
    background: linear-gradient(to right, #2563eb, #4f46e5);
}

.video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

    .video-thumb img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .video-thumb .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
    }

.circle-indicator {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

    .circle-indicator div {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: auto;
        margin-top: 4px;
        background: white;
        display: none;
    }

.template-btn.active .circle-indicator {
    background: #0d6efd;
    border-color: #0d6efd !important;
}

    .template-btn.active .circle-indicator div {
        display: block;
    }

.theme_name {
    font-size: 22px;
    color: #3d3d3d;
    margin-top: 15px;
}
.absoulute-btn{
    position:absolute;
    width:100%;
    /*height:60px;*/
    background-color:rgb(0, 0, 0, 0.13);
    bottom:0px;
    left:0;
    opacity:0;
}
.card-img:hover .absoulute-btn{
    opacity:1;
}
.new-btn-design-demo {
    color: #fff;
    background: linear-gradient(to right, #313852, #417bdd);
    padding: 12px 20px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border:none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*------------------Demp page css--------------------*/