body {
    margin: 0;
    /* font-family: "Roboto Slab", sans-serif; */
    font-family: "Poppins", sans-serif;
}

/* header {
    background-color: #9B3922;
    color: white;
    text-align: center;
    padding: 10px;
} */

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff5aa;
    text-align: center;
    /* padding-left: 7%; */
    
}

.navbar-image {
    padding: 10px;
}

.navbar {
    overflow: hidden;
    /* position: fixed; 
    top: 0;
    width: 100; */
    display: flex;
    justify-content: center;
    width: 100vw;
    background-color: #fff5aa;
}

.navbar li {
    float: left;
    display: block;
}

.navbar a {
    display: block;
    color: #000;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    /* font-size: bolder; */
    /* font-weight: bold; */
}

.navbar a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #9B3922;
    transition: width 0.3s ease;
}

.navbar a:hover::before {
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    z-index: 1;
    /* padding-left: 1px; */
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: grid;
    color: #9B3922;
    padding-left: 1px;
}

.bg-img {
    background-image: linear-gradient(to right, #FF204E, #A0153E, #5D0E41, #00224D);
    padding: 5%;
    /* margin-top: 40px; */
}

.bg-img-content {
    text-align: center;
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.135);
    border-radius: 20px;
}

/* footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #9B3922;
    color: white;
    text-align: center;
    font-size: 12px;
} */

.top-text {
    font-size: 30px;
    font-weight: bold;
    /* color: yellow; */
}

.normal-text {
    color: white;
    font-size: 30px;
}

.bg-img-content p {
    color: yellow;
    font-weight: bold;
}

.address {
    color: white;

}

.body-content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 9px;
    /* margin-left: 7%;
    margin-right: 7%; */
    /* margin-top: 40px; */
}

.hosted-by {
    margin: 0 auto;
    max-width: 1200px;
    padding: 9px;
    margin-left: 15%;
    /* margin-right: 12%; */

}

.sponsers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px;
}

.sponsered {
    border: 2px solid blue;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    width: 12cm;
}

.sponsered h4{
    /* width: 6cm; */
    margin-top: 1px;
}

.para h1 {
    /* font-family: "Roboto Slab", sans-serif; */
    font-family: "Poppins", sans-serif;
    font-weight: lighter;
    /* text-align: center; */

}

.para p {
    text-align: justify;
    text-justify: inter-word;
}

u {
    text-underline-position: under;
    /* color: #9B3922; */
    width: 6%;
    height: 2px;
}


.special-session {
    padding-left: 15%;
    padding-right: 12%;
}




#footer-inner {
    background-color: #f2f2f2;
    padding: 20px 0;
}

#footer-widgets {
    margin-top: 1px;
    margin-bottom: 30px;
    /* margin-left: 7%; */

}

.footer-widgets-inner {
    display: flex;
    flex-wrap: wrap;
}

.footer-box {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: 7%;
}
.footer-box a{
    color: #333;
    /* text-decoration: none; */

}

.footer-box h4 {
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-box .textwidget a {
    display: block;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
    word-wrap: break-word;
}

.footer-box .textwidget a:hover {
    text-decoration: underline;

}

#footer-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff5aa;
    color: white;
    text-align: center;
    /* font-size: 12px; */
}

#footer-bottom-inner {
    text-align: center;
}

#copyright {
    font-size: 16px;
    text-decoration: none;
    color: #000;

}


.manuscripts {
    color: #2d2d2d;
    font-style: italic;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-word;
}

.strengths ul {
    list-style: none;
}

.strengths ul li:before {
    content: '✓';
}

.media-partner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.for-media {
    align-items: center;
    margin-left: 20%;
    padding-left: 20%;
}

.media {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    padding: 10px;
    word-wrap: break-word;
    flex-direction: row;
    /* border: 2px solid black; */

}

.menu {
    display: none;
}

.sidenav {
    display: none;
}





/* .mySlides {display: none} */
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}


table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.note {
    color: #2d2d2d;
    font-style: italic;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-word;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 30%;
    /* height: 300px; */
    border-radius: 5px;
    /* align-items: center; */
    /* padding-left: 20px; */
    overflow: hidden;
    margin: 20px 5px 10px 15px
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card img {
    border-radius: 5px 5px 0 0;
    width: 200px; 
    height: 400px; 
}

.containe {
    padding: 2px 16px;
    /* width: 50%; */
    height: 200px;
    
}

.card-align{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    
}

#submitbutton{
    background-color: #9B3922;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#submitbuttondiv{
    text-align: center;
}




