@charset "utf-8";
/* CSS Document */


.exo-ets {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 16px;
}

.oswald-ets {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;  /* Changed from <weight> */
  font-style: normal;
}

.caveat-ets {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 500;  /* Changed from <weight> */
  font-style: normal;
}


/* CSS Root Data*/
:root{
/*Primary Color*/
--color-primary: #EAC05B;
--color-primary-dark: #BC8C1B;

/*Secondary Color*/
--color-secondary: #4C0E12;
--color-light: #ffffff;
	
/*Thired Color*/
--color-gray-light: #414042;
--color-gray-dark: #232323;
	
 /* ... other variables ... */
  --font-primary: "Exo", sans-serif;  /* Changed from serif to sans-serif */
  --font-secondary: 'Oswald', sans-serif;  /* Removed extra colon, added semicolon */

/*Fonts Size*/
  --font-size-sm: 16px;
  --font-size-md: 18px;  /* Removed extra colon */
  --font-size-lg: 22px;  /* Removed extra colon */
  --font-size-xl: 24px;
  /* ... other variables ... */
}

body{
	font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;	
}
ul li {
    list-style: none;
}
h2,h3{
	font-family: "Oswald", sans-serif;
	    font-size: 36px;
    font-weight: 700;
}
a {
    color: var(--color-gray-light);
    text-decoration: none;
}
header .container{
	z-index: 9;
	position: relative;
}
header .navbar-collapse .navbar-nav{
	padding: 20px 30px 19px;
}
header .navbar-collapse .navbar-nav a{
	color: var(--color-primary);
	font-family: "Exo", sans-serif;
	font-size: 16px;
	padding:0 20px 0 !important
}
header.mt-2 {
    z-index: 103;
    position: relative;
}
a.ABS, a.btn.rounded-5.ETBtnG.py-2.px-4{background:var(--color-secondary); color:#fff; font-weight: 500;}
.nav-item.active a.nav-link, header .navbar-collapse .navbar-nav a:hover, a#HeadBtn1:hover {
	color: var(--color-primary-dark);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #fff;
}
ul.dropdown-menu .nav-item  a {
	color: var(--color-primary) !important;
	font-weight: 500;
	font-size: 16px;
	padding: 4px 20px !important;
}
button.navbar-toggler{
	background: var(--color-primary-dark)
}

.ReBtn{
	background: linear-gradient(180deg, #AB7E15 0%, #F2D08C 50%, #D8AE4B 80%);
	margin-left:20px; 
}
.ReBtn:hover{
	background: var(--color-secondary);
	color: #fff;
}
.ETBtnR{
	background: #c52615;
}
.ETBtnR:hover{
	background: #9bd81e;
	color: #fff;
}
a#HeadBtn1 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
	color: var(--color-secondary);
    font-size: 20px;
    padding: 6px 40px !important;
    margin-top: -17px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	border-bottom: 0 !important;
	border: 2px solid var(--color-primary-dark);
	 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
              0 2px 5px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}
