
/* start  Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Or any background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's on top of other content */
}

#preloader .rotating {
  position: absolute;
    top: 26%;
    left: 36%;
    opacity: 0.5;
    width: 550px;
    height: 550px;
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 12s linear infinite;
  -moz-animation: spin 12s linear infinite;
  animation: spin 12s linear infinite;
}

#preloader .manimg{
    position: absolute;
    top: 46%;
    left: 46%;
    width: 190px;
    height: 190px;
}


#preloader p{
    position: absolute;
   top: 54%;
  margin-top: 20px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width:426px){
  #preloader .rotating {
     width: 130px;
    height: 130px;
  top: 47%;
  left: 50%;
}
#preloader .manimg{
   width: 44px;
    height: 44px;
   top: 42%;
    left: 46%;
}}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

 /* end Preloader */


  body{
    font-family: "Alice", serif;
  }
  html{
  scroll-behavior: smooth;
}
  

/* start slider */
/* .carousel-indicators {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-top: -3rem;
    margin-left: 15%;
}

 .carousel-indicators.carousel-indicators-numbers [data-bs-target] {
     text-indent: 0;
    margin: 0 auto;
    width: auto;
    height: 30px;
    border: none;
    padding: 1px 7px;
    border-radius: 10px;
    line-height: 30px;
    color: #ffffff;
    background-color: #e9855a;
    transition: all 0.25s ease;
    }
    .carousel-indicators.carousel-indicators-numbers .active,
    .carousel-indicators.carousel-indicators-numbers [data-bs-target]:hover {
      background-color: #6557b9; 
    }

 

    .slide-data ul li{
      text-align: left;
    }
  .service-slider{
      background-color: #f6d9d9;
    border-radius: 20px;
    padding: 15px;
  }
    .service-slider img{
    border-radius: 20px;
    } */

     /* === Carousel Indicators Styling === */
.carousel-indicators {
  position: relative; /* keep inside flow for responsiveness */
  z-index: 2;
  display: flex;
  flex-wrap: wrap;          /* allow wrapping on small screens */
  justify-content: center;  /* center items */
  padding: 0;
  margin: 1rem 0;           /* spacing around buttons */
}

.carousel-indicators.carousel-indicators-numbers [data-bs-target] {
  text-indent: 0;
  margin: 5px;                 /* spacing between buttons */
  width: auto;
  min-width: 180px;            /* prevent shrinking too small */
  height: auto;
  border: none;
  padding: 6px 6px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background-color: #e9855a;
  transition: all 0.25s ease;
  white-space: normal;         /* allow text to wrap if too long */
  text-align: center;
}

.carousel-indicators.carousel-indicators-numbers .active,
.carousel-indicators.carousel-indicators-numbers [data-bs-target]:hover {
  background-color: #6557b9;
}

/* === Slider Body Styling === */
.slide-data ul li {
  text-align: left;
  font-size: 15px;
  margin-bottom: 6px;
}

.service-slider {
  background-color: #f6d9d9;
  border-radius: 20px;
  padding: 20px;
}

.service-slider img {
  border-radius: 20px;
}

/* === Responsive Tweaks === */
@media (max-width: 992px) {
  .carousel-indicators.carousel-indicators-numbers [data-bs-target] {
        font-size: 14px;
        padding: 4px 4px;
        min-width: 140px;
  }
}

