@font-face {
    font-family: "IRANSans";
    src: url("../fonts/iransans/woff2/IRANSansWeb.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/iransans/woff2/IRANSansWeb.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/iransans/woff2/IRANSansWeb_Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/iransans/woff2/IRANSansWeb_Black.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/iransans/woff2/IRANSansWeb_Bold.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.primary {
    color: rgb(0, 0, 145)
}

.gray {
    color: #494949;
}

.white {
    color: #fdfdfd;
}

.row {
    align-items: center;
}

.primary-text {
    color: #373737;
}

.error {
    color: #ED2E2E;
}

.success {
    color: #00966D;
}

.warning {
    color: #F4B740;
}

body {
    font-family: IRANSans, serif;
    background-color: #f6f6f6;
}

.navbar {
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    color: #414141;
    font-size: 16px;
}


.navbar .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar .menu a,
.navbar .menu .menu-link {
    text-decoration: none;
    color: #333;
    margin: 0 15px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.navbar .menu a:hover,
.navbar .menu .menu-link:hover {
    color: #1F3A93;
}


.menu-item.dropdown {
    position: relative;
}


.dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    min-width: 200px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 2000;
    text-align: right;
}

.dropdown-content a {
    display: block;
    padding: 10px 16px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-content a:hover {
    background-color: #f5f7fa;
    color: #1F3A93;
}

.menu-item.dropdown:hover .dropdown-content,
.menu-item.dropdown .dropdown-content:hover {
    display: block;
    opacity: 1;
    visibility: visible;
}

.menu-item.dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 8px;
}

.navbar .nav-link.active,
.navbar .menu-link.active,
.menu-item.dropdown:hover > .menu-link {
    color: #1F3A93;
    font-weight: 600;
}


.navbar .login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #1F3A93;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    line-height: 1;
    direction: rtl;
    cursor: pointer;
    margin-left: 10px;
}

.navbar .login-button i {
    margin: 0;
}


.navbar .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.navbar .nav-link {
    color: #414141;
    text-decoration: none;
}


.navbar .nav-link:hover {
    color: #1F3A93;
    font-weight: 400;
}

.mobile-menu {
    color: #414141;
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-align: right;
    z-index: 1;
    margin-left: 10px;
}

.hamburger {
    background-color: #E9EAEE;
    border-radius: 8px;
    padding: 0 8px 0 8px;
    font-size: 28px;
}

@media (max-width: 1024px) {
    .navbar .menu {
        display: none;

    }

    .navbar .hamburger {
        display: flex;
        margin-left: 10px;
    }

    .mobile-menu.active {
        display: block;
    }


    .navbar .login-button i {
        margin-left: 10px;
    }

    .mobile-menu .nav-item .nav-link {
        color: #414141;
        padding: 10px;
        text-align: right;
        display: block;
    }

}

.mobile-menu .nav-item .nav-link:hover {
    color: #1F3A93;
}

.mobile-menu .nav-item .nav-link.active {
    color: #1F3A93;
    font-weight: bold;
}

.dropdown-menu {
    display: block;
    position: static;
    background-color: #fff;
    width: 100%;
}

