* {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

html {
	font-size: 0.833vw; /* Sets the base font size to 0.833vw */
}


.container {
  width: 90%;
  margin: auto;
}



body {
  font-family: sans-serif;
  line-height: 1.6;
 /* background: #f0f0f0; */
}


header {
  position:  fixed;
  width: 100%;
  padding: 1.042vw 1.042vw ;
  background: white; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  transition: top 0.3s;
  height: 3.385vw;
}


footer {
  position: fixed;
  width: 100%;
  padding: 0.521vw 1.042vw ;
  background: #971724;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  transition: top 0.3s;
}


footer {
  position: relative;
  bottom: 0;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;...
}


.logo {
  display: flex;
  align-items: center;
  gap: 0px;
  }

.logo img {
  height: 5.208vw;
}

nav{
display: flex;
background-color: transparent;
justify-content: center; 
align-items: center;
left:0;
right:0;
position: absolute;
}

nav ul {
  list-style: none;
  display: flex;
  float: right;  
  gap: 1.5vw;
}

nav a {
	color: darkred;
	text-decoration: none;
	font-size: 1.3vw;
	font-family: "Arial", sans-serif;
	text-align: center;
}

nav ul :hover {
      background-color: #FF7377;
      text-decoration: none;
      border-radius: .5vw;
      font-size: 1.3vw;
      font-weight: bold;
      font-family: IM Fell English;
      padding: 0.104vw 0.104vw 0.104vw 0.104vw;
}


.content-section {
  min-height: 100vh;
  padding: 0.26 0.26vw;
  text-align: center;
  background: white;
  position: relative;
  overflow: hidden;
 
}

.content-section img {
  width: 100%;
  max-width: 31.25vw;
  margin-top: 0px;
  border-radius: 0px;
}

.div-header1{
   font-size:3vw;
   text-align: center; 
   margin-top: 0.5vw; 
   display: flex; 
   flex-direction: column;
 animation: fadeSlide 2s ease-in-out infinite alternate;
}

.div-header2{
   font-size:3vw;
   font-weight: 500;
   width:80%;  
   padding-top:1px; 
   font-family: IM Fell English; 
   text-align: left; 
   margin-top: 0.026vw;
   margin-bottom: 0.026vw;
   margin-right: 5.208vw;
   margin-left: 5.208vw;
   display: flex; 
   flex-direction: column;
}

.div-header3{
  font-size:2vw;
  width:80%;
  font-family: IM Fell English; 
  text-align: left; 
  margin-top: 0.026vw;
  margin-bottom: 0.026vw;
  margin-right: 5.208vw;
  margin-left: 5.208vw;
  display: flex; 
  flex-direction: column;
}


.div-body{
  font-size:1.302vw;
  width:80%;
  font-family: IM Fell English; 
  text-align: left; 
  margin-top: 0.26vw;
  margin-bottom: 0.26vw;
  /* margin-right: 5.208vw;  */
  margin-left: 10.417vw;
  display: flex; 
  flex-direction: column;
}

#sec1 {  	
	background: linear-gradient(to bottom, rgba(151,23,36,0.60 ), rgba(151,23,36,0.73)), url('RCC ARCH.jpg') no-repeat center/cover; color: red;
}

#sec2, #sec4, #sec6,#sec8, #sec10 {  
	background: white;
	color: rgb(122, 122, 122);
}

#sec3, #sec5,#sec7,#sec9, #MeetingForm, #sec12, #sec13 {  
	background:linear-gradient( rgba(151, 23, 36, 0.8 ), rgba(199, 42, 58, 0.60)), url('RCC ARCH.jpg') no-repeat center/cover; 	
	color: white;


}


.content-section {
  min-height: 60vh;
  padding: 2.083vw 0.521vw;
}





  #topBtn {
      display: none;
      position: fixed;
      bottom: 3.385vw;
      right: 1.563vw;
      z-index: 99;
      font-size: 0.938vw;
      background-color: #FF7377;
      color: white;
      border: none;
      padding: 0.26vw 0.26vw;
      border-radius: 0.26vw;
      cursor: pointer;
      box-shadow: 0 0.021vw 0.313vw rgba(0,0,0,0.1);
    }

    #topBtn:hover {
      background-color: #A10500;
    }




