/*Accordian Start*/
.sr-container {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.sr-toggle {
    background-color: #1c2466;
    color: white;
    padding: 15px 20px;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    transition: background-color 0.4s ease;
}

.sr-toggle:hover,
.sr-toggle:focus {
    background-color: #d3ce2d;
    color:black;
}

.sr-toggle.active {
    background-color: #98dde5;
    color:black;
}

.sr-content {
    background-color: white;
    overflow: hidden;
    transition: max-height 0.6s ease;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 0;
    /* Initially closed */
}

.sr-content p {
    padding: 20px;
    margin: 0;
    background-color: #ffffff;
    border-top: 1px solid #eee;
}

.arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: transform 0.4s ease;
}

.sr-toggle.active .arrow {
    transform: rotate(-135deg);
}

/*start responsive*/
@media (max-width:767px) and (min-width:0px){
    .mb-res{
        margin-bottom: 10px;
    }
}
/*end responsive*/

/*start menu res*/
@media (max-width:1199px) and (min-width:992px){
    #mainmenu li a {
        color: #080f74;
        font-weight: 700;
        padding: 8px 0;
        display: inline-block;
        font-size: 13px;
    }
}

@media (max-width:991px) and (min-width:768px){
    #mainmenu li a {
        color: #080f74;
        font-weight: 700;
        padding: 8px 0;
        display: inline-block;
        font-size: 9px;
    }
}

.sr-container {
    width: 400px; /* Fixed width */
    height: 300px; /* Fixed height */
    background-color: #112d69;
    color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden; /* Ensure scrolling text stays within the box */
  }

  .sr-image-container {
    margin-bottom: 10px;
  }

  .sr-image-container img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    object-fit: cover;
  }

  .ag-text-container {
    position: relative;
    height: 100px; /* Fixed height for the text scrolling area */
    overflow: hidden; /* Prevent overflow of text */
    margin-top: 10px;
  }

  .ag-text {
    position: absolute;
    width: 100%;
    /* animation: ag-textScroll 13s linear infinite; */
    text-align: left;
  }

  /* Pause animation on hover */
  .ag-text-container:hover .ag-text {
    animation-play-state: paused;
  }

  @keyframes ag-textScroll {
    0% {
      transform: translateY(100%);
    }
    50% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }

  @media (max-width: 480px) {
    .sr-container {
      width: 90%;
    }

    .ag-text-container {
      height: 80px; /* Adjust scrolling area height for small screens */
    }
  }

  .row1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
  }


  /*Start Calender*/
  .sr {
    width: 100%;
    max-width: 400px;
    height: auto;
    border: 2px solid #00cccc;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 3px;
    overflow: hidden;
  }

  .sr-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .sr-header button {
    background-color: #00cccc;
    border: none;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
  }

  .sr-header button:hover {
    background-color: #009999;
  }

  .sr-header h3 {
    font-size: 1.5em;
    color: #333;
    flex-grow: 1;
    text-align: center;
  }

  .sr-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    width: 100%;
  }

  .sr-grid div {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 14px;
  }

  .sr-grid div:hover {
    background-color: #00cccc;
    color: white;
    cursor: pointer;
  }

  .sr-grid .sr-day-names {
    font-weight: bold;
    background-color: #00cccc;
    color: white;
  }

  .sr-grid .sr-current-day {
    background-color: #ff5722;
    color: white;
    font-weight: bold;
  }

  @media (max-width: 480px) {
    .sr {
      padding: 15px;
    }

    .sr-header h3 {
      font-size: 1.2em;
    }

    .sr-grid div {
      font-size: 12px;
      padding: 8px;
    }
  }

  /*End Calender*/

  /*Question*/

  
  .wrapper1 {
    width: 100%;
  }


  .container2 {
    background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 20px 0;
  }

  .question1 {
    font-size: 2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .question1::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
  }

  .question1.active::after {
    transform: rotate(45deg);
  }

  .answer1cont1 {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  .answer1 {
    padding: 0 20px 20px;
    line-height: 1.5rem;
  }



  @media screen and (max-width: 790px) {
    html {
      font-size: 14px;
    }

    .wrapper1 {
      width: 100%;
    }
  }
  @media screen and (max-width: 790px) {
  .question1 {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
  }

  /*COMMITTEE MEMBERS*/
  .ag-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

.ag-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.ag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.ag-card {
    background-color: #fdfdfd;
    border: 1px solid #0a0e7a;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ag-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
}

.ag-name {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 5px;
}

.ag-role, .ag-id, .ag-term {
    font-size: 0.9em;
    color: #555;
    margin: 3px 0;
}

@media (max-width: 768px) {
    .ag-title {
        font-size: 2em;
    }

    .ag-card {
        padding: 10px;
    }

    .ag-photo {
        width: 80px;
        height: 80px;
    }
}

/*Start Table*/
.responsive-container {
    width: fit-content;
    max-width: 100%;
    margin: 20px auto;
    overflow-x: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
  }

  .custom-th, .custom-td {
    padding: 12px 15px;
    border: 1px solid #ddd;
  }

  .custom-th {
    background-color: #d50000;
    color: white;
    font-weight: bold;
  }

  .custom-tr:nth-child(even) .custom-td {
    background-color: #f9f9f9;
  }

  @media (max-width: 768px) {
    .custom-th, .custom-td {
      font-size: 14px;
    }
  }
/*End Table*/


/*Start button*/
.ag .download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #f5c300;
    color: #000;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  
  .ag .download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  
  .ag .icon {
    margin-right: 8px;
    font-size: 18px;
  }
  
  .ag .text {
    font-size: 16px;
    font-weight: bold;
  }
  
  @media (max-width: 768px) {
    .ag .download-btn {
      padding: 8px 16px;
      font-size: 14px;
    }
  
    .ag .icon {
      font-size: 16px;
    }
  }

/*End button*/

/*Gallery filter button Start*/
.gallery {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .gallery-item img {
    width: 400px;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.05);
  }

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

  .lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
  }

  .close-btn, .arrow {
    position: absolute;
    background: transparent;
    color: white;
    border: none;
    font-size: 2rem;
    cursor: pointer;
  }

  .close-btn {
    top: 20px;
    right: 20px;
  }

  .left-arrow {
    top: 50%;
    left: -88%;
    transform: translateY(-50%);
  }

  .right-arrow {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
 /*Gallery filter button End*/


 /*Contact Us start*/
 .container1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  
  .office-card {
    background-color: #fff2e6;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 30%;
    min-width: 300px;
  }
  
  .office-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
  }
  
  .office-card p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .office-card a {
    color: #000;
    text-decoration: none;
  }
  
  .office-card a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .office-card {
      width: 100%;
    }
  }
  /*Contact Us End*/


  /*start*/

  .gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover; 
}

