@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Source+Sans+3:wght@400;500;600&display=swap");

:root {
  --blue: #0d2d62;
  --red: #922ECB !important;
  --lighter-gray: #888888;
  --black: #2d2e2e;
  --white: #ffffff;
  --bg: #F3F3F3;
  --green: rgb(0, 186, 163);
  /* --blue: #8a6bff; */
  --darkblue: #0a0a36;
}

s * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  /* font-family: "Noto Serif Devanagari", serif !important; */
  overflow-x: hidden;
}

h1 {
  font-size: 5rem;
  color: var(--black);
}

h2 {
  font-size: 4rem !important;
  color: var(--black);
}

h3 {
  font-size: 2.8rem;
  color: var(--black);
}

h4 {
  font-size: 2rem;
  color: var(--black);
}

h5 {
  font-size: 1.5rem;
  color: var(--black);
}

h6 {
  font-size: 1.4rem;
  color: var(--black);
}

p {
  font-size: 1.6rem;
  color: var(--lighter-gray);
  /* margin-top: revert !important; */
  /* margin-bottom: 0rem !important; */
  padding-bottom: 0rem !important;
  padding-top: 0rem !important;
}

a {
  display: block;
  text-decoration: none !important;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

/* ============= */
.wrapper-heading {
  max-width: 132rem;
  margin: auto;
  padding: 3rem 2.8rem 0rem 2.8rem;
}

.wrapper {
  max-width: 132rem;
  margin: auto;
  padding: 3rem 2.8rem;
}

.grid {
  display: grid;
  gap: 5rem;
}

.grid-two-cols {
  grid-template-columns: 1fr 1fr;
}

.grid-three-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-four-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-five-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-seven-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;

}

/* !!!!!!!!!reusable code!!!!!!!!! */
/* !!!!!!!!!reusable code!!!!!!!!! */
.line {
  max-width: 132rem;
  margin: auto;
  height: 1px;
  background-color: #88888833;
}

.heading {
  border-bottom: 2px solid var(--black);
  width: 5%;
}

.common-btn-1 a,
.common-btn-1 button {
  background-color: var(--red);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 3.2rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.6rem;
  /* font-family: "Merriweather", serif; */
  text-decoration: none;
  transition: background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

/* Hover Effect */
.common-btn-1 a:hover,
.common-btn-1 button:hover {
  background-color: var(--red);
  color: var(--yellow);
  transform: translateY(-2px);
}

/* Button specific */
.common-btn-1 button {
  width: 100%;
  margin-top: 2rem;
}

/* ===========common header====== */
.common-header {
  background-image: url(images/aboute2.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}

.common-header .wrapper {
  text-align: center;
}

.ch-data h2 {
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
}

.ch-link {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 0.5rem;
}

.ch-link a {
  display: block;
  color: var(--white);
}

.ch-link a:hover {
  color: var(--red);
}

.ch-link p {
  color: var(--white);
}

/* ===========common header====== */


/* =========tt header1============ */
/* ==========tt header1=========== */
/* =========tt header1============ */
.tt-header {
  position: relative;
  width: 100%;
  background-color: var(--red);
}

.tt-header .wrapper {
  padding: 0.5rem 2.8rem;
}

.tth-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tth-left i {
  font-size: 1.5rem;
  color: var(--red);
  padding: 0.5rem 0.5rem;
  border-radius: 50%;
  background-color: var(--white);
}

.tth-left p {
  color: var(--white);
  margin: 0rem !important;
}

.top-header-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.top-header-right i {
  font-size: 1.5rem;
  color: var(--red);
  padding: 0.2rem 0.5rem;
  border-radius: 50%;
  background-color: var(--white);
}

.top-header-right p {
  font-size: 1.4rem;
  color: var(--white);
  margin-top: 1rem;
}

.top-header-right p a {
  color: var(--white);
}

.top-header-right p a:hover {
  color: var(--green);
}

.tth-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
}

.tth-right a {
  color: var(--white);
  font-size: 2.5rem;
}

.tth-right a:hover {
  color: var(--white);
}

/* =========tt header1============ */
/* =========tt header1============ */
/* ==========header=========== */
/* =========header============ */
/* =========header============ */
/* =========header============ */
/* =========header============ */
/* ---------Top header css--------- */
/* ---------Top header css--------- */
.top-header {
  width: 100%;
  position: relative;
  margin: 1rem 0rem;
}

.top-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 132rem;
  margin: auto;
  padding: 0rem 2.8rem;
}

.top-header-left p {
  font-size: 1.4rem;
  color: var(--red);
}

.top-header-left p:hover {
  color: var(--red);
}

.top-header-left div p:nth-child(1) {
  /* padding-bottom: 0.5rem; */
  margin: 0;
}

/* === */
.top-header-center {
  width: 15%;
  /* text-align: center; */
}

