/* [Master Stylesheet v2.0 - Modern Edition] */
/* :: :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/custom-icon.css);
@import url(css/classy-nav.min.css);

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #606060;
  background-color: #fafbfc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  line-height: 1.3;
  font-weight: 700;
}

p {
  color: #606060;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 600;
  font-size: 14px;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

/* Spacing */
.mt-15 { margin-top: 15px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-100 { margin-top: 100px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-100 { margin-bottom: 100px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-50 { margin-left: 50px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-50 { margin-right: 50px !important; }

/* Height */
.height-400 { height: 400px !important; }
.height-500 { height: 500px !important; }
.height-600 { height: 600px !important; }
.height-700 { height: 700px !important; }
.height-800 { height: 800px !important; }

/* Section Padding */
.section-padding-100 { padding-top: 120px; padding-bottom: 120px; }
.section-padding-100-0 { padding-top: 30px; padding-bottom: 0; }
.section-padding-0-100 { padding-top: 0; padding-bottom: 120px; }
.section-padding-100-70 { padding-top: 30px; padding-bottom: 0px; }

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-bottom: 70px !important;
}

.section-heading span {
  color: #69bc5f;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 2.5px;
  font-weight: 700;
}

.section-heading h3 {
  font-size: 38px;
  margin-bottom: 0;
  font-weight: 700;
  color: #242424;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .section-heading h3 { font-size: 26px; }
}

.section-heading.text-left {
  text-align: left !important;
}

.section-heading.white span,
.section-heading.white h3 {
  color: #ffffff;
}

/* Preloader */
#preloader {
  background: #61ba6d;
  background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
  background: linear-gradient(to right, #61ba6d, #83c331);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
}

#preloader .circle-preloader {
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white { background-color: #ffffff !important; }
.bg-dark { background-color: #000000 !important; }
.bg-transparent { background-color: transparent !important; }
.font-bold { font-weight: 700; }
.font-light { font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/* ScrollUp */
#scrollUp {
  background: #61ba6d;
  background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
  background: linear-gradient(to right, #61ba6d, #83c331);
  border-radius: 50%;
  bottom: 60px;
  box-shadow: 0 4px 15px rgba(97, 186, 109, 0.4);
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  right: 60px;
  text-align: center;
  width: 50px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#scrollUp:hover {
  background: #141414;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

/* Academy Button */
.academy-btn {
  display: inline-block;
  min-width: 180px;
  height: 56px;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 0 40px;
  font-size: 14px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #61ba6d;
  background: linear-gradient(135deg, #61ba6d 0%, #83c331 100%);
  box-shadow: 0 8px 25px rgba(97, 186, 109, 0.3);
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.academy-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #83c331 0%, #61ba6d 100%);
  transition: left 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.academy-btn span {
  position: relative;
  z-index: 1;
}

.academy-btn:hover,
.academy-btn:focus {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(97, 186, 109, 0.4);
}

.academy-btn:hover::before {
  left: 0;
}

/* Header Area CSS */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 125px;
}

.header-area .top-header {
  width: 100%;
  height: 95px;
  background-color: #ffffff;
}

.header-area .top-header .login-content a {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  color: #606060;
  letter-spacing: 0.5px;
}

.header-area .top-header .login-content a:hover {
  color: #69bc5f;
}

.header-area .academy-main-menu {
  position: absolute;
  width: 100%;
  height: 85px;
  background-color: transparent;
  top: 95px;
  z-index: 100;
  left: 0;
  right: 0;
}

.header-area .academy-main-menu .classy-nav-container {
  background-color: transparent;
}

.header-area .academy-main-menu .classy-navbar {
  background-color: #f5f7fa;
  height: 85px;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .academy-main-menu .classy-navbar {
    padding: 0 2em;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .academy-main-menu .classy-navbar {
    padding: 0 2em;
    border-radius: 0;
  }
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  position: relative;
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  transition: width 400ms ease;
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a:hover::after,
.header-area .academy-main-menu .classy-navbar .classynav ul li a:focus::after {
  width: 80%;
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .academy-main-menu .classy-navbar .classynav ul li a:focus {
  color: #69bc5f;
}

.header-area .academy-main-menu .calling-info {
  position: relative;
  padding-left: 80px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .academy-main-menu .calling-info {
    padding-left: 50px;
  }
}

.header-area .academy-main-menu .calling-info .call-center {
  position: relative;
  z-index: 1;
  background: #61ba6d;
  background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
  background: linear-gradient(to right, #61ba6d, #83c331);
  padding: 0 40px;
  line-height: 85px;
  height: 85px;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .academy-main-menu .calling-info .call-center {
    padding: 0 15px 0 30px;
  }
}

.header-area .academy-main-menu .calling-info .call-center a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.header-area .academy-main-menu .calling-info .call-center a i {
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  line-height: 41px;
  font-size: 18px;
  text-align: center;
  margin-right: 20px;
  transition: all 300ms ease;
}

.header-area .academy-main-menu .calling-info .call-center a:hover i {
  background-color: #ffffff;
  color: #61ba6d;
}

@media only screen and (max-width: 767px) {
  .header-area .academy-main-menu .calling-info .call-center a span {
    display: none;
  }
}

.header-area .academy-main-menu .calling-info .call-center:before {
  position: absolute;
  width: 50px;
  height: 120%;
  top: 3px;
  left: -28px;
  z-index: 1;
  background-color: #61ba6d;
  content: '';
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.header-area .is-sticky .academy-main-menu {
  position: fixed;
  width: 100%;
  height: 85px;
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: #f5f7fa;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.4s ease;
}

.header-area .is-sticky .academy-main-menu::after {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #83c331;
  content: '';
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Hero Area CSS */
.hero-slides {
  position: relative;
  z-index: 1;
}

.hero-slides .single-hero-slide {
  width: 100%;
  height: 850px;
  position: relative;
  z-index: 1;
}

.hero-slides .single-hero-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide { height: 650px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide { height: 550px; }
}

@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide { height: 600px; }
}

.hero-slides .single-hero-slide .hero-slides-content {
  position: relative;
  z-index: 10;
}

.hero-slides .single-hero-slide h4 {
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide h4 { font-size: 14px; }
}

.hero-slides .single-hero-slide h2 {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 30px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  font-weight: 800;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide h2 { font-size: 48px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide h2 { font-size: 40px; }
}

@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide h2 { font-size: 32px; }
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  width: 60px;
  border-radius: 50%;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  top: 50%;
  margin-top: -30px;
  left: 5%;
  position: absolute;
  z-index: 10;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 400ms ease;
}

@media only screen and (max-width: 767px) {
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: -22px;
  }
}

.hero-slides .owl-prev:hover,
.hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
  background: #ffffff;
  color: #61ba6d;
  border-color: #ffffff;
}

.hero-slides .owl-next {
  left: auto;
  right: 5%;
}

.hero-slides:hover .owl-prev,
.hero-slides:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

/* Top Features Area CSS */
.top-features-area {
  position: relative;
  z-index: 50;
  margin-bottom: -60px;
}

@media only screen and (max-width: 767px) {
  .top-features-area { margin-bottom: -115px; }
}

.top-features-area .features-content {
  position: relative;
  z-index: 50;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  padding: 50px 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 20px 60px rgba(97, 186, 109, 0.3);
  border-radius: 16px;
}

.top-features-area .features-content .single-top-features {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
  transition: transform 300ms ease;
}

.top-features-area .features-content .single-top-features:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .top-features-area .features-content .single-top-features {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.top-features-area .features-content .single-top-features i {
  font-size: 45px;
  margin-right: 20px;
  color: #ffffff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-features-area .features-content .single-top-features i {
    font-size: 32px;
    margin-right: 15px;
  }
}

.top-features-area .features-content .single-top-features h5 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-features-area .features-content .single-top-features h5 { font-size: 16px; }
}

.top-features-area .features-content .col-12:last-child .single-top-features {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .top-features-area .features-content .col-12:last-child .single-top-features {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* Welcome Section */
.welcome-section {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 80px;
}

.welcome-section .section-heading p {
  margin-top: 25px;
}

/* Course Cards - Modern Design */
.single-course-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 45px 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 80%;
  display: flex;
  flex-direction: column;
}

.single-course-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  transform: scaleX(0);
  transition: transform 400ms ease;
}

.single-course-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 70px rgba(97, 186, 109, 0.25);
}

.single-course-card:hover::before {
  transform: scaleX(1);
}

.single-course-card .course-card-icon {
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 38px;
  color: #ffffff;
  box-shadow: 0 12px 35px rgba(97, 186, 109, 0.35);
  transition: all 400ms ease;
}

.single-course-card:hover .course-card-icon {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 15px 45px rgba(97, 186, 109, 0.45);
}

.single-course-card .course-card-content h4 {
  font-size: 22px;
  margin-bottom: 18px;
  color: #242424;
  font-weight: 700;
  transition: color 300ms ease;
  line-height: 1.3;
}

.single-course-card:hover .course-card-content h4 {
  color: #69bc5f;
}

.single-course-card .course-card-content p {
  margin-bottom: 0;
  line-height: 1.9;
  color: #606060;
  font-size: 15px;
}

/* Stats Section */
.stats-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding-top: 30px;
  padding-bottom: 70px;
}

.single-stat-card {
  background: #ffffff;
  padding: 50px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.single-stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(97, 186, 109, 0.18);
}

.single-stat-card .stat-icon {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, rgba(97, 186, 109, 0.1), rgba(131, 195, 49, 0.1));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 34px;
  color: #69bc5f;
  transition: all 300ms ease;
}

.single-stat-card:hover .stat-icon {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  color: #ffffff;
  transform: scale(1.1);
}

.single-stat-card h3 {
  font-size: 52px;
  font-weight: 800;
  color: #242424;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.single-stat-card p {
  font-size: 16px;
  color: #606060;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Activity Cards - Modern Design */
.single-activity-card {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.single-activity-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 70px rgba(97, 186, 109, 0.22);
}

.single-activity-card .activity-card-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 90%;
  width: 80%;
  padding: 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-activity-card .activity-card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 40px 30px;
  }
}

.single-activity-card .activity-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 32px;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(97, 186, 109, 0.35);
  transition: all 300ms ease;
}

.single-activity-card:hover .activity-icon {
  transform: rotate(-5deg) scale(1.1);
}

.single-activity-card .activity-card-content h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #242424;
  line-height: 1.3;
}

.single-activity-card .activity-card-content p {
  margin-bottom: 0;
  line-height: 1.9;
  color: #606060;
  font-size: 15px;
}

.single-activity-card .activity-card-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
  height: 320px;
  position: relative;
  overflow: hidden;
  transition: transform 400ms ease;
}

.single-activity-card:hover .activity-card-thumb {
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .single-activity-card .activity-card-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 250px;
  }
}

/* Call to Action Area CSS */
.call-to-action-area {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #61ba6d 0%, #83c331 100%);
  padding: 80px 0;
  overflow: hidden;
}

.call-to-action-area::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.call-to-action-area::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.call-to-action-area .cta-content {
  position: relative;
  z-index: 2;
}

.call-to-action-area .cta-text h3 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 800;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-to-action-area .cta-text h3 { font-size: 26px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-area .cta-text h3 { font-size: 22px; }
}

@media only screen and (max-width: 767px) {
  .call-to-action-area .cta-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.call-to-action-area .cta-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 0;
  max-width: 600px;
}

@media only screen and (max-width: 767px) {
  .call-to-action-area .cta-text p {
    margin-bottom: 25px;
  }
}

.call-to-action-area .cta-content .academy-btn {
  background: #ffffff;
  color: #61ba6d;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  min-width: 200px;
}

.call-to-action-area .cta-content .academy-btn::before {
  background: #f8f9fa;
}

.call-to-action-area .cta-content .academy-btn:hover {
  color: #61ba6d;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Footer Area CSS */
.main-footer-area {
  background-color: #1a1a1a;
  position: relative;
  padding-top: 120px;
}

.main-footer-area .footer-widget {
  margin-bottom: 80px;
}

.main-footer-area .footer-widget .widget-title {
  margin-bottom: 40px;
}

.main-footer-area .footer-widget .widget-title h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-footer-area .footer-widget .footer-social-info a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
  transition: all 300ms ease;
}

.main-footer-area .footer-widget .footer-social-info a:hover,
.main-footer-area .footer-widget .footer-social-info a:focus {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(97, 186, 109, 0.4);
}

.main-footer-area .footer-widget .useful-links li a {
  display: block;
  color: #909090;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all 300ms ease;
  padding-left: 20px;
  position: relative;
}

.main-footer-area .footer-widget .useful-links li a::before {
  content: '→';
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 300ms ease;
  color: #69bc5f;
}

.main-footer-area .footer-widget .useful-links li a:hover,
.main-footer-area .footer-widget .useful-links li a:focus {
  color: #69bc5f;
  padding-left: 25px;
}

.main-footer-area .footer-widget .useful-links li a:hover::before {
  opacity: 1;
}

.main-footer-area .footer-widget .gallery-list a {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 15px;
  cursor: zoom-in;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 300ms ease;
}

.main-footer-area .footer-widget .gallery-list a:hover {
  transform: scale(1.05);
}

.main-footer-area .footer-widget .gallery-list a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(135deg, rgba(97, 186, 109, 0.8), rgba(131, 195, 49, 0.8));
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.main-footer-area .footer-widget .gallery-list a:hover::after {
  opacity: 1;
  visibility: visible;
}

.main-footer-area .footer-widget .single-contact i {
  color: #69bc5f;
  font-size: 22px;
  margin-right: 15px;
  padding-top: 7px;
}

.main-footer-area .footer-widget .single-contact p {
  margin-bottom: 0;
  color: #909090;
  line-height: 1.8;
}

.main-footer-area .footer-widget .single-contact p a {
  color: #909090;
  transition: color 300ms ease;
}

.main-footer-area .footer-widget .single-contact p a:hover {
  color: #69bc5f;
}

.bottom-footer-area {
  background-color: #0f0f0f;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bottom-footer-area p {
  font-size: 13px;
  margin-bottom: 0;
  color: #707070;
}

.bottom-footer-area p a {
  color: #909090;
  font-size: 13px;
  transition: color 300ms ease;
}

.bottom-footer-area p a:hover {
  color: #69bc5f;
}

/* Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 210px;
}
.breadcumb-area .bradcumbContent {
  width: 500px;
  height: 120px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  position: absolute;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 30;
  box-shadow: 0 15px 50px rgba(97, 186, 109, 0.3);
  border-radius: 16px;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .bradcumbContent {
    width: 280px;
  }
}

.breadcumb-area .bradcumbContent h2 {
  text-align: center;
  line-height: 110px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .bradcumbContent h2 {
    font-size: 24px;
  }
}

/* About Us Content Area CSS */
.about-slides {
  position: relative;
  z-index: 1;
}

.about-slides .owl-prev,
.about-slides .owl-next {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  width: 56px;
  height: 56px;
  line-height: 56px;
  color: #ffffff;
  top: 50%;
  margin-top: -28px;
  left: 5%;
  position: absolute;
  z-index: 10;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 8px 25px rgba(97, 186, 109, 0.3);
}

@media only screen and (max-width: 767px) {
  .about-slides .owl-prev,
  .about-slides .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
  }
}

.about-slides .owl-prev:hover,
.about-slides .owl-next:hover {
  background: #141414;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.about-slides .owl-next {
  left: auto;
  right: 5%;
}

/* Teachers Area CSS */
.single-teachers-area {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 400ms ease;
}

.single-teachers-area:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(97, 186, 109, 0.15);
}

