

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.bg-body-tertiary {
background-color: #eeeeee;
}
  @media screen and (max-width: 769px){
 .e-store-nav {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: none;
        border-radius: 0px;
        box-shadow:none;
        padding: 0 20px 0 10px;
        transition: all 0.3s ease-in-out;

        
      }
      .mts{
  margin-top:20px;
}}
.signature {
   
       font-family: 'AmsterdamSignature', cursive;
    
   color: #2b1a52;  
    text-transform: capitalize;
    font-style: normal; 
    display: inline-block;
    vertical-align: middle;
}

.number-highlight {
   color: #e48345;
    font-weight: 800;
    /* Dark navy color */
}

 .hero-banner h1{

    font-size: 35px !important;
    color: white !important;
    font-weight: bold !important;
    text-align: center !important;
    font-family: 'Montserrat', sans-serif;}

  .hero-subtitle{
    font-size: 25px;
   
    margin-bottom: 2rem;
    text-align: center;
  }
.btn-quote{
  
  --bs-btn-color: #fff;
  --bs-btn-bg: #e48345;
  --bs-btn-border-color: #e48345;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e48345;
  --bs-btn-hover-border-color: #e48345;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e48345;
  --bs-btn-active-border-color: #e48345;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e48345;
  --bs-btn-disabled-border-color: #e48345;
  border-radius: 12px;
}
.title-s{
  color:#38006f;
  font-size:20px;
  font-weight: 700;
}
.subtitle-s{
   color:#38006f;
   font-size:25px;
   font-weight: 500;

}
/* ===logos== */
    .marquee-track.reverse {
  animation: marquee-scroll-reverse 35s linear infinite;
}

@keyframes marquee-scroll-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

  .logo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  animation: marquee-scroll 35s linear infinite;
}

.logo-marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee-track img {
  height: 120px;
  width: 120px;
  object-fit: contain;
  flex-shrink: 0;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.marquee-track img:hover {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .marquee-track {
    animation-duration: 25s;
  }

  .marquee-track img {
    height: 90px;
    width: 90px;
  }
}
.card-title{
  color:#38006f;
}
.corner{
  height:60px;
  width:60px;
  border-radius:50%;
  background-color: #e48345;
}
.corner-red{
  height:60px;
  width:60px;
  border-radius:50%;
  background-color:#a00a44 ;
}
.posted {
    top: 10px;
    right: 10px;
    transform: translate(50%, -50%);
}
  .corner-green{
  height:60px;
  width:60px;
  border-radius:50%;
  background-color: #cfb4f9;
}
.corner-blue{
  height:60px;
  width:60px;
  border-radius:50%;
  background-color: #33046a;
}




.corner-one{
  height:35px;
  width:35px;
  border-radius:50%;
  background-color: #e48345;
}
.corner-red-one{
  height:35px;
  width:35px;
  border-radius:50%;
  background-color:#a00a44 ;
}
.posted-one {
    top: 15px;
    right: 14px;
    transform: translate(50%, -50%);
}
  .corner-green-one{
  height: 35px;
  width:35px;
  border-radius:50%;
  background-color: #cfb4f9;
}
.corner-blue-one{
  height:35px;
  width:35px;
  border-radius:50%;
  background-color: #33046a;
}
/* ==========image outsode */
.custom-about-five-section {
    display: flex;
    flex-direction: column;
}
.custom-about-five-section-image {
    width: 100%;
    background-color: #38006f;
    border-radius: 20px;
    height: 485px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.custom-about-five-section-image-inner {
    position: absolute;
    top: -44px;
    height: 113px;
    left:-9px
}

@media (min-width: 900px) and (max-width: 999px) {
    .custom-about-five-section-image {
        height: 704px;
    }
}

@media (min-width: 1000px) and (max-width: 1099px) {
 .custom-about-five-section-image {
    height:257px;
 }
}

@media (min-width: 1100px) and (max-width: 1199px) {
.custom-about-five-section-image {
   height:257px;
}
}


@media (min-width: 1200px) and (max-width: 1299px) {
.custom-about-five-section-image {
    height: 322px;
}
}


@media (min-width: 1300px) and (max-width: 1399px) {
.custom-about-five-section-image {
    height:322px;
}
}
@media (min-width: 784px) and (max-width: 912px) {
  .custom-about-five-section-image {
    height:304px;
}
}







@media (max-width: 767px) {
  .custom-about-five-section {
    padding: 20px 0;
  }

  .custom-about-five-section-image {
    height: auto;              /* remove fixed height */
    min-height: 280px;         /* optional */
    border-radius: 16px;
    /* padding: 30px 15px; */
  }
  
  .custom-about-five-section-image-inner {
    position: static;          /* remove absolute */
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-about-five-section-image-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
}


.brdt{
      border-color: #38006f;
   

}
.rt{
   position: absolute;
    left: -70px;
}


  @media (min-width: 992px) {
    .overlap-section {
      margin-left: -80px; 
      z-index: 10;
      position: relative;
    }
    
   
    .left-content {
      padding-right: 100px;
    }
  }

  .brdt {
    border: 1px solid #eee !important;
    transition: transform 0.3s ease;
  }
  
  .brdt:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
   
  .split-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }

  
  .side-grey {
    background-color: #f2eff9; 
    padding: 100px 8% 100px 10%;
  }


 .side-white {
    background-color: #fff;
    padding: 100px 10% 100px 0;
    position: relative;
}

@media (max-width: 767px) {
    .side-white {
        padding: 10px;
    }
}

  @media (min-width: 992px) {
    .overlap-wrapper {
      margin-left: -100px; 
      position: relative;
      z-index: 10;
    }
    

    .left-content-inner {
      padding-right: 100px;
    }
  }
@media (min-width: 768px) {    .side-white{    padding: 50px;
}
}
@media (max-width: 768px) {    .wave-svg{
    display: none;
}
.circlewpill{
    display: none;
}
}


.activity-card {
    border: 1px solid #38006f;
    border-radius: 20px;
    overflow: hidden;
    color:#38006f;
}

.activity-img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
}

  .bsd{
    border: 1px solid #38006f;
  }


.number
{
  font-style:4rem;
  font-weight: 800;
  color: #198754;
}
 

  .main-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #2d1a54;
  }

  .subtitle {
    color: #e48345; /* Brownish color from image */
    font-weight: 700;
    margin-top: 15px;
  }

  .btn-quotes {
    background-color: #e48345;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
   border-radius: 12px; 
    margin-top: 20px;
  }
