* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  /* overflow-x: hidden; */
  font-family: 'Times New Roman', Times, serif !important;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1140px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

section {
  padding: 80px 0px;
}

/* whatsapp-widget-css-start */

a:link,
a:visited {
  color: #444;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 20px;
  text-align: center;
  display: block;
  background: linear-gradient(to right top, #6f96f3, #164ed2);
  padding: 20px;
  color: #fff;
  border-radius: 50px;
}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;

  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 100px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /* background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 20px 20px;
  border-radius: 50%;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.682);
  z-index: 999;
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 0px 0 0;
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 30px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 4px 10px 5px;
  background: #eee;
  border-radius: 10px;

  svg {
    fill: #a6a6a6;
    height: 18px;
    width: 18px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;

  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: rgb(182, 181, 186);
  }

  15% {
    background-color: rgb(17, 17, 17);
  }

  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }

  25% {
    background-color: rgb(17, 17, 17);
  }

  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }

  35% {
    background-color: rgb(17, 17, 17);
  }

  45% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
    z-index: 999;
  }
}

.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;

  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: rgb(158, 157, 162);
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);

  &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
  }
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}


/* whatsapp-widget-css-end */



/* scroll-top-to-bottam-css-start */

a#button {
  display: inline-block;
  background-color: #03a9f4;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 80px;
  right: 15px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #03a9f4;
}

#button:active {
  background-color: #03a9f4;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (min-width: 500px) {
  .content {
    width: 43%;
  }

  #button {
    margin: 30px;
  }
}

.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}

.content h3 {
  font-style: italic;
  color: #96a2a7;
}


/* scroll-top-to-bottam-css-end */

/* Topbar-Section-Css-start */

.topbar-area {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #000;
  /* height: 40px; */
  /* padding: 10px 0px; */
}

.topbar-left-box {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}

.topbar-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-right: 1px solid #ffffff7d;
  padding-right: 10px;
}

.topbar-left:last-child {
  border-right: 0px;
}

.topbar-icon {
  font-size: 14px;
  color: #fff;
}

.topbar-text {
  font-size: 14px;
  color: #fff;
}

.topbar-right {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 10px;
}
@media (max-width:675px) {
  .topbar-right{
    display: none;
  }
  .topbar-text {
    font-size: 12px;
  }
}


.topbar-icon {
  font-size: 18px;
  color: #fff;
  border-right: 1px solid #ffffff7d;
  padding-right: 10px;
}

.topbar-icon:last-child {
  border-right: none;
}

/* Topbar-Section-Css-end */



/* navbar-Section-Css-start */


.navbar-area {
  width: 100%;
  float: left;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  width: 70%;
}

.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600;
  font-family: 'Times New Roman', Times, serif;
  padding: 10px 15px !important;
  transition: 0.3s;
  background-color: transparent !important;
  border: 2px solid transparent !important;
  border-radius: 8px;
}

.navbar-light .navbar-nav .nav-link:hover {
  transition: 0.3s;
  background-color: #911e5b !important;
  border: 2px solid #f9d017 !important;
  border-radius: 8px;
}

.offcanvas-btn {
  display: none !important;
}

.offcanvas-header img {
  width: 70%;
}

/* navbar-Section-Css-end */


/* banner-Section-Css-start */

.banner-area {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
}

.banner-gallery {
  position: relative;
}

.banner-img {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 5px;
  padding-top: 10%;
  padding-left: 9%;
}

.banner-overlay h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.banner-overlay p {
  font-size: 18px;
  color: #fff;
  margin: 10px 0;
}

.learn-more {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #911e5b;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 600;
}

.learn-more:hover {
  background-color: #f9d017 !important;
  color: #000 !important;
  transition: 0.3s;
}

.banner-gallery .owl-nav {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 40%;
  margin-left: 3%;
}

.banner-gallery .owl-nav .owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff !important;
  transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev span {
  font-size: 40px;
  color: #fff;
  margin-bottom: 23%;
  transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff !important;
  transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next span {
  font-size: 40px;
  color: #fff;
  margin-bottom: 23%;
  transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next:hover {
  background-color: #911e5b !important;
  border: 2px solid #f9d017 !important;
  transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next:hover span {
  color: #fff;
  transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev:hover {
  background-color: #911e5b !important;
  border: 2px solid #f9d017 !important;
  transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev:hover span {
  transition: 0.3s;
  color: #fff;
}


/* banner-Section-Css-end */


/* about-Section-Css-start */

.about-area {
  width: 100%;
  float: left;
  text-align: center;
}

.about-left-box {
  position: relative;
  width: 100%;
  float: left;
  padding-right: 7%;
  text-align: left;
}

/* Heading Style */
.about-left-box h2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
  display: inline-block;
}

/* Default Half Line */
.about-left-box h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50%;
  height: 3px;
  background: #e91e63;
  transition: width 0.4s ease;
}

/* 🔥 When FULL BOX is hovered */
.about-left-box:hover h2::after {
  width: 100%;
}

/* 🔥 When FULL BOX is touched (mobile) */
.about-left-box:active h2::after {
  width: 100%;
}


@media (max-width: 768px) {
  .about-left-box h2 {
    font-size: 24px;
  }

  .about-left-box h2::after {
    height: 2px;
  }
}




.about-left-box p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
}

.about-right-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: transform 0.6s ease;
}

/* Image */
.about-right-box img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
}

