.footer7-section-area .footer-logo-area1 ul, .footer-logo-area2 ul{
    padding-top: 10px;
}
.footer7-section-area .copyright-area {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 15px 0;
    border-top: 1px solid #E5E7EB;
    width: 100%;
}
.mobile-sidebar.mobile-sidebar7 .logosicon-area .logos img, .mobile-header-elements .mobile-logo img{
    width: auto;
    height: 50px;
}
.mobile-header {
    padding: 10px 0;
}
.mini-footer-bottom{
    padding:10px 0;
    background-color: var(--ztc-text-text-2);
    text-align: center;
}
.mini-footer-bottom p{
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s15);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-1);
}

.header-area.homepage7.sticky  nav#navbar-example2 ul li a.nav-link.active, .header-area.homepage7.sticky .header-elements .main-menu ul li a {
  color: var(--ztc-text-text-14);
}
.header-area.homepage7.sticky .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-14) !important;
}
/* Default (hero area) → white logo */
.logo-black {
  display: none;
}

.logo-white {
  display: block;
}

/* When header becomes sticky */
.header-sticky.sticky .logo-white {
  display: none;
}

.header-sticky.sticky .logo-black {
  display: block;
}


.fab-wrap{
position: fixed;
right: 18px;
bottom: 95px;
z-index: 9999;
display:flex;
flex-direction:column;
align-items:flex-end;
gap:12px;
user-select:none;
}

/* Main floating button */
.fab{
width:45px;
height:45px;
border:none;
outline:none;
border-radius:50%;
cursor:pointer;
background:#111;
color:#fff;
box-shadow:0 10px 25px rgba(0,0,0,.25);
display:grid;
place-items:center;
transition: transform .25s ease, box-shadow .25s ease;
}
.fab:hover{ transform: translateY(-2px); box-shadow:0 14px 30px rgba(0,0,0,.28); }

.fab-icon{
font-size:30px;
line-height:1;
display:inline-block;
transition: transform .25s ease;
}

/* Items (hidden by default) */
.fab-item{
display:flex;
align-items:center;
gap:10px;
text-decoration:none;
color:#fff;
padding:10px 12px;
border-radius:999px;
box-shadow:0 10px 25px rgba(0,0,0,.18);
opacity:0;
transform: translateY(10px) scale(.98);
pointer-events:none;
transition: opacity .22s ease, transform .22s ease;
font-family: Arial, sans-serif;
font-size:14px;
white-space:nowrap;
}

.fab-item-icon{ font-size:16px; }
.fab-text{ font-weight:600; }