.scroll-container {
    overflow: auto;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.container2 .answer1cont1 {
    width: 100%;
}

.col-lg-4 {
    flex: 1 1 30%;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .col-lg-4 {
        flex: 1 1 100%;
    }
}


@media screen and (max-width: 768px) and (min-width: 300px) {
    .overflow-res {
        overflow: auto;
        /* overflow: auto; */
        transition: 0.3s;
    }
}

/*Start About*/
.srabout {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.srabout-content {
  display: flex;
  flex-wrap: wrap; /* For responsiveness */
  max-width: 1400px;
  /* width: 100%; */
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  justify-content: center;
}

/* Left side image */
.srimage-container {
  /* flex: 1; */
  min-width: 260px; /* Ensure minimum size */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.srimage-container img {
  width: 100%; /* Ensures image takes full space */
  max-width: 200px; /* Larger image size */
  height: auto;
  border-radius: 10px;
}

/* Right side text */
.srtext-container {
  flex: 1.5;
  min-width: 400px;
  padding: 40px;
}

.srtext-container h1 {
  font-size: 2.5rem; /* Larger heading */
  color: #b1aa03;
  margin-bottom: 10px;
  font-weight: bold;
}

.srtext-container h2 {
  font-weight: bold;
  font-size: 20px;
  color: #002c7d;
  margin-bottom: 20px;
  line-height: 10px;
}

.srtext-container .srhighlight {
  color: red;
  font-weight: bold;
  margin-bottom: 15px;
}

.srtext-container p {
  text-align: justify;
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px;
}

/* Button styles */
.srknow-more {
  background-color: #002c7d;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.srknow-more:hover {
  background-color: #d3ce2d;
}

/* Responsive styles */
@media (max-width: 768px) {
  .srabout-content {
      flex-direction: column;
      text-align: center;
  }

  .srimage-container {
      padding: 10px;
  }

  /* .srtext-container {
      padding: 20px;
  } */


  .srtext-container {
    padding: 30px;
}

  .srtext-container h1 {
      font-size: 2rem;
  }

  .srtext-container h2 {
      font-size: 1.5rem;
  }
}
/*End About*/

/* .sr-container:hover {
  width: 400px;
  height: 300px;
  background-color: #d3ce2d;
  color: #000000;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
} */