
    .facility-card img {
         height: 250px; 
        object-fit: cover; 
    }

    .facility-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    }

    .facility-card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    }






  
    .clubsection-card {
        transition: all 0.4s ease;
        border: none;
        border-radius: 15px;
        overflow: hidden;
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important; */
        /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
    }

    .clubsection-card img {
      height: 250px;

        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .clubsection-card:hover img {
        transform: scale(1.08);
    }

    .clubsection-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .clubsection-card h6 {
        font-weight: 600;
        margin-top: 12px;
        color: #333;
    }


    /* contact us  */
    .campus-card {
      background: #ffffff;
      border-radius: 15px;
      padding: 25px;
      margin-bottom: 30px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      transition: 0.3s;
      text-align: left;
    }

    .campus-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .campus-title {
      /* font-size: 20px; */
      font-weight: 700;
      margin-bottom: 8px;
      color: #0e0e0e ;
    }

    .school-name {
      /* font-size: 17px; */
      font-weight: 600;
      margin-bottom: 15px;
      color: #333;
    }

    .campus-card p {
      margin: 5px 0;
      color: #444;
      font-size: 15px;
    }

    .campus-card i {
      color: #1bb4b9 ;
      margin-right: 8px;
    }

    .social-icons a {
      margin: 0 6px;
      color: #1bb4b9 ;
      font-size: 18px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #333;
    }

        /* contact us end */


        /* CO-Curticular Activities */

        .activity-card {
      background: #fff;
      border-radius: 16px;
      padding: 25px 20px;
      text-align: center;
      transition: 0.4s ease;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      height: 100%;
    }

    .activity-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .activity-card i {
      font-size: 40px;
      color: #1bb4b9;
      margin-bottom: 15px;
      transition: 0.3s;
    }

    .activity-card:hover i {
      color: #1bb4b9;
      transform: scale(1.2);
    }

    .activity-card h5 {
      font-weight: bold;
      color: #333;
      margin-bottom: 10px;
    }

    .activity-card p {
      font-size: 14px;
      color: #555;
    }

    .description-box {
      margin-top: 40px;
      background: #fff;
      border-left: 6px solid #0077c8;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
    /* CO-Curticular Activities end */

