.text-second h1{
color:white !important;
}


@media only screen and (max-width: 600px) {
    body {
        font-size: 11px; 
    }

}
/* Event Promotion Section */
#event-promotion {
    position: relative;
    padding: 0px 0px;
    background: url('img/banner/1.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

#event-promotion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

#event-promotion .content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

#event-promotion h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
}

#event-promotion p {
    font-size: 14px;;
    margin-bottom: 20px;
    color: #c8c5c5;
}
/* Responsive Design */
@media (max-width: 768px) {
    #event-promotion h2 {
        font-size: 2em;
    }

    #event-promotion p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    #event-promotion h2 {
        font-size: 1.5em;
    }

    #event-promotion p {
        font-size: 16px;
    }
}
/* Online Presence Section */
#online-presence {
    padding: 20px 10px;
    background: #f4f4f4;
    /* color: #000000; */
    text-align: left;
    margin-top:30px;
    font-weight: 500;
}

#online-presence .content {
    max-width: 1000px;
    margin: 0 auto;
}

#online-presence h2,h3 {
   /*  font-size: 20px; */
    margin-bottom: 20px;
    text-align: center;
}

#online-presence p {
    /* font-size: 16px; */
    margin-bottom: 20px;
}

#online-presence ul {
    list-style: none;
    padding: 0;
}

#online-presence ul li {
    /* font-size: 16px; */
    margin-bottom: 10px;
}

#online-presence ul li strong {
  /*   color: white; */
    color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
    #event-promotion h2,
    #online-presence h2 {
        font-size: 2em;
    }

    #event-promotion p,
    #online-presence p,
    #online-presence ul li {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    #event-promotion h2,
    #online-presence h2 {
        font-size: 24px;
    }

    #event-promotion p,
    #online-presence p,
    #online-presence ul li {
        font-size: 16px;
    }
}
/* Registration Systems Section */
#registration-systems {
    padding: 20px 10px;
    background: url('img/banner/1.jpg') no-repeat center center/cover;
   /*  background: linear-gradient(to right, #ff7e5f, #feb47b); */
    color: #fff;
    text-align: left;
    border-radius: 15px;
    margin-top: 20px;
}

#registration-systems .content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
}

#registration-systems h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    color:white;
}

#registration-systems p {
    font-size: 16px;
    margin-bottom: 20px;
    color: white;
}

#registration-systems ul {
    list-style: none;
    padding: 0;
}

#registration-systems ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

#registration-systems ul li strong {
    color: #ffd700;
}

/* Responsive Design */
@media (max-width: 768px) {
    #event-promotion h2,
    #online-presence h2,
    #event-software h2,
    #registration-systems h2 {
        font-size:16px;
    }

    #event-promotion p,
    #online-presence p,
    #event-software p,
    #registration-systems p,
    #online-presence ul li,
    #event-software ul li,
    #registration-systems ul li {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    #event-promotion h2,
    #online-presence h2,
    #event-software h2,
    #registration-systems h2 {
        font-size: 24px;
    }

    #event-promotion p,
    #online-presence p,
    #event-software p,
    #registration-systems p,
    #online-presence ul li,
    #event-software ul li,
    #registration-systems ul li {
        font-size: 16px;
    }
}
/* First Section: Introduction */
.introduction {
    background-color: #f0f0f0;
}

#effortless-registration {
    background-color: #f2f2f2;
    padding: 50px 0;
}



.registration-info {
    text-align: center;
    padding: 0 20px;
}

.title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

.paragraph {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #555;
}

.features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature {
    flex-basis: calc(33.33% - 20px);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    text-align: left;
}

.feature i {
    font-size: 34px;
    margin-bottom: 10px;
    color: #007bff; /* Change to your desired icon color */
}

.feature-heading {
    font-size: 20px;
    text-align: start;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

#effortless-registration {
    background-image: url('img/shape/banner-2.jpg');
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    margin-top:50px;
}

#real-time-data-collection {
    background-color: #f9f9f9;
    padding: 20px 0;
    margin-top:30px;
}



.data-info {
    text-align: center;
}

/* .title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
} */

.paragraph {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #555;
}

.data-features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.data-feature {
    flex-basis: calc(33.33% - 20px);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    text-align: left;
}

