

body {
		background: #f5f5f7;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h3,h2,h5 {
  font-weight: 550;
  font-family: 'Exo 2', sans-serif;
}


.faq .heading::before, .faq .heading::after{
  border-top: .4rem solid #ffa500;
  border-left: .4rem solid #ffa500;
}

.section-header h2{
  color:#ffa500;
  font-family: 'Montserrat', sans-serif; /* Change to a more aesthetic font */
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 0px;
}


h6 {
  font-weight: 600;
  font-size: 20px;
}

h4,h2{
	font-weight: 200;
	font-size: 18px;
	
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
   
}

h2 {
  font-size: 30px;
 
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}


p {
    color: #242323;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}
.vision-mission {
  text-align: center; /* Center-aligns the text inside the container */
  margin-top: 50px; /* Adds space from the top */
  margin-bottom: 50px; /* Adds space from the bottom */
  max-width: 1200px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px; /* Adjust this value as needed */
  margin-bottom: 4%;
}

.vision, .mission {
  margin-bottom: 30px; /* Space between Vision and Mission sections */
}

.vision h2, .mission h2 {
  font-size: 28px; /* Default heading font size for larger screens */
  color: #ff8c00; /* Heading color */
  margin-bottom: 20px;
}

.mission p {
  text-align: justify;
}

.vision p, .mission p {
  font-size: 18px; /* Default paragraph font size */
  color: #333;
  line-height: 1.6;
  max-width: 800px; /* Restrict width for readability */
  margin: 0 auto; /* Center paragraphs horizontally */
}

/* Mobile responsiveness for screens <= 768px */
@media (max-width: 768px) {
  .vision-mission {
    padding: 20px; /* Increase padding for a cleaner layout */
    margin: 30px auto;
  }

  .vision, .mission {
    width: 100%; /* Full width on small screens */
    margin-bottom: 20px;
  }

  .vision h2, .mission h2 {
    font-size: 20px; /* Adjust heading font size for tablets */
  }

  .vision p, .mission p {
    font-size: 14px; /* Adjust paragraph font size */
  }
}

/* Further mobile responsiveness for screens <= 480px */
@media (max-width: 480px) {
  .vision-mission {
    padding: 15px; /* Slightly reduce padding for smaller screens */
    margin: 20px auto;
  }

  .vision h2, .mission h2 {
    font-size: 18px; /* Further reduce heading font size */
  }

  .vision p, .mission p {
    font-size: 12px; /* Smaller paragraph font size for compact screens */
    line-height: 1.5; /* Slightly reduce line height for better fit */
  }
}


#overview_2{
	background:url('../images/background10.jpg')50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}
#overview_3{
	background: url('../images/background11.jpg')50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}
#overview_4{
    background: url('../images/background12.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}



/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#register {
  padding-top: 14rem;
  padding-bottom: 14rem;
  width: auto !important;

}

#overview2,
#overview3 {
	 padding-top: 0rem;
	 padding-bottom: 10rem;
	 width: auto !important;
}

#overview_2,
#overview_3,
#overview_4 {
	 padding-top: 14rem;
	 padding-bottom: 10rem;
}

#detail, #video,
#speakers, 
#program,
#Partnership, 
#contact, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
	width: auto !important;
}

#detail,
#speakers, #Partnership,
footer {
  text-align: center;
}

#overview h3,#overview2 h3,#overview3 h3

#overview h3,#overview_2 h3,#overview_3,#overview_4 h3
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}
.row .btn{
  outline: none;
  border: none;
  border-radius: 5rem;
  background: white;
  border-style: groove;
  border-color: #ff7542;
  font-size: 1.5rem;
  cursor: pointer;
  height: 3.5rem;
  width: 15rem;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
}

.communicate .btn{
  outline: none;
  border: none;
  border-radius: 5rem;
  background: white;
  border-style: groove;
  border-color: #ff7542;
  font-size: 1.5rem;
  cursor: pointer;
  height: 3.5rem;
  width: 15rem;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
}

.row .btn:hover{
  letter-spacing: .1rem;
  opacity: .9;
  color: white;
  
}

