/*

Known Template 

https://templatemo.com/tm-516-known

*/

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


    /*---------------------------------------
  /* ===== Under Construction Fullscreen Gate =====   
    -----------------------------------------*/

.site-gate{
  position: fixed;
  inset: 0;
  z-index: 999999;              /* above navbar/preloader */
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(6px);
}

.site-gate__card{
  max-width: 680px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.site-gate__badge{
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 700;
  letter-spacing: .6px;
  font-size: 12px;
}

.site-gate__title{
  margin: 14px 0 8px;
  font-size: 32px;
  line-height: 1.15;
}

.site-gate__text{
  margin: 0 0 18px;
  color: #444;
  font-size: 16px;
}

.site-gate__actions{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.site-gate__btn{
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  background: #29ca8e;     /* matches template vibe */
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.site-gate__btn--ghost{
  background: transparent;
  color: #111;
  border: 1px solid #ddd;
}


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #0000fe;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #3f51b5;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team,
  #promotions {
    background: #f9f9f9;
  }

  #team, 
  #promotions {
    text-align: center;
  }

  /* Make team cards equal height */
#team .team-carousel .item { display:flex; padding: 15px; }

#team .team-thumb {
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
}

#team .team-image {
  flex:0 0 auto;
  width:100%;
  aspect-ratio:3/4;
  max-width:100%;
  margin:0 auto;
  overflow:hidden;
}

#team .team-image img {
  width:100% !important;
  height:100% !important;
  object-fit:cover;
  display:block;
}

#team .team-info { flex:1 0 auto; }
#team .team-thumb .social-icon { margin-top:auto; }
#team .team-carousel .owl-nav { margin-top: 20px; }

  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .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 {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  /* keep the brand area the same height as your navbar */
  .navbar .navbar-brand{
    display: flex;
    align-items: flex-end; /* align bottom */
    height: 50px;              /* matches your screenshot */
    padding: 0;                /* optional: tighter */
    margin-right: 30px;        /* optional: space to right */
  }

  /* the actual logo image size */
  .navbar .navbar-brand img{
    height: 50px;              /* lock height */
    width: auto;               /* keep aspect ratio */
    max-width: 80px;           /* make it “a bit wider” (tweak 70–120) */
    object-fit: contain;
    display: block;
  }



  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #0000fe;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #0000fe;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #0000fe;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #0000fe;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    position: relative;
    z-index: 1;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
    position: relative;
    overflow: hidden;
  }

  .home-slider .home-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
  }

  .home-slider .item-first .home-slide-image {
    object-position: center;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(../images/cover-Facebook-company-page.png);
	  background-position: center;
  }
  .slide-link{
    display:block;
  }
  .slide-link .item{
    cursor:pointer;
  }


  .home-slider .item-second {
    background-image: url(../images/cover-Facebook-HrRx.png);
  }

  .home-slider .item-third {
    background-image: url(../images/sirichai-bangnoi.webp);
  }



  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 5em 3em;
  }

  .feature-thumb span {
    background: #0000fe;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: #0000fe;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
    padding: 20px 30px;
  }

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  #JoinUs .section-title {
    text-align: center;
  }

  #JoinUs .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #JoinUs .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .courses-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .courses-top {
    position: relative;
  }

  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 25px 25px 15px 25px;
  }

  .courses-detail h3 {
    margin: 0 0 2px 0;
  }

  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: #29ca8e;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: #3f51b5;
  }



  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

#promotions .item {
  background: #ffffff;
  margin: 20px 0;
  padding: 4em 3em;
  text-align: left;
}

#promoCarousel .promo-item {
  background: transparent;
  margin: 0 10px;
  padding: 0;
}

#promoCarousel .promo-img {
  display: block;
  width: 100%;
  height: auto;
}

.promo-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.promo-modal.is-open {
  display: block;
}

.promo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.promo-modal-dialog {
  position: relative;
  width: min(92vw, 1200px);
  height: min(90vh, 900px);
  margin: 4vh auto;
  background: #0b0b0b;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.promo-modal-toolbar {
  display: flex;
  gap: 8px;
  padding: 10px;
  justify-content: center;
  background: #111111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.promo-modal-btn {
  background: #1f1f1f;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 12px;
  border-radius: 4px;
}

.promo-modal-btn:hover {
  background: #2b2b2b;
}

.promo-modal-close {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  background: transparent;
  border: 0;
}

