@charset "UTF-8";
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
main {
  overflow-x: hidden;
}

.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 84vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
  border-bottom: 1px solid var(--gray-sec);
}
@media only screen and (max-width: 1366px) {
  .home-banner {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: auto;
    min-height: 65vh;
    padding: 75px 0 40px;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72) 36%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 60%);
}
.home-banner .shape {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 5%;
  top: 20%;
  transform: translateX(-40%);
  opacity: 0.9;
  pointer-events: none;
}
@media only screen and (max-width: 1366px) {
  .home-banner .shape {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .shape {
    width: 60px;
    height: 60px;
    display: none;
  }
}
@media only screen and (max-width: 310px) {
  .home-banner .shape {
    width: 40px;
    height: 40px;
  }
}
.home-banner .shape img {
  width: 100%;
  height: 100%;
}
.home-banner .shape:nth-of-type(2) {
  left: -20px;
  bottom: -20px;
  transform: translate(0);
  top: auto;
}
.home-banner .shape:nth-of-type(4) {
  right: 50px;
  bottom: 50px;
  left: auto;
  top: auto;
}
.home-banner .shape:nth-of-type(5) {
  right: 35%;
  bottom: 50%;
  left: auto;
  top: auto;
}
.home-banner .shape:nth-of-type(6) {
  right: 41%;
  bottom: -2%;
  left: auto;
  top: auto;
}
.home-banner video,
.home-banner img:not(.btn > img, .banner-logo a > img, .shape > img) {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.2;
  z-index: -1;
}
.home-banner .bg-content {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  z-index: 5;
  gap: 8px;
  display: grid;
  grid-template-columns: 1fr 445px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-content {
    position: relative;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    grid-template-columns: 1fr;
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 310px) {
  .home-banner .bg-content {
    padding: 0 12px;
    gap: 6px;
  }
}
.home-banner .bg-content .item-content {
  width: 100%;
  max-width: 554px;
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content {
    max-width: 320px;
  }
}
.home-banner .bg-content .item-content h5 {
  color: var(--primary);
  font-size: 20px;
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content h5 {
    font-size: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 310px) {
  .home-banner .bg-content .item-content h5 {
    font-size: 13px;
  }
}
.home-banner .bg-content .item-content h1 {
  text-transform: capitalize;
  color: var(--black);
  margin: 15px 0 30px;
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .item-content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content h1 {
    font-size: 22px;
    margin: 10px 0 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 310px) {
  .home-banner .bg-content .item-content h1 {
    font-size: 26px;
    margin: 8px 0 16px;
  }
}
.home-banner .bg-content .item-content p:not(.dics) {
  color: var(--text);
  opacity: 0.9;
  width: 100%;
  max-width: 480px;
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content p:not(.dics) {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 310px) {
  .home-banner .bg-content .item-content p:not(.dics) {
    font-size: 13px;
  }
}
.home-banner .bg-content .item-content .services {
  margin-top: 60px;
  width: 100%;
  max-width: 510px;
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content .services {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 310px) {
  .home-banner .bg-content .item-content .services {
    margin-top: 20px;
    max-width: 310px;
  }
}
.home-banner .bg-content .item-content .services h5 {
  color: var(--text);
  font-weight: 500;
}
.home-banner .bg-content .item-content .services .logoLeft {
  width: 100%;
}
.home-banner .bg-content .item-content .services .logoLeft .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.home-banner .bg-content .item-content .services .logoLeft .swiper-wrapper .swiper-slide {
  height: 80px;
}
@media only screen and (max-width: 310px) {
  .home-banner .bg-content .item-content .services .logoLeft .swiper-wrapper .swiper-slide {
    height: 60px;
  }
}
.home-banner .bg-content .item-content .services .logoLeft .swiper-wrapper .swiper-slide img {
  opacity: 1;
}
.home-banner .bg-content .form-wrapper {
  backdrop-filter: blur(30px) brightness(145%);
  background: rgba(255, 255, 255, 0.71);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-top: 4px solid var(--primary);
  padding: 35px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .home-banner .bg-content .form-wrapper {
    padding: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-content .form-wrapper {
    display: none;
  }
}
.home-banner .bg-content .form-wrapper .blinkText {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #ED1C24;
  background: rgba(249, 114, 119, 0.0784313725);
  border: 1px solid rgba(237, 28, 35, 0.144);
  padding: 6px 12px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  animation: modernPulse 2s ease-in-out infinite;
}
.home-banner .bg-content .form-wrapper h5 {
  color: var(--black);
  opacity: 1;
  z-index: 1;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.home-banner .bg-content .form-wrapper::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.home-banner .bg-content .form-wrapper .form-grid {
  --gaptb: 20px;
  margin-top: 18px;
}
.home-banner .bg-content .form-wrapper .form-grid .capture {
  width: 100%;
  height: 65px;
  border: none;
}
.home-banner .bg-content .form-wrapper .form-grid .capture::before, .home-banner .bg-content .form-wrapper .form-grid .capture::after {
  display: none;
}
.home-banner .bg-content .form-wrapper .form-grid .capture img {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner .bg-content .form-wrapper .form-grid .form-group input,
.home-banner .bg-content .form-wrapper .form-grid .form-group textarea,
.home-banner .bg-content .form-wrapper .form-grid .form-group label {
  font-family: "SF Pro Display", sans-serif;
}
.home-banner .bg-content .form-wrapper .form-grid .btn {
  width: 100%;
  margin-top: 8px;
}
.home-banner .bg-content .form-wrapper .form-grid .dics {
  font-size: 12px;
  color: var(--black);
  font-weight: 400;
}
.home-banner .bg-content .form-wrapper .form-grid .dics a {
  font-size: inherit;
  font-weight: 500;
  color: var(--primary);
}

.home-secA {
  padding: 70px 0;
  overflow: hidden;
  background: #f9f9f9;
  position: relative;
  height: 65vh;
}
@media only screen and (max-width: 1366px) {
  .home-secA {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA {
    padding: 40px 0;
    height: 65vh;
  }
}
.home-secA::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../vector/hero.svg") no-repeat center center/cover;
}
.home-secA .cart_fig {
  width: 100%;
  z-index: 4;
  position: absolute;
  bottom: 5px;
  left: 10px;
  animation: slide 10s linear infinite;
}
.home-secA .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 15px;
  padding: 36px 40px;
  border-radius: 20px;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .home-secA .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    padding: 24px 20px;
  }
}
.home-secA .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 16px;
  position: relative;
}
.home-secA .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 1px;
  background: rgba(255, 107, 53, 0.18);
}
@media (max-width: 768px) {
  .home-secA .stat-item:not(:last-child)::after {
    display: none;
  }
}
.home-secA .stat-number {
  font-size: 36px;
  font-weight: 800;
  color: var(--black);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 768px) {
  .home-secA .stat-number {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .stat-number {
    font-size: 24px;
  }
}
.home-secA .stat-label {
  font-size: 16px;
  color: #6b7280;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.home-secA .cta-block {
  text-align: center;
}
.home-secA .cta-tagline {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 28px;
  z-index: 6;
  position: relative;
}
.home-secA .cta-tagline strong {
  color: var(--primary);
}
.home-secA .cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.home-secA .cta-buttons .btn-second {
  color: var(--white);
  background: var(--black);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  position: relative;
  z-index: 5;
}
.home-secA .cta-buttons .btn-second:hover {
  border-color: var(--primary);
  color: var(--white);
}
.home-secA .cta-buttons .btn-second svg {
  display: block;
  width: 20px;
  height: 20px;
  color: var(--white);
  flex-shrink: 0;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.home-secB {
  padding: 60px 0;
  background: var(--white);
}
@media only screen and (max-width: 768px) {
  .home-secB {
    padding: 40px 0;
  }
}
.home-secB .heading {
  text-align: center;
  padding-bottom: 60px;
}
.home-secB .heading h3 {
  margin-top: 15px;
  color: var(--black);
  width: 100%;
  max-width: 490px;
}
.home-secB .heading p {
  color: var(--text);
  max-width: 400px;
  margin: 0 auto;
}
.home-secB .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 274px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .home-secB .row {
    gap: 16px;
    min-height: auto;
  }
}
.home-secB .row .col {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #C0C0C0;
  width: 250px;
  height: 180px;
  background: var(--gray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  gap: 10px;
  position: relative;
  transition: all 0.5s ease-in-out;
  margin: 0 -26px;
}
@media only screen and (max-width: 1280px) {
  .home-secB .row .col {
    width: 200px;
    height: 165px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .row .col {
    margin: 0;
    width: calc(50% - 8px);
    height: auto;
    min-height: 180px;
    transform: none !important;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .row .col {
    width: 100%;
  }
}
.home-secB .row .col > * {
  transition: all 0.5s ease-in-out;
}
.home-secB .row .col h3 {
  font-size: 18px;
  color: var(--text);
  font-weight: 500;
  font-family: "SF Pro Display", sans-serif;
}
@media only screen and (max-width: 540px) {
  .home-secB .row .col h3 {
    text-align: center;
  }
}
.home-secB .row .col p {
  transform: translateY(100%);
  opacity: 0;
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6980392157);
  line-height: 24px;
}
@media only screen and (max-width: 540px) {
  .home-secB .row .col p {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .row .col p {
    position: static;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    color: var(--text);
  }
}
.home-secB .row .col span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  background: var(--white);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-secB .row .col:nth-child(1) {
  transform: rotate(-3.9deg);
  z-index: 15;
}
@media only screen and (max-width: 991px) {
  .home-secB .row .col:nth-child(1) {
    transform: none;
  }
}
.home-secB .row .col:nth-child(2) {
  transform: rotate(3.9deg);
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .home-secB .row .col:nth-child(2) {
    transform: none;
  }
}
.home-secB .row .col:nth-child(3) {
  z-index: 5;
  transform: rotate(-9deg);
}
@media only screen and (max-width: 991px) {
  .home-secB .row .col:nth-child(3) {
    transform: none;
  }
}
.home-secB .row .col:nth-child(4) {
  transform: rotate(8deg);
}
@media only screen and (max-width: 991px) {
  .home-secB .row .col:nth-child(4) {
    transform: none;
  }
}
.home-secB .row .col svg, .home-secB .row .col img {
  width: 45px;
  height: 45px;
}
.home-secB .row .col svg path[stroke]:not([fill]), .home-secB .row .col img path[stroke]:not([fill]) {
  stroke: #666;
  fill: none;
}
.home-secB .row .col svg path[fill]:not([stroke]), .home-secB .row .col img path[fill]:not([stroke]) {
  fill: #666;
  stroke: none;
}
.home-secB .row .col svg path[fill][stroke], .home-secB .row .col img path[fill][stroke] {
  fill: #666;
  stroke: #666;
}
.home-secB .row .col svg path:not([fill]):not([stroke]), .home-secB .row .col img path:not([fill]):not([stroke]) {
  fill: #666;
  stroke: #666;
}
@media only screen and (max-width: 991px) {
  .home-secB .row .col:hover {
    background: var(--primary);
  }
  .home-secB .row .col:hover h3 {
    color: var(--white);
    font-size: 16px;
  }
  .home-secB .row .col:hover p {
    color: rgba(255, 255, 255, 0.6980392157);
  }
  .home-secB .row .col:hover svg path[stroke]:not([fill]) {
    stroke: #fff;
    fill: none;
  }
  .home-secB .row .col:hover svg path[fill]:not([stroke]) {
    fill: #fff;
    stroke: none;
  }
  .home-secB .row .col:hover svg path[fill][stroke] {
    fill: #fff;
    stroke: #fff;
  }
  .home-secB .row .col:hover svg path:not([fill]):not([stroke]) {
    fill: #fff;
    stroke: #fff;
  }
}
.home-secB .row .col.active {
  width: 368px;
  height: 264px;
  background: var(--primary);
  color: var(--white);
  transform: none;
  margin: 0 30px;
}
@media only screen and (max-width: 1280px) {
  .home-secB .row .col.active {
    width: 300px;
    height: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .row .col.active {
    width: calc(50% - 8px);
    height: auto;
    min-height: 180px;
    margin: 0;
    transform: none;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .row .col.active {
    width: 100%;
  }
}
.home-secB .row .col.active img {
  filter: brightness(0) invert(1);
}
.home-secB .row .col.active svg path[stroke]:not([fill]) {
  stroke: #fff;
  fill: none;
}
.home-secB .row .col.active svg path[fill]:not([stroke]) {
  fill: #fff;
  stroke: none;
}
.home-secB .row .col.active svg path[fill][stroke] {
  fill: #fff;
  stroke: #fff;
}
.home-secB .row .col.active svg path:not([fill]):not([stroke]) {
  fill: #fff;
  stroke: #fff;
}
.home-secB .row .col.active h3 {
  font-size: 24px;
  color: var(--white);
  font-size: 600;
}
@media only screen and (max-width: 540px) {
  .home-secB .row .col.active h3 {
    text-align: center;
  }
}
.home-secB .row .col.active p {
  position: static;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  text-align: left;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secB .row .col.active p {
    text-align: center;
  }
}
.home-secB .row .col.active span {
  bottom: -30px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.logo-wrapper {
  padding: 70px 0;
  background: var(--white);
}
@media only screen and (max-width: 768px) {
  .logo-wrapper {
    padding: 40px 0;
  }
}
.logo-wrapper .heading {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .logo-wrapper .heading {
    padding-bottom: 30px;
  }
}
.logo-wrapper .heading h3 {
  color: var(--black);
  margin-bottom: 0;
}
.logo-wrapper .LogoSlider {
  width: 100%;
}
.logo-wrapper .LogoSlider .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.logo-wrapper .LogoSlider .swiper-wrapper .swiper-slide {
  height: 70px;
  border-radius: 5px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-wrapper .LogoSlider .swiper-wrapper .swiper-slide img {
  opacity: 1;
}

.fixed-bg img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
}

.home-secC {
  padding: 70px 0;
  position: relative;
  display: none;
}
.home-secC::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.4) 100%);
  z-index: -1;
}
.home-secC .heading {
  text-align: center;
  padding-bottom: 60px;
}
.home-secC .heading h3 {
  margin-bottom: 10px;
  color: var(--white);
}
.home-secC .heading p {
  color: var(--white);
  max-width: 360px;
  margin: 0 auto;
}
.home-secC .cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.home-secC .cards-grid .card-item {
  position: relative;
  background: var(--white);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-secC .cards-grid .card-item:nth-child(1) .card-icon {
  background: #ffd166;
}
.home-secC .cards-grid .card-item:nth-child(2) .card-icon {
  background: #96f7d2;
}
.home-secC .cards-grid .card-item:nth-child(3) .card-icon {
  background: #a9d2ff;
}
.home-secC .cards-grid .card-item:nth-child(4) .card-icon {
  background: #f45352;
}
.home-secC .cards-grid .card-item:nth-child(5) .card-icon {
  background: #a3d764;
}
.home-secC .cards-grid .card-item:nth-child(6) .card-icon {
  background: #c3a9ff;
}
.home-secC .cards-grid .card-item:nth-child(7) .card-icon {
  background: rgba(101, 132, 233, 0.768627451);
}
.home-secC .cards-grid .card-item:nth-child(8) .card-icon {
  background: #ffa69a;
}
.home-secC .cards-grid .card-item .card-num {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gray);
  opacity: 0.8;
  margin-bottom: 10px;
}
.home-secC .cards-grid .card-item::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  opacity: 0.05;
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: none;
}
.home-secC .cards-grid .card-item:nth-child(1)::before {
  background: #ffd166;
}
.home-secC .cards-grid .card-item:nth-child(2)::before {
  background: #96f7d2;
}
.home-secC .cards-grid .card-item:nth-child(3)::before {
  background: #a9d2ff;
}
.home-secC .cards-grid .card-item:nth-child(4)::before {
  background: #f45352;
}
.home-secC .cards-grid .card-item:nth-child(5)::before {
  background: #a3d764;
}
.home-secC .cards-grid .card-item:nth-child(6)::before {
  background: #c3a9ff;
}
.home-secC .cards-grid .card-item:nth-child(7)::before {
  background: rgba(101, 132, 233, 0.768627451);
}
.home-secC .cards-grid .card-item:nth-child(8)::before {
  background: #ffa69a;
}
.home-secC .cards-grid .card-item:hover {
  border-color: transparent;
}
.home-secC .cards-grid .card-item:hover::before {
  transform: scale(1.4);
  opacity: 0.1;
}
.home-secC .cards-grid .card-num-wrap {
  display: flex;
  justify-content: space-between;
}
.home-secC .cards-grid .card-num-wrap .card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease;
  flex-shrink: 0;
}
.home-secC .cards-grid .card-num-wrap .card-icon svg {
  width: 24px;
  height: 24px;
}
.home-secC .cards-grid .card-num-wrap .card-icon svg path {
  fill: var(--black);
}
.home-secC .cards-grid .card-body {
  flex: 1;
}
.home-secC .cards-grid .card-body h5 {
  color: var(--black);
  margin-bottom: 15px;
}
.home-secC .cards-grid .card-body p {
  font-size: 14px;
  color: var(--text);
  margin: 0;
}

.home-secD {
  padding: 96px 0;
  background: var(--white);
  position: relative;
  overflow: hidden;
  display: none;
}
.home-secD::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -100px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(163, 215, 100, 0.13) 0%, transparent 68%);
  pointer-events: none;
}
.home-secD::after {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 8%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(150, 247, 210, 0.11) 0%, transparent 68%);
  pointer-events: none;
}
.home-secD .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.home-secD .grid:last-child {
  margin-top: 88px;
}
.home-secD .grid .item-content .label-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f2fae7;
  border: 1px solid rgba(163, 215, 100, 0.4);
  border-radius: 100px;
  padding: 5px 16px 5px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #4a7c20;
  margin-bottom: 18px;
}
.home-secD .grid .item-content .label-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a3d764;
  box-shadow: 0 0 0 3px rgba(163, 215, 100, 0.3);
}
.home-secD .grid .item-content .heading h3 {
  color: var(--black);
  text-align: left;
  margin: 8px 0 20px;
  letter-spacing: -0.02em;
}
.home-secD .grid .item-content .accent-bar {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #a3d764, #52b788);
  border-radius: 4px;
  margin-bottom: 32px;
}
.home-secD .grid .item-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-secD .grid .item-content ul li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 20px 16px 16px;
  border-radius: 16px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, border-color 0.25s ease;
}
.home-secD .grid .item-content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 16px 16px 0 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.home-secD .grid .item-content ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08), 0 24px 48px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}
.home-secD .grid .item-content ul li:hover::before {
  opacity: 1;
}
.home-secD .grid .item-content ul li:hover .card-number {
  opacity: 0.18;
}
.home-secD .grid .item-content ul li:nth-child(1) .icon {
  background: linear-gradient(135deg, #ffe08a, #ffd166);
  color: #8a6100;
}
.home-secD .grid .item-content ul li:nth-child(1)::before {
  background: linear-gradient(90deg, #ffd166, #ffe08a);
}
.home-secD .grid .item-content ul li:nth-child(1):hover {
  border-color: rgba(255, 209, 102, 0.2);
}
.home-secD .grid .item-content ul li:nth-child(2) .icon {
  background: linear-gradient(135deg, #b5fce6, #96f7d2);
  color: #087a52;
}
.home-secD .grid .item-content ul li:nth-child(2)::before {
  background: linear-gradient(90deg, #96f7d2, #b5fce6);
}
.home-secD .grid .item-content ul li:nth-child(2):hover {
  border-color: rgba(150, 247, 210, 0.25);
}
.home-secD .grid .item-content ul li:nth-child(3) .icon {
  background: linear-gradient(135deg, #ff8a89, #f45352);
  color: #fff;
}
.home-secD .grid .item-content ul li:nth-child(3)::before {
  background: linear-gradient(90deg, #f45352, #ff8a89);
}
.home-secD .grid .item-content ul li:nth-child(3):hover {
  border-color: rgba(244, 83, 82, 0.15);
}
.home-secD .grid .item-content ul li .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.home-secD .grid .item-content ul li .icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.home-secD .grid .item-content ul li .content {
  flex: 1;
}
.home-secD .grid .item-content ul li .content h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 8px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.home-secD .grid .item-content ul li .content p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  opacity: 0.75;
}
.home-secD .grid .item-content ul li .card-number {
  position: absolute;
  top: 10px;
  display: none;
  right: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--black);
  opacity: 0.07;
  transition: opacity 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.home-secD .grid .media {
  position: relative;
  width: 100%;
  aspect-ratio: 4/4.5;
  border-radius: 24px;
  overflow: visible;
}
.home-secD .grid .media::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(163, 215, 100, 0.25), rgba(150, 247, 210, 0.15), transparent);
  z-index: 0;
  pointer-events: none;
}
.home-secD .grid .media img, .home-secD .grid .media video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
  display: block;
}
.home-secD .grid .media .float-badge {
  position: absolute;
  bottom: 24px;
  left: -18px;
  z-index: 10;
  background: var(--white);
  border-radius: 14px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
}
.home-secD .grid .media .float-badge::before {
  content: "";
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #a3d764;
  box-shadow: 0 0 0 4px rgba(163, 215, 100, 0.22);
  animation: pulse-dot 2s ease-in-out infinite;
}
.home-secD .grid .media .float-badge strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
}
.home-secD .grid .media .float-badge span {
  display: block;
  font-size: 0.68rem;
  color: var(--text);
  opacity: 0.5;
  margin-top: 1px;
}
.home-secD .grid .media .top-float {
  position: absolute;
  top: 20px;
  right: -18px;
  z-index: 10;
  background: var(--white);
  border-radius: 14px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.home-secD .grid .media .top-float .avatar {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd166, #ffa500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.02em;
}
.home-secD .grid .media .top-float strong {
  display: block;
  font-size: 0.73rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
}
.home-secD .grid .media .top-float .stars {
  font-size: 0.62rem;
  letter-spacing: 2px;
  color: #ffd166;
  margin-top: 2px;
}

@keyframes pulse-dot {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(163, 215, 100, 0.22);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(163, 215, 100, 0.1);
  }
}
.home-secE {
  padding: 70px 0;
  position: relative;
  background: var(--gray);
  display: none;
}
.home-secE .heading {
  text-align: center;
  padding-bottom: 60px;
}
.home-secE .heading h3 {
  margin-bottom: 10px;
  color: var(--black);
}
.home-secE .heading p {
  color: var(--text);
  max-width: 400px;
  margin: 0 auto;
}
.home-secE .cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.home-secE .cards-grid .card-item {
  position: relative;
  background: var(--white);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-secE .cards-grid .card-item:nth-child(1) .card-icon {
  background: #ffd166;
}
.home-secE .cards-grid .card-item:nth-child(2) .card-icon {
  background: #96f7d2;
}
.home-secE .cards-grid .card-item:nth-child(3) .card-icon {
  background: #a9d2ff;
}
.home-secE .cards-grid .card-item:nth-child(4) .card-icon {
  background: #f45352;
}
.home-secE .cards-grid .card-item:nth-child(5) .card-icon {
  background: #a3d764;
}
.home-secE .cards-grid .card-item:nth-child(6) .card-icon {
  background: #c3a9ff;
}
.home-secE .cards-grid .card-item:nth-child(7) .card-icon {
  background: rgba(101, 132, 233, 0.768627451);
}
.home-secE .cards-grid .card-item:nth-child(8) .card-icon {
  background: #ffa69a;
}
.home-secE .cards-grid .card-item .card-num {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--white);
  opacity: 0.8;
  margin-bottom: 10px;
}
.home-secE .cards-grid .card-item::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  opacity: 0.05;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.home-secE .cards-grid .card-item:nth-child(1)::before {
  background: #ffd166;
}
.home-secE .cards-grid .card-item:nth-child(2)::before {
  background: #96f7d2;
}
.home-secE .cards-grid .card-item:nth-child(3)::before {
  background: #a9d2ff;
}
.home-secE .cards-grid .card-item:nth-child(4)::before {
  background: #f45352;
}
.home-secE .cards-grid .card-item:nth-child(5)::before {
  background: #a3d764;
}
.home-secE .cards-grid .card-item:nth-child(6)::before {
  background: #c3a9ff;
}
.home-secE .cards-grid .card-item:nth-child(7)::before {
  background: rgba(101, 132, 233, 0.768627451);
}
.home-secE .cards-grid .card-item:nth-child(8)::before {
  background: #ffa69a;
}
.home-secE .cards-grid .card-item:hover {
  border-color: transparent;
}
.home-secE .cards-grid .card-item:hover::before {
  transform: scale(1.4);
  opacity: 0.1;
}
.home-secE .cards-grid .card-num-wrap {
  display: flex;
  justify-content: space-between;
}
.home-secE .cards-grid .card-num-wrap .card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease;
  flex-shrink: 0;
  color: var(--black);
}
.home-secE .cards-grid .card-num-wrap .card-icon svg {
  width: 24px;
  height: 24px;
}
.home-secE .cards-grid .card-num-wrap .card-icon svg path {
  fill: var(--black);
}
.home-secE .cards-grid .card-body {
  flex: 1;
  width: 100%;
  max-width: 478px;
}
.home-secE .cards-grid .card-body h5 {
  color: var(--black);
  margin-bottom: 15px;
}
.home-secE .cards-grid .card-body p {
  font-size: 16px;
  color: var(--text);
  margin: 0;
}