.communicate .btn:hover{
  letter-spacing: .1rem;
  opacity: .9;
  color: white;
  background: #ff7542;
}
#intro .btn,


#overview .btn {
    background: transparent;
    border: 2px solid #000000;
    border-radius: 0px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#overview2 .btn {
    background: transparent;
    border: 2px solid #000000;
    border-radius: 0px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


#overview3 .btn {
    background: transparent;
    border: 2px solid #000000;
    border-radius: 0px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


#overview_2 .btn {
    background: #ff974d;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#overview3 .btn {
  background: transparent;
  border: 2px solid #000000;
  border-radius: 0px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 14px 42px;
  margin-top: 42px;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#overview_4 .btn {
    background: #ff974d;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}





#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}




#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

#overview .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

#overview_2 .btn-default:hover {
    background: #fc7617;
    color: #ffffff;
    border-color: transparent;
}

#overview3 .btn-default:hover {
  background: #ffffff;
  color: #333333;
  border-color: transparent;
}

#overview_4 .btn-default:hover {
    background: #fc7617;
    color: #ffffff;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  padding-top: 50px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 50%;
  height: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color:#f78425;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 1.2s infinite ease-in-out;
  animation: sk-bounce 3.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
  overflow: hidden;
  background-color: transparent; /* Starts as transparent */
  padding: 10px; 
  transition: 0.8s; 
  position: fixed; 
  width: 100%;
  top: 0;
  z-index: 99;
  /* Adjust shadow size */
}

/* Adjust the navbar logo */
.logo img {
  margin-top: 25px;
  margin-left: 20px;
  transition: 0.4s;
  z-index: 10;
  width: 15%; /* Default logo size for larger screens */
  position: absolute; /* Keeps the logo aligned with li items on larger screens */
}

/* Navbar items style */
.custom-navbar .nav li a {
  color: black;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

/* Hover effects for navbar items */
.custom-navbar .nav li a:hover {
  background-color: transparent; /* Set background to transparent */
    color: #ff7542; /* Your desired hover color */
}

/* Navbar toggle button for mobile view */
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: transparent;
}

/* Navbar background color on scroll */
.custom-navbar.top-nav-collapse {
  background: #ffffff; /* Navbar becomes white when scrolled */
  padding: 0px;
  box-shadow: 0px 0px 8px 0px #e0e0e0; 
}

/* Media queries for responsive adjustments */
@media (max-width: 768px) {
  .custom-navbar {
      padding: 10px 20px; /* Adds padding on smaller screens */
      background: #ffffff; /* Solid color for visibility */
  }

  .custom-navbar .navbar-brand {
      font-size: 1.8rem; /* Smaller brand text for mobile */
  }

  .custom-navbar .nav li a {
      font-size: 12px; /* Smaller font for navbar links */
      line-height: 20px;
  }

  /* Ensure navbar stays at the top of the viewport in parallax section */
  #intro {
      padding-top: 60px; /* Adds space for fixed navbar */
  }
  .custom-navbar .navbar-toggle {
    background-color: white; /* Sets the background of the button to black */
    border: none;
    
}

/* Adjust the icon bars inside the toggle button */
.custom-navbar .navbar-toggle .icon-bar {
    background-color: black; /* Sets the icon bars to white for contrast */
    
}
.logo img {
  width: 30%; /* Increase logo size for mobile */
  position: relative; /* Remove absolute positioning to align with li items */
  margin-top: 25px; /* Adjust as needed */
  margin-left: 20px; /* Adjust as needed */
}
.navbar-toggle {
  margin-top: -25px; /* Raise the toggle button slightly */
}
}

#videoBG {
    position:fixed;
    z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    #videoBG { 
        width:auto;
        height: 100%;
    }
}
@media (max-width: 767px) {
  #videoBG {
      width: 100%;
      height: auto;
      display: block; /* Keep the video visible */
  }
  body {
      background: none; /* Optional: remove the background image */
  }
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#intro video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Send the video behind the content */
}

#intro h3 {
  letter-spacing: 2px;
}