.promo-modal-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: none;
  cursor: grab;
}

.promo-modal-stage.is-dragging {
  cursor: grabbing;
}

.promo-modal-img {
  max-width: 100%;
  max-height: 100%;
  user-select: none;
  -webkit-user-drag: none;
  transform-origin: center center;
}

body.promo-modal-open {
  overflow: hidden;
}

  #JoinUs .col-md-4,
  #promotions .col-md-4 {
    display: block;
    width: 100%;
  }

  #promotions .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #3f51b5;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background: #3f51b5;
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 20px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #f9f9f9;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    border-radius: 50px;
    border: 1px solid transparent;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #252020;
    padding: 120px 0;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 25px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #0000fe;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #0000fe;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #0000fe;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1370px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 1370px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .home-slider .home-slide-image {
      object-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #promotions .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }

  /* make section a positioning context */
#JoinUs.coming-soon-wrap,
#promotions.coming-soon-wrap {
  position: relative;
}

/* black translucent panel */
#JoinUs .coming-soon-overlay,
#promotions .coming-soon-overlay {
  position: absolute;
  inset: 0;                 /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0,0,0);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: auto;     /* blocks clicking stuff underneath */
}

/* text */
#JoinUs .coming-soon-text,
#promotions .coming-soon-text {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 14px 22px;
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 10px;
  background: rgba(0,0,0,.25);  /* optional extra contrast */
}

/* auth dropdown wrapper */
.sc-auth { position: relative; }

/* dropdown menu box */
.sc-auth-menu{
  position:absolute;
  right:0;
  top:100%;
  margin-top:8px;
  min-width:220px;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  padding:8px;
  z-index:9999;
}

.sc-auth-menu a{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  color:#333;
  text-decoration:none;
  font-size:14px;
}

.sc-auth-menu a:hover{
  background:rgba(0,0,0,.06);
}

.sc-auth-divider{
  height:1px;
  background:rgba(0,0,0,.10);
  margin:6px 6px;
}


/* smaller on mobile */
@media (max-width: 767px){
  #JoinUs .coming-soon-text,
  #promotions .coming-soon-text {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

.navbar .navbar-nav.navbar-right #authText{
  font-size: 12px;          /* adjust */
  line-height: 1.2;
  max-width: 180px;         /* prevent pushing layout */
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  /* show … if too long */
  vertical-align: middle;
}
.navbar .navbar-nav.navbar-right #authText{ font-size: 13px; }

@media (max-width: 768px){
  .navbar .navbar-nav.navbar-right #authText{ font-size: 11px; max-width: 120px; }
}

@media (min-width: 768px){
  .custom-navbar .navbar-collapse{
    display:flex !important;
    align-items:center;
    justify-content:space-between;
  }
  .custom-navbar .navbar-nav.navbar-nav-first{
    margin-left: 0 !important;
  }
  .custom-navbar .navbar-nav.navbar-right{
    float:none !important;
  }
  .custom-navbar .navbar-nav{
    float:none !important;
  }
}

.promo-img{
  display: block;        /* makes margin auto work */
  margin: 0 auto;        /* center */
  max-width: 100%;       /* responsive */
  height: auto;
}
  
/* Your icon button (applies to ALL icons) */
.social-icon li a{
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* Keep FontAwesome icons as-is */
.social-icon li a.fa{
  font-size:15px;
}

/* LINE svg size */
.social-icon li a.icon-line .svg-icon{
  width:15px;
  height:15px;
  display:block;
}

/* Make svg follow the same color as your icons */
.social-icon li a.icon-line{
  color: inherit;
}
.social-icon li a.icon-line .svg-icon path{
  fill: currentColor;
}
/* make LINE icon inherit link color */
.social-icon li a.icon-line { color: #0000fc; }  /* same blue you use now */

/* force svg fill to follow currentColor */
.social-icon li a.icon-line svg,
.social-icon li a.icon-line svg path{
  fill: currentColor !important;
}
.social-icon li a.icon-line{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* tiny nudge down (adjust 1px–3px as you like) */
.social-icon li a.icon-line svg{
  width: 15px;
  height: 15px;
  display: block;
  transform: translateY(2px);
}


.loading-overlay{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.25);
  z-index: 9999;
}

.loading-overlay.is-on{ display: flex; }

.spinner{
  width: 42px;
  height: 42px;
  border: 4px solid rgba(255,255,255,.35);
  border-top-color: rgba(255,255,255,1);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }               
