html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

#navControll .navbar-nav .nav-item {
  padding: 0 5rem 0 5rem;
}

#navControll .navbar-nav .nav-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #545454;
  text-transform: uppercase;
}

#navControll .loginBtn {
  background: #c93500;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.7rem 3rem;
  border-radius: 7px;
}

.readMoreBtnCtrl {
  text-align: center;
}
.readMoreBtnCtrl .readMore {
  margin: 3rem 0;
  margin-bottom: 4.5rem;
  padding: 0.5rem 3rem;
  font-size: 2rem;
  font-weight: 700;
  background: #f07f1b;
}

#secondNav {
  background: #cb3900;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 0;
  position: relative;
  z-index: 1000;

}
#secondNav .navTitle {
  font-size: 2.9rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff  !important;
}
#secondNav .nav-item {
  padding-left: 2.5rem;
}

.img-fluid {
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-fluids {
  display: block;
  margin: 0;
  /* border-radius: 12px; */
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#secondNav .nav-item .nav-link {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 600;
}
ul.dropdown-menu.show {
    background: oklch(83.7% 0.128 66.29);
    /* color: #fff; */
    padding: 1rem;
    margin: 1rem 0;
}
a.dropdown-item {
    font-size: 1.6rem;
    color: #201717;
    font-weight: 600;
}

.dropdown-item:active{
  color: black !important;
}
#bannerCarosel .carousel-inner img {
  height: 60rem;
}

#bannerCarosel .carousel-control-prev-icon {
  background-image: url(../images/leftArrow.png);
}

#bannerCarosel .carousel-control-next-icon {
  background-image: url(../images/rightArrow.png);
}

#letestNews h2,
#letestNews p {
  margin: 0;
}

#letestNews .controllLetestNews .baseBG {
  background: #c93500;
}

#letestNews .controllLetestNews .newsLeft {
  padding: 2rem 0;
  background: #000;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

#letestNews .controllLetestNews .letestNewsTitle {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
}

#letestNews .controllLetestNews .newsRight {
  padding: 2rem 0;
  background: #c93500;
}
#letestNews .controllLetestNews .newsRight .welcomeTxt {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

#aboutDevUnited {
  padding: 7rem 0;
  background: #ffffff;
}

.statcInfoTitle {
  color: #212529;
}
/* .countNumber {
  color: #ffffff;
} */
/* .countTitle {
  color: #ffffff;
} */
#aboutDevUnited .aboutLeft {
  border: 0.2rem solid #000;
  height: 45rem;
  width: 80%;
}
#aboutDevUnited .aboutLeft img {
  height: 40rem;
  margin-left: 8rem;
}
#aboutDevUnited .aboutRight .aboutTitle {
  font-size: 3.5rem;
  font-weight: 700;
  color: #212529;
  padding-bottom: 1rem;
}
#aboutDevUnited .aboutRight .aboutDetails {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  color: #000;
  text-align: justify;
}

.mi-download-btn {
  display: inline-block;
  margin-top: 13px;
  padding: 11px 45px;
  font-size: 21px;
  color: #ffffff;
  background: #ff9f68;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.mi-download-btn:hover {
  background: #d35400;
  color: black !important;
}

.mi-download-btn i {
  margin-right: 6px;
}
.magazine img {
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.magazine img:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

#someImportantStaticInfo {
  padding: 3rem 0;
  background: oklch(90.1% 0.076 70.697);
}
#someImportantStaticInfo .statcInfoTitle,
#someImportantStaticInfo .countNumber {
  font-size: 3.8rem;
  font-weight: 700;
}
#someImportantStaticInfo .countNumber {
  font-size: 3rem;
}
#someImportantStaticInfo .countTitle {
  font-size: 2rem;
  font-weight: 500;
}
#someImportantStaticInfo .allCountCtrl {
  padding-top: 5rem;
}
#someImportantStaticInfo .addBorderRight {
  border-right: 0.1rem solid #212529;
}

#davUnitedMagazine {
  padding: 1rem 0 1rem 0;
  background: #ffffff;
}
#davUnitedMagazine * {
  color: #fff;
}
#davUnitedMagazine .devMagazineTitle {
  font-size: 5rem;
  font-weight: 700;
  color: #212529;
  text-align: center;
}
#davUnitedMagazine .devMagazineTitle span {
  font-weight: 400;
  color: #212529;
}
#davUnitedMagazine .magazineDetails {
  font-size: 1.6rem;
  margin: 0;
  padding-top: 1rem;
  color: #140e07;
  text-align: justify;
}

.image-fluid-section {
  text-align: center;
  margin-top: 25px;
  
}


.logo-img-fluid {
 max-width: 90px;
 height: 90px;
}

.Sitetitle {
  font-weight: bold;
  color: #ff5a00;
  font-size: 30px;
}

