
      @font-face {
        font-family: "IRANYekanXFaNum";
        font-style: normal;
        font-weight: 800;
        src: 
             url("font/Woff2/IRANYekanXFaNum-ExtraBold.woff2") format("woff2");
        font-display: swap;
    }
    @font-face {
        font-family: "IRANYekanXFaNum";
        font-style: normal;
        font-weight: 700;
        src: 
             url("font/Woff2/IRANYekanXFaNum-Bold.woff2") format("woff2");
        font-display: swap;
    }
    @font-face {
        font-family: "IRANYekanXFaNum";
        font-style: normal;
        font-weight: 500;
        src: 
             url("font/Woff2/IRANYekanXFaNum-Medium.woff2") format("woff2");
        font-display: swap;
    }
    @font-face {
        font-family: "IRANYekanXFaNum";
        font-style: normal;
        font-weight: 400;
        src: 
             url("font/Woff2/IRANYekanXFaNum-Regular.woff2") format("woff2");
        font-display: swap;
    }


    img {
      pointer-events: none;       /* Prevent interaction */
      -webkit-user-drag: none;    /* Disable dragging in Safari */
    }

    body {
        background-color: #0A0121;
        color: #FFFFFF;
        font-family: 'IRANYekanXFaNum', sans-serif;
        font-weight: 400;
        overflow-x: hidden;

    }
    .no-select {
      user-select: none;          /* For modern browsers */
      -webkit-user-select: none;  /* For Safari */
      -moz-user-select: none;     /* For Firefox */
      -ms-user-select: none;      /* For Internet Explorer/Edge */
    }


