 :root {
     --cream: #FAF6EC;
     --cream-2: #F3ECDC;
     --orange: #C1652F;
     --orange-2: #D9803F;
     --green: #173B21;
     --green-2: #0F2A18;
     --ink: #2B2620;
     --gold: #D8B98A;
     --muted: #6B6459;
     --font-trajan: "trajan-pro-3";
 }
 a {
     text-decoration: none;
     color: #fff;
 }
 @font-face {
     font-family: 'trajan-pro-3';
     src: url('https://resources.edunexttechnologies.com/web-data/saravns/new-website/fonts/TrajanPro3-Semibold.woff2') format('woff2'),
         url('https://resources.edunexttechnologies.com/web-data/saravns/new-website/fonts/TrajanPro3-Semibold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
 }

 * {
     box-sizing: border-box;
 }

 body {
     font-family: "Poppins", sans-serif;
     background: var(--cream);
     color: var(--ink);
 }

 h1,
 h2,
 h3,
 .font-display {
     font-family: 'trajan-pro-3';
 }

 .text-orange {
     color: var(--orange) !important;
 }

 .bg-orange {
     background: var(--orange) !important;
 }

 .bg-green {
     background: var(--green) !important;
 }

 /* ===== HEADER / LOGO ===== */
 .site-header {
     padding: 15px 20px;
     text-align: center;
     position: relative;
     z-index: 1;
 }

 .school-title {
     font-weight: 700;
     letter-spacing: 1px;
     color: var(--ink);
     margin-bottom: 0;
     line-height: 1.15;
 }

 .unit-badge {
     display: inline-block;
     background: var(--orange);
     color: #fff;
     font-size: .72rem;
     letter-spacing: 1.5px;
     font-weight: 500;
     padding: 7px 22px;
     border-radius: 999px;
     margin-top: 5px;
 }

 .rule-dots {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     margin: 18px auto 0;
     max-width: 620px;
 }

 .rule-dots1{
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     margin: 5px auto 25px;
     max-width: 150px;
 }

 

 .rule-dots .line, .rule-dots1 .line{
     flex: 1;
     height: 1px;
     background: var(--orange-2);
 }

 .rule-dots .dot, .rule-dots1 .dot {
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: var(--orange);
 }

 .welcome-block {
     margin-top: 15px;
 }

 .welcome-block p.eyebrow {
     font-size: 20px;
     margin-bottom: 2px;
     font-weight: 500;
 }

 .welcome-block h2 {
     font-weight: 700;
     color: var(--orange);
     margin-bottom: 6px;
 }

 .welcome-block .tagline {
     font-size: 18px;
     letter-spacing: .3px;
     font-weight: 500;
 }

 .section-title {
     font-weight: 700;
     text-align: center;
     margin: 0px 0 8px;
     color: var(--ink);
 }

 .section-title .leaf-under {
     display: block;
     text-align: center;
     color: var(--orange);
     font-size: .9rem;
     margin-top: -2px;
 }

 /* ===== LOGO EMBLEM ===== */
 .emblem-wrap {
     width: 100%;
     margin: 0 auto;
 }

 .emblem-wrap img {
     width: 500px;
 }

 /* ===== CAMPUS CARDS ===== */
 .campus-card {
     background: #fff;
     border-radius: 16px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(23, 59, 33, 0.07);
     height: 100%;
 }

 .campus-card .img-wrap {
     position: relative;
     height: 280px;
 }

 .campus-card .img-wrap img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform .5s ease;
 }

 .campus-card .campus-badge-icon img {
     width: 34px;
     height: 32px;
     object-fit: contain;
     transition: none;
 }

 .campus-card:hover .campus-badge-icon img {
     transform: none !important;
 }

 .campus-card:hover .img-wrap img {
     transform: scale(1.05);
 }

 .campus-badge-icon {
     position: absolute;
     left: 50%;
     bottom: -32px;
     transform: translateX(-50%);
     width: 64px;
     height: 64px;
     background: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .campus-body {
     padding: 44px 26px 26px;
     text-align: center;
 }

 .campus-body h3 {
     font-weight: 700;
     font-size: 1.6rem;
 }

 .campus-body h3 .light {
     color: var(--orange);
 }

 .campus-body .addr {
    font-weight: 500;
    text-align: center;
     font-size: .92rem;
     margin-bottom: 20px;
     line-height: 1.5;
 }

 .campus-body .addr img {
     width: 26px;
     margin-right: 6px;
     margin-top: 5px;
 }

 .btn-explore {
     background: var(--green);
     color: #fff;
     border-radius: 6px;
     font-size: .85rem;
     font-weight: 500;
     letter-spacing: .3px;
     padding: 10px 15px;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     border: none;
     transition: background .2s ease;
 }

 .btn-explore img {
     width: 15px;
 }

 .btn-explore:hover {
     background: var(--green-2);
     color: #fff;
 }

 /* ===== STATS BAR ===== */
 .stats-bar {
     background: #fff;
     border-radius: 16px;
     box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
     padding: 26px 10px;
     margin-top: 25px;
 }

 .stat-item {
     display: flex;
     align-items: center;
     gap: 12px;
     justify-content: center;
     padding: 10px 6px;
 }

 .stat-item span img {
     width: 38px;
 }

 .stat-item .num {
     font-weight: 600;
     font-size: 17px;
     color: var(--ink);
     line-height: 1.1;
 }

 .stat-item .lbl {
     font-size: 14px;
 }

 /* ===== WHY CHOOSE ===== */
 .why-title {
     font-weight: 700;
     font-size: 1.7rem;
     letter-spacing: .5px;
     margin: 0;
 }

 .why-item {
     display: flex;
     align-items: center;
     gap: 18px;
     margin-bottom: 18px;
 }

 .why-icon {
     width: 56px;
     height: 56px;
     min-width: 56px;
     border-radius: 50%;
     background: var(--cream-2);
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--green);
     font-size: 1.3rem;
 }

 .why-icon img {
     width: 32px;
 }

 .why-item h5 {
     font-weight: 600;
     margin-bottom: 4px;
     font-size: 1.05rem;
 }

 .why-item p {
     color: var(--muted);
     font-size: .9rem;
     margin-bottom: 0;
     line-height: 1.5;
 }

 /* ===== MOBILE MOCKUP SHOWCASE ===== */
 .mobile-showcase-label {
     text-align: center;
     font-size: .78rem;
     letter-spacing: 2px;
     color: var(--muted);
     margin-bottom: 18px;
 }

 .phone-frame {
     width: 100%;
     max-width: 230px;
     aspect-ratio: 9/19;
     background: #111;
     border-radius: 34px;
     padding: 10px;
     margin: 0 auto;
     box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
 }

 .phone-screen {
     background: var(--cream);
     width: 100%;
     height: 100%;
     border-radius: 24px;
     overflow: hidden;
     position: relative;
     display: flex;
     flex-direction: column;
 }

 .phone-notch {
     width: 60px;
     height: 16px;
     background: #111;
     border-radius: 0 0 12px 12px;
     margin: 0 auto;
     position: relative;
     z-index: 2;
 }

 .phone-content {
     padding: 10px 12px;
     flex: 1;
     overflow: hidden;
     text-align: center;
 }

 .phone-content .p-logo {
     width: 26px;
     height: 26px;
     margin: 2px auto 4px;
 }

 .phone-content h6 {
     font-size: .55rem;
     font-weight: 700;
     margin: 0;
     line-height: 1.2;
 }

 .phone-content .p-orange {
     color: var(--orange);
     font-size: .55rem;
     font-weight: 700;
 }

 .phone-content .p-tag {
     font-size: .4rem;
     color: var(--muted);
     margin-top: 2px;
 }

 .phone-content .p-explore {
     font-size: .5rem;
     font-weight: 700;
     margin: 8px 0 6px;
 }

 .phone-content img.p-photo {
     width: 100%;
     height: 60px;
     object-fit: cover;
     border-radius: 6px;
 }

 .phone-content .p-card-title {
     font-size: .55rem;
     font-weight: 700;
     margin-top: 6px;
 }

 .phone-content .p-addr {
     font-size: .4rem;
     color: var(--muted);
     margin: 2px 0 6px;
 }

 .phone-content .p-btn {
     background: var(--green);
     color: #fff;
     font-size: .42rem;
     font-weight: 700;
     padding: 4px 10px;
     border-radius: 5px;
     display: inline-block;
 }

 /* ===== FOOTER ===== */
 footer {
     background: var(--green);
     color: #EDE7D8;
     padding: 10px 0;
 }

 footer .f-item {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: .86rem;
 }

 footer .f-item i {
     font-size: 1.5rem;
     color: var(--orange);
 }

 footer .social i {
     width: 34px;
     height: 34px;
     border: 1px solid rgba(255, 255, 255, .35);
     border-radius: 50%;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-size: .9rem;
 }

 footer .social a {
     color: #fff;
 }

 footer .social-label {
     font-size: .75rem;
     letter-spacing: 1px;
     margin-bottom: 8px;
     display: block;
 }

 @media (max-width: 767.98px) {

     .campus-card .img-wrap {
         height: 220px;
     }
 }