@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');


.footer {
  background-color: #0d1a2d;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 3px solid #4c81c6;
  padding-top: 20px;
}

.footer-logo {
  flex: 1 1 200px;
  max-width: 250px;
  font-size: 14px;
}

.footer-logo .logo-img {
  width: 120px;
  margin-bottom: 15px;
}

.footer-logo .phone {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.footer-column {
  flex: 1 1 150px;
  margin-bottom: 20px;
}

.footer-column h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #1abc9c;
}

.footer-seal {
  flex: 1 1 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-seal img {
  max-width: 100px;
}

/* Modal Lightbox */
.modal {
    display: none;
    position: fixed;
    z-index: 100000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
}
.modal-content {
    background: #fff;
    margin: auto;
    padding: 0;
    width: 80%;
    height: 80%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.footerBlok			{float:left; font-family:arial; font-size:14px; text-decoration: none; background:#ffffff; padding:3%; width: 100%;}
.footerBlok		a	{text-decoration: none; color: #000000;}
.footerBlok		a:hover	{text-decoration: none; color: #c42c41;}
.footerBlok	 ul		{margin:0; padding:0}
.footerBlok	 ul li	{list-style:none; margin:10px 0;color:#000000;}
.footerCol			{width:33%;float:left; }
.footerBottom		{width:100%; float:left; padding:20px 0; margin-top:10px; border-top: 1px solid #ddd }
.bankLogo			{width:100%; float:left; text-align: center;}
.banklogos			{height:32px }
.footertext			{width:100%; float:left;  text-align: center; font-size:13px; color:#ffffff; margin-bottom: 40px;}
.footerSocial li	{display: inline}
.footerBlok h4::before {content: ''; position: absolute;  left: 0;  bottom: -10px;  background-color: #000000;  height: 2px;  box-sizing: border-box;  width: 50px;}
.footerBlok h4		{ont-size: 18px;  color: #000000;  text-transform: capitalize;  margin-bottom: 35px;  font-weight: 500;  position: relative;}
.text-right			{text-align: right;}


@media(max-width:576px) {
.footerCol, .bankLogo, .footertext			{width:100%}
.footerBlok			{text-align: center;}
.footerBlok h4::before {width:100%}


}

 
.ec-footer {
    background: #1a1625;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: #a094b8;
    position: relative;
    overflow: hidden;
}

/* subtle top gradient line */
.ec-footer::before {
    content: '';
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, #6c5ce7, #a29bfe, #6c5ce7, transparent);
}

/* ---- Inner ---- */
.ec-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 32px 36px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
}

/* ---- Brand col (left) ---- */
.ec-footer-brand {}
.ec-footer-brand .ec-brand-name {
    font-size: 22px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -0.3px;
    margin: 0 0 10px;
}
.ec-footer-brand .ec-brand-tagline {
    font-size: 13px;
    color: #6b6080;
    line-height: 1.6;
    margin: 0 0 24px;
    max-width: 220px;
}
.ec-footer-brand .ec-copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    border-top: 1px solid #2a2340;
    padding-top: 20px;
    margin-top: 8px;
}

/* ---- Nav cols ---- */
.ec-footer-nav h5 {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #2a2340;
}
.ec-footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ec-footer-nav ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13.5px;
    color: #7a6fa8;
    line-height: 1.5;
}
.ec-footer-nav ul li .ec-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    margin-top: 7px;
}
.ec-footer-nav ul li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s;
}
.ec-footer-nav ul li a:hover {     
    color: rgba(255, 255, 255, 0.5);
 }
.ec-footer-nav ul li span {     
    color: rgba(255, 255, 255, 0.5);
}

/* Modal */
#lightbox-modal { display:none; position:fixed; z-index:9999; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7); backdrop-filter:blur(4px); }
#lightbox-modal .modal-content { background:#fff; margin:5% auto; width:90%; max-width:860px; border-radius:12px; position:relative; height:80vh; overflow:hidden; }
#lightbox-modal .close-btn { position:absolute; top:12px; right:16px; font-size:24px; cursor:pointer; color:#333; z-index:10; }
#lightbox-modal iframe { width:100%; height:100%; border:none; }

/* ===== MOBILE ===== */
@media (max-width: 680px) {
    .ec-footer-inner {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 36px 18px 28px;
        gap: 24px 12px;
    }
    .ec-footer-brand {
        grid-column: span 3;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 12px;
    }
     .ec-footer-brand .ec-copyright {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
    .ec-footer-nav h5 { font-size: 10px; letter-spacing: 1px; }
    .ec-footer-nav ul li { font-size: 12px; }
}
