/******* Custom Style ************/

html, body {
    overflow-x: hidden;
}
body.page-id-3040 header#site-header, 
body.page-id-3040 footer#site-footer {
    display: none;
}
body.page-id-3329 header#site-header, 
body.page-id-3329 footer#site-footer {
    display: none;
}
div.testimonials .elementor-testimonial-content {
    height: 260px;
}
section.team-sec {
    height: 540px;
    display: flex;
    align-items: center;
}
div.bullet-points ul {
    list-style-type: none;
    padding: 0;
}
div.bullet-points ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 18px;
}
div.bullet-points ul li:before {
    content: '';
    background: url('https://elitespartans.com/wp-content/uploads/2023/07/Icon-awesome-dumbbell.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.team-sec .elementor-swiper-button.elementor-swiper-button-prev {
    top: 100%;
}

section.team-sec .elementor-swiper-button.elementor-swiper-button-next {
    top: 100%;
    left: 40px;
}
.testbox .elementkit-commentor-details.client_left {
    align-items: flex-start !important;
}

.ft-link ul{list-style-type:none;padding:0px;}
.ft-link ul li a{font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;color:#fff;}
.main-menu{display: flex;}
.ft-link ul li a{padding-bottom:10px;display: block;}
.main-menu .ft-link+.ft-link{padding-left:70px}
.home #top-header{background-color: transparent;position: absolute;width: 100%;left: 0;right: 0;z-index: 9;}
.ft-box .elementor-image-box-img{margin: 0px 10px !important;}
#test-slider .swiper-slide{padding:0px !important}
#test-slider .elementor-main-swiper{margin-left: 0px;}
#test-slider .swiper-pagination{width: initial;bottom: -40px;}
#test-slider .swiper-pagination-bullet {height: 3px;width: 20px;border-radius: 0px;}
#logo-sec .elementor-container{max-width: 1400px;}
#footer-sec{background-size:100% 100% !important}
#top-header ul.elementor-nav-menu--dropdown a{border-inline-start:none !important}




/* Responsive */
@media(max-width: 767px) {
	
section.team-sec {
    height: auto;
    display: block;
}	
.footermenu a.elementor-item.elementor-item-anchor  {
    justify-content: center;
    text-align: center;
}
section.team-sec .elementor-swiper-button.elementor-swiper-button-prev {
    top: 104%;
}

section.team-sec .elementor-swiper-button.elementor-swiper-button-next {
    top: 104%;
}	
.elementor-menu-toggle{position: absolute;top: -80px;right: 10px;}	
	
.elementor-counter .elementor-counter-number-wrapper {
font-size: 40px !important;}	
	
}

@media (min-width: 768px) and (max-width: 1024px) {
	
section.team-sec {
    height: auto;
    display: block;
}	
	
	
}

@media(min-width: 1600px){
	
.call-btn{left: 936px !important;}
	
}


/* ===== GLOBAL SINGLE POST TYPOGRAPHY ===== */

.custom-single-post {
  --accent: #ff4d00;
  --text-light: #cbd5e0;
  --text-white: #ffffff;
}

/* Paragraph */
.custom-single-post p {
  margin-bottom: 1em;
  color: var(--text-light);
  font-size: 16.5px;
  line-height: 1.8;
}

/* ===== HEADINGS ===== */
.custom-single-post h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: var(--text-white);
  margin: 1.5em 0 0.4em;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.5px;
}

.custom-single-post h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: var(--accent);
  margin-top: 8px;
  border-radius: 2px;
}

.custom-single-post h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: var(--text-white);
  margin: 1.2em 0 0.3em;
  text-transform: uppercase;
}

.custom-single-post h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--text-white);
  margin: 1em 0 0.25em;
  text-transform: uppercase;
}

/* ===== LISTS ===== */
.custom-single-post ul {
  padding-left: 20px;
  margin-bottom: 1.2em;
}

.custom-single-post ul li {
  margin-bottom: 8px;
  color: var(--text-light);
}

.custom-single-post ul li::marker {
  color: var(--accent);
}

/* ===== STRONG TEXT ===== */
.custom-single-post strong {
  color: var(--text-white);
}

/* ===== LINKS ===== */
.custom-single-post a {
  color: var(--accent);
  text-decoration: none;
}

.custom-single-post a:hover {
  text-decoration: underline;
}

/* ===== BLOCKQUOTE ===== */
.custom-single-post blockquote {
  border-left: 4px solid var(--accent);
  background: rgb(81 46 35);
  padding: 16px 20px;
  margin: 25px 0;
  border-radius: 6px;
  color: var(--text-light);
}

/* ===== SECTION SPACING ===== */
.custom-single-post section,
.custom-single-post .elementor-widget-text-editor {
  margin-bottom: 25px;
}

/* ===== HIGHLIGHT BOX ===== */
.custom-single-post .highlight-box {
  background: rgba(255, 77, 0, 0.08);
  border-left: 4px solid var(--accent);
  padding: 15px 20px;
  border-radius: 6px;
  margin: 20px 0;
}

/* ===== FAQ ===== */
.custom-single-post .elementor-accordion .elementor-tab-title {
  background: #1f2933;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 14px 18px;
}

.custom-single-post .elementor-accordion .elementor-tab-content {
  background: #111827;
  color: var(--text-light);
  padding: 15px;
  border-radius: 0 0 6px 6px;
}

/* ===== IMAGES ===== */
.custom-single-post img {
  border-radius: 10px;
  margin: 25px 0;
}

/* ===== BUTTON ===== */
.custom-single-post .elementor-button {
  background: linear-gradient(135deg, #ff4d00, #ff1a00);
  border-radius: 30px;
  padding: 14px 30px;
}

/* ===== HR ===== */
.custom-single-post hr {
  border: none;
  height: 1px;
  background: #2d3748;
  margin: 30px 0;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .custom-single-post h2 { font-size: 26px; }
  .custom-single-post h3 { font-size: 22px; }
  .custom-single-post p { font-size: 15.5px; }
}