.tp-no {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-header-center img {
  width: 70%;
  height: auto;
}

.top-header-left {
  width: 15%;
}

.top-header-left img {
  width: 100%;
  height: auto;
}

.top-header-center2 {
  text-align: center;
}

.top-header-center2 h1 {
  font-size: 4rem;
  background: linear-gradient(180deg,
      #F04A6A 0%,
      #D54768 35%,
      #9F3E8F 65%,
      #451C5A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.top-header-center2 h3 {
  font-size: 2.5rem;
  background: linear-gradient(180deg,
      #F04A6A 0%,
      #D54768 35%,
      #9F3E8F 65%,
      #451C5A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

/* ---------Navbar css--------- */
/* ---------Navbar css--------- */
/* ---------Navbar css--------- */
nav {
  width: 100%;
  position: relative;
  /* border-bottom: 5px solid var(--red); */
  background-color: var(--red);
}

#active {
  /* color: var(--red); */
}

.navbar .navbar-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin: 0 auto;
}

.navbar .navbar-ul li a {
  color: var(--white);
  font-weight: 400;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.navbar .navbar-ul li {
  position: relative;
}

.navbar .navbar-ul li a:hover {
  /* color: var(--red); */
}

.nav-admission-red-bg {
  background-color: var(--red);
  padding: 0 0.7rem;
  /* width: 100%; */
}

.nav-admission-red-bg a {
  color: var(--white) !important;
}

.navbar .navbar-ul li .dropdown {
  position: absolute;
  left: 0rem;
  top: 7rem;
  /* transform: translateY(3rem); */
  z-index: 5;
  display: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.navbar .navbar-ul li:hover .dropdown {
  /* transform: translateY(0rem); */
  display: block;
}

.navbar .navbar-ul li .dropdown {
  background-color: var(--red);
  width: max-content;
}

.dropdown li a {
  color: #ffffffd2 !important;
  height: 5rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f1f1f156;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

.navbar .dropdown {
  padding: 0rem !important;
  margin: 0rem !important;
}

.navbar .navbar-ul li .dropdown li a:hover {
  color: var(--white);
}

.nav-arrow {
  display: inline-block;
  transform-origin: center;
  transition: 0.3s ease;
  margin-left: 0.2rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navbar .navbar-ul li:hover .nav-arrow {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
}

/* == */
.nav-search-btn {
  position: relative;
  z-index: 4;
}

.navbar-search-icon:hover {
  cursor: pointer;
  color: var(--red);
}

.navbar-search-icon i {
  font-size: 2rem;
}

.navbar-input {
  position: absolute;
  top: 6rem;
  right: 0rem;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.navbar-input.show {
  opacity: 1;
  visibility: visible;
}

.navbar-input i {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  cursor: pointer;
  color: var(--lighter-gray);
}

.navbar-input input {
  padding: 1.6rem;
  width: 400px;
  border: none;
  outline: none;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  font-size: 1.6rem;
}

.navbar-input input::placeholder {
  font-size: 1.6rem;
}

/* =====nav icons=====  */
.nav-icons {
  display: none;
  font-size: 2.5rem;
}

.nav-logo {
  display: none;
}

.nav-logo img {
  width: 90%;
  height: auto;
}

/* ////////////sub dropdown/////// */
/* ////////////sub dropdown/////// */
/* ========================== */
/* SUB SUB DROPDOWN FINAL */
/* ========================== */

/* Parent li */
.has-sub-dropdown {
  position: relative;
}

.has-sub-dropdown .sub-dropdown li a {
  font-size: 1.2rem;
}

/* Hide sub dropdown by default */
.sub-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: var(--red);
  min-width: 280px;
  z-index: 999;

  /* Important Fix */
  max-height: 300px;
  /* Fixed height */
  overflow-y: auto;
  /* Scroll enable */
  overflow-x: hidden;

  display: none;
}

/* Show on hover */
.has-sub-dropdown:hover>.sub-dropdown {
  display: block;
}

/* ////////////sub dropdown/////// */
/* ////////////sub dropdown/////// */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
.slider-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  /* font-family: "montserratregular"; */
  font-size: 1.4rem;
  padding: 0.9rem 2rem;
  color: #fff;
  line-height: 2.8rem;
}

a {
  color: var(--white);
}

/* ====================== */

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hero-slider {
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
  }
}

/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
  /* height: 100vh; */
  transition: all 0.4s ease;
  /* margin-top: 11.5rem; */
  /* min-height: 100vh; */
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 50vh;
    /* margin-top: 11.5rem; */
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    /* padding-top: 95px; */
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  /* max-width: 690px; */
  position: absolute;
  top: 60%;
  left: 10%;
}

.slide-btns {
  margin: 40px 60px;
}

.hero-style .slide-title h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background: var(--red);
  padding: 2rem;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
    color: var(--white);
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 38px;
    margin: 0 0 6px;
    width: 100%;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 2rem;
  /* font-weight: 500; */
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--white);
  margin: 40px 60px;
  transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 30px;
    max-width: 232px;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}

/* ====hero slider bg overlay==== */
.slide-bg-image {
  position: relative;
  z-index: 2;
}

/* .clearfix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.445);
  z-index: 3;
  width: 100%;
  height: 100%;
} */
.slide-title,
.slide-text,
.swiper-pegination,
.swiper-button-nex,
.swiper-button-perv {
  z-index: 4;
  position: relative;
}

/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 15px 32px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--main);
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

