.banner {
    width: 720px;
}
.card {
    box-shadow: none !important;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
}
.toolbar {
    border-bottom: 2.5px solid rgba(0,0,0,.12);
    background-color: white;  
    margin-bottom: 0%;
}

.emergency-section {
  padding: 3rem 1rem;
  background: #f8f9fb;
  max-width: 1100px;
  margin: auto;
}

.emergency-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.emergency-section .subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 2rem;
}

.emergency-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
}

.emergency-card {
  background: #ffffff;
  border-left: 5px solid #c62828;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.emergency-card h3 {
  margin-bottom: 0.6rem;
  color: #b71c1c;
  font-size: 1.1rem;
}

.emergency-card p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
}

.emergency-card a {
  color: #0d47a1;
  text-decoration: none;
  font-weight: 500;
}

.emergency-card a:hover {
  text-decoration: underline;
}

.emergency-card.highlight {
  background: #fff3f3;
  border-left-color: #d32f2f;
}

.sponsors-section {
  padding: 2rem 1rem;
  max-width: 1100px;
  margin-left: 12%
}

.sponsors-section h2 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.sponsors-scroll {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
}

.sponsors-scroll::-webkit-scrollbar {
  height: 8px;
}

.sponsors-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.sponsor-card {
  min-width: 220px;
  height: 280px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: hidden;
  flex-shrink: 0;
}

.sponsor-card .logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #f8f9fb;
}

.sponsor-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sponsor-card .label {
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Sponsor tiers */
.sponsor-card.gold .label {
  background: linear-gradient(135deg, #ffd700, #ffb300);
  color: #333;
}

.sponsor-card.silver .label {
  background: linear-gradient(135deg, #cfd8dc, #b0bec5);
  color: #263238;
}

.sponsor-card.technical .label {
  background: linear-gradient(135deg, #1976d2, #0d47a1);
  color: #fff;
}

.sponsor-card.associate .label {
  background: linear-gradient(135deg, #8e24aa, #6a1b9a);
  color: #fff;
}


        .banner-text h1 {
            font-size: 48px;
            font-weight: bold;
            color: white;
            text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
            animation-name: fadeIn;
            animation-duration: 2s;
            animation-fill-mode: forwards; /* Keeps the final state (opacity: 1) */
            opacity: 0; /* Start hidden */
        }
        @keyframes fadeIn {
        0% { opacity: 0; transform: translateY(-50px); } /* Starts off-screen and invisible */
        100% { opacity: 1; transform: translateY(0); } /* Ends in original position and visible */
    }

        /* Subheading text */
        .banner-text h4 {
            font-size: 28px;
            font-weight: bold;
            color: white;
            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
            animation-name: fadeIn;
            animation-duration: 2s;
            animation-fill-mode: forwards; /* Keeps the final state (opacity: 1) */
            opacity: 0; /* Start hidden */
        }

.footer {
    position: relative;
    /* left: 0; */
    bottom: 10px;
    width: 100%;
    /* background-color: red; */
    background-color: white;
    /* color: white; */
    /* text-align: center; */
    /* image-resolution: 10%; */
    padding: 2px 1px;
    border-top: 0px solid #ddd;
    z-index: 100; 
    /* Ensure it's on top of other content */
  }

/* Style for the logo inside the footer */
.footer-logo {
    /* right: 100%; */
    /* left: 500%; */
    max-width: 100px;  /* Set the maximum width for the logo */
    /* height: auto;  */
     /* Maintain the aspect ratio */
}



h5.card-title {
    color: #0156D1;
}
.img {
    display: flex;
    height: 155px;
    justify-content: center;
}
.card-img {
    width: auto !important;
}

.card-img-top {
    width: 100%;
    height: auto;
}

.twitter-timeline {
    height: 500px !important;
    overflow-y: scroll;
}
.sponsors_img {
    width: 17em;
}

.img-text{
    position:absolute;
    bottom: 8px;
    left: 23%;
    color: #ffffff;
}

.img-container{
    position: relative;
    text-align: center;
    color: #ffffff;
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .sponsors_img {
     margin-top: 0px !important;
    }
  }

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
    background-color: #000000;
}
/* Style for the indicator container */
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-left: -50%;
    list-style: none;
}

/* Style for each indicator dot */
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box ;
    border-top: 10px solid transparent;
    border-bottom:10px solid transparent ;
    opacity: 0.5;
    transition: background-color 0.6s ease;
}

/* Active state for the current indicator */
.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 1);
}



 .row {
    display: flex;
  } 
  
  .column {
     flex: 25%;
  } 


  /* {
    box-sizing:  border-box;
  } */
  .column{
    float: left;
    padding: 1px;
    min-height: 100px;
  }

  .left-side{
    width: 35%;
  }

  .right-side{
    width: 65%;

  }

  .both-rows:after{
    content: "";
    display: table;
    clear:both;
  }

 









  /* Basic styling for the nav container */
.nav-container {
    width: 100%;
    margin: 0 auto;
}

/* Style for the nav list */
.nav {
    display: contents;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #ddd;
}

/* Style for each nav item */
.nav-item {
    margin-right: 5px;
}

/* Basic link styling */
.nav-link {
    text-decoration: none;
    color: black;
    padding: 8px 8px;
    border: 1px solid transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect on nav links */
.nav-link:hover {
    
    background-color: #f7c3a0;
    color: #ffffff;
}

/* Style for the active/selected nav link */
.nav-item:active {
    font-weight: bold;  /* Bold the selected tab */
    color: #ffffff;
}

/* Tab content styling */
.tab-content .tab-panel {
    display: none;
}

/* Show active tab content */
.tab-content .tab-panel.active {
   
    display: block;
    padding: 20px;
    border: 1px solid #d01313;
    background-color: #4166d5;
}





nav{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 30px;
    margin-top: 5px;

}

nav a{
    text-decoration: none;
    display: inline-block;
    padding: 15px 35px;
    transition: all .3s;
    border-radius: 50%;
}



nav span{
    position: absolute;
    top: 10px;
    left: 0;
    width: 95px;
    height: 100%;
    background: linear-gradient(45deg,#4f1919,#ff3333);
    border-radius: 8px;
    z-index: 1;
}

nav a:nth-child(1):hover~span
{
    left:0;
}

nav a:nth-child(2):hover~span
{
    left:95px;
}

.carousel-inner {
    height: 430px; /* Set your desired height */
}

.carousel-item img {
    height: 100%; /* Make images fill the height */
    width: auto; /* Allow width to adjust */
    object-fit: cover; /* Cover the area without distortion */
}

@media (max-width: 768px) {
    .carousel-inner {
        height: 250px; /* Adjust height for tablets */
    }
}

@media (max-width: 530px) {
    .carousel-inner {
        height:140px /* Adjust height for mobile devices */
    }
}

.bottom_bar{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ml-20 {
    margin-left: 20%;
}







.css-serial {
    counter-reset: serial-number; /* Set the serial number counter to 0 */
   }
   .css-serial td:first-child:before {
    counter-increment: serial-number; /* Increment the serial number counter */
    content: counter(serial-number) "." ; /* Display the counter */
   }