/**======================================================================
=========================================================================
Template Name: Dashboard Bootstrap 5 Admin Template
Author: Rajodiya Infotech
Support: [support link]
File: style.css
=========================================================================
=================================================================================== */
body {
    margin: 0;
    overflow-x: hidden;
    /*background: #FFFFFF !important;*/
}

a {
    outline: none;
    text-decoration: none;
}

a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

.bg-dark {
    background: #002332 !important;
    color: #ffffff;
}

.bg-dark p {
    color: #ffffff;
}

.bg-dark .title h2 {
    color: #fff;
}

.bg-dark .title h2 span {
    color: #fff;
}

.bg-dark .card {
    background: #03364B;
    box-shadow: none;
    border-color: #114860 !important;
}

.theme-alt-bg {
    background: #ededed;
}

.container {
    max-width: 1540px;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

.main-header .navbar {
    padding: 15px 0;
}

.main-header .navbar .navbar-nav .nav-item .nav-link {
    color: #002332;
    font-weight: 500;
}

.main-header .navbar .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-header .navbar .btn.rounded {
    border-radius: 30px !important;
}

.main-header .navbar-toggler {
    border-color: #1c232f;
    border-radius: 80px;
    padding: 0;
    width: 45px;
    height: 45px;
}

@media only screen and (max-width: 991px) {
    .main-header .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .main-header .navbar-expand-md .navbar-collapse {
        position: fixed;
        top: 0;
        left: -255px;
        bottom: 0;
        z-index: 1026;
        box-shadow: none;
        transition: all 0.15s ease-in-out;
        display: block !important;
        width: 255px;
        padding: 50px 20px 30px;
        height: 100% !important;
    }

    .main-header .navbar-expand-md .navbar-collapse.show {
        left: 0px;
        background: #fff;
        box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    }

    .main-header .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }

    .main-header .navbar-expand-md .navbar-collapse .navbar-toggler {
        position: absolute;
        top: 0;
        width: 100%;
        height: 35px;
        right: 0;
        border-radius: 0;
        border-width: 0;
        text-align: right;
        padding: 0 15px;
    }

    .main-header .navbar-expand-md .navbar-collapse .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
    }
}

@media only screen and (max-width: 767px) {
    .main-header .hide-mob {
        display: none;
    }

    .main-header .btn.rounded {
        width: 45px;
        height: 45px;
        padding: 0;
    }

    .main-header .announcement p {
        font-size: 11px;
    }
    .banner-btn{
        gap: 10px !important;
    }
}

@media only screen and (max-width: 480px) {
    .main-header .navbar-toggler {
        width: 35px;
        height: 35px;
    }

    .main-header .btn.rounded {
        width: 35px;
        height: 35px;
    }

}

.main-banner {
    padding-top: 170px;
    padding-bottom: 80px;
    overflow-x: hidden;
}

.main-banner .container-offset {
    position: relative;
    margin-left: calc((100% - 1540px) / 2);
    padding-left: 15px;
}

.main-banner .dash-preview {
    position: relative;
    padding-top: 56.4%;
    right: -80px;
}

.main-banner .dash-preview img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.section-gap {
    padding: 60px 0;
}

.features-section {
    margin-bottom: 0;
}

.features-section.has-preview {
    margin-bottom: 330px;
}

.features-section.has-preview .features-preview {
    margin-bottom: -390px;
}

.img-fluid.header-img {
    width: 100%;
}

.screenshot-card {
    position: relative;
}

