@charset "utf-8";

.panel-title {
  cursor: pointer;
}

h4.tab-title {
  font-weight: normal;
  font-size: 22px;
  color: #ffffff;
}

.vertab-content ul,
.vertab-content ol {
  padding-left: 15px;
}

#ffgh {
  float: right;
  margin-right: 100px;
  width: 99%;
  max-width: 329px;
}

@media (min-width:768px) {
  .vertab-container {
    z-index: 10;
    padding: 0 !important;
    border-radius: 10px;
    margin-top: 20px;
    background-clip: padding-box;
    overflow: visible;
    margin-bottom: 50px;
    border: none;
    display: flex;
  }

  .vertab-menu {
    padding-right: 15px;
    padding-left: 0;
    padding-bottom: 0;
    display: block;
    background-color: transparent;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .vertab-menu .list-group {
    margin-bottom: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
  }

  .vertab-menu .list-group-item {
    color: #F1631E;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 20px 25px;
    transition: all 0.3s ease;
    margin-bottom: -1px;
  }

  .vertab-menu .list-group-item h3 {
    margin: 0;
    font-size: 20px !important;
    font-weight: 600;
  }

  .vertab-menu .list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .vertab-menu .list-group-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
  }

  .vertab-menu .list-group-item:hover {
    background-color: #f9f9f9;
  }

  .vertab-menu .list-group-item.active,
  .vertab-menu .list-group-item.active:hover,
  .vertab-menu .list-group-item.active:focus {
    background-color: #F1631E !important;
    color: #fff !important;
    border-color: #F1631E !important;
  }

  .vertab-accordion {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .vertab-accordion .vertab-content {
    display: none;
    padding-left: 30px;
    padding-top: 0;
  }

  .vertab-accordion .vertab-content.active {
    display: block;
  }

  .vertab-container .panel-heading {
    display: none;
  }

  .vertab-container .panel-body {
    border: none !important;
    padding: 0 !important;
  }

  .service-list {
    list-style: none;
    padding-left: 0 !important;
    margin-top: 25px;
  }

  .service-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  .service-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
  }
}

@media (max-width:767px) {
  .vertab-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #ffgh {
    float: right;
    width: 99%;
    max-width: 329px;
    margin-right: 10px
  }

  .vertab-container .vertab-menu {
    display: none;
  }

  .vertab-container .panel-heading {
    background-color: #fff;
    color: #F26D21;
    padding: 15px;
    border-bottom: 1px solid #F6F6F6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-left: 5px solid #F6F6F6;
  }

  .vertab-container .panel-heading:hover,
  .vertab-container .panel-heading:focus,
  .vertab-container .panel-heading.active {
    border-left: 1px solid #F26D21;
    border-bottom: 1px solid #F26D21;
    border-right: 1px solid #F26D21;
    border-top: 1px solid #F26D21;
    color: #fff;
    background-color: #F26D21;
  }

  .vertab-content {
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
  }

  .vertab-container .panel-title a:focus,
  .vertab-container .panel-title a:hover,
  .vertab-container .panel-title a:active {
    text-decoration: none;
  }

  .panel-collapse.collapse,
  .panel-collapse.collapsing {
    background-color: #fff !important;
    color: #ffffff;
  }

  .vertab-container .panel-collapse .panel-body {
    border-top: none !important;
  }
}

