/* ---------------------- 
   Google Fonts - Inter and My Fonts
------------------------ */
/* ----------------------
   Local Fonts - Tajawal + Inter
------------------------ */
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal/Tajawal-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

.button, .form-label {
  font-family: 'Inter', sans-serif;
}



.button, .form-label {
  font-family: 'Inter', sans-serif;
}

/* ----------------------
   Reset and Base
------------------------ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Tajawal',"Inter", Arial, sans-serif;
}

/* ----------------------
   Page Layout & Body
------------------------ */
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
}


/* ----------------------
   Typography
------------------------ */
h1, h2, h3, h4 {
	color:#2b546f;
	text-align:center;
	margin-bottom:10px;
  
}

a {
  color: #007bff;
  text-decoration: none;
}
li a {
  text-decoration: none;  /* إزالة التسطير من الرابط */
  color: #000;  /* لون النص العادي */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* تأثير التحول والظل */
}

li a:hover {
  transform: translateX(5px);  /* التحرك 5 بيكسل إلى اليمين عند المرور */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  /* إضافة ظل خفيف */
  color: #007bff;  /* تغيير لون النص عند المرور */
}

/* ---------------------- Main Section------------------------ */


main {
  margin-top: 100px; /* تعويض ارتفاع الهيدر */
}


/* ----------------------Header Section------------------------ */
header {
  position: fixed;
  top: 0;
  width: 100%;
  max-height: 100px;
  z-index: 1000;
  display: flex;
  flex-wrap:wrap;
  gap:5px; 
 text-align: center;
 background:#001b4d;
 display:flex;
 align-items:center;
 justify-content:space-between;
 padding:15px 15px;
}

/* ----------------------
   profile
------------------------ */
.profile {
  width: 200px;
  background: #001b4d;  
  align-items: center;
  color: #ffffff;
  font-size: 1em;
  margin-left: auto; /* وضع هذه القيمة لتوسيط الـ profile */
  margin-right: auto;
  justify-content: center;
  margin-bottom: 10px;
}

/* ----------------------
   Title e-wassit
------------------------ */
.title_name {
  width: 350px;
  height: 50px;
  background: #001b4d;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;  
  justify-content: center;
}


/* ---------------------- Walcome Section----------------------- */

.Walcome {
  margin: 20px 20px;
  padding: 15px; /* بدل 30px */
  background: #bcc9ff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #007bff;
  margin-top: 120px;
}

.Walcome p {
  margin-bottom: 10px;
  
}

/* ----------------------registre Section------------------------ */
 
.registre {
  background-color: #bcc9ff; /* لون خلفية مميز */
  line-height: 1;
  margin-bottom: 100px;
  border-top: 3px solid #007bff;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  height: 180px; /* ارتفاع ثابت للبطاقة */
  width: 90%; /* العرض اتوماتيكي */
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  align-items: center;
  justify-content: center; /* إضافة لتوسيط المحتوى عموديًا */
  margin-left: auto; /* لتوسيط العنصر أفقيًا */
  margin-right: auto; /* لتوسيط العنصر أفقيًا */
  
}

.register_btn {
  background:#2b546f;
  color:#fff;
  padding:10px 20px;
  border-radius:5px;
  
}
.register_btn:hover {
  background: #1c3d57; /* اللون عند المرور على زر التسجيل */
}
.connexion_btn {
  background:#007bff;
  color:#fff;
  padding:10px 20px;
  border-radius:5px;
  
}
.connexion_btn:hover {
  background: #0056b3; /* اللون عند المرور على زر تسجيل الدخول */
}
/* ----------------------Latset services Slider Section------------------------------ */
.S_latset_services {
  background-color: #bcc9ff; /* لون خلفية مميز */
  padding: 40px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  max-width: 1200px;
  min-height: 580px;
  max-height: 580px;
  overflow: hidden;
  width: 90%; /* تأكد من استخدام نسبة عرض مئوية بدلاً من حجم ثابت */
}

/* ----------------------
   Services Slider & Widgets
------------------------ */
.slider {
  display: flex;
  gap: 10px; /* جعل المسافة بين البطاقات قليلة */
  overflow-x: auto;
  justify-content: center; /* تأكد من أن البطاقات متوسطة */
}

/* ----------------------
   Swiper Cards
------------------------ */
.swiper.mySwiper {
  max-width: 1300px; /* ✅ بدلًا من 1100px */
  padding: 30px 20px;
  margin: 0 auto 35px;
  overflow: hidden;
}

.swiper.mySwiper .card {
  background: #e3e3ff;
  display: flex;
  height: 420px;
  width: 360px;
 
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  flex-grow: 1; /* لضمان توزيع المسافة بشكل جيد */
  margin: 0 10px;
}

