 
body, h1, h2, h3, h4, p, ul, ol, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body.page {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  
  background-color: rgba(0,0,0,0.05);
        color: rgb(0, 44, 66);
        cursor: pointer;
        padding: 10px;
        display: block;
        border: none;
        text-align: center;
        outline: none;
        font-size: 18px; 
        margin: 0;      
}   

.header-bg-main {
  background-color: #c9def1; 
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
}

.header-bg {
  background-color: #c9def1; 
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
}


/* Style for the top strip */
.top-strip {
        background-color: #c9def1; 
        color: rgb(5, 5, 5);
        text-align: center;
        padding: 10px 0;
        font-size: 185%;
        flex-wrap: wrap;
        top: 0;
        left: 0;
        margin: 0;

        z-index: 1; /* Ensures it's above other content */
}
    .aries-logo {
    width: 150%;
    max-width: 950px;
    height: auto;
    justify-content: center;

    }

    .dot-logo {
    max-width: 20%;
    height: auto;
    }
   
    .container_logo {
        display: flex; /* Use flexbox for layout */
        flex-wrap: wrap;
        gap: 15%; /* Add space between sections */
        justify-content: center;
        align-items: center; 
        margin-left: 10%;
        
    }
    .section_logo {
        flex: 1; /* Make sections take equal width */
        padding: 5px;
        border: 0px solid #ccc;
        background-color: rgba(0, 0, 0, 0.0);
        text-align: center;
        max-width: fit-content;
       
    }
    @media (max-width: 768px) {
  .container_logo {
    flex-direction: column;
    gap: 10px;
    margin-left: 0;
  }
  .section_logo {
    width: 70%;
    max-width: 50%;
  }
}

.nav {
  background:black;
  block-size: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap; 
  justify-content:center;
  gap: 0.8em;
  max-width:100%;
  align-items: center;
  text-align: center;
  align-content: center;
  }
.nav__link {
  color: #F5F5F5;
  font-size: 25px;
  font-weight: 600;
  padding: 0.35em 0.8em;
  border-radius: 10px;
  text-decoration: none;
  text-shadow: 0 2px 10px #000a, 0 1px 2px #111b;
  transition: background 0.23s, color 0.25s, font-weight 0.11s, transform 0.35s, box-shadow 0.25s;
  white-space: nowrap;
}
.nav__link:hover,
.nav__link--active,
.nav__link:focus {
  background-color: #565a4d;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
.nav__link--active {
  background-color: #4506f1; /* blue */
}
.nav__link--active:hover {
  transform: translateY(-4px);
}

.banner {
    
    background-image: url('https://aries.res.in/excodot-2026/ExCoDOT-2026_banner_final.png');
    width: 100%;
    min-height: 80vh;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 195%;
    
}
.banner_text {
    color: white; 
    text-shadow: 1px 1px 2px red, 0 0 1em blueviolet, 0 0 0.2em rgb(0, 247, 255);
    margin-top: 5%;
    margin-left: 32%;
    
}
   .main-content {
  max-width: 80%;
  margin: 10rem auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0rem;
  background: rgb(224, 226, 240);
  border-radius:24px;
  box-shadow: 0 14px 60px rgba(0,0,0,0.2);
  color: black;
  font-size: 20px;
  line-height: 1.75;
  transition: background-color 0.45s ease;
}

.image-container img {
    width: 100%;
    max-width: fit-content;
    height: auto;
    display: block;
}

.sub-content {margin-left: 3%; margin-right: 3%; margin-top: 3%; margin-bottom: 3%;}

 .section {
        flex:1;
        margin-top: 0%;
        padding: 10px;
        border: 0px solid #ccc;
        background-color: rgba(0, 0, 0, 0.0);
        text-align: justify;
         
        justify-content: left; 
    }
 .boxed-heading {
        border: 2px solid #333;
        background-color: hwb(352 3% 10%);
        padding: 10px 10px;
        border-radius: 8px;
        display: inline;
        font-weight: bold;
        font-size: 30px;
        
        
    }

    .topic-title{
        color: rgb(0, 44, 66);
    }
.topics-list{
  font-size: 1.4rem;
  color: black;
  line-height: 1.68;
  padding-left: 1.5rem;
  margin-bottom: 0;
  
  
}

.container {
        width: 100%;
        display: flex; /* Use flexbox for layout */
        gap: 1%; /* Add space between sections */
        height: auto; /* Allow the height to adjust to content */
        text-align: justify; 
        align-items: center;  
        flex-wrap: wrap;  
    }

  .boxed-text {
        border: 2px solid #333;
        background-color: #292b9e;
        
        padding: 10px 10px 3px;
        border-radius: 8px;
        font-weight: bold;
        font-size: 1.5em;
        font-family: Arial, sans-serif;
        
    }
    

.site-footer {
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
  background-color: #c9def1;
    color: #292b9e;;
  font-size: 1rem;
  margin-top: 3rem;
}

h1 {
        color: rgb(248, 248, 250);
    }
    h2 {
        color: red;
    }
    h3 {
        color: rgb(0, 44, 66);
    }
/*=========================================================================== */