@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@font-face {
  font-family: amazonEmberRg;
  src: url("../fonts/Amazon_Ember_Rg.ttf");
  font-weight: normal;
}
@font-face {
  font-family: amazonEmber;
  src: url("../fonts/AmazonEmber.ttf");
  font-weight: bold;
}
@font-face {
  font-family: amazonEmberDisplay;
  src: url("../fonts/AmazonEmberDisplay.ttf");
  font-weight: bold;
}
@font-face {
  font-family: amazonEmberDisplay_Bd;
  src: url("../fonts/AmazonEmberDisplay_Bd.ttf");
  font-weight: bold;
}
@font-face {
  font-family: amazonEmberDisplay_Rg;
  src: url("../fonts/AmazonEmberDisplay_Rg.ttf");
  font-weight: bold;
}
@font-face {
  font-family: amazonEmberlt;
  src: url("../fonts/AmazonEmberDisplay_Lt.ttf");
  font-weight: light;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::placeholder {
  color: #2074d5;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2074d5;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2074d5;
}

:root {
    --violet-color-bg: #006bd6;
    --gray-color-bg: #F1F2F2;
    --dark-gray-color-bg: #E6E7E8;
    --white-color: #ffffff;
    --text-color:#58595b;
    --text-color-dark:#333333;
    
    
}


body {
  color: var(--text-color);
  padding: 0px;
  margin: 0px;
  font-family: amazonEmberRg;
  font-size: 1.2rem;
  background-color: #E8E8ED;
  line-height: 21px;
}

h1 {
  font-family: amazonEmberRg;
  font-size: 3.6rem;
  margin: 0;
  line-height: 3.8rem;
  font-weight: 400;
     color: var(--white-color);
}





.banner h3 {
  font-family: amazonEmberRg;
  font-size: 30px;
  font-weight: 200;
    color: var(--white-color)!important;
    margin-bottom: 20px;
}
h2 {
  font-family:amazonEmberlt;
  font-size: 3rem;
  margin: 0px; 
  line-height: 2.4rem;
  font-weight: 100;
     color: var(--text-color);
}
h3 {
  margin: 0px;
  padding: 0px;
  font-size: 2rem;
  display: block;
     color: var(--text-color);
    font-family: amazonEmberLt;
}
p {
  padding-bottom: 15px;
  margin: 0px;
  line-height:28px;
     color: var(--text-color);
}
.spacer {
  width: 100%;
  float: left;
  height: 50px;
}
.flx {
  display: flex;
  flex-direction: row;
  /* flex-wrap: nowrap; */
  justify-content: center;
}
.flx div {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  padding: 0 30px;
}
.subber div span img {
  width: 50px;
  height: auto;
}
.subber div div span {
  float: left;
}
.subber div p {
  font-size: 18px;
  float: left;
  margin: 0;
  margin-left: 15px;
}
.band_bt {
  background: #2074d542;
  padding: 15px 0px;
  margin-top: -78px;
  z-index: 99;
  position: relative;
}
.padd100 {
  padding: 100px 0;
  padding-bottom: 0;
}
.padd-bottom {
  padding-bottom: 100px;
}
.padd25 {
  padding: 25px 0;
}
.section-about {
  background: #E8E8ED; 
}



.banner {
  background: url("../images/desktop-banner.jpg") bottom right no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 16vh 0;
  position: relative;
  color: #000; /* Optional: adjust based on background */
}

.select2-container{ width:100%!important;
}

/* Match other form inputs */
.select2-container .select2-selection--single {
  height: auto !important;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 0px !important;
  background-color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
}

/* Remove arrow spacing issues */
.select2-selection__arrow {
  height: 100% !important;
  right: 10px !important;
  top: 0 !important;
  width: 30px !important;
}

/* Adjust placeholder */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
  font-style: normal; border-radius: 0 !important;
}