/* ============= */
/* ============= */
/* ============= */
/* slider bottom box  */
/* ============= */
/* ============= */
.slider-bottom-box {
  position: relative;
  width: 100%;
}

.slider-bottom-box .grid {
  gap: 2rem;
}

.sbb-box {
  padding: 5rem;
  transform: skew(-10deg) translateX(0%) translateY(0%);
  width: 100%;
}

.sbbb-1 {
  background-color: rgb(0, 186, 163);
}

.sbbb-2 {
  background-color: var(--red);
}

.sbbb-3 {
  background-color: #d55342;
}

.sbb-box h2,
.sbb-box p {
  color: var(--white);
}

.sbb-box p {
  padding: 2rem 0rem;
  font-size: 2rem;
}

.donate-btn {
  background-color: var(--red);
  border: none;
  outline: none;
  padding: 1.5rem;
  color: var(--white);
  cursor: pointer;
  font-size: 2rem;
}

/* ===================== */
/* ===================== */
/* slider-down-img */
/* ===================== */
/* ===================== */
.slider-down-img {
  position: relative;
  width: 100%;
}

.slider-down-img .grid {
  gap: 1rem;
}

.slider-down-box {
  position: relative;
  overflow: hidden;
}

.slider-down-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay */
.slider-down-box-data {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.757);
  transform: translateY(60%);
  transition: transform 0.35s ease-in-out;
}

/* Hover effect */
.slider-down-box:hover .slider-down-box-data {
  transform: translateY(0);
}

/* Center content */
.slider-down-box-data .sdbdd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 2rem;
  text-align: center;
}

.sdbdd h3 {
  font-size: 2rem;
  color: var(--white);
}

.sdbdd a {
  background-color: var(--red);
  color: var(--white);
  padding: 1rem 3rem;
  display: inline-block;
  margin-top: 1rem;
  border-radius: 3rem;
  text-decoration: none;
}

.sdbdd a:hover {
  color: var(--white);
}

/* ======================= */
/* ======================= */
/* services */
/* ======================= */
/* ======================= */
/* ======================= */
.index-about-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

.services {
  position: relative;
  width: 100%;
  background-color: var(--bg);
  /* padding: 5rem 0rem; */
}

.courses {
  background-color: var(--white);
}

.services .wrapper-heading p {
  font-size: 1.8rem;
  color: var(--red);
  font-weight: 600;
}

.services .wrapper-heading {
  text-align: center;
}

.service-box {
  text-align: center;
  background-color: var(--red);
  border-radius: 2rem;
}

.service-box img {
  width: 100%;
  height: auto;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.service-box h3 {
  margin-top: 2rem;
  color: var(--white);
  padding: 0 2rem 0 2rem;
}

.service-box p {
  color: var(--white);
  font-size: 1.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem !important;
}

.course-box h3 {
  margin-bottom: 2rem;
}

/* =======testimonial======= */
/* =======testimonial======= */
/* =======testimonial======= */
/* =======testimonial======= */
/* =======testimonial======= */
/* =======testimonial======= */

.sec-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

.sec-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #000;
}

.sec-title h2 {
  font-size: 60px;
  letter-spacing: 0px;
  color: var(--red);
}

.sec-title p {
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}

.testimonial-area {
  background: var(--red);
  position: relative;
  z-index: 2;
  /* padding: 50px 0; */
}

.testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
  /* margin: 0px -40px; */
  padding-right: 40px;
}

.testimonial-area .owl-stage-outer {
  padding: 30px 50px;
  margin-left: -34px;
  width: calc(100% + 100px);
}

.testimonial-area img {
  filter: invert(1);
}

.single-testimonial {
  border: 7px solid #fff;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}

.single-testimonial p {
  color: #fff;
  line-height: 24px;
  padding: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}

.single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background: url(https://cdn-icons-png.flaticon.com/512/4338/4338294.png) no-repeat var(--red);
  background-size: 60%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
}

.single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background: url(https://cdn-icons-png.flaticon.com/512/4338/4338294.png) no-repeat var(--red);
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
}

.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
}

.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}

.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.client-video {
  padding-right: 15px;
}

.client-video img {
  width: 100px !important;
  height: 100px !important;
}

.client-info {
  position: relative;
  z-index: 3;
}

.client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
}

.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.client-info span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.sec-title.white-title h2 {
  color: #fff;
}

