/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

:root {
  --theme-color: #0057d8;
  --secondary-color: #00b7f1;
  --accent-color: #7ac943;
  --text-color: #1c3d40;
  --title-color: #1c3d40;
  --text-font: "DM Sans", sans-serif;
  --title-font: "Montserrat", sans-serif;
}

body {
  /* pointer-events: none; */
  font-size: 16px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  color: #2b2e3c;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1680px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1440px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--title-color);
  margin: 0px;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
}

.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 20px;
  background: var(--secondary-color);
  color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.main-footer {
  padding: 0 !important;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}

.handle-preloader .loader-section {
  background-color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #000;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #7ac943;
  border-top-color: rgba(0, 0, 0, 0.3);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 5px;
  }
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.row {
  --bs-gutter-x: 30px;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

html.lenis {
  height: auto;
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--text-font);
  color: #fff !important;
  text-align: center;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0.5s ease-in-out 0s;
}

.theme-btn.btn-one {
}

.theme-btn.btn-one:hover {
}

.theme-btn:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateX(0);
  transform-origin: left center;
  z-index: -1;
  background: var(--secondary-color);
  transition: all 500ms ease;
}

.theme-btn:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transform: translateX(0);
  transform-origin: right center;
  z-index: -1;
  background: var(--secondary-color);
  transition: all 500ms ease;
}

.theme-btn:hover:before,
.theme-btn:hover:after {
  transform: translateX(1);
  width: 51%;
}

.theme-btn.btn-two {
  border: 1px solid #e5e5e5;
  color: var(--text-color) !important;
  padding: 9px 30px;
}

.theme-btn.btn-two:hover {
  color: #fff !important;
}

.parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** styled-pagination */

.pagination {
  position: relative;
  display: block;
}

.pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
  color: #fff;
}

.pagination li a i {
  position: relative;
  display: inline-block;
}

.sec-pad {
  padding: 142px 0px 150px 0px;
}

.mr-0 {
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(0, 46, 65, 0.2);
  border-radius: 50%;
  z-index: 90000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top.scroll-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.scroll-to-top::after {
  position: absolute;
  content: "\e914";
  font-family: "icomoon";
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top:hover::after {
}

.scroll-to-top:hover::before {
  opacity: 1;
}

.scroll-to-top .scroll-top-inner path {
  stroke-width: 4;
  fill: transparent;
  box-sizing: border-box;
  stroke: var(--theme-color);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.sec-title {
  position: relative;
  display: block;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 15px;
  margin-bottom: 11px;
}

.sec-title.centred .sub-title {
  padding-left: 15px;
}

.sec-title .sub-title:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 8px;
  right: 0px;
  border-radius: 50%;
}

.sec-title.centred .sub-title:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 8px;
  left: 0px;
  border-radius: 50%;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 37px;
  line-height: 47px;
  text-transform: uppercase;
}

.sec-title.light h2 {
  color: #fff;
}

.sec-title p {
  margin-top: 20px;
}

.sec-title .icon-box {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 70px;
  color: var(--text-color);
  margin-bottom: 34px;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.nice-select {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding-right: 14px;
}

.nice-select:before {
  position: absolute;
  content: "\e913";
  font-family: "icomoon";
  top: 1px;
  right: 25px;
  font-size: 8px;
}

.nice-select .list {
  width: 100%;
  left: 0px;
}

.nice-select .list li {
  color: var(--text-color);
}

.nice-select .list {
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.owl-nav button {
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/** rtl-switcher **/

.demo-rtl {
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.demo-ltr {
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1);
  transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl {
  display: block;
}

.boxed_wrapper.ltr .demo-ltr {
  display: none;
}

.boxed_wrapper.rtl .demo-rtl {
  display: none;
}

.boxed_wrapper.rtl .demo-ltr {
  display: block;
}

.nav-style-one .owl-nav button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background: #fff;
  color: var(--text-color);
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 25px;
  z-index: 1;
  box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.2);
  transition: all 500ms ease;
}

.nav-style-one .owl-nav .owl-prev {
  margin-right: 10px;
}

.nav-style-one .owl-nav button:hover {
  color: #fff;
  background: transparent !important;
}

.nav-style-one .owl-nav button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform-origin: top center;
  transform: scaleY(0);
  z-index: -1;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover:before {
  transform: scaleY(1);
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 5px;
  background: #ebf2e9;
  border-radius: 30px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 5px;
  border-radius: 30px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.rating li.light {
  color: #dadede;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.wrapper.list .shop-list-content {
  display: block;
}

.wrapper.list .shop-grid-content {
  display: none;
}

.wrapper.grid .shop-list-content {
  display: none;
}

.wrapper.grid .shop-grid-content {
  display: block;
}

.nice-select .option {
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  left: 12px;
}

.item-quantity-selector input.quantity-spinner {
  line-height: 48px;
  height: 38px;
  width: 40px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  background: transparent;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 40px;
  width: 40px;
  padding: 0px 0px;
  right: -30px;
  top: -1px;
  margin-top: 0px;
  border-radius: 0px 50px 50px 0px;
  border: none !important;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up:before {
  content: "\f067";
  font-size: 16px;
  font-style: normal;
  color: #111;
  font-family: "Font Awesome 5 Pro";
  transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  position: absolute;
  height: 40px;
  width: 40px;
  padding: 0px 0px;
  left: -30px;
  top: -1px;
  border-radius: 50px 0px 0px 50px;
  border: none !important;
  transition: all 500ms ease;
}

.bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down:before {
  content: "\f068";
  font-size: 16px;
  font-style: normal;
  color: #111;
  font-family: "Font Awesome 5 Pro";
  transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  display: none;
}

.bootstrap-touchspin .btn:hover,
.bootstrap-touchspin .btn:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/*** chat popup ***/

.chat-popup {
  position: fixed;
  right: -100%;
  bottom: 0px;
  width: 350px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.5s ease-in-out 0.1s;
}

.chat-popup.popup-visible {
  right: 0px;
  visibility: visible;
  opacity: 1;
}

.chat-popup .popup-inner {
  position: relative;
  display: block;
  padding: 40px 30px;
  padding-top: 32px;
}

.chat-popup .close-chat {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -65px;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.chat-popup .popup-inner p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.chat-popup .chat-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
  margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type="text"],
.chat-popup .chat-form .form-group input[type="email"],
.chat-popup .chat-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 13px;
  color: var(--text-color);
  padding: 10px 20px;
  transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
  height: 120px;
  resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
}

.chat-popup .chat-form .form-group .theme-btn {
  width: 100%;
}

.chat-icon {
  position: fixed;
  display: inline-block;
  right: 30px;
  bottom: 100px;
  z-index: 99;
}

.chat-icon button {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
}

.image-hov-one {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-one::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-one:hover::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.image-hov-two {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-two::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-two:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.list-style-one li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding-left: 28px;
  margin-bottom: 11px;
}

.list-style-one li:last-child {
  margin-bottom: 0px;
}

.list-style-one li i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 18px;
}

.bg-color-1 {
  background: #eff2f2;
}

.bg-color-2 {
  background: var(--secondary-color);
}

.odometer.odometer-auto-theme .odometer-digit:last-child {
  padding-right: 20px;
}

.odometer.odometer-auto-theme .odometer-digit {
  display: inline-block;
}

.white-bg {
  background: #fff !important;
}

.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  padding-left: 24px;
  color: var(--text-color) !important;
  display: inline-block !important;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  background: transparent;
}

.check-box label:after {
  position: absolute;
  content: "\e916";
  font-family: "icomoon";
  left: 3px;
  top: 0px;
  opacity: 0;
  font-size: 8px;
  color: #fff;
}

.check-box input:checked + label:after {
  opacity: 1;
}

.check-box input:checked + label:before {
}

.check-box-three input {
  display: none;
}

.check-box-three label {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box-three label:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(154, 154, 154, 1);
  background: transparent;
}

.check-box-three label:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary-color);
  opacity: 0;
}

.check-box-three input:checked + label:after {
  opacity: 1;
}

.check-box-three input:checked + label:before {
  border-color: var(--secondary-color);
}

/* about css */

/** about-section **/

.about-section {
  position: relative;
}

.image_block_one .image-box {
  position: relative;
  display: block;
}

.image_block_one .image-box img {
  width: 100%;
}

.image_block_one .image-box .image-1 {
  position: relative;
  display: block;
  border-radius: 90px 90px 30px 275px;
}

.image_block_one .image-box .image-1 img {
  border-radius: 90px 90px 30px 275px;
}

.image_block_one .image-box .image-2 {
  background: #fff;
  padding: 10px;
  border-radius: 80px 30px 30px 30px;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.2);
}

.image_block_one .image-box .image-2 img {
  border-radius: 70px 20px 20px 20px;
}

.image_block_one .image-box .image-shape .shape-1 {
  position: absolute;
  left: 130px;
  top: 0px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid;
  border-width: 26px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.image_block_one .image-box .image-shape .shape-2 {
  position: absolute;
  left: 50px;
  top: 17px;
  width: 203px;
  height: 203px;
  background-repeat: no-repeat;
}

.content_block_one .content-box {
  position: relative;
  display: block;
}

/** about-style-two **/

.about-style-two {
  position: relative;
}

.about-style-two .content-box {
  position: relative;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}

.about-style-two .content-box p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 44px;
}

/** about-style-three **/

.about-style-three {
  position: relative;
}

.content_block_four .content-box {
  position: relative;
  display: block;
}

.content_block_four .content-box .inner-box {
  position: relative;
  display: block;
}

.content_block_four .content-box .inner-box p {
  margin-bottom: 26px;
}

.content_block_four .content-box .inner-box .list-style-one li {
  float: left;
  width: 50%;
  margin-bottom: 11px;
}

.content_block_four .content-box .tab-btns {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
}

.content_block_four .content-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  cursor: pointer;
  padding: 0px 20px;
  padding-bottom: 7px;
  transition: all 500ms ease;
}

.content_block_four .content-box .tab-btns li:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: -1px;
  transition: all 500ms ease;
}

.content_block_four .content-box .tab-btns li:hover:before,
.content_block_four .content-box .tab-btns li.active-btn:before {
  width: 100%;
}

.image_block_three .image-box {
  position: relative;
  display: block;
}

.image_block_three .image-box .image {
  position: relative;
  display: block;
}

.image_block_three .image-box .image img {
  width: 100%;
}

.image_block_three .image-box .experience-box {
  position: absolute;
  left: 0px;
  bottom: 150px;
  width: 220px;
  height: 220px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.15);
  border-radius: 110px 110px 40px 110px;
}

.image_block_three .image-box .experience-box h2 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}