a#HeadBtn1.Show {
    display: none;
}
.Mainheader img {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}
/*Inner Banner*/
.InnerBanner{
    background-image: url(../images/homebanner.png);
    background-position: 0px -387px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -120px auto 0;
    width: 1700px;
    position: relative;
    padding: 100px 10px 150px;
	    text-transform: uppercase;
}
.InnerBanner h2{
    margin: 0 auto;
    color: #fff;
    font-family: "Exo", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.15); 
}
/*Banner*/
.MainBanner{
    background-image: url("../images/homebanner.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: -120px;
	position: relative;
	padding: 60px 10px 300px;
}
.MainBanner img{
	width: 100%
}
.CME{
	margin: 16px 0 0 -150px;
}
#countdown {
    text-align: center;
}
div.countdown .box {
  width: 150px;
    height: 150px;
    border-radius: 1rem;
}
div#countdown .box {
    background-color: #fff;

}
div#countdown .box .number{
		color: var(--color-primary-dark);
}
div.countdown .box .number{
	width: 100%;
	display: block;
	  font-size: 70px;
    font-weight: 700;

	line-height: normal;
	    align-items: center;
	font-family: "Exo", sans-serif;
}
div#countdown .box .label, div.countdown .box .label{
	width: 100%;
	display: block;
	font-size: 14px;
    font-weight: 500;
	color: var(--color-primary);
	    line-height: 0;
}
div#countdown.countdownBan {
    position: absolute;
    bottom: 22px;
    left: 108px;
}
/*Welcome Message*/
.ChairMImg{
	background-color: #E8F1F3;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.ChairMImg img{
	width: 100%
}
.ChairMName{
	background:#1e5125;
	color: #fff;
	font-size: 14px;
	margin-top: -50px;
}
.ChairMName h2{
	font-size: 19px;
	font-weight: 700;
}
.ChairMName{
	position: relative;
	z-index: 9;
}
.ChairMName span{
	color: #9BD81D
}
.WelMeg .col-lg-4{width: 26%}
.WelWrapp{
	font-family: "Exo", sans-serif;
	font-weight: 500;
}
.WelWrapp h1{
	color: #1E5125;
    text-shadow: 0px 3px 0px rgba(103.00000000000003, 175.00000000000006, 107.99999999999997, 0.31);
    margin: 0px 0px 0px 0px;
    font-family: "Oswald", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.WelWrapp span{
	color: #E92E18;
    font-family: "Caveat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0px 5px 0px;
}

/*Target*/
.TargetWrap{
	overflow: hidden;
}
.TargetWrap ul li {
    border: 1px solid #707070;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 0 16px 0 0;
}
.TargetWrap ul ul{
	margin: -10px 0 0;
}
.TargetWrap ul li img {
    width: 84px;
    margin: -11px 0 -14px -33px;
}
.TargetWrap ul li ul li {
    border: 0;
    padding: 0 20px 0 24px;
    margin-bottom: 5px;
}
.TarContainer{max-width: 85%;}
.TargetWrap h1{
	font-family: "Oswald", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #232323;
}
.TagetText{
	--display: flex;
    --gap: 30px 30px;
    --row-gap: 30px;
    --column-gap: 30px;
    --border-radius: 20px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    --padding-bottom: 30px;
    --padding-left: 10px;
    --padding-right: 10px;
	background-color: #FFFFFF;
	margin-right: -333px;

}
.TagetText img{
	width: 40px;
}
.BrainCir{
	border: 10px solid #4C0E12;
	border-radius: 100%;
	width: 600px;
	height: 600px;
}
/*Countdown*/
.CountDn{
	color: #fff;
	font-weight: 500;
	font-family: "Exo", sans-serif;
	text-transform: uppercase;
	margin-top: -90px;
}
section.CountDn .container{
	max-width: 1200px;
}
.CountDn .CountDnWrap{
	background: #6A141A;
}

.CountDn .CountDnWrap h1{
	font-size: 50px;
	font-weight: 700;
	color:var(--color-primary)
}
.CountDn h2{
    font-size: 48px;
	font-weight: 700;
    text-shadow: 0px 3px 0px rgba(103.00000000000003, 175.00000000000006, 107.99999999999997, 0.31);
    color: #9BD81E;
	}
.CountDn p{
	font-size: 18px;
}
#PartnerLogo{
	padding: 40px 0;
}
#PartnerLogo h2{
	color: #fff;
	margin-bottom: 10px;
	background: #BC8C1B;
	width: auto;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	text-shadow: none;
	letter-spacing: 2px
}

  .logo-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px; /* Adjust space between logos */
      padding: 10px 20px 30px;
    }
    .logo-box {
      width: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
    }

    .logo-box img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

/*Member Data*/
.MemberData{
	
}
.MemberData h2{
	    font-family: "Exo", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-secondary);
}

/*.MemberData .container{
	max-width: 1200px;
}*/
.card.team-card {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, #F7EFDF 0%, transparent 30%), 
              radial-gradient(circle at bottom left, #DFCFAA 0%, transparent 30%), 
              #fff;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.18);
  background-blend-mode: multiply;
  transition: all 0.5s ease;
}

.card.team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom right, #DFCFAA 0%, transparent 60%),
              radial-gradient(circle at top left, #DFCFAA 0%, transparent 60%),
              #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.card.team-card:hover::after {
  opacity: 1;
border-style: dashed;
    animation: spin-border 10s infinite 
linear;
}

.card.team-card > * {
  position: relative;
  z-index: 1; /* keeps text and content above overlay */
}
.card.team-card h5.card-title{
font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-secondary);
    text-align: left;
    margin: 6px 16px 0;
	}