.testimonial-area .owl-dots button {
  background: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.testimonial-area .owl-dots button.active {
  width: 30px;
}

/* =======our team========== */
/* =======our team========== */
/* =======our team========== */
/* =======our team========== */
/* =======our team========== */
/* =======our team========== */
.our-team {
  position: relative;
  width: 100%;
  background-color: var(--bg);
}

.our-team .wrapper-heading {
  text-align: center;
}

.our-team .wrapper-heading p {
  font-size: 1.8rem;
  color: var(--red);
  font-weight: 600;
}

.our-team-data {
  text-align: center !important;
}

.our-team-data h4 {
  font-size: 2rem;
  color: var(--red);
  font-weight: 600;
}

/* =======volunteers refresh========== */
.volunteers-section {
  position: relative;
  padding: 60px 0 80px;
  background: linear-gradient(135deg, #fef6e8 0%, #f3f7f4 55%, #ffffff 100%);
  overflow: hidden;
}

.volunteers-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(253, 186, 116, 0.35), rgba(253, 186, 116, 0));
  pointer-events: none;
}

.volunteers-section::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.25), rgba(20, 184, 166, 0));
  pointer-events: none;
}

.volunteers-heading {
  text-align: center;
  position: relative;
  z-index: 1;
}

.volunteers-heading p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  color: #c75b1a;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.volunteers-heading h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.8rem !important;
  color: #1f2937;
}

.volunteers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.8rem;
  position: relative;
  z-index: 1;
}

.volunteer-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.6rem 2.4rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  animation: volunteer-float-in 0.7s ease both;
  position: relative;
  overflow: hidden;
}

.volunteer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(140deg, rgba(253, 186, 116, 0.12), rgba(20, 184, 166, 0.12));
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.volunteer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 55px rgba(15, 23, 42, 0.14);
}

.volunteer-card:hover::after {
  opacity: 1;
}

.volunteer-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 1.8rem;
  padding: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #14b8a6);
  position: relative;
  z-index: 1;
}

.volunteer-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  border: 4px solid #ffffff;
  display: block;
}

.volunteer-body {
  position: relative;
  z-index: 1;
}

.volunteer-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  color: #111827;
  margin-bottom: 0.4rem;
}

.volunteer-role {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  color: #0f766e;
  font-weight: 600;
}

.volunteer-card:nth-child(1) {
  animation-delay: 0.05s;
}

.volunteer-card:nth-child(2) {
  animation-delay: 0.12s;
}

.volunteer-card:nth-child(3) {
  animation-delay: 0.2s;
}

.volunteer-card:nth-child(4) {
  animation-delay: 0.28s;
}

.volunteer-card:nth-child(5) {
  animation-delay: 0.36s;
}

.volunteer-card:nth-child(6) {
  animation-delay: 0.44s;
}

@keyframes volunteer-float-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .volunteers-section {
    padding: 50px 0 70px;
  }

  .volunteers-heading h2 {
    font-size: 3.2rem !important;
  }

  .volunteer-card {
    padding: 2.2rem;
  }
}

@media (max-width: 600px) {
  .volunteers-section {
    padding: 40px 0 60px;
  }

  .volunteers-heading p {
    letter-spacing: 0.25rem;
  }

  .volunteers-grid {
    grid-template-columns: 1fr;
  }
}

/* =======Accordion========== */
/* =======Accordion========== */
/* =======Accordion========== */
/* =======Accordion========== */
/* =======Accordion========== */
/* =======Accordion========== */
.pddyss-accordion {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #f9f9fa;
}

.pddyss-accordion .wrapper-heading {
  text-align: center;
}

.pddyss-accordion .wrapper-heading p {
  color: var(--red);
  font-weight: 600;
  font-size: 1.8rem;
}

/* Accordion Item */
.pddyss-accordion-item {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

/* Active State */
.pddyss-accordion-item.active .pddyss-accordion-title::after {
  transform: rotate(45deg);
}

/* Title */
.pddyss-accordion-title {
  font-weight: 700;
  position: relative;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}

/* Icon */
.pddyss-accordion-title::after {
  content: "\ea13";
  /* ri-add-line */
  font-family: "remixicon";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--red);
  font-size: 20px;
  transition: transform 0.3s ease-in-out;
}