.navbar {
  background-color: transparent !important;
}
/* Navbar styling */
.navbar-brand img {
  width: 4rem;
}
.company-name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.navbar-toggler {
  border: none;
  background: #0A0121;
}
.navbar-toggler-icon {
  background-image: url('images/menu.svg');
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.navbar-nav {
  display: flex;
  align-items: center;
}
.navbar-nav .nav-item {
  margin: 0 1rem;
  position: relative;
}
.navbar-nav .nav-link {
  opacity: 0.85;
  text-decoration: none;
  position: relative;
  font-size: 1.2rem;
}
.navbar-nav .nav-link.active {
  opacity: 1;
}
.navbar-nav .nav-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  right: 0;
  bottom: -3px;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
}
<!-- .search-container {
  display: flex;
  align-items: center;
}
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.search-input {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border-radius: 6px;
  font-size: 0.9rem;
  text-align: right;
  background-color: rgba(33, 33, 65, 0.40);
  border: 1px solid #ccc;
  color: #fff;
}
.search-button {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.search-icon {
  width: 1.2rem;
  height: auto;
}
.search-button:focus {
  outline: none;
} -->

@media (max-width: 991px) {
  .navbar .container {
      justify-content: space-between;
  }
  html, body {
    overflow-x: hidden;
  }
  
  .navbar-brand {
      order: 2;
      margin-left: 16px;
  }
  .navbar-toggler {
      order: 1;
      margin-right: 16px;
  }
  .navbar-collapse {
      position: absolute;
      top: 100%;
      right: 16px;
      left: 0;
      background-color: rgba(10, 1, 33, 1); /* Changed to rgba with 90% opacity */
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out;
      z-index: 1000;
  }
  .navbar-collapse.show {
      max-height: 500px; /* Adjust this value as needed */
  }
  .navbar-nav {
      flex-direction: column;
      align-items: flex-start;
      padding: 1rem;
  }
  .navbar-nav .nav-link {
    font-size: 1rem;
  }
  .navbar-nav .nav-item {
      margin: 0.5rem 0;
  }
  .company-name{
    display: none;
  }
  .search-container {
    display: none;
  }
}

/* Vertical line with gradient */
.section-container {
  position: relative;
}

.vertical-line {
  position: absolute;
  top: 0;
  right: 20px; /* Adjust as needed */
  width: 2px;
  z-index: 10;
  
}

.icon-container {
  position: absolute;
  right: 1px; /* Centered on the line */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.icon-container img {
  width: 200px;
  height: 200px;
}

/* Hero Section Styles */
.hero {
  position: relative;
  padding: 2rem 0;
  align-items: right;
  justify-content: space-between;
  text-align: right;
  flex-direction: row-reverse;
  margin-bottom: 3.3rem;
  margin-top: 3.4rem;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero .row {
  margin: 0;
}

.hero-content {
  max-width: 100%;
  margin-right: 20px;
}

/* SVG container styling */
.svg-container {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
  
  /* Animation properties */
  position: relative;             /* Ensure the element is positioned for the animation */
  animation: slideDown 2s ease-in-out forwards; 
  opacity: 0;                     /* Initial opacity is 0 */
}

/* Keyframes for the top-to-bottom animation with opacity */
@keyframes slideDown {
  0% {
    transform: translateY(-20%);  /* Start off the screen at the top */
    opacity: 0;                    /* Fully transparent */
  }
  100% {
    transform: translateY(0);      /* End at the original position */
    opacity: 1;                    /* Fully visible */
  }
}


.hero .hero-svg {
  width: 450px;
  max-width: 450px;
  height: auto;
  margin-right: 0;
}

.hero-vertical-line {
  background: linear-gradient(to bottom,#0D0D17, #5750C1, #00FF75);
  height: 120%;
  margin-top: 120px;
}

.hero-icon-container {
  background-color: #0D0D17;
  backdrop-filter: blur(3px);
  top: 70%;
}

/* Button styling */
.hero button {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 2rem;
  background: linear-gradient(41deg, #5750C1 0%, #322D80 100%);
  border-radius: 10px;
  border: 2px solid #5750C1;
  padding: 10px 20px;
  padding-right: 10px;
  transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease;
}

.hero button:hover {
  background: none;
  background-color: #fff;
  color: #5750C1;
  border: 2px solid #5750C1;
  fill: #5750C1;
}

.hero button .sabt-icon {
  stroke: #ffffff;
  transition: stroke 0.3s ease;
}

.hero button:hover .sabt-icon {
  stroke: #5750C1;
}

/* Text styling */
.hero h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-right: 2rem;
}

.hero p {
  font-size: 1rem;
  padding-top: 1rem;
  margin-right: 2rem;
}

.text-content-container {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
}

/* Responsive styles */
@media (max-width: 991px) {
  .hero {
      padding: 1rem;
      padding-top: 0;
  }
  .hero-vertical-line {
      height: 110%;
      margin-top: 200px;
  }
  .hero-icon-container {
      top: 91%;
  }
  .hero-content {
      text-align: right;
  }
  .hero .hero-svg {
      width: 300px;
      margin-bottom: 5rem;
      margin-left: auto;
      margin-right: auto;
  }
  .hero h1 {
      font-size: 1.6rem;
      font-weight: 800;
  }
  .hero p {
      font-size: 1rem;
  }
  .text-content-container{
      justify-content: center;
      margin-right: 10px;
  }

  .svg-container {
      justify-content: center;
      margin-right: 20px;
  }
  .order-1 {
      order: 1;
  }
  .order-2 {
      order: 2;
  }
}

/* Capabilities Section Styles */
.capabilities-vertical-line {
  background: linear-gradient(to bottom, #00FF75, #5750C1);
  width: 2px; /* Adjust the width as needed */
  position: absolute;
  top: 0;
  bottom: -50%; /* Extend the line to the next section */
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.5s ease-out;
}

.capabilities-vertical-line.animate {
  transform: scaleY(1);
}

.capabilities {
  position: relative;
  padding: 60px 0;
  text-align: center;
  overflow: visible; /* Allow the vertical line to overflow */
}

.container {
  position: relative;
  overflow: visible; /* Ensure the container doesn't hide the extended line */
}


.section-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-right: 4rem;
    text-align: right;
    font-weight: bold;
}

.img-cap {
    position: absolute;
    top: 0;
    right: -5rem;
    height: 100%;
    width: 10rem;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    
}

.capability-item {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 2px;
    height: 5rem;
    color: white;
    position: relative;
    z-index: 2;
    margin-right: 2rem;

}

.capability-icon {
    padding: 10px;
    border-radius: 50%;
    margin-left: 10px;
}

.capability-icon img {
    width: 40px;
}

.capability-title {
    font-size: 1rem;
    margin: 0;
    text-align: right;
}

.capabilities-icon-container {
  background-color: #0D0D17; /* Light teal */
  backdrop-filter: blur(5px);
  top: 0px; /* Align with the section title */
}

@media (max-width: 991px) {
  .img-cap {
      width: 8rem;
  }

  .capabilities {
      padding-top: 150px;
      text-align: center;
      position: relative;
      overflow: visible; /* Allow the vertical line to overflow */
      margin-right: 16px;
  }

  .section-title {
      font-size: 1.8rem;
      margin-bottom: 1rem;
      margin-right: 4rem;
      text-align: right;
      font-weight: bold;
  }

  .capability-item {
      display: flex;
      align-items: center;
      justify-content: right;
      padding: 10px;
      border-radius: 10px;
      margin-bottom: 2px;
      height: 4rem;
      margin-right: 2.8rem;
  }

  .capabilities-vertical-line {
      width: 2px; /* Adjust the width for smaller screens */
      top: 0;
      bottom: -25%; /* Adjust this value based on how far you want the line to extend */
  }
}






/* Products Section Styles */
.products-vertical-line {
  background: linear-gradient(to bottom, #5750C1, #5750C1);
  height: 0;
  margin-top: -100px;

}



.products-icon-container {
  background-color: rgba(78, 205, 196, 0.1); /* Light teal */
  backdrop-filter: blur(5px);
  top: 0px; /* Align with the section title */
}

.products-container {
    padding: 40px 0;
}

.products-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: bold;
    position: relative;
    padding-right: 50px;
    
}

.line-right {
  position: absolute;
  top: -50px;
  right: -110px;
  width: 100px;
  height: 100px; /* Specify the height */
  background-image: url('images/line-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.line-left {
  position: absolute;
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px; /* Specify the height */
  background-image: url('images/line-left.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.products-content {
  margin-bottom: 5rem;
  margin-right: 120px;
  position: relative; /* Added to establish positioning context */
}

/* Initially hidden with opacity and Y-axis translation */
.products-content {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Class that makes the content visible with animation */
.products-content.visible {
  opacity: 1;
  transform: translateY(0);
}


.products-image img {
  width: 250px;
  height: auto;
  margin-right: 8rem;
}

.products-image-right img {
width: 250px;
height: auto;
margin-left: 8rem;
}

.products-text {
  position: relative; /* Added to establish positioning context for absolute positioned children */
}

.products-text h2 {
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
  position: relative;
  padding-right: 0px;
}

.products-text h2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url('images/product-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.products-text p {
    font-size: 16px;
    color: #CCCCCC;
    margin-bottom: 20px;
}

.products-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.products-features li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #BBBBBB;
    padding-right: 20px;
    position: relative;
}

.products-features li::before {
    content: '•';
    position: absolute;
    right: 0;
    color: #5750C1;
}

.products-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.register-btn {
    background: linear-gradient(41deg, #5750C1 0%, #322D80 100%);
    color: white;
}

.register-btn:hover {
    background-color: #9D8DF0;
}

.question-btn {
    background-color: transparent;
    color: #9D8DF0;
    border: 1px solid #5750C1;
}

.question-btn:hover {
    background-color: #9D8DF0;
    color: white;
}

@media (max-width: 991px) {
  .products-content {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  padding-left: 40px !important;
  padding-right: 15px;
}
.cst-cards-wrapper {
  overflow-x: hidden;
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
  .products-features  {
    order: 1;
    text-align: right;
  }

  .products-image,
  .products-image-right {
    order: 2;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .products-image img,
  .products-image-right img {
    width: 50%;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .products-content {
    margin-bottom: 3rem;
    margin-right: 20px;
  }

  .products-vertical-line {
    background: linear-gradient(to bottom, #5750C1, #5750C1);
    height: 10%;
    margin-top: 0px;
    margin-right: 16px;
  }

  .products-icon-container {
    background-color: rgba(78, 205, 196, 0.1);
    backdrop-filter: blur(5px);
    top: 0px;
    margin-right: 16px;
  }

  .products-container {
    padding: 40px 0;
    align-items: center;
  }

  .products-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-right: 24px;
    text-align: right;
    font-weight: bold;
  }


  .line-right,
  .line-left {
    width: 24px;
    height: 340px;
    top: -260px;

  }

  .line-right {
    margin-right: 111px;
    background-image: url('images/mobile-line-right.svg'); /* New SVG for mobile */
  }

  .line-left {
    margin-left: -50px;
    background-image: url('images/mobile-line-left.svg'); /* New SVG for mobile */
  }

  .products-text h2 {
font-weight: 700;
font-size: 1.2rem;
  }

  .products-text h2::before {
    right: 0;
  }

  .products-features li {
    padding-right: 15px;
  }

  .products-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .products-btn {
    margin-bottom: 10px;
  }
}

/* General hidden class to hide sections initially */
.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}


.customers-section {
  width: 100%;
  padding: 20px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  direction: ltr;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.cst-vertical-line {
  position: absolute;
  top: -100%;
  left: 20px;
  height: 130%;
  width: 2px;
  background: linear-gradient(to bottom, #5750C1, #5750C1, #00FF75,#0D0D17);
  z-index: 1;
}
.cst-icon-wrapper {
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #0D0D17;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cst-icon {
  width: 200px;
  height: 200px;
}

.cst-cards-wrapper {
  overflow: hidden;
  padding-bottom: 20px;
}

.cst-cards-slider {
  display: flex;
  transition: transform 0.1s ease;
}

.cst-card {
  flex: 0 0 180px; /* Adjust this width as needed */
  margin-right: 16px;
  text-align: center;
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px; /* Adjust this height as needed */
}


.cst-card-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto 0px; /* Add some bottom margin */
}

.cst-card-text {
  margin: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  direction: rtl;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1; /* Allow text container to grow and fill space */
}

.cst-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  padding-left: 48px;
}
.cst-title {
  font-size: 1.8rem;
  font-weight: bold;
  z-index: 3;
  text-align: left;
}

@media (max-width: 768px) {
  .cst-vertical-line {
      left: 20px;
  }
  .cst-icon-wrapper {
      left: 10px;
  }
  .cst-title-wrapper {
      padding-left: 60px;
  }
  .cst-title {
      font-size: 1.5rem;
  }
  .cst-card {
    flex: 0 0 150px;
    height: 180px; /* Adjust for mobile if needed */  }

}


.team-section {
  width: 100%;
  padding: 20px;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.team-vertical-line {
  position: absolute;
  top: 0;
  left: 20px;
  height: 60%;
  width: 2px;
  background: linear-gradient(to bottom, #0D0D17, #00FF75, #0D0D17);
  z-index: 1;
}
.team-icon-wrapper {
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #0D0D17;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-icon {
  width: 180px;
  height: 180px;
}
.team-title {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  font-weight: bold;
  margin-left: 50px;
}
.team-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-left: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.team-wrapper::-webkit-scrollbar {
  display: none;
}
.team-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  display: flex;
  align-items: center;
  min-width: 250px;
  white-space: nowrap;
}
.team-img {
  width: 68px;
  height: 68px;
  margin-left: 15px;
  flex-shrink: 0;
}
.team-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-name {
  margin: 0;
  font-size: 1rem;
  text-align: right;
}
.team-position {
  margin: 0;
  font-size: 14px;
  color: #bdbdbd;
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .team-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-left: 0;
  }
}
.team-vertical-line {
  position: absolute;
  top: -40%;
  left: 0px;
}
.team-icon-wrapper {
  left: -20px;
}




/* Blog Section */
.blog-section {
  width: 100%;
  padding: 20px;
  margin-bottom: 3rem;
  margin-top: 10rem;
  position: relative;
}
.blog-vertical-line {
  position: absolute;
  top: -40%;
  left: 20px;
  height: 60%;
  width: 2px;
  background: linear-gradient(to bottom,#0D0D17, #00FF75, #5750C1, #5750C1,#0D0D17);
  z-index: 0;
}
.blog-icon-container {
  background-color: #0D0D17;
  backdrop-filter: blur(5px);
  top: 0px;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.blog-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  margin-right: 50px;
  z-index: 50;
}
.more-posts {
  text-align: left;
}
.more-posts a {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
}
.more-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.more-posts span {
  font-size: 16px;
  color: #ffffff;
}
.blog-wrapper {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-left: 15px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.blog-wrapper::-webkit-scrollbar {
  display: none;
}
.blog-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  height: 340px;
}
.blog-img {
  height: 150px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 10px;
}
.blog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-card-title {
  font-size: 1rem;
  margin: 0;
  padding-top: 10px;
  text-align: right;
}
.blog-paragraph {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0;
  line-height: 1.5;
  max-height: calc(1.5em * 4);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: justify;
}
.blog-time {
  font-size: 12px;
  color: #888;
  margin-top: auto;
}

@media (max-width: 768px) {
  .blog-section {
    padding: 20px 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .blog-section .container {
    padding: 0;
  }
  .blog-vertical-line {
    left: 20px;
    height: 40%;
    top: -80px;
  }
  .blog-icon-container {
    top: 10px;
    left: 20px;
  }
  .blog-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 0 20px;
  }
  .blog-title {
    font-size: 1.5rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
    margin-top: 16px;
  }
  .more-posts {
    width: 100%;
    text-align: right;
  }
  .more-posts a {
    justify-content: flex-end;
  }
  .more-icon {
    margin-right: 0;
    margin-left: 10px;
  }
  .blog-wrapper {
    gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-card {
    flex: 0 0 85%;
    min-width: 85%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  .blog-img {
    height: 200px;
  }
  .blog-content {
    padding: 12px 0;
  }
  .blog-card-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .blog-paragraph {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .blog-time {
    font-size: 0.8rem;
  }
}

footer {
  padding: 2rem;
  background-color: #121221 !important;
  text-align: center;
  color: #888;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.logo-img {
  width: 80px;
  margin-bottom: 10px;
}

.company-name-footer {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-media {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.social-icon:hover {
  opacity: 0.8;
}

/* Responsive styles */
@media (max-width: 768px) {
  footer {
    padding: 1.5rem;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .footer-logo {
    align-items: center;
  }

  .logo-img {
    width: 60px;
  }

  .company-name-footer {
    font-size: 20px;
  }

  .footer-links {
    text-align: center;
    margin-bottom: 1rem;
  }

  .footer-links li {
    margin-bottom: 8px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .social-media {
    justify-content: center;
  }

  .social-icon {
    width: 20px;
    height: 20px;
  }
}

    