/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.history-main {
  max-width: 100%;
  margin: 0 auto;
  font-family: "Manrope";
}
.swiper-pagination-custom {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.swiper-pagination-custom li {
  position: relative;
}
.swiper-pagination-custom li span {
  color: #000000;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.history-item {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  margin-bottom: 50px;
}
.history-img,
.history-content {
  width: calc(50% - 35px);
}
.history-img img {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
}
.history-content p.number {
  color: #fff;
  background-color: #8cbc00;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-content h4.title {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  margin: 20px 0;
}
.history-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: justify;
  text-transform: capitalize;
  color: #667085;
}
.custom-progressbar {
  background: #000000;
  height: 2px;
  border-radius: 2px;
  margin: 0 0 10px;
  position: relative;
  width: 100%;
  max-width: calc(100% - 140px - 50px);
}
.swiper-pagination-custom {
  width: 100%;
  max-width: calc(100% - 140px - 50px);
}
.timeline_btm {
  display: flex;
  gap: 50px;
  align-items: center;
}
.custom-progressbar-fill {
  width: 0;
  height: 100%;
  background: #8cbc00;
  transition: width 600ms ease;
}
.year_dot {
  position: absolute;
  top: -10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #8cbc00;
  z-index: 1;
}
.custom_navs {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.custom_navs .swiper-button-next,
.custom_navs .swiper-button-prev {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced1d8;
  background-color: #fff;
  position: static !important;
  transform: unset !important;
  border-radius: 50% !important;
  transition: 0.3s linear;
}
.custom_navs .swiper-button-next {
  transform: rotate(180deg) !important;
}
.custom_navs .swiper-button-next:hover,
.custom_navs .swiper-button-prev:hover {
  background-color: #8cbc00 !important;
}
.custom_navs .swiper-button-next:hover svg path,
.custom_navs .swiper-button-prev:hover svg path {
  fill: #fff !important;
}
.custom_navs .swiper-button-next::after,
.custom_navs .swiper-button-prev::after {
  display: none !important;
}
.custom_navs svg {
  width: 24px !important;
  height: 24px !important;
}
.swiper-pagination-custom {
  position: relative;
}
.swiper-pagination-custom li:first-child {
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .history-item {
    gap: 30px;
    margin-bottom: 30px;
  }
  .history-content h4.title {
    font-size: 26px;
  }
  .history-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .swiper-pagination-custom li span {
    font-size: 22px;
  }
  .swiper-pagination-custom li:first-child {
    margin-left: 28px;
  }
  .custom_navs .swiper-button-next,
  .custom_navs .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .custom_navs {
    width: 100px;
    gap: 20px;
  }
  .timeline_btm {
    justify-content: space-between;
  }
  .swiper-pagination-custom {
    top: 10px !important;
  }
}
@media (max-width: 767px) {
  .history-item {
    flex-direction: column;
  }
  .history-img,
  .history-content {
    width: 100%;
  }
  .history-content h4.title {
    font-size: 22px;
    margin: 10px 0;
  }
  .history-content p.number {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
  .year_dot {
    top: -8px;
    width: 16px;
    height: 16px;
  }
  .swiper-pagination-custom li span {
    font-size: 16px;
  }
  .swiper-pagination-custom {
    top: 0px !important;
  }
  .swiper-pagination-custom li:first-child {
    margin-left: 18px;
  }
  .custom-progressbar,
  .swiper-pagination-custom {
    max-width: calc(100% - 100px - 50px);
  }
}
@media (max-width: 480px) {
  .custom_navs {
    width: 70px;
    gap: 10px;
  }
  .custom_navs .swiper-button-next,
  .custom_navs .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .custom-progressbar,
  .swiper-pagination-custom {
    max-width: calc(100% - 70px - 50px);
  }
  .swiper-pagination-custom li span {
    font-size: 14px;
  }
  .custom_navs svg {
    width: 20px !important;
    height: 20px !important;
  }
}
