/* Reset & Base */

#main.home-page {
  margin-left: unset;
  margin-top: 0;
  padding: 0;
}
#main .section-title {
  position: relative;
  font-weight: 400 !important;
}
.section-title::before {
  position: absolute;
  bottom: 0px;
  content: "";
  height: 2px;
  width: 60px;
  background-color: #00824b;
  @media (max-width: 767.98px) {
    display: none;
  }
}
#main.home-page section:not(.hero) {
  padding: 60px 30px;
  @media (max-width: 1199px) {
    padding: 20px 12px;
  }
}
#main.home-page section:not(.hero, .hero + section) {
  border-top: 1px solid rgb(224, 224, 224);
}
/* Header */
.header {
  background-color: #002b5c;
  color: #fff;
  padding: 1.5rem 0;
}
.logo {
  font-size: 1.75rem;
  font-weight: 700;
}
.nav-list {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
.nav-list li a {
  color: #fff;
  font-weight: 600;
}

/* Hero */
.hero {
  background-image: url(../component-images/banner-bg.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0 100px;
}
.hero img.hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero .btn {
  min-width: 200px;
}

.banner .container {
  position: relative;
  z-index: 1;
}
.banner-shape-1 {
  position: absolute;
  left: 20%;
  top: 25%;
  @media (max-width: 991.98px) {
    left: 0;
    top: 20%;
  }
}
.banner-shape-1 .path {
  fill: #00824b;
}
.banner-shape-2 {
  position: absolute;
  right: 20%;
  top: 25%;
  @media (max-width: 991.98px) {
    right: 0;
    top: 20%;
  }
}
.banner-shape-2 .path {
  fill: #00824b;
}
.banner-shape-3 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  @media (max-width: 991.98px) {
    right: 0;
    bottom: 25%;
  }
}
.banner-shape-3 .path {
  fill: #00824b;
}
.banner-border {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  stroke: #00824b;
}

/* .hero .btn:hover svg,
.hero .btn:hover:focus svg {
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
} */
/* Comparison Table */

.table-scroll {
  overflow-x: auto;
  border-radius: 0.5rem 8px;
}
table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
th,
td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
th {
  background-color: #e9edf3;
  font-weight: bold;
}

.integration-grid .main-card {
  gap: 5px;
}

/* CSS Variables Section */
.css-vars {
  padding: 4rem 2rem;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
}
.css-vars h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.css-vars p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem;
}
.code-sample {
  background: #f7f9fc;
  border: 1px solid #dde2e9;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  max-width: 720px;
  margin: 0 auto;
  font-family: monospace;
  font-size: 0.95rem;
  white-space: pre-wrap;
  overflow-x: auto;
}
.code-sample p {
  margin-top: 1rem;
  text-align: left;
  font-size: 0.95rem;
}
/* Icons Feature Section */

.icons-feature {
  position: relative;
  z-index: 5;
}
.icons-feature .has-shapes {
  z-index: -1;
}
.icons-feature .has-shapes .shape-left {
  left: 0;
  bottom: 0;
}
.icons-feature .has-shapes .shape-right {
  top: 20px;
  transform: translateY(-50%);
  right: -340px;
}
.icons-feature .icon-parent {
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  padding: 48px;
  @media (max-width: 767.98px) {
    padding: 12px;
  }
}
.icons-feature .content-parent {
  border: 1px solid rgba(#e5e5e5, 0.2);
}
.icons-feature .content-parent {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    #11435c;
  color: #fff;
  padding: 48px;
  @media (max-width: 767.98px) {
    padding: 12px;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.howitworks__v1 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}
.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: #fff;
  background-color: #0a2837;
  font-size: 18px;
}
.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.howitworks__v1 .arch-line.reverse {
  top: 20px;
}
.content-block {
  transition: 0.3s;
  position: relative;
}

.has-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  @media (max-width: 767.98px) {
    display: none;
  }
}
.has-shapes .shape {
  z-index: 9;
  position: absolute;
  color: #b1bac2;
}
.tab-container {
  position: relative;
  z-index: 10;
}
.tab-container .tab-content {
  padding: 3rem;
  @media (max-width: 575px) {
    padding: 10px;
  }
}
.tab-container .has-shapes {
  z-index: -1;
}
.tab-container .has-shapes .shape-left {
  bottom: 0;
  left: 0;
}
.tab-container .has-shapes .shape-right {
  top: 0;
  right: 0;
}
.tab-container .component {
  border: 1px solid;
  border-radius: 6px;
  border-color: rgba(81, 181, 109, 0.4) !important;
  padding: 10px;
}

ul li::before {
  opacity: 0.1;
}
ul li::after,
ul li::before {
  border-color: #fff !important;
}

.footer {
  padding: 120px 0 50px;
  background-image: url(../component-images/footer-bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border: none;
  @media (max-width: 767.98px) {
    padding: 40px 0 10px;
  }
}
.footer .footer-border {
  position: absolute;
  top: -75px;
  width: 100%;
  stroke: #00824b;
}
.cmn-gap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.post-slider {
  overflow: hidden;
}
.post-slider:hover .prevArrow {
  left: 10px;
}
.post-slider:hover .nextArrow {
  right: 10px;
}

.slick-track {
  display: flex !important;
  align-items: center; /* Vertical centering */
}

.slick-slide {
  display: flex !important;
  justify-content: center; /* Optional: for horizontal centering */
  align-items: center; /* Ensure each slide centers its content vertically */
  height: 100%; /* Makes slides stretch to track height */
}

.slick-slide img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain; /* Ensures the image scales without distortion */
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: rgba(79, 214, 117, 0.5);
  color: #fff;
  border: 0;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #00824b;
}

.prevArrow {
  left: -60px;
}

.nextArrow {
  right: -60px;
}

@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
  .tab-container .tabs--content {
    border: none !important;
  }
}

@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
  #main.home-page .hero {
    padding: 40px 0 80px;
  }
  .site--header__close-arrow-parent {
    font-size: 20px;
  }
}
