.content-body-section section {
    max-width: 1200px;
    margin: 0 auto;
}
.header-section > nav > .container {
    max-width: 1200px;
    justify-content: center;
}
.header-inner-container {
    display: flex;
}

html {
    scroll-padding-top: 100px;
}

.mobile-swiper-section {
    display: none;
}
@media (max-width: 1200px) {
    .your-voice-our-mission-bg {
        margin-top: 120px !important;
    }
    .swiper-section {
        display: none;
    }
    .mobile-swiper-section {
        display: block;
    }
}

#mainNav .navbar-toggler {
    box-shadow: none;
}
.nav-link.active {
    color: #c97cf2 !important;
}
.footer-hr {
    background-color: #0d0d55;
    padding: 0 1rem;
    margin: 0;
    border-color: #fea501;
    opacity: 1;
}

/**navbar responsive*/
@media (max-width: 992px) {
    /*Changed on 13/8/2024*/
    #mainNav .container {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    /*Changed on 13/8/2024*/
    .navbar-header {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }
    .navbar-logo {
        padding-left: 2em;
        padding-bottom: 10px;
    }
    .navbar-buttons {
        padding: 0.5rem 0;
        justify-content: center;
        gap: 20px;
        margin-left: 0 !important;
    }
    /*Changed on 13/8/2024*/
    #navbarResponsive {
        padding: 1rem 0;
        background-color: #0d0d55;
    }
    #mainNav .navbar-brand img {
        height: 45px !important;
    }
    #navbarResponsive .navbar-nav .nav-item a {
        color: #fff;
    }

    .header-inner-container {
        width: 100%;
        display: block;
    }
    .navbar-collapse {
        margin-left: 0 !important;
    }
    /*Changed on 13/8/2024*/
    .nav-bg {
        padding-bottom: 0;
    }
}
.swiper-button-next,
.swiper-button-prev {
    color: #0d0d55;
}

.navbar-btn {
    border: none;
}
.navbar-btn svg {
    height: 1.5em;
    color: #0d0d55;
}

.nav-bg {
    background: #f0f0f0;
}
#mainNav .navbar-brand img {
    height: 60px;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
#mainNav .navbar-header {
    display: flex;
    justify-content: space-between;
}
.navbar-expand-lg .navbar-nav {
    gap: 20px;
}
.navbar-buttons {
    gap: 20px;
    margin-left: 3em;
}

.navbar-collapse {
    margin-left: 3em;
}
@media (max-width: 1038px) {
    .navbar-collapse {
        margin-left: 1.5em;
    }
    .navbar-buttons {
        gap: 20px;
        margin-left: 1em;
    }
}
.navbar-button {
    width: 100px;
}
.contact-buttons {
    gap: 20px;
    justify-content: center;
}
.contact-button {
    width: 100px;
}
.btn-primary {
    background-color: #c97cf2;
    border-color: #c97cf2;
    color: #0d0d55;
    border-radius: 20px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f9a604 !important;
    border-color: #f9a604 !important;
}
.bg-footer {
    background-color: #0d0d55;
    display: flex;
    justify-content: center;
}
.contact-brand img {
    height: 120px;
}
.nav-link {
    font-size: 14px;
    text-align: center;
}

.contact-nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 14px;
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
.contact-nav-register-card {
    border-radius: 10px;
    border-color: #c97cf2;
    background-color: #0d0d55;
    border-width: 3px;
}
.contact-register-img {
    height: 60px;
}
.contact-nav-register-card p,
.contact-nav-register-card h1 {
    margin-bottom: 0;
}
.footer-register-joinus {
    font-size: 22px;
}
.footer-register-text {
    font-size: 10px;
}
.footer-register-text-color {
    color: #fff;
}
.register-img-col {
    flex: 0 0 auto;
    width: 47%;
}
.register-text {
    flex: 0 0 auto;
    width: 50%;
}
.footer-container {
    margin-left: 5em;
    color: #fff;
    width: 1200px;
}
.contact-register-img {
    text-align: end;
}

/* Added comments from here */

.our-surveys-heading {
    color: #0d0d55;
    font-family: "Baloo", cursive;
    font-size: 3rem;
}
.register-surveys-below-heading {
    color: #fca402;
    font-family: "Baloo", cursive;
    font-size: 2rem;
}
.register-surveys-below-heading {
    color: #0d0d55;
    font-family: "Baloo", cursive;
    font-size: 2rem;
}

.oursurveys-section {
    padding: 0rem;
}

/* Container for the survey images */
.oursurveys-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Individual column for each survey image set */
.oursurveys-section .col-6.col-md-3 {
    padding: 10px;
    flex: 0 0 50%;
    max-width: 50%;
}

