html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Open Sans, sans-serif;
}
a {
  text-decoration: none;
}
.container_header {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 15px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  margin-right: 10px;
  height: 140px;
}

.nav {
  display: flex;
  gap: 20px;
  margin-right: 100px;
}

.nav a {
  text-decoration: none;
  color: black;
  font-size: 22px;
}

.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.burger-menu div {
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 3px 0;
}
.mobile-nav {
  display: none;
}

/* -------------trading-block----------- */
.trading-block {
  color: #ffffff;
  padding: 75px 15px;
  overflow: hidden;
}

.trading-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  background-color: #5a00b8;
  border-radius: 32px;
  padding-top: 120px;
  padding-bottom: 60px;
}

.trading-info {
  flex: 1;
  max-width: 100%;
  padding-right: 20px;
  /* padding-left: 90px; */
}

.trading-info .subheading {
  font-size: 24px;
  margin-bottom: 15px;
  padding-left: 90px;
}

.trading-info .heading {
  font-size: 60px;
  margin-bottom: 70px;
  line-height: 1.2;
  padding-left: 90px;
}

.cta-button {
  background-color: #3d3bff;
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 12px;
  margin-bottom: 40px;
  transition: background-color 0.3s ease;
  margin-left: 90px;
  margin-bottom: 100px;
}

.cta-button:hover {
  background-color: #4964ec;
}

.trading-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-left: 90px;
  width: 80px;
  margin-top: 130px;
}

.feature {
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 268px;
  border-radius: 24px;
}

.feature h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}

.feature p {
  font-size: 14px;
  line-height: 1.3;
}

.trading-image {
  position: absolute;
  top: -49px;
  right: -215px;
  width: 50%;
}

