:root {
    /* Primary Colors */
    --mainColor: #5589C0;        /* أزرق أساسي */
    --secondColor: #0C2240;   /* كحلي داكن */
    --secondColor2: #5496BF;     /* أزرق فاتح مساعد */
    --secondColor3: #F2F2F2;

    /* Neutral / Background */
    --bgColor: #F5F8FC;
    --cardBg: #FFFFFF;
    --borderColor: #E3EAF3;

    /* Text */
    --textPrimary: #0C2240;
    --textSecondary: #5C6F82;
    --textMuted: #8FA1B3;

    /* Status Colors */
    --successColor: #2FA36B;
    --warningColor: #F4B740;
    --dangerColor: #E25555;
    --infoColor: #548DBF;

    /* Main Color Shades (Opacity) */
    --mainColor90: rgba(84, 141, 191, 0.9);
    --mainColor80: rgba(84, 141, 191, 0.8);
    --mainColor60: rgba(84, 141, 191, 0.6);
    --mainColor40: rgba(84, 141, 191, 0.4);
    --mainColor20: rgba(84, 141, 191, 0.2);
    --mainColor10: rgba(84, 141, 191, 0.1);

    /* Hover / Active */
    --hoverColor: #4A7FAE;
    --activeColor: #3F6E9A;

    /* Shadow */
    --BigShadow: 0px 8px 24px rgba(84, 141, 191, 0.15);

    --black: #000000;
    --white: #ffffff;
    --gray: #ccc;
    --transition: all 0.3s ease-in-out;
    --shadow: 0px 2px 4px #00000020;
}

#imageModal .custom-close-btn {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.custom-close-btn span {
    color: black;
    font-size: 20px;
    line-height: 1;
    margin: -4px 0 0;
}

.custom-close-btn:hover {
    background-color: #f8f9fa;
}

.blog_highlights {
    padding: 60px 0;
    background: #f8f9ff;
}

.blog_highlights .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
    gap: 8px;
}

.blog_highlights .title h2 {
    margin-bottom: 0;
}

.blog_highlights .title p {
    color: #191936;
    margin-bottom: 25px;
    text-align: center;
}

.blog_highlights a {
    color: #fff;
    background: #1d70b7;
    width: 30%;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
}

.blog_highlights a:hover {
    background: #191936;
}

@media (max-width: 576px) {
    .blog_highlights a {
        width: 100%;
        font-size: 12px;
    }
}

/* =========================
   New Identity - Blog Blocks
   ========================= */

main .blog-category-card{
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 26px 22px;
  height: 100%;

  /* خلفية حديثة */
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 55px rgba(0,0,0,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* شريط علوي للهوية */
main .blog-category-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(700px 220px at 15% 0%, rgba(13,110,253,.18), transparent 60%),
    radial-gradient(520px 240px at 90% 15%, rgba(118,67,230,.14), transparent 60%),
    linear-gradient(to bottom, rgba(0,0,0,.02), transparent 40%);
}

/* خط زخرفي */
main .blog-category-card::after{
  content:"";
  position:absolute;
  top: 18px;
  inset-inline-start: 18px;
  width: 62px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13,110,253,1), rgba(118,67,230,1));
  opacity: .9;
}

/* عنوان القسم */
main .blog-category-card > h3{
  position: relative;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: .2px;
  color: #121826;
  padding-top: 14px;
}

/* وصف القسم */
main .blog-category-card > p{
  position: relative;
  margin: 0;
  color: #4b5563;
  line-height: 1.8;
  font-size: .98rem;
  max-width: 52ch;
}

/* قائمة المقالات */
main .blog-category-list{
  position: relative;
  display: grid;
  gap: 14px;
  margin-top: 2px;
}

/* بطاقة المقال المصغّرة */
main .blog-mini{
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;

  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

main .blog-mini:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
  border-color: rgba(13,110,253,.25);
}

/* الصورة: إطار حديث + لمعة */
main .blog-mini__image{
  width: 88px;
  height: 88px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: rgba(13,110,253,.06);
  border: 1px solid rgba(0,0,0,.06);
}

