 .campus-news-text a {
     color          : #fff;
     text-decoration: none;
 }

 .campus-news-text a:hover {
     text-decoration: underline;
     cursor         : pointer;
 }

 .discover-btn:hover {
     color: #fff !important;
 }

 .discover-btn:hover i {
     color: #fff !important;
 }

 .about-btn:hover {
     color: #fff !important;
 }

 .about-btn:hover i {
     color: #fff !important;
 }

 h4 a:hover {
     color: black !important;
 }

 .text-justify {
     font-family: 'Dancing Script', cursive;
     font-weight: 400;
     font-size  : 1.1rem;
 }

 .testimonial-item {
     border-bottom: 2px solid #A30000 !important;
 }



 /* ===================testmonail===================== */

 .partner-item {
     position        : relative;
     width           : 100%;
     margin-bottom   : 20px;
     border-radius   : 15px;
     overflow        : hidden;
     box-shadow      : 0 8px 20px rgba(0, 0, 0, 0.1);
     transition      : transform 0.3s ease, box-shadow 0.3s ease;
     background-color: #fff;
 }

 .partner-item:hover {
     transform : translateY(-10px);
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
 }

 .partner-image {
     width   : 100%;
     height  : 200px;
     overflow: hidden;
 }

 .partner-image img {
     width     : 100%;
     height    : 100%;
     object-fit: cover;
     transition: transform 0.3s ease;
 }

 .partner-item:hover .partner-image img {
     transform: scale(1.1);
 }

 .content-overlay {
     padding         : 15px;
     text-align      : left;
     background-color: #f8f8f8;
     border-top      : 2px solid #f1f1f1;
     height          : 190px;
     width           : 100%;
     position        : relative;
     overflow        : hidden;
 }

 .content-overlay h3 {
     margin       : 0;
     font-size    : 20px;
     font-weight  : bold;
     color        : #333;
     margin-bottom: 10px;
     text-overflow: ellipsis;
     white-space  : nowrap;
     overflow     : hidden;
 }

 .description-text {
     font-size    : 14px;
     color        : black;
     margin-bottom: 15px;
     line-height  : 1.5;
     height       : 45px;
     overflow     : hidden;
     text-overflow: ellipsis;
 }

 .read-more-btn {
     display        : inline-block;
     background     : #082041;
     color          : white;
     padding        : 0px 5px;
     border-radius  : 30px;
     font-weight    : bold;
     text-decoration: none;
     transition     : background-color 0.3s ease, transform 0.3s ease;
     position       : absolute;
     bottom         : 20px;
     right          : 20px;
 }

 .read-more-btn:hover {
     background-color: #f44336;
     transform       : translateY(-3px);
 }

 .read-more-btn i {
     margin-right: 8px;
 }

 @media (max-width: 768px) {
     .partner-item {
         max-width: 100%;
     }

     .partner-image {
         height: 200px;
     }
 }

 @media (max-width: 480px) {
     .partner-item {
         max-width: 100%;
     }

     .partner-image {
         height: 200px;
     }

     .content-overlay {
         height: 180px;
     }
 }

 .site-heading h2 {
     font-size      : 27px;
     font-weight    : 700;
     color          : #333;
     margin-bottom  : 20px;
     text-align     : left;
     margin-right   : 50px;
     text-decoration: underline;
 }

 .testimonial-item {
     float       : left;
     margin-right: 20px;
     text-align  : center;
 }

 @media (max-width: 480px) {
     .testimonial-item {
         text-align: center !important;
     }
 }