* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body,
html {
    overflow-x: hidden;
}

.col-md-5 {
    width: 20%;
}

.navbar {
    padding: 0.8rem 1rem;
    background: #feffeb;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #f2b200;
}


.why_inner {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    /* background: rgba(255, 255, 255, 0.75); */
    background: url('./assets/pattern.png');
    border-radius: 3px;
    border: 1px solid rgb(255 255 255 / 98%);
    overflow: hidden;
    padding: 20px 10px;
    min-height: 135px;
    text-align: center;
    outline: 1px solid #c6820673;
    outline-offset: 3px;
}

.why_inner p b {
    color: #c68205;
    font-weight: 400;
}

.move_inner {
    text-align: center;
}

.move_row .border-r {
    border-right: 1px solid orange;
    min-height: 80px;
    display: flex;
    align-items: center;
}
.move_row .border-r:last-child{
    border:0;
}

/* .navbar::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #35663c;
    opacity: .6;
    content: "";
    z-index: -1;
} */

.navbar.scrolled {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* optional shadow */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-nav {
    gap: 1.5rem;
}

.cta-btn {
    white-space: nowrap;
}

.navbar-toggler {
    border: none;
}

/* ABOUT SECTION */

.about_wrapper {
    background: linear-gradient(to bottom, #f9e291, #ffffff);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 60px;
    position: relative;
}


.about_wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url('./assets/about_bg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    opacity: .7;
    content: "";
    z-index: -1;
}

.about_wrapper .container {
    width: 80%;
    margin: 0 auto;
}

.about_wrapper h2 {
    /* font-size: 35px; */
    font-weight: 700;
    text-align: center;
}

.about_wrapper h2 span {
    background: #014c32;
    color: #dff470;
    transform: rotate(352deg);
    display: inline-block;
    font-size: 29px;
    padding: 3px 10px;
    border-radius: 50px;
    margin: 0 5px;
    animation: blink 2s step-start infinite;
}


.partner_wrapper {
    padding: 60px 0;
    background: #defbde;
}

.partner_wrapper h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
}

.partner_inner {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    text-align: center;
    padding: 20px;
    border: 1px solid #eee3e3;
    border-radius: 8px;
    min-height: 170px;
    background: #fff;
}

.partner_inner p {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.speaker_wrapper {
    padding: 120px 0 0;
    margin: 60px 0 0;
}

.speaker_wrapper h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 30px;
    background: #d57315;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    border-radius: 8px;
}

@keyframes blink {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.button {
    text-decoration: none;
    line-height: 1;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 42%);
    background-color: #fff;
    color: #121212;
    border: none;
    cursor: pointer;
}

.button-decor {
    position: absolute;
    inset: 0;
    background-color: var(--clr);
    transform: translateX(-100%);
    transition: transform .3s;
    z-index: 0;
}

.button-content {
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.button__icon {
    width: 48px;
    height: 40px;
    background-color: var(--clr);
    display: grid;
    place-items: center;
}

.button__text {
    display: inline-block;
    transition: color .2s;
    padding: 2px 1.5rem 2px;
    padding-left: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}

.button:hover .button__text {
    color: #fff;
}

.button:hover .button-decor {
    transform: translate(0);
}

.about_wrapper p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0 0;
    color: #000;
    font-weight: 500;
}

.about_wrapper p b {
    color: #019357;
}

.innovation_wrapper {
    position: relative;
    background: url('./assets/rajastan-bg.png');
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.plant_a {
    position: absolute;
    bottom: 0px;
    width: 181px;
    opacity: 0.4;
    right: 40px;
    z-index: 3;
}



.innovation_wrapper::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    background: url(./assets/plant.png) no-repeat;
    background-position: top center;
    background-size: cover;
}


.innovate_heading h2 {
    /* font-size: 28px; */
    font-weight: 700;
    line-height: 40px;
    color: #000000;
}

.innovate_heading h2 span {
    color: #01150f;
}

.innovate_heading p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0 0;
    color: #000;
    font-weight: 500;
}

.innovate_content p {
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    opacity: 1;
}

.opp_inner {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
    box-shadow: rgb(255 148 63 / 40%) 0px 5px 15px;
    overflow: hidden;
}

.opp_inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #4e2901fa, #ff894b00);
    z-index: -1;
}

