body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size:16px;
  line-height:24px;
}
h1, h2, h3, h4, h5, h6, p{
	font-family: "Poppins", sans-serif !important;
}
* {
    box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto;
  padding:0 !important;	
}
img{
    max-width: 100%;
}
.owl-dots .owl-dot {
    width: auto !important;
    height: inherit !important;
    background-color: #fff !important;
    border-radius: inherit !important;
    margin: 0;
    transition: inherit;
    opacity: inherit;
}
.owl-dots{
	gap: 0px!important;
} 

.header_new {
  background: linear-gradient(to right, #a3d9e1, #b7368e, #b7368e, #b7368e,#b7368e,  #6b8dae);
  padding: 15px 12px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.navbar_new {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    max-width: 1100px;
    width: 100%;
    justify-content: center;
  
}
.menu li {
  margin: 0 15px;
}
.menu a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}
.menu a:hover {
  color: #fff59d;
}
.social-icons a:hover {
  color: #fff59d;
}
 .hamburger_new {
    cursor: pointer;
    display: none;
}
.hamburger_new .line {
    width: 26px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 4px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 
/* Sidebar base */
.side_bar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  transition: left 0.3s ease;
  z-index: 99999;
}

/* Sidebar content box */
.content_sideBar {
  background: #fff;
  width: 75%;
  max-width: 300px;
  height: 100%;
  padding: 30px 20px;
  overflow-y: auto;
  position: relative;
}

/* Close button */
.close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

/* Menu list */
.content_sideBar ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.content_sideBar ul li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
}

.content_sideBar ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    to right,
    rgba(221, 221, 221, 0.2),   /* left fade */
    rgba(221, 221, 221, 1),   /* middle solid */
    rgba(221, 221, 221, 0.2)    /* right fade */
  );
}
.content_sideBar ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}


.awards-section {
  padding: 50px 12px;
}
.awards-section .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; 
}
.awards-section .content {
  width: calc(100% - 380px);
}

.awards-section .content h2 {
  color: #B63A9A;
  font-size: 35px;
  margin: 0 0 0;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 50px;
}

.awards-section .content h1 {
  color: #B63A9A;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  margin: 0 0 15px;
}

.awards-section .content p {
  font-size: 19px;
  line-height: 32px;
  color: #333;
  margin: 0 0 20px;
}
.awards_pic{
    display: none;
}

.read-more {
    display: inline-block;
    padding: 16px 48px;
    background-color: #b63a9a;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 400;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 18px;
    margin: 10px 0 0;
}

.read-more:hover {
  background-color: #ec52c9;
   transform: translateY(-2px);
}
.awards-section .image {
  width: 380px;
  text-align: center;
  padding: 0;
}

.awards-section .image img {
  max-width: 100%;
  height: auto;
}

/* Section background with vertical gradient */
.chief-guest-section {
  background: linear-gradient(180deg, #6692AF 0%, #E8018E 100%);
  color: #FFF;
  padding: 40px 12px 0;
}

/* Container centers content and handles flex layout */
.chief-guest-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Image block */
.image-block {
  text-align: center;
  padding: 0;
  width: 502px;
}
.image-block img { 
  display: block;
  margin: 0 auto;
}
/* Content block */
.content-block {
  width: calc(100% - 520px);
}

.content-block h2 {
  font-size: 45px;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 45px !important;
  color:#fff;	
}

.content-block h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 28px;
	 color:#fff;
}

.content-block .designation {
  font-size: 18px;
  margin-bottom: 17px;
  color: #f0f0f0;
  line-height: 24px;
  font-weight: 400;
}

.content-block p {
  font-size: 19px;
  line-height: 32px;
  margin: 0 0 20px;
  color: #fff;
}

/* View More button */
.view-more {
  display: inline-block;
    background-color: #a3dee4;
    color: #0f1515;
    text-decoration: none;
    padding: 16px 48px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px 0 0;
    font-size: 20px;
}

.view-more:hover {
  background-color: #73a2a7;
  transform: translateY(-2px);
}

