body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #444444;
  font-size: 16px;
}

 
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1240px;
  }
}
img {
  max-width: 100%;
  transition: all 0.25s ease-in-out;
}
img:hover{
  transform: scale(1.07);
  transition: all 0.25s ease-in-out;
}

a,
a:hover {
  text-decoration: none;
}

.form-control{
  appearance: auto;
}

.bg-light {
  background: rgb(0 0 0 / 5%);
}

.bg-light-link {
  background: #fff5f5;
}

.bg-light-blue {
  background: #dcf3ff;
}



.header {
  transition: all 0.5s;
  z-index: 997;
  position: absolute;
  left: 0;
  right: 0;
}

.header .top-header {
  background-color: #f51b64;
  height: 40px;
  font-size: 14px;
  color: #fff;
}

.header .top-header .social-links a,
.header .top-header .contact-info a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}

.header .top-header .social-links a i,
.header .top-header .contact-info a i {
  margin-right: 5px;
}

.header .top-header .social-links a {
  margin-right: 0;
  margin-left: 10px;
}

.header .ieffHeader {
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 45px;
  margin-right: 8px;
}


.header .signup-button,
.header .signup-button:focus {
  color: #fff;
  background-color: #a7cd54;
  font-size: 14px;
  padding: 7px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
  border: 2px solid transparent;
  text-transform: uppercase;
}

.header .signup-button:hover,
.header .signup-button:focus:hover {
  color: #000;
  border-color: #fff;
}

.sticky-top {
  position: fixed;
  top: 0;
  z-index: 1020;

}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  background: #000;
}

.scrolled .header .top-header {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .signup-button {
    order: 2;
    margin: 0 15px 0 0;
    padding: 4px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 10px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    font-size: 15px;
    padding: 0 2px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;

  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #f51b64;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background-color: #000;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #fff;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #f51b64;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }


  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu ul li {
    border-bottom: 1px solid #ccc;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;

  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #f2f2f2;
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #a7cd54;
    color: #000;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #000;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #a7cd54;
    color: #000;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 0px 0;
    margin: 10px 20px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .navmenu .dropdown ul li:last-child {
    border-bottom: 0;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background-color: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/* =====================================================
CLEAN & CONFLICT-FREE BANNER CAROUSEL CSS (Bootstrap 5)
===================================================== */

/* Text animation */
.animate-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-text.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none !important;
    transition: none !important;
  }
}
.carousel-img {
  height: 100vh;
  object-fit: cover;
}


/* =========================
BANNER BASE
========================= */
#banner {
width: 100%;
min-height: 100vh;
position: relative;
overflow: hidden;
padding: 0;
}

/* =========================
CAROUSEL ITEMS
========================= */
#banner .carousel-item {
width: 100%;
min-height: calc(var(--vh, 1vh) * 100);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}

/* Dark overlay for readability */
#banner .carousel-item::before {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.45);
}

/* =========================
CENTER CONTENT
========================= */
#banner .carousel-container {
position: absolute;
inset: 0;
display: flex;
justify-content: center;
align-items: center;
padding: 0 15px;
z-index: 2;
}

#banner .carousel-content {
text-align: center;
color: #fff;
}

/* =========================
TEXT STYLES
========================= */
#banner .carousel-content h2 {
font-size: 48px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 10px;
text-shadow: 0px 2px 6px rgba(0,0,0,0.6);
}

#banner .carousel-content .short-content {
font-size: 32px;
font-weight: 600;
margin-bottom: 10px;
text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

#banner .carousel-content .short-content span {
margin: 0 5px;
}

/* =========================
BUTTONS
========================= */
.slider-button {
margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}

.slider-button .btn {
padding: 10px 25px;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.8px;
text-transform: uppercase;
border-radius: 5px;
transition: all 0.3s ease;
}

.btn-success {
background-color: #ffc107;
color: #000;
}

.btn-success:hover {
border: 2px solid #fff;
}

/* Watch Video */
.btn-watch-video {
display: inline-flex;
align-items: center;
font-size: 14px;
font-weight: 600;
color: #fff;
text-decoration: none;
}

.btn-watch-video i {
font-size: 24px;
margin-right: 8px;
color: #ed502e;
}

/* =========================
FADE EFFECT (Bootstrap 5)
========================= */
#banner .carousel.carousel-fade .carousel-item {
opacity: 0;
transition: opacity 0.6s ease-in-out;
}

#banner .carousel.carousel-fade .carousel-item.active,
#banner .carousel.carousel-fade .carousel-item-next.carousel-item-start,
#banner .carousel.carousel-fade .carousel-item-prev.carousel-item-end {
opacity: 1;
}

#banner .carousel.carousel-fade .active.carousel-item-start,
#banner .carousel.carousel-fade .active.carousel-item-end {
opacity: 0;
}

/* =========================
CAROUSEL CONTROLS
========================= */
#banner .carousel-control-prev,
#banner .carousel-control-next {
background: transparent;
border: none;
outline: none;
box-shadow: none;
}

#banner .carousel-control-prev-icon,
#banner .carousel-control-next-icon {
background-image: none;
background: rgba(255,255,255,0.15);
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
color: rgba(255,255,255,0.85);
transition: 0.3s;
}

#banner .carousel-control-prev-icon::before {
content: '‹';
}

#banner .carousel-control-next-icon::before {
content: '›';
}

#banner .carousel-control-prev-icon:hover,
#banner .carousel-control-next-icon:hover {
background: rgba(255,255,255,0.3);
}

/* =========================
INDICATORS
========================= */
#banner .carousel-indicators button {
width: 10px;
height: 10px;
border-radius: 50%;
}

#banner .carousel-indicators .active {
background-color: #f23207;
}

/* =========================
RESPONSIVE
========================= */
@media (max-width: 991px) {
#banner .carousel-content h2 {
font-size: 36px;
}

#banner .carousel-content .short-content {
font-size: 22px;
}
}

@media (max-width: 767px) {
#banner .carousel-content h2 {
font-size: 28px;
}

#banner .carousel-content .short-content {
font-size: 18px;
}

.slider-button {
flex-direction: column;
}
}


#banner .carousel-control-prev .visually-hidden,
#banner .carousel-control-next .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}




 /* ------------------------------------
 IEFF World Sec
  ------------------------------------ */


.ieffworldbox {
 padding: 60px 0 0;
}

.events-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 30px;
}

.event-wrapper {
 position: relative;
 background: #fff;
 box-shadow: 3px 1px 10px rgb(0 0 0 / 15%);
 border-radius: 10px;
 overflow: hidden;
 margin: 20px;
}

.event-thumbs {
 position: relative;
 overflow: hidden;
}

.event-thumbs img {
 object-fit: cover;
 width: 100%;
 height: 250px;
}

.event-details {
 padding: 20px;
}

.event-title {
 color: #f23207;
 font-size: 22px;
 font-weight: 600;
 margin-bottom: 10px;
}

.event-title a {
 color: #f23207;
}

.event-date-list {
 min-height: 120px;
}

.event-date-list ul {
 list-style: none;
 padding-left: 0;
}



/* IEFF World – responsive tweaks */

/* Tablets: 2 columns, keep same look */
@media (max-width: 991px) {
 .events-grid {
 grid-template-columns: repeat(2, 1fr);
 gap: 24px;
 }

 .event-wrapper {
 margin: 12px;
 }

 .event-thumbs img {
 height: 220px;
 }
}

/* Phones: 1 card per row */
@media (max-width: 767px) {
 .events-grid {
 grid-template-columns: 1fr; /* single column */
 gap: 16px;
 }

 .event-wrapper {
 margin: 0 0 16px; /* only bottom space between cards */
 }

 .event-thumbs img {
 height: 200px;
 }

 .event-date-list {
 min-height: auto;
 }
}


  /* ------------------------------------
  headings
  ------------------------------------ */

  .heading{
    margin-bottom: 30px;
    text-align: center;
  }
  .heading .main-heading{
    font-size: 31px;
    font-weight: 700;
    position: relative;
    color: #ed502e;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .heading .main-heading::before, .heading .main-heading::after{
    content: "";
    width: 45px;
    height: 2px;
    background: #1089ff;
    display: inline-block;
    margin-bottom: 10px;
  }
  .heading .main-heading::before{
    margin-right: 12px;
  }
  .heading .main-heading::after{
    margin-left: 12px;
  }

  .heading .sub-heading{
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
  }