@media (max-width: 768px) {
  .carousel-indicators {
    align-items: center;
  }

  .service-slider {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .carousel-indicators.carousel-indicators-numbers [data-bs-target] {
        font-size: 13px;
        padding: 4px 4px;
  }
}


/* end slider */

  /* start navbar */
  
  .sidebarNavigation{margin-bottom:0;z-index:999;justify-content:flex-start}
  .sidebarNavigation .leftNavbarToggler{margin-right:10px;order:-1}
  .sideMenu{left:-100%;top:52px;transition:all ease 0.5s;overflow:hidden;width:100%;z-index:999;max-width:80%;margin-bottom:0;padding:1rem}
  .sideMenu.open{left:0;display:block;overflow-y:auto}
  .sideMenu ul{margin:0;padding:0 15px}
  .navbar{
   padding: 3px 0px;
    background-color: #ffffff;
    width: 100%;
    /* position: absolute; */
    background: linear-gradient(to right, #f9f7f1 17%, #8d4cec 62%, #5a91f0 105%);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 4%);
  }
@media only screen and (max-width:426px){
  .navbar{
      background: linear-gradient(to right, #f9f7f1 17%, #bda0e7 80%, #a7c5f9 105%);
  }}
 

  .offcanvas.offcanvas-end {
    width: 340px;
    z-index: 9999;
}
.offcanvas-header{
      background: linear-gradient(to right, #f9f7f1 17%, #8d4cec 62%, #5a91f0 105%);
}

.header-menu .nav-item .nav-link {
     padding: 3px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-right: 12px;
    text-shadow: 2px 2px 2px #00000070;
}

.header-menu .nav-item .nav-link:hover { 
 color: #6557b9;
 transform: translateY(-6px);
 background-color: #ffff;
 transition: all 0.9s ease;
 text-shadow: none;
 border-radius: 10px;
}

.menu-logo {
    width: 135px;
}
.header-logo-line {
    font-weight: 600;
    font-size: 25px;
    color: #13423c;
    font-family: "Playfair Display", serif;
}

 .logo-section a {
      display: flex;
      align-items: center;
    flex-wrap: wrap;
      justify-content: center;
      text-decoration: none;
    }

    .logo-img {
      max-width: 150px;
      height: auto;
    }

    .logo-text h1 {
    color: #153A32;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    }

    .logo-text p {
    font-size: 13px;
    color: #D0745A;
    margin: 0;
    font-weight: 600;
    }

    @media (min-width: 768px) {
      .logo-section a{
        justify-content: start;
        text-align: left;
      }}

@media only screen and (max-width: 769px) {
     .logo-text h1 {
    font-size: 18px;
 }
    .logo-text p {
    font-size: 10px;
    }}

    .logo-text {
       margin-left: 5px;
      }
  .top-header{
       padding: 9px 0;
    /* background-color: #faf1e4; */
    /* border-bottom: 1px solid #EAEAEA; */
    z-index: 99;
  }

  .header_left{
    float: left;
 
  }
  .header_right{
    float: right;
  }



  .short_contact_list ul {
      margin: 0px;
      padding: 0px;
  }
  .short_contact_list ul li {
      display: inline-block;
      list-style: none;
  }
  .header-area .main-header-area .main-menu ul li:first-child a {
      padding-left: 0;
  }
  .short_contact_list ul li a {
      font-size: 14px;
      color: #2f2f2f;
      margin-right: 5px;
      text-decoration: none;
      font-weight: 500;
  }
  .short_contact_list ul li a i {
    font-size: 16px;
    color: #a18cd1;
    margin-right: 2px;
    font-weight: 500;
  
  }
  
  .header-logo img{
    height: 55px;
  }
  
  @media (max-width: 769px) {
    .header-logo img{
      height: 45px;
    }
  }

  .navbar-toggler {
    position: absolute;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0;
    line-height: 1.125em;
    right: 7px;
    z-index: 9;
    font-size: 18px;
    color: #ffff;
    background-color: transparent;
  }
  .menu-icon{
    height: 40px;
  }
  
    .header-call:hover{
    background-color: #6557b9;
      color: #ffff;
    }

  .header-call  a {
    text-decoration: none
  }
 
  .header-call .header-call1 {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
  }
  .header-call .header-call2 {
    font-size: 16px;
    font-weight: 500;
    color: #ffff;
  }
 
  @keyframes blink {
  0%, 100% {background-color:#e9855a;}
  50% {background-color: #6557b9;}
}
#blinking-button {
  background-color: #46bad3;
  color: #ffff;
  animation: blink 5s linear infinite;
      padding: 6px 10px;
     border-radius: 7px;
}
 
  @media (max-width: 768px) {
    .header-menu .nav-item .nav-link {
        padding-top: 5px !important;
        border-bottom: 1px solid #bbb8b8;
      color: #4b5563;
    }

    .cta span  {
       color: #4b5563;
}}

/* mega menu */
.dropdown-menu{
  left: 0;
  right: 0;
  margin-top: -1px;
}
.dropdown-menu li:hover .dropdown-menu li{
  background-color: #a18cd1;
  color: #ffff;
}
.droplist li{
  font-size: 16px;
  border-bottom: 1px solid #cacaca;
  color: #4b5563;
}
.droplist li:hover {
  color: #a18cd1;
}

.nav-item {
  padding: 0.5rem 0xp;
}
.list-group a{
  font-size: 16px;
  padding: 10px 0;
  color: #4b5563;
  position: relative;
  line-height: normal;
  font-weight: 500;
}

.list-group a:hover{
  color: #a18cd1
}
.list-group a::before {
  content: '';
  width: 0%;
  height: 1px;
  background: var(--o_c);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: .5s;
}
.list-group a::after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(75, 85, 99, .16);
  position: absolute;
  left: 0;
  bottom: 0;
}

.dropdown-hover:hover>.dropdown-menu {
display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
.dropdown-text p{
  font-size: 14px;
    line-height: 22px;
    color: #575a7b;
    transition: all 500ms ease;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 500;
}
 /* end navbar */


/* start video banner */

.slider_header{
      background-color: #fae9e7;
}

.banner-slide {
    position: relative;
}
.sider_text {
position: absolute;
top: 21%;
width: 60%;
left: 20%;
text-align: center;
}
.slider_heading {
  color: #fff;
  margin: auto;
  max-width: 1000px;
}
h1.slider_title {
    font-size: 48px;
    color: #ffffff;
    font-weight: 800;
  transition: all 20s ease;
      text-shadow: 2px 2px 2px #000;
  
  font-family: "Playfair Display", serif;
  margin-bottom: 0;


}
.slider_heading p{
     font-size: 18px;
    color: #ffff;
    font-weight: 500;
      text-shadow: 2px 2px 2px #000;
}

@media only screen and (max-width: 426px) {
  .sider_text {
    width: 90%;
    top: 40%;
    left: 6%;
}
.slider_heading p{
  display: none;
}}

@media (min-width: 768px) {
  .d-md-block {
      display: block !important;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  h1.slider_title {
      font-size: 25px;
      letter-spacing: 0px;
  }
}
@media only screen and (max-width: 426px) {
  h1.slider_title {
      font-size: 20px;
      letter-spacing: 0px;
  }
}
.home-btn{
    font-size: 16px;
    border-radius: 7px;

    padding: 5px 8px;  
}

.banner-btns .home-btn:hover{
 background-color: #ffff;
 color: #6557b9;
}

.button1{
    background-color: #6557b9;
    color: #ffff;
}
.button2{
    background-color: #e9855a;
    margin-left: 5px;
    color: #ffff;
}
/* end video banner */

/* wave  */


.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: #ffff;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
/* end wave  */


/* heder title */

.section-bg{
    background-color: #fcf8eb;
}

.header-title h2 {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0;
    color: #6557b9;
    font-style: normal;
    margin: 0px 0px 20px;
     font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 769px) {
.header-title h2 {
  font-size: 30px;
}}

.header-title  span{
  color: #e9855a;
}
.to-spiritual-blush {
    --tw-gradient-to: #f3a3a8 var(--tw-gradient-to-position);
}
.from-spiritual-lavender {
    --tw-gradient-from: #a18cd1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 140 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.header-text p{
    font-weight: 500;
    color: #374151;
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 23px;
    text-align: center;
}

.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
/* header title */

/* start boutus */

.about-bg{
      background-color: #fae9e7;
}

.aboutus p{
     font-weight: 500;
    color: #374151;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}
.content-box {
    background-color: #a18cd11a;
    padding: 16px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #a18cd14d;
}
.content-box p{
    font-weight: 500;
    color: #6557b9;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
    font-style: italic;
    font-family: "Playfair Display", serif;
}
.content-box h6{
    font-weight: 500;
    color: #374151;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
     font-family: "Playfair Display", serif;
}
.OurCoreValues {

   background: linear-gradient(to top left, #e3ddf1 0%, #e5f4f8 100%);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.OurCoreValues h4{
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0;
    color: #6557b9;
    font-style: normal;
    margin: 5px 0px 20px;
    font-family: "Playfair Display", serif;
}
.CoreValues{
    display: flex;   
}
.vcenter h5{
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
   
}
.vcenter p{
    font-weight: 500;
    color: #374151;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
}
.icon-wrap i{
    font-size: 28px;
    margin-right: 15px;
}
.icon-1{
    color: #6557b9;
}
.icon-2{
    color: #96c0a7;
}
.icon-3{
    color: #f3a3a8;
}
.icon-4{
    color: #7fcdde;
}
/* end aboutus */

/* 7 week healing */


    .healing-card {
          background: linear-gradient(to right, #bda0e7, #a7c5f9);
      border-radius: 20px;
      padding: 25px;
      text-align: center;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .healing-title {
     font-family: "Playfair Display", serif;
     font-size:40px;
    font-weight: 600;
    color: #ffff;
    }

    .highlight {
      color: #4836b9;
       animation-name:glow;
  animation-duration:1s;
  animation-iteration-count:infinite;
  animation-direction:alternate;
      /* color: #4836b9;
      font-weight: bold;
      animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
      display: inline-block;
       text-shadow: rgb(201 13 13) 0px 0px 5px, rgb(237 212 212) 0px 0px 10px, rgb(225 34 34) 1px 1px 50px;
       */
      }

    .underline-divider {
      margin: 1rem auto;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.5rem;
    }

    .underline-divider span {
    width: 30px;
    height: 4px;
    border-radius: 5px;
    }

    .divider-gold {
      background-color: #4836b9;
      animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    }

    .divider-white {
      background-color: #ffff;
    }

    .subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #ffff;
   }

   @keyframes glow{
  from{text-shadow:0px 0px 5px #fff,0px 0px 5px #fff;}
  to{text-shadow:0px 0px 20px #fff,0px 0px 20px #fff;}
}
    /* @keyframes pulse {
      0%, 100% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.1);
        opacity: 0.85;
      }
    } */

    @media (max-width: 576px) {
      .healing-title {
        font-size: 1.75rem;
      }

      .subtitle {
        font-size: 1rem;
      }
    }
/* 7 week healing */
 
/* 1 to 7  */


    .chakra-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    padding: 32px 16px;
    }

    .chakra-item {
      margin: auto;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
.chakra-item img{
  height: 60px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse 3s cubic-bezier(.4,0,.6,2.5) infinite;
}


    .chakra-circle {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      color: #fff;
      font-size: 1.5rem;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 0.5rem;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      animation: pulse 3s cubic-bezier(.4,0,.6,1) infinite;
    }

    .chakra-item:hover .chakra-circle {
      transform: scale(2.5);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .chakra-label {
    color: #004b3e;
    font-weight: 600;
    font-size: 16px;
        padding: 10px 0;
    }

    /* Chakra Colors */
    .root { background-color: #e74c3c; }
    .sacral { background-color:#f39c12; }
    .solar { background-color: #e2b70e; }
    .heart { background-color: #2ecc71; }
    .throat { background-color:#46bad3; }
    .third { background-color: #6c5ce7; }
    .crown { background-color: #a55eea; }

    @keyframes pulse {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.05);
      }
    }

    @media (max-width: 576px) {
      .chakra-circle {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
      }

      .chakra-item {
        margin: 0.5rem;
      }
    }

/* 1 to 7  /  */

/* 1 to 7 chakra change */

.nav-pills .nav-item .nav-link {
    border-radius: 12px;
    font-weight: 600;
    color: #004b3e;
    transition: 0.3s ease;
    background-color: #fff;
    box-shadow: 0 0px 2px rgb(142 73 241);
    margin: 4px 3px;
}

.nav-pills .nav-item .nav-link:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

.nav-pills .nav-item .nav-link.active {
    /* background-color: #e9855a; */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    color: #ffff;
}

.nav-pills .nav-item .wk1.active {
    background-color: #e74c3c;
}
.nav-pills .nav-item .wk2.active {
    background-color: #fb923c;
}
.nav-pills .nav-item .wk3.active {
    background-color: #e2b70e;
}
.nav-pills .nav-item .wk4.active {
    background-color: #2ecc71;
}
.nav-pills .nav-item .wk5.active {
    background-color: #46bad3;
}
.nav-pills .nav-item .wk6.active {
    background-color: #6c5ce7;
}
.nav-pills .nav-item .wk7.active {
    background-color: #bf36a7;
}


.chakra-card{
    border-radius: 12px;
    overflow: hidden;
    margin-top: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}
.chakra-left1 {
  background-color: #fd8d81;
}
.weekchakra-left {
  padding: 30px;
  transition:  0.5s ease;
}
.weekchakra-left h4{
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 28px;
    font-family: "Playfair Display", serif;
}
.weekchakra-left h6{
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
}
.weekchakra-left p{
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 28px;   
}
.chakra-quote {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1rem;
    font-style: italic;
    text-align: center;
    margin-top: 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
    font-family: "Playfair Display", serif;
}

.chakra-right1 {
 background-color: #faeae8;
}
.chakra-right2 {
 background-color: #ffe9d6;
}
.chakra-right3 {
 background-color: #fdf6db;
}
.chakra-right4 {
 background-color: #edfbf3;
}
.chakra-right5 {
 background-color: #e7f9fd;
}
.chakra-right6 {
 background-color: #edebfd;
}
.chakra-right7 {
 background-color: #f9eff8;
}

.weekchakra-right{
  padding: 30px;
  transition: 0.5s ease;
 
}

.weekchakra-right h5{
  font-weight: 600;
  color: #6557b9;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 28px;
  font-family: "Playfair Display", serif;
}

.weekchakra-right h6{
    font-weight: 500;
    color: #000000;
    font-size: 20px;
}

.weekchakra-right p{
    font-weight: 500;
    color: #374151;
    font-size: 18px;
}



.chakra-left2 {
  background-color: #fbb074;
}
.chakra-left3 {
  background-color: #d0be78;
}
.chakra-left4 {
  background-color: #96caac;
}
.chakra-left5 {
  background-color: #7fc1cf;
}
.chakra-left6 {
  background-color: #b7b2df;
}
.chakra-left7 {
  background-color: #bf83b5;
}
/* end 1 to 7 chakra change */

/* start Modalities */
.modalities-bg{
  background-color: #fff4eb;
}
    .module-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px 5px rgba(0,0,0,0.06);
      transition: all 0.3s ease;
      padding: 1.5rem;
      height: 100%;
      position: relative;
      
    }
  .module-card h5{
    font-weight: 600;
      color: #000000;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
  }
    .module-card p{
    font-weight: 500;
    color: #374151;
    font-size: 18px;
    }
    .module-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

    .icon-circle {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
      color: #ffff;
      font-size: 28px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
.icon-circle img{
   height: 35px;
}
    /* Gradient background variants */
    .gradient-purple { background: linear-gradient(135deg, #ac7ff2, #7356d1); }
    .gradient-green {  background: linear-gradient(135deg, #39cb4b, #0d8f1d); }
    .gradient-blue {   background: linear-gradient(135deg, #7fcdde, #3b82f6);}
    .gradient-yellow { background: linear-gradient(135deg, #fceabb, #f8b500);  }
    .gradient-pink { background: linear-gradient(135deg, #f78ca0, #f9748f); }
    .gradient-violet { background: linear-gradient(135deg, #c471ed, #a455cb); }

    .border-purple {  border-bottom: 7px solid #7356d1;}
    .border-green {  border-bottom: 7px solid #0d8f1d; }
    .border-blue {  border-bottom: 7px solid #3b82f6; }
    .border-yellow { border-bottom:7px solid #f8b500; }
    .border-pink {  border-bottom: 7px solid #f9748f; }
    .border-violet { border-bottom:7px solid #a455cb; }

    /* end Modalities */

/* start Workbook & Offerings */

.Workbook-Offerings-bg{
  background: linear-gradient(to top left, #e3ddf1 0%, #e5f4f8 100%);
}
    .workbook-image {
      background: linear-gradient(to right, #c8b6e2, #a7c5f9);
      border-radius: 16px;
      position: relative;
      flex: 1 1 45%;
      padding: 20px;
    }

    .workbook-image img{
       border-radius: 16px;
    }

    .pdf-badge {
      position: absolute;
      bottom: -20px;
      right: -15px;
      background: linear-gradient(to right, #b17ae3, #9c8de5);
      color: #ffff;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .workbook-content h4{
    font-weight: 600;
    color: #6557b9;
    font-size: 25px;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    }
 .workbook-content p{
    font-weight: 500;
    color: #374151;
    font-size: 18px;
    margin-bottom: 20px;
 }
    .feature-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05);
    padding: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
    border: 1px solid #a18cd14d;
    }

    .feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }
.feature-box strong{
    font-weight: 500;
    color: #374151;
    font-size: 16px;
    margin-bottom: 20px;
}

.feature-box1 p{
    font-weight: 400;
    color: #374151;
    font-size: 14px;
    margin-bottom: 20px;
}
    .feature-box i {
      color: #7d4fda;
      font-size: 24px;
      margin-right: 15px;
    }

    .download-btn {
      background: linear-gradient(to right, #9e83e5, #5fbcd2);
      color: #ffff;
      border: none;
      padding: 12px 30px;
      border-radius: 30px;
      font-weight: 600;
      transition: background 0.3s ease;
    }

    .download-btn:hover {
      background: linear-gradient(to right, #856bd1, #4fa6c0);
      color: #fff;
    }

    /* available offering */

    .Offerings-section{
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 35px;
    border-radius: 20px;
    background-color: #ffff;
    }

   

    .pricecard {
      border: none;
      border-radius: 15px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      margin-bottom: 20px;
        padding: 25px 15px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    }

    .pricecard:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

    .pricecard ul li{
    font-weight: 500;
    color: #374151;
    font-size: 18px;
    text-align: left;
    margin-bottom: 7px;
    }
   .pricecard ul li i{
    color: #99d2a3;
    font-size: 18px;
   }

    .badge-top {
      position: absolute;
      top: -15px;
      left: 50%;
      z-index: 99;
      transform: translateX(-50%);
      background-color: #6557b9;
      color: #fff;
      padding: 5px 12px;
      border-radius: 20px;
      font-size: 0.8rem;
    }

    .btn-block{
      color: #ffff;
      display: block;
      width: 100%;
    }
.btn-1 {
  background-color: #f9748f;
}
.btn-2 {
  background-color: #f39c12;
}
.btn-3 {
  background-color: #46bad3;
}

  .btn-1:hover {
      background-color: #7b6dd6;
      color: #ffff;
    }
  .btn-2:hover {
      background-color: #7b6dd6;
      color: #ffff;
    }
    .btn-3:hover {
      background-color: #7b6dd6;
      color: #ffff;
    }
    .price {
    font-size: 22px;
    font-weight: 600;
    color: #000000;

    }

    .plan-title {
      font-family: 'Georgia', serif;
      color: #6557b9;
      font-size: 16px;

    }
    /* available offering */

    /* blur */
    
  .locked-section {
    position: relative;
  }

  .blurred-content {
    filter: blur(3px);
    pointer-events: none;
    user-select: none;
  }

  .lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #ffffff75; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 5px;
  }

  .lock-overlay i {
    font-size: 24px;
    color: #fa5454;
    margin-bottom: 10px;
  }

  /* .lock-overlay button {
    background-color: #00bcd4;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
  } */

    /* blur */
/* end Workbook & Offerings */


/* start contact */
.contact-info {
    display: inline-block;
    width: 100%;
     height: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #ffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-info-icon {
    margin-bottom: 15px;
}
.contact-info-icon i {
       font-size: 25px;
    color: #ffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 60px;
   background: linear-gradient(to top left, #abbef5 0%, #bba3e8 97%);
}
.contact-info-text h2 {
    color: #0e4c42 ;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-info-text span {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.contact-info-text span a{
  color: #374151;
  text-decoration: none;
}

.contact-info-text  small{
  color: #d47b4f;
}



/* contact form */
.contact-bg{
  background-color: #f1fcff;
}
    .contact-form {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }

    .contact-form:hover {
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
      transform: translateY(-3px);
    }

    .contact-form h5 {
      color: #155c3b;
      margin-bottom: 25px;
    }
     .contact-form input{
    font-size: 1rem;
    letter-spacing: 1px;
    color: #506167;
    background-color: #f3f4f6;
    border-color: transparent;
    border-radius: .3125rem;
    padding: 12px 10px;
    }
 .contact-form  textarea{
    font-size: 1rem;
    letter-spacing: 1px;
    color: #506167;
    background-color: #f3f4f6;
    border-color: transparent;
    border-radius: .3125rem;
    padding: 12px 10px;
    }
    .btn-gradient {
      background: linear-gradient(to right, #bda0e7, #a7c5f9);
      color: #fff;
      font-weight: 600;
      border-radius: 6px;
    }

    .btn-gradient:hover {
      background: linear-gradient(to right, #bda0e7, #bda0e7);
    }

    .about-section h5 {
      color: #1d3f2d;
    font-weight: 600;
   font-size: 25px;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    }

    .about-section p {
    font-weight: 500;
    color: #374151;
    font-size: 14px;
    margin-bottom: 20px;
    }

    .info-box {
      /* background: #f5f5f5; */
          background: linear-gradient(rgb(7 153 129 / 25%), rgb(255 107 43 / 33%));
      border-radius: 10px;
      padding: 20px;
      margin: 20px 0;
    }

    .info-box strong{
      font-weight: 600;
    color: #1d3f2d;
    font-size: 16px;
    margin-bottom: 20px;
    }
.info-box p{
   font-weight: 500;
    color: #6f7277;
    font-size: 14px;
    margin-bottom: 20px;
}
    .info-box ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
    }

    .info-box ul li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 20px;
      font-size: 14px;
    color: #374151;
    }

    .info-box ul li::before {
    content: "●";
    color: #e57e47;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: -4px;
    }

    
    .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .contact-icon {
     
      width: 35px;
      height: 35px;
     background-color: rgba(128, 90, 213, 0.1); 
      color: #7c3aed; /* Purple icon */
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      margin-right: 15px;
    }

    .contact-label {
     font-weight: 500;
    color: #212121;
    font-size: 16px;
    }

    .contact-link {
      color: #6d28d9;
      text-decoration: none;
     font-size: 16px;
    }

    .location-note {
      color: #374151;
      font-size: 0.95rem;
    }

    .section-title {
      font-weight: 500;
      color: #5b21b6;
      margin-bottom: 1rem;
    }

    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      margin-right: 10px;
      background-color: rgba(128, 90, 213, 0.1);
      color: #6b21a8;
      border-radius: 50%;
      text-decoration: none;
      font-size: 15px;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .social-icons a:hover {
      background-color: rgba(109, 40, 217, 0.2);
      color: #4c1d95;
    }


    .text-small {
      font-size: 90%;
    }
.hours-table tr td{
  background-color: transparent;
}
/* end contact form */

/* start modalities flip box */

        .service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
                border-radius: 10px;
        }
       .service-box h3{
        padding: 5px;
        font-size: 20px;
        font-weight: 500;
        color: #ffff;
        border-radius: 0 0 10px 10px;
              background-color: #6285ef;
        }
        .service-icon{
            width: 100%;
            
            text-align: center;
            transition: all .5s ease;
        }
.readmore-mod{
  position: absolute;
    bottom: 41px;
    right: 10px;
    z-index: 99;
    background-color: #dc3545;
    color: #ffff;
    font-size: 18px;
    padding: 2px 6px;
    border-radius: 4px;
}
        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
               border-radius: 10px;
            padding: 20px;
           
            transition: all .5s ease;
           background: linear-gradient(rgb(7 153 129 / 25%), rgb(255 107 43 / 33%));
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }
     .service-content strong{ 
    font-weight: 600;
    color: #1d3f2d;
    font-size: 16px;
    margin-bottom: 20px;
     }

    .service-content p{
          font-weight: 500;
    color: #6f7277;
    font-size: 14px;
    margin-bottom: 20px;
     }
      .service-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    
  }
.service-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #374151;
}
.service-content ul li::before {
    content: "●";
    color: #e57e47;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: -4px;
}
        
      
      
       
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }
/* end modalities flip box */

/* end contact  */

/* start testimonial */

.review-box:hover{
transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-box{
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border: 1px solid #a18cd14d;
    padding: 20px;
     margin-bottom: 20px;
      height: 100%;
}

.test-star i{
    color: #e8b300;
    font-size: 20px;
}

.reviews p{
  color:#6c757d;
  font-size: 15px;
}
.rounded-circle{
  width: 50px; 
  height: 50px;
 background: linear-gradient(to right, #b084f0, #93b6f2);
  color: #ffff; 
  font-weight: bold;
}
.review-title{
        color: #134340;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.review-add{
    color: #212529bf;
    font-size: 14px;
    margin-bottom: 1px;
}
.review-time{
color: #e96026;
font-size: 12px;
margin-bottom: 1px;
}
/* end testimonial */


/* start product store page */
/* product */

.store-bg{
      background-color: #fff6ef;
}
.product-category{
      background-color: #e9855a;
}

.product-category li a{
    color: #ffffff;
    font-size: 16px;
}
.product-category li a:hover{
   color: #ffffff;
}
    .product-card {
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 15px;
      margin-bottom: 20px;
      /* height: 100%; */
      background: #fff;
      transition: all 0.6s ease;
      position: relative;
    }

    .product-card:hover {
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
      transform: translateY(-10px);
      transition: all 0.6s ease;
    }
    .product-card:hover img {
    transform: scale(1.05);
    /* transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1); */
     transition: all 0.6s ease;
}


    .product-text{
        font-size: 14px;
    color: #52525B;
    line-height: 1.5;
    margin-bottom: 15px;
        margin-top: 15px;
    }
    .badge-tag {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 99;
      background-color: #dc3545;
      color: #ffff;
      font-size: 0.75rem;
      padding: 2px 6px;
      border-radius: 4px;
    }

#cartBtn{
      background-color: #e9855a;
    color: #ffff;
    border: none;
    font-size: 20px;
    padding: 4px 13px;
}

.addtobtn{
  background: #6557b9;
    color: #ffff;
    border: none;
        width: 100%;
    border-radius: 12px;
    padding: 7px 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.addtobtn:hover {
    background: #e9855a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: #ffff;
     transition: all 0.6s ease;
}
.addtobtn:hover .addtobtn i {
    transform: rotate(-10deg) scale(1.1);
}
.addtobtn:hover::before {
    left: 100%;
      transition: all 0.6s ease;
}

    .cart-sidebar {
      position: fixed;
      top: 0;
      right: -400px;
      width: 350px;
      height: 100%;
      background-color: #fff;
      box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
      transition: right 0.3s ease;
      padding: 20px;
      overflow-y: auto;
      z-index: 1050;
    }

    .cart-sidebar.active {
      right: 0;
    }

/* end product */

/* start product-details */
.product-details h5{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0;
    color: #6557b9;
    font-style: normal;
    margin: 0px 0px 20px;
    font-family: "Playfair Display", serif;
}

.product-details p{    
  font-weight: 500;
    color: #374151;
    font-size: 16px;
    margin-bottom: 40px;
}

 .badge-offer {
      background-color: #e74c3c;
      color: #ffff;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 20px;
    }

    .badge-discount {
      background-color: #f1f5f9;
      color: #14532d;
      font-size: 0.8rem;
      padding: 4px 10px;
      border-radius: 20px;
      border: 1px solid #cbd5e1;
    }
.price-now {
      font-size: 1.75rem;
      font-weight: 600;
      color: #0f172a;
    }

    .price-original {
      text-decoration: line-through;
      color: #94a3b8;
      font-size: 1.25rem;
      margin-left: 0.5rem;
    }
    .product-details-img img{
      border-radius: 20px;
          box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    }
/* end pr0duct-details */



/* start store button */
.core-value {
     text-align: center;
}
.core-value h5{
    
    color: #1d3f2d;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
 
}
.core-value p{
    font-weight: 500;
    color: #374151;
    font-size: 16px;
    margin-bottom: 10px;
   
}
.core-value i{
         background-color: #e9855a;
    color: #ffffff;
    font-weight: 300;
    font-size: 29px;
    padding: 16px;
    border-radius: 50%;
    margin-bottom: 10px;
}
/* end store button */

/* end product store page */



/* start Blog & Articles page*/
.blgo-bg{
      background-color: #fbf6ff;
}
.article-card {
      background-color: #ffff;
      border: 1px solid #eee;
      padding: 20px;
      border-radius: 10px;
      margin: 20px 0;
      box-shadow: 7px 7px 10px -5px rgba(0, 0, 0, 0.1);
      transition: all 0.6s ease;
    }
.article-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    transition: all 0.6s ease;
}

.blog-buttons .blog-btn{
    padding: 2px 6px;
}


.btn-outline-primary {
    --bs-btn-color: #6557b9;
    --bs-btn-border-color: #6557b9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6557b9;
    --bs-btn-hover-border-color: #6557b9;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6557b9;
    --bs-btn-active-border-color: #6557b9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6557b9;
        --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6557b9;
    --bs-gradient: none;
}


    .article-tag {
    font-size: 12px;
    color: #dc3545;
    background-color: #fff1f2;
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid #f9d9db;
    }
    .article-title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    color: #6557b9;
    }
    .article-text{
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    color: #393939;
    }
    .article-meta {
      font-size: 0.8rem;
      color: #777;
    }
    
    .search-group {
      position: relative;
    }
    .search-group input {
      padding-left: 2.5rem;
    }
    .search-group .search-icon {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      font-size: 1rem;
      color: #aaa;
    }
.subscribe .form-control{
    border: none;
     box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
         height: 41px;
}
    .subscribe-btn{
      font-size: 18px;
      background-color: #e9855a;
      color: #ffff;
      border: none;
    }

    /* blog setails */
      .blog-details h4{
    font-weight: 600;
    color: #373737;
    font-size: 25px;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
      }
    .blog-details p{
    font-weight: 500;
    color: #374151;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 23px;
 
    }
    /* end blog details */
/* end Blog & Articles page */

/* start news1 */
.news1{
  margin-bottom: 20px;
}
.moving-text {
      background: linear-gradient(to right, #9e83e5, #5fbcd2);
      /* background-color: #e9855a; */
    border: 1px solid #777;
}
.moving-text p {
    margin-bottom: 0px;
    margin-top: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #ffff;
}
/* enws news1 */

/* start accordian */

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
  text-decoration: none;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.accordion .card-header {
 background-color: #de9474;
     padding: 2px;
}
.accordion .card-header button{
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;

}
.accordion  .card-body p{
     font-weight: 500;
    color: #374151;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
}
/* end acoordian */


/* app-bg */
.app-bg{
  background-color: #f5edfa;
}

.google-app-store {
    grid-gap: 15px;
    align-items: center;
    display: grid;
    /* gap: 20px; */
    grid-template-columns: 30% 28%;
    margin-top: 15px;
}
.google-app-store img {
    height: auto;
    margin-bottom: 10px;
    object-fit: contain;
    width: 100%;
}
/* app-bg/ */

/* start footer topup btn and whatsapp btn */

.whatsapp-logo {
    height: 60px;
    width: 60px;
    position: fixed;
    /* top: 70%; */
    bottom: 87px;
    right: 9px;
    z-index: 9999;
    font-size: 21px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 1px;
    z-index: 99;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-radius: 25px;
  
}
.wa-ani{
    animation-duration: 4s;
}
/* end topup btn and whatsapp btn */


/* start footer-bg */
.footer-bg{
  background-color: #6557b9
}
.footer-about h6{
    font-weight: 400;
    color: #ffffffcc;
    font-size: 18px;
    margin-bottom: 70px;
}
@media only screen and (max-width:769px){
  .footer-about h6{
   margin-bottom: 5px;
}}


.footer-about p{
   font-weight: 400;
    color: #fff9;
    font-size: 15px;
    margin-bottom: 2px;
}
.footer-link h6{
   font-weight: 600;
    color: #ffff;
    font-size: 22px;
}
.footer-link ul li  {
  margin-bottom: 10px;
}
.footer-link ul li a{
    font-weight: 400;
    color: #ffffffcc;
    font-size: 18px;
    text-decoration: none;
}

@media only screen and (max-width:769px){
  .footer-link ul li a{
 font-size: 14px;
}}

.footer-nav a{
   font-weight: 400;
    color: #ffff;
    font-size: 16px;
    text-decoration: none;
}
.footer-icons a{
  font-weight: 400;
    color: #ffff;
    font-size: 18px;
    text-decoration: none;
}
.footer-logo-line{
    font-weight: 600;
    color: #ffff;
    font-size: 30px;
    font-family: "Playfair Display", serif;
}
/* end footer-bg */