.banner {
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    background-image: url(../images/1280_1920__1920_65e6ebcdbed52_banner-digits.webp);
}




.bg-phone {
    background-image: url("../images/484_1450__1450_65e70568bf024_bg-phone-last.webp");
}



.hero-form {
    font-family: sans-serif;
    font-size: 16px;
    background: #fff;
    padding: 30px   20px;
    color: #222;
    width: 100%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
}

.hero-form h2 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    padding: 10px 0;
}

.hero-form input[type=text],
.hero-form input[type=tel],
.hero-form input[type=email] {
    box-sizing: border-box;
    background: transparent;
    border: 1px solid white;
    height: 42px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    outline: none;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #ccc !important;
    color: #000 !important;
}

.form-group {
    margin-bottom: 20px;
}

.iti--allow-dropdown {
    width: 100%;
}


.form-submit {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(46, 204, 113) !important;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    font-family: Inter var, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
    line-height: 1.25;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    letter-spacing: 0;
    display: block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 0;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    height: 64px;
    border: none;
    cursor: pointer;
    outline: none;
    margin-bottom: 10px;
    transition: .3s;
}

.form-submit:hover {
    opacity: .9;
}

.tnc_text {
    margin-top: -10px;
}

.tnc_text p, .tnc_text p {
    font-size: 10px;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}


a.term-link {
    color: #2379f7;
    text-decoration: none;
}

::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #000;
  }

  .logo {
    font-size: 21px;
    font-weight: bold;
  }
  
  .rtl-ul-list {
    direction: rtl;
    text-align: right;
    list-style-type: arabic-indic;
    list-style-position: inside;
    padding: 0;

  }
  
  .d-row {
      display: flex;
  }
    /* Main content */
  .d-content {
    flex: 1;
  }

  .d-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
    max-width: 70%;
  }

  .d-post a {
    font-size: 22px;
    margin: 0 0 10px;
    color: #124482;
    text-decoration: none;
  }

  .d-post p {
    margin: 0;
    color: #5e5e5e;
    font-size: 15px;
  }

  /* Sidebar */
  .sidebar {
    width: 300px;
    position: sticky;
    top: 40px;
    align-self: flex-start;
  }

  .sidebar h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1f1f6b;
  }

  .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sidebar li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    
  }
  
    .sidebar li a {
        color: #333;
    }

  .sidebar li:last-child {
    border-bottom: none;
  }
  
  .entry-content {
      max-width: 70%;
      padding: 20px 0;
  }
  
  .uk-navbar-right {
      margin-right: auto !important;
      margin-left: 0 !important;
  }
  



/*BURGER*/

.burger {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
}

@media (max-width: 767px) {
    .burger {
        display: block;
    }

    .nav.nav-pills {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #fff;
        padding: 80px 20px;
        transition: right 0.3s ease;
        z-index: 9999;
        box-shadow: -2px 0 15px rgba(0,0,0,.1);
        direction: rtl;
    }

    .mobile-menu.active {
        right: 0;
    }

    .mobile-menu ul {
        flex-direction: column;
        gap: 16px;
    }

    .mobile-menu .nav-link {
        font-size: 18px;
    }
}


.team-section {
    background-color: #1b3456;
    padding: 80px 20px;
    color: #fff;
}

.team-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.team-content {
    flex: 1;
}

.team-title {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 700;
}

.team-content p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #e4e9f2;
}

.team-image {
    flex: 1;
    height: 360px;
    background: rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
}


.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.board-section {
    background: #f8fbff;
    padding: 80px 20px;
}

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

.board-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #0b1b3f;
}

.board-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.board-card {
    background: #fff;
    border: 1px solid #cfe0ff;
    border-radius: 10px;
    padding: 24px;
}

.board-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0b1b3f;
}

.board-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #3a4b6b;
}

/* Tablet */
@media (max-width: 1024px) {
    .board-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .board-grid {
        grid-template-columns: 1fr;
    }

    .board-title {
        font-size: 24px;
    }
}


/* Swiper CDN */
.leadership-section {
    padding: 80px 20px;
    background: #fff;
    position: relative;
}

.leadership-header {
    max-width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    
.leadership-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0b1b3f;
}

.leadership-swiper {
    max-width: 1400px;
    padding-inline: 40px;
}

.leader-card {
    background: #fff;
    text-align: right;
}

.leader-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 16px;
}

.leader-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0b1b3f;
}

.leader-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #3a4b6b;
}
.leadership-nav {
    margin-right: auto; 
    display: flex;
    gap: 10px;
    position: relative;
}
/* arrows */
.swiper-button-next,
.swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
    background: #1b3456;
    border-radius: 50%;
    margin: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
    color: #fff;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'next' !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'prev' !important;
}

