.footer {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: auto;
  gap: 61px;
  background-color: #f2f1ed !important;
}
.footer_innrdiv {
  justify-content: space-between;
  display: flex;
  gap: 25px;
}
.ftrcontact_div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  width: 400px;
}
.iao-section{
  display: flex; 
  width: 100%; 
  align-items: flex-start; 
  gap: 16px;
  justify-content:space-between;
}
.ftrcontact_innrdiv {
  align-self: stretch;
  height: 142px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  display: flex;
}
.ftrcontact_txt {
  align-self: stretch;
  color: black;
  font-size: 31px;
  font-family: DM Serif Display;
  font-weight: 400;
  line-height: 31px;
  word-wrap: break-word;
}
.clznm_div {
  align-self: stretch;
  height: 86px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}
.clznm_txt {
  align-self: stretch;
  color: black;
  font-size: 16px;
  font-family: Familjen Grotesk;
  font-weight: 400;
  line-height: 22.4px;
  word-wrap: break-word;
}
.ftr_cntdetails {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  display: inline-flex;
}
.ftr_cntdetails_txt {
  flex: 1 1 0;
  color: black;
  font-size: 16px;
  font-family: Familjen Grotesk;
  font-weight: 400;
  line-height: 22.4px;
  word-wrap: break-word;
}
.ftr_col1 {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  display: inline-flex;
  width: 400px;
}
.text_btnnew {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Numbers-2, 4px);
  border-bottom: 1px solid #992e00;
  cursor: pointer;
  width: max-content;
}
.text_btnnew_innrdiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_btnnew_txt {
  color: var(--Colors-Buttons-Primary-Button, #992e00);
  font-family: Familjen Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ftr_row2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.ftr_row2_cols {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  display: inline-flex;
}
.ftr_row2_col_hdr {
  color: black;
  font-size: 16px;
  font-family: Familjen Grotesk;
  font-weight: 500;
  word-wrap: break-word;
}
.ftr_row2_col_optsdiv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  display: flex;
}
.ftr_row2_col_optstxt {
  text-decoration: none !important;
  color: black;
  font-size: 14px;
  font-family: Familjen Grotesk;
  font-weight: 400;
  line-height: 22.4px;
  word-wrap: break-word;
}
.copyrightsdiv {
  align-self: stretch;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
  padding: 10px;
}
.copyrights_txt {
  color: black;
  font-size: 16px;
  font-family: Familjen Grotesk;
  font-weight: 400;
  line-height: 22.4px;
  word-wrap: break-word;
}
.privacypolicy_div {
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
  border-bottom: 2px solid #992e00;
}
#social-arrow:hover path {
    fill: #992E00;
}
.privacypolicytxt {
  text-decoration: none !important;
  color: #992e00;
  font-size: 13px;
  font-family: Familjen Grotesk;
  font-weight: 400;
  line-height: 18.2px;
  word-wrap: break-word;
}
.ftr_row2_col_optsdiv a:hover {
    color: #992E00;
    border-bottom: 1px solid #992E00;
}
.modal-open .modal {
    height: 98%;
}
.overlay-dialog {
    width: 470px !important;
    margin: 13px 20px;
    max-height: calc(100vh - 160px);
    float: right;
    animation-name: slide;
    animation-duration: 1s;
}
.filter-modal_content {
    position: relative;
    background-color: #F2F1ED !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0 !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    height: auto;
    overflow-y: auto;
}
.overlaymodal-header {
    padding: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.filter-modaltitle {
    color: black;
    font-size: 49px;
    font-family: DM Serif Display;
    font-weight: 400;
    line-height: 49px;
    word-wrap: break-word;
}
.overlaymodal-body {
    position: relative;
    padding: 20px 25px;
    max-height: calc(100vh - 154px);
}
.close-modal{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    border: none;
}
.close-modal img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
/* Overlay modal base */
.custom-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
  }
  
  /* Slide animation (already referenced in your .overlay-dialog) */
  @keyframes slide {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}
  
@media (max-width: 767.99px){
  .ftrcontact_innrdiv{
    height: unset;
  }
  .ftr_col1{
    width: 100%;
    margin-top: 0px !important;
  }
  .ftrcontact_div{
    width: 100%;
  }
  .ftr_cntdetails_txt{
    font-size: 14px;
  }
  .footer{
    gap: 30px;
  }
  .iao-section>img{
    width: 52px !important;
    height: 52px !important;
  }
  .ftrcontact_txt{
    font-size: 22px;
  }
  .clznm_txt{
    font-size: 14px;
  }
    .footer_innrdiv{
        flex-direction: column;
    }
    .copyrights_txt{
        font-size: 14px;
    }
    .privacypolicytxt{
        font-size: 12px;
    }
    /* Hide desktop layout columns on mobile */
    .ftr_row2_cols {
        display: none; /* Hide the default desktop columns */
    }

    .mobile-footer {
        display: block; /* Show our new mobile footer structure */
        width: 100%;
    }

    .mobile-panel {
        border-bottom: 1px solid #eee; /* Adds a separator between panels */
        margin-bottom: 5px;
        padding: 10px 15px;
        box-shadow: 0 0px 0px rgb(0 0 0 / 20%);
        border-bottom: 1px solid #ADADB2;
    }

    .mobile-panel-toggle {
        position: relative;
        font-size: 20px;
        font-family: 'Familjen Grotesk', sans-serif;
        font-weight: 500;
        line-height: 28px;
        word-wrap: break-word;
    }

    .mobile-panel-toggle::after {
        content: url('https://vignan.ac.in/newvignan/assets/icons/Plus.png'); /* Plus icon for closed state */
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(0deg); /* Start at 0 rotation */
        font-size: 1.2em;
        transition: transform 0.3s ease; /* Transition for the arrow */
    }

    .mobile-panel-toggle.active::after {
        content: url('https://vignan.ac.in/newvignan/assets/icons/Minus.png'); /* Minus icon for open state */
        transform: translateY(-50%) rotate(180deg);
    }

    .mobile-panel-content {
        display: none; /* Hidden by default */
        padding: 10px 15px;
        overflow: hidden; /* For smooth slide animation */
        max-height: 0;
        transition: max-height 0.5s ease-out;
    }

    .mobile-panel-content.show {
        max-height: 500px; /* Adjust based on your content height */
        display: block; /* Show the content when 'show' class is present */
        padding: 15px 15px 15px 45px;
        font-weight: 300;
        font-size: 19px;
    }

    .mobile-panel-content .ftr_row2_col_optstxt {
        display: block; /* Ensure links take full width */
        text-decoration: none !important;
        color: black;
        font-size: 14px;
        font-family: Familjen Grotesk;
        font-weight: 400;
        line-height: 22.40px;
        word-wrap: break-word;
    }

    .mobile-panel-content .ftr_row2_col_optstxt:last-child {
        border-bottom: none; /* No border for the last link */
    }
}

/* Hide mobile specific classes on desktop */
@media (min-width: 769px) {
    .mobile-footer {
        display: none; /* Hide the mobile footer structure on desktop */
    }

    .ftr_row2_cols {
        display: block; /* Ensure desktop columns are visible */
    }
}
.question {
    color: black;
    font-size: 20px;
    font-family: 'Familjen Grotesk', sans-serif;
    font-weight: 500;
    line-height: 28px;
    word-wrap: break-word;
}