/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@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");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
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: #019db2;
  color: #fff;
}

::-moz-selection {
  background: #019db2;
  color: #fff;
}

@media (max-width: 991px) {
  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: #019db2;
}

.section-heading img {
  margin: 20px auto;
}

.section-divider {
  width: 100%;
  height: 30px;
  background: url(../images/wave.svg);
  background-size: auto 100%;
  margin: 40px 0;
  border: none;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #019db2;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border-radius: 10px;
}

.main-button a:hover {
  background-color: #74c2ce;
}


/* 
---------------------------------------------
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:last-child a {
  color: #fff !important;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #fff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #019db2!important;
}

.background-header .nav li a.active {
  color: #019db2!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 h2 {
  display: inline;
  font-style: normal;
  color: white;
  font-weight: 900;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #74c2ce;
  font-weight: 900;
}

.header-area .main-nav .logo img {
  height: 2em;
  margin-right: 7px;
  display: inline-block;
}

@media (max-width: 768px) {
    .header-area .main-nav .logo h2 {
        display: none !important;
    }

    .header-area .main-nav .logo em {
        display: none !important;
    }
}

.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:last-child a {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #019db2;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
}

.header-area .main-nav .nav li:last-child a:hover {
  background-color: #fff;
  opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #74c2ce!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #74c2ce!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: #019db2;
}

@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: #019db2!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: #019db2;
    color: #fff;
  }
  .header-area .main-nav .nav li:last-child a {
    background-color: #019db2!important;
    display: block; /* PENTING: Agar link memenuhi area */
    width: 100%;    /* PENTING: Agar lebar penuh */
    text-align: center;
  }
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: #019db2!important;
    color: #fff!important;
  }
  .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:last-child a {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #019db2!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;
  width: 100%;
  height: 100vh;
  overflow: hidden;

  background-image: url('/assets/images/_MG_6055.png');
  background-size: cover;      /* auto crop */
  background-position: center; /* center tengah */
  background-repeat: no-repeat;
}

.video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8); /* Overlay gelap */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  color: #fff;
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #74c2ce;
  font-weight: 900;
}

.already-member {
  margin-top: 12px;
  color: #eee;
  font-size: 14px;
  text-align: center;
}

.already-member a {
  color: #4dc3ff;
  text-decoration: underline;
  font-weight: 500;
}

.already-member a:hover {
  color: #fff;
  text-decoration: none;
}


/* ---------- Responsif ---------- */
@media (max-width: 992px) {
    .main-banner .caption h2 {
        font-size: 48px;
    }
    .main-banner .caption h6 {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .main-banner .caption h2 {
        font-size: 32px;
    }
    .main-banner .caption h6 {
        font-size: 12px;
    }
    .main-banner .caption {
        width: 90%;
    }
}

/*
---------------------------------------------
Profil
---------------------------------------------
*/

#profil {
  margin-bottom: 40px;
}

.section-heading {
  margin-top: 60px;
  margin-bottom: 20px;
}

.features-items-wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap; /* Biar responsif */
  gap: 30px;
}

.features-items {
  width: 48%; /* Biar ada spasi antar kolom */
  padding: 0 15px;
}

.feature-item {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.feature-item .icon img {
  display: block;
  margin: 0 auto 20px auto;
  height: 10em;
}

.feature-item .content h4 {
  margin-top: 0;
  margin-bottom: 7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.features-items.right .feature-item .content {
  text-align: left;
}

.feature-item .content p {
  color: #777;
  font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .features-items-wrapper {
    flex-direction: column;
  }

  .features-items {
    width: 100%;
  }

  .features-items-wrapper::before {
    display: none; /* Garis hilang di mobile biar ga ganggu */
  }

  .features-items.right {
    margin-top: 30px; /* Sedikit jarak antar bagian di mobile */
  }
}


/*
---------------------------------------------
Penghargaan
---------------------------------------------
*/

#penghargaan {
  padding: 75px 0px;
  background-image: url(../images/medals.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: 30px;
}

.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: #019db2;
}

.cta-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}

.penghargaan-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.penghargaan-item .left-icon img {
  margin-right: 30px;
  height: 7.5em;
}

.penghargaan-item .right-content {
  flex: 1;
}

.penghargaan-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;
}

.penghargaan-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #019db2;
  font-weight: 500;
  border-radius: 10px;
}

/*
--------------------------------------------
Kelas
--------------------------------------------
*/
#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: #019db2;
  border-radius: 10px;
}
#tabs .main-rounded-button a:hover {
  background-color: #74c2ce;
}
#tabs ul li a img {
  max-width: 100%;
  margin-right: 20px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #019db2;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  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;
}