.panel-section {
  padding: 55px 12px;
  text-align: center;
}
.section-title_new {
  font-size: 45px;
  color: #B63A9A;
  font-weight: bold;
  margin:0 0 45px;
}
.panel-card {
  max-width: 330px;
  margin: 0 auto;
  cursor: pointer;
} 
.panel-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
}

.panel-card p {
  font-size: 18px;
  color: #666666;
  margin: 0;
  line-height: 22px;
  font-weight: 300;
}
.img-wrap {
    width: 100%;
    background-color: #e8018e;
    border: 4px solid #675e61;
    border-radius: 167px;
    overflow: hidden;
    margin: 0 0 20px;
}
.img-wrap img {
    display: block;
}
.btn-wrap {
  text-align: center;
  margin-top: 30px;
}
.view-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #b9369f;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.view-btn:hover {
  background-color: #a12e8d;
  transform: translateY(-2px);
  color: #fff;
}

.footer {
  background: linear-gradient(to right, #a3d9e1, #b7368e, #b7368e, #b7368e, #b7368e, #6b8dae);
  padding: 15px 12px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.footer-menu,
.social-icons {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu{
    gap: 16px;
}
.social-icons{
    gap: 12px;
}
.footer-menu a {
  color: #fff;
  text-decoration: none; 
  text-transform: uppercase;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
.social-icons a {
  color: #fff;  
  font-weight: 400;
  transition: opacity 0.3s ease;
}

.footer-menu a:hover,
.social-icons a:hover {
  opacity: 0.75;
}

.videos-section {
  background-color: #5e2975;
  color: #fff;
  padding: 35px 12px;
}

.videos-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.videos-header h2 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.view-all-btn {
  background-color: #f466ba;
  color: #fff;
  padding: 8px 35px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}

.view-all-btn:hover {
  background-color: #e96aa4;
  color:#fff;	
}

.video-card p {
  font-size: 16px;
  color: #fff;
  margin: 6px 0 0;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
   cursor: pointer;
}

.video-thumb img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #d62887;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease, transform 0.3s ease;
}

.video-thumb:hover .play-btn {
  background: #fff;
  color: #d62887;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Featured video spans more columns on large screens */
.video-card.featured {
  grid-column: span 2;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.video-modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 800px;
    position: relative;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
}

.video-modal-close {
    position: absolute;
    top: 0px;
    right: -44px;
    color: white;
    font-size: 50px;
    font-weight: 200;
    cursor: pointer;
}
.videoPlayBox {
    padding-top: 56.3%;
    position: relative;
}
#youtubePlayer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.video-grid {
  display: flex;
  flex-wrap: wrap;
}

.video-grid .lft {
  max-width: 50%;
  width: 100%;
}

.video-grid .rgt {
  max-width: 50%;
  width: 100%;
  gap: 20px;
  padding: 0 0 0 35px;
  display: flex;
  flex-wrap: wrap;
}
.video-grid .rgt .video-card {
    width: calc(50% - 20px);
}
.video-card h4 {
    font-size: 24px;
    color: #fff;
    margin: 10px 0 0;
    font-weight: 300;
    line-height: 35px;
}

.ticket-booking .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner img {
    display: block;
}
.ticket-booking {
  background-color: #c1f9ff;
  padding: 15px 12px;
  position: relative;
  top: -1px;
}
.ticket-booking .booking-text {
  font-size: 28px;
  font-weight: bold;
  color: #233846;
  padding: 0 80px 0 0px;
}
.ticket-booking .booking-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
} 
.booking-logos img {
  transition: transform 0.3s ease;
}
.booking-logos img:hover {
  transform: translateY(-5px);
}



.common_arrow .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #e2b0d7;
    margin: 0 2px;
}
.common_arrow .owl-dots .owl-dot.active span {
    background: #b63a9a;
    width: 20px;
    height: 20px;
}
.jury .common_arrow .owl-dots .owl-dot.active span{
    background: #6692af;
}
.jury .common_arrow .owl-dots .owl-dot span { 
    background: #c2d3df; 
}
.common_arrow .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jury .section-title_new{
    color: #6692af;
}
.for_mobile{
    display: none !important;
}

/* Responsive styles */
@media screen and (max-width: 999px) {
    .ticket-booking .container { 
        flex-wrap: wrap;
    }
    .ticket-booking .booking-text {
        font-size: 22px; 
        font-weight: 600;
        padding: 0 0 15px;
        width: 100%;
        text-align: center;
    }
    .ticket-booking .booking-logos {
        gap: 20px;
    } 
.booking-logos .paytm {
    width: 85px;
}
.booking-logos .zomato {
    width: 85px;
}
.booking-logos .bookmyshow {
    width: 130px;
}
    .for_mobile{
        display: block !important;
    }
    .for_desktop{
        display: none !important;
    }
    .header_new { 
        padding: 12px;
    }
   .hamburger_new { 
        display: block;
    }
     .menu { 
        display: none;
    }
    .video-card.featured {
        grid-column: span 1;
    }
  .chief-guest-section .container {
    flex-direction: column-reverse;
    text-align: center;
  }
  .content-block {
  margin: 0 0 20px;
  }
  .content-block h3 {
    font-size: 24px;
    line-height: 31px;
  }

  .content-block p {
    font-size: 17px;
    line-height: 30px;
  }

  .awards-section {
    padding: 12px 12px 40px;
    text-align: center;
  }
  .awards-section .content { 
    width: 100%;
  }
  .awards-section .content h1 {
    font-size: 27px;
    margin: 0;
    line-height: 35px;
  }
  .awards-section .content h2 {
    font-size: 28px;
    margin: 0;
    line-height: 32px;
  }
  .awards-section .content p {
    font-size: 17px;
    padding: 0 5px;
  }
  .read-more {
    margin: 0;
  }

 .footer-menu {
    justify-content: center;
    margin-bottom: 10px;
  }
  .social-icons {
    justify-content: end;
    width: 100%;
  }
  .footer .container {
    flex-direction: column;
  }

  .image-block, .content-block, .video-grid .lft, .video-grid .rgt{
    width: 100%;
    max-width: 100%;
  }
  .awards-section .image{
    display: none;
  }
  .awards_pic{
    display: block;
  }
.awards_header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
}
.awards_pic img {
    width: 45px;
}
.awards_header_inner {
    text-align: left;
}
.chief-guest-section {
    padding: 40px 12px 0;
}
.view-more {
    padding: 14px 46px;
    font-size: 18px;
    margin: 0;
}
.panel-section {
    padding: 45px 12px; 
}
.section-title_new {
    font-size: 32px; 
    margin: 0 0 35px;
}
.jury {
    padding-top: 0;
}
.video-grid .rgt {  
    padding: 0; 
}
.video-card h4 {
    font-size: 17px; 
    margin: 10px 0 20px;
    font-weight: 400;
    line-height: 27px;
} 
.video-grid .rgt .video-card {
    width: 100%;
    display: flex;
    align-items: center;
} 
.video_box .video-card .video-thumb { 
    min-width: 155px;
    margin-right: 12px;
}
.video-card p { 
    margin: 0;
    font-weight: 400; 
    -webkit-line-clamp: 3; 
}

.footer .social-icons {
    justify-content: center;
}
#videoModal {
    padding-left: 12px;
    padding-right: 12px;
}
.video-modal-close { 
    top: -27px;
    right: 0; 
}
.play-btn { 
    width: 35px;
    height: 35px; 
}
.play-btn i {
    font-size: 16px;
}

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .ticket-booking .booking-text { 
    padding: 0 20px 0 0px;
  }
  .ticket-booking .booking-logos { 
    gap: 41px; 
}
.menu { 
    max-width: 900px; 
}
.content-block p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 10px; 
}
.footer .social-icons {
    width: 100%;
    justify-content: center;
}
.footer-menu { 
    width: 100%;
    justify-content: center;
    margin: 0 0 15px;
}


}