/* On focus */
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Dropdown styling */
.select2-dropdown {
  border: 1px solid #ced4da;
  border-radius: 0 !important;
  font-size: 17px;
}
.agenda-list button {
  padding: 14px 30px;
  margin:0 auto;
  color: #222445;
  background: url("../images/btn-bg.png") center repeat;
  border: none;
  font-weight: bold;
  border-radius: 10px;
	width:auto;
}
/* Sign */
.modal-header{
  border-bottom: 0 !important;
}
.sign-up form button {
  padding: 1rem;
  margin:  2rem 0px 0px 0px;
  color: var(--white-color);
  background:#006bd6 ;
  border: none;
  font-weight: bold;
  border-radius: 50px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    border: 1px solid transparent
}
.sign-up form button:hover {
    color: #006bd6;
    border: 1px solid #006bd6;
    background: var(--white-color)
}
.sign-up .form-dis {
  padding: 0;
  margin: 0px;
  font-size: 1rem;
  display: block;
  line-height: 1.2rem;
}
.sign-up .sign-in {
  padding: 30px 0px 0px 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.p-5a {
    padding: 3rem !important;
}

@media (max-width: 768px) {
  .banner {
    padding: 10vh 0;
    background-position: center;
    background-size: cover;
  }
  .p-5a {
    padding: 1rem !important;
}
}



@media (min-width: 992px) {
    
    .section-about {
        
    background:#E8E8ED;
 
}

.team div img {
  margin-bottom: 0px;
}
.team div p {
  padding-left: 0px;
  margin: 0;
}
@media (max-width: 576px) {
  .flx {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .flx div {
    justify-content: center;
  }
  .band_bt {
    margin-top: 0;
  }
  .padd100 {
    padding: 50px 0;
  }
}
.box_blue {
  background: #383472;
  padding: 0px;
  border: 2px solid #006bd6;
  overflow: hidden;
}
.mar-lft {
  margin-left: 20px;
}

.resp-tabs-list li {
  font-weight: bold;
  display: flex;
  padding: 10px 20px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  background: #3e3c73;
  border-radius: 5px;
  margin-left: 10px;
  flex-direction: row;
  font-weight: normal;
  align-items: center;
}
.resp-tabs-list li img {
  margin-right: 10px;
}
.resp-tabs-list li:nth-child(1) {
  margin-left: 0;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-active {
  color: #232f3e;
  /* border: 1px solid #c1c1c1; */
  /* border-bottom: none; */
  /* margin-bottom: -1px !important; */
  /* padding: 12px 14px 14px 14px !important; */
  background: #7ce8f4 !important;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  /* font-size: 13px; */
  /* border: 1px solid #c1c1c1; */
  /* border-top: 0px solid #c1c1c1; */
  margin: 0px;
  padding: 10px 15px;
  background: #232f3f;
  margin: 0px 0px 2px 0px;
  border-radius: 10px;
  font-size: 20px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #7ce8f4 !important;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
.resp-accordion img {
  margin-right: 10px;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .section-about {
    background-image: none;
  }
  .spacer {
    height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .mar-lft {
    margin-left: 0;
    margin-top: 10px;
  }
  .padd100 {
    padding: 50px 0;
  }
  .padd-bottom {
    padding-bottom: 50px;
  }
  .section-about {
    background-size: cover;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right top;
  }

}
@media only screen and (max-width: 1199px) {
  .resp-tabs-list li {
    padding: 10px 10px;
  }
  .resp-tabs-list li img {
    margin-right: 5px;
    width: 25px;
  }

}
/* swiper */
.slider {
  position: relative;
}
.swiper-container {
  padding-bottom: 20px;
}
.swiper-scrollbar {
  background: #d6d6d6;
}
.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  width: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-wrapper {
  /* padding: 30px !important; */
}
.swiper-wrapper img {
  width: 100%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/rightico.png") !important;
  right: -60px !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/leftico.png") !important;
  left: -60px !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background-size: 40px 40px !important;
}
/* swiper */
/* carousel */
.block-one {
  background-color: #fff;
  color: #626262;
  font-size: 14px;
}
.block-text {
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 20px;
}
.block-text p {
  color: #707070;
  padding-top: 12px;
  line-height: 20px;
}
.block-text a {
  color: #222222;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
  font-weight: bold;
}
.block-text a:hover {
  color: #0972d3;
}
/* 
.block-text a:after {
  padding-left: 10px;
  content: ' ';
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  background: url("../assets/images/Icon-arrow-right.png") no-repeat center center;
} */
.block-text .blocktextalignleft {
  float: left;
  padding-right: 10px;
  text-align: center;
}
.block-text .blocktextalignleft small {
  font-size: 14px;
  text-align: center;
  padding: 0;
}
.block-text .blocktextalignleft .blkTextlft {
  font-size: 25px;
  font-weight: 700;
  color: #0856a2;
}
.block-text .blocktextalignleft .blkTextlftTwo {
  font-size: 14px;
  display: block;
  color: #0856a2;
}
.block-text .blocktextalignright {
  float: left;
  padding-left: 10px;
  font-weight: bold;
  line-height: normal;
  border-left: solid 1px #d8d8d8;
  color: #222222;
  font-size: 17px;
}
.leftIcon {
  background: url("../images/leftico.png") no-repeat center center;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  right: 50%;
}
.rightico {
  background: url("../images/rightico.png") no-repeat center center;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  left: 50%;
}
@media only screen and (max-width: 1200px) {
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
}

.agenda-list button {
  padding: 14px 30px;
  margin:0 auto;
  color: #222445;
  background: url("../images/btn-bg.png") center repeat;
  border: none;
  font-weight: bold;
  border-radius: 10px;
	width:auto;
}
/* Sign */
.modal-header{
  border-bottom: 0 !important;
}
.sign-up form button {
  padding: 1rem;
  margin:  2rem 0px 0px 0px;
  color: var(--white-color);
  background:#006bd6 ;
  border: none;
  font-weight: bold;
  border-radius: 50px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    border: 1px solid transparent
}
.sign-up form button:hover {
    color: #006bd6;
    border: 1px solid #006bd6;
    background: var(--white-color)
}
.sign-up .form-dis {
  padding: 0;
  margin: 0px;
  font-size: 1rem;
  display: block;
  line-height: 1.2rem;
}
.sign-up .sign-in {
  padding: 30px 0px 0px 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}
/*footer*/
 
/*-------anwar---------*/
.bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .headline {
  font-size: 48px;
  text-transform: uppercase;
  background-color: transparent;
}
.section .blur-edges {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
}
/*@media (max-width: 700px) {

  .bg-video {

    background: url("//ak5.picdn.net/shutterstock/videos/23647405/thumb/1.jpg") center center/cover no-repeat;

  }

  .bg-video__content {

    display: none;

  }

}

*/
.button {
  line-height: inherit;
  position: absolute;
  bottom: 150px;
  background: #ff9900;
  border: 0;
  padding: 15px 40px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.button:hover {
  background: #fff;
  color: #ff9900;
  text-decoration: none;
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-dialog center {
  padding: 20px 0px;
}
.modal-dialog {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
button.close {
  -webkit-appearance: none;
  padding: 10px 20px;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.9;
}
.modal-content {
  border-radius: 0;
  background-color: inherit;
  box-shadow: none;
	    width: auto !important;
}
.modal-header {
    background: #fff;
    border-radius: 0 !important;
}
html {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  .bg-video {
    position: relative;
    z-index: -1;
    overflow: hidden;
  }
  .section {
    height: auto;
    text-align: center;
    display: block;
  }
  .band_bt {
    margin-top: -26px;
    position: relative;
  }
  .button {
    position: relative;
    bottom: 50px;
    color: #fff;
  }
}
@media only screen and (max-width: 576px) {
  .button {
    position: relative;
    bottom: 27px;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .bg-video {
    margin-bottom: 23px;
  }
  .subber div span img {
    width: 40px;
  }
  .flx div p {
    font-size: 14px;
  }
}
.flx div p {
  margin: 0;
  padding: 0 0 0 10px;
}
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .swiper-button-next {
    right: -4% !important;
  }
  .swiper-button-prev {
    left: -4% !important;
  }

}
@media only screen and (max-width: 991px) {
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev {
    left: 10px !important;
  }

}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 90vw;
    height: auto;
    margin: 0 auto;
  }

}

@media only screen and (max-width: 450px) {
  .swiper-button-next {
    top: 40% !important;
  }
  .swiper-button-prev {
    top: 40% !important;
  }
}
.sign-up form .form-control {
  padding: 10px 20px;
  margin: 0px 0px 15px 0px;
  color: #232323 !important;
  border: none;
  border-radius: 2px;
  height: 50px;
  font-weight: normal;
      background-color: #fbfbfb !important;
    border: 1px solid #d7d8d8
}
.sign-up form .form-select {
  padding: 10px 20px;
  margin: 0px 0px 15px 0px;
  color: #232323 !important;
  border: none;
  border-radius: 10px;
  height: 50px;
  font-weight: normal;
     background-color: #F1F2F2 !important;
}
.sign-up form optgroup {
  background: #d4d4d4;
}
.sign-up form optgroup:nth-child(even) {
  background: #f0f0f0;
}
.sign-up .form-group .info {
  padding-bottom: 10px;
  display: block;
}

.team p.dis {
  font-size: 14px;
  line-height: 19px;
}
.aus-dt {
  padding-bottom: 10px;
}

/* ------- For Form  chkbox -------*/
/* ------- For Form  chkbox -------*/

.sign-up form .form-control button,
input,
select,
textarea {
  margin-bottom: 15px;
}


.sign-up form p {
  float: left;
  font-size: 0.85rem!important;
  float: left;
  margin-left: 0px;
  width: 100%;
  text-align: left;
    line-height: 1.3rem;
   
}

.sign-up form a {
  color: #377dff;
}

.chk {
  float: left;
  width: 100%;
  margin-left: 0px;
}



.chk-form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.chk-form-group label {
  position: relative;
  cursor: pointer;
  float: left;
}

.chk-form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #00a0f3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.chk-form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #00a0f3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ------ Chk box */

   

.agenda {
  background:var(--white-color)
}
.spk {
  padding-bottom: 25px;
}
.spk h3 {
  padding-bottom: 15px;
}
.spk .designation {
  position: relative;
  display: inline;
}
.spk .designation:after {
  content: "";
  position: absolute;
  left: -30px;
  width: 15px;
  height: 15px;
  background: url("../images/designation-l.png") no-repeat center center;
}
.spk .designation:before {
  content: "";
  position: absolute;
  right: -30px;
  width: 15px;
  height: 15px;
  background: url("../images/designation-r.png") no-repeat center center;
}

#form form label {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
  display: block;
}
#form form .red {
  color: red;
}
#form form {
  padding:0;
  text-align: left;
}


.resp-tabs-list {
  background: #232f3e;
  display: flex;
  padding: 25px;
  margin: 0px;
}
.resp-tabs-container .agenda-list {
  padding: 25px 25px 50px 25px;
}
.place {
  background: #232f3e;
}

/* violet bg */
.intro-container {
    display: flex;
    align-items: center;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
}
.intro-section {
 padding: 3rem;
    
}

.why-attend-section {
 padding: 2rem 3rem;
    background: var(--violet-color-bg);
    color: var(--white-color)!important

}
.why-attend-section p {
    color: var(--white-color)!important
}
.why-attend-section h2 {
color:var(--white-color)!important;
    font-weight: 200;

}

.dark-gray-box {
    background: var(--dark-gray-color-bg)
}


.light-gray-box {
    background: var(--gray-color-bg)
}

.event-icon {
    width: 100px;
    margin: 0 auto;
}

.cards {
  padding: 40px;
  border-radius: 10px;
  height: 100%;
    color: var(--text-color);
    font-size: 1.2rem
}

.cards img {
    margin-bottom: 2rem
}

@media only screen and (max-width: 991px) {
.itemS {
    height: auto!important;
}

}

.sign-up  {
    padding: 0 3rem  3rem 3rem;
}
.sign-up form input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0 7px;
  line-height: normal;
  float: left;
  width: auto;
    
}
.sign-up form input.accept-check{
   
}

.sign-up form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 6px 5px 0 0;
         background-color: #fbfbfb !important;
    border: 1px solid #d7d8d8;
}
.sign-up form .form-check-input:checked[type=checkbox] {
    background-color: #006bd6!important
}
.sign-up h3 {
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 2rem 0;
}
 
.footnote {
    font-size: 0.85rem
}
@media only screen and (max-width: 991px) {
    .intro-section, .sign-up, .why-attend-section 
    {
        padding: 2rem 1rem 
    }

    .agenda table th,
  .agenda table td {
    width: 100%;
    display: block !important;
  }
  .agenda table tr th:first-child,
  .agenda table tr td:first-child {
    border-bottom-color: transparent;
    padding-bottom: 0;
    font-family: amazonEmberDisplay_Bd;
    font-size: 1rem;
  }

  

 
}

 
	
	@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width:80%;
    }
}


