/********** Template CSS **********/
* {
  transition: all 0.3s ease-in-out;
}
html {
  scroll-behavior: smooth;
}

/* ===== Buttons ===== */
.btn,
.price-btn {
  position: relative;
  overflow: hidden;
}

.btn::before,
.price-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.2);
  transition: 0.4s;
}

.btn:hover::before,
.price-btn:hover::before {
  width: 100%;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
    border-bottom: 1px solid rgba(13, 110, 253, 0.16);
}

.navbar {
    padding: 15px 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 0;
    outline: none;
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* ===== Navbar effect ===== */
.navbar {
  backdrop-filter: blur(10px);
}

.navbar .nav-link {
  position: relative;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: var(--bs-primary);
  transition: 0.3s;
}

.navbar .nav-link:hover::after {
  width: 100%;
}

.get-started-btn {
  border-radius: 10px;
  padding: 8px 18px;
  font-weight: 600;
  transition: 0.3s;
}

.get-started-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(19,88,41,0.2);
}

/* Modal style */
.get-started-modal {
  border-radius: 20px;
  padding: 10px;
  animation: fadeInUp 0.4s ease;
}

.get-started-modal .form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #e4e9f7;
}

.get-started-modal .form-control:focus {
  border-color: #135829;
  box-shadow: 0 0 0 0.2rem rgba(19,88,41,0.1);
}

/* Button */
.submit-btn {
  border-radius: 12px;
  padding: 12px;
  font-weight: bold;
  transition: 0.3s;
}

.submit-btn:hover {
  transform: translateY(-2px);
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error-text {
  color: red;
  font-size: 12px;
}
/*** Hero Header ***/

.landing-hero--plain {
    background: transparent;
}

.landing-hero__grid {
    margin-bottom: 10px;
}

.landing-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--bs-primary);
    font-weight: 700;
    margin-bottom: 18px;
}

.landing-hero__tag-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bs-primary);
    box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.15);
}

.landing-hero__title {
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    color: var(--bs-dark);
}

.landing-hero__lead {
    max-width: 36rem;
    margin-bottom: 22px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #6c757d;
}

.landing-hero__store-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    min-height: 56px;
    border-radius: 14px;
    text-decoration: none;
    font-family: "Space Grotesk", sans-serif;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
    border: 1px solid transparent;
}

.store-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.store-badge__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    line-height: 1;
}

.store-badge__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.store-badge__small {
    font-size: 0.65rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.85;
}

.store-badge__big {
    font-size: 1.05rem;
    font-weight: 800;
}

.store-badge--apple {
    background: #ffffff;
    color: #111;
    border-color: rgba(0, 0, 0, 0.08);
}

.store-badge--apple .store-badge__icon {
    color: #111;
}

.store-badge--google {
    background: #111111;
    color: #ffffff;
}

.store-badge--google .store-badge__icon {
    color: #ffffff;
}

.landing-hero__stats-grid {
    margin-top: 10px;
}

.landing-hero__stat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 8px;
    border-radius: 16px;
    border: 1px solid rgba(13, 110, 253, 0.16);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.landing-hero__stat-icon {
    width: 38px;
    height: 38px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.18);
    color: var(--bs-primary);
    flex-shrink: 0;
}

.landing-hero__stat-value {
    font-weight: 900;
    font-size: 1.05rem;
    color: var(--bs-dark);
    line-height: 1.1;
}

.landing-hero__stat-label {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.1;
    margin-top: 2px;
}

.landing-hero__image-wall {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 400px;
    margin: 0 auto;
}

.landing-hero__device {
    position: absolute;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.12);
}

.landing-hero__device-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.landing-hero__device--a {
    width: 62%;
    left: 4%;
    top: 52px;
    transform: rotate(-3deg);
}

.landing-hero__device--b {
    width: 54%;
    left: 36%;
    top: 18px;
    transform: rotate(4deg);
}

.landing-hero__device--c {
    width: 42%;
    left: 28%;
    bottom: 12px;
    transform: rotate(-1deg);
}

