:root {
  --blue: #0d2d62;
  --red: #b80924;
  --lighter-gray: #888888;
  --black: #2d2e2e;
  --white: #ffffff;
  --bg: #f5f7fa;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
 
}

body {
  font-family: "Merriweather", serif;
  overflow-x: hidden;
}

h1 {
  font-size: 5rem;
  color: var(--black);
}
h2 {
  font-size: 4rem;
  color: var(--black);
}
h3 {
  font-size: 2.5rem;
  color: var(--black);
}
h4 {
  font-size: 2rem;
  color: var(--black);
}
h5 {
  font-size: 1.5rem;
  color: var(--black);
}
h6 {
  font-size: 1.4rem;
  color: var(--black);
}
p {
  font-size: 1.6rem;
  font-family: "Open Sans", serif;
  color: var(--lighter-gray);
}
a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
}
li {
  list-style: none;
}

/* ============= */
.wrapper-heading {
  max-width: 132rem;
  margin: auto;
  padding: 5rem 2.8rem 0rem 2.8rem;
}
.wrapper {
  max-width: 132rem;
  margin: auto;
  padding: 5rem 2.8rem;
}
.grid {
  display: grid;
  gap: 5rem;
}
.grid-two-cols {
  grid-template-columns: 1fr 1fr;
}
.grid-three-cols {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-four-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
/* !!!!!!!!!reusable code!!!!!!!!! */
/* !!!!!!!!!reusable code!!!!!!!!! */
.line {
  max-width: 132rem;
  margin: auto;
  height: 1px;
  background-color: #88888833;
}
.heading {
  border-bottom: 2px solid var(--black);
  width: 5%;
}
.common-btn a {
  background-color: var(--white);
  display: inline-block;
  padding: 1.6rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: var(--black);
}
.common-btn a:hover {
  background-color: var(--white);
  color: var(--red);
}
.common-btn-1 a {
  background-color: var(--red);
  display: inline-block;
  padding: 1.2rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dataTable-sorter {
    display: inline-table !important;
    height: 100%;
    position: relative;
    width: 100%;
}
.common-btn-1 a:hover {
  background-color: var(--red);
  color: var(--white);
}
.common-btn-1 button {
  background-color: var(--red);
  display: inline-block;
  padding: 1.2rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
  color: var(--white);
  width: 100%;
  font-size: 1.6rem;
  margin-top: 2rem;
  font-family: "Merriweather", serif;
}
.common-btn-1 button:hover {
  background-color: var(--red);
  color: var(--white);
}
/* -----Common Background---- */
/* -----Common Background---- */
/* -----Common Background---- */
/* -----Common Background---- */
.common-background{
  background-image: linear-gradient(rgba(184, 9, 36, 0.5), rgba(0, 0, 0, 0.8)), url(../images/commobg/cb.jpg);
   background-position: bottom;
  background-size: cover;
  padding: 2rem 0;
  text-align: center;
  } 
  .common-background .heading{
    width: 10%;
    height: 1px;
    background-color: var(--white);
    z-index: 99;
  }
  .common-background h2{
    color: var(--bg);
  }
  .common-bg-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.rem;
  }
  .common-bg-flex p:nth-child(1){
    color: var(--bg);
    padding: 0.5rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
    font-weight: 600;
  }
  .common-bg-flex p:nth-child(2){
    color: var(--bg);
   font-size: 2.6rem;
    padding: 0.5rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
   
  }
  .common-bg-flex p:nth-child(3){
    color: var(--red);
    background-color: var(--bg);
    padding: 0.5rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
    font-weight: 500;
  }
/* !!!!!!!!!reusable code!!!!!!!!! */
/* !!!!!!!!!reusable code!!!!!!!!! */

.top-header {
 transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
 -webkit-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
 -moz-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
 -ms-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
 -o-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none; /* Prevent interaction */
    transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
}

.header {
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
}

.sticky {
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    /*Optional*/z-index: 1000;
    transform: translateY(0);
    transition:  all 0.4s ease-in-out;
    -webkit-transition:  all 0.4s ease-in-out;
    -moz-transition:  all 0.4s ease-in-out;
    -ms-transition:  all 0.4s ease-in-out;
    -o-transition:  all 0.4s ease-in-out;
}
/* =======click to top scroll button======= */
/* =======click to top scroll button======= */
/* =======click to top scroll button======= */
/* =======click to top scroll button======= */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 4rem;
  height: 4rem;
  background: var(--red);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s;
  z-index: 999;
}