.high1 {
    background: url('./assets/h1.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.high2 {
    background: url('./assets/h2.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.high3 {
    background: url('./assets/h3.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}


.high4 {
    background: url('./assets/h4.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}


.high5 {
    background: url('./assets/h5.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}



.innovation_wrapper h2 {
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
}


.opp_inner:hover p {
    color: #fff;
}

.opp_inner p {
    font-size: 16px;
    line-height: 27px;
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    position: absolute;
    bottom: 0;
    min-height: 100px;
}

.opp_inner img {
    border-radius: 8px;
}



.theme_section_custom h2 {
    font-size: 25px;
    font-weight: 700;
    text-align: left;
}

.theme_section_custom h2 span {
    background: #014c32;
    color: #dff470;
    transform: rotate(352deg);
    display: inline-block;
    font-size: 29px;
    padding: 3px 10px;
    border-radius: 50px;
    margin: 0 5px;
    animation: blink 2s step-start infinite;
}

.theme_section_custom .subtitle {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    width: 80%;
    margin: 0 auto 40px;
}

.theme_section_custom {
    background: url('./assets/focus-sector.png');
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.theme_section_custom ::before {
    background: rgb(255 255 255 / 25%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    opacity: 0.3;
}

.theme_section_custom .tagline {
    color: #d94b4b;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.theme_section_custom .main_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.content_section {
    margin: 0 20px;
}

.theme_section_custom .main_title span {
    color: #ff6a00;
}

.theme_section_custom .description {
    font-size: 16px;
    color: #555;
}

.theme_section_custom .btn {
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 30px;
}





/* .theme_right {
    background: url('./assets/circle-img.jpg') no-repeat right/cover;
} */


.theme_slider_custom {
    position: relative;
    z-index: 2;
    padding: 140px 60px 60px;
}


.theme_card {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    /* backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(17 25 40 / 43%);
 
    border: 1px solid rgba(255, 255, 255, 0.125); */
    min-height: 350px;
    border-radius: 12px;
}

.theme_card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.theme_card h4 {
    font-size: 18px;
    color: #00452e;
    font-weight: 600;
}

.theme_card p {
    /* font-size: 14px; */
    color: #000000;
}


.connect_people {
    padding: 60px 0;
    background-image: url('./assets/banner-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #232323;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.connect_people h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 30px;
    color: #fff;
}

.audience_left .progress_level {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.audience_right_inner {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 20px;
    margin: 20px 0 30px;
    border-radius: 8px;
}

.audience_right_inner p {
    margin: 0;
}

.progress {
    background-color: #e9ecef29;
    border: 1px solid #eae1e121;
    height: 1rem;
    margin: 0;
}

.ideal_txt {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 80px 0 30px;
    text-transform: uppercase;
}

.ideal_inner {
    margin: 0px 0 20px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #232323;
    border-radius: 8px;
    text-align: center;
    color: #ffff;
    font-size: 15px;
    padding: 0 15px;
    line-height: 25px;
    border-bottom: 3px solid #d57315;
}

.ideal_inner:hover {
    filter: drop-shadow(0 0 30px rgba(255, 74, 23, .5));
    background: linear-gradient(45deg, #225a22 70%, #206720);
    transform: scale(1.02);
}

.progress-bar {
    background-color: #528752;

}

.magazines_wrapper {
    padding: 270px 0px 50px;
    background: url(https://pixor-next.vercel.app/images_16/fanfact-bg.jpg) 50% / cover no-repeat;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.bg-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.home-banner-demo-ul-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.demo-self {
    position: absolute;
    height: 100%;
    top: 0;
}

.shelf-left {
    left: 0;
    width: 82px;
    /* background: url(https://pubhtml5.com/images_16/home/shelf1.png); */
    background: url(https://events.eletsonline.com/his/images_16/shelf1.webp);
}

.shelf-mid {
    left: 82px;
    right: 82px;
    background: url(https://events.eletsonline.com/his/images_16/shelf2.webp);
}

.shelf-right {
    right: 0;
    width: 82px;
    background: url(https://events.eletsonline.com/his/images_16/shelf3.webp);
}

.home-banner-demo-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-banner-demo-ul>.tall {
    display: inline-block;
    position: relative;
    margin: 0 31px;
    margin-top: -166px;
    margin-bottom: 80px;
}

.home-banner-demo-img-container {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.home-banner-demo-thum {
    position: relative;
    display: block;
    width: 160px;
    height: auto;
}

.magazine_wrapper_txt {
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    margin: 40px 0 0;
    color: #000;
}

.offcanvas-body .nav-link {
    color: #000 !important;
}

.upcoming {
    position: relative;
    background: url('./assets/pattern.png');
    padding-bottom: 80px !important;
}

.upcoming h2 {
    padding: 30px 0;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 40px;
    color: #000000;
}

.upcoming .item {
    padding: 5px;
    border: 2px solid #019357;
    border-radius: 5px;
    overflow: hidden;
}


.custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-nav button {
    background-color: #9934ca;
    border: none;
    color: white;
    font-size: 15px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: all;
    transition: background 0.3s ease;
    margin: 30px 0;
    display: none;
}


.footer_above {
    /* background: #fff; */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    padding: 60px 0 0;
}


.tree_img {
    margin-top: -340px;
    position: relative;
    z-index: -1;
}


.conty {
    padding: 15px;
    background: #ffffffe8;
    border-radius: 10px;
    box-shadow: #22724a 5px 5px 15px;
}

.conty p {
    font-size: 18px;
    font-weight: 600;
}

.menu-foot>li {
    margin-bottom: 10px;
    color: #fff;
}

.menu-foot>li>a {
    color: #e9e9e9;
    font-size: 15px;
    text-decoration: none;
}

.footer-social__v3 {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 20px;
    padding-top: 10px;
    /* border-top: 1px solid #363e6a; */
}

.footer-social__v3 h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.footer-social__v3 a {
    background: transparent;
    padding: 0;
    width: 0;
    height: 0;
    color: #fff;
    margin-right: 15px;
}

.footer-social__v3 .social-icon {
    margin-right: 40px;
}

.footer-social__v3 a:hover {
    color: var(--primary_color);
}

.footer__connect {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
    font-weight: 800;
}

.footer__connect p {
    margin-bottom: 0;
    margin-left: 8px;
}

.footer__connect p a {
    color: #ffffff;
}

.footer__connect .fa-phone {
    animation: pulse-animation 2s infinite;
    color: #fff;
}

/* */

.ideal_inner img {
    width: 50px;
    padding: 0 0 10px;
}

.ideal_inner p {
    margin: 0;
}

.ideal_inner:hover img {
    filter: hue-rotate(288deg);
    transition: 0.9s;
    transform: rotateY(180deg);
}

.nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #7f600a;
}

.speaker-card {
    display: flex;
    align-items: center;
    padding: 10px 10px 0;
    border-radius: 10px 10px 0 0;
    background: #defbde;
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, .1);
    border: 1px solid #8BC34A;
}

.speaker-info h4 {
    text-align: left;
    font-weight: 700;
    color: #00452e;
}

.speaker-info p {
    padding-top: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

/* .speaker-card img {
    width: 220px;
}

.qrs .btn-green-linear {
    background: #ffd2b7;
} */

.qrs .btn-green-linear svg {
    display: none;
}

.privacy_header {
    background: url('https://eletsonline.com/assets/about_uselets.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.privacy_header::before {
    content: "";
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.6;

}

.privacy_header h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 800;

}

.privacy_wrapper {
    padding: 60px 0;
}

.privacy_contnet h4 {
    font-size: 20px;
    font-weight: 800;
    padding: 0 0 20px;
}

.privacy_contnet p {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 10px;
}

.privacy_contnet h2 {
    margin: 40px 0 10px;
}

.infographic {
    padding: 60px 90px;
}

.circle-center {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 10;
}

/* .circle-center h2 {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 10px;
} */

.circle-center p {
    font-size: 0.9rem;
    padding: 0 15px;
    color: #333;
}

.info-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 12px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 88px;
}

.info-box h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-box p {
    font-size: 0.85rem;
    color: #555;
    margin: 0;
}

.info-box i {
    font-size: 28px;
    color: #28a745;
}

.line {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    border-top: 2px dotted #000;
    z-index: 5;
}

.line-left {
    right: -60px;
}

.line-right {
    left: -60px;
}

.infographic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
}

.left-col,
.right-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media(max-width: 992px) {
    .infographic {
        flex-direction: column;
    }
    .col-md-5{
        width: 50%;
        margin: 0 0 20px;
    }
    .circle-center{
        height: 600px;
        width: auto;
    }

    .infographic{
        padding: 20px;
    }
    .left-col,
    .right-col {
        align-items: center;
    }

    .line {
        display: none;
    }
}

@media only screen and (max-width: 600px) {

    .speaker-card {
        flex-direction: column-reverse;
    }

    .home-banner-demo-ul>.tall {
        margin-top: -191px;
    }

    .navbar {
        position: relative;
    }

    .offcanvas {
        width: 80% !important;
    }

    .navbar-nav {
        gap: 10px;
    }

    .about_wrapper .container {
        width: 100%;
    }

    .about_wrapper h2 {
        font-size: 24px;
    }

    .about_wrapper h2 span {
        transform: rotate(0);
    }

    .opp_inner {
        margin: 0 0 30px;
    }

    .theme_section_custom {
        padding: 50px 0;
    }

    .theme_section_custom h2 {
        font-size: 24px;
    }

    .theme_section_custom h2 span {
        transform: rotate(0);
    }

    .theme_slider_custom {
        padding: 0;
    }

    .theme_card {
        padding: 20px 5px;
        min-height: 300px;
        margin: 0 0 30px;
    }

    .home-banner-demo-thum {
        width: 113px;
    }

    .tree_img {
        margin-top: -20px;
    }
}