.card-text {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0 16px 0;
    color: var(--color-primary-dark) !important;
}
.card-flag{
	width: 50px;
	position: absolute;
	height: 50px;
	top: 0;
	left: 0;
}
.a.card-btn{
	padding: 4px 20px;
	font-family: "Exo", sans-serif;
	font-size: 15px;
	font-weight: 600;
	width: auto;
	display: inline-block;
}
.card-body button{
	font-family: "Exo", sans-serif;
	font-size: 15px;
	font-weight: 600;
	border: 2px solid var(--color-primary);
	line-height: 2em;
	height: 50px;
	transition: all 0.5s ease;
	  position: relative;
	  overflow: hidden;
	background: var(--color-secondary)
}
.card-body button:hover{
	background: var(--color-primary);
	border-color: var(--color-secondary);
	color:var(--color-secondary);
}
.card-body button span{
opacity: 0;
  visibility: hidden;
  margin-left: -60px;
  transition: all 0.5s ease;
  display: inline-block; /* Keep it in the layout */
}
.card-body button:hover span, .card.team-card:hover span{
opacity: 1;
  visibility: visible;
  margin-left: 5px;
}

.modal-dialog {
    max-width: 920px;
}
h5.modal-title {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
	color:var(--color-primary-dark);
}
.modal-body p{
    font-size: 15px;
    font-weight: 600;
}

/*Agenda Page*/
.agenda-img {
    width: 100%;
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    object-fit: cover;
 }
        #popup {
            display: none;
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.8);
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }
        #popup img {
            max-width: 90%;
            max-height: 90%;
            box-shadow: 0 0 10px #fff;
        }

