:root {
    --primary-dark: #1a2f5c;
    --primary-blue: #192a63;
    --primary-light: #3d5fa9;
    --accent-gold: #f4b942;
    --accent-yellow: #d2b52b;
    --text-white: #ffffff;
    --text-light: rgba(255, 255, 255, 0.85);
    --shadow-strong: 0 20px 60px rgba(0, 0, 0, 0.3);
    --gold: #d2b52b;
    --blue-dark: #192a63;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
body {
    font-family: "Vazirmatn", sans-serif;
}
.text-primary {
    color: #374d9e !important;
}
/* nav-bar */
.test {
    background-color: #192a63 !important;
    overflow: hidden;
    position: relative;
    direction: rtl;
}
/* White hamburger toggle button */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.scrollspy-example {
    position: relative;
    height: 100vh;
    overflow-y: scroll;
}

.nav-link.active {
    background-color: transparent !important;
    color: #000 !important;
}

/* Navbar Styling */
.navbar {
    padding: 0.5rem 1rem;
}

.navbar-nav {
    gap: 0;
}

/* Nav Item Styling */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 80px;
}

.page-content {
    margin-top: 80px;
}
.site-header {
    background-color: #192a63; /* غامقة */
    transition: background-color 0.3s ease;
}

.site-header .test {
    background-color: transparent !important;
}

.site-header.scrolled {
    background-color: rgba(25, 42, 99, 0.85); /* أفتح شوية */
    backdrop-filter: blur(6px); /* اختياري – شكله حلو */
}
.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.8rem 1.5rem !important;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 8px;
    position: relative;
}

/* Icon Wrapper */
.nav-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
    height: 30px;
}

.nav-icon-wrapper svg {
    display: block;
}

/* Text Styling */
.nav-text {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    color: #ffffff;
    transition: color 0.3s ease;
}

/* Active State - Blue Box with Border */

.nav-link.active .nav-text {
    color: #d2b52b;
    font-weight: 600;
}

/* Hover Effect */
.nav-link:hover {
    transform: translateY(-2px);
}
.nav-link:hover .nav-text {
    color: #d2b52b;
}

