@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}

/* line 34, src/assets/scss/generic/_generic.reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, src/assets/scss/generic/_generic.reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, src/assets/scss/generic/_generic.reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, src/assets/scss/generic/_generic.reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, src/assets/scss/generic/_generic.box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, src/assets/scss/generic/_generic.box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 19, src/assets/scss/generic/_generic.box-sizing.scss */
  html {
    font-size: 88%;
  }
}


/* line 19, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_reboot.scss */
html {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
  text-align: left;
  background-color: #fff;
}

/* line 66, node_modules/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, node_modules/bootstrap/scss/_reboot.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, node_modules/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Montserrat", serif;
  margin-bottom: 0.938rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.banner-sect:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: repeat;
  background-image: linear-gradient(50deg, #111, rgb(171 218 255 / 37%));
}
.banner-sect {
    background-image: url(../img/banner-02.webp);
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}
/* Footer Section */

.dot-circle{
  padding-left: 0px;
}
.dot-circle li {
  position: relative;
  list-style: none;
  padding-left: 15px;
  margin-bottom: 8px;
}
.dot-circle li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f48121;
  left: 0;
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sign-up-form-wrap {
  background: #fff;
  box-shadow: 0px -8px 0px rgb(244 129 33);
}
.collab-logo-size{
  border: 1px solid gainsboro;
  margin-bottom: 0px;
  padding: 10px;
  width: 100%;
  background: #fff;
  height: 100px;
  object-fit: contain;
}
ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
text-indent: -5px;
position: relative;
left: -5px;
}
.header-logo {
  max-height: 170px;
  position: relative;
  top: -80px;   /* desktop: move up */
  left: -80px; /* desktop: move left */
  margin-bottom:50px;
}

/* Responsive adjustments for tablets and mobile */
@media (max-width: 991px) {
  .header-logo {
    max-height: 100px;
    top: -40px;   /* less upward shift */
    left: -180px;  /* less left shift */
  }
}

@media (max-width: 576px) {
  .header-logo {
    max-height: 80px;
    top: -20px;   /* gentle shift */
    left: -120px;  /* gentle shift */
  }
}


.youtube-links:hover .youtube-links-thumbnail img{
  transform: scale(1.3);
}
.youtube-links .youtube-links-thumbnail img{
  height: 500px;
  width: 100%;
  object-fit: cover;
  transition: 3s;
}
.youtube-links .youtube-links-content .plya-icon img{
  width: 80px;
}
.youtube-links:hover .youtube-links-content .plya-icon{
  height: 80px;
  visibility: visible;
  opacity: 1;
}
.youtube-links .youtube-links-content .plya-icon{
  height: 0px;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}
.youtube-links .youtube-links-content{
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  background-image: radial-gradient(circle 382px at 50% 50.2%, rgb(148 148 148 / 56%) 0.1%, rgb(3 1 50 / 40%) 100.2%);
  align-content: center;
}
.youtube-links{
  display: block;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 6px 4px gainsboro;
  max-width: 1000px;
  position: relative;
  margin: auto;
  overflow: hidden;
  margin-top: -100px;
}
.Apply_Now:hover{
  background: #bc1839;
  text-decoration: none;
  color: #fff;
}
.Apply_Now {
  position: fixed;
  right: -40px; /* slightly closer to screen */
  top: 30%;
  transform: rotate(270deg);
  display: inline-block;
  padding: 6px 14px; /* reduced padding */
  font-size: 14px; /* smaller text */
  font-weight: 600;
  background: #e9ab28;
  color: #000000;
  z-index: 1;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px; /* optional: smoother edges */
}

.input-group-text{
  width: 40px;
  border-radius: 10px 0px 0px 10px;
  display: grid;
}
.number-with-border{
  font-size: 60px;
  font-weight: 800;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 2px #555;
}
.advantages-box img{
  width: 60px !important;
}
.advantages-box{
  background: #ffffff;
  border-radius: 20px;
  margin: 15px;
  box-shadow: -3px 3px 0px 3px gainsboro;
  border: 1px solid gainsboro;
  min-height: 390px;
}
.inter-collab-box{
  min-height: 120px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px;
  text-align: center;
}
.list-dots li{
  margin-bottom: 10px;
}
.list-dots-02 li{
  margin-bottom: 5px;
} 
.list-dots-02, 
.list-dots{
  padding-left: 20px;
  list-style: disc;
}
.test-thumb{
  border: 5px solid #dddddd;
    border-radius: 50%;
}
.LEARNING-box{
  min-height: 340px;
    background: #f1f1f1;
    box-shadow: 0px 2px 2px gainsboro;
}
@media only screen and (min-width: 992px) {
  .why-and-benefits::after{
    content: '';
        width: 63%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: #e9ab28;
        z-index: 0;
  }
  .why-and-benefits{
    position: relative;
  }
  .about-content-01{
    padding: 40px;
    background: #ffffff;
    box-shadow: -10px 10px 30px rgb(0 0 0 / 15%);
    margin-right: -50px;
    z-index: 1;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .banner-sect{
    height: 100%;
  }
  .youtube-links .youtube-links-thumbnail img{
    height: 390px;
  }
  .mobile-heading-02 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .mobile-heading {
    font-size: 26px !important;
  }
  .Apply_Now {
    position: fixed;
    font-size: 20px;
    font-weight: 600;
    right: 0;
    top: unset;
    width: 100%;
    bottom: 0;
    transform: rotate(0deg);
    display: block;
    padding: 15px 40px 15px;
    background: #e9ab28;
    text-align: center;
    color: #000;
    z-index: 1;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px -2px 5px rgb(0 0 0 / 22%);
    
  }
}
.owl-nav .owl-prev{
  left: -15px;
}
.owl-nav .owl-next{
  right: -15px;
}
.owl-nav .owl-next,
.owl-nav .owl-prev{
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  background: #f48121 !important;
  border-radius: 40px !important;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span{
  position: relative;
  font-size: 40px;
  line-height: 0.5;
}
.theme-color-01{
  color: #f48120 !important;
}
.theme-btn:hover{
  background: #bc1839;
  color: #fff;
}
.theme-btn{
  background: #f48120
}
.theme-bg-01{
  background: #e9ab28 !important;
}

.login-signup-form .form-control{
  height: auto;
  border-radius: 10px;
  color: #333;
  background: #fff;
  min-height: 40px;
  line-height: 2;
  font-size: 14px;
}
