/* Frontend styles */
*{
    /* background: red; */
}
#logo{
    width: 200px;
}
html, body {
    min-height: 100%;
    margin: 0;
}

/* .active{
    
    background: #ff7531;
    color: white;

} */

body{

    display: flex;
    flex-direction: column;
    background-color: #ededed;
}

.container{
  background-color: white;
}
.home-border{
    border: 1px solid gray;
}
.content {
    flex: 1;
  }
  
  /* Style for footer */
  .footer {
    background-color: #333;
    color: white !important;
    padding: 20px;
    text-align: center;
    width: 100%;
    align-self: flex-end;
    
  }

  .footer a{
    color: white;
  }

  .button-custom{
    border: 1px solid rgb(187, 187, 187);
    width: 90%;
  }


  .state-box{
    border: 1px solid rgb(240, 240, 240);
    background-color: #ffffff;
  }

  .state-box button:hover{
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(218, 218, 218);
    color: black;
  }
.button-outline-custom{
    border:1px solid #000000;
    font-weight: 600;
    background: #ff7531;
    color: white;
}
.button-outline-custom:hover{
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(218, 218, 218);
}
  .state-box a{
    text-decoration: none;
    color: blue;
  }

  .state-text{
    /*font-family: "Winky Sans", sans-serif;*/
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
    /* background: #ea3131;
    color: white; */
  }
  
  .home-box{
      cursor: pointer;
  }
  
  


  /* Custom Button Styling */
.button-custom {
    background: linear-gradient(90deg, #007bff, #0056b3);
    border: none;
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.button-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
    background: linear-gradient(90deg, #0056b3, #003d82);
}

/* Logo Hover Effect */
#logo:hover {
    transform: scale(1.05);
}

/* Container Adjustments */
.min-vh-100 {
    min-height: 100vh;
}







/* Hover effects for clickable cards */
.clickable-card {
    transition: all 0.3s ease;
}

.clickable-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #f8f9fa; /* Light grey background on hover */
}

.home-box {
    transition: background-color 0.3s ease;
}

/* Optional: Change icon color on hover */
.clickable-card:hover .icon-eye,
.clickable-card:hover .icon-folder,
.clickable-card:hover .icon-users,
.clickable-card:hover .icon-calendar,
.clickable-card:hover .icon-trophy,
.clickable-card:hover .icon-bulb,
.clickable-card:hover .icon-bell,
.clickable-card:hover .icon-graph,
.clickable-card:hover .icon-support,
.clickable-card:hover .icon-book-open,
.clickable-card:hover .icon-bubbles,
.clickable-card:hover .icon-cup,
.clickable-card:hover .icon-direction {
    color: #007bff; /* Bootstrap primary color, adjust as needed */
}

/* Optional: Progress bar animation on hover */
.clickable-card:hover .progress-bar {
    width: 100% !important;
    transition: width 0.5s ease-in-out;
}
.grey-bg {
    background-color: #f8f9fa; /* Light grey background */
    padding: 15px;
}

.home-box {
    padding: 20px;
    transition: transform 0.2s;
}

.clickable-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container-custom{
    width:90% !important;
}

@media (max-width: 576px) {
    .home-box h3 {
        font-size: 1.25rem; /* Smaller font on mobile */
    }
    .home-box span {
        font-size: 0.875rem;
    }
}
/* Responsive Adjustments */
@media (max-width: 576px) {
    .card {
        padding: 1.5rem !important;
    }
    .container-custom{
    width:100% !important;
}

    #logo {
        max-width: 200px;
    }
    .button-custom {
        font-size: 1rem;
        padding: 0.75rem;
    }
}

@media (min-width: 992px) {
    .card {
        max-width: 500px;
        margin: 0 auto;
    }
}



   @media (max-width: 767.98px) {
        .custom-container {
            width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }
    
    
    
    
    
    
    
      .container-custom {
        
        padding: 15px;
    }
    
    .home-box {
        transition: all 0.3s ease;
        min-height: 100px;
    }
    
    .clickable-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    
    @media (max-width: 576px) {
        .home-box {
            flex-direction: column;
            text-align: center;
        }
        
        .home-box i {
            margin: 0 0 10px 0 !important;
        }
        
        .text-end, .text-start {
            text-align: center !important;
        }
        
        h3 {
            font-size: 1.25rem;
        }
        
        .font-large-2 {
            font-size: 1.5rem !important;
        }
        
        .progress {
            margin-top: 10px;
        }
        .container-custom {
        max-width: 100%;
        padding: 15px;
    }
    }
    
    @media (min-width: 768px) {
        .container-custom {
            
            padding: 2rem;
        }
        
    }
    
    
    
    
    .state-white:hover{
        color: red;
    }
    
    
    
    /* Styles for Uttarakhand page buttons */
.button-outline-custom {
    background-color: white !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: block;
    text-align: center;
}

.button-outline-custom:hover {
    background-color: #ff7531 !important;
    border-color: #ff7531 !important;
    color: white !important;
    text-decoration: none !important;
}











.exam-name-button{
        height: 55px;
   
    font-size: 115%;
}