main .blog-mini__image::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(135deg, rgba(255,255,255,.35), transparent 45%);
}

main .blog-mini__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .35s ease;
}

main .blog-mini:hover .blog-mini__image img{
  transform: scale(1.08);
}

/* جسم المقال */
main .blog-mini__body{
  display: grid;
  gap: 6px;
  align-content: start;
}

/* التاريخ كبادج */
main .blog-mini__date{
  justify-self: start;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;

  padding: 6px 10px;
  border-radius: 999px;

  background: linear-gradient(90deg, rgba(13,110,253,.12), rgba(118,67,230,.10));
  color: #334155;
  border: 1px solid rgba(0,0,0,.05);
}

/* عنوان المقال */
main .blog-mini__body h4{
  margin: 0;
  font-size: 1.05rem;
  font-weight: 900;
  color: #111827;
  line-height: 1.35;

  /* سطرين فقط */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ملخص */
main .blog-mini__body p{
  margin: 0;
  font-size: .92rem;
  color: #475569;
  line-height: 1.6;

  /* سطرين */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* زر اقرأ المزيد (حوّله لبِل) */
main .blog-mini__body a.blog-mini__link{
  width: fit-content;
  margin-top: 4px;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 12px;
  border-radius: 999px;

  text-decoration: none;
  font-weight: 800;
  font-size: .9rem;

  color: #0b5ed7;
  background: rgba(13,110,253,.10);
  border: 1px solid rgba(13,110,253,.18);
  transition: transform .2s ease, background .2s ease;
}

main .blog-mini:hover a.blog-mini__link{
  background: rgba(13,110,253,.16);
  transform: translateX(-2px); /* RTL لطيف */
}

main .blog-mini__body a.blog-mini__link i{
  margin: 0;
}

/* زر عرض كل المقالات */
main a.more{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 12px 18px;
  border-radius: 14px;

  background: linear-gradient(90deg, rgba(13,110,253,1), rgba(118,67,230,1));
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 35px rgba(13,110,253,.20);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

main a.more:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(13,110,253,.28);
  filter: brightness(1.03);
}

/* موبايل */
@media (max-width: 576px){
  main .blog-mini{
    grid-template-columns: 74px 1fr;
    padding: 10px;
  }
  main .blog-mini__image{
    width: 74px;
    height: 74px;
    border-radius: 16px;
  }
  main .blog-category-card{
    padding: 22px 18px;
  }
}

.countries {
    padding: 60px 0;
    background: #fff;
}

.countries .title {
    text-align: center;
    margin-bottom: 20px;
}

.countries .title h2 {
    margin-bottom: 8px;
}

.countries .title p {
    color: #5d5f6d;
    margin-bottom: 0;
}

.countries .row {
    row-gap: 16px;
}


.country-card {
    background: #ffffff;
    border-radius: 24px; /* زوايا أكثر استدارة */
    padding: 30px 20px;
    box-shadow: 0 10px 40px rgba(29, 112, 183, 0.05); /* ظل ناعم مائل للزرقة */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* توسيط العناصر */
    gap: 20px;
    border: 1px solid #f1f5f9;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    z-index: 2;
}

/* تأثير عند تمرير الماوس على البطاقة بالكامل */
.country-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(29, 112, 183, 0.12);
    border-color: #1d70b7;
}

/* تحسين شكل الترتيب (#1) */
.country-card__badge {
    width: 45px;
    height: 25px;
    border-radius: 20px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #1d70b7;
    position: absolute;
    top: 15px;
    left: 15px; /* وضعناها جهة اليسار لتعطي توازن مع النص العربي */
    border: 1px solid #e2e8f0;
}

/* تصميم العلم بشكل احترافي */
.country-card__flag {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px; /* مسافة بين الإطار والعلم */
    border: 2px dashed #1d70b733; /* إطار منقط خفيف */
    transition: transform 0.4s ease;
}

.country-card:hover .country-card__flag {
    transform: rotate(10deg) scale(1.1);
    border-style: solid;
    border-color: #1d70b7;
}

.country-card__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* تحسين العناوين */
.country-card__head h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 5px;
}