/*   ******************* STYLING FOR FORM ON PAGE****************************  */

  /* Base styles */
 
  .form-container {
    max-width: 52.083vw; /* 31.25vw; */
    margin: auto;
    background-color: #ccc;
    border: 0.156vw solid #971724;
    padding: 1.5rem;
    box-sizing: border-box;
  }

  .form-header {
    text-align: center;
    color: #971724;
  }

  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
  }

  .form-group {
    flex: 1;
    min-width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .form-group.full-width {
    min-width: 100%;
  }

  label {
    margin-bottom: 0.5rem;
  }

  input, textarea {
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #888;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
  }

  .button-group {
    text-align: right;
  }

  .button-group button {
    background-color: #97172480;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.208vw;
    font-size: 1rem;
    cursor: pointer;
  }

  .button-group button:hover {
    background-color: #971724;
  }

  /* Responsive adjustments */

  @media (max-width: 768px) {
    .form-row {
      flex-direction: column;
    }

    .form-group {
      min-width: 100%;
    }

    .button-group {
      text-align: center;
    }
 
}


   h1 {
      text-align: center;
      color: #333;
    }

    .event-container {
      max-width: 150vw;
      margin: 0 auto;
      display: flex; 
      flex-direction: row; 
      justify-content: center;
      float: center;  
    }

    .event {
      border: 0.104vw solid #007BFF;
      border-radius: 0.021vw;
      background-color: #fff;
      margin-bottom: 1.042vw;
      box-shadow: 0 0.104vw 0.313vw rgba(0,0,0,0.1);
      height:22vw; 
      color:white;
      font-family: IM Fell English; 
      font-size:1.2vw;
      width: 45%;
      Margin: 0px 0.521vw 0.521vw 0.521vw
    }

    .event h4{
      margin-top: 0;
      color: #007BFF;
	font-size: 2.4vw;
    }

    .event-detail {
      margin: 0.26vw 0;
      line-height: 1.5;
      color: red;	
      font-size: 1.5vw;
    }

    .label {
      font-weight: bold;
    }


    .blink_me {
  animation: blinker 1s linear infinite;
}


/*
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
*/


 .blink {
                animation: blinker 1.5s linear infinite;
                font-family: sans-serif;
            }

            @keyframes blinker {
                50% {
                    opacity: 0;
                }
            }


 @media (max-width: 768px) {

    .event-container {
        flex-direction: column;
        margin: 0 auto;
        display: flex; 
    }

    .event {
      flex: 1 1 100%;
    }

    .event-detail {
      line-height: 1.5;	
      font-size: 2.5vw;
    }

  .event h4{
      margin-top: 0;
      color: #007BFF;
      font-size: 2.4vw;
    }

    .animated-title {
      font-size: 1.75rem;
    }
  }

@media (max-width: 600px) {
  nav ul { flex-wrap: wrap; justify-content: center; }
}
  


/* Lightbox overlay */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

/* Centered image */
.lightbox img {
    max-width: 50%;
    max-height: 90%;
    border-radius: 10px;
    cursor: pointer;
}

/*
/* Animation keyframes */
@keyframes slideInLeft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    up: -300px;
    opacity: 0;
  }
  to {
    up: 0;
    opacity: 1;
  }
}
*/


/* **************************************************** Gallery ************************************* */
/* Thumbnail grid */
    .gallery {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }

    .gallery img {
        width: 80px;
        height: 60px;
        object-fit: cover;
        cursor: pointer;
        border: 2px solid #ddd;
        transition: transform 0.2s, border-color 0.2s;
    }

    .gallery img:hover {
        transform: scale(1.05);
        border-color: #0078d7;
    }

    /* Full-size display */
    .viewer {
        margin-top: 25px;
        text-align: center;
     }

    .viewer img {
        max-width: 90%;
        max-height: 400px;
        border: 10px solid #333;
        display: none;
        
    }

/* ************************************************************************************ */  

/*
   .scrolling-text {
      width: 90%;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
font-size: 2.4vw;
    }

    .scrolling-text span {
      display: inline-block;
    /*  padding-left: 40%;
      padding-right: 40%;*/
      padding-top: 60px;
      animation: scroll-left 10s linear infinite;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

*/

/* ************************************************************************************ */  

/* animated titles Left to Right */

    @keyframes slideInLeft {
      from {
        left: -100%;
        opacity: 0;
      }
      to {
        left: 0;
        opacity: 1;
      }
    }

.animated-title {
      font-size: 100%;
      font-family: IM Fell English;
      position: relative;
      left: -100%;
      opacity: 0;
      animation: slideInLeft 2s ease-out forwards; 
    transform: translateX(-100px);
    transition: all 0.8s ease-out;

}

  /* Active state (when in view) */
 .animated-title.show {
    opacity: 1;
    transform: translateX(0);
  }


.animated-title.in-view {
  transform: translateY(0);
  opacity: 1;
}

/* ************************************************************************************ */  
/* ************************************************************************************ */  

/* animated titles Right to Left  */

     @keyframes slideInRight {
      from {
        left: 100%;
        opacity: 0;
      }
      to {
        left: 0;
        opacity: 1;
      }
    }

.animated-titleright {
      font-size: 100%;
      font-family: IM Fell English;
      position: relative;
      left: 100%;
      opacity: 0;
      animation: slideInRight 2s ease-out forwards; 
    transform: translateX(100px);
    transition: all 0.8s ease-out;

}

  /* Active state (when in view) */
 .animated-titleright.show {
    opacity: 1;
    transform: translateX(0);
  }


.animated-titleright.in-view {
  transform: translateY(0);
  opacity: 1;
}

/* ************************************************************************************ */  
  