.elementor-57 .elementor-element.elementor-element-d3045e3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2e2addc *//* ============================================================
   IK ONKAR HOSPITAL — Footer Stylesheet (Dark Theme)
   Upload this file to Media Library and link it in the HTML file,
   OR paste its full contents into Elementor's Custom CSS /
   Appearance > Customize > Additional CSS.
   ============================================================ */

.iko-footer-wrap {
  --f-navy: #122f4d;
  --f-navy-dark: #0b1f34;
  --f-teal: #0f6a63;
  --f-gold: #c9a24b;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(180deg, var(--f-navy-dark), #081522);
  color: #cfd9e2;
}

.iko-footer-wrap * { box-sizing: border-box; }

.iko-footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ---------- MAIN GRID ---------- */
.iko-footer-main {
  padding: 70px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.iko-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 40px;
  align-items: start;
}

.iko-footer-col h4 {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 22px;
  position: relative;
  padding-bottom: 12px;
}

.iko-footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--f-teal), var(--f-gold));
}

/* Column 1: About */
.iko-footer-logo {
  display: inline-block;
  margin-bottom: 18px;
}

.iko-footer-logo img {
  height: 52px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.iko-footer-about p {
  font-size: 14px;
  line-height: 1.7;
  color: #a9b7c4;
  margin: 0 0 22px;
}

.iko-footer-social {
  display: flex;
  gap: 12px;
}

.iko-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s ease, transform .25s ease, border-color .25s ease;
}

.iko-footer-social svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.iko-footer-social a:hover {
  background: linear-gradient(135deg, var(--f-teal), var(--f-gold));
  border-color: transparent;
  transform: translateY(-3px);
}

/* Column links */
.iko-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iko-footer-col ul li {
  margin-bottom: 13px;
}

.iko-footer-col ul li a {
  color: #a9b7c4;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  transition: color .2s ease, padding-left .2s ease;
}

.iko-footer-col ul li a::before {
  content: "›";
  color: var(--f-gold);
  margin-right: 6px;
  opacity: 0;
  transition: opacity .2s ease;
}

.iko-footer-col ul li a:hover {
  color: #ffffff;
}

.iko-footer-col ul li a:hover::before {
  opacity: 1;
}

/* Column 4: Contact */
.iko-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.iko-footer-contact svg {
  width: 16px;
  height: 16px;
  fill: var(--f-gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.iko-footer-contact span {
  font-size: 14px;
  line-height: 1.6;
  color: #a9b7c4;
}

.iko-footer-contact a {
  color: #a9b7c4;
  text-decoration: none;
}

.iko-footer-contact a:hover {
  color: #ffffff;
}

/* ---------- BOTTOM BAR ---------- */
.iko-footer-bottom {
  padding: 22px 0;
}

.iko-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.iko-footer-bottom-inner p {
  font-size: 13px;
  color: #8494a3;
  margin: 0;
}

.iko-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.iko-footer-bottom-links a {
  color: #8494a3;
  text-decoration: none;
}

.iko-footer-bottom-links a:hover {
  color: var(--f-gold);
}

.iko-footer-bottom-links span {
  color: #3d4b58;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .iko-footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 44px;
  }
}

@media (max-width: 640px) {
  .iko-footer-container { padding: 0 24px; }
  .iko-footer-main { padding: 50px 0 30px; }
  .iko-footer-grid { grid-template-columns: 1fr; row-gap: 38px; }
  .iko-footer-bottom-inner { flex-direction: column; text-align: center; }
}/* End custom CSS */