.single-teachers-area .teachers-info {
  padding: 25px;
}

.single-teachers-area .teachers-info h5 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #242424;
}

.single-teachers-area .teachers-info span {
  color: #69bc5f;
  font-size: 14px;
  font-weight: 600;
}

/* Blog Area CSS */
@media only screen and (max-width: 767px) {
  .academy-blog-sidebar {
    margin-top: 100px;
  }
}

.single-blog-post {
  background-color: #ffffff;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 400ms ease;
}

.single-blog-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(97, 186, 109, 0.15);
}

.single-blog-post .blog-post-content {
  padding: 30px;
}

.single-blog-post .post-title {
  font-size: 24px;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  transition: color 300ms ease;
  color: #242424;
}

.single-blog-post .post-title:hover,
.single-blog-post .post-title:focus {
  color: #69bc5f;
}

.single-blog-post .post-meta {
  margin-bottom: 20px;
}

.single-blog-post .post-meta p {
  font-size: 13px;
  color: #69bc5f;
  margin-bottom: 0;
  font-weight: 600;
}

.single-blog-post .post-meta p a {
  font-size: 13px;
  color: #69bc5f;
  font-weight: 600;
}

/* Contact Area CSS */
.contact-content {
  background-color: #ffffff;
  padding: 100px 50px;
  position: relative;
  z-index: 15;
  top: -200px;
  margin-bottom: -100px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .contact-content {
    padding: 50px 30px;
  }
}