.testimonial-arrow {
  z-index: 1;
  bottom: -14px;
  left: 45%;
  width: 10px;
  height: 0;
  border-top: 15px solid #ffffff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}

.testimonial-text {
  background: #ffffff;
  padding: 3rem 1.4rem;
  border-radius: 10px;
}

.testimonial-text p {
  padding-bottom: 1.8rem;
  line-height: 24px;
}

.testimonial-date {
  font-size: 14px;
  color: #acacac;
}

.testimonial-photo {
  height: 89px;
  width: 89px;
  margin: 10px auto 0 auto;
}

.testimonial-photo>img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.testimonial-item h5 {
  font-size: 18px;
}

.testimonial-item p {
  font-size: 14px;
}

.testimonial-item {
  cursor: pointer;
}

.testimonial-text:hover {
  background: #f1631e;
}

.testimonial-text:hover p {
  color: #ffffff;
}

.testimonial-text:hover .testimonial-date {
  color: #fff;
}

.testimonial-text:hover .testimonial-arrow {
  border-top-color: #fb5279;
}

.testimonial-two {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.testimonial-post {
  overflow: hidden;
  display: table;
}

.testimonial-post .post,
.testimonial-post .text-content {
  display: table-cell;
}

.testimonial-post .post {
  height: 60px;
  width: 60px;
}

.testimonial-post .post>img {
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.testimonial-post .text-content {
  vertical-align: middle;
  padding-left: 10px;
}

.testimonial-post:hover a,
.testimonial-post:focus a {
  color: #f1c30f;
}

.testimonial-two .testimonial-para:before {
  display: block;
  font-size: 33px;
  color: #535353;
  margin-bottom: 15px;
  content: "\e67f";
}

.testimonial-two .testimonial-item h5 {
  margin-top: 10px;
  margin-bottom: 4px;
}

.testimonial-two .testimonial-item .rating {
  margin-top: 5px;
}

.testimonial-two .testimonial-item .rating i {
  font-size: 15px;
  color: #f1c30f;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

@media (max-width:768px) {

  .footer-alt .float-left,
  .footer-alt .float-right {
    float: none !important;
    text-align: center
  }
}

@media (max-width:767px) {
  .vertical-content {
    display: inherit
  }
}

.mob-foot {
  display: none
}

@media only screen and (min-width:240px) and (max-width:768px) {
  .mob-foot {
    display: block;
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    background: #ec7c09;
    padding-top: 17px;
    z-index: 99999
  }

  .mob-foot div {
    width: 48%;
    display: inline-block;
    text-align: center
  }

  .mob-foot div a {
    color: #fff;
    padding: 0 !important
  }
}

.btn-text {
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  line-height: 48px;
  border: 2px solid #f1631e;
  padding: 0 22px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f1631e;
  height: 50px;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.white-btn {
  background: #fff !important;
  color: #1bbce8;
}

.btn_style {
  border: 1px solid #fff;
  border-radius: 0;
}

.btn_style:hover {
  color: #479c18;
  background: #fff;
}

.small-btn {
  padding: 10px 30px;
}

.btn-text:hover {
  background: none;
  color: #479c18;
  text-decoration: none;
}

.header-logo,
.mobile-logo-wrap {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 12px;
  height: auto;
  max-height: 80px;
}

.header-logo img,
.mobile-logo-wrap img {
  max-height: 60px;
  width: auto !important;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.header-logo img:hover {
  transform: scale(1.05);
}

@media (max-width:768px) {
  .mobile-logo-wrap {
    gap: 8px;
    padding: 5px 0;
    justify-content: flex-start;
  }

  .mobile-logo-wrap img {
    max-height: 35px;
  }
}

.testimonial-style .testimonial-caption-style {
  color: #fff;
  line-height: 30px;
  text-shadow: none;
  top: 10%;
}

.testimonial-style .testimonial-authors {
  color: #fff;
  line-height: 30px;
  margin-top: 40px;
}

.testimonial-style .carousel-item {
  min-height: 380px;
}

@media (max-width:768px) {
  .testimonial-style .carousel-item {
    min-height: 780px;
  }
}

/* Site-Wide Stabilization v6.1 - Global Fixes */
.home-page-hero-wrap,
#home.ct-header.ct-header--slider,
.hero-slider-wrap {
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-color: #000 !important;
}

.ct-slick-homepage:not(.slick-initialized) .item:not(:first-child) {
  display: none !important;
}

.ct-slick-homepage .item {
  display: block !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Owl Carousel Stabilization */
.owl-carousel:not(.owl-loaded) > div:not(:first-child) {
  display: none !important;
}

.owl-carousel:not(.owl-loaded) {
  display: block !important;
  min-height: 200px;
}

/* Slick Carousel Arrow Hover Effect */
.slick-prev:hover:before, 
.slick-prev:hover:after, 
.slick-next:hover:before, 
.slick-next:hover:after {
    background: #ED811F !important;
    transition: background 0.3s ease;
}

.slick-prev, .slick-next {
    transition: all 0.3s ease;
}

/* Header & Footer Layout Reservation */
[data-include-html*="header"] {
  min-height: 140px;
  /* Pre-header + Header */
  display: block;
  background-color: #fff;
  width: 100%;
}

[data-include-html*="footer"] {
  min-height: 400px;
  display: block;
  background-color: #222;
  width: 100%;
}

@media (max-width: 991px) {
  [data-include-html*="header"] {
    min-height: 80px;
  }
}

/* Fix for mobile action buttons overlap */
@media (max-width: 767px) {
  footer.section-footer {
    padding-bottom: 0px !important;
  }
}