.delofe-assistance-kerala-card {
  background: #ffffff;
  border: 2px solid #004a99;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.delofe-assistance-kerala-card-header {
  background: #004a99;
  color: white;
  padding: 20px;
  text-align: center;
}

.delofe-assistance-kerala-sidebar-box {
  background: #f4f8fb;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
}

.delofe-kerala-assist-mail-faq-panel {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 30px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  height: 100%;
}

.delofe-kerala-assist-mail-faq-title {
  font-weight: 700;
  color: #3a7bd5;
  margin-bottom: 28px;
  text-align: center;
  letter-spacing: 0.01em;
}

.delofe-kerala-assist-mail-accordion .accordion-item {
  border: none;
  border-bottom: 1.5px dashed #c8c8c8;
  background: transparent;
  border-radius: 0 !important;
}

.delofe-kerala-assist-mail-accordion .accordion-item:last-child {
  border-bottom: none;
}

.delofe-kerala-assist-mail-accordion .accordion-button {
  background: transparent;
  color: #2b2b2b;
  padding: 14px 0;
  box-shadow: none;
  border-radius: 0 !important;
  gap: 10px;
}

.delofe-kerala-assist-mail-accordion .accordion-button:not(.collapsed) {
  color: #3a7bd5;
  background: transparent;
  box-shadow: none;
}

.delofe-kerala-assist-mail-accordion .accordion-button::after {
  display: none;
}

.delofe-kerala-assist-mail-accordion .accordion-button .delofe-kerala-assist-mail-faq-num {
  font-style: normal;
  font-weight: 600;
  color: #888;
  min-width: 22px;
}

.delofe-kerala-assist-mail-accordion .accordion-body {
  padding: 6px 0 16px 32px;
  color: #555;
  line-height: 1.7;
}

.delofe-kerala-assist-mail-form-panel {
  background: #f9f3ec;
  border-radius: 18px;
  padding: 36px 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  border: 1.5px solid #e8d9c8;
  position: relative;
}

.delofe-kerala-assist-mail-form-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  margin-top: 10px;
  line-height: 1.35;
}

.delofe-kerala-assist-mail-form-subheading {
  font-weight: 400;
  font-size: 0.85rem;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
}

.delofe-kerala-assist-mail-form-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.delofe-kerala-assist-mail-form-control {
  background: #fff;
  border: 1.5px solid #d6c9bb;
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 0.85rem;
  color: #333;
  width: 100%;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.delofe-kerala-assist-mail-form-control::placeholder {
  color: #b0a99f;
  font-size: 0.79rem;
}

.delofe-kerala-assist-mail-form-control:focus {
  border-color: #3a7bd5;
  box-shadow: 0 0 0 3px rgba(58, 123, 213, 0.10);
}

.delofe-kerala-assist-mail-form-select {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 12px;
  border: 1.5px solid #d6c9bb;
  border-radius: 6px;
  padding: 9px 32px 9px 12px;
  font-size: 0.85rem;
  color: #333;
  width: 100%;
  height: 100%;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.delofe-kerala-assist-mail-form-select:focus {
  border-color: #3a7bd5;
  box-shadow: 0 0 0 3px rgba(58, 123, 213, 0.10);
}

.delofe-kerala-assist-mail-form-group {
  margin-bottom: 0;
}

.delofe-kerala-assist-mail-check-card {
  background: #fff;
  border: 1.5px solid #d6c9bb;
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  user-select: none;
  width: 100%;
  margin: 0;
}

.delofe-kerala-assist-mail-check-card:hover {
  border-color: #3a7bd5;
  box-shadow: 0 0 0 3px rgba(58, 123, 213, 0.08);
}

.delofe-kerala-assist-mail-check-card input[type="checkbox"] {
  width: 17px;
  height: 17px;
  min-width: 17px;
  accent-color: #3a7bd5;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
}

.delofe-kerala-assist-mail-check-card-text {
  font-size: 0.79rem;
  color: #444;
  font-weight: 400;
  line-height: 1.4;
}

.delofe-kerala-assist-mail-phone-row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.delofe-kerala-assist-mail-phone-code {
  max-width: 120px;
  min-width: 105px;
  flex-shrink: 0;
}

.delofe-kerala-assist-mail-phone-number {
  flex: 1;
}

.delofe-kerala-assist-mail-btn-cta {
  background: #111111;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 8px;
  padding: 14px 10px;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.delofe-kerala-assist-mail-btn-cta:hover {
  background: #2a2a2a;
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .delofe-kerala-assist-mail-form-panel {
    padding: 32px 18px 28px;
    margin-top: 20px;
  }

  .delofe-kerala-assist-mail-faq-panel {
    padding: 28px 18px;
  }

  .delofe-kerala-assist-mail-form-heading {
    font-size: 1.05rem;
  }

  .delofe-kerala-assist-mail-form-subheading {
    font-size: 0.9rem;
  }

  .delofe-kerala-assist-mail-form-icon {
    top: -22px;
    left: 18px;
    font-size: 2rem;
  }

  .delofe-kerala-assist-mail-phone-code {
    max-width: 100px;
    min-width: 90px;
  }
}

.delofe-assistance-kerala-list {
  list-style: none;
  padding-left: 0;
}

.delofe-assistance-kerala-list li {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}

.delofe-assistance-kerala-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #004a99;
  position: absolute;
  left: 0;
}

/* Feature Grid Styles - Simplified */
.wth-icons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
  width: 100%;
}

.wth-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
}

.wth-icon-box {
  width: 48px;
  height: 48px;
  background: #eef4ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004a99;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.wth-feature-text {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .wth-icons-grid {
    grid-template-columns: 1fr;
  }
}


.delofe-assistance-kerala-badge {
  background: #004a99;
  color: white;
  padding: 12px 15px;
  border-radius: 50px;
  display: inline-block;
  margin: 5px;
  font-size: 0.85rem;
  font-weight: bold;
}

.delofe-assistance-kerala-badge-2 {
  color: #004a99;
  border: 1px solid #004a99;
  padding: 12px 15px;
  border-radius: 50px;
  display: inline-block;
  margin: 5px;
  font-size: 0.85rem;
  font-weight: bold;
}

/* Bottom Icons Grid */
.kerala-assist-last-icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  margin-top: 50px;
  width: 100%;
}

.kerala-assist-last-icon-item {
  border: 1.5px solid #e9e9e9;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  background: #fdfdfd;
}

.kerala-assist-last-icon-item i {
  font-size: 2.2rem;
  color: #004a99;
  margin-bottom: 15px;
  display: block;
}

.kerala-assist-last-icon-item span {
  font-size: 0.88rem;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
  display: block;
}

@media (max-width: 575.98px) {
  .kerala-assist-last-icon-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}