 body {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      background: #f5f5f5;
    }

    /* BLACK TOP BAR - Normal flow, always on top */
    .top-bar-container {
      position: relative;
      z-index: 1040;
    }

    .top-bar {
      background: #0e0d0dff;
      padding: 1px;
      font-size: 12px;
      height: 50px;
    }

    .top-bar a {
      color: white;
      text-decoration: none;
    }

    .top-bar a:hover {
      color: #00a002;
    }

    .social-icons a {
      margin-left: 10px;
      color: white;
      font-size: 16px;
    }

    .social-icons a:hover {
      color: #1b42e0ff;
    }

    /* WHITE NAVBAR - Sticky behavior */
    .navbar.sticky-top {
      position: sticky;
      top: 0;
      z-index: 1030;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }

    /* Jab white navbar top par stick ho jaye */
    .navbar.sticky-top.sticked {
      position: fixed;
      top: 0;
      width: 100%;
    }

    .navbar-brand img {
      height: 70px;
    }

    .navbar-nav .nav-link {
      color: #000;
      font-size: 13px;
      padding: 10px 15px;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-item.active .nav-link {
      color: #2943d5ff;
    }

    .dropdown-menu {
      background: #fff;
      border: none;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      min-width: 180px;
    }

    .dropdown-menu .dropdown-item border-bottom {
      color: #000;
      padding: 10px 15px;
    }

    .nav-item.dropdown.show>.nav-link {
      color: red !important;
    }

    .nav-link:hover,
    .nav-link:focus,
    .nav-item.dropdown.show>.nav-link {
      color: green !important;
    }

    .dropdown-menu .dropdown-item border-bottom:hover {
      color: #00a002;
      background: #f5f5f5;
    }

    .navbar-toggler {
      border: none;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    /* Reduce navbar height */
    .navbar {
      padding-top: 2px !important;
      padding-bottom: 2px !important;
      min-height: 60px !important;
    }

    /* Reduce brand/logo height */
    .navbar-brand img {
      height: 60px !important;
    }

    /* Dropdown on hover for desktop */
    @media (min-width: 992px) {
      .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }

      .navbar .dropdown-toggle::after {
        transition: transform 0.2s;
      }

      .navbar .dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
      }
    }

    /* Default: Mobile view — center alignment, no margins */
    .custom-margin {
      margin-left: 0;
      margin-right: 0;
      text-align: center;
    }

    /* Laptop / Tablet view — add left & right spacing */
    @media (min-width: 768px) {
      .custom-margin {
        margin-left: 80px;
        margin-right: 80px;
        text-align: left;
      }
    }



    body {
      font-family: 'Segoe UI', sans-serif;
    }

    /* Custom styles to match original design */
    .carousel-caption h2 {
      font-size: 2.5rem;
      font-weight: bold;
      color: white;
      animation: fadeInDown 2s 0.5s;
    }

    .carousel-caption .slider-description {
      font-size: 1.2rem;
      color: white;
      animation: fadeInDown 2s 0.5s;
    }

    .carousel-caption .btn-slider {
      background-color: #0d5234;
      color: white;
      padding: 10px 20px;
      font-size: 1rem;
      animation: fadeInDown 2s 0.5s;
    }

    .card:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .card {
      transition: transform 0.3s, box-shadow 0.3s;
    }

    @keyframes fadeInDown {
      from {
        opacity: 0;
        transform: translateY(-50px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }











    /* Custom styles to match original design */
    .carousel-caption h2 {
      font-size: 2.5rem;
      font-weight: bold;
      color: white;
      animation: fadeInDown 2s 0.5s;
    }

    .carousel-caption .slider-description {
      font-size: 1.2rem;
      color: white;
      animation: fadeInDown 2s 0.5s;
    }

    .carousel-caption .btn-slider {
      background-color: #0d5234;
      color: white;
      padding: 10px 20px;
      font-size: 1rem;
      animation: fadeInDown 2s 0.5s;
    }

    .card:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .card {
      transition: transform 0.3s, box-shadow 0.3s;
    }

    @keyframes fadeInDown {
      from {
        opacity: 0;
        transform: translateY(-50px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }



    .hero {
      background: linear-gradient(135deg, #0077b6, #48cae4);
      color: white;
      padding: 80px 20px;
      text-align: center;
    }

    .quick-card {
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .quick-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }

    footer {
      background: #212529;
      color: #ddd;
      padding: 40px 0;
    }

    footer a {
      color: #ffc107;
      text-decoration: none;
    }

    .stats .col {
      background: #f8f9fa;
      border-radius: 12px;
      padding: 20px;
      margin: 10px;
    }

    .stats h2 {
      color: #0077b6;
    }




    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f4f4f4;
    }

    .container {
      max-width: 1200px;

      padding: 0 20px;
    }

    .section-title {
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 30px;
      color: #333;
    }

    .colleges-grid {
      margin: 0 auto;
    }

    .college-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin: 10px;
      overflow: hidden;
      transition: transform 0.3s;
      /* کارڈ کی زیادہ سے زیادہ height */
    }

    .college-img {
      width: 100%;
      height: 200px;
      /* تصویر کی height کم کی */
      background-size: cover;
      background-position: center;
    }

    .college-content {
      padding: 15px;
      /* Padding کم کیا */
      text-align: center;
    }

    .college-content h3 {
      font-size: 1.2em;
      /* فونٹ سائز کم کیا */
      margin: 0 0 8px;
      color: #333;
    }

    .college-content p {
      color: #666;
      margin: 0 0 10px;
      font-size: 0.9em;
      /* پیراگراف کا فونٹ سائز کم کیا */
    }

    .btn {
      display: inline-block;
      padding: 8px 15px;
      /* بٹن کا سائز کم کیا */
      background-color: #007bff;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.3s;
      font-size: 0.9em;
      /* بٹن کا فونٹ سائز کم کیا */
    }

    .btn:hover {
      background-color: #0056b3;
    }

    /* Slick Slider Settings */
    .slick-slide {
      margin: 0 10px;
    }

    .slick-list {
      margin: 0 -10px;
    }

    .slick-prev,
    .slick-next {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 40px;
      height: 40px;
      padding: 0;
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      z-index: 10;
    }

    .slick-prev:before,
    .slick-next:before {
      font-family: 'slick';
      font-size: 20px;
      line-height: 1;
      color: white;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .slick-prev {
      left: 10px;
    }

    .slick-prev:before {
      content: '←';
    }

    .slick-next {
      right: 10px;
    }

    .slick-next:before {
      content: '';
    }

    /* Placeholder Images */
    .college-img-1 {
      background-image: url('https://via.placeholder.com/400x150?text=College+1');
    }

    .college-img-2 {
      background-image: url('https://via.placeholder.com/400x150?text=College+2');
    }

    .college-img-3 {
      background-image: url('https://via.placeholder.com/400x150?text=College+3');
    }

    .college-img-4 {
      background-image: url('https://via.placeholder.com/400x150?text=College+4');
    }

    .college-img-5 {
      background-image: url('https://via.placeholder.com/400x150?text=College+5');
    }

    .college-img-6 {
      background-image: url('https://via.placeholder.com/400x150?text=College+6');
    }

    .myMarquee {
      -webkit-animation-play-state: running;
      /* For Webkit browsers */
      animation-play-state: running;
      /* Standard for other browsers */
    }

    .myMarquee:hover {
      -webkit-animation-play-state: paused;
      /* Pause animation on hover */
      animation-play-state: paused;
      /* Standard for other browsers */
    }


    #wpsm_counter_b_row_11623 {

      position: relative;
      width: 100%;
      overflow: hidden;
      text-align: center;
    }

    #wpsm_counter_b_row_11623 .wpsm_row {
      overflow: hidden;
      display: block;
      width: 100%;
    }

    #wpsm_counter_b_row_11623 .wpsm_row {
      overflow: visible;
    }

    #wpsm_counter_b_row_11623 .wpsm_counterbox .wpsm_count-title {
      min-height: 56px;
    }

    .college-card {
      width: 330px;
      height: 180px;
      border: 1px solid #ddd;
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      margin: 10px;
      text-align: center;
      transition: 0.3s ease;
    }

    .college-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    }

    .college-card h3 {
      font-size: 18px;
      font-weight: 600;
      color: #0d5234;
      margin-bottom: 20px;
    }

    .btn-learn {
      display: inline-block;
      padding: 8px 18px;
      background: #0d5234;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      transition: 0.2s ease-in-out;
    }

    .btn-learn:hover {
      background: #117a4f;
    }

    .college-card {
      width: 330px;
      height: 180px;
      border: 1px solid #ddd;
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      margin: 10px;
      text-align: center;
      transition: 0.3s ease;
    }

    .college-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    }

    .college-card h3 {
      font-size: 18px;
      font-weight: 600;
      color: #0d5234;
      margin-bottom: 20px;
    }

    .btn-learn {
      display: inline-block;
      padding: 8px 18px;
      background: #0d5234;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      transition: 0.2s ease-in-out;
    }

    .btn-learn:hover {
      background: #117a4f;
    }


    .quick-card {
      background: #2e8b57;
      border-radius: 18px;
      overflow: hidden;
      transition: all 0.4s ease;
      min-height: 240px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
      position: relative;
    }

    .quick-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
      filter: brightness(1.1);
    }

    /* Background Colors */
    .bg-admissions {
      background: #8b1e3f;
    }

    .bg-downloads {
      background: #0056b3;
    }

    .bg-datesheet {
      background: #d99000;
    }

    .bg-results {
      background: #6f42c1;
    }

    /* Perfect centering on all screens */
    .quick-card .card-body {
      padding: 2rem 1.5rem;
    }

    /* Mobile se bhi perfect lagega */
    @media (max-width: 576px) {
      .quick-card {
        min-height: 200px;
      }

      .quick-card .card-body {
        padding: 1.8rem 1rem;
      }

      .quick-card h2.fs-5 {
        font-size: 1.15rem !important;
      }

      .quick-card p.small {
        font-size: 0.85rem;
      }
    }

    .college-card {
      width: 330px;
      height: 180px;
      border: 1px solid #ddd;
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      margin: 10px;
      text-align: center;
      transition: 0.3s ease;
    }

    .college-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    }

    .college-card h3 {
      font-size: 18px;
      font-weight: 600;
      color: #0d5234;
      margin-bottom: 20px;
    }

    .btn-learn {
      display: inline-block;
      padding: 8px 18px;
      background: #0d5234;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      transition: 0.2s ease-in-out;
    }

    .btn-learn:hover {
      background: #117a4f;
    }

    ul {
      list-style: none;
      text-decoration: none;
    }
               .social-icons a {
              text-decoration: none !important;
              border-bottom: none !important;
            }

            .social-icons a:hover,
            .social-icons a:focus,
            .social-icons a:visited {
              text-decoration: none !important;
              border-bottom: none !important;
            }

            .blink {
              color: red;
    animation: blink-animation 1s steps(2, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}