.main-btn-one .text-btn,
.main-btn-two .text-btn,
.main-btn-three .text-btn,
.main-btn-four .text-btn {
    float: left;
    min-width: 130px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}


.main-btn-one .text-btn .text-btn-two,
.main-btn-two .text-btn .text-btn-two,
.main-btn-three .text-btn .text-btn-two,
.main-btn-four .text-btn .text-btn-two {
    margin-left: 0px;
    transition: .4s;
    min-width: 100px;
    height: 50px;
    text-align: center;
    display: block;
    padding: 0 10px;
    display: block;
    background: #FFF;
    color: #02185a;
}


.main-btn-one:hover .text-btn .text-btn-two,
.main-btn-two:hover .text-btn .text-btn-two,
.main-btn-three:hover .text-btn .text-btn-two,
.main-btn-four:hover .text-btn .text-btn-two {
    margin-left: 100%;
}


.main-btn-one .text-btn::before,
.main-btn-two .text-btn::before,
.main-btn-three .text-btn::before,
.main-btn-four .text-btn::before {
    content: "";
    height: 50px;
    background: #ddd;
    right: 0;
    top: 0px;
    position: absolute;
    opacity: 0.5;
}

.main-btn-one:hover .text-btn::before {
    background: #e06026;
}

.main-btn-one .arrow-btn,
.main-btn-two .arrow-btn,
.main-btn-three .arrow-btn,
.main-btn-four .arrow-btn {
    height: 50px;
    width: 50px;
    text-align: center;
    overflow: hidden;
    background: #f9f9f9;
    line-height: 50px;

}

.text-link {
    display: inline-block;
    padding-right: 2px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}


body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    color: #ec0808;
    line-height: 0px;
}

.contact-us-page {
    background: #fff;
}

.page-title-line {
    color: #eee;
    display: block;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: .20px;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;

    position: relative;
}


.pb_40 {
    padding-bottom: 40px;
}

.item-why-us img {
    width: 40px;
    margin-right: 22px;
}




hr {
    margin: 5px;
}

                                /*                   New Css                    */

img {
    max-width: 100%;
    height: auto;
}


.custom-orange {

    background: rgb(255, 108, 28);

    border-radius: 50px;
}


.orange {
    background: #f59042;
}

.focal-box {
    display: flex;
    align-items: stretch;
    /* line paragraph jitni height legi */
}

.focal-section {
    padding: 40px 0;
}

.focal-box {
    position: relative;
    padding: 12px 20px 12px 24px;
    transition: all 0.35s ease;
    height: 100%;
    cursor: pointer;
}

/* Purple Gradient Vertical Line */
.focal-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    border-radius: 20px;

    background: orange;
    transition: all 0.4s ease;
}


/* Paragraph styling */
.focal-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    font-weight: 500;
}

/* Hover Animation */
.focal-box:hover {
    transform: translateY(-8px);
}

.focal-box:hover::before {
    width: 8px;
    box-shadow: 0 0 20px rgba(147, 51, 234, 0.4);
}




/* Mouse mover css Start here  */

.cursor-dot {
    position: fixed;
    width: 8px;
    height: 8px;
    background: #e42128;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
}

.cursor-ring {
    position: fixed;
    width: 35px;
    height: 35px;
    border: 2px solid #e42128;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
}

@media(max-width:768px) {

    .cursor-dot,
    .cursor-ring {
        display: none;
    }
}

/* Mouse mover css End here  */




/* Index.php Css Start Here */


.about-three {
    background: #FFF;
    position: relative;
}

.header-breadcrumb .container {
    position: relative;
    z-index: 5;
    text-align: left;
}


.slider-about {
    display: inline-block;
    position: relative;
}

.slider-about::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 80%;
    content: '';
    background: #e42128;
    border-radius: 25px;

    animation: floatAnim 1.5s ease-in-out infinite;
}

@keyframes floatAnim {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}



