@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
}

.navbar-brand img {
  width: 42px;
  height: 42px;
}

.navbar-brand {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Titillium Web', sans-serif;
}
.nav-item .nav-link {
  position: relative;
}
.nav-item .nav-link:hover {
  color: #328b64;
}

.nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #328b64;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.nav-item .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn-main {
  position: relative;
  overflow: hidden;
  height: 42px;
  border-radius: 8px;
  background: #328b64;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.btn-main:hover::before {
  transform: scaleX(1);
}

.btn-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.btn-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #000;
  transition: all 0.475s;
}
.btn-nav {
  padding: 4px 16px !important;
}
.btn-large {
  padding: 8px 24px;
  font-size: 18px;
  height: 60px;
}
.hero {
  padding: 100px 0;
}

.tag-chip {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  background: #c7e8d5;
  color: #328b64;
  padding: 4px 12px;
  border-radius: 32px;
  font-size: 14px;
  margin-bottom: 16px;
}

.hero-title {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 100%;
  margin-bottom: 24px;
  font-family: 'Titillium Web', sans-serif;
}
.hero-title span {
  color: #328b64;
}
.text-main {
  font-size: 16px;
  line-height: 150%;
}

.text-hero {
  font-size: 20px;
  margin-bottom: 40px;
}

.info-tags {
  font-size: 14px;
  color: #328b64;
}
.info-tags img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.hero-img {
  padding-left: 24px;
}
.section {
  padding: 100px 0;
}
.bg-custom-light {
  background-color: #f5fbf7;
}
.section-title {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -3px;
  font-family: 'Titillium Web', sans-serif;
}
.section-text {
  font-size: 20px;
}

.card-a {
  background-color: #fff;
  border-radius: 16px;
  padding: 36px 24px 32px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.03);
  position: relative;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.card-a:hover {
  transform: translateY(-20px);
}

.c-num {
  background-color: #328b64;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: -21px;
  left: -21px;
}
.card-text {
  font-size: 20px;
  margin-top: 64px;
}
.mt-8 {
  margin-top: 80px;
}
.bg-custom--color {
  background-color: #328b64;
}
.bg-custom--color {
  color: #fff;
}
.bg-custom--color .btn-main {
  background-color: #fff;
}
.bg-custom--color .btn-main .btn-content {
  color: #328b64;
}
/* Slider styles */
.slider-wrapper {
  width: 100%;
  position: relative;
}
.slide-img {
  width: 100%;
  display: block;
  transition: opacity 0.5s;
  border-radius: 12px;
}
.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active {
  background: #fff;
  width: 14px;
  height: 14px;
}
.pb-custom-2 {
  padding-bottom: 32px !important;
}

