/* ==========================================================================
   Components CSS - Extracted from inline style blocks
   ========================================================================== */

/* ==========================================================================
   Accordion Section
   ========================================================================== */
.accordion-sc {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.accordion-sc .accordion-panel {
  border-bottom: 2px solid #fff;
}
.accordion-sc .accordion-heading {
  color: inherit;
  background-color: #bdbdbd;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.accordion-sc .accordion-heading::-webkit-details-marker {
  display: none;
}
.accordion-sc .accordion-heading::after {
  content: '+';
  float: right;
  font-weight: 700;
  font-size: 18px;
}
.accordion-sc details[open] .accordion-heading::after {
  content: '\2212';
}
.accordion-sc .accordion-body {
  padding: 12px 15px;
}

/* ==========================================================================
   Anchor List Section
   ========================================================================== */
.anchor_list-sc {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.anchor_list-sc .anchor_detail_section {
  padding-top: 2rem;
  word-wrap: break-word;
}
.anchor_list-sc .anchor_detail_section .anchor_content {
  padding-bottom: 1rem;
  word-wrap: break-word;
}
.logo-list-wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.anchor_list-sc .anchor_title_section ul {
  margin: 0;
  padding: 0;
  /*list-style:  none;*/
  padding-left: 25px;
}

/* ==========================================================================
   Call Out Bar Section
   ========================================================================== */
.call_out_bar-sc {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.call_out_bar-sc a {
  text-decoration: none;
  color: inherit;
}
.call_out_bar-sc a:hover {
  text-decoration: none;
  opacity: .95;
}
/* Single-link mode: the overlay anchor must actually cover the banner,
   INCLUDING the text (content sits at z-index 2). Without this it is an
   empty inline <a> with zero size and nothing is clickable. */
.call_out_bar-sc .page-banner-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.call_out_bar-sc .page-banner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  color: inherit;
  width: 100%;
}
.call_out_bar-sc .page-banner .row {
  margin-left: 15px;
  margin-right: 15px;
}
.call_out_bar-sc .page-banner .banner-btn-group {
  padding-top: 2rem;
}
.call_out_bar-sc .page-banner .banner-btn-group .middle_banner_btn {
  padding: 8px 20px;
  background-color: #e07400;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  border: none;
}
.call_out_bar-sc .page-banner .banner-btn-group .middle_banner_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* ==========================================================================
   Expanding Areas Section
   ========================================================================== */
.expanding_areas-sc {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
/*.expanding_areas-sc .expanding-details .btn {
  border: 1px solid #000;
  background-color: rgba(0,0,0,0);
  color: #000;
  font-size: 14px;
}
.expanding_areas-sc .expanding-details .btn:hover {
  background-color: #4089c7;
  color: #fff;
  border: 1px solid #4089c7;
}*/
.expanding_areas-sc .side-image {
  width: 20%;
  padding: 15px;
  padding-top: 6px;
}
.expanding_areas-sc .more_read {
  margin-top: 20px;
}
.expanding_areas-sc .less_read {
  margin-top: 20px;
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */
.gallery-sc {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.gallery-sc .each {
  padding-left: 15px;
  padding-right: 15px;
}
.gallery-sc .inner-col {
  text-align: center;
  padding-bottom: 1rem;
}
.gallery-sc .inner-col .caption {
  font-size: 12px;
  text-align: left;
}
.gallery-sc .inner-col .img-wrp {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 5px;
  background-color: #fafafa;
  overflow: hidden;
}
.gallery-sc .inner-col .img-wrp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* ==========================================================================
   HTML5 Lightbox Watermark (shared)
   ========================================================================== */
#html5-watermark {
  display: none !important;
}

/* ==========================================================================
   Grid Area Section
   ========================================================================== */
.grid_area-sc {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.grid_area-sc .tabs-left {
  border-bottom: none;
}
.grid_area-sc .tabs-left>li {
  float: none;
  margin-bottom: 1px;
  background-color: #24679a;
}
.grid_area-sc .tabs-left>li {
  margin-right: -1px;
  border: none;
}
.grid_area-sc .tabs-left>li.active>a,
.grid_area-sc .tabs-left>li.active>a:hover,
.grid_area-sc .tabs-left>li.active>a:focus {
  border: none;
  background-color: #58a0d5;
  color: #fff;
  cursor: pointer;
}
.grid_area-sc .tabs-left>li>a:hover {
  background-color: #58a0d5;
}
.grid_area-sc .tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
}
.grid_area-sc .inner-col {
  padding-bottom: 1rem;
}
.grid_area-sc .inner-col h5 {
  margin-bottom: 0.3em;
  color: var(--h5-color, inherit);
}
.grid_area-sc .img-content .img-wrp img {
  height: 100%;
}
@media(max-width: 767px) {
  .grid_area-sc >.container >div {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid_area-sc .img-content .img-wrp {
    width: 100%;
    height: auto;
  }
}
.grid_area-sc .left_tabs {
  padding-right: 15px;
}
.grid_area-sc .tab_contents {
  padding-left: 0px;
}
@media(max-width: 767px) {
  .grid_area-sc .left_tabs {
    padding-right: 0;
  }
  .grid_area-sc .img-content {
    margin-top: 15px;
    width: 100%;
  }
  .grid_area-sc .img-content .img-wrp {
    width: 100%;
  }
  .grid_area-sc .img-content .img-wrp img {
    width: 100%;
  }
}

/* Grid Area - Type 1: Boxes with images in middle
   -------------------------------------------------------------------------- */
.grid-area-sc-type1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.grid-area-sc-type1 .each {
  margin-bottom: 50px;
}
.grid-area-sc-type1 .content-wrp {

}
.grid-area-sc-type1 .content-wrp .img-wrp {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.grid-area-sc-type1 .content-wrp .img-wrp.square {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.grid-area-sc-type1 .content-wrp .img-wrp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
  transition: all ease 0.3s;
}
.grid-area-sc-type1 .content-wrp .img-wrp .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-area-sc-type1 .content-wrp .img-wrp .play-btn img {
  width: 100px;
  cursor: pointer;
  position: relative;
}
.grid-area-sc-type1 .content-wrp .title h3 {
  color: var(--h3-color, inherit);
  margin-bottom: 0px;
}
.grid-area-sc-type1 .content-wrp .description {
  margin-bottom: 0px;
  /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
          line-clamp: 5;
  -webkit-box-orient: vertical;*/
}
.grid-area-sc-type1 .content-wrp .description p {
  color: inherit;
}
.grid-area-sc-type1 .content-wrp .description a {
  color: inherit;
}
.grid-area-sc-type1 .content-wrp .description a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.grid-area-sc-type1 .content-wrp .button-link {
  padding-top: 30px;
}
.grid-area-sc-type1 .content-wrp .button-link a {
  padding: 8px 20px;
  background-color: #e07400;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
}
.grid-area-sc-type1 .content-wrp .button-link a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.grid-area-sc-type1 .content-wrp {

}

/* Grid Area - Type 3: Side by side
   -------------------------------------------------------------------------- */
.grid-area-sc-type3 .container-fluid {
  padding: 0;
}
.grid-area-sc-type3 .row {
  margin: 0;
}
.grid-area-sc-type3 .left-image,
.grid-area-sc-type3 .right-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  .grid-area-sc-type3 .left-image,
  .grid-area-sc-type3 .right-image {
    min-height: 300px;
  }
}
.grid-area-sc-type3 .left-image .play-btn,
.grid-area-sc-type3 .right-image .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-area-sc-type3 .left-image .play-btn img,
.grid-area-sc-type3 .right-image .play-btn img {
  width: 100px;
  cursor: pointer;
}
.grid-area-sc-type3 .title {
  color: var(--h3-color, inherit);
  margin-bottom: 20px;
}
.grid-area-sc-type3 .description {
  margin-bottom: 30px
}
.grid-area-sc-type3 .left-content {
  padding: 120px 60px 120px 10%;
  /*background-color: #f7f7f7;*/
}
.grid-area-sc-type3 .right-content {
  padding: 120px 10% 120px 60px;
  /*background-color: #f7f7f7;*/
}
@media (max-width: 768px) {
  .grid-area-sc-type3 .left-content {
    padding: 60px;
    /*background-color: #f7f7f7;*/
  }
  .grid-area-sc-type3 .right-content {
    padding: 60px;
    /*background-color: #f7f7f7;*/
  }
}
@media (max-width: 576px) {
  .grid-area-sc-type3 .left-content {
    padding: 60px 30px;
    /*background-color: #f7f7f7;*/
  }
  .grid-area-sc-type3 .right-content {
    padding: 60px 30px;
    /*background-color: #f7f7f7;*/
  }
}
@media (max-width: 480px) {
  .grid-area-sc-type3 .left-content,
  .grid-area-sc-type3 .right-content {
    padding: 32px 20px;
  }
}
.grid-area-sc-type3 .button-link {
  padding: 8px 20px;
  background-color: #e07400;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
}
.grid-area-sc-type3 .button-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.grid-area-sc-type3 .mobile-view {
  display: none;
}
@media (max-width: 768px) {
  .grid-area-sc-type3 .mobile-view {
    display: block;
  }
  .grid-area-sc-type3 .desktop-view {
    display: none;
  }
}

/* Grid Area - Modal
   -------------------------------------------------------------------------- */
.grid-area-modal .modal:before {
  display: none;
}
.grid-area-modal .modal .modal-dialog {
  display: flex;
}
.grid-area-modal .detail-modal {
  padding-right: 0 !important; z-index: 10000; }
@media (min-width: 992px) {
  .grid-area-modal .detail-modal .modal-lg {
    max-width: 900px; } }
.grid-area-modal .detail-modal .modal-content {
  border: none;
  border-radius: 0; }
.grid-area-modal .detail-modal .modal-body {
  padding: 0; }
.grid-area-modal .detail-modal .modal-body .container .right-content {
  padding: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: auto; }
.grid-area-modal .detail-modal .modal-body .container .right-content .detail-modal-close {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 0px;
  cursor: pointer;
  display: block; }
@media (max-width: 992px) {
  .grid-area-modal .detail-modal .modal-body .container .right-content .detail-modal-close {
    display: none; } }
.grid-area-modal .detail-modal .modal-body .container .right-content .detail-modal-close:focus {
  outline: none; }
.grid-area-modal .detail-modal .modal-body .container .right-content .detail-modal-close:before {
  display: inline-block;
  border-radius: 0.33em;
  content: "\00D7";
  font-size: 40px;
  font-weight: normal;
  line-height: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: transparent;
  padding-top: 0px;
  padding-right: 0px; }
.grid-area-modal .detail-modal .modal-body .container .left-content {
  padding: 0px; }
.grid-area-modal .detail-modal .modal-body .container .left-content .detail-modal-close {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 0px;
  cursor: pointer;
  display: none; }
@media (max-width: 992px) {
  .grid-area-modal .detail-modal .modal-body .container .left-content .detail-modal-close {
    display: block; } }
.grid-area-modal .detail-modal .modal-body .container .left-content .detail-modal-close:focus {
  outline: none; }
.grid-area-modal .detail-modal .modal-body .container .left-content .detail-modal-close:before {
  display: inline-block;
  color: #8d2b5c;
  border-radius: 0.33em;
  content: "\00D7";
  font-size: 40px;
  font-weight: normal;
  line-height: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: transparent;
  padding-top: 0px;
  padding-right: 0px; }
.grid-area-modal .detail-modal .modal-body .container .left-content .inner-content {
  height: 100%;
  width: 100%;
  padding: 30px 42px;
  padding-bottom: 30px; }
@media (max-width: 576px) {
  .grid-area-modal .detail-modal .modal-body .container .left-content .inner-content {
    padding: 30px; } }
.grid-area-modal .detail-modal .modal-body .container .left-content .inner-content .title {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 1.2em;
  text-transform: none;
  hyphens: none;
  word-break: keep-all;
  white-space: pre-wrap;
  margin: 0px;
  color: #222; }
.grid-area-modal .detail-modal .modal-body .container .left-content .inner-content .desc {
  padding-top: 20px;
  padding-bottom: 0px;
  color: #222;
  font-size: 16px; }
@media (max-width: 576px) {
  .grid-area-modal .detail-modal .modal-body .container .left-content .inner-content .desc {
    padding-top: 20px; } }
.grid-area-modal .detail-modal .modal-body .container .left-content .inner-content .btn {
  margin-top: 10px;
  width: 100%;
  max-width: 150px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  outline: none;
  border: none; }
.grid-area-modal .detail-modal .modal-body .container .left-content .inner-content .btn:focus {
  outline: none;
  border: none;
  box-shadow: none; }
.grid-area-modal .detail-modal.no-right-content .col-lg-8 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.grid-area-modal .detail-modal.no-right-content .col-lg-4 {
  width: 0%;
  max-width: 0;
}

/* ==========================================================================
   HTML Block Section
   ========================================================================== */
.html_block-sc {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.html_block-sc h2 {
  color: var(--h2-color, inherit);
}
.html_block-sc .gform_wrapper .gform_footer .gform_button {
  background-color: #63b1e5;
  color: #fff;
  border-radius: 0;
  padding: 10px 30px;
  border: 2px solid #63b1e5;
  font-size: 16px;
  font-weight: 500;
}
.html_block-sc .gform_wrapper .gform_footer .gform_button:hover {
  color: #63b1e5;
  background-color: transparent;
  cursor: pointer;
}
.html_block-sc p {
  line-height: 150%;
}
.html_block-sc h2.section-title {
  color: var(--h2-color, inherit);
  margin-bottom: 0;
}

/* ==========================================================================
   Location Info Section
   ========================================================================== */
.location-info-sc {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.location-info-sc .left-wrp {
  padding-bottom: 1rem;
}
.location-info-sc .left-wrp .left-wrp-title {
  text-transform: uppercase;
}
.location-info-sc .left-wrp .left-wrp-description {
  font-size: 14px;
  padding-bottom: 1rem;
}
.location-info-sc .left-wrp .left-wrp-googlemap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  border: 2px solid #989898;
}
.location-info-sc .left-wrp .left-wrp-googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.location-info-sc .right-wrp {
  padding-bottom: 1rem;
}
.location-info-sc .right-wrp .slider-wrp {
  margin-bottom: 0px !important;
  padding-right: 0px;
  padding-left: 0px;
  border: 2px solid #989898;
}
.location-info-sc .right-wrp .slider-wrp .slick-dots li {
  margin: 5px;
}
.location-info-sc .right-wrp .slider-wrp .slick-dots {
  bottom: 30px;
}
.location-info-sc .right-wrp .slider-wrp .slick-dots li button:before {
  font-size: 20px;
  color: #fff;
}
.location-info-sc .right-wrp .slider-wrp .slick-arrow {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.location-info-sc .right-wrp .slider-wrp .slick-prev {
  left: 25px;
}
.location-info-sc .right-wrp .slider-wrp .slick-next {
  right: 25px;
}
.location-info-sc .right-wrp .slider-wrp .slick-list {
  width: 100%;
}
.location-info-sc .right-wrp .slider-wrp .slick-list .slick-track {
  display: flex;
}
.location-info-sc .right-wrp .slider-wrp .slick-list .slick-track .each-panel {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
}
.location-info-sc .right-wrp .slider-wrp .slick-list .slick-track .each-panel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.location-info-sc .right-wrp .slider-wrp .slick-list .slick-track .each-panel .inner-panel {
  position: relative;
  z-index: 2;
  padding-top: 13rem;
  padding-bottom: 13rem;
  width: 100%;
  color: #fff;
}

/* ==========================================================================
   Logo Bar Section
   ========================================================================== */
.logo_bar-sc {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.logo_bar-sc .inner-col {
  text-align: center;
}
.logo_bar-sc .inner-col .img-wrp {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.logo_bar-sc .inner-col .img-wrp img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: contain;
  object-position: center center;
}
.logo_bar-sc .title-img-wrp {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 22.25%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.logo_bar-sc .title-img-wrp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.logo_bar-sc .logo-title {
  padding-bottom: 2rem;
}
.logo_bar-sc .each-logo {
  padding: 10px;
}
/* Slider */
.logo_bar-sc .slick-slide {
  margin: 0px 20px;
}
.logo_bar-sc .slick-slide img {
  width: 100%;
}
/* A logo must never render wider than its slide: slick sizes slides in px,
   and an overflowing image gets visually cropped by its neighbour. */
.logo_bar-sc .slick-slide .img-wrp {
  max-width: 100% !important;
}
.logo_bar-sc .slick-slide .img-wrp img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}
.logo_bar-sc .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.logo_bar-sc .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.logo_bar-sc .slick-list:focus {
  outline: none;
}
.logo_bar-sc .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.logo_bar-sc .slick-slider .slick-track,
.logo_bar-sc .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.logo_bar-sc .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.logo_bar-sc .slick-track:before,
.logo_bar-sc .slick-track:after {
  display: table;
  content: '';
}
.logo_bar-sc .slick-track:after {
  clear: both;
}
.logo_bar-sc .slick-loading .slick-track {
  visibility: hidden;
}
.logo_bar-sc .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .logo_bar-sc .slick-slide {
  float: right;
}
.logo_bar-sc .slick-slide img {
  display: block;
}
.logo_bar-sc .slick-slide.slick-loading img {
  display: none;
}
.logo_bar-sc .slick-slide.dragging img {
  pointer-events: none;
}
.logo_bar-sc .slick-initialized .slick-slide {
  display: block;
}
.logo_bar-sc .slick-loading .slick-slide {
  visibility: hidden;
}
.logo_bar-sc .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.logo_bar-sc .slick-arrow.slick-hidden {
  display: none;
}
/*.logo_bar-sc .see-more-button {
  width: 150px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.logo_bar-sc .see-more-button:hover {
  background-color: #337ab7;
  color: #fff;
  border: 1px solid #337ab7;
}*/

/* ==========================================================================
   Rollup Numbers Section
   ========================================================================== */
.rollup-numbers {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.rollup-numbers .rollup-wrp {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.rollup-numbers .rollup-wrp .each {
  padding-left: 15px;
  padding-right: 15px;
}
.rollup-numbers .rollup-wrp .each .inner-wrp .img-wrapper {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.rollup-numbers .rollup-wrp .each .inner-wrp .img-wrapper .img-wrp {

}
.rollup-numbers .rollup-wrp .each .inner-wrp .img-wrapper .img-wrp {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.rollup-numbers .rollup-wrp .each .inner-wrp .img-wrapper .img-wrp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.rollup-numbers .rollup-wrp .each .inner-wrp .content-wrp .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  padding-top: 30px;
}
.rollup-numbers .rollup-wrp .each .inner-wrp .content-wrp .number-count {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.rollup-numbers .rollup-wrp .each .inner-wrp .content-wrp .description p {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .rollup-numbers .rollup-wrp .each {
    width: 50% !important;
  }
}

/* ==========================================================================
   Slider Bar Section
   ========================================================================== */
.slider_bar_title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.banner-slider {
  padding-bottom: 1.5rem;
  margin-bottom: 0px !important;
  padding-right: 0px;
  padding-left: 0px;
}
.banner-slider .slick-dots li {
  margin: 5px;
}
.banner-slider .slick-dots {
  bottom: 30px;
  left: 0;
}
.banner-slider .slick-dots li button:before {
  font-size: 20px;
  color: #fff;
}
.banner-slider .slick-arrow {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.banner-slider .slick-prev {
  left: 25px;
}
.banner-slider .slick-next {
  right: 25px;
}
.banner-slider .slick-list {
  width: 100%;
}
.banner-slider .slick-list .slick-track {
  display: flex;
}
.banner-slider .slick-list .slick-track .each-panel {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
}
.banner-slider .slick-list .slick-track .each-panel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.banner-slider .slick-list .slick-track .each-panel .inner-panel {
  position: relative;
  z-index: 2;
  padding-top: 15rem;
  padding-bottom: 15rem;
  width: 100%;
  color: #fff;
}
.banner-slider .slick-list .slick-track .each-panel .inner-panel h1 {
  font-size: 72px;
  margin-bottom: 0.2em;
}
.banner-slider .slick-list .slick-track .each-panel .inner-panel a {
  text-decoration: none;
  color: #fff;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team-section {
  /*padding-top: 2rem;*/
  padding-bottom: 2rem;
}
.team-section .title h3 {
  padding-bottom: 30px;
  text-align: center;
  margin: 0;
}
.team-section .each {
  padding-bottom: 30px;
}
.team-section .each .inner-col .img-wrapper {
  width: 100%;
  max-width: 300px;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}
.team-section .each .inner-col .img-wrp {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  /*border-radius: 50%;*/
  /*border-color: #b196c6;
  border-width: 4px;
  border-style: solid;*/
  transition: all 0.5s ease;
}
.team-section .each .inner-col .img-wrp:hover {
  transform: scale(1.03);
  cursor: pointer;
}
.team-section .each .inner-col .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  /*border-radius: 50%;*/
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.team-section .each .inner-col .img-wrp img:hover {
  filter: grayscale(0%);
}
@media (max-width: 576px) {
  .team-section .each .inner-col .img-wrp {
    width: 240px;
    padding-bottom: 240px;
  }
}
.team-section .each .inner-col .detail {
  /*padding-left: 15px;*/
}
.team-section .each .inner-col .name {
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
}
.team-section .each .inner-col .organization {
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.team-section .each .inner-col .social-links {
  padding-top: 15px;
}
.team-section .each .inner-col .social-links a {
  font-size: 24px;
  color: inherit;
  padding-right: 5px;
}
.team-section .each .inner-col .description {
  display: none;
}
.team-section .each .inner-col .phone-number {
  padding-top: 10px;
}
.team-section .each .inner-col .phone-number a {
  font-size: 24px;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.team-section .each .inner-col .phone-number a:hover {
  text-decoration: none;
}
.team-section .each .inner-col .phone-number a span {
  font-size: 16px;
  padding-left: 10px;
}
.team-section .modal .modal-dialog {
  display: flex;
}
.team-section .modal:before {
  display: none;
}
.team-section .modal .modal-header {
  border: none;
}
.team-section .modal .modal-body {
  padding: 10px 30px 30px 30px;
}
.team-section .modal .modal-content {
  border-radius: 20px;
  border: none;
  background-color: lightgray;
  color: #000 !important;
}
.team-section .modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  z-index: 1000;
}
.team-section .modal .modal-close:hover {
  cursor: pointer;
}
.team-section .modal .modal-close:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 24px;
  top: 10px;
  left: 0;
  background: #000;
  transform: rotate(45deg);
}
.team-section .modal .modal-close:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 24px;
  top: 10px;
  left: 0;
  background: #000;
  transform: rotate(-45deg);
}
.team-section .modal .modal-close:focus {
  outline: none;
  border: none;
}
.team-section .modal .name {
  padding-top: 15px;
  font-size: 18px;
  font-weight: bold;
}
.team-section .modal .organization {
  padding-top: 15px;
  font-size: 18px;
  font-weight: bold;
}
.team-section .modal .social-links {
  padding-top: 15px;
}
.team-section .modal .social-links a {
  font-size: 24px;
  color: #fff;
  padding-right: 5px;
}
.team-section .modal .description {
  display: block;
}
@media (max-width: 992px) {
  .team-section .modal {
    text-align: left !important;
  }
}
@media (max-width: 992px) {
  .team-section .modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-backdrop {
  background-color: unset;
}
.team-section .modal form label {
  font-size: 12px;
  margin: 0 !important;
  padding: 0 !important;
}
.team-section .modal form li {
  margin: 0 !important;
  padding: 0 !important;
}
.team-section .modal form .gform_footer {
  padding: 0 !important;
  text-align: center;
}
.team-section .modal form .gform_footer .button {
  background-color: #333;
  color: #fff;
}
.team-section .modal form #field_11_5 > label, .team-section .modal form #field_11_6 > label {
  display: none;
}
.team-section .modal form #field_11_2 {
  width: 50%;
}
.team-section .modal form #field_11_2 input {
  width: calc(100% - 8px);
}
.team-section .modal form #field_11_3 {
  width: 50%;
  float: right;
  margin-top: -68px !important;
  padding-left: 8px !important;
}
.team-section .modal form #field_11_3 input {
  width: 100%;
}

/* ==========================================================================
   Single Post - Hero Section (with background image)
   ========================================================================== */
.hero-section {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 30rem;
}
.hero-section .container {
  height: 100%;
}
.hero-section .container .row {
  height: 100%;
}
.hero-section .container .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.hero-section .content {
  position: relative;
  z-index: 2;
}
.hero-section .content .title {
  font-weight: 800;
  color: var(--h1-color, #fff);
  margin-bottom: 15px;
}
.hero-section .content .description {
  color: inherit;
}

/* ==========================================================================
   Single Post - Hero Section (without background image)
   ========================================================================== */
.hero-section-no-bg {
  padding-top: 8rem;
  width: 100%;
}
.hero-section-no-bg .container {
  height: 100%;
}
.hero-section-no-bg .container .row {
  height: 100%;
}
.hero-section-no-bg .container .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-section-no-bg .content .title {
  font-weight: 800;
  color: var(--h1-color, inherit);
  margin-bottom: 15px;
}
article .featured-img {
  max-width: 500px;
  width: 100%;
  float: right;
  padding: 15px;
}
@media (max-width: 600px) {
  article .featured-img {
    float: none;
    max-width: 100%;
    padding: 0;
    margin: 0 0 1rem 0;
  }
}

/* ==========================================================================
   Before/After Slider Section
   ========================================================================== */
.before-after-sc .ba-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.before-after-sc .ba-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  cursor: ew-resize;
  user-select: none;
}
.before-after-sc .ba-image {
  width: 100%;
}
.before-after-sc .ba-image img {
  display: block;
  width: 100%;
  height: auto;
}
.before-after-sc .ba-after {
  position: relative;
}
.before-after-sc .ba-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.before-after-sc .ba-before img {
  width: 200%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.before-after-sc .ba-label {
  position: absolute;
  bottom: 16px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  pointer-events: none;
}
.before-after-sc .ba-label-before {
  left: 16px;
}
.before-after-sc .ba-label-after {
  right: 16px;
}
.before-after-sc .ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  z-index: 3;
  transform: translateX(-50%);
}
.before-after-sc .ba-handle-line {
  flex: 1;
  width: 3px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.before-after-sc .ba-handle-circle {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  color: #333;
  font-size: 16px;
  flex-shrink: 0;
}
.before-after-sc .ba-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 4;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* ==========================================================================
   Progress Bars Section
   ========================================================================== */
.progress-bars-sc .pb-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.progress-bars-sc.dark-background .pb-title,
.progress-bars-sc.dark-background .pb-label,
.progress-bars-sc.dark-background .pb-description {
  color: #fff;
}
.progress-bars-sc .pb-item {
  text-align: center;
}
.progress-bars-sc .pb-label {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.progress-bars-sc .pb-description {
  font-size: 14px;
  color: #666;
}
/* Circular */
.progress-bars-sc .pb-circular {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.progress-bars-sc .pb-circular svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.progress-bars-sc .pb-track {
  fill: none;
  stroke: #e9ecef;
  stroke-width: 10;
}
.progress-bars-sc .pb-fill {
  fill: none;
  stroke: #006a9c;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  transition: stroke-dashoffset 1.5s ease;
}
.progress-bars-sc .pb-circular-value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-bars-sc .pb-count {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.progress-bars-sc .pb-unit {
  font-size: 16px;
  font-weight: 600;
}
/* Horizontal */
.progress-bars-sc .pb-horizontal {
  display: flex;
  align-items: center;
  gap: 12px;
}
.progress-bars-sc .pb-bar-track {
  flex: 1;
  height: 12px;
  background: #e9ecef;
  border-radius: 6px;
  overflow: hidden;
}
.progress-bars-sc .pb-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 6px;
  transition: width 1.5s ease;
}
.progress-bars-sc .pb-bar-value {
  min-width: 50px;
  text-align: right;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 768px) {
  .progress-bars-sc .pb-circular {
    width: 110px;
    height: 110px;
  }
  .progress-bars-sc .pb-count {
    font-size: 24px;
  }
}

/* ==========================================================================
   Pricing Table Section
   ========================================================================== */
.pricing-table-sc {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pricing-table-sc .pricing-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.pricing-table-sc .pricing-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pricing-table-sc .pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.pricing-table-sc .pricing-card.highlighted {
  border-color: #006a9c;
  border-width: 2px;
  box-shadow: 0 4px 20px rgba(0,131,190,0.15);
}
.pricing-table-sc .pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #006a9c;
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.pricing-table-sc .pricing-header {
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1.5rem;
}
.pricing-table-sc .plan-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.pricing-table-sc .plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin-bottom: 0.5rem;
}
.pricing-table-sc .price-prefix {
  font-size: 24px;
  font-weight: 600;
  color: #666;
}
.pricing-table-sc .price-amount {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}
.pricing-table-sc .price-suffix {
  font-size: 16px;
  color: #666;
}
.pricing-table-sc .plan-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.pricing-table-sc .pricing-features {
  flex: 1;
}
.pricing-table-sc .pricing-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-table-sc .pricing-features ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: 15px;
  padding-left: 24px;
  position: relative;
}
.pricing-table-sc .pricing-features ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #28a745;
  font-size: 13px;
}
.pricing-table-sc .pricing-cta {
  text-align: center;
  padding-top: 1.5rem;
}
.pricing-table-sc .pricing-btn {
  display: inline-block;
  padding: 12px 32px;
  background: #006a9c;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  width: 100%;
}
.pricing-table-sc .pricing-btn:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}
.pricing-table-sc .pricing-card.highlighted .pricing-btn {
  background: #006a9c;
}
@media (max-width: 768px) {
  .pricing-table-sc .price-amount {
    font-size: 36px;
  }
}

/* ==========================================================================
   Tabbed Content Section
   ========================================================================== */
.tabbed-content-sc .tc-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.tabbed-content-sc .tc-wrapper {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
/* Horizontal tabs */
.tabbed-content-sc.horizontal-tabs .tc-nav {
  display: flex;
  border-bottom: 2px solid #e9ecef;
  overflow: hidden;
}
.tabbed-content-sc.horizontal-tabs .tc-tab-btn {
  flex: 1;
  padding: 16px 24px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: 3px solid transparent;
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}
.tabbed-content-sc.horizontal-tabs .tc-tab-btn:hover {
  color: #333;
  background: #eee;
}
.tabbed-content-sc.horizontal-tabs .tc-tab-btn.active {
  color: #006a9c;
  background: #fff;
  border-bottom-color: #006a9c;
  border-bottom-width: 3px;
}
.tabbed-content-sc.horizontal-tabs .tc-tab-btn i {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .tabbed-content-sc.horizontal-tabs .tc-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .tabbed-content-sc.horizontal-tabs .tc-tab-btn {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
/* Vertical tabs */
.tabbed-content-sc.vertical-tabs .tc-wrapper {
  display: flex;
}
.tabbed-content-sc.vertical-tabs .tc-nav {
  display: flex;
  flex-direction: column;
  min-width: 220px;
  border-right: 2px solid #e9ecef;
  background: #f8f9fa;
}
.tabbed-content-sc.vertical-tabs .tc-tab-btn {
  padding: 16px 24px;
  background: none;
  border: none;
  border-left: 3px solid transparent;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.tabbed-content-sc.vertical-tabs .tc-tab-btn:hover {
  color: #333;
  background: #eee;
}
.tabbed-content-sc.vertical-tabs .tc-tab-btn.active {
  color: #006a9c;
  border-left-color: #006a9c;
  background: #fff;
}
.tabbed-content-sc.vertical-tabs .tc-tab-btn i {
  margin-right: 8px;
}
.tabbed-content-sc.vertical-tabs .tc-panels {
  flex: 1;
}
/* Panels */
.tabbed-content-sc .tc-panel {
  display: none;
  padding: 2rem;
}
.tabbed-content-sc .tc-panel.active {
  display: block;
}
.tabbed-content-sc .tc-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.tabbed-content-sc .tc-content h3 {
  margin-bottom: 1rem;
}
.tabbed-content-sc .tc-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 10px 24px;
  background: #006a9c;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}
.tabbed-content-sc .tc-btn:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .tabbed-content-sc.vertical-tabs .tc-wrapper {
    flex-direction: column;
  }
  .tabbed-content-sc.vertical-tabs .tc-nav {
    flex-direction: row;
    overflow-x: auto;
    min-width: 0;
    border-right: none;
    border-bottom: 2px solid #e9ecef;
  }
  .tabbed-content-sc.vertical-tabs .tc-tab-btn {
    border-left: none;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
  }
  .tabbed-content-sc.vertical-tabs .tc-tab-btn.active {
    border-left: none;
    border-bottom-color: #006a9c;
  }
}

/* ==========================================================================
   Video Showcase Section
   ========================================================================== */
.video-showcase-sc .vs-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.video-showcase-sc .vs-card {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.video-showcase-sc .vs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.video-showcase-sc .vs-thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #000;
}
.video-showcase-sc .vs-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.video-showcase-sc .vs-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.video-showcase-sc .vs-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  transition: background 0.3s ease;
}
.video-showcase-sc .vs-thumb:hover .vs-play-overlay {
  background: rgba(0,0,0,0.4);
}
.video-showcase-sc .vs-play-btn {
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 20px;
  transition: transform 0.2s ease;
}
.video-showcase-sc .vs-thumb:hover .vs-play-btn {
  transform: scale(1.1);
}
.video-showcase-sc .vs-play-btn i {
  margin-left: 3px;
}
.video-showcase-sc .vs-info {
  padding: 1rem 1.25rem;
}
.video-showcase-sc .vs-video-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.video-showcase-sc .vs-video-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

/* ==========================================================================
   404 Page
   ========================================================================== */
.c7lp-404 { padding: 0 0 60px; }
.c7lp-404-hero { text-align: center; padding: 60px 0 40px; }
.c7lp-404-code { display: block; font-size: 140px; font-weight: 800; line-height: 1; color: #e9ecef; margin-bottom: -10px; }
@media (max-width: 576px) { .c7lp-404-code { font-size: 90px; } }
.c7lp-404-hero h1 { font-size: 28px; margin-bottom: 12px; }
.c7lp-404-hero p { font-size: 16px; color: #666; max-width: 500px; margin: 0 auto 24px; }
.c7lp-404-search { max-width: 420px; margin: 0 auto 20px; }
.c7lp-404-search form { display: flex; border: 2px solid #e2e8f0; border-radius: 8px; overflow: hidden; background: #fff; }
.c7lp-404-search input { flex: 1; border: none; padding: 12px 16px; font-size: 15px; outline: none; }
.c7lp-404-search button { border: none; background: #2271b1; color: #fff; padding: 12px 18px; cursor: pointer; font-size: 16px; }
.c7lp-404-search button:hover { background: #135e96; }
.c7lp-404-suggestions { max-width: 700px; margin: 0 auto; }
.c7lp-404-suggestions h2 { font-size: 18px; font-weight: 600; margin-bottom: 16px; text-align: center; color: #555; }
.c7lp-404-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (max-width: 576px) { .c7lp-404-grid { grid-template-columns: 1fr; } }
.c7lp-404-card { display: flex; align-items: center; gap: 14px; padding: 12px 16px; background: #f8f9fa; border-radius: 8px; text-decoration: none; color: #333; transition: background .15s; }
.c7lp-404-card:hover { background: #e9ecef; color: #333; text-decoration: none; }
.c7lp-404-card-img img { width: 48px; height: 48px; border-radius: 6px; object-fit: cover; display: block; }
.c7lp-404-card-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: #e2e8f0; border-radius: 6px; color: #888; font-size: 20px; }
.c7lp-404-card-info strong { display: block; font-size: 14px; line-height: 1.3; }
.c7lp-404-card-info span { font-size: 12px; color: #999; }

/* ==========================================================================
   Search Results
   ========================================================================== */
.c7lp-search { padding: 0 0 60px; }
.c7lp-search-header { text-align: center; padding: 40px 0 24px; }
.c7lp-search-header h1 { font-size: 28px; margin-bottom: 8px; }
.c7lp-search-header .c7lp-search-count { font-size: 14px; color: #888; }
.c7lp-search-form { max-width: 500px; margin: 0 auto 32px; }
.c7lp-search-form form { display: flex; border: 2px solid #e2e8f0; border-radius: 8px; overflow: hidden; background: #fff; }
.c7lp-search-form input[type="text"], .c7lp-search-form input[type="search"] { flex: 1; border: none; padding: 12px 16px; font-size: 15px; outline: none; }
.c7lp-search-form button { border: none; background: #2271b1; color: #fff; padding: 12px 18px; cursor: pointer; }
.c7lp-search-results { max-width: 800px; margin: 0 auto; }
.c7lp-search-result { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid #eee; }
.c7lp-search-result:last-child { border-bottom: none; }
.c7lp-search-result-img { width: 120px; height: 80px; border-radius: 6px; overflow: hidden; flex-shrink: 0; }
.c7lp-search-result-img img { width: 100%; height: 100%; object-fit: cover; }
.c7lp-search-result-icon { width: 120px; height: 80px; border-radius: 6px; background: #f0f0f1; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #bbb; font-size: 28px; }
@media (max-width: 576px) { .c7lp-search-result-img, .c7lp-search-result-icon { display: none; } }
.c7lp-search-result-info { flex: 1; min-width: 0; }
.c7lp-search-result-type { display: inline-block; font-size: 11px; font-weight: 600; color: #2271b1; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.c7lp-search-result-info h3 { font-size: 18px; font-weight: 600; margin: 0 0 6px; }
.c7lp-search-result-info h3 a { color: #1d2327; text-decoration: none; }
.c7lp-search-result-info h3 a:hover { color: #2271b1; }
.c7lp-search-result-info p { font-size: 14px; color: #666; margin: 0 0 6px; line-height: 1.5; }
.c7lp-search-result-meta { font-size: 12px; color: #999; }

/* ==========================================================================
   Single Post
   ========================================================================== */
.c7lp-single-post { max-width: 800px; margin: 0 auto; padding: 40px 0 60px; }
.c7lp-post-header { text-align: center; margin-bottom: 32px; }
.c7lp-post-cats { margin-bottom: 12px; }
.c7lp-post-cats a { display: inline-block; padding: 3px 12px; background: #2271b1; color: #fff; border-radius: 20px; font-size: 12px; font-weight: 600; text-decoration: none; text-transform: uppercase; letter-spacing: .5px; margin: 0 3px; }
.c7lp-post-cats a:hover { opacity: .85; }
.c7lp-post-title { font-size: 36px; font-weight: 700; line-height: 1.25; margin: 0 0 16px; }
@media (max-width: 768px) { .c7lp-post-title { font-size: 28px; } }
.c7lp-post-meta { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #888; }
.c7lp-post-meta i { margin-right: 4px; }
.c7lp-post-featured { margin-bottom: 32px; border-radius: 12px; overflow: hidden; }
.c7lp-featured-img { width: 100%; height: auto; display: block; }
.c7lp-post-content { font-size: 18px; line-height: 1.75; margin-bottom: 32px; }
.c7lp-post-content p { margin-bottom: 1.2em; }
.c7lp-post-content h2 { margin-top: 2em; }
.c7lp-post-content img { border-radius: 8px; max-width: 100%; height: auto; }
.c7lp-post-content blockquote { border-left: 4px solid #2271b1; margin: 1.5em 0; padding: 12px 24px; background: #f8f9fa; border-radius: 0 8px 8px 0; font-style: italic; }
.c7lp-post-tags { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-bottom: 32px; padding: 16px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.c7lp-post-tags i { color: #888; margin-right: 4px; }
.c7lp-post-tags a { display: inline-block; padding: 4px 12px; background: #f0f0f1; color: #555; border-radius: 4px; font-size: 13px; text-decoration: none; }
.c7lp-post-tags a:hover { background: #e2e8f0; color: #333; }
.c7lp-post-author-box { display: flex; gap: 20px; align-items: center; padding: 24px; background: #f8f9fa; border-radius: 12px; margin-bottom: 32px; }
.c7lp-author-avatar img { border-radius: 50%; }
.c7lp-author-info strong { display: block; font-size: 16px; margin-bottom: 4px; }
.c7lp-author-info p { font-size: 14px; color: #666; margin: 0; }
.c7lp-post-nav { display: flex; gap: 16px; margin-bottom: 40px; }
.c7lp-post-nav-link { flex: 1; padding: 16px; background: #f8f9fa; border-radius: 8px; text-decoration: none; color: #333; transition: background .15s; }
.c7lp-post-nav-link:hover { background: #e9ecef; text-decoration: none; color: #333; }
.c7lp-post-nav-next { text-align: right; }
.c7lp-post-nav-label { display: block; font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.c7lp-post-nav-title { font-size: 14px; font-weight: 600; }
@media (max-width: 576px) { .c7lp-post-nav { flex-direction: column; } }
.c7lp-related-posts { margin-bottom: 40px; }
.c7lp-related-posts h3 { font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.c7lp-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 768px) { .c7lp-related-grid { grid-template-columns: 1fr; } }
.c7lp-related-card { text-decoration: none; color: #333; border-radius: 8px; overflow: hidden; border: 1px solid #eee; transition: box-shadow .15s; display: block; }
.c7lp-related-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); color: #333; text-decoration: none; }
.c7lp-related-img img { width: 100%; height: 180px; object-fit: cover; display: block; }
.c7lp-related-info { padding: 14px; }
.c7lp-related-info h4 { font-size: 15px; font-weight: 600; margin: 0 0 6px; line-height: 1.4; }
.c7lp-related-date { font-size: 12px; color: #999; }

/* ==========================================================================
   Archive / Blog Listing
   ========================================================================== */
.c7lp-archive-header { text-align: center; padding: 40px 0 24px; }
.c7lp-archive-header h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; }
.c7lp-archive-desc { font-size: 16px; color: #666; max-width: 600px; margin: 0 auto; }
.c7lp-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
@media (max-width: 992px) { .c7lp-archive-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .c7lp-archive-grid { grid-template-columns: 1fr; } }
.c7lp-archive-card { border: 1px solid #eee; border-radius: 10px; overflow: hidden; background: #fff; transition: box-shadow .2s, transform .2s; }
.c7lp-archive-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); transform: translateY(-2px); }
.c7lp-archive-img { display: block; overflow: hidden; }
.c7lp-archive-img img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform .3s; }
.c7lp-archive-card:hover .c7lp-archive-img img { transform: scale(1.03); }
.c7lp-archive-content { padding: 16px 20px 20px; }
.c7lp-archive-cats { margin-bottom: 8px; }
.c7lp-archive-cats a { font-size: 11px; font-weight: 600; color: #2271b1; text-decoration: none; text-transform: uppercase; letter-spacing: .5px; margin-right: 8px; }
.c7lp-archive-title { font-size: 18px; font-weight: 700; margin: 0 0 8px; line-height: 1.35; }
.c7lp-archive-title a { color: #1d2327; text-decoration: none; }
.c7lp-archive-title a:hover { color: #2271b1; }
.c7lp-archive-excerpt { font-size: 14px; color: #666; margin: 0 0 12px; line-height: 1.6; }
.c7lp-archive-meta { display: flex; gap: 12px; font-size: 12px; color: #999; }
.c7lp-pagination { text-align: center; margin-bottom: 40px; }
.c7lp-pagination .nav-links { display: flex; justify-content: center; align-items: center; gap: 4px; flex-wrap: wrap; }
.c7lp-pagination .nav-links a, .c7lp-pagination .nav-links span { display: inline-block; padding: 8px 14px; border: 1px solid #ddd; border-radius: 4px; text-decoration: none; color: #333; font-size: 14px; }
.c7lp-pagination .nav-links .current { background: #2271b1; border-color: #2271b1; color: #fff; }
.c7lp-pagination .nav-links a:hover { background: #f5f5f5; }

/* ==========================================================================
   Focus & Keyboard Accessibility
   ========================================================================== */
:focus-visible {
  outline: 2px solid #2271b1;
  outline-offset: 2px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #2271b1;
  outline-offset: 2px;
}
.site-header a:focus-visible,
.site-header button:focus-visible {
  outline-color: currentColor;
  outline-offset: 3px;
}
.site-footer a:focus-visible {
  outline-color: var(--footer-link-color, currentColor);
  outline-offset: 3px;
}
.header-nav ul > li > a:focus-visible {
  outline-offset: -2px;
  border-radius: 3px;
}
.btn:focus-visible,
a.btn:focus-visible,
.btns-wrp a:focus-visible,
.cta-buttons a:focus-visible,
.banner-btn-group a:focus-visible,
.button-link a:focus-visible {
  outline-offset: 3px;
}
.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}
.skip-link:focus {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  width: auto !important;
  position: fixed !important;
  top: 6px;
  left: 6px;
  z-index: 100000;
  padding: 10px 20px;
  background: #2271b1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.c7lp-breadcrumbs {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0;
  font-size: 13px;
}
.c7lp-breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.c7lp-breadcrumbs li {
  color: #666;
}
.c7lp-breadcrumbs li + li::before {
  content: "/";
  margin-right: 4px;
  color: #bbb;
}
.c7lp-breadcrumbs a {
  color: #2271b1;
  text-decoration: none;
}
.c7lp-breadcrumbs a:hover {
  text-decoration: underline;
}
.c7lp-breadcrumbs [aria-current="page"] {
  color: #333;
  font-weight: 500;
}

/* ==========================================================================
   Default Button Style
   ========================================================================== */
a.btn {
  font-size: 16px;
  padding: 7px 25px;
  border-radius: 30px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.3s;
  border: none;
  font-weight: 500;
}
a.btn:hover {
  color: #222;
  background-color: #eee;
  text-decoration: none;
}

/* ==========================================================================
   Footer Layouts
   ========================================================================== */
.site-footer {
  position: relative;
  box-shadow: 0 -2px 10px rgba(0,0,0,.1);
}
.site-footer a {
  color: var(--footer-link-color, inherit);
  text-decoration: none;
}
.site-footer a:hover {
  opacity: .7;
}
.site-footer .footer-logo img {
  max-width: var(--footer-logo-size, 200px);
  height: auto;
  object-fit: contain;
}
.site-footer .footer-logo-link img {
  max-width: var(--footer-logo-size, 200px);
  height: auto;
  object-fit: contain;
}
.site-footer .footer-tagline {
  font-size: 14px;
  opacity: .8;
  margin-top: 6px;
}
.site-footer .copyright {
  font-size: 14px;
  opacity: .8;
}
.site-footer .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer .social-links a {
  font-size: 18px;
  line-height: 1;
  color: var(--footer-link-color, inherit);
}
.site-footer .footer-nav ul,
.site-footer .footer-nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.site-footer .footer-nav ul li a,
.site-footer .footer-nav .menu li a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: var(--footer-link-color, inherit);
}
.site-footer .footer-divider {
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: .15;
  margin: 20px 0;
}
/* Simple */
.site-footer .footer-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.site-footer .footer-wrp .footer-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-footer .footer-wrp .footer-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .site-footer .footer-wrp {
    flex-direction: column;
    text-align: center;
  }
  .site-footer .footer-wrp .footer-left,
  .site-footer .footer-wrp .footer-right {
    flex-direction: column;
  }
}
/* Columns */
.site-footer .footer-columns {
  display: grid;
  grid-template-columns: repeat(var(--footer-cols, 2), 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.site-footer .footer-columns .footer-col {
  font-size: 14px;
  line-height: 1.6;
}
.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
}
@media (max-width: 768px) {
  .site-footer .footer-columns {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
/* Centered */
.site-footer .footer-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.site-footer .footer-centered .footer-nav ul,
.site-footer .footer-centered .footer-nav .menu {
  justify-content: center;
}
/* Stacked */
.site-footer .footer-stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.site-footer .footer-stacked .footer-nav ul,
.site-footer .footer-stacked .footer-nav .menu {
  justify-content: center;
}
.site-footer .footer-stacked .footer-logo img {
  max-width: var(--footer-logo-size, 200px);
}
/* Minimal */
.site-footer .footer-minimal {
  text-align: center;
}
/* Back-to-Top */
/* Content images never overflow small screens */
main img {
  max-width: 100%;
  height: auto;
}

/* Visually hidden, available to assistive tech (WP core pattern) */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.back-to-top {
  position: fixed;
  bottom: calc(30px + env(safe-area-inset-bottom));
  right: 30px;
  width: 44px;
  height: 44px;
  background: rgba(0,0,0,.6);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background: rgba(0,0,0,.8);
  color: #fff;
  opacity: 1;
}
/* Anti-CLS: reserve banner-slider height before Slick init.
   Height matches the rendered .inner-panel padding (15rem top+bottom) and the
   inline critical rule in header.php so there is no second shift on CSS load. */
.banner-slider:not(.slick-initialized) {
  overflow: hidden;
  min-height: 540px;
}
@media (max-width: 768px) {
  .banner-slider:not(.slick-initialized) {
    min-height: 360px;
  }
}
.banner-slider:not(.slick-initialized) > .each-panel:not(:first-child) {
  display: none;
}
