@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Niconne&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

/* font-family: "Niconne", cursive; / font-family: "EB Garamond", serif; / font-family: "Kanit", sans-serif; */


select::-ms-expand {
  display: none;
}

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

h1 {
  font-size: 40px;
  color: #222222;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "EB Garamond", serif;
}

h2 {
  font-size: 35px;
  color: #222222;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}

h3 {
  font-size: 30px;
  color: #222222;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}

h4 {
  font-size: 25px;
  color: #222222;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}

h5 {
  font-size: 20px;
  color: #222222;
  margin: 0px 0px 15px 0px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Golos Text", sans-serif;
  ;
}

h6 {
  font-size: 18px;
  color: #222222;
  margin: 0px 0px 15px 0px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Golos Text", sans-serif;
  ;
}


body {
  overflow-x: hidden;
  color: #505050;
  font-size: 15px;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
  outline: none;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: "Golos Text", sans-serif;
  ;
  background-color: #fff;
  font-weight: 400;
}

body,
html {
  padding: 0;
  margin: 0;
}

p {
  color: #686868;
  font-size: 15px;
  margin: 0px 0px 10px 0px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  line-height: 1.7em;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.form-control::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #222222;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #222222;
  opacity: 1;
}

:focus,
button:focus {
  outline-style: none;
  box-shadow: none;
}

*:focus {
  outline: none;
}

input:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}



.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-120 {
  margin-top: 120px;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

.header h2 {
  font-size: 40px;
  font-weight: 500;
}

.view-all {
  color: #244b2e;
  text-decoration: none;
  font-size: 18px;
}

/* --Header-- */

.header-sticky {
  position: relative;
  z-index: 9;
}

.fixedhead {
  position: fixed;
  top: -36px;
  animation: slide-down 0.7s;
  opacity: 1;
  width: 100%;
  background: #fff;
  z-index: 999;
  left: 0px;
  box-shadow: 0 1px 7px 0 rgb(227 227 227 / 72%);
}

.menu-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mid-menu-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-logo img {
  width: 180px;
}

.top-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-logo span {
  font-size: 16px;
  color: #6b6b6b;
}

.top-logo h4 {
  margin: 0;
  font-weight: 600;
  line-height: 40px;
  font-family: "EB Garamond", serif;
  color: #93b56c;
  font-size: 35px;
}

/* --btn-- */

.btn {
  padding: 8px 25px;
  background: #244b2e;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #244b2e;
  border-radius: 5px;
  height: max-content;
  margin-right: 15px;
}

.btn:hover {
  background: #ffffff;
  color: #244b2e;
  border: 1px solid #244b2e;
}

.btn-1 {
  padding: 8px 25px;
  background: #93b56c;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #93b56c;
  border-radius: 5px;
  height: max-content;
}

.btn-1:hover {
  background: #ffffff;
  color: #93b56c;
  border: 1px solid #93b56c;
}

/* --Heading-- */

.heading h2 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 46px;
  color: #93b56c;
  position: relative;
  z-index: 3;
  line-height: 45px;
}

.heading h2::before {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: -25px;
  top: -25px;
  background-image: url(../images/head-img.png);
  background-size: cover;
  z-index: -1;
  opacity: .3;
  animation-name: rotating_invers;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.heading span {
  font-size: 40px;
  margin-left: 55px;
  color: #F44336;
  font-family: "Niconne", cursive;
  line-height: 1;
}

.top-header {
  background: #244b2e;
}

.top-header p {
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}

.top-header a {
  padding: 5px 30px;
  background: #93b56c;
  color: #fff;
  border-radius: 25px;
  margin-left: 20px;
  text-decoration: none;
}

@keyframes rotating_invers {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.btn-groups {
  display: flex;
  align-items: center;
}

.btn-call {
  display: flex;
  margin-left: 25px;
  align-items: center;
}

.btn-call .cal-icon {
  display: flex;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #93b56c, #ed3425);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.btn-call .cal-cont {
  margin-left: 10px;
}

.btn-call .cal-cont p {
  margin: 0;
  color: #6e6e6e;
  font-size: 18px;
}

.btn-call .cal-cont small {
  color: #000000;
  font-size: 16px;
}

.menu-right ul {
  display: flex;
  margin-right: 10px;
}

.menu-right ul li {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #b1b1b1;
}

.menu-right ul li:last-child {
  border: none;
}

.menu-right ul li a {
  font-size: 18px;
  color: #767676;
  position: relative;
  text-decoration: unset;
}

.menu-right ul li a:hover {
  color: #93b56c;
}

.menu-right ul li span {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #93b56c;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  animation: bg-circle-one 3s infinite alternate;
}

@keyframes bg-circle-one {
  0% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1.1);
  }
}

/* Banner */

.banner-section {
  position: relative;
  overflow: hidden;
}

.fc-banner-item {
  height: 80vh;
  position: relative;
}

.fc-banner-item .bnr-bg-img {
  width: 100%;
  height: 100%;
}

.fc-banner-item .bnr-bg-img img {
  width: 100%;
  height: 100%;
}

.fc-banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.bnr-img {
  width: 100%;
  object-fit: scale-down;
  height: 100%;
}

.bnr-text h1 {
  font-size: 80px;
}

.bnr-text p {
  font-size: 18px;
}

.let-big-head h2 {
  font-size: 50px;
  line-height: 63px;
  color: #4e4e4e;
  font-weight: 700;
  position: relative;
}

.my-word-anime .inner-h2 {
  position: absolute;
  top: -15px;
}

.my-word-anime .stage {
  width: auto;
  margin-top: 15px;
  height: 100px;
}

.my-word-anime .cubespinner {
  -webkit-animation-name: spincubewrd;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-name: spincubewrd;

  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 40px 40px 0;
  -moz-transform-origin: 40px 40px 0;
  -ms-transform-origin: 40px 40px 0;
  transform-origin: 40px 40px 0;
}

.my-word-anime .cubespinner div {
  position: absolute;
  width: 400px;
  height: 80px;
}



.my-word-anime .cubespinner .face {
  color: #244b2e;
}

.my-word-anime .cubespinner .face1 {
  -webkit-transform: translateZ(40px);
  -moz-transform: translateZ(40px);
  -ms-transform: translateZ(40px);
  transform: translateZ(40px);
  -webkit-backface-visibility: hidden;
  margin-left: -5px;
}

.my-word-anime .cubespinner .face2 {
  -webkit-transform: rotateX(90deg) translateZ(40px);
  -moz-transform: rotateX(90deg) translateZ(40px);
  -ms-transform: rotateX(90deg) translateZ(40px);
  transform: rotateX(90deg) translateZ(40px);
  -webkit-backface-visibility: hidden;
}

.my-word-anime .cubespinner .face3 {
  -webkit-transform: rotateX(180deg) translateZ(40px);
  -moz-transform: rotateX(180deg) translateZ(40px);
  -ms-transform: rotateX(180deg) translateZ(40px);
  transform: rotateX(180deg) translateZ(40px);
  -webkit-backface-visibility: hidden;
  margin-left: -5px;
}

.my-word-anime .cubespinner .face4 {
  -webkit-transform: rotateX(270deg) translateZ(40px);
  -moz-transform: rotateX(270deg) translateZ(40px);
  -ms-transform: rotateX(270deg) translateZ(40px);
  transform: rotateX(270deg) translateZ(40px);
  -webkit-backface-visibility: hidden;
  margin-left: -5px;
}

@-webkit-keyframes spincubewrd {

  from,
  to {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }

  15% {
    -webkit-transform: rotateX(90deg);
  }

  25% {
    -webkit-transform: rotateX(90deg);
  }

  40% {
    -webkit-transform: rotateX(180deg);
  }

  50% {
    -webkit-transform: rotateX(180deg);
  }

  65% {
    -webkit-transform: rotateX(270deg);
  }

  75% {
    -webkit-transform: rotateX(270deg);
  }

  95% {
    -webkit-transform: rotateX(360deg);
  }

  100% {
    -webkit-transform: rotateX(360deg);
  }
}

@keyframes spincubewrd {

  from,
  to {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  15% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  25% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  40% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  50% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  65% {
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    -ms-transform: rotateX(270deg);
    transform: rotateX(270deg);
  }

  75% {
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    -ms-transform: rotateX(270deg);
    transform: rotateX(270deg);
  }

  90% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }

  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}

.my-word-anime .remaingchangeboxwrd {
  padding-left: 25%;
}

.bnr-text h6 {
  padding: 5px 25px;
  background: #244b2e;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 25px;
}

.txtm-glowing1 {
  position: absolute;
  top: -2%;
  right: -7%;
  z-index: -1;
  opacity: 0.8;
  animation: glowing 10s infinite;
  z-index: 2;
}

@keyframes glowing {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  50% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
}

.txtm-glowing2 {
  left: -6%;
  position: absolute;
  bottom: -17%;
  opacity: 0.8;
  z-index: -1;
  animation: glowing 20s infinite;
  z-index: 2;
}

.fc-banner .owl-prev {
  left: 35px;
  right: unset;
  top: 50%;
}

.fc-banner .owl-next {
  right: 35px;
  left: unset;
  top: 50%;
}

.partner {
  margin-top: 100px;
}

.partner-item {
  padding: 15px 0;
  text-align: center;
  position: relative;
}

.partner-item::before {
  position: absolute;
  content: " ";
  height: 65px;
  width: 1px;
  background: #959595;
  right: 0;
  top: 25%;
}

.partner-item .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;

}

.partner-item .icon img {
  width: 100%;
  height: 100%;
}



.partner-slide {
  overflow: hidden;
}

.partner-slide .owl-prev,
.partner-slide .owl-next,
.partner-slide .owl-dot {
  display: none;
}

.partner-item .p-txt h6 {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.partner-slide {
  border: 2px dashed #93b56c;
  border-radius: 10px;
}

.partner h4 {
  font-size: 22px;
  color: #244b2e;
  font-weight: 500;
}

/* content-box */

.content-box {
  padding: 50px 0;
  background: #244b2e;
  position: relative;
}

.content-box::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  background-image: url(../images/content-bg.png);
  background-size: contain;
  top: 0;
  left: 0;
  opacity: 0.07;
}

.content-box .content-box-inner {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 1;

}

.content-box .content-box-item {
  display: flex;
  align-items: center;
}

.content-box .content-box-img {
  padding: 8px 7px 0px 8px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #fbfbfb;
  border-radius: 50% 0% 50% 50%;
  width: 100px;
  height: 100px;
  margin-right: 25px;
}

.content-box .content-box-img .content-box-img-inner {
  background-color: #FFFFFF;
  color: #1CB098;
  border-radius: 50% 0% 50% 50%;
  padding: 20px;
  fill: #fff;
  display: inline-block;
}

.content-box .content-box-txt h4 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 24px;
}

.content-box .content-box-txt p {
  margin: 0;
  color: #fff;
}


/* categories */

.categories {
  padding: 50px 0;
}

.categories .category-item {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  border-radius: 5px 16px;
  height: 100%;
}

.categories .category-item .cat-icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.categories .category-item .cat-icon img {
  width: 40px;
  height: 40px;
}

.categories .category-item .cat-txt p {
  margin: 0;
}

.categories .category-item .cat-txt h5 {
  margin-bottom: 10px;
}

.category-inner .row .col-md-4:nth-child(1) .category-item {
  background-color: #f8d7da;
}

.category-inner .row .col-md-4:nth-child(2) .category-item {
  background-color: #b1f3ff;
}

.category-inner .row .col-md-4:nth-child(3) .category-item {
  background-color: #c4ffd2;
}

.category-inner .row .col-md-4:nth-child(4) .category-item {
  background-color: #cec7ff;
}

.category-inner .row .col-md-4:nth-child(5) .category-item {
  background-color: #e9bdff;
}

.category-inner .row .col-md-4:nth-child(6) .category-item {
  background-color: #c8e3d0;
}

.category-inner .row .col-md-4:nth-child(7) .category-item {
  background-color: #fff6d9;
}

.category-inner .row .col-md-4:nth-child(8) .category-item {
  background-color: #c4ffd2;
}

.category-inner .row .col-md-4:nth-child(9) .category-item {
  background-color: #cec7ff;
}

.category-inner .row .col-md-4:nth-child(10) .category-item {
  background-color: #e9bdff;
}

.category-inner .row .col-md-4:nth-child(11) .category-item {
  background-color: #c8e3d0;
}

.category-inner .row .col-md-4:nth-child(12) .category-item {
  background-color: #fff6d9;
}


.more-courses {
  height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: #244b2e;
  border-radius: 10px;
  margin: 0 auto;
}

.more-courses img {
  width: 100px;
  margin: 0 auto;
}

