  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

 .marquee-container {
     overflow: hidden;
     position: relative;
     height: 400px;
     border: 2px solid #146484;
     background-color: #fff;
 }

 i,
 span,
 a { 
     display: initial;
 }

 .marquee {
     display: block;
     position: absolute;
     width: 100%;
     animation: scroll 20s linear infinite;
 }

 .notice-item {
     padding: 10px 2%;
     line-height: normal;
 }

 .date,
 .notice-label,
 .notice-text {
     color: #fff;
     background-color: #146484;
     border-radius: 9px;
     font-size: 12px;
     padding: 5px;
 }

 .date {
     margin-right: 10px;
 }

 .notice-label {
     margin-right: 7px;
 }

 .notice-item a {
     color: #146484;
     text-decoration: none;
 }

 @keyframes scroll {
     0% {
         bottom: 100%;
     }

     100% {
         bottom: -100%;
     }
 }

 .otto {
     font-size: 25px;
     color: darkred;
     text-shadow: 0 1px 0 #ccc,
         0 2px 0 #c9c9c9,
         0 3px 0 #bbb,
         0 4px 0 #b9b9b9,
         0 5px 0 #aaa,
         0 6px 1px rgba(0, 0, 0, .1),
         0 0 5px rgba(0, 0, 0, .1),
         0 1px 3px rgba(0, 0, 0, .3),
         0 3px 5px rgba(0, 0, 0, .2),
         0 5px 10px rgba(0, 0, 0, .25),
         0 10px 10px rgba(0, 0, 0, .2),
         0 20px 20px rgba(0, 0, 0, .15);
 }

 #text {
     color: #146484;
 }

 .home-sec-2 .card {
     box-shadow: 0 0 20px rgb(0 0 0 / 20%);
     background: #eee;
     border-radius: 50px 0 50px 0;
     padding: 15px;
     position: relative;
     margin-bottom: 25px;

 }

 .home-sec-2 .card:before {
     content: "";
     background-color: #146484;
     position: absolute;
     left: -3px;
     width: 101%;
     height: 112%;
     border-radius: 50px 0 50px 0;
     top: -3px;
     z-index: -1;
 }

 .home-sec-2 .card.right:before {
     content: "";
     background-color: #146484;
     position: absolute;
     left: auto;
     right: -3px;
     width: 101%;
     height: 101%;
     border-radius: 0 50px 0 50px;
     top: -3px;
     z-index: -1;
 }

 .home-sec-2 .card.right {
     border-radius: 0 50px 0 50px;
 }

 .home-sec-2 .card.newss {
     height: auto;
     overflow: hidden;
     padding: 0 !important;
     border-radius: 15px !important;
 }

 /* Transition */

 @keyframes marquee {
     0% {
         transform: translateX(0)
     }

     100% {
         transform: translateX(-100%)
     }
 }

 .small {
     width: 249px;
     /* You can set the initial width to whatever size you want */
     height: auto;
     /* Maintain aspect ratio */
     transition: width 0.3s;
     /* Add a smooth transition effect */
     cursor: pointer;
     /* Change cursor to pointer when hovering */
 }

 /* When the image is clicked, make it larger */
 .large {
     width: 400px;
     /* Set the larger width */

 }


 .hover-scale {
        transition: all 0.3s ease;
    }
    .hover-scale:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }
    .hover-underline {
        position: relative;
    }
    .hover-underline:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -2px;
        left: 0;
        background-color: currentColor;
        transition: width 0.3s ease;
    }
    .hover-underline:hover:after {
        width: 100%;
    }
    .counter-card {
        border-top: 4px solid transparent;
        transition: all 0.4s;
    }
    .counter-card:hover {
        border-top-color: currentColor;
    }
        
 /* Add a hover effect for when the mouse is over the image */
 .small:hover {
     transform: scale(1.1);
     /* You can adjust the scale factor to make it slightly bigger on hover */
 }

 .dcard {
     box-shadow: 0 0 20px rgb(0 0 0 / 20%);
     background: #eee;

     padding: 15px;
     position: relative;
     height: auto;
     overflow: hidden;
     padding: 0 !important;
     border-radius: 15px !important;

 }


 .dcard .headddd {
     background: #146484;
     padding: 15px 0;
     text-align: center;
     margin: 0;
     font-size: 20px;
     color: #fff;


 }


 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');

 :root {
     --primary: #4361ee;
     --secondary: #3a0ca3;
     --accent: #f72585;
     --light: #f8f9fa;
     --dark: #212529;
 }



 .containersrt {
     max-width: 1200px;
     margin: 0 auto;
     padding: 60px 20px;
     position: relative;
 }

 .headersr {
     text-align: center;
     margin-bottom: 70px;
     position: relative;
 }

 #tyui {
     font-size: 3rem;
     font-weight: 800;
     margin: 0;
     background: linear-gradient(90deg, #2c3e50, #3498db);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
     display: inline-block;
     position: relative;
 }

 #tyui::after {
     content: '';
     position: absolute;
     bottom: -15px;
     left: 50%;
     transform: translateX(-50%);
     width: 100px;
     height: 5px;
     background: linear-gradient(90deg, #2c3e50, #3498db);
     border-radius: 5px;
 }

 .subtitle {
     font-size: 1.2rem;
     color: #6c757d;
     max-width: 700px;
     margin: 20px auto 0;
     line-height: 1.6;
 }

 .initiatives-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 30px;
     position: relative;
     z-index: 2;
 }

 .initiative-card {
     background: #fff;
     border-radius: 20px;
     padding: 35px 30px;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
     transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
     position: relative;
     overflow: hidden;
     z-index: 1;
     border: 1px solid rgba(255, 255, 255, 0.3);
 }

 .initiative-card::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
     z-index: -1;
 }

 .initiative-card:hover {
     transform: translateY(-15px) scale(1.02);
     box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
 }

 .card-bg {
     position: absolute;
     width: 200px;
     height: 200px;
     border-radius: 50%;
     filter: blur(60px);
     opacity: 0.15;
     z-index: -1;
 }

 .card-bg-1 {
     background: #2c3e50;
     top: -50px;
     right: -50px;
 }

 .card-bg-2 {
     background: #3498db;
     bottom: -50px;
     left: -50px;
 }

 .initiative-icon {
     font-size: 3rem;
     margin-bottom: 25px;
     background: linear-gradient(135deg, #2c3e50, #e74c3c);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
 }

 .initiative-title {
     font-size: 1.6rem;
     font-weight: 700;
     margin-bottom: 20px;
     color: var(--dark);
 }

 .initiative-desc {
     color: #6c757d;
     margin-bottom: 30px;
     line-height: 1.7;
     font-size: 1rem;
 }

 .initiative-btn {
     display: inline-flex;
     align-items: center;
     padding: 12px 25px;
     background: linear-gradient(135deg, #2c3e50, #e74c3c);
     color: #fff;
     border-radius: 50px;
     text-decoration: none;
     font-weight: 600;
     transition: all 0.3s ease;
     border: none;
     cursor: pointer;
     box-shadow: 0 10px 20px rgba(67, 97, 238, 0.2);
     position: relative;
     overflow: hidden;
 }

 .initiative-btn::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
     transition: 0.5s;
 }

 .initiative-btn:hover::before {
     left: 100%;
 }

 .initiative-btn:hover {
     transform: translateY(-3px);
     box-shadow: 0 15px 30px rgba(67, 97, 238, 0.3);
 }

 .initiative-btn i {
     margin-left: 8px;
     transition: transform 0.3s ease;
 }

 .initiative-btn:hover i {
     transform: translateX(5px);
 }

 /* Floating Elements */
 .floating-element {
     position: absolute;
     border-radius: 50%;
     z-index: 0;
     animation: float 15s infinite linear;
     opacity: 0.8;
     filter: blur(1px);
 }

 @keyframes float {

     0%,
     100% {
         transform: translate(0, 0) rotate(0deg);
     }

     25% {
         transform: translate(50px, 50px) rotate(10deg);
     }

     50% {
         transform: translate(0, 100px) rotate(0deg);
     }

     75% {
         transform: translate(-50px, 50px) rotate(-10deg);
     }
 }

 .floating-element-1 {
     width: 100px;
     height: 100px;
     background: rgba(67, 97, 238, 0.1);
     top: 20%;
     left: 5%;
     animation-duration: 18s;
 }

 .floating-element-2 {
     width: 150px;
     height: 150px;
     background: rgba(247, 37, 133, 0.1);
     bottom: 10%;
     right: 5%;
     animation-duration: 20s;
     animation-delay: 2s;
 }

 .floating-element-3 {
     width: 80px;
     height: 80px;
     background: rgba(58, 12, 163, 0.1);
     top: 60%;
     left: 10%;
     animation-duration: 15s;
     animation-delay: 1s;
 }

 .floating-element-4 {
     width: 120px;
     height: 120px;
     background: rgba(108, 117, 125, 0.1);
     top: 30%;
     right: 10%;
     animation-duration: 22s;
     animation-delay: 3s;
 }

 /* Card Floating Animation */
 .floating-card {
     animation: cardFloat 8s ease-in-out infinite;
 }

 @keyframes cardFloat {

     0%,
     100% {
         transform: translateY(0);
     }

     50% {
         transform: translateY(-20px);
     }
 }

 .delay-1 {
     animation-delay: 0.5s;
 }

 .delay-2 {
     animation-delay: 1s;
 }

 .delay-3 {
     animation-delay: 1.5s;
 }

 .delay-4 {
     animation-delay: 2s;
 }

 /* Responsive */
 @media (max-width: 768px) {
     h1 {
         font-size: 2.2rem;
     }

     .initiatives-grid {
         grid-template-columns: 1fr;
     }

     .floating-element {
         display: none;
     }
 }



 


 .welfare-section {
     padding: 5rem 2rem;
     background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
     position: relative;
     overflow: hidden;
 }

 .section-header {
     text-align: center;
     margin-bottom: 3rem;
     position: relative;
     z-index: 2;
 }

 .section-header h2 {
     font-size: 2.5rem;
     color: #2c3e50;
     margin-bottom: 1rem;
     position: relative;
     display: inline-block;
 }

 .section-header h2::after {
     content: '';
     position: absolute;
     width: 70%;
     height: 4px;
     background: #3498db;
     bottom: -10px;
     left: 15%;
     border-radius: 2px;
 }

 .section-header p {
     color: var(--dark);
     font-size: 1.1rem;
     max-width: 700px;
     margin: 0 auto;
     line-height: 1.6;
 }

 .cards-row {
     display: flex;
     gap: 1.5rem;
     max-width: 1300px;
     margin: 0 auto;
     position: relative;
     z-index: 2;
     padding-bottom: 1rem;
     overflow-x: auto;
     scroll-snap-type: x mandatory;
     scrollbar-width: none;
     /* For Firefox */
 }

 .cards-row::-webkit-scrollbar {
     display: none;
     /* For Chrome/Safari */
 }

 .card {
     background: #fff;
     border-radius: 15px;
     min-width: 300px;
     flex: 1;
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
     transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
     position: relative;
     scroll-snap-align: start;
 }

 .card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
 }

 .card.e-content {
     border-top: 5px solid #3498db;
 }

 .card.anti-ragging {
     border-top: 5px solid #e74c3c;
 }

 .card.nss {
     border-top: 5px solid #27ae60;
 }

 .card.grievance {
     border-top: 5px solid #f39c12;
 }

 .card-icon {
     height: 120px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 3.5rem;
     color: #fff;
     position: relative;
     overflow: hidden;
 }

 .card-icon::before {
     content: '';
     position: absolute;
     width: 200%;
     height: 200%;
     background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
     transform: translateX(-100%) rotate(30deg);
     transition: all 0.6s ease;
 }

 .card:hover .card-icon::before {
     transform: translateX(100%) rotate(30deg);
 }

 .e-content .card-icon {
     background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
 }

 .anti-ragging .card-icon {
     background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
 }

 .nss .card-icon {
     background: linear-gradient(135deg, #27ae60 0%, #219653 100%);
 }

 .grievance .card-icon {
     background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
 }

 .card-content {
     padding: 2rem;
 }

 .card-content h3 {
     font-size: 1.5rem;
     margin-bottom: 1rem;
     color: var(--dark);
     position: relative;
     display: inline-block;
 }

 .card-content h3::after {
     content: '';
     position: absolute;
     width: 50%;
     height: 3px;
     background: currentColor;
     bottom: -8px;
     left: 0;
     border-radius: 2px;
 }

 .card-content p {
     color: #555;
     line-height: 1.7;
     margin-bottom: 1.5rem;
 }

 .card-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 10px 25px;
     border-radius: 50px;
     text-decoration: none;
     font-weight: 600;
     transition: all 0.3s ease;
     border: 2px solid;
 }

 .e-content .card-btn {
     color: #3498db;
     border-color: #3498db;
 }

 .anti-ragging .card-btn {
     color: #e74c3c;
     border-color: #e74c3c;
 }

 .nss .card-btn {
     color: #27ae60;
     border-color: #27ae60;
 }

 .grievance .card-btn {
     color: #f39c12;
     border-color: #f39c12;
 }

 .card-btn:hover {
     color: #fff;
     transform: translateY(-3px);
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 }

 .e-content .card-btn:hover {
     background: #3498db;
 }

 .anti-ragging .card-btn:hover {
     background: #e74c3c;
 }

 .nss .card-btn:hover {
     background: #27ae60;
 }

 .grievance .card-btn:hover {
     background: #f39c12;
 }

 .card-btn i {
     margin-left: 8px;
     transition: transform 0.3s ease;
 }

 .card-btn:hover i {
     transform: translateX(5px);
 }

 .floating-shapes {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     overflow: hidden;
     z-index: 1;
 }

 .shape {
     position: absolute;
     opacity: 0.1;
     border-radius: 50%;
 }

 .shape-1 {
     width: 200px;
     height: 200px;
     background: #3498db;
     top: -50px;
     right: -50px;
     animation: float 8s infinite ease-in-out;
 }

 .shape-2 {
     width: 300px;
     height: 300px;
     background: #e74c3c;
     bottom: -100px;
     left: -100px;
     animation: float 12s infinite ease-in-out reverse;
 }

 .shape-3 {
     width: 150px;
     height: 150px;
     background: #27ae60;
     top: 40%;
     right: 20%;
     animation: float 10s infinite ease-in-out 2s;
 }

 .shape-4 {
     width: 180px;
     height: 180px;
     background: #f39c12;
     bottom: 30%;
     left: 10%;
     animation: float 9s infinite ease-in-out 1s;
 }

 @keyframes float {

     0%,
     100% {
         transform: translateY(0) rotate(0deg);
     }

     50% {
         transform: translateY(-20px) rotate(5deg);
     }
 }

 /* Responsive adjustments */
 @media (max-width: 768px) {
     .section-header h2 {
         font-size: 2rem;
     }

     .card {
         min-width: 280px;
     }
 }
 
 
 
 
 
 
 
 
 
        
   
        
        
        .containerss {
            max-width: 1400px;
            margin: 0 auto;
            padding: 20px;
           
        }
        
        .college-card {
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 40px;
        }
        
        .college-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
        }
        
        .headerss {
            background: linear-gradient(135deg, #1a4b8c, #27ae60);
            color: #fff;
            padding: 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .headerss::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
            transform: rotate(30deg);
            animation: shine 6s infinite linear;
        }
        
        @keyframes shine {
            0% { transform: rotate(30deg) translate(-10%, -10%); }
            100% { transform: rotate(30deg) translate(10%, 10%); }
        }
        
        .college-name {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        
        .established {
            font-size: 1rem;
            color:#fff;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }
        
        .content {
            padding: 30px;
            position: relative;
        }
        
        .content::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            height: 1px;
            background: linear-gradient(to right, transparent, #e67e22, transparent);
        }
        
        .about {
            margin-bottom: 25px;
            font-size: 1.1rem;
            color: #2c3e50;
        }
        
        .highlight {
            color: #1a4b8c;
            font-weight: 600;
        }
        
        .features {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 30px 0;
        }
        
        .feature {
            flex: 1 1 300px;
            background: rgba(255,255,255,0.9);
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
            border-left: 4px solid #e67e22;
        }
        
        .feature:hover {
            transform: translateY(-5px);
        }
        
        .feature-title {
            color: #1a4b8c;
            font-weight: 600;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .feature-title i {
            color: #e67e22;
            font-size: 1.2rem;
        }
        
        .courses {
            margin-top: 30px;
        }
        
        .courses-title {
            font-size: 1.5rem;
            color: #1a4b8c;
            margin-bottom: 20px;
            text-align: center;
            position: relative;
        }
        
        .courses-title::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: #e67e22;
            border-radius: 3px;
        }
        
        .course-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }
        
        .course {
            background: linear-gradient(135deg, #1a4b8c, #27ae60);
            color: #fff;
            padding: 10px 20px;
            border-radius: 50px;
            font-size: 0.9rem;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .course:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        
        .leadership {
            margin-top: 40px;
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
        }
        
        .leader {
            text-align: center;
            max-width: 250px;
            position: relative;
            padding-bottom: 20px;
        }
        
        .leader::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60%;
            height: 3px;
            background: #27ae60;
            border-radius: 3px;
        }
        
        .leader-name {
            font-weight: 900;
            font-size:12px;
            color: #1a4b8c;
            margin: 10px 0 5px;
        }
        
        .leader-position {
            color: #e67e22;
            font-size: 0.9rem;
        }
        
        .logo {
            width: 80px;
            height: 80px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .logo i {
            font-size: 2.5rem;
            background: linear-gradient(135deg, #1a4b8c, #27ae60);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .read-more {
            text-align: center;
            margin-top: 30px;
        }
        
        .read-more-btn {
            display: inline-block;
            padding: 12px 30px;
            background: linear-gradient(135deg, #1a4b8c, #27ae60);
            color: #fff;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .read-more-btn::after {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: 0.5s;
        }
        
        .read-more-btn:hover::after {
            left: 100%;
        }
        
        .read-more-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        }
        
        @media (max-width: 768px) {
            .college-name {
                font-size: 2rem;
            }
            
            .feature {
                flex: 1 1 100%;
            }
        }
        
       
        
        .section-title {
            text-align: center;
            font-family: 'Roboto Slab', serif;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            position: relative;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: #3498db;
            border-radius: 2px;
        }
    
         /* Features Section */
        .features {
            background: #ecf0f1;
            padding: 50px;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .feature-card {
            background: #fff;
            border-radius: 10px;
            padding: 2rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s, box-shadow 0.3s;
            text-align: center;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .feature-icon {
            font-size: 3rem;
            color: #3498db;
            margin-bottom: 1.5rem;
        }
        
        .feature-title {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #2c3e50;
        }
        
        /* Courses Section */
        .courses-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .course-card {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s;
        }
        
        .course-card:hover {
            transform: translateY(-10px);
        }
        
        .course-image {
            height: 200px;
            overflow: hidden;
        }
        
        .course-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .course-card:hover .course-image img {
            transform: scale(1.1);
        }
        
        .course-content {
            padding: 1.5rem;
        }
        
        .course-title {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            color: #2c3e50;
        }
        
        .course-duration {
            color: #e74c3c;
            font-weight: 600;
            margin-bottom: 1rem;
            display: block;
        }
        
        .course-button {
            display: inline-block;
            padding: 0.5rem 1.5rem;
            background: #3498db;
            color: #fff;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .course-button:hover {
            background: #2c3e50;
        }
        
        /* Testimonials */
        .testimonials {
            background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), 
                        url('https://images.unsplash.com/photo-1434030216411-0b793f4b4173?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: #fff;
        }
        
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .testimonial-card {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 10px;
            padding: 2rem;
            transition: transform 0.3s;
        }
        
        .testimonial-card:hover {
            transform: translateY(-10px);
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 1.5rem;
            position: relative;
        }
        
        .testimonial-text::before,
        .testimonial-text::after {
            content: '"';
            font-size: 2rem;
            color: rgba(255,255,255,0.3);
            position: absolute;
        }
        
        .testimonial-text::before {
            top: -15px;
            left: -10px;
        }
        
        .testimonial-text::after {
            bottom: -25px;
            right: -10px;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        
        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #3498db;
        }
        
        .author-name {
            font-weight: 600;
        }
        
        .author-role {
            font-size: 0.8rem;
            opacity: 0.8;
        }
  
         /* Animation Effects */
    .website-card {
        position: relative;
        display: inline-block;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }
    
    .website-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
    
    .website-card img {
        transition: all 0.5s ease;
        border-radius: 8px;
    }
    
    .website-card:hover img {
        transform: scale(1.05);
    }
    
    .card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(41, 128, 185, 0.8);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 8px;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        line-height: 0.8;
    }
    
    .website-card:hover .card-overlay {
        opacity: 1;
    }
    
    /* Section Styling */
    .single-category {
        margin-bottom: 30px;
    }
    
    
        