@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ed563b;
  color: #fff;
}

::-moz-selection {
  background: #ed563b;
  color: #fff;
}
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
} .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #ed563b;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #ed563b;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f9735b;
  color: #fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: rgba(250,250,250,0.99) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #232d39!important;
}

.background-header .main-nav .nav li:hover > a {
  color: #ed563b!important;
}

.background-header .nav li a.active {
  color: #ed563b!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background: rgba(250,250,250,0.1);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}

.header-area .main-nav .nav li:hover > a,
.header-area .main-nav .nav li > a.active {
  color: #ed563b!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover > a,
.background-header .main-nav .nav li > a.active {
  color: #ed563b!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #ed563b;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ed563b!important;
    opacity: 1;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #ed563b;
    color: #fff;
  }

  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ed563b!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}


/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  margin-bottom: 80px;
}

.feature-item {
  display: inline-block;
  margin-bottom: 60px;
}

.feature-item .left-icon img {
  float: left;
  margin-right: 30px;
}

.feature-item .right-content {
  display: inline;
}

.feature-item .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #ed563b;
  font-weight: 500;
}

/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
  padding: 120px 0px;
  background-image: url(../images/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h2 em {
  font-style: normal;
  color: #ed563b;
}

.cta-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}



/*
--------------------------------------------
Our Classes
--------------------------------------------
*/

#our-classes {
  margin-bottom: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  font-size: 19px;
  color: #232d39;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s;
}
#tabs .main-rounded-button a {
  text-align: center;
  padding: 20px 30px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  background-color: #ed563b;
}
#tabs .main-rounded-button a:hover {
  background-color: #f9735b;
}
#tabs ul li a .fa {
  font-size: 32px;
  height: 32px;
  color: #ed563b;
  margin-right: 15px;
  display: inline-block;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #ed563b;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tabs-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 28px;
}


/* 
---------------------------------------------
schedule
--------------------------------------------- 
*/

.section-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-bg:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35,45,57,0.8);
}

.section-bg > form,
.section-bg .container {
  position: relative;
  z-index: 2
}

#schedule {
  padding: 0px 0px 140px 0px;
}

#schedule table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

#schedule table tbody {
  border-top: 1px solid #fff; 
}

#schedule table tbody tr {
  border-bottom: 1px solid #fff;
}

#schedule table tbody tr td {
  border-right: 1px solid #fff;
  height: 100px;
}

#schedule table tr td {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.schedule-table.filtering .ts-item {
    opacity: 0;
    transition: all 0.5s;
}

.schedule-table.filtering .ts-item.show {
    opacity: 1;
    transition: all 0.5s;
}

#schedule .filters {
  margin-bottom: 40px;
}
#schedule .filters ul {
  padding: 0;
  text-align: center;
}
#schedule .filters ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#schedule .filters ul li:after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}
#schedule .filters ul li:last-child {
  margin-right: 0px;
}
#schedule .filters ul li:last-child::after {
  display: none;
}
#schedule .filters ul li.active,
#schedule .filters ul li:hover {
  color: #ed563b;
}
#schedule .filters-content {
  margin-top: 50px;
}
#schedule .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#schedule .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}


/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/

#trainers { 
  padding-bottom: 90px; 
}

#trainers .trainer-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 15px;
  margin-bottom: 30px;
}

#trainers .trainer-item img {
  width: 100%;
  border-radius: 5px;
}

#trainers .trainer-item span {
  font-size: 13px;
  font-weight: 500;
  color: #ed563b;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

#trainers .trainer-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

#trainers .trainer-item p {
  margin-bottom: 20px;
}

ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

ul.social-icons li:last-child {
  margin-right: 0px;
}

ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
}

ul.social-icons li a:hover {
  color: #ed563b;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  margin-top: 140px;
}

#contact-us .container-fluid .col-lg-6 {
  padding: 0px;
}

#contact-us .contact-form {
  padding: 80px;
  background-image: url(../images/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-us .contact-form #contact {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #ed563b;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
}

.contact-form button:hover {
  background-color: #f9735b;
}




/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 30px 0px;
}

footer p {
  color: #232d39;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #ed563b;
}

footer p a:hover {
  color: #ed563b;
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232d39;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #232d39;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 64px;
  }
  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 450px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
}

.dropdown-menu {
  background: rgba(0,0,0,0.2);
  padding: 0;
  border-radius: 0;
}

.background-header .dropdown-menu {
  background: rgba(250,250,250,0.9);
}