/* ------------------------------------
   Dance categories sec start
------------------------------------ */
  
  .dance-sec{
   padding: 80px 0px 0px;
  }
  
  .dance-slider .swiper-slide {
 display: flex;
 justify-content: center;
}

  .dance-box{
    
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
  }
  
  .dance-sec .dancetext{
      text-align: center;
      padding-bottom: 40px;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      color:#444444;
      font-weight: 500;
       margin-bottom: 16px;
  }
  
   .dance-slider .dance-box {
width: 100%;
max-width: 320px;
}

  .dance-box .dance-text{
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    padding: 15px;
    background: rgba(6, 12, 34, 0.76);
    text-align: center;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .dance-box:hover .dance-text{
    bottom: 0;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .dance-box .dance-text h4{
    margin-bottom: 0px;
  }
  .dance-box .dance-text h4 a{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .dance-box .dance-text h4 a:hover{
    color: #ed502e;
  }
  .dance-box .dance-text p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
  }
  .dance-box .dance-text i{
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
  }
/* Dance slider layout */
.dance-slider .swiper-slide {
 display: flex;
 justify-content: center;
}

/* Optional: limit card width on large screens so it doesn’t stretch too wide */
.dance-slider .dance-box {
 width: 100%;
 max-width: 320px;
}


@media (max-width: 767px) {
 .dance-sec {
 padding: 50px 0 0;
 }

 .dance-box {
 margin-bottom: 20px;
 }

 .dance-box img {
 width: 100%;
 height: auto;
 display: block;
 }
}


@media (max-width: 767px) {
 .dance-box .dance-text p {
 text-align: center;
 }
}

.dance-slider .swiper-button-next,
.dance-slider .swiper-button-prev {
  background-color: rgb(0 0 0 / 53%);
  
}

.dance-slider .swiper-button-next:after,
.dance-slider .swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}

/* Just reposition the arrows for the dance slider */
.dance-sec .swiper-button-prev {
 left: 22px; /* try 12–18px; higher = more onto image */
}

.dance-sec .swiper-button-next {
 right: 22px; /* try 12–18px; higher = more onto image */
}





/*--------------------------------------------------------------
# Why to choose Us
--------------------------------------------------------------*/
 


  .article-head{
    margin-bottom: 30px;
    text-align: center;
  }
  
  .article-head h1 {
 font-size: 36px;
 font-weight: 700;
 position: relative;
 color: #ed502e;
 text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
 margin-bottom: 15px;
 margin-top: 40px;
 text-transform: uppercase;
}

.article-head h1::before,
.article-head h1::after {
 content: "";
 width: 45px;
 height: 2px;
 background: #1089ff;
 display: inline-block;
 margin-bottom: 10px;
}

.article-head h1::before {
 margin-right: 12px;
}

.article-head h1::after {
 margin-left: 12px;
}

  
.article-head .article-short-des {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    text-align: center;
}

.article-head .sub-heading{
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
  }
  
  
  
 /* ------------------------------------
 Festival Hosting countries
  ------------------------------------ */

.choicebox {
    padding: 80px 0px 0px;
}
  


/* reset all text and links inside the card */
.content-wrapper-des,
.content-wrapper-des a,
.content-wrapper-des .content-wrapper-title,
.content-wrapper-des p {
 color: #333 !important; /* your normal text color */
}

/* make only Read more blue */
.content-wrapper-des .read-more {
 color: #0ea5e9 !important;
 text-decoration: none;
}

.content-wrapper-des .read-more:hover {
 color: #0284c7 !important;
}



.content-wrapper-des .read-more .bi.bi-arrow-right {
 display: inline-block;
 transition: transform 0.25s ease;
 color: inherit; /* or a specific color like #0ea5e9 */
}

.content-wrapper-des .read-more:hover .bi.bi-arrow-right {
 transform: translateX(4px);
}






/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about-section {
  padding: 80px 0px 0px;
  background-color: #ffffff;
  overflow: hidden;

}

.about .about-images-wrapper {
  position: relative;
  padding-bottom: 60px;
  padding-right: 60px;
  z-index: 1;
}

@media (max-width: 992px) {
  .about .about-images-wrapper {
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}


.about .image-main {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  
  box-shadow: 0 15px 40px -10px rgba(71, 85, 105, 0.1);
}

.about .image-main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.about .image-main:hover img {
  transform: scale(1.03);
}

.about .image-offset {
 position: absolute;
 bottom: -20px; /* adjust as you like */
 right: -20px; /* adjust as you like */
 width: 55%;
 border-radius: 16px;
 overflow: hidden;
 border: 8px solid #ffffff; /* or your chosen color */
 z-index: 3;
box-shadow: 0 15px 30px -5px rgba(71, 85, 105, 0.15);
}

@media (max-width: 992px) {
  .about .image-offset {
    display: none;
  }
}

.about .image-offset img {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional: pull it slightly outside so the border crosses the container edge */
.about .about-images-wrapper {
 position: relative;
}
.about .image-offset {
 bottom: -20px;
 right: -20px;
} 

.about .experience-badge {
 position: absolute;
 top: 40px;
 left: -30px;
background: #0ea5e9;
  color:  #ffffff;
 padding: 24px 30px;
 border-radius: 16px;
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 z-index: 4;

box-shadow: 0 10px 30px rgba(14, 165, 233, 0.4);
animation: float-badge 4s ease-in-out infinite;
}


@keyframes float-badge {
 0% { transform: translateY(0); }
 50% { transform: translateY(-8px); }
 100% { transform: translateY(0); }
}



@media (max-width: 768px) {
  .about .experience-badge {
    left: 20px;
    top: 20px;
    padding: 16px 20px;
  }
}

.about .experience-badge .years {
 font-size: 3rem;
 font-weight: 800;
 line-height: 1;
 display: block;
 margin-bottom: 4px;
}

.about .experience-badge .text {
 font-size: 0.85rem;
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: 1px;
 line-height: 1.2;
 
}

.about .shape-pattern {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 200px;
  height: 200px;
  z-index: 1;
  background-image: radial-gradient(rgba(14, 165, 233, 0.15) 2px, transparent 2px );
  background-size: 20px 20px;
  opacity: 0.7;
}

@media (min-width: 1200px) {
  .about .about-content {
    padding-left: 40px;
  }
}

.about .section-subtitle {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0ea5e9;
  margin-bottom: 12px;
  position: relative;
  padding-left: 45px;
}

.about .section-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 2px;
  background: #0ea5e9;
  transform: translateY(-50%);
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .about h2 {
    font-size: 1.75rem;
  }
}

.about .lead-text {
  font-size: 16px;
 /*color: rgba(71, 85, 105, 0.8);*/
  margin-bottom: 16px;
  font-weight: 500;
}


.about .description {
/*color: rgba(71, 85, 105, 0.6);*/
 line-height: 1.5;
 margin-bottom: 12px; 
}


.about .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .about .features-grid {
    grid-template-columns: 1fr;
  }
}

.about .feature-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(71, 85, 105, 0.1);
  transition: all 0.3s ease;
}

.about .feature-card i {
  color:  #0ea5e9;
  font-size: 1.2rem;
}

.about .feature-card span {
  font-weight: 600;
  font-size: 0.95rem;
  color:#1e293b;
}

.about .feature-card:hover {
  border-color:  #0ea5e9;
  transform: translateX(5px);
}


