@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;background:#efefef;color:#333;line-height:1.6;font-size:14px}.container{width:1200px;margin:auto}a{text-decoration:none}ul{list-style:none}.navbar{background:#fff;border-top:4px solid #0c6cb5;border-bottom:1px solid #d8d8d8}.navbar-container{height:95px;display:flex;align-items:center;justify-content:space-between}.logo h2{font-size:2rem;color:#222;font-weight:700}.logo span{color:#0c6cb5;letter-spacing:2px;font-size:.8rem}nav{display:flex;gap:2rem}.nav-link{color:#0c6cb5;font-size:13px;font-weight:600;text-transform:uppercase}.nav-link.active{color:#222}.banner-main-outer{background:#efefef;padding:1rem 0 2rem;border-top:2px solid #0c6cb5}.banner-slide{display:grid;grid-template-columns:240px 1fr;gap:2.5rem;align-items:flex-start}.banner-slide img{width:220px;object-fit:contain}.banner-content{padding-top:1rem}.banner-content h2{font-size:2.8rem;font-weight:300;color:#4d4d4d;background:#f5f5f5;border:1px solid #d7d7d7;border-radius:10px;padding:.8rem 1.5rem;margin-bottom:2rem;box-shadow:inset 0 1px #fff,0 1px 3px #00000014}.servlist{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem 3rem}.servlist span{position:relative;padding-left:1.5rem;font-size:1rem;color:#444;font-weight:600}.servlist span:before{content:"›";position:absolute;left:0;top:-3px;color:#0c6cb5;font-size:1.5rem}.banner-tabs{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.8rem;background:#fff;padding:1rem;border-radius:10px;box-shadow:0 2px 8px #00000014}.banner-tabs button{border:none;background:transparent;padding:10px 18px;font-size:.95rem;cursor:pointer;white-space:nowrap;border-radius:6px;transition:.3s}.banner-tabs button:hover{background:#f3f3f3}.banner-tabs button.active{background:#0c6cb5;color:#fff;font-weight:600}.values-section{background:linear-gradient(to bottom,#f4f4f4,#fff);padding:5rem 0}.values-grid{display:grid;grid-template-columns:1.4fr 1fr .8fr;gap:3rem;align-items:flex-start}.values-grid>div{background:#fff;padding:2.5rem;border-radius:14px;border:1px solid #e3e3e3;box-shadow:0 6px 20px #0000000d;min-height:100%}.values-grid h2{color:#0c6cb5;font-size:3rem;font-weight:300;margin-bottom:2rem;position:relative}.values-grid h2:after{content:"";position:absolute;left:0;bottom:-12px;width:70px;height:3px;background:#0c6cb5;border-radius:20px}.values-grid h4{margin-top:2rem;margin-bottom:1rem;color:#222;font-size:1.5rem}.values-grid p{font-size:1rem;color:#444;line-height:1.9;margin-bottom:1.2rem}.values-list{display:flex;flex-direction:column;gap:1.2rem;margin-top:1rem}.values-list li{position:relative;padding-left:2rem;font-size:1rem;font-weight:500;color:#333}.values-list li:before{content:"✓";position:absolute;left:0;top:0;color:#0c6cb5;font-weight:700}.bottom-line{margin-top:4rem;padding:2rem;background:#f8fbff;border-left:4px solid #0c6cb5;border-radius:8px}.bottom-line h3{font-size:2rem;margin-bottom:1rem;color:#222}.bottom-line p{margin-bottom:0}.articles-box{display:flex;flex-direction:column}.article-card{flex:1;background:linear-gradient(145deg,#fff,#f8f8f8);border:1px solid #e3e3e3;border-radius:10px;min-height:350px;padding:2rem;display:flex;align-items:flex-start;justify-content:flex-start;box-shadow:inset 0 1px #fff,0 4px 12px #0000000a}.article-card h4{font-size:1.6rem;color:#222}.services-section{background:#f4f4f4;padding:4rem 0}.services-title{text-align:center;margin-bottom:3rem}.services-title h2{color:#666;font-size:1.6rem;font-weight:600}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{background:#fff;border:1px solid #dddddd;border-radius:14px;overflow:hidden;transition:.3s;box-shadow:0 4px 12px #0000000d}.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000014}.service-card-top{padding:2rem}.service-card h3{color:#0c6cb5;margin-bottom:1rem;font-size:1.4rem}.service-card p{color:#555;line-height:1.8}.service-expand-btn{width:100%;border:none;background:#0c6cb5;color:#fff;padding:1rem 1.5rem;cursor:pointer;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:space-between;transition:.3s}.service-expand-btn:hover{background:#09538b}.service-items{max-height:0;overflow:hidden;transition:all .4s ease;background:#fafafa}.service-items.show{max-height:900px;padding:2rem}.service-items ul{display:flex;flex-direction:column;gap:1rem}.service-items li{position:relative;padding-left:1.5rem;color:#444;line-height:1.6}.service-items li:before{content:"›";position:absolute;left:0;color:#0c6cb5;font-weight:700}.page-banner{background:#f5f5f5;padding:2.5rem 0 3rem;border-bottom:1px solid #dddddd;margin-bottom:3rem}.page-banner h1{color:#0c6cb5;font-size:4rem;font-weight:700;letter-spacing:1px}.content-section{padding-top:1rem;padding-bottom:4rem}.footer{background:#efefef;border-top:1px solid #ccc;padding:3rem 0;margin-top:2rem}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer h3,.footer h4{margin-bottom:1rem}.footer p,.footer li,.footer a{font-size:14px;color:#444}.footer-bottom{margin-top:2rem;text-align:center;font-size:13px;color:#666}@media (max-width: 1200px){.container{width:92%}}@media (max-width: 992px){.navbar-container{flex-direction:column;justify-content:center;gap:1rem;height:auto;padding:1rem 0}nav{flex-wrap:wrap;justify-content:center}.banner-slide{grid-template-columns:1fr;text-align:center}.banner-slide img{margin:auto}.servlist{grid-template-columns:1fr}.banner-content h2{font-size:2rem}.values-grid,.services-grid,.footer-grid{grid-template-columns:1fr}.banner-tabs{overflow-x:auto}}.services-main-toggle{width:100%;border:none;background:#fff}.services-main-toggle{width:100%;border:none;background:linear-gradient(to bottom,#fff,#f3f3f3);padding:1.4rem 2rem;border-radius:14px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:2rem;font-weight:700;color:#555;margin-bottom:1rem;box-shadow:0 4px 14px #0000000f;transition:all .3s ease;border:1px solid #dddddd}.services-main-toggle:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000014;color:#0c6cb5}.services-main-toggle span:last-child{width:42px;height:42px;border-radius:50%;background:#0c6cb5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:400;flex-shrink:0;transition:.3s}.services-main-toggle:hover span:last-child{transform:rotate(90deg)}.services-wrapper{max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:max-height .6s ease,opacity .4s ease;margin-top:0}.services-wrapper.show{max-height:8000px;opacity:1;visibility:visible;margin-top:2rem}.profile-intro{background:#fff;padding:2.5rem;border-radius:18px;margin-bottom:3rem;box-shadow:0 6px 18px #0000000d;border:1px solid #e5e5e5}.profile-intro p{font-size:1.05rem;line-height:2;color:#444;margin-bottom:1rem}.partner-heading{font-size:2.5rem;color:#0c6cb5;margin-bottom:2rem;font-weight:700;position:relative}.partner-heading:after{content:"";position:absolute;left:0;bottom:-10px;width:80px;height:4px;background:#0c6cb5;border-radius:20px}.partner-card{background:#fff;padding:2.5rem;margin-bottom:2rem;border-radius:18px;border:1px solid #e5e5e5;box-shadow:0 6px 20px #0000000d;transition:.3s ease}.partner-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #00000014}.partner-card h3{color:#0c6cb5;font-size:2rem;margin-bottom:.5rem;font-weight:700;letter-spacing:.5px}.partner-role{display:inline-block;background:#eef6fd;color:#0c6cb5;padding:.45rem 1rem;border-radius:30px;font-size:.95rem;font-weight:600;margin-bottom:1.5rem}.partner-card p{color:#444;line-height:1.9;font-size:1rem;margin-bottom:1rem}.about-page{max-width:1100px;margin:auto}.about-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 8px 24px #0000000f;border:1px solid #e5e5e5;transition:.3s ease}.about-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #00000014}.about-card h2{font-size:3rem;color:#0c6cb5;margin-bottom:1.5rem;font-weight:700;position:relative}.about-card h2:after{content:"";position:absolute;left:0;bottom:-12px;width:80px;height:4px;background:#0c6cb5;border-radius:20px}.about-card p{font-size:1.08rem;line-height:2;color:#444;margin-bottom:1.2rem}.about-card h3{margin-top:2.5rem;margin-bottom:1.2rem;font-size:2rem;color:#222;position:relative}.about-card h3:before{content:"";position:absolute;left:-18px;top:12px;width:8px;height:28px;background:#0c6cb5;border-radius:20px}.about-card ul{margin-top:1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem}.about-card li{position:relative;padding-left:1.8rem;font-size:1.05rem;color:#444;font-weight:500;transition:.3s}.about-card li:before{content:"✓";position:absolute;left:0;top:0;color:#0c6cb5;font-weight:700}.about-card li:hover{color:#0c6cb5;transform:translate(4px)}@media (max-width: 768px){.about-card{padding:2rem}.about-card h2{font-size:2.2rem}.about-card h3{font-size:1.6rem}.about-card ul{grid-template-columns:1fr}}.contact-page{max-width:1100px;margin:auto}.contact-card{background:#fff;padding:3rem;border-radius:20px;border:1px solid #e5e5e5;box-shadow:0 8px 24px #0000000d;transition:.3s ease}.contact-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #00000014}.contact-card h2{font-size:2.8rem;color:#0c6cb5;margin-bottom:2rem;font-weight:700;position:relative}.contact-card h2:after{content:"";position:absolute;left:0;bottom:-12px;width:80px;height:4px;background:#0c6cb5;border-radius:20px}.contact-info{display:flex;flex-direction:column;gap:1.8rem;margin-top:2rem}.contact-item{background:#f8fbff;padding:1.5rem 1.8rem;border-radius:14px;border-left:5px solid #0c6cb5;transition:.3s ease}.contact-item:hover{transform:translate(4px);background:#eef6fd}.contact-item h3{color:#222;font-size:1.3rem;margin-bottom:.8rem;font-weight:700}.contact-item p,.contact-item a{color:#444;font-size:1.05rem;line-height:1.9}.contact-item a{color:#0c6cb5;font-weight:600;transition:.3s}.contact-item a:hover{color:#09538b;text-decoration:underline}@media (max-width: 768px){.contact-card{padding:2rem}.contact-card h2{font-size:2.2rem}.contact-item{padding:1.2rem}}@media (max-width: 768px){.profile-intro,.partner-card{padding:1.8rem}.partner-heading{font-size:2rem}.partner-card h3{font-size:1.5rem}}
