/* Header CSS Styles */
.pt-10-rem{
    padding-top: 10rem;
}

.pt-7-rem{
    padding-top: 7rem;
}

.text-green{
    color: #47d90c;
}
.text-green:hover{
    color: #3ebf0a;
}
.text-deep-purple{
    color: #262254 !important;
}

.fw-bold-900{
    font-weight: 900 !important;
}

.fs-4-rem{
    font-size: 4rem !important;
}

.h4-title{
    line-height: 1.5;
}

.section-1{
    min-height: 70vh;
}

@media (max-width: 1880px) {
    .section-1{
        min-height: 50vh !important;
    }

    .pt-10-rem{
        padding-top: 8rem !important;
        padding-bottom: 6rem !important;
    }
}

@media (max-width: 1024px) {

    .pt-10-rem{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-7-rem{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .section-1 {
        min-height: auto !important;
    }

    .fs-4-rem{
        font-size: 3rem !important;
    }
}

@media (max-width: 768px) {
    .fs-4-rem{
        font-size: 2.2rem !important;
    }
}

/* cards css styles */
.amount {
    font-size: 5rem;
    font-weight: 900 !important;
    line-height: 1; /* keeps it tight */
}

.slash{
    font-size: 5rem !important;
    line-height: 1; /* keeps it tight */
}

.plan-title{
    font-weight: 900 !important;
}

.green-bg{
    background-color: #47d90c !important;
    color: white !important;
    transition: background-color 0.3s ease;
    border: 1px solid #47d90c !important;
}

.btn.green-bg:hover {
    background-color: #3ebf0a !important; /* Slightly darker green */
    border: 1px solid #3ebf0a !important;
}

.pricing-container {
    margin-top: -20rem;
    position: relative;
    z-index: 10;
}

@media (max-width: 1880px) {
    .pricing-container {
        margin-top: -10rem !important;
    }
}

/* Middle card highlighted */
.card.featured {
    transform: scale(1.1); /* Bigger */
    z-index: 20;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.25);
    border: 2px solid var(--bs-primary); /* optional highlight */
}
/* Responsiveness */
@media (max-width: 1024px) { /* Tablet & below */
    .pricing-container {
        margin-top: 0 !important; /* reset */
    }

    .card.featured {
        transform: scale(1); /* equal size on mobile */
        margin: 1rem 0;
    }

    .d-flex.justify-content-between {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100% !important; /* full width on mobile */
        max-width: 28rem;
    }
}



/* Start Your free trial */
@media (max-width: 768px) {
    .custom-btn{
        font-size: 1rem !important;
        width: 100% !important;
    }
}



/* Accordion CSS Styling */
.accordion-button-text{
    font-weight: 700;
    font-size: 1.5rem !important;
}

.accordion-body-text{
    font-size: 1.2rem !important;
}

.accordion-border-bottom{
    border-bottom: 1px solid #262254;
}



/* Testimonials CSS Styling */
.testimonials-text{
    font-size: 1.8rem !important;
}

.testimonials-wrapper {
    display: flex;
    gap: 2rem;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
    cursor: grab;
    scroll-behavior: smooth;
  }

  .testimonials-wrapper:active {
    cursor: grabbing;
  }

  .testimonials-item {
    flex: 0 0 100%;
    scroll-snap-align: center;
    background: transparent;
    /* border-radius: 1rem; */
    /* border-bottom: 1px solid #262254; */
    padding: 2rem;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* pushes name/position to bottom */
  }

  /* Pagination dots */
  .testimonials-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }

  .testimonials-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    border: none;
    background-color: #6c63ff;
    opacity: 0.5;
    cursor: pointer;
  }

  .testimonials-dots button.active {
    opacity: 1;
  }


  .testimonials-text {
    /* leave space for consistent layout */
    margin-bottom: 1rem;
  }

  .testimonials-bottom {
    text-align: center;
  }

  .testimonials-bottom .name {
    font-weight: 700;
    font-size: 1.25rem;
    color: #4B0082; /* text-deep-purple */
  }

  .testimonials-bottom .position {
    font-size: 1rem;
    color: #4B0082;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .testimonials-item {
      flex: 0 0 95%; /* almost full width on mobile */
      padding: 1.5rem;
      min-height: 200px;
    }

    .testimonials-text {
      font-size: 0.95rem;
    }

    .testimonials-bottom .name {
      font-size: 1.1rem;
    }

    .testimonials-bottom .position {
      font-size: 0.9rem;
    }
  }




  /* Wrapper para ma-clip yung lumalampas */
.section-dots-wrapper {
    position: relative;
    overflow: hidden; /* hides the overflowed part of dots image */
}

/* Right dots */
.custom-dots-img-right {
    position: absolute;
    top: 50%;
    right: -90px;   /* desktop offset */
    transform: translateY(-50%);
    width: 150px;
    height: auto;
    z-index: 0;
}

/* Tablet screens */
@media (max-width: 992px) {
    .custom-dots-img-right {
        right: -60px;
        width: 120px;
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .custom-dots-img-right {
        display: none;
    }
}


.custom-dots-img-left {
    position: absolute;
    top: 15%;
    left: -90px;       /* default for desktop */
    transform: translateY(-50%);
    width: 150px;      /* default size */
    height: auto;
    z-index: 0;
}

/* Tablet screens */
@media (max-width: 992px) {
    .custom-dots-img-left {
        top: 10%;
        left: -60px;   /* move closer to card */
        width: 120px;  /* smaller size */
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .custom-dots-img-left {
        display: none;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    .custom-dots-img-left {
        display: none;
    }
}


.mw-600px{
    max-width: 600px;
}

.fs-2rem{
    font-size: 1.5rem !important;
}


/* Base style */
.h4-title {
    max-width: 1080px;   /* controls how wide the text can stretch */
    line-height: 1.4;   /* improves readability */
    margin: 0 auto;     /* center text inside parent */
    text-align: center; /* optional, makes it cleaner */
  }