.country-card__head span {
    font-size: 14px;
    color: #64748b;
    background: #f1f5f9;
    padding: 2px 12px;
    border-radius: 10px;
    display: inline-block;
}

/* إحصائيات بلمسة عصرية */
.country-card__stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #f8fafc; /* تمييز منطقة الأرقام خلفية مختلفة */
    padding: 15px 10px;
    border-radius: 16px;
    gap: 5px;
}

.country-card__stats div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.country-card__stats small {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 600;
}

.country-card__stats strong {
    font-size: 14px;
    color: #0f172a;
    font-weight: 700;
}

/* زر الطلب (CTA) */
.country-card__cta {
    width: 100%;
    margin-top: auto;
    text-decoration: none;
    /* background: linear-gradient(135deg, #1d70b7 0%, #0e4c7a 100%); */
    background: linear-gradient(135deg, var(--mainColor) 0%, var(--secondColor) 100%);
    color: #fff;
    padding: 14px;
    text-align: center;
    border-radius: 15px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(29, 112, 183, 0.3);
}

.country-card__cta:hover {
    /* background: linear-gradient(135deg, #0f172a 0%, #1d70b7 100%); */
    background: linear-gradient(135deg, var(--secondColor) 0%, var(--mainColor) 100%);
    box-shadow: 0 8px 20px rgba(29, 112, 183, 0.4);
    letter-spacing: 0.5px;
    color: var(--secondColor3);
}

/* .home-contact {
    padding: 60px 0;
    background: #f3f6fb;
}

.contact-form-card,
.contact-details-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
}

.contact-form-card .eyebrow {
    color: #1d70b7;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.contact-form-card h2 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #0f1734;
}

.contact-form-card .form-label {
    font-weight: 600;
    color: #1f2432;
    margin-bottom: 6px;
}

.contact-form-card .form-control {
    border-radius: 12px;
    padding: 10px 14px;
    border-color: #e0e4f0;
    box-shadow: none;
}

.contact-form-card button {
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
}

.contact-details-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.contact-details-card ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0 0 20px;
    padding: 0;
}

.contact-details-card li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact-details-card .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(29, 112, 183, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d70b7;
    font-size: 18px;
}

.contact-details-card small {
    color: #8b93a7;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.contact-details-card a {
    font-weight: 700;
    color: #111c3a;
    text-decoration: none;
}

.contact-details-card p {
    margin: 0;
    color: #5f6474;
}

.contact-actions .btn {
    border-radius: 12px;
    margin-bottom: 10px;
}

.contact-actions .btn:last-child {
    margin-bottom: 0;
}

.contact-map {
    margin-top: 30px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.contact-map iframe {
    border: 0;
    width: 100%;
    height: 360px;
} */

.home-contact-modern {
    padding: 100px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

/* دائرة خلفية جمالية */
.blob-decorator {
    position: absolute;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(29, 112, 183, 0.05) 0%, rgba(0, 210, 255, 0.05) 100%);
    border-radius: 50%;
    top: -100px;
    right: -100px;
    z-index: 0;
}

/* الكروت الزجاجية */
.contact-info-glass {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}

..contact-info-glass h2{
    font-size: 32px;
}

.text-gradient {
    background: linear-gradient(to left, var(--mainColor), var(--secondColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.badge-premium {
    background: rgba(29, 112, 183, 0.1);
    color: var(--mainColor);
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
}

/* قائمة المعلومات */
.info-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-icon {
    width: 55px;
    height: 55px;
    background: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mainColor);
    font-size: 22px;
}

.info-text small {
    display: block;
    color: #8892b0;
    font-size: 13px;
}

.info-text a, .info-text p {
    color: var(--secondColor);
    font-weight: 700;
    text-decoration: none;
    margin: 0;
}

/* الفورم المطور */
.contact-form-wrapper {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.05);
}

.form-floating-custom {
    position: relative;
}

.form-input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #edf2f7;
    border-radius: 15px;
    outline: none;
    transition: 0.3s;
    background: #fcfdfe;
}