.fab-whatsapp{ background:#25D366; }
.fab-call{ background:#0b74ff; }
.fab-email{ background:#000; }

/* Open state */
.fab-wrap.open .fab-icon{ transform: rotate(45deg); }

.fab-wrap.open .fab-item{
opacity:1;
transform: translateY(0) scale(1);
pointer-events:auto;
}

/* Stagger animation */
.fab-wrap.open .fab-whatsapp{ transition-delay: .02s; }
.fab-wrap.open .fab-call{ transition-delay: .07s; }
.fab-wrap.open .fab-email{ transition-delay: .12s; }

/* Mobile: show only icons (optional) */
@media (max-width: 520px){
.fab-text{ display:none; }
.fab-item{ padding:12px; border-radius:50%; }
}
.fab-item:hover {
    color: var(--ztc-text-text-1);
}
.service15-boxarea ul li {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
    display: flex;
}
.service15-boxarea ul li img {
    margin: 0 8px 0 0;
    width: 15px;
}
.ca-modal .modal-content{
    border-radius: 16px;
    overflow: hidden;
}
.ca-modal-header{
    padding: 18px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e9eef5;
}
.ca-modal-header .btn-close{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-sizing: content-box;
    padding: .25em .25em;
    color: #fff;
    border: 0;
    border-radius: .375rem;
    opacity: 1;
}
.ca-modal-subtitle{
    font-size: 0.92rem;
    color: #667085;
}
.ca-modal-body{
    padding: 18px 20px;
}
.ca-control{
    border-radius: 12px;
}

.form-floating > .form-control.ca-control,
.form-floating > .ca-control{
    height: 56px;
    padding-top:8px;
    width: 100%;
    color: #667085;
}
.form-floating .nice-select.open .list {
    width: inherit;
    height:150px;
    overflow-y: scroll;
}
.form-floating > label{
    color: #667085;
}
.ca-textarea{
    height: auto !important;
    min-height: 120px;
}
.ca-consent{
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid #e9eef5;
    border-radius: 12px;
}

.ca-modal-footer{
    padding: 14px 20px;
    border-top: 1px solid #e9eef5;
    background: #fff;
}
body.modal-open {
    padding-right: 0 !important;
}
.disclaimer-modal{
    border-radius: 16px;
    overflow: hidden;
}
.disclaimer-header{
    background: #f8fafc;
    padding: 18px 20px;
    border-bottom: 1px solid #e9eef5;
}
.disclaimer-box{
    background: #ffffff;
    border: 1px solid #e9eef5;
    border-radius: 14px;
    padding: 16px;
    line-height: 1.6;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
@media (max-width: 767px) {
    .hero7-slide{
        height: 35vh;
    }
    .hero7-slider, .hero7-slider .owl-stage-outer, .hero7-slider .owl-stage, .hero7-slider .owl-item{
        height: 35vh;
    }
    .hero7-content {
        padding-top: 140px;
        padding-bottom: 80px;
    }
    .hero7-content h1{
        font-size:19px;
        margin-bottom: 10px;
    }
    .hero7-content p{
        font-size: 14px;
    }
}
.news-section {
    background: #fff;
}

.news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-6px);
}

.news-card-img {
    position: relative;
    overflow: hidden;
}

.news-card-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.news-card:hover .news-card-img img {
    transform: scale(1.05);
}

.news-author {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: #fff;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #061c3d;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.news-author i {
    margin-right: 8px;
    color: #0b4a6f;
}

.news-card-content {
    padding: 28px 28px 30px;
}

.news-date {
    font-size: 16px;
    font-weight: 500;
    color: #061c3d;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-date i {
    font-size: 18px;
}

.news-card-content h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 22px;
}

.news-card-content h3 a {
    color: #061c3d;
    text-decoration: none;
    transition: 0.3s;
}

.news-card-content h3 a:hover {
    color: #0b4a6f;
}

.news-link {
    font-size: 16px;
    font-weight: 700;
    color: #061c3d;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}

.news-link span {
    margin-left: 6px;
    display: inline-block;
    transition: 0.3s;
}

.news-link:hover {
    color: #0b4a6f;
}

.news-link:hover span {
    transform: translate(3px, -3px);
}

@media (max-width: 991px) {
    .news-card-img img {
        height: 280px;
    }

    .news-card-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .news-card-content {
        padding: 22px;
    }

    .news-card-img img {
        height: 240px;
    }

    .news-card-content h3 {
        font-size: 18px;
    }

    .news-author {
        font-size: 14px;
        padding: 8px 14px;
    }
}
.news-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sidebar-box {
    background: #f4f4f4;
    padding: 28px;
    border-radius: 14px;
}

.sidebar-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* SEARCH */
.sidebar-search-form {
    position: relative;
}

.sidebar-search-form input {
    width: 100%;
    height: 55px;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 50px 0 15px;
}

.sidebar-search-form button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
}

/* CATEGORIES */
.cat-item {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 14px 18px;
    margin-bottom: 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #111;
    font-weight: 500;
}

.cat-item:hover {
    background: #e9e9e9;
}

/* RECENT POSTS */
.recent-post {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.recent-post img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.recent-post p {
    font-size: 14px;
    margin: 0;
    color: #777;
}

.recent-post a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #111;
}

/* MOBILE */
@media (max-width: 991px) {
    .news-sidebar {
        margin-top: 30px;
    }
}

.inner-banner-section {
    background: linear-gradient(135deg, rgb(0 0 0), rgb(0, 0, 0));
    padding: 15px 0 70px;
    position: relative;
    overflow: hidden;
}

.inner-banner-section .title-style-two {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: left;
  z-index: 2;
  width: 100%;
  padding-left: 7%; /* adjust according to your container */
}
/* Title Text */
.inner-banner-section .title-style-two h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
/* Ensure all title elements stay white */
.inner-banner-section .title-area-left * {
  color: #fff;
}
/* Mobile Responsive */
@media (max-width: 767.98px) {
  .inner-banner-section {
    padding: 15px 0 55px;
  }
  
  .inner-banner-section .title-style-two h1 {
    font-size:22px;
  }
  .inner-banner-section .title-style-two{
    padding-left: 4%;
  }
  
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.4s;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 16px;
  border-radius: 30px;
}

.branch-micro-section{
    position: relative;
    padding:30px 0;
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    overflow: hidden;
}

.branch-micro-section::before,
.branch-micro-section::after{
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: .6;
    filter: blur(10px);
}

.branch-micro-section::before{
    width: 260px;
    height: 260px;
    top: -40px;
    left: -70px;
    background: radial-gradient(circle, rgba(0,0,0,.16) 0%, rgba(13,110,253,0) 70%);
}

.branch-micro-section::after{
    width: 300px;
    height: 300px;
    right: -90px;
    bottom: -80px;
    background: radial-gradient(circle, rgba(0,0,0,.16) 0%, rgba(23,196,140,0) 72%);
}

.branch-micro-shell{
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(255,255,255,.72);
    backdrop-filter: blur(14px);
    box-shadow: 0 22px 55px rgba(31,41,55,.08);
    border-radius: 32px;
    padding: 24px;
}

.branch-micro-toolbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8eef6;
}