.about .stats-row {
 display: flex;
 gap: 30px;
 margin-bottom: 35px;
 padding: 25px 0;
 border-top: 3px solid rgba(71, 85, 105, 0.1);
 border-bottom: 3px solid rgba(71, 85, 105, 0.1);
}



  
  .about .stat-box {
 flex: 1;
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
}   
     

/* Number box – same feeling as countdown blocks */
.about .stat-box .number {
 font-size: 32px;
 font-weight: 800;
 color: #007bff;
 line-height: 1.2;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 background: #ffffff;
 padding: 16px 22px;
 border-radius: 10px;
 box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
 min-width: 90px;
 border: 1px solid color-mix(in srgb, #007bff, transparent 80%);
}

/* Remove this – it forces a 0 before the number */
.number .purecounter::before {
 content: "";
}

.about .stat-box .label {
 margin-top: 8px;
 font-size: 0.8rem;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 color: rgba(71, 85, 105, 0.9);
 font-weight: 600;
}




.about .action-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}



.about .btn-primary-custom {
  background: #f23207;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.about .btn-primary-custom:hover {
  background: #f23207;
  transform: translateY(-2px);
}

.about .btn-primary-custom:hover i {
  transition: 0.3s;
  transform: translateX(4px);
}

.about .contact-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about .contact-info .icon-box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f23207 transparent 90%;
  color: #f23207;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: 0.3s;
}

.about .phone-ring {
 display: inline-block;
 transform-origin: 50% 0%;
}

.about .icon-box:hover .phone-ring {
 animation: phone-ring 1s ease-in-out infinite;
 
}

@keyframes phone-ring {
 0% { transform: rotate(0deg); }
 20% { transform: rotate(-15deg); }
 40% { transform: rotate(15deg); }
 60% { transform: rotate(-10deg); }
 80% { transform: rotate(10deg); }
 100% { transform: rotate(0deg); }
}


.about .contact-info .text {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}

.about .contact-info .text span {
  color: rgba(71, 85, 105, 0.5);
  font-size: 0.8rem;
}

.about .contact-info .text a {
  font-weight: 700;
  color: #1e293b;
  font-size: 1rem;
}

.about .contact-info .text a:hover {
  color:#0ea5e9;
}

.about .contact-info:hover .icon-box {
  background: #f23207;
  color: #fff;
}

@keyframes float-badge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}




/*--------------------------------------------------------------
# AboutPage Section

--------------------------------------------------------------*/
.about-inner .about-meta {
  color: #ed502e;
  font-weight: 600;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.about-inner .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2; 
  font-weight: 700;
  color: #0e1b4d;
}


@media (max-width: 992px) {
  .about-inner .about-title {
    font-size: 2rem;
  }
}

.about-inner .about-description {
  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #2f3138;
}




.about-inner .feature-list-wrapper {
  margin-bottom: 1.5rem;
}

.about-inner .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}




.about-inner .feature-list li{
 display: flex;
 align-items: flex-start;
 justify-content: flex-start;
 text-align: left;
 gap: 0.75rem;
 margin-bottom: 10px;
 font-size: 16px;
}


.about-inner .feature-list li i {
  color: #ed502e;
  font-size: 1.25rem;
}

.about-inner .profile .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.about-inner .profile .profile-name {
  font-size: 1.08rem;
  margin: 0;
}

.about-inner .profile .profile-position {
  color: #ed502e;
  margin: 0;
  font-size: 0.875rem;
}

.about-inner .contact-info {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.about-inner .contact-info i {
  color: #ed502e;
  font-size: 1rem;
  margin-right: 12px;
}

.about-inner .contact-info .contact-label {
  color: color-mix(in srgb, #212529, transparent 30%);
  font-size: 0.875rem;
  margin: 0;
}

.about-inner .contact-info .contact-number {
  font-weight: 600;
  margin: 0;
}

.about-inner .image-wrapper {
  position: relative;
}
.about-inner .image-wrapper .main-image, .about-inner .image-wrapper .small-image{
  border-radius: 16px;
}

@media (max-width: 992px) {
  .about-inner .image-wrapper {
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .about-inner .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .about-inner .image-wrapper .main-image {
    margin-left: 0;
  }
}

.about-inner .image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 8px solid #fff;
}

@media (max-width: 992px) {
  .about-inner .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
  }
}

.about-inner .image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: #ed502e;
  color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 992px) {
  .about-inner .image-wrapper .experience-badge {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
}

.about-inner .image-wrapper .experience-badge h3 {
  color: #fff;
  font-size: 2.3rem;
  margin: 0;
  line-height: 0.5;
}

.about-inner .image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.about-inner .image-wrapper .experience-badge p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color:#444444; ;
  }
  
  .about-sec .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about-sec .content ul li {
    padding-left: 28px;
    position: relative;
    margin-top: 10px;
  }
  
  
  .about-sec .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #3498db;
    line-height: 1;
  }
  
 
  .para h4{
    font-family: "Poppins", sans-serif;
      font-size: 20px;
      color: #ed502e;
      font-weight: 600;
  }
  
   .para h5{
    font-family: "Poppins", sans-serif;
      font-size: 16px;
      color: #063299;
      font-weight: 600;
  }
  
  .para p{
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
  }





/*--------------------------------------------------------------
# Participation page Section
--------------------------------------------------------------*/


.conditions-text p {
 
 font-weight: 400;
 line-height: 1.6;
 color: #2f3138;
 text-align: left;
 margin-left: 0;
 margin-right: auto;
}


.conditions .conditions-images img{
  border-radius: 10px;
  margin-bottom: 20px;
}
  .participation .nav-tabs{
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
}
  .participation .nav-tabs li{
    display: inline-block;
    margin-bottom: 0;
}
  .participation .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #039124;
    color: #fff;
    padding: 10px 60px;
    font-size: 17px;
    margin-bottom: 12px;
}

.participation #myTabContent {
 margin-top: 20px; /* adjust to taste */
}

  .participation .nav-tabs a.active{
    background-color: #ed502e;
    color: #fff;
}
  .participation .participation-row{
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
}

  .participation .participation-row time{
   font-size: 16px;
}


/* Make sure lists match too */
.participation #myTabContent .tab-pane p,
.participation #myTabContent .tab-pane li {
 font-size: 16px;
}

#Competition ul {
 list-style-type: disc;
 padding-left: 20px; /* adjust indent */
 margin-left: 0;
}

#Competition li {
 list-style-type: disc;
}

  .participation .participation-row img{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 10px 10px 0;
    float: left;
}
  .participation .participation-row h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
  .participation .participation-row h4 span{
    font-style: italic;
    color: #152b79;
    font-size: 16px;
    font-weight: 400;
}
  .participation .participation-row p{
    font-style: italic;
    color: #152b79;
    margin-bottom: 0;
}
.participation-inner .nav-tabs{
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
  }
  
.participation-inner .nav-tabs a {
  background-color: transparent;
  color: #000;
  padding: 0px 8px 5px;
  margin-right: 20px;
  border-radius: 0px;
  border-bottom: 2px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: -1px;
}
.participation-inner .nav-tabs a.active {
  color: #ed502e;
background-color: transparent;
  border-bottom: 2px solid #ed502e;
}

.participation-inner p{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.participation p > b {
 font-weight: 600; /* still bold */
 color:  #000000; /* change color */
 font-size: 16px; /* slightly larger */
 
}

.participation li i {
 margin-right: 8px; /* increase/decrease for more/less space */
 /* optional: align and color */
 vertical-align: middle;
 color: #e59b0f;
}

.participation ul {
 list-style: none;
/*  margin-top: 15px;*/
 padding-left: 0; /* or keep 10px if you want some indent */
}

.participation  .highlights-list,
.highlights-list ul {
 list-style: none;
 padding-left: 0;
}

.participation .highlights-list {
 list-style: none;
 padding-left: 0;

}

.participation .highlights-list li {
 display: flex;
 align-items: flex-start;
 gap: 8px; /* space between icon and text */
 margin-bottom: 10px;
}

.participation .highlights-list li i {
 flex: 0 0 auto; /* icon stays in its own column */
 margin-top: 4px; /* optional: vertical alignment tweak */
}



.participation li {
 font-size: 16px;
 margin-bottom: 10px;
 line-height: 26px;
 color: #444444;
}

.participation .about-img {
  position: relative;
  margin: 60px 0 0 60px;
}

.participation .about-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  content: "";
  background: url("../images/participation/participation-bg.png") top left;
  background-repeat: no-repeat;
  z-index: 1;
}

