@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

header {
  background: #e0eaff;
  padding: 40px 20px;
  text-align: center;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-pic {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #1e40af;
  margin-bottom: 15px;
}

.bio h1 {
  font-size: 28px;
  color: #1e40af;
}

.bio h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.bio p {
  max-width: 600px;
  margin: 5px auto;
  color: #444;
}

.services-section {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
}

.services-section h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #1e3a8a;
}

.services-scroll {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 0 20px 0;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 20px;
  margin: 0 20px;
}




.service-card {
  flex: 0 0 280px;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* নিচে এটুকু নতুন করে যোগ করো 👇 */
.service-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 15px auto;
  display: block;
}

.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.icon-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d1d5db;
  margin: 0 auto 15px auto;
}

.service-card h3 {
  color: #1e40af;
  font-size: 24px;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.team-section {
  background: #f0f4f8;
  padding: 30px 20px;
  text-align: center;
}

.team-intro {
  max-width: 750px;
  margin: 0 auto 30px auto;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}


.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  max-width: 1600px;
  margin: 0 auto;
}

.team-member {
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  max-width: 354px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.team-photo {
  border-radius: 12px; /* instead of 50% */
  width: 60%;
  height: auto;
  object-fit: cover;
}


.team-member h3 {
  color: #1e40af;
  margin-bottom: 5px;
}

.position {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.certifications {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.bio {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}

/* Review Section */

.review-section {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
}

.review-section h2 {
  font-size: 26px;
  color: #1e3a8a;
  margin-bottom: 30px;
}

.review-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.review-card {
  background: #f1f5f9;
  border-radius: 15px;
  padding: 25px 20px;
  max-width: 300px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.review-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #1e40af;
}

.client-name {
  font-size: 18px;
  font-weight: 600;
  color: #1e40af;
  margin-bottom: 10px;
  filter: blur(0px);
  pointer-events: none;
}


.blur-text {
  color: #555;
  font-style: normal;
  margin-bottom: 15px;
}

footer {
  background: #1e3a8a;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

/* Responsive */

@media (max-width: 900px) {
  .services-scroll {
    justify-content: center;
  }
  .team-container {
    flex-direction: column;
    align-items: center;
  }
  .review-container {
    flex-direction: column;
    align-items: center;
  }
}

/* --- Fix scroll spacing at both sides --- */
.services-scroll::before,
.services-scroll::after {
  content: '';
  flex: 0 0 140px; /* match the 20px horizontal margin */
}

.team-section h2 {
  font-size: 26px;
  color: #1e3a8a;
  margin-bottom: 30px;
}

.team-label {
  font-size: 18px;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 8px;
}

.stats-section {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
}

.stats-section h2 {
  font-size: 26px;
  color: #1e3a8a;
  margin-bottom: 30px;
}

.stats-intro {
  font-size: 17px;
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: #444;
  line-height: 1.6;
}

.stats-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.stat-box {
  background: #f1f5f9;
  padding: 25px;
  border-radius: 15px;
  width: 220px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: scale(1.05);
}

.stat-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}


.stat-box h3 {
  font-size: 22px;
  color: #1e40af;
  margin-bottom: 5px;
}

.stat-box p {
  font-size: 16px;
  color: #333;
}

.clients-section {
  background: #f9fafb;
  padding: 50px 20px;
  text-align: center;
}

.clients-section h2 {
  font-size: 26px;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.clients-intro {
  font-size: 17px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.5;
}

.clients-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.clients-logos img {
  width: 130px;
  height: auto;
  object-fit: contain;
  /* নিচের ২টা লাইন বাদ দাও */
  /* filter: grayscale(100%); */
  /* opacity: 0.8; */
  transition: all 0.3s ease;
}

.clients-logos img:hover {
  transform: scale(1.05);
}

.clients-logos img {
  height: 110px;
  object-fit: contain;
}

/* Modern CTA Button Styles */
.cta-buttons-modern {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.cta-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  border: 2px solid #e2e2e2;
  border-radius: 12px;
  padding: 12px 20px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.cta-box img {
  width: 24px;
  height: 24px;
}

.cta-box:hover {
  background-color: #f1f1f1;
  transform: translateY(-2px);
}

/* Contact Form Style */
.contact-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form button {
  padding: 12px;
  background-color: #3f83f8;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #316fd2;
}

/* Contact Section Styles */
.contact-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center; /* মাঝখানে আনবে */
}

.contact-section h2 {
  font-size: 26px;
  color: #1e3a8a; /* একই color যা "Our Expert Team" এ use করা হয়েছে */
  font-family: 'Poppins', sans-serif; /* সব heading এর মতো একই font */
  margin-bottom: 20px;
  text-transform: uppercase;
}



.contact-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease-in-out;
}

.modal-content h3 {
  color: #1e40af;
  margin-bottom: 10px;
}

.modal-content button {
  margin-top: 15px;
  padding: 10px 20px;
  background: #1e40af;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Success Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
}

.modal-content h3 {
  color: green;
  margin-bottom: 10px;
}

.security-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 0.8rem;
  color: #2e8b57; /* Greenish trust color */
  font-weight: 600;
}

.security-badge img {
  width: 20px;
  height: 20px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.service-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Container for header flex */
.header-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

/* Logo image */
.logo img {
  width: 180px; /* তোমার লোগো অনুযায়ী adjust করো */
  height: auto;
  object-fit: contain;
}

/* Profile flexbox */
.profile {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Profile picture */
.profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

/* Bio */
.bio h1 {
  margin: 0;
  font-size: 1.8rem;
}

.bio h2 {
  margin: 5px 0;
  font-weight: 500;
  color: #555;
}

.bio p {
  margin: 3px 0;
  max-width: 500px;
  color: #333;
  line-height: 1.4;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .header-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile {
    flex-direction: column;
  }

  .profile-pic {
    width: 100px;
    height: 100px;
  }

  .bio p, .bio h1, .bio h2 {
    max-width: 100%;
  }

  .logo img {
    width: 80px;
    margin-bottom: 10px;
  }
}

.logo img {
  width: 100px; /* ডিফল্ট সাইজ (মোবাইল) */
  height: auto;
  object-fit: contain;
  transition: width 0.3s ease;
}

/* ট্যাবলেট এবং মিডিয়াম স্ক্রিন */
@media (min-width: 600px) {
  .logo img {
    width: 150px;
  }
}

/* ডেক্সটপ বড় স্ক্রিন */
@media (min-width: 1024px) {
  .logo img {
    width: 220px;
  }
}

.logo img {
  width: 280px; /* ডিফল্ট বড় সাইজ */
  height: auto;
  object-fit: contain;
  margin: 20px auto; /* লোগোর উপরে-নিচে স্পেস */
  display: block;
  transition: width 0.3s ease;
}

/* ট্যাবলেট এবং মিডিয়াম স্ক্রিন */
@media (min-width: 600px) {
  .logo img {
    width: 320px;
  }
}

/* ডেক্সটপ বড় স্ক্রিন */
@media (min-width: 1024px) {
  .logo img {
    width: 380px;
  }
}

.profile-pic {
  width: 120px;  /* মোবাইলে ভালো সাইজ */
  height: auto;
  border-radius: 50%; /* গোলাকার ছবি */
  object-fit: cover;
  transition: width 0.3s ease;
}

/* ট্যাবলেট স্ক্রীনে একটু বড় */
@media (min-width: 600px) {
  .profile-pic {
    width: 160px;
  }
}

/* ডেক্সটপ বড় স্ক্রীনে আরও বড় */
@media (min-width: 1024px) {
  .profile-pic {
    width: 200px;
  }
}

.about-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}

.about-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.about-section p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #444;
  max-width: 700px;
  margin: 0 auto;
}

.case-study-section {
  padding: 50px 20px;
  background: #f7f9fc;
  text-align: center;
  color: #1e3a8a;
}

.case-study-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-top: 30px;
}

.case-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  max-width: 375px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.15);
}