.dropdown-item {
    color: #333;
    padding: 10px;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.dropdown-menu.active {
    display: block;
}

.mobile-menu .dropdown-item {
    color: #333;
    padding: 10px;
    display: block;
}

.mobile-menu .dropdown-item:hover {
    color: #1F3A93;
}

.mobile-menu .dropdown-item.active {
    color: #1F3A93;
    font-weight: bold;
}

.mobile-menu .login-button {
    width: 40%;
    padding: 10px;
    text-align: center;
    background-color: #1F3A93;
    color: #fff;
    border-radius: 5px;
    display: block;
}

.mobile-menu .login-button:hover {
    background-color: #1f347a;
}


@media (max-width: 1600px) {
    .navbar {
        font-size: 14px;
    }
}

@media (max-width: 1366px) {
    .navbar {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .navbar {
        font-size: 14px;
    }
}


@media (max-width: 768px) {
    .navbar {
        font-size: 14px;
    }

    .navbar .menu {
        display: none;

    }

    .navbar .hamburger {
        display: flex;

    }

    .mobile-menu.active {
        display: block;
    }


    .navbar .login-button i {
        margin-left: 10px;
    }

    .mobile-menu .nav-item .nav-link {
        color: #414141;
        padding: 10px;
        text-align: right;
        display: block;
    }
}

.mobile-menu .nav-item .nav-link:hover {
    color: #1F3A93;
}

.mobile-menu .nav-item .nav-link.active {
    color: #1F3A93;
    font-weight: bold;
}

.dropdown-menu {
    display: block;
    position: static;
    background-color: #fff;
    width: 100%;
}

.dropdown-item {
    color: #333;
    padding: 10px;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.dropdown-menu.active {
    display: block;
}

.mobile-menu .dropdown-item {
    color: #333;
    padding: 10px;
    display: block;
}

.mobile-menu .dropdown-item:hover {
    color: #1F3A93;
}

.mobile-menu .dropdown-item.active {
    color: #1F3A93;
    font-weight: bold;
}

.mobile-menu .login-button {
    width: 40%;
    padding: 10px;
    text-align: center;
    background-color: #1F3A93;
    color: #fff;
    border-radius: 5px;
    display: block;
}

.mobile-menu .login-button:hover {
    background-color: #1f347a;
}

/*separation part*/

.separation-part {
    margin-right: 200px;
}

.separation-title {
    font-size: 1.5rem;
}

.separation-divider {
    border-top: 1px solid #757575;
}

@media (max-width: 768px) {
    .separation-part {
        margin-right: 100px;
    }

    .separation-title {
        font-size: 1.25rem;
    }

    .separation-divider {
        border-top: 1px solid #757575;
        margin-top: 8px;
    }
}

@media (max-width: 576px) {
    .separation-part {
        margin-right: 50px;
    }

    .separation-title {
        font-size: 1.1rem;
    }

    .separation-divider {
        border-top: 1px solid #757575;
        margin-top: 8px;
    }
}

/*about section*/

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    gap: 100px;
}

.about-content {
    flex: 1;

}

.about-image {
    flex: 1;
    width: 10%;
    height: 400px;
    background: radial-gradient(circle, #62CFF4, #1B43CC);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.about-img__fluid {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.about-content h3 {
    color: #333;
    margin-bottom: 20px;
    text-align: right;
}

.about-content, .intro-content p {
    font-size: 16px;
    color: #757575;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-word;
}

.about-content button {
    font-size: 14px;
    color: #ffffff;
    background-color: rgb(0, 0, 145);
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-content: start;
    transition: 0.2s ease;
}

.about-content button:hover {
    background-color: rgb(1, 1, 93);
    color: #fff;
}

@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        margin: 0 10px;
    }

    .about-image {
        width: 100%;
        margin-top: 20px;
    }

    .about-content {
        text-align: center;
    }

    .about-content h3 {
        text-align: center;
    }

    .about-content p {
        text-align: justify;

    }

    .about-content button {
        display: block;
        margin: 0 auto;
    }

    .img-fluid {
        max-width: 70%;
        height: auto;
    }
}

/*Product Section*/

.product-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
    flex-wrap: wrap;
}

.product-card {
    background-color: #1B43CC;
    color: white;
    border-radius: 20px;
    padding: 20px;
    width: 48%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.product-card h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.product-content__text {
    padding-right: 15px;
    flex-basis: 50%;

}

.product-content__img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    flex-basis: 50%;
}

.product-card p {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}

.product-card button {
    background-color: white;
    color: #1a53ff;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
}