.branch-micro-title h2{
    margin: 0 0 6px;
    font-size: 34px;
    line-height: 1.15;
    color: #0f172a;
    font-weight: 800;
}

.branch-micro-title p{
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
    max-width: 620px;
}

.branch-mini-stats{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.branch-mini-stat{
    min-width: 92px;
    padding: 12px 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e8eef6;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15,23,42,.04);
}

.branch-mini-stat strong{
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #000;
    font-weight: 800;
    margin-bottom: 6px;
}

.branch-mini-stat span{
    display: block;
    font-size: 11px;
    color: #64748b;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.branch-control-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.branch-chip-group{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.branch-chip-btn{
    border: 1px solid #dde6f1;
    background: #fff;
    color: #334155;
    padding: 11px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease;
    box-shadow: 0 8px 18px rgba(15,23,42,.03);
}

.branch-chip-btn.active,
.branch-chip-btn:hover{
    background: linear-gradient(135deg, #000, #001);
    border-color: #000;
    color: #fff;
    transform: translateY(-1px);
}

.branch-search-light{
    position: relative;
    width: 100%;
    max-width: 360px;
}

.branch-search-light i{
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 15px;
}

.branch-search-light input{
    width: 100%;
    height: 52px;
    border: 1px solid #dde6f1;
    background: #fff;
    border-radius: 16px;
    padding: 12px 16px 12px 44px;
    color: #0f172a;
    outline: none;
    box-shadow: 0 8px 20px rgba(15,23,42,.03);
    transition: all .3s ease;
}

.branch-search-light input:focus{
    border-color: #000;
    box-shadow: 0 0 0 4px rgba(0,0,0,.16);
}

.branch-grid-mini{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.branch-mini-card{
    position: relative;
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(15,23,42,.05);
    transition: all .3s ease;
    overflow: hidden;
    height: 100%;
}

.branch-mini-card::before{
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #000 0%, #001 50%, #eafbf4 100%);
}

.branch-mini-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(15,23,42,.09);
    border-color: rgba(0,0,0,.16);
}

.branch-mini-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.branch-mini-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.branch-mini-badge.head{
    background: #eaf2ff;
    color: #000;
}

.branch-mini-badge.branch{
    background: #f8f9fa;
    color: #000;
}

.branch-mini-index{
    font-size: 12px;
    font-weight: 800;
    color: #94a3b8;
}

.branch-mini-code{
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 10px;
    letter-spacing: -.02em;
}

.branch-mini-address{
    font-size: 13px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 14px;
    min-height: 88px;
}

.branch-mini-meta{
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.branch-mini-meta-box{
    background: #f8fbff;
    border: 1px solid #e7edf5;
    border-radius: 14px;
    padding: 10px 12px;
}

.branch-mini-meta-box small{
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #94a3b8;
    font-weight: 700;
    margin-bottom: 5px;
}

.branch-mini-meta-box strong{
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: #0f172a;
    font-weight: 800;
}

.branch-mini-contact{
    display: grid;
    gap: 8px;
}

.branch-mini-contact a{
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 14px;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    transition: all .3s ease;
    word-break: break-word;
}

.branch-mini-contact a:hover{
    color: #000;
    background: #fff;
    border-color: #000;
}

.branch-mini-contact i{
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf2ff;
    color: #000;
    font-size: 12px;
}

.branch-empty-box{
    display: none;
    margin-top: 20px;
    text-align: center;
    padding: 34px 18px;
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 22px;
    color: #64748b;
}

.branch-empty-box.show{
    display: block;
}

@media (max-width: 1399.98px){
    .branch-grid-mini{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px){
    .branch-grid-mini{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .branch-micro-title h2{
    font-size: 29px;
    }
}

@media (max-width: 767.98px){
    .branch-micro-section{
    padding: 20px 0;
    }

    .branch-micro-shell{
    padding: 16px;
    border-radius: 24px;
    }

    .branch-control-bar,
    .branch-micro-toolbar{
    gap: 14px;
    }

    .branch-search-light{
    max-width: 100%;
    }

    .branch-grid-mini{
    grid-template-columns: 1fr;
    }

    .branch-mini-address{
    min-height: auto;
    }
}
.partners-section{
    padding:30px 0;
    overflow: hidden;
}

.partners-mini-title{
    display:inline-block;
    padding:8px 18px;
    border-radius:999px;
    background:rgba(13,110,253,0.10);
    color:#000;
    font-size:14px;
    font-weight:700;
    margin-bottom:16px;
}

.partners-main-title{
    font-size:46px;
    line-height:1.15;
    font-weight:800;
    color:#111827;
    margin-bottom:14px;
}

.partners-main-title span{
    background:linear-gradient(90deg,#000,#111827);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.partner-subtext{
    max-width:700px;
    margin:0 auto;
    color:#64748b;
    font-size:17px;
    line-height:1.8;
}

.partners-search-box{
    max-width:700px;
    margin:38px auto 0;
    position:relative;
}

.partners-search-box i{
    position:absolute;
    top:50%;
    left:22px;
    transform:translateY(-50%);
    color:#94a3b8;
    font-size:16px;
    z-index:2;
}

.partner-filter-control{
    width:100%;
    height:64px;
    border:none;
    border-radius:20px;
    background:rgba(255,255,255,0.85);
    box-shadow:0 20px 50px rgba(15,23,42,0.10);
    padding:0 24px 0 56px;
    font-size:16px;
    color:#111827;
    outline:none;
    border:1px solid rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    transition:all .3s ease;
}

.partner-filter-control:focus{
    background:#fff;
    border-color:#bfd6ff;
    box-shadow:0 0 0 5px rgba(13,110,253,0.08), 0 20px 50px rgba(15,23,42,0.10);
}

.partners-table-wrap{
    margin-top:34px;
    background:rgba(255,255,255,0.88);
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 30px 70px rgba(15,23,42,0.12);
    border:1px solid rgba(255,255,255,0.9);
    backdrop-filter: blur(14px);
}

.partners-table{
    width:100%;
    min-width:1220px;
    border-collapse:separate;
    border-spacing:0;
}

.partners-table thead th{
    padding:22px 18px;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.6px;
    color:#fff;
    background:linear-gradient(90deg,#000,#000 55%,#000);
    border:none;
    white-space:nowrap;
}

.partners-table tbody tr{
    transition:all .3s ease;
}

.partners-table tbody tr:hover{
    background:linear-gradient(90deg, rgba(13,110,253,0.03), rgba(25,135,84,0.03));
}

.partners-table tbody tr:not(:last-child) td{
    border-bottom:1px solid #e8eef5;
}

.partners-table tbody td{
    padding:20px 18px;
    font-size:15px;
    color:#334155;
    vertical-align:middle;
    background:transparent;
}

.partner-mrn{
    display:inline-block;
    padding:8px 14px;
    border-radius:999px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    font-weight:700;
    color:#334155;
}

.partner-name-wrap{
    display:flex;
    align-items:center;
    gap:14px;
}

.partner-avatar{
    width:44px;
    height:44px;
    border-radius:14px;
    background:linear-gradient(135deg,#000,#111827);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:800;
    flex-shrink:0;
    box-shadow:0 12px 24px rgba(13,110,253,0.18);
}

.partner-name-wrap strong{
    display:block;
    color:#111827;
    font-size:16px;
    font-weight:800;
    margin-bottom:3px;
}

.partner-name-wrap small{
    display:block;
    color:#64748b;
    font-size:13px;
    font-weight:600;
}

.cop-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 15px;
    border-radius:999px;
    background:#f8fafc;
    color:#000;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
}

.cop-pill::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:currentColor;
}

.active-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(25,135,84,0.12);
    color:#198754;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
}

.active-badge::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:currentColor;
}

.soft-badge{
    display:inline-block;
    padding:8px 12px;
    border-radius:12px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    color:#0f172a;
    font-weight:700;
}

.empty-text{
    color:#94a3b8;
    font-weight:700;
}

.no-result-cell,
.no-card-result{
    padding:28px !important;
    color:#64748b;
    font-weight:700;
}

.partners-cards-wrap{
    display:none;
    margin-top:28px;
}

.partner-card{
    position:relative;
    height:100%;
    background:rgba(255,255,255,0.9);
    border-radius:24px;
    padding:22px;
    border:1px solid rgba(255,255,255,0.8);
    box-shadow:0 20px 45px rgba(15,23,42,0.08);
    overflow:hidden;
}

.partner-card::before{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    border-radius:50%;
    top:-35px;
    right:-35px;
    background:rgba(13,110,253,0.08);
}

.partner-card-top{
    position:relative;
    z-index:2;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    margin-bottom:18px;
}

.partner-card-info{
    display:flex;
    align-items:center;
    gap:14px;
}

.partner-card-top h4{
    margin:0 0 4px;
    font-size:20px;
    line-height:1.3;
    color:#111827;
    font-weight:800;
}

.partner-card-top p{
    margin:0;
    color:#64748b;
    font-size:13px;
    font-weight:600;
}

.partner-card ul{
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    z-index:2;
}

.partner-card ul li{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:11px 0;
    border-top:1px dashed #e2e8f0;
    font-size:14px;
    color:#475569;
}

.partner-card ul li strong{
    color:#0f172a;
    font-weight:800;
    min-width:120px;
}

.partner-card ul li span{
    text-align:right;
}

@media (max-width: 991px){
    .partners-section{
    padding:80px 0;
    }

    .partners-main-title{
    font-size:34px;
    }

    .partners-table-wrap{
    display:none;
    }

    .partners-cards-wrap{
    display:block;
    }
}

@media (max-width: 767px){
    .partner-filter-control{
    height:58px;
    font-size:15px;
    }

    .partner-card-top{
    flex-direction:column;
    align-items:flex-start;
    }

    .partner-card ul li{
    flex-direction:column;
    align-items:flex-start;
    }

    .partner-card ul li span{
    text-align:left;
    }
}
.theme-pagination{
    padding-top: 35px;
}
.theme-pagination ul {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.theme-pagination ul li a {
    width:45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #0b1b3b;
    transition: all 0.3s ease;
}

.theme-pagination ul li a.active {
    background: #e8bf2f;
    color: #000;
}

.theme-pagination ul li a:hover {
    transform: translateY(-2px);
}

.theme-pagination ul li i {
    font-size: 22px;
    color: #0b1b3b;
}

.theme-pagination ul li:not(:has(a)) {
    font-size: 22px;
    font-weight: 600;
    color: #0b1b3b;
}

.dashboard-section {
    background: #fff;
    padding: 80px 0;
}

.dashboard-sidebar {
    background: #fff;
    border-radius: 18px;
    padding: 28px 0;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 120px;
}

.dashboard-user {
    text-align: center;
    padding: 0 25px 25px;
    border-bottom: 1px solid #edf0f5;
    margin-bottom: 15px;
}

.dashboard-user img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
}

.dashboard-user h4 {
    font-size: 22px;
    margin-bottom: 6px;
    color: #061c3d;
    font-weight: 700;
}

.dashboard-user p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
}

.dashboard-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dashboard-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 25px;
    color: #061c3d;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dashboard-menu li a:hover,
.dashboard-menu li a.active {
    background: #f1f5fb;
    color: #0d3b8e;
    border-left: 4px solid #0d3b8e;
    padding-left: 21px;
}

.dashboard-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.dashboard-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-stat .icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #edf4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d3b8e;
    font-size: 24px;
}

.dashboard-stat h5 {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 8px;
    font-weight: 600;
}

.dashboard-stat h3 {
    font-size: 32px;
    color: #061c3d;
    margin: 0;
    font-weight: 700;
}

.dashboard-block-title {
    font-size: 24px;
    font-weight: 700;
    color: #061c3d;
    margin-bottom: 22px;
}

.activity-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.activity-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #edf0f5;
}