.scroll-to-top:hover {
  background-color: #7a0617;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* ---------loader css--------- */
/* ---------loader css--------- */
/* ---------loader css--------- */
/* ---------loader css--------- */
 
    

/* ---------Top header css--------- */
/* ---------Top header css--------- */
.top-header {
  width: 100%;
  position: relative;
}
 
.top-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 132rem;
  margin: auto;
  padding: 2rem 2.8rem;
}
.top-header-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.top-header-left i {
  font-size: 2rem;
  color: var(--lighter-gray);
}
.top-header-left p {
  font-size: 1.4rem;
  color: var(--lighter-gray);
}
.top-header-left p:hover {
  color: var(--red);
}
.top-header-left div p:nth-child(1) {
  padding-bottom: 0.5rem;
}
/* === */
.top-header-center {
  /* width: 70 %; */
  text-align: center;
}
.top-header-center img {
  width: 50%;
}
.top-header-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.top-header-right i {
  font-size: 2rem;
  color: var(--lighter-gray);
}
.top-header-right p {
  font-size: 1.4rem;
  color: var(--lighter-gray);
}
/* ---------Navbar css--------- */
/* ---------Navbar css--------- */
/* ---------Navbar css--------- */
nav {
  width: 100%;
  position: relative;
}
 
#active{
  color: var(--red);
}