.home-secF {
  padding: 70px 0;
  background: var(--gray);
}
@media only screen and (max-width: 768px) {
  .home-secF {
    padding: 40px 0;
  }
}
.home-secF .heading {
  text-align: center;
}
.home-secF .heading h3 {
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home-secF .heading h3 img {
  width: 120px;
}
.home-secF .swiper-wrap {
  position: relative;
  margin-top: 30px;
}
.home-secF .swiper-wrap .testimonials {
  padding: 60px 0 30px;
  margin: 0 30px;
}
@media only screen and (max-width: 991px) {
  .home-secF .swiper-wrap .testimonials {
    margin: 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .swiper-wrap .testimonials {
    padding: 24px 0 30px;
  }
}
.home-secF .swiper-wrap .testimonials .swiper-slide {
  display: flex;
  justify-content: center;
}
.home-secF .swiper-wrap .testimonials .swiper-slide:nth-child(1) .avatar {
  background: #ffd166;
}
.home-secF .swiper-wrap .testimonials .swiper-slide:nth-child(2) .avatar {
  background: #9ef8d5;
}
.home-secF .swiper-wrap .testimonials .swiper-slide:nth-child(3) .avatar {
  background: #a9d2ff;
}
.home-secF .swiper-wrap .testimonials .swiper-slide:nth-child(4) .avatar {
  background: #f45352;
}
.home-secF .swiper-wrap .testimonials .swiper-slide:nth-child(5) .avatar {
  background: #a3d764;
}
.home-secF .swiper-wrap .testimonials .swiper-slide:nth-child(6) .avatar {
  background: #c3a9ff;
}
.home-secF .swiper-wrap .testimonials .card {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  max-width: 680px;
  width: 100%;
  padding-bottom: 0;
  overflow: visible;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-secF .swiper-wrap .testimonials .card .top {
  padding: 30px;
  text-align: left;
  position: relative;
  padding-top: 50px;
}
.home-secF .swiper-wrap .testimonials .card .top .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
}
.home-secF .swiper-wrap .testimonials .card .top .quote {
  height: 120px;
  overflow: auto;
  padding-right: 20px;
  margin-top: 10px;
}
.home-secF .swiper-wrap .testimonials .card .top .quote::-webkit-scrollbar {
  width: 2px;
  background: #cecece;
}
.home-secF .swiper-wrap .testimonials .card .top .quote::-webkit-scrollbar-track {
  box-shadow: none;
}
.home-secF .swiper-wrap .testimonials .card .top .quote::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.home-secF .swiper-wrap .testimonials .card .bottom {
  border-top: 1px solid #ebebeb;
  padding: 24px 0;
  position: relative;
  z-index: 1;
  color: #585D6D;
  font-size: 14px;
  margin-top: 12px;
}
.home-secF .swiper-wrap .testimonials .card .bottom::before {
  content: "“";
  font-size: 100px;
  color: #838383;
  opacity: 0.2;
  font-family: serif;
  font-weight: bold;
  position: absolute;
  right: 10px;
  bottom: -24px;
  z-index: -1;
  line-height: inherit;
  pointer-events: none;
  transform: rotate(180deg);
}
.home-secF .swiper-wrap .testimonials .card .bottom .author {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 6px;
}
.home-secF .swiper-wrap .testimonials .card .bottom .info {
  font-size: 14px;
  color: #B1B4BD;
  width: 65%;
  margin: 0 auto;
  line-height: 1.7;
}
.home-secF .swiper-wrap .btns-group {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% + 80px);
  pointer-events: none;
}
.home-secF .swiper-wrap .btns-group button {
  pointer-events: all;
  width: 42px;
  height: 42px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}
.home-secF .swiper-wrap .btns-group button svg path {
  stroke: var(--primary);
  transition: stroke 0.3s ease;
}
.home-secF .swiper-wrap .btns-group button:hover {
  background: var(--primary);
}
.home-secF .swiper-wrap .btns-group button:hover svg path {
  stroke: var(--white);
}
.home-secF .swiper-wrap .btns-group button.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.home-secF .swiper-wrap .btns-group button.swiper-button-disabled:hover {
  background: var(--white);
}
.home-secF .swiper-wrap .btns-group button.swiper-button-disabled:hover svg path {
  stroke: var(--primary);
}
.home-secF .swiper-wrap .btns-group button.testimonials-prev {
  transform: rotate(270deg);
}
.home-secF .swiper-wrap .btns-group button.testimonials-next {
  transform: rotate(90deg);
}

.home-secG {
  padding: 70px 0;
  background: var(--white);
  display: none;
}
.home-secG .heading {
  text-align: center;
  margin-bottom: 50px;
}
.home-secG .heading h3 {
  margin-bottom: 10px;
}
.home-secG .heading p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--text);
}
.home-secG .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home-secG .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.home-secG .grid .card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.home-secG .grid .card .img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-secG .grid .card .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-secH {
  padding: 80px 0;
  background: var(--white);
}
@media only screen and (max-width: 767px) {
  .home-secH {
    padding: 40px 0;
  }
}
.home-secH .heading {
  text-align: center;
  margin-bottom: 50px;
}
.home-secH .heading h3 {
  margin-bottom: 12px;
  color: var(--black);
  width: 100%;
  max-width: 590px;
}
.home-secH .heading p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--text);
}
.home-secH .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 540px) {
  .home-secH .cards-grid {
    gap: 12px;
  }
}
.home-secH .card {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: 0.3s ease;
}
.home-secH .card:nth-child(1) .icon {
  background: rgba(229, 224, 7, 0.15);
}
.home-secH .card:nth-child(1) .icon svg path {
  stroke: #e5e007;
}
.home-secH .card:nth-child(2) .icon {
  background: rgba(63, 250, 88, 0.15);
}
.home-secH .card:nth-child(2) .icon svg path {
  stroke: #3ffa58;
}
.home-secH .card:nth-child(3) .icon {
  background: rgba(255, 58, 189, 0.15);
}
.home-secH .card:nth-child(3) .icon svg path {
  stroke: #ff3abd;
}
.home-secH .card:nth-child(4) .icon {
  background: rgba(7, 200, 229, 0.15);
}
.home-secH .card:nth-child(4) .icon svg path {
  stroke: #07c8e5;
}
.home-secH .card:nth-child(5) .icon {
  background: rgba(255, 124, 7, 0.15);
}
.home-secH .card:nth-child(5) .icon svg path {
  stroke: #ff7c07;
}
.home-secH .card:nth-child(6) .icon {
  background: rgba(85, 7, 229, 0.15);
}
.home-secH .card:nth-child(6) .icon svg path {
  stroke: #5507e5;
}
.home-secH .icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.home-secH .icon svg {
  width: 28px;
  height: 28px;
}
.home-secH .content h5 {
  margin-bottom: 7px;
  color: var(--black);
  font-size: 20px;
}
.home-secH .content p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  .home-secH .cards-grid {
    grid-template-columns: 1fr;
  }
}