.card-b {
  background-color: #f5fbf7;
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 24px;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.card-b:hover {
  transform: translateY(-10px);
}
.icon-b {
  height: 48px;
  width: 48px;
  border-radius: 4px;
  background-color: #d8f0e2;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.fs-custom-3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}
.card-c {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.03);
  margin-bottom: 24px;
}
.divider {
  background-color: #d8f0e2;
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
  margin-top: 32px;
}
.person img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.person-job {
  font-size: 14px;
}
.pricing-section {
  background-color: #f5fbf7;
  padding: 48px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 0.5fr;
}
.feature-list img {
  width: 32px;
  height: 32px;
}
.feature-list {
  font-size: 18px;
  grid-row: span 2;
}
.feature-list p {
  margin-bottom: 0;
}
.pricing-text-content h4 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: 'Titillium Web', sans-serif;
}
.pricing-text-content p {
  font-size: 20px;
}
footer {
  padding: 80px 0 32px;
  color: #fff;
}
footer .info-tags {
  color: #fff;
}
footer h2 {
  font-size: 64px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
}
.divider-2 {
  background-color: #d8f0e2;
  width: 100%;
  height: 1px;
  margin: 40px 0;
}
@media (max-width: 1400px) {
  .hero .hero-content .col-lg-6.d-flex.flex-column.justify-content-center.pe-5 {
    padding-right: 12px !important;
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 52px;
  }
  .card-a svg {
    width: 64px;
    height: 64px;
  }

  .card-title {
    font-size: 24px;
  }

  .card-text {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .hero {
    padding: 80px 0;
  }
  .hero-title {
    font-size: 72px;
  }
  .btn-nav {
    margin-left: 0 !important;
  }
  .navbar-toggler {
    background-color: #328b64;
    color: #fff;
    border: none;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler span svg {
    width: 48px;
    height: 48px;
  }
  .text-hero {
    font-size: 18px;
  }
  .gap-custom-1 {
    gap: 42px;
  }
  .hero-img {
    padding: 24px;
  }
  .section {
    padding: 80px 0;
  }
  .gap-custom-2 {
    gap: 24px;
  }
  .card-b {
    padding: 32px 24px;
  }
  .icon-b {
    height: 42px;
    width: 42px;
  }
  .pricing-section {
    background-color: #f5fbf7;
    padding: 48px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
  .pricing-text-content {
    order: -1;
    margin-bottom: 32px;
  }
  .feature-list {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 56px;
  }
  .section-title {
    font-size: 48px;
    text-align: center;
  }
  .section-text {
    font-size: 16px;
    text-align: center;
  }
  .card-text {
    margin-top: 52px;
  }
  .container {
    padding: 0 20px !important;
  }
  .section {
    padding: 60px 0;
  }
  .d-f-mob {
    display: flex;
    gap: 8px;
  }
  .d-f-mob svg {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 575px) {
  .hero {
    padding: 40px 0;
    text-align: center;
  }
  .hero-title {
    font-size: 42px;
  }
  .tag-chip {
    margin-inline: auto;
  }
  .btn-large {
    margin-inline: auto;
  }
  .m-in-auto {
    justify-content: space-between;
    gap: 0 !important;
  }
  .btn-large {
    padding: 8px 24px;
    font-size: 16px;
    height: 56px;
  }
  .c-num {
    top: -21px;
    left: 21px;
  }
  .card-text {
    font-size: 16px;
  }
  .section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 36px;
    letter-spacing: -2px;
  }
  .fs-custom-3 {
    font-size: 20px;
  }
  .mt-8 {
    margin-top: 52px;
  }

  .pricing-section {
    background-color: #f5fbf7;
    padding: 24px;
    border-radius: 16px;
  }
  .hero-img {
    padding: 10px;
  }
  .pricing-text-content h4 {
    font-size: 28px;
  }
  .pricing-text-content p {
    font-size: 16px;
  }
  .feature-list img {
    width: 24px;
    height: 24px;
  }
  .feature-list p {
    font-size: 15px;
  }
  .feature-list {
    margin-bottom: 32px;
  }
  footer h2 {
    font-size: 32px;
  }
  .info-tags-footer {
    justify-content: space-between !important;
    gap: unset !important;
  }
  .info-tags-footer .info-tags {
    font-size: 10px;
  }
  .custom-flex{
        flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    gap: 24px;
}
}

@media (max-width: 425px) {
  .info-tags {
    font-size: 12px;
  }
  .info-tags img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .hero-title {
    letter-spacing: -2px;
    font-size: 36px;
  }
  .text-hero {
    font-size: 16px;
  }
}
.sticky-cta {
  position: fixed;
  bottom: 95px;
  left: 50%;
  transform: translateX(-50%);
  background: #328b64;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  width: 70%;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(50, 139, 100, 0.4);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(50, 139, 100, 0);
  }
}

.sticky-badge {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #f0fdf7;
  border: 2px solid #328b64;
  border-radius: 12px;
  padding: 5px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #328b64;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  z-index: 998;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.badge-icon {
  font-size: 1.2rem;
  margin-bottom: 2px;
  line-height: 1;
}
.badge-text .top {
  font-weight: 600;
}
.badge-text .bottom {
  font-size: 0.7rem;
  opacity: 0.85;
  letter-spacing: 0.3px;
}

@media (min-width: 600px) {
  .sticky-cta,
  .sticky-badge {
    display: none;
  }
}
.socials a{
    transition: all .3s ease;
}
.socials a:hover{
        transform: scale(1.2);
}