/*---------------------------------------
   Overview  section   1           
-----------------------------------------*/
#overview{
    background: #ebebeb;
    color: #000000;
	width: 1360px
}

#overview img {
  position: relative;
  padding-bottom: 35px;
  
}

#overview.img-responsive{
	position:absolute;
	margin-top: 152px;
	margin-left:89px;
	
}

/*---------------------------------------
    Detail section     1         
-----------------------------------------*/
#detail {
    background: #ebebeb;
    color: #000000;
	width: 1360px
}

#detail .fa {
  color: #000000;
  font-size: 48px;
}



/*---------------------------------------
    Video section     1         
-----------------------------------------*/
#video iframe {
  border: none;
  padding-bottom: 42px;
}
#video{
  color: #ffffff;
}


/*---------------------------------------
   Overview  section   2           
-----------------------------------------*/
#overview2{
    background: #ebebeb;
    color: #000000;
	  width: 1360px;
}


#overview2 img {
  position: relative;
  
}



/*---------------------------------------
    Detail section    2          
-----------------------------------------*/
#detail2 {
    background: #222;
    color: #000000;
	padding-bottom: 42px;
	width: 1360px;
}

#detail2 .fa {
  color: #ff7542;
  font-size: 48px;
  
}



/*---------------------------------------
    Video section    2          
-----------------------------------------*/
#video2 iframe {
  border: none;
  padding-bottom: 42px;
}
#video2{
  color: #ffffff;
}

/*---------------------------------------
   Overview  section   3           
-----------------------------------------*/
#overview3 img {
  position: relative;
  padding-bottom: 32px;
}



/*---------------------------------------
    Detail section    3          
-----------------------------------------*/

#overview3{
    background: #ebebeb;
    color: #000000;
	width: 1360px
}

#detail3 {
    background: #222;
    color: #000000;
	padding-bottom: 42px;
	width: 1360px
}

#detail3 .fa {
  color: #ff7542;
  font-size: 48px;
}



/*---------------------------------------
    Video section    3          
-----------------------------------------*/
#video3 iframe {
  border: none;
  padding-bottom: 42px;
}
#video3{
  color: #ffffff;
}






/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: ghostwhite;
  padding-top: 8rem;
  padding-bottom: 8rem;
  
}


#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue1 {
    background: url('../images/Wisma3.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue1 p {
  padding-top: 12px;
  padding-bottom: 18px;
}

#gallery {
    background: #4d4d4d; 
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#gallery p {
  padding-top: 12px;
  padding-bottom: 18px;
}

#gallery h3,h2 {
  padding-top: 1px;
  padding-bottom: 1px;
  color: black;
}

#video h3,h2 {
  padding-top: 1px;
  padding-bottom: 1px;
  color: black;
}



/*---------------------------------------
   Partnership section              
-----------------------------------------*/
#Partnership img {
  margin-top: 18px;
	margin-left: 150px;
}
#Partnership {
  color : #ffffff;
}