/* Responsive */
@media (max-width: 991px) {
    .site-header {
        position: relative;
        height: auto;
    }

    .page-content {
        margin-top: 0;
    }

    .navbar-nav {
        align-items: flex-end !important;
    }

    .nav-link {
        flex-direction: row;
        justify-content: flex-end;
        width: 100%;
    }

    .nav-icon-wrapper {
        margin-bottom: 0;
        margin-left: 0.8rem;
    }

    .navbar-collapse {
        max-height: 75vh;
        overflow-y: auto;
        padding-bottom: 20px;
    }

    .left-side {
        justify-content: center !important;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 15px;
    }
}
.btn-warning {
    background-color: #d2b52b;
    color: #fff;
    height: 47px;
    min-width: 164px;
    width: auto;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.whatsapp-holder {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
}

.test .navbar-brand img {
    max-height: 45px;
}

/* تثبيت ناحية الشمال */
.test .d-flex.me-auto {
    justify-content: flex-start;
}

/* موبايل */
@media (max-width: 991px) {
    .test .container-fluid {
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }
}
/* header section */

/* Main Heading */

/* SECTION */

/* TEXT */
/* ===== BASE STYLES (كما هي) ===== */

.main-heading {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.highlight-text {
    color: var(--gold);
}

.subtitle {
    font-size: 27px;
    color: #e6e9f2;
    text-align: center;
    margin-bottom: 2.5rem;
    max-width: 900px;
}

/* STORE BUTTONS */
.app-store-badge,
.google-play-badge {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #aaa;
}

/* MOCKUPS */

.center-mockups {
    position: absolute;
    top: auto;
    bottom: -480px; /* أو -150px حسب ما تحب */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    max-width: 1900px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    z-index: 3;
}

.dashboard {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1500px;
}

.masked-dashboard {
    -webkit-mask-image: radial-gradient(
        ellipse at center bottom,
        rgba(0, 0, 0, 1) 60%,
        rgba(0, 0, 0, 0) 80%
    );
    mask-image: radial-gradient(
        ellipse at center bottom,
        rgba(0, 0, 0, 1) 60%,
        rgba(0, 0, 0, 0) 80%
    );
}

.phone {
    position: absolute;
    bottom: 0;
    max-width: 350px;
    top: 90px;
    z-index: 4;
}

.phone-left {
    left: 50px;
}

.phone-right {
    right: 50px;
}

/* BUILDINGS */
.bulidings-left,
.buldings-right {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.bulidings-left img,
.buldings-right img {
    max-width: 200px;
}

.bulidings-left {
    left: -40px;
}

.buldings-right {
    right: -40px;
}

/* STARS */
.star-left,
.star-right {
    position: absolute;
    bottom: -150px; /* Aligned relative to the mockups (which are -480px) */
    z-index: 1;
}

.star-left {
    left: 90px;
    transform: rotate(-25deg);
}

.star-right {
    right: 90px;
    transform: rotate(25deg) scaleX(-1);
}

.star-left img,
.star-right img {
    width: 300px;
    opacity: 1;
}

/* GOLD LINES */
.left-line,
.right-line {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.left-line {
    top: -40px;
    left: -60px;
}

.right-line {
    top: -60px;
    right: -40px;
}

.left-line img,
.right-line img {
    max-width: 250px;
    opacity: 0.85;
}

/* ===== RESPONSIVE ONLY ===== */

/* شاشات أقل من 1400px */
@media (max-width: 1399px) {
    .phone-left {
        left: 100px;
    }

    .phone-right {
        right: 100px;
    }

    .star-left {
        left: 150px;
    }

    .star-right {
        right: 150px;
    }
}

/* شاشات أقل من 1200px */
@media (max-width: 1199px) {
    .main-heading {
        font-size: 45px;
    }

    .subtitle {
        font-size: 24px;
    }

    .dashboard {
        max-width: 900px;
    }

    .phone {
        max-width: 240px;
    }

    .phone-left {
        left: 80px;
    }

    .phone-right {
        right: 80px;
    }

    .star-left {
        left: 120px;
    }

    .star-right {
        right: 120px;
    }

    .star-left img,
    .star-right img {
        width: 280px;
    }
}

/* شاشات أقل من 992px */
@media (max-width: 991px) {
    .main-heading {
        font-size: 38px;
    }

    .subtitle {
        font-size: 20px;
    }

    .app-store-badge,
    .google-play-badge {
        height: 45px;
    }

    .dashboard {
        max-width: 700px;
    }

    .phone {
        max-width: 200px;
    }

    .phone-left {
        left: 50px;
    }

    .phone-right {
        right: 50px;
    }

    .star-left {
        left: 80px;
    }

    .star-right {
        right: 80px;
    }

    .star-left img,
    .star-right img {
        width: 240px;
    }

    .bulidings-left img,
    .buldings-right img {
        max-width: 320px;
    }

    .left-line img,
    .right-line img {
        max-width: 350px;
    }
}

/* شاشات أقل من 768px */
@media (max-width: 767px) {
    .test {
        min-height: auto;
        padding-bottom: 60px;
    }

    .main-heading {
        font-size: 26px;
        line-height: 1.4;
    }

    .subtitle {
        font-size: 15px;
    }

    .app-store-badge,
    .google-play-badge {
        height: 42px;
    }

    .bulidings-left,
    .buldings-right,
    .star-left,
    .star-right,
    .left-line,
    .right-line {
        display: none;
    }

    .center-mockups {
        position: static;
        transform: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .dashboard {
        position: static;
        max-width: 90%;
        mask-image: none;
        -webkit-mask-image: none;
        margin-bottom: 20px;
    }

    .phone {
        position: static;
        max-width: 150px;
        margin: 5px 0;
        top: auto;
        bottom: auto;
        display: block;
    }
}

/* شاشات أقل من 576px */
@media (max-width: 575px) {
    .main-heading {
        font-size: 22px;
    }

    .subtitle {
        font-size: 14px;
    }

    .app-store-badge,
    .google-play-badge {
        height: 38px;
    }

    .dashboard {
        max-width: 95%;
    }

    .phone {
        max-width: 130px;
    }
}
/* app-features */
.text-holder p {
    font-size: 19px;
    font-weight: 400;
}
.text-holder h6 {
    font-size: 23px;
    font-weight: 600;
}
.icon-holder {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 5px solid #e8f2ff;
}
.app-feature p {
    font-size: 16px;
}
.app-feature span {
    font-size: 18px;
}
/* about -us */
.about-us {
    background: linear-gradient(
        to bottom,
        /* direction */ #d2b52b33 0%,
        /* start color at 0% */ #d2b52b33 70%,
        /* same color until 70% */ #d2b52b00 100%
            /* fully transparent at 100% */
    );
    border-radius: 8px;
}
.custom-list {
    list-style: none; /* إزالة النقاط الافتراضية */
    padding: 0;
    margin: 0;
}

.custom-list li {
    position: relative;
    padding-right: 1.5rem; /* مساحة للنقطة الملونة */
    margin-bottom: 1rem;
    font-size: 1rem;
}

.custom-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.5rem; /* تعديل حسب حجم النص */
    width: 10px; /* حجم النقطة */
    height: 10px;
    background-color: #d2b52b; /* اللون اللي تحبيه */
    border-radius: 50%; /* لتصبح دائرية */
}
.text-warning {
    color: #d2b52b !important;
}
.about-us span {
    font-size: 25px;
}
.about-us p {
    font-size: 18px;
}
.about-us h4 {
    font-size: 30px;
}
.btn-primary {
    background-color: #374d9e !important;
    border-color: #374d9e !important;
}
/* About Section */
.about-section {
    background: linear-gradient(
        to bottom,
        #d2b52b33 0%,
        #d2b52b33 70%,
        #d2b52b00 100%
    );
    position: relative;
    overflow: hidden;
}

/* Content Styling */
.about-content {
    padding: 20px;
}

.section-label {
    color: #d2b52b;
    font-size: 18px;
    font-weight: 600;
}

.section-title {
    font-size: 32px;
    font-weight: 800;
    color: #2c4a8f;
    line-height: 1.4;
}

.section-title .highlight {
    color: #2c4a8f;
    font-weight: 800;
}

.section-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
}

.section-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

/* الخط العمودي */
.features-list::before {
    content: "";
    position: absolute;
    right: 9px;
    top: 15px;
    height: calc(100% - 30px);
    width: 2px;
    background: linear-gradient(to bottom, #d2b52b 0%, #d2b52b 100%);
    opacity: 0.4;
    z-index: 0;
}

.features-list li {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    direction: rtl;
    text-align: right;
}

.features-list li:last-child {
    margin-bottom: 0;
}

.gold-circle {
    color: #d2b52b;
    font-size: 18px;
    line-height: 1;
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 2px;
}

.feature-text {
    flex: 1;
    line-height: 1.6;
    text-align: right;
}

/* Button */
.btn-start {
    background: #3d5fa9;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
}

.btn-start:hover {
    background: #2c4a8f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(61, 95, 169, 0.3);
}

/* Image Wrapper */
.about-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.main-person-image {
    position: relative;
    z-index: 3;
    max-width: 350px;
}

.main-person-image img {
    width: 100%;
    height: auto;
}

/* Circle Images */
.circle-image {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.circle-image::after {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    border: 2px dashed #d2b52b;
    opacity: 0.9;
    z-index: 1;
    pointer-events: none;
}

.circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

/* Wrapper for dashed border */
.circle-border {
    position: absolute;
    width: 196px;
    height: 196px;
    border-radius: 50%;
    border: 2px dashed #d2b52b;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    pointer-events: none;
}

.left-circle {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.right-circle {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* Golden Box */
.golden-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #d2b52b 0%, #f4b942 100%);
    color: white;
    padding: 8px 6px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(210, 181, 43, 0.3);
    z-index: 4;
}

.golden-box p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

/* Logo on phone screen */
.phone-logo {
    position: absolute;
    top: 35%;
    left: 67%;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

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

/* ===== RESPONSIVE - SIZES ONLY ===== */

/* Large Desktop (1200px - 1399px) */
@media (max-width: 1399px) {
    .main-person-image {
        max-width: 320px;
    }

    .circle-image {
        width: 170px;
        height: 170px;
    }

    .circle-border {
        width: 186px;
        height: 186px;
    }

    .golden-box {
        max-width: 480px;
    }
}

/* Tablet Landscape (992px - 1199px) */
@media (max-width: 1199px) {
    .section-title {
        font-size: 30px;
    }

    .section-subtitle {
        font-size: 22px;
    }

    .main-person-image {
        max-width: 300px;
    }

    .circle-image {
        width: 160px;
        height: 160px;
    }

    .circle-border {
        width: 176px;
        height: 176px;
    }

    .golden-box {
        max-width: 450px;
    }

    .phone-logo {
        width: 50px;
        height: 50px;
    }
}

/* Tablet Portrait (768px - 991px) */
@media (max-width: 991px) {
    .about-content {
        text-align: center !important;
        margin-bottom: 40px;
    }

    .features-list {
        display: inline-block;
        text-align: right;
    }

    .features-list::before {
        display: block;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .about-image-wrapper {
        min-height: 400px;
    }

    .circle-image {
        width: 140px;
        height: 140px;
    }

    .circle-border {
        width: 156px;
        height: 156px;
    }

    .main-person-image {
        max-width: 280px;
    }

    .golden-box {
        max-width: 400px;
        padding: 15px 20px;
    }

    .golden-box p {
        font-size: 13px;
    }

    .left-circle {
        left: 10px;
    }

    .right-circle {
        right: 10px;
    }

    .phone-logo {
        width: 45px;
        height: 45px;
        left: 67%;
        top: 35%;
    }
    .center-mockups {
        position: static;
        transform: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .dashboard {
        position: static;
        max-width: 90%;
        mask-image: none;
        -webkit-mask-image: none;
        margin-bottom: 20px;
    }

    .phone {
        position: static;
        max-width: 180px;
        margin: 10px 0;
        top: auto;
        bottom: auto;
        display: block;
    }
}

/* Mobile (576px - 767px) */
@media (max-width: 767px) {
    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 18px;
    }

    .section-description {
        font-size: 15px;
    }

    .features-list li {
        font-size: 14px;
    }

    .circle-image {
        width: 100px;
        height: 100px;
    }

    .circle-image::after {
        border-width: 1.5px;
        opacity: 0.7;
    }

    .circle-border {
        width: 116px;
        height: 116px;
    }

    .left-circle {
        left: 70px;
    }

    .right-circle {
        right: 70px;
    }

    .main-person-image {
        max-width: 220px;
    }

    .golden-box {
        max-width: 320px;
        padding: 12px 15px;
    }

    .golden-box p {
        font-size: 12px;
    }

    .btn-start {
        font-size: 16px;
        padding: 10px 30px;
    }

    .phone-logo {
        width: 40px;
        height: 40px;
        top: 35%;
        left: 66%;
    }

    .about-image-wrapper {
        min-height: 350px;
    }
}

/* Small Mobile (less than 576px) */
@media (max-width: 575px) {
    .section-title {
        font-size: 22px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .section-description {
        font-size: 14px;
    }

    .section-label {
        font-size: 16px;
    }

    .features-list li {
        font-size: 13px;
        gap: 10px;
    }

    .main-person-image {
        max-width: 200px;
    }

    .circle-image {
        width: 90px;
        height: 90px;
    }

    .circle-border {
        width: 106px;
        height: 106px;
    }

    .golden-box {
        max-width: 280px;
        padding: 10px 12px;
    }

    .golden-box p {
        font-size: 11px;
    }

    .btn-start {
        font-size: 15px;
        padding: 9px 25px;
    }

    .phone-logo {
        width: 35px;
        height: 35px;
        top: 35%;
        left: 66%;
    }

    .about-image-wrapper {
        min-height: 320px;
    }
}

/* Extra Small Mobile (less than 400px) */
@media (max-width: 399px) {
    .section-title {
        font-size: 20px;
    }

    .section-subtitle {
        font-size: 15px;
    }

    .main-person-image {
        max-width: 180px;
    }

    .circle-image {
        width: 80px;
        height: 80px;
    }

    .circle-border {
        width: 96px;
        height: 96px;
    }

    .left-circle {
        left: 10px;
    }

    .right-circle {
        right: 10px;
    }

    .golden-box {
        max-width: 260px;
    }

    .phone-logo {
        width: 30px;
        height: 30px;
        top: 35%;
        left: 66%;
    }
}
/* hwo app work */

/* Title Shadow Styling */
/* 1. Title Shadow Layering */
/* Title Effect */

.title-container {
    position: relative;
    height: 90px;
}

.main-title {
    position: relative;
    z-index: 10;
    font-weight: 800;
    color: #1a1a1a;
    font-size: 55px;
}

.title-echo {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    color: rgba(0, 0, 0, 0.04);
    font-size: 55px;
    font-weight: 800;
    z-index: 5;
}

.echo-2 {
    top: 40px;
    color: rgba(0, 0, 0, 0.02);
}

/* Concentric Blurred Circles */
.ring-system {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ring-blur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.r-inner {
    width: 400px;
    height: 400px;
    background: radial-gradient(
        circle,
        rgba(220, 230, 255, 0.7) 0%,
        rgba(255, 255, 255, 0) 70%
    );
}

.r-middle {
    width: 450px;
    height: 450px;
    border: 35px solid rgba(55, 77, 158, 0.2);
    filter: blur(8px);
}

.r-outer {
    width: 500px;
    height: 500px;
    border: 35px solid #ebeef6;
}

/* Phone & Lines */
.phone-wrapper {
    position: relative;
    z-index: 20;
    display: inline-block;
}

.phone-device {
    width: 350px;
    border-radius: 35px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}
/* الفيديو جوا الشاشة */
.phone-video {
    position: absolute;
    top: 10%; /* عدّلي القيم دي */
    left: 9%;
    width: 82%;
    height: 90%;
    object-fit: cover;
    border-radius: 8px; /* لو الشاشة مدورة */
    z-index: 1;
    aspect-ratio: 9 / 19.5;
    object-position: center top;
}

/* خصائص الخطوط - يمكن تعديلها بسهولة */
:root {
    --line-width: 150px; /* عرض الخط */
    --line-thickness: 1.5px; /* سمك الخط */
    --line-color: #000; /* لون الخط */

    /* زوايا الميل للخطوط */
    --angle-top-right: -8deg; /* الخط العلوي اليمين */
    --angle-bottom-right: 8deg; /* الخط السفلي اليمين */
    --angle-top-left: 8deg; /* الخط العلوي اليسار */
    --angle-bottom-left: -8deg; /* الخط السفلي اليسار */

    /* مواقع الخطوط عمودياً */
    --top-line-position: 25%; /* موقع الخطوط العلوية */
    --bottom-line-position: 40%; /* موقع الخطوط السفلية */
}

.draw-line {
    position: absolute;
    height: var(--line-thickness);
    width: var(--line-width);
    background: linear-gradient(
        to right,
        transparent,
        var(--line-color),
        transparent
    );
    z-index: -1;
}

/* مواقع الخطوط */
.to-top-right {
    left: 105%;
    top: var(--top-line-position);
    transform: rotate(var(--angle-top-right));
    transform-origin: left center;
}

.to-bottom-right {
    left: 105%;
    bottom: var(--bottom-line-position);
    transform: rotate(var(--angle-bottom-right));
    transform-origin: left center;
}

.to-top-left {
    right: 100%;
    top: var(--top-line-position);
    transform: rotate(var(--angle-top-left));
    transform-origin: right center;
}

.to-bottom-left {
    right: 100%;
    bottom: var(--bottom-line-position);
    transform: rotate(var(--angle-bottom-left));
    transform-origin: right center;
}

/* Decorative Badge */
.badge-round {
    background: #e9c46a;
    color: #fff;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;

    border: 3px solid #fff;
}

.text-bg {
    background-color: #d2b52b33;
    width: fit-content;
    padding: 5px 10px;
}

/* Step Cards - Fixed Alignment */
.step-card {
    margin-bottom: 4rem;
}
.step-card p {
    padding: 0;
}
/* Right side cards - align to end (right in RTL) */
.col-lg-4.order-2 .step-card {
    text-align: end;
    padding-left: 5rem; /* مسافة من التليفون */
}

.col-lg-4.order-2 .text-bg {
    margin-right: 0;
    margin-left: auto;
}

/* Left side cards - align to start (left in RTL) */
.col-lg-4.order-3 .step-card {
    text-align: start;
    padding-right: 5rem; /* مسافة من التليفون - نفس المسافة */
}

.col-lg-4.order-3 .text-bg {
    margin-left: 0;
    margin-right: auto;
}

/* RTL Overrides for step cards */
[dir="rtl"] .col-lg-4.order-2 .step-card {
    padding-left: 10rem !important;
    padding-right: 0 !important;
}
[dir="rtl"] .col-lg-4.order-2 .text-bg {
    margin-left: auto !important;
    margin-right: 0 !important;
}
[dir="rtl"] .col-lg-4.order-3 .step-card {
    padding-right: 10rem !important;
    padding-left: 0 !important;
}
[dir="rtl"] .col-lg-4.order-3 .text-bg {
    margin-right: auto !important;
    margin-left: 0 !important;
}

/* Responsive Cleanup */
/* Responsive Cleanup */
@media (max-width: 991px) {
    .ring-system,
    .line-system {
        display: none;
    }

    .step-card {
        text-align: center !important;
        padding: 0 !important;
        margin-bottom: 2rem;
    }

    .title-echo {
        display: none;
    }

    .title-container {
        height: auto;
        margin-bottom: 10px !important;
    }

    .main-title {
        font-size: 35px;
    }

    .phone-device {
        width: 250px;
    }

    .text-bg {
        margin: 0 auto !important;
    }

    /* ===== ترتيب العناصر في الموبايل ===== */
    .how-it-works .row {
        flex-direction: column;
    }

    /* الموبايل */
    .how-it-works .phone-wrapper {
        order: -1;
        margin-bottom: 2rem;
    }

    /* كل الأعمدة */
    .how-it-works .col-lg-4 {
        order: 0;
    }

    /* إرجاع الـ badge لموقعه الطبيعي */
    .col-lg-4.order-3 h6 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
    }
    .step-card p {
        padding: 0;
    }
}

/* screenshot from app */

.img-container {
    width: 120px;
    height: 80px;
    background-color: #f6f0d4;
}
/* Container padding to prevent cropping the scaled image */
/* حاوية الكاروسيل لمنع قص الصور */

/* الحاوية الأساسية - فقط لكاروسيل السكرينشوتس */
#appSlider .carousel-inner {
    overflow: visible !important;
    padding-bottom: 60px; /* مسافة كبيرة للنقاط بالأسفل */
}

.slider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* الهاتف الرئيسي المتغير (الأكبر دائماً) */
.phone-main {
    width: 270px;
    z-index: 10;
    transform: scale(1.1);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
    transition: all 0.6s ease-in-out;
    /* margin: 0 -20px; */
    border-radius: 20px;
}

/* الهواتف الجانبية */
.phone-inner {
    width: 210px;
    opacity: 0.9;
    z-index: 5;
    transform: scale(0.85);
    margin: 0 -40px;
    border-radius: 20px;
}

.phone-outer {
    width: 170px;
    opacity: 0.8;
    z-index: 1;
    transform: scale(0.75);
    border-radius: 20px;
}

/* النقاط الصفراء ومكانها */
.custom-indicators {
    bottom: -10px !important; /* إبعاد النقاط عن الموبايل */
}

.custom-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #d4af37 !important; /* اللون الذهبي */
    border: none;
    margin: 0 6px;
    opacity: 0.4;
}

.custom-indicators .active {
    opacity: 1;
    transform: scale(1.3);
}

/* إخفاء الجوانب في الموبايل لعدم الزحام */
@media (max-width: 768px) {
    .phone-inner,
    .phone-outer {
        display: none;
    }
    .phone-main {
        width: 80%;
        transform: scale(1);
    }
}
@media (max-width: 1200px) {
    .phone-main {
        width: 240px;
    }
    .phone-inner {
        width: 190px;
        margin: 0 -40px;
    }
    .phone-outer {
        width: 150px;
    }
}

/* شاشات التابلت (Tablet) */
@media (max-width: 992px) {
    .phone-main {
        width: 220px;
    }
    .phone-inner {
        width: 170px;
        opacity: 0.5;
    }
    /* الـ phone-outer سيختفي تلقائياً بسبب d-none d-xl-block */
}

/* شاشات الجوال (Mobile) */
@media (max-width: 768px) {
    #appSlider .carousel-inner {
        padding-bottom: 80px;
    }
    .phone-main {
        width: 75%; /* يأخذ مساحة أكبر ليناسب شاشة الموبايل */
        transform: scale(1);
        margin: 0;
    }
    /* الـ phone-inner سيختفي تلقائياً بسبب d-none d-md-block */
    .custom-indicators {
        bottom: -40px !important;
    }
}

/* feedback */
.feedback h6 {
    font-size: 23px;
}
.feedback {
    background-color: #374d9e0d;
    overflow: hidden;
}
.feedback .carousel-inner {
    overflow: hidden;
}
.avatar-holder {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #d4af37;
}
.feedback .inner p {
    font-size: 14px;
    line-height: 1.5;
}
.btn-yellow {
    background-color: #d2b52b;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* faq */
.faq {
    background-color: #d2b52b1a;
    overflow: hidden;
    position: relative;
    padding-bottom: 0 !important;
}
.faq > .row {
    align-items: stretch;
}
.faq span {
    font-size: 22px;
    font-weight: 700;
}

.faq h3 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 16px;
}
.faq p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}
.faq .col-md-6 img {
    vertical-align: bottom;
}

/* Buildings image at bottom */
.faq-img {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: auto;
    position: relative;
    bottom: -4px;
}
.faq-img img {
    opacity: 0.35;
    display: block;
}

/* Arrow image */
.arrow-img {
    width: 120px;
    position: absolute;
    top: 55%;
    left: -30px;
    transform: rotate(180deg) translateY(50%);
    z-index: 2;
}

/* FAQ Wrapper */
.faq-wrapper {
    max-width: 600px;
    margin: 20px auto;
    padding: 10px 0;
}

/* FAQ Item Card */
.faq-item {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 24px 20px 60px;
    margin-bottom: 16px;
    overflow: visible;
    z-index: 1;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
}

/* FAQ Content */
.faq-content h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px !important;
    transition: color 0.3s ease;
}

.faq-content p {
    margin: 0;
    margin-top: 10px;
    line-height: 1.7;
    font-size: 13px !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease 0.05s,
                margin-top 0.3s ease;
}

/* Active state - show answer */
.faq-item.active .faq-content p {
    max-height: 300px;
    opacity: 1;
    margin-top: 10px;
}

/* Notch Button - Circular */
.notch-btn {
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #374d9e;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 0 0 8px #d2b52b1a;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.notch-btn:hover {
    transform: translateY(-50%) scale(1.1);
}

.notch-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* Active state - Blue background */
.faq-item.active {
    background-color: #374d9e;
    color: #fff;
    box-shadow: 0 8px 25px rgba(55, 77, 158, 0.25);
}

.faq-item.active .faq-content h6 {
    color: #fff;
}

.faq-item.active .faq-content p {
    color: rgba(255, 255, 255, 0.9);
}

/* Active button style - dark circle with X */
.faq-item.active .notch-btn {
    background: #1a2340;
    box-shadow: 0 0 0 8px #d2b52b1a;
}

/* Smooth animation keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FAQ Responsive */
@media (max-width: 991px) {
    .faq h3 {
        font-size: 28px;
    }
    .faq span {
        font-size: 20px;
    }
    .faq-wrapper {
        max-width: 100%;
    }
    .arrow-img {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .faq h3 {
        font-size: 24px;
    }
    .faq-item {
        padding: 16px 20px 16px 55px;
        border-radius: 16px;
    }
    .notch-btn {
        width: 34px;
        height: 34px;
        left: -12px;
    }
    .notch-btn i {
        font-size: 12px;
    }
}

/* contact us */
.contact-us span {
    font-size: 25px;
    font-weight: 700;
}
.contact-us h3 {
    font-size: 30px;
    font-weight: 700;
}
.contact-us p {
    font-size: 19px;
    font-weight: 400;
}
.icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d2b52b33;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d2b52b;
    font-size: 24px;
}
/* form */
.form-container {
    max-width: 960px;
    margin: 0 auto;
    background: white;
    padding: 40px;
}

.form-group {
    position: relative;
    margin-bottom: 24px;
}

.form-label {
    position: absolute;
    right: 48px;
    top: -10px;
    background: white;
    padding: 0 8px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    z-index: 10;
}

.input-icon-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #374957;
    font-size: 20px;
    pointer-events: none;
    z-index: 5;
}

.form-control {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 12px 16px;
    font-size: 15px;
    height: auto;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #4a69bd;
    box-shadow: 0 0 0 0.2rem rgba(74, 105, 189, 0.1);
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
    padding-top: 16px;
}

.phone-input-wrapper {
    position: relative;
}

.btn-submit {
    background: linear-gradient(135deg, #4a69bd 0%, #3b5ba5 100%);
    color: white;
    border: none;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 200px;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #3b5ba5 0%, #2d4a8e 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(74, 105, 189, 0.3);
}

.btn-submit:active {
    transform: translateY(0);
}

.submit-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

/* International Tel Input Custom Styling */
.iti {
    width: 100%;
    direction: rtl;
}

.iti__flag-container {
    left: 8px !important;
    right: 48px !important;
}

.iti__selected-flag {
    padding: 0 8px;
    direction: rtl;
    background: transparent !important;
}

.iti__country-list {
    max-height: 180px;
    width: 260px;
    font-size: 14px;
    border-radius: 6px;
}

.iti__country {
    padding: 8px 12px;
}

.iti__country:hover {
    background-color: #f0f0f0;
}

.iti__country.iti__highlight {
    background-color: #4a69bd;
    color: white;
}

.iti__selected-dial-code {
    margin-left: 6px;
    font-size: 15px;
    color: #333;
}

.phone-input-wrapper .form-control {
    padding-right: 48px;
    padding-left: 16px;
    direction: rtl;
    text-align: right;
}

.iti__arrow {
    margin-left: 6px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666;
}

@media (max-width: 768px) {
    .form-container {
        padding: 24px;
    }

    .submit-wrapper {
        justify-content: stretch;
    }

    .btn-submit {
        width: 100%;
    }
}
/* خلي الإنبوت LTR عشان المكتبة */
.phone-input-wrapper .form-control {
    direction: ltr !important;
    text-align: right; /* الرقم يبان ناحية اليمين */
    padding-left: 120px !important; /* مساحة كود البلد */
    padding-right: 16px !important;
}

/* كود البلد + العلم ناحية الشمال */
.iti__flag-container {
    left: 10px !important;
    right: auto !important;
}

/* شكل كود البلد */
.iti__selected-flag {
    background: transparent !important;
    padding: 0 6px !important;
}

/* إزالة أي خلفية رمادي */
.iti,
.iti--allow-dropdown input {
    background: transparent !important;
}

/* تصغير dropdown الدول */
.iti__country-list {
    width: 240px;
    max-height: 170px;
    font-size: 14px;
    border-radius: 6px;
}

.iti__country {
    padding: 6px 10px;
}
/* footer */

.footer {
    color: white;
    background:
        linear-gradient(
                135deg,
                rgba(74, 93, 143, 0.7) 0%,
                rgba(25, 42, 99, 0.4) 40%,
                rgba(25, 42, 99, 0) 70%
            )
            top right,
        linear-gradient(
                225deg,
                rgba(74, 93, 143, 0.7) 0%,
                rgba(25, 42, 99, 0.4) 40%,
                rgba(25, 42, 99, 0) 70%
            )
            bottom left,
        #192a63;

    direction: rtl;
}

.footer-content {
    padding: 0 10px;
}

.footer-section {
    max-width: 600px;
}

.footer-section h5 {
    color: #d2b52b;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-section p,
.footer-section a {
    color: #e8eaf6;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.footer-section a:hover {
    color: #d2b52b;
    transition: color 0.3s ease;
}

/* Logo Section */
.logo-section {
    text-align: center;
}

.logo-wrapper {
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.logo-wrapper i {
    font-size: 40px;
    color: #3d4e7a;
}

.company-name {
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-top: 10px;
}

.company-subtitle {
    font-size: 12px;
    color: #b8c5d6;
}

/* Social Media Icons */
.social-icons {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #3d4e7a;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* App Download Buttons */
.app-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.app-btn {
    display: inline-block;
    height: 40px;
}

.app-btn img {
    height: 100%;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.app-btn:hover img {
    transform: scale(1.05);
}

/* Subscribe Button */
.subscribe-btn {
    background: #d2b52b;
    color: #3d4e7a;
    border: none;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 5px;
    text-decoration: none;
}

/* .subscribe-btn:hover {
            background: #ffed4e;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 217, 102, 0.4);
        } */

/* Contact Info */
.contact-item {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.6;
}

.contact-item i {
    color: #d2b52b;
    margin-top: 3px;
    font-size: 14px;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #e8eaf6;
    font-size: 13px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #d2b52b;
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: #b8c5d6;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-content {
        padding: 0 20px;
    }

    .footer-section {
        text-align: center;
    }
    .footer-section p {
        font-size: 12px;
    }
    .contact-item {
        justify-content: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .copyright {
        margin-bottom: 10px;
    }
}
.email-input {
    background-color: #ffffff24;
    padding: 2px 6px;
}

/* terms */
.terms h2 {
    font-size: 30px;
    font-weight: 800;
    color: #d2b52b;
}
.terms h4 {
    font-size: 20px;
    font-weight: 700;
    color: #374d9e;
}
.terms ul li {
    font-size: 16px;
    font-weight: 400;
}
.terms ul {
    padding: 0;
    margin-right: 1.25rem;
}

.terms h4 {
    margin-right: 1.25rem;
}
/* ===== Force GPU rendering to reduce flicker ===== */
.collapse,
#appSlider .carousel-inner {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: transform, height, opacity;
}

/* ===== Fix navbar collapse sudden height change ===== */
.navbar-collapse {
    min-height: 50px; /* ممكن تعدلي حسب طول قائمتك */
    overflow-y: auto;
}

/* ===== Optional: prevent text jump ===== */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Ghost Title Effect for "How it works" */
.ghost-title {
    position: relative;
    color: #000;
    font-size: 3rem;
    z-index: 3;
}
.ghost-title::before,
.ghost-title::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
    z-index: -1;
}
.ghost-title::before {
    top: 45px;
    opacity: 0.8;
}
.ghost-title::after {
    top: 90px;
    opacity: 0.3;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.08);
}

/* How it works steps */
.step-card {
    position: relative;
    z-index: 2;
}
.text-bg {
    background-color: #fcf9ee;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
}
.badge-round {
    background-color: #d2b52b;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
}

/* Connecting Lines using CSS */
@media (min-width: 992px) {
    .step-card::after {
        content: '';
        position: absolute;
        width: 180px;
        height: 2px;
        top: 25px;
        z-index: -1;
    }
    
    /* Left column (order-lg-1) -> pointing Right to the phone */
    .order-lg-1 .step-card::after {
        right: -50px;
        left: auto;
        transform-origin: left center;
        background: linear-gradient(to right, #666 0%, rgba(102, 102, 102, 0) 90%);
    }
    .order-lg-1 .step-card:first-child::after {
        transform: rotate(18deg);
    }
    .order-lg-1 .step-card:last-child::after {
        transform: rotate(-18deg);
    }
    
    /* Right column (order-lg-3) -> pointing Left to the phone */
    .order-lg-3 .step-card::after {
        left: -50px;
        right: auto;
        transform-origin: right center;
        background: linear-gradient(to left, #666 0%, rgba(102, 102, 102, 0) 90%);
    }
    .order-lg-3 .step-card:first-child::after {
        transform: rotate(-18deg);
    }
    .order-lg-3 .step-card:last-child::after {
        transform: rotate(18deg);
    }

    /* RTL Overrides for Connecting Lines */
    [dir="rtl"] .order-lg-1 .step-card::after {
        left: -50px;
        right: auto;
        transform-origin: right center;
        background: linear-gradient(to left, #666 0%, rgba(102, 102, 102, 0) 90%);
    }
    [dir="rtl"] .order-lg-1 .step-card:first-child::after {
        transform: rotate(-18deg);
    }
    [dir="rtl"] .order-lg-1 .step-card:last-child::after {
        transform: rotate(18deg);
    }
    
    [dir="rtl"] .order-lg-3 .step-card::after {
        right: -50px;
        left: auto;
        transform-origin: left center;
        background: linear-gradient(to right, #666 0%, rgba(102, 102, 102, 0) 90%);
    }
    [dir="rtl"] .order-lg-3 .step-card:first-child::after {
        transform: rotate(18deg);
    }
    [dir="rtl"] .order-lg-3 .step-card:last-child::after {
        transform: rotate(-18deg);
    }
}

/* Contact Us Fixes */

/* 1. Fix Country flag dropdown text & icon size */
.iti__country-list {
    font-size: 13px !important;
}
.iti__country-name, .iti__dial-code, .iti__selected-dial-code {
    font-size: 13px !important;
}
.iti__flag {
    font-size: 13px !important;
    transform: scale(0.75) !important;
    transform-origin: center;
}

/* 2. Fix Text overlaps with input field icons */
.input-icon-wrapper i.input-icon + .form-control {
    padding-left: 45px;
}

[dir="rtl"] .input-icon-wrapper i.input-icon {
    left: auto;
    right: 16px;
}

[dir="rtl"] .input-icon-wrapper i.input-icon + .form-control {
    padding-left: 12px;
    padding-right: 45px;
}