@media (max-width: 768px) {
    .product-container {
        flex-direction: column;
        align-items: center;
    }

    .product-card {
        width: 100%;
    }

    .product-content {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .product-content__img img {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .product-content__img img {
        width: 100%;
    }
}

/*Benefits Section*/

.benefit-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.benefit {
    text-align: center;
    margin-top: 20px;
    flex: 1;
    max-width: 200px;
    margin-right: 20px;
}

.benefit-icon {
    background: linear-gradient(180deg, #456CF4, #2A4193);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}

.benefit-icon i {
    color: white;
    font-size: 55px;
    display: flex;
    align-items: center;
}

.benefit-text {
    color: #4a4e53;
    font-size: 18px;
}


@media (min-width: 768px) {
    .benefit-container {
        justify-content: space-between;
        align-items: flex-start;
    }

    .benefit {
        width: 45%;
        max-width: 200px;
        margin-bottom: 20px;
    }

    .benefit-icon {
        width: 70px;
        height: 70px;
    }

    .benefit-icon i {
        font-size: 36px;
    }

    .benefit-text {
        font-size: 16px;
    }
}


@media (min-width: 1024px) {
    .benefit-container {
        justify-content: space-between;
    }

    .benefit {
        width: 30%;
        max-width: 250px;
        margin-bottom: 20px;
    }

    .benefit-icon {
        width: 80px;
        height: 80px;
    }

    .benefit-icon i {
        font-size: 40px;
    }

    .benefit-text {
        font-size: 16px;
    }
}

/*intro section*/

.intro-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    gap: 100px;
    flex-wrap: wrap;
}

.intro-content {
    flex: 1;
    margin-right: 20px;
    margin-bottom: 20px;
}

.intro-vid {
    flex: 1;
    width: 100%;
    max-width: 600px;
    height: auto;
}

@media (max-width: 768px) {
    .intro-container {
        flex-direction: column;
        text-align: center;
    /
    }

    .intro-content {
        margin-right: 0;
    }

    .intro-vid {
        width: 100%;
        max-width: none;
    }
}

/*Pricing Section*/


.curved-section {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 20px;
}


.overlay {
    background: rgb(0, 24, 59) radial-gradient(circle, rgba(0, 24, 59, 1) 0%, rgba(1, 72, 176, 1) 100%);
    height: 470px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: ellipse(100% 100% at 50% 0%);
    background-size: cover;
}


.section-image {
    opacity: 15%;
    height: 470px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: ellipse(100% 100% at 50% 0%);
    object-fit: cover;

}

.pricing-header, .news-header {
    margin-bottom: 10px;
    margin-right: 50px;
    padding: 10px;
    border-radius: 10px;

}

.cards {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(221, 227, 248, 1) 100%);
    border-radius: 16px;
    height: 450px;
    width: 300px;
    padding: 20px;
    margin-top: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 32px 0 rgba(28, 28, 28, 0.28);
    z-index: 1;

}

.cards:hover {
    background: linear-gradient(180deg, #466DF7, #294091);
    color: white;
    transform: scale(1.05);
}

.cards:hover button {
    background: none;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cards.selected button {
    color: white;
    border: 1px solid #FFFFFF;
}

.cards.selected {
    background: linear-gradient(180deg, #466DF7, #294091);
    color: white;
    transform: scale(1.05);
}

.cards h3 {
    margin: 0;
    font-size: 1.20em;
    color: #757575;
}

.cards p {
    margin: 10px 0;
    font-size: 0.8rem;
    color: #757575;
}

.cards.selected h3, .cards.selected p {
    color: white;
}

.cards:hover h3, .cards:hover p, .cards:hover a {
    color: white;
}

.cards hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.cards button {
    background: none;
    border: 1px solid #757575;
    border-radius: 25px;
    color: #757575;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cards.selected button:hover {
    background: white;
    color: rgb(0, 0, 145);
}

.cards.selected a:hover {
    color: rgb(0, 0, 145);
}

.cards button:hover {
    background: white;
    color: rgb(0, 0, 145);
}

.cards button:hover a {
    color: rgb(0, 0, 145) !important;
}


.cards button a {
    color: #757575;
}

.cards.selected a {
    color: #ffffff;
    border: none;
}


@media (max-width: 1200px) {
    .pricing-header {
        font-size: 1.8rem;
    }

    .cards {
        padding: 16px;
    }
}

@media (max-width: 992px) {
    .pricing-header {
        font-size: 1.6rem;
        text-align: center;
    }

    .cards {
        padding: 14px;
    }

    .cards h3 {
        font-size: 1.2rem;
    }

    .cards .price {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .pricing-header {
        font-size: 1.4rem;
    }

    .cards {
        padding: 12px;
    }

    .cards h3 {
        font-size: 1rem;
    }

    .cards .price {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .pricing-header {
        font-size: 1.2rem;
        text-align: center;
    }

    .cards {
        padding: 10px;
    }

    .cards h3 {
        font-size: 0.8rem;
    }

    .cards .price {
        font-size: 1rem;
    }

    .cards p {
        font-size: 0.75rem;
    }

    .cards button {
        font-size: 0.9rem;
        padding: 8px 12px;
    }
}

.pricing-category {
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
}

.pricing-category.active {
    display: block;
    opacity: 1;
    transform: scale(1);
}

.pricing-category.fade-out {
    opacity: 0;
    transform: scale(0.95);
}

.triple-toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
}


.triple-toggle-switch {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 56px;
    display: flex;
    background-color: #f0f0f0;
    border-radius: 28px;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    direction: rtl;
}

.triple-toggle-switch input[type="radio"] {
    display: none;
}

.toggle-label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 12px;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toggle-slider {
    position: absolute;
    inset: 0 auto 0 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: #1A3E8C;
    border-radius: 28px;
    z-index: 0;
    transition: transform 0.3s ease;
}

.triple-toggle-switch input#toggle1:checked ~ .toggle-slider {
    transform: translateX(0%);
}

.triple-toggle-switch input#toggle2:checked ~ .toggle-slider {
    transform: translateX(-100%);
}

.triple-toggle-switch input#toggle3:checked ~ .toggle-slider {
    transform: translateX(-200%);
}

.triple-toggle-switch input#toggle4:checked ~ .toggle-slider {
    transform: translateX(-300%);
}


.triple-toggle-switch input:checked + .toggle-label {
    color: #fff;
}

@media (max-width: 900px) {
    .toggle-label {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        font-size: 14px;
        line-height: 1.4;
        padding: 8px 8px;
    }

    .triple-toggle-switch {
        height: auto;
        align-items: stretch;
    }

    .toggle-slider {
        width: 25%;
        height: 100%;
        border-radius: 28px;
    }
}

@media (max-width: 600px) {
    .toggle-label {
        font-size: 12px;
    }
}


/* جهت کلی بخش قیمت‌ها (اگر روی html/lang ست نشده) */
.pricing {
    direction: rtl;
}

/* ظرف دسته‌ها: انیمیشن ورود */
.pricing-category {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s ease, transform .3s ease;
}

.pricing-category.active {
    opacity: 1;
    transform: translateY(0);
}

/* کارت‌ها */
.cards {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
    cursor: pointer;
}

.cards:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
    transition: .2s;
}

.cards .card-title {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: .5rem;
}

.cards .price {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

/* خط جداکننده ملایم‌تر */
.cards hr {
    margin: 1rem 0;
    opacity: .15;
}

/* ریسپانسیو تایپوگرافی */
@media (min-width: 576px) {
    .cards .card-title {
        font-size: 1.1rem;
    }

    .cards .price {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .cards .card-title {
        font-size: 1.1rem;
    }

    .cards .price {
        font-size: 1.3rem;
    }
}

/* دکمه فعال در تب‌ها */
.btn-outline-primary.active {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}


/*Clients Section*/

.client-logo-wrap {
    position: relative;
    overflow: hidden;
    height: 150px;
}

.client-logo {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    animation: scrollLeft 40s linear infinite;
}


.client-logo li {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px !important;
    height: 100px;
    width: 220px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}


@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.logos img {
    max-height: 100px;
    margin: 0 20px;
}


@media (max-width: 1200px) {
    .logos img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 992px) {
    .logos img {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 768px) {
    .logos img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 576px) {
    .logos img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 400px) {
    .logos img {
        width: 80px;
        height: 80px;
    }
}

/*FAQ Section*/

.accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.75rem;
    row-gap: 1.5rem;
    width: 95%;
    max-width: 1500px;
    margin: 2rem auto;
}


.accordion-item {
    background-color: rgb(0, 0, 145);
    color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\+";
    font-size: 1.2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\-";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 768px) {
    .accordion {
        grid-template-columns: 1fr;
    /
    }
}

@media (max-width: 576px) {
    .accordion {
        grid-template-columns: 1fr;
    }
}


/*Latest News Section*/

.latest-news-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 20px;

}


.news-card {
    flex: 0 0 calc((100% - 60px) / 4);
    /*max-width: calc((100% - 60px) / 4);*/
    height: 380px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1em;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
}


.card__header {
    line-height: 0;
}

.card__image {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    clip-path: ellipse(100% 100% at 50% 0%);
}


.card__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.card__body h4 {
    font-size: 1.2rem;
    text-transform: capitalize;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card__body p {
    font-size: 0.9rem;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.card__footer {
    display: flex;
    padding: 1rem;
    margin-top: auto;
}

.continue-btn {
    background-color: #1F3A93;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: transform .1s ease, background-color .15s ease;
    white-space: nowrap;
}

.continue-btn:hover,
.continue-btn:focus {
    background-color: #13287a;
    transform: translateY(-1px);
    outline: none;
}


.news-card a {
    text-decoration: none;
}


@media (max-width: 1200px) {
    .news-card {
        flex: 0 0 calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 768px) {
    .news-card {
        flex: 0 0 calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }
}


@media (max-width: 480px) {
    .news-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-card:not(:first-child) {
        display: none;
    }
}


/*footer section*/
.site-footer {
    background-color: #1F3A93;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;


}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 6px;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    margin-right: -40px;
}

.site-footer a:hover {
    color: #fff;
    text-decoration: none;
}

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

.footer-links li {
    display: block;
    margin: 5px;
}

.footer-links a {
    color: #fff;
}

.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #fff;
}

.copyright-text {
    margin: 0
}

@media (max-width: 991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text, .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 10px
}

.social-icons li.title {
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.telegram:hover {
    background-color: #38ACE2
}

.social-icons a.whatsapp:hover {
    background-color: #30D14E
}

.social-icons a.instagram:hover {
    background-color: #ea4c89
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

/*back to up section*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 30px;
    z-index: 10000;
    border: none;
    outline: none;
    background-color: #00BCD4;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    width: 50px;
    height: 50px;
}

/*services and about us page style*/

.about-us-container, .services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}


.about-us-content, .service-content {
    margin-bottom: 70px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 20px;
}

.about-us p, .services p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-word;
}

.about-us, .services {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.about-us-card {
    background-color: #fff;
    border-radius: 10px;
    border: 0.01rem solid #eeeeee;
    height: 250px;
    padding: 20px;
    flex: 1;
    text-align: right;
    margin-bottom: 50px;
    -webkit-box-shadow: 2px -3px 30px 16px rgba(243, 248, 254, 1);
    -moz-box-shadow: 2px -3px 30px 16px rgba(243, 248, 254, 1);
    box-shadow: 2px -3px 30px 16px rgba(243, 248, 254, 1);
}

.service-card {
    background-color: #fff;
    border-radius: 10px;
    border: 0.01rem solid #eeeeee;
    height: 370px;
    padding: 20px;
    flex: 1;
    text-align: right;
    margin-bottom: 50px;
    -webkit-box-shadow: 2px -3px 30px 16px rgba(243, 248, 254, 1);
    -moz-box-shadow: 2px -3px 30px 16px rgba(243, 248, 254, 1);
    box-shadow: 2px -3px 30px 16px rgba(243, 248, 254, 1);
}


.about-us-card i, .service-card i {
    font-size: 21px;
    color: #1F3A93;
    background-color: #E4EFFF;
    border-radius: 6px;
    padding: 0.4rem;


}

.about-us-card h3, .service-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #414141;
}

.about-us-card p, .service-card p {
    font-size: 14px;
    color: #757575;
}

@media (max-width: 768px) {
    .about-us, .services {
        flex-direction: column;
        align-items: center;
    }

    .about-us-card, .service-card {
        width: 70%;
        margin-bottom: 20px;
    }
}

/*Testimonials*/

#testimonialCarousel .carousel-control-prev {
    transform: translateX(130px);
}

#testimonialCarousel .carousel-control-next {
    transform: translateX(-130px);
}

.testimonial-card {
    height: auto !important;
    margin-bottom: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
}

.carousel-item > .d-flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.testimonial-card {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 250px;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .testimonial-card {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (max-width: 767px) {
    .testimonial-card {
        flex: 0 0 100%;
        max-width: 80%;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    #testimonialCarousel {
        max-width: 700px;
        margin: 0 auto;
    }

    #testimonialCarousel .carousel-control-prev {
        transform: translateX(30px);
    }

    #testimonialCarousel .carousel-control-next {
        transform: translateX(-30px);
    }

    .carousel-item > .d-flex > .testimonial-card {
        flex-basis: 48%;
        max-width: 48%;
    }
}


@media (max-width: 767px) {
    #testimonialCarousel {
        max-width: 350px;
        margin: 0 auto;
    }

    #testimonialCarousel .carousel-control-prev {
        transform: translateX(15px);
    }

    #testimonialCarousel .carousel-control-next {
        transform: translateX(-15px);
    }

    .carousel-item > .d-flex > .testimonial-card {
        flex-basis: 100%;
        max-width: 80%;
    }
}


