 .mb-3.custom-event-cal
{
    align-items: flex-start;
    background: #ffffff;
    border-radius: 10px;
    padding: 7px 15px;
    margin-bottom: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
} 
	   
	   .custom-event-date-cal {
    font-size: 14px;
    color: #6c757d;
    /* font-style: italic; */
    margin: 5px 0 5px;
}
	  .custom-event-name-cal a {
    font-size: 18px;
    font-weight: 600;
    color: #12325c;
    text-decoration: none;
    transition: color 0.3s ease;
} 
	.fc-event-time {
    display: none;
}   
	

.fc-toolbar-title
{
	font-size: 1.5em !important;
}	
    #calendar {
            max-width: 1100px;
           
            padding: 20px;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
        }
	   
	   
	   
	   
     span.list-des {
    border: solid 2px #4585ee;
         padding: 3px 8px;
         margin-right: 10px;
         font-size: 15px;
}  
       
       
  .swiper {
      width: 100%;
      padding: 20px 0;
    }
    .swiper-slide img {
      width: 100%;
      border-radius: 8px;
    } 
       
       
       
    .report-card {
      border: none;
   
      overflow: hidden;
      box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      background: white;
    }

    .report-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
    }

    .report-img {
      height: 230px;
      object-fit: cover;
      width: 100%;
    }

    .card-body {
      padding: 1.5rem;
      text-align: left;
      min-height: 253px;
      box-shadow:inset 2px 4px 12px 0px rgba(0, 0, 0, 0.1)
    }

    .card-title {
      font-size: 1.2rem;
      font-weight: 700;
      color: #1f3c88;
      margin-bottom: 0.6rem;
    }

    .card-text {
      font-size: 0.95rem;
      color: #555;
      line-height: 1.5;
    }

    .badge-category {
      background: linear-gradient(135deg, #1f3c88, #5fa8d3);
      color: #fff;
      font-size: 0.75rem;
      padding: 0.35em 0.75em;
      border-radius: 50px;
      margin-right: 0.5rem;
    }

    .badge-year {
      background-color: #e2e8f0;
      color: #333;
      font-size: 0.75rem;
      padding: 0.35em 0.75em;
      border-radius: 50px;
    }

    .read-more {
      color: #0067f3;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .read-more:hover {
      color: #5fa8d3;
      text-decoration: underline;
    }

    .card-footer {
      background-color: #f8fafc;
      border-top: none;
      padding: 1rem 1.5rem;
    }
       
       
.newsroom{
    padding: 20px 25px;
    border-radius: 5px;
    text-align: left;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);

  
}
   
  section.text-center.what-new {
    background-color: #f9f9f9;
	      padding-top: 50px;
    padding-bottom: 50px;
}     
       
.newsroom:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #b0c9e0;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
        
