.section-1 {
    padding-top: 50px;
    padding-inline: 0;
}

.head-text {
    margin-block: 20px;
    text-align: center;
    font-size: 2rem;
}

.img-container {
    padding-inline: 0;
    position: relative;
}


.card-head-text {
    font-size: 1.7rem;
}

.s-main-text {
    font-size: 1.7rem;
    text-align: center;
}

.s-2-para {
    font-size: 1.25rem;
}

.gradient-card-icon {
    width: 90px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    translate: -50% -50%;
}

.gradient-card {
    width: 285px;
    height: 300px;
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color: #1E76BA;
}

.gradient-card-container {
    gap: 4rem;
}

.focus-card {
    position: relative;
    color: white;
    border-radius: 15px;
    overflow-x: hidden;
    height: auto;
}

.s-head-text {
    font-size: 1.75rem;
}

.s-4-para {
    font-size: 1.25rem;
}

.arrow {
    position: absolute;
    top: 0;
    right: 10%;
    translate: 0 -20%;
}

.s-5-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s-5-div img {
    width: 90%;
    margin-inline: auto;
    border-radius: 30px;
}

.s-5-div p {
    display: inline-block;
    width: 80%;
    margin-top: 2.5rem;
    margin-inline: auto;
    text-align: center;
    font-size: 1.125rem;
}

/*.faq-item {*/
/*    border-radius: 10px;*/
/*    padding: 1px;*/
/*    background: linear-gradient(*/
/*            to right,*/
/*            #FD679A 0%,*/
/*            #FD679A 40%,*/
/*            rgba(255, 255, 255, 0) 100%*/
/*    );*/
/*    margin-bottom: 20px;*/
/*}*/

/*.faq-inner {*/
/*    background: #ffffff;*/
/*    border-radius: 10px;*/
/*    padding: 10px 20px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.faq-inner h4 {*/
/*    font-size: 20px;*/
/*    margin: 0 !important;*/
/*}*/

/*.plus {*/
/*    font-size: 24px;*/
/*    font-weight: 500;*/
/*    color: #FD679A;*/
/*}*/

/* NEW BLOCK */
.faq-item {
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(
            to right,
            #FD679A 0%,
            #FD679A 40%,
            rgba(255, 255, 255, 0) 100%
    );
    margin-bottom: 20px;
}

/* White card container */
.faq-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

/* Header */
.faq-inner {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-inner h4 {
    font-size: 20px;
    margin: 0;
}

/* Content */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
}

.faq-content p {
    margin: 0;
}

/* Active state */
.faq-item.active .faq-content {
    max-height: 500px;
    padding: 0 20px 20px;
}

/* Plus icon */
.plus {
    font-size: 22px;
    font-weight: 600;
    color: #FD679A;
    transition: transform 0.3s ease;
}

.faq-item.active .plus {
    transform: rotate(45deg);
}
/* NEW END */

@media (min-width: 769px) {
    .top-margin-desktop{
        margin-top: -75px;
    }
    .section-1 {
        padding-top: 90px;
    }

    .s-main-text {
        text-align: left;
    }

    .faq-inner h4 {
        font-size: 21px;
    }

    .head-text {
        margin-block: 30px;
        padding-inline: 0;
        text-align: left;
        font-size: 3.4375rem;
    }

    .card-head-text {
        font-size: 3.125rem;
    }

    .s-main-text {
        font-size: 3.125rem;
    }

    .gradient-card-icon {
        width: 110px;
        height: 110px;
    }

    .gradient-card-container {
        gap: 4rem;
    }

    .s-head-text {
        font-size: 2.5rem;
    }

    .s-4-para {
        font-size: 1.5625rem;
    }

    .focus-card {
        height: 250px;
    }

    .faq-item {
        margin-bottom: 120px;
    }

    .plus {
        font-size: 28px;
    }
}

@media (max-width: 768){
    
}

.gradient-text-rh {
    display: inline-block;
    /* background: linear-gradient(90deg, #1E76BA, #FD679A); */
    background: linear-gradient(90deg, #1E76BA, #1E76BA);
      background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 20px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }

  .gradient-text-rh2 {
    display: inline-block;
    /* background: linear-gradient(90deg, #1E76BA, #FD679A); */
    background: linear-gradient(90deg, #1E76BA, #1E76BA);
      background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 20px;
    width: 100%;    
  }

  .info-card {
    background: #fff;
    border: 1px solid #e5e7eb; /* light grey */
    border-radius: 16px; /* smooth curve */
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05); /* soft shadow */
    transition: all 0.3s ease;
  }
  
  .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  }
  
  /* text improvement */
  .info-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
  }

  /* animated cards */
  .inherit-scroll-section {
    padding: 70px 0;
    overflow: hidden;
}

.scroll-wrapper {
    display: flex;
    gap: 30px;
    /*height: 720px;*/
    /*overflow: hidden;*/
}


.scroll-column {
    flex: 1;
    height: 100%;
    /*overflow: hidden;*/
}

.scroll-track {
    display: flex;
    flex-direction: column;
    gap: 25px;
    /*animation: scrollUpSmooth 28s linear infinite;*/
}

.inherit-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    margin: 10px;
}

.inherit-card h3 {
    color: #1E76BA;
    font-size: 35px;
    margin-bottom: 12px;
    font-family: 'Federo', serif;
}

.inherit-card p {
    color: #555;
    line-height: 1.8;
    margin: 0;
}

.scroll-track {
    display: flex;
    flex-direction: column;
    gap: 25px;
    /*animation: scrollUpSmooth 12s linear infinite;*/
}

.scroll-column:hover .scroll-track {
    animation-play-state: paused;
}

@keyframes scrollUpSmooth {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-50% - 12.5px));
    }
}

/*
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
*/
/* @keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0);
    }
} */

/* mobile */
@media(max-width:768px){

    .scroll-wrapper {
        flex-direction: column;
        height: auto;
    }

    .scroll-column {
        animation: none !important;
    }
}