/*generate online CSR*/

.form-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.contact-us-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.comment-form {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 25px;
    border-radius: 8px;
    -webkit-box-shadow: 2px -3px 30px 16px rgba(243, 248, 254, 1);
    -moz-box-shadow: 2px -3px 30px 16px rgba(243, 248, 254, 1);
}

.form-label {
    font-weight: 600;
}

.comment-form {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 25px;
    border-radius: 8px;
}

label.form-label {
    color: #414141;
}

.form-submit {
    background-color: #1F3A93;
    border: none;
    transition: background-color 0.3s ease;
}

.form-submit:hover {
    background-color: #1b3283;
    border: none;
}

.submit-btn {
    background-color: #00966D;
    color: #fff;
    border-radius: 5px;
    padding: 8px 35px;
    border: none;
}

.submit-btn:hover {
    background-color: #00815f;
}

/*stufid page style*/


.container {
    margin-top: 20px;
}

.search {
    position: relative;

}

.search input {
    height: 45px;
    text-indent: 25px;
    border: 1px solid #dee2e6;
}

.search input:focus {
    box-shadow: none;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 35px;
    width: 38px;
}

.styled-table {
    margin: 25px 0;
    width: 100%;
}

.styled-table thead tr {
    background-color: #1F3A93;
    color: #ffffff;
    font-size: 14px;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    font-size: 14px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #1F3A93;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #1F3A93;
}