.swiper.mySwiper .card:hover {
  transform: translateY(-10px);
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  width: 100%;
  padding: 10px;
  border-radius: 22px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.card .card-image .card-tag {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 0.75rem;
  color: #6366f1;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 25px 25px;
}

.card .card-content .card-title {
  color: #111111;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}


.card .card-text {
  color: #47484d;
  font-size: 0.8rem;
  display: -webkit-box;           /* يحدد الصندوق الذي يحتوي على النص */
  -webkit-line-clamp: 4;         /* يحدد عدد الأسطر (هنا 3 أسطر) */
  -webkit-box-orient: vertical;  /* يحدد اتجاه الصندوق عمودي */
  overflow: hidden;              /* إخفاء أي نص يتجاوز الأسطر المحددة */
  text-overflow: ellipsis;       /* إضافة النقاط المتبقية (...) في نهاية النص */
  line-height: 1.4em;            /* ارتفاع السطر لزيادة المسافة بين الأسطر */
  height: 5.5em;                 /* تحديد ارتفاع العنصر بحيث يعرض 3 أسطر فقط */
}


.card .card-footer {
  display: flex;
  margin-top: auto;
  align-items: center;
  padding-top: 15px;
  
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.card .card-footer .card-profile {
  display: flex;
  align-items: center;
}

.card .card-profile .card-profile-info {
  display: flex;
  flex-direction: column;
}

.card .card-profile .card-profile-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #202020;
}

.card .card-profile .card-profile-role {
  font-size: 0.8rem;
  color: #7A7A7A;
}

.card .card-profile img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card .card-button {
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.81rem;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  box-shadow: 0 4px 10px rgba(99, 102, 241, 0.2);
  transition: all 0.3s ease;
}

.card .card-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(99, 102, 241, 0.3);
}

/* ----------------------
   Swiper Pagination & Buttons
------------------------ */
.swiper.mySwiper .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background: #6366f1; /* لون مميز للتأكيد */
  opacity: 1;
  overflow: hidden;
  position: relative;
}

.swiper.mySwiper .swiper-pagination-bullet-active {
  background: #007bff;
}

.swiper.mySwiper .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ddddff;
  transform-origin: left center;
  transform: scaleX(0);
  animation: autoplay-loading 5s linear forwards;
}

.swiper.mySwiper:hover .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}

