/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap");

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
  --white: #fff;
  --black: #000;
  --primary: #0f443d;
  --secondary: #f44d00;
  --gap: 6rem;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Nunito", serif;
}

section {
  position: relative;
  padding: 4rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #424242;
}

h1,
h2,
h3 {
  font-family: "Zalando Sans Expanded", sans-serif;
}

h4,
h5,
h6 {
  color: #000;
  font-family: var(--font-heading);
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--black);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 1rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  padding: 1.04em 1.96em;
  border-radius: unset;
  line-height: normal;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}
.navbar-brand img {
  width: 220px;
}

.preLoader img {
  max-width: 700px;
}
.subtitle {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary);
}

/* !GLOBAL CSS */

/* mouse animation css  */

/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */

/* mouse animation css  */

/* NAV HEADER CSS */

header {
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 0;
  z-index: 1;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 40px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 0;
  display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--secondary);
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 750px;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider h1 {
  margin: 0 0 1rem;
  color: var(--white);
  font-size: 3.0375rem;
  line-height: 1;
  font-weight: bold;
  text-transform: capitalize;
}

.main-slider p {
  color: var(--white);
  font-weight: 400;
  line-height: 1.2;
  margin: 5px auto 43px;
  font-size: 20px;
  width: 74%;
}

.main-slider {
  text-align: center;
}

.btn-group {
  gap: 2rem;
}

a.themeBtn.orangebtn {
  background: #ffa86b;
}

/* !MAIN HERO SLIDER CSS */

/* about   */
figure.abtfigure {
  display: flex;
  gap: 50px;
}
.testimonial_slide {
  height: 350px; /* apni requirement ke mutabiq */
}
.testibox {
  background: #ffa86b;
  padding: 30px;
  position: absolute;
  font-style: italic;
  width: 320px;
  left: 48%;
  top: 61%;
}

.testibox h4 {
  font-size: 20px;
  color: #fff;
}

.testibox span i {
  color: #fff;
  font-size: 1.5rem;
}

.secondimg img {
  margin-top: -2rem;
}

section.about-section {
  padding: 6rem 0;
}

.mainHead {
  font-size: 3.0375rem;
  font-weight: bold;
  color: #212121;
}

.aboutcontent p {
  margin-bottom: 0.25rem;
}

.aboutbutn {
  display: flex;
  align-items: start;
  gap: 2rem;
}

.singabt p {
  font-size: 14px;
}

.testimonial_slide .swiper-pagination-bullets {
  right: auto;
  left: 0;
  display: flex;
  flex-direction: column;
}

.testimonial_slide .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
/* about   */

/* feature-section */
section.feature-section {
  background: #0f443d;
  padding: 6rem 0;
}

section.feature-section .mainHead {
  color: #fff;
  margin-bottom: 3rem;
  text-align: center;
}

.featurecntnt h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.featurecntnt p {
  font-size: 1rem;
  color: #fff;
}

.featurecntnt {
  text-align: center;
  margin-top: 1.125rem;
}

.feature-section .themeBtn {
  background: #ffa86b;
  margin-top: 0.75rem;
}

.feature-wrap.mid-feature {
  margin-bottom: -8rem;
}

/* feature-section */

/* coaching-sec */
section.coaching-program .mainHead {
  text-align: center;
  margin-bottom: 1rem;
}

.coaching-wrap h4 {
  position: absolute;
}

.coaching-wrap ul li {
  color: #fff;
}

.coaching-cntnt p {
  color: #fff;
}

.coaching-wrap figure img {
  position: relative;
}

.coaching-wrap h5 {
  position: absolute;
  top: 10px;
  right: 24px;
  background: #ffa86b;
  color: #fff;
  font-size: 1rem;
  padding: 10px;
  margin: 0;
  text-transform: capitalize;
}

.coaching-wrap figure img {
  width: 100%;
}

h5.greentag {
  background: var(--primary);
}

ul.coasching-list {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 20px 0 10px 0;
  justify-content: center;
}

ul.coasching-list li {
  font-size: 1rem;
  color: #757575;
}