.info-section{
  display: flex;
  justify-content:space-evenly;
  flex-direction: row;
  gap: 30px;
   
}

/* 07 03-25 */

.intro-section-v2{
    background: #fff;
    border-radius: 15px;
}

 .info-icon {
  width: 50px;
  height: 50px;
}

/* Optional: Style for register buttons */
.register-btn {
  background-color: #E3E9FF;
  border: none;
  color: #000;
  padding: 14px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.register-btn:hover {
  background-color: #d1e9ff;
  color: #0073bb;
}


        .bg-white{
          background-color: #fff;

        }
         .nav-menu {  
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            gap: 10px;
            background-color: #fff;
            border-radius: 15px; padding: 18px;
        }
        
        .nav-menu a {
            text-decoration: none;
            color: #6c757d;
            font-size: 1rem;
            font-weight: 500;
            padding: 10px;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .nav-menu a:hover,
        .nav-menu a.active {
            color: #333;
            border-bottom-color: #0073bb;
            font-weight: 600;
        }
        
        .content-section-item {
            margin-bottom: 48px;
            scroll-margin-top: 100px;
        }
        #overview {
          border-radius: 15px; margin: 0; padding: 0;
        }
        #overview h2{
          margin-bottom: 0!important;
        }
         
        .section-title {
            font-size: 25px;
            font-weight: bolder;
            color: #333; 
            background-color:#E3E9FF;            
            padding: 10px 0 10px 45px;
        }
        
        .subsection-title {
            font-size: 1.5rem;
            font-weight: bold !important;   line-height: 1.3;
        }
        
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 100px;
            margin-bottom: 10px;
        }
        
        .feature-card {
            text-align: left;
            padding: 0;
        }
        
        .feature-icon {
            width: 48px;
            height: 48px;   
            color: #0073bb; 
        }
        
        .feature-title {
            font-size:1.1rem;
            font-weight: 600;             margin-bottom: 8px;
            line-height: 1.3;
        }
        
         
        
        .section-content {
            font-size: 14px;
            line-height: 1.6;
            color: #666;
        }
        #connect {
          border-radius: 15px;  
        }
        #connect h2{
          margin-bottom: 0!important;
        }

        .custom-border-radius{
          border-radius: 15px;
        }

         .custom-border-radius-section{
          border-radius: 15px 15px 0 0;
        }

