.newspaper-preview {
    background-color: #ffffff;
    border-radius: 12px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 368px;
    min-height: 84px;
    margin-bottom: 30px;
}

.hero-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    width: 100%;
    max-width: 539px;
}

/* Statistics Section */
.stats-section {
    background-color: #7336fe;
    padding: 73px 0 100px;
    text-align: center;
}

.stats-title {
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 14px;
}
.stats-description {
    color: #ffffff;
    margin: 0 auto 56px;
}
.stats-visual {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    gap: 143px;
}
/* Innovation Section */
.innovation-section {
    padding: 120px 0 50px;
    text-align: center;
}
.btn-primary {
    background-color: #111111;
    color: #ffffff !important;
}
.btn-secondary {
    background-color: #fffa00;
    color: #111111 !important;
}

.ad-image {
    width: 100%;
}
.ad-card {
    background-color: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 12px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ad-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #121212;
    margin-bottom: 4px;
    font-family: poppins-blod;
    text-align: start;
}
.ad-description {
    color: #454545;
    text-align: start;
}

/* Magic Print Section */
.magic-print-section {
    background-color: #ff5829;
    padding: 64px 0 64px;
    text-align: center;
}
.magic-title {
    color: #ffffff;
    margin-bottom: 20px;
}
.magic-description {
    color: #ffffff;
    max-width: 730px;
    margin: 0 auto 36px;
}

.magic-carousel {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    gap: 20px;
}

.carousel-track {
    width: 300px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.carousel-image {
    display: none;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.carousel-image.active {
    display: block;
}

.carousel-arrow {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 70%;
    justify-content: space-between;
}

/*  */

.contact-section {
    background-color: #eee7ff;
    border-radius: 24px;
}
.contact-left {
    height: 100%;
    background-color: #7336fe;
    border-radius: 24px 0 0px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 70px;
}
.contact-form {
    padding: 65px 63px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin-bottom: 30px;
}
.contact-title {
    max-width: 205px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
.contact-image {
    height: 100%;
    max-height: 444px;
}

/* Events Section */
.events-title{
    max-width: 682px;
    margin: 0 auto 20px;
    text-align: center;
}
.events-description {
    color: #454545;
    max-width: 962px;
    margin: 0 auto 50px;
    text-align: center;
}
.events-grid {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 10px;
}
.event-card {
    background-color: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 12px;
    flex-shrink: 0;
    height: 100%;
    transition: transform 0.3s ease;
}
.event-image-container {
    background: linear-gradient(180deg, #eee7ff 0%, #eee7ff 100%);
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0 0;
}
.event-content {
    padding: 21px;
}
.event-date {
    font-size: 12px;
    font-weight: 600;
}
.event-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.event-desc {
    margin-bottom: 5px;
}
.read-more {
    color: #454545;
    font-weight: 600;
    font-size: 12px;
}
.events-section {
    margin-bottom: 119px;
}

.events-grid::-webkit-scrollbar {
    height: 5px;
	display: none;
}
.view-all-btn {
    background-color: #7336fe;
    border: 1px solid #7336fe !important;
    color: #ffffff !important;
    border: none;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.form-btn .wpcf7-submit {
    background-color: #7336fe;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 12px;
    padding: 10px 31px;
    border: 1px solid #7336fe;
}
.form-btn .wpcf7-submit:hover,
.view-all-btn:hover {
    background-color: transparent;
    color: #7336fe !important;
}
.innovation-but-btn {
    flex-flow: wrap;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.form-group .wpcf7-not-valid-tip  {
    position: absolute;
    top: 23px;
    font-size: 11px;
}

@media screen and (max-width: 992px) {
    .contact-left{
        border-radius: 12px 12px 0px 0px;
    }
    .events-grid{
        gap: 12px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-arrow{
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .carousel-arrow{
        bottom: -45px;
        justify-content: center;
        gap: 17px;
    }
    .contact-form{
        padding: 65px 23px 0;
    }
}