/* ==========================================================================
   Axilarr Brand Overrides
   Loaded AFTER Torun main.css to override default theme colors
   Brand: Black #000, Gold #d79c54, Gray #666, White #fff, Light Gray #3f3f3f
   ========================================================================== */

/* ---------- CSS Variables ---------- */
:root {
    --ax-gold: #d79c54;
    --ax-gold-hover: #c48a42;
    --ax-gold-light: rgba(215, 156, 84, 0.15);
    --ax-black: #000000;
    --ax-dark: #111111;
    --ax-gray: #666666;
    --ax-light-gray: #3f3f3f;
    --ax-white: #ffffff;
    --ax-section-bg: #f8f8f8;
}

/* ---------- Typography ---------- */
body {
    font-family: 'Cairo', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700;
}

/* Force Cairo on all nav links (overrides cerebri_sans from main.css) */
.main-menu nav > ul > li > a,
.main-menu nav ul li a,
.manin-menu-style-3 nav ul li a,
.mean-container .mean-nav ul li a {
    font-family: 'Cairo', sans-serif !important;
}

/* ---------- Theme Color Overrides ---------- */

/* Primary / accent color → Gold */
.btn::before,
.btn::after {
    background: var(--ax-gold-hover) !important;
}

.btn {
    background: var(--ax-gold) !important;
    border-color: var(--ax-gold) !important;
}

.btn:hover {
    background: var(--ax-gold-hover) !important;
    border-color: var(--ax-gold-hover) !important;
}

.btn:hover::before {
    background: var(--ax-gold-hover) !important;
}

.btn .btn-text {
    color: var(--ax-white);
}

.btn .btn-border {
    border-color: var(--ax-gold);
}

.btn:hover .btn-border {
    border-color: var(--ax-gold-hover);
}

/* Text link underline animation (slider secondary button) */
.text-link::before {
    background: var(--ax-gold) !important;
}

.text-link:hover {
    color: var(--ax-gold) !important;
}

/* Services read-more button hover fill + border */
.services-text > a:hover {
    border-color: var(--ax-gold);
}

.services-text > a::before {
    background: var(--ax-gold) !important;
}

/* Section title subtitle color */
.section-title > span {
    color: var(--ax-gold);
}

/* About text link underline animation */
.about-text a::after {
    background: var(--ax-gold);
}

/* Section titles */
.section-title span {
    color: var(--ax-gold);
}

.section-title .border-left-1,
.section-title .border-right-1,
.section-title .b-sm-left-1,
.section-title .b-sm-left-2 {
    background: var(--ax-gold);
}

/* Services (index-1 pattern) */
.services-wrapper:hover {
    border-color: var(--ax-gold);
}

.services-wrapper:hover .services-img img {
    filter: none;
}

.services-button {
    color: var(--ax-gold);
}

.services-button:hover {
    color: var(--ax-gold-hover);
}

.services-icon i,
.services-img i {
    font-size: 50px;
    color: var(--ax-gold);
    display: block;
    margin-bottom: 15px;
}

/* Services Equal Height Cards */
.services-area .row > [class*="col-"] {
    display: flex;
}

.services-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.services-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.services-text p {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* About text */
.about-text span {
    color: var(--ax-gold);
}

.about-text h2 span {
    color: var(--ax-gold);
}

.about-text a {
    color: var(--ax-gold);
}

/* ---------- Header Overrides (Index-2 Style) ---------- */

/* Menu-2 header style */
.menu-2 {
    background: var(--ax-white);
}

.menu-2.sticky {
    background: var(--ax-white);
}

.main-menu-area {
    background: var(--ax-white);
}

#sticky-header.sticky {
    background: var(--ax-white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Logo swap on scroll (style 2) */
.logo img.logo-sticky {
    display: none;
}

#sticky-header.sticky .logo img.logo-default {
    display: none;
}

#sticky-header.sticky .logo img.logo-sticky {
    display: inline-block;
}

.manin-menu-style-3 nav ul li a {
    color: var(--ax-black);
}

.manin-menu-style-3 nav ul li a:hover,
.manin-menu-style-3 nav ul li.active > a {
    color: var(--ax-gold);
}

.main-menu nav ul li a {
    color: var(--ax-black);
}

.main-menu nav ul li a:hover,
.main-menu nav ul li.active > a {
    color: var(--ax-gold);
}