.image_block_three .image-box .experience-box span {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.image_block_three .image-box .image-shape .shape-1 {
  position: absolute;
  right: 63px;
  top: 180px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid;
  border-width: 26px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.image_block_three .image-box .image-shape .shape-2 {
  position: absolute;
  right: 60px;
  top: 215px;
  width: 203px;
  height: 203px;
  background-repeat: no-repeat;
  z-index: -1;
}

/** about-style-four **/

.about-style-four {
  position: relative;
}

.about-style-four .sec-title p {
  max-width: 690px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  margin-top: 22px;
}

.about-style-four .image-box {
  position: relative;
  display: block;
  margin: 0px -10px;
}

.about-style-four .image-box .image-column {
  padding: 0px 25px;
}

.about-style-four .image-box .image {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.about-style-four .image-box .image img {
  width: 100%;
}

.about-style-four .image-box .experience-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  width: 240px;
  height: 240px;
  text-align: center;
}

.about-style-four .image-box .experience-box:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border-radius: 50%;
}

.about-style-four .image-box .experience-box h2 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  color: #fff;
}

.about-style-four .image-box .experience-box span {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}

/** about-style-five **/

.about-style-five {
  position: relative;
}

.about-style-five .list-style-one li i {
  width: 18px;
  height: 18px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 8px;
  background: #eff2f2;
}

.image_block_five .image-box {
  position: relative;
  display: block;
}

.image_block_five .image-box .image {
  border-radius: 30px 30px 100px 30px;
}

.image_block_five .image-box .image img {
  width: 100%;
}

