

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #1f2937;
    overflow-x: hidden !important;
   

}
.celeb h4 , .celeb{
  color: whitesmoke !important;
}
h1,  h3, h4, h2, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #111827;
}
.notice-board h5{
   color: #111827 !important;
}
.principal-footer h5{
   color: #111827 !important;
}
h5{
  color: white !important;
}
.bro{
  border-radius: 25px;
  font-family: poppins;
}
p {
    font-size: 15px;
    line-height: 1.7;
    color:  #059669;
}
.logo-area img{
  width: 100px !important;
  height: auto;
}
.school-name{
  color:  #f4cfae !important;
}
.navbar {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.brand img{
    width:90px !important;
    height: auto;
}
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.rp{
  color: #ffffff;
  font-size: 6px;
  font-weight: 600;
}
img {
    max-width: 100%;
    height: auto;
}

.custom-navbar {
    background:  #315941;
    transition: 0.4s;
    padding: 1rem 0;
     top: 42px;
}

.custom-navbar.scrolled {
    background: #315941;
    color: white !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 0.5rem 0;
}

.hidden-section {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s ease;
}

.show-section {
    opacity: 1;
    transform: translateY(0);
}

.logo {
    height: 45px;
    transition: 0.3s;
}

.logo:hover {
    transform: scale(1.1) rotate(-3deg);
}

/* BRAND TEXT */
.brand-text {
    color: white;
}

.navbar-nav .nav-link:hover {
    color: #10b981 !important;
}


.custom-navbar.scrolled .nav-link,
.custom-navbar.scrolled .nav-link.active {
    color: white !important;
    font-weight: 700;
}


.hero-premium {
    position: relative;
    height: 100vh;
}


.hero-bg-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bg-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 1.5s;
}

.bg-slide.active {
    opacity: 1;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
}

.container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3rem;
    color: white;
}


.image-carousel {
    width: 420px;
    height: 300px;
    position: relative;
    perspective: 1500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(90deg);
    transform-origin: left;
    transition: transform 1s ease, opacity 1s ease;
}

.carousel-slide.active {
    opacity: 1;
    transform: rotateY(0deg);
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hero-left {
    animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
.news-section {
    background: #f1f5f9;
}

.featured-news {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.featured-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}


.featured-news:hover img {
    transform: scale(1.1);
}


.news-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: white;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}


.notice-board {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow-y: auto;
    max-height: 400px;
}


.notice-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
}


.notice-item:hover {
    transform: translateX(5px);
}


.notice-item .date {
    background: #315941;
    color: white;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 10px;
    margin-right: 10px;
    min-width: 60px;
    text-align: center;
}


.notice-item p {
    margin: 0;
    font-size: 14px;
}

.news-carousel-container {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.news-carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.news-carousel-slide.active {
    opacity: 1;
}

.news-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stats-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                url('/images/hero.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}


.stat-box {
    padding: 20px;
    transition: 0.3s;
}

.stat-box:hover {
    transform: translateY(-8px);
}

/* NUMBER */
.counter {
    font-size: 42px;
    font-weight: bold;
    color: #10b981;
    transition: all 0.3s ease;
}


.stat-box p {
    margin-top: 10px;
    font-size: 16px;
}


.counter.animate-glow {
    text-shadow: 0 0 10px #10b981, 0 0 25px #10b981;
    transform: scale(1.15);
}

.principal-section {
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    opacity: 0;
    transform: translateY(60px);
    transition: 1s ease;
}

.principal-section.show {
    opacity: 1;
    transform: translateY(0);
}


.principal-img-wrapper {
    position: relative;
}

.principal-img {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
    transform: rotate(-2deg);
    transition: 0.5s;
}

.principal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.principal-img:hover {
    transform: rotate(0deg) scale(1.03);
}


.principal-card {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    position: relative;
}


.quote-icon {
    font-size: 40px;
    color: #10b981;
    margin-bottom: 10px;
}


.principal-text {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 15px;
}


.principal-footer {
    margin-top: 20px;
    border-top: 2px solid #10b981;
    padding-top: 10px;
}


.principal-name {
    font-weight: bold;
    color: #315941;
    font-size: 20px;
}


.principal-role {
    color: #10b981;
    font-size: 14px;
}

.why-section {
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    opacity: 0;
    transform: translateY(60px);
    transition: 1s ease;
}

.why-section.show {
    opacity: 1;
    transform: translateY(0);
}


.why-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}


.why-card i {
    font-size: 35px;
    color: #10b981;
    margin-bottom: 15px;
    transition: 0.3s;
}


.why-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}


