         @media (min-width: 768px) {
           .main-menu{
            height: 75px;
        }
    } @media (max-width: 768px) {
           .main-menu{
            height: 61px;
        }
    }
    @media (min-width: 768px) {

        #main-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        #main-menu {
            display: flex !important;
            align-items: center;
            gap: 25px;
            flex-wrap: nowrap;
        }
        #main-menu li {
            list-style: none;
        }
        #main-menu  .main-nc {
            text-decoration: none;
            padding: 10px 0;
            font-weight: 500;
            font-size: 15px;
            color: #222;
            transition: color 0.3s;
        }
        #main-menu a:hover {
            color: #f7931e; 
        }
    }
    .home-slider img,
    .collection-banner img {
        width: 100%;
        height: 400px; 
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .home-slider img:hover,
    .collection-banner img:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }header {
        background: white;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        position: sticky;
        top: 0;
        z-index: 999;
    }
    @media (max-width: 768px) {
        .footer-txt{
           font-size: 15px; 
       }.footer-txts{
           font-size: 9px; 
       }
   }.border-section {
    border-bottom: 1px solid #4a4a4a !important;
}.service-block + .service-block {
    border-left: 1px solid #4a4a4a;
}
.swiper-button-next, .swiper-button-prev{
    display: none;
    
}* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden; /* Prevents horizontal scroll */
    width: 100%;
}
.modern-contact {
  padding: 80px 0;
  background: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-header {
  text-align: center;
  margin-bottom: 50px;
}

.contact-header h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
}

.contact-header p {
  color: #7f8c8d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.contact-form-card, .contact-info-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  padding: 30px;
}

.contact-form-card h3, .office-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2c3e50;
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.contact-form-card h3 i, .office-header i {
  color: #ffd200;
}

.modern-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.modern-form input, .modern-form textarea {
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s;
}

.modern-form input:focus, .modern-form textarea:focus {
  border-color: #ffd200;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
  outline: none;
}

.modern-form textarea {
  padding: 15px 15px 15px 45px;
  resize: vertical;
  min-height: 150px;
}

.modern-form i {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #7f8c8d;
}

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

.form-row .form-group {
  flex: 1;
}

