 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;

 }

 a {
     text-decoration: none;
     transition: all .4s ease-in-out;
     color: inherit;
 }

 a,
 button,
 input[type="button"] {
     cursor: pointer;
     transition: all .5s ease-in-out;
 }

 a:focus,
 a:hover {
     text-decoration: none;
     color: inherit;
 }

 button {
     background: transparent;
     border: none;
 }

 button:focus {
     outline: none
 }

 .list-inline-item:not(:last-child),
 ul {
     margin-right: 0;
 }

 ul {
     padding-left: 0;
     padding-right: 0;
     transition: all .4s ease-in-out;
     margin: 0;
 }

 ul li {
     list-style-type: none
 }

 :focus {
     outline: none;
 }

 .text-center {
     text-align: center;
 }

 .text-right {
     text-align: right
 }

 .text-left {
     text-align: left
 }

 /*
 .row {
     margin-left: 0;
     margin-right: 0;
 }
*/
 .padd-0 {
     padding-left: 0;
     padding-right: 0
 }

 .padd-5 {
     padding-left: 5px;
     padding-right: 5px
 }

 .sec-marg {
     margin-top: 50px;
     margin-bottom: 50px
 }

 .sec-padd {
     padding-top: 25px;
     padding-bottom: 25px;
 }

 .pl-10 {
     padding-left: 10px;
 }

 .pr-10 {
     padding-right: 10px;
 }

 .pt-10 {
     padding-top: 10px;
 }

 .pb-10 {
     padding-bottom: 10px;
 }

 .pl-20 {
     padding-left: 20px;
 }

 .pr-20 {
     padding-right: 20px;
 }

 .pt-20 {
     padding-top: 20px;
 }

 .pb-20 {
     padding-bottom: 20px;
 }

 .ml-10 {
     margin-left: 10px;
 }

 .mr-10 {
     margin-right: 10px;
 }

 .mt-10 {
     margin-top: 10px;
 }

 .mb-10 {
     margin-bottom: 10px;
 }

 .ml-20 {
     margin-left: 20px;
 }

 .mr-20 {
     margin-right: 20px;
 }

 .mt-20 {
     margin-top: 20px;
 }

 .mb-20 {
     margin-bottom: 20px;
 }

 .m-20 {
     margin: 20px;
 }

 .p-15 {
     padding: 15px;
 }

 .r-0 {
     border-radius: 0 !important;
 }

 .p-0 {
     padding: 0 !important;
 }

 .f-b {
     font-weight: 600;
 }

 .mx-1 {
     margin-left: .25rem !important;
 }

 :focus {
     box-shadow: none !important;
     border-color: inherit;
 }


 .dropdown-toggle::after {
     display: none
 }

 .dropdown {
     display: inline-block;
 }

 .dropdown-menu {
     float: none;
     text-align: start;
 }

 select.form-control:not([size]):not([multiple]) {
     height: auto;
 }

 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }

 p {
     margin: 0;
 }

 :root {
     --main: linear-gradient(90deg, #EC4899 0%, #A855F7 100%);
     --white: #ffffff;
     --gray: #374151;
     --mainColor: #9333EA
 }

 .gray-color{
     color: var(--gray);
 }

 .main-color{
     color: var(--mainColor);
 }


 .font-11 {
     font-size: 11px;
 }

 .font-13{
     font-size: 13px;
 }

 .font-18 {
     font-size: 18px;
 }

 .font-20 {
     font-size: 20px;
 }

 .btn-main {
     display: block;
     background: var(--main);
     color: var(--white) !important;
     width: auto;
     max-width: 100%;
     padding: 0;
     border-radius: 6px;
     text-align: center;
     text-shadow: 0 0;
     height: 50px;
     line-height: 50px;
     padding: 0 30px;
     border: 1px solid var(--main);
     border-radius: 50px;
 }

 .btn-main-w {
     background: #fff;
     color: var(--main) !important;
     border: 1px solid var(--main)
 }


 @font-face {
     font-family: "myFont";
     src: url(../fonts/JF-Flat-regular.ttf);
 }

 .rounded {
     border-radius: 12px !important;
 }

 .po_R {
     position: relative;
 }

 .overflow-hidden {
     overflow: hidden;
 }

 body {
     direction: rtl;
     text-align: right;
     font-family: "myFont";
     word-spacing: 1px;
     color: #000000;
     font-size: 15px;
     text-shadow: 0 0;
     background-image: url("../imgs/background_.webp");
     background-size: cover;
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-position: center center;
     overflow-x: hidden;
 }

  header {
     width: 100%;
     background: rgba(61, 34, 103, 0.95);
     color: #FFFFFF;
     position: sticky;
     top: 0;
     left: 0;
     z-index: 999;
     padding: 18px 20px;
     box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
     /* box-shadow: 0px -50px 5px 5px rgba(251, 251, 251, 0.8); */
 }

 .the_logo img {
     max-width: 80px;
     max-height: 66px;
 }

 .nav_bar {
     display: flex;
     gap: 15px;

 }

 .nav_bar a {
     padding: 3px 6px;
     border-width: 4px 0 4px 0;
     border-style: solid;
     border-color: transparent;
     display: block;
     border-radius: 50px;
     text-align: center;
 }


 .nav_bar li.active a {
     border-color: transparent transparent var(--main) transparent;
 }


 .topLink_ {
     display: flex;
     gap: 15px;
     align-items: center;
 }


  .close-open-nav {
     width: 25px;
     height: 25px;
     position: relative;
     display: none;
 }

 .close-open-nav>div {
     display: flex;
     flex-direction: column;
     justify-content: space-around;
     width: 100%;
     height: 100%;
     cursor: pointer;
 }

 .close-open-nav>div span {
     width: 100%;
     height: 2px;
     background: var(--main);
     border-radius: 20px;
     display: block;
     transition: all 0.3s linear 0s;
 }

 .close-open-nav.active span:first-of-type {
     transform: translateY(7px) rotate(45deg);
 }

 .close-open-nav.active span:nth-child(2) {
     opacity: 0;
 }

 .close-open-nav.active span:last-of-type {
     transform: translateY(-9px) rotate(-45deg);
 }

.title_Bg {
    color: #FFFFFF;
    background: var(--main);
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
}



 .box_News{
     border: 1px solid #EEE;
     border-radius: 12px;
     background-color: #FFFFFF;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     gap: 10px;
     margin: 13px 0;
     height: calc(100% - 26px);
     transition: all 0.3s linear 0s;
 }

  .box_News .info_{
    display: flex;
     flex-direction: column;
     align-items: flex-start;
     gap: 10px;
     padding: 15px;
     flex-grow: 1;
 }

 .box_News .img_ {
     width: 100%;
     height: 200px;
     overflow: hidden;
     object-fit: cover;
     object-position: center;
     position: relative;
 }

  .box_News .img_ > img{
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
 }

  .box_News .img_ .icon_{
    position: absolute;
    z-index: 4;
    top: 10px;
    right: 10px;
    padding: 8px 15px;
    color: #FFF;
    background: var(--mainColor);
    border-radius: 50px;
  }





 .box_Information {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    margin: 12px 0;
 }

  .box_Information img{
    width: 63px;
    height: 63px;
    border-radius: 15px;
  }

  footer {
     padding : 50px 0  20px 0;
     background-color: #111827;
     color: #FFFFFF;
 }

 .the_logoF img {
     max-width: 125px;
     max-height: 120px;
 }

 .title_F {
     margin: 12px 0;
     color: var(--main);
     font-weight: bold;
 }

 .info_footer p {
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     overflow: hidden;
     margin: 20px 0
 }

 .links_footer li {
     margin: 13px 0
 }

 .links_footer li svg {
     flex-shrink: 0;
 }

 .social_media {
     display: flex;
     gap: 8px;
     align-items: center;
 }

 .social_media img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
 }


 .undr_footer {
     padding: 16px 5px;
     margin-top: 40px;
     text-align: center;
     color: var(--main);
     border-top: 2px solid #EEE;
 }





 


 /*Extra small devices (portrait phones, less than 576px)*/
 @media (max-width: 575.98px) {}

 /*Small devices (landscape phones, less than 768px)*/
 @media (max-width: 767.98px) {

     .sec-marg {
         margin-top: 20px;
         margin-bottom: 20px;
     }


     .btn-main{
        padding: 0 15px;
     }


 }

 /*Medium devices (tablets, less than 992px)*/

 @media (max-width: 991.98px) {
     .nav_bar {
         position: fixed;
         top: 0;
         right: 0;
         background-color: #242424;
         height: 100%;
         padding: 15px;
         flex-direction: column;
         width: 280px;
         align-items: flex-start;
         justify-content: flex-start;
         gap: 18px;
         overflow: auto;
         z-index: 9999;
         transform: translateX(100%);
         transition: all 0.5s ease-in-out;
     }

     .nav_bar.active{
         transform: translateX(0);
     }

     .nav_bar a {
         padding: 0;
         border-radius: 0;
         border: none;
     }

     .nav_bar li.active a {
         color: var(--main);
         font-weight: bold;
     }

    .close-open-nav {
         display: block;
     }

 }

 /*Large devices (desktops, less than 1200px)*/
 @media (max-width: 1199.98px) {}


 /*============================ start loader================================== */



 .loader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 9999999999;
     background: #000000;
     overflow: hidden;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     -ms-align-items: center;
     align-items: center;
     justify-content: center;
 }

 .loader img {
     position: relative;
     width: 200px;
 }


 /*============================ end loader================================== */
 ::-webkit-scrollbar,
 body::-webkit-scrollbar,
 .scroll::-webkit-scrollbar {
     width: 6px;
     height: 6px;
 }

 ::-webkit-scrollbar-track,
 body::-webkit-scrollbar-track,
 .scroll::-webkit-scrollbar-track {
     box-shadow: inset 0 0 6px #FFFFFF;
     background: #FFFFFF
 }

 ::-webkit-scrollbar-thumb,
 body::-webkit-scrollbar-thumb,
 .scroll::-webkit-scrollbar-thumb {
     background: rgba(0, 0, 0, 0.3);
     border-radius: 20px;
 }

 ::-webkit-scrollbar-thumb:hover,
 body::-webkit-scrollbar-thumb:hover,
 .scroll::-webkit-scrollbar-thumb:hover {
     background: rgba(0, 0, 0, 0.5);
 }



 /*----------------Ai--------------------*/


 