.participation .about-img img {
  position: relative;
  z-index: 2;
}




 .img-box .play-button {
    width: 100px;
    height: 100px;
    background: radial-gradient(#ed502e 50%, #9b321aa9 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  
  .img-box .play-button::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .img-box .play-button::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #ed512ed0;
    top: -10%;
    left: -10%;
    background: rgba(198, 16, 0, 0);
  }
  
  .img-box .play-button:hover::after {
    border-left: 15px solid #ed502e;
    transform: scale(20);
  }
  
  .img-box .play-button:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }
  
  @-webkit-keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }






/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/* Hero section  Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #2a2541; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #1b1535; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #2c00f8; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}
.hero {
  padding-top: 80px;
  /* background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 95%), color-mix(in srgb, var(--heading-color), transparent 97%));*/
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.hero .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .hero .hero-title {
    font-size: 2.5rem;
  }
}

.hero .hero-subtitle {
  font-size: 18px;
  color: #fffff;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: var(--heading-font);
}

@media (max-width: 768px) {
  .hero .hero-subtitle {
    font-size: 1.25rem;
  }
}

.hero .hero-description {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .hero .hero-description {
    font-size: 1rem;
  }
}

.hero .event-details .detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.hero .event-details .detail-item i {
  color: var(--accent-color);
  font-size: 1.25rem;
  margin-right: 0.75rem;
  width: 24px;
}

.hero .event-details .detail-item span {
  color: var(--default-color);
  font-weight: 500;
}

.hero .hero-actions .btn {
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.hero .hero-actions .btn.btn-primary {
  background-color:#007bff;
  border-color:#007bff;
}

.hero .hero-actions .btn.btn-primary:hover {
  background-color: #f23207;
  border-color: #f23207;
  transform: translateY(-2px);
}

.hero .hero-actions .btn.btn-outline-primary {
  color: #f23207;
  border-color: #f23207;
}

.hero .hero-actions .btn.btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: var(--contrast-color);
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .hero .hero-actions .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .hero .hero-actions .me-3 {
    margin-right: 0 !important;
  }
}

.hero .countdown-wrapper .countdown-title {
  font-size: 1.125rem;
  color: var(--heading-color);
  margin-bottom: 1rem;
  font-weight: 600;
}

.hero .countdown-wrapper .countdown {
  gap: 1.5rem;
}

.hero .countdown-wrapper .countdown>div {
  text-align: center;
  background-color: var(--surface-color);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--default-color), transparent 90%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  min-width: 80px;
}

.hero .countdown-wrapper .countdown>div h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 0.25rem;
  line-height: 1;
}

.hero .countdown-wrapper .countdown>div h4 {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

@media (max-width: 576px) {
  .hero .countdown-wrapper .countdown {
    gap: 0.75rem;
  }

  .hero .countdown-wrapper .countdown>div {
    min-width: 60px;
    padding: 1rem 0.75rem;
  }

  .hero .countdown-wrapper .countdown>div h3 {
    font-size: 1.5rem;
  }

  .hero .countdown-wrapper .countdown>div h4 {
    font-size: 0.75rem;
  }
}

.hero .hero-image-wrapper {
  position: relative;
}

.hero .hero-image-wrapper .hero-image {
  border-radius: 20px;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  transition: transform 0.3s ease;
}

.hero .hero-image-wrapper .hero-image:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

/* POSITION & LAYOUT */
.hero .hero-image-wrapper .floating-badges {
 position: absolute;
 top: 50%;
 right: -40px;
 transform: translateY(-50%);
 display: flex;
 flex-direction: column;
 gap: 1.2rem;
}

/* Tablet & below: row under image */
@media (max-width: 992px) {
 .hero .hero-image-wrapper .floating-badges {
 position: static;
 flex-direction: row;
 justify-content: center;
 transform: none;
 margin-top: 2rem;
 margin-bottom: 2rem;
 gap: 0.5rem;
 flex-wrap: nowrap;
 }
}

/* VISUAL STYLE + SIZE (base) */
.hero .hero-image-wrapper .floating-badges .badge-item {
 background-color: var(--surface-color);
 padding: 0.6rem 0.9rem;
 border-radius: 50px;
 box-shadow: 0 8px 30px color-mix(in srgb, var(--default-color), transparent 90%);
 border: 2px solid color-mix(in srgb, var(--accent-color), transparent 80%);
 display: inline-flex; /* inline-flex so intrinsic width is kept */
 align-items: center;
 gap: 0.4rem;
 white-space: nowrap;
 transition: all 0.3s ease;
}

.hero .hero-image-wrapper .floating-badges .badge-item i {
 color: var(--accent-color);
 font-size: 1.1rem;
}

.hero .hero-image-wrapper .floating-badges .badge-item span {
 color: var(--default-color);
 font-weight: 600;
 font-size: 0.8rem;
}

/* Tablet & below: slightly smaller */
@media (max-width: 992px) {
 .hero .hero-image-wrapper .floating-badges .badge-item {
 padding: 0.7rem 1.1rem;
 gap: 0.5rem;
 }
 


 .hero .hero-image-wrapper .floating-badges .badge-item span {
 font-size: 0.8rem;
 }
}

/* Small phones */
@media (max-width: 576px) {
 .hero .hero-image-wrapper .floating-badges .badge-item {
 padding: 0.45rem 0.6rem;
 }

 .hero .hero-image-wrapper .floating-badges .badge-item span {
 font-size: 0.7rem;
 }
}


/*--------------------------------------------------------------
# Fact Sheet
--------------------------------------------------------------*/

.icon {
 display: flex;
 align-items: center;
 gap: 10px; /* space between flag and number */
}

.flag-icon {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 object-fit: cover;
}

.festival-fact-sec {
   padding: 80px 0px 0px;
  }

  .festival-fact-sec .count-box{
    padding: 20px 0;
  }
  
  .festival-fact-sec .count-box .icon{
    display: flex;
    align-items: center;
  }
.festival-fact-sec .count-box i{
  display: block;
  font-size: 30px;
  color: #3498db;
}
.festival-fact-sec .count-box h4{
  font-size: 32px;
    display: block;
    font-weight: 700;
    color: #039124;
    margin-left: 15px;
}
.festival-fact-sec .count-box p{
    margin: 0 0 0 52px;
    font-size: 14px;
    color: #484848;
    text-align: left;
}








.upcomingEvent {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  overflow: hidden;
  padding-right: 15px;
}

.upcomingEvent-country {
  background: #f23207;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
}

.event-date {
  position: absolute;
  top: 0;
  left: 10px;
  background: #343a40;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  width: 50px;
  z-index: 3;
}

.event-date span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.event-date span:first-child {
  font-size: 22px;
}

.event-slider .swiper-button-next,
.event-slider .swiper-button-prev {
  background-color: rgb(0 0 0 / 53%);
}

.event-slider .swiper-button-next:after,
.event-slider .swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}

footer {
  background-color: #35322d;
  color: #999;
  font-size: 16px;
  padding-top: 110px;
  margin-top: 130px;
}

.footer-links {
  position: relative;
  margin: 0 0 50px 0;
}

.footer-link-title {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin: 0 0 20px 0;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #f82249;
  text-shadow: 0px 2px 4px rgb(230 15 17 / 60%);
}

.footer-logo {
  margin: 0 0 8px 0;
}



.footer-social-links ul {
  margin: 0;
  padding: 0;
}