.activity-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.activity-list .activity-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: #edf4ff;
    color: #0d3b8e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.activity-list h6 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #061c3d;
    font-weight: 700;
}

.activity-list p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.dashboard-table {
    width: 100%;
}

.dashboard-table thead th {
    background: #f7f9fc;
    color: #061c3d;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 18px;
    border: none;
}

.dashboard-table tbody td {
    padding: 16px 18px;
    vertical-align: middle;
    color: #475569;
    border-color: #edf0f5;
}

.status-badge {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.status-paid {
    background: #e8f8ee;
    color: #1f8b4c;
}

.status-pending {
    background: #fff3e6;
    color: #d97706;
}

.status-review {
    background: #eaf1ff;
    color: #2563eb;
}

.dashboard-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0d3b8e;
    color: #fff;
    border: none;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.dashboard-btn:hover {
    background: #061c3d;
    color: #fff;
}

.profile-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile-info-list li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f5;
}

.profile-info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.profile-info-list strong {
    color: #061c3d;
    font-weight: 700;
    min-width: 130px;
}

.profile-info-list span {
    color: #6b7280;
    text-align: right;
}

@media (max-width: 991px) {
    .dashboard-sidebar {
    position: static;
    margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .dashboard-section {
    padding: 60px 0;
    }
    .dashboard-card {
    padding: 22px;
    }

    .dashboard-stat h3 {
    font-size: 26px;
    }

    .dashboard-block-title {
    font-size: 20px;
    }

    .profile-info-list li {
    flex-direction: column;
    gap: 6px;
    }

    .profile-info-list span {
    text-align: left;
    }
}
.news-card-img .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
}
.badge-free {
    background: #28a745;
    color: #fff;
}
.badge-paid {
    background: #ffc107;
    color: #000;
}