.case-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.case-img {
  pointer-events: none; 
  -webkit-user-drag: none; 
  user-select: none; 
}

.case-content {
  padding: 20px;
  text-align: left;
}

.case-content h3 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #0a2540;
}

.case-content ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.9rem;
  color: #555;
}

.case-content ul li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.view-proof {
  background: #2fe229;
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.8rem;
  transition: background 0.3s ease;
}

.view-proof:hover {
  background: #20c036;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
}
*/
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 20px;
  flex-wrap: wrap;
  gap: 30px;
}

.logo-container {
  text-align: left;
  flex-shrink: 0;
}

.site-logo {
  width: 220px; /* Bigger logo */
  height: auto;
  display: block;
}

.logo-tagline {
  font-size: 14px;
  color: #444;
  margin-top: 8px;
  font-weight: 500;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.profile-pic {
  width: 220px; /* বড় করা */
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #1e40af;
  margin-bottom: 15px;
}

.bio h1 {
  font-size: 28px;
  color: #1e40af;
}

.bio h2 {
  font-size: 20px;
  color: #444;
  margin-bottom: 8px;
}

.bio p {
  font-size: 15px;
  color: #555;
  max-width: 600px;
  line-height: 1.6;
  margin-bottom: 5px;
}


.header {
  background: #e0eaff;
  padding: 40px 20px;
}

.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  position: relative;
}