/* Blur background removed from here - now applied to phone-frame */

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Right Side - Text Content */
.hero-text {
  padding: 20px;
}

@media (max-width: 992px) {
  .hero-text {
    order: 2;
    text-align: center;
  }
}

.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, #A855F7 0%, #EC4899 100%);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.hero-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #1a1a1a;
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }
}

.text-gradient {
  background: linear-gradient(135deg, #A855F7 0%, #EC4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.hero-description {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 32px;
  max-width: 600px;
}

@media (max-width: 992px) {
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .hero-description {
    font-size: 16px;
  }
}

/* App Buttons */
.app-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .app-buttons {
    justify-content: center;
  }
}

.app-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.app-btn i {
  font-size: 28px;
}

.app-btn-text {
  display: flex;
  flex-direction: column;
  text-align: start;
}

.app-btn-text {
  text-align: start;
}

.app-btn-text .small-text {
  font-size: 11px;
  opacity: 0.9;
  font-weight: 400;
}

.app-btn-text .large-text {
  font-size: 16px;
  font-weight: 600;
}

.app-btn.app-store {
  background: #000000;
}

.app-btn.app-store:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.app-btn.google-play {
  background: #fff;
  .app-btn-text {
    color: #000;
  }
  i {
    color: #16a34a;
  }
}

