
* {
  font-family: "Red Hat Display", sans-serif;
}

.get-btn {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  color: white;
  border-radius: 25px;
  font-weight: 400;
  width: 156px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-btn:hover {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  color: white;
}
.nav-item .nav-link {
  color: #666666;
  font-weight: 400;
}
.nav-item .nav-link:hover,
.nav-item .nav-link.active {
  color: #157442 !important;
}
.main-head {
  background-color: #f9f9f9;
  border: 1px solid #ffffff;
}
.icon {
  font-size: 21px;
}

.tailored-section {
  position: relative;
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  min-height: 360px;
  padding: 100px 0;
  overflow: hidden;
}

.tailored-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/background.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}

.tailored-section .container {
  position: relative;
  z-index: 1;
}

.tailored-title {
  font-size: 44px;
  font-weight: 600;
  color: #F9F9F9;
  margin-bottom: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.tailored-desc {
  font-size: 16px;
  font-weight: 400;
  color: #E7E7E7;
  line-height: 1.3;
  letter-spacing: 0;
  max-width: 688px;
  margin: 0;
}
.tailored-btn {
  background: #ffffff;
  border-radius: 31px;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 60px;
  width: 231px;
  height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  text-decoration: none;
}

.tailored-btn:hover {
  background: #ddfbea;
}

.tailored-btn .tailored-btn-icon,
.tailored-btn span {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent ;
  color: transparent;
}

.tailored-btn-icon {
  font-size: 21px;
  display: flex;
  align-items: center;
}

.main-footer {
  background-color: #062D1A;
  padding-top: 60px;
}

.footer-top {
  padding-bottom: 40px;
}

.footer-left {
  padding-right: 40px;
}

.footer-logo {
  height: 53px;
  min-width: 230px;
  margin-bottom: 18px;
  display: block;
}

.footer-desc {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 100px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: border-color 0.3s, background 0.3s;
}

.social-icon:hover {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  border-color: #157442;
  color: #fff;
}

.footer-right {
  display: flex;
  gap: 60px;
  padding-left: 60px;
}

.footer-right-block {
  flex: 1;
}

.footer-heading {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  margin-bottom: 20px;
  line-height: 100%;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  width: 100px;
  gap: 6px 40px;
}

.footer-links li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.footer-links li a:hover {
  color: #ffffff;
}

.footer-address {
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  color: rgba(255, 255, 255, 0.65);
  line-height: 100%;
}

.footer-direction {
  display: inline;
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s;
}

.footer-direction:hover {
  color: #4caf7d;
}

.footer-newsletter {
  margin: 80px 0;
}

.newsletter-inner {
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
  padding: 3px;
  border-radius: 53px;
  background: linear-gradient(90deg, #60E59F 0%, #015227 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-content {
  width: 100%;
  min-height: 82px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #002315;
  border-radius: 50px;
}

.newsletter-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #ffffff;
  white-space: nowrap;
}

.newsletter-input {
  flex: 1;
  height: 48px;
  background: transparent;
  border: 1px solid rgba(96, 229, 159, 0.3);
  border-radius: 30px;
  padding: 0 20px;
  font-size: 15px;
  color: #ffffff;
  outline: none;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter-btn {
  background: #ffffff;
  color: #062D1A;
  height: 47px;
  min-width: 156px;
  padding: 13px 22px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.newsletter-btn i {
  font-size: 21px !important;
}

.newsletter-btn:hover {
  transform: scale(1.02);
  background: #f0fff7;
}

.footer-bottom {
  position: relative;
  padding: 20px 0;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 16px;
  font-weight: 400;
  color: #EEEEEE;
  line-height: 160%;
  letter-spacing: 0%;
  margin: 0;
}

.footer-legal {
  display: flex;
  gap: 32px;
}

.footer-legal a {
  font-size: 16px;
  font-weight: 400;
  color: #EEEEEE;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: #ffffff;
}

.footer-newsletter {
  margin: 80px 0;
  position: relative;
  overflow: hidden;
 
  padding: 60px 0; 
}

.newsletter-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Red Hat Display", "Arial Narrow", sans-serif;
  font-size: 185px; 
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px; 
  color: #07351F; 
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.footer-newsletter:hover .newsletter-bg-text {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.newsletter-inner {
  position: relative;
  z-index: 1;
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
}