@media (max-width: 991.98px) {
    .landing-hero__image-wall {
        height: auto;
    }

    .landing-hero__device {
        position: relative;
        width: 100% !important;
        left: auto;
        top: auto;
        bottom: auto;
        transform: none;
        margin: 0 auto 14px;
        max-width: 360px;
    }

    .landing-hero__visual {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}

/* ===== Hero floating animation ===== */
.landing-hero__device {
  animation: floatDevice 6s ease-in-out infinite;
}

.landing-hero__device--b {
  animation-delay: 1s;
}

.landing-hero__device--c {
  animation-delay: 2s;
}

@keyframes floatDevice {
  0%, 100% { transform: translateY(0px) rotate(-2deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}

/* ===== Hero Stats hover ===== */
.landing-hero__stat:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* ===== How it works cards ===== */
.how-step {
  transition: 0.4s;
}

.how-step:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0,0,0,0.1);
}

/* How ot Works */
.how-it-works {
    background-color: #f8fafc;
}

.how-it-works__steps {
    align-items: stretch;
}

.how-step {
    height: 100%;
    padding: 20px 18px 22px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.how-step__header {
    margin-bottom: 18px;
}

.how-step__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 999px;
    background: var(--bs-light-primary);
    color: var(--bs-primary);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.how-step__title {
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--bs-primary);
}

.how-step__description {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #6c757d;
}

.how-step__device {
    margin-top: 12px;
}

.device-frame {
    position: relative;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.device-frame__image {
    width: 100%;
    display: block;
}

.device-frame__screen {
    position: absolute;
    top: 2%;
    left: 5%;
    width: 90%;
    height: 96%;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.device-frame__screen-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 767.98px) {
    .how-step {
        padding: 18px 16px 20px;
    }

    .device-frame {
        max-width: 220px;
    }
}

/* Why Choose Us */
.why-choose-showcase {
    background: #f7f9fc;
    overflow: hidden;
}

.why-choose-showcase__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--bs-light-primary);
    color: var(--bs-primary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.why-choose-showcase__title {
    margin-bottom: 14px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.2;
}


.why-choose-showcase__description {
    margin-bottom: 18px;
    color: #52607a;
    line-height: 1.7;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.why-choose-pillars {
    margin-bottom: 2.5rem;
}

.why-choose-pillar {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.why-choose-pillar__icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 253, 33, 0.12);
    color: var(--bs-primary);
    margin-bottom: 12px;
    font-size: 1.25rem;
}

.why-choose-pillar__title {
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.why-choose-pillar__text {
    margin-bottom: 0;
    color: #5f6b85;
    line-height: 1.6;
}

.service-detail-list {
    display: grid;
    gap: 22px;
}

.service-detail {
    border-radius: 18px;
    padding: 18px;
    margin: 0;
}

.service-detail__media {
    position: relative;
    border-radius: 14px;
    overflow: visible;
    padding: 6px;
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
}

.service-detail__media::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 100%;
    left: 4%;
    top: 0%;
    background: radial-gradient(circle at 35% 35%, rgba(16, 107, 16, 0.722), rgba(26, 114, 43, 0.2) 62%, rgba(7, 206, 34, 0.05) 100%);
    border-radius: 57% 43% 62% 38% / 45% 56% 44% 55%;
    transform: rotate(-10deg);
    z-index: 0;
    animation: media-blob-float 8s ease-in-out infinite;
    -webkit-border-radius: 57% 43% 62% 38% / 45% 56% 44% 55%;
    -moz-border-radius: 57% 43% 62% 38% / 45% 56% 44% 55%;
    -ms-border-radius: 57% 43% 62% 38% / 45% 56% 44% 55%;
    -o-border-radius: 57% 43% 62% 38% / 45% 56% 44% 55%;
}

.service-detail__image {
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 0 auto;
    height: 230px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.16);
}

@keyframes media-blob-float {
    0%, 100% { transform: rotate(-8deg) translateY(0); }
    50% { transform: rotate(-4deg) translateY(-8px); }
}

.service-detail__content {
    padding: 6px 4px;
}

.service-detail__title {
    margin-bottom: 8px;
    color: #0f172a;
    font-weight: 700;
}

.service-detail__subtitle {
    margin-bottom: 12px;
    color: #5f6b85;
    line-height: 1.6;
}

.service-detail__features {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 7px;
}

.service-detail__features li {
    position: relative;
    padding-left: 20px;
    color: #1f2937;
}

.service-detail__features li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-primary);
    font-size: 0.72rem;
}

.service-detail__cta {
    border-radius: 10px;
    padding: 10px 18px;
}

.service-detail--reverse .col-lg-6:first-child {
    order: 2;
}