.footer-social-links ul li {
  list-style: none;
  display: inline-block;
  justify-content: center;
  align-items: center;
}


.footer-social-links ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s;
  color: #fff;
  background: #f23207;
  border: 2px solid transparent;
}

.footer-social-links ul li a:hover {
  border: 2px solid #fff;
}

.footer-social-links ul li a.facebook {
  background-color: #0865ff;
}

.footer-social-links ul li a.twitter {
  background-color: #2cbd08;
}


.footer-social-links ul li a.instagram {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf 100)
}

.footer-social-links ul li a.youtube {
  background-color: #ff0000;
}
.footer-social-links ul li a.linkedin {
  background-color: #4589dd;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
}

.footer-nav ul li {
  list-style: none;
  display: block;
  padding: 5px 0;
}

.footer-nav ul li a {
  color: #999;
  display: block;
  padding-left: 15px;
  position: relative;
}

.footer-nav ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\00BB";
  color: #999;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -3px;
}

.footer-nav ul li a:hover {
  color: #f23207;
}

.footercontact-info {
  margin-bottom: 5px;
}

.footercontact-info a {
  color: #999;
}

.copy-right-wrapper {
  background-color: #f23207;
  color: #fff;
  padding: 25px 0;
  font-size: 15px;
}

.copyright-details a {
  color: #fff;
}

.copy-right-nav {
  text-align: right;
}

.copy-right-nav ul {
  margin: 0;
  padding: 0;
}

.copy-right-nav ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
  line-height: 0.8;
}

.copy-right-nav ul li:last-child {
  padding-right: 0;
  border-right: 0px;
}

.copy-right-nav ul li a {
  color: #fff;
  display: block;

}



/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color:#2cbd08;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  border-radius: 50px;
  border: 2px solid transparent;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  border-color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

.content-wrapper {
  position: relative;

}

.content-wrapper-thumbs {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid transparent;
  transition: all 0.5s ease 0.5s;
}

.content-wrapper-thumbs img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  transform: scale(1.01);
  transition: all 0.5s ease 0.5s;

}

.content-wrapper-title {
  margin: 0 0 13px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.content-wrapper-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #d92e7f;
  bottom: 0;
  left: calc(50% - 25px);
}

.content-wrapper-des {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  z-index: 3;
  margin: -30px 30px 0 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.content-wrapper:hover .content-wrapper-thumbs {
  border-color: #d92e7f;
}

.content-wrapper:hover .content-wrapper-thumbs img {
  transform: scale(1.2) rotate(0deg);

}

.content-wrapper-des .plus-icon {
  position: absolute;
  right: 30px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #f23207;
  border-radius: 50%;
  text-align: center;
  display: block;
  padding: 10px 0;
  transition: all 0.5s ease 0.5s;
  color: #ffffff;
}

.content-wrapper-des:hover .plus-icon {
  top: -30px;
  height: 50px;
  background: #f23207;
  border-radius: 25px 25px 0px 0px;
  padding: 20px 0;
  color: #ffffff;
}

.custom-btn{
  font-style: italic;
    display: block;
    font-size: 15px;
    padding: 0px 10px;
}



.video-icon {
  position: relative;
}


.video-icon {
  position: relative;
  transition: .5s;
}

.video-icon img {
  max-width: 100%;
  position: relative;
  border-radius: 5px;
}
.video-icon img:hover{
transform: scale(1) !important;
}

.video-icon::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  border-left: 5px solid #f23207;
  border-top: 5px solid #f23207;
  transition: .5s;
  border-radius: 5px;
}

.video-icon::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-radius: 5px;
  border-right: 5px solid #f23207;
  border-bottom: 5px solid #f23207;
  transition: .5s;
}

.video-icon:hover {
  transform: scale(1.03);
}

.video-icon:hover::before {
  left: 10px;
  top: 10px;
}

.video-icon:hover::after {
  right: 10px;
  bottom: 10px;
}


.video-icon .play-button {
  width: 94px;
  height: 94px;
  
 background: radial-gradient(
 #f23207 50%,
 rgba(242, 50, 7, 0.0) 52%, /* fully transparent edge */
 rgba(242, 50, 7, 0.4) 70% /* or a soft transparent ring of same color */
 );
 
 
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.video-icon .play-button::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.video-icon .play-button::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(242, 50, 7, 1);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.video-icon .play-button:hover::after {
  border-left: 15px solid #f23207;
  transform: scale(20);
}

.video-icon .play-button:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



.card-wrapper {
  border-radius: 15px;
  padding: 40px 20px;
  background: #fff;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}


.client-review .reviewer-item{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
  padding: 20px 20px 20px 70px;
  margin: 20px;
  min-height: 300px;
  border-radius: 10px;
}
.client-review .reviewer-item .reviewer-thumbs{
  width: 90px;
  border-radius: 10px;
  border: 6px solid var #f7f7f7;
  position: absolute;
  left: -30px;
  overflow: hidden;
  object-fit: cover;
}
.client-review .reviewer-item .reviewer-name{
  color: #52565e;
  font-size: 20px;
  font-weight: bold;
}
.client-review .reviewer-item .reviewer-country{
  color: #a0a0a0;
  font-size: 17px;
  font-weight: 500;
}
.client-review .reviewer-item .reviewer-stars i{
  color: #a7cd54;
  margin-right: 5px;
  font-size: 14px;
}
.client-review .reviewer-item .reviewer-words{
  color: #364d59;
  font-size: 15px;
  margin-top: 10px;
  line-height: 26px;
}
.client-review .reviewer-item .reviewer-words .fa-quote-left{
  color: #827d7f;
  font-size: 20px;
  margin-right: 5px;
}
.client-review .reviewer-item .reviewer-words .fa-quote-right{
  color: #827d7f;
  font-size: 20px;
  margin-left: 5px;
}
.client-review .swiper-wrapper{
  padding-bottom: 50px;
}
.ieff-reviewer .swiper-pagination-bullet {
  background: #575757;
}

.ieff-reviewer .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #f23207;
}

 .tourismbox {
     padding: 80px 0px 0px; 
 }


.tourism-slider {
  margin: 0 30px;
  padding-bottom: 10px;
}



.tourism-slider  .swiper-button-next,
.tourism-slider .swiper-button-prev {
  background-color: rgb(0 0 0 / 53%);
  
}

.tourism-slider  .swiper-button-next:after,
.tourism-slider .swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}

/* Just reposition the arrows for the dance slider */
.tourismbox .swiper-button-prev {
 left: 0px; /* try 12–18px; higher = more onto image */
}

.tourismbox .swiper-button-next {
 right: 0px; /* try 12–18px; higher = more onto image */
}





.tourism-wrapper {
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  margin: 20px 12px;
  position: relative;
}

.tourism-thumbs {
  position: relative;
  overflow: hidden;
}

.tourism-thumbs img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.tourism-details {
  position: relative;
  text-align: center;
}

.tourism-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  margin: -40px auto 20px auto;
  transition: all 0.3s ease;
  box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
  position: relative;
}

.tourism-icon img {
  display: block;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tourism-title {
  margin: 0 0 13px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.tourism-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #d92e7f;
  bottom: 0;
  left: calc(50% - 25px);
}

.tourism-short-des {
  padding-bottom: 15px;
}

.tourism-details .button {
  display: block;
  background: #f23207;
  color: #fff;
  padding: 10px 20px;
  line-height: 35px;
  text-align: center;
  margin: 0 20px;
  transition: all 0.3s ease;
  border-radius: 5px;
  position: absolute;
  bottom: -45px;
  left: 0px;
  right: 0px;
}

.tourism-details .button:hover {
  background: #f23207;
}

.tourism-readmore {
 color: #fff !important;
 text-decoration: none;
 transition: color 0.25s ease;
}

.tourism-readmore:hover {
 color: #fff !important; /* stays white */
}

/* arrow behavior */
.tourism-readmore .fa-arrow-right {
 display: inline-block;
 color: #fff !important;
 transition: transform 0.25s ease;
 background: transparent !important;
}

.tourism-readmore:hover .fa-arrow-right {
 transform: translateX(4px);
}











.supportersbox{
    padding: 80px 0px 0px;
}


.supporters-logo {
  margin-bottom: 20px;
  text-align: center;
}

.supporters-logo img {
  height: 150px;
}
.supporters-logo img.new-logo {
  height: 130px;
  
}

.supporters-slider .swiper-pagination-bullet {
  background: #000;
}

.supporters-slider .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #f23207;
}