.about-img-three {
    position: relative;
    z-index: 10;
    margin-left: 50px;
    margin-bottom: 50px;
    margin-right: 15px;
    border-radius: 25px;
    /* border: 5px solid #fff; */
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.about-img-three img {
    border-radius: 25px;
}



.info-about .list-feat {
    padding-left: 0;
}

.info-about .list-feat li {
    font-weight: 600;
    color: #787878;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.info-about .list-feat li span {
    position: absolute;
    margin-right: 10px;
    height: 5px;
    width: 5px;
    background: #e42128;
    display: block;
    left: 0;
    top: 10px;
    border-radius: 50%;

}


.mt-60 {
    margin-top: 60px;
}

.pt-60 {
    padding-top: 60px;
}


.pb-60 {
    padding-bottom: 60px;
}


/* Index.php Css End Here */

/* About.php Css Start Here */


.header-breadcrumb2 {
    padding: 120px 0;
    background-image: url(../img/banner/cablewire-2.png);
    position: relative !important;
    background-size: cover !important;
    width: 100%;
    overflow: hidden;
}


.header-breadcrumb2 .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
}



.header-breadcrumb1 .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
}

.header-breadcrumb3 .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
}


.header-breadcrumb .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 31px;
}


/* About.php Css End Here */


/* Footer.php Css Start Here */


.main-btn-one .text-btn .text-btn-one,
.main-btn-two .text-btn .text-btn-one,
.main-btn-three .text-btn .text-btn-one,
.main-btn-four .text-btn .text-btn-one {
    display: block;
    margin-left: -100%;
    float: left;
    transition: .4s;
    text-align: center;
    min-width: 130px;
    height: 50px;
    padding: 0 15px;
    background: #e42128;
    color: #FFF;
}

/*main-btn-one*/
.main-btn-one,
.main-btn-two,
.main-btn-three,
.main-btn-four {
    position: relative;
    min-width: 180px;
    background: #e42128;
    color: #02185a;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    -webkite-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'Poppins', sans-serif;
}


.footer-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    /* color: #ffffff; */
    color: #000 !important;
    letter-spacing: .5px;
}

.footer-widget .line-footer {
    width: 50px;
    height: 3px;
    background: #e42128;
    margin-bottom: 30px;
    margin-top: 20px;
}


.footer-widget .footer-logo img {
    width: 268px;
    margin-bottom: 30px;
}

