/* ===== BODY BACKGROUND ===== */

/* BASE */
.tsr-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition: .4s ease;
}

.tsr-container{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  transition: .4s ease;
}

/* LOGO */
.tsr-logo img{
  height: 64px;
  transition: .4s;
}

/* NAV */
.tsr-nav{
  display: flex;
  align-items: center;
  gap: 22px;
}

.tsr-nav a{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .4px;
}

/* CTA */
.tsr-btn{
  background: linear-gradient(90deg,#f7c35f,#d69b2e);
  color: #000 !important;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
}

/* ===== ON SCROLL STATE ===== */
.tsr-header.scrolled{
  background: rgba(26,8,38,.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.tsr-header.scrolled .tsr-container{
  padding: 12px 20px;
}

.tsr-header.scrolled .tsr-logo img{
  height: 50px;
}

/* MOBILE */
.hamburger{
  display:none;
  color:#fff;
  font-size:26px;
}

@media(max-width:900px){
  .hamburger{display:block;}

  .tsr-nav{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#1a0826;
    flex-direction:column;
    padding:14px;
    display:none;
  }

  .tsr-nav.active{
    display:flex;
  }
}

body {
  margin: 0;
  font-family: "Georgia", serif;
  color: #f5e6c9;
}

.bg-purple{
  background-image: url('../images/background1.png');
  background-size:contain;
  background-position: center top;
  background-repeat: no-repeat;
}

.bg-purple2{
  background-image: url('../images/background1.png');
  background-size:cover;
  background-position: center top;
}

/* ===== SECTION CONTAINER ===== */
.section {
    max-width: 100%;
    margin: auto;
    padding: 72px 20px;
    text-align: center;
}

/* ===== GOLDEN DIVIDERS (MATCHING IMAGE) ===== */
.divider {
  height: 2px;
  width: 100%;
  margin: 40px 0;
  background: linear-gradient(
    to right,
    rgba(212,175,55,0),
    #d4af37,
    rgba(212,175,55,0)
  );
}

/* ===== BUTTON STYLE ===== */
.button {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 40px;
  background: linear-gradient(to right, #d4af37, #f5e6a1, #d4af37);
  color: #3a1d00 !important;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}

.button2 {
    display: flex;
    padding: 14px 32px;
    border-radius: 40px;
    background: linear-gradient(to right, #d4af37, #f5e6a1, #d4af37);
    color: #3a1d00 !important;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
}

/* ===== 3 COLUMN FEATURES ===== */
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 16px;
  padding: 20px;
  width: 260px;
}

.p-0{
padding:0px !important;
}

.m-0{
  margin:0px !important;
}

.height-100{
  height: 100vh;
}

.mb-40{
  margin-bottom:40px;
}

.mb-30{
  margin-bottom:30px;
}

.heading__title {    
    background-image: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    color: transparent;
    -webkit-background-clip: text;
}

.font-18{
  font-size:18px !important; 
  line-height: 26px !important;
}

.color-white{
  color:white !important;
}

.true-spirit1 {
    width: 80%;
    margin-top: -50px;
}

.true-spirit1 p{
  margin-top:40px;
  padding:0px 150px;
}

.heading__title2 {
    background-image: linear-gradient(to right, #f6e793 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #f6e78f 100%);
    color: transparent;
    -webkit-background-clip: text;
}

a {
    background-image: linear-gradient(to right, #f6e793 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #f6e78f 100%);
    color: transparent !important;
    -webkit-background-clip: text;
}

.reason-img{
    height: 450px;
    object-fit: contain;
}

.text-left{
  text-align: left !important;
}

.mb-20{
  margin-bottom:20px;
} 

.mt-20{
  margin-top:20px;
}

p{
  font-size:16px;
}

.fw-700{
  font-weight:700;
}

.true-spirit{
    height: 428px;
    width: 100%;
    object-fit: cover;
}

.pl-0{
padding-left:0px !important;
}

.pr-0{
padding-right:0px !important;
}

.pt-0{
padding-top:0px !important;
}

.pb-0{
padding-bottom:0px !important;
}

.pt-30{
  padding-top:30px;
}

.inner-padding {
    padding: 43px 75px;
    background:#00000033;
}

.inner-padding2 {
    padding: 55px 75px;
    background:#0000001a;
}

.reset1{
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top:36px;
  padding-bottom:0px;
   background-image: url(../images/bg6.png);
   background-size: cover;
   background-position: top center;
   background-repeat: no-repeat;
}
}

..font-32{
font-size:32px; 
line-height: 40px;
}

.reset-section1 {
    padding-bottom: 100px ;
    padding-top: 60px;
    background-image: url(../images/bg2.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.certifiedimg{
  height: 280px;
}

.reset-section1 .wrap1{
  max-width: 1100px;
  margin: 0 auto;
}

.reset-section1 .heading1{
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .2px;
}

.reset-section1 .grid1{
  display:grid;
  grid-template-columns: repeat(5, minmax(200px, 1fr));
  gap:16px;
}

@media (max-width: 1200px){
  .reset-section1 .grid1{
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (min-width: 1200px){
.banner1{
  height:100vh;
  width: 100%;
  object-fit: contain;
  object-position: top center;
}
}

@media (max-width: 760px){
  .reset-section1 .grid1{
    grid-template-columns: 1fr;
  }
  .reset-section1 .heading1{
    font-size: 20px;
  }
}

.maybe1 {
    padding-top: 20px;
    padding-bottom:20px;
    background-image: url(../images/bg6.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner2 {
    position: absolute;
    right: 30px;
    top: 206px;
}

/* ===== Card ===== */
.reset-section1 .card1{
  position:relative;
  border-radius:16px;
  padding:18px 16px 16px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow:0 12px 30px rgba(0,0,0,.25);
  overflow:hidden;
  min-height:190px;
}

/* Golden Gradient Line */
.reset-section1 .card1::before{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  top:14px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,
    transparent 0%,
    #fff2b3 10%,
    #f6c453 40%,
    #d59623 65%,
    #fff7d6 90%,
    transparent 100%);
  filter:drop-shadow(0 8px 12px rgba(246,196,83,.25));
  opacity:.95;
}

/* Step Badge */
.reset-section1 .step1{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:12px;
  margin-bottom:10px;
  font-size:12px;
  color:#fff;
}

.reset-section1 .num1{
  width:26px;
  height:26px;
  border-radius:9px;
  display:grid;
  place-items:center;
  font-weight:800;
  color:#111;
  background:linear-gradient(180deg, #fff7d6, #f6c453);
  box-shadow:0 10px 20px rgba(246,196,83,.22);
}

.reset-section1 h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:800;
}

.reset-section1 p{
  margin:0;
  font-size:13px;
  line-height:1.55;
  color:#fff;
}

.pt-60{
  padding-top:60px;
} 
.pt-50{
  padding-top:50px;
} 
.pt-40{
  padding-top:40px;
} 
.pt-30{
  padding-top:30px;
} 
.pt-20{
  padding-top:20px;
} 
.pt-10{
  padding-top:10px;
} 

.pb-60{
  padding-bottom:60px;
}
.pb-30{
  padding-bottom:30px;
}
.pb-40{
  padding-bottom:40px;
}
.pb-50{
  padding-bottom:50px;
}
.pl-50{
  padding-left:50px;
}
.font-32{
  font-size:32px;
  line-height: 42px;
}

.path-begins{
  padding-bottom:40px;
  padding-top:30px;
  text-align: center;
  background:rgba(20, 5, 25, 0.72);;
  width: 900px;
  border-radius:60px;
}

.fw-300{
  font-weight:300;
}

.width-80{
  width: 80%;
}

.text-uppercase{
  text-transform: uppercase;
}


.session1{
  padding-top:70px;
  padding-bottom:70px;
    background-image: url(../images/bg4.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.facilitator1{
padding-top:70px;
padding-bottom:70px;
    background-image: url(../images/bg4.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.about1{
padding-top:10px;
padding-bottom:0px;
}

.aboutimg{
  height: 495px;
    margin-left: -70px;
}

.facilitatorimg{
  padding-top:50px;
  height: 590px;
  background: #0000007d;
}

.certified1 {
    padding-top: 50px;
    padding-bottom: 40px;
    background: rgba(20, 5, 25, 0.72);;
    background-image: url(../images/background1.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.certified1 h2{
padding-bottom:15px;
}

.certified1 ul li{
padding-bottom:10px;
}

/* Cosmic Background Section */
.tsr-section {
  padding: 60px 20px 40px;
  display: flex;
  justify-content: center;
}

.certificationimg{
width: 100%;
    object-fit: cover;
    height: 273px;
    border-radius: 20px;
        border: 1px solid rgba(255, 201, 120, 0.482);
    box-shadow: 0 0 30px rgba(255, 161, 60, 0.42), inset 0 0 20px rgba(255, 161, 60, 0.196);
}

/* Card */
.tsr-card {
  width:100%;
  padding: 30px 26px;
  border-radius: 22px;
  position: relative;

  background: rgba(20, 5, 25, 0.72);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 200, 120, .25);
  box-shadow:
    0 0 30px rgba(255, 160, 60, .18),
    inset 0 0 20px rgba(255, 160, 60, .12);
}

/* Title */
.tsr-title {
  color: #ffe6a8;
  text-align: center;
  font-size: 22px;
  letter-spacing: .5px;
  margin: 0 0 10px;
}

/* Divider Glow Line */
.tsr-divider {
  height: 1px;
  margin: 12px auto 16px;
  width: 70%;

  background: linear-gradient(
    90deg,
    transparent,
    #ffb85c,
    #ffb85c,
    transparent
  );

  box-shadow: 0 0 10px #ffb85c;
}

/* Subheading */
.tsr-sub {
  color: #ffd99a;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}

/* List */
.tsr-list {
  padding-left: 18px;
  color: #f2e6c2;
  line-height: 1.6;
}

.tsr-list li {
  margin-bottom: 10px;
}

/* Button */
.tsr-btn {
  display: block;
  margin:auto 0;
  padding: 12px 26px;

  background: linear-gradient(180deg, #ffcf72, #c77a1b);
  border: none;
  border-radius: 30px;

  font-weight: bold;
  letter-spacing: .5px;
  cursor: pointer;

  box-shadow:
    0 0 16px rgba(255, 180, 80, .6),
    inset 0 1px 2px rgba(255,255,255,.5);
}

.tsr-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(255, 180, 80, .9);
}

.marta-banner {
    background: linear-gradient(45deg, #00000067, #00000034);
    background-image: url(../images/bg5.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 40px 20px 0px;
    color: #f5e6c0;
}

/* TOP TITLE */
.banner-title {
  text-align: center;
  font-size: 30px;
  color: #ffe3a3;
  margin: 0;
}

/* HORIZONTAL GLOW LINE */
.banner-divider {
  height: 1px;
  width: 70%;
  margin: 10px auto 30px;
  background: linear-gradient(
    90deg,
    transparent,
    #ffb85c,
    transparent
  );

  box-shadow: 0 0 10px #ffb85c;
}

/* MAIN GRID */
.banner-grid {
  display: grid;
  max-width: 1050px;
  margin: auto;
  align-items: center;
  gap: 30px;
}

/* IMAGE */
.banner-img img {
    margin-left: -35px;
    width: 100%;
    margin-top: -118px;
}

/* TEXT AREA */
.two-cols {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  gap: 20px;
}

/* VERTICAL GLOW LINE */
.v-line {
  background: linear-gradient(
    180deg,
    transparent,
    #ffb85c,
    transparent
  );
  box-shadow: 0 0 8px #ffb85c;
}

/* LIST STYLE */
.gold-list {
  list-style: none;
  padding-left: 0;
}

.gold-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  font-size:17px;
}

img.ico-1 {
    width: 18px;
    margin-right: 10px;
    justify-content: center;
    display: inline-flex;
}

/* RIGHT TITLE */
.learn-title {
  color: #ffd08a;
  margin: 0 0 8px;
}

/* MOBILE */
@media (max-width: 900px) {
  .banner-grid {
    grid-template-columns: 1fr;
  }

  .two-cols {
    grid-template-columns: 1fr;
  }

  .v-line {
    display: none;
  }
}

.font-black{
	color:black !important;
}

div#popmake-33 {
    padding: 50px 50px 30px 50px;
color:black !important;
}

.ff-default .ff-el-input--label label {
    display: inline-block;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 0;
    color: #454545;
}

.pb-20{
	padding-bottom:20px;
}

.chakra1{
	height:280px;
}

.pum-theme-7, .pum-theme-default-theme {
    background-color: rgb(31 21 21 / 38%) !important;
}

form#fluentform_3 label {
    color: #23122f !important;
    text-align: left !important;
}

.fluentform_wrapper_3{
	display:flex;
justify-content:center !important;
}