/* Content */
.pddyss-accordion-content {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Paragraph */
.pddyss-accordion-content p {
  font-weight: 300;
  line-height: 150%;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-top: 10px;
  padding-right: 5rem;
}


/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
footer {
  background-color: var(--red);
}

.footer-box1 img {
  width: 100%;
}

.footer-box1 p {
  color: var(--bg);
  padding: 2rem 0rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.footer-social-links a i {
  background-color: var(--bg);
  padding: 1rem;
  border-radius: 50%;
  color: var(--red);
  font-size: 1.6rem;
}

.footer-box h4 {
  color: var(--white);
  padding-bottom: 2rem;
  font-weight: 700;
  font-size: 3rem;
}

.footer-box ul a {
  padding: 0.5rem 0rem;
  color: var(--white);
}

.footer-box ul a:hover {
  color: var(--red);
}

.footer-info-data,
.footer-info-data p {
  color: var(--white);
  margin-bottom: 0rem !important;
  padding-bottom: 0rem !important;
}

.footer-info-data {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 0rem;
}

.footer-info-data i {
  font-size: 2rem;
}

.priiv {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.footer-box ul a:hover {
  color: var(--black);
}

.f-pt {
  background-color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 50rem;
}

.f-pt a {
  color: var(--red) !important;

}

.sub-footer {
  background-color: #440967;
  position: relative;
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.116);
}

.sub-footer .wrapper {
  padding: 2rem 2.8rem;
}

.sub-footer p {
  color: var(--white);
  font-weight: 300;
}

.sub-footer-links {
  display: flex;
  align-items: end;
  gap: 1rem;
  justify-content: end;
}

.sub-footer-links a {
  color: var(--red);
}

/* =======Mission & Vision========== */
/* =======Mission & Vision========== */
/* =======Mission & Vision========== */
/* =======Mission & Vision========== */
/* =======Mission & Vision========== */
/* =======Mission & Vision========== */
.mission-vision {
  position: relative;
  width: 100%;
  background-color: var(--red);
}

.mission-vision .wrapper-heading {
  text-align: center;
}

.mission-vision .wrapper-heading h2 {
  color: var(--white);
}

.mission h2 {
  padding-bottom: 1rem;
  color: var(--white);
  /* text-align: center; */
  font-size: 2.5rem !important;
}

.mission p {
  color: var(--white);
  text-align: justify;
}

.vision h2 {
  color: var(--white);
  padding-bottom: 2rem;
  /* text-align: center; */
  font-size: 2.5rem !important;
}

.vision p {
  color: var(--white);
  text-align: justify;
}

/* ================ */
/* ================ */
/* Available courses */
/* ================ */
/* ================ */
.acd {
  position: relative;
  width: 100%;
}

.acd .wrapper-heading {
  text-align: center;
}

.acd .wrapper-heading p {
  color: var(--red);
  font-weight: 800;
}

.acd .wrapper-heading h2 {
  font-size: 3rem !important;
}

.acd img {
  width: 100%;
  height: auto;
}

/* ================ */
/* ================ */
/* Upcoming courses */
/* ================ */
/* ================ */
.course-list {
  list-style: none;
  padding: 0;
}

.course-list li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 8px;
  transition: 0.3s ease;
}

.course-list li:hover {
  background: #e0f2f1;
  transform: translateX(5px);
}

.upc img {
  width: 100%;
  height: auto;
}

.course-box .cb-btn a {
  border: none;
  outline: none;
  background-color: greenyellow;
  color: var(--black);
  margin-bottom: 2rem;
  border-radius: 33rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.course-box .cb-btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

/* ================ */
/* ================ */
/* Courses Registration Apply */
/* ================ */
/* ================ */
/* Main Wrapper */
/* Main Wrapper */
.courses-regsitration-apply-section {
  padding: 40px 20px;
  background: linear-gradient(135deg, #922ECB, #6a1bb9, #b14dff);
}

/* Header */
.courses-regsitration-apply-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(146, 46, 203, 0.2);
  transition: 0.4s ease;
}

.courses-regsitration-apply-header:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(146, 46, 203, 0.3);
}

.courses-regsitration-apply-logo {
  width: 255px;
  max-width: 100%;
}

.courses-regsitration-apply-center {
  text-align: center;
}

.courses-regsitration-apply-center p {
  color: var(--black);
}

.courses-regsitration-apply-center h1 {
  color: #922ECB;
  margin: 8px 0;
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(180deg, #F04A6A 0%, #D54768 35%, #9F3E8F 65%, #451C5A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.courses-regsitration-apply-center p {
  font-size: 1.4rem;
}

.courses-regsitration-apply-center h3 {
  color: #6a1bb9;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 800;
  background: linear-gradient(180deg, #F04A6A 0%, #D54768 35%, #9F3E8F 65%, #451C5A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Form Box */
.courses-regsitration-apply-form-box {
  margin-top: 30px;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(146, 46, 203, 0.15);
}

/* Title */
.courses-regsitration-apply-title {
  text-align: center;
  background: linear-gradient(90deg, #922ECB, #b14dff);
  color: #fff;
  padding: 14px;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-size: 2.5rem;
}

/* Section */
.courses-regsitration-apply-group {
  margin-bottom: 25px;
  padding: 15px;
  background: linear-gradient(145deg, #f7ecff, #ffffff);
  border-left: 5px solid #922ECB;
  border-radius: 8px;
  transition: 0.3s ease;
}

.courses-regsitration-apply-group:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(146, 46, 203, 0.15);
}

.courses-regsitration-apply-group h2 {
  font-size: 2rem !important;
  margin-bottom: 12px;
  color: #922ECB;
}

/* Inputs */
.courses-regsitration-apply-field {
  margin-bottom: 15px;
}

.courses-regsitration-apply-field label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #6a1bb9;
  font-size: 1.2rem;
}

.courses-regsitration-apply-field input,
.courses-regsitration-apply-field select {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #d6b3ff;
  font-size: 14px;
  transition: 0.3s ease;
}

.courses-regsitration-apply-field input:focus,
.courses-regsitration-apply-field select:focus {
  border-color: #922ECB;
  box-shadow: 0 0 8px rgba(146, 46, 203, 0.3);
  outline: none;
}

/* Radio */
.courses-regsitration-apply-radio {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Declaration */
.courses-regsitration-apply-declaration {
  background: linear-gradient(135deg, #f3e5ff, #ffffff);
  padding: 15px;
  border-left: 5px solid #922ECB;
  border-radius: 8px;
  font-size: 13px;
  margin-top: 20px;
}

/* Button */
.courses-regsitration-apply-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, #922ECB, #b14dff);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Button Hover Animation */
.courses-regsitration-apply-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(146, 46, 203, 0.4);
}

/* Shine Effect */
.courses-regsitration-apply-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: 0.5s;
}

.courses-regsitration-apply-btn:hover::after {
  left: 100%;
}

.name-flex {
  display: flex;
  gap: 10px;
}

.name-flex select {
  width: 20%;
}

.name-flex input {
  width: 80%;
}

/* Responsive */
@media(max-width:768px) {
  .courses-regsitration-apply-header {
    flex-direction: column;
    text-align: center;
  }
}

/* ======================= */
/* ======================= */
/* gallery */
/* ======================= */
/* ======================= */
/* ======================= */
.gallery {
  position: relative;
}

.popup-gallery a img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
}

.gallery-img-box a img {
  width: 100%;
  height: auto;
}

.gallery-img-box a h2 {
  text-align: center;
  color: var(--white);
  font-size: 2.5rem !important;
  background-color: var(--red);
  padding: 2rem;
}

/* ///////contact//////// */
/* ///////contact//////// */
/* ///////contact//////// */
/* ///////contact//////// */
.contact {
  position: relative;
  width: 100%;
}

.map {
  border-radius: 2rem;
}

.contact-data {
  margin-top: 10rem;
}

.cd-left-heading h5 {
  font-weight: 500;
  padding-bottom: 2rem;
}

.cd-left-heading h2 {
  font-weight: 500;
  padding-bottom: 2rem;
}

.cd-left-heading p {
  padding-bottom: 5rem;
}

.cd-timing {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}

.cd-timing-box {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 2rem 0;
}

.cd-timing-box i {
  font-size: 2.5rem;
  color: var(--brightaqua);
}

.cd-timing-box-data h4 {
  font-weight: 500;
  padding-bottom: 1rem;
}

.contact-from {
  background-color: #f8f9fa;
  padding: 3rem;
  border-radius: 2rem;
}

.contact-from h2 {
  font-weight: 500;
  padding-bottom: 2rem;
}

.form-c input,
.form-c textarea {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 1rem;
  outline: none;
  border: 1px solid var(--gray);
}

.form-c input,
.form-c textarea::placeholder {
  font-size: 1.4rem;
}

.common-btn {
  width: 200px;
  height: 50px;
  background: rgb(0, 136, 11);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--white);
  border: none;
  border-radius: 22rem;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all 0.3s linear;
}

/* ========================== */
/* ========================== */
/* ========================== */
/* login page css  */
/* ========================== */
/* ========================== */
.login-page {
  height: 100vh;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-container {
  width: 100%;
  padding: 20px;
}

.login-box {
  max-width: 400px;
  background: #fff;
  padding: 40px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.login-box h2 {
  text-align: center;
  margin-bottom: 30px;
}

.input-group {
  margin-bottom: 20px;
}

.input-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.input-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  transition: 0.3s;
}

.input-group input:focus {
  border-color: #667eea;
}

.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.options a {
  text-decoration: none;
  color: #667eea;
}

.login-btn {
  width: 100%;
  padding: 12px;
  border: none;
  background: #667eea;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.login-btn:hover {
  background: #5a67d8;
}

.register-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.register-text a {
  color: #667eea;
  text-decoration: none;
}

/* ========================== */
/* ========================== */
/* ========================== */
/* common_registration_form  */
/* ========================== */
/* ========================== */
/* Container */
.common_regist_container {
  width: 100%;
  padding: 20px;
}

/* Box */
.common_regist_box {
  max-width: 400px;
  background: #fff;
  padding: 40px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Title */
.common_regist_title {
  text-align: center;
  margin-bottom: 30px;
}

/* Input Group */
.common_regist_input_group {
  margin-bottom: 20px;
}

.common_regist_input_group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.common_regist_input_group input::placeholder {
  font-size: 1.4rem;
}

/* Input */
.common_regist_input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: 0.3s;
}

.common_regist_input::placeholder {
  font-size: 1.4rem;
}

.common_regist_input:focus {
  border-color: #4e73df;
}

/* Button */
.common_regist_btn {
  width: 100%;
  padding: 12px;
  border: none;
  background: #4e73df;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
}

.common_regist_btn:hover {
  background: #2e59d9;
}

/* ========================== */
/* ========================== */
/* ========================== */
/* Donation Form  */
/* ========================== */
/* ========================== */
/* Container */
.donation_container {
  width: 100%;
  padding: 20px;
}

/* Box */
.donation_box {
  /* max-width: 420px; */
  background: #fff;
  padding: 40px 20px;
  /* margin: auto; */
  border-radius: 12px;
  /* box-shadow: 0 15px 30px rgba(0,0,0,0.1); */
}

/* Title */
.donation_title {
  text-align: center;
  margin-bottom: 30px;
}

/* Input Group */
.donation_input_group {
  margin-bottom: 20px;
}

.donation_input_group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

/* Input */
.donation_input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: 0.3s;
}

.donation_input::placeholder {
  font-size: 1.4rem;
}

.donation_input:focus {
  border-color: #ee0979;
}

/* Button */
.donation_btn {
  width: 100%;
  padding: 14px;
  border: none;
  background: #ee0979;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.donation_btn:hover {
  background: #c6005c;
}

/* /////////donation text data css////////// */
/* /////////donation text data css////////// */
.donation-text {
  /* padding: 40px; */
}

.donation-text-main-title {
  font-size: 2.6rem;
  background: linear-gradient(90deg, #ee0979, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.donation-text-reg p {
  font-weight: 600;
  color: #444;
}

.donation-text-form-text {
  font-size: 1.3rem;
  color: gray;
}

.donation-text-donate-badge {
  background: linear-gradient(135deg, #ff512f, #dd2476);
  padding: 15px;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  margin: 15px 0;
}

.donation-text-heading {
  font-size: 2.2rem;
  color: #ee0979;
  margin: 20px 0;
}

.donation-text-section-title {
  margin-top: 25px;
  margin-bottom: 10px;
  color: var(--red);
}

.donation-text-desc {
  line-height: 1.7;
  color: #333;
}

.donation-text-card {
  background: #fff5fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.donation-text-impact-box {
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.donation-text-tax-box {
  background: #e8f8f5;
  padding: 20px;
  border-left: 5px solid green;
  border-radius: 8px;
}

.donation-text-contact-box {
  margin-top: 30px;
  padding: 20px;
  background: var(--red);
  color: #fff;
  border-radius: 12px;
}

.donation-text-contact-box p {
  color: var(--white);
}

/* /////////donation text data css////////// */
/* /////////donation text data css////////// */
/* ==================== */
/* ==================== */
/* institute registration  */
/* ==================== */
/* ==================== */
.institute_registration {
  position: relative;
  width: 100%;
}

.institute-regi-container {
  background: #ffffff;
  padding: 2rem;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.institute-regi-heading {
  background: linear-gradient(90deg, #7b2ff7, #f107a3);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 18px !important;
  margin: 30px 0 20px;
}

.institute-regi-group {
  margin-bottom: 18px;
}

.institute-regi-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  font-size: 1.4rem;
}

.institute-regi-group input,
.institute-regi-group select,
.institute-regi-group textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.3s ease;
}

.institute-regi-group input:focus,
.institute-regi-group select:focus,
.institute-regi-group textarea:focus {
  border-color: #7b2ff7;
  box-shadow: 0 0 6px rgba(123, 47, 247, 0.4);
  outline: none;
}

.institute-regi-row {
  display: flex;
  gap: 20px;
}

.institute-regi-row .institute-regi-group {
  flex: 1;
}

.institute-regi-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(to right, #7b2ff7, #f107a3);
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.3s ease;
}

.institute-regi-btn:hover {
  transform: scale(1.02);
  opacity: 0.9;
}

.institute-regi-payment {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding: 12px 15px;
  background: #f8f5ff;
  border: 1px solid #e0d4ff;
  border-radius: 8px;
}

.institute-regi-payment input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #7b2ff7;
  cursor: pointer;
}

.institute-regi-payment label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

@media(max-width:768px) {
  .institute-regi-row {
    flex-direction: column;
  }
}

/* ====================== */
/* ====================== */
/* Organization Registration css  */
/* ====================== */
/* ====================== */
.organization-regis-pddyss-about {
  /* padding: 80px 20px; */
  background: linear-gradient(135deg, #ff9933, #ffffff, #138808);
  font-family: 'Poppins', sans-serif;
}

.organization-regis-container {
  background: #ffffff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.organization-regis-main-title {
  text-align: center;
  font-size: 32px;
  color: #0d3b66;
  margin-bottom: 10px;
}

.organization-regis-main-title span {
  display: block;
  font-size: 18px;
  color: #ff6b00;
  margin-top: 10px;
}

.organization-regis-about-box {
  margin-top: 4rem;
}

.organization-regis-about-box p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
  padding: 15px;
  border-left: 5px solid #138808;
  background: #f9f9f9;
  border-radius: 8px;
  transition: 0.3s ease;
}

.organization-regis-about-box img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}

.organization-regis-about-box p:hover {
  background: #fff3e6;
  transform: translateX(10px);
}

.organization-regis-about-box strong {
  color: #d62828;
}

/* ====================== */
/* ====================== */
/* Refund Policy  */
/* ====================== */
/* ====================== */
.refund-policy {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #fff8f0, #ffe6f0);
  font-family: 'Poppins', sans-serif;
}

.policy-container {
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  padding: 4rem;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.policy-container h1 {
  text-align: center;
  font-size: 3rem;
  color: #6a1b9a;
  margin-bottom: 2rem;
}

.policy-dates {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #555;
}

.intro {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.intro span {
  color: #ff4081;
  font-weight: 600;
}

.policy-box {
  background: #f9f9ff;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 6px solid var(--red);
  border-radius: 12px;
  transition: 0.3s ease;
}

.policy-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.policy-box h2 {
  font-size: 1.8rem !important;
  color: var(--red);
  margin-bottom: 1rem;
}

.policy-box ul {
  padding-left: 2rem;
}

.policy-box li {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

.policy-box p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.policy-box a,
.contact-box a {
  color: #6a1b9a;
  text-decoration: none;
  font-weight: 600;
}

.policy-box a:hover,
.contact-box a:hover {
  text-decoration: underline;
}

.contact-box {
  margin-top: 3rem;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(135deg, #6a1b9a, #ff4081);
  color: white;
  border-radius: 15px;
  font-size: 1.5rem;
}

.contact-box p {
  color: var(--white);
}

.contact-box a {
  color: #fff;
  font-weight: bold;
}

/* ====================== */
/* ====================== */
/* Privacy Policy  */
/* ====================== */
/* ====================== */
.privacy-policy {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #e0f7fa, #fce4ec);
  font-family: 'Poppins', sans-serif;
}

.privacy-container {
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  padding: 4rem;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.privacy-container h1 {
  text-align: center;
  font-size: 3rem;
  color: #004d40;
  margin-bottom: 2rem;
}

.privacy-dates {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #555;
}

.privacy-intro {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.privacy-intro span {
  color: #d81b60;
  font-weight: 600;
}

.privacy-box {
  background: #f9f9ff;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 6px solid #00acc1;
  border-radius: 12px;
  transition: 0.3s ease;
}

.privacy-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.privacy-box h2 {
  font-size: 1.8rem !important;
  color: var(--red);
  margin-bottom: 1rem;
}

.privacy-box ul {
  padding-left: 2rem;
}

.privacy-box li {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

.privacy-box p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.privacy-box a,
.privacy-contact a {
  color: #004d40;
  text-decoration: none;
  font-weight: 600;
}

.privacy-box a:hover,
.privacy-contact a:hover {
  text-decoration: underline;
}

.privacy-contact {
  margin-top: 3rem;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(135deg, #004d40, #00acc1);
  color: white;
  border-radius: 15px;
  font-size: 1.5rem;
}

.privacy-contact p {
  color: var(--white);
}

.privacy-contact a {
  color: #fff;
  font-weight: bold;
}

/* ====================== */
/* ====================== */
/* Terms and Conditions  */
/* ====================== */
/* ====================== */
.terms-policy {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #f3e5f5, #e1f5fe);
  font-family: 'Poppins', sans-serif;
}

.terms-container {
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  padding: 4rem;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.terms-container h1 {
  text-align: center;
  font-size: 3rem;
  color: #4a148c;
  margin-bottom: 2rem;
}

.terms-dates {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #555;
}

.terms-intro {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.terms-intro span {
  color: #0288d1;
  font-weight: 600;
}

.terms-box {
  background: #fafafa;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 6px solid #7b1fa2;
  border-radius: 12px;
  transition: 0.3s ease;
}

.terms-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.terms-box h2 {
  font-size: 1.8rem !important;
  margin-bottom: 1rem;
  color: var(--red);
}

.terms-box p,
.terms-box li {
  font-size: 1.4rem;
  line-height: 1.6;
}

.terms-box ul {
  padding-left: 2rem;
}

.terms-contact {
  margin-top: 3rem;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(135deg, #4a148c, #0288d1);
  color: white;
  border-radius: 15px;
  font-size: 1.5rem;
}

.terms-contact p {
  color: var(--white);
}

.terms-contact a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.terms-contact a:hover {
  text-decoration: underline;
}

/* ====================== */
/* ====================== */
/* We are Affiliated with  */
/* ====================== */
/* ====================== */
.affiliated {
  position: relative;
  ;
  width: 100%;
  background-color: var(--bg);
}

.affiliated .wrapper-heading {
  text-align: center;
}

.affiliated-flex a img {
  width: 100%;
  height: auto;
}