body {
 font-family: 'Baloo Da 2', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  overflow-x: hidden;
  max-width: 100%;
  
}
  

.hero-section {
  background-color: #f6f4fe; 
  padding: 60px 0;
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #5E17EB;
}

.hero-section p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.hero-section img {
  max-width: 100%;
  height: auto;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0;
  }
  .hero-section h1 {
    font-size: 1.8rem;
  }
  .hero-section p {
    font-size: 1rem;
  }
}

section {
  padding: 60px 0;
  scroll-margin-top: 100px; /* for anchor offset */
}

.navbar {
  background-color: #f8fbff !important; /* হালকা নীলাভ ব্যাকগ্রাউন্ড */
  padding: 12px 0;
}

.navbar-brand {
  font-size: 1.3rem;
}

.navbar .btn-primary {
  border-radius: 20px;
  padding: 6px 16px;
  font-weight: 500;
}

.nav-link {
  font-weight: 500;
  color: #333 !important;
}

.nav-link:hover {
  color: #0d6efd !important;
}

.navbar-toggler {
  border: none;
}

/* Primary Button */
.btn-primary {
  background-color: #5E17EB;
  border-color: #5E17EB;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: #4a12c1;
  border-color: #4a12c1;
  transform: scale(1.05);
}

/* Outline Secondary (Question Icon Button) */
.btn-outline-secondary {
  border-color: #5E17EB;
  color: #5E17EB;
  border-radius: 30px;
  padding: 8px 16px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.btn-outline-secondary:hover {
  background-color: #5E17EB;
  color: #fff;
  transform: scale(1.05);
}

.hero-section h1 {
  font-weight: 700;
  color: #0d6efd;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}

.hero-section p {
  font-size: 1.2rem;
  color: #444;
}

.hero-section img {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Mobile Navbar dropdown spacing fix */
@media (max-width: 991.98px) {
  #navbarNav {
    padding-top: 12px;
  }

  /* Navbar collapse (মেনু) খোলার সময় ব্যাকগ্রাউন্ড */
  .navbar-nav .nav-link.active {
    color: #5E17EB; /* থিমের মেইন কালার */
    font-weight: 700; /* একটু বোল্ড */
    border-bottom: 3px solid #5E17EB; /* আন্ডারলাইন বদলে বর্ডার দেওয়া */
    background-color: #f3eaff; /* হালকা পার্পল ব্যাকগ্রাউন্ড */
    border-radius: 4px; /* একটু রাউন্ড কোণা */
    padding-bottom: 5px;
    transition: background-color 0.3s ease;
  }

  /* Navbar links (মেনু আইটেম) থিম কালার */
  #navbarNav .nav-link {
    color: #5E17EB !important;
    font-weight: 600;
    padding: 10px 0;
  }

  /* Hover effect */
  #navbarNav .nav-link:hover {
    color: #3a0ca3 !important; /* থিমের গাঢ় ভার্সন */
    text-decoration: underline;
  }
}


