/* Define custom font */
@font-face {
  font-family: "vazir-font"; /* Provide a name for your custom font */
  src: url("../assets/fonts/Vazir-Regular.woff2") format("woff2"),
    url("../assets/fonts/Vazir-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-color: #333;
  --text-color: #fff;
  --hover-color: #fe681e;
}

html {
  scroll-behavior: smooth;
  width: 100%; /* Set width to 100% */
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  overflow-x: hidden; /* Hide horizontal overflow */
}

/* Global body styles */
body {
  margin: 0; /* Remove default margin */
  font-family: "vazir-font", sans-serif; /* Use the font-family you defined */
  padding: 0; /* Remove default padding */
  box-sizing: border-box; /* Include padding and border in element's total width and height */
  overflow-x: hidden; /* Hide horizontal overflow */
  width: 100%; /* Set width to 100% */
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
}
/* Container styles */
.container {
  width: 90%; /* Set width to 90% */
  max-width: 1150px; /* Set maximum width */
  margin: 0 auto; /* Center the container horizontally */
  padding: 0 10px; /* Adjust container padding for better fit on small screens */
}

/* Header styles */
header {
  /* Change background-color to transparent or remove it */
  background: transparent url("../assets/media/bg1.png"); /* Set background image */
  background-size: cover; /* Ensures the image covers the entire header */
  background-position: center; /* Centers the image horizontally and vertically */
  color: var(--text-color); /* Set text color */
  padding: 30px; /* Set padding */
  display: flex; /* Use flexbox */
  justify-content: space-between; /* Space items evenly along the main axis */
  align-items: center; /* Center items along the cross axis */
  font-family: "vazir-font", sans-serif; /* Use the font-family you defined */
  backdrop-filter: blur(30px); /* Apply a blur effect to the background */
}

/* Menu header styles */
header .container .menu-header {
  display: flex; /* Use flexbox */
  justify-content: space-between; /* Space items evenly along the main axis */
  align-items: center; /* Center items along the cross axis */
  border-bottom: 0.1px solid #a1a1a151; /* Add a bottom border */
}

/* Logo image styles */
.logo img {
  max-width: 87px; /* Set maximum width */
  height: auto; /* Automatically adjust height */
}
/* Navigation styles */
nav {
  display: block; /* Display as block-level element */
}

nav ul {
  list-style-type: none; /* Remove default list style */
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  display: flex; /* Use flexbox */
}

nav li {
  margin-left: 20px; /* Set left margin */
}

nav a {
  text-decoration: none; /* Remove underline */
  color: var(--text-color); /* Set text color */
  font-weight: bold; /* Set font weight */
  transition: 0.1s all; /* Add transition effect */
}

nav a:hover {
  color: var(--hover-color); /* Change text color on hover */
}

/* Your existing CSS */

.intro-contents {
  text-align: center; /* Center the spans horizontally */
  margin-top: 10%;
  position: relative;
}

.intro-contents span {
  display: block; /* Change to block to ensure each span is on its own line */
  text-align: right;
  margin-bottom: 10px; /* Add spacing between spans if needed */
  text-align: right;
  margin-right: 10%;
}

/* Make the first span larger */
.intro-contents span:first-child {
  font-size: 1.5em; /* Adjust the font size as needed */
  font-weight: bold;
}

/* Styling for the button */
.cta-button {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffcc00;
  color: #333;
  text-decoration: none;
  font-weight: lighter;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  left: 6%;
  bottom: 0%;
}

.cta-button:hover {
  background-color: #e65126; /* Change to your desired button hover color */
  color: #fff;
}

#menuToggle input {
  display: none;
}
/* Your existing CSS */

/* Add styles for the social-icons div */
#sponsers {
  background-color: #f0f0f0;
}
.social-icons {
  display: flex;
  text-align: center;
  justify-content: center;
}

.social-icons a {
  margin-right: 10px; /* Adjust the spacing between icons as needed */
}

.social-icons img {
  width: 155px;
  height: auto;
  padding: 30px;
}

#diff-part {
  background: url("/assets/media/app-screenshots-bg.jpg");
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ddd;
}

#diff-part .container {
  display: flex;
  flex-direction: column;
}
.indicator {
  display: none;
}
.section-with-span {
  margin-bottom: 60px; /* Adjust the margin to add space between border-bottom and text */
  text-align: center;
  position: relative;
  font-size: 25px;
  font-weight: bold;
}