.service-detail--reverse .col-lg-6:last-child {
    order: 1;
}

@media (max-width: 991.98px) {
    .service-detail__image {
        width: 88%;
        height: 220px;
    }

    .service-detail--reverse .col-lg-6:first-child,
    .service-detail--reverse .col-lg-6:last-child {
        order: initial;
    }
}

@media (max-width: 767.98px) {
    .service-detail {
        padding: 14px;
    }

    .service-detail__media::before {
        width: 92%;
        height: 88%;
        left: 4%;
    }

    .service-detail__image {
        width: 92%;
        height: 200px;
    }
}

/* ===== Why choose pillars ===== */
.why-choose-pillar:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.why-choose-pillar__icon {
  transition: 0.3s;
}

.why-choose-pillar:hover .why-choose-pillar__icon {
  transform: rotate(10deg) scale(1.1);
}
.service-detail {
  transition: 0.4s;
}

.service-detail:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.service-detail__image {
  transition: transform 0.4s ease;
}

.service-detail:hover .service-detail__image {
  transform: scale(1.05);
}

/* Pricing */

.pricing-light {
  background: #f7faff;
  color: #333;
}

.light-highlight {
  background: #dbe8ff;
  padding: 3px 8px;
  border-radius: 6px;
  color: #135829;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.price-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 20px;
  border: 1px solid #e4e9f7;
  box-shadow: 0 10px 25px rgba(0, 40, 120, 0.06);
  transition: 0.3s ease;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 40, 120, 0.12);
}

.price-card.popular {
  border-color: #135829;
  position: relative;
}

.badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #135829;
  color: #fff;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.price-header h4 {
  font-size: 22px;
  font-weight: 700;
}

.price-header p {
  color: #6e7da2;
}

.price-tag h3 {
  font-size: 42px;
  margin: 20px 0;
  font-weight: 800;
  color: #135829;
}

.price-tag span {
  font-size: 16px;
  color: #8ea3c7;
}

.price-features {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.price-features li {
  font-size: 15px;
  color: #5c6c8a;
  margin: 10px 0;
}

.price-features i {
  color: #135829;
  margin-right: 8px;
}

.price-btn {
  width: 100%;
  padding: 12px 20px;
  background: #eef4ff;
  border: none;
  color: #135829;
  border-radius: 12px;
  font-weight: 700;
  transition: 0.3s ease;
}

.price-btn:hover {
  background: #dce7ff;
}

.primary-btn {
  background: #135829;
  color: #fff;
}

.primary-btn:hover {
  background: #0b5cd6;
}

/* Responsive */
@media (max-width: 992px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Pricing Cards ===== */
.price-card {
  position: relative;
}

.price-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent, rgba(19,88,41,0.1));
  transition: 0.4s;
}

.price-card:hover::before {
  height: 100%;
}

.price-card:hover {
  transform: translateY(-12px) scale(1.02);
  -webkit-transform: translateY(-12px) scale(1.02);
  -moz-transform: translateY(-12px) scale(1.02);
  -ms-transform: translateY(-12px) scale(1.02);
  -o-transform: translateY(-12px) scale(1.02);
}

.price-card.popular {
  transform: scale(1.05);
}

.price-card.popular:hover {
  transform: scale(1.08) translateY(-10px);
}

/* ===== Smooth scroll reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* CTA Start */

.cta-section {
  background: #f7f9fc;
}

.cta-card {
  position: relative;
  padding: 60px 40px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(0, 40, 120, 0.08);
  overflow: hidden;
}

.cta-card::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(19,88,41,0.15), transparent 70%);
  top: -80px;
  right: -80px;
  border-radius: 50%;
  animation: ctaFloat 8s infinite ease-in-out;
}

@keyframes ctaFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(20px); }
}

.cta-title {
  font-weight: 800;
  margin-bottom: 15px;
  color: #0f172a;
}

.cta-description {
  max-width: 600px;
  margin: 0 auto 25px;
  color: #6c757d;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn-primary {
  padding: 12px 26px;
  border-radius: 12px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.cta-btn-secondary {
  padding: 12px 26px;
  border-radius: 12px;
  font-weight: 700;
}

.cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(19,88,41,0.3);
}

.cta-btn-secondary:hover {
  transform: translateY(-3px);
  background: #135829;
  color: #fff;
}