.event-schedule-slider .nav-tabs {
  text-align: center; 
  display: block; 
  margin-bottom: 10px;
}

.event-schedule-slider .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

.event-schedule-slider .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid #f23207!important;
  line-height: 1;
  color: #444444;
  padding: 10px 50px;
  margin: 10px;
}

.event-schedule-slider .nav-tabs a.active {
  background-color: #f23207;
  color: #fff;
  border-color: #f23207;
}

.event-month-title{
  background: linear-gradient(to left, rgb(255 255 255 / 0%), #050f90, rgb(255 255 255 / 0%));
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
}

.accommodation-packages {
  background: url(../images/accommodation-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
   background-attachment: fixed;
}

.accommodation-packages::before {
  content: '';
  background-color: rgba(12, 11, 10, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.accommodation-packages .container{
  position: relative;
}

.counter-sec .counter-text{
  background-color: #223d61;
  display: inline-block;
  width: 100%;
  padding: 40px 120px 10px 60px;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}
.counter-sec .counter-text h2{
  font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
}
.counter-sec .counter-text p{
    color: #fff;
}
.counter-sec .count-box{
  margin-top: 35px;
  border-bottom: 5px solid #f23207;
  padding-bottom: 10px;
  text-align: center;
}
.counter-sec .count-box i {
  color: #f23207;
  font-size: 4.0625rem;
  margin-bottom: 34px;
}
.counter-sec .count-box span{
  color: #0464ba;
    margin: 30px;
    line-height: 0;
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: block;
}
.counter-sec .count-box p{
  color: #0464ba;
    font-family: "Poppins", sans-serif;
    line-height: 1.375rem;
    font-size: 0.875rem;
    font-weight: 700;
    padding-top: 15px;
}

/* -----------------------
Gallery Section
  ------------------------*/

.img-gallery{
  padding: 80px 0px 0px;
}
.img-gallery .gallery-pic{
  overflow: hidden;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

/* Tighten spacing between gallery images */
.img-gallery .row.mx-0 > [class^="col-"],
.img-gallery .row.mx-0 > [class*=" col-"] {
 padding-left: 3px;
 padding-right: 3px;
 padding-bottom: 6px; /* vertical space between rows */
}

/* Ensure the gallery box itself has no extra margin/padding */
.img-gallery .gallery-pic {
 margin: 0;
 padding: 0;
 border-radius: 16px;
 overflow: hidden;
}

/* Mobile: 4 images per row */
@media (max-width: 576px) {
 .img-gallery .row.mx-0 > [class^="col-"],
 .img-gallery .row.mx-0 > [class*=" col-"] {
 padding-left: 2px;
 padding-right: 2px;
 padding-bottom: 4px;
 }

 /* Force 4 columns on mobile, ignoring the default Bootstrap col- classes */
 .img-gallery .row.mx-0 > [class^="col-"],
 .img-gallery .row.mx-0 > [class*=" col-"] {
 flex: 0 0 25%;
 max-width: 25%;
 }
}











/* -----------------------
Application form
  ------------------------*/


.applicationbox{
    padding: 80px 0px 0px;
    position: relative;
}
 


.application-form{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/appointment-form.jpg);
  padding: 100px 0px;
  background-size: cover;
}
.application-form .form-box{
  background: #f5f5f5;
    padding: 40px;
    border-radius: 8px;
}

.application-form .form-box input{
  height: 60px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 20px 9px 20px;
    border-radius: 5px;
    border: 1px solid #efebeb;
    margin-bottom: 20px;
    color: #495057;
}
.application-form .form-box input::placeholder{
    color: #495057;
}
.application-form .form-box textarea{
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 20px 9px 20px;
    border-radius: 5px;
    border: 1px solid #efebeb;
    margin-bottom: 20px;
    color: #444444;
}
.application-form .form-box select {
 width: 100%;
 height: 60px;
 background: #fff;
 padding: 9px 20px 9px 20px;
 line-height: 42px;
 border-radius: 5px;
 border: 1px solid #efebeb;
 color: #444444;
 font-size: 17px;
 margin-bottom: 20px;
 appearance: auto;
}

.application-form select.form-control {
padding-right: 25px !important;
}

.application-form .captcha-box{
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.application-form .captcha-box input{
  margin-bottom: 0px !important;
}
.application-form .refresh{
  width: 22px;
}
.application-form .submit-btn{
  width: 100%;
  background: #0b276b;
  outline: none;
  padding: 13px 20px;
  border-radius: 5px;
    border: 1px solid #efebeb;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.application-form .submit-btn:hover{
 background-color: #a7cd54;
 color: #444444;
 transition: all 0.3s ease-in-out;
}

/* MOBILE: make application form full-width and centered */
@media (max-width: 576px) {
 /* Let the row center instead of push content to the right */
 .application-form .row.justify-content-end {
 justify-content: center !important;
 }

 /* Make the form column full-width on mobile */
 .application-form .col-md-8 {
 flex: 0 0 100% !important;
 max-width: 100% !important;
 }

 /* Make the form box fill the width and sit as a solid block */
 .application-form .form-box {
 width: 100% !important;
 max-width: 100% !important;
 margin: 0 !important;
 border-radius: 0;
 padding: 20px 15px;
 background: #f5f5f5; /* covers the background image behind it */
 }

 /* Optional: reduce extra vertical padding of the section */
 .application-form {
 padding: 30px 0;
 }
}





/* -----------------------
  ------------------------*/

.about-banner {
 position: relative;
 width: 100%;
 overflow: hidden; /* hide any extra image parts */
}

/* Make the image fill the banner and crop if needed */
.about-banner img {
 width: 100%;
 height: 450px; /* or any height you prefer */
 object-fit: cover; /* fills the area, crops excess */
 display: block;
}


.about-banner::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000040;
  z-index: 1;
}
.about-nav{
  overflow: hidden;
  width: 100%;
  list-style: none;
background-color: #a7cd54;
margin: 0px;
}

.about-nav li{
  float: left;
  margin: 0 .5em 0 1em;
}

.about-nav a{
  background: #b1dd81;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
}

.about-nav a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #b1dd81 #b1dd81 #b1dd81 transparent;
  left: -1em;
}

  .about-nav a::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #b1dd81;
  right: -1em;
}

 .about-nav a:hover{
  background: #ff7e55;
}

.about-nav a:hover::before{
  border-color: #ff7e55fa #ff7e55fa #ff7e55fa transparent;
}

.about-nav a:hover::after{
  border-left-color: #ff7e55fa;
}

.about-nav .active,
.about-nav .active:hover{
  font-weight: bold;
  background: none;
}

.about-nav .active::after,
.about-nav .active::before{
  content: normal;
}

.content p {
font-family: "Poppins", sans-serif;
font-size: 16px;
color:#444444; ;
}

.about-sec .content ul {
  list-style: none;
  padding: 0;
}

.about-sec .content ul li {
  padding-left: 28px;
  position: relative;
  margin-top: 10px;
}


.about-sec .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}
.count-box-inner{
  padding: 10px 0;
}
.count-box-inner .count-head{
  display: flex;
  align-items: start;
}
.count-box-inner .count-head i{
    font-size: 36px;
    color: #f23207;
}
.count-box-inner .count-head h4{
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
  color: #222222;
  margin-left: 12px;
}
.count-box-inner p{
    margin-left: 62px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #484848;
    margin-bottom: 15px;
}

.para h4{
  font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #f23207;
    font-weight: 600;
}
.para p{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

 .teambox {
     padding: 80px 0px 0px; 
 }


.team-sec .team{
  margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
    border: 15px solid #fff;
}
.team-sec .team .team-img {
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
}
.team-sec .team:hover .team-img {
  transform: scale(0.5 0.5);
}
.team-sec .team .social{
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.team-sec .team:hover .social{
  opacity: 1;
  transform: translateY(15px);
  transition: ease-in-out 0.3s;
}
.team-sec .team .social a{
  transition: color 0.3s;
  color: #ffb03b;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: #f23207;
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}
.team-sec .team .social a:hover{
  background: #fa9d14;
}
.team-sec .team .social i{
  font-size: 18px;
}
.team-sec .team .team-info{
  padding: 25px 15px;
}
.team-sec .team .team-info h4{
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}
.team-sec .team .team-info span{
  display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}
.past-event-box{
  padding: 40px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    background: #fff;
}
.past-event-box h4{
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 900;
  margin-bottom: 0px;
}
.content-button {
  background-color: #f23207;
  padding: 7px 25px;
  letter-spacing: 1px;
  border-radius: 25px;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.event-schedule-slider .nav-tabs{
  border: none !important;
}
.tab-inner{
  padding: 50px 30px;
  background: #d9e8fa;
  box-shadow: 2px 2px 3px 3px #000;
  transition: all ease-in-out 0.3s;
  margin-top: 20px;
}
.tab-inner:hover{
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.img-outer {
  background:#fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom:10px;
}
.imgbox-image {
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  object-fit: cover;
}
.imgbox-image img {
 transition: all 0.2s ease-in-out;
 object-fit: cover;
 width: 100%;
}
.imgbox-image:hover img {
 transform: scale(1.1);
 transition: all 0.2s ease-in-out;
}



/* -----------------------
  ------------------------


.client-reviewbox .swiper-slide h4 {
 font-size: 20px !important;
 color: #0464ba !important;
 font-weight: 400 !important;
 margin-top: 10px !important;
}

.client-reviewbox .swiper-slide p {
 font-size: 16px !important;
}*/

 .client-review {
     padding: 80px 0px 0px; 
 }

.testimonial-inner{
  padding: 50px 30px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}


.testimonial-inner h4{
  font-size: 20px;
  color: #0464ba;
  font-weight: 400;
  margin-top: 10px;
}
.testimonial-inner p{
  font-size: 16px;
}
.group-box{
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #fff;
  margin-bottom: 25px;
}
.group-box h4{
  font-size: 20px;
  color: #f23207;
  font-weight: 600;
}
.group-box h5{
  font-size: 19px;
  color: #1977cc;
  font-weight: 500;
}
.group-box .table td{
  padding: 8px;
  text-align: left;
  border: 1px solid #000;
}

/*--------------------------------------------------------------
# Participation Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Participation Section
--------------------------------------------------------------*/

.participation-sec {
  padding: 80px 0px 0px;
 }

.participation-sec h4{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #f51b64;
  font-weight: 600;
  margin-bottom: 10px;
}
.participation-sec h5{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #1977cc;
  font-weight: 600;
  margin-bottom: 10px;
}
.participation-sec ul, ol{
  margin-bottom: 0px;
}
.participation-sec ul li, .participation-sec ol li{
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 28px;
  color: #444444;
}
.blue{
  font-size: 19px;
  color: blue !important;
  font-weight: 700 !important;
}
.participation-sec p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
  color: #444444;
}
.participation-sec .purple{
  font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #d117b8;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 8px;
}
.participation-sec h6{
  font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.pink{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #f51b64;
  font-weight: 600;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}






/* Make sure the icon stays an icon in all states */
.custom-btn.float-right .fa-arrow-right {
 display: inline-block;
 color: #fff !important;
 transition: transform 0.25s ease;
 background: transparent !important;
 outline: none !important;
}

/* Hover/active/focus states */
.custom-btn.float-right:hover .fa-arrow-right,
.custom-btn.float-right:active .fa-arrow-right,
.custom-btn.float-right:focus .fa-arrow-right {
 transform: translateX(4px);
 color: #fff !important;
 background: transparent !important;
 outline: none !important;
}

/* Optional: remove button default outline */
.custom-btn.float-right:focus,
.custom-btn.float-right:active {
 outline: none !important;
 box-shadow: none !important;
}

.custom-condition .condition-text p{
  font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    color: #2f3138;
}
.custom-condition .about-images img{
  border-radius: 10px;
  margin-bottom: 20px;
}







.pink{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #f23207;
  font-weight: 600;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}

.icdf-india-box h4{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #f23207;
  font-weight: 600;
  margin-bottom: 10px;
}
.icdf-india-box p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
  color: #444444;
}
.icdf-india-box ul li, .icdf-india-box ol li{
  font-size: 17px;
  margin-bottom: 12px;
  line-height: 30px;
  color: #444444;
}
.icdf-india-box .light-blue{
  color: #1977cc;
  font-size: 19px;
  font-weight: 600;
}
.performance-card{
  background: #fff;
  box-shadow: 4px 4px 14px #0000004d;
  margin: 10px 0px;
  overflow: hidden;
}
.performance-card img{
height: 230px;
object-fit: cover;
overflow: hidden;
}
.performance-card .preformance-text{
  padding: 25px;
  min-height: 220px;
}
.performance-card .preformance-text h3{
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: #1977cc;
  font-weight: 500;
  text-align: center;
}

.form-box{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 30px;
}
.form-box .detail-box i{
  display: flex;
  align-items: center;
  justify-content:center;
  font-size: 18px;
  color: #f23207;
  width: 40px;
  height: 40px;
  background: #ffd7c9;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  float: left;
}
.form-box .detail-box:hover i{
  background: #f23207;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.form-box .detail-box .text{
padding-left: 50px;
}
.form-box .detail-box .text h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
}
.form-box .detail-box .text p, .text a{
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368 !important;
}
.form-box form{
  margin-top: 40px;
}
.form-box form label{
  color: #444;
  font-size: 16px;
  margin-bottom: 6px;
}
.form-box form input, textarea, select{
  margin-bottom: 20px;
  min-height: 45px;
}
.form-box .form-captcha{
  margin-bottom: 20px;
}
.form-box .form-captcha input{
  height: 76px;
  margin-bottom: 0px;
}
.form-box .form-captcha .refresh{
width: 30px;
}
.form-box form button{
  display: block;
  margin: 0 auto;
   background-color: #f23207;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.video-gallery-sec{
    padding: 80px 0px 0px;
}

.video-page .gallery-box{
 padding: 40px;
 margin-bottom: 25px;
 box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
 transition: all ease-in-out 0.3s;

}

.video-page .gallery-box:hover{
 background-color: #ffffff; /* white on hover */
 padding: 50px;
 box-shadow: 0 0 0 10px #ffffff, 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.video-page .gallery-box h3{
  margin-bottom: 20px;
}
.video-page .gallery-box .video-box{
  overflow: hidden;
  border: 5px solid #ffb03b;
  position: relative;
  height: 300px;
  transition: all ease-in-out 0.4s;
}
.video-page .gallery-box .video-box:hover{
transform: scale(1.1);
}

.video-box img{
  width: 100%;
  height: 100%;
}

.video-box .play-button {
  width: 84px;
  height: 84px;
 background: radial-gradient(circle, #f23207 50%, rgba(245, 27, 100, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.video-box .play-button::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.video-box .play-button::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(245, 27, 100, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.video-box .play-button:hover::after {
  border-left: 15px solid #f23207;
  transform: scale(20);
}

.video-box .play-button:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.gallery-page .gallery-carousel{
  padding-bottom: 30px;
}
.gallery-carousel .owl-carousel .owl-stage{
  margin-bottom: 30px;
}
.gallery-carousel .owl-item{
  margin-bottom: 30px;
}
.gallery-carousel .owl-item img{
  height: 180px;
}
.gallery-page .gallery-carousel .owl-item.center{
  padding: 5px;
  border: 4px solid #f23207;
}
.video-popup{
  position: relative;
  height: 200px;
  margin-bottom: 15px;
}
.video-popup img{
  height: 100%;
  width: 100%;
}
.video-popup img:hover{
  transform: scale(1);
}
.vidimg.play-btn {
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, #f23207 0%, rgba(255, 88, 33, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 10;
}

.vidimg.play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
}

.vidimg.play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.vidimg.play-btn:hover::after {
  border-left: 15px solid #f23207;
}

.vidimg.play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.gallery-page .gallery-carousel{
  text-align: center;
}
.gallery-page .gallery-carousel .owl-dot{
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
.gallery-page .gallery-carousel .owl-dot.active{
  background-color: #8eb735;
}



/* ------------------------------------
 Past Groups participated
  ------------------------------------ */

.past-groups h4{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #f23207;
  font-weight: 600;
  padding: 20px 0 20px 0;
}
.past-groups h5{
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: #1977cc;
  font-weight: 500;
}
.past-groups .purple{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #d117b8;
  font-weight: 500;
}
.past-groups p{
  font-size: 16px;
  margin-bottom: 12px;
}
.past-groups ul, ol {
  font-size: 16px;
}
.past-groups table{
  margin-bottom: 15px;
  margin-top: 10px;
  border: 1px solid #000;
}
.past-groups th, .past-groups td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #000;
}
.past-groups .itinerary-table{
  margin-bottom: 15px;
  margin-top: 10px;
}
.past-groups .itinerary-table th, .past-groups .itinerary-table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #000;
  margin-bottom: 8px;
  vertical-align: top;
}
.delhi-info .info-box{
  position: relative;
  padding-top: 15px;
  border-radius: 20px;
  border: 6px solid #18a3eb;
  height: 255px;
  margin-bottom: 25px;
  width: 350px;
}
.delhi-info .info-box img{
 transition: all 0.3s ease-in-out;
}
.delhi-info .info-box:hover img{
 transform: scale(1.1);
 transition: all 0.3s ease-in-out;
}
.delhi-info .info-box h4{
  position: absolute;
  background-color: #fff;
  top: -12px;
  left: -6px;
  font-size: 22px;
    font-weight: 600;
    color: #404040;
    padding-right: 10px;
}
.suscribe-sec {
  margin-top: -130px;
  z-index: 99;
  position: relative;
}

.suscribe-sec form {
 
  align-items: center;
  border-radius: 50px;
  border: 1px solid #a7cd54;
  background: #fff;
  padding: 0;
  box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
  gap: 0; /* Optional: adjust spacing if needed */
}

.suscribe-sec form input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: #6e6a6a !important;
   border-radius: 50px;
  font-size: 16px;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none !important;
  flex: 1 1 auto;
  min-width: 0;
}

.suscribe-sec form input:focus {
 background: transparent !important;
  box-shadow: none !important;
}

.suscribe-sec form input:-webkit-autofill {
  background: transparent !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #6e6a6a !important;
}

.suscribe-sec form button {
  color: #fff !important;
  width: 160px;
  height: 46px;
  font-size: 14px;
  background: #2cbd08 !important;
  border: 1px solid #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  /* No display: block; */
}




 /* ------------------------------------
 event schedule sec start
  ------------------------------------ */

  .event-schedule .nav-tabs{
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
}
  .event-schedule .nav-tabs li{
    display: inline-block;
    margin-bottom: 0;
}
  .event-schedule .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #039124;
    color: #fff;
    padding: 10px 60px;
    font-size: 17px;
    margin-bottom: 12px;
}
  .event-schedule .nav-tabs a.active{
    background-color: #ed502e;
    color: #fff;
}
  .event-schedule .schedule-row{
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
}
  .event-schedule .schedule-row time{
   font-size: 18px;
}
  .event-schedule .schedule-row img{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 10px 10px 0;
    float: left;
}
  .event-schedule .schedule-row h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
  .event-schedule .schedule-row h4 span{
    font-style: italic;
    color: #152b79;
    font-size: 16px;
    font-weight: 400;
}
  .event-schedule .schedule-row p{
    font-style: italic;
    color: #152b79;
    margin-bottom: 0;
}
.event-inner .nav-tabs{
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
}
.event-inner .nav-tabs a {
  background-color: transparent;
  color: #000;
  padding: 0px 8px 5px;
  margin-right: 20px;
  border-radius: 0px;
  border-bottom: 2px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: -1px;
}
.event-inner .nav-tabs a.active {
  color: #ed502e;
background-color: transparent;
  border-bottom: 2px solid #ed502e;
}

