:root {
    --primary-app-color: #FF4262;
}

.title-text {
    color: var(--primary-app-color);
    font-weight: bold;
    font-size: 27px;
}

.section-1,
.section-3,
.section-4 {
    position: relative;
    /* Required for absolute children */
    width: 100%;
    overflow: hidden;
}



.section-4 {
    height: 700px;
}


.section-1 .bg-img,
.section-3 .bg-img {
    position: absolute;
    z-index: 1;
}

.left-bg-img,
.right-bg-img {
    height: 80%;
    position: absolute;
    z-index: -999;
}

.left-bg-img {
    left: 0;
}

.right-bg-img {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}


.bg1 {
    top: 75px;
    right: 17%;
}

.bg2 {
    top: 0;
    left: 0;
}

.bg3 {
    top: 40%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 154px;
    background-color: white;
    border-radius: 50%;
}

.bg4 {
    top: 20%;
    left: 10%;
    transform: translate(-50%, -50%);
    width: 115px;
}

.bg5 {
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
    height: 156px;
    width: 156px;
}

.bg6 {
    top: 34%;
    left: 5%;
    width: 222px;
    height: 222px;
}

.bg7 {
    top: 9%;
    left: 22%;
    width: 263px;
    height: 263px;
}

.bg8 {
    top: 47%;
    left: 27%;
    width: 130px;
    height: 130px;
}



.gd-border-image:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* the border length */
    background: linear-gradient(120deg, #F06F29, #1D8BCE);
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    mask: var(--m) content-box exclude, var(--m);
}

.gd-border-image {
    font-family: system-ui, sans-serif;
    font-size: 2.5rem;
    padding: 10px;
    border-radius: 50%;
    position: relative;
}

.gd-border-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    /* make image circular */
    display: block;

}

.right-side-content {
    padding-top: 70px;
    width: 50%;
    right: 0;
    top: 0;
    position: absolute;
    /* Above background images */
    z-index: 3;
}

.top-sec-1-subtitle {
    padding-top: 20px;
    font-size: 26px;
    color: #FF4262;
    font-weight: 600;
}

