.big-icon {
    font-size: 130px;
    color: #ffd700;
    width: 270px;
    height: 270px;
    background: -webkit-linear-gradient(90deg, hsl(132deg 79% 68%) 0%, hsl(101deg 62% 48%) 100%);
    line-height: 270px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 130px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .big-icon {
        width: 200px;
        height: 200px;
        font-size: 100px;
        line-height: 200px; } }
    @media only screen and (max-width: 375px) {
      .big-icon {
        width: 200px;
        height: 200px;
        font-size: 100px;
        line-height: 200px; } }
  
  .resume-items-wrap {
    z-index: 1;
    position: relative;
    border-radius: 15px;
    padding: 20px 20px;
    background: -webkit-linear-gradient(90deg, hsl(132deg 79% 68%) 0%, hsl(101deg 62% 48%) 100%); }
    @media only screen and (max-width: 1199px) {
      .resume-items-wrap {
        padding-left: 25px;
        padding-right: 25px; } }
    .resume-items-wrap:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 0px;
      height: 70%;
      background: var(--border-color); }
      @media only screen and (max-width: 1199px) {
        .resume-items-wrap:before {
          left: 45%; } }
      @media only screen and (max-width: 767px) {
        .resume-items-wrap:before {
          display: none; } }
  
  .resume-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .resume-item .icon {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      margin-right: 20px;
      width: 40px;
      height: 40px;
      background: #131313;
      line-height: 40px;
      border-radius: 50%;
      text-align: center;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      color: rgba(255, 255, 255, 0.35); }
    .resume-item .content .years {
      line-height: 1;
      display: block;
      margin-bottom: 7px; }
    .resume-item .content h4 {
      margin-bottom: 5px;
    color: gold; }
      @media only screen and (max-width: 479px) {
        .resume-item .content h4 {
          font-size: 20px;
          line-height: 1.3; } }
    .resume-item .content .company {
      color: rgba(255, 255, 255, 0.774); }
    .resume-item:hover .icon {
      color: var(--black-color);
      background: var(--primary-color); }

      #agenda{
        padding-top: 40px;
        padding-bottom: 40px;
        background: #1dae312b;
      }
      .resume-item h5{
        color: white;
        font-size: 18px;
      }
      .resume-item .icon{
        background: white;
      }
      .resume-item .icon i{
        color: black;
      }

      .why_panch {
        background: url(../video/efe.mp4);
        background-size: cover;
        /* padding: 60px 20px; */
        /* min-height: 600px; */
        background-position: bottom;
        height: auto;
        padding: 116px;
      }
      
      .why_panch h2 {
        font-weight: 800;
        text-align: left;
        color: #00160b;
        /* padding: 0 0 50px; */
        font-size: 35px;
      }
      .why_panch .row {
     align-items: center;
      }
      .why_panch p{
        text-align: justify;
        font-size: 15px ;
      }
      
      .why_punch_inner {
        padding: 10px 20px;
        border-radius: 15px;
        margin: 0 0 40px;
        border: 1px solid #33333354;
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgb(255 255 255 / 42%);
        border-radius: 12px;
        border: 2px solid rgb(176 246 131);
        min-height: 150px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      }
      
      .why_punch_inner h3 {
        margin: -10px -20px 20px;
        background: #214889;
        color: #fff;
        padding: 0px;
        font-size: 20px;
        text-align: center;
        font-weight: 700;
      }
      
      .why_punch_inner p {
        font-size: 17px;
        font-weight: 500;
        line-height: 28px;
      }
      
      .why_2 {
        background: #1a499c !important;
      }
      
      .why_3 {
        background: #b0f683 !important;
        color: #000 !important;
      }
      
      .why_4 {
        background: #99480a !important;
      }
      
      
      

      .services-one{
        position: relative;
        z-index: 1;
        padding: 60px 0px 50px;
        background: #1dae312b;
    }
    
    .services-one.style-two{
        padding-top: 100px;
    }
    
    .service-block_one{
        position: relative;
        margin-bottom: 30px;
    }
    
    .service-block_one-inner{
        position: relative;
        padding: 30px 30px;
        overflow: hidden;
        border-radius: 8px;
        min-height:240px;
        background: url(../bg/bd-1.jpg);
        background-position: right;
        background-size:cover;
    }
    
    .service-block_one-inner::before{
        position: absolute;
        content: '';
        left: 1px;
        top: 1px;
        right: 1px;
        bottom: 1px;
        overflow: hidden;
        border-radius: 8px;
       
    }
    .service-block_one-inner {
        position: relative;
        padding: 30px;
        overflow: hidden;
        border-radius: 8px;
        min-height: 240px;
        background: url(../bg/manu-1.jpg) no-repeat right center;
        background-size: cover;
        z-index: 1;
        color: #fff;
    }
    
    /* Overlay */
    .service-block_one-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(38 148 53 / 88%) !important;
        z-index: 0;
        border-radius: 8px;
    }
    #key-themes{
        background-attachment: fixed;
    }
    #key-themes::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(90deg, hsl(132deg 79% 68% / 70%) 0%, hsl(101deg 52.17% 54.9% / 52%) 100%) !important;
        z-index: 0;
        border-radius: 8px;
    }
    
    
    /* Ensure inner content is above the overlay */
    .service-block_one-inner * {
        position: relative;
        z-index: 1;
    }
    
    
    .service-block_one-icon{
        position: relative;
    width: 70px;
    height: 70px;
    font-size: 32px;
    /* line-height: 76px; */
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: white;
    padding: 9px;
    }
    
    .service-block_one-icon::before{
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: -1;
        opacity: 0.50;
        border-radius: 50px;
        background: var(--main-color);
        background: white;
    }
    
    .service-block_one-inner:hover .service-block_one-icon{
        color: var(--white-color);
        background-color: var(--main-color);
        transform: rotateY(180deg);
    }
    
    .service-block_one-heading{
        position: absolute;
        margin-top: 22px;
        margin-bottom: 30px;
        margin-right: 30px;
        color:#fff;
        font-size: 17px;
        line-height:28px;
    }
    
    .service-block_one-heading a{
        position: relative;
        color: var(--white-color);
    }
    
    .service-block_one-heading a:hover{
        color: var(--main-color);
    }
    
    .service-block_one-text{
        position: relative;
        margin-top: 15px;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 25px;
        color: var(--color-six);
    }
    
    .service-block_one-text span{
        position: relative;
        color: var(--main-color);
    }
    
    .service-block_one-number{
        position: relative;
        font-size: 16px;
        opacity: 0.20;
        font-weight: 600;
        color: var(--white-color);
    }
    
    .service-block_one-join{
        position: relative;
        font-size: 16px;
        font-weight: 600;
        color: var(--white-color);
    }
    
    .service-block_one-join i{
        position: relative;
        font-size: 12px;
    }
    
    .service-block_one-join:hover{
        color: var(--main-color);
    }
    
    /* Service Block Two */
    
    .service-block_two{
        position: relative;
    }
    
    .service-block_two-inner{
        position: relative;
        padding: 30px 30px;
        border-radius: 8px;
        overflow: hidden;
        min-height: 250px;
    }
    
    .service-block_two-inner::before{
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0.50;
        background: rgba(var(--main-color-rgb), 1);
        background: linear-gradient(to bottom, rgba(var(--main-color-rgb), 1) 0%, rgba(var(--white-color-rgb), 0) 100%);
    }
    .service-block_one-inner::before {
        position: absolute;
        content: '';
        left: 1px;
        top: 1px;
        right: 1px;
        bottom: 1px;
        overflow: hidden;
        border-radius: 8px;
        background: rgba(var(--color-seven-rgb), 1);
        background: linear-gradient(to bottom, rgba(var(--color-seven-rgb), 0.4) 0%, rgba(var(--white-color-rgb), 0) 100%);
    }
    .service-block_two-icon{
        position: relative;
        margin-bottom: 25px;
    }
    
    .service-block_two-heading{
        position: relative;
        margin-bottom: 15px;
    }
    
    .service-block_two-heading a{
        position: relative;
        color: var(--white-color);
    }
    
    .service-block_two-text{
        position: relative;
        font-size: 17px;
        color: var(--color-six);
    }
    
    .service-block_two-button{
        position: relative;
        margin-top: 40px;
    }
    
    .service-block_two-sideicon{
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 148px;
        height: 102px;
    }
    .vs-card_icon img{
        border-radius: 50%;
        width: 79%;
    }
    #about{
        background: #1dae312b;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec-title_heading{
      text-align: center;
    }

    #Why-attend{
      position: relative;
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    padding: 100px 20px;
    color: white;
    overflow: hidden;
    }
    #Why-attend::before, #Why-attend::after {
      content: '';
      position: absolute;
      top: -10%;
      left: -10%;
      width: 120%;
      height: 120%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
      animation: pulse 12s infinite;
      z-index: 0;
      transform-origin: center;
      pointer-events: none;
  }
  .video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 2;
}
.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.atter{
  background: white;
    color: black;
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 40px;
    background: linear-gradient(135deg, rgb(244 246 243), rgb(244 246 243));
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    /* width: 394px; */
    /* padding: 20px 30px; */
    text-align: center;
    box-shadow: 0px 5px 15px rgb(118 225 20);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

#venue, #contact, #about {
  scroll-margin-top: 100px;
}