.dropdown-menu a {
  line-height: 1.3;
  color: #fff;
}


.background-header .main-nav .nav li a:hover,
.background-header .main-nav .nav li a.active,
.dropdown-menu a.active,
.dropdown-menu a:hover {
  background: transparent;
  color: #ed563b!important;
}

.pagination-lg .page-link {
  color: #ed563b;
}

.btn-primary {
  border-color: #ed563b;
  background-color: #ed563b;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #f9735b;
  border-color: #f9735b;
  outline: none;
}

.icon {
  width: 72px;
  height: 72px;
  border-radius: 5px;
  color: #fff;
  background-color: #ed563b;
  font-size: 30px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  color: #ed563b;
}

a:focus,
a:hover {
  color: #f9735b;
}
/* จัดตำแหน่งให้เนียนขึ้น */
.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ปรับตัวหนังสือให้บาลานซ์ */
.logo span {
    font-size: 22px;
    font-weight: 700;
}
.logo-img:hover {
    transform: scale(1.1);
}
.main-nav .logo {
    margin-left: 0;
    padding-left: 0;
}
.icon i {
    transition: 0.3s;
}
.icon i:hover {
    transform: scale(1.2);
}
.icon i:hover {
    transform: scale(1.2);
    transition: 0.3s;
}
.icon i {
    color: #fff !important;
    transition: none !important;
}

.icon i:hover {
    color: #fff !important;
    transform: none !important;
}
.marquee-bar {
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 12s linear infinite;
  font-size: 26px;
  font-weight: bold;
  color: red;
  text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 20px #ff0000;
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}
.marquee-text {
  animation: marquee 12s linear infinite, blink 1s infinite alternate;
}

@keyframes blink {
  from { opacity: 1; }
  to { opacity: 0.6; }
}.gallery-strip {
  width: 100%;
  overflow: hidden;
}

.gallery-row {
  display: flex;
}

.gallery-row img {
  width: 16.66%;
  height: 180px;
  object-fit: cover;
  transition: 0.3s;
}

.gallery-row img:hover {
  transform: scale(1.1);
}.gallery-strip {
  width: 100%;
  overflow: hidden;
}

.gallery-row {
  display: flex;
}

.gallery-row img {
  width: 16.66%;
  height: 12px; /* 🔥 ลดความสูง */
  object-fit: cover;
}.gallery-row img {
  width: 16.66%;
  height: auto; /* ✅ ไม่บังคับสูง */
  aspect-ratio: 1/1; /* 🔥 เป็นสี่เหลี่ยม */
  object-fit: cover;
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}.gallery-row img {
    width: 33.33%;
    height: 80px;
  }
}.gallery {
  width: 100%;
  padding: 0;
  margin: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 🔥 6 ช่องเท่ากัน */
  gap: 5px; /* ช่องไฟนิดเดียว */
}

.gallery-grid img {
  width: 100%;
  height: 160px; /* 🔥 ความสูงเท่ากันหมด */
  object-fit: cover;
  display: block;
}@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr); /* เหลือ 3 รูป/แถว */
  }

  .gallery-grid img {
    height: 120px;
  }
}.logo img {
  height: 50px;
  transition: 0.3s;
}.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 20px 0;
}