@media (max-width: 768px) {
  .cta-card {
    padding: 40px 20px;
  }
}

/* CTA End */

/* Newsletters Start */

/* ===== Newsletter Section ===== */
.newsletter-section {
  background: #f7faff;
}

.newsletter-card {
  position: relative;
  padding: 50px 30px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 40, 120, 0.08);
  overflow: hidden;
}

/* animated background blob */
.newsletter-card::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(19,88,41,0.15), transparent 70%);
  top: -60px;
  left: -60px;
  border-radius: 50%;
  animation: newsletterFloat 7s ease-in-out infinite;
}

@keyframes newsletterFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(15px); }
}

/* Content */
.newsletter-title {
  font-weight: 800;
  margin-bottom: 10px;
  color: #0f172a;
}

.newsletter-description {
  color: #6c757d;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Input Group */
.newsletter-input-group {
  display: flex;
  max-width: 500px;
  margin: 0 auto 15px;
  background: #f1f5f9;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

/* Input */
.newsletter-input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  width: 98%;
}

/* Button */
.newsletter-btn {
  padding: 0 20px;
  background: #135829;
  color: #fff;
  border: none;
  font-weight: 700;
  transition: 0.3s;
}

/* Hover effects */
.newsletter-btn:hover {
  background: #0f4722;
}

.newsletter-input-group:focus-within {
  border-color: #135829;
  box-shadow: 0 0 0 3px rgba(19,88,41,0.15);
}

/* Note */
.newsletter-note {
  font-size: 13px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 576px) {
  .newsletter-input-group {
    flex-direction: column;
  }

  .newsletter-btn {
    width: 100%;
    padding: 12px;
  }
}

/* wrapper */
.newsletter-field {
  position: relative;
  width: 100%;
}

/* error */
.newsletter-error {
  position: absolute;
  bottom: -18px;
  left: 5px;
  font-size: 12px;
  color: #ef4444;
}

/* error state */
.newsletter-input.error {
  border: 1px solid #ef4444;
}

/* success state */
.newsletter-input.success {
  border: 1px solid #22c55e;
}

/* suggestions dropdown */
.email-suggestions {
  position: absolute;
  width: 100%;
  top: 105%;
  left: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  z-index: 10;
  display: none;
}

.email-suggestions div {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
}

.email-suggestions div:hover {
  background: #f1f5f9;
}

/* Newsletters End */

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,.5);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-white);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: rgba(255,255,255,.5);
}

.footer .copyright a:hover {
    color: var(--bs-white);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*  Contact  */

.contact-section {
  background: #f8fafc;
  animation: fadeInUp 0.6s ease;
}
/* Cards */
.contact-card,
.contact-form-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.contact-card:hover,
.contact-form-card:hover {
  transform: translateY(-5px);
}

/* Title */
.contact-title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #135829;
}

/* Contact Items */
.contact-item {
  display: flex;
  gap: 15px;
  align-items: center;
  transition: 0.3s;
}

.contact-item:hover {
  transform: translateX(5px);
}

.contact-icon {
  width: 45px;
  height: 45px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #135829;
  font-size: 18px;
}

/* Form */
.form-control {
  border-radius: 10px;
  border: 1px solid #e4e9f7;
  padding: 12px;
}

.form-control:focus {
  border-color: #135829;
  box-shadow: 0 0 0 0.2rem rgba(19,88,41,0.1);
}

/* Button */
.contact-btn {
  background: #135829;
  color: #fff;
  border-radius: 12px;
  padding: 12px;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #0f4721;
  transform: translateY(-2px);
}

/* Map */
.contact-map {
  height: 100%;
  min-height: 450px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Error */
.error-text {
  color: red;
  font-size: 12px;
}



.contact-hero h1 {
  font-size: 42px;
}


.auth {
  background: linear-gradient(135deg, transparent, rgba(19,88,41,0.1));
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
}

.auth-card {
      background: #fff;
      border-radius: 15px;
      padding: 40px;
      width: 100%;
      max-width: 420px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    }

    .auth-title {
      font-weight: bold;
      margin-bottom: 25px;
    }

    .form-control {
      height: 50px;
      border-radius: 10px;
    }

    .auth-btn {
      height: 50px;
      border-radius: 10px;
      font-weight: 600;
    }

    .auth-link {
      font-size: 14px;
    }