.main-menu nav ul li ul.sub-menu {
    background: var(--ax-white);
    border-top: 3px solid var(--ax-gold);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.main-menu nav ul li ul.sub-menu li a {
    color: var(--ax-gray);
}

.main-menu nav ul li ul.sub-menu li a:hover {
    color: var(--ax-gold);
}

.header-button .btn {
    background: var(--ax-gold);
}

.header-button .btn:hover {
    background: var(--ax-gold-hover);
}

/* Logo sizing */
.logo img {
    max-height: 65px;
}

/* Sidebar / Hamburger menu lines */
.sidebar__menu .line {
    background: var(--ax-black);
}

/* Header-2 icon overrides */
.header-2-icon a {
    color: var(--ax-gray);
}

.header-2-icon a:hover {
    background: var(--ax-gold);
    color: var(--ax-white);
}

/* ---------- Slider Overrides ---------- */
.slider-content h1 {
    font-family: 'Cairo', sans-serif !important;
}

/* Slider content styling */
.slider-height {
    min-height: 800px;
    background-size: cover;
    background-position: center;
}

.slider-overlay {
    position: relative;
}

.slider-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.slider-overlay .container {
    position: relative;
    z-index: 2;
}

.slider-hero-full {
    min-height: 100vh;
}

.slider-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    margin-bottom: 25px;
}

.slider-content .text-gold {
    color: var(--ax-gold);
}

.slider-button .btn {
    background: var(--ax-gold);
}

.slider-button .btn:hover {
    background: var(--ax-gold-hover);
}

.slider-button .text-link {
    color: var(--ax-white);
    margin-left: 20px;
    font-weight: 500;
    transition: color 0.3s;
}

.slider-button .text-link:hover {
    color: var(--ax-gold);
}

/* ---------- FAQ / Accordion Overrides ---------- */
.faq-wrapper .card {
    border-color: rgba(0, 0, 0, 0.1);
}

.faq-wrapper .card-header .btn-link {
    color: var(--ax-black);
    font-weight: 600;
}

.faq-wrapper .card-header .btn-link:hover {
    color: var(--ax-gold);
}

/* ---------- Counter Overrides (Index-2 Style) ---------- */
.counter-area {
    background: var(--ax-dark);
}

.single-counter .counter-icon i {
    color: var(--ax-gold);
}

.counter-wrapper .counter {
    color: var(--ax-gold);
}

.counter-wrapper span.counter-suffix {
    color: var(--ax-gold);
}

.counter-wrapper .plus-icon {
    color: var(--ax-gold);
}

.counter-wrapper p,
.counter-text p {
    color: rgba(255, 255, 255, 0.7);
}

.counter-text h2 {
    color: var(--ax-gold);
}

/* ---------- Our Services (Index-2 Style) ---------- */
.our-services-icon i {
    color: var(--ax-gold);
}

.our-services-text a {
    color: var(--ax-gold);
}

.our-services-text a:hover {
    color: var(--ax-gold-hover);
}

.our-services-wrapper:hover {
    border-color: var(--ax-gold);
}

/* ---------- Working Process (Index-2 Style) ---------- */
.working-process-icon i {
    color: var(--ax-gold);
}

.working-process-area {
    background-color: var(--ax-dark);
    background-size: cover;
    background-position: center;
}

.section-title-white span {
    color: var(--ax-gold);
}

.section-title-white h2 {
    color: var(--ax-white);
}

.working-process-text h3 {
    color: var(--ax-white);
}

.working-process-text p {
    color: rgba(255, 255, 255, 0.6);
}

/* ---------- CTA Area Overrides ---------- */
.cta-area {
    background: var(--ax-dark);
}

.cta-area .btn {
    background: var(--ax-gold);
}

.cta-area .btn:hover {
    background: var(--ax-gold-hover);
}

/* Bank Integration CTA benefits */
.cta-benefit-icon {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--ax-gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.cta-benefit-icon i {
    color: var(--ax-gold);
    font-size: 20px;
}

.cta-benefit h5 {
    color: var(--ax-white);
    margin-bottom: 5px;
}

.cta-benefit p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    font-size: 14px;
}

/* CTA section text overrides */
.cta-area .section-title .sub-t-left {
    color: var(--ax-gold);
}

.cta-area .section-title h2 {
    color: var(--ax-white);
}

.cta-area .section-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin-bottom: 30px;
}