.agenda-container .item h2 {
    font-family: "Exo", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #127E5B;
    padding: 4px 0;
}
    .tabs { display: flex; gap: 10px; margin-bottom: 25px; justify-content: center; }
    .tab-button { padding: 10px 20px; background: #e0e0e0; border-radius: 30px; cursor: pointer; font-weight: 600; color: #444; transition: .3s; user-select: none; }
    .tab-button.active { background: var(--color-primary-dark); color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.4); }
    .tab-content2 { display: none; }
    .tab-content2.active { display: block; }
    .agenda-container { background: #fff; border-radius: 15px; box-shadow: 0 0 10px #ddd; padding: 15px; margin-bottom: 20px; }
    .session-item { display: flex; border: 1px solid #ddd; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; overflow: hidden; margin-bottom: 15px; background: #fff; }
    .time-block { background: #f1f1f1; padding: 20px 15px; width: 100px; text-align: center; font-weight: 600; color: #555; border-right: 1px solid #ddd; display: flex; flex-direction: column; justify-content: center; font-size: 14px; }
    .time-block span { display: block; margin-bottom: 8px; }
    .time-block .line { height: 2px; width: 30px; background: #ff4dae; margin: 0 auto 8px; border-radius: 2px; }
    .session-details { flex: 1; /*padding: 15px 20px;*/ display: flex; flex-direction: column; gap: 10px; }
	.session-details h3{
		    background-image: radial-gradient(at center center, var(--color-primary) 0%, #127E5B 100%);
    width: 100%;
    display: block;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 28px;
	text-transform: uppercase;
	}
    .session-details .row { display: flex; flex-wrap: wrap; gap: 20px; }
	.session-details .item h3{font-size: 24px; font-weight: bold}
    .session-details .item { min-width: 140px; font-size: 14px; font-weight: 600; color: #222; }
    .session-details .label { font-weight: 700; color: #999; margin-right: 6px; text-transform: uppercase; font-size: 11px; }
    .speaker-inline { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
    .speaker-thumb { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; cursor: pointer; border: 2px solid #ccc; }
    .speaker-info {line-height: 1.2; color: var(--color-primary-dark) }
	.speaker-info small{color:var(--color-primary)}
    .details-btn { background: #ff4dae; color: white; padding: 10px 25px; font-weight: 700; border-radius: 30px; border: none; cursor: pointer; align-self: flex-start; transition: .3s; font-size: 14px; margin-top: 10px; }
    .details-btn:hover { background: #e6398d; }
    .summary { margin: 10px 0; font-style: italic; color: #555; }
	.topic {background: #f1f1f1; width: 100%; padding: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; border: 1px solid #ddd; border-bottom: 0;}
	a.DwnFA{background-color: var(--color-primary-dark); border-color: #127E5B}
	.summary {
    margin: 10px 0;
    font-style: italic;
    /* color: #555; */
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}


    /* Modal */
    #speakerModal { display: none; position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.7); justify-content: center; align-items: center; z-index:9999; }
    #speakerModal .modal-content { background:#fff; padding:20px; max-width:400px; border-radius:10px; text-align:center; position: relative; }
    #speakerModal .modal-content span { position:absolute; top:10px; right:15px; cursor:pointer; font-size:20px; }
    #speakerModal img { width:120px; height:auto; border-radius:8px; margin-bottom:15px; }

    @media (max-width:600px) {
      .session-item { flex-direction: column; }
      .time-block { width:100%; border-right:none; border-bottom:1px solid #ddd; }
      .speaker-inline { flex-direction: column; align-items: flex-start; }
    }
/*Abstracts*/
button.accordion-button {
    background: var(--color-primary-dark) !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}
a.btn.btn-primary.my-3 {
    background: var(--color-secondary);
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 28px;
    margin-top: 30px !important;
    color: #fff;
    border-radius: 50px;
    border: 1px solid var(--color-secondary);
}
a.btn.btn-primary.my-3:hover {
	background: var(--color-primary-dark);
}
.accordion-body ul li{
        list-style: revert-layer;
}
a.btn.btn-outline-dark:hover {
    background: var(--color-primary);
}


/*Contact Us*/
.ContactUs{
	
}
.ContactUs .container{
	max-width: 1100px;
}
.ContactUs ul{
	margin: 20px 0;
	padding: 0;
}
.ContactUs ul li{
	margin: 10px 0;
	padding: 0;
}
.login-form {
    background: #fff;
	padding: 2em 1em;
}
.login-form h2 {
    font-size: 2em;
    text-transform: capitalize;
	color: var(--color-secondary);
}
.login-form p {
    font-size: .95em;
	color: var(--color-gary-light);;
    line-height: 2em;
}
.login-form span {
    width: 75%;
    height: 1px;
    display: block;
    background: var(--color-primary-dark);
    margin: 1em 0;
}
.login-form h4 {
	font-family: "Exo", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: .2em;
	    color: var(--color-gary-dark);
}
.login-form input[type="text"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
	outline: none;
	color: #555;
}
.login-form input[type="email"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
}

.login-form input[type="text"]:hover {
    border: 1px solid #71c6c1;
}
.login-form  textarea {
    width: 100%;
    height: 120px;
    outline: none;
	resize: none;
	margin-bottom: 1em;
	border: 1px solid #CECCCC;
	padding: .8em 4em .8em 1em;
	font-size: 1em;
	color: #555;
}
::-webkit-input-placeholder{
color:#C3C3C3 !important;
    font-family: 'Josefin Sans', sans-serif;
}
.login-form textarea:hover {
    border: 1px solid #71c6c1;
}
.login-form input[type="submit"] {
    font-size: 1em;
    padding: .8em 1em;
    border: none;
    text-transform: capitalize;
    outline: none;
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;   
	width: 56%;
	font-family: 'Josefin Sans', sans-serif;
	    border-bottom: 2px solid var(--color-primary-dark);
}
.login-form input[type="submit"]:hover {
    background: var(--color-primary-dark);
	border-bottom: 2px solid var(--color-primary);
}
.input-group {
  position: relative;
  margin-bottom: 15px;
}

.input-group i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.input-group input,
.input-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
 /* Style for disabled submit button */
  #submitBtn:disabled {
    background-color: #ccc;      /* light gray background */
    color: #666;                 /* darker gray text */
    cursor: not-allowed;         /* show not-allowed cursor */
    opacity: 0.6;                /* slightly transparent */
  }

  #submitBtn:not(:disabled):hover {
    background-color: #218838; /* darker green on hover */
  }
/*Venue*/
#testMap{
	height: 350px !important;
	border: 3px dashed var(--color-primary) !important;
    box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	position: relative;
}
.Venue .VenueImg{
	border-radius: 5% 50% 5% 50%;
	overflow: hidden;
	border: 3px dashed var(--color-primary) !important;
}
.ratio::before{display: none;}
.Venue .VenueImg img{
	width: 100%;
	height: 100%;
}

 /* Gallery image styling */
        .gallery-image {
            cursor: pointer;
            margin-bottom: 1rem;
            border-radius: 4px;
            transition: transform 0.2s ease;
        }
        .gallery-image:hover {
            transform: scale(1.05);
        }

        /* Lightbox overlay */
        #lightbox {
            display: none;
            position: fixed;
            z-index: 1050;
            top: 0; left: 0;
            width: 100vw; height: 100vh;
            background: rgba(0, 0, 0, 0.85);
            justify-content: center;
            align-items: center;
            padding: 20px;
            flex-direction: column;
        }

        #lightbox.visible {
            display: flex;
        }

        #lightbox-content {
            position: relative;
            max-width: 90vw;
            max-height: 80vh;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #lightbox-img {
            max-width: 100%;
            max-height: 80vh;
            border-radius: 6px;
            box-shadow: 0 0 15px rgba(0,0,0,0.7);
        }

        /* Navigation buttons */
        .lightbox-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.8);
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            user-select: none;
            transition: background-color 0.3s ease;
        }

        .lightbox-btn:hover {
            background: rgba(255,255,255,1);
        }

        #prevBtn {
            left: 10px;
        }

        #nextBtn {
            right: 10px;
        }

        /* Close button */
        #closeBtn {
            margin-top: 15px;
            background: #444;
            color: white;
            border-radius: 4px;
            padding: 8px 16px;
            font-size: 16px;
            cursor: pointer;
            user-select: none;
            border: none;
            transition: background-color 0.3s ease;
        }
        #closeBtn:hover {
            background: #222;
        }
/*Registration*/
#registration h2 {
    background: var(--color-primary-dark);
    color: #fff;
    text-align: center;
    padding: 5px;
	font-size: 20px;
}
#registration .RegBox {
	overflow: hidden;
	background-color: transparent;
    background-image: radial-gradient(at center center, #1E512536 0%, var(--e-global-color-accent) 100%);
}
#registration h3{
	    font-size: 55px;
	
}
footer{
	background: #87b42b;
	    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
	padding: 16px 10px;
	color: #FFFFFF
}
footer p{
	margin: 0;
}
footer a{
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
.WelMeg .col-lg-4 {
    width: 100%;
}
.col-lg-8.col-s-12.ps-5 {
    padding: 20px !important;
}
	section.TargetWrap.p-5{
		padding: 0 !important;
	}
.TargetWrap {
    background-size: cover;
}
.TarContainer {
    max-width: 100%;
}
	.TagetText{
		margin-right: 0;
	}
.list-inline-item {
    display: block;
    margin-bottom: 10px;
}
    div.col-lg-2.cl-s-12.text-end.d-flex.align-items-center.ms-5 {
        margin: 0;
        height: 100px !important;
    }
	.MainBanner {
    padding: 70px 10px 10px;
}
.MainBanner .col-lg-2.col-s-12.mt-5.pt-5.pb-5.text-center {
    margin: 0 !important;
    padding: 0 !important;
}
a.navbar-brand {
    width: 80%;
}
a.navbar-brand img {
    width: 100%;
}
header ul.navbar-nav {
    background: none !important;
	background-color: var(--color-primary-dark) !important;
    width: 100% !important;
    height: inherit !important;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
    margin-top: -5px;
}
	header .navbar-collapse .navbar-nav a{
		color: var(--color-secondary);
	}
	header .navbar-collapse .navbar-nav a:hover{
		color: #fff;
	}
	.show{
		display: inline-block;
	}
	.hide{display: none;}
.btn {
    width: 76%;
	margin:-16px 0 0;
	border-radius: 0 0 10px 10px;
}
div#countdown.countdownBan {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    text-align: center;
    display: flex
}
div#countdown .box {
    width: 100px;
    height: 80px;
	margin-right: 10px;
	}