.company-info {
  display: flex;
  flex-direction: row; /* Default: Horizontal layout for desktop */
  max-width: 1200px;
  margin: 50px auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.company-image {
  width: 50%; /* Image takes 50% width on desktop */
  height: auto;
  border-radius: 8px;
}

.company-text {
  width: 50%; /* Text takes the other 50% */
  font-size: 15px;
}

.company-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.company-text1 {
  width: 100%;
  font-size: 16px;
  padding-top: 20px;
  text-align: justify;
}

.company-text1 p {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .company-info {
    flex-direction: column; /* Stack elements vertically */
    padding: 20px;
    margin: 30px auto;
    text-align: center;
  }

  .top-section {
    display: flex;
    flex-direction: column; /* Stack image and text vertically */
    gap: 20px; /* Space between the image and text */
  }

  .company-image {
    width: 100%; /* Full width for image */
    height: auto;
    margin-bottom: 20px; /* Space below the image */
  }

  .company-text {
    width: 100%; /* Full width for text */
    text-align: justify;
  }

  .company-text1 {
    width: 100%; /* Full width for text */
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
  }

  .company-text p, .company-text1 p {
    font-size: 14px; /* Adjust font size for readability */
  }
}

@media (max-width: 480px) {
  .company-info {
    padding: 10px; /* Reduced padding for smaller screens */
    margin: 20px auto;
  }

  .top-section {
    flex-direction: column; /* Ensure stacking */
  }

  .company-image {
    width: 100%; /* Full width */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 10px;
  }

  .company-text, .company-text1 {
    width: 100%; /* Full width for all text */
  }

  .company-text p, .company-text1 p {
    font-size: 12px; /* Slightly smaller text for small screens */
  }
}
.tiktok-embed{
  width: 65%;
  margin: auto auto 5rem auto;
  display: flex; /* Use flexbox to align children side by side */
  flex-wrap: wrap; /* Allow wrapping for responsiveness */
  padding: 10px;
  border-radius: 10px;
  background:white;
  margin-top: 3%;
  align-items: center;
}




/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-color: #d4d4d4;
  padding-top : 30px;
  padding-bottom : 15px;
  box-shadow: 0px 0px 8px 0px #e0e0e0; /* Adjust shadow size */
  
}
#footer {
  background-color: white; /* Light background for the footer */
  padding: 20px 0; /* Padding for top and bottom */
}

.container {
  width: 90%; /* Use a percentage for flexibility */
  max-width: 1200px; /* Maximum width */
  margin: 0 auto; /* Center the footer */
}

.footer-content {
  display: flex; /* Use flexbox for layout */
  flex-wrap: wrap; /* Allow wrapping on small screens */
  justify-content: space-between; /* Space out items */
}

.footer-info,
.footer-menu,
.footer-social,
.footer-download {
  flex: 1; /* Allow all sections to grow equally */
  min-width: 200px; /* Minimum width for each section */
  padding: 10px; /* Padding for all sections */
  box-sizing: border-box; /* Include padding in width calculation */
}

.social-icon {
  display: flex; /* Flexbox for social icons */
  justify-content: center; /* Center icons */
  flex-wrap: wrap; /* Wrap icons on small screens */
}

.social-icon li {
  margin: 0 5px; /* Space between icons */
}

.footer-bottom {
  text-align: center; /* Center copyright */
  margin-top: 20px; /* Spacing above copyright */
}

.app-icon {
  color: black;
  font-size: 100px; /* Increase icon size */
  margin: 0 10px; /* Add some spacing */
}

.download-text {
  color: black;
  font-size: 12px;
  text-align: center;
}


/* Responsive styles */
@media (max-width: 768px) {
  .footer-content {
      flex-direction: column; /* Stack elements vertically */
  }
  
  .footer-info,
  .footer-menu,
  .footer-social,
  .footer-download {
      text-align: center; /* Center text for mobile */
      margin-bottom: 20px; /* Space between sections */
  }

  h2 {
      font-size: 16px; /* Adjust font size for mobile */
  }

  h4 {
      font-size: 12px; /* Adjust font size for mobile */
  }

  p {
      font-size: 14px; /* Adjust font size for mobile */
  }
}

@media (max-width: 768px) {
  #footer img {
    width: 40%; /* Increase the width for mobile screens */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto; /* Center the image horizontally */
    display: block; /* Ensure it's treated as a block element */
  }
}
@media (max-width: 480px) {
  #footer img {
    width: 70%; /* Increase the width for mobile screens */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto; /* Center the image horizontally */
    display: block; /* Ensure it's treated as a block element */
  }
}

/* Back top */
.go-top {
  background-color: #58a87c;
  bottom: 1em;
  right: 1em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #ff7542;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.footer-social {
  text-align: center; /* Centers the heading and icons */
  padding: 10px; /* Optional padding */
}

.social-icon {
  display: flex !important;
  justify-content: center !important;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}


.social-icon li a {
  color: #000000;
  border-radius: 100px;
  font-size: 32px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px; /* Ensures the icon stays centered vertically */
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;  /* Ensures icon is centered horizontally */
  align-items: center;  /* Ensures icon is centered vertically */
}
.social-icon li a.fab.fa-tiktok {
  width: 50px; /* Ensure the width is the same */
  height: 50px; /* Ensure the height is the same */
  line-height: 50px; /* Center text vertically */
}


