:root {
  --secondary-color: #184c74;
  --primary-color: #0b5a82;
  --white: #ffffff;
  --btn-hover: #1f6f8b;
  --btn-secondary-hover: #ee0f0f;
  --light-bg: #faf5f2;
  --text-gray: #6b6b6b;
  --card-bg: #ffffff;
  --icon-bg: #eaf3f2;
  --features-bg: #f9fafb;
  --overlay-green: rgba(12, 77, 80, 0.7);
  --login-btn-hover: #613dff;
  --partners-bg: #e6e1dd;
  --partners-text: #5f6f75;
  --faq-bg: #ffffff;
  --faq-border: #e6e6e6;
  --faq-icon-bg: #fff3ea;
  --faq-text: #6b7c7b;
  --footer-cta-bg: #145a57;
  --footer-border: #e0e0e0;
  --footer-text: #4b5c5b;
  --copyright-text: #8b8b8b;
  --cta-btn-hover: #d96812;
  --more-link-hover: #f47c20;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f7fa;
}

/* الحاوية الرئيسية */
.header {
    background-color: white;
}

/* ========== السطر الأول (الأزرق) ========== */
.top-row {
    background-color: #184C74;
}

.top-row .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 10%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login-container {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.login-container svg {
    width: 35px;
    height: 35px;
    fill: white;
}

.login-container a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.login-container a:hover {
    text-decoration: underline;
}

/* ========== السطر الثاني (الأبيض) ========== */
.main-row {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.main-row .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* القسم الأيمن: الشعار */
.logo-section {
    flex-shrink: 0;
}

.logo-section img {
    max-height: 85px;
    width: auto;
    display: block;
}

/* القسم الأوسط: قائمة الصفحات */
.nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    flex: 1;
}

.nav-menu a {
    color: #333;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: bolder;
    transition: all 0.3s ease;
    border-radius: 5px;
    white-space: nowrap;
}

.nav-menu a:hover {
    color: #184C74;
    background-color: #f0f2f5;
}

/* جميع روابط القائمة عدا آخر واحد 
.nav-menu a:not(:last-child) {
    /* نمط عادي 
}

/* آخر عنصر "هيئة التدريس" 
.nav-menu a:last-child {
    background-color: #184C74;
    color: white;
    border-radius: 20px;
    padding: 6px 18px;
}

.nav-menu a:last-child:hover {
    background-color: #0f3a5a;
}*/

/* القسم الأيسر - مكان فارغ لموازنة تسجيل الدخول */
.spacer {
    width: 0;
    flex-shrink: 0;
}

/* ========== للشاشات المتوسطة ========== */
@media (max-width: 1100px) {
    .nav-menu a {
        padding: 5px 10px;
        font-size: 12px;
    }
    
    .nav-menu a:last-child {
        padding: 5px 14px;
    }
}

/* ========== للشاشات الصغيرة ========== */
@media (max-width: 900px) {
    .main-row .container {
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .nav-menu {
        justify-content: center;
        order: 2;
    }
    
    .logo-section {
        order: 1;
    }
    
    .top-row .container {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .nav-menu a {
        white-space: normal;
        font-size: 11px;
        padding: 4px 8px;
    }
}

/* ========== المحتوى التجريبي ========== */
.hero {
    padding: 80px 5%;
    text-align: center;
    background: linear-gradient(135deg, #e8f0f7, #fff);
    min-height: 400px;
}

.hero h1 {
    color: #184C74;
    margin-bottom: 15px;
}

.hero p {
    color: #555;
    font-size: 18px;
}

/* النص البديل للصورة */
.logo-fallback {
    display: none;
    text-align: right;
}

.logo-fallback .arabic {
    font-size: 15px;
    font-weight: bold;
    color: #184C74;
    line-height: 1.3;
}

.logo-fallback .english {
    font-size: 9px;
    color: #666;
    direction: ltr;
    display: inline-block;
}
.hero-image {
    width: 100%;
    display: block;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-news-featured-image {
  height: 280px;
  border-radius: 35px;
  overflow: hidden;
}
.blog-news-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-news-featured-image {
    height: 300px;
  }

@media (max-width: 480px) {
  .blog-news-featured-image {
    height: 220px;
    border-radius: 25px;
  }
  .blog-news-item-image {
    height: 180px;
  }
  .blog-news-show-all {
    padding: 8px 20px;
    font-size: 13px;
  }
}

  .login-section {
  width: 100%;
}

.login-box {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: center;
  padding: 60px 80px;
  color: var(--white);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login-overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay-green);
  z-index: 1;
}
.login-content {
  position: relative;
  max-width: 550px;
  z-index: 2;
}
.login-label {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.login-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--white);
}
 .login-content {
    max-width: 100%;
  }
   .login-title {
    font-size: 30px;
  }
 .login-description {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.9);
}
 .login-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary-color);
  color: var(--white);
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
.login-button:hover {
  background: var(--login-btn-hover);
  transform: translateY(-3px);
}
.login-arrow {
  font-size: 18px;
}


/* ===== تنسيقات قسم الفوتر ===== */
.footer-section {
    width: 100%;
}

.footer-cta-wrapper {
    width: 100%;
    padding: 60px 20px 30px;
}

.footer-cta {
    background: var(--footer-cta-bg);
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    color: var(--white);
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    height: 70px;
}

.avatar-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--footer-cta-bg);
    object-fit: cover;
    margin-left: -12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.avatar-img:first-child {
    margin-left: 0;
    z-index: 3;
    object-position: center 30%;
    transform: translateY(-3px);
}

.avatar-img:nth-child(2) {
    z-index: 2;
    object-position: center 25%;
    transform: translateY(0px);
}

.avatar-img:nth-child(3) {
    z-index: 1;
    object-position: center 20%;
    transform: translateY(-3px);
    margin-left: -15px;
}

.avatar-img:hover {
    transform: scale(1.1) translateY(0);
    z-index: 10;
}