.section-with-span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px; /* Adjust the length of the short border */
  border-bottom: 5px solid #00adfa; /* Add a 1px bottom border with a light color */
  transform: translate(-50%, 31px);
}

.section-with-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-with-images img {
  width: 23%; /* Adjust the width of the images */
  height: auto;
}

.section-with-images img:nth-child(2) {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 20px 0 23px;
}

/* Add styles for the new section within steps */
#steps {
  background-color: #ffffff;
  padding: 40px 0;
  text-align: center;
}

#steps .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.t-steps {
  margin-top: 30px; /* Adjust the top margin as needed */
}

.t-steps h1,
.t-steps h3 {
  margin: 0;
}

.t-steps h1 {
  font-size: 2em; /* Adjust the font size of h1 as needed */
}

.t-steps h3 {
  color: #777; /* Adjust the color as needed */
  font-weight: light;
}

/* Add styles for the new section within steps */
/* Add styles for the new section within steps */
#steps {
  background-color: #ffffff;
  padding: 40px 0;
  text-align: center;
}

#steps .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.t-steps {
  margin-top: 30px; /* Adjust the top margin as needed */
}

.t-steps h1,
.t-steps h3 {
  margin: 0;
}

.t-steps h1 {
  font-size: 2em; /* Adjust the font size of h1 as needed */
}

.t-steps h3 {
  color: #777; /* Adjust the color as needed */
  font-weight: light;
}

.circle-container {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -82px;
}

.circle {
  position: relative;
  width: 80px; /* Adjust the width of the circle */
  height: 80px; /* Adjust the height of the circle */
  border-radius: 50%;
  background-color: transparent; /* Adjust the background color of the circle */
  border: 1px solid #3498db;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; /* Ensure the circles are on top of the lines */
}

.circle p {
  color: #fff; /* Adjust the color of the text inside the circle */
  font-weight: bold;
}

.inner-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #28efdc;
}

.line {
  width: 2px; /* Adjust the width of the line */
  background-color: #3498db; /* Adjust the color of the line */
  position: absolute;
  z-index: 1;
}

.line1 {
  width: 2px;
  background-color: #3498db;
  position: absolute;
  z-index: 1;
  top: -97px;
  height: 274px;
  right: -140px;
  transform: rotate(90deg);
}

#box1,
#box2,
#box3 {
  width: 48%;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  flex: 1; /* Make the boxes flexible to distribute space evenly */
  padding: 30px; /* Add padding for spacing inside the box */
  text-align: center;
}

#box1 {
  margin-left: 62px;
}

#box2 {
  margin-left: -9px;
}
/* Vertical lines inside the circles */
.line:nth-child(1) {
  top: -97px;
  height: 274px;
  right: 217px;
  transform: rotate(90deg);
}
.line:nth-child(3) {
  top: -97px;
  height: 274px;
  right: 217px;
  transform: rotate(90deg);
}

.line:nth-child(2) {
  bottom: -57px;
  right: 41px;
  height: 72px;
}

.line:nth-child(3) {
  left: 50%; /* Adjust the left position */
  transform: translateX(-50%); /* Center horizontally */
}

.line:nth-child(4) {
  right: 50%;
  top: 65px;
  height: 65px;
}
/* Adjust z-index of third circle to make it selectable */
.circle:nth-child(3) {
  z-index: 3;
}

/* ... (Previous styles) ... */

/* Add styles for the new boxes under circles */
.box-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* Align items at the start vertically */
  margin-top: 20px; /* Adjust the top margin of the box container */
}

#box1 span,
#box2 span,
#box3 span {
  color: #0074d9;
  font-size: 22px;
}

#box1 p,
#box2 p,
#box3 p {
  color: #686868;
}

/* Add styles for the introduction section */
#introduction {
  background-color: #1f3157; /* Adjust the background color for the introduction section */
  padding: 40px 0;
  background: url(/assets/media/intro-bg.jpeg);
}

.introduction-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-part,
.right-part {
  width: 48%; /* Adjust the width of each part */
}

.left-part img {
  max-width: 70%; /* Make the image responsive within its container */
  height: auto;
  margin-bottom: 20px; /* Add some spacing between the image and other content */
}

.left-part {
  text-align: right; /* Adjust the text alignment for the left part */
}

.right-part {
  text-align: right; /* Adjust the text alignment for the right part */
}

