.body .challengesSection {
    background: linear-gradient(90deg, #F4A900 0%, #FFDD8B 100%);
    margin: -10px auto 0;
    padding-top: 10px;
    padding-bottom: 5px;
}

#challengesContainer-carousel {
    width: 75%;
    display: block;
    margin: 15px auto;
    border-radius: 18px;
}

.challenges-carousel .carousel-inner .item {
    padding: 5px;
}

.challenges-carousel .carousel-inner .item.active {
}

.challenges-carousel .left.carousel-control,
.challenges-carousel .right.carousel-control {
    width: 5%;
    opacity: 1; /* Full opacity */
    transition: opacity 0.3s ease; /* Smooth transition for opacity change */
}

.challenges-carousel .left.carousel-control:hover,
.challenges-carousel .right.carousel-control:hover {
    opacity: 0.7; /* Change to 70% opacity on hover */
}

.challenges-carousel .left.carousel-control {
    left: -75px;
    top: -20%;
    background-image: none; /* Remove default image */
}

.challenges-carousel .right.carousel-control {
    right: -75px;
    top: -20%;
    background-image: none; /* Remove default image */
}

.challenges-carousel .left.carousel-control .glyphicon-chevron-left,
.challenges-carousel .right.carousel-control .glyphicon-chevron-right {
    font-size: 30px; /* Increase size of the arrows */
    color: white; /* Change color to white */
    height: 45px;
    width: 45px;
}

.challengeSquares {
    border-radius: 18px;
    height: auto;
}

.challengeSquares p {
    color: #0B1541;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

p.challengeName {
    color: #0B1541;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    margin-top: 25px;
}

.challengeSquares img {
    margin: 5px auto;
    display: block;
    max-width: 150px;
}

.body .topSection {
    padding-bottom: 50px;
}

.body .topSection h1 {
    color: #0B1541;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
    width: 90%;
    margin: 50px auto;
    display: block;
}

.body .topSection .offersImage {
    margin: 5px auto;
    max-height: 150px;
    max-width: 250px;
    display: block;
}

.body .topSection .offersText {
    color: #275CE4;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    text-transform: uppercase;
    margin: 15px auto;
}

.body .stepsSection {
    background-color: #EFF3FF;
    padding: 25px 0 50px;
}

.body .stepsSection img {
    margin: 5px auto;
    display: block;
}

.body .stepsSection p.stepText {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
}

.body .stepsSection h2 {
    color: #1F3B9B;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
}

.body .stepsSection p {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

.body .stepsSection .step1 {
    padding: 50px 50px 0;
    width: 75%;
    margin: 15px auto;
    display: block;
}

.body .stepsSection .step1 .stepText {
    margin-top: 50px;
}

.body .stepsSection .step2 {
    text-align: center;
    padding-bottom: 50px;
    position: relative; /* Ensure it's positioned relative */
    z-index: 3; /* Higher z-index to stay on top */
}

.body .stepsSection .step2 .step2TextContainer {
    padding: 25px 50px 0;
    margin: 15px auto;
    display: block;
}

.pdCarouselContainer {
}

#pd-carousel {
    width: 90%;
    display: block;
    margin: 5px auto;
}

#pd-carousel h2 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    padding-top: 15px;
    font-family: Montserrat;
    color: black;
}

#pd-carousel h3 {
    color: black;
    font-size: 20px;
    text-align: center;
    max-width: 80%;
    margin: 15px auto 0;
    font-family: Montserrat;
}

.pdCarouselSquare {
    border-radius: 14px;
    border: 1px solid #1F3B9B;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px;
    margin-top: 25px;
    min-height: 400px;
}

#pd-carousel .carousel-inner .item .col-md-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdCarouselSquare img {
    margin: auto; /* Centers the image */
    display: block;
}

.pdCarouselSquare p.pdTypeTitle {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
}

.pdCarouselSquare p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    text-align: left;
}

.pdCarouselContainer .carousel-control .glyphicon-chevron-left,
.pdCarouselContainer .carousel-control .glyphicon-chevron-right {
    background-color: #275CE4;
    border-radius: 100px;
    padding: 5px;
    margin: 25px auto;
}

.pdCarouselContainer .carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.body .stepsSection .step2 .backgroundSquiggle {
    position: absolute;
    top: 40%; /* Adjust these values as needed */
    right: 0; /* Adjust these values as needed */
    z-index: -1;
}

.body .stepsSection .step3 {
    padding: 25px 50px 10px;
    width: 75%;
    margin: 15px auto;
    display: block;
}

.body .stepsSection .step4 {
    padding: 0 50px 50px;
    width: 75%;
    margin: 15px auto;
    display: block;
}

.body .stepsSection .step4 li {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    position: relative;
    padding-left: 40px; /* Adjust this value to ensure proper spacing between image and text */
    margin-bottom: 10px; /* Optional: Add some space between list items */

}

.body .stepsSection .step4 ul {
    list-style-type: none;
    padding-left: 0;
}

.body .stepsSection .step4 ul li::before {
    content: url('https://d3f7q2msm2165u.cloudfront.net/aaa-content/user/files/Web Pages/NGPF Academy web page/check-circle.svg');
    position: absolute;
    left: 0;
    top: 3px;
}

.body .questionsFooter {
    background-color: #0C173F;
    padding: 50px;
}

.body .questionsFooter p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
}

.body .questionsFooter a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    text-align: center;
    display: block;
    margin: 5px auto;
}


.myAcademyLink {
    color: #ff9327;
}

.myAcademyLink:hover {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .body .topSection h1 {
        font-size: 32px;
        width: 80%;
    }

    .pdCarouselSquare {
        height: 525px;
    }
}

@media (max-width: 992px) {
    .pdCarouselContainer {
        width: 90%;
        margin: 5px auto;
        display: block;
    }

    .challenges-carousel .left.carousel-control .glyphicon-chevron-left, .challenges-carousel .right.carousel-control .glyphicon-chevron-right {
        display: none !important;
    }

    .pdCarouselSquare {
        height: 550px;
    }

    .body .stepsSection .step3 {
        padding: 15px;
    }

    .body .stepsSection .step4 {
        padding: 15px 15px 50px;
    }
}

@media (max-width: 600px) {
    #challengesContainer-carousel {
        width: 95%;
    }

    .body .topSection h1 {
        font-size: 18px;
        width: 90%;
    }

    .pdCarouselSquare {
        height: auto;
        min-height: auto;
    }

    .body .stepsSection .step1 {
        padding: 15px 0;
        width: 90%;
    }

    .body .stepsSection .step2 {
    }

    .body .stepsSection .step2 .step2TextContainer {
        text-align: left !important;
        padding: 15px 0;
        width: 90%;
        margin:
    }

    .body .stepsSection .step3 {
        padding: 15px 0;
        width: 90%;
    }

    .body .stepsSection .step4 {
        padding: 15px 0;
        width: 90%;
    }
}