.cta-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cta-description {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 25px;
}

.cta-btn {
    background: var(--primary-color);
    color: var(--white);
    padding: 12px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.cta-btn:hover {
    background: var(--cta-btn-hover);
}

.footer-bottom {
    max-width: 1100px;
    margin: 30px auto 0;
    padding: 25px 20px;
    border-top: 1px solid var(--footer-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo-img {
    max-height: 40px;
    width: auto;
    display: block;
}

.footer-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.footer-links a {
    text-decoration: none;
    color: var(--footer-text);
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--secondary-color);
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: var(--copyright-text);
    padding: 15px 0 30px;
}

/* ========== المقطع الثاني: عمودين (صورة + نص) ========== */
.two-columns {
    padding: 60px 5%;
    background-color: #ffffff;
}

.two-columns .container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-right: 50px; /* فراغ من اليسار */
}

/* العمود الأيمن: الصورة (30%) */
.image-col {
    flex: 0 0 30%;
}

.image-col img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* العمود الأيسر: النص (70%) */
.text-col {
    flex: 1;
}

.text-col h2 {
    color: #184C74;
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 800;
}

.text-col p {
    color: #555;
    font-size: 16px;
    line-height: 2; /* مسافة بين الأسطر */
    margin-bottom: 20px; /* فراغ بين الفقرات */
    text-align: justify; /* محاذاة النص بشكل متساوي */
}

/* للشاشات الصغيرة */
@media (max-width: 768px) {
    .two-columns .container {
        flex-direction: column;
        padding-right: 0; /* إلغاء الفراغ في الشاشات الصغيرة */
    }
    
    .image-col {
        flex: 0 0 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .text-col {
        text-align: center;
    }
    
    .text-col p {
        text-align: center; /* في الشاشات الصغيرة يصبح النص وسط */
    }
}
body {
    margin: 0;
    font-family: 'Cairo', sans-serif;
    background: #f3f5f7;
}

/* ===== Banner ===== */
.login-banner {
    position: relative;
    margin: 30px;
    border-radius: 30px;
    overflow: hidden;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center; 

    background: linear-gradient(rgba(13,59,79,0.85), rgba(13,59,79,0.85)),
                url('https://images.unsplash.com/photo-1519389950473-47ba0277781c') center/cover no-repeat;
}

/* ===== Content ===== */
.content {
    color: #fff;
    max-width: 450px;
    text-align: right;
}

.small-title {
    color: #ff7a1a;
    font-size: 14px;
    margin-bottom: 10px;
}

.content h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

.content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* ===== Button ===== */
.btn {
    background: #ff7a1a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
}

.btn:hover {
    background: #e96a10;
}

/* ===== Shapes ===== */
.login-banner::before {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.login-banner::after {
    content: "";
    position: absolute;
    left: 120px;
    top: -100px;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}
.buttons-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn {
  height: 48px;
  padding: 8px 24px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: 1px solid var(--white);
  outline-offset: -1px;
  width: auto;
  white-space: nowrap;
}
.btn-primary {
  background: var(--primary-color);
}
.btn-primary .btn-text {
  color: var(--white);
  text-align: center;
}
.btn-primary:hover {
  background: var(--btn-hover);
}
.more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary-color);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  padding: 8px 0;
  background: transparent;
  border: none;
  outline: none;
  height: 48px;
}
.more-link .arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
  color: var(--secondary-color);
}
.more-link:hover {
  color: var(--more-link-hover);
}
.more-link:hover .arrow {
  transform: translateX(-4px);
  color: var(--more-link-hover);
}
.stats-section {
  width: 100%;
  padding: 60px 60px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 50%, #e8e8e8 100%);
  border-radius: 60px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
.side-image {
  flex: 0 0 auto;
  width: 220px;
  height: 330px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 3px solid rgba(255, 255, 255, 0.8);
}
.side-image:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.side-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.left-image {
  order: 1;
}
.right-image {
  order: 3;
}
.stats-container {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  order: 2;
  max-width: 700px;
  margin: 0 auto;
}
.stat-box {
  width: 192px;
  height: 249px;
  padding: 60px 12px;
  background: linear-gradient(145deg, #faf5f2, #f0e8e2);
  border-radius: 40px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  box-shadow:
    0 15px 25px rgba(0, 0, 0, 0.1),
    inset 0 -2px 5px rgba(0, 0, 0, 0.05),
    0D3B4F inset 0 2px 5px rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.stat-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), transparent);
  border-radius: 40px 40px 0 0;
  pointer-events: none;
}
.stat-box:hover {
  transform: translateY(-8px);
  box-shadow:
    0 25px 40px rgba(0, 0, 0, 0.15),
    inset 0 -2px 5px rgba(0, 0, 0, 0.05),
    inset 0 2px 5px rgba(255, 255, 255, 0.9);
}
.stat-content {
  width: 167px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.stat-number {
  align-self: stretch;
  text-align: center;
  color: var(--secondary-color);
  font-size: 44px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  line-height: 52px;
  word-wrap: break-word;
  text-shadow: 0 2px 4px rgba(12, 77, 80, 0.2);
  position: relative;
}
.stat-number::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  border-radius: 2px;
}
.stat-description {
  align-self: stretch;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  padding: 0 5px;
}
.about-section {
  position: relative;
  width: 100%;
  margin: 0;
}
.about-container {
  position: relative;
  width: 100%;
  background: #f9fafb;
  border-radius: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 60px 120px;
  gap: 200px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin: 20px 0;
}
.about-content {
  width: 503px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  gap: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-align: right;
}
.about-label {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: right;
  margin-right: auto;
  padding: 0;
  gap: 11px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.about-label span {
  font-family: "Cairo", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-align: right;
  letter-spacing: -0.18px;
  color: var(--primary-color);
  white-space: nowrap;
}
.about-title {
  width: 100%;
  font-family: "Cairo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: right;
  letter-spacing: -0.2px;
  color: var(--secondary-color);
  margin: 0;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.about-description {
  width: 100%;
  font-family: "Cairo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: right;
  color: var(--secondary-color);
  margin: 0;
  flex: none;
  order: 2;
  flex-grow: 0;
}
.about-image-wrapper {
  width: 429.11px;
  height: 480.32px;
  flex: none;
  order: 1;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-image-simple {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.features-section {
  background: var(--features-bg);
  padding: 60px 20px;
  width: 100%;
  border-radius: 60px;
}
.features-container {
  max-width: 1200px;
  margin: 0 auto;
}
.features-header {
  text-align: center;
  margin-bottom: 40px;
}
.features-label {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.features-title {
  font-size: 38px;
  color: var(--secondary-color);
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
}
.features-description {
  max-width: 650px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--text-gray);
  line-height: 1.9;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.feature-card {
  background: var(--card-bg);
  padding: 30px 20px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  background: var(--icon-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--secondary-color);
}
.feature-card-title {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 10px;
}
.feature-card-text {
  font-size: 14px;
  color: #777;
  line-height: 1.8;
}
.courses-section {
  padding: 60px 20px;
  width: 100%;
  background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
  border-radius: 60px;
  margin: 20px 0;
  text-align: center;
}
.courses-container {
  max-width: 900px;
  margin: 0 auto;
}
.courses-title {
  color: var(--secondary-color, #0c4d50);
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.courses-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--primary-color, #f37521);
  border-radius: 2px;
}
.courses-description {
  color: #555;
  font-size: 18px;
  line-height: 1.9;
  max-width: 800px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .courses-section {
    padding: 50px 15px;
    border-radius: 40px;
  }
  .courses-title {
    font-size: 32px;
  }
  .courses-description {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .courses-section {
    padding: 40px 10px;
    border-radius: 30px;
  }
  .courses-title {
    font-size: 28px;
  }
  .courses-description {
    font-size: 15px;
  }
}
.login-section {
  width: 100%;
}
.login-box {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: center;
  padding: 60px 80px;
  color: var(--white);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login-overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay-green);
  z-index: 1;
}
.login-content {
  position: relative;
  max-width: 550px;
  z-index: 2;
}
.login-label {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.login-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--white);
}
.login-description {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.9);
}
.login-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary-color);
  color: var(--white);
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
.login-button:hover {
  background: var(--login-btn-hover);
  transform: translateY(-3px);
}
.login-arrow {
  font-size: 18px;
}
.partners-section {
  width: 100%;
  padding: 60px 20px 40px;
  text-align: center;
}
.partners-title {
  font-size: 34px;
  color: var(--primary-color);
  font-weight: 800;
  margin-bottom: 20px;
}
.partners-description {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 15px;
  color: var(--partners-text);
  line-height: 1.9;
}
.partners-logos {
  background: var(--partners-bg);
  padding: 40px 20px;
  border-radius: 60px;
  width: 100%;
}
.logos-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.partner-logo {
  max-height: 45px;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.partner-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.home-news-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 60px 20px;
  width: 100%;
  background: #f9fafb;
  border-radius: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.home-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.home-news-title {
  color: var(--primary-color, #f97316);
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.home-news-show-all {
  background: var(--primary-color, #f97316);
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.home-news-show-all:hover {
  background: #d95f0e;
}
.home-news-grid {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  gap: 30px;
  align-items: start;
}
.home-news-featured {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-news-featured-image {
  height: 280px;
  border-radius: 35px;
  overflow: hidden;
}
.home-news-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news-featured-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary-color, #0f766e);
  margin: 0;
  line-height: 1.5;
}
.home-news-featured-text {
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
}
.home-news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home-news-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.home-news-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.home-news-item-image {
  width: 160px;
  height: 120px;
  border-radius: 25px;
  overflow: hidden;
  flex-shrink: 0;
}
.home-news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news-item-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.home-news-item-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary-color, #0f766e);
  margin: 0;
  line-height: 1.5;
}
.home-news-item-text {
  color: #555;
  line-height: 1.6;
  margin: 0;
  font-size: 13px;
}
.home-news-read-more {
  color: var(--primary-color, #f97316);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
  margin-top: 4px;
}
.home-news-read-more:hover {
  color: var(--secondary-color, #0f766e);
}
.home-news-read-more::after {
  content: "←";
  font-size: 14px;
  margin-right: 4px;
}
@media (max-width: 900px) {
  .home-news-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .home-news-featured-image {
    height: 300px;
  }
  .home-news-item {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .home-news-section {
    padding: 40px 15px;
    border-radius: 40px;
  }
  .home-news-header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .home-news-title {
    font-size: 24px;
  }
  .home-news-item {
    flex-direction: column;
  }
  .home-news-item-image {
    width: 100%;
    height: 180px;
  }
}
@media (max-width: 480px) {
  .home-news-section {
    padding: 30px 10px;
    border-radius: 30px;
  }
  .home-news-featured-image {
    height: 220px;
  }
  .home-news-show-all {
    padding: 8px 20px;
    font-size: 13px;
  }
}
.faq-section {
  width: 100%;
  padding: 60px 20px;
  background: var(--faq-bg);
  border-radius: 60px;
}
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.faq-header {
  text-align: center;
  margin-bottom: 40px;
}
.faq-label {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.faq-title {
  font-size: 32px;
  margin: 10px 0 15px;
  color: var(--secondary-color);
  font-weight: 700;
}
.faq-description {
  color: var(--faq-text);
  font-size: 16px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}
.faq-list {
  margin-top: 30px;
}
.faq-item {
  border-bottom: 1px solid var(--faq-border);
}
.faq-item input {
  display: none;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  cursor: pointer;
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 18px;
  transition: color 0.3s ease;
}
.faq-question:hover {
  color: var(--primary-color);
}
.faq-icon {
  width: 28px;
  height: 28px;
  background: var(--faq-icon-bg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  font-weight: bold;
  transition: transform 0.3s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
  color: var(--faq-text);
  line-height: 1.8;
  padding: 0 10px;
}
.faq-item input:checked ~ .faq-answer {
  max-height: 200px;
  padding: 0 10px 20px 10px;
}
.faq-item input:checked ~ .faq-question .faq-icon {
  transform: rotate(45deg);
}
@media (max-width: 1440px) {
  .main-frame {
    width: 100%;
    padding: 0 40px;
  }
  .about-container {
    padding: 60px 60px;
    gap: 100px;
  }
  .features-title {
    font-size: 32px;
  }
  .partners-title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .about-container {
    padding: 60px 40px;
    gap: 60px;
  }
  .about-image-wrapper {
    width: 369px;
    height: 420px;
  }
  .about-content {
    width: 450px;
  }
  .about-description {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
  }
  .about-title {
    text-align: right;
    white-space: nowrap;
  }
  .about-label span {
    text-align: right;
  }
  .features-grid {
    gap: 20px;
  }
  .feature-card {
    padding: 25px 15px;
  }
}
@media (max-width: 992px) {
  .main-frame {
    padding: 0 30px;
  }
  .about-container {
    flex-direction: column;
    height: auto;
    padding: 50px 30px;
    gap: 40px;
  }
  .about-content {
    width: 100%;
    align-items: center;
    text-align: center;
    order: 0;
  }
  .about-label {
    justify-content: center;
    width: auto;
    margin-right: 0;
  }
  .about-label span {
    text-align: center;
    justify-content: center;
  }
  .about-title {
    text-align: center;
    justify-content: center;
    white-space: normal;
  }
  .about-description {
    text-align: center;
  }
  .about-image-wrapper {
    width: 100%;
    max-width: 429px;
    height: 450px;
    order: 1;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-title {
    font-size: 28px;
  }
  .partners-title {
    font-size: 28px;
  }
  .logos-wrapper {
    justify-content: center;
  }
  .login-box {
    padding: 50px 40px;
  }
  .login-title {
    font-size: 30px;
  }
  .faq-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .main-frame {
    padding: 0 20px;
  }
  .header-row {
    flex-direction: column;
    height: auto;
    gap: 15px;
  }
  .right-section {
    flex-direction: column;
    height: auto;
    gap: 15px;
  }
  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-title {
    font-size: 36px;
    line-height: 46px;
  }
  .hero-description {
    font-size: 20px;
    line-height: 28px;
  }
 /* .stats-section {
    flex-direction: column;
    padding: 40px 30px;
  }*/
  .side-image {
    width: 200px;
    height: 280px;
  }
  .stats-container {
    flex-direction: column;
  }
  .about-container {
    padding: 40px 20px;
  }
  .about-title {
    font-size: 28px;
    line-height: 40px;
    white-space: normal;
  }
  .about-description {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
  }
  .about-image-wrapper {
    height: 400px;
  }
  .features-section {
    padding: 40px 20px;
  }
  .features-title {
    font-size: 24px;
  }
  .features-description {
    font-size: 15px;
  }
  .partners-title {
    font-size: 24px;
  }
  .partners-description {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .partners-logos {
    padding: 30px 15px;
  }
  .logos-wrapper {
    gap: 25px;
  }
  .partner-logo {
    max-height: 35px;
  }
  .login-box {
    padding: 40px 25px;
    border-radius: 25px;
    min-height: 350px;
  }
  .login-title {
    font-size: 26px;
  }
  .login-description {
    font-size: 14px;
  }
  .faq-title {
    font-size: 24px;
  }
  .faq-question {
    font-size: 16px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
  }
  .cta-title {
    font-size: 22px;
  }
  .avatars {
    height: 60px;
  }
  .avatar-img {
    width: 50px;
    height: 50px;
    margin-left: -10px;
  }
  .avatar-img:first-child {
    transform: translateY(-2px);
  }
  .avatar-img:nth-child(2) {
    transform: translateY(0px);
  }
  .avatar-img:nth-child(3) {
    transform: translateY(-2px);
    margin-left: -12px;
  }
}
@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .features-title {
    font-size: 22px;
  }
  .login-content {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
    line-height: 36px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 24px;
  }
  .btn {
    height: 40px;
    padding: 6px 16px;
    font-size: 13px;
  }
  .more-link {
    height: 40px;
    padding: 6px 0;
    font-size: 13px;
  }
  .btn-icon {
    width: 20px;
    height: 20px;
  }
  .btn-icon::before {
    width: 6.3px;
    height: 13.37px;
    left: 6.73px;
    top: 3.62px;
  }
  .stats-section {
    padding: 30px 15px;
    border-radius: 30px;
  }
  .side-image {
    width: 180px;
    height: 250px;
  }
  .stat-box {
    width: 100%;
    max-width: 250px;
    height: auto;
    min-height: 220px;
    padding: 40px 15px;
  }
  .stat-number {
    font-size: 38px;
    line-height: 44px;
  }
  .stat-description {
    font-size: 15px;
    line-height: 22px;
  }
  .about-container {
    padding: 30px 15px;
  }
  .about-title {
    font-size: 24px;
    line-height: 34px;
  }
  .about-description {
    font-size: 14px;
    line-height: 24px;
  }
  .about-image-wrapper {
    height: 350px;
  }
  .about-image-simple {
    width: 100%;
    height: 100%;
  }
  .features-section {
    padding: 30px 15px;
  }
  .feature-card {
    padding: 25px 15px;
  }
  .login-box {
    padding: 30px 20px;
  }
  .login-title {
    font-size: 22px;
  }
  .login-button {
    padding: 10px 22px;
    font-size: 14px;
  }
  .faq-section {
    padding: 40px 15px;
  }
  .faq-title {
    font-size: 22px;
  }
  .footer-cta {
    padding: 40px 15px;
  }
  .cta-title {
    font-size: 20px;
  }
  .avatars {
    height: 55px;
  }
  .avatar-img {
    width: 45px;
    height: 45px;
    border-width: 2px;
    margin-left: -8px;
  }
  .avatar-img:first-child {
    transform: translateY(-2px);
  }
  .avatar-img:nth-child(2) {
    transform: translateY(0px);
  }
  .avatar-img:nth-child(3) {
    transform: translateY(-2px);
    margin-left: -10px;
  }
}
.stats-new-section {
  padding: 80px 10%;
  background: #ffffff;
  width: 100%;
}
.stats-new-container {
  max-width: 1200px;
  margin: 0 auto;
}
.stats-new-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
}
.stats-new-title h2 {
  color: #0f4c4c;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.stats-new-text p {
  color: #6b7b7b;
  font-size: 15px;
  line-height: 1.9;
  max-width: 500px;
  margin: 0;
}
.stats-new-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.stats-new-card {
  background: #f3efed;
  padding: 30px 20px;
  border-radius: 18px;
  text-align: center;
  transition: transform 0.3s ease;
}
.stats-new-card:hover {
  transform: translateY(-5px);
}
.stats-new-card h3 {
  color: #0f4c4c;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
}
.stats-new-card p {
  font-size: 14px;
  color: #6b7b7b;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 992px) {
  .stats-new-top {
    flex-direction: column;
    gap: 20px;
  }
  .stats-new-text p {
    max-width: 100%;
  }
  .stats-new-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .stats-new-section {
    padding: 60px 5%;
  }
  .stats-new-title h2 {
    font-size: 24px;
  }
  .stats-new-card h3 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .stats-new-cards {
    grid-template-columns: 1fr;
  }
  .stats-new-card {
    padding: 25px 15px;
  }
}
.mission-section {
  padding: 80px 10%;
  background: #f4f4f4;
  width: 100%;
}
.mission-container {
  max-width: 1200px;
  margin: 0 auto;
}
.mission-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.mission-image {
  flex: 0 0 auto;
}
.mission-image img {
  width: 320px;
  border-radius: 40px;
  display: block;
}
.mission-text {
  max-width: 550px;
}
.mission-small-title {
  color: var(--primary-color, #f26522);
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
}
.mission-title {
  color: var(--secondary-color, #0f4c4c);
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 700;
}
.mission-description {
  color: #6b7b7b;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}
@media (max-width: 992px) {
  .mission-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .mission-image img {
    width: 260px;
  }
  .mission-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .mission-section {
    padding: 60px 5%;
  }
  .mission-title {
    font-size: 22px;
  }
}
.values-section {
  padding: 80px 10%;
  background: #f3f3f3;
  width: 100%;
}
.values-container {
  max-width: 1200px;
  margin: 0 auto;
}
.values-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  flex-direction: row;
}
.values-image {
  flex: 0 0 auto;
  order: 2;
}
.values-image img {
  width: 350px;
  border-radius: 45px;
  display: block;
}
.values-text {
  max-width: 600px;
  order: 1;
  text-align: right;
}
.values-small-title {
  color: var(--primary-color, #f26522);
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: right;
}
.values-title {
  color: var(--secondary-color, #0f4c4c);
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: right;
}
.values-description {
  color: #6b7b7b;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 35px;
  text-align: right;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 40px;
}
.value-item p {
  font-size: 14px;
  color: #6b7b7b;
  line-height: 1.9;
  margin: 0;
  text-align: right;
}
.value-title {
  color: var(--primary-color, #f26522);
  font-weight: 700;
  margin-left: 6px;
}
@media (max-width: 992px) {
  .values-content {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
  .values-image {
    order: 1;
  }
  .values-text {
    order: 2;
    text-align: center;
  }
  .values-small-title,
  .values-title,
  .values-description,
  .value-item p {
    text-align: center;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .values-image img {
    width: 280px;
  }
  .values-title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .values-section {
    padding: 60px 5%;
  }
  .values-title {
    font-size: 24px;
  }
}
.contact-header-section {
  background-color: #f3f3f3;
  padding: 70px 20px;
  text-align: center;
  width: 100%;
  border-radius: 60px;
  margin: 20px 0;
}
.contact-header-subtitle {
  color: var(--primary-color, #f97316);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
.contact-header-title {
  color: var(--secondary-color, #0f4c4c);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
.contact-header-description {
  max-width: 650px;
  margin: 0 auto;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .contact-header-section {
    padding: 50px 15px;
    border-radius: 40px;
  }
  .contact-header-subtitle {
    margin-bottom: 4px;
  }
  .contact-header-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .contact-header-description {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .contact-header-section {
    padding: 40px 10px;
    border-radius: 30px;
  }
  .contact-header-subtitle {
    margin-bottom: 3px;
  }
  .contact-header-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.contact-info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 8%;
  font-size: 14px;
  color: #555;
  width: 100%;
  background: transparent;
}
.contact-info-details {
  display: flex;
  gap: 60px;
  align-items: center;
}
.info-item {
  display: flex;
  flex-direction: column;
}
.info-item strong {
  font-weight: 600;
  color: #333;
}
.contact-social {
  display: flex;
  gap: 10px;
}
.social-link {
  width: 36px;
  height: 36px;
  background: #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--secondary-color, #0f4c4c);
  font-weight: bold;
  transition: all 0.3s ease;
}
.social-link:hover {
  background: var(--secondary-color, #0f4c4c);
  color: #fff;
}
.contact-form-section {
  padding: 40px 8% 80px;
  width: 100%;
}
.contact-form-container {
  background: #e9e4df;
  border-radius: 25px;
  padding: 40px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.contact-form-image {
  flex: 1;
}
.contact-form-image img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
}
.contact-form-fields {
  flex: 1;
}
.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.contact-form-fields input,
.contact-form-fields select,
.contact-form-fields textarea {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 20px;
  background: #f4f1ee;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
}
.contact-form-fields input:focus,
.contact-form-fields select:focus,
.contact-form-fields textarea:focus {
  outline: 2px solid var(--primary-color, #f97316);
  outline-offset: 2px;
}
.contact-form-fields textarea {
  min-height: 110px;
  resize: none;
}
.form-select {
  cursor: pointer;
}
.form-textarea {
  resize: none;
}
.form-submit-btn {
  background: var(--primary-color, #f97316);
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}
.form-submit-btn:hover {
  background: #d95f0e;
}
.form-note {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .contact-info-bar {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 20px 5%;
  }
  .contact-info-details {
    flex-direction: column;
    gap: 15px;
  }
  .contact-form-container {
    flex-direction: column;
  }
  .contact-form-image img {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .contact-info-bar {
    padding: 15px 5%;
  }
  .contact-form-section {
    padding: 30px 5% 60px;
  }
  .contact-form-container {
    padding: 30px 20px;
  }
  .form-row {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .contact-form-container {
    padding: 25px 15px;
  }
  .form-submit-btn {
    width: 100%;
    padding: 12px;
  }
}
.map-section {
  padding: 40px 8% 60px;
  width: 100%;
}
.map-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.map-title {
  color: var(--secondary-color, #2c7a7b);
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 28px;
}
.map-description {
  color: #777;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.map-wrapper {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.map-image-container {
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}
.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .map-section {
    padding: 30px 5% 50px;
  }
  .map-title {
    font-size: 26px;
  }
  .map-image-container {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .map-section {
    padding: 30px 4% 40px;
  }
  .map-title {
    font-size: 24px;
  }
  .map-description {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .map-wrapper {
    padding: 20px;
  }
  .map-image-container {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .map-title {
    font-size: 22px;
  }
  .map-wrapper {
    padding: 15px;
  }
  .map-image-container {
    height: 200px;
  }
}
.login-page-container {
  max-width: 1100px;
  margin: 40px auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.login-page-left {
  width: 50%;
  padding: 20px;
}
.login-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  border-radius: 25px;
  overflow: hidden;
}
.login-page-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.login-logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-logo {
  width: 180px;
  height: auto;
  transition: transform 0.3s ease;
}
.login-logo:hover {
  transform: scale(1.05);
}
.login-page-right {
  width: 50%;
  padding: 40px;
}
.login-page-title {
  margin: 0;
  color: var(--secondary-color, #2c7a7b);
  font-size: 28px;
  font-weight: 700;
}
.login-page-subtitle {
  color: #777;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.6;
}
.login-page-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.login-page-tab {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: #f1f3f5;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}
.login-page-tab.active {
  background: #e6f4f1;
  color: var(--secondary-color, #2c7a7b);
  font-weight: 600;
}
.login-page-form-group {
  margin-bottom: 15px;
}
.login-page-input,
.login-page-select {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;
  background: #f3f5f7;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  outline: none;
}
.login-page-input:focus,
.login-page-select:focus {
  outline: 2px solid var(--primary-color, #f27521);
  outline-offset: 2px;
}
.login-page-phone {
  display: flex;
  gap: 10px;
}
.login-page-code {
  width: 80px;
  background: #e8f5f0;
  text-align: center;
  padding: 14px;
  border-radius: 12px;
  border: none;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  outline: none;
  cursor: default;
}
.login-page-submit {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 25px;
  background: var(--primary-color, #f27521);
  color: white;
  font-size: 16px;
  font-family: "Cairo", sans-serif;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}
.login-page-submit:hover {
  background: #d95f0e;
}
@media (max-width: 992px) {
  .login-page-container {
    flex-direction: column;
    margin: 30px 20px;
  }
  .login-page-left,
  .login-page-right {
    width: 100%;
  }
  .login-image-wrapper {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .login-page-container {
    margin: 20px 15px;
  }
  .login-page-right {
    padding: 30px 20px;
  }
  .login-page-title {
    font-size: 24px;
  }
  .login-page-phone {
    flex-direction: column;
    gap: 15px;
  }
  .login-page-code {
    width: 100%;
  }
  .login-image-wrapper {
    min-height: 350px;
  }
  .login-logo {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .login-page-right {
    padding: 25px 15px;
  }
  .login-page-title {
    font-size: 22px;
  }
  .login-page-tabs {
    flex-direction: column;
  }
  .login-image-wrapper {
    min-height: 300px;
  }
  .login-logo {
    width: 120px;
  }
}
.signin-wrapper {
  max-width: 1100px;
  margin: 50px auto;
  background: #fff;
  border-radius: 30px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  width: 100%;
}
.signin-container {
  display: flex;
  gap: 40px;
  align-items: center;
}
.signin-image-side {
  width: 50%;
}
.signin-image-wrapper {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 30px;
  overflow: hidden;
}
.signin-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.signin-logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signin-logo {
  width: 180px;
  height: auto;
  transition: transform 0.3s ease;
}
.signin-logo:hover {
  transform: scale(1.05);
}
.signin-form-side {
  width: 50%;
}
.signin-form-title {
  margin: 0;
  color: var(--secondary-color, #2c7a7b);
  font-size: 28px;
  font-weight: 700;
}
.signin-form-subtitle {
  color: #7b8a8b;
  font-size: 14px;
  margin-bottom: 25px;
}
.signin-tabs {
  display: flex;
  background: #f1f3f5;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 25px;
}
.signin-tab {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}
.signin-tab.active {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  color: var(--secondary-color, #2c7a7b);
}
.signin-form-group {
  margin-bottom: 15px;
}
.signin-input {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  background: #f3f5f7;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  outline: none;
}
.signin-input:focus {
  outline: 2px solid var(--primary-color, #f27521);
  outline-offset: 2px;
}
.signin-submit-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 25px;
  background: var(--primary-color, #f27521);
  color: #fff;
  font-family: "Cairo", sans-serif;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}
.signin-submit-btn:hover {
  background: #d95f0e;
}
.footer-section {
  width: 100%;
  margin-top: 40px;
}
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 20px;
  border-top: 1px solid var(--footer-border, #e0e0e0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.footer-links a {
  text-decoration: none;
  color: var(--footer-text, #4b5c5b);
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: var(--secondary-color, #0c4d50);
}
.copyright {
  text-align: center;
  font-size: 13px;
  color: var(--copyright-text, #8b8b8b);
  padding: 15px 0 30px;
}
@media (max-width: 992px) {
  .signin-container {
    flex-direction: column;
  }
  .signin-image-side,
  .signin-form-side {
    width: 100%;
  }
  .signin-image-wrapper {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .signin-wrapper {
    margin: 30px 15px;
    padding: 20px;
  }
  .signin-image-wrapper {
    height: 350px;
  }
  .signin-form-title {
    font-size: 24px;
  }
  .signin-logo {
    width: 150px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .signin-image-wrapper {
    height: 300px;
  }
  .signin-form-title {
    font-size: 22px;
  }
  .signin-tabs {
    flex-direction: column;
    gap: 5px;
  }
  .signin-logo {
    width: 120px;
  }
  .footer-links {
    gap: 15px;
  }
  .footer-links a {
    font-size: 13px;
  }
}
.pricing-header-section {
  text-align: center;
  padding: 60px 20px;
  width: 100%;
}
.pricing-header-top {
  color: var(--primary-color, #f27521);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pricing-header-title {
  color: var(--secondary-color, #1f5c5b);
  font-size: 38px;
  font-weight: 800;
  margin: 10px 0;
  line-height: 1.3;
}
.pricing-header-description {
  color: #5f6f73;
  font-size: 18px;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}
.pricing-placeholder {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
  border-radius: 60px;
  margin: 20px 0 40px;
  width: 100%;
}
.pricing-placeholder-content h2 {
  color: var(--secondary-color, #0c4d50);
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.pricing-placeholder-content p {
  color: var(--text-gray, #6b6b6b);
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .pricing-header-title {
    font-size: 32px;
  }
  .pricing-header-description {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .pricing-header-section {
    padding: 50px 15px;
  }
  .pricing-header-title {
    font-size: 28px;
  }
  .pricing-header-description {
    font-size: 16px;
  }
  .pricing-placeholder {
    padding: 60px 15px;
    border-radius: 40px;
  }
  .pricing-placeholder-content h2 {
    font-size: 36px;
  }
  .pricing-placeholder-content p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .pricing-header-section {
    padding: 40px 10px;
  }
  .pricing-header-title {
    font-size: 24px;
  }
  .pricing-header-description {
    font-size: 15px;
  }
  .pricing-placeholder {
    padding: 50px 10px;
    border-radius: 30px;
  }
  .pricing-placeholder-content h2 {
    font-size: 30px;
  }
}
.pricing-header-section {
  text-align: center;
  padding: 60px 20px;
  width: 100%;
}
.pricing-header-top {
  color: var(--primary-color, #f27521);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pricing-header-title {
  color: var(--secondary-color, #1f5c5b);
  font-size: 38px;
  font-weight: 800;
  margin: 10px 0;
  line-height: 1.3;
}
.pricing-header-description {
  color: #5f6f73;
  font-size: 18px;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}
.pricing-plans-section {
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 0 20px;
  width: 100%;
}
.pricing-plans-header {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pricing-plans-label {
  color: var(--primary-color, #f27521);
  font-weight: 700;
  font-size: 18px;
}
.pricing-billing {
  text-align: center;
  margin: 20px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.pricing-billing-label {
  cursor: pointer;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.pricing-billing-label:has(input:checked) {
  color: var(--primary-color, #f27521);
}
.pricing-billing-radio {
  cursor: pointer;
  width: 18px;
  height: 18px;
  accent-color: var(--primary-color, #f27521);
}
.pricing-billing-save {
  font-size: 12px;
  color: var(--primary-color, #f27521);
  font-weight: 700;
  margin-right: 4px;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.pricing-plans-grid {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.pricing-plan-card {
  background: #fff;
  flex: 1;
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
.pricing-plan-card:hover {
  transform: translateY(-5px);
}
.pricing-plan-featured {
  transform: scale(1.05);
  border: 2px solid #e9ecef;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.pricing-plan-featured:hover {
  transform: scale(1.05) translateY(-5px);
}
.pricing-plan-title {
  color: var(--primary-color, #f27521);
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.pricing-plan-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  color: #5f6f73;
  line-height: 2;
  text-align: center;
}
.pricing-plan-price {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;
  color: var(--secondary-color, #1f5c5b);
}
.pricing-plan-period {
  font-size: 14px;
  color: #777;
  font-weight: normal;
}
.pricing-plan-btn {
  background: var(--primary-color, #f27521);
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 25px;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.pricing-plan-btn:hover {
  background: #d95f0e;
}
@media (max-width: 992px) {
  .pricing-header-title {
    font-size: 32px;
  }
  .pricing-header-description {
    font-size: 17px;
  }
  .pricing-plans-grid {
    flex-direction: column;
    gap: 30px;
  }
  .pricing-plan-featured {
    transform: none;
  }
  .pricing-plan-featured:hover {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  .pricing-header-section {
    padding: 50px 15px;
  }
  .pricing-header-title {
    font-size: 28px;
  }
  .pricing-header-description {
    font-size: 16px;
  }
  .pricing-plans-section {
    margin-bottom: 40px;
  }
  .pricing-billing {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .pricing-billing-label {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .pricing-header-section {
    padding: 40px 10px;
  }
  .pricing-header-title {
    font-size: 24px;
  }
  .pricing-header-description {
    font-size: 15px;
  }
  .pricing-plan-card {
    padding: 25px 15px;
  }
  .pricing-plan-title {
    font-size: 20px;
  }
  .pricing-plan-price {
    font-size: 20px;
  }
}
.comparison-section {
  padding: 40px 20px 60px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.comparison-title {
  text-align: center;
  margin-bottom: 30px;
}
.comparison-main-title {
  color: var(--secondary-color, #0f766e);
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
}
.comparison-description {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}
.comparison-table-container {
  background: #ffffff;
  border-radius: 12px;
  overflow-x: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.comparison-table th,
.comparison-table td {
  padding: 18px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.comparison-table th {
  background: #f3f4f6;
  font-weight: 700;
  color: #333;
}
.comparison-feature-header {
  text-align: right;
}
.comparison-feature {
  text-align: right;
  color: #555;
}
.comparison-section-header {
  background: #f9fafb;
  font-weight: 700;
  text-align: right;
  font-size: 18px;
  color: #333;
}
.comparison-check {
  font-size: 20px;
  font-weight: bold;
}
.basic-check {
  color: #2563eb;
}
.plus-check {
  color: #0f766e;
}
.pro-check {
  color: #f97316;
}
@media (max-width: 768px) {
  .comparison-main-title {
    font-size: 28px;
  }
  .comparison-description {
    font-size: 15px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 15px 10px;
  }
}
@media (max-width: 480px) {
  .comparison-main-title {
    font-size: 24px;
  }
  .comparison-section-header {
    font-size: 16px;
  }
}
.blog-hero-section {
  background: #f3f5f7;
  text-align: center;
  padding: 70px 20px;
  width: 100%;
  border-radius: 60px;
  margin: 20px 0;
}
.blog-hero-label {
  color: var(--primary-color, #f27521);
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.blog-hero-title {
  margin: 15px 0;
  font-size: 42px;
  color: var(--secondary-color, #0f4f4f);
  font-weight: 800;
  line-height: 1.3;
}
.blog-hero-description {
  max-width: 750px;
  margin: 0 auto;
  color: #5f6f73;
  font-size: 18px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .blog-hero-section {
    padding: 50px 15px;
    border-radius: 40px;
  }
  .blog-hero-title {
    font-size: 28px;
  }
  .blog-hero-description {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .blog-hero-section {
    padding: 40px 10px;
    border-radius: 30px;
  }
  .blog-hero-title {
    font-size: 24px;
  }
}
.blog-news-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  width: 100%;
}
.blog-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.blog-news-title {
  color: var(--primary-color, #f97316);
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.blog-news-show-all {
  background: var(--primary-color, #f97316);
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.blog-news-show-all:hover {
  background: #d95f0e;
}
.blog-news-grid {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  gap: 30px;
  align-items: start;
}
.blog-news-featured {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-news-featured-image {
  height: 280px;
  border-radius: 35px;
  overflow: hidden;
}
.blog-news-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-news-featured-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color, #0f766e);
  margin: 0;
  line-height: 1.5;
}
.blog-news-featured-text {
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-size: 14px;
}
.blog-news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-news-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.blog-news-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.blog-news-item-image {
  width: 180px;
  height: 130px;
  border-radius: 25px;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-news-item-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.blog-news-item-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary-color, #0f766e);
  margin: 0;
  line-height: 1.5;
}
.blog-news-item-text {
  color: #555;
  line-height: 1.6;
  margin: 0;
  font-size: 13px;
}
.blog-news-read-more {
  color: var(--primary-color, #f97316);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
  margin-top: 4px;
}
.blog-news-read-more:hover {
  color: var(--secondary-color, #0f766e);
}
.blog-news-read-more::after {
  content: "←";
  font-size: 14px;
  margin-right: 4px;
}
@media (max-width: 900px) {
  .blog-news-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .blog-news-featured-image {
    height: 300px;
  }
  .blog-news-item {
    flex-direction: row;
  }
  .blog-news-item-image {
    width: 200px;
    height: 140px;
  }
}
@media (max-width: 768px) {
  .blog-news-section {
    padding: 40px 15px;
  }
  .blog-news-header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .blog-news-title {
    font-size: 24px;
  }
  .blog-news-item {
    flex-direction: column;
  }
  .blog-news-item-image {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .blog-news-featured-image {
    height: 220px;
    border-radius: 25px;
  }
  .blog-news-item-image {
    height: 180px;
  }
  .blog-news-show-all {
    padding: 8px 20px;
    font-size: 13px;
  }
}
.blog-articles-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px;
  width: 100%;
}
.blog-articles-title {
  text-align: center;
  color: var(--primary-color, #f97316);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
}
.blog-articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
}
.blog-article-card {
  display: flex;
  align-items: center;
  gap: 25px;
}
.blog-article-image {
  width: 260px;
  height: 190px;
  border-radius: 35px;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-article-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-article-text {
  color: #555;
  line-height: 1.9;
  font-size: 15px;
  margin: 0;
}
.blog-article-read-more {
  color: var(--secondary-color, #0f766e);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}
.blog-article-read-more:hover {
  color: var(--primary-color, #f97316);
}
.blog-article-read-more::before {
  content: "»";
  font-size: 16px;
  margin-left: 4px;
}
.blog-articles-more {
  text-align: center;
  margin-top: 70px;
}
.blog-articles-more-btn {
  background: var(--primary-color, #f97316);
  color: #fff;
  padding: 14px 40px;
  border-radius: 35px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.blog-articles-more-btn:hover {
  background: #d95f0e;
}
@media (max-width: 900px) {
  .blog-articles-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .blog-article-card {
    flex-direction: column;
    text-align: center;
  }
  .blog-article-image {
    width: 100%;
    max-width: 400px;
    height: 220px;
  }
}
@media (max-width: 768px) {
  .blog-articles-section {
    padding: 50px 15px;
  }
  .blog-articles-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .blog-article-text {
    font-size: 14px;
  }
  .blog-articles-more {
    margin-top: 50px;
  }
  .blog-articles-more-btn {
    padding: 12px 30px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .blog-articles-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .blog-article-image {
    height: 180px;
  }
  .blog-articles-more-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}
.hero-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  padding: 40px 0;
}
.hero-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.hero-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--secondary-color);
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  word-wrap: break-word;
  max-width: 100%;
}
.hero-description {
  width: 718px;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}