.why-card p {
    font-size: 14px;
    color: #475569;
}


.why-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}


.why-card:hover i {
    transform: scale(1.2) rotate(5deg);
}


.why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(45deg, #10b981, #6366f1);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s;
}

.why-card:hover::before {
    opacity: 1;
}

.gallery-section {
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
}


.filter-btn {
    border: none;
    padding: 8px 18px;
    margin: 5px;
    border-radius: 20px;
    background: #e2e8f0;
    transition: 0.3s;
    cursor: pointer;
}

.filter-btn.active,
.filter-btn:hover {
    background: #10b981;
    color: white;
}


.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    transform-style: preserve-3d;
}


.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}


.gallery-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.6);
    color: white;
    backdrop-filter: blur(8px);
    transform: translateY(100%);
    transition: 0.4s;
}

/* HOVER EFFECT */
.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card:hover .gallery-overlay {
    transform: translateY(0);
}

/* PARALLAX EFFECT */
.gallery-card:hover {
    transform: rotateX(5deg) rotateY(5deg) scale(1.03);
}

/* HIDE ITEMS */
.gallery-item.hide {
    display: none;
}
/* SECTION BASE */
.cta-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #315941, #10b981);
    overflow: hidden;
}

/* BACKGROUND SHAPES */
.cta-bg-shape,
.cta-bg-shape2 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    filter: blur(100px);
}

.cta-bg-shape {
    top: -100px;
    left: -100px;
}

.cta-bg-shape2 {
    bottom: -100px;
    right: -100px;
}

/* CARD */
.cta-card {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(15px);
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    color: white;
    position: relative;
    z-index: 2;
}

/* TITLE */
.cta-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* TEXT */
.cta-text {
    font-size: 16px;
    margin-bottom: 25px;
    color: #e2e8f0;
}

/* BUTTONS */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.cta-btn-primary {
    background: white;
    color: #315941;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.cta-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* OUTLINE BUTTON */
.cta-btn-outline {
    border: 2px solid white;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    transition: 0.3s;
}

.cta-btn-outline:hover {
    background: white;
    color: #315941;
}

/* FLOATING ANIMATION */
.cta-card {
    animation: floatCard 4s ease-in-out infinite;
}

@keyframes floatCard {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.cta-btn-primary.pulse {
    box-shadow: 0 0 20px #fff, 0 0 40px #10b981;
}
/* LOADER */
#page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #315941;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid #10b981;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}
/* TOPBAR */
.topbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #315941;
    z-index: 1000;
    padding: 6px 0;
}
.topbar {
    background: #315941;
padding-top: 10px;
    font-size: 14px;
}



.hidden-section .row > div {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s ease;
}

.show-section .row > div {
    opacity: 1;
    transform: translateY(0);
}


.show-section .row > div:nth-child(1) { transition-delay: 0.1s; }
.show-section .row > div:nth-child(2) { transition-delay: 0.2s; }
.show-section .row > div:nth-child(3) { transition-delay: 0.3s; }
.show-section .row > div:nth-child(4) { transition-delay: 0.4s; }

.topbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, #315941, #1f3d2b);
    z-index: 1000;
    padding: 6px 0;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.topbar-fixed .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.topbar-left {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.top-pill {
    background: rgba(255,255,255,0.12);
    color: #fff;
    padding: 5px 14px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}


.top-pill::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.5s;
}

.top-pill:hover::before {
    left: 100%;
}

.top-pill:hover {
    background: #10b981;
    transform: translateY(-2px) scale(1.05);
    color: #fff;
}


.topbar-right {
    display: flex;
    align-items: center;
}

.topbar-right a {
    color: #fff;
    margin-left: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
}


.topbar-right a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #10b981;
    bottom: -3px;
    left: 0;
    transition: 0.3s;
}