/* Gradient Overlay */
.about-right-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e91e6399, #f9d0178c);
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.6s ease;
  z-index: 1;
}

/* Hover Effect – Desktop */
@media (min-width: 769px) {
  .about-right-box:hover img {
    transform: scale(1.15);
  }

  .about-right-box:hover::before {
    opacity: 0.75;
    transform: scale(1);
  }
}

/* Mobile / Touch Devices */
@media (max-width: 768px) {
  .about-right-box img {
    transition: transform 0.5s ease;
  }

  .about-right-box:active img {
    transform: scale(1.08);
  }

  .about-right-box:active::before {
    opacity: 0.65;
    transform: scale(1);
  }
}


.learn-btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #e91e63;
  border: 2px solid #e91e63;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-top: 2%;
}

/* Background Fill Animation */
.learn-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e91e63;
  z-index: -1;
  transition: width 0.4s ease;
}

/* Hover Effect */
.learn-btn:hover {
  color: #fff;
}

.learn-btn:hover::before {
  width: 100%;
}

/* Touch Effect */
.learn-btn:active::before {
  width: 100%;
}


@media (max-width: 768px) {
  .learn-btn {
    padding: 10px 22px;
    font-size: 14px;
  }
}






.about-banner {
  width: 100%;
  height: 350px;
  float: left;
  text-align: center;
  position: relative;
  background: #f50a4c;
  background: linear-gradient(90deg, rgba(245, 10, 76, 1) 0%, rgba(232, 12, 85, 1) 27%, rgba(249, 208, 23, 1) 71%, rgba(181, 132, 34, 1) 100%);
}

.breadcrumbs-area {
  width: 100%;
  float: left;
  text-align: center;
  /* padding-top: 16%; */
  position: absolute;
  top: 30%;
  left: 0;
}

.breadcrumbs-area h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
}

.breadcrumbs-color {
  padding: 1% 43%;
}

.bread-text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background-color: #e91e63;
  padding: 6% 0%;
  border-radius: 10px;
}

.bread-text a {
  text-decoration: none;
  color: #fff;
}





/* about-Section-Css-end */


/* counter-Section-Css-start */

.counter-area {
  padding: 80px 0;
  /* background: #f9f9f9; */
  text-align: center;
}

.counter-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px;
  margin: 15px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.counter-box .icon {
  font-size: 40px;
  color: #e91e63;
  margin-bottom: 5px;
}

.counter-box h2.counter {
  font-size: 36px;
  color: #111;
  /* margin-bottom: 10px; */
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.counter-box p {
  font-size: 16px;
  color: #555;
}

/* Responsive */
@media (max-width: 991px) {
  .counter-box {
    padding: 30px 15px;
  }

  .counter-box h2.counter {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .counter-box {
    margin: 10px 0;
    padding: 25px 15px;
  }

  .counter-box h2.counter {
    font-size: 24px;
  }

  .counter-box .icon {
    font-size: 32px;
  }
}

/* count-Section-Css-end */



/* event-Section-Css-start */

.events-main-text {
  width: 100%;
  float: left;
  text-align: center;
}

.events-main-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.events-main-text p {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  margin-top: 1%;
}

/* Section specific styles */
#events-one .card-title {
  font-weight: 700;
  font-size: 1.25rem;
}

#events-one .badge.bg-warning {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#events-one .card-text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
}

#events-one .d-flex .fa-regular,
#events-one .d-flex .fa-solid {
  color: #f9b700;
}

@media (max-width: 575.98px) {
  #events-one .card {
    margin-bottom: 1.5rem;
  }
}

/* Card hover effect */
#events-one .card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}

/* Image hover scale */
#events-one .card-img-top {
  transition: transform 0.4s ease;
}

/* Hover state */
#events-one .card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

#events-one .card:hover .card-img-top {
  transform: scale(1.1);
}


.event-section {
  background: #fff;
}

.event-card {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.event-card:hover {
  transform: translateY(-10px);
}

/* Background Images */
.event-bg {
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
}

/* Gradient overlay */
.event-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(91, 48, 130, 0.8) 0%, rgba(91, 48, 130, 0.8) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}

/* Text container */
.event-text {
  position: relative;
  color: white;
  text-align: center;
  z-index: 2;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
}

/* Blue background behind text blocks */
.label-top,
.label-bottom {
  background-color: transparent;
  padding: 6px 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  user-select: none;
  margin-bottom: 4px;
}

.label-bottom {
  font-weight: 800;
  font-size: 1.5rem;
}

/* Background images for each card */
.upcoming-bg {
  background-image: url(../img/event/event1.webp);
}

.showing-bg {
  background-image: url(../img/event/event2.webp);
}