.social-icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}



.social-icon li a:hover {
    background: #ff7542;
    color: #000000;
}


/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #Partnership img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}

.tg  {
	border-collapse:collapse;border-spacing:0;
}
.tg td{
	border-color:black;
	border-style:solid;
	border-width:0px;
	font-family:Arial, sans-serif;
	font-size:14px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
  }
.tg th{
	border-color:black;
	border-style:solid;
	border-width:0px;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
  }
.tg .tg-0lax{
	text-align:left;
	vertical-align:top
	}
	
#detail_1 {
	background: url('../images/background9.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#detail_2 {
	background: url('../images/background7.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid DarkSlateGrey;
}

input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid DarkSlateGrey;
}

input[type=phonenum] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid DarkSlateGrey;
}

input[type=message] {
  width: 79%;
  padding: 12px 20px;
  margin: 10px 0;
  box-sizing: border-box;
  border: 2px solid DarkSlateGrey;
}



#maintainance{
    background: url('../images/maintainance.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}
/* Base styles for the section */
#aboutus {
  height: 32vh; /* Set a reasonable height for the section */
  padding: 0;
  background-color: white;
  background-size: cover; /* Ensures the background image covers the section */
  display: flex;
  align-items: center; /* Centers the content vertically */
  justify-content: center; /* Centers the content horizontally */
  box-shadow: 0px 0px 8px 0px #e0e0e0; /* Adjust shadow size */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  #aboutus {
    height: 30vh; /* Same height for mobile */
    background-size: cover; /* Keeps the image fully covering the area */
    background-position: center center; /* Centers the image on mobile */
  }
}

@media (max-width: 480px) {
  #aboutus {
    height: 50vh; /* Keeps the height the same */
    background-size: cover; /* Keep the image covering the area */
    background-position: center center; /* Ensures the image remains centered */
  }
}

#aboutus h2 {
  font-size: 66px;
  color: white;
  text-align: center;
  font-family: 'Poppins', serif;
  font-weight: 400;
  margin: 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  #aboutus {
    height: 40vh; /* Adjust for smaller screens if needed */
    background-position: bottom;
  }
  #aboutus h2 {
    font-size: 36px !important;
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  #aboutus h2 {
    font-size: 28px !important;
    padding: 15px 0;
  }
}

#career{
  background: url('../images/maintainance.jpg') ;
  background-size: cover;
  background-position: center center;
}


.about{
  min-height: 55vh;
  width: 100vw;
  top: -3rem;
  text-align:left;
  position: relative;
  overflow: hidden;
  line-height: 10rem;
  background-color: white; /* Added white background */
  padding-top: 100px;
  padding-left: 160px;
}
#about  .btn{
  color: white;
}


.about-container {
  display: flex;
  max-width: 1200px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px; /* Adjust this value as needed */
}

.helocore-container {
  display: flex;
  width:1140px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 25px; /* Adjust this value as needed */
}

.about-content {
  padding: 40px;
  max-width: 600px;
  justify-content: center;
  align-items: center;
}

.about-container .about-content h1 {
  font-size: 2.5em; /* Larger font size */
  color: #333;
  margin-bottom: 20px;
}

.highlight {
  color: #ff7542;
}

.about-container .about-content p {
  font-size: 1.1em;
  line-height: 1.6;
  color: black;
  margin-bottom: 30px;
}

.about-btn {
  padding: 10px 20px;
  font-size: 1em;
  color: #ffffff;
  background-color: #ff7542;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none;
}

.about-btn:hover {
  background-color: #ff7542;
}

.image-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 20px;
}