.home-secI {
  padding: 70px 0;
  background: var(--gray);
}
@media only screen and (max-width: 991px) {
  .home-secI {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secI {
    padding: 30px 0;
  }
}
.home-secI .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .home-secI .heading {
    margin-bottom: 30px;
  }
}
.home-secI .heading h3 {
  margin-bottom: 12px;
  color: var(--black);
}
.home-secI .heading p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--text);
}
.home-secI .accordion-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.home-secI .accordion-item {
  background: var(--white);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.home-secI .accordion-item:last-child {
  margin-bottom: 0;
}
.home-secI .accordion-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.home-secI .accordion-item.active .accordion-header h4 {
  color: var(--dark);
}
.home-secI .accordion-item.active .accordion-icon {
  color: var(--purple);
}
.home-secI .accordion-item.active .accordion-icon svg {
  transform: rotate(180deg);
}
.home-secI .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.home-secI .accordion-header:hover {
  background: #fafafa;
}
.home-secI .accordion-header h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--black);
  margin: 0;
  flex: 1;
  padding-right: 20px;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 375px) {
  .home-secI .accordion-header h4 {
    font-size: 14px;
  }
}
.home-secI .accordion-icon {
  color: var(--black);
  transition: color 0.3s ease, transform 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
}
.home-secI .accordion-icon svg {
  transition: transform 0.3s ease;
  display: block;
}
.home-secI .accordion-content {
  display: none;
  padding: 0 25px 20px;
  padding-right: 3rem;
  background: var(--white);
}
.home-secI .accordion-content p {
  margin: 0;
  padding: 10px 0 0;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 375px) {
  .home-secI .accordion-content p {
    font-size: 12px;
  }
}
.home-secI .accordion-content ul {
  margin: 10px 0 0 20px;
}
.home-secI .accordion-content ul li {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 1.8;
  list-style-type: disc;
}
@media only screen and (max-width: 375px) {
  .home-secI .accordion-content ul li {
    font-size: 12px;
  }
}/*# sourceMappingURL=home.css.map */