.pagination ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px;
    border-radius: 50px;
    direction: rtl;
}

.pagination ul li {
    color: #757575;
    list-style: none;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.pagination ul li.numb {
    list-style: none;
    height: 45px;
    width: 45px;
    margin: 0 3px;
    line-height: 45px;
    border-radius: 50%;
}

.pagination ul li.numb.first {
    margin: 0 3px 0 -5px;
}

.pagination ul li.numb.last {
    margin: 0 -5px 0 3px;
}

.pagination ul li.dots {
    font-size: 22px;
    cursor: default;
    margin: 0 20px;
}

.pagination ul li.btn {
    padding: 0 20px;
    border-radius: 50px;
}

.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
    color: #fff;
    background: #1F3A93;
}

/*news section*/

.blog .post-main-area .post-info .info, .blog .posts-grid .post-summary .post-info .info {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 1.5rem;
    opacity: 0.75;

}

.blog .post-main-area .post-info .info:not(:last-child):before, .blog .posts-grid .post-summary .post-info .info:not(:last-child):before {
    content: "|";
    margin: 0 0.75rem;
    position: absolute;
    right: 100%;
    opacity: 0.75;
}

.post-box {
    background-color: #FFFFFF;
    height: 480px;
    width: 430px;
    border-radius: 8px;

}