.more-courses h6 {
  margin-top: 25px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.more-courses h6 span {
  color: yellow;
}

.more-courses a {
  color: #ffc107;
  text-decoration: unset;
  font-size: 18px;
}

/* popular-courses */










.popular-courses .popular-courses-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.popular-courses .popular-courses-img .course-cate {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #244b2e;
  padding: 5px 25px;
  border-radius: 20px;
}

.popular-courses .popular-courses-img .course-cate.advance {
  background: #7a00ff;
}

.popular-courses .popular-courses-img .course-cate p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.popular-courses .popular-courses-img .course-save {
  position: absolute;
  top: 15px;
  right: 15px;
}

.popular-courses .popular-courses-img .course-save a {
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #244b2e;
  background-color: #fff;
  font-size: 20px;
}

.popular-courses .popular-courses-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);

}

.popular-courses .popular-courses-img .course-authority {
  display: flex;
  position: absolute;
  left: 15px;
  bottom: 15px;
  align-items: center;
}

.popular-courses .popular-courses-img .author-img {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  margin-right: 12px;
}

.popular-courses .popular-courses-img .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-courses .popular-courses-img .author-txt p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}


.popular-courses .popular-courses-txt {
  padding: 15px;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
}

.popular-courses .popular-courses-txt p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.popular-courses .popular-courses-txt h5 {
  margin-bottom: 10px;
}

.popular-courses .popular-courses-txt h5 a {
  color: #444444;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popular-courses .popular-courses-txt h5 a:hover {
  color: #244b2e;
}

.popular-courses .pct-mid .rating {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  background: #fffdf7;
  color: #FFC107;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #ffc107;
}

.popular-courses .pct-mid .user-pf {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  background: #fffdf7;
  color: green;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid green;
}

.popular-courses .pct-mid {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a5a5a5;
}

.popular-courses .pct-mid span {
  font-weight: 600;
}

.popular-courses .base-btn {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.popular-courses .base-btn .price {
  color: #323232;
  font-size: 18px;
  font-weight: 600;
}

.popular-courses .base-btn .price sub {
  color: #ff0000;
  text-decoration: line-through;
}

.popular-courses .base-btn a {
  color: #323232;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.popular-courses .base-btn a:hover {
  color: #244b2e;
}

/* why-us */

.why-caurosal .owl-prev,
.why-caurosal .owl-next {
  display: none;
}

.why-us {
  background: #bfffd0;
  padding: 60px 0;
}

.why-us .why-item {
  text-align: center;
}

.why-us .why-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 0 0 0 inset rgba(5, 5, 5, 0.1), -0.05em -0.05em 0.05em 0 inset rgba(5, 5, 5, 0.25), 0 0 0 0 inset rgba(5, 5, 5, 0.1), 0 0 0.05em 0.2em inset rgba(255, 255, 255, 0.25), 0.025em 0.05em 0.1em 0 inset rgba(255, 255, 255, 1), 0.12em 0.12em 0.12em inset rgba(255, 255, 255, 0.25), -0.075em -0.25em 0.25em 0.1em inset rgba(5, 5, 5, 0.25);
  background-image: linear-gradient(135deg, rgb(249 249 249), #d0f2ff);
}

.why-us .why-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.why-item p {
  font-weight: 700;
}

.front-events {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background: repeating-linear-gradient(45deg, #f7fff9, #1987541c 100px);
}

.background--gray {
  background: #f3f4f5;
}

.nearest-item {
  background: #fff;
  color: #777;
  -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .03);
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .03);
  padding-bottom: 25px
}

@media only screen and (min-width: 768px) {
  .nearest-item {
    padding-bottom: 0
  }
}

.nearest-item:not(:last-of-type) {
  margin-bottom: 20px
}

.nearest-item__img {
  position: relative
}

.nearest-item .img--bg {
  z-index: 0
}

.nearest-item__img::before {
  content: "";
  display: block;
  padding-top: 64.03941%
}

.nearest-item__date,
.nearest-item__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 15px
}

.nearest-item__description {
  padding-top: 23px
}

@media only screen and (min-width: 768px) {

  .nearest-item__date,
  .nearest-item__description {
    padding: 0
  }
}

.nearest-item__link {
  font-family: Quicksand, sans-serif
}

.nearest-item__date span:first-of-type,
.nearest-item__link {
  color: #006054;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.nearest-item__link:hover {
  color: #333;
  opacity: .75
}

.main-event {
  position: relative;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  margin-top: 70px;
  padding: 52px 30px 60px 30px
}

.main-event::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000c4;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .main-event {
    padding: 42px 70px 70px 50px
  }
}

@media only screen and (min-width: 992px) {
  .main-event {
    padding: 62px 70px 70px 70px
  }
}

@media only screen and (min-width: 1200px) {
  .main-event {
    padding: 70px;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 41%;
    margin-top: 0
  }
}

.main-event__inner {
  width: 100%;
  max-width: 540px;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .main-event__inner {
    max-width: 100%
  }
}

.main-event .heading {
  margin-bottom: 20px
}

@media only screen and (min-width: 1200px) {
  .main-event .heading {
    margin-bottom: 30px
  }
}

.main-event .heading .heading__pre-title,
.main-event .heading .heading__title {
  color: #fff
}

.main-event p {
  color: inherit
}

.main-event p:not(:last-of-type) {
  margin-bottom: 35px
}

.main-event__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 28px
}

@media only screen and (min-width: 1200px) {
  .main-event__date {
    margin-top: 44px
  }
}

.main-event__date span:first-of-type {
  color: #fdd340;
  font-size: 18px;
  font-weight: 700
}

.main-event__button {
  color: #fff;
  margin-top: 45px
}


.img--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
}

.main-event__inner .sec-title h2 {
  color: #fff;
}

.main-event__inner .sec-title h2 span:nth-of-type(2) {
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.front-events .login {
  margin: 0;
}


.nearest-inn .nearest-item:nth-child(1) {
  background-image: url(../images/study-1.jpg);
  background-position: left;
}

.nearest-inn .nearest-item:nth-child(2) {
  background-image: url(../images/secondary.jpg);
  background-position: left;
}

.nearest-item {
  padding: 45px 45px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #0000003d;
  background-repeat: no-repeat;
  background-size: cover;
}

.nearest-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #ffffff 35%, transparent);
  border-radius: 10px;
}

.nearest-text span {
  display: block;
  background: #244b2e;
  width: fit-content;
  padding: 5px 25px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
}

.nearest-text h4 {
  font-weight: 500;
}

.cls-upto {
  position: absolute;
  right: 0;
  top: 0;
}

.cls-upto p {
  margin: 0;
  background: #93b56c;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
}

.world {
  position: absolute;
  width: 100%;
  bottom: -50%;
  left: 0%;
  animation-name: rotating_invers;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.world img {
  width: 100%;
}

@keyframes rotating_invers {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/* n-panel */

.n-panel .npanel-with {
  overflow: hidden;
}

.n-panel {
  padding: 60px 0;
  background: #bfffd0;
}

.n-panel .box-inner {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  height: 130px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.n-panel .box-inner img {
  object-fit: contain;
}

/* quiz */



.quiz-detail li {
  text-align: center;
  padding: 10px 0;
  background: #244b2e;
  color: #fff;
}

.quiz-detail li:nth-child(2) {
  background: #93b56c;
}

.popular-courses.quiz .popular-courses-img img {
  height: 360px;
}

.quiz-detl li {
  padding: 6px 25px;
  background: #f2ffe2;
  border-radius: 35px;
  border: 1px solid #93b56c;
  margin-right: 15px;
}

.quiz-detl {
  border-bottom: 1px solid #a5a5a5;
  padding-bottom: 15px;
}

/* google-review */

.google-review {
  padding: 60px 0;
  position: relative;
  background-image: url(../images/review-bg.jpg);

  background-position: center;
  background-size: cover;

}

.google-review::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #e8ffebf0;
}

.google-review .google-review-inner {
  position: relative;
}

.google-review .google-txt {
  text-align: end;
}

.google-review .google-txt p {
  margin-bottom: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.google-review .google-txt img {
  width: 100px;
}

.google-review .google-head .pf {
  padding: 1px;
  width: 55px;
  border-radius: 50%;
  height: 55px;
  object-fit: contain;
  border: 1px solid #244b2e;
  flex: 0 0 55px;
  margin-right: 15px;
}

.google-review .google-head .pf img {
  width: 100%;
  border-radius: 50%;
}

.google-review .google-head .m-comp {
  padding: 1px;
  width: 55px;
  border-radius: 50%;
  height: 55px;
  object-fit: contain;
  border: 1px solid #244b2e;
  flex: 0 0 55px;
}

.google-review .google-review-item .google-head {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #bebebe;
}

.google-review .google-review-item .n-deg {
  width: 100%;
}

.google-review .google-review-item .n-deg p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  width: 12ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.google-review .google-review-item .n-deg li:nth-child(3) {
  text-align: end;
}

.google-review .google-review-item .n-deg li i {
  color: blue;
}

.google-review .google-review-item .n-deg li small b {
  color: darkgreen;
}

.google-review .google-review-item {
  padding: 15px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px #bfbfbf;
  height: 100%;
}

.google-review .n-panel-txt p {
  margin: 0;
}

.google-review .rev-img {
  margin-bottom: 15px;
}



/* subscribe */

.popular-courses.subscribe .popular-courses-txt p {
  -webkit-line-clamp: 2;
}

.popular-courses.quiz.subscribe .popular-courses-img img {
  height: 290px;
}


/* team */

.team {
  padding: 60px 0;
}

.team .team-slide-item .team-txt {
  margin: -35px 20px 0;
  background: #ffffff;
  position: relative;
  padding: 15px;
  box-shadow: 0 2px 9px 0 #dcdcdc;
  border-radius: 10px;
  z-index: 2;
}

.team .team-slide-item .team-txt h6 {
  margin-bottom: 5px;
  display: inline-block;
  width: 14ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.team .team-slide-item .team-txt p {
  margin: 0;
}

.team .team-slide-item .team-txt .team-social {
  position: absolute;
  top: 15px;
  right: 45px;
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;

}

.team .team-slide-item .team-txt .team-social a {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  justify-content: center;
  border-radius: 50%;
  color: green;
  background: rgba(0, 128, 0, 0);
  border: 1px solid green;
  position: absolute;
}

.team .team-slide-item .team-txt .team-social a:hover {
  color: green;
  border-color: green;
  background: #FFF;
}

.team .team-slide-item .team-txt .team-social a:nth-child(1) {
  z-index: 1;
  background: green;
  color: #ffff;
}

.team .team-slide-item .team-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.team .team-slide-item .team-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(1deg, #000000, transparent);
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}

.team .team-slide-item .team-img img {
  transition: all .3s ease;
}

.team .team-slide-item:hover .team-img::before {
  opacity: 1;
}

.team .team-slide-item:hover .team-img img {
  transform: rotate(3deg) scale(1.1);
}

.team .team-slide-item:hover .team-txt .team-social a:nth-child(2) {
  transform: translate(0px, -50px);
}

.team .team-slide-item:hover .team-txt .team-social a:nth-child(3) {
  transform: translate(0px, -100px);
}

.team .team-slide-item:hover .team-txt .team-social a:nth-child(4) {
  transform: translate(0px, -150px);
}


/* Class */

.class {
  padding: 60px 0;
  background-color: #181818;
  position: relative;
}

.class::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/CLASS-BG.jpg);
  background-attachment: fixed;
  z-index: 0;
}

.class::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000000d4;
  z-index: 0;
}

.class-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: block;
}

.class-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.class .class-inner {
  position: relative;
  z-index: 2;
}

.class .header h2 {
  color: #fff;
}

