/* Style Guide start here */

/* Styles 

Colors:
Primary color:#0088cc
Secondary color:#fd0001
Body color:#707070

Title font family : Ubuntu
Body font family : Rubik

*/
h1,h2,h3,h4,h5,h6{ font-family: "Outfit", sans-serif; margin: 0px !important;}
h1{font-size:40px !important;}
h2{font-size:35px !important;}
h3{font-size:30px !important;}
h4{font-size:26px !important;}
h5{font-size:24px !important;}
h6{font-size:20px !important;}

.b1{font-size: 18px !important;}
.b2{font-size: 16px !important;}
.b3{font-size: 14px !important;}
.b4{font-size: 12px !important;}
.b5{font-size: 10px !important;}
.b6{font-size: 8px !important;}
p,span,strong,ul,li,a,label,table,input,thead,tbody,tr,th,td,button {font-family: "Manrope", sans-serif ; margin: 0px !important;}

.fancy-font{font-family: "Merriweather", serif; font-size: 17px;}

.primary-color{color: #2A6FC8;}
.secondary-color{color: #8FB4AB;}

.primary-btn {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  /* font-family: "JetBrains Mono",monospace; */
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
  
}

.primary-btn:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.primary-btn:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.primary-btn:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
} 

.learn-more-btn{color: #2A6FC8; font-size: 18px;}

.border-btn {
  align-items: center;
  appearance: none;
  /* background-image:#ffffff 100%; */
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  /* box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset; */
  box-sizing: border-box;
  color: #2A6FC8;
  cursor: pointer;
  display: inline-flex;
  /* font-family: "JetBrains Mono",monospace; */
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
  border: #2A6FC8 1px solid;
}

.border-btn:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.border-btn:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.border-btn:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
} 


/* Style Guide end here */

/* Home Page css start here */

body{background-color: #f4f9ff !important; overflow-x: hidden}

/* Banner css start here */

.logo-width{max-height:50px;}
.navbar {z-index: 100; border-radius: 100px;}

.banner-section-main{background-image: url('../images/banner-img.png');background-repeat: no-repeat;background-size: 100%; padding: 30px 0px 0px 0px; margin-bottom: 40px;}

.topnavigation-container {
  transform: none !important;
}
.top-nav-bg{width: 1115px;background-color: #fff; padding: 10px 25px !important; border-radius: 60px; box-sizing: border-box;}
.nav-links {display: flex;align-items: center;justify-content: center ; gap: 25px;}
.nav-links a {text-decoration: none;color: #000;transition: color 0.3s ease;}
.nav-links a:hover,
.nav-links a.active {color: #0d6efd !important;}
.dropdown i {font-size: 12px;margin-left: 3px;}


.banner-content{padding: 150px 0px;}
.banner-para{width: 600px;}
.cards{gap: 30px; position: relative; top: -27px; left: 116px;}
.stay-updated-card{background-color: #4595CF; border-radius: 25px; padding: 20px 20px !important; width: 400px !important;}
.why-attend-card{background-color: #fff; border-radius: 25px; padding: 20px 20px !important; width: 400px !important;}
.icon-bg{height: 80px ; width: 80px; border-radius: 1000px; background-color: #fff;} 




.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #f1f1f1 !important; /* Hover color */
  color: #2A6FC8 !important;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: #f1f1f1 !important; /* Active / clicked */
  color: #2A6FC8 !important;
}

.navbar-collapse {
  z-index: 9999;
}


.card-hover {
  transition: all 0.35s ease;
}
.card-hover:hover {
  box-shadow: 0 0 20px 10px rgba(78,125,255,0.15);
}



/* Banner css end here */

/* About us css start here */

.about-us-circle{width: 185px; height: 185px; padding: 50px 20px; background-color: #2A6FC8; border-radius: 100px; position: absolute; left: 180px; top: 385px;}

.about-us-circle:hover {
  transform: scale(1.08);
  transition: 0.4s ease;
  box-shadow: 0 10px 25px rgba(42, 111, 200, 0.5);
  cursor: pointer;
}

.global:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}


/* About us css end here */

/* Meet our Speakers css start here */

.speakers-section-main{margin-top: 60px; margin-bottom: 60px;}
.blue-stripe{width: 60px; height: 5px; background-color: #2A6FC8; border-radius: 100px; margin: auto; margin-top: 10px; margin-bottom: 10px;}
.speakers-para{margin-bottom: 10px !important;}
.speakers-p-3{margin-bottom: 30px !important;}
.linkedin-icon{color: #0076B2;}
.facebook-icon{color: #3D5A98;}
.x-icon{color: #000;}
.speaker-media{font-size: 20px; }
.speaker-media-row{gap: 10px; margin-top: 10px;}
.speakers-card img{height: 510px; width: auto;}

.speakers-card {
  position: relative;
}

.speakers-text {
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
}

/* Meet our Speakers css end here */


/* Daily Agenda css start here */

  /* Small styling to match the example image look */
  .schedule-accordion .accordion-button {
    font-size: 20px;
    font-weight: 800;
    color: #0b65c6; /* blue title color */
    background: transparent;
  }

  .schedule-accordion .accordion-button:not(.collapsed) {
    color: #0b65c6;
    background: transparent;
    box-shadow: none;
  }

  .schedule-accordion .accordion-item {
    border: none;
  }

  .day-content-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a2b4a;
    margin-bottom: 12px;
  }

  .day-image {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    margin-bottom: 14px;
  }

  .day-desc {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
  }

  /* spacing between header and items */
  .schedule-wrap {
    gap: 18px;
  }

/* Daily Agenda css end here */

/* From Our Delegates css start here */

.our-delegates-section-main{margin-top: 60px; margin-bottom: 60px;}
.our-delegates-card{background-image: url('../images/our-delegates-bg.png'); background-repeat: no-repeat; padding: 30px 30px 0px 30px;}
.our-delegates-profile{margin-top: 50px;}
.delegate-saying-2{margin-bottom: 42px !important;}

.nav-tabs .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.nav-tabs .nav-link.active {
  color: #0d6efd;
}

.carousel-slide-smooth {
  transition: transform 0.7s ease-in-out;
} 

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* From Our Delegates css end here */

/* Our Sponsers css start here */

.our-sponsors-section-main{padding-top: 60px; padding-bottom: 60px;}

/* Our Sponsers css end here */

/* Choose Your Plan css start here */

.price-plan-section-main{margin-top: 60px; margin-bottom: 60px;}
/* .price-plan-card{background-color: #fff; border-radius: 20px; border: #2A6FC8 solid 2px; padding: 20px;} */
.price{font-size: 50px !important; margin-top: 10px !important; margin-bottom: 10px !important;}
/* .price-cards-row{gap: 15px;} */
.price-plan-h4{margin-bottom: 15px !important;}
.pointer{margin-bottom: 5px !important;}

/* animation */
.price-plan-card {
  position: relative;
  transition: all 0.4s ease;
  border:2px solid #2A6FC8;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 25px !important;
  border-radius: 15px !important;
}

.price-plan-card:hover {
  transform: translateY(-10px) scale(1.03);
  border-image: linear-gradient(90deg, #4e7dff, #27e9ff, #00ffc6) 1;
  box-shadow: 0 15px 35px rgba(78, 125, 255, 0.25);
}

.price-plan-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: all 0.6s ease;
  pointer-events: none;
  border-radius: inherit;
}

.price-plan-card:hover::after {
  left: 100%;
}

/* animation */

/* Choose Your Plan css end here */




/* FAQ css start here */

.still-questions-card{background-color: #DFF0EC; border-radius: 20px; padding: 25px; margin-top: 75px;}
.faq-question-card{background-color: #E0EBF9; padding: 25px; border-radius: 20px;}
.up-fill-arrow{background-color: #fff; padding: 6px 10px; border-radius: 10px;}



.faq-question-para {
display: none;
transition: all 0.4s ease;
}

/* show answer when active */
.faq-active .faq-question-para {
display: block;
}

/* rotate arrow when open */
.faq-question-card .up-fill-arrow i {
transition: transform 0.3s ease;
}

.faq-active .up-fill-arrow i {
transform: rotate(180deg);
}


/* FAQ css end here */




/* Contact Information css start here */

.contact-section-main{margin-top: 60px; margin-bottom: 60px;}
.contact-section-icon{font-size: 70px;}

/* animation */
.contact-section-icon:hover {
  transform: scale(1.12);
  transition: all 0.3s ease;
  filter: drop-shadow(0 6px 12px rgba(40, 111, 255, 0.25));
}

a.hover-grow {
  position: relative;
  text-decoration: none;
}

a.hover-grow::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1e63ff;
  transition: width 0.3s ease;
}

a.hover-grow:hover::after {
  width: 100%;
}
/* animation */

/* Contact Information css end here */





/* Form Section css start here */

.form-section-main{background-image: url('../images/Form-bg-img.png'); padding-bottom: 60px; padding-top: 60px;}

/* animation */

.form-control:focus {
  border-color: #4e7dff !important;
  box-shadow: 0 0 10px rgba(78, 125, 255, 0.5);
  transition: 0.3s ease-in-out;
}

/* animation */

/* Form Section css end here */





/* Footer section css start here */

.footer-section-main{background-color: #0047A2;padding-top: 60px;}
.footer-inner-box{background-color: #99C9EC;border-radius: 15px; padding: 25px;margin-bottom: 60px;}
.icon-size{width: 10px;}
.footer-links-title{margin-bottom: 15px !important;}
/* .footer-link{margin-bottom: 5px !important;} */
.links-title{margin-bottom: 50px;}
.quick-links{padding-left: 30px !important;}
.services{padding-left: 42px !important;}
.footer-icons{gap: 10px;}
.footer-tel{color: #fff ; text-decoration: none !important;}
/* animation */

.footer-link {
  margin-bottom: 5px !important;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

/* .footer-link:hover {
  color: #007bff; 
} */


/* .footer-link {
  position: relative;
  display: inline-block;
} */

.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: width 0.35s ease;
}
.footer-link:hover::after {
  width: 100%;
}


.social-icon{color: #fff;}

.social-icon:hover {
  transform: scale(1.2) rotate(6deg);
  transition: 0.3s;
} 




/* animation */

/* Footer section css end here */





/* Copyright section css start here */

.copyright-section{margin-top: 10px !important; margin-bottom: 20px !important;}
.copyright-links-div{gap: 10px;}
.copyright{cursor: pointer;}


/* Copyright section css end here */

/* Home Page css end here */



/* About the Platform Page css start here */

/* Breadcrumb section css start here */

.breadcrumb-main{background-image: url('../images/breadcrumb-bg.png'); background-repeat: no-repeat; background-size: cover; padding: 30px 0 0 0; background-attachment: fixed;}
.breadcrumb-h1{margin-top: 104px !important;}
.breadcrumb-para{margin-top: 35px !important; padding-bottom: 104px !important;}

/* Breadcrumb section css end here */


/* Innovation that connects section css start here */

.innovation-bg-img{background-image: url('../images/innovation-bg.png'); background-repeat: no-repeat; background-size: cover; padding: 90px 50px 50px 0px; object-fit: cover;}
.innovation-boxes{background-color: #fff; border-radius: 20px; padding: 25px; width: 230px !important;}

/* Innovation that connects section css end here */

/* Why Choose Us section css start here */

.why-choose-us-section-main{margin-top: 60px; margin-bottom: 60px;}
/* .why-chhose-us-img-1{background-image: url('../images/why-choose-us-img-1.png'); background-repeat: no-repeat; background-size: cover; padding: 203px 20px 20px;}
.why-chhose-us-box{background-color: #fff; border-radius: 20px; padding: 20px;}
.why-chhose-us-img-2{background-image: url('../images/why-choose-us-img-2.png'); background-repeat: no-repeat; background-size: cover; padding: 203px 20px 20px;}
.why-chhose-us-img-3{background-image: url('../images/why-choose-us-img-3.png'); background-repeat: no-repeat; background-size: cover; padding: 203px 20px 20px;} */
.why-chhose-us-img-div{padding: 0px 15px 0px 15px;}
/* .why-right-arrow-1{left: 394px; position: absolute; top: 1688px; font-size: 45px;}
.why-right-arrow-2{left: 765px; position: absolute; top: 1688px; font-size: 45px;}
.why-right-arrow-3{right: 164px; position: absolute; top: 1688px; font-size: 45px;} */


.why-chhose-us-box{background-color: #fff; border-radius: 20px;} 
.why-chhose-us-para{margin-top: 15px !important;}

/* Why Choose Us section css end here */


/* About the Platform Page css end here */



/* About the Conference Page css start here */

/* Powering Global Conferences section css start here */

.powering-global-section-main{margin-top: 60px; margin-bottom: 60px;}
.explore-events-icon-bg{height: 80px ; width: 80px; border-radius: 1000px; background-color: #ffffff;}
.explore-events-icon{font-size: 40px;color: #2A6FC8;}
.img-content-div{position: absolute; bottom: 20px; background-color: #fff; border-radius: 50px 5px 5px 5px; padding: 0px 10px 0px 10px; right: 35px; cursor: pointer;}
.powering-play-icon{font-size: 25px;}



/* Powering Global Conferences section css end here */


/* Highlights from Past Editions section css start here */


.highlights-editions-section-main{margin-bottom: 60px;}
.circles-div{padding: 0px 0px; margin-top: 60px;}
.circle-box-text{ left: 26%; position: absolute; top: 33%;}
/* .circle-box-text{left: 70px; position: absolute; top: 86px;}*/

.images-inner-right-div{padding-left: 15px;}
.images-inner-left-div{padding-right: 15px;}

.highlights-img-1{margin-top: 72px; padding-left: 20px;}
.highlights-img-7{margin-top: 72px; padding-right: 20px;}

/* animation */
.gallery-img  {
  transition: .4s ease;
}
.gallery-img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}

.float-animation {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.circle-box:hover {
  filter: drop-shadow(0px 0px 12px rgba(0,123,255,0.5));
  transition: .4s;
}
/* animation */

/* Highlights from Past Editions section css end here */

/* About the Conference Page css end here */



/* Vision & Mission Page css start here */

/* Knowledge Without Limits css start here */

.knowledge-section-main{margin-top: 60px; margin-bottom: 60px;}
.knowledge-icons-div{background-color: #fff; border-radius: 0px 100px 100px 50px; width: 400px; padding: 15px 40px 15px 35px;}
.knowledge-icon-bg{height: 80px ; width: 80px; border-radius: 1000px; background-color: #D5E7F4;}
.knowledge-icon{font-size: 40px;color: #2A6FC8;}


.icon-with-title{cursor: pointer;}
.knowledge-circle-1{text-align: center;position: absolute;z-index: 2000;width: 160px; padding: 40px 20px;background-color: #C5E1F6;border-radius: 121px;top: 495px;}
.knowledge-circle-2{text-align: center;position: absolute;z-index: 2000;width: 160px;padding: 40px 20px;background-color: #2A6FC8;border-radius: 121px;top: 615px;}
.knowledge-circle-3{text-align: center;position: absolute;z-index: 1999;width: 160px;padding: 40px 20px;background-color: #C5E1F6;border-radius: 121px;top: 735px;}


.academic-border{border-left: 2px solid #2a6fc8; margin-left: 5px;}

/* animation */
 @keyframes rotateIn {
0% {opacity: 0; transform: scale(0.6) rotate(180deg);}
100% {opacity: 1; transform: scale(1) rotate(0deg);}
}

.stats-circle {
  animation: rotateIn 0.9s ease forwards;
}

.vision-mission-circle-img:hover {
  transform: scale(1.04);
  transition: .4s ease-in-out;
}
/* animation */

/* Knowledge Without Limits css end here */

/* Our Vision & Mission section css start here */

.vision-mission-section-main{margin-bottom: 60px;}
/* .vision-mission-circle-img{position: relative; width: 500px; left: -225px;} */
.vision-mission-circle-img {
    position: relative;
    width: 500px !important;
    max-width: none !important;
    left: -225px;
}
.vision-mission-title{color: #fff; background-color: #2A6FC8; border-radius: 50px; padding:5px 25px;}
.vision-mission-para{margin-left: 28px !important; margin-top: 10px !important;}
.vision-color{background-color: #8FB4AB !important;}
.vision-mission-icons-div{position: relative; bottom: -5px;}
.vision-mission-content-div{position: relative; bottom: -9px; margin-left: 15px;}
.vision-margin{margin-top: 45px;}

.vision-mission-icons{cursor: pointer;}

/* Our Vision & Mission section css end here */

/* Vision & Mission Page css end here */


/* Our Speakers Page css start here */



/* Our Speakers Page css end here */


/* venue css start here */



/* conference hall css start here */

.conference-hall-section-main{margin-top: 60px; margin-bottom: 60px;}
.conference-speaker-img{position: absolute;width: 185px;top: 657px; right: 93px;}
.conference-hall-content-div{margin-top: 40px;}

/* conference hall css end here */

/* Hall View css start here */

.hall-card{padding: 0px 10px;}
/* .hall-view-blue-div{background-color: #2A6FC8; border-radius: 15px; padding: 25px 17px 17px; position: absolute; top: 1220px; left: 530px;}
.hall-view-white-circle{background-color: #fff; border-radius: 100px; width: 37.5px; position: absolute; top: -25px; left: 35px;} */
/* .arrow-up-right-icon{font-size: 25px;padding: 0px 6px;} */
 .hall-view-div {
            position: relative;
            width: 100%;
        }

        .hall-image {
            opacity: 1;
            display: block;
            width: 100%;
            height: auto;
            transition: .5s ease;
            backface-visibility: hidden;
            width: 100%;
        }

        .hall-text-div {
            transition: .5s ease;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
            width: 90%;
        }

        .hall-view-div:hover .hall-image {
            opacity: 0.3;
        }

        .hall-view-div:hover .hall-text-div {
            opacity: 1;
        }

        .text {
            background-color: #2A6FC8;
            color: white;
            padding: 16px 16px;
            border-radius: 15px;
        }

/* animations */

  .conference-speaker-img {
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}


/* Hall View css end here */

/* Stay Info section css start here */

.stay-info-section-main{background-image: linear-gradient(to right, #2A6FC8 , #8FB4AB); padding: 60px 0px; margin: 60px 0px;}
/* .stay-info-section-main{background-image: url('../images/stay-info-bg-img.png'); background-repeat: no-repeat; padding: 60px 0px; margin: 60px 0px;} */
.stay-info-icon{font-size: 100px;}
.stay-info-title{margin-bottom: 10px !important;}

/* Stay Info section css end here */

/* Reach Us section css start here */

.reach-us-section-main{margin-bottom: 60px;}
/* .reach-us-row-div{gap: 30px;} */
.reach-us-map{height: 415px !important;}
.tickets-info-label{font-weight: bold;}
.venue-box{background-color: #2A6FC8; color: #fff; padding: 12px 15px 8px; }
.time-box{border: #2A6FC8 1px solid; padding: 12px 15px 8px; border-left: none !important;}
.tickets-info-h6{margin-bottom: 10px !important;}
.tickets-info-label-row{margin-top: 5px;}

/* Reach Us section css end here */



/* venue css end here */


/* Audio Live Streaming css start here */

.audio-live-section-main{margin: 60px 0px;}
.audio-live-card{background-color: #fff; border-radius: 20px; border: #E1E1E1;height: 390px; width: 287px;}
.input-range{width: 225px !important;}
.input-time-start{}
.audio-live-card-content{padding: 0px 30px;position: absolute; top: 730px;}
.audio-live-card-div{padding: 0px 40px;}
.audio-live-icon{color: #2A6FC8; font-size: 25px;}
.audio-live-card-icons{gap: 15px; margin: -15px 0px}
.audio-live-icon-size{font-size: 35px;}

/* animation */
.audio-live-icon {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.audio-live-icon:hover {
  transform: scale(1.2);
}

.input-range {
  cursor: pointer;
}

/* Audio Live Streaming css end here */

/* Video Live Streaming css start here */

/* .video-live-streaming-bg{background-image: url('../images/live-video-streaming-img.png'); background-repeat: no-repeat;} */
.live-videp-mp-4{width: 500px;}
.video-live-straming-section-main{margin: 60px 0px;}

/* Video Live Streaming css end here */



/* Conferences css start here */

/* .search-conferences-div{padding: 0px 10px;}
.search-conferences{border: #e1e1e1 solid 1px; border-radius: 10px; padding: 5px 15px;} */
.conferences-card{background-color: #fff; border-radius: 20px; padding: 30px;}
.card-inner-button-row{gap: 10px;}
.card-inner-button{background-color: #DFECFF; color: #2A6FC8; padding: 5px 10px; border-radius: 6px;}
.conferences-card-div{padding: 0px 10px;}
.conferences-cards-row{margin-bottom: 20px;}
.country-select{padding: 10px 73px 10px 15px !important;}
.input-date{border: #e1e1e1 1px solid; border-radius: 5px; width: auto; padding: 10px 20px 10px 15px !important;}
.input-padding{padding: 10px 104px 10px 15px !important;}

/* animation */
.conferences-card {
  transition: all .35s ease;
  cursor: pointer;
}

.conferences-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.card-inner-button-div:hover {
  transform: scale(1.05);
  transition: .25s ease;
}
/* animation */

/* Conferences css end here */

/* Tickets css start here */

.tickets-card{cursor: pointer;}
.tickets-section-main{margin-top: 60px; margin-bottom: 60px;}
.tickets-card-div{padding: 0px 10px;}
/* .tickets-cards-row{gap: 10px;} */
.tickets-h6{color: #000; margin-top: 10px !important;}
.text-none{text-decoration: none !important; }
.sessions-card-div{padding: 0px 10px !important; height: 202px;}

.session-card-img-1{background-image: url('../images/conference-sessions-img-1.png'); background-repeat: no-repeat; background-position: left top, right top; background-size: 95% auto, 95% auto;}
.session-card-img-2{background-image: url('../images/conference-sessions-img-2.png'); background-repeat: no-repeat; background-position: left top, right top; background-size: 95% auto, 95% auto;}
.session-card-img-3{background-image: url('../images/conference-sessions-img-3.png'); background-repeat: no-repeat; background-position: left top, right top; background-size: 95% auto, 95% auto;}
.session-card-img-4{background-image: url('../images/conference-sessions-img-4.png'); background-repeat: no-repeat; background-position: left top, right top; background-size: 95% auto, 95% auto;}
.session-card{color: #fff; padding: 15px;}


/* Tickets css end here */



/* Booking page css start here */

/* Booking Banner css start here */

.popup-modal{z-index: 23000;}
.booking-banner-main{background-image: url('../images/booking-bg-img.png'); background-repeat: no-repeat; background-size: cover; padding: 30px 0px 0px 0px;}
.interested-booking{width: 143px; color: #fff; background-color: #44AA46; border-radius: 10px; padding: 10px;}
.booking-location{background-color: #fff; border-radius: 5px; padding: 5px; color: #000;}
.booking-location-div{gap: 10px;}
.booking-banner-row{padding: 60px 0px;}

.booking-speakers-main{margin-bottom: 60px;}
.green-stripe{width: 80px; height: 5px; background-color: #8FB4AB; border-radius: 100px; margin: auto; margin-top: 10px; margin-bottom: 10px;}
.booking-speakers-text{position: absolute; bottom: 17px;width: 100%;}

/* Booking Banner css end here */

/* Pop Up css end here */

.how-h4{color: #000;}
.seat-number {width: 40px;height: 40px;border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #000;}
.active-seat { background-color: #0d6efd; color: #fff; }
.silver-h6{color:#525353;}
.popup-price{color: #000; font-weight: bold;}

/* Pop Up css end here */

/* Booking page css end here */



/* Select Category of Seats page css start here */

.back-arrow{font-size: 36px;}
.health-h5{margin-left: 10px !important;}
.tickets-btn{padding: 0px !important;}
.tickets-icon{font-size: smaller !important;}
.seat-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 6px;
}

.row-label {
  width: 25px;
  text-align: center;
  font-weight: 600;
}

.seats {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  cursor: pointer;

}

.seats-div {
  overflow-x: visible;
}

/* Seat Types */

 /* .available {
  background-color: #48b749;
}
.selected {
  background-color: #0d6efd; 
}
.sold {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
} */

.seat-category-title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: end;
}

.category-row{gap: 20px;}
.selected-color{background-color: #0d6efd;cursor: not-allowed;}
.available-color{background-color: #48b749;cursor: not-allowed;}
.category-div{align-content: space-between; gap: 187px; display: grid;} 
.row-label{margin-right: 15px !important;}
.stage-div{ }


.seat-icon {
  font-size: 22px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.available {
  color: #48b749;   /* Green */
}

.selected {
  color: #0d6efd;   /* Blue */
}

.sold {
  color: #ccc;      /* Gray */
  cursor: not-allowed;
  opacity: 0.6;
}

.seat-icon:not(.sold):hover {
  transform: scale(1.15);
}

/* Prevent hover/click effects on legend icons */
.legend .seat-icon {
  pointer-events: none;   /* disables click */
  cursor: default;        /* normal cursor */
}

.legend .seat-icon:hover {
  color: inherit !important; /* prevents hover color change */
}

/* Select Category of Seats page css end here */

/* Coming Soon page css start here */

/* HERO */
.coming-soon {
  min-height: 90vh;
  text-align: center;
  padding: 60px 20px;
}

.logo {
  width: 180px;
  margin-bottom: 20px;
}


.subtitle {
  max-width: 650px;
  margin: 15px auto !important;
  opacity: 0.85;
}

/* Countdown Wrapper */
.countdown-wrapper {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 40px 0;
  flex-wrap: wrap;
}

/* Timer Card */
.count-box {
  width: 110px;
  height: 100px;
  background: #e7ecff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Number */
.count-box span {
  font-size: 32px;
  font-weight: 600;
  color: #0a4ea3;
}

/* Label */
.count-box small {
  font-size: 14px;
  color: #3d4d7a;
}

/* Launch Message */
.launch-message {
  display: none;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #ffffff;
  opacity: 0.9;
}



/* EMAIL */
.notify-box {
  display: flex;
  justify-content: center;
}

.notify-box input {
  padding: 14px;
  width: 280px;
  border-radius: 30px 0 0 30px;
  border: none;
}

.notify-box button {
  padding: 14px 25px;
  background: #4f7cff;
  border: none;
  color: white;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}

/* Coming Soon page css end here */