@charset "utf-8";

::selection{
	background-color: var(--primary-color);
	color: #fff;
}

/* ___________________ Header Starts _______________________*/
.navbar-default {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  display: block;
}

.stellarnav {
  transition: all 0.3s ease-in-out;
}

/*-- Moblie Menu 1 --*/
.stellarnav .menu-toggle span.bars span {
  width: 35px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.stellarnav.active .bars span:nth-child(2) {
  opacity: 0;
}

.stellarnav.active .bars span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.stellarnav.active .bars span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}


.navbar-default {
  background-color: var(--light-color-1);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.04);
  padding-block: 20px;
  position: relative;
  z-index: 9999;
}

.navbar-default .stellarnav>ul>li>a {
  padding: 0 clamp(11px, 0.781vw, 15px);
}

.navbar-default .stellarnav li a {
  font-size: var(--uc-font-size-18);
  color: #0D0301;
}

.navbar-default .stellarnav li.current_page_item a {
  color: var(--primary-color);
}

.navbar-default .logo-block {
  max-width: 100px;
}

.navbar-default .btn-group {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.823vw, 35px);
}

.navbar-default .btn-group .call-info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.navbar-default .btn-group .call-info .icon {
  width: clamp(30px, 2.188vw, 42px);
  aspect-ratio: 1/1;
  background: var(--primary-color-light);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-default .btn-group .call-info .icon svg {
  width: clamp(15px, 1.146vw, 22px);
  height: clamp(15px, 1.146vw, 22px);
}

.navbar-default .btn-group .call-info .detail h5 {
  font-size: var(--uc-font-size-16);
}

.navbar-default .btn-group .call-info .detail a {
  color: var(--primary-color);
  font-size: var(--uc-font-size-23);
  font-weight: 700;
}

.stellarnav .menu-toggle span.bars {
  margin-right: 0;
  top: 0;
}

.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
  padding: 0;
}

.stellarnav.mobile.dark ul {
  background-color: #F8F8F8;
}


.hero-section {
  position: relative;
  margin-bottom: clamp(45px, 5.208vw, 100px);
  overflow: hidden;
}

.hero-section .background {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 10.10%);
  z-index: 1;
  border-bottom-left-radius: clamp(45px, 5.208vw, 103px);
  background-image: -moz-linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
}

.hero-section .main-block {
  position: relative;
  z-index: 999;
  padding-block: clamp(41px, 4.688vw, 90px) clamp(52px, 5.990vw, 115px);
}

.hero-section .content-wrapper h1 {
  font-size: clamp(34px, 2.969vw, 57px);
  font-family: var(--secondary-font);
  line-height: 1.2105;
}

.hero-section .content-wrapper p {
  color: var(--dark-color-3);
  font-size: var(--uc-font-size-18);
  line-height: 1.6667;
  margin-top: 30px;
}

.hero-section .content-wrapper .btn-group {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.042vw, 20px);
  margin-top: clamp(25px, 2.604vw, 50px);
}

.hero-section .content-wrapper .btn-group [class^="primary-btn-"] {
  flex-grow: 1;
  max-width: 200px;
}

.hero-section .leaf-element {
  width: 283px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  transform-origin: 95% 100%;
  animation: leafSway 4s ease-in-out infinite;
}

@keyframes leafSway {
  0% {
    transform: rotate(0deg) translateX(0px) translateY(0px);
  }

  20% {
    transform: rotate(2deg) translateX(1px) translateY(-1px);
  }

  40% {
    transform: rotate(-3deg) translateX(-1px) translateY(1px);
  }

  60% {
    transform: rotate(2deg) translateX(1px) translateY(0px);
  }

  80% {
    transform: rotate(-1deg) translateX(-1px) translateY(-1px);
  }

  100% {
    transform: rotate(0deg) translateX(0px) translateY(0px);
  }
}



.who-we-are-section .img-wrapper {
  position: relative;
}