.navbar .navbar-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.navbar .navbar-ul li a {
  color: var(--black);
  font-weight: 600;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.navbar .navbar-ul li {
  position: relative;
}
.navbar .navbar-ul li a:hover {
  color: var(--red);
}
.nav-admission-red-bg {
  background-color: var(--red);
  padding: 0 0.7rem;
  /* width: 100%; */
}
.nav-admission-red-bg a {
  color: var(--white) !important;
}
.navbar .navbar-ul li .dropdown {
  position: absolute;
  left: 0rem;
  top: 7rem;
  /* transform: translateY(3rem); */
  z-index: 5;
  display: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.navbar .navbar-ul li:hover .dropdown {
  /* transform: translateY(0rem); */
  display: block;
}

.navbar .navbar-ul li .dropdown {
  background-color: var(--red);
  width: max-content;
}

.navbar .navbar-ul li .dropdown li a {
  color: #ffffffd2;
  height: 5rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f1f1f156;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.navbar .navbar-ul li .dropdown li a:hover {
  color: var(--white);
}
.nav-arrow {
  margin-left: 0.2rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar .navbar-ul li:hover .nav-arrow {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
/* == */
.nav-search-btn {
  position: relative;
  z-index: 4;
}
.navbar-search-icon:hover {
  cursor: pointer;
  color: var(--red);
}
.navbar-search-icon i {
  font-size: 2rem;
}
.navbar-input {
  position: absolute;
  top: 6rem;
  right: 0rem;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.navbar-input.show {
  opacity: 1;
  visibility: visible;
}
.navbar-input i {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  cursor: pointer;
  color: var(--lighter-gray);
}
.navbar-input input {
  padding: 1.6rem;
  width: 400px;
  border: none;
  outline: none;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  font-size: 1.6rem;
}
.navbar-input input::placeholder {
  font-size: 1.6rem;
}
/* =====nav icons=====  */
.nav-icons {
  display: none;
  font-size: 2.5rem;
}
.nav-logo {
  display: none;
}
.nav-logo img {
  width: 30%;
  height: auto;
}
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
.slider-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  /* font-family: "montserratregular"; */
  font-size: 1.4rem;
  padding: 0.9rem 2rem;
  color: #fff;
  line-height: 2.8rem;
}
a {
  color: var(--white);
}

/* ====================== */

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hero-slider {
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  /* background-position: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}
.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}
/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
  /* height: 100vh; */
  transition: all 0.4s ease;
  /* margin-top: 6.5rem; */
  /* min-height: 100vh; */
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 30vh;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    /* padding-top: 95px; */
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  /* max-width: 690px; */
  text-align: left;
}
.slide-btns {
  margin: 40px 60px;
}
.hero-style .slide-title h2 {
  font-size: 75px;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  margin: 40px 60px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
    color: var(--white);
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 19px;
    margin: 0 0 6px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 2rem;
  /* font-weight: 500; */
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--white);
  margin: 40px 60px;
  transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 30px;
    max-width: 232px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

/* ====hero slider bg overlay==== */
.slide-bg-image {
  position: relative;
  z-index: 2;
}
.clearfix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.445);
  z-index: 3;
  width: 100%;
  height: 100%;
}
.slide-title,
.slide-text,
.swiper-pegination,
.swiper-button-nex,
.swiper-button-perv {
  z-index: 4;
  position: relative;
}

/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 15px 32px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--main);
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}
.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}
.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}
/* ---------three school feature css--------- */
/* ---------three school feature css--------- */
/* ---------three school feature css--------- */
.school-feature {
  position: relative;
  width: 100%;
  height: 100%;
}
.school-feature .grid {
  gap: 2rem;
}
.school-feature-box {
  text-align: center;
  /* background-color: red; */
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 2rem;
  /* color: var(--white); */
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}
.school-feature-box i {
  font-size: 4rem;
}
/* ---------about us css--------- */
/* ---------about us css--------- */
/* ---------about us css--------- */
.about {
  position: relative;
  width: 100%;
  height: 100%;
}
.about .wrapper-heading {
  padding-top: 5rem;
}
.common-bg {
  background-color: var(--bg);
  padding: 2rem 0;
}
.about .wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-box .about-icon-flex {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.about-icon-flex i {
  font-size: 2rem;
  color: var(--lighter-gray);
}
/* === */
.about-box img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
/* ---------Administrative Desk css--------- */
/* ---------Administrative Desk css--------- */
/* ---------Administrative Desk css--------- */
.admin-desk {
  position: relative;
  width: 100%;
  height: 100%;
}
.admin-desk .grid {
  gap: 1rem;
}
.admin-desk .wrapper-heading,
.admin-desk .wrapper-heading .heading {
  text-align: center;
  margin: auto;
}
.admin-desk .wrapper-heading p {
  width: 50%;
  margin: auto;
}
.admin-desk-box {
  background-color: var(--red);
  padding: 1rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.admin-desk-box img {
  width: 100%;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.admin-desk-box-data {
  padding: 0 2rem;
}
.admin-desk-box-data h3,
.admin-desk-box-data h4 {
  color: var(--white);
}
.admin-desk-box-data p {
  color: #ffffffbe;
}
/* ---------Administrative Desk css--------- */
/* ---------Administrative Desk css--------- */
/* ---------Administrative Desk css--------- */

.notice-board {
  position: relative;
  width: 100%;
  height: 100%;
}
.notice-board .grid {
  gap: 2rem;
}
.notice-board .wrapper-heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.notice-board-box {
  text-align: center;
  /* padding: 3rem; */
}

.notice-board-heading {
  background-color: var(--red);
  padding: 1rem;
  color: var(--white);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.notice-board-heading h3 {
  color: var(--white);
}
/* ===== */
.notice-board-data {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 1rem;
  background-color: var(--white);
}
.thought-data {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 1rem;
  background-color: var(--white);
}
.thought-data-para {
  margin-top: 1rem;
}
.notice-board-data-para {
  position: absolute;
  width: 96%;
  animation: scrollUp 10s linear infinite; /* Adjust time as needed */
}

/* Hover par animation pause */
.notice-board-data:hover .notice-board-data-para {
  animation-play-state: paused;
}

/* Keyframes for smooth infinite scrolling */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%); /* Adjust based on content height */
  }
}

/* Duplicate content for seamless looping */
.notice-board-data-para::after {
  content: "";
  display: block;
  height: 100%; /* Same height as .notice-board-data */
}

.notice-board-data p {
  margin: 10px 0; /* Spacing between paragraphs */
  padding: 1rem 2rem;
  /* color: var(--white); */
}
.notice-board-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.notice-board-content i {
  font-size: 2.6rem;
  color: var(--lighter-gray);
}
/* ==Calendar=== */
.calendar-container {
  padding: 30px;
  border-radius: 20px;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */  
  overflow: auto;
}
.calendar-container .wrapper{
  border-radius: 3rem;
  background: white;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
        .calendar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .calendar-header h2 {
            color: #1a1a1a;
          
            font-weight: 600;
        }

        .nav-buttons {
            display: flex;
            gap: 10px;
        }

        .nav-btn {
            /* background: #f0f0f0;  */
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .nav-btn:hover {
            background: #e0e0e0;
        }

        .nav-btn i {
            font-size: 2.5rem;
            color: #333;
        }

        .calendar {
            width: 100%;
            border-collapse: separate;
            border-spacing: 10px;
        }

        .calendar th {
            padding: 10px;
            color: #666;
            font-weight: 500;
            font-size: 1.6rem;
            text-transform: uppercase;
        }

        .calendar td {
            padding: 10px;
            vertical-align: top;
            height: 100px;
            background: #f8f8f8;
            border-radius: 10px;
            position: relative;
        }

        .date-number {
            font-size: 1.6rem;
            font-weight: 500;
            color: #333;
            margin-bottom: 5px;
        }

        .event-list {
            list-style: none;
            font-size: 0.8rem;
        }

        .event-item {
            background: var(--red);
            color: white;
            padding: 3px 6px;        border-radius: 4px;
            margin-bottom: 3px;
            display: flex;
            align-items: center;
            gap: 4px;
          font-size: 1.8rem;
    display: inline-block;
    padding: 1rem;
        }

        .event-item i {
            font-size: 0.8rem;
        }

        .calendar td.today {
            background: #f5e8e8;
            border: 2px solid var(--red);
        }

        .calendar td.inactive {
            background: #f0f0f0;
            color: #999;
        }

        @media (max-width: 768px) {
            .calendar-container {
                padding: 15px;
            }

            .calendar th {
                font-size: 1.2rem;
                padding: 5px;
            }

            .calendar td {
                height: 80px;
                padding: 5px;
            }

            .date-number {
                font-size: 1.3rem;
            }

            .event-item {
                font-size: 0.7rem;
            }
        }

        @media (max-width: 480px) {
            .calendar td {
                height: 60px;
            }

            .event-item {
                padding: 2px 4px;
            }

            .calendar-header h2 {
                font-size: 2.6rem;
            }
        }
/* ---------Our Features-------- */
/* ---------Our Features-------- */
/* ---------Our Features-------- */
/* ---------Our Features-------- */
.our-features {
  width: 100%;
  height: 100%;
  position: relative;
}
.our-features .grid {
  gap: 2rem;
}
.our-features .wrapper-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.our-features .wrapper-heading p {
  width: 50%;
}
/* ===== */
.our-features-box {
  text-align: center;
  padding: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 3rem;
}
.our-features-box-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.our-features-box-heading h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
}
.our-features-box i {
  font-size: 2.6rem;
  color: var(--black);
  background-color: var(--red);
  padding: 0.8rem;
  border-radius: 50%;
  color: var(--white);
}
/* ---------Footer-------- */
/* ---------Footer-------- */
/* ---------Footer-------- */
/* ---------Footer-------- */
footer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--bg);
  border-top: 1px solid #e4e4e4;
}
.footer-box img {
  width: 100%;
}
.footer-box p {
  color: var(--black);
}
.footer-box h3 {
  color: var(--black);
}
.footer-box ul {
  margin-top: 1rem;
}
.footer-box ul li a {
  padding: 1rem 0;
  color: var(--black);
}
.footer-box ul li a:hover {
  color: var(--red);
}
.footer-li {
  display: flex;
  gap: 0.5rem;
  align-items: center;top-header
}
.footer-li p {
  font-family: "Merriweather", serif;
}
.footer-box p {
  padding: 1rem 0;
}
.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 2rem;
      margin-top: 1rem;
}
.footer-social-icons i {
  font-size: 2.6rem;
  background-color: var(--red);
  padding: 0.5rem;
  border-radius: 50%;
  color: var(--white);
}
.footer-p{
  font-family: "Merriweather", serif;
}
/* -----sub footer---- */
/* -----sub footer---- */
/* -----sub footer---- */
.sub-footer {
  background-color: #950303;
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.sub-footer p {
  color: var(--bg);
}

/*=======================================================
                gallery section css
======================================================= ***/
.gallery {
  min-height: 100vh;
  padding-bottom: 100px;
}
.gallery .gallery-heading {
  text-align: center;
  padding: 4rem 0;
}
.gallery-heading h1 span {
  color: var(--footer-bg);
}
.gallery .controls {
  display: flex;
  flex-wrap: nowrap; /* Wrap ki jagah nowrap rakha */
 justify-content: center;
  overflow-x: auto; /* Horizontal scrolling enable kiya */
  white-space: nowrap;
  gap: 20px;
  padding:5rem 2rem;
  list-style: none;
  
}

.gallery .controls::-webkit-scrollbar {
  height: 8px;
}

.gallery .controls::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}