.blog .posts-grid .post-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 1rem 0;
    border-radius: 0.25rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 7px 32px -10px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 7px 32px -10px rgba(0, 0, 0, 0.39);
    box-shadow: 0 7px 32px -10px rgba(0, 0, 0, 0.39);
}


.blog .posts-grid .post-box:hover .post-img-wrapper .icon {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

.blog .posts-grid .post-link {
    text-decoration: none;
}

.blog .posts-grid .post-img-wrapper {
    max-height: 440px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
    position: relative;
}

.blog .posts-grid .post-img-wrapper .overlay-color {
    opacity: 0;
    z-index: 1;
}

.blog .posts-grid .post-img-wrapper .post-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: all 0.5s ease-in-out 0s;
}

.blog .posts-grid .post-img-wrapper .post-date {
    position: absolute;
    background: #ffffff;
    padding: 0.25rem 1.25rem;
    top: 0.75rem;
    left: 0.75rem;
    right: auto;
    font-weight: 400;
    text-align: center;
    z-index: 30;
    border-radius: 5rem;
}

.blog .posts-grid .post-box:hover .post-img-wrapper .post-img {
    transform: scale(1.1);
}

.blog .posts-grid .post-summary {
    padding: 1rem;
    position: relative;
}

.blog .posts-grid .post-summary .post-title {
    font-size: 1.5rem;
    text-align: right;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}


.blog .posts-grid .post-summary .post-excerpt {
    opacity: 0.75;
}

.blog .posts-grid.horizontal .post-box {
    flex-direction: row;
    direction: rtl;
}

.blog .posts-grid.horizontal .post-link {
    display: inline-flex;
}

.blog .posts-grid.horizontal .post-img-wrapper {
    margin-bottom: 0;
    border-radius: 0.25rem;
}


.blog.blog-post {
    margin-top: 15rem;
}


.post-img-wrapper {
    max-height: 400px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
    position: relative;


}

.read-more {
    background-color: #1B43CC;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    padding: 8px;
    border-radius: 4px;

}

.read-more:hover {
    background-color: #183ebe;
    cursor: pointer;

}

.post-box {
    margin-bottom: 20px;
}

.post-img {
    width: 100%;
    height: auto;
}

.post-title {
    color: #414141;
}

.single-post-img-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.featured-img {
    width: 100%;
    height: auto;
    display: block;
}


@media (min-width: 992px) , ( max-width: 992px) {
    .blog .posts-grid {
        flex-direction: column;
        align-items: center;
    }

    .post-box {
        width: 100%;
        max-width: 500px;
        margin: 1rem auto;
    }

    .read-more {
        margin-right: 0;
        font-size: 12px;
        padding: 8px 10px;
    }
}


@media (max-width: 767px) {
    .post-box {
        width: 100%;
        height: auto;
        margin: 1rem auto;
    }

    .post-img-wrapper {
        height: 250px;
    }

    .read-more {
        font-size: 10px;
        padding: 6px 8px;
    }
}


@media (max-width: 576px) {
    .post-img-wrapper {
        height: 200px;
    }

    .post-box {
        margin-bottom: 1rem;
    }

    .post-title {
        font-size: 1.2rem;
    }

    .read-more {
        font-size: 9px;
        padding: 5px 7px;

    }
}

@media (max-width: 375px) {
    .post-img-wrapper {
        height: 200px;
    }

    .post-box {
        margin-bottom: 1rem;
    }

    .post-title {
        font-size: 1.2rem;
    }

    .read-more {
        font-size: 9px;
        padding: 5px 7px;


    }
}


/*login*/

