.why-we-chose {
  padding-top: 16px;
}

main {
  padding: 0px 158px;
}

.why-we-chose .description {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(104, 104, 104, 1);
  margin-bottom: 23px;
}

.pros-cons {
  display: flex;
  gap: 20px;
  background: #EEF2F9;
  border-radius: 10px;
  padding: 50px 26px;

}

.section-heading {
  flex: 0 0 31.31%;
}

.pros {
  border: 2px solid rgba(0, 207, 24, 1);
  border-radius: 10px;
  padding: 30px;
}

.cons {
  border: 2px solid rgba(245, 84, 84, 1);
  border-radius: 10px;
  padding: 30px;
}

.pros,
.cons {
  flex: 1;
}

.pros h3,
.cons h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 20px;
}

.pros ul,
.cons ul {
  list-style: none;
  padding: 0;
}

.section-content .pros li,
.section-content .cons li {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  line-height: 100%;
  color: rgba(85, 85, 85, 1) !important;
  position: relative;
  padding-left: 10px;
  padding-bottom: 20px;
}

.pros li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(85, 85, 85, 1);
}

.cons li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(85, 85, 85, 1);
}

/* Overview Section */


.overview .section-content p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #686868;
  margin-bottom: 23px;
}



.nav-menu ul li a.active {
  color: #0093F8;
}

/* Liquidity Rating Section */
.liquidity-rating {
  margin-bottom: 109px;
}

.liquidity-rating .section-content p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(104, 104, 104, 1);
  margin-bottom: 23px;
}

/* System Requirements Table */
.system-requirements {
  padding: 30px 50px 23px 30px;
}

.system-requirements table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

.system-requirements th {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(26, 77, 222, 1);
  border-bottom: 1px solid rgba(201, 215, 255, 1);
  text-align: center;
  padding: 5px 0px 5px 0px;
}

.system-requirements th:first-child {
  text-align: start;
}

.system-requirements td {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  padding: 10.5px 31px 10.5px 31px;
}

.system-requirements td:first-child {
  text-align: start;
  width: 380px;
  padding: 5px 0px 5px 0px;
}

.system-requirements tr:last-child td {
  border-bottom: none;
}



.point {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  background: rgba(13, 21, 51, 1);
  padding: 30px;
  color: #fff;
}

.point .number {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #0093F8;
}

.point-content h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 20px;
  color: #fff;
}

.point-content p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 0 !important;
}

/* Reviews Section */
.reviews {
  background: rgba(6, 55, 100, 1);
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 115px;
}

.reviews-container h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}

/* Review Item */
.review-item {
  background: rgba(0, 35, 77, 1);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
  flex-direction: row;
  align-items: center;
}

.review-header {
  margin-bottom: 15px;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column-reverse;
}

.review-author img {
  width: 112px;
  height: 112px;
  border-radius: 5px;
  object-fit: cover;
}

.review-author h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.review-author .date {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(142, 142, 142, 1);
}

.review-content p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
}

.review-actions {
  display: flex;
  justify-content: flex-end;
}

.btn-reply {
  display: flex;
  align-items: center;
  gap: 20px;
  border: none;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 147, 248, 1);
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 5px;
}

.btn-reply img {
  width: 16px;
  height: 16px;
}

.view-more {
  text-align: center;
  margin: 20px 0 20px;
}


/* Reply Form */
.reply-form {
  background: rgba(0, 35, 77, 1);
  border-radius: 10px;
  padding: 40px;
}

.reply-form h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 20px;
}

.form-notice {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;

}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-row input {
  flex: 1;
  background: rgba(8, 55, 98, 1);
  border: none;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  border: 1px solid rgba(64, 64, 64, 1);
  color: rgba(44, 145, 240, 1);
}

.form-row input::placeholder {
  color: rgba(44, 145, 240, 1);
}

textarea {
  width: 100%;
  height: 150px;
  background: rgba(8, 55, 98, 1);
  border: none;
  padding: 15px;
  border: 1px solid rgba(64, 64, 64, 1);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  resize: none;
}

textarea::placeholder {
  color: rgba(44, 145, 240, 1);
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.checkbox input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 2px;
  position: relative;
  background-color: rgba(39, 39, 39, 1);
  border: 1px solid rgba(70, 70, 70, 1);
}