.gallery .controls .buttons {
  min-width: 170px; /* Fixed min-width set kiya */
  height: 40px;
  /* color: var(--red);
  border: 2px solid var(--red); */
  font-size: 1.6rem;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1rem;
  transition: all 0.3s linear;

  /* Overflow handling */
  text-overflow: ellipsis;
  overflow: hidden; /* Overflow hidden rakha to text cut ho jaye */
  white-space: nowrap;
}

.gallery .controls .buttons.active,
.gallery .controls .buttons:hover {
  color: var(--red);
  border: 2px solid var(--red);
}

.gallery .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem; /* Space between images */
  margin: 0 5rem;
}

.gallery .image-container .image {
  height: 309px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 2px solid var(--footer-bg);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  transition: 0.3s all ease-in-out;
}

/* Desktop and larger screens: 4 columns */
@media (min-width: 1024px) {
  .gallery .image-container .image {
    flex: 1 1 calc(26% - 20px);
  }
}

/* Tablets: 3 columns */
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery .image-container .image {
    flex: 1 1 calc(33.33% - 20px);
  }
}

/* Mobile: 2 columns */
@media (max-width: 767px) {
  .gallery .image-container .image {
    flex: 1 1 calc(50% - 20px);
  }
}

.gallery .image-container .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}