.who-we-are-section .img-wrapper .design-element-1 {
  position: absolute;
  top: -16.10%;
  right: -12.08%;
  width: 73.75%;
  height: 70.85%;
  animation: floatTopRight 2s ease-in-out infinite;
}

.who-we-are-section .img-wrapper .main-img {
  position: relative;
  z-index: 999;
}

.who-we-are-section .img-wrapper .main-img img {
  border-radius: 50%;
  border-top-right-radius: 0;
  aspect-ratio: 1 / 1;
  width: 100%;
}

@keyframes floatTopRight {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(5px, -5px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.who-we-are-section .content-wrapper {
  padding-top: clamp(20px, 2.083vw, 40px);
}

.who-we-are-section .content-wrapper p {
  margin-top: clamp(23px, 2.344vw, 45px);
  font-size: var(--uc-font-size-18);
  line-height: 1.6667;
}

.who-we-are-section .content-wrapper h4 {
  font-size: var(--uc-font-size-30);
  font-family: var(--secondary-font);
  margin-top: 48px;
}

.who-we-are-section .content-wrapper ul {
  margin-top: clamp(14px, 1.042vw, 20px);
}

.who-we-are-section .content-wrapper ul li {
  font-size: var(--uc-font-size-18);
  padding-left: clamp(18px, 1.823vw, 35px);
  position: relative;
}

.who-we-are-section .content-wrapper ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid var(--dark-color-1);
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.who-we-are-section .content-wrapper ul li+li {
  margin-top: clamp(14px, 1.042vw, 20px);
}

.who-we-are-section .main-block {
  position: relative;
  padding-block: clamp(45px, 5.208vw, 100px) clamp(21px, 2.188vw, 42px);
}

.who-we-are-section .main-block .design-element-2 {
  position: absolute;
  top: -2.23%;
  left: -1.73%;
  animation: pulseanimation 3s ease-in-out infinite;
  max-width: clamp(45px, 5.260vw, 101px);
}

@keyframes pulseanimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.who-we-are-section {
  position: relative;
  padding: 50px 0 0 0;
}

.who-we-are-section .design-element-3 {
  bottom: -11.93%;
  right: 5.94%;
  position: absolute;
  animation: floatSoft 2.5s ease-in-out infinite;
  max-width: clamp(61px, 7.969vw, 153px);
}

@keyframes floatSoft {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0px);
  }
}


.our-programs-section {
  padding-block: clamp(20px, 2.083vw, 40px) clamp(30px, 3.125vw, 60px);
}

.our-programs-section .title-1 {
  text-align: center;
}

.our-programs-section .box-container {
  margin-top: clamp(36px, 4.167vw, 80px);
}

.our-programs-section .box-container .row {
  display: flex;
}

.our-programs-section .box-container .col-lg-3 {
  display: flex;
}

.our-programs-section .box-container .box {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0px 9px 36px 0px rgba(205, 50, 132, 0.23);
  transition: box-shadow 0.4s ease;
  padding: 30px 23px;
  color: var(--light-color-1);
  display: flex;
  flex-direction: column;
  height: 100%;
  outline: 1px dashed #ffffff36;
  outline-offset: -10px;
}

.our-programs-section .box-container .box .box-content {
  flex: 1 1 auto;
}

.our-programs-section .box-container .box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(45deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  transition: opacity 0.4s ease;
  z-index: -1;
}