.topbar-right a:hover::after {
    width: 100%;
}

.topbar-right a:hover {
    color: #10b981;
    transform: translateY(-2px) scale(1.1);
}



body {
    padding-top: 110px;

}


@media (max-width: 768px) {

    .topbar-fixed {
        padding: 8px 0;
    }

    .topbar-left {
        gap: 6px;
    }

    .top-pill {
        font-size: 11px;
        padding: 4px 10px;
    }

    .topbar-right a {
        font-size: 13px;
        margin-left: 8px;
    }
}
.topbar-fixed {
    animation: slideDownTopbar 0.6s ease;
}

@keyframes slideDownTopbar {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
html {
    scroll-behavior: smooth;
}
.cursor-glow {
    position: fixed;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(16,185,129,0.3), transparent);
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.testimonial-section {
    background:linear-gradient(135deg, #eef2ff, #f8fafc) ;
    color: #fff !important;
    position: relative;
}
.tester p{
  color:  #111827 !important;
}
/* SLIDER */
.testimonial-slider {
    position: relative;
    max-width: 700px;
    margin: auto;
}

/* CARD */
.testimonial-card {
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s ease;
    position: absolute;
    width: 100%;
}

.testimonial-card.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

/* TEXT */
.testimonial-card p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 25px;
}

/* STUDENT INFO */
.student-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.student-info img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #10b981;
}

.student-info h6 {
    margin: 0;
    font-weight: 600;
}

.student-info span {
    font-size: 13px;
    color: black;
}


.scroll-btn {
    position: fixed;
    right: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 99999;

    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(15px);

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 10px 30px rgba(0,0,0,0.2);

    opacity: 0;
    visibility: hidden;
    transform: translateY(30px) scale(0.9);
    transition: all 0.4s ease;
}

/* SHOW */
.scroll-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* POSITIONS */
.top-btn { bottom: 110px; }
.bottom-btn { bottom: 30px; }

/* ARROW */
.arrow {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    color: #315941;
}

/* PROGRESS RING */
.progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.ring-bg {
    fill: transparent;
    stroke: rgba(0,0,0,0.1);
    stroke-width: 3;
}

.ring-progress {
    fill: transparent;
    stroke: #315941;
    stroke-width: 3;
    stroke-linecap: round;

    stroke-dasharray: 163;
    stroke-dashoffset: 163;

    transition: stroke-dashoffset 0.2s linear;
}

/* GLOW EFFECT */
.scroll-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(49,89,65,0.4) 0%, transparent 70%);
    opacity: 0;
    transition: 0.3s;
}

.scroll-btn:hover::after {
    opacity: 1;
}

/* HOVER SCALE */
.scroll-btn:hover {
    transform: scale(1.15);
}

/* MAGNETIC SMOOTH */
.scroll-btn {
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.visitors-3d-section {
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    padding: 80px 0;
}

.coverflow-wrapper {
    position: relative;
    height: 400px;
    margin-top: 40px;
    perspective: 1200px;
}
.coverflow {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.cover-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%) scale(0.7);
    transition: all 0.6s ease;
    opacity: 0.5;
}


.flip-card {
    width: 100%;
    height: 260px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}


.cover-item.active:hover .flip-card {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    backface-visibility: hidden;
    overflow: hidden;
}


.card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.visitor-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
}

.visitor-info h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.visitor-info span {
    font-size: 13px;
}