.contact-content .section-heading {
  margin-bottom: 40px !important;
}

.contact-content .contact-form-area {
  padding: 50px 40px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 16px;
}

@media only screen and (max-width: 767px) {
  .contact-content .contact-form-area {
    margin-top: 50px;
    padding: 30px 20px;
  }
}

.contact-content .contact-form-area .form-control {
  height: 55px;
  width: 100%;
  background-color: #ffffff;
  font-size: 14px;
  margin-bottom: 20px;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  padding: 15px 25px;
  transition: all 300ms ease;
  font-weight: 500;
}

.contact-content .contact-form-area .form-control:focus {
  border-color: #69bc5f;
  box-shadow: 0 0 0 4px rgba(97, 186, 109, 0.1);
  outline: none;
  background-color: #ffffff;
}

.contact-content .contact-form-area textarea.form-control {
  height: 150px;
  resize: none;
}

/* Accordions */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  overflow: hidden;
}

.single-accordion:last-of-type {
  margin-bottom: 0;
}

.single-accordion h6 {
  margin-bottom: 0;
}

.single-accordion h6 a {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  border-radius: 0;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 20px 60px 20px 25px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  transition: all 300ms ease;
}

.single-accordion h6 a span {
  font-size: 16px;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 20px;
  transition: all 300ms ease;
}