.our-programs-section .box-container .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(45deg, rgb(205, 50, 132) 0%, rgb(253, 181, 95) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.our-programs-section .box-container .box:hover {
  box-shadow: none;
}

.our-programs-section .box-container .box:hover::before {
  opacity: 0;
}

.our-programs-section .box-container .box:hover::after {
  opacity: 1;
}

.our-programs-section .box-container .box .tag {
    padding: 5px 10px;
    background-color: var(--dark-color-1);
    display: block;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: max-content;
}

.our-programs-section .box-container .box h4 {
  font-size: var(--uc-font-size-24);
  font-family: var(--secondary-font);
  margin-top: 25px;
  line-height: 1.4167;
  text-align: center;
}

.our-programs-section .box-container .box ul li {
  margin-top: clamp(18px, 1.823vw, 35px);
  padding-left: clamp(15px, 1.146vw, 22px);
  position: relative;
}

.our-programs-section .box-container .box ul li::before {
  content: '';
  height: clamp(7px, 0.521vw, 10px);
  width: clamp(7px, 0.521vw, 10px);
  border-radius: 50%;
  background-color: var(--light-color-1);
  position: absolute;
  left: 0;
  top: 5px;
}

.our-programs-section .box-container .box .primary-btn-2-sm {
  width: 100%;
  margin-top: 25px;
}



.why-this-matter-section {
  padding-block: clamp(30px, 3.125vw, 60px) clamp(28px, 2.917vw, 56px);
}

.why-this-matter-section .box-container {
  margin-top: clamp(25px, 2.604vw, 50px);
}

.why-this-matter-section .left-box ul li {
  position: relative;
  padding-left: 35px;
  font-size: var(--uc-font-size-28);
  font-family: var(--secondary-font);
  line-height: 1;
}

.why-this-matter-section .left-box ul li+li {
  margin-top: 25px;
}

.why-this-matter-section .left-box ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(50% 0%, 68% 32%, 100% 50%, 68% 68%, 50% 100%, 32% 68%, 0% 50%, 32% 32%);
  animation: sparkle-spin 5s linear infinite;
}