.app-btn.google-play:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(66, 133, 244, 0.3);
}

/* Stats Section */
.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .hero-stats {
    justify-content: center;
  }
}

.stat-item {
  text-align: center;
}

@media (max-width: 992px) {
  .stat-item {
    text-align: center;
  }
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Left Side - Phone Image */
.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.hero-image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #A855F7 0%, #EC4899 100%);
  filter: blur(100px);
  opacity: 0.3;
  z-index: 0;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .hero-image {
    order: 1;
  }
}

.phone-frame {
  position: relative;
  max-width: 400px;
  width: 100%;
  border-radius: 48px;
  background: #7645bb;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  padding: 50px;
}

.phone-frame:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.3);
}

.phone-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 48px;
  position: relative;
}

/* Floating Badges */
.floating-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  animation: float 3s ease-in-out infinite;
  z-index: 2;
  width: fit-content;

}

.floating-badge i {
  font-size: 24px;
  background: linear-gradient(135deg, #A855F7 0%, #EC4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.floating-badge small {
  display: block;
  font-size: 11px;
  color: #666;
  font-weight: 400;
}

.badge-1 {
  top: 10%;
  inset-inline-start: -10%;
  animation-delay: 0s;
}


.badge-2 {
  bottom: 15%;
  inset-inline-end: -5%;
  animation-delay: 1.5s;
}

@media (max-width: 768px) {
  .floating-badge {
    padding: 8px 12px;
    font-size: 12px;
    gap: 8px;
  }
  
  .floating-badge i {
    font-size: 18px;
  }
  
  .badge-1 {
    inset-inline-start: 0;
  }

  .badge-2 {
    inset-inline-end: 0;
  }
  
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  
  .phone-frame {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .hero-badge {
    font-size: 12px;
    padding: 6px 16px;
  }
  
  .hero-title {
    font-size: 28px;
  }
  
  .hero-description {
    font-size: 14px;
  }
  
  .app-btn {
    padding: 12px 20px;
  }
  
  .stat-number {
    font-size: 28px;
  }
  
  .phone-frame {
    max-width: 250px;
  }
}

/* ========================================
   Problem & Solution Section
   ======================================== */

.problem-solution-section {
  padding: 80px 0;
  background: #ffffff;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  inset-inline-start: 50%;
  transform: translateX(50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #EC4899 0%, #A855F7 100%);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }
  
  .section-title::after {
    width: 100px;
    height: 3px;
    bottom: -15px;
  }
  
  .section-title::before {
    bottom: -28px;
    border-inline-start: 10px solid transparent;
    border-inline-end: 10px solid transparent;
    border-block-start: 14px solid #EF4444;
  }
}

/* Two Columns Layout */
.ps-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 992px) {
  .ps-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

/* Column */
.ps-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Column Header */
.column-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .column-header {
    justify-content: center;
  }
}

.header-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-icon i {
  font-size: 24px;
  color: #ffffff;
}

.challenges-icon {
  background: linear-gradient(135deg, #FF6B6B 0%, #EE5A6F 100%);
}

.solutions-icon {
  background: linear-gradient(135deg, #51CF66 0%, #37B24D 100%);
}

.column-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

@media (max-width: 768px) {
  .column-title {
    font-size: 24px;
  }
}

/* Items Container */
.ps-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.challenge-item {
    border: 1px solid rgba(239, 68, 68, 0.20);
}

.solution-item {
    border: 1px solid rgba(34, 197, 94, 0.20);
}

/* Single Item */
.ps-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .ps-item {
    padding: 16px;
  }
}

/* Item Icon */
.item-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.item-icon i {
  font-size: 20px;
  color: #ffffff;
}

.challenge-icon {
    background: linear-gradient(135deg, #EF4444 0%, #F97316 100%);
    
}

.solution-icon {
    background: linear-gradient(135deg, #4ADE80 0%, #10B981 100%);
}

/* Item Content */
.item-content {
  flex: 1;
}

.item-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}

.item-description {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

@media (max-width: 768px) {
  .item-title {
    font-size: 16px;
  }
  
  .item-description {
    font-size: 13px;
  }
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .problem-solution-section {
    padding: 60px 0;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .column-header {
    gap: 12px;
  }
  
  .header-icon {
    width: 44px;
    height: 44px;
  }
  
  .header-icon i {
    font-size: 20px;
  }
  
  .item-icon {
    width: 40px;
    height: 40px;
  }
  
  .item-icon i {
    font-size: 18px;
  }
  
  .ps-item {
    gap: 12px;
  }
}

/* ========================================
   Services Section
   ======================================== */

/* Services Header */
.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-badge {
  display: inline-block;
  background: linear-gradient(135deg, #A855F7 0%, #EC4899 100%);
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.services-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px 0;
}

.services-description {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .services-title {
    font-size: 32px;
  }
  
  .services-description {
    font-size: 16px;
  }
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Service Card */
.service-card {
  padding: 32px 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .service-card {
    padding: 24px 20px;
  }
}

/* Service Icon */
.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-icon i {
  font-size: 26px;
  color: #ffffff;
}

/* Service Content */
.service-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}

.service-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  flex: 1;
}

/* Service Link */
.service-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.service-link:hover {
  gap: 12px;
  color: #A855F7;
}

.service-link i {
  font-size: 12px;
  transition: all 0.3s ease;
}

html[lang=ar] .service-link {
  flex-direction: row-reverse;
}

html[lang=ar] .service-link i {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .service-title {
    font-size: 18px;
  }
  
  .service-desc {
    font-size: 14px;
  }
  
  .service-link {
    font-size: 13px;
  }
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .services-section {
    padding: 60px 0;
  }
  
  .services-header {
    margin-bottom: 40px;
  }
  
  .services-badge {
    font-size: 12px;
    padding: 6px 20px;
  }
  
  .service-icon {
    width: 48px;
    height: 48px;
  }
  
  .service-icon i {
    font-size: 22px;
  }
}

/* ========================================
   CTA Section
   ======================================== */

.cta-section {
  padding: 80px 0;
  border-radius: 32px;
  margin: 80px 0;
}

.cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.cta-description {
  font-size: 18px;
  line-height: 1.7;
  color: #4B5563;
  margin: 0 0 32px 0;
}

.cta-button {
  display: inline-block;
  padding: 16px 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(236, 72, 153, 0.4);
  color: #ffffff;
}

@media (max-width: 768px) {
  .cta-section {
    padding: 60px 20px;
    margin: 60px 0;
  }
  
  .cta-title {
    font-size: 28px;
  }
  
  .cta-description {
    font-size: 16px;
  }
  
  .cta-button {
    padding: 14px 32px;
    font-size: 15px;
  }
}

/* ========================================
   Vision & Mission Section
   ======================================== */

.vision-mission-section {
  padding: 80px 0;
}

.vm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .vm-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* VM Card */
.vm-card {
  padding: 40px 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .vm-card {
    padding: 32px 24px;
  }
}

/* VM Icon */
.vm-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vm-icon i {
  font-size: 30px;
  color: #ffffff;
}

/* VM Content */
.vm-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.vm-description {
  font-size: 16px;
  line-height: 1.8;
  color: #4B5563;
  margin: 0;
}

@media (max-width: 768px) {
  .vm-icon {
    width: 56px;
    height: 56px;
  }
  
  .vm-icon i {
    font-size: 26px;
  }
  
  .vm-title {
    font-size: 22px;
  }
  
  .vm-description {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .vision-mission-section {
    padding: 60px 0;
  }
  
  .vm-card {
    padding: 24px 20px;
  }
  
  .vm-icon {
    width: 48px;
    height: 48px;
  }
  
  .vm-icon i {
    font-size: 22px;
  }
  
  .vm-title {
    font-size: 20px;
  }
  
  .vm-description {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
