.header-link.active {
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color);
}

.header-link {
    color: #000 !important;
}

.main-hero-section {
    background-image: url('/website/assets/images/bg-grediant.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.hero-title {
    font-weight: 700;
    font-size: 3.4rem;
    color: #000;
}

.hero-description {
    font-weight: 500;
    font-size: 1.6rem;
    color: #000;
}

.brand-logo-section {
    background: linear-gradient(90deg, rgba(245, 255, 247, 0.30) 0%, rgba(92, 188, 108, 0.18) 100%);
}

.brand-logo-section img {
    margin: 0px 30px;
    width: 100px;
    object-fit: contain;
}

.testimonials-section {
    /* background: linear-gradient(90deg, rgba(245, 255, 247, 0.30) 0%, rgba(92, 188, 108, 0.18) 100%); */
}


.swiper {
    padding: 20px 0;
}

.swiper-slide {
    transition: transform 0.3s;
}

.swiper-slide:hover {
    transform: translateY(-10px);
}

/* .testimonial-card {
    border-radius: 21px !important;
 
    background: linear-gradient(90deg, rgba(245, 255, 247, 0.30) 0%, rgba(92, 188, 108, 0.18) 100%) !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.42) !important;
    overflow: hidden;
} */

.testimonial-card {
    border: none !important;
}

.testimonial-card .card {
    border-radius: 21px;
    background: linear-gradient(90deg, rgba(237, 255, 240, 0.50) 56.25%, rgba(91, 188, 107, 0.50) 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.42);
    border: none !important;
    overflow: hidden;
}


.testimonial-text {
    color: #000;
    font-size: 0.7rem;
}

.testimonial-badge {
    border-radius: 10px;

    display: flex;
    color: #000;
    font-family: var(--mont-family);
    font-size: 8px;
    overflow: hidden;
}

.testimonial-badge-1 {
    background: rgba(255, 215, 215, 0.91);
}

.testimonial-badge-1 div:first-child {
    background: rgba(255, 123, 125, 0.70);
}

.testimonial-badge-2 {
    background: rgba(244, 215, 255, 0.71) !important;
}

.testimonial-badge-2 div:first-child {
    background: rgba(183, 111, 230, 0.67) !important;
}


.testimonial-badge-3 {
    background: rgba(229, 255, 167, 0.39)
}

.testimonial-badge-3 div:first-child {
    background: rgba(195, 227, 89, 0.69)
}


.divider {
    background: #949494;
    height: 1px;
}


.survey-section {
    background: radial-gradient(circle at center,
            rgba(92, 188, 108, 0.25) 0%,
            rgba(92, 188, 108, 0.1) 40%,
            rgba(92, 188, 108, 0) 70%);
    backdrop-filter: blur(40px);
}

.flow-ai-section {
    background:

        radial-gradient(circle at top right,
            rgba(92, 188, 108, 0.15) 0%,
            rgba(92, 188, 108, 0) 60%),
        radial-gradient(circle at bottom left,
            rgba(92, 188, 108, 0.15) 0%,
            rgba(92, 188, 108, 0) 0%);
    backdrop-filter: blur(40px);
}



.counter-heading {
    font-size: 3rem;
    font-family: var(--mont-family);
    font-weight: 700;
}

.counter-text {
    font-size: 1.2rem;
    font-family: var(--mont-family);
    font-weight: 600;
}

.statics-section {
    background: linear-gradient(to bottom, rgba(92, 188, 108, 0) 0%, rgba(92, 188, 108, 0.15) 70%, rgba(92, 188, 108, 0) 100%);
    backdrop-filter: blur(40px);
}

.features-section{
    background: radial-gradient(circle at top right,
            rgba(92, 188, 108, 0.15) 0%,
            rgba(92, 188, 108, 0) 38%),
        radial-gradient(circle at bottom left,
            rgba(92, 188, 108, 0.15) 9%,
            rgba(92, 188, 108, 0) 30%)
}

.feature-cards {
    padding: 1.5rem;
    border-radius: 20px;
}


.feature-cards .feature-card-image img {
    width: 60px;
}

.feature-cards .feature-card-heading {
    font-family: var(--mont-family);
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
}

.feature-cards .feature-card-description {
    font-family: var(--mont-family);
    font-size: 0.8rem;
    color: #000000;
}

.feature-card-1 {
    border: 1px solid #FB7CC3;
    background: linear-gradient(180deg, #FFD2EB -30%, #FFFFFF 100%);
}

.feature-card-2 {
    border: 1px solid #2E9DFF;
    background: linear-gradient(180deg, #CAE6FF -30%, #FFFFFF 100%);
}


.feature-card-3 {
    border: 1px solid #ECFA2D;
    background: linear-gradient(180deg, #F9FFA7 -30%, #FFFFFF 100%);
}

.feature-card-4 {
    border: 1px solid #2DF84F;
    background: linear-gradient(180deg, #C3FFCD -30%, #FFFFFF 100%);
}


.courier-intergration-section {
    background-image: url('/website/assets/images/courier-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.courier-title {
    font-family: var(--mont-family);
    color: #000000;
    font-weight: 600;
    font-size: 2rem;
}

.courier-fav-tool-section {
    background-image: url('/website/assets/images/social-group.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.courier-fav-tool-section .hero-description {
    font-size: 1.2rem !important;
}

.pricing-card-header {
    border-bottom: 3px solid #5CBC6C;
    text-align: center;

}

.pricing-card {
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background: #FFF;
    font-family: var(--mont-family);
}

.pricing-feature-list p {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.pricing-feature-list img {
    margin-right: 8px;
}

.plan-btn {
    box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.standerd-pricing-card-header {
    border-bottom: 3px solid #000000;
}

.standerd-pricing-card {
    background: linear-gradient(180deg, #FFF 24.68%, rgba(92, 188, 108, 0.47) 99.99%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    position: relative;
    top: -25px;
}

.testimonial-review-card {
    border-radius: 30px;
    border: 1px solid #000;
    box-shadow: none !important;
}

.review-card {
    width: 100%;
    height: 200px;
    background: var(--primary-color);
    border-radius: 20px;
}

.faqs-content-title {
    font-size: 3rem;
}



.faq-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    width: 100%;
    text-align: left;
    border: none;
    background: white;
    font-size: 1.5rem;
    font-family: var(--mont-family);
}

.faq-icon {
    font-size: 25px;
    transition: transform 0.2s;
}

.collapsed .faq-icon::before {
    content: "+";
}

.faq-button:not(.collapsed) .faq-icon::before {
    content: "-";
}


.faqs-item {
    border-radius: 20px !important;
    border: 1px solid #5CBC6C !important;
    /* border-top: inset; */
    background: #FFF;
    padding: 1rem;
    margin: 30px 0px;
}

.faqs-sections {

    background: radial-gradient(circle at top right,
            rgba(92, 188, 108, 0.15) -20%,
            rgba(92, 188, 108, 0) 38%),
        radial-gradient(circle at bottom left,
            rgba(92, 188, 108, 0.15) 9%,
            rgba(92, 188, 108, 0) 30%)
        /* backdrop-filter: blur(40px); */

}

.footer-link {
    list-style: none;
    padding-left: 0px;
}

.footer-link a {
    text-decoration: none;
    color: #000;
}

footer {
    background:
        radial-gradient(circle at bottom left,
            rgba(92, 188, 108, 0.15) 0%,
            rgba(92, 188, 108, 0) 120%)
}




@media screen and (max-width:770px) {
    .hero-title{
        font-size: 2.4rem !important;
    }
    .main-hero-section{
        margin-top: 0px !important;
    }

    .courier-intergration-section{
            background-size: contain !important;
    }

    .courier-title{
        font-size: 1rem !important;
    }

    .courier-intergration-section{
        height: 250px  !important;
    }

    .courier-fav-tool-section{
        background-image: unset !important;
    }

    .standerd-pricing-card{
        top: 0px !important;
    }

    .footer-link-section{
        justify-content: start !important;
    }
}


.brand-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.brand-track {
  display: flex;
  width: max-content;
  gap: 40px;
  animation: scroll 20s linear infinite;
}

.brand-track img {
  height: 100px;
  object-fit: contain;
}

/* Infinite scroll left to right */
@keyframes scroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}





/* Fade In from Bottom */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Slide In from Left */
.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1s ease forwards;
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Zoom In */
.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.8s ease forwards;
}
@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