.submit-btn {
  background:  linear-gradient(135deg, #2c3e50, #ffd200);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

/* Contact Info */
.contact-info-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.office-card {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.office-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mini-map {
  height: 150px;
  background: #f1f1f1;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

.contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-details li {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: flex-start;
}

.contact-details li i {
  color: #ffd200;
  font-size: 1.1rem;
  margin-top: 3px;
}

.contact-details li span {
  color: #34495e;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-header h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
  
  .contact-form-card, .contact-info-card {
    padding: 20px;
  }
}
html {
  scrollbar-width: thin;                  
  scrollbar-color: #ffd200 #f1f1f1;       
}

::-webkit-scrollbar {
  width: 2px;        
  height: 2px;      
}

::-webkit-scrollbar-track {
  background: #f1f1f1;   
}

::-webkit-scrollbar-thumb {
  background: #ffd200;   
  border-radius: 5px;   
}

::-webkit-scrollbar-thumb:hover {
  background: #7c3aed;   
}

::-webkit-scrollbar-thumb:active {
  background: #6d28d9;    
}
    .leadership-team {
      padding: 60px 0; 
      background: #f9fbfd;
  }

  .section-title {
      font-size: 32px;
      margin-bottom: 10px;
      text-align: center;
      font-weight: 700;
      color: #2a2a2a;
  }

  .section-subtitle {
      font-size: 16px;
      color: #666;
      margin-bottom: 40px;
      text-align: center;
  }

  .team-members {
      display: grid;
      gap: 30px;
      grid-template-columns: 1fr;
  }

  .team-card {
      display: flex;
      flex-direction: column; 
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
  }

  .team-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  }

  .member-photo {
      flex: none;
      text-align: center;
      padding: 20px;
      position: relative;
  }

  .member-photo img {
      width: 100%;
      max-width: 260px;
      border-radius: 12px;
  }

  .member-info {
      padding: 25px;
  }

  .member-info h3 {
      font-size: 22px;
      margin-bottom: 6px;
  }

  .position {
      font-size: 16px;
      color: #ffd200;
      margin-left: 6px;
  }

  @media (min-width: 768px) {
      .team-members {
        grid-template-columns: 1fr; 
    }

    .team-card {
        flex-direction: row; 
    }

    .member-photo {
        flex: 1;
        padding: 30px;
    }

    .member-info {
        flex: 2;
        padding: 40px;
    }

    .member-info h3 {
        font-size: 26px;
    }
}

@media (min-width: 1024px) {
  .team-members {
    grid-template-columns: 1fr; 
}

.section-title {
    font-size: 36px;
}
}

.leadership-team {
    padding: 80px 0;
    background: #f9fbfd;
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #2a2a2a;
    position: relative;
}

.section-title span {
    color: #ffd200;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
    font-size: 18px;
    position: relative;
}

.team-members {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.team-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}



.photo-frame {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 15px solid rgba(78, 140, 255, 0.1);
    border-radius: 12px;
    z-index: 1;
    pointer-events: none;
}

.experience-badge {
    position: absolute;
    bottom:40px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ffd200 0%, #6a5acd 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(78, 140, 255, 0.3);
}

.member-info {
    flex: 2;
    padding: 40px;
    position: relative;
}

.member-info h3 {
    font-size: 28px;
    color: #2a2a2a;
    margin-bottom: 10px;
    font-weight: 700;
}

.position {
    color: #ffd200;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
}

.education-icons {
    display: flex;
    gap: 20px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.institution-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gradient-blue {
    background: linear-gradient(135deg, #ffd200 0%, #6a5acd 100%);
}

.gradient-orange {
    background: linear-gradient(135deg, #FF9800 0%, #FFC107 100%);
}

.icon-wrapper svg {
    width: 24px;
    height: 24px;
    color: white;
}

.institution-details {
    display: flex;
    flex-direction: column;
}

.institution-name {
    font-weight: 600;
    color: #2a2a2a;
    font-size: 16px;
}

.degree {
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}

.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0;
}

.expertise-tag {
    background: #f5f9ff;
    border-radius: 30px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.expertise-tag:hover {
    background: #e0ecff;
    transform: translateY(-2px);
}

.tag-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-icon svg {
    width: 100%;
    height: 100%;
    color: #ffd200;
}

.member-bio {
    margin: 30px 0;
}

.member-bio p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.member-social {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.btn-like, .btn-dislike {
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-like {
    background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.btn-dislike {
    background: linear-gradient(135deg, #f44336 0%, #e57373 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(244, 67, 54, 0.3);
}

.btn-like:hover, .btn-dislike:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.btn-like svg, .btn-dislike svg {
    width: 18px;
    height: 18px;
}
@media (max-width: 992px) {
    .team-card {
        flex-direction: column;
    }
    
    .member-photo {
        padding: 40px 40px 60px;
    }
    
    .member-info {
        padding: 30px;
    }
    
    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .leadership-team {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .member-info h3 {
        font-size: 24px;
    }
    
    .education-icons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .member-photo, .member-info {
        padding: 20px;
    }
    
    .experience-badge {
        bottom: 20px;
        font-size: 12px;
        padding: 6px 15px;
    }
    
    .btn-like, .btn-dislike {
        padding: 10px 20px;
    }
}
 .grievance-page {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    color: #333;
    line-height: 1.6;
  }

  .grievance-hero {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 3rem;
    height: 300px;
  }

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

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5rem;
    color: white;
  }

  .hero-overlay h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .hero-overlay .lead {
    font-size: 1.2rem;
    max-width: 600px;
  }

  .grievance-form-container, 
  .grievance-contact-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 2.5rem;
    height: 100%;
  }

  .form-header, .contact-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
  }

  .form-icon, .contact-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #ffd200, #2c3e50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }

  .form-header h2, .contact-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
  }

  .form-header p, .contact-header p {
    color: #7f8c8d;
  }

  .form-floating label {
    color: #7f8c8d;
    font-weight: 500;
  }

  .form-control, .form-select {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1rem;
    height: auto;
  }

  .form-control:focus, .form-select:focus {
    border-color: linear-gradient(135deg, #ffd200, #2c3e50);
    box-shadow: 0 0 0 0.25rem rgba(246, 143, 58, 0.25);
  }

  .required {
    color: #e74c3c;
  }

  .contact-card {
    display: flex;
    align-items: center;
    padding: 1.1rem;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
  }

  .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

  .member-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd200, #2c3e50);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
  }

  .member-info h3 {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    color: #2c3e50;
  }

  .member-designation {
    color: linear-gradient(135deg, #ffd200, #2c3e50);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
  }

  .contact-link {
    display: flex;
    align-items: center;
    color: #555;
    text-decoration: none;
    margin-bottom: 0.3rem;
    font-size: 0.95rem;
  }

  .contact-link svg {
    margin-right: 8px;
    color:#ffd200;
  }

  /* Process Steps */
  .process-steps {
    margin-top: 1.5rem;
  }

  .step {
    display: flex;
    margin-bottom: 1.5rem;
  }

  .step-number {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #ffd200, #2c3e50);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  .step-content h4 {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    color: #2c3e50;
  }

  .btn-primary {
    background: linear-gradient(135deg, #ffd200, #2c3e50);
    border-color: transparent;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
  }

  .btn-primary:hover {
    background-color: #e07e2e;
    border-color: #e07e2e;
    transform: translateY(-2px);
  }

  @media (max-width: 992px) {
    .hero-overlay {
      padding: 0 2rem;
    }
    
    .hero-overlay h1 {
      font-size: 2rem;
    }
  }

  @media (max-width: 768px) {
    .grievance-hero {
      height: 250px;
    }
    
    .hero-overlay h1 {
      font-size: 1.8rem;
    }
    
    .grievance-form-container, 
    .grievance-contact-container {
      padding: 1.5rem;
    }
  }.contact-card {
    overflow: hidden;       
    word-break: break-word;  
}

.contact-link {
    display: inline-flex;      
    align-items: center;       
    gap: 6px;                   
    text-decoration: none;
    max-width: 100%;            
    white-space: nowrap;      
    overflow: hidden;
    text-overflow: ellipsis;   
}