
/*======================= Index Styles Start ========================*/
body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: linear-gradient(120deg, #e3f2fd 0%, #fff 100%);
    color: #444;
    transition: background 0.5s;
}
.main-section {
    background: linear-gradient(120deg, #fffbe6 70%, #ffad1f 100%);
    /* border-radius: 0px 0px 10px 10px; */
    box-shadow: 0 4px 32px rgba(21,101,192,0.08);
    padding: 0px 0 0px 0;
    margin: 0 auto -15px auto;
    max-width: 1300px;
    transition: box-shadow 0.4s, background 0.4s;
}
.smooth-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1565c0;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-shadow: 0 2px 8px rgba(21,101,192,0.08);
    transition: color 0.3s;
}
.smooth-desc {
    font-size: 1.18rem;
    color: #444;
    line-height: 1.85;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
    text-align: justify;
    transition: color 0.3s;
}
.smooth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffb300;
    color: #fff;
    border-radius: 24px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
    padding: 10px 32px;
    box-shadow: 0 2px 8px rgba(255,179,0,0.10);
    border: none;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
    letter-spacing: 0.5px;
    cursor: pointer;
    gap: 8px;
}
.smooth-btn:hover {
    background: #43a047;
    color: #fff;
    box-shadow: 0 4px 16px rgba(67,160,71,0.15);
    transform: scale(1.05);
}
.smooth-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    /* margin-top: 5px; */
}
.smooth-card {
    background: linear-gradient(120deg, rgba(255,255,255,0.95) 80%, rgba(255,236,179,0.60) 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(21,101,192,0.10);
    transition: box-shadow 0.3s, transform 0.3s;
    border: 1.5px solid #ffb300;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 260px;
    min-width: 220px;
    padding: 18px 12px;
}
.smooth-card:hover {
    box-shadow: 0 8px 32px rgba(33,150,243,0.15);
    transform: translateY(-6px) scale(1.04);
    border-color: #2196f3;
}
.smooth-card img {
    width: 100%;
    max-width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(255,179,0,0.10);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 12px;
}
.smooth-card:hover img {
    transform: scale(1.06);
    box-shadow: 0 8px 24px rgba(33,150,243,0.15);
}
@media (max-width: 991px) {
    .main-section {
        padding: 18px 4px;
    }
    .smooth-cards {
        flex-direction: column;
        gap: 0;
    }
    .smooth-card {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .smooth-card img {
        max-width: 100%;
        height: auto;
    }
}

#scrollTopBtn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb300 70%, #fffbe6 100%);
    box-shadow: 0 6px 24px rgba(255,179,0,0.22), 0 1.5px 8px rgba(21,101,192,0.08);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s, box-shadow 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    outline: none;
    border: 2px solid #fffbe6;
}
#scrollTopBtn svg {
    transition: transform 0.3s;
}
#scrollTopBtn:hover {
    box-shadow: 0 8px 32px rgba(255,179,0,0.28);
    transform: scale(1.08) translateY(-4px);
}
#scrollTopBtn:hover svg {
    transform: translateY(-3px) scale(1.12);
}


#scrollTopBtn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb300 70%, #fffbe6 100%);
    box-shadow: 0 6px 24px rgba(255,179,0,0.22), 0 1.5px 8px rgba(21,101,192,0.08);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s, box-shadow 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    outline: none;
    border: 2px solid #fffbe6;
}
#scrollTopBtn svg {
    transition: transform 0.3s;
}
#scrollTopBtn:hover {
    box-shadow: 0 8px 32px rgba(255,179,0,0.28);
    transform: scale(1.08) translateY(-4px);
}
#scrollTopBtn:hover svg {
    transform: translateY(-3px) scale(1.12);
}
/*======================= Index Styles End ========================*/