.stat-card {
  background: linear-gradient(135deg, #ff0000, #cc0000);
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.stat-card i {
  font-size: 30px;
  margin-bottom: 10px;
}

.stat-card h3 {
  font-size: 18px;
  margin: 5px 0;
}

.stat-card p {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.logo img:hover {
  transform: scale(1.05);
}.logo img {
  height: 50px;
  width: auto;
  display: block;
}.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}.logo {
  display: flex;
  align-items: center;
}

.logo img {
  max-height: 50px;
}.header-area .main-nav .logo {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    line-height: normal !important;
}

.header-area .main-nav .logo img {
    width: 45px !important;
    height: 45px !important;
    object-fit: cover;
    border-radius: 50%;   /* 🔥 ทำให้กลม */
    border: 2px solid #fff; /* (เอาออกได้ถ้าไม่ชอบ) */
}

.header-area .main-nav .logo span {
    font-size: 22px;
    font-weight: 700;
}/* ================= GALLERY STRIP ================= */
.gallery-strip {
  width: 100%;
  overflow: hidden;
}

.gallery-row {
  display: flex;
}

.gallery-row img {
  width: 16.66%; /* 6 รูปพอดี */
  height: 180px;
  object-fit: cover;
  transition: 0.3s;
}

/* hover ซูมนิดๆ */
.gallery-row img:hover {
  transform: scale(1.08);
}

/* 📱 responsive */
@media (max-width: 768px) {
  .gallery-row {
    flex-wrap: wrap;
  }

  .gallery-row img {
    width: 33.33%; /* มือถือ 3 รูปต่อแถว */
    height: 120px;
  }
}.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: linear-gradient(135deg, #28a745, #2ecc71);
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  animation: pulse 1.5s infinite;
}

.call-btn i {
  font-size: 24px;
}

.call-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, #2ecc71, #28a745);
}

/* เอฟเฟกต์เด้ง */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(46, 204, 113, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}/* ================= ปุ่มเท่ากันหมด ================= */
.call-btn, .line-btn, .fb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 260px;        /* 🔥 บังคับความกว้างเท่ากัน */
  height: 60px;        /* 🔥 บังคับความสูงเท่ากัน */

  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;

  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

/* 📞 โทร */
.call-btn {
  background: linear-gradient(135deg, #28a745, #2ecc71);
  animation: pulse 1.5s infinite;
}

/* 💬 LINE */
.line-btn {
  background: #06c755;
  animation: pulse-line 1.5s infinite;
}

/* 👍 FACEBOOK */
.fb-btn {
  background: #1877f2;
  animation: pulse-fb 1.5s infinite;
}

/* ไอคอนให้เท่ากัน */
.call-btn i,
.line-btn i,
.fb-btn i {
  font-size: 22px;
  width: 24px;       /* 🔥 fix icon ไม่ให้ดันปุ่ม */
  text-align: center;
}

/* hover */
.call-btn:hover,
.line-btn:hover,
.fb-btn:hover {
  transform: scale(1.05);
}

/* ================= animation ================= */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(46, 204, 113, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}

@keyframes pulse-line {
  0% { box-shadow: 0 0 0 0 rgba(6, 199, 85, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(6, 199, 85, 0); }
  100% { box-shadow: 0 0 0 0 rgba(6, 199, 85, 0); }
}

@keyframes pulse-fb {
  0% { box-shadow: 0 0 0 0 rgba(24, 119, 242, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(24, 119, 242, 0); }
  100% { box-shadow: 0 0 0 0 rgba(24, 119, 242, 0); }
}/* ================= ป้ายไฟวิ่ง ================= */
.marquee-bar {
  width: 100%;
  background: #000;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

/* ตัววิ่ง */
.marquee-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  font-size: 26px;
  font-weight: 800;
  color: #d0ff00;

  /* 🔥 เรืองแสง */
  text-shadow: 
    0 0 5px #ff0000,
    0 0 10px #ffffff,
    0 0 20px #fc0909,
    0 0 40px #fcfcfc;

  /* 🔥 ความเร็วพอดี */
  animation: marquee 18s linear infinite, blink 1s infinite alternate;
}

/* วิ่ง */
@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

/* กระพริบ */
@keyframes blink {
  from { opacity: 2; }
  to { opacity: 0.6; }
}/* ================= MODERN GALLERY ================= */
.gallery-modern {
  width: 100%;
  padding: 10px;
  background: #f8f9fa;
}

/* Grid เท่ๆ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

/* แต่ละรูป */
.gallery-item {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

/* รูป */
.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: all 0.4s ease;
}

/* 🔥 Hover effect */
.gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

/* 🔥 Overlay เวลา hover */
.gallery-item::after {
  content: "ดูผลงาน";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: 0.3s;
}

.gallery-item:hover::after {
  opacity: 1;
}

/* 🔥 เงา */
.gallery-item {
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* 📱 Tablet */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 📱 Mobile */
@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item img {
    height: 130px;
  }
}/* ===================== NAVBAR MODERN ===================== */
.header-area {
  background: rgba(31, 61, 43, 0.7);
  backdrop-filter: blur(12px);
  transition: 0.3s;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* ตอน scroll แล้ว */
.header-area.header-sticky {
  background: rgba(31, 61, 43, 0.95);
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

/* LOGO */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}

.logo img:hover {
  transform: rotate(5deg) scale(1.1);
}

.logo span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

/* MENU */
.main-nav .nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ปุ่มเมนู */
.main-nav .nav li a {
  position: relative;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
}

/* Hover แบบนุ่ม */
.main-nav .nav li a:hover {
  background: rgba(255,255,255,0.1);
  color: #c8a96a !important;
}

/* เส้นไลท์ใต้เมนู */
.main-nav .nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: #c8a96a;
  transition: 0.3s;
  transform: translateX(-50%);
}

.main-nav .nav li a:hover::after {
  width: 60%;
}

/* ACTIVE */
.main-nav .nav li a.active {
  background: linear-gradient(135deg, #c8a96a, #e6c07b);
  color: #1f3d2b !important;
  font-weight: 600;
}

/* ปุ่มโทร (ใส่เพิ่มได้) */
.nav-call {
  background: linear-gradient(135deg, #28a745, #2ecc71);
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.nav-call:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, #2ecc71, #28a745);
}/* ===== SERVICE GRID FULL WIDTH ===== */
.service-grid {
  margin: 0;
}

/* การ์ด */
.trainer-item {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}

/* รูปให้เต็ม */
.image-thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 สำคัญ */
  transition: 0.4s;
}

/* hover เท่ๆ */
.trainer-item:hover img {
  transform: scale(1.1);
}

/* content */
.down-content {
  padding: 15px;
  text-align: center;
}

.down-content h4 {
  font-size: 18px;
  font-weight: 600;
}

/* 📱 มือถือ */
@media (max-width: 768px) {
  .image-thumb {
    height: 200px;
  }
}.middle-banner {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

/* 💻 PC */
.middle-banner img {
  width: 32%;       /* 3 รูปเรียงข้าง */
  height: auto;
  border-radius: 12px;
}

/* 📱 มือถือ */
@media (max-width: 768px) {
  .middle-banner {
    flex-direction: column;   /* 🔥 เรียงลง */
  }

  .middle-banner img {
    width: 100%;              /* 🔥 เต็มจอ */
  }
}

/* รูปกลางเด่น */
.center-img {
  transform: scale(1.05);
  z-index: 2;
}

/* hover เท่ๆ */
.middle-banner img:hover {
  transform: scale(1.08);
}.review-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 20px;
}

.review-card {
  min-width: 300px;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.review-card h5 {
  font-weight: 600;
  color: #0f5132;
}.review-form-section {
  background: #f8f9fa;
  padding: 40px 0;
}

.review-form-section input,
.review-form-section textarea {
  border-radius: 10px;
}

.review-form-section button {
  border-radius: 30px;
  padding: 10px 30px;
}.review-img {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
  max-height: 200px;
  object-fit: cover;
}.review-form-section {
  background: linear-gradient(135deg, #0f5132, #198754);
  padding: 60px 0;
}

.review-card-form {
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  text-align: center;
}

.review-card-form h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.sub-text {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
}

.form-group textarea {
  height: 100px;
}

.rating {
  text-align: left;
}

.stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.stars input {
  display: none;
}

.stars label {
  font-size: 25px;
  color: #ccc;
  cursor: pointer;
}

.stars input:checked ~ label {
  color: #ffc107;
}

.upload-box {
  border: 2px dashed #ccc;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
}

.upload-box label {
  cursor: pointer;
  color: #555;
}

#preview {
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
}

.btn-submit {
  width: 100%;
  padding: 12px;
  border: none;
  background: #198754;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #146c43;
}

#msg {
  margin-top: 10px;
  font-weight: bold;
}.stars-show {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 5px;
}.stars-show {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 5px;
}.admin-popup {
  display: none;
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.admin-box {
  background:#fff;
  padding:30px;
  border-radius:15px;
  text-align:center;
  width:300px;
}

.admin-box input {
  width:100%;
  padding:10px;
  margin:10px 0;
  border-radius:10px;
  border:1px solid #ccc;
}

.admin-box button {
  width:100%;
  padding:10px;
  background:#198754;
  color:#fff;
  border:none;
  border-radius:20px;
}

#adminError {
  color:red;
  margin-top:10px;
}.header-area {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff !important;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

/* LOGO */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: 65px;
  height: auto;
}

.logo span {
  font-size: 20px;
  font-weight: 700;
  color: #0f5132;
}

/* MENU */
.main-nav .nav li a {
  font-weight: 600;
  color: #222;
  padding: 10px 15px;
  border-radius: 8px;
  transition: 0.25s;
}

/* hover */
.main-nav .nav li a:hover {
  background: #0f5132;
  color: #fff;
}

/* active */
.main-nav .nav li a.active {
  background: #0f5132;
  color: #fff;
}

/* ADMIN ICON */
.admin-icon {
  font-size: 18px;
  color: #0f5132;
}

/* MENU ALIGN FIX (ถ้าเพี้ยน) */
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}.nav li a {
  font-weight: 600;
  font-size: 15px;
  color: #222;
  padding: 8px 14px;
  border-radius: 8px;
  transition: 0.25s;
}

/* Home hover */
.nav li a:hover {
  background: #0f5132;
  color: #fff;
}

/* Active */
.nav li a.active {
  background: #0f5132;
  color: #fff;
}

/* ADMIN BUTTON */
.admin-btn {
  background: #111;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 14px;
  border-radius: 8px;
}

.admin-btn:hover {
  background: #0f5132;
  color: #fff !important;
}/* รูป slider */
.carousel .card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* gallery */
.gallery-img {
  border-radius: 12px;
  transition: 0.3s;
  cursor: pointer;
}

.gallery-img:hover {
  transform: scale(1.05);
}.slider-img {
  width: 100%;
  height: 300px; /* ปรับได้ */
  object-fit: cover; /* 🔥 สำคัญมาก */
}/* 🔥 ปุ่มเลื่อน */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}

#serviceSlider:hover .carousel-control-prev,
#serviceSlider:hover .carousel-control-next {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 20px;
  height: 20px;
}

/* 🔥 จุดใต้ภาพ */
.custom-dots {
  bottom: -30px;
}

.custom-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 5px;
  border: none;
  transition: 0.3s;
}

.custom-dots .active {
  background-color: #28a745;
  transform: scale(1.3);
}

/* 🔥 กันภาพยืด */
.service-img {
  height: 250px;
  object-fit: cover;
}/* 🔥 ปุ่มลอย */
.carousel-control-prev,
.carousel-control-next {
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}

#serviceSlider:hover .carousel-control-prev,
#serviceSlider:hover .carousel-control-next {
  opacity: 1;
}

