body {
    font-family: 'Poppins', sans-serif;
}

.rating {
    font-size: 16px;
    font-weight: 500;
    color: #0040c3;
}

/* .gpni-container{
    padding-top: 4.5rem !important;
} */

.section-1 h4 {
    color: #505050;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px; 

}

.section-1 p {
    color: #000;
    font-family: Poppins;

    font-style: normal;
    font-weight: 400;
}

.section-1 ul {
    list-style-type: none;
    padding-left: 0;
}

.section-1 ul li {
    position: relative;
    padding-left: 2.5rem; /* Adjust based on the icon size */
    margin-bottom: 15px; 
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    /* line-height: 130%; */
}

.section-1 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px; /* Adjust based on the icon size */
    height: 30px; /* Adjust based on the icon size */
    background-image: url('/storage/frontend/circle-tick.svg'); /* Updated with the correct path */    
    background-size: contain;
    background-repeat: no-repeat;
}

.main-heading {
    font-weight: 500;
    line-height: 120%;
    color: #0e0e0e;
}

.bi-star-fill {
    color: #fdd70c;
}

.section-heading,
.coming-soon {
    font-weight: 500;
    line-height: 140%;
    color: #505050;
}

.content-text {

    font-weight: 400;
    line-height: 140%;
    color: #505050;
}

.list-item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #505050;
    margin-left: 15px;
}

.btn-enroll {
    background-color: #1d5bdb;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    line-height: 30px;
    /* display: flex; */
    align-items: center;
}

.btn-enroll img {
    margin-left: 10px;
}

.card {
    box-shadow: 0px 1.291px 12.909px 0px #E3E3E3;
    border-radius: 6.455px;
    border: none;
}
.card a {
    text-decoration: none;
}
.card img {
    /* border-radius: 10px; */
    object-fit: fill;
    height: 300px;
}
.card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #3c4043;
    font-size: 22px;
    margin-bottom: 16px;
}
.card-price {
    font-family: 'Poppins', sans-serif;
    color: #3c4043;
    font-size: 18px;
}

.quote-icon {
    width: 30px;
    height: 39.5px;
}

.speaker-title {
    color: #FFF;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-left: 30px;
}

.speaker-text {
    color: #FFF;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    padding-top: 5px;
    padding-left: 30px;
}

.speaker-text h4{
    color: #FFF;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;   
}
.speaker-text p{
    color: #FFF;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;  
}

.divider {
    width: 100%;
    height: 1px;
    background: #3668E8;
    margin-top: 30px;
    margin-bottom: 30px;
}

.summary-section {
    background-color: #0040C3;
    color: #fff;
}

.summary-section .main-heading {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 68.6px */
}

.summary-section .sub-heading {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
}

.summary-section .video-container {
    width: 388px;
    height: 218px;
}


.webinars-section .main-heading {
    font-weight: 500;
    text-align: center;
    line-height: 140%;
    color: #0e0e0e;
}

.webinars-section .sub-heading {
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    color: #000;
}

.benefits-list {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #505050;
}

.final-statement {
    font-weight: 400;
    line-height: 140%;
    color: #505050;

}


.section-3 p {
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
}

.section-3 ul {
    list-style-type: none;
    padding-left: 0;
    
}

.section-3 ul li {
    position: relative;
    padding-left: 2.5rem; /* Adjust based on the icon size */
    margin-bottom: 30px; 
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    
}

.section-3 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px; /* Adjust based on the icon size */
    height: 30px; /* Adjust based on the icon size */
    background-image: url('/storage/frontend/circle-tick.svg'); /* Updated with the correct path */    
    background-size: contain;
    background-repeat: no-repeat;
}

.Famous-Global-Speakers-Experts-section {
    color: #FFF;
    background-color: #0040C3;
}

.Famous-Global-Speakers-Experts-section .main-heading {
    font-weight: 500;
    text-align: center;
    line-height: 140%;
    color: #FFF;
}

.Famous-Global-Speakers-Experts-section .sub-heading{    
    font-weight: 300;
    text-align: center;
    line-height: 140%;
}


.section-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-4 p{
    text-align: center;
    font-weight: 400;
}


.section-4 ul {
    columns: 2; 
    -webkit-columns: 2; 
    -moz-columns: 2; 
    column-gap: 229px; 
    list-style-type: none;
    padding-left: 0;
    width: 100%; 
    max-width: 875px;
    margin: 0 auto; /* Center the list */
}
.section-4 ul li {
    position: relative;
    break-inside: avoid;
    padding: 5px 0 5px 40px; 
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #FFF;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    white-space: nowrap;

}