.single-accordion h6 a.collapsed {
  background: #f8f9fa;
  color: #242424;
}

.single-accordion h6 a.collapsed:hover {
  background: #eff1f3;
}

.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}

.single-accordion .accordion-content p {
  padding: 25px;
  margin-bottom: 0;
  line-height: 1.8;
}

/* Tabs CSS */
.academy-tabs-content {
  position: relative;
  z-index: 1;
}

.academy-tabs-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 50px;
}

.academy-tabs-content .nav-tabs .nav-link {
  background: #f8f9fa;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  color: #242424;
  margin: 0 5px;
  border-radius: 12px;
  border: none;
  transition: all 300ms ease;
  font-weight: 700;
}

.academy-tabs-content .nav-tabs .nav-link:hover {
  background: #eff1f3;
}

.academy-tabs-content .nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(97, 186, 109, 0.3);
}

.academy-tabs-content .tab-content h6 {
  font-size: 18px;
}

/* Magnific Popup */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 40px;
  right: -40px;
  border-radius: 50%;
  opacity: 1;
  transition: all 300ms ease;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background: #141414;
}

@media only screen and (max-width: 767px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 0;
    top: 0;
  }
}

/* Pagination */
.academy-pagination-area .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  display: block;
  padding: 0;
  border: 2px solid #e8e8e8;
  margin-right: 10px;
  color: #242424;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 300ms ease;
}