div#countdown .box .number {
    font-size: 50px;
    line-height: 1em;
}
section.CountDn.p-5 {
    padding: 20px 10px !important;
    text-align: center;
}
.BrainCir {
    width: 380px;
    height: 380px;
    margin: 0 auto;
}
.TargetWrap ul li img {
    width: 44px;
    margin: -4px 0 -4px -20px;
}
.TargetWrap ul li strong {
    font-size: 14px;
    font-weight: 600;
}
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

/*Extra CSS*/
#MainBanner {
    position: relative;
    overflow: hidden;
    margin-top: -76px;
	background: url("../../image/video-bg.jpg")
}
#MainBanner .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
section#MainBanner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4C0E12;
    mix-blend-mode: multiply;
    opacity: 0.95;
}
#brainCanvas {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 99;
}
.ContainerCon {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.Mainheader {
    background: url(../../image/BannerBg.png) no-repeat;
    background-size: 100% auto;
    height: 762px;
    max-width: 1600px;
    margin: 57px auto 30px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content-right {
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
}
.content-right h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.content-right p {
    font-size: 1.2rem;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.Skyline {
    position: absolute;
    bottom: 8px;
    right: 48px;
    mix-blend-mode: multiply;
    max-width: 100%;
    height: auto;
}
.STDLogo {
    width: 350px;
    margin-top: -160px;
    margin-bottom: 210px;
    height: auto;
}
.Date {
    width: 250px;
    margin-top: -60px;
    position: absolute;
    right: 48px;
    bottom: 30%;
    max-width: 100%;
    height: auto;
}

.CTABtn {
    max-width: 230px;
    height: auto;
    background: rgba(238,198,104,0.8);
	text-align: center;
    color: #4C0E12;
    right: 30px;
	padding-top: 10px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
	line-height: 18px;
	overflow: hidden;
	box-shadow: 10px 0 10px rgba(0,0,0,0.8);
	z-index: 99;
	transition: 0.5s
}
.CTABtn:hover{
	background: #4C0E12;
}
.CTABtn:hover h2{
	color: rgba(238,198,104,1)
		}
.CTABtn h2{
	color: #4C0E12;
	font-weight: normal;
	font-size: 34px;
		}
.CTABtn:hover p{background: rgba(238,198,104,0.8); }
.CTABtn p{
	background: #4C0E12;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 10px;
	margin: 0;
	 border-radius: 0 0 10px 10px;
		}
.counDown {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 40%;
}
/* 🌈 Gradient Background Loading Styles */
.gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(180deg, #5c0000 0%, #c91d1d 30%, #d46437 55%, #f0b85f 80%, #f8d98c 100%);
   /* ... other properties ... */
  -webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -ms-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  z-index: 0;
  overflow: hidden;
}

/* Adds the top "wavy red glow" */
.gradient-bg::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle at 70% 20%, #ff000080 0%, #5c0000cc 60%, transparent 100%);
  opacity: 0.7;
  transform: rotate(-10deg);
  -webkit-filter: blur(60px);
  -moz-filter: blur(60px);
  -ms-filter: blur(60px);
  -o-filter: blur(60px);
  filter: blur(60px);
}

/* Adds soft golden lighting from bottom */
.gradient-bg::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 120%;
  height: 100%;
  background: radial-gradient(circle at 50% 100%, rgba(255,220,150,0.9) 0%, rgba(255,200,100,0.5) 40%, transparent 80%);
  -webkit-filter: blur(80px);
  -moz-filter: blur(80px);
  -ms-filter: blur(80px);
  -o-filter: blur(80px);
  filter: blur(80px);
  opacity: 0.8;
}
.gradient-bg::before,
.gradient-bg::after {
  /* ... other properties ... */
  -webkit-filter: blur(60px);
  -moz-filter: blur(60px);
  -ms-filter: blur(60px);
  -o-filter: blur(60px);
  filter: blur(60px);
  /* ... other properties ... */
}

/* Hide gradient when background is loaded */
.gradient-bg.loaded {
  opacity: 0;
  pointer-events: none;
}

/* Make countdown unclickable */
.countdown-timer.no-click {
  pointer-events: none;   /* disables clicking */
  cursor: default;
  text-decoration: none;
}

/* Optional: Add a border or custom sizing */
.countdown-timer {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}

/* You can also target the internal iframe using attribute selector */
.countdown-timer iframe {
  border: none;
  border-radius: 10px;
}
	.countdown-timer .text {
    display: none;
}
/* --- RESPONSIVE BREAKPOINTS --- */

/* Large screens (≤1200px) */
@media (max-width: 1200px) {
    .Mainheader {
        height: 680px;
        background-size: cover;
    }
    .STDLogo {
        margin-top: -90px;
        margin-bottom: 90px;
    }
    .Date {
        width: 200px;
    }
    #brainCanvas {
        width: 55%;
    }
}