.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column; /* Stack items vertically */
    padding: 20px; /* Add padding for smaller screens */
  }

  .about-content {
    padding: 20px; /* Reduce padding for mobile */
    max-width: 100%; /* Allow full width */
  }

  .about-container .about-content h1 {
    font-size: 1.8em; /* Reduce font size for mobile */
    text-align: center; /* Center the text */
  }

  .about-container .about-content p {
    font-size: 1em; /* Reduce font size for mobile */
    line-height: 1.4; /* Adjust line height for better readability */
  }

  .about-btn {
    padding: 8px 16px; /* Adjust button padding */
    font-size: 0.9em; /* Smaller font size for button */
  }

  .image-container {
    width: 100%; /* Full width for image container */
    padding: 10px; /* Adjust padding */
  }

  .image-container img {
    max-width: 100%; /* Ensure image is responsive */
    height: auto; /* Maintain aspect ratio */
  }
}

.buzz-section h2{
  color:#f78425;
}
.news-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.news-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; /* Allows responsiveness */
  
  align-items: center;
}

.news-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px #e0e0e0; /* Adjust shadow size */
  border: none; /* Remove any border */
  overflow: hidden;
  width: 320px;
  height: 400px; /* Set a fixed height */
  text-align: center;
  transition: transform 0.3s ease;
}


.news-card:hover {
  transform: translateY(-10px);
}

.news-image {
  width: 100%;
  height: 200px;
  padding: 4%;
  border-radius: 22px;
 
}

.news-content {
  padding: 20px;
}
.news content h2{
  font-size: 1.2rem;
  color: #333;
}
.news-content p {
  font-size: 1.2rem;
  color: #333;
}
.section-header  .btn{
  margin-top: 20px;
  padding: 10px 20px;
  color: white;
  background-color: #ff7542;
  border: none;
  cursor: pointer;
}

.mypelajar {
  padding: 50px 0;
  background-color: #f2f2f2;
}

/* Flexbox Container */
.mypelajar .container {
  width: 90%;
  max-width: 1200px;
  height: auto; /* Change height to auto for better flexibility */
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  border-radius: 20px; /* Adjust the value to make the curve more or less rounded */
}

/* Flexbox row for left and right content */
.mypelajar .content-wrapper {
  display: flex; /* Flexbox layout for the image and text */
  align-items: flex-start; /* Align items at the start */
}

/* Left image styles */
.mypelajar .slider {
  position: relative;
  flex: 1; /* Allow slider to take equal space */
  max-width: 600px; /* Set a maximum width for the slider */
  margin-right: 20px; /* Space between the image slider and text */
}

.mypelajar .slider-images {
  display: flex;
  transition: transform 0.5s ease; /* Smooth transition */
}

.mypelajar .slider-image {
  width: 100%;
  display: none; /* Hide all images by default */
  border-radius: 2%;
}

.mypelajar .slider-image.active {
  display: block; /* Show the active image */
}

/* Bullet indicators */
.bullet-container {
  text-align: center; /* Center the bullets */
  margin-top: 10px; /* Space above bullets */
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.bullet {
  display: inline-block;
  width: 10px; /* Width of bullet */
  height: 10px; /* Height of bullet */
  margin: 0 5px; /* Space between bullets */
  background-color: #bbb; /* Inactive bullet color */
  border-radius: 50%; /* Make it round */
  cursor: pointer;
  transition: background-color 0.3s; /* Transition for hover effect */
}

.bullet.active {
  background-color: #ff7542; /* Active bullet color */
}

/* Right content styles */
.mypelajar .right-content {
  flex: 1; /* Allow right content to take equal space */
  padding-left: 20px; /* Space between image and text */
  text-align: left;
}

.mypelajar .right-content h2 {
  font-size: 2.2rem; /* Base font size */
  color: black;
}

.mypelajar .right-content p {
  font-size: 1.5rem; /* Base font size */
  color: #333;
  margin: 10px 0;
}

.mypelajar .right-content .features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.mypelajar .right-content .features li {
  font-size: 1.25rem; /* Base font size */
  
  margin: 8px 0;
}

.mypelajar .right-content .btn {
  margin-top: 20px;
  padding: 10px 20px;
  color: white;
  background-color: #ff7542;
  border: none;
  cursor: pointer;
}

.mypelajar .right-content .btn:hover {
  background-color: #ff7542; /* Keep hover color the same or change if needed */
}

/* Helodotcom Section */
.mypelajar .helodotcom-section {
  padding: 40px 20px;
  background-color: #fff;
  margin-top: 40px;
  border-radius: 10px;
}

.mypelajar .helodotcom-section h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
}