.section-4 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px; /* Adjust based on the icon size */
    height: 30px; /* Adjust based on the icon size */
    background-image: url('/storage/frontend/circle-tick-white.svg'); /* Ensure this path is correct */
    background-size: contain;
    background-repeat: no-repeat;
}


.expert-list {
    font-weight: 300;
    line-height: 130%;
}



.Webinar-Seminar-Key-Takeaways-section .main-heading {
    font-weight: 500;
    line-height: 120%;
    color: #0e0e0e;
}

.Webinar-Seminar-Key-Takeaways-section .sub-heading {
    font-weight: 500;
    line-height: 120%;
    color: #505050;
}

.Webinar-Seminar-Key-Takeaways-section .takeaway-list {
    font-weight: 400;
    line-height: 130%;
    color: #505050;
}

.section-5 h4{
    font-weight: 500;
    color: #0e0e0e;
}

.section-5 p{
    font-weight: 400;
    color: #000;
}

.section-5 ul{
    list-style-type: none;
    padding-left: 0;
}

.section-5 ul li{
    position: relative;
    padding-left: 2.5rem;
    /* margin-bottom: 30px; */
    color: #000;
    font-weight: 400;
}

.section-5 ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url('/storage/frontend/circle-tick.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.learn-more-earn-more {
    background-color: #0040c3;
    color: #ffffff;
    padding: 50px 0;
}

.learn-more-earn-more h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.learn-more-earn-more p {
    color: #FFF;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
}

.learn-more-earn-more p.italic {
    font-weight: 500;
    font-style: italic;
}

.learn-more-image{
    width: 525px;
    height: 525px;
}

.learn-grow-career-business {
    background-color: #ffffff;
    color: #0e0e0e;
}

.learn-grow-career-business h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 120%;
}

.learn-grow-career-business p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
}

.learn-grow-career-business .feature {
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #505050;
    /* margin-bottom: 20px; */
}

.learn-grow-career-business .feature img {
    margin-right: 15px;
}

.watch-anytime-anywhere {
    background-color: #0040c3;
    color: #ffffff;
    text-align: center;
}

.learn-grow-video{
    width: 609px;
    height:fit-content;
    object-fit: cover;
}

.section-7 h4 {
    font-weight: 500;
    line-height: 120%;
    color: #0e0e0e;
}


.section-7 ul{
    list-style-type: none;
    padding-left: 0;
}

.section-7 ul li{
    position: relative;
    padding-left: 2.5rem;
    color: #000;
    font-weight: 400;
    /* line-height: 130%; */
}

.section-7 ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url('/storage/frontend/circle-tick.svg');
    background-size: contain;
    background-repeat: no-repeat;
}



.watch-anytime-anywhere h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    /* margin-bottom: 40px; */
}


.watch-anytime-anywhere a {
    text-decoration: none;
}

.btn-sign-up {
    background-color: #ffffff;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #0040c3;
    padding: 15px 30px;
    border-radius: 5px;
}

.btn-sign-up:hover {
    background-color: #e0e0e0;
}

.previous-experts-seminars {
    background-color: #ffffff;
    color: #0e0e0e;
    padding: 40px 0;
}

.previous-experts-seminars h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    color: #0e0e0e;
    margin-bottom: 25px;
}

.previous-experts-seminars p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    color: #000;
    /* margin-bottom: 30px; */
}

.section-9-content {
    width: 75%;
    margin: 0 auto; /* Center the content */
    text-align: center; /* Optional: Center the text inside the div */
}

.section-8-content {
    width: 75%;
    margin: 0 auto; /* Center the content */
    text-align: center; /* Optional: Center the text inside the div */
}

.seminar-images {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.seminar-images img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.special-offer-members {
    background-color: #0040c3;
    color: #ffffff;
    padding: 50px 0;
}


.special-offer-members h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 120%;
}

.special-offer-members h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 140%;
}

.special-offer-members p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 140%;
}

.contact-us {
    background-color: #ffffff;
    color: #0e0e0e;
    padding: 50px 0;
    text-align: center;
}

.contact-us h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 140%;
}

.contact-us p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
}

.social-icons div {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #9a9a9a;
}

.social-icons div img {
    display: block;
    margin: 0 auto 5px;
}

.newsletter {
    margin-top: 30px;
}

.newsletter input[type="email"] {
    width: 100%;
    max-width: 355px;
    height: 46px;
    padding-left: 20px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
}