.team-hero {
    background-color: #1b3456;
}

.team-hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-hero-wrapper h1 {
    max-width: 70%;
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    margin-bottom: 32px;
}

  /* Mobile */
  @media (max-width: 768px) {
    .sidebar {
      width: 100%;
      position: static;
      margin-top: 40px;
    }
    .d-row {
      flex-direction: column;
    }
    .d-post {
        max-width: 100%;
    }
    
    .entry-content {
        max-width: 100%;
    }
    
    header nav.flex-column {
        padding-bottom: 0 !important;
    }
    
    .team-container {
        flex-direction: column;
        gap: 40px;
    }

    .team-image {
        width: 100%;
        height: 260px;
    }

    .team-title {
        font-size: 26px;
    }
    
    .team-section {
        padding-top: 0;
    }
    
    .board-section {
        padding-top: 60px;
    }
    
    .leadership-swiper {
        padding-inline: 20px;
    }
    .leadership-nav {
        margin-left: 48px;
    }
    
    .team-hero-wrapper h1 {
        max-width: 100%;
        font-size: 20px;
    }
  }
  
 /* Calculator */
.section-calculator {
  margin-top: 70px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.section-calculator__title {
  font-size: 64px;
  font-weight: 500;
  color: #000;
  text-align: right;
  margin-bottom: 16px;
}
.section-calculator__subtitle {
  font-size: 18px;
  color: #6b6563;
  text-align: right;
  margin-bottom: 60px;
  line-height: 1.6;
}
.calculator {
  width: 100%;
}
.calculator__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}
.calculator__controls {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.calculator__control {
  position: relative;
  height: 100%;
}
.calculator__control-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.calculator__control-value {
  font-size: 36px;
  font-weight: 700;
  color: #124482;
  margin-bottom: 12px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
}
.calculator__control-unit {
  font-size: 20px;
  font-weight: 400;
}
.calculator__range {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.calculator__range::-webkit-slider-track {
  width: 100%;
  height: 8px;
  background: rgba(88, 0, 145, 0.1);
  border-radius: 8px;
}
.calculator__range::-moz-range-track {
  width: 100%;
  height: 8px;
  background: rgba(88, 0, 145, 0.1);
  border-radius: 8px;
}
.calculator__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #124482;
  border-radius: 50%;
  cursor: pointer;
  box-shadow:
    0 0 0 4px rgba(88, 0, 145, 0.2),
    0 4px 12px rgba(88, 0, 145, 0.4);
  transition: all 0.2s ease;
}
.calculator__range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #124482;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow:
    0 0 0 4px rgba(88, 0, 145, 0.2),
    0 4px 12px rgba(88, 0, 145, 0.4);
  transition: all 0.2s ease;
}
.calculator__range::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow:
    0 0 0 6px rgba(88, 0, 145, 0.3),
    0 6px 16px rgba(88, 0, 145, 0.5);
}
.calculator__range::-moz-range-thumb:hover {
  transform: scale(1.15);
  box-shadow:
    0 0 0 6px rgba(88, 0, 145, 0.3),
    0 6px 16px rgba(88, 0, 145, 0.5);
}
.calculator__range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 14px;
  color: #000;
}
.calculator__result {
  position: relative;
  background: linear-gradient(90deg, #0a2c54 0%, #124482 45%, #1e63b5 100%);

  border: 1px solid rgba(88, 0, 145, 0.08);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
}
.calculator__result:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(88, 0, 145, 0.15);
}
.calculator__result-header {
  text-align: center;
  margin-bottom: 40px;
}
.calculator__result-label {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.calculator__result-total {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.calculator__result-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.calculator__stat {
  padding: 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(88, 0, 145, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
}
.calculator__stat-label {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.calculator__stat-value {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.calculator__stat-value--accent {
  color: #fff;
}
.calculator__footer {
  text-align: center;
  display: flex;
  justify-content: center;
}
.calculator__footer .btn-blue {
  padding: 0 30px;
  max-width: 430px;
}
.calculator__button {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  padding: 18px 30px;
  background: #046bd2;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(88, 0, 145, 0.4);
}
.calculator__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px rgba(88, 0, 145, 0.6);
  background: #4a0079;
}
.calculator__button:active {
  transform: translateY(-1px);
}

html[dir="rtl"] .calculator__range {
  direction: ltr;
}

@media (max-width: 900px) {
  .calculator__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .section-calculator {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-calculator__title {
    font-size: 28px;
  }
  .section-calculator__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .calculator__controls {
    gap: 24px;
  }
  .calculator__control-value {
    font-size: 28px;
  }
  .calculator__result {
    padding: 28px;
  }
  .calculator__result-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .calculator__footer {
    margin-top: 32px;
  }
  .calculator__button {
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }
  .modal__content {
    padding: 30px 20px;
    width: 95%;
    max-height: 90vh;
  }
  .modal__body h3 {
    font-size: 24px;
  }
}
.calc-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.calc-modal.is-open {
  display: block;
}
.calc-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.calc-modal__dialog {
  position: relative;
  max-width: 440px;
  margin: 10vh auto;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.calc-modal__dialog .form .checkbox label {
  color: #000;
}

.calc-modal__dialog #req-form-section {
  padding-top: 30px;
}

.calc-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  background: #f2f2f2;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  z-index: 999;
}
.calc-modal__title {
  margin: 0 0 16px;
  font-size: 20px;
}
.calc-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.calc-modal__form input[type="text"],
.calc-modal__form input[type="email"] {
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.calc-modal__check {
  display: flex;
  gap: 8px;
  font-size: 12px;
}
.calc-modal__submit {
  height: 44px;
  border: none;
  border-radius: 8px;
  background: #580091;
  color: #fff;
  cursor: pointer;
}

/* Navbar */
.nav-item.dropdown {
  position: relative;
}

.dropdown-toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  min-width: 240px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  z-index: 999;
  text-align: right;
  padding: 10px 20px;
}

.dropdown-menu-custom li a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 2px;
}

.dropdown-menu-custom li a:hover {
  opacity: 0.7;
}

.nav-item.dropdown.active .dropdown-menu-custom {
  display: block;
}

.burger {
  display: none;
  background: none;
  border: none;
}

.menu-close {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .burger {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    padding: 60px 20px;
    transition: 0.3s ease;
    z-index: 1000;
  }

  .mobile-menu.active {
    right: 0;
  }

  .menu-close {
    display: block;
  }

  .nav {
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
  }

  .dropdown-menu-custom {
    position: static;
    box-shadow: none;
    background: transparent;
  }
}

.form-head-text {
  margin-bottom: 15px;
}

.hidden-lg {
  display: block;
}

.block-xs {
  display: none;
}

@media (max-width: 767px) {
  .hidden-lg {
    display: none;
  }

  .block-xs {
    display: block;
  }

  .security-page-container.mt-5 {
    margin-top: 0 !important;
  }
  .security-page-container.mb-5 {
    margin-bottom: 0 !important;
  }

  .form-bottom-text {
    margin-top: 20px;
  }
}

/* Security */
.security-section {
  padding: 80px 20px;
}

.security-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.security-item {
  text-align: center;
}

.security-item .icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.security-item h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.security-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .security-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Advanced Table */

.advanced-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 16px;
  margin: 0;
	overflow: hidden;
	border: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table {
	box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
	border-radius: 16px;
	overflow: hidden;
	margin: 50px 0 !important;
}

.advanced-table th,
.advanced-table td {
	border: none;
}

.advanced-table thead th {
	background-color: #124482;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 20px 24px;
  text-align: center;
	border-bottom: 1px solid rgb(9 110 103 / 15%);
}

.advanced-table tbody td {
	padding: 18px 24px;
	font-size: 15px;
	color: #2f2320;
	background: transparent;
	transition: background 0.3s ease;
  text-align: center;
}

.advanced-table tbody tr + tr td {
	border-top: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table tbody tr:hover td {
	background: rgba(0, 165, 154, 0.05);
}

.advanced-table thead th:not(:first-child),
.advanced-table tbody td:not(:first-child) {
	text-align: center;
}

.comprasion.advanced-table {
  margin-bottom: 0 !important; 
}

.comprasion.advanced-table tbody tr + tr td,
.comprasion.advanced-table tbody td {
  font-size: 18px !important;
  font-weight: 500;
}

@media (max-width: 768px) {
	.advanced-table {
		margin-top: 40px;
	}

	.advanced-table thead th {
		font-size: 14px;
		padding: 14px 12px;
	}

	.advanced-table tbody td {
		font-size: 14px;
		padding: 14px 12px;
	}
}

@media (max-width: 480px) {
	.advanced-table thead th {
		font-size: 12px;
		padding: 10px 8px;
	}

	.advanced-table tbody td {
		font-size: 12px;
		padding: 10px 8px;
	}
}

/* Information table */
.info-table-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.info-table-section .page-block-title {
  font-weight: 500;
  text-align: center;
}
.info-table {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
  border-radius: 16px;
  overflow: hidden;
}
.info-table__row {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-bottom: 1px solid #e5e5e5;
}
.info-table__row:last-child {
  border-bottom: none;
}
.info-table__row a {
  color: #124482;
}

.info-table__cell {
  padding: 12px 16px;
}
.info-table__cell--left {
  background: #124482;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.info-table__cell--right {
  background: #fff;
  color: #222;
  font-size: 16px;
}

@media (max-width: 768px) {
  .info-table-section {
    padding: 50px 0;
  }
  .info-table__row {
    grid-template-columns: 1fr;
  }
  .info-table__cell--left {
    border-bottom: 1px solid #dcdcf0;
    font-size: 16px;
  }
  .info-table__cell--right {
    font-size: 16px;
  }
}

/* Row block */
.row-block {
  display: flex;
  width: 100%;
  padding: 178px 0 60px 0;
  gap: 40px;
}

.row-block h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.row-block h2 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}

.row-block p {
  font-size: 18px;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}

.row-block .row-block-left {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.row-block-left h2 {
  text-align: right;
}
.row-block .row-block-text p {
  font-size: 24px;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.row-block .row-block-right {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.mission-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mission-block .row-block {
  padding: 0;
  align-items: center;
}

.mission-block .row-block-right img {
  max-width: 100%;
  min-height: 378px;
}

@media (max-width: 768px) {
  .mission-block .row-block {
    gap: 0;
  }

  .row-block .row-block-left,
  .row-block .row-block-right {
    width: 100%;
  }

  .row-block {
    padding-top: 102px;
    flex-direction: column;
  }

  .row-block h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
  }

  .row-block .row-block-text p {
    font-size: 20px;
    margin-top: 10px;
  }
}

/* User Steps Section */
.user-steps-section {
  padding-bottom: 50px;
}

.section-user-steps__title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.user-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.user-steps__item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.user-steps__head {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: max(280px, 25%);
  background-image: linear-gradient(to bottom, #e7eff8, #ecf2f3);
  border: 1px solid rgb(9 110 103 / 9%);
  border-radius: 80px;
  padding: 12px;
}
.user-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background: #124482;
  box-shadow: 0 4px 15px rgb(129, 153, 225, 0.4);
}
.user-steps__title {
  color: #124482;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.user-steps__text {
  flex: 1;
  display: flex;
  align-items: center;
}
.user-steps__text p {
  font-size: 16px;
  line-height: 1.8;
  color: #2f2320;
}
.section-user-steps__btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 40px;
  background: #124482;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px (129, 153, 225, 0.4);
}
.section-user-steps__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px (129, 153, 225, 0.4);
  background: #124482;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .user-steps {
    gap: 8px;
  }
  .section-user-steps {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-user-steps__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .user-steps__item {
    gap: 16px;
    flex-direction: column;
    text-align: center;
  }
  .user-steps__head {
    width: 100%;
  }

  .user-steps__number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .user-steps__title {
    font-size: 16px;
  }

  .user-steps__text {
    width: 100%;
  }
  .user-steps__text p {
    font-size: 13px;
  }
}

/* Roadmap */
.roadmap {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.roadmap__title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.roadmap__list {
  position: relative;
}
.roadmap__list:before {
  content: "";
  position: absolute;
  right: 137px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #124482;
}

.roadmap__item {
  display: grid;
  grid-template-columns: 127px 40px 1fr;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
}
.roadmap__date {
  font-weight: 600;
  color: #124482;
  font-size: 16px;
  text-align: right;
  padding-top: 2px;
}

.roadmap__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #124482;
  margin: 4px auto 0;
  position: relative;
  z-index: 2;
  right: -19px;
  top: 16px;
}

.roadmap__content {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}



@media (max-width: 768px) {

  .roadmap__list:before {
    right: 10px;
    left: auto;
  }

  .roadmap__item {
    grid-template-columns: 1fr;
    padding-right: 35px; 
    padding-left: 0;
  }

  .roadmap__date {
    text-align: right;
    font-size: 13px;
    margin-bottom: 6px;
  }

  .roadmap__dot {
    position: absolute;
    right: 4px;
    left: auto;
    top: 6px;
    margin: 0;
  }

  .roadmap__content {
    text-align: right;
  }
}


/* Media Block */
.media-block__row {
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
}
.media__item {
  display: flex;
  flex-direction: column;
  max-width: 372px;
  padding: 50px;
  border-radius: 16px;
  border: 1px solid #dedede;
  min-height: 209px;
}
.media__item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 20px;
}
.media__item--link {
  display: block;
  margin-top: auto;
  color: #707070;
}

.media-block .page-block-title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.page-block-title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .media__item {
    padding: 30px;
    min-height: 197px;
  }

  .hero-about h1 {
    font-size: 31px;
  }
}

.table-note {
  margin-bottom: 15px !important;
}

.table-content-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 50px;
}

.footer-link {
    display: block;
    color: #555;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-link:hover {
    color: #000;
}

.footer .list-unstyled {
  padding: 0 !important;
}
