@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

figure {
  margin: 0;
}

.course {
  background-color: #fff;
}

.course .thumb {
  overflow: hidden;
  position: relative;
}

.course .thumb img {
  transition: all 500ms ease 0s;
}

@media (prefers-reduced-motion: reduce) {
  .course .thumb img {
    transition: none;
  }
}

.course .thumb .overlay-donate-now {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -50px;
  transition: all 400ms ease 0s;
}

@media (prefers-reduced-motion: reduce) {
  .course .thumb .overlay-donate-now {
    transition: none;
  }
}

.course:hover .thumb img {
  transform: scale(1.1);
}

.course:hover .thumb .overlay-donate-now {
  top: 10%;
}

.course:hover .thumb .course-overlay {
  opacity: 1;
}

.course .star-rating {
  font-size: 14px;
  height: 16px;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 80px;
}

.course .star-rating:before {
  color: var(--theme-color2);
}

.course .star-rating span:before {
  color: var(--theme-color2);
}

.course-overlay {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(3 3 3 / 0.5);
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms ease-in-out 0s;
}

@media (prefers-reduced-motion: reduce) {
  .course-overlay {
    transition: none;
  }
}

.course-details {
  position: relative;
}

.course-details .price-tag {
  background-color: #f31850;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: -90%;
}

.course-details-bottom ul li {
  color: #fff;
  font-size: 15px;
  margin-right: 0;
  padding: 10px 26px;
  text-align: center;
}

@media (max-width: 1280px) {
  .course-details-bottom ul li {
    padding: 10px 22px;
  }
}

@media (max-width: 991.98px) {
  .course-details-bottom ul li {
    margin-bottom: 10px;
    padding: 10px 15px;
  }
}

.course-details2-bottom ul li {
  color: #fff;
  font-size: 15px;
  margin-right: 0;
  padding: 10px 18px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .course-details2-bottom ul li {
    margin-bottom: 10px;
  }
}

.course-details-bottom ul li:nth-child(1),
.course-details2-bottom ul li:nth-child(1) {
  background-color: var(--theme-color3);
}

.course-details-bottom ul li:nth-child(2),
.course-details2-bottom ul li:nth-child(2) {
  background-color: var(--theme-color4);
}

.course-details-bottom ul li:nth-child(3),
.course-details2-bottom ul li:nth-child(3) {
  background-color: var(--theme-color2);
}

.course-carousel .owl-nav button {
  border-radius: 0;
}

.course-carousel .owl-carousel .owl-nav button.owl-prev,
.course-carousel .owl-carousel .owl-nav button.owl-next {
  border-radius: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: #fff0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  background-color: #fff;
  font-size: 15px;
  color: #414141;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  scroll-behavior: smooth;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.7;
  margin: 0 0 15px;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}

blockquote p,
pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: #fff0;
  border-left: none;
  color: #111;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 30px;
}

blockquote:before {
  background-color: #fff;
  color: #444;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  float: left;
  margin-right: 20px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10px;
  padding: 0 10px;
  z-index: 9;
}

blockquote:after {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  content: "";
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 200px;
}

blockquote p {
  font-size: 28px;
  line-height: 1.4;
}

blockquote cite {
  color: #8d8d8d;
  display: block;
  font-style: normal;
  font-size: 13px;
}

abbr,
acronym {
  border-bottom: 1px dotted #5e5e5e;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

big {
  font-size: 125%;
}

b,
strong {
  font-weight: 400;
}

iframe {
  display: block;
  width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
  border-radius: 10px;
}

.team-member {
  margin-bottom: 30px;
  position: relative;
}

.team-member .team-thumb {
  overflow: hidden;
  position: relative;
}

.team-member .team-thumb img {
  transition: all 300ms ease-in-out 0s;
}

@media (prefers-reduced-motion: reduce) {
  .team-member .team-thumb img {
    transition: none;
  }
}

.team-member:hover img {
  transform: scale(1.1);
}

.team-member:hover .team-details h4,
.team-member:hover .team-details p,
.team-member:hover .team-details a {
  color: #fff;
  transition: all 400ms ease-in-out 0s;
}

@media (prefers-reduced-motion: reduce) {

  .team-member:hover .team-details h4,
  .team-member:hover .team-details p,
  .team-member:hover .team-details a {
    transition: none;
  }
}

.team-member .team-details {
  border: 1px solid #eee;
  padding: 20px 15px;
  transition: all 300ms ease-in-out 0s;
}

@media (prefers-reduced-motion: reduce) {
  .team-member .team-details {
    transition: none;
  }
}

.team-member .team-details a {
  transition: all 300ms ease-in-out 0s;
}

@media (prefers-reduced-motion: reduce) {
  .team-member .team-details a {
    transition: none;
  }
}

.team-block {
  margin: 0 auto 30px;
}

.team-block .team-thumb {
  overflow: hidden;
  position: relative;
}

.team-block .team-thumb .styled-icons {
  bottom: 0;
  padding: 7px 20px 0 0;
  position: absolute;
  right: 0;
  width: 84%;
}

.team-block .team-thumb .styled-icons a {
  margin: 0;
}

.team-block .team-thumb .styled-icons a i {
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
}

.team-block .team-thumb .styled-icons a:hover {
  border-color: #fff;
  -webkit-transition: all 100ms ease-in-out 0s;
  -o-transition: all 100ms ease-in-out 0s;
  transition: all 100ms ease-in-out 0s;
}

.team-block .team-thumb .styled-icons:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 22px;
  bottom: 0;
  content: "";
  display: block;
  height: 40px;
  left: -44px;
  position: absolute;
  width: 40px;
}

.team-block .team-overlay {
  height: 85.4%;
  padding: 40px 20px 0 30px;
  position: absolute;
  top: -90%;
  width: 100%;
  transition: all 300ms ease-in-out 0s;
}

@media (prefers-reduced-motion: reduce) {
  .team-block .team-overlay {
    transition: none;
  }
}

.team-block .team-overlay .styled-icons {
  bottom: 4px;
  position: absolute;
}

.team-block .team-overlay .styled-icons a {
  border-color: #fff;
}

.team-block .team-overlay .styled-icons a:hover {
  background-color: #fff;
}

.team-block .team-overlay .styled-icons a i {
  color: #fff;
}

.team-block .team-overlay:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 22px;
  bottom: -44px;
  content: "";
  display: block;
  height: 44px;
  left: -2px;
  position: absolute;
  width: 40px;
}

.team-block .team-bottom-part {
  background-color: #eee;
  margin-top: 6px;
  padding: 10px 16px 12px 30px;
}

.team-block:hover .team-overlay {
  top: 0;
}

.testimonial.style2 .testimonial-wrapper .content {
  border-radius: 20px;
  position: relative;
}

.testimonial.style2 .testimonial-wrapper .content i {
  bottom: 12px;
  font-size: 95px;
  left: 30px;
  opacity: 0.08;
  position: absolute;
}

.testimonial.style2 .testimonial-wrapper .thumb {
  bottom: 25px;
  position: absolute;
  right: 40px;
}

.testimonial.style2 .testimonial-wrapper img {
  display: inline-block;
  width: 75px;
}

tm-sc-projects.projects-style8-current-theme .tm-project {
  overflow: visible;
  padding-top: 0;
}

.tm-sc-projects.projects-style8-current-theme .tm-project .thumb {
  overflow: hidden;
  position: relative;
}

.tm-sc-projects.projects-style8-current-theme .tm-project .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects.projects-style8-current-theme .tm-project .thumb img {
    transition: none;
  }
}

.tm-sc-projects.projects-style8-current-theme .tm-project .thumb .link {
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  z-index: 99;
  text-align: center;
  margin-top: -45px;
}

.tm-sc-projects.projects-style8-current-theme .tm-project:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-sc-projects.projects-style8-current-theme .tm-project:before {
  /*  background-image: url(../images/shadow-overlay2.png);*/
  background-position: center bottom;
  z-index: 1;
  opacity: 0.6;
  background-repeat: no-repeat;
}

.tm-sc-projects.projects-style8-current-theme .tm-project .details {
  background-color: rgb(0 0 0 / 0.7);
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects.projects-style8-current-theme .tm-project .details {
    transition: none;
  }
}

.tm-sc-projects.projects-style8-current-theme .tm-project .details .title,
.tm-sc-projects.projects-style8-current-theme .tm-project .details a {
  color: #fff;
}

.tm-sc-projects.projects-style8-current-theme .tm-project .details .title:hover,
.tm-sc-projects.projects-style8-current-theme .tm-project .details a:hover {
  color: #eee;
}

.tm-sc-projects.projects-style8-current-theme .tm-project .details .excerpt {
  color: #ddd;
}

.tm-sc-projects.projects-style8-current-theme .tm-project .details .btn-view-details {
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects.projects-style8-current-theme .tm-project .details .btn-view-details {
    transition: none;
  }
}

.tm-sc-projects.projects-style8-current-theme .tm-project:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tm-sc-projects.projects-style8-current-theme .tm-project:hover .thumb:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.tm-sc-projects.projects-style8-current-theme .tm-project:hover .thumb .link {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tm-sc-projects.projects-style8-current-theme .tm-project:hover .details {
  border-color: #df6512;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.tm-sc-projects.projects-style8-current-theme .tm-project:hover .details .btn-view-details {
  opacity: 1;
}

.tm-sc-projects.projects-style8-current-theme .owl-carousel .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.tm-sc-projects.projects-style8-current-theme .owl-carousel .owl-nav>button {
  position: relative;
  display: inline-block;
  left: auto;
  right: auto;
  margin: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-family: "Mulish", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
  font-weight: 900;
}

h2 {
  font-size: 42px;
  font-weight: 900;
}

h3 {
  font-size: 20px;
  font-weight: 800;
}

h4 {
  font-size: 24px;
  font-weight: 800;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 13px;
  }
}

ul,
ol {
  margin: 0 0 1.5em 0.875em;
}

ul {
  list-style: disc;
  color: white;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a {
  color: #0085ba;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover,
a:focus,
a:active {
  color: fff;
  text-decoration: none;
  outline: 0;
}

a:visited {
  text-decoration: none;
  outline: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 0.6);
  clip: auto !important;
  clip-path: none;
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay,
.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.title-divider {
  position: relative;
  margin-bottom: 20px;
  height: 17px;
  padding-top: 50px;
}

.title-divider:before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  content: "";
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  background-color: #41246d;
  background-size: 22px;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}

.title-divider-center {
  position: relative;
  margin-bottom: 20px;
  height: 17px;
}

.title-divider-center:before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  content: "";
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  background-color: #f24080;
  background-size: 22px;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
}

.figure-round-border {
  border-radius: 25px;
  overflow: hidden;
}

.figure-round-border img {
  border-radius: 25px;
}

.counter-inner .counter-item {
  padding: 25px;
  text-align: center;
  border-right: 1px solid #d9d9d9;
}

.counter-inner .counter-item:last-child {
  border-right: 0;
}

@media screen and (max-width: 991px) {
  .counter-inner .counter-item {
    border-right: 0;
  }

  .counter-inner .counter-item:first-child {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
  }

  .counter-inner .counter-item:last-child {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #d9d9d9;
  }
}

@media screen and (max-width: 575px) {
  .counter-inner .counter-item {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d9d9d9;
  }

  .counter-inner .counter-item:first-child {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d9d9d9;
  }

  .counter-inner .counter-item:last-child {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d9d9d9;
  }
}

.counter-inner .counter-item .counter-no {
  color: #41246d;
  font-size: 52px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}

.counter-inner .counter-item .Completed {
  color: #f24080;
}

table {
  color: #000000;
  margin: 0 0 1.5em;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
  font-size: 15px;
}

table thead tr {
  background-color: #262626;
}

table thead tr th {
  color: #383838;
}

table.table {
  color: #737373;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
  border-bottom: 1px solid #e6e6e6;
}

th,
td {
  padding: 8px;
}

form {
  position: relative;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  height: 50px;
}

@media screen and (max-width: 575px) {

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"] {
    height: 42px;
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  padding: 0 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #41246d;
  outline: 0;
}

input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:focus,
input[type="text"]:-webkit-autofill:active,
input[type="email"]:-webkit-autofill,
input[type="email"]:-webkit-autofill:hover,
input[type="email"]:-webkit-autofill:focus,
input[type="email"]:-webkit-autofill:active,
input[type="url"]:-webkit-autofill,
input[type="url"]:-webkit-autofill:hover,
input[type="url"]:-webkit-autofill:focus,
input[type="url"]:-webkit-autofill:active,
input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill:active,
input[type="search"]:-webkit-autofill,
input[type="search"]:-webkit-autofill:hover,
input[type="search"]:-webkit-autofill:focus,
input[type="search"]:-webkit-autofill:active,
input[type="number"]:-webkit-autofill,
input[type="number"]:-webkit-autofill:hover,
input[type="number"]:-webkit-autofill:focus,
input[type="number"]:-webkit-autofill:active,
input[type="tel"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill:hover,
input[type="tel"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill:active,
input[type="range"]:-webkit-autofill,
input[type="range"]:-webkit-autofill:hover,
input[type="range"]:-webkit-autofill:focus,
input[type="range"]:-webkit-autofill:active,
input[type="date"]:-webkit-autofill,
input[type="date"]:-webkit-autofill:hover,
input[type="date"]:-webkit-autofill:focus,
input[type="date"]:-webkit-autofill:active,
input[type="month"]:-webkit-autofill,
input[type="month"]:-webkit-autofill:hover,
input[type="month"]:-webkit-autofill:focus,
input[type="month"]:-webkit-autofill:active,
input[type="week"]:-webkit-autofill,
input[type="week"]:-webkit-autofill:hover,
input[type="week"]:-webkit-autofill:focus,
input[type="week"]:-webkit-autofill:active,
input[type="time"]:-webkit-autofill,
input[type="time"]:-webkit-autofill:hover,
input[type="time"]:-webkit-autofill:focus,
input[type="time"]:-webkit-autofill:active,
input[type="datetime"]:-webkit-autofill,
input[type="datetime"]:-webkit-autofill:hover,
input[type="datetime"]:-webkit-autofill:focus,
input[type="datetime"]:-webkit-autofill:active,
input[type="datetime-local"]:-webkit-autofill,
input[type="datetime-local"]:-webkit-autofill:hover,
input[type="datetime-local"]:-webkit-autofill:focus,
input[type="datetime-local"]:-webkit-autofill:active,
input[type="color"]:-webkit-autofill,
input[type="color"]:-webkit-autofill:hover,
input[type="color"]:-webkit-autofill:focus,
input[type="color"]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s,
    color 5000s ease-in-out 0s;
  -moz-transition: background-color 50000s ease-in-out 0s,
    color 5000s ease-in-out 0s;
  -ms-transition: background-color 50000s ease-in-out 0s,
    color 5000s ease-in-out 0s;
  -o-transition: background-color 50000s ease-in-out 0s,
    color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: #fff0 !important;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a7a7a7;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a7a7a7;
}

textarea {
  padding: 20px 10px;
  width: 100%;
}

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 0 30px 0 10px;
}

select option {
  padding: 8px;
}

select:focus {
  outline: none;
}

@media screen and (max-width: 575px) {
  select {
    height: 42px;
  }
}

form label {
  font-weight: 400;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  padding: 0 55px 0 10px;
}

.search-form button {
  background-color: #41246d;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  color: #fff;
  font-size: 15px;
  border: none;
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.search-form button:hover {
  background-color: #961040;
}

.form-group {
  margin-bottom: 15px;
}

.form-group select {
  height: 48px;
}

.form-group select,
.form-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  width: 100%;
}

.form-group label {
  display: block;
  color: #383838;
  font-size: 15px;
  margin-bottom: 10px;
}

.form-group label.checkbox-list {
  position: relative;
  padding-left: 30px;
}

.form-group label .custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 2px;
}

.form-group label .custom-checkbox:before {
  background-color: #41246d;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.form-group label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -9;
}

.form-group label input:checked~.custom-checkbox {
  border-color: #41246d;
}

.form-group label input:checked~.custom-checkbox:before {
  opacity: 1;
}

.button-round-primary,
.button-round-secondary,
.button-round-white {
  font-size: 15px;
  line-height: 1.1;
  padding: 16px 28px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {

  .button-round-primary,
  .button-round-secondary,
  .button-round-white {
    padding: 12px 20px;
  }
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background-color: #41246d;
  color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  font-weight: 500;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
}

input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #961040;
}

.button-round-primary,
.button-round-secondary,
.button-round-white {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: none;
  color: #0e3500;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.button-round-primary {
  background-color: #41246d;
  color: #fff;
}

.button-round-secondary {
  background-color: #f24080;
  color: #fff;
}

.button-round-white {
  background-color: #fff;
  color: #111;
}

.button-round-primary:hover,
.button-round-primary:focus,
.button-round-primary:active,
.button-round-secondary:hover,
.button-round-secondary:focus,
.button-round-secondary:active,
.button-round-white:hover,
.button-round-white:focus,
.button-round-white:active {
  background-color: #961040;
  color: #fff;
}

.button-text {
  color: #0e3500;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.button-text:hover,
.button-text:focus,
.button-text:active {
  color: #41246d;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #fff;
}

.bg-light-grey {
  background-color: #f8f8f8;
}

.primary-bg {
  background-color: #41246d;
}

.secondary-bg {
  background-color: #f24080;
}

.bg-transparent-img {
  background-color: rgb(21 21 21 / 0.75);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bg-transparent-img:before {
  background-color: rgb(21 21 21 / 0.75);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.primary-color {
  color: #41246d;
}

.secondary-color {
  color: #f24080;
}

.title-color {
  color: #111;
}

.list-more-btn {
  padding-top: 20px;
}

.list-more-btn a {
  padding: 18px 30px;
}

.site-loader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}

.site-loader .preloader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}

.rating-start-wrap {
  display: table;
  text-align: right;
}

.rating-start-wrap .rating-start {
  display: table;
  position: relative;
  font-size: 15px;
  letter-spacing: 4px;
}

.rating-start-wrap .rating-start:before {
  color: #ccd6df;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}

.rating-start-wrap .rating-start span {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.rating-start-wrap .rating-start span:before {
  color: #f24080;
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}

.social-links ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.social-links li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}

.social-links a {
  font-size: 16px;
  color: #41246d;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.social-links a:hover,
.social-links a:focus,
.social-links a:active {
  color: #961040;
}

.social-icon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.social-icon-wrap .social-icon {
  padding: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.social-icon-wrap .social-icon a {
  background-color: #41246d;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social-icon-wrap .social-icon a:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  -moz-filter: saturate(1.5) brightness(1.2);
  -ms-filter: saturate(1.5) brightness(1.2);
  -o-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}

.social-icon-wrap .social-icon [class*="fa-"] {
  width: 40px;
  text-align: center;
}

.social-icon-wrap .social-icon span {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgb(0 0 0 / 0.12)),
      to(transparent));
  background-image: -webkit-linear-gradient(left,
      rgb(0 0 0 / 0.12),
      transparent);
  background-image: -o-linear-gradient(left, rgb(0 0 0 / 0.12), transparent);
  background-image: linear-gradient(90deg, rgb(0 0 0 / 0.12), transparent);
  padding: 10px 15px;
}

.social-icon-wrap .social-facebook a {
  background-color: #3b5998;
}

.social-icon-wrap .social-pinterest a {
  background-color: #bd081c;
}

.social-icon-wrap .social-whatsapp a {
  background-color: #25d366;
}

.social-icon-wrap .social-linkedin a {
  background-color: #0077b5;
}

.social-icon-wrap .social-twitter a {
  background-color: #1da1f2;
}

.social-icon-wrap .social-google a {
  background-color: #dd4b39;
}

.to-top-icon {
  background-color: rgb(65 36 109 / 0.7);
  color: #fff;
  font-size: 12px;
  display: none;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.to-top-icon:hover {
  background-color: #961040;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .to-top-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    right: 10px;
    bottom: 10px;
  }
}

.nav-tabs {
  margin: 0;
}

.nav-tabs .nav-link {
  color: #111;
  border-radius: 0;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 25px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
  color: #41246d;
}

.tab-container {
  margin-top: 50px;
}

.tab-container .responsive-tabs .nav-tabs {
  display: none;
}

@media screen and (min-width: 768px) {
  .tab-container .responsive-tabs .nav-tabs {
    display: flex;
  }

  .tab-container .responsive-tabs .card {
    border: none;
  }

  .tab-container .responsive-tabs .card .card-header {
    display: none;
  }

  .tab-container .responsive-tabs .card .collapse {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .tab-container .nav {
    display: block;
  }

  .tab-container .nav .nav-tabs .nav-link {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #dee2e6;
    padding: 15px 20px;
  }

  .tab-container .nav .nav-tabs .nav-link:hover,
  .tab-container .nav .nav-tabs .nav-link:focus,
  .tab-container .nav .nav-tabs .nav-link.active {
    background-color: #961040;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .tab-container .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.tab-content {
  padding: 30px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #d4d4d4;
}

.tab-content ul {
  margin-bottom: 0;
}

.tab-content ul li {
  margin-bottom: 5px;
}

.tab-content ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tab-content .card {
    box-shadow: 0 0 13px -4px rgb(0 0 0 / 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
  }

  .tab-content .card:last-child {
    margin-bottom: 0;
  }

  .tab-content .card .card-header {
    background-color: #fff0;
    border: none;
    padding: 0;
    margin: 0;
  }

  .tab-content .card .card-header a {
    color: #383838;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 22px;
    font-weight: 600;
    position: relative;
    text-align: left;
  }

  .tab-content .card .card-header a:before {
    content: "\f106";
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
  }

  .tab-content .card .card-header a.collapsed:before {
    content: "\f107";
  }

  .tab-content .card .card-body {
    font-size: 15px;
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 575px) {
  .tab-content {
    padding: 0;
    border: none;
  }
}

.progress-wrapper {
  padding-top: 35px;
}

.progress-wrapper .ab-progress {
  position: relative;
}

.progress-wrapper .ab-progress .progress-indecator-inner {
  position: absolute;
  top: -30px;
}

.progress-wrapper .ab-progress .progress-indecator-inner span {
  background-color: #f24080;
  color: #fff;
  padding: 2px 7px;
  font-size: 12px;
  display: inline-block;
  z-index: 1;
}

.progress-wrapper .ab-progress .progress-indecator-inner span:before {
  background-color: #f24080;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -moz-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  z-index: -1;
}

.progress-wrapper .ab-progress .progress-indecator-inner .percent {
  position: absolute;
  left: -19px;
}

.progress-wrapper .ab-progress .progress-bar-wrap {
  background: #f4f4f4;
  border: none;
  height: 3px;
}

.progress-wrapper .progress-inline .ab-progress-bar {
  background: #f24080;
  box-shadow: none;
  height: 3px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .progress-wrapper .progress-inline .progress-title {
    margin-bottom: 10px;
  }
}

.accordion-content .card {
  box-shadow: 0 0 13px -4px rgb(0 0 0 / 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  border: none;
}

.accordion-content .card:last-child {
  margin-bottom: 0;
}

.accordion-content .card .card-header {
  background-color: #fff0;
  border: none;
  padding: 0;
  margin: 0;
}

.accordion-content .card .card-header a {
  color: #292929;
  font-family: "Mulish", sans-serif;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 20px;
  font-weight: 700;
  position: relative;
  text-align: left;
}

.accordion-content .card .card-header a:before {
  content: "\f106";
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
  font-size: 24px;
}

.accordion-content .card .card-header a.collapsed:before {
  content: "\f107";
}

.accordion-content .card .card-body {
  font-size: 15px;
  padding: 0 20px 20px;
  color: #414141;
}

@media screen and (max-width: 767px) {
  .accordion-content .card .card-body {
    font-size: 14px;
  }
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-prev {
  left: 15px;
}

.slick-slider .slick-prev:before {
  content: "\f053";
}

.slick-slider .slick-next {
  right: 15px;
}

.slick-slider .slick-next:before {
  content: "\f054";
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  width: auto;
  height: auto;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  background-color: rgb(0 0 0 / 0.8);
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.slick-slider .slick-prev:hover:before,
.slick-slider .slick-prev:focus:before,
.slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
  background-color: #961040;
  color: #fff;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.slick-dots li button {
  background-color: #c6c6c6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button:hover {
  background-color: #41246d;
}

.slick-dots li.slick-active button {
  background-color: #41246d;
}

.video-button a {
  background-color: #41246d;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 18px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: relative;
}

.video-button a i {
  color: #fff;
}

.video-button a:before,
.video-button a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.5);
  -moz-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.5);
  -ms-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.5);
  -o-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.5);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0.5);
  -webkit-animation: rippleOne 2s infinite;
  -moz-animation: rippleOne 2s infinite;
  -ms-animation: rippleOne 2s infinite;
  -o-animation: rippleOne 2s infinite;
  animation: rippleOne 2s infinite;
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 10px #fff0;
  }

  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}

@keyframes rippleOne {
  30% {
    box-shadow: 0 0 0 10px #fff0;
  }

  90% {
    box-shadow: 0 0 0 30px #fff0;
  }

  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}

.post-navigation-wrap {
  margin-top: 30px;
}

.pagination {
  margin: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a {
  color: #444;
  display: inline-block;
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination li a:hover {
  background-color: #41246d;
  border-color: #41246d;
  color: #fff;
}

.pagination li.active a {
  background-color: #41246d;
  border-color: #41246d;
  color: #fff;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.site-header {
  background-color: #41246d;
  width: 100%;
  z-index: 10;
}

.top-header {
  padding: 8px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.11);
}

@media screen and (max-width: 991px) {
  .top-header {
    padding: 0;
  }
}

.header-contact-info {
  color: #fafafa;
}

.header-contact-info ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-contact-info ul li {
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
}

.header-contact-info ul li:last-child {
  padding-right: 0;
}

.header-contact-info ul li:first-child {
  padding-left: 0;
}

.header-contact-info ul li [class*="fa-"] {
  margin-right: 5px;
}

.header-contact-info ul li a {
  color: #f8f8f8;
  display: block;
  font-size: 13px;
  line-height: 1.2;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}

.header-contact-info ul li a:hover,
.header-contact-info ul li a:focus,
.header-contact-info ul li a:active {
  color: #961040;
}

.header-contact-info ul li i {
  color: #ffc107;
  font-size: 14px;
  font-weight: 900;
}

.header-social {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-social li {
  margin: 0 9px;
}

.header-social li:first-child {
  margin-left: 0;
}

.header-social li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 479px) {
  .header-social li {
    margin: 0 6px;
  }
}

.header-social a {
  color: #d9d9d9;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.header-social a:hover,
.header-social a:focus {
  color: #961040;
}

@media screen and (max-width: 767px) {
  .header-social a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .header-social {
    padding: 8px 0;
  }
}

.header-search-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}

.header-search-icon .search-icon {
  background-color: #fff0;
  border: none;
  border-radius: 0;
  color: #d9d9d9;
  padding: 0;
}

.header-search-icon .search-icon:hover,
.header-search-icon .search-icon:focus {
  outline: none;
  color: #961040;
}

@media screen and (max-width: 991px) {
  .header-search-icon .search-icon {
    border-width: 0 1px;
    border-style: solid;
    border-color: rgb(255 255 255 / 0.11);
    padding: 15px;
  }
}

@media screen and (max-width: 575px) {
  .header-search-icon {
    margin-left: 0;
  }

  .header-search-icon .search-icon {
    padding-left: 12px;
  }

  .header-search-icon .search-icon i {
    font-size: 14px;
  }
}

.site-identity .site-title {
  margin: 0;
  line-height: 1.1;
  font-size: 28px;
}

@media screen and (max-width: 575px) {
  .site-identity .site-title {
    margin: 10px auto;
  }
}

@media screen and (max-width: 479px) {
  .site-identity .site-title {
    text-align: center;
  }
}

.site-identity .site-description {
  font-size: 13px;
  margin-bottom: 0;
}

.site-identity img {
  max-width: 200px;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.site-identity a {
  display: block;
}

.site-identity a:hover img,
.site-identity a:focus img,
.site-identity a:active img {
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .site-identity img {
    max-width: 120px;
  }
}

.navigation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navigation-container {
    padding-right: 35px;
  }
}

.site-header .main-navigation .navigation>ul>li {
  display: inline-block;
  padding: 0 20px;
}

@media screen and (max-width: 1199px) {
  .site-header .main-navigation .navigation>ul>li {
    padding: 0 10px;
  }
}

.site-header .main-navigation ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1285px;
}

.site-header .main-navigation ul>li.menu-item-has-children>a:after {
  content: "\f0d7";
}

.site-header .main-navigation ul>li:last-child {
  border-bottom: none;
}

.site-header .main-navigation ul>li:last-child:before {
  display: none;
}

.site-header .main-navigation ul>li>a {
  color: #000000;
  display: inline-block;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  line-height: 1.1;
  position: relative;
  text-transform: uppercase;
}

.site-header .main-navigation ul>li:hover>ul,
.site-header .main-navigation ul>li:focus>ul,
.site-header .main-navigation ul>li:active>ul {
  display: block;
}

.site-header .main-navigation ul>li:hover>a,
.site-header .main-navigation ul>li:focus>a,
.site-header .main-navigation ul>li:active>a {
  color: #961040;
}

.site-header .main-navigation ul ul {
  background: #fff;
  border-top: 4px solid #f24080;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 240px;
  z-index: 99;
  display: none;
  text-align: left;
  max-height: calc(100vh - 100px);
}

.site-header .main-navigation ul ul li {
  border-bottom: 1px solid #ddd;
  position: relative;
  display: block;
}