.academy-pagination-area .pagination .page-item .page-link:hover,
.academy-pagination-area .pagination .page-item .page-link:focus {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 5px 15px rgba(97, 186, 109, 0.3);
}

.academy-pagination-area .pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 5px 15px rgba(97, 186, 109, 0.3);
}

/* Blog Widgets */
.blog-post-search-widget form {
  position: relative;
  z-index: 1;
}

.blog-post-search-widget form input {
  width: 100%;
  height: 55px;
  border: 2px solid #e8e8e8;
  background-color: #ffffff;
  padding: 0 70px 0 25px;
  font-size: 14px;
  border-radius: 50px;
  transition: all 300ms ease;
}

.blog-post-search-widget form input:focus {
  border-color: #69bc5f;
  box-shadow: 0 0 0 4px rgba(97, 186, 109, 0.1);
  outline: none;
}

.blog-post-search-widget form button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  border: none;
  z-index: 10;
  cursor: pointer;
  color: #ffffff;
  border-radius: 50%;
  transition: all 300ms ease;
  box-shadow: 0 5px 15px rgba(97, 186, 109, 0.3);
}

.blog-post-search-widget form button:hover {
  background: #141414;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.blog-post-categories,
.latest-blog-posts {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.blog-post-categories h5,
.latest-blog-posts h5 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #242424;
}

.blog-post-categories ul {
  padding-left: 0;
}

.blog-post-categories ul li a {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  padding-left: 20px;
  position: relative;
  transition: all 300ms ease;
}

.blog-post-categories ul li a::before {
  content: '→';
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 300ms ease;
  color: #69bc5f;
}

.blog-post-categories ul li a:hover,
.blog-post-categories ul li a:focus {
  color: #69bc5f;
  padding-left: 25px;
}

.blog-post-categories ul li a:hover::before {
  opacity: 1;
}

.latest-blog-posts .latest-blog-post-thumb {
  border-radius: 12px;
  overflow: hidden;
}

.latest-blog-posts .latest-blog-post-content .post-title h6 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15px;
  transition: color 300ms ease;
}

