@import url("./variable.css");

/* hedaer  */
.upper-hedaer {
  background-color: #081017;
}

.upper-hedaer .pattern {
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 74%;
  height: 100%;
}

.main-header {
  position: sticky;
  top: 0px;
  z-index: 100;
  width: 100%;
}

.main-header nav ul li a {
  color: var(--text-color) !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
}

.main-header nav ul li a.active,.main-header nav ul li a:hover {
  color: var(--secondary-color) !important;
  font-weight: 600 !important;
}

.banner .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-size: 20px !important;
}

.main-header .buy-course .dropdown-toggle::after {
  display: none !important;
}

.main-header a.navbar-brand{
  width: 200px;
}
/* hedaer  */

/* footer  */
/* social-media */
.social-media ul li a {
  background-color: #1e2c46;
  transition: all 0.3s ease-in-out;
  color: var(--footer-text);
  padding: 10px 14px;
}

.social-media ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}

.footer .form-control {
  border: 1px solid var(--footer-text);
  color: var(--white-color);
}

.footer .form-control::placeholder {
  color: var(--white-color) !important;
  font-weight: 400 !important;
}

.footer {
  padding: 80px 0px 50px 0px;
  z-index: 1;
  background-color: #081017;
}

.upper-footer {
  z-index: 2;
  margin-bottom: -50px;
  position: relative;
}

.footer .pattern-1 {
  width: 50px;
  position: absolute;
  right: 100px;
  bottom: 100px;
}

.footer .pattern-2 {
  width: 50px;
  left: 100px;
  top: 80px;
}

.footer .fmapp{
  width: 100%;
  height: 250px;
}

/* social-media */
/* footer  */

/* home page  */
/* study-material */
.study-material .pattern-curve {
  width: 80px;
  right: 0px;
  top: 0px;
}

.study-material .pattern-circle {
  width: 50px;
  right: 100px;
  bottom: 5px;
}

.study-material .card-2 {
  background: var(--secondary-color);
}

/* study-material */

/* roadmap */
.roadmap {
  background-image: url("../img/home-page/roadmap/bg.png");
}

/* roadmap */

/* Gallery*/
.Gallery {
  background-image: url("../img/home-page/watch-video/bg.png");
}

.Gallery .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  border-radius: 0px !important;
}

.Gallery .swiper-pagination-bullet-active {
  width: 40px;
  height: 4px;
  border-radius: 10px !important;
  background-color: var(--primary-color);
}

.Gallery img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}

/* Gallery*/

/* counters */
.counter {
  background: url("../img/home-page/counter-bg.png") no-repeat center center;
  background-size: cover;
}

/* counters */

/* Wall-Of-Fame */
.Wall-Of-Fame {
  background-color: #f7f7f7;
  background: url("../img/home-page/wall-of-frame/bg-img.png") no-repeat center
    center;
  background-size: cover;
}

.Wall-Of-Fame .swiper-slide {
  background-color: transparent !important;
}

.Wall-Of-Fame .swiper-slide .img-square {
  position: relative;
}

.Wall-Of-Fame .swiper-slide .img-square a {
  position: absolute;
  bottom: -20px;
  width: 80%;
  transform: translate(-50%, -50%);
}

/* Wall-Of-Fame */

/* banner-1 */
.banner-1 {
  background-size: contain !important;
  height: 100vh;
}

.banner .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.banner .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 30px;
  color: var(--white-color);
}

.banner .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 30px;
  color: var(--white-color);
}

/* banner-1 */

/* mockup */
.mockup .right img {
  width: 250px;
  position: absolute;
  bottom: 0px;
  padding: 0px 30px;
}

.mockup {
  /* background     : url('../img/home-page/mockup/bg-img.png') no-repeat center center; */
  background: url("../img/home-page/mockup/footer.png") no-repeat center center;
  background-size: cover;
}

/* mockup */

/* ======================================= course-details ======================================= */

/* contact */
.contact-card {
  background-image: url("../img/Contact/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

/* contact */

/* home-contact */
.home-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("")
      no-repeat center center;
  background-size: cover;
  padding: 40px 20px;
}

.home-contact .right h3 {
  font-size: 40px;
}

.gallery .carousel-inner .carousel-item img {
  height: 250px;
}

.form-counselling img {
  width: 100%;
  height: 450px;
}

/* ======= testimonial start  ==========   */
.testimonial {
  border-left: 3px solid var(--tertiary-color);
  padding: 100px 0 100px 275px;
  position: relative;
}

.testimonial:before,
.testimonial:after {
  content: "";
  width: 320px;
  height: 55px;
  border-right: 3px solid var(--tertiary-color);
  position: absolute;
  left: 0;
}

.testimonial:before {
  border-top: 3px solid var(--tertiary-color);
  top: 0;
}

.testimonial:after {
  border-bottom: 3px solid var(--tertiary-color);
  bottom: 0;
}

.testimonial .pic {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100px;
  left: 100px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  position: relative;
}

.testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -70px;
  left: 0;
  font-size: 20px;
  color: var(--dark-alt);
}
@media only screen and (max-width: 990px) {
  .testimonial {
    padding: 80px 0 80px 265px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 0;
    border: none;
  }

  .testimonial:before,
  .testimonial:after {
    border: none;
  }

  .testimonial .pic {
    position: relative;
    top: 0;
    left: 0;
  }

  .testimonial .description {
    margin-top: 15px;
  }

  .testimonial .description:before {
    content: "";
  }
}