@keyframes autoplay-loading {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

.swiper.mySwiper :where(.swiper-button-prev, .swiper-button-next) {
  color: #6366f1;
  margin-top: -35px;
  transition: all 0.3s ease;
}

.swiper.mySwiper :where(.swiper-button-prev, .swiper-button-next):hover {
  color: #8b5cf6;
}

/* ----------------------
   Responsive
------------------------ */

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.card {
  width: 100%;
  max-width: 340px;
  
}

/* ----------------------  How_Work Section------------------------ */


.How_Work {
	
  margin: 20px 20px;
  padding: 15px; /* بدل 30px */
  background:#bcc9ff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width:1200px;
  width:90%;
  margin-right:auto;
  margin-left:auto;

}

/* ----------------------
   الحاوية الخارجية
------------------------ */

.How_Work_flex {   
  flex-wrap:wrap; 
  gap: 15px;
  padding:10px;
  display: flex;
  align-items: center;
  padding: 5 10px;
  overflow: hidden;
  border-top: 2px solid #6366f1;
  justify-content: center;
}

/* ----------------------
   How_Work_w
------------------------ */

.How_Work_w {
  width:300px; 
  background:#cbd5ff;
  border-radius:8px; 
  padding:15px; 
  text-align:center; 
  box-shadow:0 1px 6px rgba(0,0,0,0.1);
}
/* ----------------------
   How_Work_c
------------------------ */
.How_Work_c {
  width:300px; 
  background:#cbd5ff;
  border-radius:8px; 
  padding:15px; 
  text-align:center; 
  box-shadow:0 1px 6px rgba(0,0,0,0.1);
}
/* ----------------------
   How_Work_f
------------------------ */
.How_Work_f {
  width:300px; 
  background:#cbd5ff;
  border-radius:8px; 
  padding:15px; 
  text-align:center; 
  box-shadow:0 1px 6px rgba(0,0,0,0.1);
}

/* ----------------------
    SHow_Work_w footer & text
------------------------ */
.How_Work_footer {
  font-size:10px;
  line-height:1.5;
  display: flex;
  margin-top: auto;
  padding-top: 15px;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
 




/* ----------------------featured_services------------------------ */
.featured_s {
  margin: 20px 20px;
  padding: 15px; /* بدل 30px */
  background:#bcc9ff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* ✅ حاوية خارجية لكل مجموعة */
.services-grid_extern {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5 10px;
  overflow: hidden;
  border-top: 2px solid #6366f1;
  
}

/* ✅ شبكة داخلية ترتب البطاقات أفقياً وتتجاوب مع حجم الشاشة */
.services-grid_intern {
  background: #2b546f;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  border-top: 3px solid #007bff;
  padding: 30px;
  border-radius: 12px; /* ← هذه تجعل الزوايا ناعمة ودائرية */
}

    .service-card {
      width: 300px;
      height: 175px;
      background:#cbd5ff;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      position: relative;
      display: flex;
      flex-direction: column;
      overflow: hidden;
	  
    }

    .category-badge {
      position: absolute;
      top: 10px;
      right: 10px;
      background: linear-gradient(to left, #b48ff9, #e5dfff);
      padding: 4px 12px;
      font-size: 12px;
      border-radius: 20px;
      color: #fff;
      font-weight: bold;
    }

    .service-body {
      display: flex;
      padding: 5px;
      flex: 1;
    }

    .service-image {
      width: 120px;
      height: 100px;
      border-radius: 8px;
      object-fit: cover;
      margin-left: 10px;
    }

    .service-info {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .service-title {
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 7px;
      color: #333;
    }

    .service-description {
      font-size: 11px;
      color: #555;
      line-height: 1.4em;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .divider {
      height: 1px;
      background: #ccc;
      margin: 5 25px;
	  margin-bottom: 150px;
    }

    .service-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px 5px;
	  
    }

    .user-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
    }

    .user-info img {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      object-fit: cover;
    }

    .user-role {
      font-size: 0.8rem;
      color: #7A7A7A;
	  
    }

    .w_details-btn {
      background: linear-gradient(to left, #c8b5ff, #007bff);
      padding: 10px 5px;
      border-radius: 25px;
      font-size: 13px;
      font-weight: bold;
      color: #5a45a5;
      border: none;
      cursor: pointer;
	  
    }
	
	.w_details-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(to left, #007bff, #c8b5ff);
  box-shadow: 0 8px 15px rgba(99, 102, 241, 0.3);
}

  .c_details-btn {
      background: linear-gradient(to left, #c8b5ff, #ff6e4b);
      padding: 10px 5px;
      border-radius: 25px;
      font-size: 13px;
      font-weight: bold;
      color: #5a45a5;
      border: none;
      cursor: pointer;
    }
	
	.c_details-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(to left, #ff6e4b, #c8b5ff);
  box-shadow: 0 8px 15px rgba(99, 102, 241, 0.3);
}

  .f_details-btn {
      background: linear-gradient(to left, #c8b5ff, #b3fcb0);
      padding: 10px 5px;
      border-radius: 25px;
      font-size: 13px;
      font-weight: bold;
      color: #5a45a5;
      border: none;
      cursor: pointer;
    }
	
	.f_details-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(to left, #b3fcb0, #c8b5ff);
  box-shadow: 0 8px 15px rgba(99, 102, 241, 0.3);
}

	@media (max-width: 768px) {
  .services-grid_intern {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    max-width: 100%;
  }
}




/* ---------------------- Section Blog ------------------------ */

.S_blog {   
  background-color: #bcc9ff; /* لون خلفية مميز */
  padding: 40px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  max-width: 1200px;
  min-height: 580px;
  max-height: 580px;
  overflow: hidden;
  width: 90%; /* تأكد من استخدام نسبة عرض مئوية بدلاً من حجم ثابت */

}




/* ----------------------
   link Blog in Last post blog 
------------------------ */

.link_blog {
  margin-top: 20px;
  text-align: center;
}

.link_blog a {
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #2b546f;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.15); /* ظل أسفل الرابط */
  border-radius: 15px;
  background-color: rgba(0, 123, 255, 0.15);
}

.link_blog a:hover {
  font-weight: 700; /* يجعل الخط أكثر خشونة */
  transform: translateY(-3px); /* يصعد قليلاً */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* ظل أسفل الرابط */
  color: #007bff; /* لون مختلف عند المرور (اختياري) */
  border-radius: 15px;
}


/* ----------------------
   Blog Slider & Widgets
------------------------ */

/* الوضع العادي */


.mySlider-blog .card {
  width: 250px;
  height: 350px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  
  
}
 
   .mySlider-blog .card:hover {
      transform: translateY(-10px) scale(1.05);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

/* ✅ إعادة الحركة القديمة للبطاقات */
    


.blog-image {
  width: 100%;
  height: 150px;  
  object-fit: cover;
}

.blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
}

.blog-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #2b546f;
  margin-bottom: 5px;
  line-height: 1.2;
}

.blog-excerpt {
  font-size: 0.75rem;
  color: #444;
  line-height: 1.5;               /* ارتفاع السطر مضبوط */
  display: -webkit-box;
  -webkit-line-clamp: 3;         /* ← عدد الأسطر */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: calc(1.5em * 3);       /* ← ارتفاع 3 أسطر تمامًا */
  align-self: stretch;
  margin-bottom: 5px;
}


.blog-divider {
  border: none;
  height: 1px;
  background: #ccc;
  margin: 5px 0;
  width: 100%; /* ✅ هذا يجعل الخط يظهر */
}


.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.blog-category {
  background-color: #c8b5ff;
  color: #2b546f;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: bold;
  white-space: nowrap;
}

.blog-date {
  font-size: 0.65rem;
  color: #888;
}

.blog-button {
  margin-top: auto;
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none;
  padding: 6px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 0 8px 15px rgba(99, 102, 241, 0.3);
}

.blog-button:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  box-shadow: 0 8px 15px rgba(99, 102, 241, 0.3);
}


.blog-button:hover {
  background-color: #ffdba6;
}


/* ----------------------
   Blog mobile
------------------------ */
@media (max-width: 600px) {
  .card {
    width: 100%;
    max-width: 90%;
    height: auto;
  }

  .blog-image {
    height: 150px;
  }

  .blog-excerpt {
    -webkit-line-clamp: 4;
    height: auto;
  }

  .blog-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .blog-button {
    width: 100%;
    text-align: center;
    padding: 8px;
    font-size: 0.8rem;
  }
}




/* النسخة المعدلة من ملف blg_style.css لتجنب التضارب مع style.css */

/* ----------------------
   Last post blog Swiper Cards (معدلة)
------------------------ */


/* الحاوية العامة للسلايدر */
.mySlider-blog {
  border-top: 3px solid #007bff;
  max-width: 800px;
  padding: 40px 0;
  box-sizing: border-box;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:30px;
  margin-top:20px;
  
  
}

/* كل بطاقة */
.mySlider-blog .swiper-slide .card {
  display: flex;
  justify-content: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* البطاقة الافتراضية (blog) */
.swiper .mySlider-blog .card {
  width: 250px;
  height: 350px;
  
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: scale(0.9);
  opacity: 0.6; 
  
}



/* البطاقة النشطة (في الوسط) في سلايدر mySlider-blog */
.mySlider-blog .swiper-slide-active .card {
  transform: scale(1.1);
  min-width:210px;  
}




/* البطاقة التي على اليسار في سلايدر mySlider-blog */
.mySlider-blog .swiper-slide-prev .card {
  transform: scale(0.9) translateX(10px);
  opacity: 0.5; /* ← شفافية قابلة للتعديل */
  transition: opacity 0.2s ease;
  
}

/* البطاقة التي على اليمين في سلايدر mySlider-blog */
.mySlider-blog .swiper-slide-next .card {
  transform: scale(0.9) translateX(-10px);
  opacity: 0.5; /* ← شفافية قابلة للتعديل */
  transition: opacity 0.2s ease;
  
}




/* تأثير hover على البطاقة */
.mySlider-blog .card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* تأثير الظل عند المرور */
}


/* أزرار التمرير */
.mySlider-blog .swiper-button-prev,
.mySlider-blog .swiper-button-next {
  color: #6366f1;
  opacity: 0;
}

/* نقاط التنقل */
.swiper-pagination-bullet {
  background: #6366f1;
  width: 15px;
  height: 15px;
  opacity: 1;
  overflow: hidden;
  position: relative;
}

.swiper-pagination-bullet-active {
  background: #007bff;
}

.swiper.mySlider-blog .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ddddff;
  transform-origin: left center;
  transform: scaleX(0);
  animation: autoplay-loading 3s linear forwards;
}

.swiper.mySlider-blog:hover .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}

@keyframes autoplay-loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



/* ---------------------- Footer ------------------------ */
footer {
  background: #001b4d;
  color: #fff;
  padding: 40px;
  text-align: center;
  width: 100%;
  
}
/* ----------------------
  Widgets
------------------------ */
.widget {
  min-width: 200px;
  margin: 10px;
}


/* ----------------------
   Footer Links
------------------------ */
.links {
 display:flex;
 justify-content:center;
 flex-wrap:wrap; gap:20px;
 width:auto; 
 background:#cbd5ff; 
 padding:15px; 
 border-radius:8px;
}

/* ----------------------
   Footer card-content
------------------------ */

.footer_card {
  
 background:#cbd5ff; 
 padding: 15px;
  border-radius: 8px;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
 
 
}