.right-part h2 {
  color: #ffffff; /* Adjust the color for the heading */
}

.right-part p {
  color: #fff6f6; /* Adjust the color for the paragraph text */
  font-size: 16px; /* Adjust the font size for the paragraph text */
  line-height: 40px;
  text-align: justify;
  direction: rtl;
}

/* Add styles for the new section within beneftis */
#beneftis {
  background-color: #f0f0f0; /* Adjust the background color for the beneftis section */
  padding: 40px 0;
}

#beneftis h1 {
  text-align: center;
}

.benefits-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* Stretch items to equal height */
}

.benefit {
  width: 100%; /* Adjust the width of each benefit part - you can change this value */
  padding: 20px;
  text-align: center;
}

.benefit img {
  width: 90%;
}

.benefit-box {
  background-color: #fff; /* Adjust the background color for the benefit boxes */
  border: 1px solid #ddd; /* Add a border for separation */
  padding: 20px; /* Add padding to the boxes */
  margin-bottom: 20px; /* Add margin between the boxes */
  text-align: right;
  border-radius: 20px;
}
.benefit .right {
  margin-top: 40px;
}
.benefit-box span {
  font-size: 20px; /* Adjust the font size for the heading */
  font-weight: light;
}

.benefit-box p {
  color: #777; /* Adjust the color for the paragraph text */
  font-size: 16px; /* Adjust the font size for the paragraph text */
  line-height: 24px; /* Adjust the line height for better readability */
}

/* Adjust other existing styles as needed */

.middle {
  text-align: center;
}

.middle img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#pardakht {
  background-color: #1f3157; /* Adjust the background color for the pardakht section */
  padding: 40px 0;
  color: #fff;
  background: url(/assets/media/pardakht-bg.jpeg);
}

#pardakht .container {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start; /* Allow content to wrap on smaller screens */
}

#pardakht p {
  text-align: justify;
  direction: rtl;
  line-height: 50px;
}

/* Add styles for the left section in pardakht */
.left-section {
  width: 48%;
  text-align: right;
  margin-top: -20px;
}

/* Add styles for the right section in pardakht */
.right-section {
  width: 48%; /* Adjust the width of the right section */
}

/* Styles for images in the right section */
.right-section img {
  max-width: 300px; /* Set maximum width for images */
  height: auto; /* Automatically adjust height while maintaining aspect ratio */
  margin-bottom: 20px; /* Add margin at the bottom of images */
  margin-left: 126px; /* Add margin on the left side of images */
}

/* Styles for the 'poshtibani' section */
#poshtibani {
  border-bottom: 1px solid #77777757; /* Add bottom border with reduced opacity */
  padding-bottom: 20px; /* Add padding at the bottom */
}

/* Styles for the container within the 'poshtibani' section */
#poshtibani .container {
  display: flex; /* Use flexbox */
  flex-direction: column; /* Arrange items vertically */
  align-items: center; /* Center items horizontally */
}

/* Add styles for the top and bottom boxes */
.top-boxes,
.bottom-boxes {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px; /* Adjust the top margin as needed */
}

.box {
  width: 48%;
  padding: 20px;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 20px;
}

/* Add margin to create space between the boxes */
.box + .box {
  margin-left: 2%; /* Adjust the space between the boxes */
}

/* Styles for the 't-box-poshtibani' class */
.t-box-poshtibani {
  display: flex; /* Use flexbox */
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
}

/* Styles for headings within boxes */
.box h3 {
  font-size: 1.5em; /* Set font size for heading */
  margin-bottom: 10px; /* Add margin at the bottom */
  display: inline; /* Ensure headings display inline */
}

/* Styles for paragraphs within boxes */
.box p {
  color: #777; /* Set text color */
  font-size: 16px; /* Set font size */
  line-height: 24px; /* Set line height */
}

/* Styles for images within boxes */
.box img {
  max-width: 10%; /* Set maximum width for images */
  height: auto; /* Automatically adjust height while maintaining aspect ratio */
  margin-top: 10px; /* Add margin at the top */
}

/* Adjust the styles for the footer */
footer {
  background-color: #f2f2f2;
  padding: 20px 0;
  text-align: center; /* Center text within the footer */
}

/* Adjust the styles for the container */
footer .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* Adjust the styles for the footer sections */
.footer-section {
  display: flex;
  flex-direction: column; /* Change the direction to column to stack the elements */
}