.btn-quotes:hover {
    background-color: #e48345;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
   border-radius: 12px; 
    margin-top: 20px;
  }
  .btn-quotes:active {
    background-color: #e48345;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
   border-radius: 12px; 
    margin-top: 20px;
  }
  /* Grid Cards */
  .number {
    font-size: 4rem;
    font-weight: 800;
    color: #d8c5f2; /* Light lavender for the number */
    line-height: 1;
  }


  .card-title-custom {
    font-weight: 700;
    font-size: 1.5rem;
    color: #38006f;
  }

  .decode-label {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #38006f;
  }

  .card-text {
    font-size: 0.95rem;
    color: #38006f;
  }

  .img-grid {
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 300px;
  }

 .wave-row {
    position: relative;
    
    padding: 50px 0;
  }

.wave-svg {
    position: absolute;
    top: -145px;
    right: -140px;
    transform: translateY(-50%);
    z-index: 0;
    width: 734px;
    opacity: 0.6;
    pointer-events: none;
    
}

  .wave-svg svg {
    width: 100%;
    height: auto;
  }

 
  .wave-row .col-lg-4 {
    position: relative;
    z-index: 1;
  }

  .card-title-custom {
    font-weight: bold;
  }

.circlewpill{
position: absolute;
    top: -134px;
    left: 280px;
    height: 244px;
    width: 500px;
    border-radius: 50%;
    z-index: -1;
    background-color: rgb(217, 204, 255);
}

 .rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }

  .rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }

  .rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }

  .hero-card {
    position: relative;
    border-radius: 0;
  }

  .hero-bg-img {
    height: 100vh;
    object-fit: cover;

  }

  .hero-card .card-img-overlay {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .lead {
    font-size: 1.25rem;
    font-weight: 400;
  }

  .circle-icon {
    width: 40px;
    /* adjust size */
    height: 40px;
    object-fit: contain;
  }