.event-inner p{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}
















.getAcall {
    margin: 0 auto;
    right: 15px;
    bottom: 60px;
    position: fixed;
    display: block;
    color: #fff !important;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    z-index: 9999999;
    border-radius: 100px;
    border: 2px solid #0464ba;
}

.getAcall i {
    width: 35px;
    height: 35px;
    background: #0464ba;
    border-radius: 50px;
    line-height: 35px;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}


/* scedule-page */

.event-schedule {
  margin: 10px 18px;
  position: relative;

}

.event-schedule-day {
  position: absolute;
  left: -36px;
  top: 0;
  background: linear-gradient(45deg, #673AB7, #2196F3);
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
  padding: 30px 7px 30px 40px;
  font-weight: bold;
  overflow: hidden;
  border-radius: 20px;
  font-size: 17px;
  letter-spacing: 2px;

  transform: rotate(-180deg);
}

.event-schedule table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 6;
  box-shadow: 5px 5px 9px 0px rgb(0 0 0 / 19%);
}

.event-schedule th,
.event-schedule td {
  padding: 6px 10px;
  text-align: left;
  font-size: 15px;
}

.event-schedule th {
  background: linear-gradient(45deg, #aa356f, #ff4391);
  color: #fff;
  font-weight: 600;

}

.event-schedule th:first-child {
  text-align: center;
}

.event-schedule td.time {
  width: 38%;
  color: #333;
  text-align: center;
  font-weight: 600;
}
.quick table th, .quick table td{
  border: 1px solid #000;
}
.ieff-reviewer{
  margin: 10px;
  padding: 0px 10px;

}







.team-index-sec .member{
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 12px;
  padding: 20px;
  overflow: hidden;
}

.team-index-sec .member img {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.2s;

}


.team-index-sec .member img:hover {

    transform: scale(0.5 0.5);
}



.team-index-sec .member .member-content {
  padding: 0 20px 30px 20px;
}

.team-index-sec .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
}

