* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;


}

body {

  font-family: 'Georgia', serif;
  margin: 0;
  padding: 0;
  /* background: #ffffff; */


}

/*======================*/
.top-bar {

  width: 100%;
  height: 5%;
  border-bottom: 1px solid rgb(0, 0, 0, 0.2);
  display: flex;
  position: fixed;
  top: 0;
  background: white;
  z-index: 999;
  transition: top 0.5s ease;
}

.contact-left {
  width: 40%;
  padding: 10px;
  display: flex;
  align-items: center;
}

.contact-left a {
  text-decoration: none;
  color: black;
  padding: 0 10px;
}

.contact-left i {
  font-size: 20px;
  background-color: none;
  color: rgb(0, 77, 139);
}

.contact-left i:hover {
  scale: 1.2;
  transition: .2s;
}

.contact-right {
  width: 60%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: right;
}

.contact-right span {
  text-decoration: none;
  color: black;
  padding: 0 15px;
  font-size: 12px;
}

.contact-right i {
  font-size: 10px;
}

.contact-right a {
  font-size: 12px;
}

.special-contact {
  display: none;
}



/* 3. Mobile styles */
@media (max-width: 800px) {
  .contact-left {
    width: 15%;
  }

  .contact-left a {
    text-decoration: none;
    color: black;
    padding: 0 3px;
  }

  .contact-left i {
    font-size: 15px;
    background-color: none;
    color: rgb(1, 68, 122);
  }

  .contact-right {
    width: 80%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: right;
  }

  .contact-right span {
    text-decoration: none;
    color: black;
    padding: 0 5px;
    font-size: 10px;
  }

  .contact-right i {
    font-size: 7px;
  }

  .contact-right a {
    font-size: 9px;
  }

  .special-contact {
    display: block;
    position: absolute;
    width: 120px;
    height: 50px;
    background: white;
    top: 0px;
    right: 0;
  }

  .special-contact {
    font-size: 6px;
  }

  .khea-center {
    text-align: center;
    display: block;
  }

  .khea-center span {
    display: block;
  }

}



/*====================*/

.bg{

margin:-1%;
}
.flyer {
 
  display: flex;
  flex-wrap: wrap;
  max-width: 1800px;
  height: auto;
  margin: 4% ;
  padding: 3.5% ;
  
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.left,
.right {
  flex: 1 1 400px;
  padding: 2rem;
}

.left {
  top: 50%;
  background: #f0f4f8;
}

.left h1 {
  font-size: 3rem;
  margin-bottom: 0;
  color: #4fc3f7;
}

.left h2 {
  margin-top: 0.5rem;
  font-size: 2rem;
  color: #283593;
}

.left p {
  line-height: 1.8;
  margin: 1rem 0;
}

.cta {
  font-weight: bold;
}

.left .apply {

  font-size: 8px;

}

.vol-btn {
  margin: 0 0 0 10px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 20;
  color: #fff;
  background: linear-gradient(90deg, #42a5f5, #1e88e5);
  border: none;
  border-radius: 8px;
  padding: 0.4rem 0.4rem;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(30, 136, 229, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

/* Hover state: gentle lift and brighter */
.vol-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(30, 136, 229, 0.5);
  filter: brightness(1.05);
}

/* Active (pressed) state */
.vol-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(30, 136, 229, 0.3);
}


.vol-btn:focus {
  outline: 3px solid #90caf9;
  outline-offset: 2px;
}


.vol-btn:disabled {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
  box-shadow: none;
}

.right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.icon-link {
  display: flex;
  gap: 10px;
}

.icon-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgb(0, 77, 139);

  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.icon-link a:hover {
  background: #ffffff;
  color: rgb(0, 77, 139);
  transform: translateY(-2px);
  /* subtle lift */
}

.icon-link {
  justify-content: center;
  display: flex;
  margin: 10px;
  grid: 10rem;
  ;

}

.icon-link a {

  height: 40px;
  width: 40px;
}

.fa-brands {
  grid: 10rem;
  ;
  font-size: 30px;
}

/* Option: add brand-specific colors */
.icon-link a.facebook:hover {
  background: #3B5998;
}

.icon-link a.twitter:hover {
  background: #55ACEE;
}

.icon-link a.instagram:hover {
  background: #E1306C;
}

.icon-link a.linkedin:hover {
  background: #0077B5;
}

/* Optional: focus outline for accessibility */
.icon-link a:focus {
  outline: 2px solid #90caf9;
  outline-offset: 2px;
}

@media(max-width: 780px) {
  .flyer {
    flex-direction: column;
    margin: 25% auto;
  }

  .left {
    top: 50%;
    background: #f0f4f8;
  }
}


.portrait {
  display: none;

  width: 100%;
  height: auto;
}

/* Desktop view */
@media (min-width: 600px) {
  .desktop-only {
    display: block;
  }
}

/* Mobile view */
@media (max-width: 599px) {
  .mobile-only {
    display: block;
  }
}