/*
 Theme Name:   Astra Gov Child
 Theme URI:    https://wpastra.com/
 Description:  Child theme for Astra tailored for GIGW compliance.
 Author:       Your Name or Organization
 Author URI:   https://yourwebsite.gov.in/
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         accessible, government, WCAG, GIGW
 Text Domain:  astra-gov-child
*/





/* policy footer css start  */

.policy-links {
  display: flex;
  flex-wrap: wrap; /* Allows links to move to next line */
  justify-content: center; /* Centers items horizontally */
  text-align: center;
  padding: 20px;
  gap: 10px; /* Optional: Adds gap between links */
}

.policy-links a {
  display: inline-block;
  margin: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

.policy-links a:hover {
  text-decoration: underline;
  color: #0056b3;
}

/* Optional: Fine-tune for very small screens */
@media (max-width: 480px) {
  .policy-links a {
    font-size: 14px;
    margin: 5px;
  }
}
/* policy footer css end  */



/* home cara css for height start  */

.height .elementor-image-carousel img {
    height: 700;
    object-fit: contain;
    object-position: center;
}
/* home carasouel css end  */



ul.polylang_langswitcher {
    list-style: none;
    display: flex;
    margin: 0 0px 0 10px;
    gap: 15px;
}
ul.polylang_langswitcher img {
    width: 20px !important;
    height: 14px !important;
}










/*

.a11y-toolbar {
  position: static !important;
  display: flex !important;
  justify-content: center 


}

/* Arrange the buttons horizontally */


/*
.a11y-toolbar-list {
  display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.offscreen {
  position: fixed !important;
  top: 48px !important;
  left: 0px !important;
	z-index:99999!important
}



*/


/* TO FOLLOW GIG GUIDELINES BUTTON , ANCHOR TAG  HAVE FOCUS  OUTLINE  */




/* last update css  */

.gigw-last-updated {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
}

/*  css for card in product khadi page*/

.card-hover2:hover {
  position: relative;


  animation: floatCard 1.5s ease-in-out;
}



/* Infinite float animation */
@keyframes floatCard {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px) scale(1.015);
  }
}

.zoom-picture {
    transition: transform 1.2s ease-in;
    position: relative;
}

.zoom-picture:hover {
    position: relative;
    transform: scale(1.15);
}






/* css for ticker in home page  */


.sep_text::after {
  content: " NEW ";
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 2px 6px;
  font-size:9px;
  margin-right:2px;
  border-radius: 5px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}






/* css for enquiry button  */



.enquiry {
  background-color:red!important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;

  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}












/* css for the origanisation structure  page */

.org-container {
  
    padding: 1rem;
    font-family: system-ui, -apple-system, sans-serif;
}

.org-wrapper {
    max-width: 140rem;
    margin: 0 auto;
}

.org-title-section {
    text-align: center;
    margin-bottom: 2rem;
}

.org-title-section h1 {
    font-size: 28px;
    font-weight: bold;
    color: #0a5ebb;
    margin-bottom: 0.5rem;
}

.org-subtitle {
    color: #000000;
    font-size: 0.95rem;
}

.org-flowchart-card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    padding: 2rem;
    overflow-x: auto;
}

.org-node {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}

.org-node:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.org-center-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.org-node-board {
    background-color: #f3e8ff;
    color: #7c3aed;
    font-weight: 600;
}

.org-node-chairman {
    background-color: #e9d5ff;
    color: #7c3aed;
    font-weight: 600;
}

.org-node-vice-chairman {
    background-color: #ddd6fe;
    color: #7c3aed;
    font-weight: 600;
}

.org-node-cfo {
    background-color: #2563eb;
    color: white;
    font-weight: 600;
}

.org-arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #6b7280;
    margin: 8px auto;
}

.org-t-connector {
    position: relative;
    height: 2px;
    background-color: #6b7280;
    margin: 1.5rem auto 1rem;
    width: 100%;
    max-width: 64rem;
}

.org-t-connector::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #6b7280;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}

.org-branches {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .org-branches {
        grid-template-columns: repeat(3, 1fr);
    }
}

.org-branch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.org-branch-hq-left {
    background-color: #16a34a;
    color: white;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
}

.org-branch-hq-right {
    background-color: #ea580c;
    color: white;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
}

.org-branch-district {
    background-color: #dc2626;
    color: white;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
}

.org-sub-node-green {
    background-color: #bbf7d0;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.org-sub-node-orange {
    background-color: #fed7aa;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.org-sub-node-red {
    background-color: #fecaca;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.org-list-item {
    display: flex;
    align-items: flex-start;
    font-size: 0.875rem;
    color: #374151;
    background-color: #f0fdf4;
    border: 1px solid #e5e7eb;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.org-arrow-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #6b7280;
    margin-right: 8px;
    flex-shrink: 0;
}

.org-facility-card {
    background-color: #fef2f2;
    border: 1px solid #e5e7eb;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
    width: 100%;
}

.org-facility-title {
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.org-facility-desc {
    display: flex;
    font-size: 0.75rem;
    color: #374151;
    align-items: flex-start;
}

.org-note {
    font-size: 0.75rem;
    color: #374151;
    background-color: #fefce8;
    border: 1px solid #fde047;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
}

.org-note strong {
    font-weight: bold;
}



