.form-input:focus {
    border-color: var(--mainColor);
    background: #fff;
}

.form-floating-custom label {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    pointer-events: none;
    transition: 0.3s;
}

.form-input:focus ~ label,
.form-input:not(:placeholder-shown) ~ label {
    top: -10px;
    right: 15px;
    font-size: 12px;
    background: #fff;
    padding: 0 10px;
    color: var(--mainColor);
    font-weight: 700;
}

/* الأزرار */
.btn-submit-modern {
    width: 100%;
    padding: 16px;
    border-radius: 15px;
    border: none;
    background: linear-gradient(to left, var(--mainColor), var(--secondColor));
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.4s;
}

.btn-submit-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(29, 112, 183, 0.3);
}

.home-contact-modern .btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    color: #25d366;
    border: 1px solid #25d366;
    text-decoration: none;
    padding: 14px;
    border-radius: 15px;
    font-weight: 700;
    transition: 0.3s;
}

.home-contact-modern .btn-whatsapp:hover {
    background: #25d366;
    border: 1px solid #25d366;
    color: #fff;
}

/* الخريطة */
.modern-map-container {
    border-radius: 40px;
    overflow: hidden;
    height: 400px;
    border: 8px solid white;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.modern-map-container iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(10%) contrast(105%);
}

.section-head .eyebrow {
    color: #1d70b7;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.section-head h2 {
    font-size: 32px;
    margin-bottom: 8px;
    color: #0f1734;
}

.section-head p {
    color: #5e6474;
    margin-bottom: 24px;
}

.references-logos {
    padding: 40px 0 80px;
    background: #fff;
}

.reference-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    align-items: center;
}

.reference-logo {
    background: #f8f9ff;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(29, 112, 183, 0.08);
}

.reference-logo img {
    max-width: 120px;
    max-height: 50px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .latest-cvs__header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .contact-details-card {
        min-height: 100%;
    }
}


/* الحاوية الرئيسية للبطاقة */
.profile-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(29, 112, 183, 0.15);
}