.partner-login-modal .modal-dialog {
    max-width: 470px;
}

.partner-login-box {
    border: 0;
    border-radius: 26px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
    position: relative;
}

.partner-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 18px;
    z-index: 3;
}

.partner-modal-top {
    background: linear-gradient(135deg, #151616, #000000);
    padding: 38px 34px 30px;
    text-align: center;
    color: #fff;
}

.partner-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.partner-modal-top h4 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

.partner-modal-top p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}

.partner-form {
    padding: 30px 34px 34px;
    background: #fff;
}

.partner-field {
    margin-bottom: 18px;
}

.partner-field label {
    font-size: 14px;
    font-weight: 700;
    color: #17233c;
    margin-bottom: 8px;
    display: block;
}

.partner-input {
    height: 54px;
    border: 1px solid #dce3ef;
    border-radius: 14px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: #f8fafc;
}

.partner-input i {
    color: #000000;
    margin-right: 12px;
}

.partner-input input {
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
    font-size: 15px;
    color: #17233c;
}

.partner-input:focus-within {
    border-color: #000000;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
}

.partner-options {
    margin: 4px 0 22px;
}

.partner-options label {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: #5f6c7b;
    cursor: pointer;
}

.partner-login-btn {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #000000, #061b3a);
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease;
}