.image_block_five .image-box .image-shape .shape-1 {
  position: absolute;
  left: -75px;
  bottom: 55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid;
  border-width: 26px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.image_block_five .image-box .image-shape .shape-2 {
  position: absolute;
  left: -95px;
  bottom: -40px;
  width: 203px;
  height: 203px;
  background-repeat: no-repeat;
  z-index: -1;
}

/** about-style-six **/

.about-style-six {
  position: relative;
}

.content_block_seven .content-box {
  position: relative;
  display: block;
}

.content_block_seven .content-box .image-box {
  border-radius: 30px 30px 120px 30px;
}

.content_block_seven .content-box .inner-box p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

.about-style-six .image-column {
  position: relative;
  display: block;
}

.about-style-six .image-column .image {
  border-radius: 30px 30px 30px 120px;
}

.about-style-six .image-column .image-shape .shape-1 {
  position: absolute;
  right: 0px;
  bottom: -90px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid;
  border-width: 26px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.about-style-six .image-column .image-shape .shape-2 {
  position: absolute;
  right: -100px;
  bottom: -75px;
  width: 203px;
  height: 203px;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-style-six img {
  width: 100%;
}

.about-style-five .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

/** rtl-css **/

.rtl .content_block_one .content-box {
  margin-right: 0px;
  margin-left: 70px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
  .image_block_three .image-box {
    margin-bottom: 30px;
  }

  .about-style-three {
    padding-bottom: 70px;
  }

  .content_block_one .content-box {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .about-style-six .sec-title {
    padding-left: 0px;
    margin-left: 0px;
  }

  .about-style-six .image-column {
    margin-left: 0px;
    margin-top: 30px;
  }

  .content_block_seven .content-box .inner-box {
    margin-top: 30px;
  }

  .content_block_seven .content-box .image-box {
    margin-right: 0px;
  }

  .about-style-six .image-column .image-shape {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .about-section {
    padding-bottom: 70px;
  }

  .rtl .content_block_one .content-box {
    margin-left: 0px;
  }

  .image_block_one .image-box {
    margin-left: 0px;
  }

  .about-style-two {
    padding-bottom: 65px;
  }

  .about-style-four .image-box .image {
    margin-bottom: 30px;
  }

  .about-style-four {
    padding-top: 65px;
  }

  .about-style-five {
    padding-top: 65px;
  }

  .about-style-three.pt_150 {
    padding-top: 70px;
  }

  .about-style-five.pb_150 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 599px) {
  .image_block_three .image-box .image-shape {
    display: none;
  }

  .content_block_four .content-box .inner-box .list-style-one li {
    float: none;
    width: 100%;
  }

  .image_block_five .image-box .image-shape {
    display: none;
  }

  .image_block_five .image-box {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 499px) {
  .image_block_one .image-box {
    padding: 0px;
  }

  .image_block_one .image-box .image-2 {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }

  .image_block_one .image-box .image-shape {
    display: none;
  }

  .image_block_three .image-box .experience-box {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }

  .image_block_three .image-box {
    padding: 0px;
  }

  .content_block_four .content-box .tab-btns li {
    padding: 0px 15px;
  }
}

/** page-title **/

.page-title {
  position: relative;
}

.page-title .content-box {
  position: relative;
  display: block;
}

.page-title .content-box h1 {
  display: block;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 7px;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding-right: 15px;
  margin-right: 4px;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .content-box .bread-crumb li a {
  display: inline-block;
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
  text-decoration: underline;
}

.page-title .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  right: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

/** rtl-css **/

.rtl .page-title .content-box .bread-crumb li {
  margin-right: 0px;
  margin-left: 4px;
  padding-right: 0px;
  padding-left: 15px;
}

.rtl .page-title .content-box .bread-crumb li:before {
  right: inherit;
  left: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 767px) {
  .page-title {
    padding: 90px 0px;
  }

  .page-title .content-box h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

/** history-section **/

.history-section {
  position: relative;
}

.history-section .inner-box {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.history-section .inner-box:last-child {
  margin-bottom: 0px;
}

.history-section .content-box {
  position: relative;
  display: block;
}

.history-section .content-box:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 6px;
  z-index: 1;
}

.history-section .inner-box:nth-child(odd) .content-box:before {
  right: -153px;
}

.history-section .inner-box:nth-child(even) .content-box:before {
  left: -153px;
}

.history-section .content-box:after {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 190px;
  height: 1px;
  top: 12px;
}

.history-section .inner-box:nth-child(odd) .content-box:after {
  right: -235px;
}

.history-section .inner-box:nth-child(even) .content-box:after {
  left: -235px;
}

.history-section .content-box .year {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 54px;
}

.history-section .content-box h2 {
  display: block;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.history-section .content-box p {
  margin-bottom: 64px;
}

.history-section .image-box {
  position: relative;
  display: block;
  max-width: 500px;
}

.history-section .image-box img {
  width: 100%;
}

.history-section .inner-box:nth-child(odd) .image-box .image {
  border-radius: 30px 30px 150px 30px;
}

.history-section .inner-box:nth-child(even) .image-box .image {
  border-radius: 30px 30px 30px 150px;
}

.history-section .image-box:before {
  position: absolute;
  content: "";
  border: 1px solid #e5e5e5;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  bottom: 0px;
}

.history-section .inner-box:nth-child(odd) .image-box:before {
  right: 0px;
  border-radius: 30px 30px 150px 30px;
}

.history-section .inner-box:nth-child(even) .image-box:before {
  left: 0px;
  border-radius: 30px 30px 30px 150px;
}

.history-section .inner-container:before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
}

/** rtl-css **/

.rtl .history-section {
  direction: ltr;
}

.rtl .history-section .content-box {
  text-align: right;
}

/** responsive-css **/

@media only screen and (max-width: 991px) {
  .history-section .inner-container:before {
    display: none;
  }

  .history-section .inner-container {
    padding-top: 0px;
  }

  .history-section .content-box:before,
  .history-section .content-box:after {
    display: none;
  }

  .history-section .content-box {
    margin: 0px !important;
  }

  .history-section .inner-box:nth-child(odd) .content-box {
    margin-bottom: 30px !important;
  }

  .history-section .image-box {
    margin: 0px !important;
  }

  .history-section .inner-box:nth-child(even) .image-box {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .history-section {
    padding-bottom: 70px;
  }

  .history-section.pt_140 {
    padding-top: 65px;
  }
}

/** funfact-section **/

.funfact-section {
  position: relative;
}

.funfact-block-one .inner-box {
  position: relative;
  display: block;
  padding-left: 120px;
  margin-bottom: 30px;
}

.funfact-block-one .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.funfact-block-one .inner-box:hover .icon-box {
  background: #fff;
}

.funfact-block-one .inner-box .count-outer {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 60px;
  line-height: 46px;
  font-family: var(--title-font);
  color: #fff;
  margin-bottom: 10px;
}

.funfact-block-one .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.funfact-section .funfact-block-one {
  position: relative;
  display: inline-block;
}

.funfact-section .inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.funfact-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.funfact-section.alternat-2 .funfact-block-one .inner-box {
  padding-left: 0px;
}

/** funfact-style-two **/

.funfact-style-two {
  position: relative;
}

.funfact-style-two .inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.funfact-block-two .inner-box {
  position: relative;
  display: block;
  margin: 0px 45px;
  margin-bottom: 30px;
}

.funfact-block-two .inner-box .count-outer {
  position: relative;
  display: inline-block;
  font-size: 100px;
  line-height: 75px;
  font-family: var(--title-font);
  color: var(--title-color);
  opacity: 0.07;
}

.funfact-block-two
  .inner-box
  .odometer.odometer-auto-theme
  .odometer-digit:last-child {
  padding-right: 25px;
}

.funfact-block-two .inner-box p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

/** rtl-css **/

.rtl .funfact-block-one .inner-box {
  padding-left: 0px;
  padding-right: 120px;
}

.rtl .funfact-block-one .inner-box .icon-box {
  left: inherit;
  right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
  .funfact-section .inner-container {
    display: block;
  }

  .funfact-section .funfact-block-one {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 991px) {
  .funfact-block-two .inner-box {
    margin: 0px 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-section .funfact-block-one {
    width: 100%;
  }

  .funfact-style-two .inner-container {
    display: block;
    text-align: center;
  }

  .funfact-block-two .inner-box p {
    position: relative;
    left: 0px;
    top: 0px;
    transform: translate(0, 0);
  }

  .funfact-style-two {
    padding: 60px 0px 20px 0px;
  }
}

/** fluid-section **/

.fluid-section {
  position: relative;
  background: var(--theme-color);
}

.fluid-section .video-section {
  float: left;
  width: 50%;
}

.fluid-section .video-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fluid-section .right-column {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
}

.fluid-section .right-column .content-box {
  position: relative;
  padding: 144px 70px 150px 125px;
}

.fluid-section .right-column .content-box .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: calc(100% - 120px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.fluid-section .right-column .testimonial-content {
  position: relative;
  max-width: 520px;
}

.fluid-section .right-column .inner-box {
  position: relative;
  display: block;
}

.fluid-section .right-column .inner-box .rating {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #ffb31f !important;
}

.fluid-section .right-column .inner-box .rating li {
  margin-right: 6px;
}

.fluid-section .right-column .inner-box .rating li:last-child {
  margin: 0px !important;
}

.fluid-section .right-column .inner-box p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 34px;
}

.fluid-section .right-column .inner-box .author-box {
  position: relative;
  display: block;
  padding: 8px 0px 9px 100px;
}

.fluid-section .right-column .inner-box .author-box .thumb-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.fluid-section .right-column .inner-box .author-box .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.fluid-section .right-column .inner-box .author-box h3 {
  display: block;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 7px;
}

.fluid-section .right-column .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.fluid-section .right-column .testimonial-content .owl-nav {
  position: absolute;
  top: 50%;
  right: -245px;
  transform: translateY(-50%);
}

.fluid-section .right-column .testimonial-content .owl-nav button {
  display: block;
}

.fluid-section .right-column .testimonial-content .owl-nav .owl-prev {
  margin-right: 0px;
  margin-bottom: 10px;
}

/** rtl-css **/

.rtl .fluid-section .right-column .inner-box {
  text-align: right;
}

.rtl .fluid-section .right-column .inner-box .rating {
  justify-content: right;
}

.rtl .fluid-section .right-column .inner-box .author-box {
  padding-left: 0px;
  padding-right: 100px;
}

.rtl .fluid-section .right-column .inner-box .author-box .thumb-box {
  left: inherit;
  right: 0px;
}

.rtl .fluid-section .right-column .testimonial-content .owl-nav {
  right: inherit;
  left: -245px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
  .fluid-section .right-column .content-box {
    padding-left: 60px;
    padding-right: 60px;
  }

  .fluid-section .right-column .testimonial-content .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .fluid-section .video-section {
    float: none;
    width: 100%;
  }

  .fluid-section .right-column {
    position: relative;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .fluid-section .right-column .content-box {
    padding: 65px 30px 70px 30px;
  }
}

@media only screen and (max-width: 499px) {
  .fluid-section .right-column .content-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/** team-section **/

.team-section {
  position: relative;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px;
  border-radius: 30px 30px 120px 30px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover {
  box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.2);
}

.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.team-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 20px 0px;
}

.team-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 3px;
}

.team-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: var(--title-color);
}

.team-block-one .inner-box .lower-content h3 a:hover {
}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 23px;
}

.team-block-one .inner-box .lower-content .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.team-block-one .inner-box .lower-content .social-links li:last-child {
  margin: 0px !important;
}

.team-block-one .inner-box .lower-content .social-links li a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #8d9e9f;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}

.team-block-one .inner-box .lower-content .social-links li a:hover {
  color: #fff;
}

/** rtl-css **/

.rtl .team-block-one .inner-box .lower-content .social-links li {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

/** responsive-css **/

@media only screen and (max-width: 767px) {
  .team-section {
    padding: 65px 0px 40px 0px;
  }
}

/** cta-section **/

.cta-section {
  position: relative;
}

.cta-section .content-box {
  position: relative;
  max-width: 650px;
}

.cta-section .content-box .theme-btn.btn-one {
  padding: 15px 30px;
}

.cta-section .content-box .theme-btn.btn-one:before,
.cta-section .content-box .theme-btn.btn-one:after {
  background: #fff;
}

.cta-section .content-box .theme-btn.btn-one:hover {
  color: var(--theme-color) !important;
}

.cta-section .content-box .theme-btn.btn-two {
  padding: 14px 30px;
  color: var(--theme-color) !important;
}

.cta-section .content-box .theme-btn.btn-two:hover {
  color: #fff !important;
}

.cta-section .content-box .btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-section .content-box .btn-box .theme-btn {
  margin-right: 10px;
}

.cta-section .content-box .btn-box .theme-btn:last-child {
  margin: 0px !important;
}

.cta-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-section.alternat-2 .content-box {
  max-width: 100%;
}

.cta-section.alternat-2 .content-box .btn-box {
  justify-content: center;
}

/** rtl-css **/

.rtl .cta-section .content-box .btn-box .theme-btn {
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .cta-section .image-layer {
  right: inherit;
  left: 200px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
  .cta-section .image-layer {
    right: 0px;
  }

  .rtl .cta-section .image-layer {
    left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-section .image-layer {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .cta-section {
    padding: 65px 0px 70px 0px;
  }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
  .cta-section .content-box .btn-box {
    display: block;
  }

  .cta-section .content-box .btn-box .theme-btn {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .rtl .cta-section .content-box .btn-box .theme-btn {
    margin-left: 0px;
  }
}

/** video-section **/

.video-section {
  position: relative;
  padding: 290px 0px;
  overflow: hidden;
}

.video-section .bg-layer:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.video-section .video-btn a {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}

.video-section.alternat-2 {
  padding: 0px 70px;
}

.video-section.alternat-2 .inner-container {
  overflow: hidden;
  border-radius: 30px;
  padding: 290px 0px;
}

/** rtl-css **/

/** responsive-css **/

@media only screen and (max-width: 991px) {
  .video-section.alternat-2 {
    padding: 0px;
  }

  .video-section.alternat-2 .inner-container {
    border-radius: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .video-section {
    padding: 150px 0px;
  }
}

/* end */

/** contact-section **/

.contact-section {
  position: relative;
}

.image_block_four .image-box {
  position: relative;
  display: block;
  max-width: 600px;
}

.image_block_four .image-box .image {
  border-radius: 245px 245px 30px 245px;
}

.image_block_four .image-box .image img {
  width: 100%;
}

.image_block_four .image-box .link-box {
  position: absolute;
  right: 0px;
  bottom: 95px;
}

.image_block_four .image-box .link-box a {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 250px;
  text-align: center;
  border-radius: 50%;
  padding: 41px 15px;
  z-index: 1;
}

.image_block_four .image-box .link-box a img {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.image_block_four .image-box .link-box a span {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--title-font);
  color: #fff;
}

.image_block_four .image-box .link-box a:after {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
}

.image_block_four .image-box .link-box a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 10px;
  border-radius: 50%;
  z-index: -1;
}

.content_block_six .content-box {
  position: relative;
  display: block;
}

.content_block_six .content-box .form-inner {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px 20px 75px 20px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 40px 40px 40px;
}

.content_block_six .content-box .form-inner .form-group {
  position: relative;
  margin-bottom: 35px;
}

.content_block_six .content-box .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.content_block_six .content-box .form-inner .form-group input[type="text"],
.content_block_six .content-box .form-inner .form-group input[type="email"],
.content_block_six .content-box .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: var(--text-color);
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.content_block_six .content-box .form-inner .form-group textarea {
  resize: none;
  height: 130px;
}

.content_block_six .content-box .form-inner .form-group input:focus,
.content_block_six .content-box .form-inner .form-group textarea:focus {
}

.contact-section.alternat-2 {
  background: #eff2f2;
}

.contact-section.alternat-2 .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-section .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 608px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.contact-section .decore {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

.contact-section.light-section {
  background: #1c403d;
}

.contact-section .map-inner {
  position: relative;
  display: block;
}

.contact-section .map-content {
  position: relative;
  width: 100%;
  height: 650px;
  border-radius: 27px 140px 30px 33px;
  overflow: hidden;
}

.contact-section .map-content iframe {
  position: relative;
  width: 100%;
  height: 650px;
}

.contact-section.light-section .content_block_six .content-box .form-inner {
  background: rgb(0 87 216 / 64%);
}

.contact-section.light-section
  .content_block_six
  .content-box
  .form-inner
  .form-group
  input[type="text"],
.contact-section.light-section
  .content_block_six
  .content-box
  .form-inner
  .form-group
  input[type="email"],
.contact-section.light-section
  .content_block_six
  .content-box
  .form-inner
  .form-group
  textarea {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

.contact-section.light-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** contact-info-section **/

.contact-info-section {
  position: relative;
}

.info-block-one {
  margin-top: 45px;
}

.info-block-one .inner-box {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 70px 30px 36px 30px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover {
}

.info-block-one .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  font-size: 45px;
  color: #fff;
  border-radius: 50%;
  transition: all 500ms ease;
}

.info-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 10px;
}

.info-block-one .inner-box p {
  font-size: 16px;
  line-height: 24px;
}

.info-block-one .inner-box p a {
  display: inline-block;
  color: var(--text-color);
}

.info-block-one .inner-box p a:hover {
}

/** contact-style-two **/

.contact-style-two {
  position: relative;
}

.contact-style-two .content-box {
  position: relative;
  display: block;
}

.contact-style-two .content-box .form-inner .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-style-two .content-box .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.contact-style-two .content-box .form-inner .form-group input[type="text"],
.contact-style-two .content-box .form-inner .form-group input[type="email"],
.contact-style-two .content-box .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
  color: #1c3d40;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.contact-style-two .content-box .form-inner .form-group textarea {
  height: 120px;
  resize: none;
}

.contact-style-two .content-box .form-inner .form-group input:focus,
.contact-style-two .content-box .form-inner .form-group textarea:focus {
}

.contact-style-two .map-inner {
  position: relative;
  display: block;
  height: 510px;
  border-radius: 20px;
  overflow: hidden;
}

.contact-style-two .map-inner iframe {
  position: relative;
  width: 100%;
  height: 510px;
}

.error {
  color: red;
}

/** rtl-css **/

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
  .image_block_four .image-box {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .content_block_six .content-box {
    margin-left: 0px;
  }

  .contact-section.alternat-2 .bg-layer {
    display: none;
  }

  .contact-section .map-inner {
    margin: 0px 0px 30px 0px;
  }

  .contact-style-two .content-box {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .contact-style-two .map-inner {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section {
    padding-top: 70px;
  }

  .contact-section.alternat-2 {
    padding-bottom: 70px;
  }

  .contact-section.light-section {
    padding: 70px 0px;
  }

  .contact-info-section {
    padding-top: 65px;
  }

  .contact-style-two {
    padding-bottom: 70px;
    padding-top: 35px;
  }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
  .image_block_four .image-box {
    padding-right: 0px;
  }

  .image_block_four .image-box .link-box {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
}

/* program management */
.Simplify,
.Ready {
  padding: 50px 0px 50px 0px;
}

.pt100 {
  padding-top: 100px;
}

.Complete-sp::before {
  content: "";
  position: absolute;
  background: #212529a8;
  color: #000;
  width: 100%;
  height: 100%;
  top: 0;
}

.Complete-sp {
  background-color: #f7f9fc;
  background-size: cover;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  position: relative;
  padding: 146px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.Complete-sp h2 {
  color: #ffffff;
  font-weight: 700 !important;
  font-size: 42px;
}

.Complete-sp .blue-raedy {
  z-index: 9;
  position: relative;
}

.Complete-sp .lead {
  color: #ffffff;
}

.Top-ranked {
  padding: 50px 0px 20px 0px;
  background: #f2f2f2;
}

.Top-ranked img {
  width: 200px;
}
.five-lg figure {
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #7ac943;
}

/* end managemt */

/* why-section */

.why-Yuvoxx {
  padding: 100px 0;
}

.why-Yuvoxx .left-card {
  background-color: #7ac943;
  border-radius: 1rem;
  overflow: hidden;
  flex: 1;
}

.why-Yuvoxx .left-card img {
  width: 100%;
  height: auto;
  display: block;
}

.why-Yuvoxx .left-card-content {
  padding: 1.5rem;
}

.why-Yuvoxx .left-card-content p {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.why-Yuvoxx .left-card-content a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.why-Yuvoxx .right-content {
  flex: 2;
  padding-left: 1rem;
}

.why-Yuvoxx .badge {
  display: inline-block;
  background: #7ac943;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.why-Yuvoxx .right-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.why-Yuvoxx .right-content .highlighted {
  border-left: 3px solid #d6f14c;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.why-Yuvoxx .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.why-Yuvoxx .stat-item {
  flex: 1;
  min-width: 150px;
  border-top: 3px solid #d6f14c;
  padding-top: 0.5rem;
}

.why-Yuvoxx .stat-item .number {
  font-size: 1.8rem;
  font-weight: 700;
}

.why-Yuvoxx .stat-item .label {
  margin-top: 0.3rem;
  font-weight: 500;
}

.why-Yuvoxx .container-el {
  display: flex;
  gap: 2rem;
}

.operations-section {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}

/* .auto-container {
  max-width: 1200px;
  margin: 0 auto;
} */

.global-section-heading {
  font-size: 2.5em;
  font-weight: 700;
  color: #065bdb;
  margin-bottom: 20px;
}

.global-section-subtext {
  font-size: 1em;
  color: #555;
  max-width: 800px;
  margin: 0 auto 60px auto;
  line-height: 1.6;
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
  justify-content: center;
}

.operation-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.operation-item:nth-child(1) {
  animation-delay: 0.1s;
}

.operation-item:nth-child(2) {
  animation-delay: 0.2s;
}

.operation-item:nth-child(3) {
  animation-delay: 0.3s;
}

.operation-item:nth-child(4) {
  animation-delay: 0.4s;
}

.operation-item:nth-child(5) {
  animation-delay: 0.5s;
}

.operation-item:nth-child(6) {
  animation-delay: 0.6s;
}

.operation-item:nth-child(7) {
  animation-delay: 0.7s;
}

.operation-item:nth-child(8) {
  animation-delay: 0.8s;
}

.operation-item:nth-child(9) {
  animation-delay: 0.9s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.operation-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.operation-item i {
  font-size: 3.5em;
  color: #065bdb;
  margin-bottom: 15px;
}

.operation-item h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: #343a40;
  margin: 0;
}

@media (max-width: 480px) {
  .global-section-heading {
    font-size: 1.8em;
  }

  .operation-item i {
    font-size: 2.5em;
  }
}

.metrics-section {
  padding: 100px 20px;
  background-color: #f9fafc;
  text-align: center;
}

.main-container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.global-section-heading {
  font-size: 2.6em;
  font-weight: 700;
  color: #003a8c;
  margin-bottom: 20px;
}

.global-section-subtext {
  font-size: 1.15em;
  color: #555;
  max-width: 800px;
  margin: 0 auto 70px auto;
  line-height: 1.6;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-content: center;
}

.metric-item {
  background: #ffffff;
  border: 1px solid #e3eaf4;
  border-radius: 14px;
  padding: 40px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  transform: translateY(10px);
  opacity: 0;
  animation: slideFadeIn 0.6s ease forwards;
}

.metric-item:nth-child(1) {
  animation-delay: 0.1s;
}

.metric-item:nth-child(2) {
  animation-delay: 0.3s;
}

.metric-item:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes slideFadeIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.metric-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 87, 216, 0.1);
}

.metric-item .number {
  font-size: 3.5em;
  font-weight: 700;
  color: #0057d8;
  background: linear-gradient(90deg, #0057d8, #00b7f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* margin-bottom: 15px; */
  padding: 13px 0px;
}

.metric-item .description {
  font-size: 1.05em;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .global-section-heading {
    font-size: 2em;
  }

  .metric-item .number {
    font-size: 2.5em;
  }
}

.course-scc .course-block-one .inner-box .lower-content h3 a {
  font-size: 23px;
  font-weight: 600;
}

.course-block-one .inner-box .image-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.compare-section {
  padding: 100px 20px;
  background-color: #f9fafc;
  text-align: center;
}

.compare-section .global-section-heading {
  font-size: 2.6em;
  font-weight: 700;
  color: #003a8c;
  margin-bottom: 20px;
}

.compare-section .global-section-subtext {
  font-size: 1.1em;
  color: #555;
  max-width: 800px;
  margin: 0 auto 60px auto;
  line-height: 1.6;
}

.compare-section .compare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  justify-content: center;
}

.compare-section .compare-button {
  display: block;
  padding: 18px 25px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0057d8, #00b7f1);
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 87, 216, 0.2);
}

.compare-section .compare-button:hover {
  background: linear-gradient(135deg, #004cbf, #00a4dc);
  box-shadow: 0 10px 28px rgba(0, 87, 216, 0.3);
  transform: translateY(-3px);
}

@media (max-width: 480px) {
  .compare-section .global-section-heading {
    font-size: 2em;
  }

  .compare-button {
    font-size: 0.95em;
    padding: 14px 20px;
  }
}

.why-Yuvoxx-guide .image_block_five .image-box .image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border: 15px solid #7ac943;
  border-radius: 30px 30px 100px 30px;
}

/* end */

/* website builder */
.bg-yuvoxx-primary-blue {
  background-color: #0057d8 !important;
}

.text-yuvoxx-primary-blue {
  color: #0057d8 !important;
}

.bg-yuvoxx-accent-green {
  background-color: #7ac943 !important;
}

.text-yuvoxx-accent-green {
  color: #7ac943 !important;
}

.bg-yuvoxx-light-blue {
  background-color: #00b7f1 !important;
}

.text-yuvoxx-orange {
  color: #f59e0b !important;
}

.text-yuvoxx-star-blue {
  color: #0057d8 !important;
}

.container {
  max-width: 1320px;
  padding: 0px 15px;
}

.feature-card {
  background-color: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.customer-site-card {
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.customer-site-card .image-placeholder {
  background-color: #e2e8f0;
  width: 100%;
  padding-top: initial;
  position: relative;
}

.customer-site-card .image-placeholder span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a0aec0;
  font-size: 1.125rem;
  font-weight: 600;
}

.resource-card {
  background-color: white;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.program-card {
  background-color: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.program-card .learn-more-link {
  color: #0057d8 !important;
  font-weight: 600;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
}

.program-card .learn-more-link:hover {
  text-decoration: underline;
}

.website-builder .banner-carousel .owl-nav {
  display: none;
}

.website-builder a {
  display: flex;
  gap: 20px;
  margin-right: 15px;
}

.include,
.bg-yuvoxx-primary-blue,
.next-level,
.site-examples {
  padding: 80px 0;
}

.bg-yuvoxx-primary-blue p,
.bg-yuvoxx-primary-blue h2 {
  color: #ffffff;
}

/* end */

/* home white label */
.white-label-app-section {
  background-color: #fff;
  padding: 80px 0;
  overflow: hidden;
}

.white-label-app-section .content-left {
  padding-right: 30px;
}

.white-label-app-section .content-left .section-tag {
  color: #7ac943;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}

.white-label-app-section .content-left h2 {
  /* color: #0057d8; */
  /* font-family: "Montserrat", sans-serif; */
  /* font-size: 2.8rem; */
  /* font-weight: 800; */
  /* line-height: 1.2; */
  /* margin-bottom: 25px; */
}

.white-label-app-section .content-left .section-description {
  color: #555;
  font-size: 1.05rem;
  margin-bottom: 30px;
}

.white-label-app-section .content-left .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.white-label-app-section .content-left .feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 1.05rem;
  color: #444;
}

.white-label-app-section .content-left .feature-list li:last-child {
  margin-bottom: 0;
}

.white-label-app-section .content-left .feature-list li .fas.fa-check-circle {
  color: #7ac943;
  font-size: 1.3rem;
  margin-right: 12px;
  flex-shrink: 0;
  padding-top: 2px;
}

.white-label-app-section .image-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}

.white-label-app-section .image-right img {
  border-radius: 12px;
}

@media (max-width: 991px) {
  .white-label-app-section .content-left,
  .white-label-app-section .image-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .white-label-app-section .content-left {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 15px;
  }

  .white-label-app-section .content-left .feature-list {
    text-align: left;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }

  .white-label-app-section .image-right {
    padding-left: 15px;
    text-align: center;
  }

  .white-label-app-section .content-left h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .white-label-app-section {
    padding: 50px 0;
  }

  .white-label-app-section .content-left h2 {
    font-size: 1.8rem;
  }

  .white-label-app-section .content-left .section-description,
  .white-label-app-section .content-left .feature-list li {
    font-size: 1rem;
  }

  .mt-4 {
    margin-top: 30px !important;
  }
}

.academy-management {
  padding: 80px 0;
  background-color: #f7f9fc;
  background-size: cover;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  position: relative;
}

.academy-management::before {
  content: "";
  position: absolute;
  background: #212529a8;
  color: #000;
  width: 100%;
  height: 100%;
  top: 0;
}

.academy-management .fa-classic,
.academy-management .fa-regular,
.academy-management .fa-solid,
.academy-management .far,
.academy-management .fas {
  font-family: "Font Awesome 6 Free" !important;
}

.academy-management h3 {
  padding-bottom: 20px;
}

.management-item {
  background-color: #d9ebff;
  border-radius: 0px 50px 0px 50px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.management-grid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.management-item .icon-circle {
  font-size: 2.5rem;
  color: #007bff;
  background-color: #e9f5ff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.management-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.management-item:hover .icon-circle {
  background-color: #007bff;
  color: #fff;
}

.academy-management h5 {
  color: #ffffff;
  text-align: center;
}

.academy-management h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}

.everything-on-go {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.everything-on-go .img-fluid {
  max-height: 500px;
  width: auto;
  border-radius: 15px;
}

.everything-on-go {
  padding: 4rem 0;
}

.everything-on-go ul li i {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.course-section-copy .course-block-one .inner-box .lower-content p {
  font-size: 20px;
}

.yuvoxx-features-section {
  padding: 80px 20px;
  text-align: center;
  background-color: white;
}

.yuvoxx-features-section .section-heading {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

.yuvoxx-features-section a.faqq {
  font-size: 20px;
  display: block;
  margin: 40px 0 0 0;
}

.yuvoxx-features-section .features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.yuvoxx-features-section .feature-item {
  flex: 0 0 auto;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.yuvoxx-features-section .icon-placeholder {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.yuvoxx-features-section .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  color: #0000ff;
  font-size: 48px;
}

.yuvoxx-features-section .feature-label {
  font-size: 0.9em;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  line-height: 18px;
}

@media (max-width: 768px) {
  .yuvoxx-features-section .section-heading {
    font-size: 2em;
    margin-bottom: 40px;
  }

  .yuvoxx-features-section .features-grid {
    gap: 30px;
  }

  .yuvoxx-features-section .feature-item {
    width: 120px;
  }

  .yuvoxx-features-section .material-symbols-outlined {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .yuvoxx-features-section .section-heading {
    font-size: 1.8em;
  }

  .yuvoxx-features-section .features-grid {
    gap: 20px;
  }

  .yuvoxx-features-section .feature-item {
    width: 100px;
  }

  .yuvoxx-features-section .material-symbols-outlined {
    font-size: 36px;
  }
}

/* New/Modified CSS for Font Awesome */
.yuvoxx-features-section .icon-placeholder .fas,
.yuvoxx-features-section .icon-placeholder .far,
.yuvoxx-features-section .icon-placeholder .fab {
  color: #0057d8;
  font-size: 48px;
}

@media (max-width: 768px) {
  .yuvoxx-features-section .icon-placeholder .fas,
  .yuvoxx-features-section .icon-placeholder .far,
  .yuvoxx-features-section .icon-placeholder .fab {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .yuvoxx-features-section .icon-placeholder .fas,
  .yuvoxx-features-section .icon-placeholder .far,
  .yuvoxx-features-section .icon-placeholder .fab {
    font-size: 36px;
  }
}

.website-builder {
  padding-bottom: 5rem;
}

.website-builder-theme .section-title {
  margin-bottom: 3rem;
  font-weight: 600;
}

.website-builder-theme .feature-card {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.website-builder-theme .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.website-builder-theme .feature-icon {
  margin-bottom: 1.5rem;
}

.website-builder-theme .icon-placeholder .fas,
.website-builder-theme .icon-placeholder .far,
.website-builder-theme .icon-placeholder .fab {
  color: #0057d8;
  font-size: 48px;
}

.website-builder-theme .feature-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: var(--title-color);
  font-weight: 500;
}

.website-builder-theme .feature-description {
  font-size: 1rem;
  line-height: 1.6;
}

/* sports logo */

section.sportsLogos ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

section.sportsLogos ul li {
  margin-right: 20px;
  line-height: 23px;
  list-style-position: inside;
  padding-bottom: 10px;
}

section.sportsLogos ul li img {
  max-width: 130px;
  width: 100%;
}

section.sportsLogos {
  padding: 80px 20px;
}

section.sportsLogos h3 {
  opacity: 0.6;
  letter-spacing: 0.06rem;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  justify-content: center;
  position: relative;
}

section.sportsLogos h3 span {
  background: #ffffff;
  padding: 10px;
  position: relative;
  z-index: 1;
}

section.sportsLogos h3:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #666;
}

section.video-detail {
  padding: 100px 0px !important;
  height: auto;
}

section.video-detail video {
  max-width: 970px;
  border: 2px solid #ffffff87;
  border-radius: 16px;
}

section.video-detail a {
  margin-top: 40px;
}

section.video-detail h2 {
  max-width: 970px;
  margin-bottom: 40px !important;
}

section.white-bg-section.Simplify ul li,
section.banner-blue.Ready ul li {
  margin-bottom: 8px;
}

section.white-bg-section.Simplify ul,
section.banner-blue.Ready ul {
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.paternership {
  display: flex;
  gap: 16px;
  margin: 10px 0 30px;
}

.paternership img {
  max-width: 120px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}

video.parternership-video {
  max-width: 600px;
  height: auto;
}

/* Responsive adjustments for icons (also under parent class) */
@media (max-width: 768px) {
  .website-builder-theme .icon-placeholder .fas,
  .website-builder-theme .icon-placeholder .far,
  .website-builder-theme .icon-placeholder .fab {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .website-builder-theme .icon-placeholder .fas,
  .website-builder-theme .icon-placeholder .far,
  .website-builder-theme .icon-placeholder .fab {
    font-size: 36px;
  }
}

.next-level {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--bg-light-grey);
}

/* Parent class for the 'next-level' theme */
.next-level-theme .h2.text-dark {
  color: var(--primary-strong-blue) !important;
}

.next-level-theme .program-card {
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.next-level-theme .program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.next-level-theme .program-card .icon-placeholder {
  margin-bottom: 1.5rem;
}

.next-level-theme .program-card .icon-placeholder .fas,
.next-level-theme .program-card .icon-placeholder .far,
.next-level-theme .program-card .icon-placeholder .fab {
  color: #0057d8;
  font-size: 48px;
}

@media (max-width: 768px) {
  .next-level-theme .program-card .icon-placeholder .fas,
  .next-level-theme .program-card .icon-placeholder .far,
  .next-level-theme .program-card .icon-placeholder .fab {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .next-level-theme .program-card .icon-placeholder .fas,
  .next-level-theme .program-card .icon-placeholder .far,
  .next-level-theme .program-card .icon-placeholder .fab {
    font-size: 36px;
  }
}

.next-level-theme .program-card h3.text-dark {
  color: var(--secondary-light-blue) !important;
}

.next-level-theme .program-card p.text-muted {
  color: var(--text-medium) !important;
}

.next-level-theme .learn-more-link {
  color: var(--primary-strong-blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  transition: color 0.2s ease, transform 0.2s ease;
}

.next-level-theme .learn-more-link:hover {
  color: var(--accent-vibrant-green);
}

.next-level-theme .learn-more-link svg {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
  stroke: currentColor;
  fill: none;
}

.next-level-theme .learn-more-link:hover svg {
  transform: translateX(5px);
}

/* end */

/* terms */
.terms-content-wrapper,
.policy-content-wrapper {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.terms header,
.policy header {
  width: 100%;
  background: #0057d8;
  color: white;
  padding: 60px 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
}

.terms header h1,
.policy header h1 {
  margin: 0;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.terms header p,
.policy header p {
  margin: 8px 0 0;
  font-size: 0.95em;
  opacity: 0.9;
  color: #fff;
}

.terms h2,
.policy h2 {
  color: #0057d8;
  font-size: 1.5em;
  margin-top: 35px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ced4da;
  padding-bottom: 8px;
  font-weight: 600;
}

.terms p,
.policy p {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 600;
}

.terms .container,
.policy .container {
  padding: 40px;
}

/* .terms  ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
} */
.policy h3 {
  color: #2563eb;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.17rem;
}

.terms ul,
.policy ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 600;
  margin-left: 20px;
}

.terms ul li,
.policy ul li {
  list-style: disc;
}

@media (max-width: 600px) {
  .terms .container,
  .policy .container {
    padding: 15px;
  }
}

/* end */

/* book demo */
.book-demo .demo-section-gradient {
  background: linear-gradient(70deg, #0057d8 0%, #7ac943 115.66%);
  color: white;
  padding: 60px 0;
}

.book-demo .demo-content-left h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.book-demo .demo-content-left p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 30px;
  color: #fff;
}

.book-demo .feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.book-demo .feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.book-demo .feature-list li svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #fff;
  flex-shrink: 0;
}

.book-demo .client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  align-items: center;
}

.book-demo .client-logo {
  max-width: 90px;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.book-demo .client-logo:hover {
  opacity: 1;
  /* Full opacity on hover */
}

/* Demo Form Container and Card within .book-demo */
.book-demo .demo-form-container {
  display: flex;
  justify-content: center;
  /* Center the form card */
  align-items: center;
  height: 100%;
  /* Ensure it takes full height of its parent */
}

.book-demo .demo-form-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  /* More rounded corners */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  /* Softer shadow */
  max-width: 450px;
  /* Limit form width */
  width: 100%;
  text-align: center;
  color: #333;
  /* Darker text for readability on white background */
}

.book-demo .form-header-logo {
  display: block;
  /* Ensures the logo takes its own line */
  margin: 0 auto 25px auto;
  /* Center logo and add bottom margin */
  border-radius: 50%;
  /* Make logo circular if desired */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  /* Subtle shadow for logo */
}

.book-demo .form-header-title {
  font-size: 2rem;
  color: #0057d8;
  /* Use primary brand color */
  margin-bottom: 15px;
  font-weight: 700;
}

.book-demo .form-header-text {
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
}

/* Form Elements within .book-demo form */
.book-demo .form-control {
  border: 1px solid #ced4da;
  border-radius: 8px;
  /* Slightly more rounded input fields */
  padding: 15px 20px;
  /* Larger padding for better touch targets */
  font-size: 1rem;
  width: 100%;
  /* Full width */
  margin-bottom: 20px;
  /* Space between input and button */
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.book-demo .form-control:focus {
  border-color: #0057d8;
  /* Highlight on focus */
  box-shadow: 0 0 0 0.25rem rgba(0, 87, 216, 0.25);
  /* Subtle focus shadow */
  outline: none;
  /* Remove default outline */
}

.book-demo .start-booking-button {
  background-color: #0057d8;
  /* Primary button color */
  color: white;
  border: none;
  border-radius: 8px;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.book-demo .start-booking-button:hover {
  background-color: #0045a7;
  /* Darker shade on hover */
  transform: translateY(-2px);
  /* Slight lift effect */
}

/* Bootstrap Overrides/Adjustments (if using Bootstrap) */
.book-demo .badge {
  background-color: rgba(255, 255, 255, 0.25) !important;
  /* Ensure transparency */
  color: white !important;
  font-weight: normal;
}

/* Responsive Adjustments within .book-demo */
@media (max-width: 991.98px) {
  .book-demo .demo-content-left {
    text-align: center;
    /* Center content on smaller screens */
  }

  .book-demo .feature-list {
    display: inline-block;
    /* Allow feature list to be centered */
    text-align: left;
    /* Keep text aligned within list items */
  }

  .book-demo .client-logos {
    justify-content: center;
    /* Center client logos */
  }

  .book-demo .demo-section-gradient {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .book-demo .demo-content-left h1 {
    font-size: 2.2rem;
  }

  .book-demo .demo-form-card {
    padding: 30px 20px;
  }

  .book-demo .form-header-title {
    font-size: 1.8rem;
  }
}

/* Management Section Styles */
.management {
  padding: 80px 0;
  /* Ample vertical padding */
  background-color: #f8f9fa;
  /* Light background for the whole section */
  text-align: center;
  /* Center align title and cards */
}

.management .management-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
  /* Darker text for readability */
  margin-bottom: 60px;
  /* Space below the title */
  max-width: 800px;
  /* Max width for the title */
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  /* Tighter line height for the title */
}

/* Feature Item Card */
.management .feature-item-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  /* Softer shadow for cards */
  padding: 30px;
  display: flex;
  /* Flexbox for internal alignment */
  flex-direction: column;
  /* Stack content vertically */
  align-items: center;
  /* Center content horizontally within the card */
  text-align: center;
  /* Ensure text is centered */
  height: 100%;
  /* Make cards equal height in a row */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.management .feature-item-card:hover {
  transform: translateY(-8px);
  /* Lift effect on hover */
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  /* Enhanced shadow on hover */
}

/* Feature Icon Circle */
.management .feature-icon-circle {
  background: linear-gradient(45deg, #0057d8, #7ac943);
  /* Gradient background for icon */
  border-radius: 50%;
  /* Circular shape */
  width: 70px;
  /* Size of the circle */
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  /* Space below the icon */
  flex-shrink: 0;
  /* Prevent icon from shrinking */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for icon circle */
}

.management .feature-icon-circle svg {
  width: 36px;
  /* Size of the SVG icon */
  height: 36px;
  color: #ffffff;
  /* White icon color */
  stroke-width: 2;
  /* Ensure stroke-width is consistent */
}

/* Feature Heading */
.management .feature-heading {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0057d8;
  /* Use primary brand color */
  margin-bottom: 15px;
  line-height: 1.3;
}

/* Feature Description */
.management .feature-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  flex-grow: 1;
  /* Allow description to take available space for equal height */
}

/* Bootstrap adjustments (if applicable) */
/* The 'd-flex' on col-12, col-md-6, col-lg-4 helps make columns equal height */
.management .row.g-4 {
  --bs-gutter-x: 1.5rem;
  /* Standard Bootstrap gutter */
  --bs-gutter-y: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .management {
    padding: 60px 0;
  }

  .management .management-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }

  .management .feature-item-card {
    padding: 25px;
  }

  .management .feature-heading {
    font-size: 1.35rem;
  }
}

@media (max-width: 767.98px) {
  .management {
    padding: 40px 0;
  }

  .management .management-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .management .feature-item-card {
    padding: 20px;
  }

  .management .feature-icon-circle {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .management .feature-icon-circle svg {
    width: 30px;
    height: 30px;
  }

  .management .feature-heading {
    font-size: 1.2rem;
  }

  .management .feature-description {
    font-size: 0.95rem;
  }
}

.trusted {
  padding: 80px 0;
  background-color: #0057d8;
  overflow: hidden;
}

.trusted .trusted-section-wrapper {
}

.trusted .trusted-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

.trusted .testimonial-quote-card {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trusted .testimonial-quote-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.trusted .quote-icon {
  width: 48px;
  height: 48px;
  background-color: #e9ecef;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.trusted .quote-icon svg {
  width: 28px;
  height: 28px;
  color: #0057d8;
}

.trusted .quote-text {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}

.trusted .quote-text .text-bold-highlight {
  font-weight: 700;
  color: #333;
}

.trusted .quote-author {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.trusted .quote-company {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 0;
}

.trusted .awards-section {
  margin-top: 80px;
  padding: 30px 0;
  border-radius: 8px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.trusted .awards-container {
  display: inline-block;
  animation: scrollLogos 30s linear infinite;
}

.trusted .awards-container:hover {
  animation-play-state: paused;
}

.trusted .award-logo {
  height: 100px;
  width: auto;
  margin: 0 30px;
  vertical-align: middle;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.trusted .award-logo:hover {
  opacity: 1;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .trusted {
    padding: 60px 0;
  }

  .trusted .trusted-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }

  .trusted .testimonial-quote-card {
    padding: 25px;
  }

  .trusted .quote-text {
    font-size: 1rem;
  }

  .trusted .awards-section {
    margin-top: 60px;
    padding: 20px 0;
  }

  .trusted .award-logo {
    height: 40px;
    margin: 0 20px;
  }
}

@media (max-width: 767.98px) {
  .trusted {
    padding: 40px 0;
  }

  .trusted .trusted-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .trusted .testimonial-quote-card {
    padding: 20px;
  }

  .trusted .quote-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }

  .trusted .quote-icon svg {
    width: 24px;
    height: 24px;
  }

  .trusted .quote-author {
    font-size: 1rem;
  }

  .trusted .quote-company {
    font-size: 0.85rem;
  }

  .trusted .awards-section {
    margin-top: 40px;
    padding: 15px 0;
  }

  .trusted .award-logo {
    height: 35px;
    margin: 0 15px;
  }
}

.accordions-counts {
  background-color: #ffffff;
  overflow: hidden;
  padding-top: 60px;
}

.accordions-counts .impact-section {
  padding-bottom: 60px;
  position: relative;
}

.accordions-counts .impact-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #007bff;
  border-radius: 2px;
}

.accordions-counts .impact-left-content {
  padding-right: 20px;
}

.accordions-counts .impact-left-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #212529;
  margin-bottom: 15px;
  line-height: 1.2;
}

.accordions-counts .impact-left-content p {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 0;
}

.accordions-counts .impact-stat-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.accordions-counts .impact-stat-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(0, 123, 255, 0.05) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.accordions-counts .impact-stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.accordions-counts .impact-stat-card:hover::before {
  opacity: 1;
}

.accordions-counts .impact-stat-number {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: #007bff;
  margin-bottom: 10px;
  line-height: 1;
  text-shadow: 2px 2px 5px rgba(0, 123, 255, 0.2);
  animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.accordions-counts .impact-stat-description {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.5;
  max-width: 280px;
}

.accordions-counts .faq-section {
  background-color: #f7f9fc;
  padding-top: 60px;
  padding-bottom: 60px;
}

.accordions-counts .faq-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #212529;
  text-align: center;
  margin-bottom: 15px;
}

.accordions-counts .faq-subtitle {
  font-size: 1.05rem;
  color: #6c757d;
  text-align: center;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.accordions-counts .modern-faq-accordion .accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.accordions-counts .modern-faq-accordion .accordion-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.accordions-counts .modern-faq-accordion .accordion-header {
  margin-bottom: 0;
}

.accordions-counts .modern-faq-accordion .accordion-button {
  background-color: #ffffff;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 20px 25px;
  border: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-bottom 0.3s ease;
}

.accordions-counts .modern-faq-accordion .accordion-button:not(.collapsed) {
  background-color: #eaf6ff;
  color: #007bff;
  border-bottom-color: #007bff;
  box-shadow: none;
}

.accordions-counts .modern-faq-accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
  border-color: #007bff;
}

.accordions-counts .modern-faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}

.accordions-counts
  .modern-faq-accordion
  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordions-counts .modern-faq-accordion .accordion-body {
  background-color: #fcfdfe;
  color: #555;
  padding: 20px 25px;
  border-top: 1px solid #e9ecef;
  font-size: 1rem;
  line-height: 1.7;
}

.accordions-counts .modern-faq-accordion .faq-link {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.accordions-counts .modern-faq-accordion .faq-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .accordions-counts .impact-section {
    text-align: center;
    padding-bottom: 50px;
  }

  .accordions-counts .impact-left-content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .accordions-counts .impact-left-content h1 {
    font-size: 2.8rem;
  }

  .accordions-counts .impact-stat-number {
    font-size: 3.5rem;
  }

  .accordions-counts .faq-title {
    font-size: 2.4rem;
  }

  .accordions-counts .faq-subtitle {
    font-size: 1rem;
  }

  .accordions-counts .modern-faq-accordion .accordion-button {
    font-size: 1.05rem;
    padding: 18px 20px;
  }

  .accordions-counts .modern-faq-accordion .accordion-body {
    padding: 18px 20px;
  }
}

@media (max-width: 767.98px) {
  .accordions-counts {
    padding: 40px 0;
  }

  .accordions-counts .impact-section {
    padding-bottom: 40px;
  }

  .accordions-counts .impact-left-content h1 {
    font-size: 2.2rem;
  }

  .accordions-counts .impact-stat-card {
    padding: 20px;
  }

  .accordions-counts .impact-stat-number {
    font-size: 3rem;
  }

  .accordions-counts .impact-stat-description {
    font-size: 0.95rem;
  }

  .accordions-counts .faq-title {
    font-size: 2rem;
  }

  .accordions-counts .faq-subtitle {
    font-size: 0.9rem;
  }

  .accordions-counts .modern-faq-accordion .accordion-item {
    margin-bottom: 10px;
  }

  .accordions-counts .modern-faq-accordion .accordion-button {
    font-size: 0.95rem;
    padding: 15px;
  }

  .accordions-counts .modern-faq-accordion .accordion-body {
    padding: 15px;
  }
}

/* end */

/* sports */
.sports-section {
  background-color: #0057d8;
  color: white;
  padding: 5rem 0;
  background-image: url("https://placehold.co/1200x600/0057D8/0057D8?text=");
  background-size: cover;
  background-position: center;
}

/* end */

/* newsletter */
.newsletter-section {
  background-color: #0057d8;
  padding: 30px 0;
  color: white;
  font-family: "Helvetica", "Arial", sans-serif;
}

.newsletter-section .newsletter-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.newsletter-section .newsletter-text {
  flex: 1 1 60%;
  padding-right: 20px;
}

.newsletter-section .newsletter-form {
  flex: 1 1 35%;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 8px;
}

.newsletter-section .subheading {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.newsletter-section .headline {
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
  max-width: 800px;
}

.newsletter-section form input[type="email"] {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.newsletter-section .consent-text {
  font-size: 12px;
  color: #fff;
  margin: 10px 0;
  line-height: 1.6;
}

.newsletter-section form button {
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: #7ac943;
}

.newsletter-section form button:hover,
.newsletter-section form button:focus {
  border-color: #7ac943;
  background: #7ac943;
}

@media (max-width: 768px) {
  .newsletter-content {
    flex-direction: column;
  }

  .newsletter-text,
  .newsletter-form {
    flex: 1 1 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

/* end */

/* football-test */

.testimonial-section1 {
  background-color: #f5f5f5;
  padding: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #333;
}

.testimonial-section1 .container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.testimonial-section1 .row {
  display: flex;
  flex-wrap: wrap;
}

.testimonial-section1 .image-column {
  flex: 1 1 50%;
  min-height: 300px;
  padding: 0;
}

.testimonial-section1 .image-column img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.testimonial-section1 .text-column {
  flex: 1 1 50%;
  padding: 0px 30px 0px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ebf4ff;
}
section.testimonial-section1 .tour-section ul {
  padding-left: 22px;
}
.testimonial-section1 .tour-section h2 {
  padding-bottom: 20px;
}
section.testimonial-section1 video {
  width: 100%;
}
.tour-section button.theme-btn.btn-one.btn2 {
  margin-top: 20px;
}
body section.testimonial-section1 .tour-section ul li {
  list-style: disc !important;
  padding: 0px 0px 5px 0px;
}
.testimonial-section1 blockquote {
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.6;
}

.testimonial-section1 cite {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Georgia", serif;
  font-size: 0.9rem;
  margin-top: 10px;
  color: #444;
}

.testimonial-section1 .cta-link {
  display: inline-block;
  margin-top: 20px;
  color: #0074cc;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.testimonial-section1 .cta-link:hover {
  color: #005a9e;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .testimonial-section1 .row {
    flex-direction: column;
  }

  .testimonial-section1 .image-column,
  .testimonial-section1 .text-column {
    flex: 1 1 100%;
  }

  .testimonial-section1 .text-column {
    padding: 20px;
  }
}

/* end */

/* Splash Hero Section */
.splash-hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #0057d8, #0057d8);
  text-align: center;
}

.splash-hero__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.splash-hero__content {
  color: #fff;
}

.splash-hero__content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
}

.splash-hero__content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #fff;
}

.splash-hero__cta:hover {
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .splash-hero {
    padding: 60px 0;
  }

  .splash-hero__content h2 {
    font-size: 2rem;
  }

  .splash-hero__content p {
    font-size: 1rem;
  }

  .splash-hero__cta {
    padding: 12px 24px;
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .splash-hero {
    padding: 70px 0;
  }

  .splash-hero__content h2 {
    font-size: 2.2rem;
  }

  .splash-hero__content p {
    font-size: 1.1rem;
  }
}

.custom-support-section {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.custom-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom-text-center {
  text-align: center;
}

.custom-heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.custom-description p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.custom-support-items {
  display: flex;
  align-items: center;
  gap: 50px;
  /* flex-wrap: wrap; */
  margin: 0 auto;
  justify-content: center;
}

.custom-support-item {
  text-align: center;
  max-width: 250px;
}

.custom-support-item img {
  width: 122px;
  height: 122px;
  margin-bottom: 15px;
}

.custom-support-item h4 {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .custom-support-section {
    padding: 60px 0;
  }

  .custom-support-items {
    flex-direction: column;
    align-items: center;
  }

  .custom-support-item {
    margin-bottom: 30px;
  }
}

.fundraising-section {
  padding: 80px 20px;
  background-color: #f4f4f4;
}

.fundraising-container {
  max-width: 1200px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.fundraising-intro h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #0d274d;
}

.fundraising-intro p {
  font-size: 1.2rem;
  color: #0d274d;
  margin-bottom: 50px;
}

.fundraising-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 40px;
}

.fundraising-col {
  flex: 1;
  min-width: 300px;
  color: #0d274d;
}

.fundraising-col img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.fundraising-col ul {
  padding-left: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.fundraising-col a {
  color: #0073e6;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .fundraising-row {
    flex-direction: column;
    text-align: center;
  }

  .fundraising-col ul {
    text-align: left;
  }
}

.user-feedback-section {
  background: linear-gradient(135deg, #0057d8, #0057d8);
  color: #fff;
  padding: 80px 20px;
}
.feedback-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.feedback-title {
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: #fff;
}

.feedback-quote {
  font-size: 1.2rem;
  line-height: 1.8;
  font-style: italic;
  position: relative;
  padding: 20px 30px;
  border-left: 4px solid #7ac943;
  background-color: #0d6efd;
  border-radius: 6px;
}

.feedback-author {
  display: block;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .feedback-title {
    font-size: 1.8rem;
  }

  .feedback-quote {
    font-size: 1.05rem;
    padding: 20px;
  }

  .feedback-author {
    font-size: 0.95rem;
  }
}

/* team-management-sys */

.team-management-section {
  background-color: #03043d;
  color: #fff;
  font-family: Arial, sans-serif;
  padding: 50px 20px;
}

.team-management-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.team-management-section .content {
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
}

.team-management-section h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.team-management-section h1 .highlight {
  color: #ff6e00;
}

.team-management-section p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 500px;
}

.team-management-section form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.team-management-section input[type="email"] {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  flex: 1;
  min-width: 200px;
}

.team-management-section button {
  padding: 15px 30px;
  border: none;
  background-color: #38b15d;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  white-space: nowrap;
}

.team-management-section .image-container {
  flex: 1;
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-management-section .image-container img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .team-management-section .container {
    flex-direction: column;
  }

  .team-management-section .content,
  .team-management-section .image-container {
    padding-right: 0;
  }

  .team-management-section .image-container {
    margin-top: 30px;
  }
}

.custom-feature-section1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

  margin: 0 auto;
  padding: 50px 0px;
}

.custom-feature-box {
  background: white;
  box-shadow: 0 10px 16px rgba(78, 109, 132, 0.12);
  border-radius: 8px;
  flex: 0 0 calc(50% - 20px); /* 2 columns with gap */
  display: flex;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
  min-height: 180px;
}

.custom-feature-box img {
  width: auto;
  height: auto;
  border-radius: 12px;
  flex-shrink: 0;
}

.custom-feature-content {
  flex: 1;
}

.custom-feature-content h3 {
  margin: 0 0 12px;
  color: #00214d;
  font-weight: 700;
  font-size: 22px;
}

.custom-feature-content p {
  margin: 0 0 15px;
  color: #444;
  font-size: 15px;
  line-height: 1.4;
}

.custom-feature-content a {
  color: #0056b3;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}

.custom-feature-content a:hover {
  color: #003e85;
}

/* Responsive for mobile - 1 column */
@media (max-width: 768px) {
  .custom-feature-box {
    flex-direction: column;
    flex: 1 1 100%;
    min-height: auto;
  }

  .custom-feature-box img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 250px;
  }

  .custom-feature-content h3 {
    font-size: 20px;
  }

  .custom-feature-content p {
    font-size: 14px;
  }
}

.custom-testimonial-section {
  background-color: #f7f9fa;
  padding: 60px 20px;
}

.custom-testimonial-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.custom-testimonial-section .testimonial-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

/* Image */
.custom-testimonial-section .testimonial-image {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.custom-testimonial-section .testimonial-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Content */
.custom-testimonial-section .testimonial-content {
  flex: 1;
  padding-left: 40px;
  position: relative;
}

.custom-testimonial-section .quote-icon {
  width: 40px;
  margin-bottom: 12px;
}

.custom-testimonial-section .testimonial-label {
  color: #ff7f3f;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}

.custom-testimonial-section blockquote h3 {
  font-weight: 700;
  font-size: 24px;
  color: #00214d;
  margin: 0 0 18px;
}

.custom-testimonial-section blockquote p {
  font-size: 16px;
  color: #555;
  margin: 0 0 18px;
  line-height: 1.5;
}

.custom-testimonial-section blockquote cite {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-testimonial-section .testimonial-row {
    flex-direction: column;
    gap: 20px;
  }
  .custom-testimonial-section .testimonial-image,
  .custom-testimonial-section .testimonial-content {
    max-width: 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
  .custom-testimonial-section .testimonial-content {
    padding-top: 10px;
  }
}

.my-unique-hero {
  background-color: #002147;
  color: white;
}

.my-unique-hero .no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.my-unique-hero .flex-row {
  display: flex;
  flex-wrap: wrap;
}

.my-unique-hero .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.my-unique-hero .hero-content-wrapper {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (min-width: 768px) {
  .my-unique-hero .hero-content-wrapper {
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 90px;
  }
}

.my-unique-hero .hero-text h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.my-unique-hero .hero-text p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.my-unique-hero .Button {
  display: inline-block;
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}

.my-unique-hero .Button--primary {
  background-color: #007bff;
  color: white;
  margin-right: 15px;
}

.my-unique-hero .Button--primary:hover {
  background-color: #0056b3;
}

.my-unique-hero .Button--orange {
  background-color: #ff7f3f;
  color: white;
}

.my-unique-hero .Button--orange:hover {
  background-color: #cc6633;
}

@media (max-width: 767px) {
  .my-unique-hero .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .my-unique-hero .hero-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.my-unique-hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* end */

/* baseball-footer */
.ts-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Hero Section */
.ts-hero {
  color: white;
  padding: 150px 20px;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 800px;
  object-fit: cover;
  text-align: center;
  align-items: center;
  display: flex;
}
.ts-hero::before {
  content: "";
  background: rgb(0 0 0 / 66%);
  position: absolute;
  inset: 0;
}
.ts-hero-content {
  position: relative;
  z-index: 2;
}
.ts-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 10px;
  color: #fff;
}
.ts-subtitle {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}
.pricing-card.free .price {
  padding-bottom: 157px;
}
.ts-form input {
  width: 300px;
  margin-right: 10px;
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: start;
  border-radius: 5px;
  padding: 10px 15px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0.5s ease-in-out 0s;
}
.ts-form button {
  background-color: #2ecc71;
  color: white;
  border: none;
  padding: 10px 20px;
}
.ts-invite-link {
  color: #00bfff;
  display: block;
  margin-top: 15px;
}
.ts-mlb-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}
.ts-mlb-badge img {
  width: 80px;
}

.grand-slam-features {
  padding: 80px 20px;
  background-color: #f9fbfd;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grand-slam-features .content-wrapper {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}

.grand-slam-features .text-content {
  flex: 1;
}

.grand-slam-features .text-content h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #002d72;
  margin-bottom: 20px;
}

.grand-slam-features .text-content p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.8;
}

.grand-slam-features .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.grand-slam-features .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.grand-slam-features .feature-item .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grand-slam-features .feature-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.grand-slam-features .feature-item h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #002d72;
  margin-bottom: 5px;
}

.grand-slam-features .feature-item p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0;
}

.grand-slam-features .see-all-features {
  font-size: 1.1rem;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: color 0.3s ease;
}

.grand-slam-features .see-all-features:hover {
  color: #0056b3;
}

.grand-slam-features .image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grand-slam-features .image-content img {
  max-width: 100%;
  height: auto;
}
.grand-slam-features .icon i {
  font-size: 32px;
  color: #007bff; /* Or any color you like */
  margin-bottom: 10px;
}
/* Responsive Design */
@media (max-width: 992px) {
  .grand-slam-features .content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .grand-slam-features .image-content {
    order: -1; /* To move image above text on mobile */
  }
}

@media (max-width: 768px) {
  .grand-slam-features .grand-slam-features {
    padding: 60px 15px;
  }
  .grand-slam-features .text-content h2 {
    font-size: 2.5rem;
  }
  .grand-slam-features .features-grid {
    grid-template-columns: 1fr;
  }
  .grand-slam-features .image-content img {
    width: 80%; /* Shrink image on smaller screens */
  }
}
@media (max-width: 549.99px) {
  .ts-hero h1 {
    font-size: 1.5rem;
  }
  .ts-form input {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .grand-slam-features .text-content h2 {
    font-size: 2rem;
  }
  .grand-slam-features .text-content p,
  .grand-slam-features .feature-item h3,
  .grand-slam-features .feature-item p {
    font-size: 1rem;
  }
}

.pricing-section {
  padding: 80px 20px;
  text-align: center;
}

.pricing-header h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #002d72;
  margin-bottom: 50px;
}

.pricing-cards-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 380px;
  position: relative;
  border: 1px solid #ccc;
}

.pricing-card.premium {
  border: 2px solid #ff7f00;
}

.pricing-card.premium .cta-button {
  background-color: #28a745;
  border-color: #28a745;
}

.pricing-card.premium .cta-button:hover {
  background-color: #218838;
}

.most-popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff7f00;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 20px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.pricing-card h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #002d72;
  margin-bottom: 10px;
}

.pricing-card .plan-description {
  font-size: 1rem;
  color: #666;
  min-height: 50px;
  margin-bottom: 20px;
}

.pricing-card .price {
  font-size: 3rem;
  font-weight: 700;
  color: #002d72;
  margin-bottom: 5px;
}

.pricing-card .price .currency {
  font-size: 1.5rem;
  vertical-align: top;
  margin-right: 5px;
}

.pricing-card .price .period {
  font-size: 1rem;
  font-weight: normal;
  color: #666;
}

.pricing-card .billing-info,
.pricing-card .original-price {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}

.pricing-card .save-info {
  font-size: 0.9rem;
  color: #007bff;
  font-weight: bold;
  margin-bottom: 20px;
}

.pricing-card .original-price {
  text-decoration: line-through;
  font-size: 1rem;
  margin-bottom: 20px;
}

.features-list {
  margin-top: 30px;
}

.features-list h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #002d72;
  margin-bottom: 15px;
}

.features-list ul {
  list-style: none;
  padding: 0;
}

.features-list li {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.check-icon {
  width: 20px;
  height: 20px;
  fill: #28a745;
  margin-right: 10px;
  flex-shrink: 0;
}

.view-all-link {
  display: inline-block;
  margin-top: 50px;
  font-size: 1.1rem;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.view-all-link:hover {
  color: #0056b3;
}

/* Responsive Design */
@media (max-width: 992px) {
  .pricing-cards-container {
    flex-direction: column;
    align-items: center;
  }
  .pricing-card {
    max-width: 500px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pricing-header h2 {
    font-size: 2rem;
  }
  .pricing-card {
    padding: 30px 20px;
  }
  .pricing-card h3 {
    font-size: 1.5rem;
  }
  .pricing-card .price {
    font-size: 2.5rem;
  }
}

.softball-section {
  font-family: "Open Sans", sans-serif;
  padding: 40px 20px;
  background-color: #f8f9fa;
  text-align: center;
}

.softball-section__header {
  margin-bottom: 40px;
}

.softball-section__header-title {
  font-size: 2.5rem;
  color: #333;
  font-weight: 700;
  margin: 0;
}

.softball-section__header-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  margin: 20px auto 0;
}

.softball-card-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.softball-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
}

.softball-card__image {
  width: 100%;
  height: auto;
  display: block;
}

.softball-card__body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.softball-card__title {
  font-size: 1.25rem;
  color: #333;
  margin: 0;
  font-weight: 600;
}

@media (max-width: 768px) {
  .softball-card-container {
    flex-direction: column;
    align-items: center;
  }
}
/* end */

/* form-game */
.demo-form-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 700px;
}
.demo-form-container h1 {
  color: #000 !important;
  font-size: 36px !important;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.form-title {
  font-size: 2.2em;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
  font-weight: normal;
}

.form-row-custom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group-custom {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group-custom label {
  margin-bottom: 8px;
  color: #555;
  font-weight: bold;
  font-size: 0.9em;
  text-align: start;
}

.form-group-custom input[type="text"],
.form-group-custom input[type="email"],
.form-group-custom input[type="tel"],
.form-group-custom select {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  width: 100%;
  box-sizing: border-box;
}

.form-group-custom input[type="text"]::placeholder,
.form-group-custom input[type="email"]::placeholder,
.form-group-custom input[type="tel"]::placeholder {
  color: #aaa;
}

.form-group-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-8859-1,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20d%3D%22M6%2C9.5L1%2C4.5H11L6%2C9.5z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px;
  display: block !important;
}

.disclaimer-text {
  font-size: 0.85em !important;
  color: #777 !important;
  margin-top: 25px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.schedule-button {
  background-color: #6ed16e;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 1.1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: auto;
  display: block;
  margin: 0 auto;
}

.schedule-button:hover {
  background-color: #5cb85c;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .form-row-custom {
    flex-direction: column;
    gap: 0;
  }

  .form-group-custom {
    margin-bottom: 20px;
  }

  .demo-form-container {
    padding: 20px;
  }

  .form-title {
    font-size: 1.8em;
  }
}
/* end */

/* signup css */
.parents .desktop-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.parents .yuvoxx-signup {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.parents .left-panel {
    flex: 1;
    padding: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
}

.parents .logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.parents .logo img {
  height: 40px;
  margin-right: 10px;
}

.parents .logo span {
  font-size: 24px;
  font-weight: 700;
}

.parents .main-text h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #333;
}

.parents .description {
  margin-top: 30px;
}

.parents .description p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
}

.parents .footer-address {
  margin-top: 50px;
  font-size: 12px;
  color: #999;
}

.parents .right-panel {
  flex: 1;
  background: linear-gradient(135deg, #f0f8ff, #fff0f5);
  padding: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100vh;
}

.parents .signup-header {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.parents .signup-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.parents .login-link {
  font-size: 14px;
  color: #666;
  text-align: right;
}

.parents .login-link a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.parents .form-group {
  margin-bottom: 20px;
  position: relative;
}
select#month,
select#day,
select#year {
  display: block !important;
}
.parents .nice-select {
  display: none !important;
}
.parents .form-group input,
.parents .form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}

.parents .form-group input:focus,
.parents .form-group select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

.parents .password-toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.parents .form-group input:not(:placeholder-shown) + .password-toggle {
  opacity: 1;
}

.parents .help-text {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.parents .info-icon {
  color: #007bff;
  font-size: 14px;
  margin-right: 5px;
}

.parents .parents-name {
  display: flex;
  gap: 10px;
}

.parents .parents-name > div {
  flex: 1;
}

.parents .checkbox-group {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}

.parents .checkbox-group input {
  margin-top: 4px;
}

.parents .checkbox-group label {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}

.parents .checkbox-group a {
  color: #007bff;
  text-decoration: none;
}

.parents .create-account-btn {
  width: 100%;
  padding: 15px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.parents .create-account-btn:hover {
  background-color: #0056b3;
}

/* Mobile-specific styles */
.parents .mobile-header {
  display: none;
}
@media (min-width: 767.99px) {
  .mobile-container {
    display: none;
  }
}
@media (max-width: 1480px) {
.parents .right-panel {
    padding: 80px;
}
.parents .left-panel {
    padding: 80px;
}
}
@media (max-width: 1024px) {
.parents .right-panel {
    padding: 40px;
}
.parents .left-panel {
    padding: 40px;
   
}
}
@media (max-width: 768px) {
  .parents .desktop-container {
    display: none;
  }

  .parents .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
  }

  .parents .mobile-header .logo-container {
    display: flex;
    align-items: center;
  }

  .parents .mobile-header .logo-container img {
    height: 30px;
    margin-right: 5px;
  }

  .parents .mobile-header .login-link {
    text-align: right;
  }

  .parents .yuvoxx-signup-mobile {
    padding: 20px;
  }

  .parents .yuvoxx-signup-mobile .main-text h1 {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
  }

  .parents .yuvoxx-signup-mobile .form-group input,
  .parents .yuvoxx-signup-mobile .form-group select {
    font-size: 14px;
  }

  .parents .parents-name {
    flex-direction: column;
    gap: 0;
  }

  .parents .yuvoxx-signup-mobile .description,
  .parents .yuvoxx-signup-mobile .footer-address,
  .parents .yuvoxx-signup-mobile .signup-header {
    display: none;
  }
}

/* end */

/* foter-doc */
 .yuvoxx-documentation {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 0;
      padding: 0;
      width: 100%;
      overflow-x: hidden;
    }

    .yuvoxx-documentation .top-nav {
      background: #f4f4f4;
      padding: 10px 20px;
      border-bottom: 1px solid #ddd;
    }

    .yuvoxx-documentation .nav-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .yuvoxx-documentation .nav-container a {
      color: #007bff;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s;
    }

    .yuvoxx-documentation .nav-container a:hover {
      color: #0056b3;
    }

    .yuvoxx-documentation .hero-section {
    background: linear-gradient(to right, #0057d8, #0057d8);
    padding: 60px 20px;
    color: white;
}

    .yuvoxx-documentation .hero-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .yuvoxx-documentation .hero-text {
      flex: 1 1 50%;
      min-width: 280px;
    }

   .yuvoxx-documentation .hero-text h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
}

    .yuvoxx-documentation .hero-text p {
      font-size: 1.2rem;
      line-height: 1.6;
        color: #fff;
    }

    .yuvoxx-documentation .hero-image {
      flex: 1 1 40%;
      min-width: 280px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .yuvoxx-documentation .hero-image img {
      max-width: 100%;
      height: auto;
      border: 5px solid white;
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
      transform: rotate(-2deg);
    }

    .yuvoxx-documentation .info-section {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      padding: 60px 20px;
      gap: 80px;
      background-color: #fafafa;
      color: #333;
    }

    .yuvoxx-documentation .info-box {
      flex: 1 1 300px;
      max-width: 400px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .yuvoxx-documentation .info-box svg {
      flex-shrink: 0;
      fill: #007bff;
      width: 24px;
      height: 24px;
      margin-top: 4px;
    }

    .yuvoxx-documentation .info-box .text h3 {
      margin: 0;
      font-size: 1.5rem;
    }

    .yuvoxx-documentation .info-box .text p {
      margin-top: 5px;
      font-size: 1rem;
    }

    .yuvoxx-documentation .info-box .text a {
      color: #007bff;
      text-decoration: none;
    }

    .yuvoxx-documentation .info-box .text a:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .yuvoxx-documentation .hero-container {
        flex-direction: column;
        text-align: center;
      }

      .yuvoxx-documentation .hero-image {
        margin-top: 30px;
      }

      .yuvoxx-documentation .info-section {
        flex-direction: column;
        align-items: center;
        gap: 40px;
      }

      .yuvoxx-documentation .info-box {
        flex-direction: row;
      }
    }
/* end */