.expired-bg {
  background-image: url(../img/event/event3.webp);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .event-bg {
    height: 180px;
  }

  .label-top,
  .label-bottom {
    font-size: 1rem;
  }

  .label-bottom {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .event-bg {
    height: 140px;
  }

  .label-top,
  .label-bottom {
    font-size: 0.9rem;
  }

  .label-bottom {
    font-size: 1rem;
  }
}


/* event-Section-Css-end */


/* Service-Section-Css-start */

.service-area {
  width: 100%;
  float: left;
  text-align: center;
}

.events-main-text {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  padding: 20px;
  cursor: pointer;
  /* allows touch/click hover effect on mobile */
}

.events-main-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

/* Line starting at the center */
.events-main-text .underline {
  height: 4px;
  width: 5%;
  /* start with zero width */
  background: #e91e63;
  margin: 0 auto;
  border-radius: 2px;
  transition: width 0.5s ease;
}

/* Hover or touch expands line from center */
.events-main-text:hover .underline,
.events-main-text:active .underline {
  width: 50%;
  /* final width, adjust as needed */
}

/* Optional: expand fully for bigger screens */
@media (min-width: 992px) {

  .events-main-text:hover .underline,
  .events-main-text:active .underline {
    width: 23%;
  }
}

/* Responsive text */
@media (max-width: 768px) {
  .events-main-text h2 {
    font-size: 28px;
  }

  .events-main-text p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .events-main-text h2 {
    font-size: 24px;
  }

  .events-main-text p {
    font-size: 12px;
  }
}



/* Service-Section-Css-end */




/* footewr-Section-Css-start */
.footer {
  width: 100%;
  float: left;
  padding: 80px 0px 0px;
  background-color: #000;
}

.footer-box-one {
  width: 100%;
  float: left;
  padding-right: 7%;
  padding-bottom: 8%;
}

.footer-box-two {
  width: 100%;
  float: left;
  padding-right: 7%;
  padding-bottom: 8%;
  padding-top: 2%;
}

.footer-icon-box {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 10px;
  padding-top: 6%;
}

.footer-icon-fa {
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}

.footer-icon-fa:hover {
  color: #f9d017;
  transition: 0.3s;
}

.footer-logo {
  width: 80%;
  border-radius: 8px;
  overflow: hidden;
}

.footer-link {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  position: relative;
}

.footer-link::after {
  position: absolute;
  top: 41px;
  left: 0;
  height: 3px;
  background-color: #f9d017;
  content: "";
  width: 22%;
}

.footer-box-one p {
  font-size: 17px;
  color: #fff;
  font-weight: 100;
  margin-top: 9%;
  margin-bottom: 10%;
  line-height: 24px;
}

.footer-contact-area {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  padding-top: 7%;
}

.footer-adrerss {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
}

.footer-icon {
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  padding: 4px 6px;
  transition: 0.3s;
}

.footer-icon:hover {
  color: #f9d017;
  transition: 0.3s;
}

.footer-icon a {
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  padding: 4px 6px;
  transition: 0.3s;
}

.footer-icon a:hover {
  color: #f9d017;
  transition: 0.3s;
}

.footer-text {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.footer-overlay-icon-box {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 10px;
  margin-top: 30px;
}

.footer-link-area {
  position: relative;
  padding-top: 7%;
}

.footer-link-area ul {
  padding: 0;
  margin: 0;
}

.footer-link-area ul li {
  margin: 0;
  padding: 7px 0px;
}

.footer-link-area ul li a {
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.footer-link-area ul li a:hover {
  transition: 0.3s;
  color: #f9d017 !important;
}

.line-tool {
  width: 100%;
  height: 1px;
  background-color: #ffffff85;
}

.join-us {
  outline: 0;
  font-size: 16px;
  color: #fff;
  position: relative;
  content: "";
  background-color: transparent;
  border: 0;
  margin-right: 28px;
}

.join-us-box {
  display: flex;
  align-items: center;
}

.join-us a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.join-us a span {
  color: #f9d017;
  font-weight: 700;
}

.fotter-bottam-area {
  padding: 20px 0px;
  width: 100%;
  float: left;
}

.footer-copyright-area a {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  letter-spacing: 0.5px;
}


/* footewr-Section-Css-end */














@media (max-width:320px) {

  /* Topbar-Section-Css-start */

  .topbar-left-box {
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 10px;
    flex-direction: column;

  }

  .topbar-left {
    border-right: 1px solid transparent;
    padding-right: 10px;
    gap: 0px;
    /* border-bottom: 1px solid #ffffff7d; */
  }

  .topbar-right {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 8px;
  }

  /* Topbar-Section-Css-end */


  /* navbar-Section-Css-start */


  .navbar {
    position: relative;
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .offcanvas-btn {
    display: block !important;
  }

  /* navbar-Section-Css-end */

  /* banner-Section-Css-start */
  .banner-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  /* banner-Section-Css-end */








}












/* Mobile devices (small screens) */
@media (max-width: 768px) {
  section {
    padding: 40px 0px;
  }

  .container {
    max-width: 100%;
  }
}

/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
  section {
    padding: 60px 0px;
  }
}

/* Large screens */
@media (min-width: 1025px) {
  section {
    padding: 80px 0px;
  }
}