.elementor-7 .elementor-element.elementor-element-902d5af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-676d2df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f55e234 *//* ULTRA PREMIUM BACKGROUND */
.mt-hero-ultra {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  padding: 80px 20px 70px;
  text-align: center;
  font-family: "Inter", "Noto Sans Malayalam", sans-serif;
}

/* INNER CONTAINER */
.mt-hero-inner {
  max-width: 760px;
  margin: auto;
}

/* MAIN TITLE */
.mt-hero-title {
  font-size: 38px;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

/* SUBTITLE */
.mt-hero-subtitle {
  font-size: 17px;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 30px;
}

/* SEARCH BAR CONTAINER - LUXURY STYLE */
.mt-hero-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(14,165,233,0.12);
  backdrop-filter: blur(6px);
  max-width: 680px;
  margin: auto;
}

/* ICON */
.mt-hero-icon {
  font-size: 19px;
  margin-left: 12px;
  opacity: 0.6;
}

/* INPUT */
.mt-hero-search input {
  flex: 1;
  padding: 12px 14px;
  font-size: 15px;
  border: none;
  outline: none;
  background: transparent;
  color: #0F172A;
}

/* BUTTON */
.mt-hero-search button {
  background: linear-gradient(90deg, #0EA5E9, #0284C7);
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: 0.25s ease;
  box-shadow: 0 4px 18px rgba(14,165,233,0.3);
}

.mt-hero-search button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(14,165,233,0.38);
}

/* DESCRIPTION TEXT */
.mt-hero-note {
  font-size: 14px;
  color: #64748B;
  max-width: 640px;
  margin: 16px auto 0;
  line-height: 1.65;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .mt-hero-title { font-size: 30px; }
  .mt-hero-search { flex-direction: column; padding: 14px; }
  .mt-hero-search button { width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fb691d */.mlt-footer-note {
  text-align: center;
  font-size: 14px;
  color: #64748B;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-family: "Inter", "Noto Sans Malayalam", sans-serif;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6838401 *//* Container */
.mlt-why {
  max-width: 900px;
  margin: 60px auto;
  text-align: center;
  font-family: "Inter", "Noto Sans Malayalam", sans-serif;
}

/* Section Title */
.mlt-why-title {
  font-size: 22px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 30px;
}

/* Grid Layout */
.mlt-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

/* Card Styling */
.mlt-why-card {
  background: #F8FAFC;
  padding: 24px 20px;
  border-radius: 16px;
  border: 1px solid rgba(2,6,23,0.05);
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  transition: 0.25s ease;
}

.mlt-why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 26px rgba(0,0,0,0.06);
}

/* Icon */
.mlt-why-icon {
  font-size: 22px;
  margin-bottom: 8px;
  opacity: 0.85;
}

/* Subheading */
.mlt-why-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 8px;
}

/* Description */
.mlt-why-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-676d2df */.mlt-tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.mlt-tool-card {
    text-decoration: none;
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: 0.25s ease;
    border: 1px solid #e6e6e6;
}

.mlt-tool-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
    border-color: #cfeaff;
}

.mlt-icon {
    font-size: 46px;
    margin-bottom: 15px;
}

.mlt-tool-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.mlt-tool-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}/* End custom CSS */