/* Medium screens (≤992px) */
@media (max-width: 992px) {
    .Mainheader {
        flex-direction: column;
        justify-content: center;
        height: auto;
        padding: 40px 0;
    }
    #brainCanvas {
        width: 100%;
        height: 400px;
        position: relative;
    }
    .content-right {
        width: 100%;
        padding: 20px;
    }
    .STDLogo {
        margin: 20px auto;
    }
    .Date {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 10px auto;
    }
    .Skyline {
        position: relative;
        right: auto;
        bottom: 0;
        margin: 20px auto 0;
        width: 90%;
    }
    .counDown {
        width: 80%;
        position: relative;
        left: 0;
        bottom: 0;
        margin: 20px auto;
    }
}

/* Small screens (≤768px) */
@media (max-width: 768px) {
    #MainBanner {
        margin-top: -103px;
    }
    .Mainheader {
        background-size: cover;
        background-position: center;
        height: auto;
		        padding: 40px 0 0;
    }
    .STDLogo {
        margin: 0 auto 20px;
    }
    .Date {
        width: 180px;
    }
    .CTABtn {
             position: relative !important;
        display: block;
        margin: 20px auto;
        width: 220px;
        right: 0;
        left: 0;
    }
    #brainCanvas {
        height: 300px;
    }
    .content-right h1 {
        font-size: 2rem;
    }
    .content-right p {
        font-size: 1rem;
    }
	