.coaching-cntnt h2 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 1rem;
  color: #fff;
}

.coaching-wrap {
  margin-bottom: 20px;
}

.coaching-cntnt {
  text-align: center;
}

/* coaching-sec */

/* achievements-sec */
.achievements-sec {
  background: var(--primary);
}

figure.centerachive {
  text-align: center;
}

.achiment-wrap h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 30px 0;
}

.achiment-wrap {
  text-align: center;
}

.achiment-wrap p {
  color: #fff;
  font-size: 14px;
}

section.achievements-sec figure img {
  width: 100%;
  height: 630px;
}

section.achievements-sec .mainHead {
  color: #fff;
  z-index: 1;
  line-height: 1.2;
  font-size: 28px;
  margin: 0 auto 2rem;
  text-align: center;
}

/* achievements-sec */

/* Testimonial Sec Css Start */

.testimonials {
  padding: 7rem 0 3rem 0;
}

.testi-wrp {
  text-align: center;
}

.testi-wrp p {
  color: var(--black);
  margin: 1rem 0 0 0;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
}

.testimonials .mySwiper1 {
  padding: 1rem 0 3rem 0;
  margin-top: 1rem;
}

.testimonials .mySwiper1 .swiper-slide {
  width: 10% !important;
}

.testimonials .mySwiper1 .swiper-wrapper {
  justify-content: center;
}