/* Adjust column size for medium screens and up */
@media (min-width: 768px) {
    .oursurveys-section .col-6.col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* Container for the layered images */
.our-survey-image-container {
    position: relative;
    width: auto;
    padding-bottom: 100%; /* Creates a square aspect ratio */
    overflow: hidden;
}

/* Base styles for all images in the container */
.our-survey-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hide the hover image by default */
.our-survey-image-container .hover-img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show the hover image on container hover */
.our-survey-image-container:hover .hover-img {
    opacity: 1;
}

/* Ensure the overlay image is always on top */
.our-survey-image-container .our-surveys-overlay-img {
    z-index: 1;
    width: 50%; /* Adjust this value to make the image smaller or larger */
    height: auto;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.purple-underline {
    text-decoration: underline;
    text-decoration-color: #c97cf2;
    color: #c97cf2;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
}

.purple-underline:hover {
    text-decoration-color: #f9a604;
    color: #f9a604;
}

p {
    font-size: 14px;
}

.font-darkblue {
    color: #0d0d55;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
}

.your-voice-our-mission-bg {
    background-color: #f0f0f0;
    position: relative;
}

.your-voice-our-missions-heading {
    font-family: "Baloo", cursive;
    font-size: 3.2rem;
}

.voices-purple {
    color: #c97bf2;
}

.missions-orange {
    color: #f9a604;
}

.voice-mission-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible; /* This will keep the images within the container */
}

.orange-img {
    position: absolute;
    left: 40%;
    z-index: 1;
    max-width: 50%;
    height: auto;
    transform: translate(0%, -10%);
}

.purple-img {
    position: absolute;
    left: 30%;
    z-index: 2; /* This ensures the purple image is on top */
    max-width: 50%;
    height: auto;
    transform: translate(-30%, 65%);
}

/*Changed this block of code below on 14/8/2024*/
@media (min-width: 344px) {
    .your-voice-our-missions-heading {
        padding-top: 45px;
    }
    .orange-img {
        position: absolute;
        left: 30%;
        z-index: 1;
        max-width: 26%;
        height: auto;
        transform: translate(-70%, -20%);
    }
    .purple-img {
        position: absolute;
        left: 30%;
        z-index: 2; /* This ensures the purple image is on top */
        max-width: 26%;
        height: auto;
        transform: translate(-120%, 50%);
    }
    .your-voice-our-missions-heading {
        font-family: "Baloo", cursive;
        font-size: 2.2rem;
        /*margin-left: 120px;*/
        line-height: 35px; /* 20/8/2024 */
    }
    .voice-mission-text {
        /* 20/8/2024 */
        margin-top: 10px;
    }
    .button-container {
        display: flex;
        justify-content: center;
    }
    .our-surveys-heading {
        color: #0d0d55;
        font-family: "Baloo", cursive;
        font-size: 2.2rem;
    }
    .register-surveys-below-heading {
        color: #fca402;
        font-family: "Baloo", cursive;
        font-size: 1.2rem;
        padding-bottom: 20px;
    }
    .fourth-survey {
        padding-top: 24px;
    }
    .look-out-for-future-surveys {
        padding-top: 30px;
        font-size: 1rem;
    }
    .img-width {
        width: 250px;
    }
    .second-survey {
        padding-top: 20px;
    }
    .third-survey {
        padding-top: 20px;
    }
    .fourth-survey {
        padding-top: 20px;
    }
}

@media (min-width: 412px) {
    .your-voice-our-missions-heading {
        padding-top: 48px;
    }
    .orange-img {
        position: absolute;
        left: 30%;
        z-index: 1;
        max-width: 21%;
        height: auto;
        transform: translate(-40%, -10%);
    }
    .purple-img {
        position: absolute;
        left: 30%;
        z-index: 2; /* This ensures the purple image is on top */
        max-width: 21%;
        height: auto;
        transform: translate(-100%, 60%);
    }
    .your-voice-our-missions-heading {
        font-family: "Baloo", cursive;
        font-size: 2.2rem;
        /* margin-left: 160px; */
        line-height: 35px; /* 20/8/2024 */
    }
    .voice-mission-text {
        /* 20/8/2024 */
        margin-top: 10px;
    }
    .button-container {
        display: flex;
        justify-content: center;
    }
    .our-surveys-heading {
        color: #0d0d55;
        font-family: "Baloo", cursive;
        font-size: 2.2rem;
    }
    .register-surveys-below-heading {
        color: #fca402;
        font-family: "Baloo", cursive;
        font-size: 1.2rem;
        padding-bottom: 20px;
    }
    .look-out-for-future-surveys {
        padding-top: 30px;
        font-size: 1rem;
    }
    .img-width {
        width: 250px;
    }
    .second-survey {
        padding-top: 20px;
    }
    .third-survey {
        padding-top: 20px;
    }
    .fourth-survey {
        padding-top: 20px;
    }
}

@media (min-width: 540px) {
    .your-voice-our-missions-heading {
        padding-top: 45px;
    }
    .orange-img {
        position: absolute;
        left: 30%;
        z-index: 1;
        max-width: 20%;
        height: auto;
        transform: translate(-30%, -10%);
    }
    .purple-img {
        position: absolute;
        left: 30%;
        z-index: 2; /* This ensures the purple image is on top */
        max-width: 20%;
        height: auto;
        transform: translate(-100%, 30%);
    }
    .your-voice-our-missions-heading {
        font-family: "Baloo", cursive;
        font-size: 2.2rem;
        /*margin-left: 200px;*/
        line-height: 35px; /* 20/8/2024 */
    }
    .button-container {
        display: flex;
        justify-content: center;
    }
    .our-surveys-heading {
        color: #0d0d55;
        font-family: "Baloo", cursive;
        font-size: 2.2rem;
    }
    .register-surveys-below-heading {
        color: #fca402;
        font-family: "Baloo", cursive;
        font-size: 1.2rem;
        padding-bottom: 20px;
    }
    .look-out-for-future-surveys {
        padding-top: 30px;
        font-size: 1rem;
    }
    .img-width {
        width: 200px;
    }
    .second-survey {
        padding-top: 0px;
    }
    .third-survey {
        padding-top: 20px;
    }
    .fourth-survey {
        padding-top: 20px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .your-voice-our-missions-heading {
        padding-top: 48px;
        text-align: left;
    }
    .orange-img {
        position: absolute;
        left: 30%;
        z-index: 1;
        max-width: 20%;
        height: auto;
        transform: translate(-30%, -10%);
    }
    .purple-img {
        position: absolute;
        left: 30%;
        z-index: 2; /* This ensures the purple image is on top */
        max-width: 20%;
        height: auto;
        transform: translate(-100%, 30%);
    }
    .your-voice-our-missions-heading {
        font-family: "Baloo", cursive;
        font-size: 3.2rem;
        /*margin-left: 250px; */
        line-height: 45px; /* 20/8/2024 */
    }
    .our-surveys-heading {
        color: #0d0d55;
        font-family: "Baloo", cursive;
        font-size: 2.2rem;
    }
    .register-surveys-below-heading {
        color: #fca402;
        font-family: "Baloo", cursive;
        font-size: 1.2rem;
        padding-bottom: 30px;
    }
    .button-container {
        display: flex;
        justify-content: center;
    }
    .fourth-survey {
        padding-top: 24px;
    }
    .look-out-for-future-surveys {
        padding-top: 40px;
        font-size: 1rem;
    }
    .img-width {
        width: 200px;
    }
    .second-survey {
        padding-top: 0px;
    }
    .third-survey {
        padding-top: 20px;
    }
    .fourth-survey {
        padding-top: 20px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .your-voice-our-missions-heading {
        padding-top: 48px;
        text-align: left;
    }
    .orange-img {
        position: absolute;
        left: 30%;
        z-index: 1;
        max-width: 17%;
        height: auto;
        transform: translate(-40%, -15%);
    }
    .purple-img {
        position: absolute;
        left: 30%;
        z-index: 2; /* This ensures the purple image is on top */
        max-width: 17%;
        height: auto;
        transform: translate(-110%, 30%);
    }
    .your-voice-our-missions-heading {
        font-family: "Baloo", cursive;
        font-size: 3.2rem;
        /*margin-left: 330px; */
        line-height: 45px; /* 20/8/2024 */
    }
    .our-surveys-heading {
        color: #0d0d55;
        font-family: "Baloo", cursive;
        font-size: 3rem;
    }
    .register-surveys-below-heading {
        color: #fca402;
        font-family: "Baloo", cursive;
        font-size: 2rem;
        padding-bottom: 30px;
    }
    .button-container {
        display: flex;
        justify-content: center;
    }
    .look-out-for-future-surveys {
        padding-top: 30px;
        font-size: 1rem;
    }
    .img-width {
        width: 250px;
    }
    .second-survey {
        padding-top: 0px;
    }
    .third-survey {
        padding-top: 20px;
    }
    .fourth-survey {
        padding-top: 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .your-voice-our-missions-heading {
        padding-top: 48px;
        text-align: left;
    }
    .orange-img {
        position: absolute;
        left: 40%;
        z-index: 1;
        max-width: 80%;
        height: auto;
        transform: translate(-20%, -10%);
    }
    .purple-img {
        position: absolute;
        left: 30%;
        z-index: 2; /* This ensures the purple image is on top */
        max-width: 80%;
        height: auto;
        transform: translate(-40%, 60%);
    }
    .your-voice-our-missions-heading {
        font-family: "Baloo", cursive;
        font-size: 3.2rem;
        margin-left: 0px;
    }
    .our-surveys-heading {
        color: #0d0d55;
        font-family: "Baloo", cursive;
        font-size: 3rem;
    }
    .register-surveys-below-heading {
        color: #fca402;
        font-family: "Baloo", cursive;
        font-size: 2rem;
        padding-bottom: 30px;
    }
    .look-out-for-future-surveys {
        padding-top: 50px;
        font-size: 1rem;
    }
    .img-width {
        width: 200px;
    }
    .second-survey {
        padding-top: 0px;
    }
    .third-survey {
        padding-top: 0px;
    }
    .fourth-survey {
        padding-top: 0px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .your-voice-our-missions-heading {
        padding-top: 48px;
        text-align: left;
    }
    .orange-img {
        position: absolute;
        left: 40%;
        z-index: 1;
        max-width: 68%;
        height: auto;
        transform: translate(-20%, -10%);
    }
    .purple-img {
        position: absolute;
        left: 30%;
        z-index: 2; /* This ensures the purple image is on top */
        max-width: 68%;
        height: auto;
        transform: translate(-40%, 55%);
    }
    .your-voice-our-missions-heading {
        font-family: "Baloo", cursive;
        font-size: 3.2rem;
        margin-left: 0px;
    }
    .voice-mission-text {
        /* 20/8/2024 */
        margin-top: 10px;
    }
    .button-container {
        display: flex;
        justify-content: flex-start;
    }
    .our-surveys-heading {
        color: #0d0d55;
        font-family: "Baloo", cursive;
        font-size: 3rem;
    }
    .register-surveys-below-heading {
        color: #fca402;
        font-family: "Baloo", cursive;
        font-size: 2rem;
        padding-bottom: 30px;
    }
    .look-out-for-future-surveys {
        padding-top: 50px;
        font-size: 1rem;
    }
    .second-survey {
        padding-top: 0px;
    }
    .third-survey {
        padding-top: 0px;
    }
    .fourth-survey {
        padding-top: 0px;
    }
}

@media (min-width: 1400px) {
    .your-voice-our-missions-heading {
        padding-top: 48px;
        text-align: left;
    }
    .orange-img {
        position: absolute;
        left: 40%;
        z-index: 1;
        max-width: 58%;
        height: auto;
        transform: translate(0%, -10%);
    }
    .purple-img {
        position: absolute;
        left: 30%;
        z-index: 2; /* This ensures the purple image is on top */
        max-width: 58%;
        height: auto;
        transform: translate(-40%, 42%);
    }
    .your-voice-our-missions-heading {
        font-family: "Baloo", cursive;
        font-size: 3.2rem;
        margin-left: 0px;
    }
    .voice-mission-text {
        /* 20/8/2024 */
        margin-top: 10px;
    }
    .button-container {
        display: flex;
        justify-content: flex-start;
    }
    .our-surveys-heading {
        color: #0d0d55;
        font-family: "Baloo", cursive;
        font-size: 3rem;
    }
    .register-surveys-below-heading {
        color: #fca402;
        font-family: "Baloo", cursive;
        font-size: 2rem;
        padding-bottom: 30px;
    }
    .look-out-for-future-surveys {
        padding-top: 50px;
        font-size: 1.5rem;
    }
    .second-survey {
        padding-top: 0px;
    }
    .third-survey {
        padding-top: 0px;
    }
    .fourth-survey {
        padding-top: 0px;
    }
}
/*changed this block of code above on 14/8/2024 */
.join-us-btn {
    font-size: 1.5rem;
    width: 200px;
    margin-top: 20px; /* 20/8/2024 */
}

.purple-btn {
    background-color: #c97cf2;
    color: #080a4c;
}
.purple-btn:hover,
.purple-btn.hover {
    background-color: #c97cf2 !important;
    color: #fff !important;
}
.purple-btn:focus,
.purple-btn.focus {
    background-color: #fca402 !important;
    border-color: #fca402 !important;
    color: #fff !important;
}
.purple-btn:active,
.purple-btn.active {
    background-color: #fca402 !important;
    border-color: #fca402 !important;
    color: #fff !important;
}

.darkblue-btn {
    background-color: #080a4c;
    color: #fff;
}
.darkblue-btn:hover,
.darkblue-btn.hover {
    background-color: #080a4c !important;
    color: #fca402 !important;
}
.darkblue-btn:focus,
.darkblue-btn.focus {
    background-color: #c97cf2 !important;
    border-color: #c97cf2 !important;
    color: #fff !important;
}
.darkblue-btn:active,
.darkblue-btn.active {
    background-color: #c97cf2 !important;
    border-color: #c97cf2 !important;
    color: #fff !important;
}

/*End of TH css*/

.footer-register-col {
    width: 350px;
}
.footer-text-row-2 ul {
    padding-right: 30px;
}
/*footer responsive*/
@media (max-width: 767px) {
    .footer-container {
        margin-left: 0;
        text-align: center;
    }
    .footer-text-row-2 {
        width: 100%;
    }

    .footer-text-row-2 ul {
        text-align: start;
        padding-right: 30px;
    }

    .footer-text-row-1 {
        width: 100%;
    }
    .footer-text-row-1 ul {
        text-align: end;
    }
    .contact-logo {
        text-align: center;
    }
    .contact-text-col {
        display: inline-block;
        width: 50%;
        margin: 20px 0;
    }
}
/*changed this block of code below on 14/8/2024*/

@media (max-width: 576px) {
    .footer-text-row-2 ul,
    .footer-text-row-1 ul {
        text-align: center;
        padding-right: 0px;
    }
    .contact-text-col {
        display: block;
        width: 100%;
        margin: 0;
    }
    .contact-text-col-1 .navbar,
    .contact-text-col-2 .navbar {
        padding: 0;
    }
    .contact-text-col-1 {
        margin-top: 20px;
    }
    .contact-text-col-2 {
        margin-bottom: 20px;
    }
}
/*Changed this bloc of code above on 14/8/2024
/*footer responsive*/
@media (min-width: 768px) and (max-width: 1200px) {
    .footer-register-col {
        width: 320px;
    }
    .contact-text-col-1 {
        width: 17%;
    }
    .contact-text-col-2 {
        width: 14%;
    }
    .contact-section {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-section .container {
        max-width: 100% !important;
    }
    .contact-brand img {
        margin-top: 20px;
        height: 80px;
    }
    .contact-logo-col {
        width: 22%;
    }
    .contact-text-col .container {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-text-col {
        padding-right: 0;
    }
}

/*changed on 13/8/2024*/
.reward-section {
    background-color: #f9a604;
    background-image: radial-gradient(
        160% 139% at center bottom,
        #fea501 71%,
        #fea501 71%,
        #fff 71%
    );
}
@media (max-width: 992px) {
    .reward-section {
        background-color: #f9a604;
        background-image: radial-gradient(
            200% 139% at center bottom,
            #fea501 71%,
            #fea501 71%,
            #fff 71%
        );
    }
}
/*changed on 13/8/2024*/
#reward {
    max-width: 100%;
}

/*Google Font Section*/

.baloo-2-regular {
    font-family: "Baloo 2", cursive;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.baloo-2-bold {
    font-family: "Baloo 2", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.baloo-2-extrabold {
    font-family: "Baloo 2", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.baloo-2-extrabold {
    font-family: "Baloo 2", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
}
.noto-sans-regular {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.noto-sans-bold {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.noto-sans-extrabold {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.reward-header-text-1 {
    margin-top: 30px;
    text-align: center;
    font-size: 3.2rem;
    color: #0d0d55;
}
.reward-text-card {
    border-radius: 10em;
    border-color: #0d0d55;
    background-color: #fff;
    border-width: 5px;
}
.reward-header-text-2 {
    color: #0d0d55;
    letter-spacing: 2px;
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
}
/*sm small device 576px*/
@media (max-width: 576px) {
    .reward-header-text-1 {
        font-size: 2.2rem;
    }
    .reward-header-text-2 {
        font-size: 1.5rem;
    }
}
/*changed this block of code below on 14/8/2024*/
@media (max-width: 575.98px) {
    .reward-img-row {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .reward-img-row img {
        padding: 10px 50px;
    }
    .your-rewards-desktop {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .reward-img-row {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .reward-img-row img {
        padding: 10px 50px;
    }
    .your-rewards-desktop {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .reward-img-row {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .reward-img-row img {
        padding: 10px 50px;
    }
    .your-rewards-desktop {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .reward-img-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .reward-img-row img {
        padding: 10px 50px;
    }
    .your-rewards-desktop {
        display: block;
    }
    .your-rewards-mobile {
        display: none;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .reward-img-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .reward-img-row img {
        padding: 10px 50px;
    }
    .your-rewards-desktop {
        display: block;
    }
    .your-rewards-mobile {
        display: none;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .reward-img-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .reward-img-row img {
        padding: 10px 50px;
    }
    .your-rewards-desktop {
        display: block;
    }
    .your-rewards-mobile {
        display: none;
    }
}

/*changed this block of code above on 14/8/2024*/

.reward-container {
    padding-top: 2em;
    padding-bottom: 2em;
}

.reward-card-body {
    padding: 5px;
}
.reward-img-row {
    margin-top: 40px;
}
.reward-img-row img {
    padding: 10px 50px;
}
.reward-btn {
    font-size: 1.5rem;
    width: 200px;
}
.reward-btn:hover,
.reward-btn:focus,
.reward-btn:active,
.reward-btn.active,
.open > .dropdown-toggle.reward-btn {
    color: #fff;
    background-color: #0d0d55;
    border-color: #0d0d55;
}
/*changed on 13/8/2024*/
.aboutus-section {
    background-color: #c97cf2;
    background-image: radial-gradient(
        100% 80% at center top,
        #f9a604 60%,
        #f9a604 92%,
        #c97cf2 92%
    );
}

#aboutus {
    max-width: 100%;
}
#aboutus .aboutus-container {
    background-image: url("../img/4Sights_Website_Landing-Page-v2-bg3.png"),
        url("../img/4Sights_Website_Landing-Page-v2-bg4.png");
    background-position: 5% 55%, 95% 55%;
    background-repeat: no-repeat, no-repeat;
    background-size: 350px, 350px;
}
@media (max-width: 1200px) {
    #aboutus .aboutus-container {
        background-size: 200px, 200px;
        background-position: 15% 60%, 85% 60%;
    }
}
@media (max-width: 992px) {
    #aboutus .aboutus-container {
        background-position: 5% 55%, 95% 55%;
        padding-top: 2em;
    }
    #aboutus .aboutus-img-col {
        width: 80%;
    }
}
@media (max-width: 770px) {
    #aboutus .aboutus-container {
        background-size: 150px, 150px;
        max-width: 100%;
    }

    #aboutus .aboutus-img-col {
        width: 80%;
    }
}
/*end of change 13/8/2024*/

/**remove media code block below */
/*
@media (max-width: 800px) {
  .aboutus-section {
    background: url("../img/4Sights_Website_Landing-Page-v2-bg3.jpg")
        no-repeat,
      #f9a604;
    background-size: contain, auto;
    background-position-y: bottom, top;
  }
}
  */
/*Changed this block of code on 20/8/2024*/
.aboutus-img {
    width: 100%;
}
.aboutus-img-col {
    text-align: center;
}
.aboutus-section .aboutus-header-img {
    width: 320px;
}

@media (max-width: 576px) {
    .aboutus-section .aboutus-header-img {
        width: 210px;
    }
}
/*Changed this block of codea bove on 20/8/2024*/
.aboutus-img-row a {
    width: auto;
}

.aboutus-icon {
    height: 80px;
}

.aboutus-container {
    padding-top: 4em;
    padding-bottom: 2em;
}
.aboutus-text {
    margin-top: 2em;
    color: #fff;
}
/*aboutus contact section*/
.aboutus-contact-section {
    background-color: #c97cf2;
}
#contact-info {
    max-width: 100%;
}

.aboutus-contact-section .container {
    padding: 5em 0;
}
.aboutus-contact-row {
    margin-left: 0;
    margin-right: 0;
    gap: 200px;
}
.contactus-information-container a:link {
    text-decoration: none;
}
.contactus-information-container a:visited {
    text-decoration: none;
}
.contactus-information-container a:hover {
    text-decoration: none;
}
.contactus-information-container a:active {
    text-decoration: none;
}
@media (max-width: 1200px) {
    .aboutus-contact-row {
        gap: 100px;
    }
}
@media (max-width: 993px) {
    .aboutus-contact-row {
        gap: 50px;
    }
}

/**Changed this code of block below on 14/8/2024*/
.swiper-section .swiper {
    width: 100%;
    height: 700px;
    background-color: #fff;
}

/*Changed this code of block above on 14/8/2024*/
.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}
/**changed this code block below on 14/8/2024 */
.swiper-section .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    -webkit-background-size: cover;
    background-image: url("../img/spotlight.png");
    background-size: cover;
    background-position: top right;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-size: 550px;
}
/**Changed this code of block below on 14/8/2024*/
@media (max-width: 1400px) {
    .swiper-section .parallax-bg {
        background-size: 500px;
        background-position: 95% 16%;
    }
}
.mobile-swiper-section .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    -webkit-background-size: cover;
    background-image: url("../img/spotlight-mobile.png");
    background-size: cover;
    background-position: 93% 20%;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-size: 400px;
}
.mobile-swiper-section .slide-1-container,
.mobile-swiper-section .slide-2-container,
.mobile-swiper-section .slide-3-container {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .mobile-swiper-section .parallax-bg {
        background-position: 78% 90%;
        background-size: 400px;
    }
}
@media (max-width: 576px) {
    .mobile-swiper-section .parallax-bg {
        background-position: 75% 90%;
        background-size: 300px;
    }
}

/*change this code block above on 14/8/2024 */
.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}
/**changed this block of code below on 14/8/2024 */
.swiper-section .banner img {
    height: 280px;
}

.mobile-swiper-section .banner-1-img img {
    height: 200px;
    margin-top: 100px;
    margin-right: 100px;
}
.mobile-swiper-section .banner-2-img img {
    height: 200px;
    margin-top: 100px;
}
.mobile-swiper-section .banner-3-img img {
    height: 200px;
    margin-top: 100px;
}
@media (max-width: 768px) {
    .mobile-swiper-section .banner-1-img img {
        height: 200px;
        margin-top: 90px;
        margin-left: 200px;
    }
    .mobile-swiper-section .banner-2-img img {
        height: 200px;
        margin-top: 80px;
        margin-left: 150px;
    }
    .mobile-swiper-section .banner-3-img img {
        height: 200px;
        margin-top: 80px;
        margin-left: 150px;
    }
}
@media (max-width: 576px) {
    .mobile-swiper-section .banner-1-img img {
        height: 150px;
        margin-left: 75px;
        margin-top: 45px;
    }
    .mobile-swiper-section .banner-2-img img {
        height: 150px;
        margin-top: 25px;
        margin-left: 50px;
    }
    .mobile-swiper-section .banner-3-img img {
        height: 150px;
        margin-left: 70px;
        margin-top: 30px;
    }
}
/*changed this block of code above on 14/8/2024*/
.mobile-swiper-section .banner {
    display: flex;
    justify-content: center;
}
/*changed this block of code above on 14/8/2024*/

/*changed this block of code below on 14/8/2024*/
.swiper-section .slide-1-container {
    margin-top: 150px;
}
.swiper-section .slide-2-container {
    margin-top: 150px;
}
.swiper-section .slide-3-container {
    margin-top: 140px;
}
.mobile-swiper-section .slide-1-container {
    margin-top: 100px;
}
.mobile-swiper-section .slide-2-container,
.mobile-swiper-section .slide-3-container {
    margin-top: 70px;
}

@media (max-width: 367px) {
    .mobile-swiper-section .slide-1-container,
    .mobile-swiper-section .slide-2-container,
    .mobile-swiper-section .slide-3-container {
        margin-left: -20px;
    }
}

/*changed this block of above on 14/8/2024*/

/*changed thi block of code below on 14/8/2024 */
.slide-text h1 {
    font-size: 74px;
    color: #0d0d55;
    margin-bottom: 0;
}
.slide-text p {
    font-size: 22px;
    color: #0d0d55;
}
@media (max-width: 576px) {
    .slide-text p {
        width: 77%;
    }
}

/*Changed this block of code above on 14/8/2024*/
.text-color-pink {
    color: #c97cf2 !important;
}
.text-color-orange {
    color: #fea501 !important;
}
.btn-round {
    border-radius: 10em;
}
/*changed on 13/8/2024 button to .btn */
.slide-text .btn {
    font-size: 1.5rem;
    width: 250px;
    margin-left: 10px;
}
.mobile-swiper-section .slide-text .btn {
    margin-left: 0;
}

.your-voice-our-mission-bg {
    max-width: 100% !important;
}

/*Privacy Policy and FAQ CSS*/
#privacypolicy {
    margin-top: 86px !important;
}

.privacypolicy-header {
    margin-bottom: 50px !important;
}

.privacypolicy-section h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 36px;
}
.privacypolicy-section h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.privacypolicy-section h3 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 17px;
}
/*changed this block of code below on 14/8/2024*/
.privacypolicy-section h5 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 15px;
}
/*changed this block of code above on 14/8/2024*/

.privacypolicy-section p,
.privacypolicy-section li {
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.accordion-body {
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    color: #080a4c;
}
.accordion-header .button {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
}
#faq {
    margin-top: 86px !important;
}
.faq-header {
    margin-bottom: 40px !important;
}
.faq-header h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 36px;
}
/*Changed on 13/8/2024*/
#navbarResponsive a {
    color: #080a4c;
}

.accordion-button:not(.collapsed) {
    color: #080a4c;
    background-color: #c97bf2;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
        var(--bs-accordion-border-color);
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.privacypolicy-header {
    text-align: center;
}
.faq-header {
    text-align: center;
}

.accordion-button {
    white-space: normal;
}
button:focus,
button.focus {
    outline: 0 !important;
    box-shadow: none !important;
}
a:hover,
a.hover {
    color: #fff;
}
.navbar-header button {
    background-color: unset !important;
}

.accordion-button:hover,
.accordion-button:focus {
    background-color: #c97bf2 !important;
    color: unset !important;
}
.accordion-header .collapsed:hover,
.accordion-header .collapsed:hover {
    background-color: unset !important;
    color: unset !important;
}

.banner img {
    max-width: fit-content;
}

/**changed this block of code  on 14/8/2024 **/
.navbar-btn .btn-line {
    width: 28px;
    height: 3px;
    margin: 0 0 6px 0;
    background: #080a4c;
    border-radius: 10px;
}
/* Adding transform to the X */
.navbar-btn.close {
    transform: rotate(180deg);
}

/* Styling the three lines to make it an X */
.navbar-btn.close .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.navbar-btn.close .btn-line:nth-child(2) {
    opacity: 0;
}

.navbar-btn.close .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(2px, -2px);
}
.swiper-section .slide-2-container .left-col {
    margin-top: -15px;
}
.swiper-section .slide-3-container .left-col {
    margin-top: -20px;
}
.swiper-section .slide-1-container .right-col {
    margin-top: 100px;
}
.swiper-section .slide-2-container .right-col {
    margin-top: 100px;
}
.swiper-section .slide-3-container .right-col {
    margin-top: 100px;
}
@media (max-width: 888px) {
    .mobile-swiper-section .slide-1-container p {
        width: 80%;
    }
    .mobile-swiper-section .slide-2-container p {
        width: 80%;
    }
}
@media (max-width: 832px) {
    .slide-text h1 {
        font-size: 64px;
    }
    .slide-text p {
        font-size: 20px;
    }
    .slide-text .btn {
        font-size: 1.3rem;
    }
}
@media (max-width: 768px) {
    .mobile-swiper-section .slide-1-container,
    .mobile-swiper-section .slide-2-container,
    .mobile-swiper-section .slide-3-container {
        display: block;
    }
}
@media (max-width: 700px) {
    .slide-text h1 {
        font-size: 60px;
    }
    .slide-text p {
        font-size: 18px;
    }
    .slide-text .btn {
        font-size: 1.3rem;
    }
}
@media (max-width: 568px) {
    .slide-text h1 {
        font-size: 2.5rem;
    }
    .slide-text p {
        font-size: 18px;
    }
    .slide-text .btn {
        font-size: 1.3rem;
    }
}

/**end of changed this on 14/8/2024 **/

/** changed this block of code on 14/8/2024*/
#yourvoice-ourmission .yvom-img-col img {
    height: 300px;
    margin-top: -50px;
}

@media (max-width: 992px) {
    #yourvoice-ourmission .voice-mission-container {
        display: none;
    }
    #yourvoice-ourmission .yvom-img-col {
        width: 50%;
        text-align: end;
    }
    #yourvoice-ourmission .yvom-header-col {
        width: 30%;
    }
    #yourvoice-ourmission .your-voice-our-missions-heading {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}