.checkbox input[type="checkbox"]:checked::before {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox span {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
  max-width: 400px;
  padding-right: 20px;
}

.btn-comment {
  background: rgba(1, 142, 247, 1);
  border: none;
  border-radius: 10px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.btn-view-more {
  color: rgba(0, 147, 248, 1);
  border: none;
  border-radius: 5px;
  padding: 20px 57px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  cursor: pointer;
  background: transparent;
}

.reply-form .underline {
  width: 145px;
  height: 6px;
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}

.reply-form {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 123.5px;
}




.discover-forex {
  padding-top: 16px;
}

.image-content {
  text-align: center;
  background-color: rgba(35, 40, 59, 1);
  border-radius: 10px;
}

.image-content img {
  width: 589px;
  height: 416px;
  object-fit: contain;
}

.discover-forex .section-content,
.desktop-trading .section-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.discover-forex .text-content,
.desktop-trading .text-content {
  flex: 1;
}


.platform-image,
.platform-desktop-image {
  flex: 1;
}

.platform-image img,
.platform-desktop-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Specific adjustments for desktop trading section */
.desktop-trading {
  background-color: #fff;
  margin-bottom: 50px;
}

.desktop-trading .platform-desktop-image {
  margin-top: 30px;
}

/* Why Choose Us Section */
.why-choose {
  padding: 80px 0;
  text-align: center;
  background-color: #f8f9fa;
}

.why-choose h2 {
  font-size: 48px;
  color: #1e2022;
  margin-bottom: 20px;
  font-weight: 700;
}

.why-choose .subtitle {
  font-size: 18px;
  color: #77838f;
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.statistics {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-item {
  flex: 1;
  max-width: 250px;
}




/* Documents Section */
.documents {
  padding: 80px 0;
  background-color: #0f1c2d;
  color: white;
}

.documents h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.document-item {
  background-color: #1b2a3f;
  padding: 20px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.document-item:hover {
  background-color: #2c3e56;
}

.document-item a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
}

/* About Page Sections */
.statistics-section {
  padding: 80px 0;
  margin-bottom: 109px;
}



.stat-box {
  flex: 1;
  text-align: center;
  border-left: 4px solid rgba(0, 147, 248, 1);
  padding-left: 50px;
}



/* Features Section */
.features-section {
  margin-bottom: 109px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.feature-box {
  background: rgba(13, 21, 51, 1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.feature-icon {
  margin-bottom: 20px;
}

.feature-icon img {
  width: 64px;
  height: 64px;
}

.feature-box h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.feature-box p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}

/* Mission Section */
.mission-section {
  background-color: rgba(238, 242, 249, 1);
  margin-bottom: 109px;
  border-radius: 10px;
}

.mission-section .section-content {
  display: flex;
  padding: 100px 50px;
  gap: 50px;
}

.mission-heading {
  flex: 0 0 auto;
  max-width: 496px;
}

.mission-heading h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(39, 39, 39, 1);
  margin-bottom: 56px;
}

.mission-heading .underline {
  width: 145px;
  height: 6px;
  background-color: #1a2a44;
}

.mission-text {
  padding-top: 10px;
}



.mission-text p:last-child {
  margin-bottom: 0;
}

/* Why Choose Us Section */
.why-choose-section {
  margin-bottom: 109px;
}



.why-choose-section .underline {
  width: 145px;
  height: 6px;
  background-color: #1a2a44;
  margin-bottom: 30px;
}



.stats-container {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}



.stat-number {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;
  text-align: left;
}

.stat-label {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

/* Documents Section */
.documents-section {
  margin-bottom: 109px;
}

.documents-section .section-heading h2 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 20px;
}

.documents-section .underline {
  width: 145px;
  height: 6px;
  background-color: #1a2a44;
  margin-bottom: 30px;
}

.documents-box {
  background: rgba(0, 43, 92, 1);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 100px;
}

.document-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}

.document-links a {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  transition: color 0.3s ease;
  position: relative;
  padding-left: 10px;
}

.document-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}

.document-links a:nth-child(3) {
  text-decoration: none;

}

.document-links a:hover {
  color: #0093F8;
}

.document-links a:hover::before {
  background-color: #0093F8;
}

/* Join Us Section */
.join-us {
  background-color: rgba(6, 55, 100, 1);
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}

.join-us h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}

.join-us p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
    
}

.join-us .btn-registration {
  background: linear-gradient(90deg, #0093F8 0%, #003FDE 100%);
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}