ul {
  text-align: left;
}

.hero-section p{
  font-family: 'Glyphic', sans-serif;
  color: #F7B536;
  text-shadow: 0 1px 5px black;
  font-size: 30px;
  font-weight: 400;
}

.hero-section button {
    position: relative;
    font-family: 'Glyphic', sans-serif;
    font-size: 20px;
    padding: 10px 30px;
    background: linear-gradient(to right, #B98D50, #8D435A);
    border-radius: 20px;
    cursor: pointer;
    border: none;
    z-index: 0;
    overflow: hidden;
    transition: 0.2s ease-out;
}

.hero-section button::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #F7B536; /* Inner background */
    border-radius: 18px; /* Slightly smaller to match curve */
    z-index: -1;
}

.hero-section button:hover{
  transform: scale(1.1);  
  background: linear-gradient(to right, #F7B536, #B98D50);
}

.hero-section button:hover::before {
    background-color: #ffbf49; /* Inner background */
}

.left-gear{
  bottom: 20%;
}
    
.right-gear{
  bottom: 0%;
}

.about-techtalk {
  position: relative;
  padding: 80px 2rem 2rem; 
  text-align: center;   
  max-width: 1200px;
  margin: 0 auto;
}

.about-techtalk h2 {
  font-family: 'Cinzel-Deco', serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  color: #f5a623;
  text-shadow: 0 1px 5px black;

}

.book-container {
  text-align: center;
  margin-bottom: 2rem;
}

.book-img {
  width: 160px;         
  height: auto;
  user-select: none;
  pointer-events: none;
}

.about-text {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  color: #ffffffcc;
}

.left-cloud.speaker{
  top: -40% !important;
  z-index: -1;
}

.right-cloud.speaker{
  top: 30% !important;
  z-index: -1;
}
.speakers-section {
  position: relative;
  padding: 7rem 2rem 2rem;
  text-align: center;
}

.speakers-section h2 {
  font-family: 'Cinzel-Deco', serif;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  margin-bottom: 2rem;
  color: #f5a623;
  text-shadow: 0 1px 5px black;

}

.speaker-row {
  background-color: #C4AD76;
  box-shadow: 2px 5px 10px black;
  color: #000000;         
  padding: 20px;           
  border-radius: 8px;   
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;              
  max-width: 600px;       
  margin: 20px auto;       
  text-align: center;
}

.speaker‐row{
  border-radius: 4px;       
}

.speaker-img-container{
  display: flex;
  justify-content: start;
}

.speaker‐img{
  border-radius: 8px;
}

.speaker‐row, .speaker‐info {
  color: #000000;
  text-align: center;        
}

.speaker‐info{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.speaker‐name {
  font-family: "Cinzel-Deco";
  color: #6A3231;
  font-size: 1.5rem;
  margin: 0;                
  line-height: 1.2;       
  text-align: center;
}

.techtalk-info-section {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;          
  padding: 40px 20px 80px;    
  background-color: transparent;
}

.row1 {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 20px;                 
  margin-bottom: 20px;       
  min-height: 300px;
}

.row2 {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px;                 
  min-height: 300px;
}

/* elemens */
.airship{
  width: 50vw !important;
  left: -15% !important;
}

@media (max-width: 768px) {
  .left-cloud.speaker{
    top: -10% !important;
  }

  .right-cloud.speaker{
    top: 60% !important;

  }

  .row1, .row2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .info-box {
    min-height: 200px;
    height: auto;
    padding: 20px 15px;
  }

  .info-box.benefit{
    text-align: left;
  }

  .box-content.time{
    position: relative;
  }
  .info-box .box-content {
      font-size: 0.95rem;
      line-height: 1.5;
    }

  .clock-icon{
    position: absolute;
    transform: translateX(3rem);
  }

  

  .flower-topics, .flower-deskripsi {
    display: none;
  }

  .speaker-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
  }

  .speaker-img-container{
    justify-content: center;
  }
}

.info-box {
  width: 100%;
  background-color: #C4AD76;
  box-shadow: 2px 5px 10px black;
  border-radius: 10px;
  padding: 24px 20px;
  position: relative;       
  color: #2A3A46;         
  font-family: 'Georgia', serif;
  overflow: hidden;          
  text-align: left;
}

.info-box .box-title {
  font-size: 1.75rem;
  margin-bottom: 12px;
  color: #2A3A46;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.info-box .box-content {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}


.row1 .time-place {
  flex: 0 0 40%;             
}

.row1 .topics {
  flex: 0 0 60%;            
  overflow: visible;         
  z-index: 1;
}


.row2 .deskripsi {
  flex: 0 0 60%;             
  overflow: visible;         
}

.row2 .benefit {
  flex: 0 0 40%;            
  overflow: visible;         
}


.time-place .box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.time-place .clock-icon {
  width: 40px;
  height: auto;
  margin-bottom: 4px;     
}

.time-place ul {
  text-align: left;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.time-place li {
  font-size: 1rem;
  margin-bottom: 8px;
}

.topics .box-content {
  text-align: left;
  line-height: 1.8; 
  margin: 0;   
}

.deskripsi .box-content {
  text-align: left;
  line-height: 1.8;  
  margin: 0;      
}

.benefit .box-content{
  text-align: left;
} 


.flower-topics {
  position: absolute;
  bottom: 0px;              
  right: 0px;      
  width: 250px;
  height: auto;
  opacity: 0.9;
}

.flower-deskripsi {
  position: absolute;
  top: 0px;               
  right: 0px;          
  width: 250px;
  height: auto;
  opacity: 0.9;
}

.benefit .box-content {
  padding: 0 15px;
  text-align: left;
}

.benefit .box-content ul {
  margin-left: 10px;
}