.slogan {
  font-size: 1.7rem;
  color: #ff5a00;
  font-weight: bold;
}

.mi-magazine-content {
  padding-top: 32px;
}

#devCricketLige {
  padding: 7rem 0;
}
#devCricketLige .cricketLeft {
  border: 0.2rem solid #000;
  width: 80%;
  padding: 5rem 0 3rem 0;
}
#devCricketLige .cricketLeft img {
  margin-left: 8rem;
}
#devCricketLige .cricketTitle {
  font-size: 6rem;
  font-weight: 800;
  color: #ff5a00;
}
#devCricketLige .cricketTitle span {
  font-weight: 200;
  color: #000;
}
#devCricketLige .firstTxt {
  padding-top: 2rem;
  font-size: 2rem;
  font-weight: 600;
}
#devCricketLige .cricketDetails {
  font-size: 1.6rem;
  padding-top: 1rem;
  font-weight: 500;
}
#devCricketLige .readMore {
  background: #ff5a00;
  color: #fff;
}
#devCricketLige .cricketRight {
  padding-left: 5rem;
}

#devFestivle {
  padding: 3rem 0;
}
#devFestivle .devFesTitle {
  font-size: 5rem;
  font-weight: 800;
  text-align: center;
  color: #212529;
  padding-bottom: 10px;
}
#devFestivle .devFesTitle span {
  font-weight: 500;
  font-size: 5rem;
}

#devFestivle {
  background: #f7f6f5;
}
#devFestivle video {
  margin-top: 1rem;
  width: 100%;
}
#devFestivle .devFesDwnTxt {
  text-align: justify;
}
#devFestivle .devFesDwnTxt .fesDetails {
    font-size: 1.6rem;
    padding-top: 1.5rem;
    width: 80%;
    margin: 0 auto;
}
#devFestivle .devFesDwnTxt .readMore {
  background: #ff5a00;
  color: #21252b;
}
.sub {
    background: #ff5a00;
    color: #fff !important;
    font-size: 1.6rem !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.7rem 3rem !IMPORTANT;
    margin: 2% !important;
}
#contactUs {
  padding: 7rem 0;
  background-color: #ffc706;
  background-image: url(../images/hand.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#contactUs .contactTitle {
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 4rem;
}
#contactUs .warningTxt {
  font-size: 1.6rem;
  font-weight: 700;
}
#contactUs .formRight {
  padding-left: 5rem;
}
#contactUs input,
#contactUs select,
#contactUs textarea {
  padding: 1.25rem 2rem;
  font-size: 1.8rem;
  color: #545454;
  border: 1px solid #fff;
}
#contactUs .delegate {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1rem 0;
}
#contactUs .singleInfo {
  font-size: 1.6rem;
  font-weight: 500;
}

.mantra-box {
  background: #fff7e6; 
  border: 2px solid #f97316; 
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
}

.mantra-title {
  font-size: 2.7rem;
  font-weight: bold;
  color: #d35400 !important; 
  margin-bottom: 5px;
}

.mantra-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #444 !important;
}


#footer {
  background-color: #6e2018;
  padding: 5rem 0;
}
#footer .footerLogo {
  max-width: 12rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#footer .socialLink {
  display: flex;
  padding-top: 4rem;
  margin-left: 64px;
}

.mi-admin-text {
  font-weight: 600;
  color: black;
}
#footer .socialLink li {
  height: 4rem;
  width: 4rem;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 2rem;
  margin-right: 1rem;
  padding: 2%;
}
#footer * {
  color: #fff;
  align-items: center;
}
#footer .footerTitle {
  font-size: 2.7rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 2rem;

}
#footer .footerAboutUs {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: justify;
}
#footer .footerQuickLink ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #ffffff;
}
#footer .subscribeCtrl input[type="email"] {
  padding: 1.25rem 2rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  color: #545454;
  font-size: 1.8rem;
  font-weight: 600;
}
#footer .subscribeBtn {
  padding: 1rem 2rem;
  background: #47ca94;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-top: 1rem;
}
#footer hr {
  margin-top: 4rem;
  color: #ffffff;
}
#footer .copyrightTxt {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding-top: 2rem;
}

.navbar-collapse {
  justify-content: center;
}


#mi-introduction {
  padding: 10px 0px;
  background: linear-gradient(135deg, #ffffff, #f1f1f1);
}

.mi-introduction-wrape {
  margin: auto;
  background: #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Header */
.mi-header {
  background: #f3b55e;
  padding: 9px;
  text-align: center;
  color: #fff;
}

.mi-header h1 {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  color: #443c3c;
}

/* Image */
.mi-image {
  width: 100%;
  overflow: hidden;
}

.mi-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  /* border-radius: 0 0 10px 10px; */
  transition: transform 0.4s ease;
}