#about, #partners, #speakers, #venue, #contact {
  scroll-margin-top: 100px;
}
#contact {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  background: linear-gradient(to right, #1dae31, #275b25)!important;
}
#contact {
  /* padding: 60px 0; */
  padding-bottom: 30px;
}
#contact a, #contact p, #contact li {
  color: white;
}
#contact a, #contact p, #contact li {
  color: white;
}
#footer {
  background: #1dae31;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 17px;
}
#footer .footer-top {
  background:linear-gradient(to right, #1dae31, #275b25);
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #fff;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
  display: flex
;
    flex-direction: column;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info img {
  /* height: 100px; */
  width: 48%;
  margin-bottom: 10px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px dotted #fff;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #fff;
  color: #05AAAC;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-email a{
  color: black;
}
#contact {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  background:linear-gradient(to right, #C6426E, #642B73);
}

#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/bg-bhopal.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: blur(1px); /* Adjust the blur intensity */
  z-index: -1;
}
.media-body{
    border-left: 5px solid black;
}
.info-media_title{
    padding-left: 15px;
}
.pri{
  text-align: center;
}
.d-desk-1{
  display: block;
}
.d-mob-1{
  display: none;
}
@media (max-width: 1399px) {
    .main-menu>ul>li {
        margin-right: 17px;
    }
}
@media only screen and (max-width: 767px) {
.why_panch{
  padding: 21px;
}
.pri{
  text-align: left;
}
.d-desk-1{
  display: none;
}
.d-mob-1{
  display: block;
}
}
.off{
  font-size: 16px;
    line-height: 29px;
}