.login, .authentication {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.login-container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(188, 185, 183, 0.2);
    box-shadow: -1px 3px 30px -6px rgba(28, 28, 28, 0.4);
    -webkit-box-shadow: -1px 3px 30px -6px rgba(28, 28, 28, 0.4);
    -moz-box-shadow: -1px 3px 30px -6px rgba(28, 28, 28, 0.4);
    width: 550px;
    min-height: 600px;
    text-align: right;
    margin-left: 500px;
}

.auth-container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(188, 185, 183, 0.2);
    box-shadow: -1px 3px 30px -6px rgba(28, 28, 28, 0.4);
    -webkit-box-shadow: -1px 3px 30px -6px rgba(28, 28, 28, 0.4);
    -moz-box-shadow: -1px 3px 30px -6px rgba(28, 28, 28, 0.4);
    width: 550px;
    height: 600px;
    text-align: right;
    margin-left: 500px;
}

.signup-container {
    width: 63%;
    min-height: 95vh;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid rgba(188, 185, 183, 0.2);
    box-shadow: -1px 3px 30px -6px rgba(28, 28, 28, 0.4);
    -webkit-box-shadow: -1px 3px 30px -6px rgba(28, 28, 28, 0.4);
    -moz-box-shadow: -1px 3px 30px -6px rgba(28, 28, 28, 0.4);
    padding: 0 20px 0 20px;
    overflow: hidden;


}

.login-container h2, .auth-container h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.login-container p, .auth-container p {
    font-size: 16px;
    margin-bottom: 3rem;
    color: #414141;
}

.login-container p strong, .auth-container p strong {
    color: #000;
}

.login-elements, .auth-elements {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

input::placeholder {
    width: 100%;
    padding: 1.2rem 0.5rem 1.2rem 1rem;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 12px;
    color: #B6B5B3;

}

input:focus {
    outline-color: transparent;
    border: 2px solid skyblue;
}

.login-btn, .auth-btn, .signup-btn {
    background-color: #1F3A93;
    color: #fff;
    padding: 0.8rem;
    margin-top: 1.5rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
}

.login-btn:hover, .auth-btn:hover, .signup-btn:hover {
    background-color: #1a317a;
}

.links {
    margin-top: 1rem;
    font-size: 1rem;
}

.links a {
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 30px;
}

.left-img {
    position: relative;
    background-color: #1F3A93;
    border-radius: 16px;
    width: 500px;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    z-index: 1;

}

.left-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    background-color: #1F3A93;
    background-image: url("../images/thoughtful-businessman-sitting-with-open-laptop-computer-looking-worried-while-thinking-about-planning-top-view 1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;

}

.img-container img {
    width: 130px;
    margin-bottom: 20px;
    z-index: 1
}

.img-container h1 {
    font-size: 24px;
    margin-bottom: 10px;
    z-index: 1
}

.img-container p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
    z-index: 1
}

.img-container a {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 8px;
    color: white;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    position: absolute;
    bottom: 60px;
    text-decoration: none;
}

.img-container a:hover {
    background-color: white;
    color: #1a3b8b;
}

.countdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-control-narrow {
    padding: 5px;
    border: 1px solid #B6B5B3;
    border-radius: 4px;
}

@media (max-width: 1500px) {
    .signup-container {
        width: 100%;
        margin: 0 auto;
    }

    .signup .img-container {
        display: none;
    }
}

@media (max-width: 1400px) {
    .signup-container {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .signup-container, .login-container, .auth-container {
        width: 90%;
        margin-left: 0;
        height: auto;
    }

    .login, .authentication {
        padding-left: 550px;
    }

    .signup-container {
        width: 90%;
        margin: 0 auto;
    }

    .signup .img-container {
        display: none;
    }
}


@media (max-width: 768px) {
    .signup-container, .login-container, .auth-container {
        width: 90%;
        margin-left: 0;
        height: auto;
    }

    .img-container {
        display: none;
    }

    .login, .authentication {
        padding-left: 0;
    }

    .signup-container {
        width: 90%;
        margin: 0 auto;
    }

}

@media (max-width: 480px) {
    .login-container, .auth-container {
        padding: 1rem;
        font-size: 0.875rem;
    }

    .login-container h2, .auth-container h2 {
        font-size: 1.25rem;
    }

    .login-container p, .auth-container p {
        font-size: 0.75rem;
    }

    .login-btn, .auth-btn {
        padding: 0.5rem;
        font-size: 0.875rem;
        width: 100%;
    }

    .login-container input[type="text"],
    .login-container input[type="password"],
    .auth-container input[type="text"] {
        padding: 0.5rem;
        font-size: 0.875rem;
    }

    .login-container select, .auth-container select {
        padding: 0.5rem;
        font-size: 0.875rem;
    }
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: right !important;
}

/*pricing page*/

.pricing-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 30px 0;
    width: 100%;


}