.counter-strip {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.counter-block {
  padding: 10px;
}

.icon-box {
  background-color: #f0f4ff;
  display: inline-block;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #5E17EB;
  font-size: 30px;
}

.counter {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.separator {
  width: 2px;
  height: 60px;
  background-color: #5E17EB;
  display: inline-block;
  margin: 0 5px;
}

/* মোবাইলেও পাশাপাশি রাখবো */
@media (max-width: 767.98px) {
  .counter-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: space-between;
    padding: 0 10px;
  }

  .col-4 {
    flex: 0 0 auto;
    width: 100px;
    margin: 0 10px;
  }

  .separator {
    height: 40px;
  }
}


.about-box {
  background: #f8fbff;
}

.border-theme {
  border-color: #5E17EB !important;
}

.btn-theme {
  background-color: #5E17EB;
  color: #fff;
  border-radius: 30px;
  padding: 10px 22px;
  font-weight: 500;
  transition: 0.3s ease;
  text-decoration: none;
}

.btn-theme:hover {
  background-color: #4a12c1;
  transform: scale(1.05);
  color: #fff;
}

.gallery-slider {
  background: #f8fbff;
}

.gallery-slider .swiper {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  max-width: 320px;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
}

.swiper-slide img:hover {
  transform: scale(1.05);
}

.investment-combined-section {
  background-color: #f8f9ff;
}

.investment-combined-section h2 {
  font-size: 2rem;
  color: #5E17EB;
}

.investment-combined-section h5 {
  font-size: 1.25rem;
}

.review-card {
  border-left: 4px solid #5E17EB;
  transition: 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(94, 23, 235, 0.1);
}

.review-card i {
  color: #5E17EB;
}

.btn-primary {
  background-color: #5E17EB;
  border-color: #5E17EB;
  border-radius: 30px;
  padding: 10px 22px;
}

.btn-primary:hover {
  background-color: #4a12c1;
  transform: scale(1.05);
}

.careers-section {
  position: relative;
  z-index: 1;
  background-color: #f9faff;
  overflow: hidden;
}

.career-bg-shape {
  background: radial-gradient(circle at 10% 20%, #5E17EB22, transparent),
              radial-gradient(circle at 90% 80%, #5E17EB33, transparent),
              radial-gradient(circle at 50% 50%, #5E17EB1a, transparent);
  animation: float-bg 10s infinite ease-in-out;
  z-index: 0;
}

@keyframes float-bg {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

.careers-section h2 {
  font-size: 2.2rem;
  color: #5E17EB;
}

.careers-section p {
  color: #555;
}

.careers-section .btn-primary {
  background-color: #5E17EB;
  border-color: #5E17EB;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 500;
}

.careers-section .btn-primary:hover {
  background-color: #4a12c1;
  transform: scale(1.05);
}











.vision-mission-section {
  background: linear-gradient(135deg, #f5e9ff, #e4d8ff);
}

.vision-mission-section h2 {
  font-size: 30px;
  line-height: 1.4;
}

.info-box {
  background: white;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.btn-theme {
  background-color: #5E17EB;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  border: none;
  transition: 0.3s ease;
}

.btn-theme:hover {
  background-color: #4913b5;
}
















.responsible-section ul {
  padding-left: 20px;
}

.responsible-section li {
  margin-bottom: 8px;
  color: #444;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 1.6rem;
  }
}







.media-news-section .card-title {
  font-size: 1.1rem;
  font-weight: 600;
}
.media-news-section .card-text {
  font-size: 0.95rem;
}
.news-detail p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}


.investor-report-section {
  background: linear-gradient(135deg, #5E17EB 0%, #7a3ff2 100%);
  overflow: hidden;
  border-radius: 0 0 60px 60px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-shape {
  content: "";
  position: absolute;
  top: -50px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 20%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
  animation: floatBg 8s ease-in-out infinite;
}

@keyframes floatBg {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.investor-report-section h2 {
  font-size: 2.3rem;
  color: #fff;
}

.investor-report-section p {
  font-size: 1.1rem;
  color: #f3f3f3;
}

.investor-report-section .btn-light {
  background-color: #fff;
  color: #5E17EB;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.investor-report-section .btn-light:hover {
  background-color: #f1f1f1;
  color: #4a0fd8;
}


/* Section Background - হালকা ব্ল্যাক/গ্রে */
.brand-section {
  background-color: #f0f0f5;  /* হালকা ছায়াময় সাদা-কালো */
  color: #333;
}

/* Theme Color Text */
.text-theme {
  color: #5E17EB !important;
}

/* Upcoming Tag */
.badge-upcoming {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ffc107;
  color: #000;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 14px;
  border-radius: 6px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Brand Card */
.brand-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
  border-radius: 16px;
}
.brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(94, 23, 235, 0.2);
}



.contact-short {
  background: linear-gradient(to right, #f6f5ff, #e6e3ff);
  color: #333;
}

.contact-short h2 {
  color: #5E17EB;
  font-size: 2.2rem;
}

.contact-short .btn-primary {
  background-color: #5E17EB;
  border-color: #5E17EB;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.contact-short .btn-primary:hover {
  background-color: #4a12c1;
  transform: scale(1.05);
}


.apply-section h2 {
  font-size: 2.2rem;
  color: #5E17EB;
}

.apply-section p {
  font-size: 1.1rem;
  color: #666;
}

.apply-section .form-control,
.apply-section .form-select {
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid #ccc;
}

.apply-section .btn-primary {
  background-color: #5E17EB;
  border-color: #5E17EB;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px;
  transition: 0.3s;
}

.apply-section .btn-primary:hover {
  background-color: #4a12c1;
  border-color: #4a12c1;
  transform: scale(1.03);
}

.multi-contact-section {
  background: linear-gradient(to bottom, #f9fbfc, #f1f5f9);
}
.text-theme {
  color: #5E17EB;
}
.contact-box {
  transition: all 0.3s ease;
  border: 1px solid #e3e3e3;
}
.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.contact-box .bi {
  font-size: 1.4rem;
}
.invest-hero-section {
  background-color: #f6f4fe; /* light background */
  padding-top: 80px;
  padding-bottom: 80px;
}

.invest-tagline {
  color: #5E17EB;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.invest-heading {
  color: #111;
  font-weight: 700;
  font-size: 32px;
}

.invest-sub {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.btn-theme {
  background-color: #5E17EB;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.btn-theme:hover {
  background-color: #4912c4;
}

.btn-outline-theme {
  border: 2px solid #5E17EB;
  color: #5E17EB;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.btn-outline-theme:hover {
  background-color: #5E17EB;
  color: #fff;
}

.hero-img {
  max-width: 100%;
  height: auto;
}

/* Why Invest Section */
section#why-invest {
  background-color: #f6f8fc;
  padding: 60px 0;
}

#why-invest .section-title {
  color: #5E17EB;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

#why-invest .section-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

#why-invest .section-description {
  color: #6c757d;
  font-size: 16px;
  max-width: 700px;
  margin: auto;
}

#why-invest .feature-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

#why-invest .feature-box:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

#why-invest .feature-icon {
  font-size: 42px;
  color: #5E17EB;
  margin-bottom: 20px;
}

#why-invest .feature-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

#why-invest .feature-desc {
  color: #6c757d;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  #why-invest .section-heading {
    font-size: 24px;
  }

  #why-invest .feature-box {
    padding: 20px;
  }

  #why-invest .feature-icon {
    font-size: 36px;
  }
}

.text-theme {
  color: #5E17EB;
}

#fixed-profit {
  background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%);
}

#fixed-profit ul li {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

#fixed-profit ul li:hover {
  transform: translateX(5px);
}


