@import url("./fonts.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

:root {
  --color-background: #2e2e5c;
  /*آبی تیره بک گراند */
  --color-primary: #161649;
  /* آبی اصلی */
  --color-primary-rgb: 22, 22, 73;
  --color-primary2: #101032;
  /*   آبی اصلی پررنگ */
  --color-secondary: #0d9488;
  /* فیروزه‌ای */
  --color-accent: #f59e0b;
  /* نارنجی */
  --color-muted: #6b7280;
  /* خاکستری */
  --color-text: #dddddd;
  /* سفید */
  --color-background-x: #dddddd;
  /* سفید */
  --color-background-2x: #e0ded9;
  /* کرم */
  --color-background-card: rgba(209, 214, 255, 0.4);
  /* آبی خیلی کمرنگ */
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
body {
  overflow-x : hidden;
  font-family: "IRANSans", sans-serif;
  margin: 0;
  padding: 0 !important;
  background-color: var(--color-background);
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}

@media (min-width: 1600px) {
  .custom-container {
/*   max-width: 1600px;*/
  }
}

.header-custom {
  background-color: var(--color-primary);
  color: var(--color-text);
}

.sec-menu {
  background-color: var(--color-primary2);
  padding: 0.5rem;
}

.Background_X {
  background-color: rgb(255, 255, 255);
}

.Background_2X {
  background-color: var(--color-background-x);
}

.nav {
  color: var(--color-text);
}

.nav-link {
  color: var(--color-text);
  font-size: 1rem;
}

.nav-link:hover {
  text-decoration: underline;
}

/* خط جداکننده بین آیتم‌ها */
.nav > .nav-item {
  position: relative;
}

.nav > .nav-item:not(:last-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* فلش */
.nav-link span {
  font-size: 0.7rem;
}

/* مگامنو - نمایش هنگام هاور */
.megamenu {
  width: 100vh;
  padding: 10px;
  border-top: 3px solid var(--color-primary); /* خط بالای منو (رنگ دلخواه) */
  background-color: #f8f9fa; /* پس‌زمینه */
}
.megamenu .dropdown-item {
  padding: 2px 0;
  transition: all 0.2s ease;
}
.dropdown-title{
  padding: 5px 0;
font-weight: 900;
font-size: larger;
display: flex;
justify-items: center;
align-items: center;
text-align: center;
border-bottom:  solid var(--color-background);
width: 100%;
padding: 10px;
}
.megamenu .dropdown-item:hover {
  color: var(--color-primary);
  background: transparent;
  padding-right: 5px; /* حرکت کوچک به راست */
}
.dropdown-menu .megamenu {
  width: 60vw !important; /*  پهنا داینامیک بر اساس محتوا */
  min-width: 100% !important; /* یا کل هدر رو بگیره */
  max-width: 100vw; /* بیشتر از صفحه نشه */
  border: none;
  border-radius: 10px;
  padding: 5px;
}

/* برای چینش داخلی مگامنو */
.dropdown-menu .megamenu .container {
  max-width: 1400px; /* دلخواه: برای اینکه محتوا وسط‌چین بشه */
  margin: 0 auto;
}
/* عنوان ستون‌ها */
.megamenu h6 {
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* نمایش مگامنو هنگام هاور روی آیتم */
.nav-item:hover > .megamenu {
  display: block;
}

/* لینک‌های مگامنو */
.megamenu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 16px;
}

.megamenu {
  padding: 10px;
  border-top: 3px solid var(--color-primary);
  background-color: #f8f9fa;
}

.dropdown-menu .megamenu {
  width: 60vw !important;
  min-width: 100% !important;
  max-width: 100vw;
  border: none;
  border-radius: 10px;
  padding: 5px;
  /* تغییرات برای تراز به راست */
  right: 0 !important;
  left: auto !important;
  transform: none !important;
}

.megamenu-li {
  position: static !important;
}

.dropdown-menu.megamenu {
  margin-top: 0;
  /* موقعیت مگامنو را تنظیم می‌کند */
  right: 0;
  left: auto;
  width: 100%;
}

/* برای منوی والد موقعیت نسبی تعریف می‌کنیم */
.navbar-nav {
  position: relative;
}

/* استایل‌های اضافی برای زیبایی */
.dropdown-item:hover {
  background-color: #e9ecef;
}

.nav-link {
  font-weight: 400;
}

.nav-link:hover {
  color: var(--color-muted) !important;
}

/* برای نمایش بهتر در مثال */
.header-placeholder {
  height: 300px;
  background: linear-gradient(to bottom, #4e54c8, #8f94fb);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 10px;
}
/* ---------------------اسلایدر---------------------- */
/* استایل هاله رنگی */
.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  /* 1.5 برابر ارتفاع عکس (نسبت 3x1) */
  background: linear-gradient(
    to top,
    rgba(22, 22, 73, 1) 0%,
    rgba(22, 22, 73, 0) 100%
  );
}

/* تنظیمات کاروسل */
.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 10%;
}

/* متن روی اسلایدر */
.carousel-caption h2 {
  font-size: 18px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding-bottom: 8px;
}

.carousel-caption p {
  font-size: 12px;
  opacity: 0.9;
}

/* نسبت ابعاد 3 به 1 */
.ratio-3x1 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

@media (min-width: 768px) {
  .carousel-caption h2 {
    font-size: 32px;
  }
  .carousel-caption p {
    font-size: 16px;
  }
  .ratio-3x1 {
    --bs-aspect-ratio: calc(1 / 3 * 100%);
  }
}

/* ---------------------اخبار---------------------- */
.section-title-news {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px !important;
  padding-top: 5px;
  padding-bottom: 0 !important;
  border-bottom: 2px solid var(--color-background-x);
}

.news-section {
  padding-left: 15px;
}

@media (min-width: 1024px) {
  .news-section {
    height: 26rem;
  }
}

.small-date {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 10px;
}

.card {
  height: 100%;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 0 !important;
}

.card:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: var(--color-background-card);
  cursor: pointer;
}

.card-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 0 !important;
}

