  
        :root {
            --primary-yellow: #034f5f;
            --light-yellow: #043b4656;
            --dark-yellow: #034653
        }
        
        body {
            font-family: "Cairo", sans-serif;
            background-color: #fff;
            overflow-x: hidden;
            margin: 0;
            padding: 0;
            width: 100%;
            max-width: 100%
        }
        footer{
              font-family: "Cairo", sans-serif;
        }
        section.support-section.py-5 {
    background: #103440;
    color: #fff;
}
a.btn.bd.btn-outline-warning.btn-sm{
    border-color: #034f5f;
    color:#034f5f;
}
        .navbar {
            box-shadow: 0 2px 10px rgba(0,0,0,.1);
            padding: .5rem 0;
            background-color: #fff!important;
            direction: rtl;
            min-height: 70px
        }
        
        .navbar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            padding-right: 15px;
            padding-left: 15px
        }
        
        .navbar-toggler {
            order: 1;
            margin-left: 0!important;
            margin-right: auto!important;
            border: 1px solid #ddd;
            padding: 6px 10px;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1001;
            border: none;
            background: transparent;
            cursor: pointer;
        }
        
        .navbar-toggler:focus {
            outline: none;
            box-shadow: none;
        }
        
        .navbar-brand {
            font-weight: 700;
            font-size: 1.5rem;
            color: #333;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            margin: 0!important;
            padding: 0!important;
            z-index: 1001;
            text-decoration: none;
        }
        
        .navbar-collapse {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            
            z-index: 1000;
            box-shadow: 0 4px 12px rgba(0,0,0,.1);
            text-align: center;
            padding: 15px;
            display: none;
        }
        
        .navbar-collapse.show {
            display: block !important;
        }
        
        .navbar-nav {
            width: 100%;
            text-align: center;
            margin: 20px 0px;
            padding: 0;
            list-style: none;
            
        }
        
        .nav-item {
            width: 100%;
            margin: 5px 0
        }
        
        .nav-link {
            color: #333;
            font-weight: 500;
            padding: .75rem 1rem!important;
            border-radius: 5px;
            transition: all .3s ease;
            text-align: center;
            display: block;
            text-decoration: none;
            cursor: pointer;
        }
        
        .nav-link:hover {
            background-color: rgba(255,193,7,.1);
            color: #333;
        }
        
        .nav-item.search {
            margin-top: 15px;
            padding: 10px;
            border-top: 1px solid #eee
        }
        
        .nav-item.search i {
            font-size: 20px;
            color: #333;
            transition: color .3s ease;
            cursor: pointer
        }
        
        @media (min-width:992px) {
            .navbar .container {
                justify-content: space-between
            }
            
            .navbar-toggler {
                display: none
            }
            
            .navbar-brand {
                position: static;
                transform: none;
                order: 1;
                margin-right: auto!important
            }
            
            .navbar-brand {
                font-size: 18px;
                color: #000;
                font-weight: 400!important;
                margin-right: 30px!important
            }
            
            .navbar-brand img {
                margin-left: 10px
            }
            
            .navbar-brand {
                font-size: 14px;
                color: #000
            }
            
            .navbar-collapse {
                position: static;
                box-shadow: none;
                padding: 0;
                order: 2;
                width: auto;
                display: flex !important;
            }
            
            .navbar-nav {
                flex-direction: row!important;
                width: auto;
                display: flex;
                gap : 20px;
            }
            
            .nav-item {
                width: auto;
                margin: 0px .2rem
            }
            
            .nav-link {
                padding: .5rem 1rem!important;
                text-align: right
            }
            
            .nav-item.search {
                margin-top: 0;
                padding: 0;
                border-top: none;
                margin-left: 15px
            }
        }
        
        .search-form {
            position: fixed!important;
            top: 0!important;
            left: 0!important;
            right: 0!important;
            bottom: 0!important;
            background: rgba(0,0,0,.95)!important;
            z-index: 9999!important;
            display: flex!important;
            align-items: center!important;
            justify-content: center!important;
            display: none!important
        }
        
        .search-form.active {
            display: flex!important
        }
        
        .search-form i.fa-circle-xmark {
            position: absolute!important;
            top: 30px!important;
            right: 30px!important;
            color: #fff!important;
            font-size: 30px!important;
            cursor: pointer!important
        }
        
        .search-form div {
            width: 90%!important;
            max-width: 500px!important;
            display: flex!important
        }
        
        .search-form input {
            flex: 1!important;
            padding: 15px 20px!important;
            font-size: 18px!important;
            border: none!important;
            border-radius: 5px 0 0 5px!important
        }
        
        .search-form button {
            background: var(--primary-yellow)!important;
            color: #fff!important;
            border: none!important;
            padding: 15px 30px!important;
            font-size: 18px!important;
            cursor: pointer!important;
            border-radius: 0 5px 5px 0!important
        }
        
        .BLOG {
            width: 90%;
            margin: auto;
            padding: 60px 0px;
            background-color: #f8f9fa
        }
        
        .ac-header {
            background: #fff;
            color: #000;
            padding:  0;
            margin-bottom: 0;
            text-align: center;
                        margin-top: 50px !important;

        }
        @media screen and (max-width : 450px){
              .ac-header {
            background: #fff;
            color: #000;
            padding:  0;
            margin-bottom: 0;
            text-align: center;
                        margin-top: 0px !important;

        }
        }
        
        .ac-header h1 {
            font-size: 2.5rem;
            color: #000;
            font-weight: 800;
            margin-bottom: 1rem
        }
        
        .ac-header p {
            font-size: 1.2rem;
            color: #000;
            opacity: .95;
            max-width: 800px;
            margin: 0 auto 2rem
        }
        
        .ABOUT-US {
            padding: 60px 15px;
            background-color: #f8f9fa;
            width: 100%
        }
        
        .ABOUT-US h2 {
            color: #000;
            font-weight: 700;
            font-size: 36px;
            margin-bottom: 40px
        }
        
        .ABOUT-US p  , .ABOUT-US li{
            font-size: 18px;
            line-height:1.5;
            color: #131313;
            font-weight:500;
            margin-bottom: 15px
        }
        
        .ABOUT-US h4 {
            color: var(--primary-yellow);
            font-weight: 700;
            font-size: 22px;
            margin-top: 25px;
            margin-bottom: 15px
        }
        
        .SERVICES {
            background-color: #fff;
            padding: 60px 15px
        }
        
        .SERVICES h2 {
            color: #2c3e50;
            font-weight: 700;
            font-size: 36px;
            margin-bottom: 4px
        }
        
        .btn-warning {
            background: var(--primary-yellow);
            border: none;
            color: #fff;
            padding: 12px 35px;
            font-size: 17px;
            font-weight: 600;
            border-radius: 5px;
            transition: all .3s ease;
            text-decoration: none;
            display: inline-block;
        }
        
        .btn-warning:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(244,196,48,.4);
            color: #fff
        }
        
        .service-card-container {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 30px;
            margin-top: 40px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 15px
        }
        
        .service-card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 15px rgb(0 0 0 / 28%);
            transition: all .3s ease;
            display: flex;
            flex-direction: column
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,.12)
        }
        
        .service-card .service-img {
            width: 100%;
            height: 250px;
            overflow: hidden;
            background: #ec801e
        }
        
        .service-card .service-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .4s ease
        }
        
        .service-card:hover .service-img img {
            transform: scale(1.05)
        }
        
        .service-card .service-body {
            padding: 25px;
            flex: 1;
            display: flex;
            flex-direction: column;
            text-align:center;
        }
        
        .service-card .service-title a {
            color: var(--primary-yellow);
            font-size: 22px;
            font-weight: 700;
            text-decoration: none;
            transition: color .3s ease;
            display: block;
            text-align:right;
        }
        
        .service-card .service-title a:hover {
            color: #ec801e
        }
        
        .service-card .service-text {
            color: #666;
            font-size: 16px;
            line-height: 1.8;
            margin-top: 12px;
            flex: 1;
            text-align:right;
        }
        
        .service-card .service-btn {
            background: var(--primary-yellow);
            border: none;
            color: #fff;
            padding: 10px 25px;
            margin: 0 25px 25px;
            border-radius: 5px;
            font-size: 15px;
            font-weight: 600;
            transition: all .3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center
        }
        
        .service-card .service-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(244,196,48,.3)
        }
        
        .BLOG h1 {
            color: #2c3e50;
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 40px;
            line-height: 1.6
        }
        ul{
            list-style: none;
            padding-right:0px;
        }
        .BLOG .card-container {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 30px;
            margin-top: 40px
        }
        
        .BLOG .blog-card {
            background: #fff;
            border-radius: 8px;
            padding: 30px;
            margin:10px auto;
               box-shadow: 0 2px 15px rgb(59 58 58 / 32%);
            transition: all .3s ease
        }
        
        .BLOG .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,.12)
        }
        
        .BLOG h3 a {
            color: #2c3e50;
            text-decoration: none;
            transition: color .3s ease
        }
        
        .BLOG h3 a:hover {
            color: #667eea
        }
        
        .bd {
            width: 200px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 10px auto
        }
        
        .buying-process-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px
        }
        
        .section-header {
            text-align: center;
            font-size: 28px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 50px;
            background: #fff;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,.08)
        }
        
        .process-card {
            background: #fff;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0,0,0,.1);
            transition: all .3s ease;
            height: 100%;
            position: relative;
            border:1px solid rgb(0 0 0 / 17%);
            overflow: hidden
        }
        
        .process-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 25px rgba(0,0,0,.15)
        }
        
        .process-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 5px;
            background: var(--primary-yellow)
        }
        
        .process-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 25px;
            background: var(--light-yellow);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative
        }
        
        .process-icon i {
            font-size: 60px;
            color: var(--primary-yellow)
        }
        
        .process-title {
            font-size: 24px;
            font-weight: 700;
            color: var(--primary-yellow);
            margin-bottom: 15px
        }
        
        .process-description {
            font-size: 14px;
            color: #6b7280;
            line-height: 1.8;
            margin-bottom: 0
        }
        
        .stars-rating {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 15px
        }
        
        .stars-rating i {
            color: var(--dark-yellow);
            font-size: 24px
        }
        
        .call-button {
            background: #fff;
            border-radius: 50px;
            padding: 18px 35px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            color: #1f2937;
            font-size: 20px;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(0,0,0,.1);
            transition: all .3s ease;
            margin-bottom: 20px
        }
        
        .call-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0,0,0,.15);
            color: #1f2937
        }
        .icon.whatsapp-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    line-height: 70px;
    background: #46bc53;
    border-radius: 50%;
    font-size: 44px;
}