.footer-widget .social-media-footer {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-widget .social-media-footer li {
    display: inline-block;
    padding-right: 15px;
}

.footer-widget .social-media-footer li a {
    font-size: 18px;
    /* color: #fff; */
    color: #000;
    transition: .1s;

}

.footer-widget .social-media-footer li a:hover {
    color: #f57479;
}

/* COMPANY LINKs */
.footer-widget .footer-link {
    padding-left: 0;
}

.footer-widget .footer-link li {
    border-bottom: 1px solid rgba(214, 214, 214, 0.1);
    transition: .4s;
}

.footer-widget .footer-link li:first-child a {
    padding-top: 0;
}

.footer-widget .footer-link li:hover a {
    padding-left: 8px;
    color: #000;
    text-decoration: underline;
}

.footer-widget .footer-link li a {
    font-size: 14px;
    color: #000;
    display: block;
    transition: .4s;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: none;
}

.footer-widget .footer-link li span {
    padding-right: 5px;
    font-size: 10px;
}

.footer-widget p {
    color: #000;
    font-size: 14px;
}


.footer-widget p {
    font-size: 15px;
    margin-bottom: 5px;
}


.footer-bar {
    z-index: 3;
    position: relative;
    background: #e42128;
}


footer .copyright {
    font-weight: 500;
    font-size: 14px;
    color: #f4f7fd;
    letter-spacing: 1.7px;
    line-height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

footer .copyright a {
    color: #e42128;
    font-weight: 700;
}

.footer-row {
    margin-bottom: 50px;
}

footer {
    background: #f5f5f5;
    position: relative;
}

footer::before {
    background-image: url(../images/icons/footer-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    content: "";
    z-index: 0;
    height: 100%;
}



/* Color Btn Three */
.main-btn-three .text-btn .text-btn-one {
    background: black;
    color: white;
}

.main-btn-three .text-btn .text-btn-two {
    background: #e42128;
    color: #fff;
}



.main-btn-three .text-btn::before {
    background: #e4500d;
}

.main-btn-three:hover .text-btn::before {
    background: #eee;
}

.main-btn-three .arrow-btn {
    background: #e42128;
    line-height: 50px;
}

.main-btn-three .arrow-btn .arrow-one {
    background: #fff;
    color: #02185a;
}

.main-btn-three .arrow-btn .arrow-two {
    background: #000000;
    color: #FFF;
}


.main-btn-one:hover .text-btn .text-btn-one,
.main-btn-two:hover .text-btn .text-btn-one,
.main-btn-three:hover .text-btn .text-btn-one,
.main-btn-four:hover .text-btn .text-btn-one {
    margin-left: 0;
}


ul ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Footer.php Css End Here */

/* Animate Line Animation */


@-webkit-keyframes animborder2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}










/* New added css */


    
    /* EVENT SCHEDULE  Css Start           */


    .custom-tabs .nav-link {
        /* background: #f82249; */
        background: rgb(255, 108, 28);
        color: #fff;
        border-radius: 30px;
        padding: 10px 25px;
        margin: 5px;
        border: none;
        font-weight: 600;
    }

    .custom-tabs .nav-link.active {
        /* background: #d81b3a; */
        background: rgb(206, 78, 8);
    }

    .custom-table td {
        border: 1px solid #ddd;
        padding: 12px;
    }

    .custom-table tr td:first-child {
        font-weight: 600;
        width: 220px;
    }

    .custom-table tr:hover {
        background: #f9f9f9;
    }


    .s-title {
        margin-bottom: 0;
        font-weight: 600;
        /* letter-spacing: 2px; */
        position: relative;
        margin-left: 0;
        display: inline-block;
        padding-bottom: 10px;
        overflow: hidden;
        text-transform: uppercase;
        font-family: "Nunito Sans", sans-serif;
        color: #313131;
        font-size: 25px;
        margin-top: 0px;
    }

    .s-title::after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        /* background: #f59042; */
        background: purple;
        content: "";
    }

    .s-title::before {
        position: absolute;
        content: "";
        width: 24%;
        height: 3px;
        left: 15%;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        z-index: 1;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }


    /* Sponsors Logo Css Start Here */


    .logo-wrapper {
        transition: transform 0.5s ease;
        will-change: transform;
    }

    .logo-wrapper:hover {
        transform: scale(1.05);
    }

    .logo-box {
        border: 1px solid #ddd;
        height: 140px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        overflow: hidden;
        background-color: #fff;
    }

    .logo-box img {
        max-width: 80%;
        max-height: 80%;
    }



    .s-title {
        margin-bottom: 0;
        font-weight: 600;
        /* letter-spacing: 2px; */
        position: relative;
        margin-left: 0;
        display: inline-block;
        padding-bottom: 10px;
        overflow: hidden;
        text-transform: uppercase;
        font-family: "Nunito Sans", sans-serif;
        color: #313131;
        font-size: 40px;
        margin-top: 0px;
    }

    .s-title::after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        /* background: #f59042; */
        background: #e42128;
        content: "";
    }

    .s-title::before {
        position: absolute;
        content: "";
        width: 24%;
        height: 3px;
        left: 15%;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        z-index: 1;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }
    
    
    
    
    
    
    .hero-banner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .banner-bg {
        width: 100%;
        height: 40rem;
        object-fit: fill;
        display: block;
    }
    
    .banner-logo {
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translateY(-50%);
        width: 30%;
        width: 446px;
        z-index: 2;
    }
    
    /* banner logo css */
    .custom-bg-dark {
        background: #000;
        border-radius: 25px;
    }

    /* Desktop */
    @media (max-width: 1200px) {
        .banner-logo {
            left: 20%;
            width: 30%;
        }
    }
    
    /* Laptop */
    @media (max-width: 992px) {
        .banner-bg {
            height: 34rem;
        }
        
        .banner-logo {
            left: 18%;
            width: 32%;
        }
    }
    
    /* Tablet */
    @media (max-width: 768px) {
        .banner-bg {
            height: 28rem;
        }
        
        .banner-logo {
            left: 15%;
            width: 35%;
        }
    }
    
    /* Mobile */
    @media (max-width: 576px) {
        .banner-bg {
            height: 22rem;
        }
        
        .banner-logo {
            left: 50%;
            top: 50%;
            width: 220px;
            transform: translate(-50%, -50%);
        }
    }
    
    .banner-slogan {
        position: absolute;
        bottom: 4rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        
        width: 90%;
        max-width: 900px;
    }
    
    .banner-slogan p {
        margin: 0;
        color: #000;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
    }
    
    @media (max-width: 520px) {
        .banner-slogan {
            display: none;
        }
    }


    :root {
        --primary: #e42128;
        --dark: #111;
        --light: #f8f9fa;
    }

    body {
        font-family: 'Poppins', sans-serif;
        overflow-x: hidden;
    }

    /* Hero Section */
    .call-paper-hero {
        /* background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)),
            url('assets/img/call-paper-banner.jpg'); */
        /* background: #d3d3d3; */
        background: #E0E0E0;
        background-size: cover;
        background-position: center;
        min-height: 75vh;
        display: flex;
        align-items: center;
        text-align: center;
        color: #fff;
        position: relative;
        overflow: hidden;
    }

    .call-paper-hero::before {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        background: rgba(228, 33, 40, .25);
        border-radius: 50%;
        top: 10px;
        right: -80px;

        animation: float 6s infinite ease-in-out;
    }

    @keyframes float {
        50% {
            transform: translateY(50px);
        }
    }

    .hero-title {
        font-size: 4rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .hero-title span {
        color: #e42128;
    }

    .hero-btn {
        background: #e42128;
        color: #fff;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        transition: .4s;
    }

    .hero-btn:hover {
        background: #fff;
        color: #e42128;
    }

    /* Section Heading */

    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-size: 38px;
        font-weight: 700;
        color: #e42128;
        position: relative;
    }

    .section-title h2::after {
        content: '';
        width: 90px;
        height: 4px;
        background: #e42128;
        display: block;
        margin: 15px auto;
    }

    /* Topic Cards */

    .topic-card {
        background: #fff;
        border-radius: 20px;
        padding: 30px;
        height: 100%;
        box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
        transition: .4s;
        border-top: 4px solid #e42128;
    }

    .topic-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(228, 33, 40, .18);
    }

    .topic-icon {
        width: 70px;
        height: 70px;
        background: rgba(228, 33, 40, .1);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .topic-icon i {
        font-size: 30px;
        color: #e42128;
    }

    /* Timeline */

    .timeline {
        position: relative;
        padding-left: 40px;
    }

    .timeline::before {
        content: '';
        position: absolute;
        left: 12px;
        top: 0;
        width: 4px;
        height: 100%;
        background: #e42128;
    }

    .timeline-item {
        position: relative;
        margin-bottom: 35px;
    }

    .timeline-item::before {
        content: '';
        position: absolute;
        left: -34px;
        top: 5px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #e42128;
    }

    /* .timeline-box {
        color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 20px;

    box-shadow:
        0 8px 32px rgba(31, 38, 135, 0.15),
        inset 0 1px 1px rgba(255, 255, 255, 0.3);

    transition: all 0.3s ease;
}

.timeline-box:hover {
    transform: translateY(-5px);
    box-shadow:
        0 15px 40px rgba(31, 38, 135, 0.2),
        inset 0 1px 1px rgba(255, 255, 255, 0.4);
} */

.timeline-box{
    background:rgba(0,0,0,.72);
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    padding:22px;
    backdrop-filter:blur(5px);
}

.timeline-box h5{
    color:#fff !important;
}

.timeline-box p{
    color:#fff !important;
}

    /* Guidelines */

    .guideline-box {
        background: #fff;
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
    }

    .guideline-box ul {
        padding-left: 20px;
    }

    .guideline-box li {
        margin-bottom: 12px;
    }

    /* Registration */

    .registration-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    }

    .registration-card table {
        margin: 0;
    }

    .registration-card thead {
        background: #e42128;
        color: #fff;
    }

    /* CTA */

    .final-cta {
        background: linear-gradient(135deg, #e42128, #a50000);
        padding: 80px 0;
        color: #fff;
        text-align: center;
    }

    .final-cta h2 {
        font-size: 42px;
        font-weight: 700;
    }

    .final-cta a {
        background: #fff;
        color: #e42128;
        padding: 15px 35px;
        border-radius: 50px;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        margin-top: 20px;
    }

    @media(max-width:768px) {

        .hero-title {
            font-size: 2.5rem;
        }

        .section-title h2 {
            font-size: 28px;
        }

    }


    .paper-card {
        background: #fff;
        border-radius: 20px;
        padding: 35px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    }

    .paper-item {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .paper-item:last-child {
        margin-bottom: 0;
    }

    .paper-icon {
        min-width: 60px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: rgba(228, 33, 40, .1);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .paper-icon i {
        font-size: 24px;
        color: #e42128;
    }

    .paper-item h5 {
        font-weight: 700;
        margin-bottom: 8px;
    }

    .deadline-box {
        background: linear-gradient(135deg, #e42128, #b51218);
        color: #fff;
        border-radius: 20px;
        padding: 40px 30px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .deadline-box span {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .deadline-box h3 {
        font-size: 55px;
        font-weight: 800;
        margin: 15px 0;
    }

    /* .section-heading {
        text-align: center;
        margin-bottom: 60px;
    }

    .section-heading h2 {
        font-size: 42px;
        font-weight: 800;
        color: #e42128;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }

    .section-heading h2::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -12px;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: #e42128;
        border-radius: 10px;
    }

    .section-heading p {
        margin-top: 25px;
        font-size: 18px;
        color: #666;
        font-weight: 500;
    } */

    .submit-paper-section {
        background: #fff;
    }

    .submit-card {
        background: #fff;
        padding: 35px;
        border-radius: 25px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    }

    .submit-step {
        display: flex;
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .submit-step:last-child {
        margin-bottom: 0;
    }

    .submit-step span {
        width: 55px;
        height: 55px;
        min-width: 55px;
        border-radius: 50%;
        background: #e42128;
        color: #fff;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }

    .submit-step h5 {
        font-weight: 700;
        margin-bottom: 5px;
    }

    .submit-step p {
        color: #666;
        margin: 0;
    }

    .qr-card {
        background: linear-gradient(135deg,
                #e42128,
                #b41318);
        color: #fff;
        padding: 40px;
        border-radius: 25px;
        text-align: center;
        box-shadow: 0 20px 50px rgba(228, 33, 40, .25);
    }

    .qr-card img {
        width: 220px;
        background: #fff;
        padding: 12px;
        border-radius: 15px;
        margin-bottom: 25px;
    }

    .qr-card h5 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .submit-btn {
        display: inline-block;
        background: #fff;
        color: #e42128;
        padding: 12px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        margin-top: 5px;
    }

    .submit-btn:hover {
        background: #000;
        color: #fff;
    }


    .guidelines-card {
        background: #fff;
        padding: 40px;
        border-radius: 25px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    }

    .guide-box {
        padding: 25px;
        border-radius: 12px;
        background: #fff;
        transition: all 0.35s ease;
        cursor: pointer;
    }

    .guide-box i {
        font-size: 40px;
        color: #e42128;
        margin-bottom: 15px;
        transition: all 0.35s ease;
    }

    .guide-box h5 {
        font-weight: 700;
        transition: all 0.35s ease;
    }

    .guide-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(228, 33, 40, 0.18);
        border-color: #e42128;
    }

    .guide-box:hover i {
        transform: scale(1.1);
    }

    .guide-box:hover h5 {
        color: #e42128;
    }

    .award-box {
        text-align: center;
        background: linear-gradient(135deg, #e42128, #b31318);
        color: #fff;
        padding: 60px;
        border-radius: 25px;
    }

    .award-icon i {
        font-size: 70px;
        color: #ffd700;
    }

    .attend-card {
        background: #fff;
        padding: 30px;
        border-radius: 20px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
        transition: .4s;
    }

    .attend-card:hover {
        transform: translateY(-10px);
    }

    .attend-card i {
        font-size: 45px;
        color: #e42128;
        margin-bottom: 15px;
    }

    .attend-card h5 {
        font-weight: 700;
    }

    .registration-section {
        /* background:#f8f9fa; */
    }

    .discount-note {
        background: #fff3f3;
        border-left: 5px solid #e42128;
        padding: 20px 25px;
        border-radius: 15px;
        display: flex;
        gap: 15px;
        margin-bottom: 35px;
    }

    .discount-note i {
        color: #e42128;
        font-size: 28px;
    }

    .discount-note p {
        margin: 5px 0 0;
        color: #666;
    }

    .registration-table {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    }

    .registration-table table {
        margin-bottom: 0;
    }

    .registration-table thead {
        background: #e42128;
        color: #fff;
    }

    .registration-table thead th {
        border: none;
        padding: 20px;
        font-size: 18px;
    }

    .registration-table tbody td {
        padding: 20px;
        vertical-align: middle;
        border-color: #f1f1f1;
    }

    .registration-table tbody tr:hover {
        background: #fff8f8;
    }

    .fee-tag {
        background: #e42128;
        color: #fff;
        padding: 10px 18px;
        border-radius: 50px;
        font-weight: 600;
        display: inline-block;
    }




    /*      New css 27-06-2026 */

    body p {
    font-size: 18px;
    line-height: 26px;
}



.my-contact-bg {
    position: relative;
    /* background: url('../img/banner/wire-5.jpeg') center center/cover no-repeat; */
    /* background: url('../img/banner/wire-10.jpeg') center center/cover no-repeat; */
    /* background: url('../img/banner/contact-us-page-bg.png') center center/cover no-repeat; */
    background: url('../img/banner/ChatGPT Image Jul 2, 2026, 05_58_57 PM.png') center center/cover no-repeat;
    background-attachment: fixed;
    padding: 65px 0;
    overflow: hidden;
}


/* Paper Submission Timelines */

.my-author-bg {
    position: relative;
    /* background: url('../img/banner/wire-5.jpeg') center center/cover no-repeat; */
    background: url('../img/banner/bigstock-Cross-Section-Of-High-voltage--449058673.jpg') center center/cover no-repeat;
    /* background: url('../img/banner/bg-ijjknjn.jpg') center center/cover no-repeat; */
    /* background: url('https://plus.unsplash.com/premium_photo-1661876806982-61d04a531d8e?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8RGF0YSUyMHRyYW5zbWlzc2lvbnxlbnwwfHwwfHx8MA%3D%3D') center center/cover no-repeat; */
    background-attachment: fixed;
    padding: 65px 0;
    overflow: hidden;
}

.my-intro-bg {
    position: relative;
    background: url('../img/banner/intoduction-bg.jpg') center center/cover no-repeat;
    background-attachment: fixed;
    padding: 65px 0;
    overflow: hidden;
}

.my-bg {
    /* background-image: url('../img/banner/who-should-attend-bg.jpg'); */
    background-image: url('../img/banner/who-should-attend-bg01.png');
    /* background-image: url('https://img.magnific.com/free-vector/abstract-background-with-monochrome-low-poly-design_1048-14453.jpg?t=st=1783408165~exp=1783411765~hmac=c90aac99c16d177ffdb0f9fbd39f91f4c82784224f761a1570bae381c17f0b77&w=1480'); */
    background-repeat: no-repeat;
    background-size: cover;
}

/* .hero-banner{
    position: relative;
    background: url('../img/banner/hero-03.jpg') center center/cover no-repeat;
    background-attachment: fixed;
    padding: 65px 0;
    overflow: hidden;
} */





     @media(max-width:768px) {
        .my-banner {
        display: none;
    }
    }




















    .s-title-center {
    position: relative;
}

.s-title-center::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 3px;
    background: #e42128;
}

.s-title-center::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 8%;
    height: 3px;
    background: #e42128;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    animation: animborder-center 2s linear infinite;
}

@keyframes animborder-center {
    0% {
        left: 35%;
    }
    100% {
        left: 57%;
    }
}