.class-description {
  margin-bottom: 30px;
}

.class-description h4 {
  color: #232d39;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.class-description ul {
  padding-left: 20px;
  list-style-type: disc;
}

.class-description ul li {
  margin-bottom: 6px;
  color: #555;
  font-size: 15px;
}

.desktop-img { display: block; width:100%; height:300px; object-fit:cover; border-radius:5px; }
.mobile-img { display: none; }

@media (max-width: 768px) {
    .desktop-img { display: none; }
    .mobile-img { display: block; width:100%; height:auto; object-fit:cover; border-radius:5px; margin-top: 20px;}
}

/* ---------------------------------------------
Pelatih (Final Fixed Version)
--------------------------------------------- 
*/

#trainers {
    margin-bottom: 60px;
}

#trainers .section-heading {
    margin-bottom: 40px; /* Jarak judul ke kartu */
}

/* Konsep CARD: Ada background putih, shadow, dan rounded */
#trainers .trainer-item {
    background-color: #fff;
    border-radius: 15px; /* Sudut membulat */
    padding: 15px;       /* Memberi bingkai putih di sekeliling foto */
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1); /* Bayangan halus */
    transition: all 0.3s ease;
}

/* Efek saat mouse diarahkan ke card */
#trainers .trainer-item:hover {
    box-shadow: 0px 10px 25px rgba(0,0,0,0.2); /* Bayangan makin nyata */
    transform: translateY(-5px); /* Card naik sedikit */
}

#trainers .trainer-item .image-thumb {
    width: 100%;
    /* PENTING: Jangan set height fixed di sini agar container fleksibel */
    overflow: hidden;
    border-radius: 10px; /* Gambar ikut membulat di dalam bingkai */
}

#trainers .trainer-item .image-thumb img {
    width: 100%;      /* Lebar mentok ke container */
    height: auto;     /* TINGGI MENYESUAIKAN -> INI KUNCINYA AGAR TIDAK KEPOTONG */
    display: block;   /* Menghilangkan gap pixel di bawah gambar */
    object-fit: contain; /* Memastikan seluruh gambar masuk */
}

/* RESPONSIVE */
@media (max-width: 991px) {
    /* Khusus Tablet/Mobile */
    #trainers .trainer-item {
        padding: 10px; /* Padding sedikit lebih kecil di HP biar luas */
    }
    
    /* Memastikan judul Our Coach tidak terlalu jauh jaraknya di HP */
    #trainers .section-heading {
        margin-top: 60px; /* Sesuaikan jika perlu */
    }
}


/* 
---------------------------------------------
Kontak
--------------------------------------------- 
*/

#contact-us {
    margin-top: 0;
}

#contact-us .section-heading {
    margin-top: 60px;   /* SEBELUMNYA 140px (Terlalu Jauh) */
    margin-bottom: 60px; 
}

#contact-us .container-fluid .col-lg-6 {
  padding: 0;
}

.map-container, .contact-col {
  min-height: 500px; /* tinggi minimal biar proporsional */
}

#map {
  width: 100%;
  height: 100%;
}

#map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.row.gx-3 {
  --bs-gutter-x: 1.5rem; /* bootstrap gap */
}

.map-container {
  min-height: 500px;
  padding: 0 10px; /* jarak antar iframe */
}

.map-frame {
  width: 100%;
  height: 100%;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}

.contact-col {
  background-image: url(../images/pool-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.contact-form {
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  width: 100%;
}

.contact-info-box h4 {
  font-size: 23px;
  font-weight: 700;
  color: #232d39;
  margin-bottom: 20px;
}

.contact-info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-info-list li {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 10px;
}

.contact-info-list li {
  display: flex;
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 10px;
  line-height: 1.6;
}

.contact-info-list .label {
  min-width: 100px;
  font-weight: 600;
  color: #232d39;
  display: inline-block;
}

.contact-info-list .separator {
  margin-right: 5px;
  margin-left: 2px;
}

.contact-info-list .value {
  flex: 1;
  word-break: break-all;
}

@media (max-width: 767.98px) {
  .contact-col, .map-container {
    min-height: 300px;
    padding: 15px;
  }

  .contact-info-box {
    padding: 30px 20px;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 30px 0px;
}

footer p {
  color: #232d39;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #019db2;
}

footer p a:hover {
  color: #019db2;
}

@media (max-width: 767.98px) {
  footer p a.tm-text-link {
    display: block;
    margin-top: 5px;
  }
}

/* 
---------------------------------------------
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;
  }
}