/* منطقة الصورة */
.profile-card__image-container {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.profile-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.profile-card:hover .profile-card__img {
    transform: scale(1.1);
}

/* شارات الحالة (خبرة / جديد) */
.profile-card__badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.is-experienced { background: #2ecc71; }
.is-new { background: #3498db; }

/* محتوى البطاقة */
.profile-card__content {
    padding: 20px;
    flex-grow: 1;
}

.profile-card__name {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 4px;
    text-align: center;
}

.profile-card__id {
    font-size: 13px;
    color: #95a5a6;
    text-align: center;
    margin-bottom: 20px;
}

/* قائمة البيانات */
.profile-card__specs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-card__specs li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.profile-card__specs li:last-child {
    border-bottom: none;
}

.spec-label {
    color: #7f8c8d;
    font-size: 13px;
}

.spec-value {
    color: #2c3e50;
    font-size: 13px;
    font-weight: 700;
}

.spec-value.highlight {
    color: #e67e22;
    font-size: 15px;
}

/* الأزرار في أسفل البطاقة */
.profile-card__footer {
    padding: 15px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile-btn {
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.profile-btn--outline {
    border: 2px solid #1d70b7;
    color: #1d70b7;
    background: transparent;
}

.profile-btn--outline:hover {
    background: #f0f7ff;
}

.profile-btn--primary {
    background: var(--mainColor);
    color: var(--secondColor3);
    border: none;
}

.profile-btn--primary:hover {
    background: var(--secondColor);
    color: var(--secondColor3);
    box-shadow: 0 5px 15px rgba(29, 112, 183, 0.3);
}


.hero_section {
    width: 100%;
    height: 100vh;
    position: relative;
}
.hero_section .heroSwiper {
    width: 100%;
    height: 100%;
}
.hero_section .heroSwiper .swiper-slide {
    position: relative;
}
.hero_section .heroSwiper .swiper-slide .img {
    width: 100%;
    height: 100%;
}
.hero_section .heroSwiper .swiper-slide .img img,
.hero_section .heroSwiper .swiper-slide .img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.hero_section .heroSwiper .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(rgba(217, 108, 13, 0.5), #85b5ff9e, rgb(71, 42, 137)); */
    background: linear-gradient(var(--mainColor10), var(--mainColor40), var(--mainColor60));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
}
.hero_section .heroSwiper .swiper-slide .overlay .hero-content {
    width: min(860px, 100%);
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    background: rgba(12, 34, 64, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 22px;
    padding: 28px 26px;
}
.hero_section .heroSwiper .swiper-slide .overlay .text {
    width: 100%;
    margin-top: 0;
}
.hero_section .heroSwiper .swiper-slide .overlay h2 {
    color: var(--secondColor3);
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}
.hero_section .heroSwiper .swiper-slide .overlay p {
    color: #fff;
    text-align: center;
    font-size: larger;
}
.hero_section .heroSwiper .swiper-slide.swiper-slide-active .overlay h2 {
    animation: fadeInUp 1s 0.5s both;
}
.hero_section .heroSwiper .swiper-slide.swiper-slide-active .overlay p {
    animation: fadeInUp 1s 0.75s both;
}
.hero_section .swiper-button-next,
.hero_section .swiper-button-prev {
    top: 95% !important;
}
.hero_section .mainSliderNext {
    right: 20px;
  position: absolute;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: center;
  color: #04193dba;
  width: auto;
}
.hero_section .mainSliderNext::after {
    content: "\f178" !important;
    font-family: "Font Awesome 6 pro";
    background: none;
    color: #fff;
    font-size: 18px;
}
.hero_section .mainSliderPrev {
    right: 60px;
    left: initial;
  position: absolute;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: center;
  color: #04193dba;
  width: auto;
}
.hero_section .mainSliderPrev::after {
    content: "\f177" !important;
    font-family: "Font Awesome 6 pro";
    background: none;
    color: #fff;
    font-size: 18px;
}
.hero_section .mainSliderPagination {
    width: auto;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}
.hero_section .mainSliderPagination .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    background: #fff;
    border-radius: 0;
}

.hero_section .maids-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.hero_section .maids-btn a{
    background: var(--secondColor3);
    color: var(--mainColor);
    padding: 10px 24px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 10px 20px rgba(29, 112, 183, 0.2);
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 8px;
    text-decoration: none;
}
.hero_section .maids-btn a.ghost-btn {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: none;
}

.hero_section .maids-btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(29, 112, 183, 0.3);
    background: var(--mainColor);
    color: var(--secondColor3);
}

.customer-service-card {
    border: 1px solid var(--secondColor);
    background: radial-gradient(#bcc5d1, #cae1f9);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding: 30px 20px;
}

.customer-service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    /* background: #f8f9fa; */
    background: radial-gradient(var(--mainColor), var(--secondColor));
}

.customer-service-card .icon {
    margin-bottom: 25px;
}

.customer-service-card .icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 50%;
    border: 5px solid #e9ecef;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.customer-service-card .content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondColor);
    margin-bottom: 15px;
    transition: all 0.5s ease;
}

.customer-service-card:hover .content h3 {
    color: var(--white);
}

.customer-service-card .content p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 30px;
    flex-grow: 1;
}

.customer-service-card .content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    margin: 8px;
    transition: all 0.3s ease;
}

.customer-service-card .contact-btn {
    background: #007bff;
    color: #ffffff;
}

.customer-service-card .contact-btn:hover {
    background: #0056b3;
    transform: scale(1.05);
}

.customer-service-card .content a.watsab-btn { /* زر الواتساب */
    background: #25D366;
    color: #ffffff;
}

.customer-service-card .content a.watsab-btn:hover {
    background: #14ae4d;
    transform: scale(1.05);
}

.customer-service-card .content i {
    font-size: 1.2rem;
}