.gallery .image-container .image:hover img {
  transform: scale(1.4);
}

/* ========Contact top========== */
/* ========Contact top========== */
/* ========Contact top========== */
/* ========Contact top========== */
.contact-top-bg{
  background-color: var(--bg);
}
.contact-top{
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-top-box{
  padding: 2rem;
  text-align: center;
  box-shadow: rgba(184, 9, 36, 0.5)
  0px 0px 0px 1px;
  border-radius: 1rem;
}
.contact-top-box i{
  /* margin: auto; */
  color: var(--red);
  background-color: var(--white);
  padding: 1.6rem;
  font-size: 3rem;
  border-radius: 50%;
  text-align: center;
  
}
/* =====contact bottom====== */
.contact-bottom-right form{
  display: flex;
  flex-direction: column;
}
.contact-bottom-right form input{
  padding: 1.8rem;
  margin-bottom: 2rem;
  outline: none;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 0px 1px;
  border-radius: 1rem;
  font-family: "Merriweather", serif;
}
.contact-bottom-right form textarea {
  height: 150px;
  padding: 1.8rem;
  outline: none;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 0px 1px;
  border-radius: 1rem;
  font-family: "Merriweather", serif;
}

/* ========About Us========== */
/* ========About Us========== */
/* ========About Us========== */
/* ========About Us========== */
.about-us{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--bg);
}
.about-us .about-left img{
  width: 100%;
  height:auto;
  border-radius: 3rem;
}
.about-us .about-right p{
  line-height: 2.6rem;
}
/* ========Care and Motives========== */
/* ========Care and Motives========== */
/* ========Care and Motives========== */
/* ========Care and Motives========== */
.care-motives{
  width: 100%;
  height: 100%;
  position: relative;
}
.care-motives-left h3{
  background-color: var(--red);
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  color: var(--white);
  margin-bottom: 2rem;
}
.care-motives-right h3{
  background-color: var(--red);
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  color: var(--white);
  margin-bottom: 2rem;
}
/* ========Management committee========== */
/* ========Management committee========== */
/* ========Management committee========== */
/* ========Management committee========== */
.committee {
  width: 100%;
  height: 100%;
  position: relative;
}
.committee-box{
  width: 100%;
  height: 100%;
  overflow: hidden;
 
}
.committee-box img{
  background-color: var(--red);
  padding: 0.3rem;
  width: 100%;
  height: auto;
      border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.committee-box img:hover{
  transform: scale(1.1) rotate(3deg);
  -webkit-transform: scale(1.1) rotate(3deg);
  -moz-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
}
#management-comm{
  color: var(--red);
}
/* =====Legal Documents===== */
/* =====Legal Documents===== */
/* =====Legal Documents===== */
/* =====Legal Documents===== */
/* =====Legal Documents===== */
.legal-documents {
  width: 100%;
  height: 100%;
  position: relative;
}
.legal-documents .grid{
  gap: 2rem;
}
.legal-box{
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 2rem;
  text-align: center;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.legal-box img{
  width: 70px;
  height: 70px;
  background-color: var(--bg);
  padding: 0.3rem;
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
}
.legal-box p{
  color: var(--black);
}
.legal-box a{
  color: var(--white);
  padding: 1rem;
  font-size: 2rem;
  background-color: var(--red);
  border-radius:3rem ;
  -webkit-border-radius:3rem ;
  -moz-border-radius:3rem ;
  -ms-border-radius:3rem ;
  -o-border-radius:3rem ;
}

/* ===========Admission Form (9th)============ */
/* ===========Admission Form (9th)============ */
/* ===========Admission Form (9th)============ */
/* ===========Admission Form (9th)============ */
/* ===========Admission Form (9th)============ */
/* ===========Admission Form (9th)============ */
.admission-form .wrapper-heading p:nth-child(2){
  padding: 1rem 0;
}
.admission-form .wrapper-heading p:nth-child(3){
  padding: 1rem 0;
}
.admission-form .wrapper-heading h4:nth-child(4){
 color: var(--red);
} 
.input-group {
  position: relative;
}
.input {
  padding: 2rem;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #d3d3d3;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-size: 1.6rem;
}
 
.custom-select {
  min-width: 48%;
    border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
      font-family: "Merriweather", serif;
}

.custom-select select {
      appearance: none;
     min-width: 100%;
      font-size: 1.6rem;
      padding: 1.9rem 1rem;
      background-color: #fff;
      border: 1px solid #caced1;
      border-radius: 0.25rem;
      color: #727272;
      cursor: pointer;
      border-radius: 1rem;
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      -ms-border-radius: 1rem;
      -o-border-radius: 1rem;
      font-family: "Merriweather", serif;
      outline: none;
      margin-top: 1rem;
}
  .class-dob .grid {
    gap: 2rem;
  }
.dob{
  width: 100%;
}
.admission-img-upload{
  margin: 3rem 0;
  background-color: #b809230c;
  padding: 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.admission-img-upload p{
  padding-bottom: 2rem;
}
.girl-child{
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.girl-child-flex{
  display: flex;
  gap:1rem;
}
.admission-form .grid{
  gap: 2rem;
}
label{
  font-size: 1.6rem;
 
}
input::placeholder{
  font-size: 1.6rem;
    font-family: "Merriweather", serif;
}
.admission-form .common-btn-1 button{
  padding: 2rem;
  font-size: 2rem;
  cursor: pointer;
  width: 20%;
}

/* ====career section===== */
/* ====career section===== */
/* ====career section===== */
.career-section{
  width: 100%;
  height: 100%;
  position: relative;
}
.career-section h2{
  text-align: center;
  color: var(--red);
}
.career-section form{
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  gap: 1rem;
}
.career-section form label{
  font-size: 1.6rem;
}
.career-section form input{
  width: 100%;
  padding: 2rem;
  border: 1px solid var(--red);
  outline: none;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
}
.career-section form input::placeholder{
  font-size: 1.6rem;
}
.career-section form textarea{
  width: 100%;
  height: 150px;
  padding: 2rem;
  border: 1px solid var(--red);
  outline: none;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
    font-family: "Merriweather", serif;
      font-size: 1.6rem;
}
.career-section form button{
  padding: 2rem;
  background-color: var(--red);
  border: none;
  outline: none;
  color: var(--white);
  font-size: 1.6rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */
/* =======sras dis====== */

  

        
        .sl-col {
            width: 5%;
        }
        
        .info-col {
            width: 45%;
        }
        
        .details-col {
            width: 50%;
        }
        .sras_dis-download{
          color: var(--blue);
        }
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        /* ======popup model======= */
        .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    background: white;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    width: 60%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.buttons {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
 
.buttons a{
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}
button {
    padding: 10px 15px;
    margin: 5px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#ok-btn {
    background: #28a745;
    color: white;
}

#inquiry-btn {
    background: #007bff;
    color: white;
}


///TABLE////
.WordSection2{
  overflow:auto !important;
  white-space: nowrap !important;
}

.MsoNormalTable {
  width: 100% !important;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  /*overflow: auto !important;*/
  /*white-space: nowrap;*/

}
table{
  width: 100% !important;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;


}

th, td {
  padding: 12px;
  border: 1px solid #ddd;
  font-size: 16px;
}

th {
  background-color: #0073e6;
  color: white;
  font-weight: bold;
  text-align: center;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #d1e7fd;
}

a {
  color: #0073e6;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

tr
{
  font-size: 16px;
}


/* ////////////////////////////////////////////// */

.container_f {
            max-width: 1200px;
            margin: 0 auto;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            padding: 2rem;
        }
        
        .header_f {
            background-color: #333;
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .controls {
            display: flex;
            justify-content: space-between;
            padding: 20px;
            background-color: #f0f0f0;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .search-container {
            display: flex;
            gap: 10px;
            flex-grow: 1;
            max-width: 500px;
        }
        
        input[type="text"] {
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            flex-grow: 1;
        }
        
        button {
            padding: 10px 15px;
            background-color: #333;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        button:hover {
            background-color: #555;
        }
        
        .table-container {
            overflow-x: auto;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
        }
        
        th, td {
            padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        
        th {
            background-color: #333;
            color: white;
            position: sticky;
            top: 0;
        }
        
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        tr:hover {
            background-color: #f1f1f1;
        }
        
        .no-records {
            padding: 20px;
            text-align: center;
            color: #777;
            font-style: italic;
        }
        
        .add-button {
            background-color: #28a745;
        }
        
        .add-button:hover {
            background-color: #218838;
        }
        
        .download-button {
            background-color: #007bff;
        }
        
        .download-button:hover {
            background-color: #0069d9;
        }
        
        .form-container {
            padding: 20px;
            border-top: 1px solid #ddd;
            display: none;
        }
        
        .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 15px;
        }
        
        .form-group {
            flex: 1 1 200px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        
        .form-group input {
            width: 100%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
        
        .form-buttons {
            display: flex;
            justify-content: flex-end;
            gap: 10px;
        }
        
        @media (max-width: 768px) {
            .controls {
                flex-direction: column;
            }
            
            .search-container {
                max-width: 100%;
            }
            
            th, td {
                padding: 8px 10px;
            }
        }