/* Fonts settings */
body,
p,
.navbar,
.brand,
a,
.td-name,
td,
button,
input,
select,
textarea {
    font-family: "Roboto", "Helvetica", Arial, sans-serif;
}

body.lang-ar {
    direction: rtl !important;
}

.lang-link .flag-code {
    display: none;
}

.lang-link:hover .flag-code {
    display: inline;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding-right: 3px;
    padding-left: 3px;
}

.flag-icon {
    line-height: 25px;
    font-size: 25px;
    vertical-align: middle;
}

.flag-code {
    line-height: 25px;
    vertical-align: middle;
}

.blog-title h1 {
    font-family: "Roboto", "Helvetica", Arial, sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.75rem !important;
    line-height: 1.35 !important;
    margin-bottom: 1.5rem !important;
    margin-top: 0 !important;
    text-align: left;
    color: #111 !important;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .blog-title h1 {
        font-size: 2rem !important;
    }
}

.blog-title h3 {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
}

.blog-title .image {
    text-align: center;
    margin-bottom: 24px !important;
}

.blog-title .image img {
    border-radius: 8px !important;
}

.blog-title .shareon {
    margin-bottom: 24px !important;
}

.blog-title p a {
    color: #212529 !important;
}

.blog-content {
    max-width: 720px !important;
    margin: auto;
    font-size: 17px;
    color: #333;
}

.blog-content p {
    margin-bottom: 1.5rem !important;
    font-size: 17px !important;
    line-height: 1.85 !important;
    color: #333 !important;
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: 17px;
    line-height: 1.85;
    color: #333;
}

.blog-content li {
    margin-bottom: 0.5rem;
}

.blog-content blockquote {
    border-left: 3px solid #144046;
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    background: #f8f9fa;
    border-radius: 0 6px 6px 0;
    color: #444;
    font-style: italic;
}

.blog-content blockquote p {
    margin-bottom: 0 !important;
}

.blog-content a {
    color: #144046;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(20, 64, 70, 0.3);
}

.blog-content a:hover {
    color: #1a5c64;
    text-decoration-color: #1a5c64;
}

.blog-content code {
    background: #f0f3f5;
    padding: 0.2rem 0.45rem;
    border-radius: 4px;
    font-size: 0.88em;
}

.blog-content pre {
    background: #f0f3f5;
    padding: 1.25rem;
    border-radius: 8px;
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.blog-content pre code {
    background: none;
    padding: 0;
}

.blog-content hr {
    border: none;
    border-top: 1px solid #e9ecef;
    margin: 2.5rem 0;
}

.blog-content strong {
    font-weight: 600;
    color: #111;
}

.blog-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    background-color: transparent;
    border-collapse: collapse;
}

.blog-content table th {
    font-weight: 600;
    color: #111;
    border-bottom: 2px solid #dee2e6;
    padding: 0.75rem;
    font-size: 15px;
    text-align: left;
}

.blog-content table td {
    border-bottom: 1px solid #e9ecef;
    padding: 0.75rem;
    font-size: 15px;
    vertical-align: top;
}

article .blog-content h1,
article .blog-content h2,
article .blog-content h3,
article .blog-content h4,
article .blog-content h5,
article .blog-content h6 {
    font-family: "Roboto", "Helvetica", Arial, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #1a1a1a !important;
    letter-spacing: -0.01em !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

article .blog-content h1 {
    font-size: 1.5rem !important;
    padding-top: 2.5rem !important;
    padding-bottom: 0.75rem !important;
}

article .blog-content h2 {
    font-size: 1.35rem !important;
    padding-top: 2.5rem !important;
    padding-bottom: 0.75rem !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 0.25rem !important;
}

article .blog-content h3 {
    font-size: 1.15rem !important;
    padding-top: 2rem !important;
    padding-bottom: 0.65rem !important;
}

article .blog-content h4 {
    font-size: 1.05rem !important;
    padding-top: 1.75rem !important;
    padding-bottom: 0.6rem !important;
}

article .blog-content h5,
article .blog-content h6 {
    font-size: 0.9rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 0.5rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: #555 !important;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px !important;
    margin: 0.5rem 0;
}

.mb20 {
    margin-bottom: 20px;
}

.content h1 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.content p {
    padding-bottom: 20px !important;
}

#topbar {
    text-align: center;
    background: #EEF4F3;
    font-size: 18px;

    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
    padding: 10px 20px;

    color: #163E43;

    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

#topbar .dbadge {
    width: 140px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h5,
.footer-big h4,
.media .media-heading {
    font-family: "Dosis", "Helvetica", Arial, sans-serif;
    font-weight: 600;
}

.lang-ar .list-unstyled {
    padding-right: 0;
}

.lang-ar .pr-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
}