.mypelajar .helodotcom-section p {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 10px;
}

.mypelajar .helodotcom-section .features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.mypelajar .helodotcom-section .features li {
  font-size: 1.2rem;
  color: #555;
  margin: 8px 0;
}

.mypelajar .helodotcom-section .features li strong {
  color: #ff7542;
}

.mypelajar .helodotcom-section p strong {
  font-size: 1.4rem;
  color: #ff7542;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .mypelajar .content-wrapper {
    flex-direction: column; /* Stack image and text on mobile */
    text-align: center; /* Center text */
  }

  .mypelajar .slider {
    width: 100%; /* Full width on mobile */
    margin-right: 0; /* Remove margin on mobile */
    margin-bottom: 20px; /* Space below the image on mobile */
  }

  .mypelajar .right-content {
    max-width: 100%; /* Full width for text content on mobile */
    padding-left: 0; /* Remove left padding on mobile */
    padding-top: 20px; /* Add padding on top for spacing */
  }

  .mypelajar .right-content h2 {
    font-size: 1.8rem; /* Adjust font size for mobile */
  }

  .mypelajar .right-content p {
    font-size: 1.2rem; /* Adjust font size for mobile */
  }

  .mypelajar .right-content .features li {
    font-size: 1rem; /* Adjust feature list font size for mobile */
  }

  .mypelajar .right-content .btn {
    width: 100%; /* Full-width button on mobile */
    padding: 12px; /* Adjust padding for better touch targets */
    font-size: 1.2rem; /* Adjust button font size */
  }

  .mypelajar .helodotcom-section {
    padding: 30px 15px; /* Adjust padding on mobile */
  }

  .mypelajar .helodotcom-section h2 {
    font-size: 1.6rem; /* Adjust heading font size on mobile */
  }

  .mypelajar .helodotcom-section .features li {
    font-size: 1rem; /* Adjust list item font size on mobile */
  }
}


/* Icon styles for features */
.features li i {
  color: #ff7542; /* Icon color */
  margin-right: 10px; /* Space between icon and text */
  font-size: 1.5rem; /* Icon size */
  vertical-align: middle; /* Align icon with text */
}

.collab {
  padding: 25px 0;
  background-color: #f2f2f2;
  text-align: center;
}

.collab .container {
  width: 90%;
  max-width: 1200px;
  background-color: white;
  border-radius: 20px;
  padding: 10px; /* Adjust as needed */
}

.collab h2 {
  margin-bottom: 0px; /* Reduce this to control the space below the h2 */
}

.collab img {
  display: inline-block;
  vertical-align: middle;
}

.Buzz {
  padding: 20px 0;
  background-color: #f2f2f2;
  text-align: center;
}

/* Center the Helodotcom image */
.logo-container {
  display: flex;
  align-items: center; /* Centers items vertically */
  justify-content: right;
  padding-bottom: 150px;
  padding-right: 50px;
  gap: 40px; /* Space between the button and image */
}
.logo-container h2{
  color:#ffa500;
  font-family: 'Montserrat', sans-serif; /* Change to a more aesthetic font */
}
.header-container h2 {
  color: #ff8c00;
  font-family: 'Poppins', serif; /* Changed to Playfair Display */
  justify-content: center;
 font-weight: 600;
 padding-bottom: 35px;
}



/* Flexbox Container */
.Buzz .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  
  padding: 20px;
  border-radius: 20px; /* Adjust the value to make the curve more or less rounded */
}

/* Flexbox row for left and right content */
.Buzz  .content-wrapper {
  display: flex; /* Flexbox layout for the image and text */
  align-items: center; /* Align items at the start */
  justify-content: center;
}

.helodotcom-img {
  padding-top: 20px; /* Adjust the padding top as needed */
}