.newsroom:hover:before{ left: 0; }
.newsroom:after{
    content: "";
    width: 7px;
    height: 0;
    border-radius: 5px;
    background: #8b9b34;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.newsroom:hover:after{ height: 100%; }
.newsroom .newsroom-title{
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.newsroom .newsroom-title i{ font-size: 30px; }
.newsroom .title{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 10px;
}
      
       
.newsroom .description{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    transition: all 0.5s ease 0s;
    color: #000;
}
.newsroom:hover .newsroom-title,
.newsroom:hover .description{ color: #fff; }
@media only screen and (max-width:990px){
    .newsroom{ margin-bottom: 30px; }
}
        
        a.read-more {
    font-size: 16px;
    color: #0067f3;
}
          

.info-card.bright {
    background: #0dcaf0;
    border-radius: 10px;
       padding: 4px 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.info-card.bright:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}

.info-label {
  font-size: 16px;
  font-weight: 600;
  color: #05357c; /* rich blue */

}

.sub-label {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.info-value {
  font-size: 28px;
  font-weight: 800;
  color: #003b5e;
}

.info-value span {
  font-size: 18px;
  font-weight: 600;
  color: #05357c;
  margin-left: 4px;
}
         .modal-dialog {
        max-width: 831px;
        margin: 1.75rem auto;
    } 

.ms-choice {
    
    border: 1px solid #f8f8f8 !important;
	    border-radius: 0px!important;
    background-color: #f5f5f5!important;

}	

.ms-choice>span.placeholder {
    color: #f5f5f5 !important;
}
.fc-daygrid-day-number.has-event-number {
    display: inline-block;
    width: 34px;                /* circle size */
    height: 34px;
    line-height: 30px;         /* vertically center the number */
    text-align: center;
    border-radius: 50%;
    border: 2px solid #007bff; /* color of circle */
    box-sizing: border-box;
  }
  
  .fc-daygrid-day-events
  {
	  display:none;
  }

  /* optional: smaller on very small screens */
  @media (max-width: 480px) {
    .fc-daygrid-day-number.has-event-number {
      width: 22px;
      height: 22px;
      line-height: 22px;
      font-size: 0.9rem;
    }
  }
  
  
  
  span.sub-head {
font-size :22px;
font-weight :500;
color :#4a4a4a;
}

h4.custom-events-title {
font-size :22px;
font-weight :700;
color :#1e2a41;
}


.group-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

.group-card {

    position: relative;
    padding: 13px 15px;

    border-radius: 10px;
    border: 1px solid #c1c1c1;
    background-clip: padding-box, border-box;
    background-origin: border-box;

    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: all 0.30s ease;
    cursor: pointer;
}

.group-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.13);
    background-image:
        linear-gradient(#f0f5ff, #f0f5ff),
        linear-gradient(135deg, #8b75ff, #4db6ff);
}

.group-card label {
    font-size: 18px;
    font-weight: 600;
    color: 000;
    margin-left: 6px;
    cursor: pointer;
}


.group-card label a {
    text-decoration: none;
    color: #000;
}
.group-card label a:hover {
    text-decoration: underline;
}


.group-card .form-check-input {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 2px solid #000;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    background: #ffffff;
}


.group-card:hover .form-check-input {
    transform: scale(1.15);
}


.form-check-input:checked {
    border-color: #4c8dff;
    background: #4c8dff;
    box-shadow: 0 0 10px rgba(76,141,255,0.5);
}

.form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: scale(0.8) rotate(45deg);
    animation: tickAnim 0.25s ease forwards;
}

@keyframes tickAnim {
    0% { opacity: 0; transform: scale(0.3) rotate(45deg); }
    100% { opacity: 1; transform: scale(1) rotate(45deg); }
}

	
	
.group-card {


    transition: 0.3s ease;
}

.group-card:nth-child(1) {
    background-color: #d7edff;
}

.group-card:nth-child(2) {
    background-color: #d7edff;
}

.group-card:nth-child(3) {
    background-color: #d7edff;
}

.group-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
	
.pro-blue-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px 20px;
    background: #e8f0fe;
    border-radius: 15px;
}

.pro-blue-card {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.pro-blue-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e2a41;
}

.pro-blue-img img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.pro-blue-caption {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #334155;
}

.pro-blue-event {
    background: rgba(255, 255, 255, 0.78);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 18px;

    border: 1px solid rgba(180, 200, 255, 0.55);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(245, 250, 255, 0.9) 100%
    );

    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.08),
        0 0 12px rgba(70,120,255,0.12);

    transition: all 0.25s ease;
}

.pro-blue-event:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.12),
        0 0 18px rgba(70,120,255,0.18);
    border-color: rgba(120,150,255,0.7);
}
  opacity: 0.8;
}

.pro-blue-meta {
    font-size: 14px;
    margin-top: 8px;
    color: #475569;
}

.fc-today-button
{
	display:none !important;
}
.btnview
{
	    float: right;
    background: #214985;
    color: #fff;
    padding: 7px;
    border-radius: 11px;
    text-decoration: none;
}
.custom-events-wrapper {
    background: linear-gradient(135deg, #3b5ca8, #5a7fcf); 
    padding: 25px 30px; 
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.08);
}

.custom-events-wrapper:hover {
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.custombtnss
{
	float:right;
}
