/* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
:root {
    --dark-bg: rgba(0, 0, 0, 0.8);
    /* --primary-color: #F0B100; */
    --primary-color: #f7c800;
    --secondary-color: #f0f0f1;
    --text-color: #ffffff;
    --text-secondary: #D4D4D4;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #000;
    color: var(--text-color);
    direction: ltr;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.navbar {
    padding: 10px 0;
    transition: padding 0.3s ease;
}

.navbar-brand {
    padding: 0;
}

.logo{
    transition: height 0.3s ease;
}

.logo-scroll {
    height: 60px!important;
}

.navbar-scroll {
    padding: 0px!important;
}

.navbar-nav {
    margin-left: 120px;
}

.nav-link {
    color: var(--text-color) !important;
    font-weight: 500;
    padding: 10px 15px !important;
    transition: color 0.3s;
    font-size: 16px;
}

.nav-link:hover, .nav-link.active {
    color: var(--primary-color) !important;
}

.custom-btn {
    background-color: var(--primary-color);
    color: #262626;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 5px;
    border: none;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background-color: var(--primary-color);
    color: #262626;
}

.navbar-toggler {
    color: var(--text-color);
    border: none;
    border: 1px solid #333;
    border-radius: 12px;
    width: 64px;
    height: 48px;
}

.navbar-toggler .fas.fa-bars {
    font-size: 24px;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    padding: 150px 0 50px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url('../images/hero-bg.png');
    /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.85)), url('assets/images/hero-bg.png'); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-content h1 {
    /* font-size: 3.5rem; */
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 30px;
}

.hero-content p {
    font-size: 32px;
    color: var(--text-secondary);
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 42.379px;
    letter-spacing: -0.242px;
}

.system-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
}
.feature span{
    color:#D4D4D4;
}
.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 45px;
}

.custom-btn-one {
    background-color: var(--primary-color);
    color: #242424;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 18px;
}

.custom-btn-one:hover {
    background-color: var(--primary-color);
    color: #242424;
}

.secondary-btn {
    background-color: #F0B1001F;
    color: #F0B100;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 18px;
}

.secondary-btn:hover {
    background-color: #F0B1001F;
    color: #F0B100;
}

.scroll-down {
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
    margin-bottom: 15px !important;
}

.scroll-down a {
    color: var(--primary-color);
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

.overview-section {
    background-color: #fff;
}

.overview-section span{
    color: #F1B123;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.408px;
}
.overview-section h2 {
    font-size: 50px;
    color: #F1B123;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.594px;
    text-transform: uppercase;
}
.overview-section p {
    font-size: 31px!important;
    max-width: 800px;
    margin: 0 auto;
    color: #525252!important;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.24px;
}

.system-image img {
    max-width: 100%;
    border-radius: 12px;
}

.features-section {
    background-color: #f9f9f9;
}

.features-section span{
    color: #F1B123;
    padding: 10px;
    border: 1px solid #EEE;
    border-radius: 15px;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.408px;
}

.features-section h2 {
    font-size: 48px;
    color: #262626;
}
.features-section p {
    color: black!important;
    font-size: 24px;
    font-weight: 400;
}
.features-section img {
    border-radius: 1rem;
    max-width: 100%;
    height: auto;
}
.features-section .badge {
    font-size: 0.9rem;
    padding: 0.5em 0.8em;
    border-radius: 20px;
}

.features-section .features-card .features-span{
    color: #F1B123;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #F9F2DC;
    border-radius: 10px;
    background-color:#F9F2DC;
}

.features-section .features-card h4{
    color: #262626;
    font-size: 40px;
}

.features-section .features-card p{
    color: #404040;
    font-size: 18px;
}

.features-section .features-card a{
    color: #262626;
    font-size: 18px;
    border: 1px solid #EEE;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    padding: 9px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .features-section .features-card a{
        width: 40%;
    }
}

@media (max-width: 768px) {
    .features-section .features-card a{
        width: 55%;
    }
}

@media (max-width: 425px) {
    .features-section .features-card a{
        width: 100%;
    }

    .features-section .features-card{
        text-align: center!important;
    }
}

/* === Mobile App Section === */
.mobile-app-section {
    background-color: #fff;
}

.mobile-app-section span{
    color: #F0B100;
    padding: 10px;
    border: 1px solid #EEE;
    border-radius: 15px;
    font-size: 14px;
}

.mobile-app-section h2 {
    font-size: 48px;
    margin-bottom: 1rem;
    color: #262626;
}

.mobile-app-section p {
    color: #525252;
    font-size: 18px;
}

.mobile-app-section img {
    max-width: 100%;
    height: 100%;
    border-radius: 12px;
}

.mobile-app-card img{
   width: 21px;
   height: 21px;
}

.mobile-app-card h5{
    color: #242424;
    font-size: 20px;
}

.mobile-app-card p{
    color: #737373;
    font-size: 16px;
}

.image-wrapper {
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 425px) {
    .mobile-app-card{
        text-align: center!important;
    }
}

/* === Pricing Section === */
.pricing-section {
    background-color: #fff;
}

.pricing-section .main-span{
    color: #F1B123;
    font-size: 24px;
    padding: 10px;
    border: 1px solid #F9F2DC;
    border-radius: 25px;
    background-color:#F9F2DC;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.408px;
}

.pricing-section h2{
    color: #262626;
    font-size: 50px;
}

.pricing-section p{
    color: #525252;
    font-size: 24px;
}

.pricing-section .plans-card .title{
    color: #F1B123;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #F9F2DC;
    border-radius: 25px;
    background-color:#F9F2DC;
}