.section-head {
  text-align: center; /* Center text horizontally */
  margin: 0 auto; /* Center the section horizontally */
}
.mypelajar .btn {
  position: relative;
  z-index: 10; /* Ensures button is on top */
}
.section-header  .btn{
  
    position: relative;
    z-index: 10; /* Ensures button is on top */
}
#gallery{
    background: url('../images/maintainance.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: 50px;
  color: orange;
  background-color: rgb(0,0,0,0.3);
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 15px 15px 0;
  user-select: none;
  -webkit-user-select: none;
}
.clients {
  position: relative;
  padding: 90px 0;
  text-align: center;
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.clients .section-header p {
  padding-bottom: 10px;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 2rem;
  color: #333;
  padding: 1rem 0;
}

.clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  
}

.clients img:hover {
  opacity: .5;
}

.clients .owl-nav,
.clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

.clients .owl-dot.active {
  background-color: #4F84C4;
}    


/* Position the "next button" to the right */
.next {
  right: 190px;
 
  border-radius: 0 50px 50px 0;
}

.prev {
  left: 190px;
 
  border-radius: 50px 0 0 50px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: gray;
  color: white;
}


/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.videocorp  {
	border-collapse:collapse;
	border-spacing:0;
	margin-left: auto;
	margin-right: auto;

}
.videocorp td{
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-family:Arial, sans-serif;
	font-size:14px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
  
.videocorp th{
	border-color:transparent;
	border-style:solid;
	border-width:10px;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
  }
  
.videocorp .vd-corp{
	text-align:left;
	vertical-align:top
}

.galleries  {
	border-collapse:collapse;
	border-spacing:0;
	margin-left: auto;
	margin-right: auto;
	width:700px;
}
.galleries td{
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-family:Arial, sans-serif;
	font-size:14px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
  
.galleries th{
	border-color:transparent;
	border-style:solid;
	border-width:10px;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
	padding:1px 1px;
	word-break:normal;
  }
  
.galleries .gallery{
	text-align:left;
	vertical-align:top
}

 .mdi-36px {
     font-size: 20px;
     margin-right: 5px
 }

 .roadmap-container {
  text-align: center; /* Center-aligns the text inside the container */
  margin-top: 50px; /* Adds space from the top */
  margin-bottom: 50px; /* Adds space from the bottom */
  max-width: 1200px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px; /* Adjust this value as needed */
  margin-bottom: 4%;
}



.roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three columns for containers */
  grid-template-rows: auto; /* Rows adjust based on content */
  gap: 40px; /* Space between rows and columns */
  justify-items: center; /* Centers items horizontally */
  align-items: center; /* Centers items vertically */
  position: relative; /* For positioning arrows */
}

.item-container {
  width: 220px; /* Fixed width for all containers */
  height: 400px; /* Fixed height for all containers */
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Space out content vertically */
  align-items: center;
  background-color: #f9f9f9;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative; /* Position for connecting arrows */
}

.image-wrapper {
  width: 100%;
  height: 150px; /* Uniform image area */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.year {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.item p {
  font-size: 12px;
  line-height: 1.4;
  height: 50px; /* Fixed height for paragraph */
  overflow: hidden;
  text-overflow: ellipsis;
}

.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  transform: rotate(45deg); /* Rotate to create arrow effect */
  background: transparent;
}

.arrow.right {
  top: 50%; /* Center vertically */
  left: 150%; /* Position at the right edge of the container */
  transform: translate(-50%, -50%) rotate(45deg);
}
.arrow.left {
  top: 50%; /* Center vertically */
  left: 150%; /* Position at the right edge of the container */
  transform: translate(-50%, -50%) rotate(225deg);
}

.arrow.down {
  top: 105%; /* Position at the bottom edge of the container */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%) rotate(135deg); /* Point down */
}
/* Connector between third and fourth container */
.arrow-connector {
  position: relative;
  width: 2px;
  height: 10px; /* Adjust based on the gap between the containers */
  background-color: #555; /* Match arrow color */
  margin: 0 auto; /* Center horizontally */
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .roadmap {
    grid-template-columns: 1fr; /* Single column layout */
  }

  .arrow.down {
    display: none; /* Hide down arrows on smaller screens */
  }
}