.team-index-sec .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, #444444, transparent 40%);
}

.team-index-sec .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-index-sec .member .social a {
  color: color-mix(in srgb, #444444, transparent 60%);
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 7px;
  border: 1px solid color-mix(in srgb, #444444, transparent 60%);
}

.team-index-sec .member .social a:hover {
  color: #009970;
  border-color: #009970;
}

.team-index-sec .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 1;
}



/* Video Gallery */

.gallery-slider{
  padding: 25px 0px 80px;
 }
 .gallery-slider .swiper-slide-active {
  border: 5px solid #f23207;
  padding: 4px;
  background: #fff;
  z-index: 1;
  transform: scale(1.15);
  margin-top: 6px;
}





.gallery-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f23207;
}

.gallery-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f23207;
}

.gallery-slider .swiper-slide-active {
  text-align: center;
}


.gallery-slider .img-box .play-button {
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, #f23207cc 0%, #941741a6 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}



.gallery-slider .img-box .play-button::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.gallery-slider .img-box .play-button::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #8d2a4b7c;
  top: -10%;
  left: -10%;
  background: rgba(198, 16, 0, 0);
}

.gallery-slider .img-box .play-button:hover::after {
  border-left: 15px solid #f23207;
  transform: scale(20);
}

.gallery-slider .img-box .play-button:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


