:root {
    --primary-color: #011C2A;
    --secondary-color: #ED9E40;
    --accent-color: #008080;
    --bg-light: #f8fafc;
    --card-bg: #ffffff;
    --border-color: #e2e8f0;
    --text-dark: #1e293b;
    --text-muted: #64748b;
}

body {
    background-color: var(--bg-light);
    color: var(--text-dark);
    line-height: 1.6;
    text-align: start;
}

.header-banner {
    background: linear-gradient(135deg, var(--primary-color), #03324a);
    color: white;
    padding: 60px 20px;
    text-align: start;
    border-bottom: 4px solid var(--secondary-color);
}

.header-banner h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: start;
}

.header-banner p {
    font-size: 1.1rem;
    opacity: 0.9;
    text-align: start;
}

.main-container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 80px 0px 30px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    text-align: start;
}


.sidebar {
    position: sticky;
    top: 20px;
    align-self: start;
    text-align: start;
}

.sidebar-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-bottom: 15px;
    font-weight: 700;
    text-align: start;
}

.sidebar-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    margin: 0;
}

.sidebar-menu li button {
    width: 100%;
    text-align: start;
    background: transparent;
    border: none;
    padding: 12px 16px;
    border-radius: 8px; 
    font-size: 0.9rem;
    color: var(--text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden; 
}

.sidebar-menu li button .num {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--secondary-color);
}

.sidebar-menu li button:hover {
    background-color: #e2e8f0;
    color: var(--primary-color);
}

.sidebar-menu li.active button {
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(1, 28, 42, 0.12);
}

.sidebar-menu li.active button::before {
    content: '';
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    bottom: 0;
    width: 6px;
    background-color: var(--secondary-color);
    border-start-start-radius: 8px;
    border-end-start-radius: 8px;
}

.sidebar-menu li.active button .num {
    color: var(--secondary-color);
}

.sidebar-contact {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
    font-size: 0.85rem;
    color: var(--text-muted);
    text-align: start;
}

.sidebar-contact a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 600;
}

.sidebar-contact a:hover {
    text-decoration: underline;
}


.content-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: start;
}

.active-card {
    background: var(--card-bg);
    border-radius: 12px;
    padding: 40px;
    border: 1px solid var(--border-color);
    border-top: 4px solid var(--secondary-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    min-height: 300px;
    text-align: start;
}

.card-header {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 15px;
}

.big-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--secondary-color);
}

.active-card h2 {
    font-size: 1.6rem;
    color: var(--primary-color);
    text-align: start;
}

.card-body p {
    color: var(--text-dark);
    font-size: 1.05rem;
    margin-bottom: 15px;
    line-height: 1.7;
    text-align: start;
}

.card-body ul {
    margin-left: 20px;
    margin-bottom: 15px;
    text-align: start;
}

.card-body ul li {
    margin-bottom: 8px;
    color: var(--text-dark);
    text-align: start;
}

.pagination-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-btn {
    background: var(--card-bg);
    border: 1px solid var(--secondary-color);
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    color: var(--primary-color);
    transition: all 0.2s;
    text-align: start;
}

.nav-btn:hover:not(:disabled) {
    background: var(--secondary-color);
    color: #ffffff;
    border-color: var(--secondary-color);
}

.nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: var(--border-color);
}

.page-indicator {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 600;
    text-align: start;
}

.grid-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-top: 20px;
    font-weight: 700;
    text-align: start;
}

.all-sections-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.grid-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: start;
}

.grid-card:hover {
    border-color: var(--secondary-color);
    transform: translateY(-2px);
}

.grid-card.active {
    background: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.grid-card.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--secondary-color);
}

.grid-card .g-num {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 5px;
    text-align: start;
}

.grid-card.active .g-num {
    color: var(--secondary-color);
}

.grid-card .g-title {
    font-weight: 600;
    font-size: 0.95rem;
    text-align: start;
}

@media (max-width: 1280px) {
    .main-container {
        grid-template-columns: 1fr;
        padding: 40px 20px 30px;
    }
    
    .sidebar {
        display: none;
    }
    
    .all-sections-grid {
        grid-template-columns: 1fr;
    }

    .active-card {
        padding: 20px; 
    }
}

