/*
Theme Name: Chettinad Vidhyashram 2025
Theme URI: https://example.com/
Author: Sami Kandh
Description: Custom WordPress theme with an application form
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: chettinad-vidhyashram
*/
body 
{
overflow-x: hidden !important;
}

/* ========================================
   Custom CSS - Dropdown Menu Fix
   ======================================== */

@media screen and (min-width: 1025px) {
  /* Position dropdown directly below parent */
  .drop-down .drop-down-menu {
    top: 100% !important;
    padding-top: 10px !important;
  }

  /* Rotate arrow on parent hover */
  .drop-down:hover > a:after {
    transform: rotate(180deg);
  }

  /* Show dropdown when hovering parent (not just the link) */
  .drop-down:hover .drop-down-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: 100% !important;
  }
}
.floating-label.drop-down{
        top: 0;
    font-size: 12px;
    line-height: 13.2px;
    z-index: 1;
}

/* Global notice */
.notice-bar {
  width: 100%;
  background-color: #fdecea; /* light red background */
  color: #b00020; /* dark red text */
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Push site content down so it doesn't hide behind bar */
body {
  padding-top: 50px;
}
.card-content{
	padding: 12px!important;
	font-size:16px!important;
	line-height:24px!important;
	margin-top:24px!important;
}
.card-content h3{
	font-size:18px!important;
	line-height:22px!important;
	padding-bottom:16px!important;
}
