:root {
    --primary: #4f46e5;
    --primary-light: #818cf8;
    --secondary: #7c3aed;
    --accent: #ff6b35;
    --dark: #1f2937;
    --light: #f9fafb;
    --gray: #6b7280;
    --text-dark: #111827;
    --text-light: #f8f9fa;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f8f9fa;
}




.trio-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.trio-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.trio-section-header h2 {
   font-size: 36px;
  font-weight: 500;
    color: #1c1f5f;
    margin-bottom: 1rem;
}

.trio-section-header .subtitle {
    font-size: 1.25rem;
    color: var(--gray);
    margin-bottom: 1.5rem;
    font-style: italic;
}

/*.trio-section-header .divider {*/
/*    width: 100px;*/
/*    height: 4px;*/
/*    background: linear-gradient(to right, #3b82f6, #a855f7);*/
/*    margin: 0 auto;*/
/*    border-radius: 2px;*/
/*}*/

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

.trio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Recognition Card */
.trio-card1 {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
   
}

.trio-card2 {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    
}

.trio-card3 {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.trio-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 3px;
    background: #db8842;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.trio-card:hover::before {
    opacity: 1;
}

.trio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.trio-card-image {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.trio-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.recognition-card:hover .card-image img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.trio-card-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.trio-card-icon i {
    font-size: 1.5rem;
    color: white;
}

.trio-card-content {
    padding: 25px;
    flex-grow: 1;
    padding-bottom: 32px;
}

.trio-card-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #001f3f; /* Navy blue color */
    position: relative;
    padding-bottom: 12px; /* Space for the divider */
}

/* Add divider line under the header */
.trio-card-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 1px;
    background: #08014f; /* Gold color to match buttons */
    border-radius: 3px;
}

.trio-card-content p {
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 0;
}
.register-btn11{
    margin-left: 0 !important;
    margin-right: 0 !important;
   display: ruby-text;
    width: 80%;
    background: #dbb765;
    color: #fff;
    font-weight: 600;
   font-size: 1.1rem;
   border: none;
   border-radius: 0px;
   padding: 10px 28px;
    margin-top: 27px;
    margin-bottom: -12px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.register-btn22{
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: ruby-text;
    width: 80%;
    background: #dbb765;
    color: #fff;
    font-weight: 600;
   font-size: 1.1rem;
   border: none;
   border-radius: 0px;
   padding: 10px 28px;
    margin-top: 49px;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}
.register-btn33 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: ruby-text;
    width: 80%;
    background: #dbb765;
    color: #fff;
    font-weight: 600;
   font-size: 1.1rem;
   border: none;
   border-radius: 0px;
   padding: 10px 28px;
    margin-top: 72px !important;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*.register-btn1 {*/
/*    background: #dbb765;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    font-size: 1.1rem;*/
/*    border: none;*/
/*    border-radius: 6px;*/
/*    padding: 10px 28px;*/
/*    margin-top: 30px;*/
/*    margin-bottom: 0;*/
/*    box-shadow: 0 2px 8px rgba(219, 183, 101, 0.15);*/
/*    cursor: pointer;*/
/*    transition: background 0.2s, box-shadow 0.2s;*/
/*    letter-spacing: 0.5px;*/
/*    margin-left: 55px;*/
    
/*}*/

/*.register-btn2 {*/
/*    background: #dbb765;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    font-size: 1.1rem;*/
/*    border: none;*/
/*    border-radius: 6px;*/
/*    padding: 10px 28px;*/
/*    margin-top: 40px;*/
/*    margin-left: 55px;*/
/*    box-shadow: 0 2px 8px rgba(219, 183, 101, 0.15);*/
/*    cursor: pointer;*/
/*    transition: background 0.2s, box-shadow 0.2s;*/
/*    letter-spacing: 0.5px;*/
    
/*}*/

/*.register-btn3 {*/
/*    background: #dbb765;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    font-size: 1.1rem;*/
/*    border: none;*/
/*    border-radius: 6px;*/
/*    padding: 10px 28px;*/
/*    margin-top: 95px;*/
/*    margin-left: 55px;*/
/*    box-shadow: 0 2px 8px rgba(219, 183, 101, 0.15);*/
/*    cursor: pointer;*/
/*    transition: background 0.2s, box-shadow 0.2s;*/
/*    letter-spacing: 0.5px;*/
    
/*}*/


.register-btn:hover {
    background: #c9a44e;
    box-shadow: 0 4px 16px rgba(219, 183, 101, 0.22);
}

/* Responsive Design */
@media (max-width: 768px) {
      .register-btn11,
      .register-btn22,
      .register-btn33 {
    display: ruby-text;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
    .trio-section-header h2 {
        font-size: 2rem;
    }
    
    .trio-section-header .subtitle {
        font-size: 1.1rem;
    }
    
    .trio-recognition-grid {
        grid-template-columns: 1fr;
    }
}