.class-banner {
  background: linear-gradient(to right, #fde68a, #6ee7b7);
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  display: block;
}

.class-card .class-banner {
  width: 100%;
}

.right-card .class-card .class-banner {
  height: 330px;
}

.class-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class-banner h2 {
  font-weight: bold;
}

.live-icon {
  background: red;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-right: 10px;
}

.class .book-section {
  padding: 35px 25px;
}

.class .book-section p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.price-tag {
  font-size: 1.5rem;
  color: #0d6efd;
  font-weight: 600;
}

.btn-book {
  background: #0d6efd;
  color: #fff;
  font-weight: 500;
}

.btn-book:hover {
  background: #0b5ed7;
}

.instructor-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.docker-logo {
  max-height: 40px;
  margin-right: 10px;
}

.class .class-cont {
  position: absolute;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  top: 0;
  transform: translate(-50%, 15px);
  align-items: center;
}

.class .class-cont .badge {
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
}

.class .class-cont .cmg {
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
}

.class .class-data,
.class .class-time {
  display: block;
  font-size: 12px;
  color: #fff;
  padding: 6px 25px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 10px;
}

.class .class-data {
  background: #4caf50;
}

.class .class-time {
  background: #af564c;
}

.class .book-section h4 a {
  color: #244b2e;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.class .book-section h4 a:hover {
  color: #93b56c;
}

.class-inpage .right-card .class-card .class-banner {
  height: 300px;
}

.class-inpage .class-cont {
  position: absolute;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  top: 0;
  transform: translate(-50%, 15px);
  align-items: center;
}

.class-inpage .class-cont .cmg {
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
}

.class-inpage .class-cont .badge {
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
}

.class-inpage .class-data,
.class-inpage .class-time {
  display: block;
  font-size: 12px;
  color: #fff;
  padding: 6px 25px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 10px;
}

.class-inpage .book-section {
  padding: 25px 25px;
}

.class-inpage .class-data {
  background: #4caf50;
}

.class-inpage .class-time {
  background: #af564c;
}

.class-inpage .book-section h4 a {
  color: #244b2e;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.class-inpage .book-section h4 a:hover {
  color: #93b56c;
}

/* s-testimonial */

.s-testimonial {
  padding: 60px 0;
  background: url(../images/tes-bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

.s-testimonial .video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.play-btn {
  width: 80px;
  height: 80px;
  background-color: #cc0000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn:hover {
  background-color: green;
}

.play-btn::before {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.7);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  animation: sonarOrnge 1.3s infinite ease-out 75ms;
}

@keyframes sonarOrnge {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.64), 0 0 10px 10px #acacac, 0 0 0 10px #ffffff;
  }

  100% {
    box-shadow: 0 0 0 2px rgba(243, 243, 243, 0.55), 0 0 10px 10px #b3b3b3, 0 0 0 10px #cfcfcf;
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

.s-testimonial .testimonial-profile {
  width: 50%;
}

.s-testimonial .testimonial-box {
  width: 55%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 10%;
  padding: 50px;
}

.testimonial-right .owl-prev {
  top: 10%;
  right: 20%;
  left: unset;
}

.testimonial-right .owl-next {
  top: 10%;
  right: 15%;
}

/* Footer */

.footer {
  padding-top: 60px;
  background: #244b2e;
}

.footer-link {
  color: white;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.subscribe-btn {
  background: linear-gradient(to right, #0043ff, #93b56c);
  border: none;
  font-size: 14px;

}

.subscribe-btn:hover {
  opacity: 0.9;
}

.footer .footer-menu h4 {
  color: #fff;
}

.footer .footer-menu ul {
  line-height: 34px;
}

.footer .footer-menu ul a {
  font-size: 16px;
}

.footer .footer-bottom {
  background: linear-gradient(to right, #0043ff, #93b56c);
  border-radius: 10px;
}

.footer .social i {
  padding: 8px;
  background: #3F51B5;
  border-radius: 5px;
}

.footer .payment-method img {
  padding: 5px;
  background: #fff;
  border-radius: 2px;
  margin-right: 5px;
}

/* courses  Sohan*/

.courses-inner {
  position: relative;
}

/* courses  Sohan End */

.course-filter label {
  display: block;
  margin-bottom: 5px;
}



/* ADD to Cart */


.cart-nav {
  padding: 0;
}

.cart-nav .offcanvas.offcanvas-end {
  width: 40%;
}

.cart-nav .view-cart-item {
  display: flex;
  padding: 15px;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: #f7f7f7;
}

.cart-nav .view-cart-item .vci-left {
  flex: 0 0 150px;
  text-align: center;
  margin-right: 30px;
}

.cart-nav .view-cart-item .vcic-img {
  height: 100px;
  width: 100%;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.cart-nav .view-cart-item .counter-add-item {
  margin-top: 10px;
}

.cart-nav .view-cart-item .vci-right {
  width: 100%;
}

.cart-nav .view-cart-item .vci-right p {
  margin: 0;
}

.cart-nav .view-cart-item .remove-btn {
  text-align: right;
  float: right;
}

.cart-nav .view-cart-item .remove-btn button {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #fd0000;
  background: red;
  color: #fff;
  font-weight: 500;
}

.cart-nav .view-cart-item .remove-btn button i {
  margin-right: 5px;
}

.cart-nav .offcanvas-header {
  background: #244b2e;
}

.cart-nav .offcanvas-header .btn-close {
  filter: invert(1);
  opacity: 1;
}

.cart-nav .offcanvas-header h5 {
  color: #fff;
}

.cart-nav .price-details {
  width: 60%;
  border: 1px solid #e7e7e7;
  padding: 15px;
  border-radius: 5px;
}

.cart-nav .price-details h5 {
  padding: 10px;
  background: #e2fff2;
  border-radius: 5px;
}

.cart-nav .adkt-price p {
  color: #000;
}

.cart-nav .cart-item-body ul li {
  border-bottom: unset;
}

.cart-nav .cart-item-body {
  border-bottom: 1px dashed #c4c4c4;
}

.cart-nav .total-count li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-nav .total-count li p {
  margin: 0;
  font-size: 20px;
}

.place-order a {
  padding: 8px 14px;
  border: 1px solid;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: all .3s ease;
  border-color: #3bb77e;
  background: #3bb77e;
  color: #fff;
}


/* Breadcum */

.breadcum-list ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcum-list ul li {
  padding-right: 5px;
}

.breadcum-list ul li a {
  font-size: 13px;
  color: #979797;
  padding-right: 5px;
}

.breadcum-list ul li:last-child a {
  color: #000000;
}

.breadcum-list ul li a:hover {
  color: #023a20;
}

.breadcum {
  padding: 60px 0;
  background: #f6fbff;
  position: relative;
}

.breadcum .breadcum-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.breadcum .breadcum-img img {
  width: 100%;
  height: 100%;
}

.breadcum .breadcum-inner {
  position: relative;
  text-align: center;
}

.breadcum .breadcum-inner ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.breadcum .breadcum-inner h2 {
  font-size: 50px;
  font-weight: 500;
  color: #22462b;
}

.breadcum .breadcum-inner ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}

.breadcum .breadcum-inner ul li:nth-last-child(1) a {
  color: #22462b;
}

/* Search Bar / Form design */


form .form-control {
  padding: 11px 15px;
  font-size: 14px;
}

form label {
  margin-bottom: 10px;
  font-size: 18px;
}

form .form-control:focus {
  border-color: #22462b;
  box-shadow: 0 0 9px 0 #bcffcd;
}

.course-search {
  padding: 15px;
  border: 1px solid #93b56c;
  border-radius: 10px;
  background: #e6ffec;
}

.course-filter {
  top: 150px;
  position: sticky;
}

.course-filter .space-y-3 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.course-details {
  padding: 60px 0;
  position: relative;
}

.course-details .c-details-img {
  position: absolute;
  height: 415px;
  top: 0;
  left: 0;
  width: 100%;
}

.course-details .c-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-details .course-del-program ul {
  display: flex;
}

.course-details .course-del-program .course-authority {
  display: flex;
  align-items: center;
}

.course-details .course-del-program .course-authority .author-img {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}


.course-details .star {
  width: 140px;
}

.course-details .course-del-program .course-authority .author-txt p {
  margin: 0;
}

.course-details .course-del-program li {
  padding: 5px 10px;
  border: 1px solid #0144ff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: #fff;
}

.course-details .course-del-program li.active {
  background: linear-gradient(45deg, #92b46e, #0144ff);
}

.course-details .course-del-program li p {
  margin: 0;
}

.course-details .course-del-program li.active p {
  color: #fff;
}

.course-details .course-bread {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

.course-details .course-bread li a {
  color: #fff;
  text-decoration: none;
}

.course-details .course-del-top h3 {
  color: #fff;
  font-weight: 500;
}

.course-details .course-del-top {
  padding: 50px 0;
}

.course-details-right .demo-cour {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.course-details-right .cour-detl {
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0 3px 5px 0 #cecece;
}

.course-details-right .price {
  font-size: 30px;
  margin-bottom: 25px;
  display: block;
}

.course-details-right .btn-groups {
  flex-wrap: wrap;
  gap: 15px;
}

.course-details-right .search {
  background: aliceblue;
  padding: 10px 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

.course-details-right .search .form-control {
  padding: 11px 15px;
  font-size: 14px;
  border-radius: 0;
}

.course-details-right .btn-groups a {
  width: 100%;
  padding: 10px 25px;
  font-size: 15px;
  margin: 0;
}


.course-details-right ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}


.course-details-right ul li i {
  color: #93b56c;
  margin-right: 5px;
}

.course-del-bot {
  margin-top: 120px;
  padding: 15px;
  box-shadow: 0 0 5px 0 #c9c9c9;
  border-radius: 5px;
}

.course-del-bot li {
  margin-right: 15px;

}

.course-del-bot li .nav-link {
  padding: 12px 25px;
  background: linear-gradient(45deg, #d7d7d7, #cee9ff);
  color: #000;
  border: 1px solid #bfccff;
}

.course-del-bot li .nav-link.active {
  background: linear-gradient(45deg, #92b46e, #0144ff);
  border: 1px solid #0144ff;
  color: #fff;
}

.course-del-bot .tab-content ul li {
  list-style-type: disclosure-closed;
}

.course-del-bot .cdbi-inn .accordion-header p {
  margin: 0;
  color: #fff;
}

.course-del-bot .cdbi-inn .accordion-header ul li {
  padding-right: 15px;
  color: #fff;
  font-size: 15px;
}

.course-del-bot .cdbi-inn .accordion-header .accordion-button {
  background: linear-gradient(45deg, #92b46e, #0144ff);
  border: 1px solid #0144ff;
  box-shadow: unset;
}

.course-del-bot .cdbi-inn .accordion-header .accordion-button::after {
  filter: invert(1);
}

.course-del-bot .cdbi-inn .accordion-body {
  background: #fff;

}

.course-del-bot .cdbi-inn .accordion-item {
  border: unset;
  box-shadow: 0 0 5px 0 #dedede;
  border-radius: 0 0 10px 10px;
}

.card-custom {
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.installment-btn {
  border: 2px solid #ccc;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.installment-btn.active {
  border-color: #e91e63;
  background-color: #fff0f6;
}

.progress-container {
  background-color: #eef;
  border-radius: 50px;
  height: 30px;
}

.pay-button {
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
}

.pay-button:hover {
  opacity: 0.9;
}

.schedule-card {
  background-color: #ffffff;
  border: 1px solid #eee;
}

.btn-gradient {
  background-image: linear-gradient(to right, #7f00ff, #e100ff);
  border: none;
  color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-gradient:hover {
  opacity: 0.9;
}


/* Class Details */

.class-details {
  padding: 60px 0;
}

.course-details-top ul {
  border: 1px solid #93b56c;
  border-radius: 10px;
  background: #e6ffec;
  overflow: scroll;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.course-details-top ul li {
  width: 33%;
}

.course-details-top ul li .cdt-img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 50%;
  border: 2px solid #93b56c;
  overflow: hidden;
  margin-right: 15px;
}

.course-details-top ul li .cdt-img img {
  width: 100%;
  height: 100%;
}

.course-details-top ul li h5 {
  margin: 0;
}

.course-details-top ul li .cdt-txt {
  width: 100%;
}

.course-details-top ul li .star {
  width: 120px;
}

.course-details-top ul li span {
  display: block;
}

.cdt-class-detl {
  height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.cdt-class-detl::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, black, transparent);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.cdt-class-detl img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.cdt-class-detl .btn-groups {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.cdt-class-detl:hover::before {
  opacity: 1;
}

.class-details .course-details-right {
  position: sticky;
  top: 160px;
}

/* Checkout */

.checkout {
  padding: 60px 0;
}

.card-checkout {
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-header {
  background-color: #93b56c;
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.form-select,
.form-control {
  border-radius: 8px;
}

.btn-purple {
  background-color: #93b56c;
  color: white;
}

.btn-purple:hover {
  background-color: #93b56c;
}

.summary {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Order */

.order {
  padding: 60px 0;
}

.order-card {
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.payment-method img {
  max-height: 20px;
  margin-right: 8px;
}

.payment-btn {
  min-width: 120px;
  margin-bottom: 10px;
}

.order-summary img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.wallet-btn {
  background-color: #a259ff;
  color: #fff;
  border: none;
}

.wallet-btn:hover {
  background-color: #8a3ce0;
}

.order .btn-paay {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #244b2e;
}

/* Payment Success */

.payment-success {
  background: aliceblue;
  padding: 60px 0;
}

.confirmation-card {
  max-width: 650px;
  margin: 0px auto;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.success-icon {
  width: 60px;
  margin-bottom: 20px;
}

.confirmation-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
}

.summary-header {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.course-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.course-item img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 15px;
}

.course-title {
  font-weight: 500;
  flex: 1;
  text-align: left;
}

.course-price {
  font-weight: 600;
}

.summary-table td {
  padding: 6px 0;
}

.summary-table .label {
  text-align: left;
}

.summary-table .value {
  text-align: right;
}

.total-row td {
  font-weight: 600;
}

.btn-dashboard {
  background: linear-gradient(to right, #244b2e, #93b56c);
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-weight: 500;
  border-radius: 6px;
  margin-top: 35px;
  transition: all 3s ease;
  border: 1px solid #244b2e;
}

.btn-dashboard:hover {
  background: linear-gradient(to right, #93b56c, #244b2e);
  color: #fff;
}

/* back to top */

.back-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #00724b;
  position: fixed;
  bottom: 0;
  right: 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: none;
  z-index: 999;
  animation: 1s infinite bounce_513;
}

@keyframes bounce_513 {

  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

/* school-banner */


.school-banner .let-big-head h2 {
  font-size: 36px;
  line-height: 50px;
}


.intro-school {
  background: linear-gradient(45deg, #009688 62%, #93b56c 30%);
  padding: 15px 0;
  position: relative;
}

.intro-school::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/konark-border.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  opacity: .5;
  animation: slide 100s linear;
  animation-iteration-count: infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

.intro-school h3 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 36px;
}

.intro-school-txt h5 i {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 70;
    color: #ffd400;
  }
}

.intro-school-inner .btn-groups {
  justify-content: center;
}

.intro-school-inner .btn-groups .btn {
  font-size: 16px;
}

.about-school {
  padding: 60px 0;
}

.about-school .abt-scl-detl {
  padding: 25px 15px;
  justify-content: center;
  background: #244b2e;
}

.about-school .abt-scl-detl .abt-icon {
  margin-right: 20px;
  padding: 15px;
  font-size: 30px;
  background: #ffffff;
  color: #244b2e;
  border-radius: 10px;
}

.about-school-inner .col-md-4:nth-child(2) .abt-scl-detl {
  background: #e8fcff;
}

.about-school-inner .col-md-4:nth-child(2) .abt-scl-detl .abt-icon {
  background: #244b2e;
  color: #fff;
}

.about-school .abt-txt p {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.about-school .abt-txt h3 {
  color: #fff;
  margin: 0;
}

.about-school-inner .col-md-4:nth-child(2) .abt-scl-detl .abt-txt h3 {
  color: #244b2e;
}

.about-school-inner .col-md-4:nth-child(2) .abt-scl-detl .abt-txt p {
  color: #244b2e;
}

/* School service */

.service-card {
  background-color: #f1f9ff;
  border-radius: 12px;
  padding: 30px 20px;
  transition: transform 0.3s;
  position: relative;
  box-shadow: 0 0 10px 0 #0000002e;
  height: 100%;
}

.service-card .service-card-inner {
  position: relative;
}

.service-card::before {
  content: " ";
  position: absolute;
  height: 100px;
  width: 100px;
  top: -5px;
  left: -5px;
  background: linear-gradient(45deg, #009688, #25452d);
  border-radius: 18px 0 0 0;
  z-index: -1;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.service-card::after {
  content: " ";
  position: absolute;
  height: 100px;
  width: 100px;
  bottom: -5px;
  right: -5px;
  background: linear-gradient(45deg, #009688, #25452d);
  border-radius: 0 0 18px 0;
  z-index: -1;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.service-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 130px;
  height: 130px;
  margin-bottom: 15px;
  background-color: #d5ffdf;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.service-icon i {
  font-size: 35px;
  color: #2b4a33;
}

.service-card {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.active.service-card::before,
.active.service-card::after {
  opacity: 1;
}

.active.service-card {
  background-color: #fff;
}

.active.service-card .service-icon {
  background-color: #2b4a33;
}

.active.service-card .service-icon i {
  color: #fff;
}

.btn-explore {
  background-color: #b31217;
  color: white;
  margin-top: 20px;
}

.btn-explore:hover {
  background-color: #900d13;
}

.bx_expl_btn {
  font-size: 17px;
  color: #66b314;
  font-weight: 500;
  font-family: "Poppins";
  position: relative;
  border: none;
  outline: none;
  background: transparent;
}

.bx_expl_btn::after {
  content: '';
  position: absolute;
  width: 57px;
  height: 1px;
  background-color: #66b314;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
}

.contact-section {
  padding: 60px 0;
}


.contact-form h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

.form-control {
  border-radius: 0;
  padding: 12px;
}

.btn-submit {
  width: 100%;
  background-color: #94c471;
  padding: 12px;
  color: #ffffff;
  transition: 0.3s;
}

.btn-submit:hover {
  background-color: #ffffff;
}


.content-right h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 15px 0;
}

.stats {
  display: flex;
  gap: 50px;
  margin: 30px 0;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.stats div {
  text-align: center;
}

.stats h3 {
  font-weight: 700;
  font-size: 45px;
}

.btn-dark-custom {
  background-color: #0c0b1a;
  color: #fff;
  padding: 12px 25px;
  border-radius: 0;
}

.btn-dark-custom:hover {
  background-color: #222;
}

.btn-appointment {
  background-color: #d08d73;
  color: #fff;
  padding: 12px 25px;
  border-radius: 0;
}

.btn-appointment:hover {
  background-color: #b5745a;
}

/* ccml */

.ccml {
  padding: 60px 0;
}

.benefit-card {
  border: 1px solid #e0e0e0;
  border-left-width: 5px;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-height: 100%;
}

.border-red {
  border-left-color: #244b2f;
}

.border-purple {
  border-left-color: #6f42c1;
}

.border-blue {
  border-left-color: #0d6efd;
}

.border-green {
  border-left-color: #198754;
}

.border-darkblue {
  border-left-color: #0c63e4;
}

.border-pink {
  border-left-color: #d63384;
}

.benefit-icon {
  font-size: 2.5rem;
  line-height: 1;
  margin-right: 0.5rem;
}

.benefit-title {
  font-weight: bold;
  color: #212529;
}

/* School Coun tiling Details */

.hero-section {
  background: #bfffd0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
}

.hero-title-divider {
  width: 80px;
  height: 3px;
  background-color: #244b2f;
  margin-bottom: 1.5rem;
}

.hero-section p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.btn-custom-red {
  background-color: #244b2f;
  border-color: #244b2f;
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-custom-red:hover {
  background-color: #c82333;
  border-color: #c82333;
  color: white;
}

.image-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.img-top-right {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.img-stack {
  margin: auto;
}

.img-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.col-image-stack {
  padding-left: 3rem;
}

.bottom-nav {
  background-color: #244B2F;
  color: #e0e0e0;
  padding: 1rem 0;
  position: relative;
  z-index: 10;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}

.bottom-nav a {
  color: #e0e0e0;
  text-decoration: none;
  padding: 0 16px;
  font-size: 16px;
  transition: color 0.3s;
  border-right: 1px solid #fff;
}

.bottom-nav a:last-child {
  border: unset;
}

.bottom-nav a:hover {
  color: #81ae4f;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 2rem;
  }

  .col-image-stack {
    padding-left: 1rem;
    margin-top: 3rem;
  }

  .hero-section {
    padding-bottom: 2rem;
  }
}

/*  */


.services-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.main-layout-row {
  align-items: center;
}

.service-card {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 150px;
}

.card-stack>.service-card:last-child {
  margin-bottom: 0;
}

.card-icon {
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}

.card-icon i {
  font-size: 1rem;
}

.card-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.card-description {
  color: #6c757d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.center-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .card-stack {
    margin-bottom: 20px;
  }

  .center-image-container {
    order: 1;
    margin-bottom: 20px;
  }

  .left-stack-container {
    order: 2;
  }

  .right-stack-container {
    order: 3;
  }
}

.icon-bg {
  background-color: white;
  /* The icon in the image is black on white/light gray */
  padding: 0;
}

.icon-bg i {
  color: #244b2f;
  font-size: 70px;
}

.page-nav {
  position: sticky;
  top: 95px;
  width: 100%;
  transition: all 0.3s;
  z-index: 9;
}

/*  */
.cta-container {
  max-width: 80%;
  margin: 60px auto 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.content-block {
  background-color: #244b2f;
  color: white;
  padding: 2.5rem;
  position: relative;
}

.content-block::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  background-image: url(../images/content-bg.png);
  background-size: contain;
  top: 0;
  left: 0;
  opacity: 0.07;
}

.content-block h2 {
  margin-bottom: 0.75rem;
  color: #f9f9f9;
}

.content-block p {
  line-height: 1.5;
  color: #d9d9d9;
}

.content-block .divider {
  width: 150px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 1.5rem;
}

.price-cta-block {
  background-color: #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
}

.price-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #244b2e;
  line-height: 1;
}

.price-text {
  color: #324c70;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.cta-button {
  background-color: #244b2e;
  border-color: #244b2e;
  color: white;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #8c1a25;
  border-color: #8c1a25;
  color: white;
}

@media (max-width: 767.98px) {
  .content-block {
    padding: 1rem;
  }

  .price-cta-block {
    padding: 1rem;
  }
}

.packages {
  padding-bottom: 60px;
}

.table-responsive-horizontal {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #e9e9e9;
  vertical-align: middle;
  padding: 18px 16px;
}

.left-hero {
  background: #7fb050;
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.05;
}

.pkg-card {
  color: #fff;
  text-align: center;
  min-width: 260px;
  height: 200px;
}

.pkg-a {
  background: #54d88a;
}

.pkg-b {
  background: #2c8a4a;
}

.pkg-c {
  background: #1f4a2f;
}


.pkg-title {
  font-weight: 700;
  letter-spacing: .8px;
  font-size: 14px;
}

.pkg-price {
  font-weight: 900;
  font-size: 28px;
  color: #ffd24a;
}

.pkg-gst {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.buy-btn {
  background: #e5444d;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
  font-weight: 700;
  display: inline-block;
}

.label-cell {
  background: #f7f7f7;
  font-weight: 600;
  width: 240px;
  min-width: 220px;
  color: #333;
}

.content-cell {
  color: #444;
  background: #fff;
}

.pricing-table tbody tr+tr td {
  border-top: 1px solid #eef0f2;
}

.small-muted {
  font-size: 13px;
  color: #6b6b6b;
}

.pricing-table td,
.pricing-table th {
  white-space: normal;
}

@media (max-width: 768px) {

  .left-hero,
  .pkg-card {
    height: 160px;
    padding: 16px;
  }

  .pkg-price {
    font-size: 22px;
  }

  .label-cell {
    font-size: 14px;
    padding: 12px;
  }

  .pricing-table {
    min-width: 760px;
  }

}


/* K Css */

/*! Added part */


.menu-right ul li:last-child {
  border: none;
}

.menu-right ul li a {
  font-size: 18px;
  color: #767676;
  position: relative;
  text-decoration: unset;
}

.menu-right ul li a:hover {
  color: #93b56c;
}

.hero-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  background-color: #f4f6f8;
  flex-wrap: wrap;
}

.hero-left {
  flex: 1;
  max-width: 700px;
  margin-left: 50px;
}

.hero-left h1 {
  font-size: 2.5em;
  color: #1e3a8a;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 63px;
  color: #4e4e4e;
  font-weight: 700;
}

.hero-left p {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 30px;
}

.hero-right {
  flex: 1;
  text-align: center;
}

.hero-right img {
  max-width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.hero-right .bnr-img img {
  max-width: 80%;
  height: auto;
  margin: 20px auto 0;
  display: block;
}

#dynamic-word {
  display: inline-block;
  color: #f59e0b;
  color: rgb(36, 75, 46);
  font-weight: bold;
  position: relative;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-up {
  animation: slideUp 0.5s ease;
}

.hero-left .bnr-text h6 {
  padding: 5px 25px;
  background: #244b2e;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 25px;
}

.hero-carousel .item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}

.hero-carousel {
  position: relative;
  overflow: hidden;
}

.hero-carousel .item {
  display: none;
  width: 100%;
  transition: all 0.5s ease;
}

.hero-carousel .item.active {
  display: block;
}

.hero-right button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
}

.hero-right .prev {
  left: 10px;
}

.hero-right .next {
  right: 10px;
}


/*!Added Part content-box */

.content-box {
  padding: 50px 0;
  background: #244b2e;
  position: relative;
}

.content-box::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  background-image: url(../images/content-bg.png);
  background-size: contain;
  top: 0;
  left: 0;
  opacity: 0.07;
}

.content-box .content-box-inner {
  width: 85%;
  margin: 0 auto;
}

.content-box .content-box-item {
  display: flex;
  align-items: center;
}

.content-box .content-box-img {
  padding: 8px 7px 0px 8px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #fbfbfb;
  border-radius: 50% 0% 50% 50%;
  width: 100px;
  height: 100px;
  margin-right: 25px;
}

.content-box .content-box-img .content-box-img-inner {
  background-color: #ffffff;
  color: #1cb098;
  border-radius: 50% 0% 50% 50%;
  padding: 20px;
  fill: #fff;
  display: inline-block;
}

.content-box .content-box-txt h4 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 24px;
}

.content-box .content-box-txt p {
  margin: 0;
  color: #fff;
}

.categories {
  padding: 50px 0;
}

.categories .category-item {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  border-radius: 5px 16px;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  min-height: 100px;
}

.categories .category-item .cat-icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.categories .category-item .cat-icon img {
  width: 40px;
  height: 40px;
}

.categories .category-item .cat-txt {
  flex: 1;
  word-wrap: break-word;
}

.categories .category-item .cat-txt p {
  margin: 0;
  font-size: 14px;
}

.categories .category-item .cat-txt h5 {
  margin-bottom: 5px;
  font-size: 16px;
}

.category-inner .row .col-md-4:nth-child(1) .category-item {
  background-color: #f8d7da;
}

.category-inner .row .col-md-4:nth-child(2) .category-item {
  background-color: #b1f3ff;
}

.category-inner .row .col-md-4:nth-child(3) .category-item {
  background-color: #c4ffd2;
}

.category-inner .row .col-md-4:nth-child(4) .category-item {
  background-color: #cec7ff;
}

.category-inner .row .col-md-4:nth-child(5) .category-item {
  background-color: #e9bdff;
}

.category-inner .row .col-md-4:nth-child(6) .category-item {
  background-color: #c8e3d0;
}

.category-inner .row .col-md-4:nth-child(7) .category-item {
  background-color: #fff6d9;
}

.category-inner .row .col-md-4:nth-child(8) .category-item {
  background-color: #c4ffd2;
}

.category-inner .row .col-md-4:nth-child(9) .category-item {
  background-color: #cec7ff;
}

.category-inner .row .col-md-4:nth-child(10) .category-item {
  background-color: #e9bdff;
}

.category-inner .row .col-md-4:nth-child(11) .category-item {
  background-color: #c8e3d0;
}

.category-inner .row .col-md-4:nth-child(12) .category-item {
  background-color: #fff6d9;
}

.more-courses {
  height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: #244b2e;
  border-radius: 10px;
  margin: 0 auto;
}

.more-courses img {
  width: 100px;
  margin: 0 auto;
}

.more-courses h6 {
  margin-top: 25px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.more-courses h6 span {
  color: yellow;
}

.more-courses a {
  color: #ffc107;
  text-decoration: unset;
  font-size: 18px;
}

/* popular-courses */

.popular-courses {
  position: relative;
  padding: 50px 0;
  background: aliceblue;
  background-image: url(../images/bg-skill.jpg);
}

.popular-courses::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #f0f8ffc7;
}

.popular-courses-inner {
  position: relative;
  z-index: 2;
}

.popular-courses .popular-courses-item {
  border-radius: 15px;
  box-shadow: 0 0 10px 0 #e5e5e5;
}

.popular-courses .popular-courses-img {
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.popular-courses .pct-mid {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.popular-courses .popular-courses-txt h5 {
  margin-bottom: 10px;
}

.popular-courses .popular-courses-txt h5 a {
  color: #444444;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popular-courses .popular-courses-txt h5 a:hover {
  color: #244b2e;
}

.popular-courses .pct-mid span {
  font-weight: 600;
}

.popular-courses .base-btn {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.popular-courses .base-btn .price sub {
  color: #ff0000;
  text-decoration: line-through;
}

/*!Added part for categories */

.categories {
  padding: 50px 0;
}

.categories .category-item {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  border-radius: 5px 16px;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  min-height: 100px;
  height: 100%;
}

.categories .category-item .cat-icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
  /* flex-shrink: 0;  */
}

.categories .category-item .cat-icon img {
  width: 40px;
  height: 40px;
}

.categories .category-item .cat-txt {
  flex: 1;
  word-wrap: break-word;
}

.categories .category-item .cat-txt p {
  margin: 0;
  font-size: 14px;
}

.categories .category-item .cat-txt h5 {
  /* margin-bottom: 10px; */
  margin-bottom: 5px;
  font-size: 16px;
}

.category-inner .row .col-md-4:nth-child(1) .category-item {
  background-color: #f8d7da;
}

.category-inner .row .col-md-4:nth-child(2) .category-item {
  background-color: #b1f3ff;
}

.category-inner .row .col-md-4:nth-child(3) .category-item {
  background-color: #c4ffd2;
}

.category-inner .row .col-md-4:nth-child(4) .category-item {
  background-color: #cec7ff;
}

.category-inner .row .col-md-4:nth-child(5) .category-item {
  background-color: #e9bdff;
}

.category-inner .row .col-md-4:nth-child(6) .category-item {
  background-color: #c8e3d0;
}

.category-inner .row .col-md-4:nth-child(7) .category-item {
  background-color: #fff6d9;
}

.category-inner .row .col-md-4:nth-child(8) .category-item {
  background-color: #c4ffd2;
}

.category-inner .row .col-md-4:nth-child(9) .category-item {
  background-color: #cec7ff;
}

.category-inner .row .col-md-4:nth-child(10) .category-item {
  background-color: #e9bdff;
}

.category-inner .row .col-md-4:nth-child(11) .category-item {
  background-color: #c8e3d0;
}

.category-inner .row .col-md-4:nth-child(12) .category-item {
  background-color: #fff6d9;
}

.more-courses {
  height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: #244b2e;
  border-radius: 10px;
  margin: 0 auto;
}

.more-courses img {
  width: 100px;
  margin: 0 auto;
}

.more-courses h6 {
  margin-top: 25px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.more-courses h6 span {
  color: yellow;
}

.more-courses a {
  color: #ffc107;
  text-decoration: unset;
  font-size: 18px;
}


/*!Added part n-panel */

.n-panel .n-panel-with {
  overflow: hidden;
}

.n-panel {
  padding: 60px 0;
  background: #bfffd0;
}

.n-panel .box-inner img {
  object-fit: contain;
}


/*! Added part for about-counter*/
#counter-section {
  color: #fff;
}

#counter-section h2 {
  font-weight: 700;
}

.counter-card {
  background: #3c744a;
  transition: transform 0.3s ease;
  cursor: default;
}

.counter-card:hover {
  transform: translateY(-10px);
}

.counter-number {
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
}

.counter-card p {
  font-size: 1rem;
  margin: 0;
}

/*! mission & Vision   */
#about-us h2 {
  color: #333;
  font-weight: 700;
}

.about-us-line {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
  color: #333;
  margin-bottom: 40px;
}

.about-us-line span {
  width: 50px;
  height: 3px;
  background-color: #85a460;
  margin: 0 10px;
}

.mission-box,
.vision-box {
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-box:hover,
.vision-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.mission-box h3,
.vision-box h3 {
  font-weight: 700;
}

.mission-box p,
.vision-box p {
  font-size: 1rem;
  line-height: 1.6;
}



/*? FAQ  */
.faq-heading {
  display: block;
  width: fit-content;
  margin: 0 auto 40px auto;
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  color: #333;
  padding: 0 20px;
}

.faq-heading::before,
.faq-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 3px;
  background-color: #85a460;
  transform: translateY(-50%);
}

.faq-heading::before {
  left: 0;
  transform: translate(-100%, -50%);
}

.faq-heading::after {
  right: 0;
  transform: translate(100%, -50%);
}

.accordion-button {
  background-color: #fff;
  color: #3c744a;
}

.accordion-button:hover {
  background-color: #d4edda;
  color: #155724;
}

.accordion-button:not(.collapsed) {
  background-color: #3c744a;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

/*? Core Values  */
.value-card {
  position: relative;
  background-color: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}

.value-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.value-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #93b56c, #3c744a);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  z-index: 1;
}

.value-card .icon,
.value-card h5,
.value-card p {
  position: relative;
  z-index: 2;
}

.value-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e6f0e9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s ease;
  color: #3c744a;
  /* color:#3c744a; */
  /* #93b56c */
}

.value-card .icon:hover {
  transform: rotate(360deg);
  background-image: linear-gradient(to right, #93b56c, #3c744a);
}

.value-card h5 {
  font-weight: 600;
}

.value-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6c757d;
}

.corevalue-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.corevalue-heading::before,
.corevalue-heading::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #3c744a;
  margin: 0 15px;
}

/* *? Blog Cards */
*/ .heading-bar {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  /* space for bars */
}

.heading-bar::before,
.heading-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 3px;
  background-color: #85a460;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.heading-bar::before {
  left: -60px;
}

.heading-bar::after {
  right: -60px;
}

.bcategories .btn {
  border: 1px solid #ccc;
  border-radius: 30px;
  margin: 5px;
  padding: 4px 12px;
  background: #fff;
  transition: 0.3s;
  color: black;
}

.bcategories .btn.active,
.bcategories .btn:hover {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.blog-card {
  background: #fff;
  overflow: hidden;
  /* position: relative; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover img,
.blog-mini:hover img {
  transform: scale(1.05);
}

.blog-card .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #3c744a;
  color: #fff;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
}

.blog-content {
  padding: 20px;
  position: relative;
}

.highlight-heading {
  font-size: 20px;
  font-weight: 700;
  color: #0b1e43;
  margin-bottom: 10px;
}

.blog-content .meta {
  color: #3c744a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.blog-content a,
.mini-content a {
  text-decoration: none;
  color: #000;
}

.desc {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  transition: max-height 0.5s ease;
}

.view-more {
  display: inline-block;
  margin-top: 10px;
  color: #68d084;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.view-more:hover {
  color: #3c744a;
}

.blog-mini {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  margin-top: 15px;
}

.blog-mini:hover {
  transform: translateY(-5px);
}

.blog-mini img {
  width: 40%;
  height: 100%;
  object-fit: cover;
}

.mini-content {
  padding-left: 12px;
  flex: 1;
}

.mini-content .meta {
  font-size: 13px;
  color: #3c744a;
  font-weight: 600;
  margin-bottom: 4px;
}

.mini-content h6 {
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 6px;
  font-size: 18px;
}


/*Career Countiling  */
.contact-section {
  background: aliceblue;
}

.contact-section h2,
.contact-section h3 {
  line-height: 1.2;
  color: rgb(36, 75, 46);
}

.contact-section p.lead {
  line-height: 1.5;
}

.contact-section .card {
  border-radius: 15px;
  background-color: #d2ffdd;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f2f2f2;
}

.contact-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.contact-section .card h5 {
  font-weight: 600;
  color: #3c744a;
}

.contact-section .card p {
  color: #6c757d;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .contact-section .card {
    margin-bottom: 1rem;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-section .card {
  animation: fadeUp 0.7s ease forwards;
}

.iframe-container iframe {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 12px;
  margin-top: 1rem;
}

.contact-section form {
  font-size: 0.9rem;
}

.contact-section .form-control {
  border: 1px solid #3f3f3f;
  color: #000;
  padding: 8px 12px;
  font-size: 0.9rem;
  border-radius: 0.25rem;
}

.contact-section .form-control::placeholder {
  color: #888;
}

.contact-section .form-control:focus {
  border-color: var(--bs-warning);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.contact-section button.btn {
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
}

.iframe-container {
  margin-top: 1.5rem;
  flex-grow: 1;
  height: 100%;
}

.iframe-container iframe {
  border: none;
  width: 100%;
  height: 100%;
  min-height: 250px;
  border-radius: 10px;
}

.contact-section .contact-form {
  padding: 35px;
  background: #244b2e;
}

.contact-section .contact-form h2 {
  color: #fff;
}


/*! Call to Action */
.cta-homepage--section {
  background-color: #fff;
  padding: 3rem 1.5rem;
  border-radius: 2rem;
  width: 70%;
  margin: 0 auto;
  position: relative;
  bottom: -3.5rem;
  z-index: 1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.cta-homepage--section h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #3c744a;
}

.cta-homepage--section p {
  color: #686868;
  font-size: 1.1rem;
}

.cta-btn {
  transition: all 0.2s ease;
  color: #fff;
  border: none;
  border-radius: 0.6rem;
  padding: 0.8rem 1.6rem;
  font-weight: 600;
}

.cta-btn:first-child {
  background-color: #3c744a;

  &:hover {
    background-color: #244b2e;
  }
}

.cta-btn:last-child {
  background-color: #4e4e4e;

  &:hover {
    background-color: #93b56c;
  }
}

.cta-image {
  width: 85%;
  max-width: 380px;
  border-radius: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  object-fit: contain;
}


/*! Events  */
.event-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
}

.event-card:hover {
  transform: translateY(-5px);
}

.event-card img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  transition: transform 0.5s ease;
}

.event-card:hover img {
  transform: scale(1.1);
}

.section-title {
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
}

.section-title h2 {
  font-size: 2rem;
}

.gallery img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}

.badge-wrapper {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 10;
}

.fee {
  font-size: 0.75rem;
  padding: 5px 10px;
  color: white;
  font-weight: 600;
}

.icon-wrapper {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

.card-body a {
  font-size: 17px;
  background-color: #3c744a;
}

.card-body a:hover {
  background-color: #244b2e;
  color: white;
}

.icon-box {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icon-box:hover {
  background: #3c744a;
  color: #fff;
}

#event-carousel img {
  border-radius: 15px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.oevent {
  margin-bottom: 30px;
}

.owl-nav button span {
  color: #fff;
  font-size: 2rem;
}


/* ------Profile-------- */



.btn-primary:hover {
  background: #ffc107;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px #41750566;
}

.text-primary {
  color: #ffc107;
}

.bg-primary {
  background: #417505 !important;
}

.card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  margin-bottom: 2rem;
  overflow: hidden;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
}

.card-body {
  padding: 2rem;
}

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.profile-img:hover {
  transform: scale(1.05);
}

.notification-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.notification-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2e8f0;
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input:checked+.slider {
  background: linear-gradient(135deg, #417505 0%, #417505 100%);
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.order-status {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.status-delivered {
  background: rgba(72, 187, 120, 0.1);
  color: #417505;
  border: 1px solid rgba(72, 187, 120, 0.2);
}

.status-transit {
  background: rgba(59, 130, 246, 0.1);
  color: #1e40af;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.reward-card {
  background: linear-gradient(135deg, #417505 0%, #417505 100%);
  color: white;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(72, 187, 120, 0.3);
}


.wishlist-item:hover {
  transform: translateY(-4px);
  transition: all 0.3s ease;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.support-item {
  transition: all 0.3s ease;
  border-radius: 12px;
  border: 2px solid transparent;
}

.support-item:hover {
  background: rgba(72, 187, 120, 0.05);
  border-color: #417505;
  transform: translateY(-2px);
}

.form-control,
.form-select {
  border: 2px solid #e2e8f0;
  border-radius: 15px;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 400;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
}

.form-control:focus,
.form-select:focus {
  border-color: #417505;
  box-shadow: 0 0 0 4px rgba(72, 187, 120, 0.1);
  background: #fff;
}

.btn-outline-primary {
  border: 2px solid #ffc107;
  color: #ffc107;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background: linear-gradient(135deg, #417505 0%, #417505 100%);
  border-color: #417505;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(72, 187, 120, 0.3);
}

.btn-outline-secondary {
  border: 2px solid #e2e8f0;
  color: #2d3748;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
}

.btn-outline-secondary:hover {
  border-color: #ffc107;
  background: rgba(72, 187, 120, 0.05);
  color: #ffc107;
  transform: translateY(-2px);
}

.address-card,
.payment-card {
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
}

.address-card:hover,
.payment-card:hover {
  border-color: #ffc107;
  background: rgba(72, 187, 120, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(72, 187, 120, 0.15);
}

.tracking-timeline {
  position: relative;
}

.tracking-icon {
  position: relative;
}

.tracking-line {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 2px;
  height: 40px;
  background-color: #e2e8f0;
  transform: translateX(-50%);
}

.tracking-line.completed {
  background: linear-gradient(135deg, #417505 0%, #417505 100%);
}

.modal-content {
  border: none;
  border-radius: 25px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  position: relative;
}

.modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #417505 0%, #417505 100%);
  z-index: 1;
}

.modal-header {
  border-bottom: none;
  background: linear-gradient(135deg, #417505 0%, #417505 50%, #2f855a 100%);
  color: white;
  border-radius: 25px 25px 0 0;
  padding: 2rem 2.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.modal-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.modal-header::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  z-index: 0;
}

.modal-header * {
  position: relative;
  z-index: 1;
}

.modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modal-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}

.modal-header .btn-close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.modal-body {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
  padding: 2.5rem;
  position: relative;
}

.modal-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(72, 187, 120, 0.3) 50%, transparent 100%);
}

.modal-footer {
  border-top: 1px solid rgba(72, 187, 120, 0.1);
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
  padding: 1.5rem 2.5rem;
  border-radius: 0 0 25px 25px;
}

.tracking-step {
  transition: all 0.3s ease;
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 1rem;
}

.tracking-step.completed {
  background: rgba(72, 187, 120, 0.1);
  border-left: 4px solid #417505;
}

.tracking-step.current {
  background: rgba(72, 187, 120, 0.15);
  border-left: 4px solid #417505;
  box-shadow: 0 4px 15px rgba(72, 187, 120, 0.2);
}

.tracking-step.pending {
  background: rgba(248, 250, 252, 0.8);
  border-left: 4px solid #e2e8f0;
}

.order-item-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border: 2px solid rgba(72, 187, 120, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.order-item-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #417505 0%, #417505 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.order-item-card:hover {
  border-color: #417505;
  background: linear-gradient(135deg, rgba(72, 187, 120, 0.05) 0%, rgba(255, 255, 255, 0.98) 100%);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(72, 187, 120, 0.15);
}

.order-item-card:hover::before {
  transform: scaleX(1);
}

.success-animation {
  animation: successPulse 0.8s ease-in-out;
}

@keyframes successPulse {
  0% {
    transform: scale(0.3) rotate(-180deg);
    opacity: 0;
  }

  50% {
    transform: scale(1.2) rotate(0deg);
    opacity: 0.8;
  }

  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

.success-modal-content {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
  border-radius: 25px;
  border: none;
  box-shadow: 0 30px 100px rgba(72, 187, 120, 0.2);
  position: relative;
  overflow: hidden;
}

.success-modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #417505 0%, #417505 50%, #2f855a 100%);
}

.success-icon {
  background: linear-gradient(135deg, #417505 0%, #417505 100%);
  box-shadow: 0 10px 30px rgba(72, 187, 120, 0.3);
  animation: successIconPulse 2s ease-in-out infinite;
}

@keyframes successIconPulse {

  0%,
  100% {
    box-shadow: 0 10px 30px rgba(72, 187, 120, 0.3);
  }

  50% {
    box-shadow: 0 15px 40px rgba(72, 187, 120, 0.5);
    transform: scale(1.05);
  }
}

.form-label {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
  display: block;
}

.form-label i {
  color: #417505;
}

.form-check {
  padding: 1rem;
  background: rgba(72, 187, 120, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(72, 187, 120, 0.1);
  transition: all 0.3s ease;
}

.form-check:hover {
  background: rgba(72, 187, 120, 0.08);
  border-color: rgba(72, 187, 120, 0.2);
}

.form-check-input:checked {
  background-color: #417505;
  border-color: #417505;
}

.form-check-label {
  font-weight: 500;
  color: #2d3748;
}

.password-strength {
  background: rgba(248, 250, 252, 0.8);
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(72, 187, 120, 0.1);
}

.progress {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  transition: all 0.3s ease;
}

.recent-order-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
  border: 2px solid rgba(72, 187, 120, 0.1);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.recent-order-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #FFC107 0%, #FFEB3B 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.recent-order-card:hover {
  border-color: #ffc107;
  background: linear-gradient(135deg, rgba(72, 187, 120, 0.03) 0%, rgba(255, 255, 255, 0.98) 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(72, 187, 120, 0.12);
}

.recent-order-card:hover::before {
  transform: scaleX(1);
}

.product-icon-wrapper {
  position: relative;
  display: inline-block;
}

.product-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.product-icon.delivered {
  background: linear-gradient(135deg, #417505 0%, #417505 100%);
  color: white;
}

.product-icon.transit {
  background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
  color: white;
}

.status-indicator {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  border: 2px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.status-indicator.delivered {
  background: #10b981;
  color: white;
}

.status-indicator.transit {
  background: #f59e0b;
  color: white;
}

.order-info {
  padding-left: 1rem;
}

.order-title {
  font-weight: 700;
  color: #2d3748;
  font-size: 1.1rem;
}

.order-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.order-number {
  color: #718096;
  font-weight: 500;
  font-size: 0.9rem;
}

.order-separator {
  color: #e2e8f0;
  font-weight: bold;
}

.order-price {
  color: #ffc107;
  font-weight: 700;
  font-size: 1rem;
}

.order-actions {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
}

.btn-action {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 8px 25px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border: 2px solid;
  min-width: 100px;
  justify-content: center;
  text-decoration: none;
}

.btn-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-filled {
  background: linear-gradient(135deg, #417505 0%, #417505 100%);
  border-color: #417505;
  color: white;
}

.btn-filled:hover {
  background: linear-gradient(135deg, #417505 0%, #2f855a 100%);
  border-color: #417505;
  color: white;
}

.btn-outline {
  background: white;
  border-color: #417505;
  color: #417505;
}

.btn-outline:hover {
  background: rgba(72, 187, 120, 0.05);
  border-color: #417505;
  color: #417505;
}

.btn-action i {
  font-size: 1rem;
}

.btn-action span {
  font-weight: 600;
}

@media (max-width: 768px) {
  .order-actions {
    flex-direction: row;
    gap: 0.5rem;
  }

  .btn-action {
    min-width: auto;
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
  }

  .btn-action span {
    display: none;
  }

  .btn-action i {
    margin: 0;
  }
}

.contact-form .form-control {
  margin-top: 15px;
}

.contact-section button.btn {
  margin-top: 15px;
}

.content-right h2 {
  font-size: 26px;
}

.stats h3 {
  font-size: 28px;
}



/* ------------ */





/* ====================responssive==================== */


@media only screen and (min-width: 1580px) and (max-width: 1920px) {
  .right-card .class-card .class-banner {
    height: 420px;
  }
}

@media only screen and (min-width: 1480px) and (max-width: 1920px) {
  .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1820px) {
  .right-card .class-card .class-banner {
    height: auto;
  }
}

@media only screen and (min-width: 1480px) and (max-width: 1679px) {
  .banner-left h1 {
    font-size: 55px;
  }

  .banner-right .odishi img {
    width: 720px;
  }

  .right-card .class-card .class-banner {
    height: 315px;
  }

  .btn-1 {
    font-size: 15px;
  }

  .btn {
    font-size: 15px;
  }

  .header h2 {
    font-size: 34px;
  }

  .let-big-head h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .partner {
    margin-top: 50px;
  }

  .partner-item .icon {
    width: 50px;
    height: 50px;
  }

  .popular-courses.quiz .popular-courses-img img {
    height: 310px;
  }

}

@media only screen and (min-width: 1366px) and (max-width: 1479px) {
  .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  p {
    font-size: 14px;
  }

  .header h2 {
    font-size: 30px;
  }

  .class-banner {
    width: 45%;
    flex: 0 0 45%;
  }

  .btn {
    font-size: 14px;
    margin-right: 5px;
  }

  .let-big-head h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .bnr-text h6 {
    font-size: 14px;
  }

  .partner {
    margin-top: 35px;
  }

  .partner-item .icon {
    width: 48px;
    height: 48px;
  }

  .content-box .content-box-inner {
    width: 100%;
  }

  .main-event__inner .sec-title h2 {
    font-size: 28px;
  }

  .popular-courses.quiz .popular-courses-img img {
    height: 265px;
  }

  .popular-courses.subscribe .popular-courses-txt p {
    -webkit-line-clamp: 1;
  }

  .testimonial-box h5 {
    font-size: 17px;
  }

  .nearest-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .google-review .google-head .pf {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .banner-left h1 {
    font-size: 55px;
  }

  .banner-right .odishi img {
    width: 720px;
  }

  .right-card .class-card .class-banner {
    height: 305px;
  }

  .btn-1 {
    font-size: 15px;
  }

  .btn {
    font-size: 15px;
  }

  .world {
    left: 0%;
  }

  .footer .footer-menu h4 {
    font-size: 22px;
  }

  .footer .footer-menu ul {
    line-height: 28px;
  }

  .footer .footer-menu ul a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1365px) {
  .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  p {
    font-size: 14px;
  }

  .header h2 {
    font-size: 30px;
  }

  .class-banner {
    width: 45%;
    flex: 0 0 45%;
  }

  .btn {
    font-size: 14px;
    margin-right: 5px;
  }

  .let-big-head h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .bnr-text h6 {
    font-size: 14px;
  }

  .partner {
    margin-top: 35px;
  }

  .partner-item .icon {
    width: 48px;
    height: 48px;
  }

  .content-box .content-box-inner {
    width: 100%;
  }

  .main-event__inner .sec-title h2 {
    font-size: 28px;
  }

  .popular-courses.quiz .popular-courses-img img {
    height: 265px;
  }

  .popular-courses.subscribe .popular-courses-txt p {
    -webkit-line-clamp: 1;
  }

  .testimonial-box h5 {
    font-size: 17px;
  }

  .nearest-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .google-review .google-head .pf {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-right: 8px;
  }

  .right-card .class-card .class-banner {
    height: 305px;
  }

  .world {
    left: 0%;
  }

  .footer .footer-menu h4 {
    font-size: 22px;
  }

  .footer .footer-menu h4 {
    font-size: 22px;
  }

  .footer .footer-menu ul {
    line-height: 28px;
  }

  .footer .footer-menu ul a {
    font-size: 14px;
  }

  .my-word-anime .remaingchangeboxwrd {
    padding-left: 30%;
  }

  .popular-courses .base-btn .price {
    font-size: 16px;
  }

  .popular-courses .base-btn a {
    font-size: 16px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  p {
    font-size: 14px;
  }

  .header h2 {
    font-size: 30px;
  }

  .top-logo img {
    width: 150px;
  }

  .menu-right ul li a {
    font-size: 14px;
  }

  .menu-right ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fc-banner-item {
    padding: 0;
  }

  .s-testimonial .testimonial-box {
    width: 60%;
    right: 0%;
    padding: 20px;
  }

  .package-price {
    font-size: 22px;
  }

  /* ---------- */

  .bnr-text h6 {
    font-size: 16px;
    padding: 3px 15px;
    margin-bottom: 15px;
  }

  .let-big-head h2 {
    font-size: 36px;
    line-height: 45px;
  }

  .my-word-anime .cubespinner div {
    width: 250px;
    height: 50px;
  }

  .my-word-anime .remaingchangeboxwrd {
    padding-left: 140px;
    margin-top: 10px;
  }

  .bnr-text p {
    font-size: 16px;
  }

  .btn-groups .btn {
    font-size: 14px;
    padding: 8px 18px;
  }

  .bnr-img img {
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block;
  }

  .partner {
    display: none;
  }

  .partner-item .icon {
    width: 40px;
    height: 40px;
  }

  .partner-item .p-txt h6 {
    font-size: 14px;
  }

  .content-box {
    padding: 20px 0;
  }

  .content-box .content-box-inner {
    width: 100%;
  }

  .content-box .content-box-item {
    flex-direction: row;
    align-items: center;
  }

  .content-box .content-box-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    padding: 6px 6px 0 6px;
    flex: 0 0 70px;
  }

  .content-box .content-box-img .content-box-img-inner {
    padding: 15px;
  }

  .content-box .content-box-txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .content-box .content-box-txt p {
    font-size: 14px;
  }

  .categories {
    padding: 30px 0;
  }

  .categories .category-item {
    flex-direction: column;
    padding: 12px 12px;
    text-align: center;
  }

  .categories .category-item .cat-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-right: 10px;
  }

  .categories .category-item .cat-icon img {
    width: 30px;
    height: 30px;
  }

  .categories .category-item .cat-txt h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .categories .category-item .cat-txt p {
    font-size: 14px;
  }

  .more-courses {
    padding: 20px;

    h6 {
      font-size: 20px;
    }

    img {
      width: 80px;
    }
  }

  .heading-bar::before,
  .heading-bar::after {
    width: 35px;
    left: -40px;
    right: -40px;
  }

  .bcategories .btn {
    padding: 3px 10px;
    font-size: 14px;
  }

  .blog-card img {
    height: 200px;
  }

  .desc.short {
    max-height: 60px;
  }

  .blog-mini img {
    width: 45%;
  }

  .mini-content h6 {
    font-size: 16px;
  }

  .highlight-heading {
    font-size: 18px;
  }

  .my-word-anime .cubespinner {
    transform-origin: 20px 28px 0;
  }

  .my-word-anime .cubespinner .face1 {
    -webkit-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -ms-transform: translateZ(30px);
    transform: translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .my-word-anime .cubespinner .face2 {
    -webkit-transform: rotateX(90deg) translateZ(30px);
    -moz-transform: rotateX(90deg) translateZ(30px);
    -ms-transform: rotateX(90deg) translateZ(30px);
    transform: rotateX(90deg) translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .my-word-anime .cubespinner .face3 {
    -webkit-transform: rotateX(180deg) translateZ(30px);
    -moz-transform: rotateX(180deg) translateZ(30px);
    -ms-transform: rotateX(180deg) translateZ(30px);
    transform: rotateX(180deg) translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .my-word-anime .cubespinner .face4 {
    -webkit-transform: rotateX(270deg) translateZ(30px);
    -moz-transform: rotateX(270deg) translateZ(30px);
    -ms-transform: rotateX(270deg) translateZ(30px);
    transform: rotateX(270deg) translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .fc-banner-item {
    height: 60vh;
  }

  .popular-courses .popular-courses-img .author-img {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
  }

  .popular-courses .popular-courses-img .course-save a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .popular-courses .pct-mid .rating,
  .popular-courses .pct-mid .user-pf {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .popular-courses .base-btn a,
  .popular-courses .base-btn .price {
    font-size: 16px;
  }

  .popular-courses .popular-courses-txt p {
    margin-bottom: 6px;
  }

  .main-event {
    overflow: hidden;
  }

  .world {
    width: 100%;
    height: 100%;
    bottom: -50%;
    left: 0%;
  }

  .world img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .main-event__inner {
    max-width: 100%;
    position: relative;
  }

  .popular-courses.quiz .popular-courses-img img {
    height: auto;
  }

  .quiz-detail {
    font-size: 12px;
  }

  .quiz-detl li {
    padding: 6px 15px;
  }

  .right-card .class-card .class-banner {
    height: auto;
  }

  .s-testimonial .testimonial-box {
    width: 60%;
    padding: 25px;
    right: 0;
  }

  .s-testimonial .testimonial-box h5 {
    font-size: 15px;
  }

  .s-testimonial .testimonial-box h6 {
    font-size: 16px;
  }

  .testimonial-right .owl-next {
    right: 0;
  }

  .testimonial-right .owl-prev {
    right: 10%;
  }

  .footer-menu .d-flex {
    flex-wrap: wrap;
  }

  .footer-menu .d-flex .form-control.me-2 {
    width: 100%;
  }

  .subscribe-btn {
    margin-top: 15px;
  }

  .footer .footer-menu ul a {
    font-size: 14px;
  }

  .footer .footer-menu ul {
    line-height: 27px;
  }

  .course-details-right .price {
    font-size: 22px;

  }

  .cd-price ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .page-nav {
    position: sticky;
    top: 75px;
  }

  .content-block {
    padding: 1.5rem;
  }

  .content-block h2 {
    font-size: 28px;
  }

  .google-review .google-review-item .google-head {
    flex-wrap: wrap;
  }

  .about-school .abt-scl-detl .abt-icon {
    margin-right: 15px;
    font-size: 25px;
  }

  .about-school .abt-txt p {
    font-size: 18px;
  }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  p {
    font-size: 14px;
  }

  h3 {
    font-size: 24px;
  }

  .header h2 {
    font-size: 30px;
  }

  .top-logo img {
    width: 100px;
  }

  .menu-right ul li a {
    font-size: 12px;
  }

  .menu-right ul li {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fc-banner-item {
    padding: 0;
  }

  .page-nav {
    top: 50px;
  }

  .content-block {
    padding: 1.5rem;
  }

  .content-block h2 {
    font-size: 22px;
  }

  /* ---------- */

  .bnr-text h6 {
    font-size: 16px;
    padding: 3px 15px;
    margin-bottom: 15px;
  }

  .let-big-head h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .my-word-anime .cubespinner div {
    width: 250px;
    height: 50px;
  }

  .my-word-anime .remaingchangeboxwrd {
    padding-left: 120px;
    margin-top: 10px;
  }

  .bnr-text p {
    font-size: 16px;
  }

  .btn-groups .btn {
    font-size: 14px;
    padding: 8px 18px;
  }

  .bnr-img img {
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block;
  }

  .partner {
    display: none;
  }

  .partner-item .icon {
    width: 40px;
    height: 40px;
  }

  .partner-item .p-txt h6 {
    font-size: 14px;
  }

  .content-box {
    padding: 20px 0;
  }

  .content-box .content-box-inner {
    width: 100%;
  }

  .content-box .content-box-item {
    flex-direction: row;
    align-items: center;
  }

  .content-box .content-box-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    padding: 6px 6px 0 6px;
    flex: 0 0 70px;
  }

  .content-box .content-box-img .content-box-img-inner {
    padding: 15px;
  }

  .content-box .content-box-txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .content-box .content-box-txt p {
    font-size: 14px;
  }

  .categories {
    padding: 30px 0;
  }

  .categories .category-item {
    flex-direction: column;
    padding: 12px 12px;
    text-align: center;
  }

  .categories .category-item .cat-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-right: 10px;
  }

  .categories .category-item .cat-icon img {
    width: 30px;
    height: 30px;
  }

  .categories .category-item .cat-txt h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .categories .category-item .cat-txt p {
    font-size: 14px;
  }

  .more-courses {
    padding: 20px;

    h6 {
      font-size: 20px;
    }

    img {
      width: 80px;
    }
  }

  .heading-bar::before,
  .heading-bar::after {
    width: 35px;
    left: -40px;
    right: -40px;
  }

  .bcategories .btn {
    padding: 3px 10px;
    font-size: 14px;
  }

  .blog-card img {
    height: 200px;
  }

  .desc.short {
    max-height: 60px;
  }

  .blog-mini img {
    width: 45%;
  }

  .mini-content h6 {
    font-size: 16px;
  }

  .highlight-heading {
    font-size: 18px;
  }

  .my-word-anime .cubespinner {
    transform-origin: 20px 28px 0;
  }

  .my-word-anime .cubespinner .face1 {
    -webkit-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -ms-transform: translateZ(30px);
    transform: translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .my-word-anime .cubespinner .face2 {
    -webkit-transform: rotateX(90deg) translateZ(30px);
    -moz-transform: rotateX(90deg) translateZ(30px);
    -ms-transform: rotateX(90deg) translateZ(30px);
    transform: rotateX(90deg) translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .my-word-anime .cubespinner .face3 {
    -webkit-transform: rotateX(180deg) translateZ(30px);
    -moz-transform: rotateX(180deg) translateZ(30px);
    -ms-transform: rotateX(180deg) translateZ(30px);
    transform: rotateX(180deg) translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .my-word-anime .cubespinner .face4 {
    -webkit-transform: rotateX(270deg) translateZ(30px);
    -moz-transform: rotateX(270deg) translateZ(30px);
    -ms-transform: rotateX(270deg) translateZ(30px);
    transform: rotateX(270deg) translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .fc-banner-item {
    height: 50vh;
  }

  .popular-courses .popular-courses-img .author-img {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
  }

  .popular-courses .popular-courses-img .course-save a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .popular-courses .pct-mid .rating,
  .popular-courses .pct-mid .user-pf {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .popular-courses .base-btn a,
  .popular-courses .base-btn .price {
    font-size: 16px;
  }

  .popular-courses .popular-courses-txt p {
    margin-bottom: 6px;
  }

  .main-event {
    overflow: hidden;
  }

  .world {
    width: 100%;
    height: 100%;
    bottom: -50%;
    left: 0%;
  }

  .world img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .main-event__inner {
    max-width: 100%;
    position: relative;
  }

  .popular-courses.quiz .popular-courses-img img {
    height: auto;
  }

  .quiz-detail {
    font-size: 12px;
  }

  .quiz-detl li {
    padding: 6px 15px;
  }

  .class .right-card {
    margin-top: 25px;
  }

  .class .right-card .class-card {
    display: flex;
  }

  .right-card .class-card .class-banner {
    height: auto;
  }

  .s-testimonial .testimonial-box {
    width: 60%;
    padding: 25px;
    right: 0;
  }

  .s-testimonial .testimonial-box h5 {
    font-size: 15px;
  }

  .s-testimonial .testimonial-box h6 {
    font-size: 16px;
  }

  .testimonial-right .owl-next {
    right: 0;
  }

  .testimonial-right .owl-prev {
    right: 10%;
  }

  .footer-menu .d-flex {
    flex-wrap: wrap;
  }

  .footer-menu .d-flex .form-control.me-2 {
    width: 100%;
  }

  .subscribe-btn {
    margin-top: 15px;
  }

  .footer .footer-menu ul a {
    font-size: 14px;
  }

  .footer .footer-menu ul {
    line-height: 27px;
  }

  .class-banner {
    flex: 0 0 45%;
  }

  .testimonial-right {
    margin-top: 25px;
  }

  .n-panel .npanel-with {
    margin-top: 25px;
  }

  .breadcum .breadcum-inner h2 {
    font-size: 28px;
  }

  .course-del-bot .nav.nav-pills {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .cd-price ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .course-details-right .btn-groups a {
    width: 48%;
  }

  .class .right-card {
    margin-top: 25px;
  }

  .intro-school-inner .btn-groups .btn {
    font-size: 14px;
  }

  .btn-groups {
    align-items: self-start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .intro-school h3 {
    font-size: 28px;
  }

  .school-banner .let-big-head h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .about-school .abt-scl-detl .abt-icon {
    margin-right: 10px;
    padding: 5px;
    font-size: 20px;
  }

  .about-school .abt-txt p {
    font-size: 16px;
  }

  .about-school .abt-scl-detl {
    padding: 10px;
  }

  .stats {
    gap: 20px;
  }

  .stats p {
    margin: 0;
  }

}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }

  .top-header {
    display: none;
  }

  .top-logo img {
    width: 120px;
  }

  .menu-right {
    position: absolute;
    right: 65px;
    top: 28px;
  }

  .menu-main {
    display: block;
  }

  /* K css */

  .top-logo img {
    width: 140px;
  }

  .menu-main {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-right ul {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mid-menu-navbar {
    display: none;
  }

  .contact-section h2.display-6 {
    font-size: 24px;
    font-weight: 400 !important;
  }

  .contact-section h3.h5 {
    font-size: 1.1rem;
  }

  .contact-section p.lead {
    font-size: 0.9rem;
  }

  .contact-section .form-control {
    font-size: 0.85rem;
    padding: 6px 10px;
  }

  .contact-section button.btn {
    font-size: 0.9rem;
    padding: 0.45rem 0.5rem;
  }

  .contact-section {
    padding: 2rem 0;
  }

  .contact-section iframe,
  .contact-section form {
    width: 100%;
    border-radius: 0.8rem;
    margin: 0.5rem 0;
  }

  .top-logo img {
    width: 100px;
  }

  .menu-right ul li a {
    font-size: 16px;
  }

  .menu-right ul li {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fc-banner-item {
    padding: 0;
  }

  /* ---------- */

  .bnr-text h6 {
    font-size: 16px;
    padding: 3px 15px;
    margin-bottom: 15px;
  }

  .let-big-head h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .my-word-anime .cubespinner div {
    width: 250px;
    height: 50px;
  }

  .my-word-anime .remaingchangeboxwrd {
    padding-left: 120px;
    margin-top: 10px;
  }

  .bnr-text p {
    font-size: 16px;
  }

  .btn-groups .btn {
    font-size: 14px;
    padding: 8px 18px;
  }

  .bnr-img img {
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block;
  }

  .partner {
    display: none;
  }

  .partner-item .icon {
    width: 40px;
    height: 40px;
  }

  .partner-item .p-txt h6 {
    font-size: 14px;
  }

  .content-box {
    padding: 0px 0;
  }

  .content-box .content-box-inner {
    width: 100%;
  }

  .content-box .content-box-item {
    flex-direction: row;
    align-items: center;
  }

  .content-box .content-box-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    padding: 6px 6px 0 6px;
    flex: 0 0 70px;
  }

  .content-box .content-box-img .content-box-img-inner {
    padding: 15px;
  }

  .content-box .content-box-txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .content-box .content-box-txt p {
    font-size: 14px;
  }

  .categories {
    padding: 30px 0;
  }

  .categories .category-item {
    padding: 12px 15px;
  }

  .categories .category-item .cat-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-right: 10px;
  }

  .categories .category-item .cat-icon img {
    width: 30px;
    height: 30px;
  }

  .categories .category-item .cat-txt h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .categories .category-item .cat-txt p {
    font-size: 14px;
  }

  .more-courses {
    padding: 20px;

    h6 {
      font-size: 20px;
    }

    img {
      width: 80px;
    }
  }

  .heading-bar::before,
  .heading-bar::after {
    width: 35px;
    left: -40px;
    right: -40px;
  }

  .bcategories .btn {
    padding: 3px 10px;
    font-size: 14px;
  }

  .blog-card img {
    height: 200px;
  }

  .desc.short {
    max-height: 60px;
  }

  .blog-mini img {
    width: 45%;
  }

  .mini-content h6 {
    font-size: 16px;
  }

  .highlight-heading {
    font-size: 18px;
  }

  .my-word-anime .cubespinner {
    transform-origin: 20px 28px 0;
  }

  .my-word-anime .cubespinner .face1 {
    -webkit-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -ms-transform: translateZ(30px);
    transform: translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .my-word-anime .cubespinner .face2 {
    -webkit-transform: rotateX(90deg) translateZ(30px);
    -moz-transform: rotateX(90deg) translateZ(30px);
    -ms-transform: rotateX(90deg) translateZ(30px);
    transform: rotateX(90deg) translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .my-word-anime .cubespinner .face3 {
    -webkit-transform: rotateX(180deg) translateZ(30px);
    -moz-transform: rotateX(180deg) translateZ(30px);
    -ms-transform: rotateX(180deg) translateZ(30px);
    transform: rotateX(180deg) translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .my-word-anime .cubespinner .face4 {
    -webkit-transform: rotateX(270deg) translateZ(30px);
    -moz-transform: rotateX(270deg) translateZ(30px);
    -ms-transform: rotateX(270deg) translateZ(30px);
    transform: rotateX(270deg) translateZ(30px);
    -webkit-backface-visibility: hidden;
  }

  .fc-banner-item {
    height: 85vh;
  }

  .header h2 {
    font-size: 25px;
    font-weight: 500;
  }

  .popular-courses .popular-courses-img .author-img {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
  }

  .popular-courses .popular-courses-img .course-save a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .popular-courses .pct-mid .rating,
  .popular-courses .pct-mid .user-pf {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .popular-courses .base-btn a,
  .popular-courses .base-btn .price {
    font-size: 16px;
  }

  .popular-courses .popular-courses-txt p {
    margin-bottom: 6px;
  }

  .main-event {
    overflow: hidden;
  }

  .world {
    width: 100%;
    height: 100%;
    bottom: -50%;
    left: 0%;
  }

  .world img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .main-event__inner {
    max-width: 100%;
    position: relative;
  }

  .popular-courses.quiz .popular-courses-img img {
    height: auto;
  }

  .quiz-detail {
    font-size: 12px;
  }

  .quiz-detl li {
    padding: 6px 15px;
  }

  .class .right-card {
    margin-top: 25px;
  }

  .class .right-card .class-card {
    display: flex;
  }

  .right-card .class-card .class-banner {
    height: auto;
  }

  .s-testimonial .testimonial-box {
    width: 100%;
    position: relative;
    padding: 15px;
    right: 0;
  }

  .s-testimonial .testimonial-box h5 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .s-testimonial .testimonial-box h6 {
    font-size: 16px;
  }

  .testimonial-right .owl-next {
    right: 0;
  }

  .testimonial-right .owl-prev {
    right: 10%;
  }

  .footer-menu .d-flex {
    flex-wrap: wrap;
  }

  .footer-menu .d-flex .form-control.me-2 {
    width: 100%;
  }

  .subscribe-btn {
    margin-top: 15px;
  }

  .footer .footer-menu ul a {
    font-size: 14px;
  }

  .footer .footer-menu ul {
    line-height: 27px;
  }

  .class-banner {
    flex: 0 0 45%;
  }

  .testimonial-right {
    margin-top: 25px;
  }

  .n-panel .npanel-with {
    margin-top: 25px;
  }

  .main-event__inner .sec-title h2 {
    font-size: 25px;
  }

  .class-card {
    flex-direction: column;
  }

  .s-testimonial .testimonial-profile {
    width: 100%;
  }

  .popular-courses-inner .header.d-flex {
    flex-direction: column;
  }

  .nearest-item {
    padding: 20px;
  }

  .nearest-text span {
    font-size: 12px;
  }

  .cls-upto p {
    font-size: 12px;
  }

  .team .team-slide-item .team-txt h6 {
    width: 25ch;
  }

  .footer-bottom>div {
    flex-direction: column;
    justify-content: flex-start !important;
    gap: 24px;
  }

  .fixedhead {
    top: 0px;
  }

  .fc-banner-content {
    width: 100%;
  }

  .breadcum {
    padding: 40px 0;
  }

  .breadcum .breadcum-inner h2 {
    font-size: 30px;
  }

  .corevalue-heading {
    font-size: 30px;
  }

  .value-card:hover {
    transform: translateY(-10px) scale(1);
  }

  .mission-box p,
  .vision-box p {
    font-size: 14px;
  }

  .faq-heading {
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 28px;
    padding: 0px;
  }

  .faq-heading::before,
  .faq-heading::after {
    left: 0;
    transform: unset;
  }


  /* ------------------- */

  #filterSidebar {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    padding: 1rem;
  }

  #filterSidebar>div {
    flex: 0 0 auto;
    scroll-snap-align: start;
    border-radius: 12px;
    padding: 10px 15px !important;
  }

  #filterSidebar::-webkit-scrollbar {
    height: 8px;
  }

  #filterSidebar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }

  #filterSidebar::-webkit-scrollbar-track {
    background: #f9f9f9;
  }

  #filterSidebar label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 12px;
  }

  .course-filter h5 {
    margin-bottom: 5px !important;
    font-size: 14px;
  }

  form label {
    font-size: 15px;
  }

  .breadcum .breadcum-img img {
    object-fit: cover;
  }

  .breadcum .breadcum-inner h2 {
    font-size: 28px;
  }

  .breadcum .breadcum-inner h2 {
    font-size: 28px;
  }

  .course-del-bot .nav.nav-pills {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .cd-price ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .course-details-right .btn-groups a {
    width: 45%;
    padding: 10px 20px;
  }

  .course-details-top ul li {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #c1c1c1;
  }

  .course-details-top ul li:nth-child(1) {
    margin-left: 130px;
  }

  .course-details-top ul li .cdt-review {
    display: flex;
    flex-direction: column;
  }

  .course-details-top ul li:last-child {
    border-right: unset;
  }

  .cdt-class-detl .btn-groups {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }

  .schedule-card {
    flex-wrap: wrap;
    align-items: flex-start !important;
  }

  .course-details-right ul li {
    margin-bottom: 6px;
  }

  .course-details-right .cour-detl {
    padding: 35px 15px;
  }

  .search .btn-groups {
    margin-top: 10px;
  }

  .search .btn-groups a {
    width: 100%;
  }

  .class .book-section {
    padding: 30px 15px;
  }

  .class-inpage .book-section {
    padding: 25px 15px;
  }

  .header-sticky {
    padding: 15px 0;
  }

  .course-details .course-del-program ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    scroll-behavior: smooth;
  }

  .course-details .course-del-program ul li {
    width: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .course-details .c-details-img {
    height: 330px;
  }

  .course-details .course-del-top {
    padding: 0;
  }

  .course-del-bot {
    padding: 0;
    box-shadow: unset;
  }

  .timeline-process {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    scroll-behavior: smooth;
    margin-bottom: 15px;
  }

  .timeline-process .text-center {
    margin-right: 15px;
  }

  .installment-btn {
    height: 20px;
    width: 20px;
  }

  .card-custom {
    padding: 25px 15px;
  }

  .progress-container {
    height: 20px;
    margin-top: 0px !important;
  }

  .course-details-right .btn.btn-1 {
    width: auto;
  }

  .course-details-right {
    margin-top: 25px;
  }

  .oevent {
    margin-bottom: 0;
  }

  .payment-method {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    scroll-behavior: smooth;
    margin-bottom: 15px;
  }

  .confirmation-card {
    padding: 25px 15px;
  }

  .btn-dashboard {
    margin-top: 15px;
  }

  .confirmation-title {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .card-body {
    padding: 25px 15px;
  }

  .col-auto {
    margin-top: 15px;
  }

  .recent-order-card {
    padding: 15px;
  }

  .content-block h2 {
    font-size: 18px;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 10px;
  }

  .page-nav {
    top: 83px;
  }

  .cta-container {
    max-width: 90%;
    margin: 0 auto 25px;
  }

  .intro-school h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }





  .about-school-inner {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 1rem;
    padding: 1rem 0;
  }

  .about-school-inner .col-md-4 {
    flex: 0 0 auto;
    width: fit-content;
  }

  .abt-scl-detl {
    background: #fff;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }

  .abt-icon {
    font-size: 2rem;
    color: #2c8a4a;
    margin-right: 1rem;
  }

  .abt-txt p {
    margin: 0;
    color: #777;
    font-size: 0.9rem;
  }

  .abt-txt h3 {
    margin: 0;
    color: #222;
    font-weight: 700;
  }

  .about-school-inner::-webkit-scrollbar {
    height: 6px;
  }

  .about-school-inner::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }

  .about-school-inner::-webkit-scrollbar-track {
    background: #f5f5f5;
  }

  .about-school .abt-scl-detl .abt-icon {
    margin-right: 15px;
    padding: 8px;
    font-size: 18px;
  }

  .about-school .abt-txt p {
    font-size: 16px;
  }

  .about-school .abt-scl-detl {
    padding: 15px;
  }

  .bx_expl_btn {
    font-size: 13px;
  }

  .cat-items-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 1rem 0;
  }

  .cat-items-row .col-12,
  .content-box-inner .col-md-4.mt-2 {
    flex: 0 0 auto;
    width: fit-content;
  }

  .category-inner {
    overflow: hidden;
  }

  .why-caurosal .owl-dots,
  .testimonial-right .owl-dots,
  .team-slide .owl-dots {
    bottom: 0;
  }

  .why-us .why-img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .why-us .why-img {
    width: 100px;
    height: 100px;
  }

  .cat-items-row,
  .rev-right-items,
  .content-box-inner .row,
  .class-inner-items,
  .popular-courses-inner-item {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 1rem 0;
  }

  .google-review .google-review-item .n-deg p {
    width: 20ch;
  }

  .class .book-section p {
    -webkit-line-clamp: 2;
  }

  .n-panel .box-inner {
    height: 100px;
    padding: 10px;
  }

  .subscribe-slide {
    margin-top: 25px;
  }
}


@media only screen and (max-width:420px) {
  .course-details-top ul li:nth-child(1) {
    margin-left: 210px;
  }

  .btn {
    font-size: 15px;
  }

  .course-details-right .price {
    font-size: 24px;
  }

  .school-banner .let-big-head h2 {
    font-size: 26px;
    line-height: 32px;
  }
}



@media (max-width: 992px) {
  .cta-homepage--section {
    width: 85%;
    padding: 2.5rem 1.5rem;
    bottom: -3rem;
  }

  .cta-homepage--section h2 {
    font-size: 24px;
  }

  .cta-image {
    width: 75%;
  }

  .cta-homepage--section p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .cta-homepage--section {
    width: 90%;
    padding: 25px 0;
    bottom: -3rem;
  }

  .cta-homepage--section .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .cta-image {
    width: 70%;
    margin-top: 1.5rem;
  }
}

.card.paymentsticky {
  top: 110px ;
  position: sticky ;
}