.mi-image img:hover {
  transform: scale(1.05);
}

.mi-content {
  padding: 40px 30px;
  border: 1px solid #dcd5d5;
}

.mi-content p {
  margin-bottom: 22px;
  font-size: 2rem;
  color: #212529;
  text-align: justify;
}

.mi-objectives {
  margin-top: 30px;
}

.mi-objectives h2 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.mi-objectives ul {
  list-style: none;
  padding: 0;
}

.mi-objectives ul li {
  background: #fff5eb;
  padding: 14px 19px;
  margin-bottom: 10px;
  border-left: 5px solid #e67e22;
  border-radius: 8px;
  transition: transform 0.3s ease;
  font-size: 2rem;
}

.mi-objectives ul li:hover {
  transform: translateX(5px);
  background: #ffe8d6;
}


@media screen and (max-width: 768px) {
	.media a {
    margin: 0 auto;
     }
.col-md-6 {
    padding: 0 10%;
}

#navControll .row {
  flex-direction: column;
  text-align: center;
  align-items: start !important;
}


 #navControll .col-1 {
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 10px;
}
#navControll .navbar-brand img {
  max-height: 90px !important; 
  height: 35px;
}

#navControll .col-9, 
#navControll .col-2 {
  width: auto !important;
  flex: 1;
}

#navControll .row {
  flex-direction: column;
}

#navControll .title-login-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#navControll #sitename {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

#navControll #slogan {
  display: none;
}

#navControll .loginBtn {
  font-size: 12px;
  padding: 5px 12px;
  margin-left: 159px;
}
#navControll .row > div {
  text-align: center !important;
}

#secondNav .navTitle {
  display: block !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

#secondNav .navbar-toggler {
  margin-left: auto;
}

.magazine .col-half{
    margin-left:0 !important;
}
  #navControll .navbar-nav .nav-item {
    padding: 0;
  }
  #secondNav .navTitle {
    padding-bottom: 2rem;
  }
  #bannerCarosel .carousel-inner img {
    height: auto;
  }
  #letestNews .controllLetestNews .letestNewsTitle {
    padding-left: 1.5rem;
  }
  #letestNews .controllLetestNews .newsRight .welcomeTxt {
    padding-left: 1.5rem;
  }
  #aboutDevUnited .aboutLeft img {
    height: auto;
    margin-left: 4rem;
  }
  #aboutDevUnited .aboutLeft {
    border: 0.2rem solid #000;
    height: auto;
    width: 80%;
    padding: 3rem 0;
  }
  .aboutRight {
    margin-top: 3rem;
  }
  
  #devCricketLige .cricketLeft {
      
      padding: 3rem 0;
  }
  
  #devCricketLige .cricketLeft img { 
       margin-left: 4rem;
  }
  
  
  #davUnitedMagazine .devMagazineTitle {
    font-size: 4rem;
  }
  #davUnitedMagazine * {
    margin-bottom: 2rem;
  }
  #devCricketLige .cricketRight {
    padding-left: 0;
  }
  #devCricketLige .cricketTitle {
    font-size: 4rem;
    margin-top: 3rem;
  }
  #devFestivle .devFesTitle {
    font-size: 4rem;
  }
  #devFestivle .devFesDwnTxt .fesDetails {
    width: 100%;
  }
  #contactUs {
    background-image: none;
  }
  /*
  #contactUs .formRight {
    padding-left: 1.5rem;
  }
  */
  #footer {
    padding: 5rem;
}
  #footer .socialLink {
    padding-bottom: 2rem;
  }
  #secondNav .navTitle {
    padding-bottom: 0;
  }
  #secondNav .nav-item {
    padding-left: 0;
  }

  .img-fluid {
    display: block;
    margin: 0 auto;
  }

  .img-fluids {
    display: block;
    margin: 0 auto;
  }
  .mi-content {
    padding: 20px;
}

.mi-header h1 {
    font-size: 24px;
}
}

/* MAGAZINE */
.magazine .col-md-2{
    margin-top:5%;
    
}

.magazine .col-half{
    margin-left:3%;
}
#davUnitedMagazine-page {
    padding: 7rem 0 3rem 0;
    background: darkgrey;
    color : #000;
}
#davUnitedMagazine-page .magazineDetails {
    font-size: 1.6rem;
    margin: 0;
    padding-top: 1rem;
}
#davUnitedMagazine-page .devMagazineTitle {
    font-size: 6rem;
    font-weight: 900;
}
#davUnitedMagazine-page .devMagazineTitle span {
    font-weight: normal;
}


#mi-gallery {
  padding: 27px 0;
  background: #ffffff;
}

#mi-gallery .galleryTitle {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222;
  position: relative;
}