.text-theme {
  color: #5E17EB;
}
.btn-theme {
  background-color: #5E17EB;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.btn-theme:hover {
  background-color: #4c0ed9;
}
#profit-calculator {
  background: linear-gradient(to bottom, #f8f9ff, #ffffff);
}



.text-theme {
  color: #5E17EB;
}
.btn-theme {
  background-color: #5E17EB;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  transition: 0.3s ease;
}
.btn-theme:hover {
  background-color: #470cc9;
}
.btn-outline-theme {
  border: 2px solid #5E17EB;
  color: #5E17EB;
  padding: 10px 24px;
  border-radius: 8px;
  background-color: transparent;
  transition: 0.3s ease;
}
.btn-outline-theme:hover {
  background-color: #5E17EB;
  color: #fff;
}


.investor-section {
  background: linear-gradient(135deg, #f5f3ff, #ede9fe);
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.investor-section::before,
.investor-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.investor-section::before {
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: rgba(94, 23, 235, 0.08);
}

.investor-section::after {
  bottom: -80px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: rgba(94, 23, 235, 0.05);
}

.investor-section .container {
  position: relative;
  z-index: 1;
}

.investor-img-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #5E17EB;
  box-shadow: 0 4px 10px rgba(94, 23, 235, 0.15);
}

.investor-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.faq-section h2 {
  color: #5E17EB;
  font-weight: 700;
}

.accordion-button {
  background-color: #f7f5ff;
  color: #333;
  font-weight: 500;
  border: none;
  box-shadow: none;
}

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

.accordion-button:not(.collapsed) {
  background-color: #5E17EB;
  color: #fff;
}

.accordion-body {
  background: #fff;
  color: #555;
}




.about-hero-section {
  background: #f4f4fb; /* light background */
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-tagline {
  color: #5E17EB;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}

.hero-subheading {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 25px;
}


.history-section {
  background: #f5f5ff;
}

.section-title h2 {
  font-weight: 700;
  color: #5E17EB;
}

.section-title p {
  color: #666;
}

.timeline {
  position: relative;
  margin-left: 30px;
  border-left: 4px solid #5E17EB;
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
}

.timeline-year {
  position: absolute;
  left: -60px;
  top: 0;
  background: #5E17EB;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.timeline-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(94, 23, 235, 0.1);
  position: relative;
  transition: all 0.3s ease;
}

.timeline-content h4 {
  margin-top: 0;
  color: #5E17EB;
  font-weight: 600;
}

.timeline-content p {
  color: #444;
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .timeline {
    margin-left: 20px;
  }

  .timeline-year {
    left: -50px;
    font-size: 12px;
  }
}


.our-story-section {
  background: linear-gradient(to right, #f9f9ff, #f3f5ff);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.our-story-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background-color: #5E17EB33;
  border-radius: 50%;
  z-index: 0;
}

.our-story-section .container {
  position: relative;
  z-index: 1;
}

.our-story-section h2 {
  font-size: 32px;
  color: #5E17EB;
  font-weight: 700;
  margin-bottom: 20px;
}

.our-story-section p {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.our-story-section .image img {
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .our-story-section .row {
    flex-direction: column-reverse;
    text-align: center;
  }
}