.newsletter button {
    background-color: #0040c3;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    margin-left: -105px;
    /* This accounts for button width offset */
}
.quote-heading h1 ,
.quote-heading h2 ,
.quote-heading h3 ,
.quote-heading h4 ,
.quote-heading h5 ,
.quote-heading h6 {
     margin-bottom: 10px;
}

/* Mobile devices (max-width: 767.98px) */
@media (max-width: 767.98px) {

    .section-1 ul li,
    .section-3 ul li,
    .section-5 ul li,
    .section-7 ul li {
        padding-left: 25px;
        text-align: start;
    }

    .section-1 ul li::before,
    .section-3 ul li::before,
    .section-5 ul li::before,
    .section-7 ul li::before {
        width: 15px; /* Adjust based on the icon size */
        height: 15px; /* Adjust based on the icon size */
        background-image: url('/storage/frontend/circle-tick.svg'); /* Path to your icon */
        background-size: contain;
        background-repeat: no-repeat;
    }

    .speaker-text {
        padding-left: 0;
    }

    .section-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .section-4 ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 9px;
    }

    .section-4 ul li {
        padding: 10px 0 6px 30px;
        white-space: wrap;
    }


    .section-4 ul li::before {
        width: 15px; /* Adjust based on the icon size */
        height: 15px; /* Adjust based on the icon size */
        background-image: url('/storage/frontend/circle-tick-white.svg'); /* Path to your icon */
        background-size: contain;
        background-repeat: no-repeat;
    }

    .learn-more-image {
        max-width: 300px;
        height: 300px;
    }

    .learn-more-earn-more p {
        color: #FFF;
        font-family: "Poppins";
    }

    .content-section {
        padding-top: 2rem; /* Equivalent to Bootstrap's pt-2 */
        text-align: center; /* Center the content */
    }

    .section-7 {
        text-align: center; /* Center the content */
    }

    .learn-grow-video {
        width: 300px;
        height: 300px;
    }
}

/* Tablet devices (min-width: 768px) and (max-width: 1024px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .section-1 ul li,
    .section-3 ul li,
    .section-5 ul li {
        padding-left: 25px;
        text-align: start;
    }

    .section-1 ul li::before,
    .section-3 ul li::before,
    .section-5 ul li::before {
        width: 15px;
        height: 15px;
        background-image: url('/storage/frontend/circle-tick.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .section-3 ul li {
        margin-bottom: 10px;
    }

    .section-4 ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 9px;
        padding-left: 6rem;
    }

    .section-4 ul li {
        padding: 5px 0 5px 30px;
        white-space: wrap;
    }

    .section-4 ul li::before {
        width: 15px;
        height: 15px;
        background-image: url('/storage/frontend/circle-tick-white.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .learn-more-image {
        max-width: 330px;
        max-height: 330px;
    }

    .learn-grow-career-business p {
        color: #505050;
    }
    .learn-grow-video {
        width: 409px;
        height: 409px;
    }

    .section-7 ul li {
        padding-left: 25px;
        text-align: start;
    }

    .section-7 ul li::before {
        width: 15px;
        height: 15px;
        background-image: url('/storage/frontend/circle-tick.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1023px) {
    .section-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center; /* Optional: Center text inside the section */
    }
    .hide-on-small {
        display: none;
    }

    .gpni-container {
        padding: 2rem;
    }

}
/* Laptop devices (min-width: 1024px) and (max-width: 1440px) */
@media (min-width: 1024px) and (max-width: 1439px) {

    .section-1 ul li,
    .section-3 ul li,
    .section-4 ul li,
    .section-5 ul li {
        padding-left: 35px;
        text-align: start;
    }

    .section-1 ul li::before,
    .section-3 ul li::before,
    .section-4 ul li::before,
    .section-5 ul li::before {
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .section-1 ul li::before {
        background-image: url('/storage/frontend/circle-tick.svg');
    }

    .section-3 ul li::before,
    .section-5 ul li::before {
        background-image: url('/storage/frontend/circle-tick.svg');
    }

    .section-4 ul li::before {
        background-image: url('/storage/frontend/circle-tick-white.svg');
    }

    .learn-more-earn-more p {
        color: #FFF;
        font-family: "Poppins";
    }
}

/* Desktop devices (min-width: 1440px) */
@media (min-width: 1440px) {

    .section-1 ul li {
        padding-left: 40px;
    }

    .section-1 ul li::before {
        width: 30px;
        height: 30px;
        background-image: url('/storage/frontend/circle-tick.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }
}