/* 🔥 ไอคอน */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 20px;
  height: 20px;
}

/* 🔥 จุด */
.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}.call-btn,
.line-btn,
.fb-btn {
  display: inline-block;
  padding: 18px 30px;   /* 🔥 ขยายปุ่ม */
  margin: 10px;
  font-size: 20px;      /* 🔥 ตัวอักษรใหญ่ขึ้น */
  font-weight: bold;
  border-radius: 50px;  /* 🔥 มนสวย */
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

/* ไอคอน */
.call-btn i,
.line-btn i,
.fb-btn i {
  margin-right: 10px;
  font-size: 22px; /* 🔥 ไอคอนใหญ่ */
}

/* สีแต่ละปุ่ม */
.call-btn {
  background: linear-gradient(45deg, #ff4d4d, #ff0000);
}

.line-btn {
  background: linear-gradient(45deg, #00c300, #00a000);
}

.fb-btn {
  background: linear-gradient(45deg, #1877f2, #0d5dc1);
}

/* hover เท่ๆ */
.call-btn:hover,
.line-btn:hover,
.fb-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}/* 🔥 เอาระยะขอบของ body ออกก่อน */
body {
  margin: 0;
  padding: 0;
}

/* 🔥 ทำให้ container ชนขอบจริง */
.btn-fullwidth {
  width: 100%;
  height: 100;
}

/* 🔥 ปุ่มเต็มจอจริง */
.call-btn,
.line-btn,
.fb-btn {
  display: block;
  width: 100vw;          /* 🔥 เต็มจอจริง (ไม่ใช่แค่ container) */
  padding: 18px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;      /* 🔥 เอามนออก จะชนขอบสวย */
  margin: 0;             /* 🔥 ไม่มีช่องว่าง */
  color: #fff;
  text-decoration: none;
}

/* สี */
.call-btn { background: #ff3b3b; }
.line-btn { background: #00c300; }
.fb-btn   { background: #1877f2; }

/* ไอคอน */
.call-btn i,
.line-btn i,
.fb-btn i {
  margin-right: 10px;
}/* 🔥 ปุ่มเมนูหลัก */
.nav-btn {
  display: inline-block;
  padding: 10px 22px;
  margin: 5px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

/* 🏠 HOME */
.home-btn {
  background: linear-gradient(45deg, #28a745, #1e7e34);
  color: #fff !important;
}

/* 🔐 ADMIN */
.admin-btn {
  background: linear-gradient(45deg, #333, #000);
  color: #fff !important;
}

/* ✨ hover effect */
.nav-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* 🔥 ทำให้ active เด่น */
.nav .active {
  box-shadow: 0 0 0 3px rgba(255,255,255,0.3) inset;
}.home-btn {
  background: linear-gradient(45deg, #00c851, #007e33);
  box-shadow: 0 0 10px rgba(0,200,81,0.6);
}

.admin-btn {
  background: linear-gradient(45deg, #444, #000);
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.home-btn:hover {
  box-shadow: 0 0 20px rgba(0,255,100,0.9);
}

.admin-btn:hover {
  box-shadow: 0 0 20px rgba(255,255,255,0.3);
}@media (max-width: 768px) {
  .nav-btn {
    padding: 12px 25px;
    font-size: 16px;
  }
}/* 🔥 NAVBAR */
.contact-navbar{
  display: flex;
  justify-content: space-between;
  background: #000;
  padding: 10px;
}

/* 🔥 ปุ่ม */
.nav-btn{
  flex: 1;
  margin: 5px;
  padding: 12px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  animation: glow 1.5s infinite;
}

/* 🎯 สีแต่ละปุ่ม */
.line { background: #06c755; }
.call { background: #e53935; }
.fb   { background: #1877f2; }

/* ✨ Hover */
.nav-btn:hover{
  transform: scale(1.05);
}

/* 🔥 กระพริบ (Glow) */
@keyframes glow {
  0% { box-shadow: 0 0 5px #fff; }
  50% { box-shadow: 0 0 20px #fff; }
  100% { box-shadow: 0 0 5px #fff; }
}.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 20px 0;
}

.stat-card {
  background: linear-gradient(135deg, #ff0000, #cc0000);
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center; 
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.stat-card i {
  font-size: 30px;
  margin-bottom: 10px;
}

.stat-card h3 {
  font-size: 18px;
  margin: 5px 0;
}

.stat-card p {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.stat-card:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  z-index: 9999;

  /* 🔥 ลอยขึ้นลง */
  animation: floatUpDown 3s ease-in-out infinite;
}

/* 🔥 ไอคอนวงกลม */
.floating-contact .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #d4af37, #ffd700, #b8962e);
  color: #000;
  font-size: 24px;

  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
}

/* 📝 ข้อความ */
.floating-contact span {
  background: linear-gradient(135deg, #d4af37, #ffd700);
  color: #000;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}

/* ✨ ลอยขึ้นลง */
@keyframes floatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}/* 🔥 จัดให้อยู่กลาง แต่ไม่เต็มจอ */
.qr-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0; /* เว้นบนล่าง */
}

/* 💎 กรอบนีออน */
.qr-glow {
  position: relative;
  padding: 20px;
  border-radius: 25px;
}

/* 🔥 รูปใหญ่ขึ้น */
.qr-glow img {
  width: 100%px; /* 👉 ปรับใหญ่ได้ */
  max-width: 100%;
  border-radius: 20px;
  display: block;
  position: relative;
  z-index: 2;
}

/* ✨ เส้นนีออนวิ่ง */
.qr-glow::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 30px;
  background: linear-gradient(
    45deg,
    #000000,
    #05eeff,
    #00ffff
  );
  background-size: 300% 300%;
  animation: neonRun 4s linear infinite;
  z-index: 1;
}

/* 💥 แสงฟุ้ง */
.qr-glow::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 30px;
  background: linear-gradient(
    45deg,
    #ff3300,
    #00ff99,
    #ff2600
  );
  filter: blur(20px);
  opacity: 0.7;
  z-index: 0;
  animation: neonRun 4s linear infinite;
}

/* 🚀 animation */
@keyframes neonRun {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}.neon-text {
  animation: neonFlicker 1.5s infinite alternate, floatText 3s ease-in-out infinite;
}

@keyframes floatText {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}@media (max-width: 768px) {
  .neon-text {
    font-size: 28px;
  }
}.neon-text {
  font-size: 48px; /* 🔥 ใหญ่สะใจ */
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;

  /* 💥 เอฟเฟคนีออนแดง */
  text-shadow:
    0 0 5px #ff0000,
    0 0 10px #ff0000,
    0 0 20px #ff0000,
    0 0 40px #ff1a1a,
    0 0 80px #ff1a1a;

  animation: neonFlicker 1.5s infinite alternate;
}

/* ✨ กระพริบเบาๆ */
@keyframes neonFlicker {
  0% {
    opacity: 1;
    text-shadow:
      0 0 5px #ff0000,
      0 0 10px #ff0000,
      0 0 20px #ff0000,
      0 0 40px #ff1a1a;
  }
  100% {
    opacity: 0.85;
    text-shadow:
      0 0 2px #ff0000,
      0 0 5px #ff0000,
      0 0 10px #ff1a1a,
      0 0 20px #ff1a1a;
  }
} img, iframe {
  max-width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
}