.card:hover .card-img-top {
  transform: scale(1.05);
}

.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-size: 13px;
}

.card-text :hover {
  color: #f59e0b;
}

/* ---------------------رویدادها---------------------- */

.event {
  height: 26rem;
  max-height: 26rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100vw;
  max-width: 100%;
  padding: 0px 0px 0px 10px !important;
}

/* Custom scrollbar */
.event::-webkit-scrollbar {
  width: 5px;
}

.event::-webkit-scrollbar-track {
  background: #d1d1d1;
}

.event::-webkit-scrollbar-thumb {
  background: var(--color-background);
  border-radius: 5px;
}

.event::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

.event-date-container {
  aspect-ratio: 1/1;
  /* نسبت مربعی */
  position: relative;
  padding: 10px;
}

.event-date {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--color-background);
  color: var(--color-text);
  padding: 8px;
  font-size: 13px;
}

.event-item {
  background-color: #f6f6f687;
}

.event-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-size: small;
}
.event-text-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-size: medium;
  font-weight: 600;
  padding: 3px 0 3px 0;
}

/* ---------------------گالری'---------------------- */

.gallery-section,
.announcement-section {
  padding: 15px;
}

@media (min-width: 1024px) {
  .gallery-section .row {
    height: 26rem;
  }
}

.section-title-news {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px !important;
  padding-top: 5px;
  padding-bottom: 0 !important;
  border-bottom: 2px solid var(--color-background-2x);
}

.gallery-item {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(var(--color-primary-rgb), 0.5);
  border: 1px solid var(--color-text);
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.03);
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--color-primary-rgb), 0.5);

  padding: 10px;
  border-top: 1px solid #ffffff;
  color: var(--color-text);
}

.announcement-box {
  border: 1px solid var(--color-primary);
  margin-bottom: 15px;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

.announcement-box:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.announcement-title {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}

.announcement-date {
  font-size: 0.8rem;
  color: #ffffff;
  background-color: var(--color-background);
  padding: 5px;
}

.announcement-container {
  max-height: 26rem;
  overflow-y: auto;
  padding-left: 10px;
}

.announcement-container a {
  color: var(--color-primary);
}

/* Custom scrollbar */
.announcement-container::-webkit-scrollbar {
  width: 5px;
}

.announcement-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.announcement-container::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 5px;
}

.announcement-container::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

/* ---------------------سامانه های الکترونیکی---------------------- */

