.quote-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  background-color: #fff;
  border-bottom: 2px solid #eee;
  flex-wrap: wrap;
  gap: 20px;
}

.quote-content h2 {
  margin: 0;
  font-size: 24px;
  color: #333;
}

.quote-content p {
  margin: 5px 0 0;
  color: #666;
}

.quote-buttons {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-call {
  background-color: #4b7342; /* সবুজ কালার */
  color: #fff;
}

.btn-whatsapp {
  border: 1px solid #4b7342;
  color: #4b7342;
}

/* রেসপন্সিভ ডিজাইন */
@media (max-width: 768px) {
  .quote-section {
    flex-direction: column;
    text-align: center;
  }
}
/* ////////////////////////////////////end quote-section  */

/* Container Styling */
.devkamal-assessment-wrapper {
  background-color: #f7f9f5; /* হালকা সবুজ ব্যাকগ্রাউন্ড */
  padding: 40px 20px;
  text-align: center;
  border: 1px solid #e2e8e0;
  margin: 20px 0;
}

.devkamal-assessment-container {
  max-width: 800px;
  margin: 0 auto;
}

.devkamal-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.devkamal-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}

/* Button Styling */
.devkamal-btn {
  display: inline-block;
  background-color: #4b7342; /* বাটন কালার */
  color: #ffffff;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.devkamal-btn:hover {
  background-color: #3a5a33;
}


/* start of pricing area  */
.devkamal-pricing-wrapper { padding: 50px 20px; background: #faf9f6; font-family: sans-serif; }
.devkamal-pricing-header { text-align: center; margin-bottom: 40px; }
.devkamal-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }

.devkamal-card { background: #fff; padding: 30px; border: 1px solid #ddd; text-align: center; position: relative; }
.devkamal-popular { border: 2px solid #4b7342; }

.devkamal-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #4b7342; color: #fff; padding: 5px 15px; font-size: 12px; font-weight: bold; border-radius: 20px; }

.devkamal-price { font-size: 32px; font-weight: bold; color: #333; margin: 15px 0 0; }
.devkamal-price span { font-size: 18px; color: #777; }

.devkamal-features { list-style: none; padding: 20px 0; text-align: left; }
.devkamal-features li { margin-bottom: 10px; color: #555; }

.devkamal-btn-outline { display: block; padding: 12px; border: 1px solid #4b7342; color: #4b7342; text-decoration: none; font-weight: bold; }
.devkamal-btn-solid { display: block; padding: 12px; background: #4b7342; color: #fff; text-decoration: none; font-weight: bold; }

/* start of stats area  */
.devkamal-stats-wrapper {
  padding: 40px 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.devkamal-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.devkamal-stat-item h3 {
    font-size: 30px;
    color: #4b7342;
    margin: 0;
    font-weight: bold;
}

.devkamal-stat-item p {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

.devkamal-cta-section {
  margin-top: 20px;
}

.devkamal-cta-btn {
  display: inline-block;
  background-color: #4b7342;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 15px;
}

/* start of befor after gellary area  */
.devkamal-gallery-wrapper { padding: 40px 20px; text-align: center; }
.devkamal-gallery-title { margin-bottom: 30px; color: #333; }
.devkamal-gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }
.devkamal-gallery-card { border: 1px solid #ddd; padding: 15px; background: #fff; text-align: left; }

.devkamal-img-box { display: flex; height: 200px; margin-bottom: 15px; }
.devkamal-before, .devkamal-after { flex: 1; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; }
.devkamal-before { background: #e0e0d0; color: #333; }
.devkamal-after { background: #4b7342; }

.devkamal-gallery-card h3 { margin: 10px 0; font-size: 18px; }
.devkamal-gallery-card p { font-size: 14px; color: #666; line-height: 1.4; }
.devkamal-footer-text { margin-top: 30px; font-size: 14px; color: #777; }


/* start of case study area  */
.devkamal-cs-wrapper { padding: 40px 20px; text-align: center; }
.devkamal-cs-title { margin-bottom: 30px; color: #333; }
.devkamal-cs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }
.devkamal-cs-card { border: 1px solid #ddd; background: #fff; text-align: left; }
.devkamal-cs-header { background: #1f3d23; color: #fff; padding: 30px; font-size: 24px; font-weight: bold; text-align: center; }
.devkamal-cs-body { padding: 20px; }
.devkamal-details { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 15px 0; font-size: 14px; }
.devkamal-outcome { background: #f0f4ef; padding: 15px; font-size: 14px; border: 1px solid #e0e7df; margin-top: 15px; }
.devkamal-cs-footer { margin-top: 30px; font-size: 13px; color: #666; }

/* start of download area  */
.devkamal-download-wrapper {
  background-color: #1f3d23; /* গাঢ় সবুজ ব্যাকগ্রাউন্ড */
  color: #fff;
  padding: 40px;
  border-radius: 8px;
}

.devkamal-download-content {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.devkamal-icon {
  font-size: 40px;
  opacity: 0.8;
}

.devkamal-text small {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.devkamal-text h2 {
  margin: 5px 0;
  font-size: 22px;
}

.devkamal-text p {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
}

.devkamal-download-form {
  display: flex;
  gap: 10px;
  min-width: 350px;
}

.devkamal-download-form input {
  padding: 5px;
  border-radius: 4px;
  border: none;
  flex: 1;
}

.devkamal-download-form button {
  padding: 12px 20px;
  background-color: #fff;
  color: #1f3d23;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 768px) {
  .devkamal-download-content { flex-direction: column; text-align: center; }
  .devkamal-download-form { width: 100%; flex-direction: column; }
}

/* start of contact form area  */
.devkamal-contact-main-wrapper { padding: 40px; background: #fafafa; }

.devkamal-info-bar { background: #f0f4ef; padding: 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #dcdcdc; margin-bottom: 40px; }
.devkamal-info-btns a { padding: 10px 20px; text-decoration: none; font-weight: bold; border-radius: 4px; margin-left: 10px; }
.btn-call { background: #4b7342; color: #fff; }
.btn-whatsapp { border: 1px solid #4b7342; color: #4b7342; }

.devkamal-form-section { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: #fff; padding: 30px; border: 1px solid #eee; }
.contact-box { background: #edf2f7; padding: 15px; margin-bottom: 10px; border: 1px solid #eee; }
.devkamal-inquiry-form input, .devkamal-inquiry-form textarea { width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ddd; }
.devkamal-inquiry-form button { width: 100%; padding: 12px; background: #4b7342; color: #fff; border: none; font-weight: bold; font-size: 20px;
    border-radius: 15px;}

@media (max-width: 768px) {
  .devkamal-form-section { grid-template-columns: 1fr; }
  .devkamal-info-bar { flex-direction: column; text-align: center; }
}