.testimonials .mySwiper1 .swiper-slide-thumb-active {
  transform: scale(1.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.testimonials .mySwiper1 .swiper-slide {
  cursor: pointer;
  text-align: center;
}

.testi-wrp h3 {
  font-size: 19px;
  font-weight: bold;
  color: #424242;
  margin-top: 1rem;
}

.testimonials .container {
  position: relative;
}

/* Testimonial Sec Css End */

/* footer */
footer {
  background: #000;
  padding-top: 74px;
}

.midimages {
  display: flex;
  align-items: center;
  gap: 15px;
}

ul.quicklist li a {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}

ul.quicklist li + li {
  margin-top: 23px;
}

ul.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

.row.copyRight {
  border-top: 1px solid rgb(255 255 255 / 30%);
  margin-top: 3rem;
  padding-top: 2rem;
}

ul.social-link li a {
  color: var(--primary);
}

.row.copyRight p {
  text-align: center;
  color: #fff;
}

.row.copyRight p span {
  color: #ffa86b;
}

.footerLogo img {
  margin-bottom: 2rem;
  width: 310px;
}

ul.quicklist.quciklist2 li {
  text-align: end;
}

.themeBtn:hover {
  background: #ffa86b;
  color: #fff;
}

a.themeBtn.orangebtn:hover {
  background: var(--primary);
  color: #fff;
}

.feature-section .themeBtn:hover {
  background: #fff;
  color: var(--primary);
}

ul.quicklist li a:hover {
  color: var(--primary);
}

/* footer */

/* innerpages Start */

.innerBan .overlay {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.innerBan h2 {
  font-size: 75px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
}

.innerBan {
  position: relative;
}

section.about-section.about-page figure.abtfigure {
  align-items: center;
}

section.about-section.about-page .secondimg {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

section.about-section.about-page .testibox {
  position: unset;
  width: 330px;
}

.abttop {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.coachingpcntnt h3 {
  font-size: 30px;
  font-weight: bold;
}

.coachingpcntnt p {
  font-size: 1rem;
  color: #424242;
}

section.coaching-page .row + .row {
  margin-top: 2.5rem;
}

section.coaching-page {
  padding-top: 5rem;
}

.testimonialpage .testi-wrp {
  margin-bottom: 3rem;
}

.testimonialpage {
  padding: 3rem 0;
}

.contact-form :is(input, textarea) {
  width: 100%;
  border: 1px solid #fff;
  outline: none;
  resize: none;
  height: 75px;
  margin-bottom: 2rem;
  background: unset;
  padding-left: 11px;
}

.conatctback::before {
  position: absolute;
  background: var(--primary);
  width: 88%;
  height: 790px;
  content: "";
  left: 4%;
  z-index: -1;
}

.contact-form textarea {
  height: 200px;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
  color: #fff;
}

form.contact-form .mainHead {
  margin-bottom: 3rem;
  margin-top: 2rem;
  color: #fff;
}

form.contact-form button.themeBtn {
  border: 1px solid #fff;
  padding: 10px 30px;
}

.conatctback {
  position: relative;
}

section.contact {
  padding-bottom: 7rem;
}

.right-address h3 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.right-address h4 {
  font-size: 15px;
  color: #fff;
}

.right-address a {
  font-size: 15px;
  color: #fff;
}

.right-address {
  text-align: end;
  margin-right: 3rem;
  margin-top: 1rem;
}

.conatctback::after {
  position: absolute;
  content: "";
  width: 82%;
  border: 2px solid #fff;
  height: 738px;
  top: 24px;
  left: 7%;
  z-index: -1;
}

/* animation */

.marqueei.top {
  position: absolute;
  top: 5%;
  z-index: 0;
  left: 0;
  right: 0;
}

.marqueei {
  /* overflow: hidden; */
  user-select: none;
  display: flex;
  gap: 4rem;
}

.marqueei ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  animation: marqueei 30s linear infinite;
}

.marqueei .text {
  text-align: center;
  font-size: 12rem;
  margin: 0;
  line-height: 0.5;
  /* font-family: "Albra"; */
  position: relative;
  z-index: -1;
  color: #1c22390a;
  font-weight: 500;
  text-transform: uppercase;
}

@keyframes marqueei {
  to {
    transform: translateX(calc(-100% - 4rem));
  }
}

/* animation */
.unordered-list li {
  padding: 0.3rem;
  list-style: disc;
  margin-left: 20px;
  font-size: 1rem;
  color: #424242;
}
.unordered-list {
  margin-bottom: 1rem;
  text-align: left;
}
.links-list li {
  margin: 0 !important;
}

.pkg-detail-img {
  position: sticky;
  top: 20px;
  height: fit-content;
}

.pkg-detail-img img {
  width: 100%;
  height: auto;
  display: block;
}

.coachingpcntnt.bonus {
  margin-top: 3rem;
}
.trust-badge-wrap {
  max-width: 980px;
  margin: 24px auto;
  padding: 0 12px;
}
.trust-badge-wrap {
  max-width: 980px;
  margin: 24px auto;
  padding: 0 12px;
}

.trust-badge-wrap #brandpush-trust-badge {
  max-width: 980px;
  margin: 0 auto;
}
/* Fix BrandPush badge images being stretched by global img rules */
.trust-badge-wrap img.brandpush-leaf,
.trust-badge-wrap img.brandpush-news-logo {
  width: auto !important;
  max-width: none !important;
}

/* Keep the logos behaving nicely */
.trust-badge-wrap img.brandpush-news-logo {
  max-width: 100px !important;
  height: auto !important;
}
/* === Achievement Image Frame === */
.achievements-sec .achievement-frame {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin: 0;

  /* Portrait-friendly ratio */
  aspect-ratio: 4 / 5;
  background: #111; /* prevents white flash while loading */
}

/* Force image to behave */
.achievements-sec .achievement-frame img {
  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  object-position: center;
}

.achievement-img {
  width: 100%;
  overflow: hidden;
  border-radius: 18px; /* optional if you want rounded look */
}

.achievement-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* cover = no stretch, may crop */
  display: block;
}

/* Desktop */
.achievement-img { height: 320px; }

/* Tablets */
@media (max-width: 992px) {
  .achievement-img { height: 260px; }
}

/* Mobile */
@media (max-width: 576px) {
  .achievement-img { height: 220px; }
}

.achievements-sec .container {
  max-width: 1140px; /* or whatever matches your site grid */
}

.achievement-wrap {
  max-width: 100%;
}

.achievement-wrap img {
  max-width: 100%;
  height: auto; /* important when not using height:100% patterns */
}

.achievements-sec,
.achievements-sec h2,
.achievements-sec h3,
.achievements-sec p {
  color: #fff;
}