.pricing-section .plans-card .span{
    color: #F0B100;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #F0B100;
    border-radius: 25px;
    background-color:#F9F2DC;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pricing-section .plans-card .span-title{
    display: flex;
    align-items: center;
}

.pricing-section .plans-card .span-title h1{
    color: #262626;
    font-size: 48px
}

.pricing-section .plans-card .span-title span{
    color: #737373;
    font-size: 16px
}

.pricing-section .plans-card p, .pricing-section .plans-card h5{
    color: black!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 39px;
}

.pricing-section .plans-card p{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.pricing-section .plans-card ul li{
    color: #262626;
    font-size: 16px;
    margin-bottom: 15px;
}

.pricing-section .plans-card-two .title{
    color: #F0B100;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #3E3721;
    border-radius: 25px;
    background-color:#3E3721;
}

.pricing-section .plans-card-two .span{
    color: #F0B100;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #3E3721;
    border-radius: 25px;
    background-color:#3E3721;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pricing-section .plans-card-two .span-title{
    display: flex;
    align-items: center;
}

.pricing-section .plans-card-two .span-title h1{
    color: #FAFAFA;
    font-size: 48px
}

.pricing-section .plans-card-two .span-title span{
    color: #D4D4D4;
    font-size: 16px
}

.pricing-section .plans-card-two p, .pricing-section .plans-card-two h5{
    color: #E5E5E5!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 39px;
}

.pricing-section .plans-card-two p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.pricing-section .plans-card-two ul li{
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 15px;
}

.plans-card-two.popular::before {
    position: absolute;
    top: -40px;
    right: 50%;
    transform: translateX(50%);
    width: 160px;
    height: 40px;
    background: #F0B100;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    z-index: 2;
    clip-path: path("M0,40 Q10,0 40,0 H120 Q150,0 160,40 Z");
}  

@media (max-width: 768px) {
    .plans-card-grid {
      flex: 0 0 50%;
      max-width: 50%;
    }
}

@media (max-width: 425px) {
    .plans-card-grid {
      flex: 0 0 100%;
      max-width: 100%;
    }
}

@media (max-width: 320px) {
    .pricing-section .plans-card-two ul li,.pricing-section .plans-card ul li {
        font-size: 14px;
    }
}

.pricing-section .plans-card,
.pricing-section .plans-card-two {
    transition: all 0.3s ease;
}

.pricing-section .plans-card:hover,
.pricing-section .plans-card-two:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* === Contact Form Section === */
.contact-form {
    background-color: #fff;
}

.contact-form .main-span{
    color: #F1B123;
    font-size: 24px;
    padding: 10px;
    border: 1px solid #F9F2DC;
    border-radius: 25px;
    background-color:#F9F2DC;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.408px;
}

.contact-form h2{
    color: #262626;
    font-size: 50px;
}

.contact-form p{
    color: #525252;
    font-size: 24px;
}

.contact-form label{
    color: #262626;
    font-size: 16px;
    float: left;
}

.contact-form input, .contact-form textarea{
    border: 0;
    border-bottom: 1px solid #EEE;
}

.contact-form input::placeholder,.contact-form textarea::placeholder {
    color: #A3A3A3;
    font-size: 14px;
  }

.contact-form .btn{
    color: #FAFAFA;
    font-size: 16px;
    background-color: #F0B100;
    width: 12%;
}

@media (max-width: 768px){
    .contact-form .btn{
        width: 15%;
    }
}

@media (max-width: 425px){
    .contact-form .btn{
        width: 25%;
    }
}

/* footer */
.foorer-first p{
    color: #FFFFFF;
    font-size: 16px;
}

.foorer-first span{
    color: #F0B100;
    font-size: 16px;
}

.footer-icons{
    /* display: flex; */
    /* gap: 15px; */
    margin-left: -10px;
}

.footer-icons img{
    padding: 10px;
    /* background-color: #282828; */
    border-radius: 10px;
}

.footer-section h6{
    color: #F0B100;
    font-size: 16px;
}

.footer-second ul li a{
    color: #FAFAFA;
    font-size: 18px;
    margin-bottom: 15px;
    text-decoration: none;
}

.footer-third ul li a{
    color: #FAFAFA;
    font-size: 18px;
    text-decoration: none;
}

.footer-section .footer-hr{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: -25px;
    color: #FAFAFA;
    gap: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.04px;
    letter-spacing: 0.38px;
}

.footer-hr span a{
    text-decoration: none;
    color:#FFFFFF;
}

.footer-hr span a:hover{
    color: #F1B123;
}

@media (max-width: 768px) {
    .app-img{
        width: 75%;
    }

    .footer-address{
        font-size: 15px;
    }

    .foorer-third-title{
        font-size: 13px!important;
    }
}

@media (max-width: 425px) {
    .app-img{
        width: auto;
    }

    .footer-address{
        font-size: 18px;
    }

    .foorer-third-title{
        font-size: 14px!important;
    }

    .footer-section .footer-hr{
        font-size: 10px;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 2.8rem;
    }
    
    .system-features {
        flex-direction: column;
        align-items: center;
    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 15px;
        border-radius: 5px;
        margin-top: 15px;
    }

    .navbar-nav {
        margin-left: 0;
    }

    .cta-buttons {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 15px;
        border-radius: 5px;
        margin-top: 15px;
    }
    
    .nav-link {
        padding: 10px 0 !important;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .custom-btn-one, .secondary-btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .hero-section {
        padding: 120px 0 50px;
    }
}