@keyframes sparkle-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.why-this-matter-section .right-box {
  background-color: #F0F0F0;
  padding: clamp(34px, 3.906vw, 75px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}

.why-this-matter-section .right-box h4 {
  font-size: var(--uc-font-size-28);
  line-height: 1.8214;
  font-family: var(--secondary-font);
  text-align: center;
  max-width: 700px;
}


.work-with-us-section {
  padding-block: clamp(30px, 3.125vw, 60px) clamp(25px, 2.604vw, 50px);
}

.work-with-us-section .box-container {
  margin-top: clamp(29px, 3.385vw, 65px);
}

.work-with-us-section .box {
  position: relative;
  padding: clamp(28px, 2.865vw, 55px);
  border-radius: clamp(15px, 1.563vw, 30px);
  text-align: center;
  background: #ffffff;
  z-index: 1;
  height: 100%;
}

.work-with-us-section .box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, #dd3e92, #fdb55f, #dd3e92);
  background-size: 300% 300%;
  animation: borderMove 2s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.work-with-us-section .box h4 {
  font-size: var(--uc-font-size-30);
  font-family: var(--secondary-font);
}

.work-with-us-section .box h5 {
  margin-top: clamp(15px, 1.563vw, 30px);
  font-size: var(--uc-font-size-23);
  line-height: 1.3636;
}



.become-a-partner-section {
  padding-block: clamp(25px, 2.604vw, 50px) clamp(45px, 5.208vw, 100px);
}

.become-a-partner-section .main-block {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 3.125vw, 60px) 0;
  border-radius: clamp(32px, 3.646vw, 70px);
  color: var(--light-color-1);
  background-image: url("../images/become-section-bg.png"), -moz-linear-gradient(55deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  background-image: url("../images/become-section-bg.png"), -webkit-linear-gradient(55deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  background-image: url("../images/become-section-bg.png"), -ms-linear-gradient(55deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  background-image: url("../images/become-section-bg.png"), linear-gradient(55deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
}

.become-a-partner-section .main-block .box h3 {
  font-size: var(--uc-font-size-45);
  font-family: var(--secondary-font);
}

.become-a-partner-section .main-block .box p:first-of-type {
  margin-top: clamp(20px, 2.865vw, 55px);
}

.become-a-partner-section .main-block .box p+p {
  margin-top: clamp(10px, 2.344vw, 45px);
}

.become-a-partner-section .main-block .box p {
  font-size: var(--uc-font-size-18);
}

.become-a-partner-section .main-block .primary-btn-2 {
  position: relative;
  z-index: 1;
  margin-top: clamp(29px, 3.385vw, 65px);
}


.footer-section {
  background: #353535;
  color: var(--light-color-1);
  padding-top: clamp(23px, 2.344vw, 45px);
  position: relative;
}

.footer-section .footer-top {
  margin-bottom: clamp(30px, 3.125vw, 60px);
}

.footer-section .footer-logo {
  width: 127px;
}

.footer-section .footer-desc {
  max-width: 380px;
  line-height: 1.5;
  margin-top: clamp(18px, 1.823vw, 35px);
}

.footer-section .footer-contact {
  display: flex;
  margin-top: clamp(32px, 3.646vw, 30px);
  gap: clamp(18px, 1.823vw, 35px);
}

.footer-section .footer-contact-block h4 {
  font-size: var(--uc-font-size-18);
  margin-bottom: 6px;
  font-weight: 700;
}

.footer-section .footer-contact-block .contact-link {
  font-size: 15px;
  margin-bottom: clamp(13px, 0.938vw, 18px);
  color: var(--light-color-1);
}

.footer-section .footer-title {
  font-size: var(--uc-font-size-28);
  font-family: var(--secondary-font);
  margin-bottom: 30px;
}



.footer-section .newsletter-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0 0 30px 0;
}

.footer-section .newsletter-form input {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  font-size: 16px;
  outline: none;
  background: var(--light-color-1);
  color: #000000;
}

.footer-section .newsletter-form button {
  min-width: clamp(90px, 6.771vw, 100px);
  border: none;
  background: #000000;
  color: var(--light-color-1);
  font-size: 16px;
  cursor: pointer;
}

.footer-section .newsletter-form .wpcf7-form-control-wrap[data-name="acceptance-551"] {
  display: block;
  width: 100%;
}

.footer-section .newsletter-form [data-name="acceptance-551"] .wpcf7-list-item {
  display: block;
  margin: 0 0 20px 0;
  width: 100%;
}

.footer-section .newsletter-form [data-name="acceptance-551"] .wpcf7-list-item label {
  font-size: 14px;
  color: var(--light-color-1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.footer-section .newsletter-form [data-name="acceptance-551"] .wpcf7-list-item input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
  accent-color: var(--primary-color);
}

.footer-section .newsletter-form .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  background: #dc3232;
  padding: 0 5px;
}

.footer-section .newsletter-form .wpcf7-response-output {
  font-size: 12px;
  font-weight: 400;
  border-width: 1px !important;
  margin: 0 !important;
}

.footer-section .footer-terms {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin: 0;
}

.footer-section .footer-terms input {
  display: none;
}

.footer-section .checkmark {
  width: 16px;
  height: 16px;
  border: 2px solid var(--primary-color);
  display: inline-block;
  position: relative;
  border-radius: 2px;
  box-sizing: border-box;
}

.footer-section .checkmark::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  border-right: 2px solid var(--light-color-1);
  border-bottom: 2px solid var(--light-color-1);
  left: 4px;
  top: 0px;
  transform: rotate(45deg);
  opacity: 0;
}

.footer-section .footer-terms input:checked+.checkmark::after {
  opacity: 1;
}

.footer-section .footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  margin-top: clamp(30px, 4.427vw, 50px);
}

.footer-section .footer-social svg {
  width: clamp(20px, 1.406vw, 27px);
  height: clamp(20px, 1.406vw, 27px);
  color: var(--light-color-1);
}

.footer-section .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: clamp(15px, 1.563vw, 30px);
}

.footer-section .footer-links li+li {
  margin-top: clamp(14px, 1.042vw, 20px);
}

.footer-section .footer-links a {
  color: #eeeeee;
  text-decoration: none;
  font-size: var(--uc-font-size-18);
}

.footer-section .footer-links a:hover {
  opacity: 0.75;
}

.footer-section .footer-bottom {
  border-top: 1px solid #444444;
  padding: clamp(17px, 1.771vw, 34px) 0;
  margin-top: clamp(15px, 1.563vw, 30px);
}