.partner-login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.993);
}

@media (max-width: 575px) {
    .partner-modal-top {
        padding: 34px 22px 26px;
    }

    .partner-form {
        padding: 26px 22px 28px;
    }
}

.homepage7-body .header-area.homepage7 .btn-area span {
    color: #fff;
    font-size: 16px;
}
.header-area.homepage7.sticky .btn-area span {
    color: #000;
    font-size: 16px;
}
.logout-soft {
    background: #fff5f5;
    color: #e63946;
    border: 1px solid #f8d7da;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
}
.logout-soft:hover {
    background: #e63946;
    color: #fff;
}

.single-team-layout {
    margin: 0 auto;
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
}

.single-team-image {
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f5f5;
}

.single-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-team-content {
    padding: 10px 20px;
}

.team-badge {
    display: inline-block;
    background: #f3ead8;
    color: #9b741e;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.single-team-content h2 {
    margin-bottom: 8px;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-font-size-font-s40);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
}

.single-team-content h5 {
    font-size:18px;
    font-weight: 500;
    color: #9b741e;
    margin-bottom: 6px;
}

.single-team-content .degree {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    margin-bottom: 18px;
}

.single-team-content .short-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    max-width: 780px;
    margin-bottom: 24px;
}

.team-view-btn {
    border: 0;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease;
}
.team-view-btn:hover {
    background: #222;
    transform: translateY(-2px);
}

