@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

:root {
  --font-heading: 'Oswald', sans-serif;
  --font-body: 'Roboto Condensed', sans-serif;
  --color-text: #333;
  --color-primary: #7b2cbfe6; /* or teal/green for health tone */
}

body {
  font-family: var(--font-body);
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: radial-gradient(circle at 30% 20%, #e0e9ff 0%, #f6f2ff 35%, #ffffff 100%);
}

::selection {
  background: #7b2cbfe6;
  color: #fff;
}

::-moz-selection {
  background: #7b2cbfe6;
  color: #fff;
}




.img-banner{
  width: auto;
  height: 500px;
}

@media(max-width: 746px){
  .img-banner{
    width: 100%;
    height: 400px;
  }
}


.glass-header {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  padding: 2px 0px !important;
}

.glass-header .nav-link,
.glass-header .navbar-brand h1,
.glass-header .navbar-brand small {
  
}


.padding-100{
  padding: 100px 0px !important;
}


.header-top-h1{
  text-transform: uppercase;
  font-size: 18px;
}

.header-top-h1-sum{
  font-size: 12px;
}

.skill_chip{
  display: block;
  color: #7258fa;
  font-weight: bold;
  font-size: 14px !important;
}

.goog-te-gadget .goog-te-combo,
.goog-te-gadget .goog-te-combo:focus-visible{
  border: none !important;
  font-size: 16px !important;
  font-family: var(--font-body) !important;
  outline: none !important;
}
.goog-te-gadget{
  color: #fff !important;
}
.goog-te-gadget a{
  color: #fff !important;
}

.goog-te-combo{
  width: 87px;
  font-weight: bold;
  /* padding: 0px; */
  margin: 0px;
}

.goog-te-gadget {
    font-size: 0 !important;
}
.goog-te-gadget span {
    display: none !important;
}
.goog-te-gadget img {
    display: none !important;
}

.middle_text {
  font-size: 11px;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0px !important;
  padding-right: 10px !important;
}

.mdlogo{
  height: 80px;
}

@media(max-width: 746px){
  .header-top-h1{
    text-transform: uppercase;
    font-size: 14px !important;
  }

  .header-top-h1-sum{
    font-size: 11px !important;
  }
  .padding-100{
    padding: 50px 0px !important;
  }
  .middle_text{
    font-size: 8px !important;
  }
  .hero-heading{
    font-size: 2.0rem !important;
  }
  .mdlogo{
    height: 60px;
  }
}

.btn-signup {
  background: linear-gradient(to right, #6a5af9, #bc48ff);
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 24px;
  box-shadow: 0 8px 20px rgba(106, 90, 249, 0.4);
  transition: all 0.3s ease-in-out;
}

.btn-signup:hover {
  box-shadow: 0 12px 28px rgba(106, 90, 249, 0.6);
  transform: translateY(-2px);
  color: #fff;
}
.hero-section {
  text-align: center;
}
.badge-new {
  background: #efebff;
  color: #6a5af9;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.875rem;

}
.hero-section {
  
  background: linear-gradient(135deg, #f3f4ff 0%, #eae6ff 100%);
  background-size: auto;
  background-repeat: repeat;
  background-blend-mode: overlay;
  color: #333;
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(106, 90, 249, 0.08), transparent 50%), 
              radial-gradient(circle at bottom right, rgba(188, 72, 255, 0.08), transparent 50%);
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.badge-new {
  background-color: #6a5af9;
  color: #fff;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
}

.hero-heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-subtext {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
}

.btn-signup {
  background: linear-gradient(to right, #6a5af9, #bc48ff);
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 24px;
  box-shadow: 0 6px 18px rgba(106, 90, 249, 0.3);
  transition: 0.3s ease;
}

.btn-signup:hover {
  background: linear-gradient(to right, #5c4de0, #a83be0);
  transform: translateY(-2px);
}


.premium-courses-section {
  background: #fff;
  
}
.certificate-img {
    max-width: 100%;
    border: 2px solid #e0e0ff;
    transition: transform 0.3s ease;
}

.gradient-text {
  background: linear-gradient(90deg, #6a5af9, #bc48ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.premium-card {
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid #e6e6f0;
}

.premium-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.icon-wrap {
  background: #f5f5ff;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-enroll {
  background: linear-gradient(to right, #6a5af9, #bc48ff);
  color: white;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 0.95rem;
  border: none;
  transition: 0.3s;
}

.btn-enroll:hover {
  background: linear-gradient(to right, #5a48e0, #a03de9);
  transform: translateY(-2px);
}

.bg-primary-subtle {
  background-color: #e8e7ff !important;
}

.bg-success-subtle {
  background-color: #e5fff2 !important;
}


 .btn-gradient {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    border: none;
  }
  .btn-gradient:hover {
    opacity: 0.9;
  }
  .icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }
  .bg-primary-soft {
    background-color: rgba(13, 110, 253, 0.1);
  }
  .bg-success-soft {
    background-color: rgba(25, 135, 84, 0.1);
  }
  .bg-info-soft {
    background-color: rgba(13, 202, 240, 0.1);
  }

  #wellness-courses h2 {
    font-size: 2.25rem;
  }

  #wellness-courses .card {
    transition: all 0.3s ease;
    border-radius: 20px;
  }

  #wellness-courses .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  }

  #wellness-courses ul li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
  }


  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    padding: 15px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .whatsapp-float:hover {
    background-color: #20b858;
    text-decoration: none;
    color: white;
  }
  .whatsapp-icon {
    
  }


.why-msdi-section {
  background: linear-gradient(135deg, #f3f4ff 0%, #eae6ff 100%);
  padding: 4rem 0;
}

.gradient-text {
  background: linear-gradient(90deg, #6a5af9, #a16ae8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-box {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 1.25rem;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.feature-box:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 40px rgba(106, 90, 249, 0.2);
  border-color: #6a5af9;
}

.feature-icon {
    font-size: 2.5rem;
    height: 80px;
    width: 80px;
    color: #6a5af9;
    background: linear-gradient(145deg, #f0f0ff, #ffffff);
    border-radius: 50%;
    padding: 0.75rem;
    display: inline-block;
    box-shadow: 0 6px 12px rgba(106, 90, 249, 0.2);
    transition: all 0.3s ease;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.feature-box:hover .feature-icon {
  background: #6a5af9;
  color: white;
}

.feature-box h5 {
  margin-top: 1.2rem;
  font-weight: 600;
  color: #222;
}

.feature-box p {
  font-size: 0.95rem;
  color: #555;
}

@media (max-width: 767px) {
  .feature-box {
    padding: 1.5rem;
  }
  .feature-icon {
    font-size: 2rem;
  }
}


.affiliated-section {
  background: linear-gradient(135deg, #f3f4ff 0%, #ffffff 100%);
  padding: 80px 0;
}

.bsdc-card {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.bsdc-logo {
  max-width: 120px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.gradient-text {
  background: linear-gradient(to right, #6a5af9, #bc48ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-gradient {
  background: linear-gradient(to right, #6a5af9, #bc48ff);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  display: inline-block;
  margin-top: 15px;
}

.btn-gradient:hover {
  box-shadow: 0 6px 20px rgba(106, 90, 249, 0.3);
  transform: translateY(-2px);
}

.main_section{
  background: url('../images/bgs.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    background-attachment: fixed !important;
}
@media (max-width: 746px) {
  .main_section{
    background: url('../images/mobilebgs.png') !important;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      height: 100% !important;
      background-attachment: fixed !important;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

section.main-banner {
  margin-top: 0px;
}

.main-banner {
  padding-top: 180px;
}

.main-banner .right-image {
  margin-left: 120px;
  position: relative;
  z-index: 2;
}

.main-banner .right-image img {
  position: relative;
  z-index: 2;
}

.main-banner .right-image::after {
  position: absolute;
  background-image: url(../images/banner-right-dec.png);
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
}

.main-banner .header-text::after {
  position: absolute;
  background-image: url(../images/banner-left-dec.png);
  width: 214px;
  height: 429px;
  content: '';
  left: 0;
  bottom: -240px;
  z-index: 1;
}

.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;;
}

.main-banner .header-text h2 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 64px;
  color: #111111;
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 40px;
}

.main-banner .header-text h2 em {
  font-style: normal;
  color: #7b2cbfe6;
}

.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
}


/*
---------------------------------------------
services
---------------------------------------------
*/ 

.services .item {
  border-radius: 15px;
  text-align: center;
  padding: 50px 30px;
  margin: 15px;
  transition: all .3s;
}

.services .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.services .item .icon {
  max-width: 75px;
  margin: 0 auto;
  min-height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

.services .item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

.services .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.services .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.services .owl-dots .active {
  background-color: #7b2cbfe6;
}


/*
---------------------------------------------
our courses
---------------------------------------------
*/

section.our-courses {
  position: relative;
}

section.our-courses .section-heading p {
  padding: 0px 60px;
}

section.our-courses:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses .naccs {
  position: relative;
}

section.our-courses .naccs .menu div {
  padding: 15px 30px;
  text-align: center;
  border-radius: 5px !important;
  margin-bottom: 40px;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 3px solid rgba(219,138,222,0.5);
}

section.our-courses .naccs .menu div.active {
  color: #7b2cbfe6;
  border: 3px solid rgba(219,138,222,1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.our-courses ul.nacc {
  margin-left: 100px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding-right: 50px;
}

section.our-courses ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.our-courses ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.our-courses ul.nacc li .left-image .price h6 {
  position: absolute;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  color: #fff;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

section.our-courses ul.nacc li .right-content {
  padding: 40px 0px;
  margin-left: 350px;
}

section.our-courses ul.nacc li .right-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-courses ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #111;
}

section.our-courses ul.nacc li .right-content .last-span {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-courses ul.nacc li .right-content p {
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content .text-button {
  margin-top: 20px;
}

section.our-courses ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-courses ul.nacc li p {
  margin: 0;
}


/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 180px 0px 180px 0px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h6 {
  font-size: 17px;
  color: #fff;
}

section.simple-cta h4 {
  font-size: 62px;
  font-weight: 900;
  color: #fff;
  line-height: 74px;
  margin-top: 20px;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}


/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  position: relative;
  
}


.testimonials .item {
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  margin: 15px;
  transition: all .3s;
  position: relative;
  z-index: 2;
}

.testimonials .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.testimonials .item p {
  font-size: 16px;
  font-style: italic;
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}

.testimonials .item span {
  font-size: 13px;
  font-weight: 700;
  color: #7b2cbfe6;
}

.testimonials .item img {
  max-width: 44px;
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 30px
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #7b2cbfe6;
}



.cta-section {
  background: url('../images/classroom.jpg') no-repeat center center / cover;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(106, 90, 249, 0.75), rgba(188, 72, 255, 0.75));
  z-index: 1;
}

.cta-section .container {
  position: relative;
  z-index: 2;
}

.btn-cta {
  background: #ffffff;
  color: #6a5af9;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background: #f0eaff;
  color: #bc48ff;
  transform: translateY(-2px);
}





/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/


section.contact-us .contact-info {
  background-color: #fff;
  margin-top: -30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  z-index: 5;
  position: relative;
  padding: 20px;
}

section.contact-us .contact-info .icon i {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  color: #fff;
}

section.contact-us ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

section.contact-us ul.social-icons {
  text-align: center;
  margin-top: 70px;
}

section.contact-us ul.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  color: #7b2cbfe6;
  border-radius: 50%;
  transition: all .5s;
}

section.contact-us ul.social-icons li a:hover {
  background-color: #7b2cbfe6;
  color: #fff;
}

.custom-footer {
  background: linear-gradient(to right, #5a189a, #7b2cbf, #9d4edd);
  color: #ffffff;
}

.custom-footer a {
  color: #ffe6ff;
  text-decoration: none;
}

.custom-footer a:hover {
  text-decoration: underline;
  color: #ffd700;
}

.custom-footer .social-icons a {
  margin-right: 12px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(255,255,255,0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  transition: 0.3s ease;
}

.custom-footer .social-icons a:hover {
  background-color: #fff;
  color: #7b2cbf;
}

/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.page-heading {
  margin-top: 190px;
  text-align: center;
}

section.page-heading .header-text {
  border-bottom: 3px solid #eee;
  padding-bottom: 80px;
}

section.page-heading .header-text h4 {
  font-size: 17px;
  text-transform: capitalize;
  color: #7a7a7a;
}

section.page-heading .header-text h1 {
  font-size: 62px;
  font-weight: 900;
  color: #111;
  margin-top: 10px;
}


/*
---------------------------------------------
about us page
---------------------------------------------
*/

section.get-info .left-image {
  margin-right: 30px;
}

section.get-info .section-heading {
  text-align: left;
}

section.get-info .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

section.get-info .info-item .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.get-info .info-item .icon img {
  max-width: 60%;
}

section.get-info .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.our-team {
  position: relative;
}

section.our-team .section-heading p {
  padding: 0px 60px;
}

section.our-team:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team .naccs {
  position: relative;
  text-align: center;
}

section.our-team .naccs .menu {
  position: relative;
  display: inline-block;
}

section.our-team .naccs .menu div {
  margin: 0px 15px;
  text-align: center;
  display: inline-block;
  width: 15%;
  text-align: center;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
}

section.our-team .naccs .menu div img {
  border-radius: 50%;
  max-width: 120px;
}

section.our-team .naccs .menu div h4 {
  font-size: 15px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 5px;
}

section.our-team .naccs .menu div span {
  font-size: 12px;
  text-transform: uppercase;
  color: #7b2cbfe6;
  font-weight: 700;
  display: block;
}

section.our-team .naccs .menu div.active h4 {
  color: #7b2cbfe6;
}

section.our-team ul.nacc {
  margin-top: 40px !important;
  position: relative;
  min-height: 100%;
  height: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.our-team ul.nacc li {
  z-index: -1;
  opacity: 0;
  transform: translateX(50px);
  background-color: #fff;
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

section.our-team ul.nacc li.active {
  position: relative !important;
  overflow: hidden;
}

section.our-team ul.nacc li .right-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.our-team ul.nacc li .right-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.our-team ul.nacc li .left-content {
  text-align: left;
  margin-right: 380px;
}

section.our-team ul.nacc li .left-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-team ul.nacc li .left-content span a {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  color: #111;
  border-right: 2px solid #111;
  transition: all .3s;
}

section.our-team ul.nacc li .left-content span a:hover {
  color: #7b2cbfe6;
}

section.our-team ul.nacc li .left-content .last-span a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-team ul.nacc li .left-content p {
  margin-bottom: 30px;
}

section.our-team ul.nacc li .left-content .text-button {
  margin-top: 30px;
}

section.our-team ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-team ul.nacc li p {
  margin: 0;
}

section.our-office .left-info {
  margin-right: 0px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.our-office .left-info p {
  margin-bottom: 40px;
}

section.our-office .left-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.our-office .left-info ul li:last-child {
  margin-bottom: 0px;
}

section.our-office .left-info .main-button-gradient {
  margin-top: 40px;
}

section.our-office #video {
  margin-left: -70px;
}

section.our-office #video .thumb {
  position: relative;
}

section.our-office #video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}

section.our-office #video .thumb .play-button a {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transform: translate(-40px, -40px);
  color: #fff;
  font-size: 22px;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
}

section.our-office #video img {
  border-radius: 20px;
}



/*
---------------------------------------------
our services page
---------------------------------------------
*/

section.featured-product {
  position: relative;
}

section.featured-product:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.featured-product:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
}

section.featured-product .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 90px;
}

section.featured-product .last-info {
  margin-bottom: 0px;
}

section.featured-product .left-info .info-item .icon {
  right: 30px;
  top: -30px;
}

section.featured-product .left-info .info-item {
  text-align: right;
}

section.featured-product .right-info .info-item .icon {
  left: 30px;
  top: -30px;
}

section.featured-product .info-item .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.featured-product .info-item .icon img {
  max-width: 60%;
}

section.featured-product .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.featured-product .product-image {
  margin: 0px 60px;
}


/*
---------------------------------------------
contact us page
---------------------------------------------
*/

section.more-info .section-heading {
  margin-bottom: 40px;
  text-align: left;
}

section.more-info p {
  margin-bottom: 40px;
}

section.more-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.more-info ul li:last-child {
  margin-bottom: 0px;
}

section.more-info .count-area-content {
  margin-bottom: 20px;
  margin-top: 20px;
}

section.more-info .count-area-content .count-digit {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-40px);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #7b2cbfe6;
  font-weight: 900;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

section.more-info .count-area-content .count-title {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #111;
  padding: 50px 30px 30px 30px;
  position: relative;
  z-index: 1;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}

@media (max-width: 1330px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .main-banner .right-image {
    margin-left: 60px;
  }
  .main-banner .header-text h2 {
    font-size: 62px;
  }
  .header-area {
    background: rgb(219,138,222) !important;
    background: linear-gradient(-145deg, rgba(123, 44, 191, 0.9) 0%, rgb(98 18 179) 100%) !important
  }
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .header-text {
    text-align: center;
    margin-bottom: 60px;
  }
  .main-banner .right-image {
    margin-left: 0px;
  }
  section.our-courses ul.nacc {
    margin-left: 0px !important;
  }
  section.simple-cta {
    margin-top: 0px;
  }
  section.simple-cta .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  section.contact-us .contact-info {
    margin-top: 15px;
  }
  section.contact-us #contact {
    margin-left: 0px;
  }
  section.contact-us #contact button {
    float: none;
  }
  section.get-info .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  section.get-info .info-item {
    margin-top: 60px;
  }
  section.our-office #video {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.featured-product .left-info .info-item,
  section.featured-product .right-info .info-item {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  section.featured-product .left-info .info-item .icon {
    right: 50%;
    transform: translateX(40px);
  }
  section.featured-product .right-info .info-item .icon {
    left: 50%;
    transform: translateX(-40px);
  }
  section.featured-product .product-image {
    margin: 60px
  }
  section.our-team ul.nacc li .left-content span a,
  section.our-courses ul.nacc li .right-content span {
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  section.our-courses ul.nacc li .left-image,
  section.our-team ul.nacc li .right-image {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(-0%);
  }
  section.our-courses ul.nacc li .left-image img,
  section.our-team ul.nacc li .right-image img {
    border-radius: 15px;
  }
  section.our-courses ul.nacc li,
  section.our-team ul.nacc li {
    padding: 0px;
  }
  section.our-courses ul.nacc li .right-content {
    margin-left: 0px;
    padding: 30px;
  }
  section.our-team ul.nacc li .left-content {
    margin-right: 0px;
    padding: 30px;
  }
  section.our-team .naccs .menu div {
    width: 14%;
    margin: 0px 5px;
  }
  section.our-team .naccs .menu div.active img {
    border: 3px solid #7b2cbfe6;
  }
  section.our-team .naccs .menu div h4,
  section.our-team .naccs .menu div span {
    display: none;
  }
  section.more-info .count-area-content .count-title {
    font-size: 22px;
  }
}










/*
  COACHING DIV
*/
.coaching_div {
  perspective: 1200px;
}

/* Glass Card Style */
.coaching_div .card {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px) saturate(180%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform-style: preserve-3d;
  overflow: hidden;
  position: relative;
}

.coaching_div .card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  background: linear-gradient(145deg, #ffffff20, #ffffff05);
  pointer-events: none;
  transition: border 0.4s ease;
}

.coaching_div .card:hover {
  transform: rotateX(2deg) rotateY(-2deg) scale(1.015);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.coaching_div .card:hover::before {
  border: 2px solid #8b6eff88;
}

/* Animated Gradient Icon */
.coaching_div .card .rounded-circle {
  width: 68px;
  height: 68px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #6a5af9, #bc48ff);
  color: white;
  margin-right: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.coaching_div .card:hover .rounded-circle {
  transform: scale(1.15) rotate(5deg);
}

/* Title & Subtext */
.coaching_div .card h4 {
  font-weight: 800;
  font-size: 1.6rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.coaching_div .card small {
  color: #666;
  font-style: italic;
}

/* Feature List */
.coaching_div .card ul {
  padding-left: 1.1rem;
  margin-top: 12px;
  font-size: 0.97rem;
  color: #444;
  line-height: 1.6;
}
.coaching_div .card ul li::marker {
  color: #8b6eff;
}

/* Duration Badge */
.coaching_div .badge-duration {
  background: #f3f0ff;
  color: #6f42c1;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  display: inline-block;
  margin-bottom: 15px;
  box-shadow: inset 0 0 3px rgba(111, 66, 193, 0.2);
}

/* Premium CTA Button with Shine */
.coaching_div .btn-gradient-purple {
  background: linear-gradient(to right, #6a5af9, #bc48ff);
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(139, 110, 255, 0.3);
}
.coaching_div .btn-gradient-purple::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: rotate(25deg);
  animation: shine 2.5s infinite;
}
@keyframes shine {
  0% {
    transform: translateX(-100%) rotate(25deg);
  }
  100% {
    transform: translateX(100%) rotate(25deg);
  }
}
.coaching_div .btn-gradient-purple:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(139, 110, 255, 0.45);
}

/* Background Enhancement */
.coaching_div section.bg-light {
  background: linear-gradient(135deg, #f5f9ff, #fdfdfd);
}

/* Responsive */
@media (max-width: 768px) {
  .coaching_div .card {
    padding: 20px;
  }
  .coaching_div .card h4 {
    font-size: 1.3rem;
  }
  .coaching_div .card .rounded-circle {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }
}


.btn-signup{
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform-style: preserve-3d;
  overflow: hidden;
  position: relative;
}

.btn-signup::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: rotate(25deg);
  animation: shine 2.5s infinite;
}