.screenshot-card .pr-btn {
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-card {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.price-card .price-badge {
    color: #fff;
    padding: 7px 24px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-card .p-price {
    font-size: 80px;
    display: block;
    border-bottom: 1px solid #C5D8DF;
}

.price-card .list-unstyled {
    display: inline-block;
}

.price-card .list-unstyled li {
    display: flex;
    align-items: center;
}

.price-card .list-unstyled li + li {
    margin-top: 8px;
}

.site-footer .footer-row {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.site-footer .footer-row .ftr-col {
    width: 100%;
    flex: 1;
}

.site-footer .footer-row .ftr-col.cmp-detail {
    max-width: 300px;
    flex: 0 0 300px;
}

.site-footer .footer-row .ftr-col.ftr-subscribe {
    max-width: 460px;
    flex: 0 0 460px;
}

.site-footer .footer-row .ftr-col:not(:first-of-type) {
    padding-left: 60px;
}

.site-footer .footer-row .ftr-col .list-unstyled {
    margin-bottom: 0;
}

.site-footer .footer-row .ftr-col .list-unstyled li a {
    color: #002332;
}

.site-footer .footer-row .ftr-col .list-unstyled li + li {
    margin-top: 8px;
}

@media screen and (max-width: 1260px) {
    .site-footer .footer-row .ftr-col:not(:first-of-type) {
        padding-left: 40px;
    }

    .site-footer .footer-row .ftr-col.ftr-subscribe {
        max-width: 370px;
        flex: 0 0 370px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer .footer-row .ftr-col.ftr-subscribe {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-row .ftr-col {
        width: 100%;
        flex: 0 0 100%;
    }

    .site-footer .footer-row .ftr-col:not(:first-of-type) {
        padding-left: 0;
        margin-top: 15px;
    }

    .site-footer .footer-row .ftr-col.cmp-detail {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.site-footer .footer-row .ftr-subscribe form .input-wrapper {
    position: relative;
    border-radius: 50px;
}

.site-footer .footer-row .ftr-subscribe form .input-wrapper input {
    padding: 15px 105px 15px 15px;
    width: 100%;
    border-radius: 50px;
    border: 0;
}

.site-footer .footer-row .ftr-subscribe form .input-wrapper .btn {
    position: absolute;
    top: 5px;
    left: auto;
    right: 5px;
}

.chat-info {
    padding-top: 170px;
    padding-bottom: 80px;
}

.chat-info .social-list {
    display: flex;
    flex-wrap: wrap;
}

.chat-info .social-list li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
}

.chat-info .social-list li a svg {
    width: 25px;
    height: 25px;
}

.common-banner {
    padding-top: 170px;
    overflow: hidden;
}

.common-banner .title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.common-banner .header-img {
    margin-bottom: -2px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    outline: none;
    z-index: 1;
    padding: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.slick-slider .slick-arrow.slick-next {
    right: 0;
}

.slick-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(-50%) scale(-1);
}

.wrdcmp-slider .user-wrd {
    padding: 0 60px;
}

@media screen and (max-width: 1260px) {
    .main-banner .container-offset {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .main-banner {
        padding-top: 130px;
        padding-bottom: 40px;
    }

    .main-banner .dash-preview {
        right: -15px;
        padding-top: 67%;
    }

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

    .features-section {
        margin-bottom: 0;
    }

    .features-section.has-preview {
        margin-bottom: 250px;
    }

    .features-section.has-preview .features-preview {
        margin-bottom: -250px;
    }

    .chat-info {
        padding-top: 130px;
        padding-bottom: 40px;
    }

    .common-banner {
        padding-top: 110px;
    }
    .features-section.has-preview .features-preview {
        margin: 0 auto -220px !important;
    }
    .features-section.has-preview {
        margin-bottom: 190px !important;
    }
}

@media only screen and (max-width: 767px) {
    .main-banner .container-offset {
        padding: 0 15px;
    }

    .main-banner .dash-preview {
        right: 0;
    }

    .site-footer .footer-row {
        padding: 40px 0;
    }

    .wrdcmp-slider .user-wrd {
        padding: 0;
    }

    .wrdcmp-slider .slick-arrow {
        opacity: 1;
        top: auto;
        transform: translateY(0);
        bottom: 0;
    }

    .wrdcmp-slider .slick-arrow.slick-prev {
        transform: translateY(0) scale(-1);
        left: calc(50% - 50px);
    }

    .wrdcmp-slider .slick-arrow.slick-next {
        right: calc(50% - 50px);
    }

    .wrdcmp-slider {
        padding-bottom: 65px;
    }
    .main-header .navbar {
        padding: 10px 0 0px !important;
    }
    .res-img{
        margin-top: 25px !important;
    }
    .faqs .accordion-button {
        padding: 15px 0px;
    }
}
@media only screen and (max-width: 767px) {
    .features-section.has-preview .features-preview {
        margin: 0 auto -120px !important;
    }
    .features-section.has-preview {
        margin-bottom: 80px !important;
    }
    .theme-avtar {
        width: 30px;
        height: 30px;
    }
}

/* Modern FAQ */
.faqs {
    position: relative;
}

.faqs .title span {
    letter-spacing: 0.08em;
    opacity: 0.9;
}

.faqs .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-focus-box-shadow: none;
}

.faqs .accordion-item {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.06);
    overflow: hidden;
    margin-bottom: 14px;
}

.faqs .accordion-header {
    margin: 0;
}

.faqs .accordion-button {
    padding: 18px 18px;
    background: transparent;
    font-weight: 650;
    line-height: 1.35;
}

.faqs .accordion-button::after {
    opacity: 0.75;
    transform: scale(0.9);
}

.faqs .accordion-button:not(.collapsed) {
    color: #0f172a;
    background: rgba(2, 6, 23, 0.02);
}

.faqs .accordion-button:focus-visible {
    outline: 3px solid rgba(99, 102, 241, 0.25);
    outline-offset: 2px;
}

.faqs .accordion-collapse {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.faqs .accordion-body {
    padding: 0 18px 18px 18px;
    color: rgba(15, 23, 42, 0.78);
}

.faqs .accordion-body p {
    margin-bottom: 10px;
}

.faqs .accordion-body p:last-child {
    margin-bottom: 0;
}

.faqs .accordion-body ul {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.faqs .accordion-body li {
    margin: 6px 0;
}

body.landing-dark .faqs {
    background: transparent;
}

body.landing-dark .faqs .accordion-item {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.09);
    box-shadow: none;
}

body.landing-dark .faqs .accordion-button {
    color: rgba(226, 232, 240, 0.92);
}

body.landing-dark .faqs .accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0.02);
    color: #ffffff;
}

body.landing-dark .faqs .accordion-button::after {
    filter: invert(1) brightness(1.2);
}

body.landing-dark .faqs .accordion-collapse {
    border-top-color: rgba(255, 255, 255, 0.08);
}

body.landing-dark .faqs .accordion-body {
    color: rgba(226, 232, 240, 0.78);
}

/* ------------------------------------------------------------------ */
/* Entranix modern landing overrides (mobile-first)                    */
/* Scoped to `.landing-page` so admin UI isn't affected.               */
/* ------------------------------------------------------------------ */

.landing-page {
    background: #ffffff;
    color: #0f172a;
}

.landing-page a {
    transition: color 160ms ease, opacity 160ms ease;
}

.landing-page .container,
.landing-page .container-offset {
    max-width: 1240px;
    padding-left: clamp(16px, 4vw, 40px);
    padding-right: clamp(16px, 4vw, 40px);
}

.landing-page .section-gap {
    padding-top: clamp(56px, 7vw, 96px);
    padding-bottom: clamp(56px, 7vw, 96px);
}

.landing-page :is(#home, #features, #plan, #faq) {
    scroll-margin-top: 90px;
}

/* Header: sticky + blurred background */
.landing-page .main-header {
    position: fixed;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.landing-page .main-header .navbar {
    padding: 12px 0;
}

.landing-page .main-header .navbar .navbar-nav .nav-item .nav-link {
    color: rgba(15, 23, 42, 0.78);
    font-weight: 600;
}

.landing-page .main-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: rgba(15, 23, 42, 1);
}

.landing-page .main-header .navbar-brand img {
    height: 34px;
    width: auto;
}

/* Hero */
.landing-page .main-banner {
    padding-top: clamp(110px, 14vw, 170px);
    padding-bottom: clamp(40px, 6vw, 80px);
    overflow: hidden;
}

.landing-page .main-banner.bg-primary {
    background: radial-gradient(1200px 600px at 15% 20%, rgba(255, 255, 255, 0.22), transparent 60%),
        linear-gradient(135deg, #4f46e5 0%, #2563eb 40%, #06b6d4 100%) !important;
}

.landing-page .main-banner h1 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.landing-page .main-banner h6 {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.55;
    color: rgba(15, 23, 42, 0.86);
    max-width: 52ch;
}

.landing-page .main-banner .badge {
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.08);
}

.landing-page .main-banner .dash-preview {
    right: 0;
    padding-top: 62%;
}

.landing-page .main-banner .dash-preview img {
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(2, 6, 23, 0.18);
}

/* Buttons */
.landing-page .btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.landing-page .btn:active {
    transform: translateY(1px);
}

.landing-page .btn.btn-primary {
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.18);
}

.landing-page .btn.btn-outline-dark {
    border-color: rgba(15, 23, 42, 0.18);
}

.landing-page .btn:hover {
    transform: translateY(-1px);
}

.landing-page .btn.btn-outline-dark:hover {
    background: rgba(15, 23, 42, 0.06);
}

/* Cards */
.landing-page .card {
    border-radius: 18px;
    border-color: rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.08);
}

.landing-page .card .card-body {
    padding: 20px;
}

.landing-page .theme-avtar.avtar-xl {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.landing-page .title h2 {
    font-size: clamp(26px, 3.2vw, 40px);
    letter-spacing: -0.01em;
}

.landing-page p {
    line-height: 1.65;
}

/* Dark sections cleanup */
.landing-page .bg-dark {
    background: radial-gradient(900px 500px at 10% 10%, rgba(99, 102, 241, 0.18), transparent 60%),
        linear-gradient(180deg, #07111a 0%, #02131f 100%) !important;
}

.landing-page .bg-dark .card.bg-transparent {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.10) !important;
}

.landing-page .bg-dark .card.bg-primary {
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.35);
}

/* Footer spacing */
.landing-page .site-footer .footer-row {
    padding: clamp(40px, 6vw, 64px) 0;
}

/* Mobile nav panel: ensure padding and readable */
@media only screen and (max-width: 991px) {
    .landing-page .main-header .navbar-expand-md .navbar-collapse.show {
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

/* Dark mode landing tweaks */
.landing-page.landing-dark {
    background: #020617;
    color: rgba(226, 232, 240, 0.92);
}

.landing-page.landing-dark .main-header {
    background: rgba(2, 6, 23, 0.55);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.landing-page.landing-dark .main-header .navbar .navbar-nav .nav-item .nav-link {
    color: rgba(226, 232, 240, 0.78);
}

.landing-page.landing-dark .main-banner h6 {
    color: rgba(226, 232, 240, 0.78);
}

.landing-page.landing-dark .card {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.10);
    box-shadow: none;
}

.landing-page.landing-dark .theme-avtar.avtar-xl {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.10);
}