.feature-heading {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.feature-paragraph {
    color: #666;
}
/* For smaller screens */
@media only screen and (max-width: 768px) {
    .data-feature {
        flex-basis: calc(100% - 20px); /* Make each feature take up full width on smaller screens */
    }
}
/* For smaller screens */
@media only screen and (max-width: 768px) {
    .feature,
    .data-feature {
        flex-basis: calc(100% - 20px); /* Make each feature take up full width on smaller screens */
    }
}

#benefits {
    background-color: #f9f9f9;
    padding: 20px 0;
    margin-top: 50px;
}

.section-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefit {
    flex-basis: calc(33.33% - 20px);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    text-align: center;
}

.benefit i {
    font-size: 2em;
    color: #007bff;
    margin-bottom: 20px;
}

.benefit-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #333;
}

.benefit-description {
    color: #666;
    line-height: 1.6;
}
/* ----- */
#marketing-strategies {
    background: url('img/banner/1.jpg') no-repeat center center/cover;
    background-size: cover;
    padding: 50px 0;
}

.section-title {
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    margin-bottom: 40px;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefit {
    flex-basis: calc(33.33% - 20px);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit:hover {
    transform: translateY(-5px);
}

.icon1 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
}

.benefit-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
}

.benefit-description {
    color: #666;
    line-height: 1.6;
}


/* ---- */
#promotion-strategies .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

#promotion-strategies .section-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}

#promotion-strategies .strategy {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

#promotion-strategies .icon-content {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#promotion-strategies .icon-content i {
    font-size: 24px;
    margin-right: 10px;
}

#promotion-strategies .strategy-description {
    font-size: 16px;
    color: #333;
    text-align: center;
}

/*  */
#promotion-strategies {
    /* padding: 50px 0; */
    background-color: #f9f9f9;
}

.container1 {
    max-width: 1200px;
    margin: 0 auto;
}

.strategy-list {
    list-style: none;
    padding: 0;
}

.strategy-list li {
    margin-bottom: 30px;
}

.strategy-list li h3 {
    /* font-size: 20px; */
  
    /* margin-bottom: 10px; */
}

.strategy-list li p {
    /* font-size: 16px; */

}

#conclusion {
    padding: 20px 0;
    background-color: #f9f9f9;
    /* margin-top:50px; */
}

.conclusion-content {
/*     text-align: center; */
}

.conclusion-content h2 {
    margin-bottom: 20px;
}

.conclusion-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Responsive Styles */
/* Responsive Styles */
@media (max-width: 768px) {
    .benefits-grid {
        flex-direction: column;
        align-items: center;
    }

    .benefit {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}


.breadcrumb-area {
    position: relative;
    /* Other styles for the container */
}

.breadcrumb-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust opacity as needed */
}


@media (max-width: 480px) {
    #registration-systems {
    margin-top: 10px;
    }
    #effortless-registration {
     margin-top:10px;
    }
    .registration-info {
        text-align: center;
         padding: 0 2px; 
    }
    }

    @media only screen and (max-width: 767px) {
        .breadcrumb-area h1 {
            font-size: 20px;
        }
    }

    /* Event Promotion Section */
    #event-promotion {
        position: relative;
        padding: 0px 0px;
        background: url('img/banner/1.jpg') no-repeat center center/cover;
        color: #fff;
        text-align: center;
    }

    /* ----- */
    #marketing-strategies {
        background: url('img/banner/1.jpg') no-repeat center center/cover;
        background-size: cover;
        padding: 80px 0;
    }


    #effortless-registration {
        background-image: url('img/shape/banner-2.jpg');
        background-size: cover;
        background-position: center;
        padding: 50px 0;
        margin-top: 50px;
    }

    #registration-systems {
        padding: 20px 10px;
        background: url('img/shape/banner-2.jpg') no-repeat center center/cover;
        /*  background: linear-gradient(to right, #ff7e5f, #feb47b); */
        color: #fff;
        text-align: left;
        border-radius: 15px;
        margin-top: 20px;
    }

    button {
        /* background: var(--color-primary); */
        /* background: #e7e7e7 !important; */
        /* background: linear-gradient(10deg, rgba(151, 36, 21, 1) 45%, rgba(253, 198, 72, 0.9) 70%);}
/* --- */
    }

    @media (max-width: 600px) {
        .feature-paragraph {
           
            font-size: 12px;
        }
        .feature-heading {
            font-size: 14px;
           
           
        }
        .data-feature {
            
            margin-bottom: 10px;
           
        }
        .feature p {
          
            font-size: 12px;
        }
        .feature h3 {
       
      
            font-size: 14px;
        }
        }