/*!
Theme Name: MANA TRL Child
Template: mana-trl
Author: THE RIGHT LIFE
Description: Child theme of MANA TRL
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mana-trl-child
*/

/* Add your custom styles below. */
/* Body font */

/* Body font */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Manrope/Manrope-Regular.woff2') format('woff2');
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Manrope/Manrope-SemiBold.woff2') format('woff2');
}

/* Heading font */
@font-face {
  font-family: "Scheherazade New";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Scheherazade_New/ScheherazadeNew-Regular.woff2') format('woff2');
}


/* Global CSS */
:root {
    --gold: #FFCC02;
    --gold-hover: #e6b800;
    --dark: #111111;
    --text: #1a1a1a;
    --muted: #777;
    --light-muted: #aaa;
    --bg: #ffffff;
    --bg-alt: #f8f7f5;
    --border: rgba(0, 0, 0, 0.08);
    --section-pad: 110px;
}

body, input, select, button, textarea {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--muted);
}

.entry-content {
  margin: 0px;
}

p {
  margin-bottom: 0px;
  line-height: 1.9;
}

a {
  /* font-weight: 600; */
  /* letter-spacing: 1.5px; */
  /* text-transform: uppercase; */
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Scheherazade New", serif;
    font-weight: 400;
    color: var(--text);
    margin: 0px;
}

h1 {
  font-size: 52px;
  line-height: 1.05;
}

h2 {
    font-size: 36px;
    line-height: 1.15 !important;
    color: var(--text);
}

h3 {
    font-size: 36px;
    color: var(--text);
}

.post, .page {
  margin: 0;
}

.elementor-widget .trl-sub-title-text, form label, .form-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0px;
}

a.elementor-button {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text);
    background: #FFF;
    text-decoration: none;
    border: 1.5px solid var(--text);
    border-radius: 0px;
    padding: 15px 30px;
    transition: background .25s, color .25s, gap .25s;
}

.form-title {
  color: var(--gold);
}

.color-gold {
  color: var(--gold);
}

.color-muted {
  color: var(--muted);
}

/* Wrapper approach - works globally for all CF7 selects */
.wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23555555' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
    cursor: pointer;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], Select, textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(30, 30, 30, .15);
    padding: 12px 0;
    color: #1e1e1e;
    font-size: 15px;
    outline: none;
    transition: border-color .3s;
    width: 100%;
    border-radius: 0px;
}
::placeholder {
    color: rgba(30, 30, 30, .3);
}
textarea {
  height: 100px !important;
  width: 100% !important;
}
.form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.w-50 {
    width: calc(50% - 15px);
    margin-bottom: 20px;
}
.w-100 {
    width: 100%;
    margin-bottom: 20px;
}
input[type="submit"], [type="reset"], [type="submit"] {
    display: inline-block;
    background: var(--gold) !important;
    color: var(--dark) !important;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px 40px !important;
    border: none !important;
    cursor: pointer;
    transition: background .25s, transform .2s;
}

input[type="submit"]:hover, [type="reset"]:hover, [type="submit"]:hover {
    background: var(--gold-hover) !important;
    transform: translateY(-1px);
}

.submit-btn-wrapper {
    position: relative;
}

.submit-btn-wrapper span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}

.floating-cta {
    position: fixed;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(17, 17, 17, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 204, 2, 0.18);
    border-radius: 100px;
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 0 50px rgba(255, 204, 2, 0.15),
        0 0 100px rgba(255, 204, 2, 0.07),
        0 12px 40px rgba(0, 0, 0, 0.35);
    transition: box-shadow 0.4s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.floating-cta-text {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}
.floating-cta-icon {
    width: 42px;
    height: 42px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s ease, transform 0.25s ease;
}
.floating-cta-icon svg {
    color: #000;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}


/* Header */
.skanda-logo img {
  filter: brightness(0) invert(1);
  transition: .4s;
}

/* Home page */

.scroll-indicator {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer;
}
.scroll-indicator span {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, .75);
    text-transform: uppercase;
}
.scroll-line {
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, .35);
    position: relative;
    overflow: hidden;
}
.scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gold);
    animation: scrollDrop 1.8s ease-in-out infinite;
}
@keyframes scrollDrop {
    0% {
        top: -100%
    }

    100% {
        top: 200%
    }
}

.elementor-counter .elementor-counter-number-wrapper {
  align-items: flex-end;
}
.elementor-counter .elementor-counter-number {
  font-family: "Scheherazade New", serif;
  font-weight: 400;
}
.elementor-counter .elementor-counter-number-suffix {
  font-family: "Scheherazade New", serif;
  font-weight: 400;
  color: var(--gold);
  font-size: 32px;  
}
.elementor-counter .elementor-counter-title {
  text-align: center;
}
.fit-container div {
    height: 100%;
}


/* ABout */

.la-award-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.04);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: flex-end;
    transition: all 0.3s ease;
}
.la-award-icon svg {
    width: 22px;
    height: 22px;
}

/* Referral */
.divider {
  width: 100%;
  height: 1px;
  background: rgba(26,26,26,0.07);
  margin: 40px 0px;
}

.ref-reward-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--gold);
}
.ref-reward-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--gold);
}
.ref-step-num {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1.5px solid rgba(26, 26, 26, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    position: relative;
    z-index: 1;
    transition: border-color 0.3s, background 0.3s;
}
.ref-steps {
  position: relative;
  overflow: hidden;
}

.ref-steps:before {
    content: '' !important;
    position: absolute !important;
    top: 50px !important;
    left: calc(16.66% + 20px) !important;
    right: calc(16.66% + 20px) !important;
    height: 1px !important;
    background: rgba(26, 26, 26, 0.12) !important;
    width: auto !important;
}

.ref-step:hover .ref-step-num {
    background: var(--gold);
    border-color: var(--gold);
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  .w-50 {
    width: 100%;
  }
  .ref-steps::before { display: none !important;}
  
  .divider {
    margin: 20px 0px;
  }
}