@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}



@media screen and (max-width: 1425px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }

    .body-content {
        /* margin: 0 auto;
        max-width: 1200px;
        padding: 9px; */
        margin-left: 7%;
        margin-right: 7%;
        margin-top: 40px;
    }

    

    .para h1 {
        /* font-family: "Roboto Slab", sans-serif; */
        font-family: "Poppins", sans-serif;
        font-weight: lighter;
        text-align: center;
    }

    .navbar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #fff5aa;
        text-align: center;
        /* padding-left: 7%; */
    }

    .navbar-image {
        padding: 10px;
    }

    .navbar {
        overflow: hidden;
        background-color: #fff5aa;
        display: flex;
        justify-content: center;
        width: 100vw;
        /* background-color: #fff5aa; */
    }

    .navbar ul {
        float: left;
        padding-left: 30px;
    }

    .navbar li {
        float: left;
        display: block;
    }

    .navbar a {
        margin-top: 9px;
        display: block;
        color: #000;
        text-align: left;
        padding: 10px;
        text-decoration: none;
        font-size: 10px;
        position: relative;
    }

    .navbar a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #9B3922;
        transition: width 0.3s ease;
    }

    .navbar a:hover::before {
        width: 100%;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 160px;
        z-index: 1;
        /* padding-left: 1px; */
    }

    .dropdown-content a {
        color: black;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown:hover .dropdown-content {
        display: grid;
        color: #9B3922;
        padding-left: 1px;
    }

    .hosted-by {
        margin: 0 auto;
        max-width: 1200px;
        padding: 9px;
        margin-left: 20%;
        /* margin-right: 12%; */
    }

    .sponsered {
        width: 6cm;
    }
    .sponsered h4{
        /* width: 6cm; */
        margin-top: 1px;
    }

}


@media screen and (max-width: 841px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }

    .bg-img {
        /* background-image: linear-gradient(to right, #FF204E, #A0153E, #5D0E41, #00224D);
        padding: 5%; */
        margin-top: 40px;
    }

    .body-content {
        /* margin: 0 auto;
        max-width: 1200px;
        padding: 9px; */
        margin-left: 7%;
        margin-right: 7%;
        margin-top: 40px;
    }

    .card {
        width: 100%;
        /* height: 30%; */
        border-radius: 5px;   
    }

    .card-align{
        padding: 0px;
        display: block;
    }

    .para h1 {
        /* font-family: "Roboto Slab", sans-serif; */
        font-family: "Poppins", sans-serif;
        font-weight: lighter;
        text-align: center;
    
    }

    .navbar li {
        float: none;
        display: none;
    }

    .navbar a {
        padding: 10px 16px;
    }

    .navbar {
        display: none;
    }

    .navbar-image {
        position: absolute;
        top: 0;
        /* right: 10px; */
        font-size: 36px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .menu {
        display: block;
        margin-left: 2%;
        background-color: #fff5aa;
    }

    .navbar-img {
        position: absolute;
        margin-left: 81%;
        margin-top: 6px;

    }

    .small-screen {
        background-color: #fff5aa;
        position: fixed;
        width: 100%;
        top: 0;
    }


    .sidenav {
        list-style-type: none;
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav li {
        list-style-type: none;
    }

    .sidenav ul {
        padding-left: 0px;
    }

    .sidenav a {
        list-style-type: none;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #fadca0;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .hosted-by {
        margin: 0 auto;
        max-width: 1200px;
        padding: 9px;
        margin-left: 7%;
        /* margin-right: 7%; */
    }

    .sponsers {
        margin: 10px;
        padding-left: 30px;
    }
    
   
}

/* Hosted By and Sponsors Section - Compact & Circular */
.hosted-by {
    margin: 20px auto !important;
    max-width: 1200px;
    padding: 10px !important;
    text-align: center;
}

.sponsers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 15px !important;
}