/*======================= Navigation Bar Styles Start ========================*/
.header-sec-bar {
  background: linear-gradient(90deg, #1565c0 70%, #ffad1f 100%);
  color: #fff;
  padding: 10px 0;
  font-size: 1.08rem;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInDown 1s;
}
.header-sec-bar i {
  margin: 0 8px 0 18px;
  color: #fffbe6;
  font-size: 1.1rem;
  transition: color 0.3s;
}
.header-sec-bar a.btn-style-2 {
  background: linear-gradient(90deg, #43a047 80%, #ffad1f 100%);
  color: #fff;
  border-radius: 24px;
  padding: 6px 18px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(33,150,243,0.10);
  border: none;
  margin-left: 12px;
  transition: background 0.3s, color 0.3s;
}
.header-sec-bar a.btn-style-2:hover {
  background: linear-gradient(90deg, #ffeb3b 80%, #1565c0 100%);
  color: #1565c0;
}
#navbar {
  position: sticky;
  top: 0%;
  z-index: 1000;
  box-shadow: 0 4px 18px rgba(33,150,243,0.13);
  animation: fadeInUp 1.2s;
}
.navbar {
  background: linear-gradient(90deg, #fffbe6 80%, #ffad1f 100%);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 8px 32px rgba(33,150,243,0.13);
  border: none;
  padding: 0 0 0 0;
}
.navbar-header .navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.navbar-brand-logo {
  height: 58px;
  width: auto;
  border-radius: 8px;
  margin: 40px 0px 0px 0px;
  /* box-shadow: 0 2px 8px rgba(33,150,243,0.10); */
  animation: fadeIn 1.2s;
}
.navbar-nav > li > a {
  color: #1565c0 !important;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 1px;
  padding: 18px 22px 12px 22px;
  border-radius: 12px;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  position: relative;
  animation: fadeInUp 1.2s;
}
.navbar-nav > li > a:hover, .navbar-nav > li.active > a {
  background: linear-gradient(90deg, #1565c0 80%, #ffeb3b 100%);
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(33,150,243,0.13);
}
.navbar-nav > li > a i {
  margin-left: 8px;
  font-size: 1.1rem;
  color: #43a047;
  transition: color 0.3s;
}
.navbar-nav > li > a:hover i {
  color: #fffbe6;
}
.navbar-nav > li > a span {
  display: block;
  font-size: 0.85rem;
  color: #43a047;
  margin-top: 2px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}
.navbar-nav > li > a:hover span {
  color: #fffbe6;
}
.header-sec-bar span {
  white-space: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .navbar-nav > li > a {
    padding: 12px 10px 8px 10px;
    font-size: 1rem;
  }
  .navbar-header .navbar-brand-logo {
    height: 42px;
     margin: 12px 0px 0px 0px;
  }
  .header-sec-bar span {
    font-size: 0.98rem;
    white-space: normal;
    word-break: keep-all;
  }
  .header-sec-bar i {
    margin: 0 6px 0 12px;
    font-size: 1rem;
  }
}

.animated-toggle .icon-bar {
    transition: all 0.3s;
    display: block;
    width: 22px;
    height: 3px;
    background: #333;
    margin: 4px auto;
}
.animated-toggle.open .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.animated-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
}
.animated-toggle.open .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.animated-toggle .icon-bar {
    transition: all 0.3s;
    display: block;
    width: 22px;
    height: 3px;
    background: #333;
    margin: 4px auto;
}
.animated-toggle.open .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.animated-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
}
.animated-toggle.open .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
/*======================= Navigation Bar Styles End ========================*/


/*======================= Slide Section Styles Start ========================*/
.slide-section-bg {
  background-image: url('assets/img/background/bg4.jpg');
  background-size: cover;
  background-position: center;
  padding: 64px 0 48px 0;
  min-height: 520px;
  animation: fadeBg 2s;
  margin: -20px 0px 0px 0px;
}
@keyframes fadeBg {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}
.slide-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.slide-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.slide-img, .slide-video {
  width: 340px;
  height: 340px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(33,150,243,0.13);
  animation: fadeIn 1.2s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.slide-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 340px;
  min-width: 340px;
  min-height: 340px;
}
.slide-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
  letter-spacing: 1px;
  animation: fadeInUp 1.2s;
}
.slide-title:hover {
  background: linear-gradient(90deg, #1565c0 60%, #ffeb3b 100%);
  color: #fff;
  box-shadow: 0 0 32px #1565c088, 0 2px 18px #ffeb3b44;
}
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}
.slide-btn {
  background: linear-gradient(90deg, #43a047 80%, #ffad1f 100%);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 12px 32px;
  box-shadow: 0 4px 18px rgba(33,150,243,0.13);
  border: none;
  transition: background 0.3s, color 0.3s;
  margin-top: 18px;
  display: inline-block;
  animation: bounceBtn 1.5s infinite alternate;
}
.slide-btn:hover {
  background: linear-gradient(90deg, #1565c0 60%, #ffeb3b 100%);
  color: #fff;
}
@keyframes bounceBtn {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}
@keyframes glowTitle {
  0% { box-shadow: 0 0 16px #ffad1f88, 0 2px 8px #43a04744; }
  100% { box-shadow: 0 0 32px #43a04788, 0 2px 18px #ffad1f44; }
}
@media (max-width: 900px) {
  .slide-row, .slide-media {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .slide-img, .slide-video, .slide-center {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    max-width: 340px;
  }
}
/*======================= Slide Section Styles End ========================*/


/*======================= Card Section Styles Start ========================*/
.smooth-card {
    background: linear-gradient(135deg, rgba(255,232,163,0.85) 0%, rgba(33,150,243,0.10) 100%);
    border-radius: 18px;
    padding: 20px 16px 18px 16px;
    margin: 12px;
    box-shadow: 0 8px 32px rgba(33,150,243,0.12), 0 1.5px 8px rgba(255,152,0,0.10);
    position: relative;
    overflow: hidden;
    border: 2.5px solid #ff9800;
    backdrop-filter: blur(2.5px);
    transition: transform 0.35s, box-shadow 0.35s, border-color 0.3s;
}
.smooth-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    align-items: stretch;
    margin-top: 0px;
}
.smooth-card img {
    width: 100%;
    max-width: 180px;
    height: 130px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(33,150,243,0.13);
    transition: transform 0.35s, box-shadow 0.35s;
    margin-bottom: 14px;
    display: block;
    border: 2px solid #fffde7;
}
.smooth-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 16px 48px rgba(33,150,243,0.18), 0 2px 12px rgba(255,152,0,0.13);
    border-color: #43a047;
}
.smooth-card:hover img {
    transform: scale(1.10) rotate(-2deg);
    box-shadow: 0 12px 32px rgba(33,150,243,0.22);
    border-color: #43a047;
}
.smooth-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1565c0;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #ff9800 60%, #2196f3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.smooth-card::before {
    content: '';
    position: absolute;
    top: -40px; left: -40px;
    width: 80px; height: 80px;
    background: radial-gradient(circle, #ff9800 40%, transparent 70%);
    opacity: 0.13;
    z-index: 0;
}
.smooth-card::after {
    content: '';
    position: absolute;
    bottom: -30px; right: -30px;
    width: 60px; height: 60px;
    background: radial-gradient(circle, #2196f3 40%, transparent 70%);
    opacity: 0.11;
    z-index: 0;
}
.readmore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ff9800 60%, #2196f3 100%);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 10px;
    margin-top: 8px;
    padding: 0px 5px;
    box-shadow: 0 2px 8px rgba(33,150,243,0.10);
    border: none;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
    letter-spacing: 0.5px;
    cursor: pointer;
    gap: 6px;
}
.readmore-btn:hover {
    background: linear-gradient(90deg, #43a047 60%, #ffb300 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(67,160,71,0.15);
    transform: scale(1.08);
}
/*======================= Card Section Styles End ========================*/


/*======================= About Section Styles Start ========================*/
.about-bg {
background: linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.92)), url('assets/img/about/about4.jpg') right bottom/30% auto no-repeat;
z-index: 1;
}
.about-bg > * {
    position: relative;
    z-index: 2;
}
.about-main-text {
    position: relative;
    background: linear-gradient(rgba(255,255,255,0.96), rgba(255,255,255,0.96)), url('assets/img/about/about1.jpg') top center/100% 100% no-repeat;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(33,150,243,0.10);
    padding: 48px 24px 32px 24px;
    margin-bottom: 24px;
    overflow: hidden;
}
.about-main-text::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; height: 100%;
    background: url('assets/img/about/about1.jpg') top center/100% 100% no-repeat;
    opacity: 0.1;
    z-index: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.about-main-text > * {
    position: relative;
    z-index: 2;
}
.readmore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ff9800 60%, #2196f3 100%);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 10px;
    margin-top: 8px;
    padding: 0px 5px;
    box-shadow: 0 2px 8px rgba(33,150,243,0.10);
    border: none;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
    letter-spacing: 0.5px;
    cursor: pointer;
    gap: 6px;
}
.readmore-btn:hover {
    background: linear-gradient(90deg, #43a047 60%, #ffb300 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(67,160,71,0.15);
    transform: scale(1.08);
}
/*======================= About Section Styles End ========================*/


/*======================= Mission Section Styles Start ========================*/
.main-section h2{
    color:#000
}
.smooth-card {
    background: linear-gradient(135deg, rgba(255,232,163,0.85) 0%, rgba(33,150,243,0.10) 100%);
    border-radius: 18px;
    padding: 20px 16px 18px 16px;
    margin: 12px;
    box-shadow: 0 8px 32px rgba(33,150,243,0.12), 0 1.5px 8px rgba(255,152,0,0.10);
    position: relative;
    overflow: hidden;
    border: 2.5px solid #ff9800;
    backdrop-filter: blur(2.5px);
    transition: transform 0.35s, box-shadow 0.35s, border-color 0.3s;
}
.smooth-card img {
    width: 100%;
    max-width: 180px;
    height: 130px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(33,150,243,0.13);
    transition: transform 0.35s, box-shadow 0.35s;
    margin-bottom: 14px;
    display: block;
    border: 2px solid #fffde7;
}
.smooth-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 16px 48px rgba(33,150,243,0.18), 0 2px 12px rgba(255,152,0,0.13);
    border-color: #43a047;
}
.smooth-card:hover img {
    transform: scale(1.10) rotate(-2deg);
    box-shadow: 0 12px 32px rgba(33,150,243,0.22);
    border-color: #43a047;
}
.smooth-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1565c0;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #ff9800 60%, #2196f3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.smooth-card::before {
    content: '';
    position: absolute;
    top: -40px; left: -40px;
    width: 80px; height: 80px;
    background: radial-gradient(circle, #ff9800 40%, transparent 70%);
    opacity: 0.13;
    z-index: 0;
}
.smooth-card::after {
    content: '';
    position: absolute;
    bottom: -30px; right: -30px;
    width: 60px; height: 60px;
    background: radial-gradient(circle, #2196f3 40%, transparent 70%);
    opacity: 0.11;
    z-index: 0;
}
.readmore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ff9800 60%, #2196f3 100%);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 10px;
    margin-top: 8px;
    padding: 0px 5px;
    box-shadow: 0 2px 8px rgba(33,150,243,0.10);
    border: none;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
    letter-spacing: 0.5px;
    cursor: pointer;
    gap: 6px;
}
.readmore-btn:hover {
    background: linear-gradient(90deg, #43a047 60%, #ffb300 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(67,160,71,0.15);
    transform: scale(1.08);
}
/*======================= Mission Section Styles End ========================*/


/*======================= Event Styles Start ========================*/
#recent-events {
    padding-bottom: 20px;
    padding-top: 30px;
    /* background-color: #ffffff; */
}
.filter {
    padding-top: 6.5rem;
    padding-bottom: 7rem;
}

.filter .section-title {
    margin-bottom: 0.5rem;
}
.filter h2,
.filter .section-title {
    text-align: center;
}
.filter h2 {
    margin-bottom: 3.25rem;
}

.filter .button-group {
    text-align: center;
}
.filter .button-group a {
    display: inline-block;
    margin-right: 0.1875rem;
    margin-bottom: 0.5rem;
    margin-left: 0.1875rem;
    padding: 0.3125rem 1.375rem 0.25rem 1.375rem;
    border-radius: 0.25rem;
    background-color: #f1f4f7;
    color: #7b7e85;
    font: 700 0.95rem/1.45rem "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
}
.recent-events-wrap .overlay {
    color: #fff;
}
.filter .element-item:hover img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
} 
.filter .element-item .element-item-overlay { 
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    text-align: center;
    transition: all 0.3s;
}
.filter .element-item .element-item-overlay span {
    position: absolute;
    z-index: 3;
    top: 42%;
    right: 0px;
    color: #fff;
    background-color: #ffad1f;
    opacity: 0.8;
    padding: 0px 5px 0px 5px;
    margin: 70px 20px 0px 0px;
    border: 3px solid #ff9800;
    box-shadow: 0 4px 18px rgba(33,150,243,0.13);
    transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1), margin 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s, border-color 0.3s, background 0.3s;
}