a.support-btn.whatsapp-btn {
    background: #46bc53;
    padding: 10px 36px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: auto;
}

a.support-btn.call-btn {
      background: #0d6efd;
    padding: 10px 36px;
    border-radius: 20px;
    color: #fff;
    display: block;
    width: fit-content;
    margin: auto;
    text-decoration: none;
}
a.support-btn.whatsapp-btn:hover
,a.support-btn.call-btn:hover, .icon.whatsapp-icon:hover,.icon.call-icon:hover
 {
    transform: scale(1.2);
}
.icon.call-icon {
        width: 70px;
    height: 70px;
    margin: auto;
    line-height: 70px;
    background: #0d6efd;
    border-radius: 50%;
    font-size: 44px;
}
.support-box.container {
    background: #0629319c;
    padding: 50px 20px;
    border-radius: 20px;
}
        .call-button i {
            color: var(--dark-yellow);
            font-size: 24px
        }
        
        .about-section {
            background: #fff;
            border-radius: 20px;
            padding: 35px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0,0,0,.1);
            margin: 20px 0
        }
        
        .footer-section {
            width: 100vw;
            max-width: 100vw;
            background-color: #034f5f;
            color: var(--primary-yellow);
            padding: 50px 0 30px;
            margin: 0;
            border: none;
            /* position: relative;
            left: 50%;
            right: 50%; */
            /* margin-left: -50vw;
            margin-right: -50vw */
        }
        
        .footer-section .container-fluid {
            width: 100%;
            max-width: 100%;
            padding: 0 15px;
            margin: 0 auto
        }
        
        .footer-section .footer-links h5 {
            color: var(--primary-yellow);
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 20px
        }
        
        .footer-section .footer-links a {
            display: block;
            color: #fff;
            text-decoration: none;
            margin-bottom: 8px;
            transition: all .3s;
            padding: 5px 0;
            font-size: 15px
        }
        
        .footer-section .footer-links a:hover {
            color: var(--primary-yellow);
            padding-right: 10px
        }
        
        .footer-section .logo {
            color: var(--primary-yellow);
            font-size: 26px;
            font-weight: 700
        }
        
        .footer-section .social-icons a {
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .3s;
            margin: 0 5px;
            color: #ecf0f1;
                background: #095d5a;
    padding: 10px;
    border-radius: 50%;
    width: 43px;
    height: 43px;
        }
        
        .sd {
            color: #fff!important
        }
        .btn:hover{
            background-color:#034f5f;
            color:#fff !important;
        }
        @media (max-width:992px) {
            .BLOG .card-container,.service-card-container {
                grid-template-columns: 1fr;
                gap: 25px
            }
            
            .ABOUT-US h2,.SERVICES h2,.ac-header h1 {
                font-size: 28px
            }
            
            .BLOG h1 {
                font-size: 24px
            }
            
            .service-card .service-img {
                height: 220px
            }
            
            .navbar-collapse {
                position: fixed;
                top: 70px;
                left: 0;
                right: 0;
                background: white;
                z-index: 1000;
                box-shadow: 0 4px 12px rgba(0,0,0,.1);
                max-height: calc(100vh - 70px);
                overflow-y: auto;
            }
        }
        
        @media (max-width:768px) {
            .ABOUT-US,.BLOG,.SERVICES,.ac-header {
                padding: 50px 15px
            }
            
            .section-header {
                font-size: 22px;
                padding: 20px;
                margin-bottom: 30px
            }
            
            .process-card {
                padding: 35px 25px;
                margin-bottom: 20px
            }
            
            .process-icon {
                width: 100px;
                height: 100px
            }
            
            .process-icon i {
                font-size: 50px
            }
            
            .process-title {
                font-size: 22px
            }
            
            .call-button {
                font-size: 18px;
                padding: 15px 30px
            }
            
            .about-section {
                padding: 25px
            }
            
            .service-card .service-title a {
                font-size: 20px
            }
            
            .BLOG .article-content,.service-card .service-text {
                font-size: 15px
            }
        }
        
        @media (max-width:576px) {
            .process-title {
                font-size: 20px
            }
            
            .process-description {
                font-size: 13px
            }
            
            .about-c {
                margin-right: 50px!important
            }
        }
        
        .mt-8 {
            margin-top: 8rem
        }
        
        .social-icons {
            width: 50%;
            margin: auto
        }
        
        @media (max-width:768px) {
            .ABOUT-US,.BLOG,.SERVICES,.ac-header,.buying-process-section,.footer-section {
                direction: rtl!important;
                text-align: center!important
            }
            
            .ABOUT-US .row,.BLOG .card-container,.ac-header .container,.buying-process-section .row,.footer-section .container-fluid,.service-card-container {
                display: block!important;
                text-align: center!important;
                margin-right: auto!important;
                margin-left: auto!important;
                float: none!important
            }
            
            .ABOUT-US h2,.ABOUT-US p,.BLOG h1,.SERVICES h2,.ac-header h1,.ac-header p,.article-content,.blog-card h3 a,.process-description,.process-title,.section-header,.service-text,.service-title a,a,div,h1,h2,h3,h4,h5,h6,p,span {
                text-align: center!important;
                margin-right: auto!important;
                margin-left: auto!important
            }
          
            .ABOUT-US ul,.ac-header ul {
                text-align: center!important;
                padding-right: 0!important;
                display: inline-block!important
            }
            
            .ABOUT-US ul li,.ac-header ul li {
                text-align: center!important;
                list-style-position: inside!important
            }
            
            .blog-card,.process-card,.service-card {
                margin-right: auto!important;
                margin-left: auto!important;
                float: none!important
            }
            
            .btn,.btn-warning,.call-button,.service-btn {
                display: inline-block!important;
                margin-right: auto!important;
                margin-left: auto!important;
                float: none!important
            }
            
            .footer-links {
                text-align: center!important
            }
            
            .footer-links a {
                display: inline-block!important;
                margin: 0 10px 8px!important;
                text-align: center!important
            }
        }
        
        .navbar-brand img {
            width: 40px
        }
        
        @media screen and (max-width :450px) {
            .navbar-brand {
                font-size: 22px!important;
                color: #000;
                font-weight: 400!important
            }
            
            .footer-section .social-icons a {
                gap: 2px!important;
                transition: all .3s;
                margin: 0 5px;
                color: #ecf0f1
            }
        }
        
        .footer-section .social-icons a:hover {
            color: #ffc107
        }
        
        @media (max-width:992px) {
            .footer-section .row>div {
                justify-content: center!important;
                text-align: center;
                margin-bottom: 1rem;
                gap: 10px;
            }
        }
        
        /* تحسينات إضافية للقائمة */
        .navbar-toggler-icon {
            display: inline-block;
            width: 1.5em;
            height: 1.5em;
            vertical-align: middle;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
        }
        
        /* حل مشكلة القائمة على الموبايل */
        @media (max-width: 991.98px) {
            .navbar-collapse {
                transition: all 0.3s ease;
            }
            
            .nav-link {
                text-align: center;
                width: 100%;
            }
            iframe {
                width:100% !important;
            }

        }
        
        /* إضافة أنماط السلايدر الجديدة */
        .slider-prev, .slider-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.5);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            z-index: 100;
            transition: background 0.3s;
            display : none !important;
        }
        
        .slider-prev:hover, .slider-next:hover {
            background: rgba(0,0,0,0.8);
        }
        
        .slider-prev {
            right: 20px;
        }
        
        .slider-next {
            left: 20px;
        }
        
        .slider-dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 100;
        }
        
        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .slider-dot.active {
            background: var(--primary-yellow);
        }
        
        .swiper-slide {
           
            position: relative;
            width: 100%;
            /*height: 100vh;*/
            min-height :600px !important
        }
        
        .swiper-slide.active {
            display: block;
        }
        
      .swiper-slide img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: center top; /* أو center center */
}
        
        .swiper-slide h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: white;
    padding: 20px 40px;
    border-radius: 8px;
    font-size: 60px !important;
    text-align: center;
    max-width: 80%;
    font-weight: 700;
}

        
        @media (max-width: 768px) {
            .swiper-slide h2 {
                font-size: 1rem;
                padding: 15px 25px;
                bottom: 80px;
                max-width: 95%;
            }
            
            .slider-prev, .slider-next {
                width: 40px;
                height: 40px;
                font-size: 20px;
            }
        }
        
        @media (max-width: 576px) {
            .swiper-slide h2 {
                width : 100%;
                font-size: 30px !important;
                padding: 12px 20px;
                bottom: 60px;
            }
        }
        
        /* إصلاح عرض السلايدر */
        .landing {
            height: 80vh;
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        
        .slide-content {
            height: 100%;
            position: relative;
            width: 100%;
        }
        
        .swiper-wrapper {
            display: block;
            width: 100%;
            height: 100%;
        }
        
        /* إزالة الـ container من السلايدر */
        .landing .container.swiper {
            width: 100%;
            max-width: 100%;
            padding: 0;
            margin: 0;
        }
        
        /* جعل الناف بار فوق السلايدر */
        .navbar {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
        }
        
        /* إضافة مسافة للسلايدر تحت الناف بار */
        .landing {
            margin-top: 70px;
            height: calc(100vh - 70px);
        }
        /* إزالة المسافة بين السلايدر والناف بار */
.landing {
    margin-top: 0; /* إزالة هذه القاعدة */
    height: 100vh;
}

/* كبر أيقونات الاتجاهات */
.slider-prev, .slider-next {
    width: 60px; /* كان 50px */
    height: 60px; /* كان 50px */
    font-size: 30px; /* كان 24px */
}
.slider-dots {
    display: none !important;
}
.swiper-slide{
    height: 1000px;
    margin : 0px ;
}
    .swiper-slide img {
            width: 100%;
            height: 1000px;
           
        }
                    iframe{
                    margin: 20px auto !important;
    width: 80% !important;
    border-radius: 38px;
            }
@media (max-width: 768px) {
    .slider-prev, .slider-next {
        width: 50px; /* كان 40px */
        height: 50px; /* كان 40px */
        font-size: 25px; /* كان 20px */
    }
}

/* إصلاح الناف بار ليظهر فوق السلايدر */
.navbar {
    background-color: rgba(255, 255, 255, 0.95) !important; /* شفافية للناف بار */
}

/* إزالة المسافة الإضافية في الهيدر */
header.d-flex.flex-column {
    margin-top: 0;
    padding-top: 0;
}
        @media (max-width: 576px) {
            .swiper-slide h2 {
                font-size: 0.5rem;
                padding: 12px 20px;
                bottom: 60px;
            }
        }
        @media screen and (max-width : 580px){
            .swiper-slide{
                height : 600px !important;
            }
        }
.landing {
    position: relative;
    width: 100vw;
    height: 70vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.swiper-slide.active {
    display: block;
    opacity: 1;
    z-index: 1;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.swiper-slide h2 {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
   
    color: white;
    padding: 20px 40px;
   
    font-size: 3rem !important;
    text-align: center;
    max-width: 90%;
    font-weight: 700;
    z-index: 10;
}

/* تحسين الأزرار */
.slider-prev, .slider-next {
    
    display: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(244, 196, 48, 0.8);
    color: white;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
    display : none !important;
}

.slider-prev:hover, .slider-next:hover {
    background: rgba(244, 196, 48, 1);
    transform: translateY(-50%) scale(1.1);
}

.slider-prev {
    right: 30px;
}

.slider-next {
    left: 30px;
}

/* إخفاء النقاط على الشاشات الصغيرة */
.slider-dots {
    display: none;
}

/* تحسينات للجوال */
@media (max-width: 768px) {
    .swiper-slide h2 {
        font-size: 1.8rem !important;
        padding: 15px 25px;
        bottom: 25%;
        max-width: 95%;
    }
    
    .slider-prev, .slider-next {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .slider-prev {
        right: 15px;
    }
    
    .slider-next {
        left: 15px;
    }
}

@media (max-width: 576px) {
    .swiper-slide h2 {
        font-size: 1.5rem !important;
        padding: 12px 20px;
        bottom: 20%;
    }
    
    .slider-prev, .slider-next {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}
@media screen and (max-width : 450px){
           .swiper-slide h2 {
    
    top: 200px !important;
    bottom : 0;
}
.support-section{
    background: linear-gradient(90deg,#001b2e,#05263d,#001b2e);
    overflow: hidden;
}

.support-box{
    position: relative;
    background: linear-gradient(90deg,#12324a,#173b55);
    border-radius: 30px;
    padding: 60px 40px;
    overflow: hidden;
}

.support-item{
    position: relative;
    z-index: 2;
}

.support-item .icon{
    width: 70px;
    height: 70px;
    margin: auto auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.whatsapp-icon{
    background: #2d6df6;
}

.call-icon{
    background: #22c55e;
}

.support-item h3{
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
}

.support-item p{
    color: #d8e4ef;
    font-size: 18px;
    margin-bottom: 25px;
}

.support-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

.whatsapp-btn{
    background: #2d6df6;
}

.call-btn{
    background: #22c55e;
}

.support-btn:hover{
    transform: translateY(-3px);
    color: #fff;
}

.divider{
    position: absolute;
    width: 1px;
    height: 80px;
    background: rgba(255,255,255,.2);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.circle{
    position: absolute;
    border-radius: 50%;
    background: rgba(46,109,246,.15);
}

.circle-1{
    width: 140px;
    height: 140px;
    top: -40px;
    left: -40px;
}

.circle-2{
    width: 120px;
    height: 120px;
    bottom: -40px;
    right: -40px;
}

@media(max-width:768px){

    .support-box{
        padding: 40px 20px;
    }

    .support-item h3{
        font-size: 28px;
    }

    .support-item p{
        font-size: 15px;
    }

    .support-btn{
        padding: 12px 24px;
        font-size: 14px;
    }
}
}
   .service-title a{
                color : black !important;
            }