#mi-gallery .galleryTitle::after {
  content: "";
  display: block;
  width: 245px;
  height: 3px;
  background: linear-gradient(90deg, #007bff, #00c3ff);
  margin: 10px auto 0;
  border-radius: 2px;
}

#mi-gallery .gallery-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#mi-gallery .gallery-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

#mi-gallery .gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

#mi-gallery .gallery-card:hover img {
  transform: scale(1.05);
}

#mi-gallery .fesDetails {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}


.popup {
  display: none; 
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.8);
  animation: fadeIn 0.4s;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.popup .close:hover {
  color: #ff4444;
}

/* Popup Image */
.popup-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80vh;
  border-radius: 10px;
  animation: zoomIn 0.4s;
}

@media (min-width: 768px) and (max-width: 991px) {
  #navControll #sitename {
    font-size: 20px;
  }
  #navControll #slogan {
    font-size: 12px;
  }
  #navControll .navbar-brand img {
    max-height: 70px !important;
  }
}




.mi-fes-img {
  /* border-radius: 12px 12px; */
  border-radius: 15px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  height: 500px;
  object-fit: cover;
}

/* Customize navigation arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  filter: invert(1);
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff6600;
}


.mi-header-main {
  background: #F7AD45;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 0;
}
.mi-header-title {
  font-size: 2.2rem;
}

.mi-present-h {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
}

.mi-header-sub {
  background: #ffb78a;
  color: #000;
  text-align: center;
  padding: 6px;
  font-weight: 600;
  border-bottom: 2px solid #f15a29;
}

.mi-table {
  border: 2px solid #783019;
  border-top: none;
}

.mi-table th {
  background: #ffe5d4;
  color: #000;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}

.mi-table td {
  margin-bottom: 22px;
  font-size: 2rem;
  color: #212529;
  text-align: justify;
}

.mi-table img {
  width: 83%;
  height: 90px;
  object-fit: cover;
  border: 2px solid #ccc;
}


.mi-header-mains {
  background:#F7AD45;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
}

.mi-header-mains h4 {
  margin: 0;
  font-weight: bold;
  font-size: 4rem;
  font-weight: 700;
}

/* Card styling */
.president-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
  padding: 10px;
  transition: transform 0.2s;
  height: 100%;
}

.president-card:hover {
  transform: translateY(-5px);
}

/* Fixed image box */
.president-card .img-box {
  width: 160px;
  height: 200px;
  margin: 0 auto 10px auto;
  overflow: hidden;
  border-radius: 6px;
  border: 2px solid #ddd;
  background: #f9f9f9;
}

.president-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.president-card .info p {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: oklch(47% 0.157 37.304);
}
.president-card .info p strong {
  color: oklch(55.3% 0.195 38.402);
  font-size: 2rem;
  display: block;
}

.president-message-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.president-message-card .title {
  background: #f3b55e;
  padding: 10px;
  font-size: 4rem;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 4rem;
  font-weight: 700;
  color: #443c3c;
}

.president-message-card .president-img {
  float: right;
  margin: 0 0 15px 20px;
  width: 280px;       
  max-width: 40%;     
  border-radius: 6px;
  border: 2px solid #f05a00;
}

.president-message-card p {
  font-size: 2rem;
  line-height: 1.7;
  padding: 0px 20px 20px 20px;
  color: #333;
  margin-bottom: 12px;
  text-align: justify;
}

.president-message-card .sign {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 500 !important;
  color: oklch(47% 0.157 37.304);
  clear: both; 
}

.mi-work-card {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.mi-work-header {
  background: #f3b55e;
  padding: 10px 15px;
}

.mi-work-header h1 {
  margin: 0;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  color: #443c3c;
}

.mi-work-body {
  padding: 15px;
  font-size: 2rem;
  line-height: 1.7;
  color: #333;
}

.mi-work-body ul, 
.mi-work-body ol {
  margin: 0;
  padding-left: 20px;
}

.mi-work-body li {
  margin-bottom: 6px;
}

.mi-president-content {
  margin-left: 50px;
}

.mi-event-gallery {
  padding: 27px 0;
  background: darkgray !important;
}

#mi-event-gallery {
  padding: 27px 0;
  background: #eceaea;
}

#mi-event-gallery .galleryTitle {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222;
  position: relative;
}

#mi-event-gallery .galleryTitle::after {
  content: "";
  display: block;
  width: 245px;
  height: 3px;
  background: linear-gradient(90deg, #007bff, #00c3ff);
  margin: 10px auto 0;
  border-radius: 2px;
}

#mi-event-gallery .gallery-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#mi-event-gallery .gallery-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

#mi-event-gallery .gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

#mi-event-gallery .gallery-card:hover img {
  transform: scale(1.05);
}

#mi-event-gallery .fesDetails {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}

/* #mi-gallery {
  padding: 27px 0;
  background: #ffffff;
} */