/* Force remove all borders and backgrounds from sponsered */
.sponsers .sponsered {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    width: auto !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sponsers .sponsered h4 {
    margin-bottom: 15px !important;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    width: 100% !important;
}

/* Circular logo container - force circular shape */
.circular-logo-container {
    width: 160px !important;
    height: 160px !important;
    border-radius: 50% !important;
    background: white !important;
    padding: 15px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    border: 3px solid #007BFF !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.3s ease;
    box-sizing: border-box !important;
}

.circular-logo-container:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    border-color: #9B3922 !important;
}

/* Image inside circular container */
.circular-logo-container img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: contain !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .hosted-by {
        margin: 15px auto !important;
        padding: 5px !important;
    }
    
    .sponsers {
        gap: 30px !important;
        padding: 10px !important;
    }
    
    .circular-logo-container {
        width: 140px !important;
        height: 140px !important;
        padding: 12px !important;
    }
    
    .sponsers .sponsered h4 {
        margin-bottom: 12px !important;
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 480px) {
    .hosted-by {
        margin: 10px auto !important;
    }
    
    .sponsers {
        flex-direction: column;
        gap: 25px !important;
        padding: 5px !important;
    }
    
    .circular-logo-container {
        width: 120px !important;
        height: 120px !important;
        padding: 10px !important;
    }
    
    .sponsers .sponsered h4 {
        margin-bottom: 10px !important;
        font-size: 1rem;
    }
}


/* Two Column Section */
.conference-partners-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.partners-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Left Column - Hosted & Sponsored */
.logos-row {
    display: flex;
    justify-content: center;
    gap: 80px;
    align-items: flex-start;
}

.partner-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-item h4 {
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
}

/* Right Column - IEEE Achievement - COMPACT */
.achievement-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.achievement-item h4 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
}

.achievement-content {
    background: #fff5aa;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(255, 245, 170, 0.4);
    border: 2px solid #9B3922;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    min-height: auto; /* Remove fixed height */
}

.proceedings-text {
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
    flex: 1;
    text-align: left;
    margin: 0;
}

.access-btn {
    background: #9B3922;
    color: white;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid #9B3922;
    white-space: nowrap;
    flex-shrink: 0;
}

.access-btn:hover {
    background: transparent;
    color: #9B3922;
    transform: translateY(-1px);
}

/* Circular Logo Containers */
.circular-logo-container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: white;
    padding: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #fff5aa;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.circular-logo-container:hover {
    transform: scale(1.05);
    border-color: #9B3922;
}

.circular-logo-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
    padding: 5px;
}

/* Mobile Responsive */
@media screen and (max-width: 968px) {
    .partners-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .logos-row {
        gap: 60px;
    }
    
    .achievement-content {
        max-width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .logos-row {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    
    .partner-item h4,
    .achievement-item h4 {
        height: auto;
        margin-bottom: 15px;
    }
    
    .achievement-content {
        flex-direction: row; /* Keep in one line on tablet */
        padding: 12px 20px;
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .achievement-content {
        flex-direction: column; /* Stack only on very small screens */
        gap: 12px;
        padding: 15px 20px;
        text-align: center;
    }
    
    .proceedings-text {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .conference-partners-section {
        margin: 30px auto;
        padding: 0 15px;
    }
    
    .logos-row {
        gap: 30px;
    }
    
    .circular-logo-container {
        width: 120px;
        height: 120px;
    }
    
    .achievement-content {
        padding: 12px 15px;
    }
    
    .proceedings-text {
        font-size: 1rem;
    }
    
    .access-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}

/* Register Now Button - Theme Matched */
/* Register Now Button - Theme Matched (Compact) */
.register-now-btn {
    background: #9B3922; /* Theme brown */
    color: #fff5aa; /* Theme yellow text */
    border: 2px solid #fff5aa; /* Theme yellow border */
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(155, 57, 34, 0.3);
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.register-now-btn:hover {
    background: #fff5aa; /* Theme yellow */
    color: #9B3922; /* Theme brown text */
    border-color: #9B3922; /* Theme brown border */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 245, 170, 0.4);
}

.register-now-btn:active {
    transform: translateY(0);
}

/* Button icon */
.btn-icon {
    margin-right: 8px;
    font-size: 0.9rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

.register-now-btn:hover .btn-icon {
    transform: scale(1.1);
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
    .register-now-btn {
        padding: 9px 22px;
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 480px) {
    .register-now-btn {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    
    .btn-icon {
        margin-right: 6px;
        font-size: 0.85rem;
    }
}