.latest-blog-posts .latest-blog-post-content .post-title h6:hover,
.latest-blog-posts .latest-blog-post-content .post-title h6:focus {
  color: #69bc5f;
}

.latest-blog-posts .latest-blog-post-content .post-date {
  font-size: 12px;
  color: #69bc5f;
  font-weight: 600;
}

/* Map Area */
.map-area {
  position: relative;
  z-index: 2;
}

.map-area #googleMap {
  width: 100%;
  height: 650px;
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-area #googleMap {
    height: 500px;
  }
}

/* Responsive Typography */
@media only screen and (max-width: 767px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  h6 { font-size: 14px; }
}

/* About Page Specific Styles */
.about-intro-card {
  background: #ffffff;
  padding: 50px 60px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.about-intro-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
}

@media only screen and (max-width: 767px) {
  .about-intro-card {
    padding: 35px 30px;
  }
}

.mission-vision-card {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.mission-vision-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  transform: scaleY(0);
  transition: transform 400ms ease;
}

.mission-vision-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 70px rgba(97, 186, 109, 0.25);
}

.mission-vision-card:hover::before {
  transform: scaleY(1);
}

.mission-vision-card .card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 36px;
  color: #ffffff;
  box-shadow: 0 12px 35px rgba(97, 186, 109, 0.35);
  transition: all 400ms ease;
}

.mission-vision-card:hover .card-icon {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 15px 45px rgba(97, 186, 109, 0.45);
}

.mission-vision-card h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #242424;
  font-weight: 700;
}

.mission-vision-card p {
  font-size: 15px;
  line-height: 1.9;
  color: #606060;
  margin-bottom: 0;
}

.core-values-card {
  background: #ffffff;
  padding: 50px 45px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 767px) {
  .core-values-card {
    padding: 35px 30px;
  }
}

.value-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f0f0f0;
}

.value-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.value-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  background: linear-gradient(135deg, rgba(97, 186, 109, 0.1), rgba(131, 195, 49, 0.1));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  font-size: 28px;
  color: #69bc5f;
  transition: all 300ms ease;
}

.value-item:hover .value-icon {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  color: #ffffff;
  transform: scale(1.1);
}

.value-content h5 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #242424;
  font-weight: 700;
}

.value-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #606060;
  margin-bottom: 0;
}

.info-card {
  background: #ffffff;
  padding: 0;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 70px rgba(97, 186, 109, 0.22);
}

.card-header-custom {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  padding: 30px 35px;
  display: flex;
  align-items: center;
}

.card-header-custom i {
  font-size: 32px;
  color: #ffffff;
  margin-right: 20px;
}

.card-header-custom h4 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.info-content {
  padding: 35px;
}

.time-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 12px;
  border-left: 4px solid #69bc5f;
}

.time-info .day {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
}

.time-info .time {
  font-size: 16px;
  font-weight: 600;
  color: #69bc5f;
}

@media only screen and (max-width: 767px) {
  .time-info {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.partnership-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 60px 50px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.partnership-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
}

@media only screen and (max-width: 767px) {
  .partnership-card {
    padding: 40px 30px;
  }
}

.partnership-card h4 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #242424;
  font-weight: 700;
}