/* ---------- Brand / Partners ---------- */
.brand-area .brand-img {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 25px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.brand-area .brand-img:hover {
    border-color: var(--ax-gold);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.brand-area .brand-img img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.brand-area .brand-img:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.brand-logo-placeholder {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
    padding: 10px;
}

.brand-logo-placeholder span {
    color: var(--ax-gray);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ---------- Newsletter / Trial CTA ---------- */
.newsletter-bg {
    background: var(--ax-gold) !important;
}

.newsletter-bg .btn {
    background: var(--ax-black);
    border-color: var(--ax-black);
}

.newsletter-bg .btn:hover {
    background: var(--ax-dark);
}

/* Gold CTA Section */
.gold-cta-area {
    background: var(--ax-gold);
    position: relative;
    overflow: hidden;
}

.gold-cta-area h2,
.gold-cta-area p,
.gold-cta-area li {
    color: var(--ax-white);
}

.gold-cta-area .btn {
    background: var(--ax-black);
    border-color: var(--ax-black);
}

.gold-cta-area .btn:hover {
    background: var(--ax-dark);
}

.trial-section-label {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
}

.trial-section-heading {
    color: var(--ax-white);
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.trial-section-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 30px;
}

.trial-setup-note {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    font-size: 14px;
}

.gold-cta-area .trial-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.gold-cta-area .trial-feature-list li {
    padding: 8px 0;
    font-size: 16px;
}

.gold-cta-area .trial-feature-list li i {
    margin-right: 10px;
    color: var(--ax-white);
}

.gold-cta-area .trial-cta-btn {
    padding: 18px 50px;
    font-size: 18px;
}

/* ---------- About Section Text ---------- */
.about-desc {
    font-size: 16px;
    color: var(--ax-gray);
    line-height: 1.8;
}

/* ---------- Breadcrumb Overrides ---------- */
.breadcrumb-area {
    background-color: var(--ax-black) !important;
    background-size: cover;
    background-position: center;
}

.breadcrumb-text h1 {
    color: var(--ax-white);
}

.breadcrumb-subtitle {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 15px;
    font-size: 16px;
}

.breadcrumb-menu li a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.breadcrumb-menu li a:hover {
    color: var(--ax-gold) !important;
}

.breadcrumb-menu li span {
    color: var(--ax-gold);
}

/* ---------- Footer Overrides ---------- */
.footer-area {
    background-color: var(--ax-dark) !important;
    background-image: none !important;
}

.footer-title {
    color: var(--ax-white);
}

.footer-title::after {
    background: var(--ax-gold);
}

.fotter-menu a {
    color: #696969;
}

.fotter-menu a:hover {
    color: var(--ax-gold);
}

.footer-text p {
    color: #696969;
}

/* Footer social icons */
.footer-icon a:hover {
    background: var(--ax-gold);
    color: #fff;
    border-color: var(--ax-gold);
}

.footer-text .btn {
    background: var(--ax-gold);
}

.footer-logo img {
    max-height: 50px;
}

.contact-link li .contact-address-icon i {
    color: var(--ax-gold);
}

.contact-link li .contact-address-text h4,
.contact-link li .contact-address-text h4 a {
    color: #696969;
    font-size: 14px;
}

.contact-link li .contact-address-text h4 a:hover {
    color: var(--ax-gold);
}

.contact-link li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-address-icon {
    margin-right: 11px;
}

.footer-bottom-area {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-area .copyright p {
    color: #696969;
}

.footer-bottom-area .copyright p i {
    color: var(--ax-gold);
}

.footer-bg-bottom {
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
}

.footer-bottem-text p,
.footer-bottem-text p a {
    color: #696969;
}

.footer-bottem-text p a:hover {
    color: var(--ax-gold);
}

.footer-bottom-area .copyright a {
    color: var(--ax-gold);
}

.footer-2-icon a {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-2-icon a:hover {
    color: var(--ax-white);
    background: var(--ax-gold);
    border-color: var(--ax-gold);
}

/* ---------- Contact / Form Overrides ---------- */
.contact i {
    color: var(--ax-gold);
}

.contact h3 {
    color: var(--ax-black);
}

.appointment-wrapper .form-box input:focus,
.appointment-wrapper .form-box textarea:focus {
    border-color: var(--ax-gold);
}

.contact-btn .btn,
.contact-2-btn .btn {
    background: var(--ax-gold);
}

.contact-btn .btn:hover,
.contact-2-btn .btn:hover {
    background: var(--ax-gold-hover);
}

/* Custom form card styling */
.axilarr-form-card {
    background: var(--ax-white);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.axilarr-form-card .form-label {
    font-weight: 500;
    color: var(--ax-black);
    margin-bottom: 8px;
    font-size: 14px;
}

.axilarr-form-card .form-control,
.axilarr-form-card .form-select {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.axilarr-form-card .form-control:focus,
.axilarr-form-card .form-select:focus {
    border-color: var(--ax-gold);
    box-shadow: 0 0 0 0.2rem var(--ax-gold-light);
}

.axilarr-form-card .btn-gold,
.btn-gold {
    background: var(--ax-gold);
    border: none;
    color: var(--ax-white);
    padding: 14px 30px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    transition: background 0.3s;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.axilarr-form-card .btn-gold:hover,
.btn-gold:hover {
    background: var(--ax-gold-hover);
    color: var(--ax-white);
}

/* Outline gold button */
.btn-outline-gold {
    background: transparent;
    border: 1px solid var(--ax-gold);
    color: var(--ax-gold);
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
}

.btn-outline-gold:hover {
    background: var(--ax-gold);
    color: var(--ax-white);
}

/* Subdomain preview */
.subdomain-input-group {
    position: relative;
}

.subdomain-input-group .form-control {
    padding-right: 160px;
    direction: ltr;
    text-align: left;
}

.subdomain-suffix {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ax-gray);
    font-size: 14px;
    pointer-events: none;
}

.live-preview-url {
    font-size: 13px;
    color: var(--ax-gold);
    margin-top: 8px;
    font-family: monospace;
}

/* Alert gold */
.alert-gold {
    background: var(--ax-gold-light);
    border: 1px solid var(--ax-gold);
    border-radius: 8px;
    padding: 20px;
    color: var(--ax-black);
}

.alert-gold i {
    color: var(--ax-gold);
}

/* Showroom fallback */
.showroom-fallback {
    background: var(--ax-gold-light);
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.showroom-fallback p {
    font-size: 0.9rem;
    color: var(--ax-gray);
}

/* Fallback button sizing */
.showroom-fallback .btn {
    padding: 8px 20px;
    font-size: 13px;
}

/* CAPTCHA input */
.captcha-input {
    max-width: 150px;
}

/* Validation error text */
.validation-error {
    font-size: 0.85rem;
}

/* ---------- Offcanvas Overrides ---------- */
.offcanvas__area {
    background: var(--ax-black);
}

.offcanvas__logo img {
    max-width: 100px;
}

.offcanvas__social ul li a {
    color: var(--ax-white);
}

.offcanvas__social ul li a:hover {
    color: #fff !important;
    border-color: var(--ax-gold) !important;
    background-color: var(--ax-gold) !important;
}

/* RTL: Offcanvas — slide from left */
html[dir="rtl"] .offcanvas__area {
    right: auto;
    left: 0;
    transform: translateX(calc(-100% - 80px));
}

html[dir="rtl"] .offcanvas__area.info-open {
    transform: translateX(0);
}

/* RTL: Mobile menu items */
html[dir="rtl"] .mean-container .mean-nav ul li a {
    text-align: right;
}

html[dir="rtl"] .mean-container .mean-nav ul li a i {
    float: left;
}

html[dir="rtl"] .mean-container a.meanmenu-reveal {
    left: 0 !important;
    right: auto !important;
}

html[dir="rtl"] .offcanvas__top {
    direction: rtl;
}

html[dir="rtl"] .offcanvas__social {
    text-align: right;
}

html[dir="rtl"] .offcanvas__social h3 {
    text-align: right;
}

.mean-container .mean-nav ul li a.mean-expand {
    background: var(--ax-gold);
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
    color: var(--ax-gold) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
    background-color: var(--ax-gold) !important;
}

/* ---------- Scroll Up ---------- */
#scrollUp {
    background: var(--ax-gold);
}

#scrollUp:hover {
    background: var(--ax-gold-hover);
}

/* ---------- Preloader ---------- */
.torun-preloader {
    background: var(--ax-black);
}

.torun-preloader img {
    max-width: 120px;
}

/* ---------- Language Switcher ---------- */
.menu-2 .lang-switcher {
    padding: 20px 0 16px;
    margin-right: 30px;
}

.lang-switcher {
    display: flex;
    align-items: center;
}

.lang-switcher .lang-btn {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: var(--ax-gray);
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lang-switcher .lang-btn:hover {
    background: var(--ax-gold);
    border-color: var(--ax-gold);
    color: var(--ax-white);
}

/* ---------- RTL Support ---------- */
html[dir="rtl"] .main-menu {
    text-align: start;
}

html[dir="rtl"] .header-button {
    float: left;
}

html[dir="rtl"] .header-right {
    float: left;
}

html[dir="rtl"] .header-info {
    direction: rtl;
}

html[dir="rtl"] .slider-content {
    text-align: right;
}

html[dir="rtl"] .slider-content p {
    margin-right: 0;
    margin-left: 232px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    html[dir="rtl"] .slider-content p { margin-left: 0; }
}
@media (min-width: 768px) and (max-width: 991px) {
    html[dir="rtl"] .slider-content p { margin-left: 20px; margin-right: 0; }
}
@media (max-width: 767px) {
    html[dir="rtl"] .slider-content p { margin-left: 0; }
}

html[dir="rtl"] .section-title {
    text-align: right;
}

html[dir="rtl"] .footer-wrapper {
    text-align: right;
}

html[dir="rtl"] .fotter-menu li a {
    padding-left: 0;
    padding-right: 15px;
}

html[dir="rtl"] .fotter-menu li a::before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .breadcrumb-menu li::before {
    left: auto;
    right: -7px;
}

html[dir="rtl"] .breadcrumb-menu li::after {
    display: none;
}

html[dir="rtl"] .breadcrumb-text {
    text-align: center;
}

/* RTL: CTA benefit icon margin */
html[dir="rtl"] .cta-benefit-icon {
    margin-right: 0;
    margin-left: 15px;
}

/* RTL: Trial feature list icon margin */
html[dir="rtl"] .gold-cta-area .trial-feature-list li i {
    margin-right: 0;
    margin-left: 10px;
}

/* RTL: Subdomain — force entire group to LTR so suffix stays on right */
html[dir="rtl"] .subdomain-input-group {
    direction: ltr !important;
}

html[dir="rtl"] .subdomain-input-group .form-control {
    direction: ltr !important;
    text-align: left !important;
    padding-right: 160px !important;
    padding-left: 16px !important;
}

html[dir="rtl"] .subdomain-suffix {
    right: 16px !important;
    left: auto !important;
}

/* RTL: Slider text-link secondary button margin */
html[dir="rtl"] .slider-button .text-link {
    margin-left: 0;
    margin-right: 20px;
}

/* RTL: Slick arrow position swap */
html[dir="rtl"] .slider-active button.slick-prev {
    left: auto;
    right: 70px;
}

html[dir="rtl"] .slider-active button.slick-next {
    right: auto;
    left: 70px;
}

/* RTL: Flip arrow icons direction */
html[dir="rtl"] .slider-active button.slick-prev i,
html[dir="rtl"] .slider-active button.slick-next i {
    transform: scaleX(-1);
}

/* RTL: Float helpers */
html[dir="rtl"] .f-right {
    float: left !important;
}

html[dir="rtl"] .text-end {
    text-align: start !important;
}

html[dir="rtl"] .pl-45 {
    padding-left: 0;
    padding-right: 45px;
}

html[dir="rtl"] .pr-45 {
    padding-right: 0;
    padding-left: 45px;
}

html[dir="rtl"] .pl-50 {
    padding-left: 0;
    padding-right: 50px;
}

html[dir="rtl"] .ml-50 {
    margin-left: 0;
    margin-right: 50px;
}

html[dir="rtl"] .mr-50 {
    margin-right: 0;
    margin-left: 50px;
}

/* RTL: Header lang switcher margin flip */
html[dir="rtl"] .menu-2 .lang-switcher {
    margin-right: 0;
    margin-left: 30px;
}

/* RTL: Header social icon spacing flip */
html[dir="rtl"] .header-2-icon a {
    margin-right: 0;
    margin-left: 5px;
}

html[dir="rtl"] .header-2-icon a:last-child {
    margin-left: 0;
}

/* RTL: Nav item spacing flip */
html[dir="rtl"] .main-menu.manin-menu-style-3 nav > ul > li {
    margin-left: 0;
    margin-right: 25px;
}

/* ---------- Header Style 2: Transparent Header + Hero Background ---------- */
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header-transparent .menu-4 {
    background: transparent;
}

.header-transparent .menu-4 .manin-menu-style-3 nav ul li a,
.header-transparent .menu-4 .main-menu nav ul li a {
    color: var(--ax-white);
}

.header-transparent .menu-4 .manin-menu-style-3 nav ul li a:hover,
.header-transparent .menu-4 .manin-menu-style-3 nav ul li.active > a,
.header-transparent .menu-4 .main-menu nav ul li a:hover,
.header-transparent .menu-4 .main-menu nav ul li.active > a {
    color: var(--ax-gold);
}

.header-transparent .menu-4 .header-2-icon a {
    color: rgba(255, 255, 255, 0.7);
}

.header-transparent .menu-4 .header-2-icon a:hover {
    background: var(--ax-gold);
    color: var(--ax-white);
}

.header-transparent .menu-4 .lang-switcher .lang-btn {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.3);
}

.header-transparent .menu-4 .lang-switcher .lang-btn:hover {
    background: var(--ax-gold);
    border-color: var(--ax-gold);
    color: var(--ax-white);
}

.header-transparent .menu-4 .sidebar__menu .line {
    background: var(--ax-white);
}

/* Sticky state reverts to normal style */
.header-transparent .menu-4.sticky {
    background: var(--ax-white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.header-transparent .menu-4.sticky .manin-menu-style-3 nav ul li a,
.header-transparent .menu-4.sticky .main-menu nav ul li a {
    color: var(--ax-black);
}

.header-transparent .menu-4.sticky .manin-menu-style-3 nav ul li a:hover,
.header-transparent .menu-4.sticky .manin-menu-style-3 nav ul li.active > a,
.header-transparent .menu-4.sticky .main-menu nav ul li a:hover,
.header-transparent .menu-4.sticky .main-menu nav ul li.active > a {
    color: var(--ax-gold);
}

.header-transparent .menu-4.sticky .header-2-icon a {
    color: var(--ax-gray);
}

.header-transparent .menu-4.sticky .lang-switcher .lang-btn {
    color: var(--ax-gray);
    border-color: rgba(0, 0, 0, 0.2);
}

.header-transparent .menu-4.sticky .sidebar__menu .line {
    background: var(--ax-black);
}

/* ---------- Responsive Adjustments ---------- */
@media (max-width: 991px) {
    .axilarr-form-card {
        padding: 25px;
    }

    .gold-cta-area .trial-feature-list li {
        font-size: 14px;
    }

    .gold-cta-area .trial-cta-btn {
        padding: 14px 30px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .axilarr-form-card {
        padding: 20px;
    }

    .breadcrumb-area {
        padding-top: 150px !important;
        padding-bottom: 80px !important;
    }

    .trial-section-heading {
        font-size: 28px;
    }
}

/* ============================
   About Page Styles
   ============================ */
.about-page {
    padding: 60px 0;
}

.about-page .banner-section img {
    width: 100%;
    border-radius: 8px;
    max-height: 500px;
    object-fit: cover;
}

.about-page .about-div {
    padding-top: 30px;
}

.about-page .about-div h2 {
    margin-bottom: 15px;
    color: var(--ax-black);
    font-size: 28px;
    font-weight: 700;
}

.about-page .about-div h2.about-border {
    padding-bottom: 15px;
    border-bottom: 2px solid var(--ax-gold);
    display: inline-block;
}

.about-page .about-div p {
    line-height: 1.9;
    color: var(--ax-gray, #666);
    font-size: 16px;
}

/* RTL: About Page */
html[dir="rtl"] .about-page .about-div {
    text-align: right;
}

/* ============================
   Footer Social Icons
   ============================ */
.footer-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--ax-gold);
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-social-icons a:hover {
    background: var(--ax-gold);
    color: #fff;
}

/* Footer Map */
.footer-map iframe {
    border-radius: 8px;
}

/* RTL: Footer */
html[dir="rtl"] .contact-link li {
    display: flex;
    direction: rtl;
}

html[dir="rtl"] .contact-address-icon {
    margin-right: 0;
    margin-left: 15px;
}

html[dir="rtl"] .footer-social-icons {
    justify-content: flex-start;
}

/* ============================
   Responsive: About Page
   ============================ */
@media (max-width: 767px) {
    .about-page {
        padding: 30px 0;
    }

    .about-page .banner-section img {
        border-radius: 4px;
        max-height: 300px;
    }

    .about-page .about-div h2 {
        font-size: 22px;
    }
}

/* ============================
   Heading Decoration Colors
   Override blue (#096bd8) → gold
   ============================ */

/* About text subtitle decoration bars */
.about-text > span::before,
.about-text > span::after {
    background: var(--ax-gold) !important;
}

.about-text > span {
    color: var(--ax-gold) !important;
}

.about-text h2 > span {
    color: var(--ax-gold) !important;
}

.about-text a:hover {
    color: var(--ax-gold) !important;
}

.about-text a::before {
    background: var(--ax-gold) !important;
}

/* Section title decoration bars */
.border-left-1,
.border-right-1,
.b-sm-left-1,
.b-sm-left-2 {
    background: var(--ax-gold) !important;
}

/* Footer title decoration bars */
.footer-title::before,
.footer-title::after {
    background: var(--ax-gold) !important;
}

/* ============================
   RTL: About Text Decorations
   ============================ */
html[dir="rtl"] .about-text > span {
    padding-left: 0;
    padding-right: 86px;
}

html[dir="rtl"] .about-text > span::before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .about-text > span::after {
    left: auto;
    right: 26px;
}

html[dir="rtl"] .about-text {
    text-align: right;
}

html[dir="rtl"] .about-text a::before {
    left: auto;
    right: 100%;
}

html[dir="rtl"] .about-text a:hover::before {
    right: 0;
    left: auto;
}

html[dir="rtl"] .about-text a::after {
    left: auto;
    right: 0;
}

html[dir="rtl"] .about-content {
    text-align: right;
}

/* ============================
   RTL: Section Title Decorations
   ============================ */
html[dir="rtl"] .border-left-1 {
    left: auto;
    right: -15px;
}

html[dir="rtl"] .border-right-1 {
    right: auto;
    left: -15px;
}

html[dir="rtl"] .sub-t-left {
    padding-left: 0;
    padding-right: 20px;
}

html[dir="rtl"] .b-sm-left-1 {
    left: auto;
    right: 0;
}

html[dir="rtl"] .b-sm-left-2 {
    left: auto;
    right: 5px;
}

/* ============================
   RTL: Footer Comprehensive
   ============================ */
html[dir="rtl"] .footer-title::before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .footer-title::after {
    left: auto;
    right: 25px;
}

html[dir="rtl"] .footer-text {
    text-align: right;
}

html[dir="rtl"] .footer-info {
    text-align: right;
}

html[dir="rtl"] .contact-link {
    text-align: right;
}

html[dir="rtl"] .copyright {
    text-align: right;
}

html[dir="rtl"] .footer-bottom-area .footer-bottem-text {
    text-align: left;
}

/* ============================
   RTL: Services (ATPCC)
   ============================ */
html[dir="rtl"] .services-button i {
    margin-right: 5px;
    margin-left: 0;
    transform: scaleX(-1);
    display: inline-block;
}

html[dir="rtl"] .services-sidebar .fotter-menu li a i {
    margin-right: 0;
    margin-left: 8px;
}

html[dir="rtl"] .service-description ul,
html[dir="rtl"] .service-description ol {
    padding-left: 0;
    padding-right: 20px;
}

html[dir="rtl"] .services-sidebar {
    text-align: right;
}

html[dir="rtl"] .services-sidebar h4 {
    text-align: right;
}

/* ============================
   Services Sidebar Styles
   ============================ */
.services-sidebar {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 8px;
}

.services-sidebar h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--ax-gold);
    color: var(--ax-black);
}

.services-sidebar .fotter-menu a {
    color: #333 !important;
}

.services-sidebar .fotter-menu li a i {
    margin-right: 8px;
    color: var(--ax-gold);
}

.services-sidebar .fotter-menu li a:hover,
.services-sidebar .fotter-menu a:hover {
    color: var(--ax-gold) !important;
}

.service-description {
    line-height: 1.9;
    color: #666;
}

.service-description p {
    margin-bottom: 15px;
}

.service-description ul,
.service-description ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.service-description li {
    margin-bottom: 8px;
}

/* ============================
   CTA Section
   ============================ */
/* ============================
   Bank Integration Section
   ============================ */
.bank-integration-area {
    background: #f8f9fa;
}

.bank-subtitle {
    color: var(--ax-gold);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px;
}

.bank-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--ax-black);
    line-height: 1.3;
    margin-bottom: 18px;
}

.bank-desc {
    color: #696969;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.bank-features {
    margin-top: 10px;
}

.bank-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.bank-feature-item:hover {
    border-color: var(--ax-gold);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.bank-feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: var(--ax-gold);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

.bank-feature-icon i {
    color: #fff;
    font-size: 20px;
}

.bank-feature-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--ax-black);
    margin-bottom: 5px;
}

.bank-feature-content p {
    color: #696969;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.bank-integration-img img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.bank-integration-placeholder {
    background: linear-gradient(135deg, var(--ax-black) 0%, #333 100%);
    border-radius: 12px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.bank-integration-placeholder i {
    color: var(--ax-gold);
    font-size: 60px;
}

.bank-integration-placeholder span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* RTL: Bank Integration */
html[dir="rtl"] .bank-integration-text {
    text-align: right;
}

html[dir="rtl"] .bank-subtitle {
    text-align: right;
}

html[dir="rtl"] .bank-title {
    text-align: right;
}

html[dir="rtl"] .bank-desc {
    text-align: right;
}

html[dir="rtl"] .bank-feature-item {
    direction: rtl;
}

html[dir="rtl"] .bank-feature-icon {
    margin-right: 0;
    margin-left: 18px;
}

html[dir="rtl"] .bank-feature-content {
    text-align: right;
}

html[dir="rtl"] .bank-feature-content h4 {
    text-align: right;
}

html[dir="rtl"] .bank-feature-content p {
    text-align: right;
}

html[dir="rtl"] .bank-integration-area .row {
    direction: rtl;
}

@media (max-width: 991px) {
    .bank-title {
        font-size: 28px;
    }

    .bank-integration-placeholder {
        height: 300px;
    }
}

/* ============================
   CTA Section
   ============================ */
.cta-area {
    background-size: cover;
    background-position: center;
    position: relative;
}

.cta-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.cta-area .container {
    position: relative;
    z-index: 1;
}

.cta-text span {
    color: var(--ax-gold);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.cta-text h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.3;
}

.cta-button {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-button .cta-link {
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-button .cta-link:hover {
    color: var(--ax-gold);
}

@media (max-width: 991px) {
    .cta-button {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .cta-button {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* RTL: CTA */
html[dir="rtl"] .cta-text {
    text-align: right;
}

html[dir="rtl"] .cta-button {
    justify-content: flex-end;
}

@media (max-width: 991px) {
    html[dir="rtl"] .cta-button {
        justify-content: center;
    }
}

/* ============================
   Blog Section
   ============================ */
.blog-wrapper {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-wrapper:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-meta {
    padding: 18px 20px 8px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
}

.blog-meta span {
    color: var(--ax-gold);
    font-size: 13px;
    display: inline-block;
    padding-bottom: 8px;
}

.blog-meta span i {
    margin-right: 5px;
    color: var(--ax-gold) !important;
}

.blog-meta a:hover {
    color: var(--ax-gold) !important;
}

.blog-text h3 a:hover {
    color: var(--ax-gold) !important;
}

.blog-text > a {
    border-color: var(--ax-gold) !important;
    margin-top: auto;
}

.blog-text > a:hover {
    border-color: var(--ax-gold) !important;
}

.blog-text > a::before {
    background: var(--ax-gold) !important;
}

.blog-text > a:hover .blog-button {
    color: #fff !important;
}

/* Blog cards equal height with button at bottom */
.blog-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-text {
    padding: 15px 20px 20px;
}

.blog-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-text p {
    color: #696969;
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-button {
    color: var(--ax-gold);
    font-size: 14px;
    font-weight: 600;
}

.blog-button:hover {
    color: var(--ax-gold-hover, #c48a42);
}

.blog-button i {
    margin-left: 5px;
}

.blog-area .row > .col-xl-4 {
    display: flex;
}

/* RTL: Blog */
html[dir="rtl"] .blog-meta span i {
    margin-right: 0;
    margin-left: 5px;
}

html[dir="rtl"] .blog-button i {
    margin-left: 0;
    margin-right: 5px;
    transform: scaleX(-1);
    display: inline-block;
}

html[dir="rtl"] .blog-text {
    text-align: right;
}

html[dir="rtl"] .blog-meta {
    text-align: right;
}

/* ============================
   Contact Page ATPCC Styles
   ============================ */
.appointment-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.appointment-form .form-box {
    position: relative;
}

.appointment-form .form-box input,
.appointment-form .form-box textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    padding-right: 45px;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.3s;
}

.appointment-form .form-box textarea {
    min-height: 150px;
    resize: vertical;
}

.appointment-form .form-box::after {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 20px;
    top: 18px;
    color: var(--ax-gold);
    font-size: 16px;
}

.appointment-form .form-box.user-icon::after { content: "\f007"; }
.appointment-form .form-box.email-icon::after { content: "\f0e0"; }
.appointment-form .form-box.message-icon::after { content: "\f303"; top: 18px; }

/* ============================
   WhatsApp Floating Button
   ============================ */
.whatsapp-float {
    position: fixed;
    bottom: 132px;
    right: 50px;
    width: 45px;
    height: 45px;
    background-color: #25D366;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: background 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #1da851;
    color: #fff !important;
}

.whatsapp-float i {
    color: #fff;
}

/* ============================
   Fix: Centered Section Titles in RTL (ATPCC pattern)
   ============================ */
html[dir="rtl"] .section-title.text-center {
    text-align: center !important;
}

/* ============================
   RTL: Owl Carousel (ATPCC pattern)
   ============================ */
html[dir="rtl"] .owl-carousel {
    direction: ltr;
}

html[dir="rtl"] .owl-carousel .item,
html[dir="rtl"] .owl-carousel .owl-item {
    direction: rtl;
    text-align: right;
}

/* ============================
   Fix: Subdomain input — always LTR
   ============================ */
.subdomain-input-group {
    direction: ltr !important;
}

.subdomain-input-group .form-control {
    direction: ltr !important;
    text-align: left !important;
}