.gradientline {
    background: linear-gradient(90deg, #F4C619, #F04354, #C52C8D, #616CB9, #2A8DCF);
    height: 3px;
}

.dashed-gradient-box {
    display: inline-block;
    height: 110px;
    width: 90%;
    border-radius: 8px;
    border: 2px dotted #fff;
    background:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(to right, #E25F7E, #4F5687) border-box;
}

.info-icon {
    width: 70px;
    height: auto;
}

.main-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #005C97;
}

.main-number-title {
    font-size: 1rem;
    font-weight: bold;
    color: #005C97;
}

.main-title {
    font-weight: 500;
    font-size: 1rem;
    color: #259DEA;
    align-items: center;
}

.description {
    color: #555;
    font-size: medium;
}

.section-1 .sec-1-content {
    position: relative;
    z-index: 4;
    bottom: 50px;
    font-size: medium;
    width: 100%;
    display: flex;
    justify-content: center;
    /* Horizontal center (if needed) */
    align-items: center;
    /* Vertical center */
}


.info-box {
    height: 220px;
    position: relative;
    width: 75%;
}

.timeline-info-box {
    height: 220px;
    position: relative;
    width: 100%;
}

.timeline-info-box .timeline-inner-content-box {
    border-radius: 15px;
    background: linear-gradient(to right, #DB2160, #F99277);
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
    margin: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #1D8BCE;
    border: 2px dotted #fff;
    background:
        linear-gradient(#F1F5FF 0 0) padding-box,
        linear-gradient(to right, #E25F7E, #4F5687) border-box;
    /* Your border */

}

.timeline-info-box .box-1 {
    background: linear-gradient(45deg, #59A6E3, #061277);
    bottom: 0;
}

.timeline-info-box .box-2 {
    right: -20px;
    background: linear-gradient(to bottom, #F06F29, #061277);
}

.timeline-info-box .box-1,
.timeline-info-box .box-2,
.timeline-info-box .box-3,
.timeline-info-box .box-4 {
    height: 100px;
    width: 120px;
    position: absolute;
    border-radius: 15px;
}

.timeline-info-box .box-4 {
    right: -20px;
    bottom: 0;
    background: linear-gradient(45deg, #59A6E3, #061277);
}

.timeline-info-box .box-3 {
    background: linear-gradient(to bottom, #F06F29, #061277);

}

.timeline-info-box p {
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .info-box {
        height: 440px;
    }
}

@media (max-width: 491.98px) {
    .info-box {
        height: 540px;
    }
}

.info-box .inner-content-box {
    border-radius: 10px;
    background: linear-gradient(to right, #DB2160, #F99277);
    position: absolute;
    width: 100%;
    height: calc(100% - 26px);
    margin: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: white;
    /* Your border */

}

.info-box .box-1 {
    background: linear-gradient(45deg, #59A6E3, #061277);
    bottom: 0;
}

.info-box .box-2 {
    right: -39px;
    background: linear-gradient(to bottom, #F06F29, #061277);
}

.info-box .box-1,
.info-box .box-2 {
    height: 150px;
    width: 200px;
    position: absolute;
    border-radius: 15px;
}



.custom-button {
    width: 40px;
    height: 40px;
    background-color: white;
    /* center circle */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.custom-button i {
    color: #f0625f;
    /* coral/red arrow color */
}

.custom-button:hover {
    transform: scale(1.15);
}

.css-arrow {
    width: 12px;
    height: 12px;
    border-right: 2px solid #f0625f;
    border-bottom: 2px solid #f0625f;
    transform: rotate(-45deg);
    margin: auto;
}

/* Arrow (CSS) */
.arrow-up,
.arrow-down {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-left: 4px solid white;
    border-top: 4px solid white;
}

.arrow-up {
    transform: rotate(42deg);
}

.arrow-down {
    transform: rotate(-135deg);
}

.sec-3-title {
    font-size: 31px;
    font-weight: bold;
    color: #f0625f;
    height: 50px;
}

.long-container {
    position: absolute;
    width: 7px;
    margin: 160px 0 120px 0;
    height: calc(100% - 280px);
    top: 0;
    background: linear-gradient(to bottom, #E85355, #6A5EDB);
    z-index: 1;
}

.timeline-container {
    position: relative;
    z-index: 4;
}

.up-title-down-img {
    position: relative;
}

.timeline-title {
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(to right, #F2524A, #605FE6);
    color: white;
    border-radius: 31px;
    width: 128px;
    height: 41px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    z-index: 1;
}

.timeline-title.t-left {
    left: 0;
}

.timeline-title.t-right {
    right: 0;

}

.up-title-down-img img {
    height: 156px;
    width: 156px;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    right: 45px;
    z-index: 0;
    object-fit: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.up-title-down-img.img-1 img {
    right: 45px;
}

.up-title-down-img.img-2 img {
    left: 45px;
}

.big-dot {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background-color: #675FE0;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.mt-7 {
    margin-top: 70px;
}

.circle-badge-up {
    position: absolute;
    z-index: 0;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    padding: 10px;
    /* translucent outline */
}

.circle-badge-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
}

.cbi-1 {
    background: linear-gradient(to right, #00D7AC, #0280B4);
}

.cbi-2 {
    background: linear-gradient(to right, #00C6FF, #0072FF);
}

.cbi-3 {
    background: linear-gradient(to right, #D400FF, #673AB7);
}

.cbi-1-light {
    background: linear-gradient(to right, rgba(0, 215, 172, 0.15), rgba(2, 128, 180, 0.15));
}

.cbi-2-light {
    background: linear-gradient(to right, rgba(0, 198, 255, 0.15), rgba(0, 114, 255, 0.15));
}

.cbi-3-light {
    background: linear-gradient(to right, rgba(212, 0, 255, 0.15), rgba(103, 58, 183, 0.15));
}

.circle-badge-icon {
    background-color: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 20px;
}