.change-language {
    margin: auto;
}

.change-language div {
    display: inline-block;
}

.gallery {
    width: 100%;
}

.aa-gallery-section {
    background-color: #F5FAFD;
    padding-top: 20px
}

.nav-link {
    font-size: 16px !important;
    line-height: 16px !important;
}

/* Hamburger nav menu — always visible */
.aa-nav-menu {
    display: none;
    position: absolute;
    top: 55px;
    right: 15px;
    background: rgba(20, 64, 70, 0.97);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 200px;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.aa-nav-menu.show {
    display: block;
}

.aa-nav-menu .navbar-nav {
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.aa-nav-menu .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.aa-nav-menu .nav-item:last-child {
    border-bottom: none;
}

.aa-nav-menu .nav-link {
    color: rgba(255,255,255,.9) !important;
    padding: 10px 20px !important;
    display: block;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 20px !important;
}

.aa-nav-menu .nav-link:hover {
    background: rgba(255,255,255,0.1);
}

.aa-nav-menu .aa-nav-langs {
    padding: 8px 16px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.aa-nav-menu .aa-nav-langs .lang-link {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
}

.aa-nav-menu .aa-nav-langs .lang-link:hover {
    background: rgba(255,255,255,0.1);
}

.aa-nav-menu .aa-nav-langs .flag-icon {
    font-size: 20px;
    line-height: 20px;
}

.lang-flag {
    width: 20px;
    height: 20px;
}

.top-box {
    min-height: 190px;
}

.screenshots {
    margin-top: 0;
    margin-bottom: 25px !important;
}

/* Common Styles */
.title {
    color: #111111;
}

.bg-gradient {
    background: linear-gradient(270deg, #144046 0%, #171d1c 100%);
}

.wbg {
    background: #fff !important
}

.pt20 {
    padding: 20px 0
}

.dbadge {
    width: 170px
}

.ub-img3 {
    width: 400px
}

/* Header Section */
.aa-header {
    background-image: url("../images/home-image.webp");
    position: relative;
    background-size: cover;
    min-height: 600px;
}

.aa-header .navbar .navbar-brand {
    font-size: 24px;
    font-family: "Dosis", "Helvetica", Arial, sans-serif;
    font-weight: 600;
    box-shadow: none;
    letter-spacing: 1px;
    opacity: 1;
}

.aa-header .aa-header-content {
    padding-top: 5rem;
    padding-bottom: 6rem;
}

.aa-header .aa-header-content h1 {
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .aa-header h1 {
        font-size: 38px;
    }

    .aa-header .aa-header-content img {
        padding-top: 40px;
    }

    .aa-header .aa-header-content li {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .aa-header .aa-header-content img {
        margin-top: 2px !important;
        padding-top: none !important;
        padding-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .aa-header .aa-logo-img {
        padding-left: 20px;
    }

    .aa-header .navbar-brand {
        padding-right: 20px !important;
    }

    .aa-header .aa-header-content li {
        font-size: 10px;
    }
}

/* Body Section */
.aa-feat {
    background-color: #F5FAFD;
}

.aa-product-details .description {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.aa-product-details .description .h4 {
    color: #111111;
    padding-bottom: 1.5rem;
}

.aa-product-details .icon {
    float: left;
    margin-top: 24px;
    margin-right: 60px;
    font-size: 3rem;
}

.aa-screenshots {
    background-color: #fff;
}

@media (max-width: 992px) {
    .aa-screenshots .carousel-inner .carousel-item img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .aa-screenshots .carousel-inner .carousel-item img {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .aa-screenshots .carousel-inner .carousel-item img {
        height: 150px;
    }
}

.aa-price-package .card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
}

.aa-price-package .aa-price {
    padding-bottom: 1.5rem;
    background-color: #F5FAFD;
}

.aa-price-package .aa-price .btn {
    width: 8rem;
}

.aa-price-package .aa-price .aa-price-section {
    padding: 25px 5px;
    background-color: white;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    font-size: 28px;
    font-family: "Dosis", "Helvetica", Arial, sans-serif;
    font-weight: 600;
}

.aa-price-package .aa-price .aa-price-section span {
    font-family: "Dosis", "Helvetica", Arial, sans-serif;
    font-weight: 600;
    font-size: 38px;
}

.aa-price-package .aa-price ul li {
    line-height: 3;
    border-bottom: 1px dashed #eee;
}

.aa-price-package .aa-price-active {
    background-color: white;
}

.aa-price-package .aa-price-active .btn {
    border: none;
    padding-top: .65rem;
    padding-bottom: .65rem;
}

.aa-price-package .text-small {
    font-size: 90%;
    line-height: 3;
    opacity: 0.75;
}

.aa-price-package .text-small:hover {
    opacity: 1;
}

.aa-testimonials-section .aa-testimonials {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.aa-testimonials-section .aa-testimonials img {
    border-radius: 100%;
    width: 96px;
    height: auto;
}

.aa-testimonials-section .aa-testimonials .aa-testimonials-body {
    background-color: #F5FAFD;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 10px -4px;
}

.aa-testimonials-section .aa-testimonials .h5 {
    color: #111111;
}

@media (max-width: 992px) {
    .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .aa-testimonials-section .aa-testimonials .aa-testimonials-body p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
        text-align: center;
    }

    .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.aa-download-section i {
    color: #888;
}

.aa-download-section .aa-apple:hover i {
    color: #B4B0B0;
}

.aa-download-section .aa-android:hover i {
    color: #a4c639;
}

.aa-download-section .aa-windows:hover i {
    color: #0078d7;
}

.aa-download-section .aa-download-icon {
    padding-left: 40px;
}

.lang-ar .aa-download-section .aa-download-icon {
    padding-left: 0;
    padding-right: 40px;
}

@media (max-width: 992px) {
    .aa-download-section p {
        font-size: 10px;
    }
}

@media (max-width: 992px) {
    .aa-download-section p {
        font-size: 12px;
    }

    .aa-download-section .aa-download-icon {
        padding-left: 0px;
        text-align: center;
    }

    .aa-download-section .aa-download-icon-detail {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .aa-download-section p {
        font-size: 14px;
    }
}

/* Footer sectiom */
.aa-footer a.credit {
    color: inherit;
    border-bottom: 1px dashed;
}


ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
    padding-top: 20px;
}

ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
}

.lang-ar ul.actions li {
    padding: 0 0 0 1em !important;
}

ul.actions li a {
    border-bottom: 0;
    vertical-align: middle;
    line-height: 2.3em;
    height: 2.3em;
}

ul.actions li a img {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    height: 40px;
}

ul.actions li:last-child {
    padding-right: 0;
}

.lang-ar ul.actions li:last-child {
    padding-left: 0 !important;
}

ul.actions.small li {
    padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
    display: block;
    padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
    padding-top: 0;
}

ul.actions.vertical li>* {
    margin-bottom: 0;
}

ul.actions.vertical.small li {
    padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    display: table;
    margin-left: -1em;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 1em);
}

ul.actions.fit li {
    display: table-cell;
    padding: 0 0 0 1em;
}

ul.actions.fit li>* {
    margin-bottom: 0;
}

ul.actions.fit.small {
    margin-left: -0.5em;
    width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
    padding: 0 0 0 0.5em;
}

@media screen and (max-width: 480px) {

    ul.actions {
        margin: 0 0 2em 0;
    }

    ul.actions li {
        padding: 1em 0 0 0;
        display: block;
        text-align: center;
        width: 100%;
    }

    ul.actions li:first-child {
        padding-top: 0;
    }

    ul.actions li>* {
        width: 100%;
        margin: 0 !important;
    }

    ul.actions.small li {
        padding: 0.5em 0 0 0;
    }

    ul.actions.small li:first-child {
        padding-top: 0;
    }

}
