/*!
Theme Name: Themex Child
Template: professional-website
Theme URI: 
Author: Themex
Author URI: 
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: themex
Tags: custom-background, custom-logo, custom-menu, featuprimary-images, threaded-comments, translation-ready

*/

/* ==========================
	GLOBAL STYLES START  
=============================*/

:root {
  --primary: #e13833;
  --secondary: #00255c;
  --black: #000;
  --light-black: #1f1f1f;
  --gray: #616368;
  --light-gray: #f6f6f6;
  --white: #fff;
  --error: #ff0000;
  --success: #4caf50;
  --transition: all 0.3s ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", Sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
p {
  margin: 0 0 1rem;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.goto-top {
  display: inline-block;
  position: fixed;
  bottom: -100px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--white) !important;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  z-index: 2000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goto-top:hover {
  background: var(--secondary);
}

.goto-top.visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(1.5rem * -0.5);
  margin-left: calc(1.5rem * -0.5);
}

.custom-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
}
@media (min-width: 992px) {
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
/* ==========================
	GLOBAL STYLES START  
=============================*/

/* ===============================
	HEAD & BUTTON STYLES START  
==================================*/

.section {
  position: relative;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.primary-heading p {
    font-family: "Manrope", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.primary-heading h2 {
    font-family: "Noto Sans Canadian Aboriginal", Sans-serif !important;
    font-size: 50px !important;
    font-weight: 900 !important;
}

.primary-heading h2 > span {
  font-weight: 600;
}

.heading-shape {
  position: relative;
}

@media (min-width: 1199px) {
  .heading-shape:before,
  .heading-shape:after {
    position: absolute;
    content: "";
    width: 208px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    /* background-image: url(/skinchanted/wp-content/uploads/2025/09/heading-shape.webp); */
  }

  .heading-shape:before {
    right: -230px;
  }

  .heading-shape:after {
    left: -230px;
    transform: scaleX(-1);
  }
}

.primary-heading.white-color h2 {
  color: var(--white) !important;
}

@media (max-width: 1199px) {
  .primary-heading h2 {
    font-size: 48px !important;
  }
}
@media (max-width: 767px) {
  .primary-heading h2 {
    font-size: 36px !important;
  }
}

/*.swiper-pagination {*/
/*  display: none;*/
/*  margin-top: 2rem;*/
/*}*/

/*.swiper-pagination .swiper-pagination-bullet {*/
/*  width: 1rem !important;*/
/*  height: 1rem !important;*/
/*  transition: var(--transition);*/
/*}*/

/*.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*  background: var(--primary);*/
/*  width: 4rem !important;*/
/*  border-radius: 10px !important;*/
/*}*/

/*.swiper-pagination .swiper-pagination-bullet {*/
/*  background: var(--primary);*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .elementor-swiper-button {*/
/*    display: none !important;*/
/*  }*/
/*  .swiper-pagination {*/
/*    display: block;*/
/*  }*/
/*}*/

/* ===============================
	HEAD & BUTTON STYLES END  
==================================*/

/* ===============================
	HOME SECTION TWO CSS START  
==================================*/

.home-slider-1 {
    height: 100% !important;
}

/* ===============================
	HOME SECTION TWO CSS END  
==================================*/

/* ===============================
	HOME COACHING TWO CSS START  
==================================*/

.coaching-box span.elementor-icon {
    background: var(--primary);
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
}

.coaching-box span.elementor-icon svg {
    fill: var(--white);
}

.coaching-box span.elementor-icon:hover {
    background: var(--secondary);
}
/* ===============================
	HOME COACHING TWO CSS END  
==================================*/