.trading-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 2500px) {
  .trading-image {
    max-width: 48%;
    right: -9%;
    top: -50px;
  }
}
@media (max-width: 2000px) {
  .trading-image {
    max-width: 40%;
    right: -4%;
    top: 0;
  }
}
@media (max-width: 856px) {
  .trading-image {
    max-width: 33%;
    right: 0%;
    top: 168px;
  }
  .feature {
    width: 244px;
  }
  .trading-features {
    padding-left: 0;
    justify-content: center;
    width: 100%;
    padding-left: 0px;
  }
  .trading-info {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .trading-image {
    max-width: 46%;
    top: 722px;
  }
  .logo img {
    margin-right: 10px;
    height: 100px;
  }
}

/* -----custom-tranding------ */
.custom-trading-section {
  padding: 0px 15px;
  display: flex;
  justify-content: center;
}

.custom-trading-container {
  background-color: #f3f3f5;
  border-radius: 32px;
  max-width: 1200px;
  width: 100%;
}

.custom-trading-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px 40px 0px 40px;
}
.custom-trading-roww {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.custom-trading-column {
  flex: 1;
}

.custom-text-column .custom-heading {
  font-family: Adamina;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #333;
}

.custom-text-column .custom-paragraph {
  font-family: Adamina;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 40px;
}

.custom-image-column {
  text-align: center;
}

.custom-trading-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.custom-icon-column {
  text-align: center;
  margin-right: 20px;
}

.custom-icon-image {
  height: auto;
  margin-top: 87px;
}

.custom-details-row .custom-subheading {
  font-family: Adamina;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #000;
}

.custom-details-row .custom-paragraph {
  font-family: Adamina;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}

.custom-cta-button {
  background-color: #3d3bff;
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.custom-cta-button:hover {
  background-color: #3659ff;
}

@media (max-width: 768px) {
  .custom-trading-row {
    flex-direction: column;
  }

  .custom-image-column {
    margin-top: 20px;
  }

  .custom-icon-column {
    margin: 0 auto 20px;
  }

  .custom-cta-button {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

/* ------best------ */
.best-time-section {
  background-color: #ffffff;
  padding: 80px 15px;
}

.best-time-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.best-time-heading {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 100px;
  color: #000000;
}

.best-time-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.best-time-card {
  background-color: #f5f5f5;
  border-radius: 32px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  padding: 32px;
  text-align: left;
}

.card-icon {
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
}

.card-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;

  margin-bottom: 10px;
  color: #000000;
}

.card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  line-height: 1.5;
  color: #555555;
}

@media (max-width: 768px) {
  .best-time-grid {
    grid-template-columns: 1fr;
  }

  .best-time-heading {
    font-size: 28px;
  }
}

/* ------comments-section-------- */
html,
body {
  position: relative;
  height: 100%;
}
.comments-section {
  overflow: hidden;
  position: relative;
  padding: 20px 100px 100px 100px;
}
.slider-comments {
  overflow: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev {
  position: absolute !important;
  left: 50px !important;
  top: 350px !important;
}
.swiper-button-prev img {
  width: 80px;
}
.swiper-button-next {
  position: absolute !important;
  right: 50px !important;
  top: 350px !important;
}
.swiper-button-next img {
  width: 80px;
}
.swiper-button-next::after {
  display: none !important;
}
.swiper-button-prev::after {
  display: none !important;
}
/* ____________ */
.comments-heading {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 100px;
  color: #000000;
  align-items: center;
  text-align: center;
}
.comment-card {
  background-color: #f5f5f5;
  border-radius: 20px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  padding: 32px;
  text-align: left;
  min-height: 300px;
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.profile-info {
  text-align: left;
}

.profile-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 16px;
}

.profile-course {
  font-size: 14px;
  font-weight: 1.3;
  color: #555555;
}

.profile-rating {
  font-size: 14px;
  color: #ffaa00;
}

.card-text {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}

/* ------skills-section-------- */
.skills-section {
  /* background-color: #f7f7f7; */
  padding: 60px 0px 0 0px;
}

.skills-container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 32px 32px 0 0;
}

.skills-heading {
  font-size: 48px;
  color: #000;
  margin-bottom: 80px;
  font-weight: 400;
}

.skills-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* align-items: flex-start; */
  margin: 0 110px;
}

.profile-card {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 135px 80px;
  max-width: 300px;
}

.profile-image-skills {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.skills-profile-name {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.profile-role {
  font-size: 24px;
  color: #000;
  margin: 16px 0 0;
}

.skills-details {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 72px 56px 20px 56px;
  flex: 1;
  max-width: 800px;
}

.skills-title,
.tools-title {
  font-family: Adamina;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #949494;
  margin-bottom: 15px;
}
.skill_list {
  display: flex;
  gap: 30px;
}
.skills-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}

.skills-list li {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

.skill-icon {
  width: 20px;
  height: 20px;
  object-fit: cover;
  display: inline-block;
}

.tools-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 10px;
}

.tool-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  color: #333333;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.tool-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.tool-icon {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

/* ------slider_trade------- */
.slider_trade {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}
.slider {
  width: 100%;
  max-width: 1400px;
  background-color: #f5f5f5;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
.slider_trade_title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 58px;
  text-align: center;
}
.slider-content {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  /* padding: 20px; */
  text-align: left;
}

.slider_img_main {
  width: 66%;
  border-radius: 15px;
  /* margin-bottom: 20px; */
  padding: 30px;
  background-color: #333;
  display: flex;
  justify-content: center;
}

.slide h2 {
  font-family: Adamina;
  font-size: 22px;
  color: #000;
  margin: 10px 0;
  font-weight: 400;
}

.slide p {
  font-size: 13px;
  line-height: 1.3;
  color: #000;
}

.slider-buttons button {
  background-color: #f0f0f0;
  color: #333;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  transition: background-color 0.3s, transform 0.3s;
}

.slider-buttons button:hover {
  /* background-color: #333;
    color: #fff;
    transform: scale(1.1); */
}

.slider-buttons button:focus {
  /* outline: none; */
}

.slider-info {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 300px;
}

.slider-info h2 {
  font-size: 20px;
  color: #333;
  margin: 0 0 10px;
}

.slider-info p {
  font-size: 16px;
  color: #555;
}
.pagination {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.slider_wrapper_box {
  display: flex;
  gap: 10px;
  padding: 0 100px;
}
.slider_text {
  position: relative;
  width: 390px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.slider-buttons img {
  width: 50px;
  background-color: transparent;
}
.slider_img_main img {
  max-width: 100%;
}
.slider-buttons_new {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
}
.slider-buttons_new button {
  border: none;
  background-color: transparent;
}
@media (max-width: 1084px) {
  .slider_wrapper_box {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .slide p {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .slider_img_main {
    width: 73%;
  }
  .slider_text {
    width: 73%;
  }
  .slider {
    width: 100%;
    border-radius: 10px;
  }

  .slide h2 {
    font-size: 20px;
  }

  .slide p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .pagination {
    font-size: 12px;
  }

  .slider-buttons_new img {
    width: 30px;
    height: 30px;
  }
  .slider_wrapper_box {
    padding: 0 10px;
  }
  .slider_trade_title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .slider {
    box-shadow: none;
    border-radius: 0;
  }

  .slide h2 {
    font-size: 18px;
  }

  .slide p {
    font-size: 12px;
  }

  .pagination {
    font-size: 10px;
  }

  .slider-buttons_new img {
    width: 25px;
    height: 25px;
  }
  .slider_img_main {
    width: 100%;
  }
  .slider_text {
    width: 100%;
  }
}
/* ----- */

@media (max-width: 1024px) {
  .skills-content {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .profile-card,
  .skills-details {
    max-width: 100%;
  }

  .skills-heading {
    font-size: 28px;
  }

  .skills-title,
  .tools-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .skills-heading {
    font-size: 24px;
  }
  .profile-card {
    width: 100%;
  }

  .skills-list li {
    font-size: 12px;
  }

  .tool-item {
    padding: 6px 10px;
    font-size: 12px;
  }
  .skills-content {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .skill_list {
    display: block;
  }
  .skills-heading {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .skills-content {
    gap: 20px;
  }

  .skills-list li {
    font-size: 12px;
  }

  .tool-item {
    font-size: 10px;
    padding: 5px 8px;
  }

  .skills-details,
  .profile-card {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 100%; /* На мобільних пристроях слайд займає всю ширину */
  }

  .comments-heading {
    font-size: 28px;
  }
  .comments-section {
    padding: 30px;
  }
  .swiper-button-prev img {
    width: 45px;
  }
  .swiper-button-next img {
    width: 45px;
  }
  .swiper-button-prev {
    position: absolute !important;
    left: 13px !important;
    top: 352px !important;
  }
  .swiper-button-next {
    position: absolute !important;
    right: 13px !important;
    top: 352px !important;
  }
}

/* -----form-section------ */
.form-section {
  /* background-color: #f7f7f7; */
  /* padding: 40px 20px; */
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

.form-container {
  max-width: 1168px;
  background-color: #f3f3f5;
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 59px 52px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.form-container_bottom {
  border-radius: 20px;
}

.form-left,
.form-right {
  flex: 1;
  min-width: 0;
}

.form-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  text-align: left;
  align-items: center;
}

.form-heading {
  font-family: Adamina;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #000;
  margin: 0;
}

.form-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.form-group {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* .form-phone-group {
        display: flex;
        align-items: center;
        gap: 5px;
        flex: 1;
    }
    
    .form-phone-code {
        border: 1px solid #E0E0E0;
        border-radius: 5px;
        padding: 16px 10px;
        flex-shrink: 0;
        font-family: Adamina;
        font-size: 14px;
        color: #555;
        background-color: #F5F5F5;
    }
        
     */
.form-phone-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f8f8;
}

.form-phone-code {
  border: none;
  padding: 10px;
  background: white;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}

.form-input-phone {
  border: none;
  flex: 1;
  padding: 10px;
  font-size: 16px;
  background: #f8f8f8;
  outline: none;
}

.form-input,
.form-phone-group {
  font-family: Adamina;
  flex: 1;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 17px 10px;
  font-size: 14px;
  background-color: #f5f5f5;
}
.form-phone-group {
  display: flex;
  padding: 8px 10px;
}

.form-input:focus,
.form-input-phone:focus,
.form-phone-code:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
}

.form-submit {
  background-color: #3d3bff;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 40px;
  font-family: Adamina;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: flex-start;
  margin-top: 40px;
}

.form-submit:hover {
  background-color: #3b5bdb;
}

.form-info {
  font-family: Adamina;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #666666;
  margin-top: 40px;
}
.label_form_radio {
  font-family: Adamina;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #666666;
  margin: 0;
}
.form-checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.form-checkbox-group input {
  margin: 0;
}

/* Modal Styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 50%;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.modal-download {
  background-color: #3b5bdb;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.modal-download:hover {
  background-color: #45a049;
}

.hidden {
  display: none;
}

/* -----practical-section------- */
.practical-section {
  /* padding: 40px 20px; */
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.btn_link {
  padding-top: 50px;
}
.practical-container {
  width: 1168px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 100px 30px;
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.practical-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.practical-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.practical-content {
  flex: 1;
  text-align: left;
}

.practical-heading {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
}

.practical-description {
  font-family: Adamina;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #666666;
  margin-bottom: 50px;
}

.practical-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.practical-list li {
  font-family: Adamina;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #666666;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-submit {
  background-color: #4c6ef5;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 20px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-submit:hover {
  background-color: #3b5bdb;
}
.bottom_form_title {
  /* margin-top: -265px; */
}
.form-left img {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .bottom_form_title {
    margin-top: 0px;
  }
}
/* ------accordion-section----- */
.accordion-section {
  padding: 100px 0;
}
.accordion-content {
  display: none;
  padding: 10px 15px;
  background-color: #fff;
  /* border-top: 1px solid #ddd; */
  font-size: 16px;
}

.accordion-content.show {
  display: block;
}
.accordion-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 115px;
  background-color: #f7f7f7;
  border-radius: 32px;
}

.accordion-title {
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}
.icon {
  font-family: Adamina;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #000;
}

.accordion-details {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.accordion-group {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 32px;
  border-radius: 32px;
}

.accordion-group-title {
  display: inline-block;
  font-family: Adamina;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #292929;
  border-radius: 16px;
  color: #fff;
}

.accordion-item {
  padding: 20px 15px;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
}
/* .accordion-item:hover {
        background-color: #f5f5f5;
    } */

.accordion-header p {
  margin: 0;
  font-size: 24px;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
}
.drop_wrapper {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #949494;
  margin-top: 5px;
}
button.toggle-btn {
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.toggle-btn img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* Адаптивність */
@media (max-width: 768px) {
  .accordion-title {
    font-size: 20px;
  }

  .accordion-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .accordion-header {
    font-size: 14px;
  }

  .accordion-content li {
    font-size: 12px;
  }
  .form-container {
    flex-direction: column;
    padding: 59px 10px;
  }
}

/* Адаптивність */
@media (max-width: 1024px) {
  .practical-container {
    flex-direction: column;
    text-align: center;
  }

  .practical-content {
    text-align: center;
  }

  .form-submit {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .practical-heading {
    font-size: 20px;
  }

  .practical-description {
    font-size: 14px;
  }

  .practical-list li {
    font-size: 12px;
  }
  .accordion-container {
    padding: 40px;
  }
}

@media (max-width: 480px) {
  .practical-heading {
    font-size: 18px;
  }

  .practical-description {
    font-family: Adamina;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }

  .form-submit {
    font-size: 14px;
    padding: 20px;
  }
  .accordion-container {
    padding: 20px;
  }
  .accordion-group {
    padding: 2px;
  }
}

/* ----faq-section----- */
.faq-container {
  padding-bottom: 120px;
}
.faq-section-unique {
  /* padding: 40px 20px; */
  background-color: #ffffff;
}

.faq-title-unique {
  font-family: Adamina;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3;

  text-align: left;

  text-align: left;
  margin-bottom: 30px;
  color: #000000;
}
.accordion_radius_bottom {
  border-radius: 0 0 20px 20px;
}
.accordion_radius_top {
  border-radius: 20px 20px 0 0;
}
.faq-accordion {
  max-width: 1159px;
  margin: 0 auto;
}

.faq-accordion-item {
  margin-bottom: 5px;
  border: 1px solid #e0e0e0;
  /* border-radius: 5px; */
  overflow: hidden;
  background-color: #f8f8f8;
}

.faq-accordion-header {
  width: 100%;
  padding: 25px 20px;
  text-align: left;
  background: #f5f5f5;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  transition: background-color 0.3s ease;
}

.faq-accordion-header:hover {
  background-color: #f1f1f1;
}

.faq-accordion-header.active {
  background-color: #f1f1f1;
}

.faq-accordion-icon {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.faq-accordion-header.active .faq-accordion-icon {
  transform: rotate(180deg);
}

.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  /* padding: 0 20px; */
  background: #f8f8f8;
  transition: max-height 0.3s ease;
  font-size: 14px;
  color: #333;
}

.faq-accordion-content p {
  /* margin: 15px 0; */
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #000;
  background-color: #fff;
}
/* Footer styles */

.footer {
  background-color: #1d1d1d;
  color: #fff;
  padding: 100px 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
.footer_container {
  max-width: 1168px;
  margin: 0 auto;
}
.footer-content_top {
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  /* padding-top: 20px; */
  padding-bottom: 50px;
}
.footer-content_top .footer-column:last-of-type {
  margin-left: 200px;
  /* margin-top: 30px; */
}

.footer-column h4 {
  font-family: Adamina;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;

  margin-bottom: 8px;
}

.footer-column p {
  font-family: Adamina;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;

  color: #ccc;
  margin: 5px 0;
}

.footer-info {
  /* max-width: 1400px; */
  margin: 20px auto;
  padding-top: 20px;
  border-top: 1px solid #444;
  color: #ccc;
  font-size: 14px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-info a {
  font-family: Adamina;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;

  color: #ddd;
  text-decoration: underline;
}

.footer-info p {
  margin-top: 10px;
  max-width: 560px;
}

.footer-bottom {
  /* max-width: 1400px; */
  margin: 20px auto 0 auto;
  font-family: Adamina;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.footer-bottom small {
  color: #888;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Adamina;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}

/* Cookie banner styles */
.cookie-banner {
  font-family: Adamina;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;

  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #292929;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  z-index: 1000;
  max-width: 500px;
}

.cookie-btn {
  background-color: #383837;
  color: #fff;
  border: none;
  padding: 10px 35px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 100px;
}

.cookie-btn:hover {
  background-color: #0056b3;
}

/* Responsive styles */
@media (max-width: 768px) {
  .footer-content_top {
    flex-direction: column;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .footer-info {
    text-align: center;
  }

  .cookie-banner {
    bottom: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    justify-content: center;
  }
  .faq-title-unique {
    font-size: 34px;
    margin: 0 10px;
    margin-bottom: 10px;
  }
}

/* Адаптивність */
@media (max-width: 768px) {
  .trading-container {
    flex-direction: column;
    text-align: center;
  }

  .trading-info {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .trading-features {
    grid-template-columns: 1fr;
    margin-left: 10px;
  }

  .trading-info .subheading {
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 0;
  }
  .trading-info .heading {
    padding-left: 0;
  }
  .cta-button {
    margin-left: 0;
  }
  .footer-info p {
    max-width: 270px;
  }
  .footer-content_top .footer-column:last-of-type {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .trading-info .heading {
    font-size: 32px;
  }

  .cta-button {
    font-size: 14px;
    padding: 10px 20px;
  }

  .feature h3 {
    font-size: 16px;
  }

  .feature p {
    font-size: 12px;
  }

  .trading-image {
    max-width: 46%;
    top: 40%;
  }
  .custom-icon-image {
    width: 200px;
  }
  .custom-text-column .custom-heading {
    font-size: 30px;
  }
  .swiper-button-prev {
    top: 424px !important;
  }
  .swiper-button-next {
    top: 424px !important;
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .burger-menu {
    display: flex;
  }

  .mobile-nav {
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 15px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav a {
    padding: 10px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid #ddd;
  }

  .mobile-nav a:last-child {
    border-bottom: none;
  }

  .mobile-nav.open {
    display: flex;
  }
}
.form__protect {
  display: flex;
  align-items: center;
  column-gap: 13px;
  padding: 10px 25px 25px 25px;
  background: #000;
}

.form__protect-icon {
  width: 35.021px;
  height: 25px;
  flex-shrink: 0;
}

.form__protect-title {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.form__protect-description {
  color: #fff;
  font-size: 6px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