.CME {
        margin: 0 0 0 106px;
}
    div.president-photo-wrapper img {
        width: 100%;
        display: block;
        position: relative;
        z-index: 2;
        margin: -68px 0 0;
    }
section#Invitation {
    display: block !important;
	}
    div.floating-box {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 99%;
    }
div.president-photo-wrapper{height: 277px;}
.president-photo-wrapper img {
    width: 53%;
    margin: -100px 0 0;
}
div#invitationBox{
    width: 100%;
    margin: 204px 0 0;
    padding:60px 30px 30px;
	background-position: center;
	background-size: cover;
}
	.flipdown .rotor{font-size: 13vw !important;}
div#invitationBox img {
        width: 100%;
}
div.thumb.thumb4 {
    align-items: flex-start;
    margin-top: 0;
}
div.thumb.thumb2 {
    margin-bottom: 0;
}
.background {
    width: 100%;
}
section.hero {
        height: 100% !important;
}
img.background {
	height: 100%;
	bottom: 20px;
	}
.circle img{
	width: 100%
		}
}

/* Extra small (≤480px) */
@media (max-width: 480px) {
    .STDLogo {
        width: 100%;
    }
    .Date {
        width: 250px;
        margin: 0 auto;
        display: block;
    }
    .Skyline {
        width: 100%;
        margin: 10px auto;
    }
    #brainCanvas {
        height: 200px;
    }
    .content-right h1 {
        font-size: 1.6rem;
    }
    .content-right p {
        font-size: 0.95rem;
    }
    .counDown {
        width: 100%;
		margin: 0;
    }
	.text {
    display: none;
}
}

.flipdown .rotor-group-heading:before {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color:#eac05b !important;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #fff !important;
}
.Menu{
    position:relative;
    z-index: 0;
    width: 80%;
    margin: 0 auto;
    display: block;
}
#mainContainer{
    width: 1400px;
    margin: 0 auto;
}
 /* ========================
     Invitation Section
  ===========================*/
section#Invitation {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 60px 0 0;
    color: #fff;
    margin-top: 100px;
  }

  /* ========================
     LEFT SIDE - PHOTO & BORDER
  ===========================*/
  .president-photo-wrapper {
    position: relative;
    border: 10px solid #b78b20;
    height: 350px;
        border-left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .president-photo-wrapper img {
    width: 582px;
    display: block;
    position: relative;
    z-index: 2;
    margin: -166px 0 0 auto;
  }

  /* The animated background fill */
  .president-photo-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #E8D8B3;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.2s ease-out;
    z-index: 1;
  }

  /* Active class when scrolled in */
  .president-photo-wrapper.filled::before {
    transform: scaleX(1);
  }

  /* ========================
     FLOATING BOX (NAME)
  ===========================*/
  .floating-box {
    position: absolute;
    bottom: -60px;
    right: -130px;
    background-color: #3c1f11;
    padding: 10px 50px 10px 20px; ;
    border-radius: 10px;
    color: #fff;
    font-size: 0.9rem;
    transform: translateY(0);
    transition: transform 0.3s ease-out;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .floating-box h4 {
    margin: 0 0 5px;
  }

  /* ========================
     RIGHT SIDE - INVITATION BOX
  ===========================*/
  .invitation-box {
    flex: 1;
    max-width: 1000px;
    text-align: center;
    padding: 100px 80px 82px 80px;
    transform: translateY(100px);
    transition: transform 0.3s 
ease-out;
    will-change: transform;
    background: url(../../image/InvitationBg.png) no-repeat;
    background-size: 100%;
    margin-top: -100px;
    margin-left: 60px;
  }

  .invitation-box h3 {
    margin-top: 0;
    font-weight: 700;
  }

  .invitation-box p {
    line-height: 1.6;
  }

  section.hero {
  position: relative;
  width: 100%;
  height: 86vh;
}

.background {
	object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;

}

/* Floating Circles */
.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 1;
  animation: float 6s ease-in-out infinite alternate;
}