.partnership-card p {
  font-size: 16px;
  line-height: 1.9;
  color: #606060;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.partnership-card .academy-btn {
  margin-top: 10px;
}

.mb-80 {
  margin-bottom: 80px !important;
}

/* Gallery Page Specific Styles */
.gallery-area {
  background: #fafbfc;
}

/* Media Type Selector */
.media-type-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.media-type-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 50px;
  color: #242424;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.media-type-btn i {
  font-size: 24px;
  transition: transform 300ms ease;
}

.media-type-btn:hover {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-color: #69bc5f;
  color: #69bc5f;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(97, 186, 109, 0.15);
}

.media-type-btn:hover i {
  transform: scale(1.1);
}

.media-type-btn.active {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 10px 35px rgba(97, 186, 109, 0.35);
}

.media-type-btn.active:hover {
  background: linear-gradient(135deg, #5aa851, #75b02d);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(97, 186, 109, 0.4);
}

@media only screen and (max-width: 767px) {
  .media-type-selector {
    flex-direction: column;
    gap: 15px;
  }

  .media-type-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 16px 30px;
    font-size: 14px;
  }

  .media-type-btn i {
    font-size: 22px;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}

.portfolio {
  padding: 0;
}

.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

/* === Modern Portfolio Filter Buttons === */
#portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 12px 28px;
  margin: 6px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  transition: all 0.25s ease-in-out;
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  letter-spacing: 0.4px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

#portfolio .portfolio-flters li:hover,
#portfolio .portfolio-flters li.filter-active {
  background: linear-gradient(135deg, #4CAF50, #81C784);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(76, 175, 80, 0.25);
  transform: translateY(-3px);
}


.portfolio .portfolio-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 16px; /* Rounded corners */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); /* for a soft modern lift */
  
}

.portfolio .portfolio-item img {
  border-radius: 16px; /* ensures image matches the rounded container */
  
}

/* Slight hover effect for a modern feel */
.portfolio .portfolio-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.05);
}
/* News Page Specific Styles */
.news-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 70px rgba(97, 186, 109, 0.22);
}

.news-image {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.news-card:hover .news-image img {
  transform: scale(1.08);
}

.news-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #61ba6d, #83c331);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 20px rgba(97, 186, 109, 0.4);
}

.news-content {
  padding: 35px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.news-meta {
  margin-bottom: 18px;
}

.news-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #69bc5f;
  font-weight: 600;
}

.news-meta i {
  font-size: 16px;
}

.news-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #242424;
  font-weight: 700;
  line-height: 1.3;
  transition: color 300ms ease;
}

.news-card:hover .news-content h4 {
  color: #69bc5f;
}

.news-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #606060;
  margin-bottom: 25px;
  flex-grow: 1;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #69bc5f;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 300ms ease;
}

.read-more-btn i {
  transition: transform 300ms ease;
}

.read-more-btn:hover {
  color: #61ba6d;
  gap: 15px;
}

.read-more-btn:hover i {
  transform: translateX(5px);
}

/* Newsletter Card */
.newsletter-card {
  background: linear-gradient(135deg, #61ba6d, #83c331);
  padding: 60px 50px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 15px 50px rgba(97, 186, 109, 0.3);
  position: relative;
  overflow: hidden;
}

.newsletter-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.newsletter-card::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.newsletter-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 36px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.newsletter-card h3 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.newsletter-card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.newsletter-form input {
  flex: 1;
  height: 56px;
  padding: 0 25px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 15px;
  transition: all 300ms ease;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-form input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.25);
  border-color: #ffffff;
}

.newsletter-form button {
  background: #ffffff;
  color: #61ba6d;
  min-width: 160px;
}

.newsletter-form button:hover {
  background: #f8f9fa;
  color: #61ba6d;
}

@media only screen and (max-width: 767px) {
  .newsletter-card {
    padding: 40px 30px;
  }

  .newsletter-card h3 {
    font-size: 26px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form button {
    width: 100%;
  }
}

/* News Detail Page Styles */
.news-detail-area {
  background: #ffffff;
}

.news-detail-hero {
  position: relative;
  height: 500px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.news-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail-hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.news-detail-hero-overlay h1 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 800;
}

.news-detail-meta {
  display: flex;
  gap: 30px;
  align-items: center;
}

.news-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}