.top-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.site-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 530px;
  height: auto;
  margin: 20px;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 80px; /* logo er niche ashar jonno */
}

.profile-pic {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #1e40af;
  margin-bottom: -10px;
}

.bio h1 {
  font-size: 30px;
  color: #1e40af;
}

.bio h2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

.bio p {
  max-width: 800px;
  margin: 5px auto;
  color: #444;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .top-row {
    flex-direction: column;
    align-items: center;
  }

  .site-logo {
    position: static;
    margin-bottom: 20px;
    width: 370px;
  }

  .profile {
    margin-top: 0;
  }

  .profile-pic {
    width: 180px;
    height: 180px;
  }

  .bio h1 {
    font-size: 24px;
  }

  .bio h2 {
    font-size: 17px;
  }
}

.about-us-section {
  background: #ffffff;
  padding: 60px 30px;
  max-width: 900px;
  margin: 60px auto;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(30, 64, 175, 0.1);
  text-align: center;
  color: #1e3a8a;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #e5e7eb;
}

.about-us-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1e40af;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.about-us-section p {
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .about-us-section {
    padding: 40px 20px;
  }

  .about-us-section h2 {
    font-size: 28px;
  }

  .about-us-section p {
    font-size: 16px;
  }
}

.company-profile-download {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  background-color: #f1f5f9;
  border-radius: 12px;
}

.company-profile-download h3 {
  color: #1e3a8a;
  font-size: 22px;
  margin-bottom: 20px;
}

.download-btn {
  display: inline-block;
  padding: 14px 28px;
  background-color: #1f72f1;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  transition: background 0.3s ease;
}

.download-btn:hover {
  background-color: #1d4ed8;
}





<style>
  .services-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
  }

  .services-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }

  .service-card {
    background-color: #fff;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: 0.3s;
  }

  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1);
  }
</style>

/* Start train er moto lekha */


/* Trust banner styling */
.trust-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9999;

  background-color: transparent !important; /* ব্যাকগ্রাউন্ড নেই */
  box-shadow: none !important;
  border: none !important;
}

/* স্ক্রলিং টেক্সট */
.scroll-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: scrollLeft 30s linear infinite;
  font-weight: 600;
  font-size: 18px;
  background-color: transparent !important; /* ব্যাকগ্রাউন্ড নেই */
  color: rgb(25, 58, 165);
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}





@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

body {
  overflow-x: hidden;
}





/* End train er moto lekha */



/* Start Flag image */

.flag-img {
  width: 50px;        /* পছন্দমতো সাইজ দিতে পারো */
  height: 27px;       /* স্কোয়ার রাখতে উচিৎ */
  border-radius: 3px; /* কর্নার গুলো গোলাকার করার জন্য */
  object-fit: cover;  /* ছবি স্কোয়ারে ঠিকমতো ফিট করার জন্য */
  margin-right: 8px;  /* ছবির পাশে টেক্সটের জন্য ফাঁকা জায়গা */
  vertical-align: middle; /* টেক্সটের সাথে ছবি লাইন এ সামঞ্জস্য রাখতে */
  transition: transform 0.3s ease;
}


/* End Flag image */