@media (max-width: 576px) {
    #yourvoice-ourmission .yvom-img-col img {
        height: 250px;
        margin-top: -30px;
    }
}
@media (max-width: 476px) {
    #yourvoice-ourmission .yvom-img-col img {
        height: 200px;
        margin-top: -30px;
    }
    #yourvoice-ourmission .your-voice-our-missions-heading {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
@media (max-width: 476px) {
    #yourvoice-ourmission .yvom-img-col img {
        height: 180px;
        margin-top: -20px;
    }
    #yourvoice-ourmission .your-voice-our-missions-heading {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    #yourvoice-ourmission .yvom-img-col {
        display: none;
    }
}
/*changed this block of code above on 14/8/2024*/

/* added this block of code below on 16/8/2024 */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.thankyoumessages-and-footer {
    flex: 1 0 auto;
    display: flex;
}
footer {
    flex-shrink: 0;
}
.thankyoumessages-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: auto auto;
    max-width: 1200px;
}

.thankyoumessages-section .container {
    width: 100%;
    max-width: none;
    padding-top: 5%;
    padding-bottom: 5%;
}

.thankyoumessages-section .thankyoumessages-header {
    text-align: center;
    margin-bottom: 30px;
}

.thankyoumessages-section .thankyoumessages-header h1 {
    margin-bottom: 10px;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.thankyoumessages-section .thankyoumessages-header h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.thankyoumessages-section .thankyoumessages-paragraph {
    line-height: 1.6;
}

.thankyoumessages-section p {
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
/* added this block of code above on 16/8/2024 */


/**********forimableforms*************/
.frm_style_mw.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_mw.with_frm_style input[type=submit], 
.frm_style_mw.with_frm_style .frm_submit input[type=button], .frm_style_mw.with_frm_style .frm_submit button, .frm_form_submit_style, 
.frm_style_mw.with_frm_style .frm-edit-page-btn {
   border-radius: 32px !important;
}


/* Target the star rating field */
.frm-star input[type="radio"] + label:before {
    content: "&#9679;"; /* Replace the star icon with a dot */
    font-family: Arial, sans-serif;
    font-size: 24px; /* Adjust the size of the dot as needed */
    color: #000; /* Set the color of the dot */
}

/* Change the color of the dot on hover */
.frm-star input[type="radio"]:hover + label:before,
.frm-star input[type="radio"]:checked + label:before {
    color: #ffcc00; /* Set the color for selected and hovered dots */
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    /* color: #c97cf2 !important; */
    border-radius: 32px !important;
    background: #c97cf2;
    color: #ffffff;
    border-color: #c97cf2;    
    color: #0d0d55;
    font-size: 15px;
		text-shadow: none;
		padding: 10px 20px;
		box-sizing: border-box;
		box-shadow: 0 1px 1px #eeeeee;  
    font-weight: 600;		
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: rgba(254,165,1,1);
  border-color: #cccccc;
  color: rgba(13,13,85,1);
}
	


/**********forimableforms*************/

.frm_form_field .grecaptcha-badge { 
  visibility: hidden;
}

/***************/

.elementor-element .e-con-inner, .elementor-shortcode {
	text-align:center !important;
}

.with_frm_style.frm_login_form a {
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: none;
    color:#212529;
}
.with_frm_style.frm_login_form a:hover {
    text-decoration: underline;
    border: none;
    outline: none;
    box-shadow: none;
    color:#212529;
}
.contact-nav-link:hover {
    text-decoration: underline;
}