/* Multiple Card */
.team-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
    height: 100%;
    text-align: center;
}

.team-img {
    height: 260px;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-content {
    padding: 22px 18px 26px;
}

.team-content h4 {
    font-size: 21px;
    font-weight: 800;
    color: #000;
    margin-bottom: 6px;
}

.team-content .designation {
    font-size: 15px;
    font-weight: 600;
    color: #9b741e;
    margin-bottom: 5px;
}

.team-content .degree {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.team-content .short-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 18px;
}

/* Modal */
.team-profile-modal .modal-content {
    border: 0;
    border-radius: 20px;
    padding: 22px;
}

.team-profile-modal .modal-body {
    padding: 20px;
    max-height: 85vh;
    overflow-y: auto;
}

.team-close {
    position: absolute;
    right: 22px;
    top: 18px;
    z-index: 10;
}

.modal-team-img {
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f5f5;
}

.modal-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-team-info {
    padding-right: 35px;
}

.modal-team-info h2 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-font-size-font-s40);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    margin-bottom: 8px;
}

.modal-team-info h5 {
    font-size:18px;
    font-weight: 600;
    color: #9b741e;
    margin-bottom: 6px;
}

.modal-degree {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
}

.modal-short-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}

.team-full-desc {
    width: 100%;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    font-size: 16px;
    line-height: 1.85;
    color: #333;
}

.team-full-desc p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .single-team-content {
        padding: 0;
    }

    .single-team-image,
    .modal-team-img {
        height: 340px;
    }

    .modal-team-info {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    
    .single-team-layout {
        padding: 18px;
    }

    .single-team-image,
    .modal-team-img {
        height: 300px;
    }

    .single-team-content h2,
    .modal-team-info h2 {
        font-size: 28px;
    }

    .single-team-content h5,
    .modal-team-info h5 {
        font-size: 18px;
    }

    .team-profile-modal .modal-content {
        padding: 12px;
    }
}
.cin-info{
    margin-top:15px;
    line-height:1.8;
    color:#243b63;
}

.cin-info p{
    margin-bottom:8px;
}
.footer7-section-area .footer-logo-area ul li a:hover{
    color:#fff;
}
.footer-logo-area2 ul li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:15px;
}

.footer-logo-area2 ul li img{
    flex-shrink:0;
    margin-top:5px;
}

.footer-logo-area2 ul li span{
    display:inline;
    line-height:30px;
}

.footer-logo-area2 ul li span .contact-inline{
    display:inline !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
    float:none !important;
    line-height:30px !important;
    white-space:nowrap;
}