.system-card {
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.system-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.title {
  font-weight: 700;
  color: #2c3e50;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  border-bottom: 2px solid #3498db;
  margin-bottom: 30px;
}

body {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
}

.card-title {
  font-weight: 600;
  color: #2980b9;
}

.header-section {
  background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
  color: white;
  padding: 25px 0;
  margin-bottom: 30px;
  border-radius: 0 0 20px 20px;
  border-top: 12px solid #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ********** conference ********** */

.conference-section {
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
}
.conference-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 100%
  );
}
.conference-title {
  color: white;
  font-weight: 700;
  font-size: 2.2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.conference-image {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.conference-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.conference-image:hover img {
  transform: scale(1.05);
}
.conference-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  padding: 30px;
  color: white;
  z-index: 5;
}
.conference-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.conference-menu-item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 12px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.conference-menu-item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.conference-menu-item i {
  font-size: 1.2rem;
}
.conference-stats {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-background) 100%
  );
  padding: 1px;
  color: white;
}
.stat-item {
  text-align: center;
  padding: 4px;
}
.stat-number {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.stat-label {
  font-size: 1rem;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .conference-menu {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .conference-menu-item {
    width: 80%;
    justify-content: center;
  }
  .conference-title {
    font-size: 1.8rem;
  }
  .conference-stats {
    flex-wrap: wrap;
  }
  .stat-item {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

/* ********** exam ********** */

.exam-slider-container {
  padding: 25px;
  width: 100%;
  background: var(--color-background-x);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
  padding: 25px;
  width: 100%;
}

.slider-header {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.slider-header h2 {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 5px;
}

.exam-slider {
  position: relative;
  border: solid white !important;
}

.exam-slide {
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.exam-info {
  flex: 1;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.6);
}

.exam-image {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.exam-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.countdown-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  text-align: center;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
}

.countdown-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffc107;
}

.countdown-label {
  font-size: 0.8rem;
  color: #e9ecef;
}

.exam-title {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffc107;
}

.exam-details {
  margin-bottom: 20px;
}

.exam-detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.exam-detail-item i {
  margin-left: 10px;
  color: var(--color-primary);
  font-size: 1.1rem;
}

.exam-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.btn-exam {
  flex: 1;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-exam i {
  margin-left: 8px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, #0a58ca 100%);
  color: white;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0a58ca 0%, #084298 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.btn-outline-primary {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.btn-outline-primary:hover {
  background: var(--color-primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
  gap: 10px;
}

.slider-btn {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  font-size: 2rem;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 !important;
}

.slider-btn:hover {
  background: #0a58ca;
  transform: scale(1.1);
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--color-primary);
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .exam-slide {
    flex-direction: column;
  }

  .exam-image {
    height: 250px;
  }

  .exam-actions {
    flex-direction: column;
  }
}

/* ********** footer ********** */
.university-footer {
  background: var(--color-primary);
  color: white;
  padding: 40px 0 5px;
  margin-top: 5px;
}

.footer-logo {
  max-width: 100px;
  margin-bottom: 20px;
}

.footer-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 50px;
  height: 3px;
  background-color: var(--color-accent);
}

.footer-links {
  list-style: none;
  padding: 0;
  opacity: 0.5;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #e9ecef;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}

.footer-links a:hover {
  color: var(--color-accent);
  padding-right: 8px;
}

.contact-info {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  opacity: 0.5;
}

.contact-info i {
  margin-left: 10px;
  margin-bottom: 5px;
  color: var(--color-accent);
}

.social-icons {
  margin-top: 25px;
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: var(--color-accent);
  transform: translateY(-5px);
}

.newsletter-form {
  margin-top: 20px;
}

.newsletter-input {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  border-radius: 5px;
}

.newsletter-input::placeholder {
  color: #ced4da;
}

.newsletter-btn {
  background: var(--color-accent);
  color: #212529;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.newsletter-btn:hover {
  background: var(--color-accent);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 10px;
  text-align: center;
  color: #ced4da;
  font-size: 0.9rem;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  color: var(--color-text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 1000;
}

.back-to-top:hover {
  background: var(--color-accent);
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .footer-col {
    margin-bottom: 30px;
  }
}

/* ********** date_time ********** */

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  text-align: center;
  margin-bottom: 40px;
  color: #2c3e50;
}

.info-panel {
  position: fixed;
  top: 0;
  left: -320px;
  width: 270px;
  height: 100vh;
  background: linear-gradient(to bottom, #2c3e50, #3498db);
  color: white;
  z-index: 1000;
  transition: left 0.4s ease;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  overflow-y: auto;
}

.info-panel.open {
  left: 0;
}

.toggle-btn {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 1001;
  border: none;
  border-radius: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  padding: 25px;
  transition: transform 0.3s ease;
}

.toggle-btn:hover {
  transform: scale(1.1);
}

.prayer-times {
  margin-top: 30px;
}

.prayer-time {
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: background 0.3s ease;
}

.prayer-time:hover {
  background: rgba(255, 255, 255, 0.2);
}

.time-display {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 25px 0;
  direction: ltr;
}

.date-display {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
  color: #ecf0f1;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: larger;
  color: var(--color-text);
  background-color: rgba(0, 0, 0, 0);
}

.section-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.content {
  margin-top: 100px;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
  .info-panel {
    width: 280px;
    left: -280px;
  }
}