.overview-content p{
    font-size: 17px; line-height: 28px;
}
#eligibility {}
#eligibility ul li{
    font-size: 17px; line-height: 28px;
}
       
.prize-section .place-icon {
      width: 160px;
      height: 140px;  
      margin: 0 auto 10px;
    }
 

    .prize-title {
      font-size: 20px;
      font-weight: 700; 
    }

    .prize-detail { 
      margin-bottom: 15px;
    }

    .prize-description {
      border-left: 1px solid #ddd;
      padding-left: 15px;
      text-align: center; line-height:28px;
      font-size: 17px;
    }

    .prize-description h4{
       font-size: 17px; font-weight: 600;
    }
.overview-contet{
  font-size: 17px
}
.no-border{
  border-left: 0!important;
}

.rounded{
  border-radius: 15px !important;
}

footer {
  background: #000000;
  color: #ffffff;
  padding: 20px 0px;
  text-align: center;
}
.left-arrow{
  width: 50px;
  height: 30px;
}

.table>:not(caption)>*>*{
  color: var(--text-color);
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color:#0d6efd !important;

}

.accordion-button{
  font-size: 20px;
  font-weight: bold;
  color:var(--text-color) !important;
  
}

table tr:last-child td {
  border-bottom: 0 !important;
}
 table p{
  padding-bottom: 7px !important;
  
}