.card-back {
    background: linear-gradient(135deg, #315941, #1f3f2d);
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-back h5 {
    margin-bottom: 10px;
}

.card-back p {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
}

.cover-item.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 5;
}

.cover-item.left-1 {
    transform: translate(-180px, -50%) scale(0.8) rotateY(30deg);
    z-index: 4;
}

.cover-item.left-2 {
    transform: translate(-300px, -50%) scale(0.6) rotateY(40deg);
    opacity: 0.3;
}

.cover-item.right-1 {
    transform: translate(180px, -50%) scale(0.8) rotateY(-30deg);
    z-index: 4;
}

.cover-item.right-2 {
    transform: translate(300px, -50%) scale(0.6) rotateY(-40deg);
    opacity: 0.3;
}


.cover-item.active:hover .card-inner {
    box-shadow: 0 30px 80px rgba(49, 89, 65, 0.6);
}


@media (max-width: 768px) {

    .coverflow-wrapper {
        height: auto;
    }

    .coverflow {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 20px;
        scroll-snap-type: x mandatory;
    }

    .coverflow::-webkit-scrollbar {
        display: none;
    }

    .cover-item {
        position: relative;
        top: auto;
        left: auto;
        transform: none !important;
        opacity: 1 !important;
        flex: 0 0 75%;
        scroll-snap-align: center;
    }

    .flip-card {
        height: 240px;
    }


    .cover-item.left-1,
    .cover-item.left-2,
    .cover-item.right-1,
    .cover-item.right-2,
    .cover-item.active {
        transform: none !important;
    }

    .visitor-info h5 {
        font-size: 14px;
    }

    .visitor-info span {
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    .cover-item {
        flex: 0 0 85%;
    }

    .flip-card {
        height: 220px;
    }

}

@media (min-width: 769px) {

    .visitors-3d-section {
        padding: 120px 0;
    }

    .coverflow-wrapper {
        height: 550px;
        perspective: 1800px;
    }

    .cover-item {
        width: 320px; 
        transform: translate(-50%, -50%) scale(0.8);
    }

    .flip-card {
        height: 380px; 
    }

    /* CENTER CARD */
    .cover-item.active {
        transform: translate(-50%, -50%) scale(1.2);
        z-index: 10;
    }

    /* SIDE CARDS - MORE SPREAD */
    .cover-item.left-1 {
        transform: translate(-320px, -50%) scale(0.9) rotateY(35deg);
    }

    .cover-item.left-2 {
        transform: translate(-550px, -50%) scale(0.7) rotateY(45deg);
    }

    .cover-item.right-1 {
        transform: translate(320px, -50%) scale(0.9) rotateY(-35deg);
    }

    .cover-item.right-2 {
        transform: translate(550px, -50%) scale(0.7) rotateY(-45deg);
    }

    /* TEXT BIGGER */
    .visitor-info h5 {
        font-size: 20px;
    }

    .visitor-info span {
        font-size: 14px;
    }

    .card-back h5 {
        font-size: 20px;
    }

    .card-back p {
        font-size: 14px;
    }

    /* PREMIUM SHADOW */
    .cover-item.active .card-inner {
        box-shadow: 0 40px 100px rgba(0,0,0,0.4);
    }

}
.why-section h5{
  color: black !important;
}
.zx9_latest_feed_shell {
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
    padding: 100px 20px;
}

/* CONTAINER */
.zx9_feed_container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* HEADER */
.zx9_feed_header_block {
    margin-bottom: 40px;
}

.zx9_feed_main_title {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
}

.zx9_feed_sub_text {
    color: #315941;
    margin-top: 10px;
    font-size: 18px;
}


.zx9_feed_grid_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
}


.zx9_feed_card_unit {
    border-radius: 20px;
    overflow: hidden;
    height: 420px;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.zx9_feed_card_unit iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}


.zx9_feed_card_unit:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

.zx9_feed_cta_btn {
    display: inline-block;
    margin: 50px auto 0;
    padding: 15px 35px;
    background: #1f7a4c;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(31,122,76,0.3);
}

.zx9_feed_cta_btn:hover {
    background: #145c36;
}


@media (max-width: 992px) {
    .zx9_feed_grid_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .zx9_feed_grid_wrap {
        grid-template-columns: 1fr;
    }

    .zx9_feed_card_unit {
        height: 350px;
    }
}