.news-detail-meta i {
  font-size: 18px;
  color: #69bc5f;
}

@media only screen and (max-width: 767px) {
  .news-detail-hero {
    height: 350px;
  }

  .news-detail-hero-overlay {
    padding: 30px;
  }

  .news-detail-hero-overlay h1 {
    font-size: 28px;
  }

  .news-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.news-detail-content {
  max-width: 800px;
  margin: 0 auto;
}

.news-detail-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #606060;
  margin-bottom: 25px;
}

.news-detail-content h3 {
  font-size: 28px;
  color: #242424;
  margin: 40px 0 20px;
  font-weight: 700;
}

.news-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.news-gallery-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
  cursor: pointer;
}

.news-gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(97, 186, 109, 0.2);
}

.news-gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.news-video-container {
  position: relative;
  max-width: 100%;
  width: 560px;            /* same width as iframe */
  margin: 0 auto;          /* centers the video */
  border-radius: 16px;     /* round corners */
  overflow: hidden;        /* ensures corners stay rounded */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* soft modern shadow */
}

/* Make the video scale nicely */
.news-video-container video {
  width: 100%;
  height: 520px;
  border-radius: 16px;
  display: block;
  background: #000;        /* black background behind video area */
}


.news-share-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #f0f0f0;
  text-align: center;
}

.news-share-section h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #242424;
}

.social-share-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-share-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  transition: all 300ms ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.social-share-btn.facebook {
  background: #3b5998;
}

.social-share-btn.twitter {
  background: #1da1f2;
}

.social-share-btn.whatsapp {
  background: #25d366;
}

.social-share-btn.linkedin {
  background: #0077b5;
}

.social-share-btn:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.back-to-news {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #69bc5f;
  font-weight: 700;
  margin-bottom: 30px;
  transition: all 300ms ease;
}

.back-to-news:hover {
  color: #61ba6d;
  gap: 15px;
}

.back-to-news i {
  transition: transform 300ms ease;
}

.back-to-news:hover i {
  transform: translateX(-5px);
}
* Video Gallery Styles */
.video-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.video-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 70px rgba(97, 186, 109, 0.22);
}

.video-thumbnail {
  position: relative;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.video-card:hover .video-thumbnail img {
  transform: scale(1.08);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(97, 186, 109, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease;
  box-shadow: 0 8px 25px rgba(97, 186, 109, 0.4);
}

.play-button i {
  font-size: 32px;
  color: #ffffff;
  margin-left: 4px;
  transition: all 300ms ease;
}

.video-card:hover .play-button {
  transform: translate(-50%, -50%) scale(1.15);
  background: linear-gradient(135deg, #61ba6d, #83c331);
  box-shadow: 0 12px 35px rgba(97, 186, 109, 0.5);
}

.video-duration {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(5px);
}

.video-info {
  padding: 30px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.video-category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #69bc5f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.video-category i {
  font-size: 16px;
}

.video-info h4 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #242424;
  font-weight: 700;
  line-height: 1.3;
  transition: color 300ms ease;
}

.video-card:hover .video-info h4 {
  color: #69bc5f;
}

.video-info p {
  font-size: 14px;
  line-height: 1.7;
  color: #606060;
  margin-bottom: 20px;
  flex-grow: 1;
}

.video-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #69bc5f;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 300ms ease;
  align-self: flex-start;
}

.video-play-btn i {
  font-size: 22px;
  transition: transform 300ms ease;
}

.video-play-btn:hover {
  color: #61ba6d;
  gap: 15px;
}

.video-play-btn:hover i {
  transform: scale(1.15);
}

/* Featured Video Section */
.featured-video-section {
  background: #ffffff;
  padding: 60px 50px;
  border-radius: 24px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 767px) {
  .featured-video-section {
    padding: 40px 25px;
  }
}

.featured-video-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.featured-video-container .ratio {
  border-radius: 20px;
  overflow: hidden;
}

.featured-video-container iframe {
  border-radius: 20px;
}

/* CTA with YouTube Icon */
.call-to-action-area .academy-btn i.fa-youtube-play {
  margin-right: 10px;
  font-size: 18px;
}


/*# sourceMappingURL=style.css.map */