.table th:nth-child(1), 
.table td:nth-child(1) {
    width: 10%; 
}


.table th:nth-child(2), 
.table td:nth-child(2) {
    width: 20%; 
}


.table th:nth-child(3), 
.table td:nth-child(3) {
    width: 50%; 
}
 
.table th:last-child,
.table td:last-child {
    width: 10%; 
    
}

        @media (max-width: 768px) {
            body {
                padding: 10px;
            }
            
            .hero-section {
                padding: 24px;
            }
            
            .content-section {
                padding: 20px 24px;
            }
            
            .info-row {
                flex-direction: column;
                gap: 20px;
            }
            
            .register-section {
                text-align: left;
                padding-left: 0;
            }
            
            .register-btn {
                margin-left: 0;
                margin-right: 8px;
                margin-bottom: 8px;
            }
            
            .feature-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 16px;
            }
     

            



	.select2-container--default .select2-selection--single{
		    margin-bottom: 1rem;
		}	
  .prize-description {
    border-left: none;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
  }

  .row .col-md-3:last-child .prize-description {
    border-bottom: 0 !important;
  }


      .nav-menu{
        gap: 5px;
      }
          .nav-menu a {
        padding: 8px 10px;
        
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .info-section{
      display: flex;
      justify-content:space-evenly;
      flex-direction: column;
      gap: 30px;
      
    }

    .bg-light.p-5{
      padding:1.5rem !important;
    }

    .overview-contet.px-5{
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }

    .overview-content.px-5{
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    
 .info-icon {
  width: 40px;
  height: 40px;
}
  }
@media (max-width:769px) and (min-width:767px) {   
  .prize-description { 
    border-left: 1px solid #ddd !important; 
    border-bottom: 0 !important;
  }
    
}
        @media (max-width: 480px) {
            .feature-grid {
                grid-template-columns: 1fr;
            }
            
            .nav-menu {
                flex-direction: column;
            }
            .fs-5 {
              font-size: 1rem !important;
            }
             
        }
         .custom-success {
    font-size: 1.25rem; 
    text-align: center;
    font-weight: 500;
  }


 @media (max-width: 992px) {
  .table th:nth-child(1), /* Description column */
.table td:nth-child(1) {
    width: 100%/* Reduce description size */
}


.table th:nth-child(2), /* Description column */
.table td:nth-child(2) {
    width: 100% /* Reduce description size */
}


.table th:nth-child(3), /* Description column */
.table td:nth-child(3) {
    width: 100%; /* Reduce description size */
}
 
.table th:last-child,
.table td:last-child {
    width: 100%; /* Adjust as needed */
    white-space: nowrap; /* Prevents text from wrapping */
    text-align: left; /* Optional: Center align text */
}
 }

.highlight-blink {
  font-weight: 600; 
  animation: blinkFade 2s infinite;
}

@keyframes blinkFade {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}