.site-header .main-navigation ul ul li a {
  color: #414141;
  display: block;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header .main-navigation ul ul li a:hover,
.site-header .main-navigation ul ul li a:focus,
.site-header .main-navigation ul ul li a:active {
  padding-left: 30px;
  color: #41246d;
}

.site-header .main-navigation ul ul li>ul {
  left: 100%;
  top: 0;
}

.site-header .main-navigation ul ul li.menu-item-has-children>a:after {
  content: "\f0da";
}

.site-header .main-navigation ul ul li:hover>ul,
.site-header .main-navigation ul ul li:focus>ul,
.site-header .main-navigation ul ul li:active>ul {
  display: block;
  top: -3px;
}

.site-header .main-navigation ul ul li:hover a:after,
.site-header .main-navigation ul ul li:focus a:after,
.site-header .main-navigation ul ul li:active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header .main-navigation ul li {
  position: relative;
}

.site-header .main-navigation ul li:last-child ul,
.site-header .main-navigation ul li:nth-last-child(2) ul {
  left: auto;
  right: 0;
}

.site-header .main-navigation ul li:last-child ul ul,
.site-header .main-navigation ul li:nth-last-child(2) ul ul {
  right: 100%;
}

.site-header .main-navigation ul li.menu-item-has-children>a {
  position: relative;
}

.site-header .main-navigation ul li.menu-item-has-children>a:after {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 900;
  margin-left: 8px;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}

.site-header .main-navigation ul li.menu-item-has-children li:hover>a,
.site-header .main-navigation ul li.menu-item-has-children li:focus>a {
  background-color: #961040;
  color: #fff;
}

.site-header .main-navigation ul li.current-menu-item>a,
.site-header .main-navigation ul li.current-menu-parent>a {
  color: #000000;
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  margin-left: 30px;
}

.header-btn a {
  font-size: 15px;
  padding: 8px 20px;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .header-btn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 575px) {
  .header-btn {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }

  .header-btn a {
    padding: 8px 20px;
  }
}

@media screen and (max-width: 479px) {
  .header-btn {
    margin: 0;
  }
}

.bottom-header {
  padding: 15px 0;
}

@media screen and (max-width: 575px) {
  .bottom-header {
    padding: 5px 0;
  }
}

.header-search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-form {
  background-color: rgb(17 17 17 / 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -ms-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  z-index: 999;
}

.header-search-form .header-search {
  position: relative;
}

.header-search-form input[type="text"] {
  background-color: #fff;
  color: #292929;
  border: none;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  text-align: center;
}

.header-search-form .search-close {
  color: #f24080;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.header-search-form .search-close:hover,
.header-search-form .search-close:focus,
.header-search-form .search-close:active {
  color: #961040;
}

.header-search-form.search-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bottom-header {
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  border-bottom: solid;
  border-color: #fff;
  border-width: 1px;
}

@media screen and (min-width: 992px) {
  .fixed-header {
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
    -moz-box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
    -ms-box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
    -o-box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
    box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 991px) {
  .fixed-header {
    background-color: #fff0;
    position: relative;
  }
}

.fixed-header .main-navigation .navigation>ul>li>a {
  color: #111;
  padding: 22px 0;
}

.fixed-header .main-navigation .navigation>ul>li>a:before {
  background-color: #444;
}

.fixed-header .main-navigation .navigation>ul>li>a:hover {
  color: #961040;
}

.fixed-header .main-navigation .navigation>ul>li ul {
  max-height: calc(100vh - 81px);
}

.fixed-header .header-icon-group .header-social ul li a i {
  color: #111;
}

.fixed-header .header-icon-group .header-social ul li a i:hover {
  color: #961040;
}

.fixed-header .search-icon i {
  color: #111;
}

.fixed-header .search-icon i:hover {
  color: #961040;
}

.fixed-header .site-title img {
  filter: invert(100%) saturate(100%) hue-rotate(154deg) sepia(19%) contrast(200%);
}

.fixed-header .site-title img:hover {
  opacity: 1;
  filter: invert(100%) saturate(100%) hue-rotate(277deg) sepia(19%) contrast(500%);
}

@media screen and (max-width: 991px) {
  .fixed-header .mobile-menu-container {
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
    -moz-box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
    -ms-box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
    -o-box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
    box-shadow: 0 -3px 10px rgb(0 0 0 / 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }

  .fixed-header .mobile-menu-container .slicknav_nav {
    min-height: calc(100vh - 78px);
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }

  .fixed-header .mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #212121;
  }

  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span {
    background-color: #212121;
  }

  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:before,
  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:after {
    background-color: #212121;
  }
}

.mobile-menu-container .slicknav_menu {
  background-color: #fff0;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .mobile-menu-container .slicknav_menu {
    display: none;
  }
}

.mobile-menu-container .slicknav_menu .slicknav_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  float: none;
}

.mobile-menu-container .slicknav_menu .slicknav_icon {
  margin-left: 0;
  margin-right: 10px;
}

.mobile-menu-container .slicknav_menu .slicknav_menutxt {
  color: #fff;
  text-shadow: none;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
}

.mobile-menu-container .slicknav_menu .slicknav_nav li {
  border-top: 1px solid #e6e6e6;
}

.mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
  color: #7a7a7a;
  font-size: 13px;
}

.mobile-menu-container .slicknav_menu .slicknav_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_row>a {
  width: -moz-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
  border-left: 1px solid #e6e6e6;
  width: 45px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
  position: static;
  padding: 0;
  margin: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_row:hover,
.mobile-menu-container .slicknav_menu .slicknav_row:focus,
.mobile-menu-container .slicknav_menu .slicknav_row:active {
  background-color: #fff0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .mobile-menu-container {
    border-top: 1px solid rgb(255 255 255 / 0.11);
    border-bottom: 1px solid rgb(255 255 255 / 0.11);
  }

  .mobile-menu-container .slicknav_menu .slicknav_btn {
    padding: 15px 0;
    background-color: #f24080;
  }
}

.slicknav_menu .slicknav_btn {
  background-color: #fff0;
  padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #242424;
}

.slicknav_menu .slicknav_nav ul {
  margin: 0;
  padding: 0;
}

.slicknav_menu .slicknav_nav li {
  position: relative;
  list-style: none;
}

.slicknav_menu .slicknav_nav li a {
  display: inline-block;
  font-size: 15px;
  color: #444;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slicknav_menu .slicknav_nav li a:hover,
.slicknav_menu .slicknav_nav li a:focus,
.slicknav_menu .slicknav_nav li a:active {
  background-color: #fff0;
  color: #961040;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.slicknav_menu .slicknav_nav {
  background-color: #fff;
  -webkit-box-shadow: 0 22px 21px rgb(0 0 0 / 0.1);
  -moz-box-shadow: 0 22px 21px rgb(0 0 0 / 0.1);
  -ms-box-shadow: 0 22px 21px rgb(0 0 0 / 0.1);
  -o-box-shadow: 0 22px 21px rgb(0 0 0 / 0.1);
  box-shadow: 0 22px 21px rgb(0 0 0 / 0.1);
}

.slicknav_menu .slicknav_arrow {
  position: absolute;
  right: 5px;
  height: 100%;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0;
  line-height: 1.125em;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.slicknav_btn .slicknav_icon {
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  margin-top: 1px;
}

.slicknav_btn .slicknav_icon:before {
  display: none;
}

.slicknav_btn .slicknav_icon span {
  background-color: #fff;
  box-shadow: none;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slicknav_btn .slicknav_icon span:first-child {
  display: block;
}

.slicknav_btn .slicknav_icon span:first-child:before,
.slicknav_btn .slicknav_icon span:first-child:after {
  background-color: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -ms-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -ms-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}

.slicknav_btn .slicknav_icon span:first-child:before {
  top: -6px;
}

.slicknav_btn .slicknav_icon span:first-child:after {
  top: 6px;
}

.slicknav_btn.slicknav_open span:first-child {
  background-color: transparent !important;
}

.slicknav_btn.slicknav_open span:first-child:before,
.slicknav_btn.slicknav_open span:first-child:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -ms-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}

.slicknav_btn.slicknav_open span:first-child:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slicknav_btn.slicknav_open span:first-child:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home-banner {
  background-color: #41246d;
  position: relative;
  z-index: 1;
}

.home-banner .banner-content {
  margin-right: 30px;
  padding-top: 32px;
  padding-bottom: 160px;
}

@media screen and (max-width: 991px) {
  .home-banner .banner-content {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .home-banner .banner-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .home-banner .banner-content {
    padding: 30px 0;
  }
}

.home-banner .banner-content .banner-title h1 {
  color: #fff;
}

.home-banner .banner-content .banner-text p {
  color: #f8f8f8;
  margin-bottom: 35px;
}

.home-banner .banner-left,
.home-banner .banner-right {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  .home-banner .banner-left .banner-img,
  .home-banner .banner-right .banner-img {
    text-align: center;
  }
}

.home-banner .image-overlay {
  /*  background-image: url(assets/img/educator-img4.png);*/
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: top right;
}

.home-banner .image-overlay-oval {
  /*  background-image: url(assets/img/educator-img2.png);*/
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.home-banner .overlay-image {
  opacity: 0.5;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 13% auto;
}

.home-service {
  margin: 110px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .home-service {
    margin: 80px 0;
  }
}

.home-service .pattern-overlay {
  background-size: 11% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0.5;
}

.home-service .service-wrapper {
  position: relative;
  z-index: 1;
}

.home-service .service-wrapper .pattern-circle {
  background-image: url(assets/img/educator-img4.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.home-service .service-wrapper .service-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 45px;
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .home-service .service-wrapper .service-content {
    grid-column-gap: 25px;
  }
}

@media screen and (max-width: 991px) {
  .home-service .service-wrapper .service-content {
    grid-column-gap: 30px;
    grid-row-gap: 45px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .home-service .service-wrapper .service-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-service .service-wrapper .service-content .section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-service .service-wrapper .service-content .section-head h2 {
  margin-bottom: 40px;
}

.home-service .service-wrapper .service-content .course-type {
  border: 2px dashed #d9d9d9;
  border-radius: 25px;
  padding: 40px;
  text-align: center;
}

.home-service .service-wrapper .service-content .course-type .course-icon {
  margin-bottom: 25px;
}

.home-service .service-wrapper .service-content .course-type .course-icon i {
  font-size: 50px;
  padding: 45px;
  display: inline-block;
  border-radius: 100%;
  background-color: #f8f8f8;
  color: #41246d;
}

.home-service .service-wrapper .service-content .course-type .course-title {
  margin-bottom: 10px;
}

.home-service .service-wrapper .service-content .course-type .course-durations {
  margin-bottom: 0;
  color: #f24080;
}

.home-service .service-wrapper .service-content .course-form {
  grid-column: 3 / span 2;
  padding: 50px;
  background-color: #f8f8f8;
  border-radius: 25px;
}

@media screen and (max-width: 991px) {
  .home-service .service-wrapper .service-content .course-form {
    grid-column: 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  .home-service .service-wrapper .service-content .course-form {
    grid-column: 1;
    padding: 50px 20px;
  }
}

.home-service .service-wrapper .service-content .course-form input[type="text"],
.home-service .service-wrapper .service-content .course-form input[type="email"] {
  background-color: #fff;
  color: #414141;
  border: 1px solid rgb(242 64 128 / 0.13);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 20px;
  height: 50px;
  margin-bottom: 15px;
  width: 100%;
}

.home-service .service-wrapper .service-content .course-form input[type="text"]:focus,
.home-service .service-wrapper .service-content .course-form input[type="email"]:focus {
  box-shadow: 0 0 0 1px rgb(0 0 0 / 0.1);
  outline: 0;
}

.home-service .service-wrapper .service-content .course-form .button-round-secondary {
  width: 100%;
}

.home-about-us {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

.home-about-us .container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .home-about-us {
    padding-top: 80px;
  }
}

.home-about-us .pattern-overlay {
  /*  background-image: url(assets/img/educator-img3.png);*/
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 17% auto;
  opacity: 0.3;
}

.home-about-us .about-left-content {
  margin-right: 35px;
}

@media screen and (max-width: 991px) {
  .home-about-us .about-left-content {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.home-about-us .about-left-content .figure-round-border {
  text-align: center;
}

.home-about-us .about-left-content .figure-round-border img {
  margin-bottom: 35px;
  border-radius: 25px;
  width: 100%;
}

.home-about-us .about-left-content .skill-container {
  margin-bottom: 40px;
}

.home-about-us .about-left-content .skill-container .skill-wrapper {
  margin-bottom: 30px;
}

.home-about-us .about-left-content .skill-container .skill-wrapper .skill-titile {
  margin-bottom: 0;
  color: #41246d;
}

.home-about-us .about-left-content .skill-container .skill-wrapper .progress-wrapper {
  padding-top: 10px;
}

.home-about-us .about-left-content .skill-container .skill-wrapper .progress-wrapper .progress-bar-wrap {
  background-color: #f8f8f8;
}

.home-about-us .about-left-content .skill-container .skill-wrapper .progress-wrapper .ab-progress-bar {
  background-color: #41246d;
}

.home-about-us .about-left-content .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner .percent {
  background-color: #fff0;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.home-about-us .about-left-content .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner .percent:before {
  content: none;
}

.home-about-us .about-left-content .regarding-us {
  display: flex;
  margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
  .home-about-us .about-left-content .regarding-us {
    display: block;
  }
}

.home-about-us .about-left-content .regarding-us .left-content {
  padding-right: 30px;
}

.home-about-us .about-left-content .regarding-us .right-content {
  padding-left: 30px;
}

.home-about-us .about-left-content .regarding-us .qulifaction-content {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: rgb(217 217 217 / 0.47);
  width: 50%;
}

.home-about-us .about-left-content .regarding-us .qulifaction-content:first-child {
  border-width: 0;
}

@media screen and (max-width: 575px) {
  .home-about-us .about-left-content .regarding-us .qulifaction-content {
    width: 100%;
    padding: 10px;
    border-width: 1px 0 0 0;
  }
}

.home-about-us .about-left-content .regarding-us .qulifaction-content .qualification-tag {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.home-about-us .about-left-content .regarding-us .qulifaction-content .qualification-tag .qualifaction-icon {
  margin-right: 15px;
}

.home-about-us .about-left-content .regarding-us .qulifaction-content .qualification-tag .qualifaction-icon i {
  font-size: 35px;
  font-weight: 400;
  color: #f24080;
}

.home-about-us .about-left-content .regarding-us .qulifaction-content .qualification-tag .qualifaction-title h5 {
  margin-bottom: 0;
}

.home-about-us .about-right-content {
  margin-left: 34px;
}

.home-about-us .about-right-content .about-desc {
  margin-bottom: 35px;
}

.home-about-us .about-right-content .figure-round-border {
  text-align: center;
}

.home-about-us .about-right-content .figure-round-border img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .home-about-us .about-right-content {
    margin-left: 0;
    margin-top: 40px;
  }
}

.home-progress-section {
  /*  background-image: url(assets/img/educator-img12.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 15px 100px 15px;
  position: relative;
  z-index: 1;
}

.home-progress-section .overlay {
  background-color: #41246d;
  opacity: 0.92;
}

.home-progress-section .counter-inner .counter-item-wrap .counter-item {
  padding: 30px 18px;
  text-align: center;
  border-right: 1px solid rgb(255 255 255 / 0.14);
}

.home-progress-section .counter-inner .counter-item-wrap .counter-item:last-child {
  border-right: 0;
}

@media screen and (max-width: 991px) {
  .home-progress-section .counter-inner .counter-item-wrap .counter-item {
    border-right: 0;
  }

  .home-progress-section .counter-inner .counter-item-wrap .counter-item:first-child {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: rgb(255 255 255 / 0.14);
  }

  .home-progress-section .counter-inner .counter-item-wrap .counter-item:last-child {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: rgb(255 255 255 / 0.14);
  }
}

@media screen and (max-width: 575px) {
  .home-progress-section .counter-inner .counter-item-wrap .counter-item {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgb(255 255 255 / 0.14);
  }

  .home-progress-section .counter-inner .counter-item-wrap .counter-item:first-child {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgb(255 255 255 / 0.14);
  }

  .home-progress-section .counter-inner .counter-item-wrap .counter-item:last-child {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgb(255 255 255 / 0.14);
  }
}

.home-progress-section .counter-inner .counter-item-wrap .counter-item .counter-no {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  font-family: "Mulish", sans-serif;
  line-height: 1.1;
}

.home-progress-section .counter-inner .counter-item-wrap .counter-item .Completed {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffc107;
  line-height: 1.1;
}

.contact-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
  z-index: 1;

}

.contact-section .video-button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
}

.contact-section .home-contact-form {
  background-color: rgb(65 36 109 / 0.5);
  padding: 50px;
}

.contact-section .home-contact-form input {
  border: none;
}

.contact-section .home-contact-form input::-webkit-outer-spin-button,
.contact-section .home-contact-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-section .home-contact-form input[type="number"] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 575px) {
  .contact-section {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .contact-section .home-contact-form {
    margin-top: 40px;
    padding: 35px 20px;
  }
}

.home-team-section {
  padding: 110px 0;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .home-team-section {
    padding: 80px 0;
  }
}

.home-team-section .container {
  position: relative;
  z-index: 1;
}

.home-team-section .container .overlay {
  background-image: url(assets/img/educator-img4.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 15% auto;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .home-team-section .title-divider:before {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-team-section .team-section-title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .home-team-section .team-section-title {
    margin-bottom: 15px;
  }
}

.home-team-section .group-member {
  margin-top: 29px;
}

.home-team-section .group-member .team-img {
  border: 10px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.15) inset, 0 0 1px 1px rgb(0 0 0 / 0.1);
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.home-team-section .group-member .team-content {
  margin-top: 20px;
}

.home-team-section .group-member .team-content h4 {
  margin-bottom: 5px;
}

.home-team-section .group-member .team-content p {
  color: #f24080;
}

.home-team-section .group-member .team-social-link ul li {
  margin-left: 6px;
  margin-right: 0;
}

.home-team-section .group-member .team-social-link ul li:first-child {
  margin-left: 0;
}

.home-team-section .group-member .team-social-link ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
}

.home-team-section .group-member .team-social-link ul li a i {
  color: #fff;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: relative;
  background-color: #41246d;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
}

.home-team-section .group-member .team-social-link ul li a:hover i {
  background-color: #961040;
}

.home-fact-section {
  margin-bottom: 130px;
  background-image: url(assets/img/educator-img12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

@media screen and (max-width: 1199px) {
  .home-fact-section {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .home-fact-section {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .home-fact-section {
    padding: 50px 0;
  }
}

.home-fact-section .overlay {
  background-color: #41246d;
  opacity: 0.94;
  z-index: -1;
}

.home-fact-section .fact-section-head {
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .home-fact-section .fact-section-head {
    padding-right: 0;
  }
}

.home-fact-section .fact-section-head .fact-section-title {
  color: #fff;
}

.home-fact-section .fact-section-head .fact-section-info {
  color: #d9d9d9;
}

.home-fact-section .fact-section-head .fact-list {
  margin-bottom: 35px;
}

.home-fact-section .fact-section-head .fact-list ul {
  margin: 0;
  padding: 0;
}

.home-fact-section .fact-section-head .fact-list ul li {
  list-style: none;
  color: #fff;
  margin-bottom: 12px;
  display: flex;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  line-height: 1.2;
}

.home-fact-section .fact-section-head .fact-list ul li:before {
  color: #f24080;
  content: "\eab0";
  font-family: "elementskit";
  font-weight: 400;
  font-size: 14px;
  margin-right: 5px;
}

.home-fact-section .fact-section-head .fact-list ul li:last-child {
  margin-bottom: 0;
}

.home-fact-section .fact-right-inner-wrap {
  margin: -50px -30px -50px -30px;
  background-color: #fff0;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .home-fact-section .fact-right-inner-wrap {
    margin: -20px 0 -20px 0;
  }
}

@media screen and (max-width: 991px) {
  .home-fact-section .fact-right-inner-wrap {
    margin-top: 20px;
  }
}

.home-fact-section .fact-right-inner-wrap .fact-inner-box {
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.15);
  align-items: center;
  align-content: center;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 991px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box {
    aspect-ratio: auto;
    grid-template-columns: repeat(1, 1fr);
    border-radius: 0;
    grid-gap: 5px;
    margin-top: 40px;
  }
}

.home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: flex;
  min-height: 300px;
  max-width: 100%;
}

@media screen and (max-width: 575px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-content {
    min-height: auto;
  }
}

.home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-content .circle-patten {
  background-image: url(assets/img/educator-img4.png);
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-content .circle-c-patten {
  /*  background-image: url(assets/img/educator-img3.png);*/
  background-position: top right;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-content h4 {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}

.home-fact-section .fact-right-inner-wrap .fact-inner-box .fact-image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  max-width: 100%;
}

.home-fact-section .fact-right-inner-wrap .fact-inner-box .top-left-content {
  padding: 30px 40px 0 75px;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box .top-left-content {
    padding: 90px 15px 0 60px;
  }
}

@media screen and (max-width: 575px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box .top-left-content {
    padding: 15px 10px;
    border-radius: 100% 100% 0% 0%;
    justify-content: center;
  }
}

.home-fact-section .fact-right-inner-wrap .fact-inner-box .top-right-image {
  /*  background-image: url(assets/img/childe2.jpg);*/
  background-position: center right;
}

.home-fact-section .fact-right-inner-wrap .fact-inner-box .bottom-left-image {
  /*  background-image: url(assets/img/childe3.jpg);*/
  background-position: center left;
}

.home-fact-section .fact-right-inner-wrap .fact-inner-box .bottom-right-content {
  align-items: center;
  padding: 0 70px 50px 20px;
}

@media screen and (max-width: 1199px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box .bottom-right-content {
    padding: 0 65px 85px 20px;
  }
}

@media screen and (max-width: 575px) {
  .home-fact-section .fact-right-inner-wrap .fact-inner-box .bottom-right-content {
    padding: 15px 10px;
    border-radius: 0% 0% 100% 100%;
    justify-content: center;
  }
}

.home-testimonial-section {
  margin: 110px 0;
}

@media screen and (max-width: 767px) {
  .home-testimonial-section {
    margin: 80px 0;
  }
}

.home-testimonial-section .testimonial-section-info {
  margin-bottom: 55px;
}

.home-testimonial-section .right-content {
  margin-left: 28px;
}

@media screen and (max-width: 991px) {
  .home-testimonial-section .right-content {
    margin-left: 0;
  }
}

.home-testimonial-section .left-content {
  margin-right: 28px;
}

@media screen and (max-width: 991px) {
  .home-testimonial-section .left-content {
    margin-right: 0;
  }
}

.home-testimonial-section .client-content {
  padding: 17px;
  border-radius: 25px;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 0.15);
  background-position: 32% 70%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .home-testimonial-section .client-content {
    background-position: 20% 70%;
  }
}

@media screen and (max-width: 991px) {
  .home-testimonial-section .client-content {
    margin-top: 30px;
    padding: 50px 20px;
    background-position: 49% 77%;
    background-size: auto;
  }
}

@media screen and (max-width: 767px) {
  .home-testimonial-section .client-content {
    background-position: 20% 70%;
  }
}

@media screen and (max-width: 479px) {
  .home-testimonial-section .client-content {
    background-position: 49% 77%;
    background-size: 27%;
  }
}

.home-testimonial-section .client-content .circle-patten {
  /*  background-image: url(assets/img/educator-img4.png);*/
  background-position: bottom left;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.home-testimonial-section .client-content .client-review {
  margin-bottom: 20px;
}

.home-testimonial-section .client-content .author-content {
  display: flex;
  justify-content: right;
  align-items: flex-end;
}

.home-testimonial-section .client-content .author-content .author-img {
  margin-left: 15px;
  height: 77px;
  width: 77px;
  border-radius: 50%;
  overflow: hidden;
}

.home-testimonial-section .client-content .author-content .author-img img {
  width: 100%;
  object-position: center;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .home-testimonial-section .client-content .author-content {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .home-testimonial-section .client-content .author-content {
    justify-content: right;
  }
}

@media screen and (max-width: 479px) {
  .home-testimonial-section .client-content .author-content {
    justify-content: space-between;
  }
}

.home-testimonial-section .client-content .author-info {
  text-align: right;
}

.home-testimonial-section .client-content .author-info .author-name {
  margin-bottom: 7px;
  line-height: 1;
}

.home-testimonial-section .client-content .author-info .author-title {
  font-size: 13px;
  color: #f24080;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.home-testimonial-section .testimonial-btn {
  margin-top: 70px;
}

.home-blog-section {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .home-blog-section {
    margin-bottom: 80px;
  }
}

.home-blog-section .overlay-wrapper {
  position: relative;
  z-index: 1;
}

.home-blog-section .overlay-wrapper .c-patten {
  /*  background-image: url(assets/img/educator-img3.png);*/
  background-position: 100% 15%;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.home-blog-section .blog-section-info {
  margin-bottom: 55px;
}

.home-blog-section .inner-blog-wrap {
  display: grid;
  grid-row-gap: 35px;
  grid-column-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 991px) {
  .home-blog-section .inner-blog-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-blog-section .inner-blog-wrap .item-3 {
    grid-column: 1 / span 2;
  }
}

@media screen and (max-width: 575px) {
  .home-blog-section .inner-blog-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-blog-section .inner-blog-wrap .item-3 {
    grid-column: 1 / span 1;
  }
}

.home-blog-section .inner-blog-wrap .post {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.15);
}

.home-blog-section .inner-blog-wrap .post:hover {
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 0.15);
}

.home-blog-section .inner-blog-wrap .post:hover .feature-image:before {
  content: none;
}

.home-blog-section .inner-blog-wrap .post .feature-image {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.home-blog-section .inner-blog-wrap .post .feature-image:before {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.35)),
      color-stop(75%, transparent));
  background-image: linear-gradient(0deg, rgb(0 0 0 / 0.35), transparent 75%);
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.home-blog-section .inner-blog-wrap .post .feature-image .cat-meta {
  position: absolute;
  top: 20px;
  right: 20px;
}

.home-blog-section .inner-blog-wrap .post .feature-image .cat-meta a {
  padding: 7px 14px;
  background-color: #f24080;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.home-blog-section .inner-blog-wrap .post .entry-content {
  padding: 35px 40px 35px 40px;
}

.home-blog-section .inner-blog-wrap .post .entry-content h4 {
  margin-bottom: 15px;
}

.home-blog-section .inner-blog-wrap .post .entry-content .blog-info {
  margin-bottom: 0;
  color: #777;
}

.slider-section {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.slider-section .client-item figure {
  width: 124px;
}

.home-feature-section {
  /* margin-bottom: 135px; */
}

@media screen and (max-width: 767px) {
  .home-feature-section {
    /* margin-bottom: 80px; */
  }
}

.home-feature-section .title-divider:before {
  margin-left: auto;
  margin-right: auto;
  right: 0;
}

.home-feature-section .feature-section-info {
  margin-bottom: 55px;
}

.home-feature-section .feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 80px;
}

@media screen and (max-width: 991px) {
  .home-feature-section .feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .home-feature-section .feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-feature-section .feature-wrapper .feature-type {
  padding: 50px 15px 50px;
  border: 2px dashed #d9d9d9;
  border-radius: 25px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.home-feature-section .feature-wrapper .feature-type .feature-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.home-feature-section .feature-wrapper .feature-type .feature-icon i {
  font-size: 100px;
  color: #f24080;
  font-weight: 400;
}

.home-feature-section .feature-wrapper .feature-type .feature-icon .meta-no {
  padding: 15px 20px 15px 20px;
  border: 5px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  right: -35px;
  background-color: #f24080;
  color: #fff;
  margin-bottom: 0;
}

.home-feature-section .feature-wrapper .feature-type .feature-heading {
  margin-bottom: 15px;
  margin-top: 25px;
}

.home-feature-section .feature-wrapper .feature-type .feature-info {
  margin-bottom: 0;
}

.home-feature-section .feature-wrapper .feature-type .right-arrow-link {
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.home-feature-section .feature-wrapper .feature-type .right-arrow-link i {
  padding: 20px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 0.15);
  color: #f24080;
}

.home-feature-section .feature-wrapper .feature-type .right-arrow-link:hover {
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.home-feature-section .feature-wrapper .feature-type .right-arrow-link:hover i {
  background-color: #961040;
  color: #fff;
}

.home-feature-section .feature-wrapper .feature-type:nth-child(even) .feature-icon i {
  color: #41246d;
}

.home-feature-section .feature-wrapper .feature-type:nth-child(even) .feature-icon .meta-no {
  background-color: #41246d;
}

@keyframes bounce {
  0% {
    transform: translate(-50%, 50%);
  }

  100% {
    transform: translate(-50%, 0%);
  }
}

.home-goal-section {
  background-color: #f8f8f8;
  /*margin-bottom: -200px;*/
}

.home-goal-section .inner-goal-image {
  margin-right: 10px;
  position: relative;
  z-index: 2;
}

.home-goal-section .inner-goal-image .video-play-image {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
}

.home-goal-section .inner-goal-image .video-play-image .overlay02 {
  opacity: 0.2;
  background-color: #111;
  z-index: 2;
}

.home-goal-section .inner-goal-image .video-play-image .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.home-goal-section .inner-goal-image .video-play-image .video-button a {
  font-size: 30px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #f24080;
}

.home-goal-section .inner-goal-image .video-play-image .video-button a:before,
.home-goal-section .inner-goal-image .video-play-image .video-button a:after {
  box-shadow: 0 0 0 0 rgb(242 64 128 / 0.6);
}

.home-goal-section .goal-content {
  padding: 45px;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 0.1);
  background-color: #fff;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .home-goal-section .goal-content {
    margin-top: 30px;
  }
}

.home-goal-section .goal-content .pattern-overlay {
  /*  background-image: url(assets/img/educator-img7.png);*/
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.home-goal-section .goal-content .goal-info {
  margin-bottom: 35px;
}

.home-course-section {
  padding: 110px 0 130px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .home-course-section {
    padding: 80px 0;
  }
}

.home-course-section .overlay-wrapper {
  position: relative;
}

.home-course-section .overlay-wrapper .pattern-overlay {
  background-image:
    background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 12% auto;
}

.home-course-section .overlay-wrapper .overlay-circle {
  /*  background-image: url(assets/img/educator-img3.png);*/
  background-repeat: no-repeat;
  background-position: 100% 10%;
  opacity: 0.4;
}

.home-course-section .title-divider:before {
  margin-left: auto;
  margin-right: auto;
  right: 0;
  bottom: -28px;
}

.home-course-section .course-section-info,
.home-course-section .section-title {
  text-align: center;
}

.home-course-section .course-section-info {
  margin-bottom: 55px;
}

.home-course-section .inner-course-wrap .row {
  row-gap: 20px;
}

.home-course-section .inner-course-wrap .post {
  border-radius: 25px;
  overflow: hidden;
}

.home-course-section .inner-course-wrap .post .feature-image {
  position: relative;
  z-index: 1;
}

.home-course-section .inner-course-wrap .post .feature-image img {
  width: 100%;
}

.home-course-section .inner-course-wrap .post .feature-image .bookmark-icon {
  position: absolute;
  top: 20px;
  right: 17px;
  text-align: center;
  padding: 10px;
  background-color: rgb(17 17 17 / 0.47);
  border-radius: 100%;
}

.home-course-section .inner-course-wrap .post .feature-image .bookmark-icon:hover {
  background-color: #961040;
}

.home-course-section .inner-course-wrap .post .feature-image .bookmark-icon i {
  font-size: 16px;
  color: #fff;
  width: 1em;
  display: block;
}

.home-course-section .inner-course-wrap .post .feature-image .cat-meta {
  position: absolute;
  bottom: -15px;
  left: 5px;
  padding: 3px 15px;
  border-radius: 25px;
  background-color: #f24080;
}

.home-course-section .inner-course-wrap .post .feature-image .cat-meta a {
  color: #fff;
  line-height: 1.7;
}

.home-course-section .inner-course-wrap .post .entry-content {
  background-color: #fff;
  padding: 40px 30px 15px;
}

.home-course-section .inner-course-wrap .post .entry-content h4 {
  margin-bottom: 20px;
}

.home-course-section .inner-course-wrap .post .entry-content .rating-content {
  display: flex;
  align-items: center;
}

.home-course-section .inner-course-wrap .post .entry-content .rating-content .rating-info {
  margin-right: 10px;
  color: #787878;
  font-size: 13px;
  line-height: 1.2;
  display: inline-block;
}

.home-course-section .inner-course-wrap .post .entry-content .rating-content .rating-start-wrap {
  display: table;
  text-align: right;
}

.home-course-section .inner-course-wrap .post .entry-content .rating-content .rating-start-wrap .rating-start {
  display: table;
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
}

.home-course-section .inner-course-wrap .post .entry-content .rating-content .rating-start-wrap .rating-start:before {
  color: #ccd6df;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}

.home-course-section .inner-course-wrap .post .entry-content .rating-content .rating-start-wrap .rating-start span {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.home-course-section .inner-course-wrap .post .entry-content .rating-content .rating-start-wrap .rating-start span:before {
  color: #f24080;
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}

.home-course-section .inner-course-wrap .post .entry-content .author-content {
  margin: 20px 0 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(217 217 217 / 0.47);
  display: flex;
  align-items: center;
}

.home-course-section .inner-course-wrap .post .entry-content .author-content .author-img {
  width: 41px;
  height: 41px;
  margin-right: 15px;
}

.home-course-section .inner-course-wrap .post .entry-content .author-content .author-img img {
  border-radius: 100%;
}

.home-course-section .inner-course-wrap .post .entry-content .author-content .author-name {
  margin-bottom: 0;
}

.home-course-section .inner-course-wrap .post .entry-content .entry-meta {
  display: flex;
  justify-content: space-between;
}

.home-course-section .inner-course-wrap .post .entry-content .entry-meta .student-number {
  font-size: 13px;
  line-height: 1;
}

.home-course-section .inner-course-wrap .post .entry-content .entry-meta .student-number i {
  margin-right: 11px;
  color: #f24080;
}

.home-course-section .inner-course-wrap .post .entry-content .entry-meta a {
  color: #111;
  line-height: 1;
}

.home-course-section .inner-course-wrap .post .entry-content .entry-meta a:hover {
  color: #961040;
}

.home-course-section .inner-course-wrap .post .entry-content .entry-meta a i {
  margin-left: 10px;
}

.home-course-section .inner-course-wrap .inner-course:nth-child(even) .cat-meta {
  background-color: #41246d;
}

.home-course-section .inner-course-wrap .inner-course:nth-child(even) .entry-content .rating-content .rating-start-wrap .rating-start span:before {
  color: #41246d;
}

.home-course-section .inner-course-wrap .inner-course:nth-child(even) .entry-content .student-number i {
  color: #41246d;
}

.home-course-section .course-bhn {
  margin-top: 70px;
  text-align: center;
}

.site-footer {
  background-color: #41246d;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-size: cover;
  margin-top: 0;
}

.site-footer .footer-overlay {
  background-color: #41246d;
  opacity: 0.98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.site-footer .subscribe-section .subscribe-content {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  padding: 40px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .site-footer .subscribe-section .subscribe-content {
    padding: 40px 20px;
  }
}

.site-footer .subscribe-section .subscribe-content .overlay {
  background-color: #f24080;
  opacity: 0.3;
}

.site-footer .subscribe-section .subscribe-content .subscribe-title {
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}

.site-footer .subscribe-section .subscribe-content .subscribe-info {
  margin-bottom: 0;
  color: #d9d9d9;
}

.site-footer .subscribe-section .subscribe-content .form-content {
  margin-left: 100px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .site-footer .subscribe-section .subscribe-content .form-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .site-footer .subscribe-section .subscribe-content .form-content input {
    margin-bottom: 10px;
  }
}

.site-footer .subscribe-section .subscribe-content .form-content input {
  padding: 12px 20px;
  max-width: 350px;
  height: 50px;
  margin-right: 12px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .site-footer .subscribe-section .subscribe-content .form-content input {
    min-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .site-footer .subscribe-section .subscribe-content .form-content input {
    min-width: 200px;
  }
}

.site-footer .subscribe-section .subscribe-content .form-content button {
  padding: 16px 28px;
  background-color: #41246d;
  color: #fff;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 25px;
  border: none;
}

.site-footer .top-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.site-footer .top-footer .textwidget {
  font-size: 15px;
  color: #d9d9d9;
}

.site-footer .top-footer .img-textwidget {
  margin-bottom: 10px;
}

.site-footer .footer-logo {
  margin-bottom: 20px;
}

.site-footer .footer-social-links {
  margin-top: 25px;
}

.site-footer .footer-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-social-links ul li {
  margin: 0 3px;
  display: inline-block;
}

.site-footer .footer-social-links ul li:first-child {
  margin-left: 0;
}

.site-footer .footer-social-links ul li:last-child {
  margin-right: 0;
}

.site-footer .footer-social-links ul li a {
  background-color: #fff0;
  color: #d9d9d9;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
}

.site-footer .footer-social-links ul li a:hover {
  background-color: #961040;
  color: #fff;
  border-color: #961040;
}

@media screen and (max-width: 767px) {
  .site-footer .footer-social-links {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .site-footer {
    padding-top: 50px;
  }

  .site-footer .top-footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .site-footer .bottom-footer {
    margin-top: 0;
  }
}

.site-footer .bottom-footer {
  padding: 20px 0;
  border-top: 1px solid rgb(167 167 167 / 0.23);
}

.site-footer .bottom-footer .copy-right {
  color: #d9d9d9;
  font-size: 13px;
  font-weight: 1.2;
  font-weight: 400;
}

.site-footer .bottom-footer .legal-list {
  text-align: right;
}

.site-footer .bottom-footer .legal-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer .bottom-footer .legal-list ul li {
  padding: 0 12px;
  display: inline-block;
  border-right: 1px solid rgb(167 167 167 / 0.23);
}

.site-footer .bottom-footer .legal-list ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.site-footer .bottom-footer .legal-list ul li:first-child {
  padding-left: 0;
}

.site-footer .bottom-footer .legal-list ul li a {
  color: #d9d9d9;
  font-size: 13px;
  font-weight: 1.2;
  font-weight: 400;
}

.site-footer .bottom-footer .legal-list ul li a:hover {
  color: #f24080;
}

@media screen and (max-width: 767px) {
  .site-footer .bottom-footer .copy-right {
    margin-bottom: 20px;
    text-align: center;
  }

  .site-footer .bottom-footer .legal-lsit {
    text-align: center;
  }
}

.top-footer .widget {
  margin-bottom: 0;
  color: #d9d9d9;
}

.top-footer .widget .widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.top-footer .widget p {
  font-size: 15px;
}

.top-footer .widget ul li {
  margin-bottom: 20px;
}

.top-footer .widget ul li a {
  color: #d9d9d9;
  font-size: 15px;
}

.top-footer .widget ul li a:hover,
.top-footer .widget ul li a:focus,
.top-footer .widget ul li a:active {
  color: #f24080;
}

@media screen and (max-width: 991px) {
  .top-footer .widget {
    margin-bottom: 30px;
  }
}

.top-footer .school-time span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

.top-footer .school-time span i {
  font-size: 15px;
  color: #f24080;
  padding-right: 5px;
}

.top-footer .school-time a {
  padding: 14px 22px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.inner-banner-wrap {
  /* margin-bottom: 110px; */
}

.inner-banner-wrap1 {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .inner-banner-wrap {}
}

.inner-baner-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
  padding: 150px 0;
}

.inner-baner-container:before {
  background-image: linear-gradient(180deg, #41246d 0%, #41246de0 15%);
  content: "";
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.inner-baner-container .inner-banner-content {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.inner-baner-container .inner-title {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 900;
}

.inner-baner-container .breadcrumb {
  background-color: #fff0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
  padding: 0;
}

.inner-baner-container .breadcrumb li {
  color: #fff;
  font-size: 14px;
}

.inner-baner-container .breadcrumb li:before {
  color: inherit;
}

.inner-baner-container .breadcrumb li a {
  color: #fff;
}

.inner-baner-container .breadcrumb li a:hover {
  color: #961040;
}

.inner-baner-container .breadcrumb li.active {
  color: #b3b3b3;
}

.inner-baner-container .breadcrumb-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

@media screen and (max-width: 575px) {
  .inner-baner-container {
    padding: 80px 0;
  }

  .inner-baner-container .inner-title {
    font-size: 30px;
  }

  .inner-baner-container .inner-banner-content p {
    font-size: 15px;
  }
}

.policy-page-section {
  padding-bottom: 100px;
}

.feature-page-section {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .feature-page-section {
    padding: 80px 0;
  }
}

.feature-page-section .inner-course-wrap .row {
  row-gap: 50px;
}

.course-result-section {
  padding-top: 110px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .course-result-section {
    padding-top: 80px;
  }
}

.course-result-section .left-content {
  position: relative;
  z-index: 1;
}

.course-result-section .left-content .zigzag-patten {
  background-position: calc(100% - 50px) 100%;
  background-repeat: no-repeat;
  background-size: 22% auto;
  opacity: 0.3;
}

@media screen and (max-width: 991px) {
  .course-result-section .left-content .zigzag-patten {
    background-position: calc(100% - 50px) 100%;
  }
}

.course-result-section .feature-left-content {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .course-result-section .feature-left-content {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.course-result-section .feature-left-content .feature-course-desc {
  margin-bottom: 20px;
}

.course-result-section .feature-left-content .skill-container {
  margin-bottom: 40px;
}

.course-result-section .feature-left-content .skill-container .skill-wrapper {
  margin-bottom: 20px;
}

.course-result-section .feature-left-content .skill-container .skill-wrapper .skill-titile {
  margin-bottom: 0;
  color: #41246d;
  line-height: 1;
}

.course-result-section .feature-left-content .skill-container .skill-wrapper .progress-wrapper {
  padding-top: 15px;
}

.course-result-section .feature-left-content .skill-container .skill-wrapper .progress-wrapper .ab-progress-bar {
  background-color: #41246d;
}

.course-result-section .feature-left-content .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner .percent {
  background-color: #fff0;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.course-result-section .feature-left-content .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner .percent:before {
  content: none;
}

.course-result-section .feature-right-content {
  position: relative;
  z-index: 1;
}

.course-result-section .feature-right-content .c-patten {
  background-image: url(assets/img/educator-img3.png);
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.course-result-section .feature-right-content .circle-patten {
  /*  background-image: url(assets/img/educator-img4.png);*/
  background-position: 100% 98%;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
}

.course-result-section .feature-right-content .feature-image {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.portfolio-detail-section {
  padding-bottom: 110px;
  padding-top: 110px;
}

.portfolio-detail-section p {
  color: #414141;
  font-size: 15px;
  font-weight: 400;
}

.portfolio-detail-section h4 {
  color: #111;
  font-weight: 700;
}

.portfolio-detail-section .portfolio-inner-detail h2 {
  margin-bottom: 20px;
}

.portfolio-detail-section .portfolio-inner-detail .project-summary ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.portfolio-detail-section .portfolio-inner-detail .project-summary ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 6px;
  color: #414141;
}

.portfolio-detail-section .portfolio-inner-detail .project-summary ul li i {
  color: #41246d;
  margin-right: 5px;
}

.portfolio-detail-section .portfolio-inner-detail .project-summary ul li i:before {
  color: #f94c30;
  content: "\e9f2";
  font-family: "elementskit";
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
  .portfolio-detail-section .portfolio-inner-detail .project-summary ul li {
    width: 100%;
  }
}

.portfolio-detail-section .portfolio-inner-detail .quote-wrapper {
  background-color: #f8f8f8;
  border-radius: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 18px 32px 35px 32px;
}

.portfolio-detail-section .portfolio-inner-detail .quote-wrapper blockquote:before {
  content: "" ";
 font-size: 140px;
  color: #e6e9ec;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
  background-color: #fff0;
  top: -50%;
}

.portfolio-detail-section .portfolio-inner-detail .quote-wrapper blockquote:after {
  display: none;
}

.portfolio-detail-section .gallery-slider {
  margin-top: 0;
}

.portfolio-detail-section .portfolio-img {
  margin-bottom: 30px;
}

.portfolio-detail-section .portfolio-img img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 575px) {
  .portfolio-detail-section {
    padding-bottom: 70px;
  }
}

.portfolio-detail-section .sidebar .video-widget {
  border-radius: 30px;
  overflow: hidden;
}

.portfolio-detail-section .sidebar .video-widget iframe {
  width: 100%;
  height: 150px;
  display: block;
}

.portfolio-detail-section .sidebar .widget-service {
  padding: 80px 30px 25px 30px;
  margin-top: -40px;
  margin-bottom: 50px;
  border-radius: 30px;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 0.25);
  background-color: #fff;
}

.portfolio-detail-section .sidebar .widget-service ul {
  margin: 0;
  padding: 0;
}

.portfolio-detail-section .sidebar .widget-service ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd5c;
}

.portfolio-detail-section .sidebar .widget-service ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.portfolio-detail-section .sidebar .widget-service ul li:nth-child(even) .service-icon i {
  background-color: #41246d;
}

.portfolio-detail-section .sidebar .widget-service ul li .service-icon {
  margin-right: 15px;
}

.portfolio-detail-section .sidebar .widget-service ul li .service-icon i {
  font-size: 32px;
  color: #fff;
  background-color: #111;
  padding: 22px;
  border-radius: 100%;
  text-align: center;
}

.portfolio-detail-section .sidebar .widget-service ul li .service-content h5 {
  color: #111;
  margin-bottom: 10px;
  margin-top: 8px;
}

.portfolio-detail-section .sidebar .widget-service ul li .service-content p {
  color: #414141;
}

.portfolio-detail-section .sidebar .sidebar-download {
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 0.25);
  background-color: #fff;
}

.portfolio-detail-section .sidebar .sidebar-download .bg-title {
  margin-bottom: 25px;
  padding: 17px;
  background-color: #41246d;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
}

.portfolio-detail-section .sidebar .sidebar-download p {
  margin-bottom: 32px;
}

.portfolio-detail-section .sidebar .sidebar-download a {
  display: inline-block;
  padding: 15px 30px;
  background-color: #41246d;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
  border-radius: 30px;
  font-family: "Mulish", sans-serif;
}

.portfolio-detail-section .sidebar .sidebar-download a i {
  margin-left: 10px;
  color: #fff;
  font-size: 15px;
}

.portfolio-detail-section .sidebar .icon-list-content {
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 0.25);
  background-color: #41246d;
}

.portfolio-detail-section .sidebar .icon-list-content .bg-title {
  margin-bottom: 30px;
  padding: 17px;
  background-color: #fff;
  color: #fff;
  border-radius: 30px;
  color: #111;
}

.portfolio-detail-section .sidebar .icon-list-content ul li {
  margin-top: 14px;
  margin-bottom: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff70;
}

.portfolio-detail-section .sidebar .icon-list-content ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.portfolio-detail-section .sidebar .icon-list-content ul li i {
  color: #fff;
}

.gallery-slider {
  margin-top: 50px;
}

.gallery-slider .slick-slide {
  margin: 0 10px;
}

.gallery-slider .slick-list {
  margin: 0 -10px;
}

.gallery-slider .slick-list img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.about-section {
  margin-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .about-section {
    margin-bottom: 0;
  }
}

.about-section .about-describe {
  color: #111;
}

.about-section .info-left {
  padding-right: 18px;
}

@media screen and (max-width: 767px) {
  .about-section .info-left {
    padding: 0;
  }
}

.about-section .info-right {
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .about-section .info-right {
    padding: 0;
  }
}

.about-section .counter-inner {
  margin: 20px auto 40px;
}

.about-section .about-banner {
  position: relative;
}

@media screen and (min-width: 992px) {
  .about-section .about-banner .about-image {
    padding: 0 140px 0 80px;
  }
}

@media screen and (max-width: 991px) {
  .about-section .about-banner .about-image {
    margin-bottom: 30px;
  }
}

.about-section .about-banner .about-left-banner {
  display: flex;
  padding: 32px 25px 28px;
  background-color: #41246d;
  border-radius: 25px;
  color: #fff;
  align-items: center;
}

.about-section .about-banner .about-left-banner .banner-icon {
  margin-right: 25px;
}

.about-section .about-banner .about-left-banner .banner-icon i {
  display: block;
  position: relative;
  font-size: 40px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 100%;
  text-align: center;
  background-color: #fff;
  color: #f24080;
}

.about-section .about-banner .about-left-banner h3 {
  margin-bottom: 0;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .about-section .about-banner .about-left-banner {
    border: 10px solid #fff;
    max-width: 418px;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .about-section .about-banner .about-left-banner {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .about-section .about-banner .about-left-banner .banner-icon i {
    font-size: 28px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

.about-section .about-banner .about-right-banner {
  text-align: center;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 25px 10px rgb(0 0 0 / 0.03);
  border-radius: 25px;
}

.about-section .about-banner .about-right-banner h5 {
  color: #f24080;
  margin-bottom: 30px;
}

.about-section .about-banner .about-right-banner .video-button {
  margin-bottom: 40px;
}

.about-section .about-banner .about-right-banner .video-button a {
  font-size: 25px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #f24080;
}

.about-section .about-banner .about-right-banner .video-button a:before,
.about-section .about-banner .about-right-banner .video-button a:after {
  box-shadow: 0 0 0 0 rgb(242 64 128 / 0.6);
}

.about-section .about-banner .about-right-banner p {
  color: #111;
}

@media screen and (min-width: 992px) {
  .about-section .about-banner .about-right-banner {
    max-width: 343px;
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: 1;
  }
}

.about-slider {
  background-color: #fff;
  padding: 80px 0 80px;
}

@media screen and (max-width: 575px) {
  .about-slider {
    padding: 40px 0;
  }
}

.blog-archive {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .blog-archive {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.blog-archive .grid-item:hover .feature-image:before {
  opacity: 0.5;
}

.blog-archive .grid-item .feature-image {
  position: relative;
  cursor: pointer;
  height: 270px;
  border-radius: 30px;
  overflow: hidden;
}

.blog-archive .grid-item .feature-image img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  object-position: center;
}

.blog-archive .grid-item h5 {
  margin-bottom: 16px;
}

.blog-archive .grid-item p {
  margin-bottom: 12px;
  color: #414141;
}

.blog-archive .grid-item .entry-meta {
  margin-bottom: 20px;
}

.blog-archive .grid-item .entry-meta a {
  color: #41246d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
}

.blog-archive .grid-item .entry-meta a:hover {
  color: #961040;
}

.blog-archive .sidebar .divider-wrapper {
  margin-bottom: 35px;
}

.blog-archive .sidebar .text-content .name-title h5 {
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-archive .sidebar .text-content .name-title h5 a {
  color: #111;
  font-size: 20px;
}

.blog-archive .sidebar .text-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #414141;
}

.blog-archive .sidebar .socialgroup ul li a {
  border: none !important;
  background-color: #41246d;
  padding: 3px 9px;
}

.blog-archive .sidebar .socialgroup ul li a i {
  color: #fff;
  display: inline-block;
  position: relative;
  height: 1.2em;
  width: 1.2em;
  text-align: center;
  font-size: 12px;
}

.blog-archive .widget_latest_post .post-thumb {
  overflow: hidden;
  border-radius: 20px;
}

.blog-archive .widget_latest_post .post-content h5 {
  color: #292929;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.blog-archive .widget_latest_post .entry-meta span a {
  font-size: 12px;
  line-height: 1.3;
}

.blog-archive .widget_social .social-icon a {
  background-color: #41246d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-archive .widget_social .social-icon a:hover {
  filter: none;
  background-color: #961040;
}

.blog-archive .widget_social .social-icon a i {
  font-size: 20px;
  width: 45px;
  text-align: center;
}

.blog-archive .widget_social .social-icon a span {
  background-image: none;
}

@media screen and (max-width: 575px) {
  .blog-archive {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .right-sidebar {
    padding-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .left-sidebar {
    padding-left: 40px;
  }
}

.grid-item .post {
  margin-bottom: 40px;
}

.inner-banner-wrap .entry-meta {
  border-top: 1px solid rgb(217 217 217 / 0.23);
  border-bottom: 1px solid rgb(217 217 217 / 0.23);
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
}

.inner-banner-wrap .entry-meta span {
  padding: 0 15px;
  position: relative;
  color: #f24080;
}

.inner-banner-wrap .entry-meta span:before {
  color: rgb(217 217 217 / 0.23);
  content: "|";
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}

.inner-banner-wrap .entry-meta span:last-child:before {
  display: none;
}

.inner-banner-wrap .entry-meta .posted-on a:before {
  content: "\f073";
  color: #f24080;
}

.inner-banner-wrap .entry-meta .byline a:before {
  content: "\f2bd";
  color: #f24080;
}

.inner-banner-wrap .entry-meta .comments-link a:before {
  content: "\f086";
  color: #f24080;
}

.inner-banner-wrap .entry-meta a {
  color: #fff;
  display: inline-block;
  line-height: 1.7;
}

.inner-banner-wrap .entry-meta a:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #41246d;
  font-size: 13px;
}

.inner-banner-wrap .entry-meta a:hover,
.inner-banner-wrap .entry-meta a:focus {
  color: #961040;
}

.single-post-section {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .single-post-section {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .single-post-section {
    margin-bottom: 50px;
  }
}

.single-post-section .feature-image {
  margin-bottom: 20px;
  border-radius: 25px;
  overflow: hidden;
}

.single-post-section .single-content-wrap {
  margin-bottom: 20px;
}

.single-post-section .single-content-wrap p {
  margin-bottom: 0;
}

.single-post-section .meta-wrap {
  margin-bottom: 28px;
}

.single-post-section .meta-wrap .tag-links:before {
  content: "\f02c";
  color: #f24080;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-right: 6px;
  font-weight: 900;
}

.single-post-section .meta-wrap .tag-links a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
  color: #414141;
}

.single-post-section .post-socail-wrap .social-icon-wrap .social-icon a {
  display: flex;
  justify-content: center;
}

.single-post-section .post-socail-wrap .social-icon-wrap .social-icon a i {
  width: 24px;
  font-size: 13px;
  padding-left: 6px;
}

.single-post-section .post-socail-wrap .social-icon-wrap .social-icon a span {
  font-weight: 700;
  padding: 9px 30px 9px 6px;
  background-image: none;
}

.single-post-section .author-wrap {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 40px 32px;
  margin-bottom: 22px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  border-radius: 25px;
}

.single-post-section .author-wrap:before,
.single-post-section .author-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.single-post-section .author-wrap .author-thumb {
  width: 100px;
}

.single-post-section .author-wrap .author-thumb img {
  border-radius: 100%;
}

.single-post-section .author-wrap .author-content {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  margin-left: 20px;
}

.single-post-section .author-wrap .author-content .author-name {
  margin-bottom: 12px;
  margin-top: 8px;
}

.single-post-section .author-wrap .author-content p {
  margin-bottom: 20px;
}

.single-post-section .author-wrap .author-content .button-text {
  color: #f24080;
  font-weight: 500;
}

.single-post-section .author-wrap .author-content .button-text:hover {
  color: #961040;
}

@media screen and (max-width: 575px) {
  .single-post-section .author-wrap {
    text-align: center;
    padding: 20px;
  }

  .single-post-section .author-wrap .author-thumb {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-post-section .author-wrap .author-content {
    width: 100%;
    margin-left: 0;
  }
}

.single-post-section .divider-line {
  padding-top: 10px;
  padding-bottom: 30px;
}

.single-post-section .divider-line .st-line {
  width: 100%;
  border-top: 1px solid #afafaf2e;
  display: inline-block;
}

.post-navigation {
  margin: 50px -10px 0;
}

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: block;
  clear: both;
}

.post-navigation [class*="nav-"] .nav-label {
  display: block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  font-size: 13px;
  font-weight: 400;
}

.post-navigation [class*="nav-"] .nav-title {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.post-navigation .nav-label {
  color: #f24080;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-navigation .nav-prev,
.post-navigation .nav-next {
  width: 50%;
  padding: 0 10px;
}

.post-navigation .nav-prev a,
.post-navigation .nav-next a {
  color: #292929;
  font-size: 15px;
  font-weight: 400;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.post-navigation .nav-prev a:before,
.post-navigation .nav-next a:before {
  color: #f24080;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.post-navigation .nav-prev a:hover,
.post-navigation .nav-prev a:focus,
.post-navigation .nav-prev a:active,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:active {
  color: #961040;
}

.post-navigation .nav-prev a:hover .nav-title,
.post-navigation .nav-prev a:focus .nav-title,
.post-navigation .nav-prev a:active .nav-title,
.post-navigation .nav-next a:hover .nav-title,
.post-navigation .nav-next a:focus .nav-title,
.post-navigation .nav-next a:active .nav-title {
  color: #961040;
}

.post-navigation .nav-prev {
  float: left;
}

@media screen and (max-width: 767px) {
  .post-navigation .nav-prev {
    width: 100%;
  }
}

.post-navigation .nav-prev a {
  padding-left: 30px;
}

.post-navigation .nav-prev a:before {
  left: 0;
  content: "\f053";
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .post-navigation .nav-next {
    float: left;
    width: 100%;
  }
}

.post-navigation .nav-next a {
  padding-right: 30px;
}

.post-navigation .nav-next a:before {
  content: "\f054";
  right: 0;
}

@media screen and (max-width: 767px) {
  .post-navigation .nav-prev~.nav-next {
    border-top: 1px solid #ececec;
    margin-top: 15px;
    padding-top: 15px;
  }
}

.comment-area .comment-title {
  margin-bottom: 25px;
}

.comment-area ol {
  margin: 0;
  padding: 0;
}

.comment-area ol ol {
  margin-left: 30px;
}

.comment-area ol li {
  list-style: none;
  margin-bottom: 30px;
}

.comment-area ol li:before,
.comment-area ol li:after {
  content: "";
  display: block;
  clear: both;
}

.comment-area .comment-thumb {
  width: 55px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}

.comment-area .comment-content {
  border: 1px solid #e6e6e6;
  width: -moz-calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  border-radius: 25px;
  float: right;
  padding: 20px;
}

.comment-area .comment-content .comment-header {
  margin-bottom: 10px;
}

.comment-area .comment-content p {
  margin-bottom: 15px;
}

.comment-area .comment-content h5 {
  display: inline-block;
  margin-bottom: 0;
}

.comment-area .comment-content .post-on {
  font-size: 13px;
  margin-left: 10px;
}

.comment-area .comment-content .reply {
  background-color: #f24080;
  font-size: 14px;
  color: #fff;
  padding: 5px 12px 6px;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.comment-area .comment-content .reply i {
  margin-right: 4px;
  font-size: 12px;
}

.comment-area .comment-content .reply:hover {
  background-color: #961040;
}

@media screen and (max-width: 575px) {
  .comment-area .comment-thumb {
    width: 25px;
  }

  .comment-area .comment-content {
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
}

.comment-form-wrap {
  padding-top: 5px;
}

.comment-form-wrap .comment-title {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 52px;
}

.comment-form-wrap .rate-wrap {
  padding: 0 15px;
  margin-bottom: 15px;
}

.comment-form-wrap label {
  display: block;
  color: #292929;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.comment-form-wrap input {
  border: none;
}

.comment-form-wrap input:not([type="submit"]) {
  background-color: #f8f8f8;
  width: 100%;
}

.comment-form-wrap input[type="submit"] {
  margin-top: 0;
  background-color: #f24080;
}

.comment-form-wrap input[type="submit"]:hover {
  background-color: #961040;
}

.comment-form-wrap input[type="checkbox"] {
  width: auto;
}

.comment-form-wrap textarea {
  background-color: #f8f8f8;
  border: none;
}

.single-page-section {
  padding-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .single-page-section {
    padding-bottom: 40px;
  }
}

.single-feature-img img {
  margin-bottom: 30px;
}

.secondary .sidebar .divider-wrapper {
  margin-bottom: 35px;
}

.secondary .sidebar .text-content .name-title h4 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.secondary .sidebar .text-content .name-title h4 a {
  color: #111;
  font-size: 20px;
}

.secondary .sidebar .text-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #414141;
}

.secondary .sidebar .social-icon {
  margin-top: 28px;
}

.secondary .sidebar .social-icon ul {
  list-style-type: none;
  text-align: center;
}

.secondary .sidebar .social-icon ul li {
  display: inline-block;
}

.secondary .sidebar .social-icon ul li:hover a i {
  color: #961040;
}

.secondary .sidebar .social-icon ul li a i {
  color: #f24080;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 36px;
  width: 38px;
  line-height: 36px;
  transition: all 0.3s;
}

.secondary .widget_latest_post ul li {
  display: flex;
  align-items: center;
}

.secondary .widget_latest_post ul li .post-thumb {
  overflow: hidden;
  border-radius: 20px;
  margin-right: 15px;
}

.secondary .widget_latest_post .post-content h5 {
  color: #292929;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.secondary .widget_latest_post .entry-meta span a {
  font-size: 12px;
  line-height: 1.3;
}

.secondary .widget_social {
  margin: 0 50px;
}

.secondary .widget_social ul {
  text-align: center;
}

.secondary .widget_social ul li a {
  border-radius: 50%;
  border: none;
  background-color: #f24080;
}

.secondary .widget_social ul li a:hover {
  border-color: #fff0;
}

.secondary .widget_social ul li a i {
  color: #fff;
}

.team-detail-section {
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .team-detail-section {
    padding-bottom: 80px;
  }
}

.team-detail-section .zigzag-patten {
  background-position: 100% 43%;
  background-repeat: no-repeat;
  background-size: 12% auto;
  opacity: 0.4;
}

.team-detail-section .author-img-wrapper .team-fig {
  border-radius: 30px;
  overflow: hidden;
}

.team-detail-section .author-img-wrapper .team-fig img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.team-detail-section .author-img-wrapper .auther-quote {
  text-align: left;
  margin-right: 25px;
  background-color: #41246d;
  padding: 30px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.team-detail-section .author-img-wrapper .auther-quote blockquote {
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  margin-top: 50px;
}

.team-detail-section .author-img-wrapper .auther-quote blockquote:before {
  content: "\f10d";
  font-size: 40px;
  color: #ffffffa3;
  font-weight: 900;
  line-height: 1;
  height: 0.6em;
  display: block;
  background-color: #fff0;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -60px;
  left: 22px;
}

.team-detail-section .author-img-wrapper .auther-quote blockquote:after {
  display: none;
}

.team-detail-section .author-img-wrapper .auther-quote blockquote p {
  color: #f8f8f8;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

.team-detail-section .author-bio-date {
  padding-left: 36px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .team-detail-section .author-bio-date {
    padding: 0;
    margin-top: 40px;
  }
}

.team-detail-section .author-bio-date .c-patten {
  background-image: url(assets/img/educator-img3.png);
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.team-detail-section .author-bio-date .author-name {
  color: #111;
}

.team-detail-section .author-bio-date .social-site-link {
  margin-bottom: 20px;
}

.team-detail-section .author-bio-date .social-site-link ul {
  padding: 0;
  margin: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li {
  margin: 0 3px;
  display: inline-block;
}

.team-detail-section .author-bio-date .social-site-link ul li:first-child {
  margin-left: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li:last-child {
  margin-right: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li:hover a {
  border-color: #961040;
  background-color: #961040;
}

.team-detail-section .author-bio-date .social-site-link ul li:hover a i {
  color: #fff;
}

.team-detail-section .author-bio-date .social-site-link ul li a {
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #f24080;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.3s;
}

.team-detail-section .author-bio-date .social-site-link ul li a i {
  font-size: 15px;
  color: #f24080;
  height: 1em;
  width: 1em;
  position: relative;
  display: block;
  text-align: center;
}

.team-detail-section .author-bio-date .author-disc {
  margin-bottom: 15px;
}

.team-detail-section .author-bio-date .author-disc p {
  color: #414141;
}

.team-detail-section .author-bio-date .qualification .qualification-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #111;
  text-transform: capitalize;
}

.team-detail-section .author-bio-date .qualification .experience-detail {
  margin-bottom: 20px;
}

.team-detail-section .author-bio-date .qualification .experience-detail .date {
  color: #111;
  margin-bottom: 6px;
  color: #f24080;
}

.team-detail-section .author-bio-date .qualification .experience-detail span {
  color: #414141;
  font-size: 15px;
}

.team-detail-section .experience-info .experience-heading {
  color: #111;
  margin-bottom: 18px;
}

.team-detail-section .experience-info p {
  margin-bottom: 15px;
  color: #414141;
}

.team-detail-section .experience-wrappered {
  display: flex;
  padding-top: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.team-detail-section .experience-wrappered .c-patten {
  background-image: url(assets/img/educator-img3.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.team-detail-section .experience-wrappered .experience-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.team-detail-section .experience-wrappered .experience-list ul li {
  color: #414141;
  padding-bottom: 6px;
  margin-top: 6px;
  font-family: "Mulish", sans-serif;
  vertical-align: middle;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

.team-detail-section .experience-wrappered .experience-list ul li i {
  color: #f24080;
  font-size: 14px;
  padding-right: 12px;
}

.team-detail-section .experience-wrappered .skill-container {
  padding: 28px 35px 28px;
  background-color: #fafafa;
  border-radius: 30px;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper {
  margin-bottom: 25px;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper:last-child {
  margin-bottom: 0;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .skill-titile {
  color: #414141;
  margin-bottom: 5px;
  text-transform: capitalize;
  line-height: 1;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper {
  padding-top: 0;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner {
  top: 0;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner .percent {
  left: -50px;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-size: 11px;
  background-color: #fff0;
  top: 0;
  transform: translatey(15%);
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner .percent:before {
  display: none;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-bar-wrap {
  height: 16px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #d9d9d9;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-bar-wrap .ab-progress-bar {
  background-color: #f24080;
  height: 16px;
  border-radius: 0;
}

.vacancy-container {
  margin-bottom: 80px;
  padding-top: 55px;
}

.vacancy-container .vacancy-form {
  box-shadow: 0 0 30px 0 rgb(17 17 17 / 0.15);
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 30px;
}

.vacancy-container .vacancy-form h4 {
  background-color: #41246d;
  color: #fff;
  padding: 14px;
  border-radius: 30px;
}

.vacancy-container .vacancy-form form {
  text-align: left;
  margin-top: 30px;
}

.vacancy-container .vacancy-form form p {
  margin-bottom: 20px;
}

.vacancy-container .vacancy-form textarea {
  border: none;
  padding: 17px;
  color: #414141;
}

.vacancy-container .vacancy-form input {
  width: 100%;
  border: none;
  padding: 17px;
  color: #414141;
  background-color: #f8f8f8;
  color: #414141;
}

.vacancy-container .vacancy-form input::-webkit-input-placeholder {
  color: #999;
}

.vacancy-container .vacancy-form input::-moz-placeholder {
  color: #999;
}

.vacancy-container .vacancy-form input:-ms-input-placeholder {
  color: #999;
}

.vacancy-container .vacancy-form input:not([type="submit"]) {
  height: 59px;
}

.vacancy-container .vacancy-form input[type="submit"] {
  background-color: #f24080;
  color: #fff;
  padding: 16px 28px;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vacancy-container .vacancy-form input[type="submit"]:hover {
  background-color: #961040;
}

@media screen and (min-width: 992px) {
  .vacancy-container .vacancy-form {
    margin-left: 20px;
  }
}

.vacancy-content {
  margin-bottom: 30px;
  padding: 39px;
  border: 2px dashed #d9d9d9;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.vacancy-content .zigzag-patten {
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.vacancy-content .c-patten {
  background-image: url(assets/img/educator-img3.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.vacancy-content span {
  color: #f24080;
  margin-bottom: 25px;
  display: block;
}

.vacancy-content p {
  margin-bottom: 20px;
}

.vacancy-content-wrap [class*="col-"]:first-child .vacancy-content,
.vacancy-content-wrap [class*="col-"]:nth-child(4n + 4) .vacancy-content,
.vacancy-content-wrap [class*="col-"]:nth-child(4n + 5) .vacancy-content {
  box-shadow: 0 0 13px -4px rgb(0 0 0 / 0.25);
  border: none;
}

.vacancy-content-wrap [class*="col-"]:first-child .vacancy-content .button-round-primary,
.vacancy-content-wrap [class*="col-"]:nth-child(4n + 4) .vacancy-content .button-round-primary,
.vacancy-content-wrap [class*="col-"]:nth-child(4n + 5) .vacancy-content .button-round-primary {
  background-color: #f24080;
}

.about-service-wrap {
  padding-top: 110px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about-service-wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.about-service-wrap .circle-patten {
  background-image: url(assets/img/educator-img4.png);
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.about-service-wrap .section-disc {
  margin-left: 35px;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .about-service-wrap .section-head {
    text-align: center;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .about-service-wrap .section-head .title-divider:before {
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .about-service-wrap .section-head .section-disc {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .about-service-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .carrer-page-section .section-disc {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .carrer-page-section .section-disc {
    margin-left: 0;
    margin-right: 0;
  }
}

.carrer-page-section .iconbox-container {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  .carrer-page-section {
    padding-bottom: 40px;
  }

  .carrer-page-section .iconbox-container {
    padding-top: 10px;
  }
}

.iconbox-item-3 {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}

.iconbox-item-3:nth-child(even) .iconbox-icon {
  background-color: #41246d;
}

@media screen and (min-width: 768px) {
  .iconbox-item-3 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .iconbox-item-3 {
    width: 33.33%;
  }
}

.iconbox-border {
  border: 2px dashed #d9d9d9;
  padding: 25px;
  width: 100%;
  border-radius: 18px 25px 22px;
}

.iconbox-border .iconbox-icon {
  background-color: #f24080;
  color: #fff;
  font-size: 32px;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  border-radius: 25px;
}

.iconbox-border .iconbox-content {
  width: -moz-calc(100% - 78px);
  width: -webkit-calc(100% - 78px);
  width: calc(100% - 78px);
  padding-left: 20px;
}

.iconbox-border .iconbox-content h4 {
  margin-bottom: 10px;
}

.iconbox-border .iconbox-content p {
  margin-bottom: 0;
}

.career-detail-section {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .career-detail-section {
    margin-bottom: 80px;
  }
}

.career-detail-section i {
  font-style: normal;
}

.career-detail-section .job-description {
  background-color: #41246d;
  border-radius: 30px;
  overflow: hidden;
}

.career-detail-section .job-description ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 24px 0;
}

.career-detail-section .job-description li {
  color: #787878;
  list-style: none;
  display: inline-block;
  padding: 0 8px;
  width: 25%;
  font-size: 16px;
  font-weight: 600;
  border-right: 2px solid rgb(255 255 255 / 0.23);
}

.career-detail-section .job-description li span {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  line-height: 1.7;
  color: #fff;
}

.career-detail-section .job-description li h5,
.career-detail-section .job-description li h4 {
  margin-bottom: 0;
  color: #fff;
}

.career-detail-section .job-description li:last-child {
  border-right: none;
}

@media screen and (max-width: 575px) {
  .career-detail-section .job-description li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgb(255 255 255 / 0.28);
    padding: 10px 0;
  }

  .career-detail-section .job-description li:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 992px) {
  .career-detail-section .career-detail-container {
    padding-left: 20px;
  }
}

.career-detail-section .tab-container .nav-item a {
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
}

.career-detail-section .tab-container .tab-content {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .career-detail-section .tab-container .tab-content {
    border-width: 1px;
  }
}

@media screen and (max-width: 575px) {
  .career-detail-section .tab-container .tab-content {
    padding: 0;
  }
}

.career-detail-section .tab-container .tab-content .card-body {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .career-detail-section .tab-container .tab-content .card-body {
    padding: 0 20px;
  }
}

.career-detail-section .tab-container .tab-content .card-body h5 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 900;
}

.career-detail-section .tab-container .tab-content .card-body ul li {
  color: #414141;
}

.career-detail-section .sidebar .widget-bg:last-child {
  margin-bottom: 0;
}

.career-detail-section .sidebar .widget-bg .bg-title {
  background-color: #f24080;
}

.career-detail-section .sidebar .widget-bg ul li {
  color: #414141;
}

.career-detail-section .sidebar .widget-bg ul li i {
  font-size: 14px;
  color: #f24080;
}

.career-detail-section .sidebar .widget-bg ul li .list-txt {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #414141;
}

.career-detail-section .sidebar .widget-bg .accordion-content .card .card-header a {
  padding: 18px;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.career-detail-section .sidebar .widget-bg .accordion-content .collapse .card-body {
  color: #414141;
}

.career-detail-section .sidebar .widget-bg .widget-icon {
  background-color: #41246d;
  margin-bottom: 25px;
}

.career-detail-section .sidebar .widget-bg p a {
  color: #f24080;
}

.career-detail-section .sidebar .widget-bg .or-style {
  color: #f24080;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-left: 35px;
  padding-right: 35px;
}

.career-detail-section .sidebar .widget-bg .or-style:before,
.career-detail-section .sidebar .widget-bg .or-style:after {
  width: 25px;
  background-color: #f24080;
}

.course-detail-section {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .course-detail-section {
    margin-bottom: 80px;
  }
}

.course-detail-section .circle-patten {
  background-image: url(assets/img/educator-img4.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.course-detail-section i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .course-detail-section .course-detail-inner {
    padding-bottom: 0;
  }
}

.course-detail-section .course-description {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.course-detail-section .course-description .course-tag {
  padding: 20px 0;
}

.course-detail-section .course-description .pink-border {
  border-right: 2px solid rgb(242 64 128 / 0.17);
}

.course-detail-section .course-description .pink-border:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .course-detail-section .course-description .pink-border {
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgb(242 64 128 / 0.17);
  }

  .course-detail-section .course-description .pink-border:last-child {
    border-bottom: none;
  }

  .course-detail-section .course-description .pink-border .rating-start-wrap {
    margin-right: auto;
    margin-left: auto;
  }
}

.course-detail-section .course-description span {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.course-detail-section .course-description h5 {
  letter-spacing: -0.4px;
  font-weight: 700;
  margin-bottom: 0;
}

.course-detail-section .course-description h3 {
  margin-bottom: 0;
  color: #f24080;
}

.course-detail-section .course-description .course-teach-tag .author-img {
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  width: 47px;
  margin-right: 15px;
}

.course-detail-section .course-description .course-teach-tag .author-img img {
  width: 100%;
}

.course-detail-section .course-description .course-teach-tag .author-name {
  margin-bottom: 2px;
}

.course-detail-section .course-description .course-teach-tag .tag-discription {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.course-detail-section .course-description .rating-start-wrap {
  margin-top: 5px;
}

.course-detail-section .course-description .rating-start-wrap .rating-start {
  font-size: 14px;
  line-height: 1;
}

.course-detail-section .course-description .rating-start-wrap .rating-start span {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}

.course-detail-section .course-description .rating-start-wrap .rating-start span:before {
  color: #41246d;
}

@media screen and (min-width: 992px) {
  .course-detail-section .course-detail-container {
    padding-left: 20px;
  }
}

.course-detail-section .tab-container .nav-item a {
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  font-family: "Mulish", sans-serif;
}

.course-detail-section .tab-container .tab-content {
  padding: 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .course-detail-section .tab-container .tab-content {
    border-width: 1px;
  }
}

@media screen and (max-width: 575px) {
  .course-detail-section .tab-container .tab-content {
    padding: 0;
  }
}

.course-detail-section .tab-container .tab-content .card-body {
  padding: 0;
}

@media screen and (max-width: 575px) {
  .course-detail-section .tab-container .tab-content .card-body {
    padding: 0 12px;
  }
}

.course-detail-section .tab-container .tab-content .card-body h5 {
  color: #111;
  margin-bottom: 16px;
  margin-top: 8px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}

.course-detail-section .tab-container .tab-content .card-body .instructor-detail strong,
.course-detail-section .tab-container .tab-content .card-body .instructor-detail em,
.course-detail-section .tab-container .tab-content .card-body .instructor-detail figure {
  margin-bottom: 20px;
  display: block;
}

.course-detail-section .tab-container .tab-content .card-body ul li {
  color: #414141;
}

.course-detail-section .sidebar .video-widget {
  border-radius: 25px;
  overflow: hidden;
}

.course-detail-section .sidebar .video-widget iframe {
  width: 80%;
  height: 150px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px;
}

.course-detail-section .sidebar .brochure {
  margin-top: -70px;
  padding: 100px 30px 26px 30px;
}

.course-detail-section .sidebar .brochure .enroll-coures-btn {
  margin-top: 30px;
}

.course-detail-section .sidebar .brochure .enroll-coures-btn a {
  text-transform: none;
}

.course-detail-section .sidebar .widget-bg {
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 0.05);
  border-radius: 25px;
}

.course-detail-section .sidebar .widget-bg ul li {
  color: #414141;
}

.course-detail-section .sidebar .widget-bg ul li i {
  font-size: 14px;
  color: #f24080;
}

.course-detail-section .sidebar .widget-bg ul li span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
  color: #414141;
}

.course-detail-section .sidebar .widget-post-thumb {
  background-color: #f24080;
  padding: 40px 30px 26px 30px;
}

.course-detail-section .sidebar .widget-post-thumb .bg-title {
  font-weight: 700;
}

.course-detail-section .sidebar .widget-post-thumb ul li {
  display: flex;
  align-items: center;
  border-color: rgb(255 255 255 / 0.23);
}

.course-detail-section .sidebar .widget-post-thumb ul li figure {
  width: 90px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}

.course-detail-section .sidebar .widget-post-thumb ul li .post-content h5 {
  color: #fff;
}

.gallery-section {
  /* margin-bottom: 110px; */
}

@media screen and (max-width: 767px) {
  .gallery-section {
    /* margin-bottom: 80px; */
  }
}

.gallery-section .gallery-container {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media screen and (max-width: 991px) {
  .gallery-section .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .gallery-section .gallery-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gallery-section .gallery-container .single-gallery .gallery-img {
  text-align: center;
}

.gallery-section .gallery-container .single-gallery .gallery-img a {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  display: inline-block;
}

.gallery-section .gallery-container .single-gallery .gallery-img a:before {
  content: "";
  transition: all 2s ease-in-out;
}

.gallery-section .gallery-container .single-gallery .gallery-img a:hover:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #41246d;
  opacity: 0.4;
  z-index: -1;
  position: absolute;
  display: block;
  z-index: 0;
}

.gallery-section .gallery-container .single-gallery .gallery-img a img {
  border-radius: 25px;
}

.team-page-section {
  background-color: #fff;
}

.team-page-section .group-member {
  margin-top: 0;
}

.team-page-section .group-member .row {
  row-gap: 25px;
}

.testimonial-section-page {
  margin-bottom: 110px;
  background-color: #fff;
}

.testimonial-section-page .row-space {
  row-gap: 50px;
}

.testimonial-section-page .client-content {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .testimonial-section-page {
    margin-bottom: 80px;
  }

  .testimonial-section-page .row-space {
    row-gap: 30px;
  }
}

/* ===============================
   SECTION SPACING
================================*/
.faq-page-section {
  padding: 20px 0;
}

.faq-page-container {
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .faq-page-container {
    padding-bottom: 80px;
  }
}

/* ===============================
   ROW ALIGNMENT FIX
================================*/
.faq-page-section .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* REMOVE EMPTY COLUMN SPACE */
.faq-page-section .col-lg-1 {
  display: none;
}

/* FIX CONTENT WIDTH */
.faq-page-section .col-lg-6 {
  flex: 0 0 60%;
  max-width: 60%;
}

/* FIX FORM WIDTH */
.faq-page-section .col-lg-4 {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  justify-content: flex-end;
}

/* ===============================
   TEXT STYLING
================================*/
.faq-page-container .section-head p,
.faq-page-section p {
  color: #414141;
  line-height: 1.6;
}

/* ===============================
   FORM FIX
================================*/
.qsn-form-container {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  text-align: center;
  border-radius: 30px;
  background: #f7f7f7;

  max-width: 380px;
  width: 100%;
  margin-top: 104px;
}

/* Title */
.qsn-form-container h4 {
  background-color: #41246d;
  color: #fff;
  padding: 15px;
  border-radius: 30px;
  font-size: 22px;
  margin-bottom: 25px;
}

/* Inputs */
.qsn-form-container input,
.qsn-form-container select {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  margin-bottom: 15px;
  border-radius: 30px;
  border: none;
  background: #eee;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

/* Focus effect */
.qsn-form-container input:focus,
.qsn-form-container select:focus {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(65, 36, 109, 0.2);
}

/* Select */
.qsn-form-container select {
  appearance: none;
  cursor: pointer;
}

/* Submit button */
.qsn-form-container input[type="submit"] {
  background: #f24080;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.qsn-form-container input[type="submit"]:hover {
  background: #d9336c;
}

/* Fix inline width issue */
.qsn-form-container input[type="submit"] {
  width: 100% !important;
}

/* reCAPTCHA */
.g-recaptcha {
  margin: 15px auto;
  transform: scale(0.9);
  transform-origin: center;
}

/* ===============================
   RESPONSIVE FIX
================================*/
@media (max-width: 991px) {

  .faq-page-section .row {
    flex-direction: column;
  }

  .faq-page-section .col-lg-6,
  .faq-page-section .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .qsn-form-container {
    margin: 40px auto 0;
  }

  .faq-page-section p {
    text-align: center !important;
  }

  .section-head {
    text-align: center;
  }
}

@media (max-width: 768px) {

  .qsn-form-container {
    padding: 25px 20px;
  }

  .g-recaptcha {
    transform: scale(0.85);
  }
}

@media (max-width: 480px) {

  .g-recaptcha {
    transform: scale(0.75);
  }

  .qsn-form-container h4 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.75);
  }
}

.faq-testimonial .faq-image {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.faq-testimonial .faq-image .c-patten {
  background-image: url(assets/img/educator-img3.png);
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.faq-testimonial .faq-image .circle-patten {
  background-image: url(assets/img/educator-img4.png);
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.faq-testimonial .faq-image img {
  width: 100%;
}

.faq-testimonial .testimonial-content {
  background-color: #f24080;
  color: #fff;
  margin-right: 25px;
  margin-top: -50px;
  padding: 30px;
  position: relative;
  border-radius: 30px;
  width: 90%;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .faq-testimonial .testimonial-content {
    margin-left: auto;
    margin-right: auto;
  }
}

.faq-testimonial .testimonial-content i {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1;
  color: #ffffffa3;
}

.faq-testimonial .testimonial-content .quot-title {
  color: #fff;
  margin-bottom: 6px;
}

.faq-testimonial .testimonial-content p {
  color: #f8f8f8;
}

.faq-testimonial .testimonial-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .faq-testimonial {
    margin-bottom: 40px;
  }
}

.search-section .post {
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
  border-radius: 25px;
}

.search-section .post .entry-content {
  padding: 20px;
}

.search-section .post .entry-content h4 {
  margin-bottom: 5px;
}

.search-section .post .entry-content h4 a {
  color: #292929;
}

.search-section .post .entry-content .entry-meta {
  margin-bottom: 5px;
  margin-right: -8px;
  margin-left: -8px;
}

.search-section .post .entry-content .entry-meta .byline,
.search-section .post .entry-content .entry-meta .posted-on,
.search-section .post .entry-content .entry-meta .post-on,
.search-section .post .entry-content .entry-meta .comment-info {
  padding: 0 8px;
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
}

.search-section .post .entry-content .entry-meta .byline:before,
.search-section .post .entry-content .entry-meta .posted-on:before,
.search-section .post .entry-content .entry-meta .post-on:before,
.search-section .post .entry-content .entry-meta .comment-info:before {
  content: "|";
  font-weight: 100;
  right: -4px;
  top: -3px;
  color: #a7a7a7;
  font-size: 16px;
  position: absolute;
  line-height: 1;
}

.search-section .post .entry-content .entry-meta .byline a,
.search-section .post .entry-content .entry-meta .posted-on a,
.search-section .post .entry-content .entry-meta .post-on a,
.search-section .post .entry-content .entry-meta .comment-info a {
  color: #a7a7a7;
}

.search-section .post .entry-content .entry-meta .comment-info:before {
  content: none;
}

.search-section .post p {
  color: #414141;
}

.search-section .button-container .button-text {
  color: #f24080;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
}

.search-section .button-container .button-text:after {
  content: "..";
  display: inline-block;
}

.search-section .button-container .button-text:hover {
  color: #961040;
}

@media screen and (max-width: 767px) {
  .search-section .button-container .button-text {
    font-size: 14px;
    font-weight: 500;
  }
}

.search-section .post-navigation-wrap {
  margin-top: 10px;
}

.search-section .content-search-from {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .search-section .content-search-from {
    padding: 80px 0;
  }
}

.search-section .content-search-from .section-title {
  margin: 5px auto 25px;
}

.search-section .content-search-from .search-form {
  margin-top: 40px;
  border-color: rgb(242 64 128 / 0.2);
}

.search-section .content-search-from .search-form ::placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.search-section .content-search-from .search-form :-ms-input-placeholder {
  color: #a7a7a7;
}

.search-section .content-search-from .search-form ::-ms-input-placeholder {
  color: #a7a7a7;
}

.search-section .content-search-from .search-form .search-btn {
  padding: 17px;
  top: 0;
  right: 0;
  background-color: #f24080;
  transition: all 0.3s;
  height: 100%;
}

.search-section .content-search-from .search-form .search-btn:hover {
  background-color: #961040;
}

@media screen and (max-width: 575px) {
  .search-section .content-search-from .search-form .search-btn {
    padding: 12px;
  }
}

.pagination li {
  margin-left: 6px;
  margin-right: 6px;
  transition: all 0.5s;
}

.pagination li a {
  color: #414141;
  border: none;
  height: auto;
  width: auto;
  line-height: 1;
  text-align: center;
  border: none;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 400;
}

.pagination li:hover a {
  background-color: #fff0;
  color: #961040;
  border: none;
  border-radius: 0;
}

.pagination li.active a {
  background-color: #fff0;
  color: #41246d;
}

.no-content-section {
  padding-top: 110px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .no-content-section {
    padding-bottom: 70px;
  }
}

.circle-patten {
  background-image: url(assets/img/educator-img4.png);
  background-position: 20% 110px;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.no-content-wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}

.no-content-wrap .zigzag-patten {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 15% auto;
  opacity: 0.4;
}

.no-content-wrap .title-wrap {
  position: relative;
}

.no-content-wrap span {
  color: #d9d9d9;
  font-size: 300px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}

.no-content-wrap h1 {
  font-size: 60px;
  margin-bottom: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  right: 0;
  color: #111;
}

.no-content-wrap p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 35px;
  line-height: 1.1;
  font-family: "Mulish", sans-serif;
  color: #111;
}

.no-content-wrap .search-form-wrap {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
}

.no-content-wrap .search-form-wrap .search-form {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.no-content-wrap .search-form-wrap .search-form input {
  padding: 0 55px 0 20px;
  border-color: #f24080;
}

.no-content-wrap .search-form-wrap .search-form button {
  padding: 10px 20px;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #f24080;
}

@media screen and (max-width: 767px) {
  .no-content-wrap span {
    font-size: 224px;
  }
}

@media screen and (max-width: 575px) {
  .no-content-wrap span {
    font-size: 124px;
  }

  .no-content-wrap h1 {
    font-size: 22px;
  }

  .no-content-wrap p {
    font-size: 14px;
    margin-top: 40px;
  }
}

.comming-soon-section {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.comming-soon-section * {
  color: #fff;
}

.comming-soon-section .primary-color {
  color: #41246d;
}

.comming-soon-section .overlay {
  background-color: #41246d;
  opacity: 0.58;
  z-index: 1;
}

.comming-soon-section .comming-soon-wrap {
  color: #fff;
  position: relative;
  z-index: 2;
}

.comming-soon-section .site-identity {
  text-align: center;
}

.comming-soon-section .site-identity img {
  max-width: 100%;
}

.comming-soon-section .comming-soon-content {
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}

.comming-soon-section .comming-soon-content h2 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
}

.comming-soon-section .comming-soon-content h2:after {
  background-color: #fff;
  content: "";
  width: 90px;
  height: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.comming-soon-section .comming-soon-content h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.comming-soon-section .time-counter-wrap {
  margin-bottom: 70px;
}

.comming-soon-section .time-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.comming-soon-section .time-counter .counter-time {
  background-color: #f24080;
  width: 160px;
  margin: 15px;
  padding: 30px;
  border-radius: 25px;
}

.comming-soon-section .time-counter .counter-time span {
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1.7;
}

.comming-soon-section .time-counter .counter-time [class*="counter-"] {
  color: #fff;
  font-size: 55px;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}

.comming-soon-section .social-icons {
  text-align: center;
}

.comming-soon-section .social-icons ul {
  margin: 0;
  padding: 0;
}

.comming-soon-section .social-icons li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.comming-soon-section .social-icons a {
  border: 1px solid #fff;
  font-size: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.comming-soon-section .social-icons a:hover {
  background-color: #961040;
  border-color: #961040;
  color: #fff;
}

.comming-soon-section .com-contact-info ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.comming-soon-section .com-contact-info ul li {
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
}

.comming-soon-section .com-contact-info ul li:last-child {
  padding-right: 0;
}

.comming-soon-section .com-contact-info ul li:first-child {
  padding-left: 0;
}

.comming-soon-section .com-contact-info ul li [class*="fa-"] {
  margin-right: 5px;
}

.comming-soon-section .com-contact-info ul li a {
  color: #fcfcfc;
  display: block;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}

.comming-soon-section .com-contact-info ul li a:hover,
.comming-soon-section .com-contact-info ul li a:focus,
.comming-soon-section .com-contact-info ul li a:active {
  color: #961040;
}

@media screen and (min-width: 1200px) {
  .comming-soon-section {
    height: 100vh;
  }
}

@media screen and (max-width: 1199px) {
  .comming-soon-section {
    padding: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .comming-soon-section .comming-soon-footer {
    text-align: center;
  }

  .comming-soon-section .com-contact-info {
    margin-bottom: 20px;
  }

  .comming-soon-section .time-counter .counter-time [class*="counter-"] {
    font-size: 42px;
  }
}

@media screen and (max-width: 575px) {
  .comming-soon-section .comming-soon-content h2 {
    font-size: 30px;
  }
}

.contact-page-section {
  padding: 0 0 110px;
}

.contact-page-section .map-section {
  border-radius: 25px;
  display: block;
  overflow: hidden;
}

.contact-page-section .contact-form-inner {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

.contact-page-section .contact-form-inner .zigzag-patten {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 20% auto;
  opacity: 0.5;
}

.contact-page-section .contact-form-inner .contact-detail-container .section-disc {
  margin-bottom: 20px;
}

.contact-page-section .contact-form-inner .contact-detail-container .section-disc p {
  margin-bottom: 0;
}

.contact-page-section .contact-form-inner .contact-detail-container .contact-details-list {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .contact-page-section .contact-form-inner .contact-detail-container .contact-details-list {
    margin-right: 0;
  }
}

.contact-page-section .contact-form-inner .contact-detail-container .contact-details-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.contact-page-section .contact-form-inner .contact-detail-container .contact-details-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 50px 20px 30px;
  background-color: #f8f8f8;
  border-radius: 25px;
}

.contact-page-section .contact-form-inner .contact-detail-container .contact-details-list ul li .icon {
  margin-right: 30px;
  text-align: center;
  display: inline-block;
}

.contact-page-section .contact-form-inner .contact-detail-container .contact-details-list ul li .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #41246d;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 0;
}

@media screen and (max-width: 575px) {
  .contact-page-section .contact-form-inner .contact-detail-container .contact-details-list ul li .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
}

.contact-page-section .contact-form-inner .contact-detail-container .contact-details-list ul li .details-content h5 {
  margin-bottom: 5px;
}

.contact-page-section .contact-form-inner .contact-detail-container .contact-details-list ul li .details-content span {
  display: inline-block;
}

@media screen and (max-width: 479px) {
  .contact-page-section .contact-form-inner .contact-detail-container .contact-details-list ul li {
    padding: 20px;
  }

  .contact-page-section .contact-form-inner .contact-detail-container .contact-details-list ul li .icon {
    margin-right: 10px;
  }
}

.contact-page-section .contact-form-inner .contact-from-wrap {
  position: relative;
  z-index: 2;
  border-radius: 25px;
  padding: 70px 50px 70px 50px;
  box-shadow: 0 0 15px 10px rgb(0 0 0 / 0.03);
  background-color: #fff;
}

@media screen and (max-width: 479px) {
  .contact-page-section .contact-form-inner .contact-from-wrap {
    padding: 50px 20px;
  }
}

.contact-page-section .contact-form-inner .contact-from-wrap .circle-patten {
  background-image: url(assets/img/educator-img4.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from .width-full {
  width: 100%;
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from .width-full:last-child {
  margin-bottom: 0;
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from p {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .contact-page-section .contact-form-inner .contact-from-wrap .contact-from p {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from p input,
.contact-page-section .contact-form-inner .contact-from-wrap .contact-from p textarea {
  border: 0;
  padding: 12px 20px;
  width: 100%;
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from p input[type="submit"] {
  width: 100%;
  min-height: 40px;
  padding: 16px 28px;
  background-color: #f24080;
}

.product-outer-wrap {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 991px) {
  .product-outer-wrap {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.product-outer-wrap .product-notices-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.product-outer-wrap .product-notices-wrapper select,
.product-outer-wrap .product-notices-wrapper form {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .product-outer-wrap .product-notices-wrapper p {
    margin-bottom: 0;
    font-size: 15px;
    color: #414141;
  }

  .product-outer-wrap .product-notices-wrapper form {
    width: auto;
  }

  .product-outer-wrap .product-notices-wrapper form select {
    width: auto;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    color: #000;
    padding: 8px 16px;
    height: 50px;
  }
}

.product-inner-wrap {
  margin-bottom: 110px;
}

@media screen and (max-width: 991px) {
  .product-inner-wrap {
    margin-bottom: 80px;
  }
}

.single-product-outer-wrapper {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .single-product-outer-wrapper {
    padding: 80px 0 0;
  }
}

.product-toolbar {
  margin-bottom: 60px;
}

.product-toolbar .form-group {
  position: relative;
}

.product-toolbar .form-group i {
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 50px;
  text-align: center;
  right: 0;
  top: 0;
  border-left: 1px solid #e6e6e6;
}

.product-toolbar .form-group input[type="text"] {
  padding-right: 55px;
}

.product-item {
  -webkit-box-shadow: 0 0 13px -4px rgb(0 0 0 / 0.15);
  -moz-box-shadow: 0 0 13px -4px rgb(0 0 0 / 0.15);
  -ms-box-shadow: 0 0 13px -4px rgb(0 0 0 / 0.15);
  -o-box-shadow: 0 0 13px -4px rgb(0 0 0 / 0.15);
  box-shadow: 0 0 13px -4px rgb(0 0 0 / 0.15);
  margin-bottom: 25px;
  padding: 10px 10px 25px;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product-item .product-image {
  position: relative;
  overflow: hidden;
}

.product-item .product-image a {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}

.product-item .product-image a img {
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  transition: linear 0.4s;
  border-radius: 30px;
}

.product-item .product-image a:hover img {
  transform: scale(1.2) rotate(5deg);
  border-radius: 30px;
}

.product-item .product-content h4 {
  margin-bottom: 5px;
  padding: 25px 0 10px;
  color: #111;
}

.product-item .product-content .product-cat a {
  color: #4a4a4a;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}

.product-item .product-content .product-cat a:hover {
  color: #961040;
}

.product-item .product-content .product-price {
  font-size: 24px;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  line-height: 1.2;
  padding: 0 20px;
  margin-bottom: 30px;
}

.product-item .product-content .product-price del {
  color: #787878;
  opacity: 0.5;
}

.product-item .product-content .product-price ins {
  color: #f24080;
  text-decoration: underline;
}

.product-item .product-content .button-round-secondary {
  padding: 10px 15px;
}

.product-item .onsale {
  background: #41246d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  right: 10px;
  line-height: 30px;
  padding: 0 12px;
  display: block;
  position: absolute;
  top: 10px;
  z-index: 3;
  border-radius: 30px;
}

.product-item .onsale:after {
  content: "!";
}

.product-item .rate-wrap {
  padding: 20px 20px 0;
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item .button-round-primary {
  font-size: 15px;
  margin-top: 18px;
  padding: 10px 15px;
  text-transform: capitalize;
}

.product-item:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.procduct-rate {
  display: inline-block;
  position: relative;
  font-size: 13px;
  letter-spacing: 3px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .procduct-rate {
    font-size: 12px;
  }
}

.procduct-rate:before {
  color: #ddd;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
}

.procduct-rate span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
  z-index: 1;
}

.procduct-rate span:before {
  color: #febf00;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.pagination li {
  margin-left: 0;
  margin-right: 0;
}

.pagination li:hover a,
.pagination li.active a {
  background-color: #961040;
  color: #fff;
}

.pagination li a {
  color: #414141;
  padding: 15px;
  background-color: #f8f8f8;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border-radius: 0;
}

.sidebar .divider-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.sidebar .search_widget form input {
  border-radius: 30px;
  height: 50px;
}

.sidebar .search_widget form .search-btn {
  font-size: 24px;
  top: 0;
  right: 0;
  font-size: 15px;
  border-radius: 0 30px 30px 0;
  background-color: #f24080;
  color: #fff;
  padding: 16px;
  height: 100%;
}

.sidebar .widget_category_product_thumb {
  margin-bottom: 40px;
}

.sidebar .widget_category_product_thumb ul li {
  padding: 10px;
}

.sidebar .widget_category_product_thumb ul li .count,
.sidebar .widget_category_product_thumb ul li h5 {
  color: #292929;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.sidebar .widget.widget-product-thumb .product-thumb {
  border-radius: 30px;
  overflow: hidden;
  transform: scale(1.02);
}

.sidebar .widget.widget-product-thumb .product-content h5 a {
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Mulish", sans-serif;
}

.sidebar .widget.widget-product-thumb .product-content .entry-meta span a {
  font-size: 12px;
  color: #adadad;
  line-height: 1.3;
}

.sidebar .gallery-colum-3 .gallery-item {
  padding: 9px;
}

.sidebar .gallery-colum-3 .gallery-item a {
  border-radius: 30px;
  overflow: hidden;
}

.sale-tag {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #77a464;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  border-radius: 50%;
  font-size: 13px;
}

.product-outer-wrap .product-thumbnails-outer {
  position: relative;
}

.single-product-item .feature-image img {
  margin: auto;
  border-radius: 25px;
}

.single-product-item .image-search-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

.single-product-item .image-search-icon a {
  background-color: #fff;
  border-radius: 100%;
  color: #383838;
  display: block;
  font-size: 17px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.single-product-item .image-search-icon a:hover {
  background-color: #961040;
  color: #fff;
}

.product-thumb-nav .single-product-item {
  padding: 10px 5px 0 5px;
}

.product-thumb-nav .single-product-item .feature-image {
  border-radius: 30px;
  overflow: hidden;
}

.product-thumb-nav .single-product-item .feature-image img {
  opacity: 0.5;
}

.product-thumb-nav .slick-center .feature-image img {
  opacity: 1;
}

.product-thumb-nav.slick-slider .slick-prev:before,
.product-thumb-nav.slick-slider .slick-next:before {
  height: 25px;
  width: 25px;
  font-size: 12px;
  line-height: 25px;
}

.product-thumb-nav.slick-slider .slick-prev {
  left: 5px;
}

.product-thumb-nav.slick-slider .slick-next {
  right: 5px;
}

.product-summary .breadcrumb-content ul {
  margin-bottom: 20px;
}

.product-summary .breadcrumb-content ul li {
  padding: 0;
}

.product-summary .breadcrumb-content ul li:before {
  padding: 0 5px;
  line-height: 1.8;
  font-size: 12px;
}

.product-summary .breadcrumb-content ul li a {
  color: #767676;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}

.product-summary .breadcrumb-content ul li:last-child a {
  color: #414141;
}

.product-summary h2 {
  color: #111;
  font-weight: 900;
  font-size: 52px;
  margin-bottom: 20px;
}

.product-summary .product-price {
  font-family: "Mulish", sans-serif;
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 35px;
  line-height: 1;
}

.product-summary .product-price ins {
  color: #f24080;
}

.product-summary .product-price del {
  opacity: 0.5;
  display: inline-block;
  color: #f24080;
  font-size: 42px;
}

.product-summary .product-desc {
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
  padding-top: 25px;
}

.product-summary .product-desc p {
  color: #414141;
}

.product-summary .cart-item input {
  border-radius: 5px;
  width: 55px;
  height: 45px;
  padding-right: 0;
  text-align: center;
  color: #494949;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 0;
}

.product-summary .cart-item button {
  border: none;
  margin-left: 10px;
  padding: 14px 22px;
  background-color: #f24080;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}

.product-summary .product-meta {
  border-top: 1px solid #d9d9d9;
  margin-top: 40px;
  padding-top: 30px;
}

.product-summary .product-meta [class*="-detail"] {
  line-height: 1.2;
}

.product-summary .product-meta strong {
  color: #292929;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 5px;
}

.product-summary .product-meta a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: #414141;
}

.product-summary .product-meta a:hover {
  color: #961040;
}

.product-summary .product-meta span {
  color: #111;
}

@media screen and (min-width: 992px) {
  .product-summary {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-summary {
    margin-top: 40px;
  }

  .product-summary h2 {
    font-size: 30px;
  }

  .product-summary .product-price {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .product-summary h2 {
    margin-bottom: 12px;
  }

  .product-summary .product-price {
    margin-bottom: 12px;
  }
}

.product-tab-outer {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #fff;
}

.product-tab-outer .tab-container .responsive-tabs ul {
  padding-left: 15px;
  border-bottom: 1px solid #d3ced2;
}

.product-tab-outer .tab-container .responsive-tabs ul li a {
  font-size: 18px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  line-height: 1.1;
  padding: 15px 22px;
  color: #111;
}

.product-tab-outer .tab-container .responsive-tabs ul li a.active {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  border: 1px solid #d3ced2;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  color: #f24080;
}

.product-tab-outer .tab-container .responsive-tabs ul li a:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content {
  background-color: #fff;
  border: 1px solid #d3ced2;
  border-top: 0;
  padding: 30px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body {
  background-color: #fff;
  padding: 16px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body h6 {
  color: #292929;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 16px;
  margin-top: 8px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body p {
  color: #414141;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form label {
  font-size: 15px;
  color: #292929;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .procduct-rate:before {
  color: #41246d;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .aggrement-tick input {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .aggrement-tick label {
  display: inline;
  color: #111;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form input[type="submit"] {
  border-radius: 0;
  color: #515151;
  padding: 10px 15px;
  margin-top: 0;
  background-color: #ebe9eb;
  font-size: 15px;
  font-weight: 700;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form input[type="submit"]:hover {
  background-color: #dfdcde;
}

@media screen and (max-width: 767px) {
  .product-tab-outer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-tab-outer .tab-container .responsive-tabs .tab-content {
    padding: 0;
  }

  .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body {
    padding: 0 22px;
  }
}

.product-outer-wrap .tab-container {
  margin-top: 0;
}

.product-outer-wrap .tab-container table {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.product-outer-wrap .tab-container table th {
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.product-outer-wrap .tab-container table tr:last-child td {
  border-bottom: none;
}

.product-outer-wrap .tab-container table tr:last-child th {
  border-bottom: none;
}

.product-outer-wrap .rate-wrap {
  padding: 0;
}

.product-outer-wrap .comment-area {
  margin-top: 0;
}

@media screen and (max-width: 575px) {
  .product-outer-wrap .tab-content {
    padding: 30px 15px;
  }
}

.related-product {
  margin-top: 80px;
}

.related-product .product-item {
  background-color: #fff;
}

.related-product .product-item .button-round-primary {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .related-product {
    margin-top: 60px;
  }
}

.related-title h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
  margin-top: 8px;
  color: #f24080;
}

@media screen and (max-width: 767px) {
  .related-title h3 {
    font-size: 25px;
  }
}

.cart-section {
  margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .cart-section {
    margin-bottom: 50px;
  }
}

#slider-range.ui-widget-content {
  background-color: #e6e6e6;
  border: none;
  height: 6px;
  margin-top: 20px;
}

#slider-range .ui-widget-header {
  background-color: #f24080;
}

#slider-range .ui-corner-all,
#slider-range.ui-widget-content {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
  margin-left: -1px;
  top: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #f8f8f8;
}

#slider-range .price-amout .button-round-secondary {
  border-radius: 25px;
}

.ui-widget-content {
  color: inherit;
}

.carts-section {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .carts-section {
    padding: 80px 0;
  }
}

.cart-list-inner .left-item-total .table-responsive {
  padding: 35px;
  border-radius: 30px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .left-item-total .table-responsive {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .left-item-total .table-responsive .update-btn {
    text-align: center;
  }
}

.cart-list-inner .table {
  border-width: 0;
  border-style: solid;
  border-color: #dee2e6;
}

.cart-list-inner .table thead tr th {
  background-color: #f8f8f8;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.cart-list-inner .table tr .cartImage {
  display: block;
  overflow: hidden;
  width: 55px;
  margin-right: 0;
}

.cart-list-inner .table tr td {
  color: #414141;
  font-family: "Mulish", sans-serif;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  border-right: none;
  border-left: none;
  border-top: none;
  position: relative;
  padding: 20px 20px 20px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.cart-list-inner .table tr td .close {
  background-color: #fff0;
  font-size: 24px;
  float: left;
  border: none;
  padding: 0;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.cart-list-inner .table tr td input {
  width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  height: 24px;
  text-align: center;
  color: #414141;
  border-width: 1px;
  border-color: #d5d8dc;
  border-style: solid;
  padding: 2px;
}

.cart-list-inner .table tr td .product-name {
  color: #f24080;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .table {
    display: block;
  }

  .cart-list-inner .table thead,
  .cart-list-inner .table tbody,
  .cart-list-inner .table th,
  .cart-list-inner .table td,
  .cart-list-inner .table tr {
    display: block;
  }

  .cart-list-inner .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .cart-list-inner .table tr {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
  }

  .cart-list-inner .table tr:first-child {
    margin-top: 0;
  }

  .cart-list-inner .table td {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    text-align: center;
  }

  .cart-list-inner .table td .close {
    margin: 0;
    left: 10px;
  }

  .cart-list-inner .table td .cartImage {
    margin: auto;
  }

  .cart-list-inner .table td:before {
    display: block;
    white-space: nowrap;
    content: attr(data-column);
    color: #111;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.cart-list-inner .updateArea {
  padding: 35px;
  border-radius: 30px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 991px) {
  .cart-list-inner .updateArea {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea {
    padding: 35px 25px;
  }
}

.cart-list-inner .updateArea .input-group-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: auto;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control {
  width: auto;
  display: inline-block;
  padding: 15px;
  border-radius: 30px;
  margin-right: 30px;
  color: #414141;
  flex: 2;
  background-color: #fff;
  border: none;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control ::-webkit-input-placeholder {
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control :-ms-input-placeholder {
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control ::placeholder {
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control:focus {
  border: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea .input-group-wrapper .form-control {
    text-align: center;
  }
}

.cart-list-inner .updateArea a {
  padding: 18px 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
  width: auto;
  border-radius: 30px;
  flex: 1;
  text-align: center;
}

.cart-list-inner .updateArea a.update-btn {
  float: right;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea .input-group-wrapper {
    width: 100%;
    display: block;
  }

  .cart-list-inner .updateArea .input-group-wrapper .form-control {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .cart-list-inner .updateArea a {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 30px;
  }

  .cart-list-inner .updateArea a.update-btn {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea {
    text-align: center;
  }
}

.cart-list-inner .updateArea .input-group-wrapper input {
  height: 55px;
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea a.update-btn {
    float: none;
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea a.update-btn {
    margin-top: 0;
  }
}

.cart-list-inner .right-total form .balance-amt-wrapper {
  padding: 35px;
  background-color: #f8f8f8;
  border-radius: 30px;
}

.cart-list-inner .right-total form .balance-amt-wrapper .balance-title {
  margin-bottom: 16px;
  color: #111;
}

.cart-list-inner .right-total form .balance-amt-wrapper .checkBtnArea {
  padding-top: 15px;
}

.cart-list-inner .right-total form .balance-amt-wrapper .button-round-secondary {
  width: 100%;
  text-align: center;
  padding: 15px;
}

.cart-list-inner .totalAmountArea ul {
  margin: 0;
  padding: 0;
}

.cart-list-inner .totalAmountArea ul li {
  padding: 12px 12px 9px 0;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #787878;
}

.cart-list-inner .totalAmountArea ul li:last-child {
  border-bottom: none;
}

.cart-list-inner .totalAmountArea ul li strong {
  font-weight: 600;
}

.cart-list-inner .totalAmountArea ul li span {
  display: inline-block;
  float: right;
}

.cart-list-inner .totalAmountArea ul li .grandTotal {
  font-weight: 700;
}

.categories-section {
  margin-bottom: 110px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .categories-section {
    margin-bottom: 80px;
  }
}

.categories-section .pattern-overlay {
  background-size: 11% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0.5;
}

.categories-section .service-wrapper {
  position: relative;
  z-index: 1;
}

.categories-section .service-wrapper .pattern-circle {
  background-image: url(assets/img/educator-img4.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.categories-section .service-wrapper .service-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px;
}

@media screen and (max-width: 991px) {
  .categories-section .service-wrapper .service-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .categories-section .service-wrapper .service-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.categories-section .service-wrapper .course-type {
  border: 2px dashed #d9d9d9;
  border-radius: 25px;
  padding: 40px;
  text-align: center;
}

.categories-section .service-wrapper .course-type .course-icon {
  margin-bottom: 25px;
}

.categories-section .service-wrapper .course-type .course-icon i {
  font-size: 50px;
  padding: 45px;
  display: inline-block;
  border-radius: 100%;
  background-color: #f8f8f8;
  color: #41246d;
}

.categories-section .service-wrapper .course-type .course-title {
  margin-bottom: 10px;
}

.categories-section .service-wrapper .course-type .course-durations {
  margin-bottom: 0;
  color: #f24080;
}

.categories-goal-section {
  background-color: #fff;
}

.categories-progress-section {
  background-color: #f8f8f8;
  padding: 300px 15px 100px 15px;
}

.categories-progress-section .counter-inner .counter-item {
  border-color: rgb(242 64 128 / 0.2);
}

@media screen and (max-width: 991px) {
  .categories-progress-section .counter-inner .counter-item {
    border-color: rgb(242 64 128 / 0.2);
  }
}

@media screen and (max-width: 575px) {
  .categories-progress-section .counter-inner .counter-item {
    border-color: rgb(242 64 128 / 0.2);
  }
}

.categories-progress-section .counter-inner .counter-item .counter-no {
  color: #41246d;
  font-size: 60px;
}

.categories-progress-section .counter-inner .counter-item .Completed {
  color: #f24080;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.policy-page-section {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .policy-page-section {
    padding: 80px;
  }
}

.policy-page-section .policy-inner h3,
.policy-page-section .policy-inner h4 {
  color: #f24080;
}

.policy-page-section .policy-inner p {
  color: #414141;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}

.policy-page-section .policy-inner ul li {
  color: #414141;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.single-post-section .right-sidebar .inner-blog-wrap {
  display: grid;
  grid-row-gap: 35px;
  grid-column-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .single-post-section .right-sidebar .inner-blog-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.single-post-section .right-sidebar .inner-blog-wrap .post {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.15);
  transition: all 0.4s ease-out;
}

.single-post-section .right-sidebar .inner-blog-wrap .post:hover {
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 0.15);
}

.single-post-section .right-sidebar .inner-blog-wrap .post:hover .feature-image {
  transition: all 1s ease-out;
}

.single-post-section .right-sidebar .inner-blog-wrap .post:hover .feature-image:before {
  content: none;
}

.single-post-section .right-sidebar .inner-blog-wrap .post .feature-image {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 0;
}

.single-post-section .right-sidebar .inner-blog-wrap .post .feature-image:before {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(0 0 0 / 0.35)),
      color-stop(75%, transparent));
  background-image: linear-gradient(0deg, rgb(0 0 0 / 0.35), transparent 75%);
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-post-section .right-sidebar .inner-blog-wrap .post .feature-image .cat-meta {
  position: absolute;
  top: 20px;
  right: 20px;
}

.single-post-section .right-sidebar .inner-blog-wrap .post .feature-image .cat-meta a {
  padding: 7px 14px;
  background-color: #f24080;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  border-radius: 20px;
  display: inline-block;
}

.single-post-section .right-sidebar .inner-blog-wrap .post .entry-content {
  padding: 35px 40px 32px 40px;
}

.single-post-section .right-sidebar .inner-blog-wrap .post .entry-content h4 {
  margin-bottom: 15px;
}

.single-post-section .right-sidebar .inner-blog-wrap .post .entry-content .blog-info {
  margin-bottom: 0;
  color: #777;
}

.widget {
  margin-bottom: 20px;
}

.widget a {
  display: block;
}

.widget .widget-title {
  margin-bottom: 30px;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul li {
  list-style: none;
}

.widget ul li a {
  color: #383838;
}

.widget ul li a:hover {
  color: #961040;
}

.widget.author_widget {
  text-align: center;
}

.widget.author_widget .profile .avatar {
  margin-bottom: 14px;
}

.widget.author_widget .profile .avatar a {
  display: block;
  position: relative;
  overflow: hidden;
}

.widget.author_widget .profile .avatar a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: none;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to left,
      #fff0 0%,
      rgb(255 255 255 / 0.2) 100%);
  background: linear-gradient(to left, #fff0 0%, rgb(255 255 255 / 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.widget.author_widget .profile .avatar a:hover:before,
.widget.author_widget .profile .avatar a:focus:before,
.widget.author_widget .profile .avatar a:active:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
  display: block;
}

.widget.author_widget .name-title {
  margin-bottom: 20px;
}

.widget.author_widget .text-content p:last-child {
  margin-bottom: 0;
}

.widget.author_widget .socialgroup {
  margin-top: 25px;
}

.widget.author_widget .socialgroup ul {
  margin: 0;
}

.widget.author_widget .socialgroup ul li {
  list-style: none;
  border-bottom: none;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}

.widget.author_widget .socialgroup ul li a {
  color: #41246d;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 3px 9px;
  border: 1px solid #41246d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget.author_widget .socialgroup ul li a:hover,
.widget.author_widget .socialgroup ul li a:focus,
.widget.author_widget .socialgroup ul li a:active {
  border-color: #961040;
  color: #961040;
}

.widget.author_widget .profile .avatar {
  width: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #fff;
}

.widget.author_widget .profile .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.widget.author_widget .widget-content.text-center .profile .avatar {
  margin-left: auto;
  margin-right: auto;
}

.widget.author_widget .widget-content.text-right .profile .avatar {
  margin-left: auto;
}

.widget.widget-post-thumb li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.widget.widget-post-thumb li:before,
.widget.widget-post-thumb li:after {
  content: "";
  display: block;
  clear: both;
}

.widget.widget-post-thumb li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget-post-thumb li a {
  color: inherit;
}

.widget.widget-post-thumb .post-thumb {
  width: 100px;
  float: left;
  position: relative;
}

.widget.widget-post-thumb .post-content {
  float: right;
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}

.widget.widget-post-thumb .post-content h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.widget.widget-post-thumb .post-content p {
  margin-bottom: 0;
  font-size: 14px;
}

.widget.widget-post-thumb .post-content .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.widget.widget-post-thumb .post-content .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.widget.widget-post-thumb .post-content .entry-meta span:before {
  color: #b6b6b6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget.widget-post-thumb .post-content .entry-meta span:last-child:before {
  display: none;
}

.widget.widget-post-thumb .post-content .entry-meta a {
  color: #adadad;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.widget.widget-post-thumb .post-content .entry-meta a:hover,
.widget.widget-post-thumb .post-content .entry-meta a:focus {
  color: #961040;
}

.widget.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.widget.widget_tag_cloud .tagcloud a {
  background-color: #f6f6f6;
  color: #383838;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 15px;
  margin: 5px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #961040;
  color: #fff;
}

.widget.widget_recent_post li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(135 135 135 / 0.3);
}

.widget.widget_recent_post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget_recent_post li a {
  color: inherit;
}

.widget.widget_recent_post li h5 {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.widget.widget_recent_post li .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.widget.widget_recent_post li .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.widget.widget_recent_post li .entry-meta span:before {
  color: #b6b6b6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget.widget_recent_post li .entry-meta span:last-child:before {
  display: none;
}

.widget.widget_recent_post li .entry-meta a {
  color: #ccc;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.widget.widget_recent_post li .entry-meta a:hover,
.widget.widget_recent_post li .entry-meta a:focus {
  color: #961040;
}

.widget .gallery,
.widget .insta-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.widget .gallery .gallery-item,
.widget .insta-gallery .gallery-item {
  padding: 5px;
}

.widget .gallery .gallery-item a,
.widget .insta-gallery .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.widget .gallery .gallery-item a:before,
.widget .insta-gallery .gallery-item a:before {
  background-color: rgb(0 0 0 / 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.widget .gallery .gallery-item a:hover:before,
.widget .gallery .gallery-item a:focus:before,
.widget .gallery .gallery-item a:active:before,
.widget .insta-gallery .gallery-item a:hover:before,
.widget .insta-gallery .gallery-item a:focus:before,
.widget .insta-gallery .gallery-item a:active:before {
  opacity: 1;
}

.widget .gallery.gallery-colum-3 .gallery-item,
.widget .insta-gallery.gallery-colum-3 .gallery-item {
  width: 33.33%;
}

.widget.widget_social {
  margin-top: 20px;
}

.widget.widget_social .social-icon {
  width: 50%;
}

.widget.widget_category ul li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #888;
  text-align: right;
}

.widget.widget_category ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_category ul li a {
  float: left;
}

.widget.search_widget {
  position: relative;
}

.widget.search_widget input {
  width: 100%;
  padding: 0 55px 0 10px;
}

.widget.search_widget button {
  background-color: #41246d;
  color: #fff;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  font-size: 14px;
  border: none;
  position: absolute;
  right: 6px;
  top: 7px;
  padding: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.widget.search_widget button:hover {
  background-color: #961040;
}

.widget.widget_social ul {
  margin: -2px;
}

.widget.widget_social ul li {
  display: inline-block;
  margin: 2px;
}

.widget.widget_social ul li a {
  border: 1px solid #e6e6e6;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget.widget_social ul li a:hover {
  background-color: #961040;
  border-color: #961040;
  color: #fff;
}

.widget.price_handel_widget .price-amout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 25px;
}

.widget.price_handel_widget .price-amout input {
  background-color: #fff0;
  display: inline-block;
  width: 70px;
  border: none;
  font-size: 15px;
  padding: 0;
  text-align: right;
  height: 42px;
}

.widget.price_handel_widget .price-label {
  border: 1px solid #e6e6e6;
  padding: 0 10px;
}

.widget.price_handel_widget button {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 8px 20px;
  font-weight: 400;
}

.widget.widget_text ul {
  margin-top: 20px;
}

.widget.widget_text ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.widget.widget_text ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_text ul li i {
  color: #41246d;
  position: absolute;
  left: 0;
  top: 4px;
}

.widget.widget_newslatter .newslatter-form {
  margin-top: 24px;
}

.widget.widget_newslatter .newslatter-form input {
  width: 100%;
  margin-bottom: 15px;
}

.widget.widget_newslatter .newslatter-form [type="submit"] {
  padding: 17px 30px;
  margin-bottom: 0;
}

.widget.widget-product-thumb li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.widget-product-thumb li:before,
.widget.widget-product-thumb li:after {
  content: "";
  display: block;
  clear: both;
}

.widget.widget-product-thumb li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget-product-thumb li a {
  color: inherit;
}

.widget.widget-product-thumb .product-thumb {
  width: 80px;
  float: left;
  position: relative;
  border-radius: 30px;
}

.widget.widget-product-thumb .product-content {
  float: right;
  padding-left: 20px;
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}

.widget.widget-product-thumb .product-content h5 {
  color: #151515;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.widget.widget-product-thumb .product-content .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.widget.widget-product-thumb .product-content .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.widget.widget-product-thumb .product-content .entry-meta span:before {
  color: #b6b6b6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget.widget-product-thumb .product-content .entry-meta span:last-child:before {
  display: none;
}

.widget.widget-product-thumb .product-content .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.widget.widget-product-thumb .product-content .entry-meta a:hover,
.widget.widget-product-thumb .product-content .entry-meta a:focus {
  color: #961040;
}

.widget.widget_category_product_thumb {
  margin-bottom: 40px;
}

.widget.widget_category_product_thumb ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.widget.widget_category_product_thumb li {
  padding: 5px;
}

.widget.widget_category_product_thumb li .product-thumb {
  margin-bottom: 10px;
  border-radius: 30px;
  overflow: hidden;
}

.widget.widget_category_product_thumb li .product-thumb a {
  display: block;
  position: relative;
}

.widget.widget_category_product_thumb li .product-thumb a:before {
  background-color: rgb(0 0 0 / 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.widget.widget_category_product_thumb li .product-thumb a:hover:before,
.widget.widget_category_product_thumb li .product-thumb a:focus:before,
.widget.widget_category_product_thumb li .product-thumb a:active:before {
  opacity: 1;
}

.widget.widget_category_product_thumb li .product-content {
  text-align: center;
}

.widget.widget_category_product_thumb li .product-content h5 {
  margin-bottom: 0;
  display: inline-block;
  color: #292929;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.widget.widget_category_product_thumb li .product-content .count {
  color: #f24080;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 13px;
}

.widget.widget_category_product_thumb.colum-3 li {
  width: 33.33%;
}

.widget.widget_category_product_thumb.colum-2 li {
  width: 50%;
}

.sidebar .widget {
  margin-bottom: 50px;
}

.sidebar .widget .widget-title {
  display: table;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.sidebar .widget .widget-title:before,
.sidebar .widget .widget-title:after {
  background-color: #d6d6d6;
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
}

.sidebar .widget .widget-title:before {
  left: 0;
}

.sidebar .widget .widget-title:after {
  right: 0;
}

.sidebar .widget .widget-title-dash-border {
  padding: 5px 25px;
  border-radius: 25px;
  border: 1px dashed #d9d9d9;
  margin-bottom: 35px;
  color: #f24080;
  display: inline-block;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget-map iframe {
  height: 280px;
}

.sidebar .widget-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sidebar .widget-bg-image:before {
  background-color: #151515;
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sidebar .widget-bg-image * {
  color: #fff;
}

.sidebar .information-content {
  margin-bottom: 50px;
  padding: 50px 30px;
}

.sidebar .information-content .button-round-primary {
  margin-top: 20px;
  display: inline-block;
}

.sidebar .icon-list-content ul {
  text-align: left;
  padding: 0;
  margin: 0;
}

.sidebar .icon-list-content ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(65 36 109 / 0.25);
}

.sidebar .icon-list-content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .icon-list-content ul li i {
  color: #41246d;
  margin-right: 8px;
  font-size: 18px;
}

.sidebar .icon-list-content ul li a {
  color: #f24080;
  line-height: 1.3;
  font-weight: 600;
}

.sidebar .icon-list-content ul li a:hover {
  color: #961040;
}

.sidebar .widget-detail li {
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 15px;
}

.sidebar .widget-detail li:last-child {
  margin-bottom: 0;
}

.sidebar .widget-detail li h5 {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 500;
}

.sidebar .widget-detail li span {
  color: #787878;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.sidebar .widget-from p {
  margin-bottom: 20px;
}

.sidebar .widget-from input:not([type="submit"]) {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar .widget-bg {
  background-color: #f8f8f8;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 30px;
}

.sidebar .widget-bg .bg-title {
  background-color: #41246d;
  color: #fff;
  padding: 17px;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 30px;
}

.sidebar .sidebar-list ul {
  padding: 0;
  margin: 0;
}

.sidebar .sidebar-list li {
  list-style: none;
  margin-bottom: 8px;
}

.sidebar .sidebar-list li i {
  color: #f24080;
  margin-right: 10px;
  font-size: 14px;
}

.sidebar .faq-widget .accordion .card button {
  font-size: 15px;
  font-weight: 600;
  padding: 18px;
  text-transform: capitalize;
}

.sidebar .widget-icon {
  background-color: #41246d;
  border-radius: 100%;
  color: #fff;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.sidebar .or-style {
  color: #41246d;
  display: table;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 20px;
}

.sidebar .or-style:before,
.sidebar .or-style:after {
  background-color: #41246d;
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  display: inline-block;
}

.sidebar .or-style:before {
  left: 0;
}

.sidebar .or-style:after {
  right: 0;
}

.sidebar .upload-widget .button-primary {
  margin-top: 20px;
}

.checkout-section {
  padding: 110px 0;
}

@media screen and (max-width: 575px) {
  .checkout-section {
    padding: 80px 0;
  }
}

.checkout-section .cheakout-title {
  color: #41246d;
}

.checkout-field-wrap {
  padding: 40px;
  margin-bottom: 24px;
  background-color: #f8f8f8;
  border-radius: 30px;
}

.checkout-field-wrap .coupon-field {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}

.checkout-field-wrap .coupon-field label {
  display: block;
  margin-bottom: 10px;
  color: #414141;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "popins", sans-serif;
}

.checkout-field-wrap .coupon-field label a {
  color: inherit;
}

.checkout-field-wrap .coupon-field .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.checkout-field-wrap .coupon-field .form-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  width: auto;
  height: 50px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 30px;
  border: none;
  color: #414141;
}

.checkout-field-wrap .coupon-field .form-group input[type="submit"] {
  line-height: 1;
  height: 50px;
  padding: 0 30px;
  background-color: #f24080;
}

.checkout-field-wrap .coupon-field .form-group input {
  margin: 0 15px;
}

.checkout-field-wrap .coupon-field .form-group .coupon-txt {
  margin-bottom: 15px;
}

.checkout-field-wrap .coupon-field .form-group .coupon-btn {
  margin-bottom: 15px;
}

.checkout-field-wrap .label-star {
  color: #f24080;
  text-decoration: none;
  border-bottom: none;
}

.checkout-field-wrap .form-group {
  margin-bottom: 30px;
}

.checkout-field-wrap .form-group label {
  display: block;
  margin-bottom: 15px;
  color: #414141;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Mulish", sans-serif;
}

.checkout-field-wrap .form-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  width: 100%;
  height: 50px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 30px;
  border: none;
  color: #414141;
  padding: 16px;
}

.checkout-field-wrap .form-group select {
  border: none;
  color: #a7a7a7;
  font-size: 15px;
  background-color: #fff;
}

.checkout-field-wrap .form-group select option {
  color: #414141;
}

.checkout-field-wrap .form-group input[type="submit"] {
  line-height: 1;
  height: 55px;
  padding: 0 30px;
}

.checkout-field-wrap .form-group ::-webkit-input-placeholder {
  color: #a7a7a7;
}

.checkout-field-wrap .form-group :-ms-input-placeholder {
  color: #a7a7a7;
}

.checkout-field-wrap .form-group ::placeholder {
  color: #a7a7a7;
}

.checkout-field-wrap .last-form-group {
  margin-bottom: 0;
}

.checkout-field-wrap .inner-form-group {
  margin-bottom: 15px;
}

.checkout-field-wrap .inner-form-group input {
  width: 100%;
  height: 55px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 30px;
  border: none;
  color: #414141;
  padding: 16px;
  margin-bottom: 10px;
}

.checkout-field-wrap .inner-form-group ::-webkit-input-placeholder {
  color: #a7a7a7;
}

.checkout-field-wrap .inner-form-group :-ms-input-placeholder {
  color: #a7a7a7;
}

.checkout-field-wrap .inner-form-group ::placeholder {
  color: #a7a7a7;
}

@media screen and (max-width: 575px) {
  .checkout-field-wrap {
    padding: 20px;
  }

  .checkout-field-wrap .coupon-field .form-group input[type="submit"] {
    margin-top: 15px;
  }
}

.special-notes-wrap {
  margin-bottom: 0;
  padding: 40px;
  background-color: #f8f8f8;
  border-radius: 30px;
}

@media screen and (max-width: 479px) {
  .special-notes-wrap {
    padding: 40px 20px;
  }
}

.special-notes-wrap .Information-title {
  color: #41246d;
}

.special-notes-wrap .form-group {
  margin-bottom: 0;
}

.special-notes-wrap .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #414141;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Mulish", sans-serif;
}

.special-notes-wrap .form-group textarea {
  background-color: #fff;
  padding: 16px;
  color: #414141;
  border: none;
}

.special-notes-wrap .form-group textarea ::-webkit-input-placeholder {
  color: #a7a7a7;
}

.special-notes-wrap .form-group textarea :-ms-input-placeholder {
  color: #a7a7a7;
}

.special-notes-wrap .form-group textarea ::placeholder {
  color: #a7a7a7;
}

.widget-table-summary cheakout-title {
  margin-bottom: 30px;
}

.widget-table-summary table thead tr {
  background-color: #fff0;
}

.widget-table-summary table thead tr th {
  padding-bottom: 16px;
  border: none;
  font-weight: 700;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
  line-height: 1.2;
  color: #787878;
}

.widget-table-summary table tbody tr td {
  color: #414141;
  border-right: none;
  font-size: 13px;
}

.widget-table-summary table tbody tr td strong {
  color: #787878;
  font-size: 15px;
}

.widget-table-summary table tbody tr:last-child td {
  border-bottom: none;
}

.widget-paymet-bank .form-group label {
  color: #414141;
  margin-bottom: 0;
}

.widget-paymet-bank .form-group .desc {
  padding: 20px;
  font-size: 13px;
  background-color: #efefef;
  margin-top: 15px;
}

.widget-paymet-bank .custom-radio-field img {
  width: 150px;
  margin-top: -5px;
}

.widget-paymet-bank .button-round {
  width: 100%;
  border: none;
  display: block;
  margin-top: 25px;
  text-align: center;
}

.sticky-form-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 27px;
  z-index: 1000;
}

.form-input {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgb(0 0 0 / 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#myBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  display: none;
}

.nb-form {

  position: fixed;
  z-index: 9999;
  width: 300px;
  background: #fff;
  left: 20px;
  bottom: -442px;
  transition: all 0.8s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.14), 0 1px 5px 0 rgb(0 0 0 / 0.12),
    0 3px 1px -2px rgb(0 0 0 / 0.2);
}

.nb-form:hover {
  bottom: 0;
}

.nb-form .user-icon {
  position: absolute;
  top: -49px;
  right: 12px;
  display: block;
  width: 58px;
  margin: 20px auto 15px;
  border-radius: 100%;
}

.nb-form .title {
  background: #03a9f4;
  font-size: 16px !important;
  padding: 20px 18px !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
}

.nb-form p {
  font-size: 13px;
  margin: 0;
  padding: 15px;
  color: #666;
}

.nb-form p.message {
  margin-left: 7px;
}

.nb-form form {
  padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  width: 254px;
  max-width: 254px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding: 6px;
  border: none;
  border-radius: 4px;
  color: #999;
  border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.nb-form input[type="submit"] {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  color: #fff !important;
  border: none;
}

.nb-form input[type="submit"]:hover {
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 0.07), 0 1px 7px 0 rgb(0 0 0 / 0.02),
    0 3px 1px -1px rgb(0 0 0 / 0.1);
}

.nb-form textarea {
  min-height: 110px;
}

.nb-form ::-webkit-input-placeholder {
  color: #ccb0b0;
}

.nb-form ::-moz-placeholder {
  color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
  color: #ccb0b0;
}

.nb-form :-moz-placeholder {
  color: #ccb0b0;
}

.nb-form input[type="submit"] {
  background: #03a9f4;
}

@media screen and (max-width: 676px) {
  .nb-form:hover .user-icon {
    display: none;
  }

  .nb-form .message {
    display: none;
  }

  .nb-form form {
    padding-top: 15px;
  }

  .nb-form {
    right: 50%;
    bottom: -320px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.button {
  --color: #ffc107;
  padding: 0.1em 0.4em;
  background-color: #fff0;
  border-radius: 0.7em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}

.button::before,
.button::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color);
  transition: 1s ease;
}

.button::before {
  top: -1em;
  left: -1em;
}

.button::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}

.button:hover::before,
.button:hover::after {
  height: 410px;
  width: 410px;
}

.button:hover {
  color: #0a191e;
}

.button:active {
  filter: brightness(0.8);
}

.admission-enquiry {
  background: #ffffff;
  padding: 60px 0;
}

.admission-enquiry h2 {
  color: #002147;
  font-weight: 700;
}

.admission-enquiry .tagline {
  color: #e91e63;
  /* Highlight color for tagline */
  font-weight: 600;
  font-size: 20px;
}

.admission-enquiry p {
  font-size: 17px;
  color: #444;
}

.admission-enquiry ul {
  list-style: none;
  padding-left: 0;
}

.admission-enquiry ul li {
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}

.enquiry-btn {
  background-color: #ff9800;
  /* ðŸ‘ˆ Admission Button Color (Orange Theme) */
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
}

.enquiry-btn:hover {
  background-color: #e68900;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .admission-enquiry {
    text-align: center;
    padding: 40px 15px;
  }

  .admission-enquiry h2 {
    font-size: 24px;
  }

  .admission-enquiry .tagline {
    font-size: 18px;
  }

  .admission-enquiry ul li {
    text-align: left;
    display: inline-block;
  }

  .enquiry-btn {
    display: inline-block;
    width: 80%;
  }
}

/* --- Color Variables --- */
:root {
  --dark-blue: #002147;
  --pink-accent: #e91e63;
  --text-color: #444;
  --soft-shadow: rgba(0, 0, 0, 0.1);
  --light-bg: #f8f8f8;
  /* Slightly off-white for contrast */
}

/* ---------- Base Section & Typography (Adjusted) ---------- */
.introduction-section {
  background: white;
  padding: 90px 20px;
}

.intro-container {
  max-width: 1100px;
  margin: 0 auto;
}

.intro-heading-area {
  text-align: center;
  margin-bottom: 50px;
}

.intro-title {
  font-size: 38px;
  font-weight: 800;
  /* Bolder title */
  color: var(--dark-blue);
  line-height: 1.3;
}

.intro-title span {
  color: var(--pink-accent);
}

.intro-text {
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.8;
  padding-right: 20px;
  /* Space from the image on desktop */
}

.intro-text p {
  margin-bottom: 18px;
  text-align: justify;
  /* Keep text justified */
}

/* ---------- Two-Column Layout (New Flexbox Structure) ---------- */
.intro-layout {
  display: flex;
  align-items: center;
  /* Vertically align content and image */
  gap: 40px;
}

.intro-content-column {
  flex: 1;
  /* Takes primary space */
  max-width: 55%;
}

.intro-image-column {
  flex: 1;
  max-width: 45%;
}

/* ---------- Image Styling ---------- */
.intro-image img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  box-shadow: 0 10px 30px var(--soft-shadow);
  /* More prominent shadow */
}

/* ---------- Callout/Quote Enhancement (New Style) ---------- */
.intro-callout {
  margin-top: 30px;
  padding: 15px 25px;
  border-left: 5px solid var(--pink-accent);
  /* Accent border */
  background-color: var(--light-bg);
  border-radius: 0 8px 8px 0;
}

.intro-callout p {
  font-style: italic;
  font-size: 1.1em;
  color: var(--dark-blue);
  margin: 0;
  text-align: left;
}

/* ------------------------------------------------ */
/* ---------- Responsive Design (Stacking) ---------- */
/* ------------------------------------------------ */

@media (max-width: 991px) {
  .introduction-section {
    padding: 70px 15px;
  }

  .intro-title {
    font-size: 32px;
  }

  /* Stack columns vertically */
  .intro-layout {
    flex-direction: column;
    text-align: center;
  }

  .intro-content-column {
    order: 2;
    /* Content below image on mobile */
    max-width: 100%;
    padding-top: 20px;
  }

  .intro-image-column {
    order: 1;
    /* Image first on mobile */
    max-width: 100%;
  }

  .intro-text {
    padding-right: 0;
    font-size: 16px;
  }

  .intro-text p {
    text-align: left;
    /* Keep paragraphs left-aligned on mobile for readability */
  }

  .intro-callout {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .introduction-section {
    padding: 50px 10px;
  }

  .intro-title {
    font-size: 26px;
  }

  .intro-text {
    font-size: 15px;
    line-height: 1.7;
  }
}


/* ---------- Base Section ---------- */
.admission-process {

  padding: 80px 20px;
}

.process-title {
  color: #002147;
  font-size: 36px;
  font-weight: 700;
}

.process-subtext {
  color: #555;
  font-size: 17px;
  max-width: 700px;
  margin: 10px auto 0;
}

/* ---------- Process Cards ---------- */
.process-card {
  background: #f5f5f5;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.process-card .icon {
  font-size: 40px;
  color: #e91e63;
}

.process-card h5 {
  color: #002147;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-card p {
  color: #444;
  font-size: 15.8px;
  line-height: 1.6;
  margin: 0;
}

/* ---------- Responsive Design ---------- */
@media (max-width: 991px) {
  .process-title {
    font-size: 30px;
  }

  .process-card {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .process-title {
    font-size: 26px;
  }

  .process-subtext {
    font-size: 15px;
  }

  .process-card {
    margin-bottom: 20px;
  }
}

/* Admission Section */
.admission-section {
  background-color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  color: #333;
}

.admission-section h2 {
  font-size: 2.2rem;
  /* margin-bottom: 40px; */
  font-weight: 700;

}

.admission-section p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
  color: #555;
}

.admission-btn {
  display: inline-block;
  background-color: #503578;
  color: #fff;
  padding: 18px 45px;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.admission-btn:hover {
  background-color: #3b9dfb;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .admission-section h2 {
    font-size: 2.2rem;
  }

  .admission-section p {
    font-size: 1rem;
  }

  .admission-btn {
    padding: 15px 35px;
    font-size: 1rem;
  }
}


/* Main container */
.admission-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.admission-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Flex container */
.admission-flex {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  text-align: left;
}

/* Left content */
.admission-content {
  flex: 1;
  padding-top: 50px;
}

.admission-content h1 {
  font-size: 3em;
  color: #38006b;
  margin-bottom: 10px;
  font-weight: 700;
}

.admission-content p {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 25px;
  max-width: 550px;
}

/* Right form */
.admission-form {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.form-header {
  text-align: center;
  margin-bottom: 25px;
}

.form-header h2 {
  font-size: 1.8em;
  color: #38006b;
  font-weight: 700;
  margin-bottom: 5px;
}

.form-header p {
  font-size: 0.9em;
  color: #777;
  font-style: italic;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}

.form-fields input,
.form-fields select {
  padding: 12px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1em;
  box-sizing: border-box;
}

/* Button */
.form-btn {
  text-align: center;
}

.form-btn button {
  width: 100%;
  max-width: 300px;
  padding: 12px 40px;
  background-color: #ff69b4;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  /* box-shadow: 0 4px 8px rgba(255, 105, 180, 0.4); */
}

.form-btn button:hover {
  background-color: #ff4fa8;
}

/* âœ… Responsive Design */
@media (max-width: 992px) {
  .admission-flex {
    flex-direction: column;
    gap: 50px;
  }

  .admission-content {
    padding-top: 0;
    text-align: center;
  }

  .admission-content h1 {
    font-size: 2.2em;
  }

  .admission-content p {
    margin: 0 auto 20px;
  }

  .admission-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .admission-section {
    padding: 50px 0;
  }

  .form-fields input,
  .form-fields select {
    font-size: 0.95em;
    padding: 10px 14px;
  }

  .form-btn button {
    max-width: 100%;
    font-size: 1em;
    padding: 12px;
  }
}

/* === Why Choose Us Section (Fully Text) === */
.whychoose-section {
  background-color: #f5f5f5;
  padding: 80px 20px;
  text-align: center;
}

.whychoose-container {
  max-width: 1000px;
  margin: 0 auto;
}

.whychoose-content-full h2 {
  font-size: 2.5em;
  color: #38006b;
  font-weight: 700;
  margin-bottom: 25px;
}

.whychoose-content-full p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.8;
}

/* Responsive Design */
@media (max-width: 992px) {
  .whychoose-content-full h2 {
    font-size: 2.2em;
  }

  .whychoose-content-full p {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  .whychoose-section {
    padding: 60px 15px;
  }

  .whychoose-content-full h2 {
    font-size: 1.8em;
  }

  .whychoose-content-full p {
    font-size: 0.95em;
  }
}

/* --- Color Variables (Optional but recommended for consistency) --- */
:root {
  --primary-color: #38006b;
  /* Dark Purple */
  --secondary-color: #5d3f94;
  /* Lighter Purple */
  --accent-color: #ff69b4;
  /* Pink/Magenta */
  --bg-light: #f7f7f7;
  --card-shadow: rgba(0, 0, 0, 0.1);
}

/* --- Section Styling --- */
.home-feature-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Header Styling --- */
.section-header-wrapper {
  max-width: 700px;
  margin: 0 auto -50px;
  text-align: center;
}

.feature-section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 30px;
}

.feature-section-info {
  font-size: 1.05em;
  color: #555;
  line-height: 1.6;
  text-align: center;
}

/* --- Slider Track and Cards --- */
.slider-control-wrapper {
  position: relative;
  /* Crucial for positioning arrows */
}

.feature-slider-track {
  display: flex;
  gap: 30px;
  overflow-x: hidden;
  /* Hides the scrollbar */
  padding: 35px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.feature-card {
  /* Fixed width for scrolling. Needs min-width for mobile stacking if JS fails. */
  flex: 0 0 350px;
  scroll-snap-align: start;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 8px 20px var(--card-shadow);
  text-align: left;
  min-height: 220px;
  /* Ensures consistent card height */
}

.feature-icon-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-icon-wrapper .meta-no {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
}

.feature-icon-wrapper i {
  font-size: 1.8em;
}

.feature-icon-wrapper.primary-color .meta-no {
  background-color: var(--secondary-color);
}

.feature-icon-wrapper.primary-color i {
  color: var(--secondary-color);
  font-size: 60px;
}

.feature-icon-wrapper.secondary-color .meta-no {
  background-color: var(--accent-color);
}

.feature-icon-wrapper.secondary-color i {
  color: var(--accent-color);
  font-size: 60px;
}


.feature-heading {
  font-size: 1.4em;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: 600;
}

.feature-info-detail {
  font-size: 1.1em;
  color: #666;
  line-height: 1.5;
  margin: 0;
}


/* --- Arrow Buttons (Slider Controls) --- */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 1.5em;
  color: var(--secondary-color);
  z-index: 10;
  transition: all 0.2s;
}

.slider-arrow:hover {
  background-color: var(--secondary-color);
  color: white;
}

.left-arrow {
  left: -25px;
}

.right-arrow {
  right: -25px;
}

/* --- Responsiveness for Mobile --- */
@media (max-width: 768px) {
  .feature-card {
    /* On small screens, cards take up most of the width for easier tapping */
    flex: 0 0 90%;
    min-width: 90%;
  }

  .left-arrow {
    left: 5px;
    /* Move arrows inside the container on small screens */
  }

  .right-arrow {
    right: 5px;
    /* Move arrows inside the container on small screens */
  }
}

/* --- Color Variables (Defined for consistency) --- */
:root {
  --primary-color: #38006b;
  /* Dark Purple */
  --secondary-color: #5d3f94;
  /* Lighter Purple/Color Block BG */
  --accent-color: #ffc107;
  --bg-white: #ffffff;
  --card-shadow: rgba(0, 0, 0, 0.15);
}

/* --- Section Styling (Set to White) --- */
.founder-message-section {
  padding: 40px 0;
  background-color: #f4efff;
  /* Crisp White Background */
  font-family: 'Open Sans', Arial, sans-serif;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Section Title --- */
.section-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.founder-section-heading {
  font-size: 3em;
  color: var(--primary-color);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}

.founder-section-heading::after {
  /* content: ''; */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
}

/* --- Content Wrapper (Text and Image) --- */
.founder-content-wrapper {
  display: flex;
  align-items: stretch;
  /* Stretch items to match height */
  gap: 0;
  box-shadow: 0 10px 30px var(--card-shadow);
  border-radius: 12px;
  overflow: hidden;
  /* Contains children's rounded corners */
}

/* Left side - Text Content Block */
.founder-text-content {
  flex: 1.5;
  /* Takes slightly more space than the image */
  padding: 40px;
  background-color: var(--secondary-color);
  /* Colored background for the text block */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Center content vertically */
}

.founder-name {
  font-size: 2.2em;
  color: var(--accent-color);
  /* Accent color for the name */
  margin-bottom: 5px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

.founder-designation {
  font-size: 1.1em;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.founder-role {
  font-size: 1.1em;
  color: white;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.founder-message-paragraph {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

/* Right side - Image Block */
.founder-image-wrapper {
  flex: 1;
  /* Image takes the remaining space */
  text-align: right;
  background-color: #38006b;
  /* Dark background to contrast the image */
}

.founder-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the area without distorting */
  display: block;
  /* Optional: Add a slight filter to make the image moodier */
  filter: brightness(1.05);
}

/* Button Styling (Moved inside the text content) */
.founder-button-wrapper {
  margin-top: 30px;
}

.founder-message-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--accent-color);
  /* Use accent color for button */
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.founder-message-btn:hover {
  background-color: #f7a0d0;
  /* Lighter shade on hover */
  transform: translateY(-1px);
}

/* --- Responsive Adjustments --- */
@media (max-width: 900px) {
  .founder-content-wrapper {
    flex-direction: column;
    /* Stack content vertically */
  }

  .founder-text-content {
    order: 2;
    /* Put text below image on mobile */
    text-align: left;
    /* Keep text aligned left */
    border-radius: 0 0 12px 12px;
  }

  .founder-image-wrapper {
    order: 1;
    /* Put image first on mobile */
    width: 100%;
    height: 300px;
    /* Give the image a fixed height on mobile */
    border-radius: 12px 12px 0 0;
  }

  .founder-button-wrapper {
    text-align: center;
    /* Center button when stacked */
  }
}

/* --- Color Variables --- */
:root {
  --dark-purple: #38006b;
  --light-purple: #5d3f94;
  --pink-accent: #ff69b4;
  --light-bg: #f5f5f5;
  --shadow-light: rgba(0, 0, 0, 0.08);
  --shadow-heavy: rgba(0, 0, 0, 0.1);
}

/* --- Section & Container Setup --- */
.school-features-section {
  padding: 80px 0;
  background-color: var(--light-bg);
  font-family: Arial, sans-serif;
}

.main-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
  text-align: center;
}

/* --- Header Styling --- */
.section-title-area {
  margin-bottom: 30px;
}

.section-main-heading {
  font-size: 2.5em;
  color: var(--dark-purple);
  font-weight: 700;
  margin-bottom: 10px;
}

/* --- Main Content Layout (Desktop 40% / 55%) --- */
.features-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* Allows stacking on mobile */
  gap: 40px;
  text-align: left;
}

/* --- Left Column: Image & CTA --- */
.info-image-column {
  flex: 0 0 40%;
  max-width: 40%;
}

.feature-image-frame {
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px var(--shadow-heavy);
}

.school-feature-image {
  width: 100%;
  height: auto;
  display: block;
}

.cta-button-area {
  margin-top: 30px;
  text-align: center;
}

.about-us-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--pink-accent);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
  box-shadow: 0 4px 10px var(--shadow-heavy);
}

.about-us-btn:hover {
  background-color: var(--dark-purple);
}

/* --- Right Column: Feature Cards --- */
.service-cards-column {
  flex: 0 0 55%;
  max-width: 55%;
}

/* --- Feature Cards Grid (Desktop 2x2) --- */
.services-grid-container {
  display: flex;
  flex-wrap: wrap;
  /* Allows stacking on mobile */
  gap: 20px;
  justify-content: space-between;
}

.service-card {
  /* Desktop: 50% minus half the gap (10px) */
  flex: 0 0 calc(50% - 10px);
  padding: 25px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 5px 15px var(--shadow-light);
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* Card Specific Styling */
.service-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.service-icon {
  font-size: 1.8em;
  margin-right: 15px;
}

/* Color and Border Styles */
.color-one {
  color: var(--light-purple);
}

.color-two {
  color: var(--pink-accent);
}

.card-style-one {
  border-left: 5px solid var(--light-purple);
}

.card-style-two {
  border-left: 5px solid var(--pink-accent);
}

.service-card-title {
  margin: 0;
  font-size: 1.2em;
  color: var(--dark-purple);
  font-weight: 600;
}

.service-card-text {
  font-size: 16px;
  color: #666;
  margin: 0;
}


/* ------------------------------------------- */
/* --- RESPONSIVE MOBILE VIEW (MAX-WIDTH: 768px) --- */
/* ------------------------------------------- */
@media (max-width: 768px) {
  .school-features-section {
    padding: 40px 0;
    /* Less padding on mobile */
  }

  /* 1. Main Columns (Image and Cards) Stack */
  .info-image-column,
  .service-cards-column {
    flex: 0 0 100%;
    /* Take full width */
    max-width: 100%;
  }

  /* Add spacing between the stacked columns on mobile */
  .service-cards-column {
    margin-top: 20px;
  }

  /* 2. Inner Feature Cards Stack (1x4 vertical) */
  .service-card {
    flex: 0 0 100%;
    /* Each card takes full width */
  }
}

/* =========== Modern React-Like Footer =========== */
.footer {
  background: linear-gradient(180deg, #2b1748 0%, #41246d 100%);
  color: #e6e6f0;
  font-family: "Poppins", sans-serif;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}

/* Top Intro + Contact Section */
.footer-intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: start;
}

.footer-intro h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  /* fixes yellow line alignment */
  padding-bottom: 6px;
}

.footer-intro h4::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background: #ffcb05;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.footer-intro p,
.footer-intro .contact-list li {
  color: #bdb4d0;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.footer-intro .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-intro .contact-list li i {
  margin-right: 8px;
  width: 20px;
  text-align: center;
}

.btn-tour {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background: #ffcb05;
  color: #2b1748;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-tour:hover {
  background: #fff;
  color: #2b1748;
  transform: translateY(-2px);
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-right: 10px;
  transition: all 0.3s ease;
  color: #fff;
}

.social-icons a:hover {
  background: #ffcb05;
  color: #2b1748;
  transform: translateY(-3px);
}

/* Footer Links */
.footer-top {
  display: grid;
  grid-template-columns: 0.8fr 2.5fr;
  padding-top: 40px;
  /* gap: 40px; */
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  /* gap: 50px; */
}

.link-col h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  /* fixes yellow line alignment */
  padding-bottom: 6px;
}

.link-col h4::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background: #ffcb05;
  left: 0;
  bottom: 0;
  /* fixes line under heading */
  border-radius: 2px;
}

.link-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-col ul li {
  margin-bottom: 10px;
}

.link-col ul a {
  color: #c7bde2;
  text-decoration: none;
  font-size: 14.5px;
  transition: all 0.3s ease;
}

.link-col ul a:hover {
  color: #ffcb05;
  transform: translateX(5px);
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding: 30px 0 15px;
  font-size: 13.5px;
  color: #bfb8d5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-bottom a {
  color: #ffcb05;
  text-decoration: none;
  font-weight: 500;
}

.footer-bottom a:hover {
  color: #fff;
}

.bottom-links {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.bottom-links a {
  color: #c7bde2;
  font-size: 14px;
}

.bottom-links a:hover {
  color: #ffcb05;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .footer-intro {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  /* Footer links: 2 columns side by side on mobile/tablet */
  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns side by side */
    gap: 20px;
  }

  .bottom-links {
    flex-direction: column;
    gap: 10px;
  }

  .footer-intro .contact-list li {
    text-align: left;
  }
}

.contact-list a {
  color: #bdb4d0;
}

.contact-list a:hover {
  color: #ffcb05;
}


/* ------------------------------------------------------ */
.school-features-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.section-main-heading {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #333;
}

.features-layout-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.cards-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  min-width: 250px;
}

.image-column {
  flex: 0 0 400px;
  text-align: center;
}

.feature-image-frame {
  overflow: hidden;
  border-radius: 15px;
}

.school-feature-image {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.school-feature-image:hover {
  transform: scale(1.05);
}

.service-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.service-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.school-features-section {
  padding: 60px 20px;
  background-color: #f6eefd;
}

.section-main-heading {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #333;
}

.features-layout-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.cards-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  min-width: 250px;
}

.image-column {
  flex: 0 0 400px;
  text-align: center;
}

.feature-image-frame {
  overflow: hidden;
  border-radius: 15px;
}

.school-feature-image {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.school-feature-image:hover {
  transform: scale(1.05);
}

.service-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.service-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.service-icon {
  font-size: 2rem;
}

.color-one {
  color: #f39c12;
}

.color-two {
  color: #3498db;
}

.service-card-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.service-card-text {
  font-size:
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .features-layout-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .cards-column {
    flex: 1 1 100%;
    gap: 20px;
  }

  .image-column {
    flex: 1 1 100%;
    margin: 0 15px;
    /* padding from edges */
    text-align: center;
  }

  .school-feature-image {
    width: 100%;
    height: auto;
    /* scale naturally */
    max-width: 100%;
    border-radius: 15px;
  }
}

.admission-section-modern {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.admission-card-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}

.card-top-accent {
  height: 8px;
  background: linear-gradient(90deg, #38006b, #f39c12);
  width: 100%;
}

.card-layout-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  padding: 40px;
}

.admission-image-col {
  flex: 1 1 45%;
  text-align: center;
}

.image-wrapper {
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.image-wrapper:hover {
  transform: scale(1.05);
}

.admission-image-visual {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.admission-text-col {
  flex: 1 1 50%;
}

.enquiry-text-content .main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.enquiry-text-content .sub-tagline {
  font-size: 1.25rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 25px;
}

.enquiry-text-content .lead-paragraph {
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.feature-checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.feature-checklist li {
  font-size: 1rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #555;
}

.feature-checklist li i {
  color: #38006b;
  margin-right: 10px;
  font-size: 1.1rem;
}

.enquiry-cta-button {
  display: inline-block;
  background: #38006b;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.enquiry-cta-button i {
  margin-left: 8px;
}

.enquiry-cta-button:hover {
  background: #f39c12;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 992px) {
  .card-layout-content {
    flex-direction: column;
    padding: 30px 20px;
  }

  .admission-image-col,
  .admission-text-col {
    flex: 1 1 100%;
  }

  .enquiry-text-content {
    text-align: center;
  }

  .feature-checklist li {
    justify-content: center;
  }
}

.whychoose-section {
  background-color: #f4f6f8;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.lead-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555;
}

/* Icon Cards */
.whychoose-icons {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 2;
}

.icon-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 18px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.icon-card i {
  font-size: 2rem;
  color: #3498db;
  transition: transform 0.3s ease;
}

.icon-card p {
  margin: 0;
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

.icon-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.icon-card:hover i {
  transform: scale(1.2);
}

/* Accent Circles */
.bg-accent-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  background: radial-gradient(circle at center, rgba(52, 152, 219, 0.2), transparent);
}

.top-circle {
  /* width: 200px; */
  height: 200px;
  top: -50px;
  right: -50px;
}

.bottom-circle {
  /* width: 150px; */
  height: 150px;
  bottom: -40px;
  right: -30px;
}

/* Responsive */
@media (max-width: 992px) {
  .row.align-items-center {
    flex-direction: column-reverse;
  }

  .whychoose-icons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
  }

  .icon-card {
    width: 130px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .bg-accent-circle {
    display: none;
  }

  .whychoose-text {
    text-align: center;
  }
}

.introduction-section {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.intro-title {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  /* margin-bottom: 25px; */
}

.intro-title span {
  color: #333333;
}

.intro-text-wrapper p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Badges */
.intro-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.badge-card {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: default;
}

.badge-card i {
  font-size: 1.5rem;
  color: #38006b;
}

.badge-card p {
  margin: 0;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

.badge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* Image */
.intro-image-wrapper {
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.intro-image-wrapper .intro-image {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.intro-image-wrapper:hover .intro-image {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .intro-layout {
    flex-direction: column-reverse;
    text-align: center;
  }

  .intro-badges {
    justify-content: center;
  }

  .intro-image-wrapper {
    margin-bottom: 30px;
  }
}

.admission-process {
  background-color: #f6eefd;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.process-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.process-subtext {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
}

/* Process Card Styling */
.process-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Icon Styling */
.process-card .icon {
  font-size: 2.2rem;
  color: #38006b;
  background: #be95e3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  transition: transform 0.3s ease, background 0.3s ease;
}

.process-card:hover .icon {
  transform: scale(1.2);
  background: #d6e9fb;
}

/* Step Titles */
.process-step-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}

/* Step Text */
.process-step-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .process-card {
    margin-bottom: 20px;
  }
}

.admission-section {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.admission-content-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.admission-content-card h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.admission-content-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.admission-form-card {
  background: #fff;
  padding: 70px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.admission-form-card .form-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.admission-form-card .form-header p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

.admission-form-card input,
.admission-form-card select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.admission-form-card input:focus,
.admission-form-card select:focus {
  border-color: #3498db;
  box-shadow: 0 0 10px rgba(52, 152, 219, 0.2);
}

.admission-form-card .form-btn button {
  background: #3498db;
  color: #fff;
  padding: 12px 25px;
  border-radius: 12px;
  font-size: 1rem;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.admission-form-card .form-btn button:hover {
  background: #217dbb;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 992px) {
  .admission-section .row {
    flex-direction: column;
  }

  .admission-content-card,
  .admission-form-card {
    margin-bottom: 30px;
  }
}

.whychoose-section {
  background: #f9f9f9;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.whychoose-inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.whychoose-text-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  min-width: 300px;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
}

.lead-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

/* Feature Box */
.feature-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  min-width: 250px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 10px;
  border-radius: 15px;
  background: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.icon-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
}

/* Icon Colors */
.bg-blue {
  background: #3498db;
}

.bg-orange {
  background: #f39c12;
}

.bg-green {
  background: #2ecc71;
}

.bg-purple {
  background: #9b59b6;
}

.feature-card p {
  margin: 0;
  /* font-weight: 600; */
  color: #333;
}

/* Responsive */
@media (max-width: 992px) {
  .whychoose-inner {
    flex-direction: column;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

.whychoose-modern-section {
  background: #f4efff;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.whychoose-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 60px;
}

.whychoose-text {
  animation: fadeInUp 0.8s ease;
}

.whychoose-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.whychoose-title span {
  color: #3498db;
}

.whychoose-description {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.learn-more-btn {
  background: #3498db;
  color: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.learn-more-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.learn-more-btn:hover {
  background: #4727b1;
}

.learn-more-btn:hover i {
  transform: translateX(5px);
}

/* Features Grid */
.whychoose-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.feature-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bg-blue {
  background: #3498db;
}

.bg-orange {
  background: #f39c12;
}

.bg-green {
  background: #27ae60;
}

.bg-purple {
  background: #9b59b6;
}

.feature-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.feature-card p {
  color: #666;
  font-size: 1.1em;
  line-height: 1.6;
}

/* âœ… Responsive Fix */
@media (max-width: 992px) {
  .whychoose-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .whychoose-features {
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    margin: 40px auto 0;
  }
}

@media (max-width: 600px) {
  .whychoose-features {
    grid-template-columns: 1fr;
    /* âœ… Stack boxes vertically */
    gap: 20px;
  }

  .feature-card {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .whychoose-title {
    font-size: 2rem;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.news-events-section {
  background-color: #f8f8f8;
  padding: 50px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 50px;
  position: relative;
}

.section-title::after {
  /* content: ""; */
  display: block;
  width: 80px;
  height: 4px;
  background: #6c4ed2;
  margin: 10px auto 0;
  border-radius: 4px;
}

.news-gallery {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  max-width: 500px;
  flex: 1 1 45%;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* âœ… Responsive */
@media (max-width: 768px) {
  .gallery-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.client-testimonials {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.testimonials-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.testimonial-slider-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  /* increased width for larger cards */
  margin: auto;
}

.testimonial-track-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-item {
  flex: 0 0 48%;
  /* Show 2 cards at a time with space */
  box-sizing: border-box;
  background: #fff;
  padding: 30px 25px;
  /* slightly more padding for bigger text */
  margin: 0 10px;
  border-radius: 12px;
  /* box-shadow: 0 6px 20px rgba(0,0,0,0.1); */
}

.testimonial-text-item {
  font-size: 1.1rem;
  /* font-style: italic; */
  margin-bottom: 20px;
  color: #555;
  line-height: 1.6;
}

.client-details {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.client-fullname {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.client-role {
  margin: 0;
  font-size: 0.875rem;
  color: #888;
}

.testimonial-controls {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.testimonial-btn {
  background: #333;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background 0.3s;
}

.testimonial-btn:hover {
  background: #555;
}

/* Responsive */
@media(max-width:1024px) {
  .testimonial-item {
    flex: 0 0 48%;
    /* 2 cards on tablets */
  }
}

@media(max-width:768px) {
  .testimonial-item {
    flex: 0 0 100%;
    /* 1 card on mobile */
    margin: 0 5px;
  }
}

@media(max-width:480px) {
  .testimonial-text-item {
    font-size: 1rem;
  }

  .client-photo {
    width: 50px;
    height: 50px;
  }
}

.client-testimonials {
  padding: 60px 20px;
  background: #f4efff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.testimonials-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.testimonial-slider-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  /* increased width for larger cards */
  margin: auto;
}

.testimonial-track-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-item {
  flex: 0 0 48%;
  /* Show 2 cards at a time with space */
  box-sizing: border-box;
  background: #fff;
  padding: 30px 25px;
  /* slightly more padding for bigger text */
  margin: 0 10px;
  border-radius: 12px;
  /* box-shadow: 0 6px 20px rgba(0,0,0,0.1); */
}

.testimonial-text-item {
  font-size: 1.1rem;
  /* font-style: italic; */
  margin-bottom: 20px;
  color: #555;
  line-height: 1.6;
}

.client-details {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.client-fullname {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.client-role {
  margin: 0;
  font-size: 0.875rem;
  color: #888;
}

.testimonial-controls {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.testimonial-btn {
  background: #41246d;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background 0.3s;
}

.testimonial-btn:hover {
  background: #ffc107;
  color: black;
}

/* Responsive */
@media(max-width:1024px) {
  .testimonial-item {
    flex: 0 0 48%;
    /* 2 cards on tablets */
  }
}

@media(max-width:768px) {
  .testimonial-item {
    flex: 0 0 100%;
    /* 1 card on mobile */
    margin: 0 5px;
  }
}

@media(max-width:480px) {
  .testimonial-text-item {
    font-size: 1rem;
  }

  .client-photo {
    width: 50px;
    height: 50px;
  }
}

/* CTA Section */
.cta-section {
  background: #41246d;
  /* Updated background color */
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.cta-container {
  max-width: 1000px;
  margin: auto;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  color: #ffc107;
}

.cta-text {
  font-size: 1.2rem;
  max-width: 700px;
}

.cta-btn {
  display: inline-block;
  background: #3498db;
  /* Updated button color */
  color: #fff;
  padding: 15px 35px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.cta-btn:hover {
  background: #2980b9;
  /* Slightly darker hover effect */
  color: #fff;
}

/* Responsive */
@media(max-width:768px) {
  .cta-title {
    font-size: 2rem;
  }

  .cta-text {
    font-size: 1rem;
  }

  .cta-btn {
    padding: 12px 25px;
  }
}

@media(max-width:480px) {
  .cta-title {
    font-size: 1.5rem;
  }

  .cta-text {
    font-size: 0.95rem;
  }

  .cta-btn {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}

.feature-section-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #38006b;
  /* âœ… Updated heading color */
  position: relative;
  display: inline-block;
  margin: 0px auto 0px;
  padding-bottom: 10px;
}

.feature-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  /* underline color */
  border-radius: 2px;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-section-title {
    font-size: 1.8rem;
  }

  .feature-section-title::after {
    width: 60px;
    height: 3px;
  }
}

@media (max-width: 480px) {
  .feature-section-title {
    font-size: 1.5rem;
  }

  .feature-section-title::after {
    width: 50px;
  }
}

/* ---------- Section Container ---------- */
.admission-policy-section {
  padding: 70px 20px;
  background: #ffffff;
}

.policy-container {
  max-width: 1200px;
  margin: 0 auto;
}

.policy-header {
  text-align: center;
  /* margin-bottom: 50px; */
}

/* ---------- Sub Headings ---------- */
.policy-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #38006b;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.policy-subtitle::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #ffc107;
  border-radius: 2px;
}

.policy-subheading {
  color: #f24080;
  font-weight: 600;
  margin-bottom: 15px;
}

/* ---------- Row Layout ---------- */
.policy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 25px rgba(56, 0, 107, 0.1);
}

.policy-content {
  flex: 1 1 55%;
}

.policy-image {
  flex: 1 1 40%;
  text-align: center;
}

.policy-img {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.policy-img:hover {
  transform: scale(1.03);
}

/* ---------- Table ---------- */
.policy-table {
  width: 100%;
  border-collapse: collapse;
  background: #fefefe;
  /* border-radius: 12px; */
  overflow: hidden;
  margin-bottom: 15px;
}

.policy-table th {
  background-color: #41246d;
  color: #fff;
  text-align: left;
  padding: 12px;
  font-weight: 500;
}

.policy-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  border: 1px solid black;
}

.policy-table tr:last-child td {
  border-bottom: 1px solid black;
}

.policy-note {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  color: #333;
}

/* ---------- Secondary Section ---------- */
.policy-secondary {
  margin-top: 60px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 25px rgba(56, 0, 107, 0.1);
}

.policy-list {
  list-style: none;
  margin-top: 15px;
  padding-left: 0;
}

.policy-list li {
  margin-bottom: 12px;
  line-height: 1.7;
  position: relative;
  padding-left: 25px;
  color: black;
}

.policy-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #41246d;
  font-weight: bold;
  font-size: 1rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .policy-row {
    flex-direction: column;
    padding: 30px;
    text-align: center;
  }

  .policy-content,
  .policy-image {
    flex: 1 1 100%;
  }

  .policy-subtitle::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
  }
}

@media (max-width: 576px) {
  .admission-policy-section {
    padding: 50px 15px;
  }

  .policy-table th,
  .policy-table td {
    font-size: 14px;
    padding: 10px;
  }

  .policy-row,
  .policy-secondary {
    padding: 25px;
  }
}

/* === Base Section === */

.admission-section {
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  padding: 80px 20px;
}

.admission-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* === Heading === */
.admission-main-heading {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  color: #38006b;
  position: relative;
  margin-bottom: 50px;
}

.admission-main-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 100px;
  height: 4px;
  background-color: #f24080;
  border-radius: 2px;
}

/* === Layout === */
.admission-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.admission-info {
  flex: 1 1 55%;
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.admission-form-card {
  flex: 1 1 40%;
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
}

/* === Left Content === */
.admission-title {
  font-size: 1.6rem;
  color: #f24080;
  font-weight: 600;
  margin-bottom: 20px;
}

.admission-info p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.7;
}

.admission-steps {
  list-style: none;
  margin-top: 15px;
  padding-left: 0;
}

.admission-steps li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f3f3f3;
  color: #333;
  line-height: 1.6;
  font-size: 15px;
}

.admission-steps li i {
  color: #41246d;
  font-size: 16px;
  margin-top: 3px;
}

/* === Form === */
.admission-form-card h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background: #41246d;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.admission-form-card form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.admission-form-card input,
.admission-form-card select {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}

.admission-form-card input:focus,
.admission-form-card select:focus {
  border-color: #f24080;
  box-shadow: 0 0 6px rgba(242, 64, 128, 0.3);
}

/* === Captcha Placeholder === */
.captcha-placeholder {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px;
  color: #666;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

/* === Submit Button === */
.btn-submit {
  background: #41246d;
  color: #fff;
  padding: 12px 0;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #ffc107;
  transform: translateY(-2px);
  color: black;
}

/* === Responsive === */
@media (max-width: 992px) {
  .admission-grid {
    flex-direction: column;
  }

  .admission-info,
  .admission-form-card {
    flex: 1 1 100%;
  }
}

/* === Infrastructure Section === */
.infra-section {
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  padding: 80px 20px;
}

.infra-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* === Heading === */
.infra-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #38006b;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.infra-heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #f24080;
  border-radius: 2px;
}

/* === Grid Layout === */
.infra-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

/* === Cards === */
.infra-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.infra-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* === Icon === */
.infra-icon {
  background: #38006b;
  color: #fff;
  font-size: 28px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 5px 15px rgba(242, 64, 128, 0.3);
}

.infra-card h3 {
  font-size: 1.2rem;
  color: #41246d;
  margin-bottom: 10px;
  font-weight: 600;
}

.infra-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* === Responsive === */
@media (max-width: 768px) {
  .infra-heading {
    font-size: 1.8rem;
  }

  .infra-card {
    padding: 25px 15px;
  }
}

/* -------------------------------------------------------------------------- */

/* Full-width Attractive Admission Strip */
.admission-strip {
  background: #41246d;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  /* border-radius: 50px; */
  width: 100%;
  max-width: 100%;
  margin: auto;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.admission-strip .call-now {
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  animation: pulse 1.5s infinite;
}

.admission-strip .call-now i {
  margin-right: 5px;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .admission-strip {
    font-size: 16px;
    padding: 12px 15px;
  }
}

.admission-section {
  font-family: "Poppins", sans-serif;
  background: #e5e3e3;
  padding: 60px 20px;

}

.admission-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.admission-left {
  flex: 1 1 45%;
}

.admission-right {
  flex: 1 1 45%;
}

.btn-admission {
  background: #41246d;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-admission:hover {
  background: #785ba3;
  transform: translateY(-2px);
  color: white;
}

.admission-left h2 a {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.highlights a {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
}

.admission-right h4 a {
  font-weight: 500;
  color: #4b2d7f;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.admission-right p a {
  color: #444;
  line-height: 1.7;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}

.admission-section a:hover {
  color: #f5f5f5;
}

/* Responsive */
@media (max-width: 768px) {
  .admission-section .container {
    flex-direction: column;
  }

  .admission-left,
  .admission-right {
    flex: 1 1 100%;
  }

  .admission-left h2 a {
    font-size: 26px;
  }
}

.program-section {
  padding: 60px 20px;
  background: #f6eefd;
  font-family: 'Inter', sans-serif;
}


.program-section .container {
  max-width: 1100px;
  margin: auto;
}


.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #071033;
}


.program-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}


.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(16, 24, 40, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}


.card:hover {
  transform: translateY(-6px);
}


.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}


.card-content {
  padding: 10px;
}


.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}


.card-title.pre {
  color: #ffc107;
  background: #41246d;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.card-title.primary {
  color: #ffc107;
  background: #41246d;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.card-title.secondary {
  color: #ffc107;
  background: #41246d;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}


.card-text {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}


.hero-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url('assets/img/hero-banner.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  color: #fff;
}

.hero-overlay {
  /*background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));*/
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0 8%;
}

.hero-content {
  max-width: 700px;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #000;
}

.subtext {
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 35px;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-block;
  padding: 14px 35px;
  border-radius: 35px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
}

.hero-btn.primary {
  background: #41246d;
  color: #fff;
}

.hero-btn.secondary {
  background: transparent;
  border: 2px solid #3e0568;
  color: #3e0568;
}

.hero-btn.primary:hover {
  background: #a357db;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.hero-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-overlay {
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .subtext {
    font-size: 16px;
  }

  .hero-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* === Compact CTA Styles === */


.cta-section {
  background: #f4efff;
  padding: 40px 15px;
  display: flex;
  justify-content: center;
}

.cta-container {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.cta-title {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  color: #41246d;
}

.cta-form {
  display: grid;
  gap: 12px;
}

.cta-form input,
.cta-form select,
.cta-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
  transition: all 0.2s ease;
}

.cta-form input:focus,
.cta-form select:focus,
.cta-form textarea:focus {
  border-color: #41246d;
  box-shadow: 0 0 5px rgba(65, 36, 109, 0.2);
}

.cta-button {
  background: #41246d;
  color: #fff;
  padding: 12px;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.cta-button:hover {
  background: #c79500;
}

@media (max-width: 480px) {
  .cta-container {
    padding: 20px 15px;
  }

  .cta-title {
    font-size: 20px;
  }
}

/* ===== Enhanced School Gallery Section ===== */


/* ===== Latest News & Events (React-like clean UI) ===== */
.school-latest-news {
  padding: 80px 20px;
  background: #ffffff;
  display: flex;
  justify-content: center;
}

.school-latest-container {
  width: 100%;
  max-width: 1200px;
  text-align: center;
}

.school-latest-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1f1f3d;
  margin-bottom: 50px;
  position: relative;
}

.school-latest-title::after {
  content: "";
  width: 90px;
  height: 3px;
  background: #4a4aa8;
  border-radius: 3px;
  display: block;
  margin: 12px auto 0;
}

.school-latest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px;
}

.school-latest-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  cursor: pointer;
}

.school-latest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.school-latest-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.school-latest-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.school-latest-card:hover img {
  transform: scale(1.08);
}

.school-latest-content {
  padding: 22px;
  text-align: left;
}

.school-latest-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c2c54;
  margin-bottom: 8px;
}

.school-latest-content p {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}

/* View All Button */
.school-latest-btn-wrap {
  margin-top: 50px;
}

.school-latest-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #38006b;
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.school-latest-btn:hover {
  transform: translateY(-2px);
  background: #ffc107;
  color: white;
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .school-latest-title {
    font-size: 2.3rem;
  }
}

@media (max-width: 600px) {
  .school-latest-title {
    font-size: 2rem;
  }

  .school-latest-btn {
    font-size: 0.95rem;
    padding: 10px 22px;
  }
}

/* ===== Principal's Message Section ===== */
.school-principal-section {
  padding: 80px 20px;
  background: #f4efff;
  display: flex;
  justify-content: center;
}

.school-principal-container {
  max-width: 1100px;
  width: 100%;
  text-align: center;
}

.school-principal-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f1f3d;
  margin-bottom: 60px;
  position: relative;
}

.school-principal-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #4a4aa8;
  margin: 12px auto 0;
  border-radius: 2px;
}

.school-principal-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.school-principal-img {
  position: relative;
  flex: 1 1 40%;
  max-width: 450px;
}

.school-principal-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.school-principal-img:hover img {
  transform: scale(1.03);
}

.school-principal-quote {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(74, 74, 168, 0.6);
  padding: 10px 15px;
  border-radius: 12px;
}

.school-principal-text {
  flex: 1 1 55%;
  text-align: left;
}

.school-principal-text p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}

.school-principal-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c2c54;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .school-principal-content {
    flex-direction: column;
    text-align: center;
  }

  .school-principal-img {
    max-width: 350px;
  }

  .school-principal-text {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .school-principal-title {
    font-size: 2rem;
  }

  .school-principal-text p {
    font-size: 0.95rem;
  }
}

/* ===== Student Life Section ===== */
.school-studentlife-section {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
}

.school-studentlife-container {
  max-width: 1200px;
  margin: 0 auto;
}

.school-studentlife-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c2c54;
  margin-bottom: 10px;
}

.school-studentlife-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1f1f3d;
  margin-bottom: 10px;
}

.school-studentlife-subtext {
  font-size: 1rem;
  color: #555;
  margin-bottom: 50px;
}

/* Grid Layout */
.school-studentlife-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px;
}

/* Card Styles */
.school-studentlife-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.school-studentlife-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.school-studentlife-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.school-studentlife-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.school-studentlife-card:hover img {
  transform: scale(1.05);
}

.school-studentlife-content {
  padding: 20px;
  text-align: left;
}

.school-studentlife-content h4 {
  font-size: 1.3rem;
  color: #2c2c54;
  margin-bottom: 8px;
}

.school-studentlife-content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .school-studentlife-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .school-studentlife-title {
    font-size: 1.9rem;
  }
}



.faq-themed {
  padding: 80px 20px;
  background: #ffffff;
  /* soft background to make cards pop */
}

.faq-title {
  text-align: center;
  font-size: 2.5rem;
  color: #41246c;
  /* primary theme color */
  margin-bottom: 50px;
  font-weight: 600;
}

.faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 8px 8px 20px rgba(65, 36, 108, 0.2), -8px -8px 20px rgba(65, 36, 108, 0.05);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.faq-card:hover {
  transform: translateY(-5px);
  box-shadow: 12px 12px 25px rgba(65, 36, 108, 0.3), -12px -12px 25px rgba(65, 36, 108, 0.1);
}

.faq-q {
  width: 100%;
  background: #ffffff;
  border: none;
  outline: none;
  padding: 25px 30px;
  font-size: 1.15rem;
  color: #41246c;
  /* theme color */
  font-weight: 500;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.faq-q::after {
  content: '+';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #41246c;
  /* theme color */
  transition: transform 0.3s;
}

.faq-card.active .faq-q::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 30px;
  background: #fdfaff;
  /* soft variant of white */
}

.faq-a p {
  margin: 20px 0;
  color: #41246c;
  /* theme color for text */
  line-height: 1.6;
}

@media (max-width:768px) {
  .faq-q {
    font-size: 1rem;
    padding: 20px 25px;
  }

  .faq-a p {
    font-size: 0.95rem;
  }
}

.sevcta-strip {
  background: #41246c;
  /* theme color */
  color: #fff;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sevcta-container {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* center text and buttons */
  gap: 25px;
}

.sevcta-text h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: wheat;
}

.sevcta-text p {
  font-size: 1.1rem;
  margin: 0;
  color: #e0d9f0;
}

.sevcta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  /* center buttons on mobile and desktop */
  margin-top: 10px;
}

.sevcta-btn {
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}

.sevcta-apply {
  background: #fff;
  color: #41246c;
  border: 2px solid #fff;
}

.sevcta-apply:hover {
  background: transparent;
  color: #fff;
}

.sevcta-visit {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.sevcta-visit:hover {
  background: #fff;
  color: #41246c;
}

/* Mobile Fix */
@media (max-width:768px) {
  .sevcta-text h2 {
    font-size: 1.8rem;
  }

  .sevcta-text p {
    font-size: 1rem;
  }

  .sevcta-buttons {
    flex-direction: column;
    /* stack buttons */
    gap: 15px;
    width: 100%;
    align-items: center;
  }

  .sevcta-btn {
    width: 80%;
    text-align: center;
  }
}

/* ----------------------------------------------- */
.make-center {
  text-align: justify;
}

:root {
  --theme-color: #503578;
}

.features-enquiry {
  padding: 60px 20px;
  background: #f9f9f9;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--theme-color);
}

.content-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.features-list .feature-item {
  display: flex;
  gap: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-list .feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.features-list .icon {
  font-size: 1.6rem;
  color: var(--theme-color);
  flex-shrink: 0;
}

.features-list h3 {
  margin: 0;
  font-size: 1.05rem;
  color: var(--theme-color);
}

.features-list p {
  margin: 5px 0 0;
  color: #555;
  font-size: 0.95rem;
}

.enquiry-form {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.enquiry-form h3 {
  margin-bottom: 15px;
  color: var(--theme-color);
  font-size: 1.2rem;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: border 0.2s ease;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 3px rgba(80, 53, 120, 0.1);
}

.enquiry-form button {
  background: var(--theme-color);
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.enquiry-form button:hover {
  background: #3f2c60;
}

@media (max-width: 900px) {
  .content-wrapper {
    grid-template-columns: 1fr;
  }
}

/* 1. Refined Variables */
:root {
  /* Two related tones for a subtle gradient effect */
  --primary-light: #7b1fa2;
  /* Slightly brighter purple */
  --primary-dark: #4a148c;
  /* Deeper purple for the gradient end */
  --off-white: #f5f5f5;
  --shadow-subtle: rgba(0, 0, 0, 0.15);
}

/* Main section background */
.school-enroll-section-light {
  padding: 80px 20px;
  /* Increased padding for more space */
  background-color: #ffffff;
}

/* Heading Styling */
.section-title-area {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
  /* Increased space below heading */
}

.section-title-area .feature-section-title {
  color: var(--primary-dark);
  /* Use the darker primary tone for contrast */
  text-align: center;
  font-size: 2em;
  /* Make the main heading more prominent */
  font-weight: 800;
  letter-spacing: -0.5px;
}

/* 2. Full-Width Banner Container with Gradient */
.school-enroll-banner-full {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  /* Made slightly wider */
  margin: 20px auto 0;
  padding: 60px 30px;
  /* Increased internal padding for vertical space */

  /* Modern Gradient Background */
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-dark) 100%);

  border-radius: 16px;
  /* Slightly larger border-radius */
  box-shadow: 0 12px 30px var(--shadow-subtle);
  /* Deeper, softer shadow */
  text-align: center;
}

/* 3. Grade Range Text */
.school-enroll-banner-full__grade-range {
  font-size: 3.5rem;
  /* Large, impactful text */
  font-weight: 900;
  /* Extra bold */
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  /* Subtle text shadow for pop */
  margin-bottom: 30px;
  line-height: 1.1;
}

/* 4. Enrollment Button - High Contrast & Advanced Hover */
.school-enroll-banner-full__btn {
  display: inline-block;
  padding: 16px 50px;
  /* Larger button */
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  /* Use a box shadow for the hover lift effect */
  transition: all 0.3s ease;
  border: none;
  /* Removed white border for cleaner look */
  cursor: pointer;
}

.school-enroll-banner-full__btn--primary {
  background-color: white;
  color: var(--primary-dark);
}

.school-enroll-banner-full__btn--primary:hover {
  background-color: #f0f0f0;
  transform: translateY(-4px);
  /* More pronounced lift */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  /* Shadow makes it look lifted */
}

/* 5. Responsiveness */
@media (max-width: 768px) {
  .school-enroll-banner-full {
    padding: 40px 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-title-area .feature-section-title {
    font-size: 1.5em;
  }

  .school-enroll-banner-full__grade-range {
    font-size: 2.5rem;
  }

  .school-enroll-banner-full__btn {
    padding: 14px 40px;
    font-size: 1.1rem;
  }
}

/* -------------------------------------------------------------------------------------------------- */

/* --- Container & Heading --- */
.school-features-section {
  padding: 60px 20px;
  background: #f6eefd;
  font-family: 'Arial', sans-serif;
}

.section-title-area {
  text-align: center;
  margin-bottom: 40px;
}

/* --- Features Row --- */
.features-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
  /* single line */
}

/* --- Feature Cards --- */
.feature-card {
  background: #fff;
  flex: 1;
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-card i {
  font-size: 36px;
  /* margin-bottom: 15px; */
  display: inline-block;
}

.feature-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/* --- Card Colors --- */
.color-one i {
  color: #4a148c;
}

.color-two i {
  color: #f5b700;
}

.color-three i {
  color: #4a148c;
}

.color-four i {
  color: #f5b700;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .features-row {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .features-row {
    flex-wrap: wrap;
  }

  .feature-card {
    flex: 1 1 45%;
    /* two cards per row on mobile */
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .feature-card {
    flex: 1 1 100%;
    /* one card per row on small screens */
  }
}

/* ---------------------------------------------------------- */

/* --- Section Container --- */
.about-school-section {
  padding: 70px 20px;
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

.main-content-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Headings --- */
.section-title-area {
  text-align: center;
  margin-bottom: 10px;
}

.school-main-heading {
  color: #503578;
  font-size: 20px;
  /* font-weight: 600; */
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.feature-section-title {
  font-size: 28px;
  color: #222;
  font-weight: 700;
}

/* --- Layout --- */
.about-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* --- Left Content --- */
.about-text {
  flex: 1 1 55%;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.about-text p {
  margin-bottom: 18px;
}

/* --- Button --- */
.apply-btn {
  display: inline-block;
  margin-top: 10px;
  background: #503578;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background: #ffc107;
  box-shadow: 0 4px 15px rgba(80, 53, 120, 0.4);
  transform: translateY(-3px);
  color: black;
}

/* --- Right Image --- */
.about-image {
  flex: 1 1 40%;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .about-content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .about-text {
    flex: 1 1 100%;
  }

  .about-image {
    flex: 1 1 100%;
  }

  .about-image img {
    max-width: 90%;
  }

  .apply-btn {
    margin-top: 20px;
  }
}

/* --------------------------------------------------- */

/* ===== Variables ===== */
:root {
  --brand: #503578;
  --accent: #f5b700;
  --muted: #6b6b6b;
  --bg: #f9f9fb;
  --card: #ffffff;
  --radius: 14px;
  --container: 1200px;
}

/* ===== Section Base ===== */
.sess-admissions {
  background: #f9f9f9;
  padding: 56px 20px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #222;
}

.sess-container {
  max-width: var(--container);
  margin: 0 auto;
}

/* ===== Header (centered) ===== */
.sess-header {
  text-align: center;
  margin-bottom: 28px;
}

.sess-title {
  font-size: 32px;
  color: var(--brand);
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.2px;
  position: relative;
  display: inline-block;
}

/* thin accent underline centered below heading */
.sess-title::after {
  content: "";
  display: block;
  height: 4px;
  width: 80px;
  background: linear-gradient(90deg, var(--accent), rgba(80, 53, 120, 0.7));
  border-radius: 2px;
  margin: 8px auto 0;
}

.sess-sublevel {
  margin: 10px 0 14px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.sess-cta {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(80, 53, 120, 0.12);
  transition: transform .18s ease, box-shadow .18s ease;
}

.sess-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(80, 53, 120, 0.14);
}

/* ===== Grid layout ===== */
.sess-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: start;
  margin-top: 26px;
}

/* Left column */
.sess-left {
  background: linear-gradient(180deg, rgba(80, 53, 120, 0.03), rgba(80, 53, 120, 0.01));
  border-radius: var(--radius);
  padding: 50px 50px;
  border: 1px solid rgba(80, 53, 120, 0.06);
  box-shadow: 0 10px 30px rgba(15, 15, 15, 0.03);
}

.sess-left-brand {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.sess-left-copy {
  margin: 0 0 18px;
  color: #333;
  line-height: 1.7;
  font-size: 15px;
}

.sess-left-actions {
  margin-top: 6px;
}

.sess-apply {
  display: inline-block;
  background: transparent;
  color: var(--brand);
  padding: 10px 18px;
  border-radius: 10px;
  border: 2px solid var(--brand);
  text-decoration: none;
  font-weight: 700;
  transition: all .18s ease;
}

.sess-apply:hover {
  background: var(--brand);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(80, 53, 120, 0.12);
}

/* Right column (feature cards stack) */
.sess-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sess-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--card);
  border-radius: 12px;
  padding: 14px;
  border: 1px solid rgba(80, 53, 120, 0.06);
  box-shadow: 0 8px 20px rgba(15, 15, 15, 0.03);
  transition: transform .18s ease, box-shadow .18s ease;
}

.sess-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 15, 15, 0.06);
}

.sess-fig {
  min-width: 52px;
  min-height: 52px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(80, 53, 120, 0.06), rgba(80, 53, 120, 0.03));
  border: 1px solid rgba(80, 53, 120, 0.05);
  color: var(--brand);
}

.sess-icon {
  width: 28px;
  height: 28px;
  display: block;
  stroke: var(--brand);
  stroke-width: 1.4;
  fill: none;
}

.sess-feature-body h4 {
  margin: 0 0 6px;
  font-size: 15px;
  color: #222;
  font-weight: 700;
}

.sess-feature-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 16px;
}

/* ===== Responsive: Tablet / small desktop ===== */
@media (max-width:1100px) {
  .sess-grid {
    grid-template-columns: 1fr 360px;
    gap: 22px;
  }

  .sess-cta {
    padding: 10px 20px;
  }
}

/* Tablet: make right features grid 2-column for better layout */
@media (max-width:900px) {
  .sess-grid {
    grid-template-columns: 1fr;
  }

  .sess-header {
    margin-bottom: 18px;
  }

  .sess-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .sess-feature {
    width: calc(50% - 8px);
    padding: 12px;
  }

  .sess-left {
    order: 2;
  }

  .sess-right {
    order: 1;
  }

  .sess-title {
    font-size: 28px;
  }
}

/* Mobile: stack, bigger text, comfortable spacing */
@media (max-width:480px) {
  .sess-admissions {
    padding: 36px 14px;
  }

  .sess-title {
    font-size: 22px;
  }

  .sess-sublevel {
    font-size: 14px;
  }

  .sess-cta {
    display: block;
    margin: 10px auto 0;
    padding: 12px 20px;
  }

  .sess-left {
    padding: 18px;
  }

  .sess-left-copy {
    font-size: 15px;
  }

  .sess-feature {
    width: 100%;
  }

  .sess-fig {
    min-width: 46px;
    min-height: 46px;
  }

  .sess-feature-body h4 {
    font-size: 15px;
  }

  .sess-feature-body p {
    font-size: 13px;
  }
}

/* small visual nicety to prevent style bleed if used inside other CSS */
.sess-admissions * {
  box-sizing: border-box;
}

/* ----------------------------------------------- */


/* SECTION STYLING */
.why-choose-us {
  background: #f4efff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* SECTION HEADER */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 2.8rem;
  color: #503578;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1.3rem;
  color: #7d6ba3;
  font-weight: 500;
  margin-bottom: 20px;
}

.section-content {
  font-size: 1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  text-align: justify;
}

/* CARDS WRAPPER */
.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

/* FEATURE CARD */
.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px 30px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ICON CIRCLE */
.icon-circle {
  background: linear-gradient(135deg, #503578, #7d6ba3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.feature-card:hover .icon-circle {
  transform: scale(1.1);
}

/* CARD HEADINGS */
.feature-card h3 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 12px;
  font-weight: 600;
}

.feature-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-title {
    font-size: 2.2rem;
  }

  .section-subtitle {
    font-size: 1.1rem;
  }

  .feature-card {
    padding: 30px 15px 25px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

/* -------------------------------------------------- */

:root {
  font-size: 16px;
}

.school-ranking-section {
  background-color: #f4efff;
  color: #333;
  padding: 60px 20px;
  text-align: center;
}

.ranking-title {
  font-size: 2rem;
  font-weight: 700;
  color: #503578;
  position: relative;
  display: inline-block;
}

.ranking-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #f4c542;
  margin: 10px auto 0;
  border-radius: 3px;
}

.ranking-description {
  max-width: 800px;
  margin: 20px auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

.ranking-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.ranking-img img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ranking-img img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.modal-content {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
  object-fit: contain;
  animation: zoomIn 0.3s ease;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10000;
}

.close:hover {
  color: #f4c542;
}

/* Animation */
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .ranking-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ranking-gallery {
    grid-template-columns: 1fr;
  }
}

/* ----------------------------------------------- */
:root {
  font-size: 16px;
}

.global-nari-samman {
  background-color: #f9f9f9;
  padding: 60px 20px;
  color: #333;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #503578;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #f4c542;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* Layout */
.nari-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.nari-text {
  flex: 1 1 55%;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

.nari-text strong {
  color: #503578;
}

.nari-image {
  flex: 1 1 40%;
  text-align: center;
}

.nari-image img {
  width: 70%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nari-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* Responsive Design */
@media (max-width: 992px) {
  .nari-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .nari-text {
    text-align: left;
  }

  .nari-image img {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* ----------------------------------------- */

.student-life-section {
  background: #f4efff;
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  color: #503578;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}

.section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #f4c542;
  margin: 8px auto 0;
  border-radius: 3px;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #503578;
  font-weight: 600;
  margin-bottom: 4px;
}

.section-info {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Cards */
.student-life-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 cards in single row */
  gap: 25px;
  margin-bottom: 30px;
}

.life-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.life-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.life-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.life-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 20px 20px;
}

.life-card h3 {
  font-size: 1.1rem;
  color: #503578;
  font-weight: 600;
  margin-bottom: 10px;
}

.life-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Button below cards */
.view-all-btn {
  background: #503578;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.view-all-btn:hover {
  background: #ffc107;
  color: black;
  box-shadow: 0 4px 15px rgba(80, 53, 120, 0.3);
}

/* Stylish Grid */
.student-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 200px;
  gap: 15px;
  margin-top: 50px;
}

.student-photo-grid .grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.student-photo-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.student-photo-grid .grid-item:hover img {
  transform: scale(1.05);
}

.grid-item.big {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-item.wide {
  grid-column: span 2;
}

.grid-item.tall {
  grid-row: span 2;
}

/* Responsive */
@media (max-width: 1024px) {
  .student-life-cards {
    grid-template-columns: repeat(2, 1fr);
    /* 2 per row on tablet */
  }
}

@media (max-width: 768px) {
  .student-life-cards {
    grid-template-columns: 1fr;
    /* 1 per row on mobile */
  }

  .student-photo-grid .grid-item.big,
  .student-photo-grid .grid-item.wide,
  .student-photo-grid .grid-item.tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* ---------------------------------------------------- */

.aims-section {
  background: #f6eefd;
  padding: 80px 20px;
}

/* Centered Heading */
.aims-header {
  text-align: center;
  margin-bottom: 50px;
}

.aims-header .section-title {
  color: #503578;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.aims-header .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #f4c542;
  margin: 8px auto 0;
  border-radius: 3px;
}

.aims-header .section-subtext {
  font-size: 1.1rem;
  color: #555;
  margin-top: 10px;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Layout */
.aims-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.aims-left {
  flex: 1 1 45%;
}

.aims-left img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.aims-right {
  flex: 1 1 50%;
}

.endeavor-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #503578;
  margin-bottom: 15px;
  position: relative;
}

.endeavor-title::before {
  content: "★";
  color: #f4c542;
  margin-right: 8px;
  font-size: 1rem;
}

.aims-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aims-list li {
  font-size: 1rem;
  color: #444;
  margin-bottom: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 28px;
}

.aims-list li::before {
  content: "✔";
  color: #f4c542;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .aims-container {
    flex-direction: column;
    text-align: center;
  }

  .aims-right {
    text-align: left;
  }
}

/* ------------------------------------ */
.vision-mission-section {
  background: #f9f9f9;
  padding: 5px 20px;
}

/* Centered main heading */
.vm-header {
  text-align: center;
  margin-bottom: 60px;
}

.vm-header .section-title {
  color: #503578;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.vm-header .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #f4c542;
  margin: 8px auto 0;
  border-radius: 3px;
}

/* Layouts */
.vm-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.vm-content {
  flex: 1 1 50%;
}

.vm-image {
  flex: 1 1 45%;
}

.vm-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.vm-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #503578;
  margin-bottom: 15px;
  position: relative;
}

.vm-content h3::before {
  content: "★";
  color: #f4c542;
  margin-right: 8px;
  font-size: 1rem;
}

.vm-content p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  text-align: justify;
}

/* Alternate layout for Mission section */
.vm-container.reverse {
  flex-direction: row-reverse;
}

/* Responsive */
@media (max-width: 992px) {

  .vm-container,
  .vm-container.reverse {
    flex-direction: column;
    text-align: center;
  }

  .vm-content h3::before {
    display: none;
  }

  .vm-content p {
    text-align: left;
  }
}

/* ---------------------------------------------- */


/* Faculty Section */
.faculty-section {
  background: #f6eefd;
  padding: 80px 20px;
}

/* Heading */
.faculty-header {
  text-align: center;
  margin-bottom: 50px;
}

.faculty-header .section-title {
  color: #503578;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.faculty-header .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #f4c542;
  margin: 8px auto 0;
  border-radius: 3px;
}

/* Content */
.faculty-content {
  max-width: 1000px;
  margin: 0 auto;
}

.faculty-content p {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  text-align: justify;
  background: #fff;
  padding: 30px 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Responsive */
@media (max-width: 768px) {
  .faculty-content p {
    padding: 20px;
  }
}

/* ---------------------------------------------- */
/* Academic Director Section */
.academic-director-section {
  background: #f9f9f9;
  padding: 80px 20px;
}

/* Section Heading */
.academic-header {
  text-align: center;
  margin-bottom: 60px;
}

.academic-header .section-title {
  color: #503578;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.academic-header .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #f4c542;
  margin: 8px auto 0;
  border-radius: 3px;
}

.academic-header .section-subtitle {
  font-size: 1.1rem;
  color: #503578;
  font-weight: 500;
  margin-top: 10px;
}

/* Content Layout */
.academic-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* Image */
.academic-image {
  flex: 1 1 40%;
}

.academic-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: 500px;
}

/* Text Content */
.academic-content {
  flex: 1 1 55%;
}

.academic-content h3 {
  color: #503578;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.academic-content p {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  text-align: justify;
  background: #f6eefd;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Responsive */
@media (max-width: 992px) {
  .academic-container {
    flex-direction: column;
    text-align: center;
  }

  .academic-content p {
    text-align: left;
    padding: 20px;
  }
}

/* -------------------------------------------------- */
/* Advisory Board Section */
.advisory-section {
  background: #f9f9f9;
  padding: 80px 20px;
}

/* Section Heading */
.advisory-header {
  text-align: center;
  margin-bottom: 60px;
}

.advisory-header .section-title {
  color: #503578;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.advisory-header .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #f4c542;
  margin: 8px auto 0;
  border-radius: 3px;
}

/* Cards Grid */
.advisory-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Individual Card */
.advisory-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.advisory-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.advisory-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.advisory-card .card-body {
  padding: 25px;
}

.advisory-card h3 {
  color: #503578;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.advisory-card h4 {
  color: #6b49a1;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.advisory-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  .advisory-card img {
    height: 420px;
  }
}


.founder-message-section {
  background: #f6eefd;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-heading {
  text-align: center;
  font-size: 2.2rem;
  color: var(--theme-color);
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

.section-heading::after {
  content: "";
  width: 80px;
  height: 3px;
  background: var(--theme-color);
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Row 50-50 */
.founder-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.founder-col {
  flex: 0 0 48%;
}

.founder-text-col h3 {
  font-size: 22px;
  color: var(--theme-color);
  margin-bottom: 5px;
  font-weight: 700;
}

.founder-designation,
.founder-title {
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}

.founder-text-col p {
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

.founder-image-col {
  text-align: center;
}

.founder-image-col img {
  width: 100%;
  max-width: 450px;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.founder-image-col img:hover {
  transform: scale(1.03);
}

/* Full width 12 */
.founder-full-text {
  max-width: 100%;
}

.founder-full-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  .founder-row {
    flex-direction: column;
    align-items: center;
  }

  .founder-col {
    flex: 0 0 100%;
  }

  .founder-text-col {
    text-align: center;
  }

  .founder-image-col {
    text-align: center;
  }

  .founder-image-col img {
    max-width: 100%;
  }
}

/* Section */
.youngest-director-section {
  background: #f6eefd;
  padding: 80px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #222;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Heading */
.section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.section-heading::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: var(--theme-color);
  border-radius: 3px;
  margin: 8px auto 0;
}

/* Profile */
.director-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.director-image {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid var(--theme-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.director-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.director-image:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Text */
.director-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

.director-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--theme-color);
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.director-org {
  font-size: 1rem;
  color: #666;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
  .director-image {
    width: 200px;
    height: 200px;
  }

  .section-heading {
    font-size: 1.8rem;
  }

  .director-name {
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------- */
/* Welcome Section Styles */
.welcome-section {
  background-color: #f6eefd;
  padding: 80px 20px;
  text-align: center;
}

.welcome-section .welcome-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 30px;
  position: relative;
}

.welcome-section .welcome-heading::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #f5c518;
  /* subtle yellow underline */
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.welcome-section .welcome-text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .welcome-section {
    padding: 60px 15px;
  }

  .welcome-section .welcome-heading {
    font-size: 2rem;
  }

  .welcome-section .welcome-text {
    font-size: 1rem;
  }
}

/* ------------------------------------- */

/* Why Choose Section - Enhanced */
.why-choose-section {
  background-color: #f9f9f9;
  padding: 100px 20px;
}

.section-heading {
  font-size: 2.75rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 15px;
  position: relative;
}

.section-heading::after {
  content: '';
  width: 100px;
  height: 4px;
  background: #f5c518;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.section-subtext {
  font-size: 1.125rem;
  color: #555;
  max-width: 900px;
  margin: 0 auto 60px;
  line-height: 1.8;
}

.why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.why-card {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  border-top: 4px solid #503578;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.why-card .icon {
  font-size: 2.5rem;
  background: linear-gradient(135deg, #503578, #a068c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.why-card p {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.7;
}

.final-text {
  font-size: 1.15rem;
  color: #444;
  max-width: 800px;
  margin: 50px auto 0;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1024px) {
  .why-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .why-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading {
    font-size: 2rem;
  }

  .section-subtext,
  .final-text {
    font-size: 1rem;
  }
}

/* --------------------------------------- */

/* Admission Overview - Grid Horizontal Steps */
.admission-overview-section {
  background-color: #f6eefd;
  padding: 80px 20px;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 15px;
}

.section-subtext {
  font-size: 1.125rem;
  color: #555;
  max-width: 900px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

/* Horizontal Stepper Grid */
.admission-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: start;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.step {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.step-number {
  width: 50px;
  height: 50px;
  background: #503578;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin: 0 auto 15px;
}

.step h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #503578;
  margin-bottom: 10px;
}

.step p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* Arrows between steps */
.admission-steps-grid .step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -12.5%;
  /* halfway to next column */
  width: 25%;
  height: 4px;
  background: #503578;
  transform: translateY(-50%);
}

.admission-steps-grid .step:not(:last-child)::before {
  /* content: ''; */
  position: absolute;
  top: 50%;
  right: -2px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #503578;
  transform: translateY(-50%);
}

/* Final text */
.final-text {
  font-size: 1.125rem;
  color: #444;
  max-width: 800px;
  margin: 50px auto 0;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1200px) {

  .admission-steps-grid .step:not(:last-child)::after,
  .admission-steps-grid .step:not(:last-child)::before {
    display: none;
  }

  .admission-steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .admission-steps-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* -------------------------------------------- */


/* Eligibility Section */
.eligibility-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 15px;
}

.section-subtext {
  font-size: 1.125rem;
  color: #555;
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

/* Eligibility content layout */
.eligibility-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.eligibility-table {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.eligibility-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.eligibility-fullwidth {
  width: 190%;
}

.eligibility-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #503578;
  margin-bottom: 15px;
  text-align: center;
}

.eligibility-card table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.eligibility-card table th,
.eligibility-card table td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  text-align: left;
}

.eligibility-card table th {
  background: #503578;
  color: #fff;
  font-weight: 600;
}

.eligibility-card ul {
  list-style: disc inside;
  padding-left: 0;
  margin: 0;
  color: #333;
  line-height: 1.7;
  text-align: left;
}

.eligibility-card ul li {
  margin-bottom: 10px;
}

.note {
  font-size: 0.95rem;
  color: #555;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}

.eligibility-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eligibility-image img {
  width: 100%;
  max-width: 485px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 992px) {
  .eligibility-content {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .eligibility-image {
    order: -1;
  }

  .eligibility-fullwidth {
    width: 100%;
  }
}

/* -------------------------------------- */

/* Base Styling */
.admission-process-enhanced {
  background: #f6eefd;
  padding: 100px 20px;
  position: relative;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 15px;
}

.section-subtext {
  font-size: 1.1rem;
  color: #666;
  max-width: 850px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

/* Steps Wrapper */
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px;
  position: relative;
  padding: 0 10px;
}

.steps-wrapper::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 5%;
  right: 5%;
  height: 4px;
  background: #e0d8ef;
  border-radius: 2px;
  z-index: 0;
}

.step-card {
  background: #fff;
  flex: 1 1 calc(20% - 20px);
  min-width: 250px;
  position: relative;
  border-radius: 16px;
  padding: 60px 25px 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* Step Icons (Numbers) */
.step-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #503578;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(80, 53, 120, 0.3);
}

/* Step Titles */
.step-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #503578;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* CTA Buttons */
.admission-cta .btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  margin: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.admission-cta .btn-primary {
  background-color: #503578;
  color: #fff;
}

.admission-cta .btn-primary:hover {
  background-color: #3e2a63;
}

.admission-cta .btn-outline {
  border: 2px solid #503578;
  color: #503578;
  background: transparent;
}

.admission-cta .btn-outline:hover {
  background-color: #503578;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .steps-wrapper {
    justify-content: center;
  }

  .steps-wrapper::before {
    display: none;
  }

  .step-card {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .step-card {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }

  .step-icon {
    top: -20px;
  }

  .section-heading {
    font-size: 2rem;
  }

  .section-subtext {
    font-size: 1rem;
  }

  .admission-cta .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}

/* ---------------------- */

/* Section Base */
.fees-dates-section {
  background: #f9f9f9;
  padding: 100px 20px;
  color: #333;
}

.section-header {
  margin-bottom: 60px;
}

.section-heading {
  color: #503578;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subheading {
  font-size: 1.4rem;
  font-weight: 600;
  color: #6d549c;
  margin-bottom: 20px;
}

.section-subtext {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Wrapper */
.fees-dates-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

/* Fee & Dates Boxes */
.fees-box,
.dates-box {
  flex: 1 1 45%;
  background: #fff;
  border-radius: 16px;
  padding: 40px 35px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.fees-box:hover,
.dates-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.fees-box h4,
.dates-box h4 {
  font-size: 1.4rem;
  color: #503578;
  font-weight: 700;
  margin-bottom: 25px;
}

.fees-box h4 i,
.dates-box h4 i {
  color: #503578;
  margin-right: 10px;
}

/* List Items */
.fees-box ul,
.dates-box ul {
  list-style: none;
  padding: 0;
}

.fees-box li,
.dates-box li {
  font-size: 1.05rem;
  padding: 10px 0;
  border-bottom: 1px dashed #e0d8ef;
  color: #444;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fees-box li:last-child,
.dates-box li:last-child {
  border-bottom: none;
}

.fees-box li i,
.dates-box li i {
  color: #6d549c;
  font-size: 1.1rem;
}

/* Contact Info */
.contact-box {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 2px solid #f1ecfa;
}

.contact-box p {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #503578;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #3e2a63;
}

/* Responsive Design */
@media (max-width: 992px) {

  .fees-box,
  .dates-box {
    flex: 1 1 100%;
  }

  .fees-dates-wrapper {
    gap: 25px;
  }
}

@media (max-width: 600px) {
  .section-heading {
    font-size: 2rem;
  }

  .section-subtext {
    font-size: 1rem;
  }

  .fees-box,
  .dates-box {
    padding: 30px 25px;
  }

  .fees-box h4,
  .dates-box h4 {
    font-size: 1.25rem;
  }

  .btn-primary {
    width: 100%;
    justify-content: center;
  }
}

/* -------------------------------------- */

/* ===== Book a School Tour Section ===== */
.school-tour-section {
  position: relative;
  background: #f6eefd;
  padding: 100px 20px;
  overflow: hidden;
  text-align: center;
}

.school-tour-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 250px;
  height: 250px;
  background: rgba(80, 53, 120, 0.1);
  border-radius: 50%;
  filter: blur(80px);
}

.school-tour-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 250px;
  height: 250px;
  background: rgba(80, 53, 120, 0.08);
  border-radius: 50%;
  filter: blur(80px);
}

/* Card Box */
.tour-box {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.tour-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Icon */
.tour-icon {
  width: 80px;
  height: 80px;
  background: #503578;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin: 0 auto 25px;
  box-shadow: 0 5px 15px rgba(80, 53, 120, 0.3);
}

/* Headings */
.section-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 10px;
}

.section-subheading {
  font-size: 1.4rem;
  color: #6d549c;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Description */
.section-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 35px;
}

/* Button */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #503578;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}

.btn-primary i {
  font-size: 1.1rem;
}

.btn-primary:hover {
  background: #3e2a63;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(80, 53, 120, 0.25);
}

/* Responsive Design */
@media (max-width: 768px) {
  .tour-box {
    padding: 50px 25px;
  }

  .section-heading {
    font-size: 2rem;
  }

  .section-subheading {
    font-size: 1.2rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .btn-primary {
    width: 100%;
    justify-content: center;
  }
}

/* ------------------------------------------- */

/* ðŸŒ¸ Section Styling */
.early-learning-section {
  background: #f6eefd;
  padding: 90px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* ðŸŒŸ Container */
.early-learning-container {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  animation: fadeInUp 1.2s ease;
}

/* ðŸ“˜ Content Box */
.early-learning-box {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(80, 53, 120, 0.15);
  transition: all 0.4s ease;
  position: relative;
}

.early-learning-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(80, 53, 120, 0.25);
}

/* âœ¨ Heading */
.early-learning-heading {
  font-size: 2.2rem;
  color: #503578;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  letter-spacing: 0.5px;
}

.early-learning-heading::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #503578;
  display: block;
  margin: 15px auto 0;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(80, 53, 120, 0.4);
}

/* ðŸª¶ Paragraph */
.early-learning-text {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.9;
  margin-top: 15px;
}

/* ðŸŒˆ Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ðŸ“± Responsive */
@media (max-width: 768px) {
  .early-learning-box {
    padding: 35px 25px;
  }

  .early-learning-heading {
    font-size: 1.6rem;
  }

  .early-learning-text {
    font-size: 1rem;
  }
}

/* ---------------------------------------- */

/* ðŸŒˆ Learning Approach Section */
.learning-approach-section {
  background: #f9f9f9;
  padding: 90px 20px;
}

.learning-approach-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* âœ¨ Section Heading */
.learning-approach-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 60px;
  position: relative;
}

.learning-approach-heading::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #503578;
  margin: 15px auto 0;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(80, 53, 120, 0.3);
}

/* ðŸ§© Cards Layout */
.learning-approach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
  justify-items: center;
}

/* ðŸ“˜ Individual Card */
.learning-approach-card {
  background: #faf8ff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 6px 20px rgba(80, 53, 120, 0.12);
  transition: all 0.35s ease;
  text-align: center;
  max-width: 380px;
}

.learning-approach-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(80, 53, 120, 0.25);
  background: #fff;
}

/* ðŸŽ¨ Icon */
.learning-icon {
  font-size: 2.8rem;
  color: #503578;
  margin-bottom: 20px;
}

/* ðŸª¶ Card Title & Text */
.learning-approach-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #503578;
  margin-bottom: 15px;
}

.learning-approach-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
}

/* ðŸ“± Responsive */
@media (max-width: 768px) {
  .learning-approach-heading {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .learning-approach-card {
    padding: 30px 20px;
  }

  .learning-approach-card h3 {
    font-size: 1.15rem;
  }
}

/* ---------------------------------- */


//* 🌼 Core Learning Section */
.core-learning-section {
  background: #f6eefd;
  padding: 90px 20px;
}

.core-learning-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* ✨ Heading */
.core-learning-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 60px;
  position: relative;
}

.core-learning-heading::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #503578;
  margin: 15px auto 0;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(80, 53, 120, 0.3);
}

/* 🧠 Grid Layout */
.core-learning-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
  align-items: stretch;
}

/* 📘 Card Wrapper */
.core-card {
  perspective: 1000px;
  height: 280px;
}

/* 🎯 Inner Flip Container */
.core-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

/* 🔄 Flip on Hover */
.core-card:hover .core-card-inner {
  transform: rotateY(180deg);
}

/* 🪟 Front & Back */
.core-card-front,
.core-card-back {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* 🎨 FRONT (same design) */
.core-card-front {
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0 8px 22px rgba(80, 53, 120, 0.12);
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* hover effect line */


.core-card:hover .core-card-front::before {
  left: 0;
}

/* hover lift */
.core-card:hover .core-card-front {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(80, 53, 120, 0.25);
}

/* 🔙 BACK */
.core-card-back {
  transform: rotateY(180deg);
  overflow: hidden;
}

/* 🖼️ Image */
.core-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

/* 🏷️ Overlay */
.core-back-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
}

/* 🎨 Icons */
.core-icon {
  font-size: 2.5rem;
  color: #503578;
  margin-bottom: 20px;
}

/* 📖 Text */
.core-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #503578;
  margin-bottom: 15px;
}

.core-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .core-learning-heading {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .core-card {
    height: 260px;
  }

  .core-card-front {
    padding: 30px 20px;
  }

  .core-card h3 {
    font-size: 1.15rem;
  }
}
/* FIX ICON SIZE + ALIGNMENT */
.core-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 26px; /* base size */
  line-height: 1;
  color: #fff;

  margin: 0 auto 20px;

  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
/* 🎨 Colorful Icon Upgrade (NO DESIGN CHANGE) */

.core-icon {
  font-size: 26px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

/* Individual Colors */
.icon-blue {
  background: linear-gradient(45deg, #36d1dc, #5b86e5);
}

.icon-green {
  background: linear-gradient(45deg, #56ab2f, #a8e063);
}

.icon-emerald {
  background: linear-gradient(45deg, #11998e, #38ef7d);
}

.icon-orange {
  background: linear-gradient(45deg, #ff7a18, #ffb347);
}

.icon-pink {
  background: linear-gradient(45deg, #ff416c, #ff4b2b);
}

.icon-red {
  background: linear-gradient(45deg, #8e2de2, #4a00e0);
}

/* Hover Effect */
.core-icon:hover {
  transform: scale(1.1) rotate(6deg);
  box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}
/* FORCE ICON CENTER + SAME LOOK */
.core-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* SMALL ADJUSTMENT PER ICON (to visually balance) */
.icon-blue i { font-size: 24px; }
.icon-green i { font-size: 26px; }
.icon-emerald i { font-size: 26px; }
.icon-orange i { font-size: 24px; }
.icon-pink i { font-size: 26px; }
.icon-red i { font-size: 25px; }
/* ----------------------------------- */


/* ðŸŒž A Day in Pre-Primary Section */
.preprimary-day-section {
  background: #f9f9f9;
  padding: 90px 20px;
}

.preprimary-day-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

/* ðŸ“˜ Left Content */
.preprimary-day-content {
  flex: 1 1 500px;
}

.preprimary-day-heading {
  font-size: 2.2rem;
  color: #503578;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.preprimary-day-heading::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #503578;
  margin: 12px 0 0;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(80, 53, 120, 0.4);
}

.preprimary-day-subheading {
  font-size: 1.3rem;
  font-weight: 600;
  color: #6e52a1;
  margin-top: 15px;
  margin-bottom: 20px;
}

.preprimary-day-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* ðŸŽ¨ Right Activities Section */
.preprimary-day-activities {
  flex: 1 1 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.day-activity {
  background: #fff;
  width: 150px;
  height: 150px;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(80, 53, 120, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.day-activity:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(80, 53, 120, 0.25);
}

.day-activity i {
  font-size: 2rem;
  color: #503578;
  margin-bottom: 10px;
}

.day-activity p {
  font-size: 0.95rem;
  color: #503578;
  font-weight: 600;
}

/* ðŸ“± Responsive */
@media (max-width: 900px) {
  .preprimary-day-container {
    flex-direction: column;
    text-align: center;
  }

  .preprimary-day-content {
    flex: 1 1 100%;
  }

  .preprimary-day-activities {
    gap: 20px;
  }

  .day-activity {
    width: 200px;
    height: 130px;
  }

  .preprimary-day-heading {
    font-size: 1.8rem;
  }
}

/* ðŸŒ¿ Educators Journey Section */
.educators-journey-section {
  background: #f6eefd;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.educators-journey-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* âœ¨ Heading */
.educators-journey-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 15px;
  position: relative;
}

.educators-journey-heading::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #503578;
  margin: 12px auto 0;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(80, 53, 120, 0.3);
}

.educators-journey-intro {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  max-width: 750px;
  margin: 20px auto 60px;
}

/* ðŸŒ¸ Flow Layout */
.educators-flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
  position: relative;
  flex-wrap: wrap;
}

.educators-flow::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(80, 53, 120, 0.15), rgba(80, 53, 120, 0.4), rgba(80, 53, 120, 0.15));
  border-radius: 2px;
  z-index: 1;
}

/* ðŸŸ£ Step Circles */
.educator-step {
  flex: 1 1 280px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.educator-circle {
  background: #503578;
  color: #fff;
  font-size: 2rem;
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 10px #e8defa, 0 8px 18px rgba(80, 53, 120, 0.25);
  transition: all 0.3s ease;
}

.educator-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 12px #dcd0f7, 0 10px 25px rgba(80, 53, 120, 0.35);
}

/* ðŸ“˜ Step Info */
.educator-info h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #503578;
  margin-bottom: 12px;
}

.educator-info p {
  font-size: 0.98rem;
  color: #444;
  line-height: 1.8;
  max-width: 320px;
  margin: 0 auto;
}

/* ðŸ“± Responsive */
@media (max-width: 900px) {
  .educators-flow {
    flex-direction: column;
    align-items: center;
  }

  .educators-flow::before {
    display: none;
  }

  .educator-step {
    margin-bottom: 40px;
  }

  .educator-circle {
    width: 80px;
    height: 80px;
    font-size: 1.8rem;
  }

  .educator-info h3 {
    font-size: 1.15rem;
  }
}

/* ----------------------------------- */

.enrichment-section {
  padding: 80px 0;
  background: #fdfbff;
}

.enrichment-rows {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.enrichment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.enrichment-row.reverse {
  flex-direction: row-reverse;
}

/* Cards */
.enrichment-card {
  position: relative;
  background: #fff;
  padding: 50px 40px 40px 40px;
  border-radius: 30px;
  flex: 1 1 50%;
  box-shadow: 0 15px 40px rgba(80, 53, 120, 0.08);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(80, 53, 120, 0.05);
  z-index: 2;
}

.enrichment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(80, 53, 120, 0.15);
}

.enrichment-card h3 {
  color: #503578;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 800;
}

.enrichment-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

/* Floating icon */
.enrichment-card .icon {
  position: absolute;
  top: -30px;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: #503578;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 12px 25px rgba(80, 53, 120, 0.3);
  transition: 0.3s;
}

.enrichment-card.left .icon {
  left: 40px;
}

.enrichment-card.right .icon {
  right: 40px;
}

.enrichment-card:hover .icon {
  transform: scale(1.1) rotate(5deg);
}

/* Background blobs */
.enrichment-card .bg-blob {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  background: linear-gradient(135deg, rgba(80, 53, 120, 0.1), rgba(162, 121, 222, 0.05));
  top: 10px;
  right: 10px;
  z-index: -1;
  animation: blob-float 8s infinite alternate;
}

@keyframes blob-float {
  from {
    transform: translate(0, 0);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }

  to {
    transform: translate(15px, 15px);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

/* Image styling */
.enrichment-image-container {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  height: 350px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.enrichment-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.enrichment-image-container:hover .enrichment-img {
  transform: scale(1.08);
}

/* Responsive */
@media (max-width: 900px) {

  .enrichment-row,
  .enrichment-row.reverse {
    flex-direction: column;
    padding: 0 20px;
    gap: 30px;
  }

  .enrichment-card,
  .enrichment-image-container {
    width: 100%;
    flex: none;
  }

  .enrichment-image-container {
    height: 250px;
    order: -1;
    /* Image on top in mobile */
  }

  .enrichment-card .icon {
    top: -25px;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .enrichment-card.right .icon {
    left: 40px;
    right: auto;
  }
}

/* ------------------------------- */
.admissions-section {
  padding: 80px 20px;
  background: #f6eefd;
}

.section-heading {
  text-align: center;
  font-size: 32px;
  color: #503578;
  margin-bottom: 50px;
}

/* Grid Layout */
.admissions-grid {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Columns same width */
.eligibility-column,
.process-column {
  flex: 1 1 400px;
  /* equal width */
}

/* Left Column: Eligibility Cards */
.eligibility-column h3 {
  font-size: 24px;
  color: #503578;
  margin-bottom: 25px;
  text-align: center;
}

.eligibility-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.eligibility-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eligibility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.card-icon {
  background: #503578;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.card-text {
  margin-left: 0px;
}

.card-text h4 {
  font-size: 20px;
  color: #503578;
  margin-bottom: 5px;
}

.card-text p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

.eligibility-note {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  color: #555;
}

/* Right Column: Timeline */
.process-column h3 {
  font-size: 24px;
  color: #503578;
  margin-bottom: 30px;
  text-align: center;
}

.timeline {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.timeline::before {
  content: '';

  left: 25px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #50357833;
  border-radius: 2px;
}

.timeline-step {
  position: relative;
  padding: 20px 15px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.step-icon {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  background: #503578;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Apply Button */
.btn-apply {
  display: inline-block;
  background: #503578;
  color: #fff;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-apply:hover {
  background: #392258;
  transform: translateY(-3px);
  color: white;
}

.apply-note {
  margin-top: 10px;
  color: #555;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 900px) {
  .admissions-grid {
    flex-direction: column;
  }

  .timeline {
    padding-left: 0;
  }

  .timeline-step {
    padding-left: 50px;
  }

  .step-icon {
    left: 0;
    transform: translateY(-50%);
  }
}

/* ------------------------------- */

.philosophy-section {
  padding: 80px 20px;
  background: #f9f9f9;
}

.section-heading {
  text-align: center;
  font-size: 32px;
  color: #503578;
  margin-bottom: 60px;
}

/* Card layout */
.philosophy-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Individual card */
.philosophy-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  width: 300px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  text-align: center;
}

.philosophy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

/* Icon */
.card-icon {
  background: #503578;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  /* margin: 0 auto 20px auto; */
}

/* Card headings */
.philosophy-card h3 {
  font-size: 20px;
  color: #503578;
  margin-bottom: 15px;
}

/* Card text */
.philosophy-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .philosophy-cards {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .philosophy-card {
    width: 90%;
  }
}

/* ------------------------------- */
.learning-section {
  padding: 60px 20px;
  background: #f6eefd;
}

.section-heading {
  text-align: center;
  font-size: 32px;
  color: #503578;
  margin-bottom: 50px;
}

/* Grid Layout */
.learning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 columns */
  gap: 30px;
  justify-items: center;
}

/* Center last 3 items */
.learning-grid>.learning-item:nth-child(n+5) {
  justify-self: center;
}

.learning-item {
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.learning-item:hover {
  transform: translateY(-5px);
}

.learning-icon {
  width: 70px;
  height: 70px;
  background: #5035781a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #503578;
  margin: 0 auto 15px auto;
  transition: background 0.3s ease, color 0.3s ease;
}

.learning-item:hover .learning-icon {
  background: #503578;
  color: #fff;
}

.learning-item h4 {
  font-size: 18px;
  color: #503578;
  margin-bottom: 10px;
}

.learning-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .learning-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .learning-grid {
    grid-template-columns: 1fr;
  }

  .learning-item p {
    font-size: 13px;
  }
}

/* -------------------------------- */

.teachers-learning-section {
  background: #f6eefe;
  padding: 80px 20px;
}

.teachers-learning-section .section-title {
  text-align: center;
  color: #503578;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.learning-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.learning-card {
  background: #fff;
  border-radius: 0px;
  padding: 40px 25px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.learning-card i {
  font-size: 40px;
  color: #503578;
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}

.learning-card h3 {
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 15px;
}

.learning-card p {
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Hover Effects */
.learning-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(80, 53, 120, 0.2);
}

.learning-card:hover i {
  transform: scale(1.15);
  color: #7b5aa2;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .teachers-learning-section {
    padding: 60px 15px;
  }

  .learning-card {
    padding: 30px 20px;
  }

  .teachers-learning-section .section-title {
    font-size: 1.8rem;
  }
}

/* -------------------------- */

.enrichment-programs {
  background: #f9f9f9;
  padding: 80px 20px;
  position: relative;
}

.section-title {
  text-align: center;
  color: #503578;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.enrichment-timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}

.enrichment-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #503578, #9a7ccc);
  transform: translateX(-50%);
}

.enrichment-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}

.enrichment-item.left {
  flex-direction: row;
}

.enrichment-item.right {
  flex-direction: row-reverse;
}

.icon-wrap {
  width: 80px;
  height: 80px;
  background: #503578;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(80, 53, 120, 0.3);
}

.content-box {
  background: #fff;
  border-radius: 16px;
  padding: 25px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  width: 45%;
  z-index: 1;
  transition: all 0.4s ease;
}

.enrichment-item.left .content-box {
  margin-left: 30px;
}

.enrichment-item.right .content-box {
  margin-right: 30px;
}

.content-box h3 {
  font-size: 1.25rem;
  color: #503578;
  margin-bottom: 10px;
}

.content-box p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.content-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(80, 53, 120, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .enrichment-timeline::before {
    left: 20px;
  }

  .enrichment-item {
    flex-direction: row !important;
    margin-bottom: 50px;
  }

  .icon-wrap {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .content-box {
    width: calc(100% - 80px);
    margin-left: 20px !important;
    margin-right: 0 !important;
  }
}

/* -------------------------------- */
.parent-engagement-section {
  background: #f6eefd;
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
}

.parent-engagement-section::before {
  /* content: ""; */
  position: absolute;
  top: -60px;
  left: -80px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(80, 53, 120, 0.08);
  filter: blur(20px);
}

.section-title {
  text-align: center;
  color: #503578;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.parent-engagement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  align-items: stretch;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.engagement-item {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 6px 20px rgba(80, 53, 120, 0.1);
  padding: 40px 30px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.engagement-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(80, 53, 120, 0.18);
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #503578;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  box-shadow: 0 0 25px rgba(80, 53, 120, 0.25);
  flex-shrink: 0;
  position: relative;
}

.content h3 {
  color: #503578;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.content p {
  color: #444;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Soft connector line between the two halves */
.parent-engagement-grid::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 60%;
  background: rgba(80, 53, 120, 0.2);
  transform: translate(-50%, -50%);
}

/* Responsive */
@media (max-width: 850px) {
  .parent-engagement-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .parent-engagement-grid::after {
    display: none;
  }

  .engagement-item {
    flex-direction: column;
    text-align: center;
  }

  .icon-circle {
    margin: 0 auto 15px;
  }
}

/* ----------------------- */
:root {
  --theme: #503578;
  --accent: #7e5ab7;
  --light-bg: #f9f7ff;
}

.admissions-primary {
  background: linear-gradient(145deg, #faf7ff, #f2ecff);
  padding: 90px 20px;
}

.section-title {
  text-align: center;
  color: var(--theme);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.admission-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1100px;
  margin: 0 auto;
}

.admission-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 35px 40px;
  box-shadow: 0 8px 25px rgba(80, 53, 120, 0.08);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.admission-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(80, 53, 120, 0.12);
}

.admission-card h3 {
  color: var(--theme);
  font-size: 1.25rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.admission-card p {
  color: #444;
  line-height: 1.7;
  font-size: 0.96rem;
  margin-bottom: 25px;
}

/* Table */
.criteria-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0 35px;
}

.criteria-table th {
  background: var(--theme);
  color: #fff;
  text-align: left;
  padding: 14px 18px;
  font-weight: 600;
}

.criteria-table td {
  background: #fff;
  padding: 14px 18px;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

.criteria-table tr:nth-child(even) td {
  background: #f7f3ff;
}

/* Steps */
.steps {
  list-style: none;
  padding: 0;
  margin: 30px 0 40px;
}

.steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #333;
  font-size: 0.95rem;
  position: relative;
}

.steps li i {
  background: var(--accent);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: 0 3px 8px rgba(80, 53, 120, 0.25);
  transition: background 0.3s ease;
}

.steps li:hover i {
  background: var(--theme);
}

/* Buttons */
.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.btn-primary {
  background: var(--theme) !important;
  color: #fff;
}

.btn-primary:hover {
  background: #3b2961;
}

.btn-outline {
  border: 2px solid var(--theme);
  color: var(--theme);
  background: transparent;
}

.btn-outline:hover {
  background: var(--theme);
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .admission-flex {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .admission-card {
    padding: 25px 20px;
  }
}

/* -------------------------------- */

.primary-program-section {
  font-family: 'Poppins', sans-serif;
  background: #f6eefd;
  padding: 60px 20px;
}

.section-header h2 {
  font-size: 2.2rem;
  color: #503578;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-header p {
  font-size: 1rem;
  color: #555;
  max-width: 650px;
  margin: 0 auto;
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-top: 40px;
}

.card {
  background: #fff;
  align-items: center;
  flex: 1 1 calc(33.33% - 20px);
  min-width: 250px;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.card i {
  font-size: 3rem;
  color: #503578;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

.card h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.card p {
  font-size: 0.95rem;
  color: #555;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(80, 53, 120, 0.15);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .card {
    flex: 1 1 100%;
  }
}

/* ------------------------------- */

/* Container & Section */
.get-in-touch-section {
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
  padding: 60px 20px;
  border-radius: 15px;
}

.section-header h2 {
  font-size: 2.2rem;
  color: #503578;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-header p {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* Layout */
.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

/* Left: Contact Info */
.contact-info {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
  color: #333;
  transition: transform 0.3s;
}

.info-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(80, 53, 120, 0.15);
}

.info-item i {
  font-size: 1.5rem;
  color: #503578;
  min-width: 25px;
  text-align: center;
}

.info-item p,
.info-item a {
  margin: 0;
  color: #333;
  text-decoration: none;
}

.info-item a:hover {
  color: #503578;
  text-decoration: underline;
}

/* Right: Form */
.contact-form {
  flex: 1 1 400px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #503578;
}

.contact-form button {
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  background: #503578;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form button:hover {
  background: #3d2760;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-content {
    flex-direction: column;
    align-items: center;
  }

  .contact-info,
  .contact-form {
    flex: 1 1 100%;
  }
}

/* --------------------------------- */
.curriculum-section {
  font-family: 'Poppins', sans-serif;
  background: #f6eefd;
  padding: 60px 15px;
  box-sizing: border-box;
}

.section-header h2 {
  font-size: 2rem;
  color: #503578;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-header p {
  font-size: 1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 10px auto;
}

.subjects-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.subject-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  flex: 1 1 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.subject-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(80, 53, 120, 0.15);
}

.subject-card h3 {
  color: #503578;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.table-responsive {
  overflow-x: auto;
  /* allows scrolling if needed */
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.subjects-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  /* allows columns to shrink */
}

.subjects-table th,
.subjects-table td {
  padding: 12px 10px;
  text-align: left;
  word-break: break-word;
}

.subjects-table th {
  background: #503578;
  color: #fff;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
}

.subjects-table tr:nth-child(even) td {
  background: #f3e5fa;
}

.subjects-table td {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .subjects-cards {
    flex-direction: column;
    gap: 20px;
  }

  .subject-card {
    padding: 20px 15px;
  }

  .subjects-table th,
  .subjects-table td {
    padding: 8px 6px;
    font-size: 0.9rem;
  }
}

/* ----------------------------- */
.academic-rigor-section {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.section-header h2 {
  font-size: 2rem;
  color: #503578;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-header p {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 30px auto;
}

/* Cards container */
.rigor-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Individual Card */
.rigor-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  flex: 1 1 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  /* centers all content */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* centers icon, title, and paragraph */
  transition: transform 0.3s, box-shadow 0.3s;
}

.rigor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(80, 53, 120, 0.15);
}

.rigor-card .card-icon {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 15px;
}

.rigor-card h3 {
  color: #503578;
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.rigor-card p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .rigor-cards {
    flex-direction: column;
    gap: 20px;
  }

  .rigor-card {
    padding: 20px 15px;
  }
}

/* --------------------------------- */

.teachers-feature-section {
  background: #f6eefd;
  font-family: 'Poppins', sans-serif;
  padding: 60px 20px;
}

.section-header h2 {
  font-size: 2rem;
  color: #503578;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.5;
}

.feature-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.feature-item {
  flex: 1 1 250px;
  text-align: center;
  padding: 20px 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-item:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
}

/* Icon background colors */
.bg-purple {
  background-color: #503578;
}

.bg-pink {
  background-color: #503578;
}

.bg-green {
  background-color: #503578;
}

.feature-item h3 {
  color: #503578;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.feature-item p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-blocks {
    flex-direction: column;
    gap: 25px;
  }
}

/* -----------------------------0 */

:root {
  --primary-color: #503578;
  --card-bg: #fff;
  --card-shadow: rgba(0, 0, 0, 0.1);
}

.career-guidance-section {
  background: #f6eefd;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
}

.section-header h2 {
  color: var(--primary-color);
  font-size: 2rem;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #555;
  font-size: 1rem;
}

.career-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.career-card {
  background: var(--card-bg);
  box-shadow: 0 4px 15px var(--card-shadow);
  border-radius: 12px;
  padding: 30px 20px;
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.career-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px var(--card-shadow);
}

.career-card .icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.career-card h3 {
  color: #333;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.career-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .career-cards {
    flex-direction: column;
    align-items: center;
  }
}

/* ----------------------------- */
:root {
  --theme-color: #503578;
  font-size: 16px;
}

.gallery-section {
  background-color: #f6eefd;
  padding: 60px 20px;
}

.section-header {
  max-width: 800px;
  margin: 0 auto 50px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 15px;
}

.section-subtext {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
}

/* 2-row, 3-column gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Responsive for tablets and mobiles */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(80, 53, 120, 0.3);
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.btn-virtual-tour {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-virtual-tour:hover {
  background-color: #3d2960;
  transform: translateY(-2px);
}

/* --------------------------------------- */
:root {
  --theme-color: #503578;
  font-size: 16px;
}

.testimonials-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.section-header {
  max-width: 800px;
  margin: 0 auto 50px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 15px;
}

.section-subtext {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(80, 53, 120, 0.2);
}

.testimonial-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  font-weight: 600;
  color: var(--theme-color);
  text-align: right;
  font-size: 0.95rem;
}

/* ------------------------------ */
:root {
  --theme-color: #503578;
  --theme-color-light: #3d2960;
  --theme-gradient: linear-gradient(135deg, #503578, #7b4cbf);
  font-size: 16px;
}

.downloads-contact-section {
  background-color: #f6eefd;
  padding: 60px 20px;
}

.cta-card {
  background: #fff;
  border-radius: 20px;
  padding: 50px 30px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(80, 53, 120, 0.2);
}

.section-header {
  margin-bottom: 40px;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 15px;
}

.section-subtext {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.btn-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--theme-gradient);
  color: #fff;
  font-weight: 600;
  padding: 14px 35px;
  border-radius: 35px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(80, 53, 120, 0.2);
  transition: all 0.3s ease;
}

.btn-cta:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(80, 53, 120, 0.3);
}

.btn-secondary {
  background: #fff;
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
}

.btn-secondary:hover {
  background: var(--theme-gradient);
  color: #fff;
  transform: translateY(-3px) scale(1.02);
}

.contact-details p {
  color: #555;
  font-size: 1rem;
  margin: 5px 0;
  font-weight: 500;
}

@media (max-width: 576px) {
  .btn-cta {
    width: 100%;
    justify-content: center;
  }
}

/* --------------------------------- */
:root {
  --primary-color: #503578;
  --secondary-color: #f9f9f9;
  --text-color: #333;
  --card-bg: #fff;
  --card-shadow: rgba(0, 0, 0, 0.1);
}

.activities-section {
  background-color: var(--secondary-color);
  padding: 80px 20px;
}

.section-header .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.section-header p {
  font-size: 1.125rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.activity-card {
  background-color: var(--card-bg);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 20px var(--card-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px var(--card-shadow);
}

.activity-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.activity-card h3 {
  font-size: 1.25rem;
  color: var(--primary-color);
  margin-bottom: 12px;
}

.activity-card p {
  font-size: 15px;
  color: var(--text-color);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .section-header .section-title {
    font-size: 2rem;
  }
}

/* ------------------------------------- */
.gallery-section {
  padding: 80px 20px;
  background-color: #f6eefd;
}

.section-header .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 1.125rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns */
  gap: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
}

.btn-view-gallery {
  display: inline-block;
  padding: 12px 32px;
  background-color: #503578;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-view-gallery:hover {
  background-color: #3e2961;
  color: white;
}

/* Responsive */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns tablet */
  }

  .gallery-item img {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    /* 1 column mobile */
  }

  .gallery-item img {
    height: 180px;
  }
}

/* ----------------------------------- */

.sports-overview-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.section-header .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #503578;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 1.125rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.sports-content {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.sports-text {
  flex: 1;
}

.sports-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.sports-list li {
  position: relative;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #333;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sports-list li:nth-child(even) {
  background-color: #f0eaff;
}

.sports-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sports-list i {
  color: #503578;
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* CTA Button */
.btn-sports {
  display: inline-block;
  padding: 14px 36px;
  background-color: #503578;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(80, 53, 120, 0.3);
}

.btn-sports:hover {
  background-color: #3e2961;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(80, 53, 120, 0.4);
}

/* Responsive */
@media (max-width: 992px) {
  .sports-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sports-list li {
    justify-content: center;
  }
}

/* ------------------------------------ */
.sports-section {
  background: #f6eefd;
  padding: 80px 20px;
}

.sports-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.sports-text {
  max-width: 850px;
  margin: 0 auto 60px;
}

.sports-text h2 {
  font-size: 2rem;
  color: #503578;
  margin-bottom: 15px;
  font-weight: 700;
}

.sports-text p {
  color: #555;
  line-height: 1.7;
  font-size: 1.125rem;
}

.sports-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.feature {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 30px rgba(80, 53, 120, 0.08);
  transition: all 0.35s ease;
  position: relative;
}

.feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(80, 53, 120, 0.12);
}

.feature .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(80, 53, 120, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #503578;
  font-size: 1.8rem;
  transition: all 0.3s ease;
}

.feature:hover .icon {
  background: #503578;
  color: #fff;
}

.feature h4 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
}

.feature p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

/* ----------------------------------- */
.sports-gallery {
  padding: 70px 20px;
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h2 {
  color: #503578;
  font-size: 2rem;
  margin-bottom: 10px;
}

.section-heading h3 {
  font-size: 1.4rem;
  color: #222;
  margin-bottom: 12px;
}

.section-heading p {
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
}

/* Photo Grid */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.photo-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.photo-item:hover img {
  transform: scale(1.05);
}

/* Video Grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.video-item video {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  object-fit: cover;
}

/* Awards & Achievements Grid */
.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.award-item {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(80, 53, 120, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(80, 53, 120, 0.15);
}

.award-item i {
  font-size: 2rem;
  color: #503578;
  margin-bottom: 10px;
}

.award-item h4 {
  font-size: 1rem;
  margin: 0 0 5px;
  color: #222;
}

.award-item p {
  font-size: 0.9rem;
  color: #777;
  margin: 0;
}

@media (max-width: 768px) {

  .photo-item img,
  .video-item video {
    height: 200px;
  }
}

/* ------------------------------- */
.testimonials {
  padding: 70px 20px;
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Heading */
.testimonials .section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.testimonials h2 {
  color: #503578;
  font-size: 2rem;
  margin-bottom: 12px;
}

.testimonials p {
  color: #555;
  max-width: 750px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
}

/* Testimonial Cards Grid */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(80, 53, 120, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(80, 53, 120, 0.15);
}

.testimonial-card p {
  font-style: italic;
  color: #333;
  margin-bottom: 15px;
  font-size: 1rem;
}

.testimonial-card h4 {
  font-weight: 600;
  color: #503578;
  margin: 0;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 20px 15px;
  }
}

/* -------------------------- */
.achievements-testimonials {
  padding: 70px 20px;
  background: #f6eefd;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Section Heading */
.section-heading h2 {
  font-size: 2rem;
  color: #503578;
  margin-bottom: 50px;
}

/* Achievements Image Grid */
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}

.achievement-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(80, 53, 120, 0.08);
  transition: transform 0.3s ease;
}

.achievement-item:hover img {
  transform: scale(1.05);
}

/* Testimonials Grid */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial-card {
  position: relative;
  background: #fff;
  padding: 25px 20px 35px 20px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(80, 53, 120, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(80, 53, 120, 0.15);
}

/* Quote Icon */
.quote-icon {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 2rem;
  color: #503578;
  opacity: 0.2;
}

/* Testimonial text */
.testimonial-card p {
  font-style: italic;
  color: #333;
  margin-bottom: 25px;
  font-size: 1rem;
  padding-left: 30px;
  /* space for quote icon */
}

/* User icon in name */
.testimonial-card h4 {
  font-weight: 600;
  color: #503578;
  margin: 0;
  font-size: 0.95rem;
}

.testimonial-card h4 i {
  margin-right: 8px;
  font-size: 1rem;
  color: #503578;
}

@media (max-width: 768px) {

  .achievement-item img,
  .testimonial-card {
    height: auto;
  }
}

/* -------------------------------------- */

/* Grid Layout */
.clubs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

/* Club Card */
.club-card {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.club-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Club Icon */
.club-icon {
  font-size: 2.5rem;
  color: #503578;
  margin-bottom: 1rem;
}

/* Card Text */
.club-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #333;
}

.club-card p {
  font-size: 0.95rem;
  color: #555;
}

/* CTA Button */
.btn-explore {
  display: inline-block;
  background-color: #503578;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s;
}

.btn-explore:hover {
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  .club-card {
    padding: 1.5rem 1rem;
  }
}

/* ------------------------------ */
/* Grid Layout */
.celebrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

/* Celebration Card */
.celebration-card {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.celebration-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Celebration Icon */
.celebration-icon {
  font-size: 2.5rem;
  color: #503578;
  margin-bottom: 1rem;
}

/* Card Text */
.celebration-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #333;
}

.celebration-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  .celebration-card {
    padding: 1.5rem 1rem;
  }
}

/* ------------------------- */
/* Section Styling */
.workshops-section {
  background-color: #f9f9f9;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: Arial, sans-serif;
}

/* Section Header */
.section-header .section-title {
  color: #503578;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.section-header .section-subtitle {
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

/* Grid Layout */
.workshops-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

/* Workshop Card */
.workshop-card {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.workshop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Workshop Icon */
.workshop-icon {
  font-size: 2.5rem;
  color: #503578;
  margin-bottom: 1rem;
}

/* Card Text */
.workshop-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #333;
}

.workshop-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .section-header .section-title {
    font-size: 1.75rem;
  }

  .section-header .section-subtitle {
    font-size: 0.95rem;
  }

  .workshop-card {
    padding: 1.5rem 1rem;
  }
}

/* ------------------------- */
.gallery-section {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.section-header {
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-title {
  color: #503578;
  font-size: 2rem;
  margin-bottom: 15px;
}

.section-description {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* --- Photo Grid --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* --- Video Reel Grid --- */
.video-reel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  justify-content: center;
  margin-bottom: 60px;
}

.video-reel {
  aspect-ratio: 9 / 16;
  /* Portrait (like Instagram Reels) */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  background-color: #000;
  transition: transform 0.3s ease;
}

.video-reel:hover {
  transform: scale(1.03);
}

.video-reel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- CTA --- */
.cta .btn-primary {
  background-color: #503578;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.cta .btn-primary:hover {
  background-color: #3f2a61;
}

/* ----------------------------- */
.fieldtrip-section {
  background-color: #f9f9f9;
  padding: 90px 0;
}

.fieldtrip-container {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* --- Image --- */
.fieldtrip-image {
  flex: 1;
  min-width: 300px;
}

.fieldtrip-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  height: 100%;
}

/* --- Content --- */
.fieldtrip-content {
  flex: 1;
  min-width: 300px;
}

.section-title {
  color: #503578;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.section-title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #503578;
  border-radius: 2px;
}

.section-description {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* --- Highlight Box --- */
.highlight-box {
  background-color: #fff;
  border-left: 5px solid #503578;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-top: 15px;
}

.highlight-box h3 {
  color: #503578;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.highlight-box p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .fieldtrip-container {
    flex-direction: column;
  }

  .fieldtrip-content {
    text-align: center;
  }

  .section-title::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .highlight-box {
    text-align: left;
  }
}

/* ------------------------------ */
.field-trip-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.field-trip-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 32px;
  color: #503578;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 20px;
  color: #503578;
  font-weight: 500;
}

.field-trip-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.content-text {
  flex: 1 1 300px;
  min-width: 300px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.highlight-box {
  flex: 1 1 300px;
  min-width: 280px;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.highlight-box h3 {
  font-size: 22px;
  color: #503578;
  margin-bottom: 15px;
}

.highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.highlight-box li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333;
}

.highlight-box li i {
  color: #503578;
  min-width: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .field-trip-content {
    flex-direction: column;
  }
}

/* ------------------------- */
.value-field-trips {
  background-color: #f6eefd;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.value-field-trips .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 32px;
  color: #503578;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 20px;
  color: #503578;
  font-weight: 500;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.card {
  flex: 1 1 250px;
  min-width: 250px;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}

.card i {
  font-size: 32px;
  color: #503578;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 25px;
  color: #503578;
  margin-bottom: 12px;
}

.card p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Hover Effect */
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* Responsive */
@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    gap: 20px;
  }
}

/* ------------------------------- */
.photo-gallery {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.photo-gallery .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 32px;
  color: #503578;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 18px;
  color: #503578;
  font-weight: 500;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(80, 53, 120, 0.8);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .caption {
  opacity: 1;
}

.gallery-btn {
  text-align: center;
  margin-top: 40px;
}

.gallery-btn a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #503578;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}

.gallery-btn a:hover {
  background-color: #341a6a;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

/* -------------------------- */
.video-recaps {
  background-color: #f6eefd;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.video-recaps .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 32px;
  color: #503578;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 18px;
  color: #503578;
}

.video-toggle {
  text-align: center;
  margin-bottom: 30px;
}

.toggle-btn {
  background-color: #503578;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.toggle-btn:hover {
  background-color: #341a6a;
}

.toggle-btn.active {
  background-color: #341a6a;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.video-item video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------- */
.testimonial-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.testimonial-title-area {
  text-align: center;
  margin-bottom: 25px;
}

.testimonial-heading {
  font-size: 32px;
  color: #503578;
  margin-bottom: 10px;
}

.testimonial-subheading {
  font-size: 20px;
  color: #503578;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}

/* Buttons */
.testimonial-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.testimonial-btn-primary {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  background-color: #503578;
  color: #fff;
  transition: all 0.3s ease;
}

.testimonial-btn-primary:hover {
  background-color: #341a6a;
  color: white;
}

.testimonial-btn-secondary {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  background-color: #fff;
  color: #503578;
  border: 2px solid #503578;
  transition: all 0.3s ease;
}

.testimonial-btn-secondary:hover {
  background-color: #503578;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* ------------------------------- */

.parent-testimonials-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.parent-testimonials-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 34px;
  color: #503578;
  margin-bottom: 12px;
}

.section-header p {
  font-size: 16px;
  color: #503578;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.testimonial-card {
  flex: 1 1 300px;
  min-width: 280px;
  background: linear-gradient(135deg, #fff, #fef9ff);
  border-radius: 16px;
  padding: 30px 25px;
  padding-bottom: 60px;
  /* extra space for image */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s, box-shadow 0.4s;
  position: relative;
  opacity: 0;
  animation: fadeIn 0.8s forwards;
}

.testimonial-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
}

.quote-icon {
  font-size: 28px;
  color: #503578;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 18px;
}

.testimonial-author {
  font-weight: 500;
  color: #503578;
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

/* Small image at bottom-left */
.testimonial-image {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #503578;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* CTA Button */
.testimonial-cta {
  text-align: center;
  margin-top: 40px;
}

.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #503578;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #341a6a;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-cards {
    flex-direction: column;
    gap: 20px;
  }
}

/* Fade-in Animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------- */
.submit-testimonial-section {
  background-color: #f9f9f9;
  padding: 50px 15px;
  font-family: Arial, sans-serif;
}

.submit-testimonial-container {
  max-width: 600px;
  margin: 0 auto;
}

.submit-testimonial-header {
  text-align: center;
  margin-bottom: 35px;
}

.submit-testimonial-header h2 {
  font-size: 32px;
  color: #503578;
  margin-bottom: 6px;
}

.submit-testimonial-header p {
  font-size: 16px;
  color: #503578;
  font-weight: 500;
}

.submit-testimonial-form {
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Floating label style */
.submit-testimonial-group {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.submit-testimonial-group input,
.submit-testimonial-group select,
.submit-testimonial-group textarea {
  padding: 12px 12px 12px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border 0.3s, box-shadow 0.3s;
  background: none;
  outline: none;
}

.submit-testimonial-group label {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 14px;
  color: #999;
  pointer-events: none;
  transition: all 0.3s ease;
}

.submit-testimonial-group input:focus+label,
.submit-testimonial-group textarea:focus+label,
.submit-testimonial-group input:not(:placeholder-shown)+label,
.submit-testimonial-group textarea:not(:placeholder-shown)+label {
  top: -10px;
  left: 8px;
  font-size: 12px;
  color: #503578;
  background: #fff;
  padding: 0 4px;
}

/* File input */
.submit-testimonial-file input[type="file"] {
  padding: 5px;
}

/* Submit button */
.submit-testimonial-btn {
  padding: 12px 28px;
  background-color: #503578;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-testimonial-btn:hover {
  background-color: #341a6a;
  transform: translateY(-2px);
}

/* Form note */
.submit-testimonial-note {
  font-size: 12px;
  color: #503578;
  text-align: center;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 480px) {
  .submit-testimonial-form {
    padding: 20px;
  }
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.popup-onload {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.73);
  z-index: 101;
}

.cnt223 {
  width: 90%;
  max-width: 500px;
  margin: 3% auto;
  background: #fff;
  padding: 15px;
  position: relative;
  border-radius: 10px;
}

.cnt223 img {
  width: 100%;
  height: auto;
}

.cnt223 {
  position: relative;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: black;
  text-decoration: none;
}

.youtube-container {
  overflow: hidden;
  width: 100%;
  /* Keep it the right aspect-ratio */
  aspect-ratio: 16/9;
  /* No clicking/hover effects */
  pointer-events: none;

  iframe {
    /* Extend it beyond the viewport... */
    width: 300%;
    height: 100%;
    /* ...and bring it back again */
    margin-left: -100%;
  }
}

.admission-steps {
  background: #f7f1fb;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #503578;
  margin-bottom: 50px;
}

/* GRID */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 5 boxes in one row */
  gap: 25px;
}

/* BOX */
.step-box {
  background: #fff;
  border-radius: 16px;
  padding: 20px 6px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

.step-box h3 {
  font-size: 18px;
  color: #2b2b2b;
  margin: 15px 0 10px;
}

.step-box p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

/* NUMBER CIRCLE */
.step-number {
  width: 36px;
  height: 36px;
  background: #503578;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
}

/* BUTTON */
.apply-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

.apply-btn {
  background: #503578;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile menu show only on mobile */
@media (max-width: 991px) {
  .mobile-menu-container {
    display: block;
  }
}

/* Hide slicknav on desktop */
@media (min-width: 992px) {
  .slicknav_menu {
    display: none !important;
  }
}

/* Desktop = Grid */
.council-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Tablet */
@media (max-width: 992px) {
  .council-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile = slider ready */
@media (max-width: 576px) {
  .council-cards {
    display: block;
  }
}

/* ===== Council Section ===== */
.council-section {
  background: #3a2062;
  padding: 80px 20px;
}

.council-container {
  max-width: 1200px;
  margin: auto;
}

.section-head {
  text-align: center;
  margin-bottom: 50px;
}

.section-head h2 {
  color: #fff;
  font-weight: 700;
}

.section-head p {
  color: #000000;
  max-width: 800px;
  margin: auto;
}

.session-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Grid */
.council-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}

.council-grid.three-col {
  grid-template-columns: repeat(3, 1fr);
}

.council-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}

/* Cards */
.council-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

  .council-grid.three-col,
  .council-grid.two-col {
    grid-template-columns: 1fr;
  }

  .council-card {
    padding: 20px;
  }

  .section-head h2 {
    font-size: 1.4rem;
  }

  .session-title {
    font-size: 1.2rem;
  }
}

/*Moments of Memories*/

.gallery-section {
  padding: 30px 10px;
  text-align: center;
}

.gallery-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #4a148c;
  font-family: poppins;
}

.gallery-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  /* underline color */
  border-radius: 2px;

}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 1200px;
  margin: auto;
}

.gallery-item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* Square */
  overflow: hidden;
  border-radius: 12px;
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-section-title {}

.gallery-carousel {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Responsive */
@media(max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width: 600px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-title {
    font-size: 28px;
  }
}


/* Top Announcement Bar Centering */
.top-announcement-bar {
  background-color: #4d61cf;
  color: white;
  text-align: center;
  padding: 12px 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.top-announcement-bar a {
  color: white !important;
  text-decoration: none;
}

.top-announcement-bar i {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .top-announcement-bar {
    font-size: 16px;
    padding: 8px 5px;
  }
}
/* Educators Journey Flip Card */
.educators-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 40px 15px;
}

.educator-step {
  flex: 1 1 300px;
  max-width: 380px;
  height: 380px;
  perspective: 1000px;
}

.educator-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.educator-step:hover .educator-flip-inner {
  transform: rotateY(180deg);
}

.educator-flip-front, .educator-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  overflow: hidden;
}

.educator-flip-front {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: 1px solid #eee;
}

.educator-flip-back {
  transform: rotateY(180deg);
}

.educator-flip-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.educator-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin-bottom: 20px;
  color: white;
}

.educator-info h3 {
  color: #503578;
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-weight: 700;
}

.educator-info p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