/* Adjust the styles for the image */
.footer-section img {
  width: 100px; /* Adjust the width of the image */
  height: auto; /* Maintain aspect ratio */
  margin: 0 5px; /* Adjust spacing between images */
}

.top-left img:first-child,
.top-left img:last-child {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  max-width: 100px; /* Adjust the width of the image */
  height: auto; /* Maintain aspect ratio */
}

/* Remove grayscale filter on hover */
.top-left img:hover {
  filter: none;
}

.top-right {
  justify-content: flex-end;
  border-bottom: 1px solid #ccc; /* Add border-bottom only to top-right div */
  padding: 23px 25px 27px 0; /* Set padding */ /* Add padding to create space between the content and the border */
}

.top-left,
.top-right {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc; /* Add border-bottom to both top-left and top-right */
}

.top-left {
  margin-right: auto; /* Push top-right div to the right */
  padding-bottom: 5px; /* Add padding to create space between the content and the border */
}

/* Adjust the styles for the bottom-left section */
.bottom-left {
  margin-top: 34px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.bottom-left a {
  text-decoration: none;
  color: #777;
  font-size: 13px;
}

.bottom-left a:hover {
  color: #004677;
}

/* Adjust the styles for the bottom-right section */
.bottom-right {
  text-align: center;
  margin-bottom: 14px;
}

.bottom-right a {
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  color: black;
  transition: 0.3s all;
}

.bottom-right a:hover {
  color: #00adfa;
}

/* Add a media query for screens smaller than 768px (typical mobile devices) */
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px; /* Adjust the base font size for smaller screens */
    margin: 0;
  }

  .container {
    width: 100%; /* Adjust the container width for better fit on small screens */
    padding: 0; /* Remove padding for small screens */
  }
  .social-icons img {
    width: 100%;
    height: 67px;
    padding-left: 8px;
  }
  /* Hamburger menu styling */

  /* Add styles for the menu toggle */
  #menuToggle {
    display: block;
    position: fixed; /* Position fixed to keep it fixed on the screen */
    top: 20px; /* Adjust the distance from the top */
    right: 20px; /* Align to the right side of the page */
    z-index: 1000; /* Ensure it's above other content */
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }

  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fe681e;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.3s ease; /* Adjust timing for smoother animation */
  }

  /* Styles for the first span within #menuToggle */
  #menuToggle span:first-child {
    transform-origin: 0% 0%; /* Set the transform origin to the top-left corner */
  }

  /* Styles for the second-to-last span within #menuToggle */
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%; /* Set the transform origin to the bottom-left corner */
  }

  /* Styles for spans when the input is checked */
  #menuToggle input:checked ~ span {
    opacity: 1; /* Make the spans visible */
    transform: rotate(45deg) translate(-2px, -1px); /* Rotate and translate the spans to form the close icon */
    background: #fe681e; /* Change background color */
  }

  /* Styles for the third-to-last span when the input is checked */
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0; /* Hide the third-to-last span */
    transform: rotate(0deg) scale(0.2, 0.2); /* Scale down and rotate the third-to-last span */
  }

  /* Styles for the second-to-last span when the input is checked */
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px); /* Rotate and translate the second-to-last span to form the close icon */
  }

  /* Styles for the #menu */
  #menu {
    display: none; /* Initially hide the menu */
    position: fixed; /* Position the menu fixed */
    top: 0; /* Align the menu to the top */
    right: 2px; /* Align the menu to the right */
    width: 100%; /* Set the width to 100% */
    height: 36px; /* Set the height */
    padding: 49px 11px 11px 10px; /* Add padding */
    background: #ededed56; /* Set background color */
    list-style-type: none; /* Remove list styles */
    -webkit-font-smoothing: antialiased; /* Improve font rendering */
    transform-origin: 0% 0%; /* Set the transform origin to the top-left corner */
    transform: translateX(-100%); /* Initially translate the menu off-screen */
    transition: transform 0.3s ease; /* Add transition property for smooth animation */
  }

  /* Styles for the #menu when input is checked */
  #menuToggle input:checked ~ #menu {
    display: block; /* Show the menu when input is checked */
    transform: translateY(0); /* Slide the menu in smoothly */
  }

  /* Styles for list items within #menu */
  #menu li {
    padding: 10px 0px; /* Add padding */
    font-size: 17px; /* Set font size */
  }

  /* Styles for the unordered list within nav */
  nav ul {
    list-style-type: none; /* Remove list styles */
    margin: 0; /* Remove margin */
    padding: 0; /* Remove padding */
    display: flex; /* Use flexbox */
    flex-direction: row; /* Arrange items horizontally */
    align-content: stretch; /* Stretch items vertically */
    justify-content: flex-end; /* Align items to the end */
    align-items: center; /* Center items vertically */
  }

  /* Adjust other existing styles as needed */

  .intro-contents {
    margin-top: 5%;
    margin-bottom: 26%;
  }

  .intro-contents span {
    margin-bottom: 5px; /* Adjust spacing between spans */
    margin-right: 0; /* Reset right margin */
    text-align: center; /* Center text in intro section */
  }

  .cta-button {
    left: 31%;
    bottom: -70%;
  }

  .section-with-images img,
  .right-part img {
    width: 45%;
    margin: 0 auto;
    padding: 0 20px 0 23px;
  }

  .circle-container {
    flex-direction: column; /* Stack circles and lines vertically */
    align-items: center; /* Center circles and lines */
    margin-top: 10px; /* Adjust margin */
  }

  .line {
    height: 1px; /* Reduce line height */
    margin: 0 5px; /* Adjust margin */
  }

  .line ion-icon {
    top: -12px; /* Adjust vertical position */
    font-size: 20px; /* Adjust icon size */
  }

  .box-container {
    flex-direction: column; /* Stack boxes vertically */
    align-items: center; /* Center boxes */
    margin-top: 10px; /* Adjust margin */
  }

  .box {
    width: 90%; /* Adjust box width */
    margin-bottom: 20px; /* Adjust margin */
  }

  .top-boxes,
  .bottom-boxes {
    flex-direction: column; /* Stack boxes vertically */
    align-items: center; /* Center boxes */
  }

  .box + .box {
    margin-left: 0; /* Reset margin */
    margin-top: 20px; /* Adjust margin */
  }

  .footer-section img {
    width: 70px; /* Adjust image size */
    height: auto; /* Maintain aspect ratio */
  }

  .top-left,
  .top-right {
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center elements */
    padding-bottom: 20px; /* Adjust padding */
    border-bottom: none; /* Remove border */
  }

  .bottom-left a {
    font-size: 12px; /* Adjust font size */
  }

  .bottom-right a {
    font-size: 16px; /* Adjust font size */
  }
  /* Styles for #diff-part */
  #diff-part {
    background-color: #f0f0f0; /* Set background color */
    padding: 40px 0; /* Add padding */
    display: flex; /* Use flexbox */
    flex-direction: column; /* Arrange items vertically */
    align-items: center; /* Center items horizontally */
    color: #ddd; /* Set text color */
  }

  /* Styles for #image-container */
  #image-container {
    width: 100%; /* Set width to 100% */
    overflow: hidden; /* Hide overflowing content */
    white-space: nowrap; /* Prevent wrapping */
  }

  /* Styles for images within #image-container */
  #image-container img {
    width: 100%; /* Set width to 100% */
    display: inline-block; /* Display images as inline-block elements */
  }

  /* Styles for .section-with-images */
  .section-with-images {
    overflow: hidden; /* Ensure images are clipped when sliding */
    white-space: nowrap; /* Prevent images from wrapping */
    transition: transform 0.5s ease; /* Smooth transition for sliding */
  }

  /* Styles for images within .section-with-images */
  .section-with-images img {
    width: 0%; /* Initially set width to 0% */
    height: auto; /* Maintain aspect ratio */
    transition: opacity 0.5s ease; /* Smooth transition for opacity */
    opacity: 0; /* Initially set opacity to 0 */
  }

  /* Additional styles for the second image within .section-with-images */
  .section-with-images img:nth-child(2) {
    width: 234px; /* Set specific width */
    margin: 0 auto; /* Center horizontally */
    padding: 0 20px 0 23px; /* Add padding */
  }

  .section-with-images img.show {
    opacity: 1; /* Show the images */
  }
  /* Add your custom styles here */
  #main {
    transition: opacity 0.3s ease; /* Smooth transition effect */
  }
  /* Styles for circles indicating different sections */
  .circle-diff {
    width: 10px; /* Set width */
    height: 10px; /* Set height */
    border-radius: 50%; /* Make it round */
    background-color: gray; /* Set background color */
    margin: 0 5px; /* Add margin */
    display: inline-block; /* Display as inline block */
  }

  /* Active circle style */
  .active {
    background-color: blue; /* Change background color when active */
  }

  /* Styles for the indicator */
  .indicator {
    text-align: center; /* Center align */
    margin-top: 33px; /* Add top margin */
    display: inline-block; /* Display as inline block */
  }

  /* Hide the right section initially */
  .right-section {
    display: none; /* Hide the right section */
  }

  /* Styles for the left section */
  .left-section {
    width: 77%; /* Set width */
    text-align: center; /* Center align text */
    margin-top: 0%; /* Set top margin */
    line-height: 34px; /* Set line height */
  }

  /* Styles for the steps container */
  #steps {
    background-color: #ffffff; /* Set background color */
    padding: 0px 0; /* Add padding */
    text-align: center; /* Center align text */
  }

  /* Styles for the steps container */
  #steps .container {
    display: flex; /* Use flexbox */
    flex-direction: column; /* Arrange items vertically */
    align-items: center; /* Center items horizontally */
  }

  /* Styles for individual steps */
  .t-steps {
    margin-top: 30px; /* Add top margin */
  }

  .t-steps h1 {
    font-size: 21px; /* Set font size */
    font-weight: lighter; /* Set font weight */
    margin: 0; /* Reset margin */
  }

  .t-steps h3 {
    font-size: 18px; /* Set font size */
    color: #777; /* Set text color */
    font-weight: lighter; /* Set font weight */
    padding-bottom: 40px; /* Add bottom padding */
    margin: 0; /* Reset margin */
  }

  /* Styles for the circle container */
  .circle-container {
    position: relative; /* Set position */
    display: flex; /* Use flexbox */
    flex-direction: column; /* Arrange items vertically */
    align-items: center; /* Center items horizontally */
    margin-top: 20px; /* Add top margin */
  }

  /* Styles for individual circles */
  .circle {
    position: absolute; /* Set position */
    width: 80px; /* Set width */
    height: 80px; /* Set height */
    border-radius: 50%; /* Make it round */
    background-color: #3498db; /* Set background color */
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    z-index: 2; /* Set z-index */
  }

  /* Styles for inner circles */
  .inner-circle {
    width: 50px; /* Set width */
    height: 50px; /* Set height */
    border-radius: 50%; /* Make it round */
    background-color: transparent; /* Set background color */
  }

  /* Positioning for specific circles */
  .circle:nth-child(1) {
    top: calc(12px - 57px); /* Calculate top position */
    left: 38%; /* Set left position */
  }

  #third-circle {
    top: calc(408px - 57px); /* Calculate top position */
    left: 38%; /* Set left position */
  }

  .circle:nth-child(3) {
    top: calc(212px - 57px); /* Calculate top position */
    left: 38%; /* Set left position */
  }

  /* Styles for the box container */
  .box-container {
    display: flex; /* Use flexbox */
    flex-direction: column; /* Arrange items vertically */
    align-items: center; /* Center items horizontally */
    margin-top: 20px; /* Add top margin */
  }

  /* Styles for individual boxes */
  .box {
    width: 80%; /* Set width */
    padding: 20px; /* Add padding */
    text-align: center; /* Center align text */
    margin-bottom: 20px; /* Add bottom margin */
    position: relative; /* Set position */
  }

  /* Styles for pseudo-element before the box */
  .box:before {
    content: ""; /* Add content */
    display: block; /* Display as block */
    width: 1px; /* Set width */
    height: 60px; /* Set height */
    background-color: transparent; /* Set background color */
    position: absolute; /* Set position */
    top: -60px; /* Set top position */
    left: 50%; /* Set left position */
    transform: translateX(-50%); /* Center horizontally */
    z-index: 1; /* Set z-index */
  }

  /* Adjust z-index of third circle to make it selectable */
  .circle:nth-child(3) {
    z-index: 3;
  }

  /* Styles for introduction content */
  .introduction-content {
    display: flex; /* Use flexbox */
    justify-content: space-between; /* Space between items */
    align-items: center; /* Center items vertically */
    flex-direction: column-reverse; /* Reverse the order of columns */
    text-align: center; /* Center align text */
  }

  /* Styles for the left part */
  .left-part {
    text-align: center; /* Center align text */
  }

  /* Styles for the paragraphs in the right part */
  .right-part p {
    color: #fff6f6; /* Set text color */
    font-size: 16px; /* Set font size */
    line-height: 35px; /* Set line height */
    width: 413px; /* Set width */
    text-align: right; /* Right align text */
    margin-left: -31%; /* Adjust left margin */
    text-align: justify; /* Justify text */
    direction: rtl; /* Right-to-left direction */
  }

  /* Styles for the right part */
  .right-part {
    width: 60%; /* Set width */
  }

  /* Styles for the heading in the right part */
  .right-part h2 {
    text-align: center; /* Center align text */
  }

  /* Styles for benefits */
  .benefit {
    width: 92%; /* Set width */
    padding: 20px; /* Add padding */
    text-align: center; /* Center align text */
  }

  /* Styles for benefits content */
  .benefits-content {
    display: flex; /* Use flexbox */
    justify-content: space-between; /* Space between items */
    align-items: stretch; /* Stretch items */
    flex-direction: column; /* Arrange items vertically */
  }

  .footer-section {
    flex-direction: column; /* Change direction to stack elements vertically */
    align-items: center; /* Center elements horizontally */
  }

  .footer-section img {
    width: 70px; /* Adjust image size for mobile */
    height: auto; /* Maintain aspect ratio */
  }

  .top-left,
  .top-right {
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center elements horizontally */
    padding-bottom: 20px; /* Adjust padding */
    border-bottom: none; /* Remove border */
    display: inline;
  }

  .bottom-left a {
    font-size: 12px; /* Adjust font size */
    padding: 0px 17px 14px 9px;
  }

  .bottom-right a {
    font-size: 16px; /* Adjust font size */
  }
  /* Styles for circle container */
  .circle-container {
    justify-content: center; /* Center content horizontally */
    flex-wrap: wrap; /* Allow wrapping of items */
  }

  /* Styles for circles */
  .circle {
    margin: 0px; /* Set margin */
  }

  /* Styles for line */
  .line {
    display: none; /* Hide the line */
  }

  /* Styles for box container */
  .box-container {
    flex-direction: column; /* Arrange items vertically */
  }

  /* Styles for boxes */
  .box {
    width: 90%; /* Set width */
    margin-bottom: 20px; /* Add bottom margin */
  }

  /* Styles for footer container */
  footer .container {
    display: flex; /* Use flexbox */
    justify-content: space-evenly; /* Distribute items evenly */
    align-items: center; /* Center items vertically */
    flex-direction: column; /* Arrange items vertically */
  }

  /* Styles for bottom left */
  .bottom-left {
    margin-top: px; /* Adjust margin */
    display: flex; /* Use flexbox */
    justify-content: space-evenly; /* Distribute items evenly */
    align-items: center; /* Center items vertically */
  }

  /* Styles for line1 */
  .line1 {
    display: none; /* Hide line1 */
  }

  /* Styles for box1, box2, and box3 */
  #box1,
  #box2,
  #box3 {
    width: 48%; /* Set width */
    padding: 20px; /* Add padding */
    text-align: center; /* Center align text */
    background-color: #f0f0f0; /* Set background color */
    border: 1px solid #ddd; /* Add border */
    border-radius: 20px; /* Add border radius */
  }

  /* Adjust margins between boxes */
  #box1,
  #box2,
  #box3 + #box1,
  #box2,
  #box3 {
    margin-left: 2%; /* Adjust the space between the boxes */
  }

  /* Styles for box1, box2, and box3 headings */
  #box1,
  #box2,
  #box3 h3 {
    font-size: 1.5em; /* Set font size */
    margin-bottom: 10px; /* Add bottom margin */
    display: inline; /* Display inline */
  }

  /* Styles for box1, box2, and box3 paragraphs */
  #box1,
  #box2,
  #box3 p {
    color: #777; /* Set text color */
    font-size: 16px; /* Set font size */
    line-height: 35px; /* Set line height */
    width: fit-content; /* Set width to fit content */
  }

  /* Additional style for box3 */
  #box3 {
    width: 389px; /* Set width */
  }

  /* Logo styling */
  .logo img {
    max-width: 18%; /* Set the maximum width of the logo */
    height: auto; /* Automatically adjust the height */
    margin-top: -22px; /* Adjust the top margin to position the logo */
  }

  /* Left part image styling */
  .left-part img {
    max-width: 306px; /* Set the maximum width of the left part image */
    height: auto; /* Automatically adjust the height */
    margin-bottom: 20px; /* Add margin at the bottom for spacing */
    margin-left: -46px; /* Adjust the left margin to position the image */
  }
}