.footer-section .footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-section .footer-bottom-links a {
  text-decoration: none;
  color: #eeeeee;
  margin: 0 6px;
}

.footer-section .footer-bottom-links span {
  color: #888888;
}

.footer-section a:hover {
  opacity: 50%;
  transition: 0.3s ease-in-out;
}

.footer-section .whatsapp-btn {
  width: clamp(36px, 4.115vw, 50px);
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 50px;
  right: clamp(10px, 2.604vw, 50px);
  border-radius: 28px;
  overflow: visible;
}

.footer-section .whatsapp-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 3px solid rgba(37, 211, 102, 0.45);
  animation: radiateRounded 2.5s ease-out infinite;
}

@keyframes radiateRounded {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.footer-section .whatsapp-btn img {
  height: 100%;
  width: 100%;
  border-radius: clamp(14px, 1.458vw, 28px);
  display: block;
}



/* ================================================
inner page css start here
================================================ */


.inner-hero-section {
  padding-block: clamp(80px, 6.771vw, 130px);
  background-image: -moz-linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
  position: relative;
  overflow: hidden;
}

.inner-hero-section h1 {
  font-size: var(--uc-font-size-57);
  font-family: var(--secondary-font);
  text-align: center;
}

.inner-hero-section h2 {
  text-align: center;
  font-size: var(--uc-font-size-20);
  margin-bottom: 20px;
}

.inner-hero-section .leaf-element {
  width: 283px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  transform-origin: 95% 100%;
  animation: leafSway 4s ease-in-out infinite;
}

@keyframes leafSway {
  0% {
    transform: rotate(0deg) translateX(0px) translateY(0px);
  }

  20% {
    transform: rotate(2deg) translateX(1px) translateY(-1px);
  }

  40% {
    transform: rotate(-3deg) translateX(-1px) translateY(1px);
  }

  60% {
    transform: rotate(2deg) translateX(1px) translateY(0px);
  }

  80% {
    transform: rotate(-1deg) translateX(-1px) translateY(-1px);
  }

  100% {
    transform: rotate(0deg) translateX(0px) translateY(0px);
  }
}


.about-page-bottom-section {
  padding-block: clamp(52px, 6.771vw, 130px) clamp(64px, 8.333vw, 160px);
}

.about-page-bottom-section .box {
  background-image: -moz-linear-gradient(45deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  color: var(--light-color-1);
  padding: 28px;
  border-radius: 30px;
  height: 100%;
}

.about-page-bottom-section .row {
  --bs-gutter-y: 24px;
}

.about-page-bottom-section .box .heading {
  display: flex;
  gap: 16px;
}

.about-page-bottom-section .box .heading svg {
  width: 36px;
  height: 36px;
}

.about-page-bottom-section .box p {
  margin-top: clamp(20px, 1.458vw, 28px);
  font-size: var(--uc-font-size-18);
  line-height: 1.4444;
}

.about-page-bottom-section .box h3 {
  font-family: var(--secondary-font);
  font-size: var(--uc-font-size-40);
}


.our-programs-section.inner-page {
  padding-block: clamp(32px, 3.646vw, 70px) clamp(68px, 8.854vw, 170px);
}

.our-programs-section.inner-page .box .icon-wrapper svg {
  width: 52px;
  height: 52px;
}

.our-programs-section.inner-page .box .icon-wrapper {
  display: flex;
  justify-content: center;
}

.our-programs-section.inner-page .box {
  text-align: center;
}

.our-programs-section.inner-page .box h4 {
  font-size: var(--uc-font-size-32);
}

.our-programs-section.inner-page .box h5 {
  font-size: var(--uc-font-size-18);
  font-weight: 400;
  margin-top: 10px;
}

.our-programs-section.inner-page .box p {
  font-size: var(--uc-font-size-18);
  margin-top: clamp(20px, 2.083vw, 40px);
  line-height: 1.3333;
}

.our-programs-section.inner-page .box .primary-btn-2 {
  margin-top: clamp(14px, 1.042vw, 20px);
}

.our-programs-section.inner-page .box-container {
  margin-top: 0;
}


.partner-section.inner-page {
	display: none;
  padding-block: 100px;
}

.partner-section.inner-page .title-1 {
  font-size: var(--uc-font-size-40);
}

.partner-section.inner-page .left-block ul {
  margin-top: clamp(20px, 2.083vw, 40px);
}

.partner-section.inner-page .left-block ul li+li {
  margin-top: clamp(18px, 1.823vw, 35px);
}

.partner-section.inner-page .left-block ul li {
  padding-left: 28px;
  position: relative;
  line-height: 1.4444;
}

.partner-section.inner-page .left-block ul li::before {
  content: '';
  height: 10px;
  width: 10px;
  background-color: var(--dark-color-1);
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.partner-section.inner-page .box {
  transition: 0.3s ease-in-out;
  background-color: #C98645;
  color: var(--light-color-1);
  position: relative;
  padding: clamp(50px, 4.792vw, 92px) clamp(15px, 1.563vw, 30px);
  text-align: center;
  border-radius: 40px;
}

.partner-section.inner-page .box .tag {
  min-width: 110px;
  font-size: var(--uc-font-size-22);
  background-color: var(--dark-color-1);
  padding: clamp(9px, 0.677vw, 13px) clamp(11px, 1.146vw, 22px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.partner-section.inner-page .box h4 {
  font-size: var(--uc-font-size-40);
  font-family: var(--secondary-font);
}

.partner-section.inner-page .box h5 {
  font-weight: 400;
  font-size: var(--uc-font-size-18);
  margin-top: 10px;
}

.partner-section.inner-page .box-container [class^="col-"]:nth-child(2) .box {
  background-color: #777777;
}

.partner-section.inner-page .box-container [class^="col-"]:nth-child(3) .box {
  background-color: #E8B903;
}

.partner-section.inner-page .box:hover {
  transform: scale(1.02);
  transition: 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.partner-section.inner-page .btn-block {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.042vw, 20px);
  margin-top: clamp(41px, 4.688vw, 90px);
}






.new-partners-section{
	padding: 100px 0;
	margin: 0;
}

.new-partners-section .lt-block{
	padding: 0;
	margin: 0 0 30px 0;
}

.new-partners-section .lt-block .title-1{
	padding: 0;
	margin: 0 0 15px 0;
}

.new-partners-section .rt-block ul li{
	padding: 0;
	margin: 15px 0;
}


.new-partners-section .package-card{
	position: relative;
	background-color: #353535;
	border: 2px solid #353535;
	color: #fff;
	border-radius: 20px;
	padding: 30px;
	margin: 0;
	transition: 0.2s ease-in-out;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.new-partners-section [data-package="bronze"]{
	border: 4px solid #C98645;
	height: 739px;
}

.new-partners-section [data-package="bronze"]::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translatex(-50%);
	background-color: #C98645;
	width: 100px;
	height: 10px;
	border-radius: 0 0 50px 50px;
}

.new-partners-section [data-package="silver"]::before{
	background-color: silver;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translatex(-50%);
	width: 100px;
	height: 10px;
	border-radius: 0 0 50px 50px;
}

.new-partners-section [data-package="silver"]{
	border: 4px solid silver;
}

.new-partners-section [data-package="gold"]::before{
	background-color: #E8B903;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translatex(-50%);
	width: 100px;
	height: 10px;
	border-radius: 0 0 50px 50px;
}

.new-partners-section [data-package="gold"]{
	border: 4px solid gold;
}

.new-partners-section .package-card h3 {
    font-family: var(--secondary-font);
    color: #fff;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}

.new-partners-section .package-card p {
    font-family: inherit;
    color: #fff;
    line-height: 1.3;
    padding: 15px 0;
    margin: 0;
}


.new-partners-section .package-card h4 {
    font-family: var(--secondary-font);
	font-size: 20px;
    color: #ffb1d9;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 10px 0;
}

.new-partners-section .package-card h4 > span{
	display: block;
	font-family: var(--primary-font);
	color: #fff;
}


.new-partners-section .package-card ul li {
    font-family: inherit;
    color: #fff;
    line-height: 1.3;
    padding: 10px 0;
    margin: 0;
}

.new-partners-section .note{
    background: #e7e7e7;
    padding: 20px;
    border-radius: 20px;
    margin: 40px 0 0 0;
}



.project-outcome-section {
  padding-block: 100px;
}

.project-outcome-section .left-block .title-1 {
  font-size: var(--uc-font-size-40);
}
.project-outcome-section .left-block h2,
.project-outcome-section .left-block h3,
.project-outcome-section .left-block strong{
	display: block;
	margin: 0 0 10px 0;
}

.project-outcome-section .left-block ul {
  margin: 0 0 10px 0;
}

.project-outcome-section .left-block ul li{
  margin: 0 0 10px 0;
  font-size: var(--uc-font-size-18);
  line-height: 1.4444;
}

.project-outcome-section .left-block ul li {
  padding-left: 20px;
  position: relative;
}

.project-outcome-section .left-block ul li::before {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 8px;
	corner-shape: scoop;
}

.project-outcome-section .left-block .primary-btn-2 {
  margin: 25px 0;
}


.project-outcome-section .program-note {
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
    margin-block: 20px;
}

.project-outcome-section .program-note p{
	margin-block: 12px;
}

.project-outcome-section .program-note p > strong{
	display: inline-block;
	padding: 0;
	margin: 0;
}

.project-outcome-section .school-program-block > p {
	margin-block: 12px;
}

.project-outcome-section .school-program-block p > strong{
	display: inline-block;
	margin: 0;
}


.project-outcome-section .accordion-item .accordion-header .accordion-button {
  font-size: var(--uc-font-size-18);
  font-weight: 700;
}

.project-outcome-section .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--primary-color);
}

.project-outcome-section .accordion-item .accordion-body ul {
  padding: 0;
  margin: 0;
}

.project-outcome-section .accordion-item .accordion-body ul li {
  padding: 0;
  margin: 0;
}

.project-outcome-section .accordion-item .accordion-body ul li::after,
.project-outcome-section .accordion-item .accordion-body ul li::before {
  display: none;
}

.project-outcome-section .img-wrapper {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

.project-outcome-section .img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: transform 0.8s ease, left 0.8s ease;
}

.project-outcome-section .img-wrapper:hover::before {
  left: 120%;
  transform: skewX(-20deg);
}

.other-programs-sidebar {
  position: sticky;
  top: clamp(50px, 6.771vw, 60px);
  margin-top: 60px;
}

.project-outcome-section .other-programs-list {
  margin-top: 24px;
}

.project-outcome-section .other-programs-list li {
  padding: 0;
  margin: 0;
}

.project-outcome-section .other-programs-list a {
  color: var(--dark-color-1);
  text-decoration: none;
  display: block;
  font-size: var(--uc-font-size-18);
  padding: clamp(10px, 1.042vw, 20px) 15px;
  border-bottom: 1px solid #E0E0E0;
  transition: 0.4s ease-in-out;
}

.project-outcome-section .other-programs-list a:hover {
  background-color: #efefef;
}


.contact-form-section {
  padding-block: 100px;
}

.contact-form-section form .row {
  --bs-gutter-y: 24px;
}

.contact-form-section form .form-control {
  padding: clamp(15px, 1.563vw, 30px);
  border: 1px solid #000;
  border-radius: 12px;
  color: #000;
  font-size: var(--uc-font-size-18);
}

.contact-form-section form .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #000 !important;
}

.contact-form-section form textarea {
  min-height: 150px;
}

section.who-we-are-section-inner-page {
  padding: 100px 0 0 0;
}

.who-we-are-section-inner-page .slider-bg {
  background-image: -moz-linear-gradient(55deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  background-image: -webkit-linear-gradient(55deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  background-image: -ms-linear-gradient(55deg, rgb(253, 181, 95) 0%, rgb(205, 50, 132) 100%);
  border-radius: 70px;
}

.who-we-are-section-inner-page .slider-bg {
  padding: 100px 120px;
  margin-top: 80px;
}



.who-we-are-section-inner-page .heading {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
}

.who-we-are-section-inner-page .heading p {
  font-size: var(--uc-font-size-18);
  margin-top: clamp(20px, 2.083vw, 40px);
}

.who-we-are-section-inner-page .slider-bg {
  margin-top: clamp(36px, 4.167vw, 80px);
  border-radius: 28px;
  padding: clamp(36px, 4.167vw, 80px) clamp(32px, 3.646vw, 70px) clamp(41px, 4.688vw, 90px);
  background: linear-gradient(135deg, #f6b25c 0%, #f06a6a 45%, #c43c8f 100%);
  position: relative;
  overflow: hidden;
  position: relative;
}

.who-we-are-section-inner-page .slider-heading {
  text-align: center;
  color: var(--light-color-1);
  margin-bottom: clamp(25px, 2.604vw, 50px);
}

.who-we-are-section-inner-page .slider-heading h5 {
  font-size: var(--uc-font-size-20);
  text-transform: uppercase;
  margin-bottom: clamp(15px, 1.563vw, 30px);
}

.who-we-are-section-inner-page .slider-heading h4 {
  max-width: 465px;
  margin: 0 auto;
  margin-bottom: clamp(45px, 5.208vw, 100px);
}

.who-we-are-section-inner-page .single-slide {
  color: var(--light-color-1);
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}

.who-we-are-section-inner-page .single-slide p {
  font-size: var(--uc-font-size-26);
  line-height: 1.5385;
  margin-bottom: clamp(38px, 4.427vw, 85px);
}

.who-we-are-section-inner-page .single-slide .star {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(7px, 0.729vw, 14px);
  margin-bottom: clamp(21px, 2.188vw, 42px);
}

.who-we-are-section-inner-page .single-slide .author h5 {
  font-size: var(--uc-font-size-18);
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 1.4444;
}

.who-we-are-section-inner-page .single-slide .author span {
  display: block;
}

.who-we-are-section-inner-page .custom-arrow {
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 0.3s ease;
}

.who-we-are-section-inner-page .srdev-icon {
  width: 49px;
  height: 37px;
  fill: #fff;
  color: var(--light-color-1);
}

.who-we-are-section-inner-page .rotate-left {
  transform: rotate(180deg);
}

.who-we-are-section-inner-page .swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  position: absolute;
}

.who-we-are-section-inner-page .swiper-button-prev {
  left: clamp(15px, 1.563vw, 30px);
  top: 22%;
}

.who-we-are-section-inner-page .swiper-button-next {
  right: clamp(15px, 1.563vw, 30px);
  top: 22%;
}

.who-we-are-section-inner-page .slider-bg .leaf-element {
  position: absolute;
  right: 1.26%;
  bottom: 0;
  width: 27.56%;
  height: auto;
  background-size: cover;
}

.who-we-are-section-inner-page .slider-bg .design-element {
  position: absolute;
  left: 1.73%;
  top: 5.12%;
  width: 14.96%;
  height: auto;
  background-size: cover;
}

.who-we-are-section-inner-page .bottom-block {
  text-align: center;
  padding-block: clamp(41px, 4.688vw, 90px) clamp(45px, 5.208vw, 100px);
}

.who-we-are-section-inner-page .bottom-block .title-1 {
  margin-bottom: clamp(20px, 2.083vw, 40px);
}

.who-we-are-section-inner-page .bottom-block p {
  margin-bottom: clamp(23px, 2.344vw, 45px);
  font-size: var(--uc-font-size-28);
}

/* FAQ Page */
section.faq-section {
  padding: 100px 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}