.c1 { width: 80px; height: 80px; top: 10%; right: 10%; animation-delay: 0s; }
.c2 {
    width: 84px;
    height: 84px;
    top: 12%;
    right: 23%;
    animation-delay: 1s;
}
.c3 {
    width: 100px;
    height: 100px;
    top: 16%;
    left: 45%;
    animation-delay: 2s;
}
.c4 {
    width: 40px;
    height: 40px;
    top: 13%;
    left: 32%;
    animation-delay: 3s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); opacity: 0.8; }
  50% { transform: translateY(-20px); opacity: 1; }
}

/* Content */
.content {
  position: relative;
  z-index: 10;
  text-align: center;
  top: 30%;
}

h2 {
  font-size: 2.5rem;
  color: #EEC668;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

h2 span {
  color: #fff;
}
.hero .content h2{
    margin: 60px 0 0;
    font-weight: 400;
    font-size: 44px;
}
.hero .content h2 span {
  font-weight: 700;
}
.thumbnails {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.thumb {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}

.thumb img {
    width: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
  vertical-align: bottom;
}
.thumb.thumb2 {
    margin-bottom: -120px;
}
.thumb.thumb2 img {
  width: 350px;
}

.thumb.thumb3{
        align-items: center;
}
.thumb.thumb3 img {
  width: 280px;
  vertical-align: top;
}

.thumb.thumb4{
        align-items: flex-start;
        margin-top: -130px;
}
.thumb.thumb4 img {
  width: 280px;
}


.thumb:hover img {
  transform: scale(1.05);
}

/* Floating tooltip */
.tooltip {
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(255, 215, 0, 0.9);
  color: #000;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 0.9rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}
.thumb.thumb2 .tooltip{top:36%} 
.thumb.thumb3 .tooltip{top:2%} 
.thumb:hover .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.extra {
  height: 200vh;
  background: linear-gradient(to bottom, #000 0%, #111 100%);
}
.target{margin: 60px 0;}
.target h2{color: #4C0E12; font-weight: 700; font-size: 50px; text-align: center; text-shadow:none; margin-bottom: 20px; text-transform: uppercase;}
/* Objectives Section */
.Object {
  padding: 60px 0 150px;
  background: url(image/Objectives-bg.png) bottom center no-repeat #EBDCBA;
  background-size: 100%;
}

.Object h2 {
  color: #4C0E12;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  text-shadow: none;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* FAQ Accordion Styles */
.faq-container {
  margin: 0 auto;
  padding: 0 20px;
}

.faq-item {
  margin-bottom: 20px;
  border: 2px solid #4C0E12;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 15px rgba(76, 14, 18, 0.1);
}

.faq-question {
  padding: 10px 25px;
  background:#fff;
  color: #4C0E12;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  user-select: none;
}

.faq-question:hover {
  background: #B88E31;
  color: #fff;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.faq-icon {
  font-size: 1.8rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  min-width: 30px;
  text-align: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #ffffff;
}

.faq-answer.active {
  max-height: 500px;
  padding: 25px;
}

.faq-answer ul {
  margin: 0;
  padding: 10px;
  list-style: none;
  background: #F2F2F2;
}

.faq-answer li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  padding-left: 0;
}

.faq-answer li:last-child {
  margin-bottom: 0;
}

.faq-question.active .faq-icon {
  transform: rotate(45deg);
}