.card {
    border: 2px solid #e1e3e8;
    border-radius: 10px;
    padding: 20px;
    width: 400px;
    height: 850px;
    font-size: 14px;

}

.accounting-card {
    border: 2px solid #e1e3e8;
    border-radius: 10px;
    padding: 20px;
    width: 320px;
    height: 500px;
    font-size: 14px;
    background-color: #FFFFFF;

}

.card, .accounting-card {
    text-align: center;
}

.price {
    margin-top: 1rem;
}

.price h3 {
    color: #414141;

}

.price span {
    font-size: 45px;
    font-weight: 700;
}

.upper-part button {
    border: none;
    color: #fff;
    background-color: #000091FF;
    width: 80%;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer;
}

.upper-part button:hover {
    color: #fff;
    background-color: #02027d;
}

.upper-part h3 {

    font-size: 1.4rem;
}

.upper-part p {
    color: #929396;
    font-size: 12px;
    margin: 1rem 0;
}

.card:hover {
    box-shadow: 3px 5px 10px #e1e3e8;
    transform: scale(1.03, 1.03);
    transition: 0.4s;
}

.accounting-card:hover {
    box-shadow: 3px 5px 10px #e1e3e8;
    transform: scale(1.03, 1.03);
    transition: 0.4s;
}

@media (max-width: 1600px) {
    .pricing-card-container {
        justify-content: center;
    }

    .pricing-card-container .col-md-2 {
        width: 20%;
        min-width: 300px;
    }
}

@media (max-width: 1400px) {
    .pricing-card-container {
        justify-content: center;
    }

    .pricing-card-container .col-md-2 {
        width: 30%;
        min-width: 300px;
    }
}

@media (max-width: 992px) {
    .pricing-card-container .col-md-2 {
        width: 45%;
    }
}

@media (max-width: 576px) {
    .pricing-card-container .col-md-2 {
        width: 90%;
    }
}

.select2-container .select2-selection--single {
    height: 40px !important;
    padding: 6px 12px;
    font-size: 16px;
}


.toc-container {
    position: fixed;
    top: 100px;
    right: 20px;
    width: 280px;
    background: #fdfdfd;
    border: 1px solid #e8eaf3;
    padding: 1rem;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.8;
    z-index: 9999;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
}


.toc-container h2,
.toc-container-responsive h2 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1b3283;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.4rem;
    margin-bottom: 0.8rem;
}

.toc-container ul,
.toc-container-responsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-container li,
.toc-container-responsive li {
    margin-bottom: 0.35rem;
}

.toc-container a,
.toc-container-responsive a {
    text-decoration: none;
    color: #1b3283;
    font-weight: 400;
    transition: all 0.2s;
    display: inline-block;
}

.toc-container a:hover,
.toc-container-responsive a:hover {
    color: #010c70;
    transform: translateX(-3px);
}

.toc-container ul ul,
.toc-container-responsive ul ul {
    padding-right: 0.8rem;
    margin-top: 0.3rem;
    border-right: 2px solid #f0f0f0;
}


.toc-container a.active,
.toc-container-responsive a.active {
    color: #010c70;
    font-weight: 600;
    border-right: 3px solid #010c70;
    padding-right: 6px;
    background: #f9faff;
    border-radius: 4px;
}


.toc-toggle {
    display: none;
    background: #1b3283;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 0.8rem;
}


.toc-container-responsive .toc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}


.toc-container-responsive:hover .toc-content,
.toc-container-responsive:focus-within .toc-content {
    max-height: 500px;
}


.toc-toggle {
    transition: background 0.3s;
}

.toc-container-responsive:hover .toc-toggle,
.toc-container-responsive:focus-within .toc-toggle {
    background: #010c70;
}


@media (max-width: 768px) {
    .toc-container {
        display: none;
    }

    .toc-container-responsive {
        display: block;
    }

    .toc-toggle {
        display: block;
    }
}

@media (max-width: 768px) {

    .toc-container {
        display: none;
    }

    .toc-container-responsive {
        display: block;
        position: relative;
        width: 100%;
        max-width: 100%;
        right: auto;
        top: auto;
        border: none;
        padding: 0.5rem;
        background: none;
    }

    .toc-toggle {
        display: block;
    }

    .toc-content {
        display: none;
        background: #fdfdfd;
        border: 1px solid #ddd;
        padding: 1rem;
        border-radius: 8px;
    }

    .toc-content.active {
        display: block;
    }

}

.bold-numbers {
    counter-reset: item;
    list-style: none;
    padding-right: 0;
}

.bold-numbers > li {
    counter-increment: item;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

.bold-numbers > li::before {
    content: counter(item) ".";
    font-weight: bold;
    position: absolute;
    right: 0;
    color: #333;
}