/* nick */

body {
  background-color: #f9f9f9;
}

.branch-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.branch-card {
  height: 300px;
  border: none;
  box-shadow: 0 4px 8px rgba(1, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 20px;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.branch-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #47911a;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.branch-card h5 {
  color: #47911a;
  font-weight: 600;
}

.branch-card a {
  color: #47911a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.branch-card a:hover {
  text-decoration: underline;
}

.success-title {
  text-align: center;
  margin-bottom: 50px;
}

.success-title span {
  color: #4CAF50;
}

.sideside-arrows .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.sideside-arrows .owl-prev,
.sideside-arrows .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50% !important;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.sideside-arrows .owl-prev {
  left: -50px;
}

.sideside-arrows .owl-next {
  right: -50px;
}

.sideside-arrows .owl-prev:hover,
.sideside-arrows .owl-next:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

.layer {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  height: 250px;
}

.layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-overlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.layer:hover .img-overlayer {
  opacity: 1;
}

.icon {
  font-size: 48px;
  margin-bottom: 10px;
}

.card {
  border: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .sideside-arrows .owl-nav {
      display: none;
  }
  
  .layer {
      height: 200px;
  }
}

.success-stories {
  padding: 50px 0;
  background: #fff;
}
.story-title {
  text-align: center;
  margin-bottom: 40px;
}
.story-title span {
  color: #8bc34a;
}
.story-card {
  position: relative;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.story-image {
  position: relative;
  height: 300px;
  background: #f5f5f5;
}
.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.play-button:hover {
  background: #f8f8f8;
  transform: translate(-50%, -50%) scale(1.1);
}
.story-info {
  padding: 20px;
  text-align: center;
}
.story-name {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.story-percentage {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.story-institute {
  background: #004d99;
  color: white;
  padding: 8px 20px;
  border-radius: 5px;
  display: inline-block;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.owl-prev, .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.5) !important;
  border-radius: 50% !important;
  color: white !important;
}
.owl-prev {
  left: -50px;
}
.owl-next {
  right: -50px;
}



/* topper card style  */
.success-title {
  text-align: center;
  margin-bottom: 50px;
}

.success-title span {
  color: #4CAF50;
}

.sideside-arrows .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.sideside-arrows .owl-prev,
.sideside-arrows .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 175, 35, 0.5) !important;
  border-radius: 50% !important;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.sideside-arrows .owl-prev {
  left: -50px;
}

.sideside-arrows .owl-next {
  right: -50px;
}

.sideside-arrows .owl-prev:hover,
.sideside-arrows .owl-next:hover {
  background: rgba(0, 172, 214, 0.8) !important;
}

.layer {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  height: auto;
}

.layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-overlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.layer:hover .img-overlayer {
  opacity: 1;
}

.icon {
  font-size: 48px;
  margin-bottom: 10px;
}

.card {
  border: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .sideside-arrows .owl-nav {
      display: none;
  }
  
  /* .layer {
      height: 200px;
  } */
}
/* topper card style */


/* about mission */
.vision.core .vision-section { 
  padding: 4rem 0;
}

.card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border: 10px;
  margin-bottom: 2rem;
  border-width: 10px
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.core-value-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.section-title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: inherit;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--accent-color);
}

.core-values {
  background-color: var(--light-bg);
  padding-top: 4rem;
}

.core-value-card {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  border-bottom: 3px solid var(--accent-color);
}

.mission-card {
  border-radius: 10px;
  padding: 2rem;
  backdrop-filter: blur(5px);
  border : 1px;
  
}

.dark-section-title {
  color: var(--primary-color);
}

.core-value-card h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.core-value-card p {
  color: var(--secondary-color);
}

.enquire-btn{
  position: relative;
  z-index: 99;
}

.con-social a i:hover{
  color: var(--primary-color);
}

.contact-map{
  width: 100%;
  height: 400px;
}

/* smaller-banner */

.smaller-banner{
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/home-page/forward-classes-dombivali-west.webp") no-repeat center;
  background-size: cover; 
}

/* smaller-banner */