.page-title {
    position: relative;
    padding: 180px 0 140px;   
    min-height: 450px;      
    display: flex;
    align-items: center;      
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.page-title::before {
    content: '';
    position: absolute;
    inset: 0;
}

.page-title .auto-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.page-title h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.content-contact-box {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
    font-size: 0.9rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 8px;
    text-align: center;    
}

.content-contact-box a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.content-contact-box a:hover {
    text-decoration: underline;
}

 .cad-contact-section {
    padding: 80px 0px 30px;
        background-color: #f3f6f9;
        display: flex;
        justify-content: center;
        align-items: center;
        clear: both;
    }

    .cad-contact-container {
        max-width: 1210px;
        width: 100%;
        display: flex;
        gap: 30px;
        align-items: stretch;
        text-align: start;
        margin: 0 auto;
        padding-right: 20px;
        padding-left:20px;
    }

    /* Left Info Card */
    .cad-info-card {
        flex: 1;
        max-width: 380px;
        background: linear-gradient(145deg, var(--primary-color, #011C2A), #032b40);
        color: #ffffff;
        padding: 40px 30px;
        border-radius: 20px;
        box-shadow: 0 10px 25px rgba(1, 28, 42, 0.15);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
    }

    /* Top-Right Decorative Circle */
    .cad-info-card::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 220px;
        height: 220px;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        pointer-events: none;
        z-index: 1;
    }

    /* Bottom-Left Decorative Circle */
    .cad-info-card::after {
        content: '';
        position: absolute;
        bottom: -70px;
        left: -70px;
        width: 200px;
        height: 200px;
        background: rgba(237, 158, 64, 0.12);
        border-radius: 50%;
        pointer-events: none;
        z-index: 1;
    }

    .cad-info-card-header,
    .cad-info-list {
        position: relative;
        z-index: 2;
    }

    .cad-info-card-header {
        margin-bottom: 35px;
    }

    .cad-info-card-header h3 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 12px;
        color: #ffffff;
    }

    .cad-info-card-header p {
        font-size: 0.9rem;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .cad-info-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .cad-info-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .cad-info-icon {
        width: 38px;
        height: 38px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: var(--secondary-color, #ED9E40);
        font-size: 1.1rem;
    }

    .cad-info-content {
        font-size: 0.9rem;
        color: #e2e8f0;
        line-height: 1.5;
        padding-top: 3px;
    }

    .cad-info-content a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .cad-info-content a:hover {
        color: var(--secondary-color, #ED9E40);
    }

    /* Right Form Card */
    .cad-form-card {
        flex: 2;
        background: #ffffff;
        padding: 45px 40px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
        border: 1px solid #e2e8f0;
    }

    .cad-form-header {
        margin-bottom: 30px;
    }

    .cad-form-header h2 {
        font-size: 1.8rem;
        font-weight: 800;
        color: var(--primary-color, #011C2A);
        margin-bottom: 8px;
    }

    .cad-title-line {
        width: 40px;
        height: 4px;
        background: var(--secondary-color, #ED9E40);
        border-radius: 2px;
    }

    .cad-form-row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

    .cad-form-group {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .cad-form-group label {
        font-size: 0.85rem;
        font-weight: 700;
        color: #334155;
        margin-bottom: 8px;
    }

    .cad-form-group label .cad-required {
        color: var(--secondary-color, #ED9E40);
    }

    .cad-form-group input,
    .cad-form-group textarea {
        width: 100%;
        padding: 14px 16px;
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        font-size: 0.95rem;
        color: #1e293b;
        outline: none;
        transition: all 0.2s ease;
    }

    .cad-form-group input:focus,
    .cad-form-group textarea:focus {
        background-color: #ffffff;
        border-color: var(--secondary-color, #ED9E40);
        box-shadow: 0 0 0 3px rgba(237, 158, 64, 0.15);
    }

    .cad-form-group textarea {
        min-height: 140px;
        resize: vertical;
    }

    .cad-submit-btn {
        width: 100%;
        padding: 16px;
        background-color: var(--primary-color, #011C2A);
        color: #ffffff;
        border: none;
        border-radius: 10px;
        font-size: 1rem;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(1, 28, 42, 0.2);
    }

    .cad-submit-btn:hover {
        background-color: var(--secondary-color, #ED9E40);
        box-shadow: 0 6px 15px rgba(237, 158, 64, 0.3);
    }

    .cad-privacy-notice {
        text-align: center;
        font-size: 0.8rem;
        color: #94a3b8;
        margin-top: 15px;
    }

    .cad-text-danger {
        color: #e53e3e;
        font-size: 0.8rem;
        margin-top: 5px;
    }

    /* Responsive */
    @media (max-width: 850px) {
        .cad-contact-container {
            flex-direction: column;
        }
        .cad-info-card {
            max-width: 100%;
        }
        .cad-form-row {
            flex-direction: column;
            gap: 0;
        }
        .cad-form-card {
            padding: 30px 20px;
        }
    }

.cad-info-divider {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 30px auto 20px auto; 
    width: 100%;
    position: relative;
    z-index: 2;
}

.cad-social-links {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.cad-social-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cad-social-icon:hover {
    background: var(--secondary-color, #ED9E40);
    color: #ffffff;
    transform: translateY(-3px);
}

/* --- Main Wrapper --- */
.dean-wrapper{
    max-width: 1210px;
    margin: 0 auto;
    padding: 80px 0px 30px;
    text-align: start;
}

/* --- Hero Section --- */
.dean-hero{
  background:linear-gradient(135deg,#011C2A 0%, #05293d 100%);
  padding:90px 0;
  text-align:center;
  color:#fff;
}

.dean-subtitle{
  color:var(--secondary-color);
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
}

.dean-hero h1{
  margin-top:10px;
  font-size:clamp(2rem,5vw,4rem);
  font-weight:800;
}

/* --- Main Grid Layout --- */
.dean-grid{
  display:grid;
  grid-template-columns: minmax(0, 360px) 1fr;
  gap:32px;
  margin-top:-40px;
}

/* --- Profile Card --- */
.dean-profile-card,
.dean-info-card,
.dean-mini-card,
.dean-message-box{
  background:var(--card-bg);
  border:1px solid var(--border-color);
  border-radius:24px;
  box-shadow:0 12px 30px rgba(2,12,27,.05);
  max-width: 100%;
}

.dean-profile-image img{
  width:100%;
  height:380px;
  object-fit:cover;
  border-radius:24px 24px 0 0;
}

.dean-profile-body{
  padding:28px;
}

.dean-profile-body h2{
  font-size:1.6rem;
  font-weight:700;
}

.dean-position{
  color:var(--accent-color);
  font-weight:600;
  margin-bottom:22px;
}

.dean-profile-list{
  list-style:none;
  display:grid;
  gap:14px;
}

.dean-profile-list li{
  display:flex;
  gap:12px;
  color:var(--text-muted);
}

.dean-profile-list i{
  color:var(--accent-color);
  margin-top:4px;
}

.dean-social-links{
  display:flex;
  gap:12px;
  margin-top:24px;
}

.dean-social-links a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f1f5f9;
  color:var(--primary-color);
  text-decoration:none;
}

/* --- Right Column --- */
.dean-content-col{
  display:grid;
  gap:24px;
}

/* --- Info Cards --- */
.dean-info-card{
  padding:30px;
}

.dean-info-card h3{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:1.2rem;
  margin-bottom:18px;
}

.dean-info-card h3 i{
  color:var(--accent-color);
}

.dean-info-card p{
  color:var(--text-muted);
  margin-bottom:16px;
}

/* --- Philosophy Card (Dark) --- */
.dean-philosophy-card{
  background:var(--primary-color);
  color:#fff;
  padding:30px;
  border-radius:24px;
  border:1px solid var(--border-color);
  box-shadow:0 12px 30px rgba(2,12,27,.05);
}

.dean-philosophy-card h3{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:1.2rem;
  margin-bottom:18px;
  color:#fff;
}

.dean-philosophy-card h3 i{
  color:var(--secondary-color);
}

.dean-philosophy-card p{
  color:#e5edf5;
  font-style:italic;
  margin-bottom:0;
}

/* --- Timeline --- */
.dean-timeline{
  display:grid;
  gap:18px;
}

.dean-timeline-item{
  padding-left: 20px;
  padding-right: 20px;
  border-inline-start: 3px solid var(--secondary-color);
}

.dean-timeline-item span{
  color:var(--secondary-color);
  font-weight:700;
  font-size:.95rem;
}

.dean-timeline-item p{
  margin:4px 0 0;
  color:var(--text-dark);
}

/* --- Bottom 3-Column Grid --- */
.dean-stats-grid{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* --- Mini Cards --- */
.dean-mini-card{
  padding:26px;
}

.dean-mini-card h4{
  margin-bottom:18px;
  font-size:1.1rem;
}

.dean-mini-card ul{
  list-style:none;
  display:grid;
  gap:12px;
}

.dean-mini-card li{
  color:var(--text-muted);
  position:relative;
  padding-inline-start: 22px;
}

.dean-mini-card li::before{
  content:"✓";
  position:absolute;
  inset-inline-start: 0;
  color:var(--accent-color);
  font-weight:700;
}

/* --- Dean's Message Box --- */
.dean-message-box{
  margin-top:42px;
  background:linear-gradient(135deg,#011C2A,#03273a);
  color:#fff;
  padding:42px;
  position: relative; 
  overflow: hidden;    
  z-index: 1;          
}

.dean-message-box::before,
.dean-message-box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(50px); 
  opacity: 0.12;      
  z-index: -1;        
}

.dean-message-box::before {
  width: 220px;
  height: 220px;
  background: var(--secondary-color);
  top: -60px;
  inset-inline-end: -60px;
}

.dean-message-box::after {
  width: 280px;
  height: 280px;
  background: var(--accent-color);
  bottom: -90px;
  inset-inline-start: -90px;
}

.dean-message-tag{
  color:var(--secondary-color);
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
}

.dean-message-text{
  margin:20px 0 32px;
  font-size:1.35rem;
  line-height:1.9;
  font-style:italic;
}

.dean-message-footer{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
}

.dean-message-footer h5{
  font-size:1rem;
}

.dean-message-footer span{
  color:#c7d6e4;
  font-size:.9rem;
}

.dean-message-footer strong{
  font-size:1.7rem;
  font-style:italic;
  color:#d9e7f2;
}

/* --- Partners Section --- */
.dean-partners{
  text-align:center;
  margin:70px 0;
}

.dean-partner-list{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
}

.dean-partner-list span{
  background:#fff;
  border:1px solid var(--border-color);
  border-radius:999px;
  padding:14px 22px;
  font-weight:600;
  box-shadow:0 4px 12px rgba(15,23,42,.03);
}

/* --- Responsive --- */
@media (max-width:992px){
  .dean-grid{
    grid-template-columns:1fr;
    margin-top:30px;
  }

  .dean-stats-grid{
    grid-template-columns:1fr;
  }

  .dean-message-footer{
    flex-direction:column;
    gap:16px;
    align-items:flex-start;
  }
}

@media (max-width:600px){
  .dean-hero{
    padding:70px 0;
  }

  .dean-info-card,
  .dean-mini-card,
  .dean-profile-body{
    padding:22px;
  }

  .dean-philosophy-card{
    padding:22px;
  }

  .dean-message-box{
    padding:28px;
  }

  .dean-message-text{
    font-size:1.1rem;
  }
  
  .dean-message-box::before {
    width: 140px;
    height: 140px;
  }
  .dean-message-box::after {
    width: 180px;
    height: 180px;
  }
}

.anj-board-section {
  padding: 0 0 80px 0;
  background: var(--bg-light); 
}

.anj-board-header {
  text-align: center;
  padding: 80px 20px 140px; 
  background: linear-gradient(135deg, #011C2A 0%, #05293d 100%);
  color: #fff;
  margin-bottom: -90px; 
}

.anj-board-subtitle {
  display: inline-block;
  color: var(--secondary-color);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid rgba(237, 158, 64, 0.3);
  padding: 6px 16px;
  border-radius: 99px;
  margin-bottom: 16px;
}

.anj-board-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.4;
}

.anj-board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  position: relative;
  z-index: 10;
}

.anj-member-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(2, 12, 27, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.anj-member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(2, 12, 27, 0.12);
}

.anj-member-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; 
  background: #e2e8f0;
  overflow: hidden;
}

.anj-member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.anj-member-card:hover .anj-member-img img {
  transform: scale(1.05);
}

.anj-member-tag {
  position: absolute;
  bottom: 12px;
  inset-inline-start: 12px; 
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  backdrop-filter: blur(4px);
}

.anj-tag-president { background: rgba(1, 28, 42, 0.9); }
.anj-tag-vp { background: rgba(0, 128, 128, 0.9); } 
.anj-tag-member { 
  background: rgba(237, 158, 64, 0.95); 
  color: #011C2A; 
} 

.anj-member-info {
  padding: 24px;
  text-align: start; 
  flex-grow: 1; 
}

.anj-member-info h3 {
  font-size: 1.15rem;
  color: var(--primary-color);
  margin-bottom: 8px;
  font-weight: 700;
}

.anj-member-title {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.anj-board-vision {
  margin-top: 80px;
  padding: 55px 40px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8fa 100%);
  border: 1px solid rgba(1, 28, 42, 0.06);
  border-radius: 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 50px rgba(1, 28, 42, 0.04), 
              inset 0 0 0 2px #ffffff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.anj-board-vision::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #ed9e40, #011C2A);
  border-radius: 0 0 4px 4px;
}

.anj-board-vision:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(1, 28, 42, 0.08);
  border-color: rgba(237, 158, 64, 0.3);
}

.anj-vision-decor {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #011C2A 0%, #05293d 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 28px;
  font-size: 1.6rem;
  box-shadow: 0 8px 25px rgba(1, 28, 42, 0.2);
  border: 4px solid #ffffff;
  outline: 1px solid rgba(1, 28, 42, 0.08);
  transition: transform 0.4s ease;
}

.anj-board-vision:hover .anj-vision-decor {
  transform: rotate(15deg) scale(1.05);
}

.anj-vision-content {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 45px;
}

.anj-vision-text {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  color: #011C2A;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
  font-family: 'Poppins', 'Cairo', sans-serif;
  letter-spacing: 0.2px;
}

.anj-quote-icon {
  position: absolute;
  font-size: 2rem;
  color: rgba(237, 158, 64, 0.2);
  transition: color 0.3s ease, transform 0.3s ease;
}

.anj-quote-icon.start {
  top: -12px;
  inset-inline-start: 0;
}

.anj-quote-icon.end {
  bottom: -12px;
  inset-inline-end: 0;
}

.anj-board-vision:hover .anj-quote-icon {
  color: rgba(237, 158, 64, 0.45);
}

@media (max-width: 576px) {
  .anj-board-vision {
    padding: 40px 20px;
    margin-top: 50px;
  }
  .anj-vision-content {
    padding: 0 10px;
  }
  .anj-quote-icon {
    display: none;
  }
}

.arrow {
    display: inline-block;
}

[dir="rtl"] .arrow {
    transform: rotate(180deg);
}

.nda-trn-body-reset {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f6f9fc;
  font-family: 'Poppins', 'Cairo', sans-serif;
}

.nda-trn-main-section {
  padding: 0 0 120px 0;
  width: 100%;
  overflow: hidden;
}

.nda-trn-hero-header {
  text-align: center;
  padding: 100px 24px 180px;
  background: linear-gradient(135deg, #011C2A 0%, #05293d 100%);
  color: #ffffff;
  margin-bottom: -110px;
}

.nda-trn-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ed9e40;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 1px solid rgba(237, 158, 64, 0.25);
  padding: 8px 18px;
  border-radius: 99px;
  margin-bottom: 20px;
}

.nda-trn-main-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  margin: 0 0 16px 0;
}

.nda-trn-sub-text {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: #cbd5e1;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.nda-trn-page-container {
  max-width: 1210px;
  margin: 0 auto;
}

.nda-trn-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 20;
}

.nda-trn-flip-card {
  background-color: transparent;
  height: 600px; 
  perspective: 1500px;
  cursor: pointer;
}

.nda-trn-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-style: preserve-3d;
}

.nda-trn-flip-card.is-flipped .nda-trn-card-inner {
  transform: rotateY(180deg);
}

.nda-trn-card-front, 
.nda-trn-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(1, 28, 42, 0.05);
}

.nda-trn-card-front {
  background-color: #ffffff;
  color: #011C2A;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.nda-trn-img-wrapper {
  position: relative;
  width: 100%;
  height: 340px;
  background-color: #e2e8f0;
  overflow: hidden;
}

.nda-trn-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nda-trn-spec-tag {
  position: absolute;
  bottom: 16px;
  inset-inline-start: 16px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 8px;
  letter-spacing: 0.3px;
}

.nda-trn-tag-prostho { background-color: #ed9e40; color: #011C2A; }
.nda-trn-tag-ortho { background-color: #0284c7; }
.nda-trn-tag-endo { background-color: #0f766e; }
.nda-trn-tag-pedio { background-color: #e11d48; }
.nda-trn-tag-surgery { background-color: #7c3aed; }
.nda-trn-tag-perio { background-color: #2563eb; }

.nda-trn-info-wrapper {
  padding: 24px;
  text-align: start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.nda-trn-doc-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: #011C2A;
}

.nda-trn-doc-degrees {
  font-size: 0.85rem;
  color: #0ea5e9;
  font-weight: 600;
  margin-bottom: 12px;
}

.nda-trn-experience-line {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nda-trn-skills-preview {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: auto;
}

.nda-trn-skills-preview span {
  background-color: #f1f5f9;
  color: #475569;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 6px;
}

.nda-trn-action-btn {
  width: 100%;
  padding: 13px;
  background-color: #011C2A;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  margin-top: 16px;
  transition: background-color 0.3s;
}

.nda-trn-card-back {
  background: linear-gradient(135deg, #011C2A 0%, #05293d 100%);
  color: #ffffff;
  transform: rotateY(180deg);
  padding: 28px 24px;
  text-align: start;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.nda-trn-back-name {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.nda-trn-back-spec {
  font-size: 0.85rem;
  color: #cbd5e1;
  margin-bottom: 16px;
  display: block;
}

.nda-trn-back-bio {
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.nda-trn-back-certificates h4,
.nda-trn-back-skills h4 {
  font-size: 0.75rem;
  color: #ed9e40;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin: 0 0 10px 0;
}

.nda-trn-back-certificates ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.nda-trn-back-certificates li {
  font-size: 0.85rem;
  color: #e2e8f0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nda-trn-back-certificates i { color: #22c55e; }

.nda-trn-skills-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.nda-trn-skills-pills span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 6px;
}

.nda-trn-back-socials {
  margin-top: auto; 
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 12px;
}

.nda-trn-back-socials a {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s;
}

.nda-trn-back-socials a:hover {
  background: #ed9e40;
  color: #011C2A;
  transform: translateY(-2px);
}

.nda-trn-stats-row {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.nda-trn-stat-card {
  background: #ffffff;
  padding: 35px 24px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(1, 28, 42, 0.03);
  border: 1px solid rgba(1, 28, 42, 0.04);
  position: relative;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s;
}

.nda-trn-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 45px rgba(1, 28, 42, 0.07);
}

.nda-trn-stat-number {
  display: block;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #011C2A;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
}

.nda-trn-stat-label {
  font-size: 0.88rem;
  color: #64748b;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.nda-trn-footer-notice {
  margin-top: 80px;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  border: 1px dashed rgba(1, 28, 42, 0.12);
  position: relative;
}

.nda-trn-notice-content h3 {
  font-size: 1.5rem;
  color: #011C2A;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.nda-trn-notice-content p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0 0 24px 0;
}

.nda-trn-notice-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #011C2A;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  border-bottom: 2px solid #ed9e40;
  padding-bottom: 4px;
  transition: color 0.3s, gap 0.3s;
}

.nda-trn-notice-link:hover {
  color: #ed9e40;
  gap: 15px;
}

@media (max-width: 1024px) {
  .nda-trn-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {

    body {
        overflow-x: hidden !important;
    }

    .nda-trn-main-section,
    .nda-trn-page-container,
    .sidebar-page-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box;
    }

    .sidebar-page-container {
        display: block !important;
    }

    .sidebar-page-container > div:first-child {
        width: 100% !important;
        flex: none !important;
    }

    .nda-trn-cards-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .nda-trn-flip-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    .nda-trn-card-inner,
    .nda-trn-card-front,
    .nda-trn-card-back {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
  .nda-trn-stats-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 60px;
  }

  .nda-trn-flip-card {
    height: 590px;
  }

  .nda-trn-footer-notice {
    padding: 30px 20px;
    margin-top: 60px;
  }
}

.nda-trn-sidebar {
  flex: 0 0 280px;
  order: 2;
  align-self: flex-start;
  position: relative;
}

.nda-trn-sidebar-widget {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.nda-trn-sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-side.fixed {
  position: fixed;
  top: 80px;
  z-index: 100;
}

.sidebar-side.absolute {
  position: absolute;
  z-index: 100;
}

.sidebar-side.relative {
  position: relative;
  top: 0;
  width: 100%;
  left: auto;
  z-index: auto;
}

@media (max-width: 992px) {
  .nda-trn-page-container {
    flex-direction: column !important;
  }
  
  .nda-trn-sidebar {
    flex: 1 1 100% !important;
    order: 0 !important;
    width: 100% !important;
  }
  
  .sidebar-side.fixed,
  .sidebar-side.absolute {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    left: auto !important;
    z-index: auto !important;
  }
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.sub-title {
    color: #4a8b86;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a252f;
}

.main-title .highlight {
    color: #ED9E40;
    font-style: italic;
}

.view-all {
    color: #0d7a71;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: color 0.3s ease;
}

.view-all:hover {
    color: #08524c;
}

.view-all i {
    margin-right: 5px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.course-card {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    height: 100%;
    min-height: 400px;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.card-image {
    position: relative;
    width: 100%;
    height: 180px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
    letter-spacing: 1px;
}

.badge-advanced {
    background-color: #101c24; 
}

.badge-intermediate {
    background-color: #0d7a71; 
}

.card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-content h3 {
    font-size: 18px;
    color: #1a252f;
    margin-bottom: 12px;
    font-weight: 700;
}

.card-content p {
    font-size: 13px;
    color: #6c7a89;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #a0aab4;
    padding-top: 15px;
    border-top: 1px solid #edf2f7;
    margin-bottom: 15px;
}

.card-meta i {
    color: #ED9E40;
    margin-left: 4px;
}

.learn-more {
    color: #0d7a71;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    transition: color 0.3s ease;
}

.learn-more:hover {
    color: #08524c;
}

.learn-more i {
    margin-right: 4px;
    font-size: 10px;
}

@media (max-width: 768px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-card {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.news-card .card-image {
    height: 260px;
}

.news-card .card-meta {
    border-top: none; 
    padding-top: 0;
    margin-bottom: 12px;
    color: #ED9E40; 
}

.news-card .card-meta i {
    margin-right: 4px;
    margin-left: 0;
}

.news-card h3 {
    font-size: 20px;
    line-height: 1.4;
}

.read-more {
    color: #0d7a71;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #08524c;
}

.read-more i {
    margin-left: 4px;
    font-size: 10px;
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr; 
    }

    .news-card .card-image {
        height: 200px;
    }
}


.mission-section {
    padding: 60px 0;
}

.mission-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.mission-content .sub-title {
    margin-bottom: 8px;
}

.mission-content .main-title {
    margin-bottom: 24px;
    line-height: 1.25;
}

.mission-content .description {
    font-size: 14px;
    color: #6c7a89;
    line-height: 1.7;
    margin-bottom: 20px;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.info-tag {
    font-size: 11px;
    color: #718096;
    background-color: #f0f4f8;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 2px;
    font-weight: 500;
}


.mission-image-wrapper {
    position: relative;
    width: 100%;
}

.mission-image-wrapper img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    left: -20px; 
    background-color: #101c24; 
    color: #ffffff;
    padding: 20px 25px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.experience-badge .number {
    font-size: 24px;
    font-weight: 700;
    color: #ED9E40; 
    line-height: 1;
    margin-bottom: 6px;
}

.experience-badge .text {
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #a0aec0;
}

@media (max-width: 992px) {
    .mission-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .experience-badge {
        left: 0;
        bottom: 0;
    }
}


.nda-hpart-section-wrapper {
  padding: 90px 20px 60px;
  background-color: #f8fafc;
  overflow: hidden;
}

.nda-hpart-head-box {
  text-align: center;
  margin-bottom: 45px;
}

.nda-hpart-top-sub {
  color: #ed9e40;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  display: block;
  margin-bottom: 8px;
}

.nda-hpart-main-title {
  font-size: clamp(1.8rem, 3.8vw, 2.5rem);
  font-weight: 800;
  color: #011C2A;
  margin: 0 0 12px 0;
}

.nda-hpart-sub-desc {
  font-size: 0.95rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.nda-hpart-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.nda-hpart-brand-card {
  background-color: #ffffff;
  border: 1px solid rgba(1, 28, 42, 0.06);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 30px rgba(1, 28, 42, 0.02);
  transition: all 0.35s ease;
}

.nda-hpart-brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(1, 28, 42, 0.08);
  border-color: rgba(237, 158, 64, 0.25);
}

.nda-hpart-logo-box {
  width: 70px;
  height: 70px;
  background-color: #011C2A;
  color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(1, 28, 42, 0.15);
}

.nda-hpart-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.nda-hpart-badge {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  display: inline-block;
}

.nda-hpart-badge-gold {
  background-color: rgba(237, 158, 64, 0.15);
  color: #d97706;
}

.nda-hpart-badge-teal {
  background-color: rgba(15, 118, 110, 0.1);
  color: #0f766e;
}

.nda-hpart-badge-blue {
  background-color: rgba(59, 130, 246, 0.1);
  color: #2563eb;
}

.nda-hpart-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #011C2A;
  margin: 0 0 4px 0;
}

.nda-hpart-card-category {
  font-size: 0.8rem;
  font-weight: 600;
  color: #0f766e;
  margin-bottom: 12px;
}

.nda-hpart-card-desc {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
  text-align: center;
}

.nda-hpart-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #ed9e40;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.nda-hpart-card-link:hover {
  color: #d97706;
  transform: translateX(5px);
}


.nda-hpart-ticker-wrap {
  width: 100%;
  max-width: 1210px;  
  margin-left: auto;  
  margin-right: auto;  
  overflow: hidden;
  background-color: #edf2f7;
  padding: 18px 20px;
  border-block: 1px solid rgba(1, 28, 42, 0.05);
  border-radius: 16px; 
}

.nda-hpart-ticker-track {
    display: flex;
    direction: ltr; 
    gap: 20px;
    width: max-content;
    animation: ndaTickerScroll 50s linear infinite;
}

.nda-hpart-ticker-track:hover {
  animation-play-state: paused;
}

@keyframes ndaTickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.nda-hpart-ticker-item {
  background-color: #ffffff;
  padding: 14px 24px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #011C2A;
  border: 1px solid rgba(1, 28, 42, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  white-space: nowrap;
  flex-shrink: 0;  
}

.nda-hpart-small-logo {
  width: 100px;
  height: 100px; 
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  overflow: hidden;
  flex-shrink: 0;  
}

.nda-hpart-small-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nda-hpart-ticker-item i {
  color: #0f766e;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.nda-hpart-cta-block {
  padding: 50px 0;
}

.nda-hpart-cta-box {
  border-radius: 24px;
  padding: 50px 40px;
  text-align: center;
  color: #011C2A;
  position: relative;
  overflow: hidden;
}

.nda-hpart-cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ed9e40, #0f766e);
}

.nda-hpart-cta-badge {
  color: #d97706;
  background-color: rgba(237, 158, 64, 0.12);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.nda-hpart-cta-title {
  font-size: clamp(1.8rem, 3.5vw, 2.3rem);
  font-weight: 800;
  color: #011C2A;
  margin: 0 0 12px 0;
}

.nda-hpart-cta-title span {
  color: #d97706;
}

.nda-hpart-cta-desc {
  font-size: 0.95rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

.nda-hpart-cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.nda-hpart-btn-fill {
  background-color: #011C2A;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.nda-hpart-btn-fill:hover {
  background-color: #03324a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(1, 28, 42, 0.15);
}

.nda-hpart-btn-outline {
  background-color: transparent;
  color: #011C2A;
  border: 1px solid rgba(1, 28, 42, 0.2);
  text-decoration: none;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.nda-hpart-btn-outline:hover {
  background-color: rgba(1, 28, 42, 0.04);
  border-color: #011C2A;
}


body[dir="rtl"] .nda-hpart-card-link:hover {
  transform: translateX(-5px);
}

body[dir="rtl"] .nda-hpart-card-link i {
  transform: scaleX(-1);
}


@media (max-width: 992px) {
  .nda-hpart-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  .nda-hpart-section-wrapper {
    padding: 60px 15px 40px;
  }
  
  .nda-hpart-cards-grid {
    gap: 16px;
  }
  
  .nda-hpart-brand-card {
    padding: 25px 18px;
  }
  
  .nda-hpart-ticker-wrap {
    padding: 14px 15px;
  }
}

@media (max-width: 640px) {
  .nda-hpart-cards-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    padding: 0;
  }
  
  .nda-hpart-cta-box {
    padding: 40px 20px;
  }
  
  .nda-hpart-ticker-item {
    font-size: 0.75rem;
    padding: 6px 14px;
    gap: 6px;
  }
  
  .nda-hpart-small-logo {
    width: 60px;
    height: 60px;
    font-size: 0.6rem;
  }
  
  .nda-hpart-ticker-wrap {
    padding: 12px 12px;
  }
}

/* Animation for LTR (English) */
@keyframes ndaTickerScroll {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@keyframes ndaTickerScrollRTL {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/* Default track */
.nda-hpart-ticker-track {
    display: flex;
    direction: ltr; 
    gap: 20px;
    width: max-content;
    animation: ndaTickerScroll 50s linear infinite;
}

.nda-hpart-ticker-wrap {
    direction: ltr; 
}

/* RTL track - override animation */
body[dir="rtl"] .nda-hpart-ticker-track,
body[dir="rtl"] #tickerTrack {
    animation: ndaTickerScrollRTL 28s linear infinite !important;
}

/* Make sure items don't break */
.nda-hpart-ticker-item {
    flex-shrink: 0;
    white-space: nowrap;
}


.nda-trn-flip-card .nda-trn-img-wrapper {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    width: 100%;
    transition: transform 0.5s ease;
}

.nda-trn-flip-card .nda-trn-img-wrapper img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nda-trn-flip-card:hover .nda-trn-img-wrapper {
    transform: scale(1.08);
}

.nda-trn-flip-card:hover .nda-trn-img-wrapper {
    transform: scale(1.08) translateY(-5px);
}

.course-card .learn-more {
    color: inherit;
}

.course-card-link {
    color: inherit;
    text-decoration: none;
}

.course-card-link:hover {
    color: inherit;
}

.course-card-link:hover .learn-more {
    color: inherit;
}

.course-card-link:hover .card-content h3,
.course-card-link:hover .card-content p,
.course-card-link:hover .card-content span {
    color: inherit;
}

.search-form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    padding: 12px 45px 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
    min-width: 250px;
    background: white;
    color: #333;
    direction: ltr;
    text-align: left;
}

.search-button {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    color: #011C2A;
    cursor: pointer;
    font-size: 16px;
    opacity: 0.6;
}

.clear-button {
    color: #011C2A;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.3s;
}


/* RTL */
html[dir="rtl"] .search-input {
    padding: 12px 20px 12px 45px;
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .search-button {
    right: auto;
    left: 12px;
}

.search-form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    padding: 12px 45px 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
    min-width: 250px;
    background: white;
    color: #333;
    direction: ltr;
    text-align: left;
}

.search-icon,
.search-spinner {
    position: absolute;
    right: 12px;
    color: #011C2A;
    font-size: 16px;
    opacity: 0.6;
    pointer-events: none;
}

.search-spinner {
    display: none;
}

.clear-button {
    color: #011C2A;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.3s;
}


/* RTL */
html[dir="rtl"] .search-input {
    padding: 12px 20px 12px 45px;
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .search-icon,
html[dir="rtl"] .search-spinner {
    right: auto;
    left: 12px;
}