.recent-events-wrap:hover .element-item-overlay span {
    top: 16px;
    margin: 0px 20px 0px 0px;
    background: linear-gradient(90deg, #ffad1f 80%, #fffbe6 100%);
    color: #1565c0;
    box-shadow: 0 8px 24px rgba(33,150,243,0.18);
    border-color: #43a047;
    opacity: 1;
}
.recent-events-wrap img {
    border: 3px solid #ff9800;
    box-shadow: 0 4px 18px rgba(33,150,243,0.13);
    border-radius: 16px;
    transition: transform 0.35s, box-shadow 0.35s, border-color 0.3s;
}
.recent-events-wrap:hover img {
    transform: scale(1.08) translateY(-8px) rotate(-2deg);
    box-shadow: 0 16px 40px rgba(67,160,71,0.22);
    border-color: #43a047;
    filter: brightness(1.08) saturate(1.2);
    animation: eventImgPop 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes eventImgPop {
    0% {
        transform: scale(1) translateY(0) rotate(0deg);
        box-shadow: 0 4px 18px rgba(33,150,243,0.13);
        border-color: #ff9800;
    }
    60% {
        transform: scale(1.12) translateY(-12px) rotate(-3deg);
        box-shadow: 0 20px 48px rgba(67,160,71,0.28);
        border-color: #43a047;
    }
    100% {
        transform: scale(1.08) translateY(-8px) rotate(-2deg);
        box-shadow: 0 16px 40px rgba(67,160,71,0.22);
        border-color: #43a047;
    }
}
    
#recent-events .col-xs-12.col-sm-4.col-md-3 {
    padding: 20px;
}

/* Lightbox Modal Redesign */
.lightbox-basic.zoom-anim-dialog.mfp-hide {
    background: #fffbe6;
    border-radius: 24px;
    box-shadow: 0 16px 48px rgba(33,150,243,0.18);
    border: 4px solid #ffad1f;
    padding: 32px 24px;
    max-width: 900px;
    margin: 40px auto;
    position: relative;
    animation: modalPop 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.lightbox-basic .img-fluid {
    border-radius: 16px;
    border: 3px solid #43a047;
    box-shadow: 0 8px 32px rgba(67,160,71,0.22);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s, border-color 0.4s;
    transform: scale(1) rotate(0deg);
}
.lightbox-basic .img-fluid:hover {
    transform: scale(1.08) translateY(-8px) rotate(-2deg);
    box-shadow: 0 20px 56px rgba(33,150,243,0.22);
    border-color: #ff9800;
    filter: brightness(1.08) saturate(1.2);
    animation: eventImgPop 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.lightbox-basic h3 {
    background: linear-gradient(90deg, #ffad1f 80%, #fffbe6 100%);
    color: #1565c0;
    border-radius: 8px;
    padding: 8px 18px;
    box-shadow: 0 4px 18px rgba(33,150,243,0.13);
    border: 2px solid #43a047;
    margin-top: 0;
    margin-bottom: 12px;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.lightbox-basic h3:hover {
    background: linear-gradient(90deg, #43a047 80%, #ffad1f 100%);
    color: #fff;
    border-color: #ff9800;
}

@keyframes modalPop {
    0% {
        transform: scale(0.92) translateY(24px);
        opacity: 0.2;
    }
    80% {
        transform: scale(1.04) translateY(-8px);
        opacity: 1;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* <!-- Mobile Slideshow (only visible on mobile) --> */
@media (max-width: 600px) {
    .mobile-only-heading { display: block !important; }
}
@media (min-width: 601px) {
    .mobile-only-heading { display: none !important; }
}

@media (max-width: 600px) {
  #recent-events .container { display: none !important; }
  #mobile-event-slideshow { display: block !important; }
}
@media (min-width: 601px) {
  #mobile-event-slideshow { display: none !important; }
}
 #mobile-event-slideshow {
     display: none;
     width: calc(100vw - 32px);
     max-width: calc(100vw - 32px);
     overflow: hidden;
     position: relative;
     margin: 0 auto 24px auto;
     /* padding-left: 24px; */
     padding-right: 24px;
     box-sizing: border-box;
     border-left: 6px solid #ffad1f;
     border-right: 6px solid #ffad1f;
     border-radius: 18px;
     background: linear-gradient(135deg, #fffbe6 80%, #ffad1f 100%);
     box-shadow: 0 8px 32px rgba(33,150,243,0.13);
 }
.mobile-slide-img {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  border-radius: 12px;
  display: block;
}
.mobile-slide-overlay {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #ffad1f 80%, #fffbe6 100%);
    color: #1565c0;
    padding: 16px 28px;
    border-radius: 8px;
    font-size: 1.7rem;
    box-shadow: 0 2px 12px rgba(33,150,243,0.13);
    text-align: center;
    max-width: 98vw;
    white-space: nowrap;
    z-index: 2;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
    cursor: pointer;
}
.mobile-slide-overlay:hover {
    background: linear-gradient(90deg, #fffbe6 80%, #ffad1f 100%);
    color: #43a047;
    box-shadow: 0 4px 18px rgba(33,150,243,0.18);
    transform: translateX(-50%) scale(1.05);
}
.mobile-slide-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 3;
}
.mobile-slide-btn {
    background: #ffad1f;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(33,150,243,0.10);
    opacity: 0.85;
    transition: background 0.2s, transform 0.25s cubic-bezier(.68,-0.55,.27,1.55);
}
.mobile-slide-btn:active {
    background: #43a047;
    transform: scale(1.18) rotate(-10deg);
}
.mobile-slide-btn:hover {
    background: #1565c0;
    transform: scale(1.12) rotate(8deg);
}
.mobile-slide-btn:active {
  background: #43a047;
}
/*======================= Event Styles End ========================*/


/*======================= Gallery Styles Start ========================*/
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.gallery-filters .button {
    background: #fff;
    color: #1565c0;
    border: 2px solid #ffad1f;
    border-radius: 24px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(33,150,243,0.10);
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.gallery-filters .button.is-checked,
.gallery-filters .button:hover {
    background: linear-gradient(90deg, #ffad1f 80%, #fffbe6 100%);
    color: #fff;
    border-color: #43a047;
}
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    padding: 0 16px;
    justify-content: center;
}
.gallery-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(33,150,243,0.13);
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s;
    position: relative;
    width: 220px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gallery-card:hover {
    box-shadow: 0 16px 48px rgba(33,150,243,0.18);
    transform: translateY(-8px) scale(1.04);
}
.gallery-card img {
    width: 212px;
    height: 160px;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
    margin: 4px 4px 0 4px;
    box-sizing: border-box;
    border: 2px solid #ffad1f;
    transition: filter 0.3s, transform 0.3s, border-color 0.3s;
}
.gallery-card:hover img {
    filter: brightness(1.08) saturate(1.2);
    transform: scale(1.05) rotate(-2deg);
    border-color: #43a047;
}
.gallery-card .gallery-label {
    position: absolute;
    right: 5px;
    bottom: 14px;
    left: auto;
    top: auto;
    background: linear-gradient(90deg, #ffad1f 80%, #fffbe6 100%);
    color: #ffffffff;
    font-weight: 700;
    padding: 0px 5px 0px 5px;
    font-size: 1rem;
    box-shadow: 0 4px 18px rgba(33,150,243,0.13);
    border: 3px solid #ff9800;
    opacity: 0.85;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(.77,0,.18,1), opacity 0.4s cubic-bezier(.77,0,.18,1), background 0.3s, color 0.3s, border-color 0.3s;
}
@media (max-width: 600px) {
    .gallery-grid {
        gap: 16px;
    }
    .gallery-card {
        width: 140px;
    }
    .gallery-card img {
        width: 132px;
        height: 90px;
    }
    .gallery-card .gallery-label {
        font-size: 0.85rem;
        padding: 4px 10px;
        right: 6px;
        bottom: 6px;
    }
}
.gallery-card:hover .gallery-label {
    opacity: 1;
    transform: translateY(-16px);
    background: linear-gradient(90deg, #ffad1f 80%, #fffbe6 100%);
    color: #1565c0;
    box-shadow: 0 8px 24px rgba(33,150,243,0.18);
    border-color: #43a047;
}
/*======================= Gallery Styles End ========================*/


/*======================= Review Styles Start ========================*/
.carousel-container {
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 340px;
    background: transparent;
}
.carousel-track {
    display: flex;
    transition: transform 0.7s cubic-bezier(.77,0,.18,1);
    will-change: transform;
    height: 100%;
}
.review-card {
    min-width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(33,150,243,0.10);
    padding: 24px;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 0.8s forwards;
    transition: box-shadow 0.3s, transform 0.3s, background 0.3s;
    cursor: pointer;
    margin: 0 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.review-card.active {
    opacity: 1;
    transform: translateY(0);
}
.review-card:hover {
    box-shadow: 0 8px 32px rgba(33,150,243,0.18);
    transform: translateY(-8px) scale(1.04);
    background: linear-gradient(135deg, #e3f2fd 80%, #ffecb3 100%);
}
.review-card:hover .reviewer-name {
    color: #ffad1f;
}
.carousel-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 2;
}
.carousel-btn {
    background: #1565c0;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(33,150,243,0.10);
    opacity: 0.8;
    transition: background 0.2s;
}
.carousel-btn:hover {
    background: #ffad1f;
    color: #1565c0;
    opacity: 1;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*======================= Review Styles End ========================*/


/*======================= Video Section Styles Start ========================*/
.video-attractive {
    background: linear-gradient(120deg, #fffbe6 60%, #ffad1f 100%);
    /* border-radius: 18px; */
    box-shadow: 0 4px 32px rgba(21,101,192,0.08);
    /* margin-bottom: 32px; */
    padding: 30px 0 10px 0;
}
.video-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #ffb300;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(21,101,192,0.08);
}
.video-desc {
    font-size: 1.18rem;
    color: #444;
    margin-bottom: 18px;
    font-style: italic;
}
.video-highlights {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.video-highlights li {
    background: #ffb300;
    color: #fff;
    display: inline-block;
    margin: 6px 8px 6px 0;
    padding: 0px 7px;
    border-radius: 18px;
    font-size: 1.0rem;
    font-weight: 100;
    box-shadow: 0 2px 8px rgba(255,179,0,0.10);
    letter-spacing: 0.5px;
    transition: background 0.3s;
}
.video-highlights li:hover {
    background: #1565c0;
}
.video-frame-wrapper {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 2px 16px rgba(255,179,0,0.10);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    width: 100%;
}
.video-style {
    width: 100%;
    max-width: 640px;
    min-height: 280px;
    aspect-ratio: 16/9;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(21,101,192,0.10);
    outline: none;
    border: 2px solid #ffb300;
    background: #000;
}
@media (max-width: 991px) {
    .video-attractive {
        padding: 14px 0;
    }
    .video-title {
        font-size: 1.4rem;
    }
    .video-frame-wrapper {
        max-width: 98vw;
        padding: 8px;
    }
    .video-style {
        max-width: 98vw;
        min-height: 160px;
    }
}
/*======================= Video Section Styles End ========================*/


/*======================= Team Section Styles Start ========================*/
.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.team-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(33,150,243,0.13);
  border: 3px solid #ffad1f;
  overflow: hidden;
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 18px 24px 18px;
  position: relative;
  transition: box-shadow 0.3s, transform 0.3s;
  animation: fadeInUp 1s;
}
.team-card:hover {
  box-shadow: 0 16px 48px rgba(33,150,243,0.18);
  transform: translateY(-8px) scale(1.04);
  border-color: #43a047;
}
.team-card img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #43a047;
  box-shadow: 0 4px 18px rgba(33,150,243,0.13);
  margin-bottom: 18px;
  transition: transform 0.4s, box-shadow 0.4s, border-color 0.3s;
}
.team-card:hover img {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 12px 32px rgba(67,160,71,0.22);
  border-color: #ffad1f;
}
.team-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1565c0;
  margin-bottom: 4px;
  margin-top: 0;
  text-align: center;
}
.team-card h4 {
  font-size: 1rem;
  color: #43a047;
  margin-bottom: 8px;
  margin-top: 0;
  text-align: center;
}
.team-card p {
  font-size: 1rem;
  color: #ffad1f;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
  font-weight: 600;
}
.team-card .follow-us {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 10px;
  padding: 0;
}
.team-card .follow-us li {
  list-style: none;
}
.team-card .follow-us a {
  background: #fffbe6;
  color: #1565c0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 2px 8px rgba(33,150,243,0.10);
  border: 2px solid #ffad1f;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.team-card .follow-us a:hover {
  background: linear-gradient(90deg, #ffad1f 80%, #fffbe6 100%);
  color: #fff;
  border-color: #43a047;
}
@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-40px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}
/*======================= Team Section Styles End ========================*/


/*======================= Contact Section Styles Start ========================*/
.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 48px; 
  justify-content: center;
  align-items: stretch; 
}
.contact-col {
  flex: 1 1 400px;
  max-width: 480px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.contact-form-card, .location-card {
  background: linear-gradient(135deg, #fffbe6 80%, #ffad1f 100%);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(33,150,243,0.13);
  border: 3px solid #ffad1f;
  padding: 32px 24px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 420px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.contact-form-card .form-group {
  width: 100%;
  margin-bottom: 18px;
}
.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ffad1f;
  padding: 10px 14px;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(33,150,243,0.10);
  margin-bottom: 4px;
  transition: border-color 0.3s;
}
.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: #43a047;
  outline: none;
}
.contact-form-card button {
  background: linear-gradient(90deg, #ffad1f 80%, #fffbe6 100%);
  color: #1565c0;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(33,150,243,0.10);
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.contact-form-card button:hover {
  background: linear-gradient(90deg, #43a047 80%, #ffad1f 100%);
  color: #fff;
}
.location-card {
  min-width: 260px;
  max-width: 480px;
  flex: 1 1 400px;
  min-height: 420px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .contact-row {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .contact-col {
    max-width: 100%;
    width: 100%;
  }
  .contact-form-card, .location-card {
    min-height: 320px;
    max-width: 100%;
    width: 100%;
  }
}
/*======================= Contact Section Styles End ========================*/



/*======================= Footer Section Styles Start ========================*/
#footer-sec {
    background-color: #0e0133ff !important;
    color: #fff;
    padding: 20px;
}
#footser-end {
    text-align: right;
    background-color: #d88200ff !important;
    color: #fff;
    padding: 10px;
}
/*======================= Footer Section Styles End ========================*/
